/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
}
html {
  overflow-y: scroll !important;
  margin-top: 0 !important;
}
body {
  background-color: #FFFFFF;
  background-size: 100% 100%;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: no-repeat;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  padding: 0;
  margin: 0;
}
div,
span,
p,
li,
a,
td,
input,
button,
select,
h1,
h2,
h3,
h4 {
  font-family: "leitura-news", Georgia;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  font-smoothing: antialiased;
  line-height: 1.5em;
  outline: none;
}
img {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "ff-clan-web";
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
}
h1 {
  font-size: 1.7142857143em;
}
h2 {
  font-size: 2em;
  font-weight: bold;
}
h3 {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: bold;
}
h4 {
  font-size: 1.28571429em;
}
h5 {
  margin: 0;
  padding: 0;
  font-size: 1.07142857em;
}
p {
  margin: 0.7142857143em 0 0.7142857143em 0;
}
aside {
  margin: 0;
  padding: 0;
}
menu {
  margin: 0;
  padding: 0;
}
form input,
form button {
  border: none;
  margin: 0;
}
form input[type=text],
form button[type=text],
form input[type=email],
form button[type=email],
form input[type=password],
form button[type=password],
form input[type=search],
form button[type=search] {
  background-color: #FFFFFF;
  outline: none;
}
form input {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 8px 0 0 0;
  font-size: 1.2857142857em;
  padding: 0;
}
form input[type="button"],
form input[type="submit"],
form input[type="text"],
form input[type="password"],
form input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
form input[type="text"],
form input[type="password"],
form input[type="email"] {
  padding: 0 0 0 10px;
  width: 100%;
  height: 40px;
  -moz-box-shadow: inset 1px 1px 2px #d7d8db;
  -webkit-box-shadow: inset 1px 1px 2px #d7d8db;
  box-shadow: inset 1px 1px 2px #d7d8db;
}
form input[type="checkbox"],
form input[type="radio"] {
  border: none;
}
form button,
form button span {
  padding: 0;
}
form button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
table tr td,
table tr th {
  text-align: left;
}
button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
* {
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  word-break: keep-all;
}
.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.word-break {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
/****************************************************************************************
*
* MOVE BELOW LINE TO KEEP
*
****************************************************************************************/
#wpadminbar {
  display: none;
}
.typekit-badge {
  display: none;
}
.container {
  position: relative;
  overflow: hidden;
}
.content-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#page {
  padding: 0;
  margin: 0;
  box-shadow: none;
  width: 100%;
  max-width: 100%;
}
#page .site-header,
#page .wrapper {
  width: 100%;
  margin: 0 auto;
}
#page .wrapper {
  width: 100%;
  position: relative;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0);
  margin-bottom: 650px;
  background-color: #FFFFFF;
}
#page .wrapper.fixed-header {
  margin-top: 520px;
}
@media all and (max-width: 800px) {
  #page .wrapper.fixed-header {
    margin-top: 360px;
  }
}
@media all and (max-width: 600px) {
  #page .wrapper.fixed-header {
    margin-top: 240px;
  }
}
#page .wrapper .site-content {
  width: 100%;
}
#page .wrapper .site-content #content {
  width: 100%;
}
#page .site-footer {
  width: 100%;
  max-width: 100%;
  position: fixed;
  z-index: 1;
  bottom: 0;
  padding: 0;
  margin: 0;
}
#page .site-footer.hide {
  display: none;
}
.header-nav {
  background-color: #282A36;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header-nav__content {
  width: 100%;
  padding: 10px;
  max-width: 1024px;
  margin: 0 auto;
  text-align: right;
}
.header-nav__content span,
.header-nav__content a {
  display: inline-block;
  vertical-align: middle;
  font-family: "ff-clan-web";
  font-weight: 600;
  font-size: 1em;
  line-height: 1;
}
.header-nav__content a {
  background-color: #f48670;
  border-radius: 4px;
  border: none;
  color: #282A36;
  padding: 8px 16px;
  text-decoration: none;
}
.header-nav__content a:hover {
  background-color: #ce6e5b;
}
.header-nav__content span {
  color: #f48670;
  margin-right: 20px;
}
#front {
  padding-bottom: 60px;
}
#front .entry-content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#front .entry-content h1 {
  padding: 0 20px;
  max-width: 700px;
  font-size: 47px;
  font-weight: 100;
  white-space: normal;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#front .entry-content h1 strong {
  font-family: "ff-clan-web";
  font-weight: 500;
}
#front .entry-content h4 {
  margin: 0;
  font-size: 22px;
  font-family: "ff-clan-web";
  font-weight: 500;
}
#front .entry-content ul {
  overflow: hidden;
  padding: 0;
  list-style: none;
}
#front .entry-content ul li {
  width: 33.333333333%;
  float: left;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0 20px;
}
#front .entry-content ul li:nth-child(2) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
#front .entry-content ul li:nth-child(2) img {
  margin-top: 20px;
}
#front .entry-content #secondary {
  border: none;
  padding: 0;
  margin: 0;
}
#front .entry-content #text-3 {
  float: none;
  clear: none;
  width: 100%;
  padding: 20px;
  margin-top: 20px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #292b37;
}
#front .entry-content #text-3 .widget-title {
  display: none;
}
#front .entry-content #text-3 h3,
#front .entry-content #text-3 a,
#front .entry-content #text-3 span {
  color: #FFFFFF;
}
#front .entry-content #text-3 h3 {
  font-size: 18px;
  margin: 0;
  font-family: "ff-clan-web";
  font-weight: 400;
  line-height: 1.5em;
}
#front .entry-content #text-3 h3 strong {
  font-family: "ff-clan-web";
  font-weight: 600;
}
#front .entry-content #text-3 a {
  font-family: "ff-clan-web";
  font-weight: 600;
  font-size: 14px;
  color: #ffb8a1;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin-top: 40px;
}
#front .entry-content #text-3 .added-info {
  font-family: "ff-clan-web";
  font-weight: 400;
}
.no-touch #front .entry-content #text-3 a:hover {
  text-decoration: underline;
}
@media all and (max-width: 880px) {
  #front .entry-content ul li {
    width: 50%;
  }
  #front .entry-content ul li:nth-child(2) {
    border-left: none;
  }
  #front .entry-content ul li:first-child {
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 20px;
  }
  #front .entry-content ul li img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 600px) {
  #front .entry-content h1 {
    font-size: 36px;
    padding: 0;
  }
  #front .entry-content h4 {
    font-size: 18px;
  }
  #front .entry-content ul li {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #front .entry-content ul li:nth-child(2) {
    border-right: none;
  }
  #front .entry-content ul li img {
    margin-bottom: 20px;
  }
}
#about {
  background-color: #4e4d5f;
  padding: 90px 0;
  margin: 0;
}
#about h2,
#about li {
  color: #FFFFFF;
  text-align: left;
}
#about h2 {
  font-size: 25px;
  font-family: "ff-clan-web";
  font-weight: 500;
  margin: 0;
}
#about h3 {
  color: #010101;
  text-align: left;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "ff-clan-web";
  font-weight: 500;
}
#about ul {
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#about ul li {
  width: 33.333333333%;
  float: left;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 20px;
  font-size: 1em;
}
@media all and (max-width: 800px) {
  #about ul li {
    width: 100%;
    float: none;
    max-width: 500px;
    margin-bottom: 40px;
  }
}
#contact,
#articles,
#partners,
#seek,
#social {
  padding: 90px 0;
  margin: 0;
}
#contact .section-content,
#articles .section-content,
#partners .section-content,
#seek .section-content,
#social .section-content {
  display: table;
}
#contact .left,
#articles .left,
#partners .left,
#seek .left,
#social .left {
  display: table-cell;
  vertical-align: top;
  width: 35%;
  min-width: 220px;
}
#contact .left:nth-of-type(2),
#articles .left:nth-of-type(2),
#partners .left:nth-of-type(2),
#seek .left:nth-of-type(2),
#social .left:nth-of-type(2) {
  width: 65%;
}
#contact h2,
#articles h2,
#partners h2,
#seek h2,
#social h2 {
  margin: 45px 0 20px 0;
  font-size: 37px;
  font-family: "ff-clan-web";
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2em;
  text-align: left;
}
#contact h4,
#articles h4,
#partners h4,
#seek h4,
#social h4 {
  margin-top: 10px;
}
@media all and (max-width: 600px) {
  #contact .section-content,
  #articles .section-content,
  #partners .section-content,
  #seek .section-content,
  #social .section-content {
    display: block;
  }
  #contact h2,
  #articles h2,
  #partners h2,
  #seek h2,
  #social h2 {
    font-size: 30px;
  }
  #contact .left,
  #articles .left,
  #partners .left,
  #seek .left,
  #social .left {
    display: block;
    width: 100%;
  }
  #contact .left:nth-of-type(2),
  #articles .left:nth-of-type(2),
  #partners .left:nth-of-type(2),
  #seek .left:nth-of-type(2),
  #social .left:nth-of-type(2) {
    width: 100%;
  }
}
#articles {
  background-color: #4e4d5f;
  padding-top: 45px;
}
#articles h2 {
  color: #FFFFFF;
  margin-bottom: 45px;
}
#articles .section-content {
  display: block;
}
#articles .article-list {
  font-size: 0;
  margin-left: -25px;
}
#articles .article-list li {
  display: inline-block;
  vertical-align: top;
  width: 33.333333333333%;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 25px;
}
#articles .article-list li .image {
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  height: 160px;
}
#articles .article-list li .image a {
  display: block;
  width: 100%;
  height: 100%;
}
#articles .article-list li .image img {
  width: 100%;
  height: auto;
  visibility: hidden;
}
#articles .article-list li h3 {
  margin: 30px 0 3px 0;
}
#articles .article-list li h3,
#articles .article-list li h3 a {
  font-family: "ff-clan-web";
  font-weight: 500;
  font-size: 1.125em;
  color: #ffb8a1;
  text-decoration: none;
}
#articles .article-list li h3 a:hover {
  text-decoration: underline;
}
#articles .article-list li .entry-source {
  font-family: "ff-clan-web";
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}
#articles .article-list li .entry-content {
  margin: 20px 0 10px 0;
  font-size: 15px;
  color: #FFFFFF;
}
@media (min-width: 599px) {
  #articles .read-all {
    margin-top: 40px;
  }
}
#articles .read-all a {
  font-family: "ff-clan-web";
  font-weight: 600;
  text-transform: uppercase;
  color: #ffb8a1;
  text-decoration: none;
  border-bottom: 1px solid #ffb8a1;
}
@media (max-width: 799px) {
  #articles .article-list li {
    width: 50%;
    margin-bottom: 60px;
  }
}
@media (max-width: 599px) {
  #articles .article-list li {
    width: 100%;
    margin-bottom: 60px;
  }
  #articles .article-list li .article-header {
    min-height: 0;
  }
}
#partners {
  background-color: #e9e9ec;
  padding-top: 45px;
}
#partners .logos {
  margin-top: 40px;
  font: 0/0 a;
  line-height: 0;
  text-align: left;
}
#partners .logos img {
  width: auto;
  height: 80px;
  margin: 9px 9px 0 0;
}
#contact {
  background-color: #1e1f28;
}
#contact .left:nth-of-type(2) ul {
  margin-top: 0;
  overflow: hidden;
}
#contact .left:nth-of-type(2) ul li {
  float: none;
  clear: both;
  width: 100%;
  margin: 0;
  padding-right: 5px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#contact .left:nth-of-type(2) ul li:nth-child(-n+2) {
  float: left;
  clear: none;
  width: 50%;
}
#contact .left:nth-of-type(2) ul li img {
  width: 100%;
  height: auto;
}
#contact h2,
#contact li {
  color: #FFFFFF;
  text-align: left;
}
#contact h2 {
  margin: 0;
  width: 100px;
}
#contact ul {
  margin-top: 30px;
  padding: 0;
}
#contact ul li {
  margin-bottom: 4px;
}
#contact ul li,
#contact ul li a {
  color: #ffb8a1;
  text-decoration: none;
}
.no-touch #contact ul li a:hover {
  text-decoration: underline;
}
#contact ul li:nth-child(-n+2),
#contact ul li:nth-child(-n+2) a {
  color: #FFFFFF;
}
@media all and (max-width: 800px) {
  #contact ul li a {
    font-size: 15px;
  }
}
#seek {
  padding-top: 45px;
}
#seek h2:first-of-type {
  width: 250px;
}
#social {
  min-height: 650px;
  background-position: bottom center;
  background-size: cover;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 160px;
}
#social ul {
  width: 240px;
}
#social ul li a {
  font-family: "ff-clan-web";
  font-weight: 600;
  color: #4e4d5f;
  text-decoration: none;
}
.no-touch #social ul li a:hover {
  text-decoration: none;
}
#social ul li a span {
  margin-left: 45px;
  margin-bottom: 20px;
}
#social ul li h2 {
  font-size: 30px;
  color: #4e4d5f;
  position: relative;
  margin-bottom: 10px;
}
#social .disclaimer {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
}
#social .disclaimer .left {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
#social .disclaimer .left:last-child {
  margin-left: 20px;
}
#social .disclaimer p,
#social .disclaimer a,
#social .disclaimer span {
  font-family: "ff-clan-web";
  font-weight: 600;
  color: #FFFFFF;
  margin: 0;
}
#social .disclaimer a {
  text-decoration: none;
}
#social .disclaimer a:hover {
  text-decoration: underline;
}
@media all and (max-width: 799px) {
  #social ul li {
    padding-right: 20px;
  }
}
@media all and (max-width: 599px) {
  #social {
    background-position: top center;
    padding-top: 60px;
  }
  #social .left {
    text-align: center;
  }
  #social .left:last-child {
    margin-top: 80px;
  }
  #social .left ul {
    display: inline-block;
  }
  #social .left ul li {
    padding-right: 0;
  }
  #social .left ul li a span {
    margin-left: auto;
    margin-right: auto;
  }
  #social .left ul h2 {
    text-align: center;
  }
  #social .left ul h2:before {
    left: 50%;
    margin-left: -38px;
  }
  #social .disclaimer .left {
    display: block;
  }
  #social .disclaimer .left:last-child {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  #social {
    min-height: 0;
    padding: 20px 0;
  }
  #social .section-content {
    height: 490px;
  }
  #social .left:last-child {
    margin-top: 20px;
  }
  #social .left ul li a h2 {
    margin-top: 30px;
  }
  #social .left ul li a .sprite-medialounge {
    display: none;
  }
  #social .disclaimer {
    bottom: 0;
    padding: 20px 0;
  }
  .rgba #social .disclaimer {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .no-rgba #social .disclaimer {
    zoom: 1;
    background-color: transparent;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff);
  }
  #social .disclaimer p,
  #social .disclaimer a,
  #social .disclaimer span {
    color: #292b37;
  }
}
section {
  width: 100%;
}
section .content {
  width: 100%;
}
section .content.content-container {
  width: 100%;
  max-width: 900px;
  padding: 0 20px 0 20px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.text-link,
.text-link > * {
  color: #000;
}
.no-touch .text-link:hover,
.no-touch .text-link:hover > * {
  color: #000;
}
.twitter-payoff p {
  font-family: "leitura-news";
  font-weight: 700;
  font-style: italic;
  font-size: 29px;
  color: #4e4d5f;
  line-height: 1.2em;
}
.twitter-payoff a {
  color: #ffb8a1;
  text-transform: uppercase;
  font-family: "ff-clan-web";
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
}
.site-header {
  max-width: 100% !important;
  width: 100%;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
}
@media all and (max-width: 940px) {
  .site-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-header.front-page {
  min-height: 520px;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.site-header.front-page hgroup h1 {
  margin: 100px auto 0 auto;
}
.site-header:not(.front-page) {
  background-image: none !important;
}
.site-header > .container {
  width: 100%;
  display: table;
  max-width: 900px;
  margin: 0 auto;
}
.site-header hgroup {
  overflow: hidden;
}
.site-header hgroup h1 {
  margin: 0;
  text-indent: -2000px;
}
.site-header hgroup h2 {
  display: none;
}
.site-header .site-title a {
  display: block;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 599px) {
  .site-header .site-title {
    margin-top: 0 !important;
  }
}
.site-header .share-container {
  float: right;
  width: 190px;
  overflow: hidden;
  margin-top: -26px;
}
.site-header .share-container .left {
  float: left;
}
.site-header .share-container .left:first-child {
  margin-right: 10px;
}
.site-header .share-container .left .custom-share-button {
  text-decoration: none;
  text-align: right;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 4px;
}
.site-header .share-container .left .custom-share-button .label {
  display: none;
}
.site-header .share-container .left .custom-share-button .count {
  font-family: "ff-clan-web";
  font-weight: 600;
  font-size: 14px;
  color: #f48670;
}
@media all and (max-width: 599px) {
  .site-header .share-container {
    float: none;
    margin-top: 40px;
  }
}
.site-header .main-navigation {
  margin: 0;
  display: none;
}
.site-header .main-navigation ul.nav-menu {
  border: none;
}
.site-header .main-navigation ul.nav-menu li:last-child {
  margin-right: 0;
}
.site-header .main-navigation ul.nav-menu a {
  text-transform: none;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1em;
}
@media all and (max-width: 800px) {
  .site-header.front-page {
    min-height: 360px;
  }
}
@media all and (max-width: 600px) {
  .site-header.front-page {
    min-height: 240px;
  }
  .site-header hgroup h1 {
    margin-top: 40px;
  }
}
article {
  margin: 40px 0 0 0;
  border-bottom: none;
  padding-bottom: 0;
}
article .entry-header {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  article .entry-header {
    padding: 0 15px;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
article .entry-header .image img {
  width: 100%;
  height: auto;
}
article .primary-wrapper,
article .secondary-wrapper {
  display: table;
  width: 100%;
  max-width: 900px;
  margin: 40px auto;
}
@media (max-width: 960px) {
  article .primary-wrapper,
  article .secondary-wrapper {
    padding: 0 15px;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
article .primary-wrapper .entry-title,
article .secondary-wrapper .entry-title {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 1.3em;
}
@media (max-width: 480px) {
  article .primary-wrapper .entry-title,
  article .secondary-wrapper .entry-title {
    font-size: 32px;
  }
}
article .primary-wrapper aside,
article .secondary-wrapper aside,
article .primary-wrapper .article-content,
article .secondary-wrapper .article-content {
  display: table-cell;
  vertical-align: top;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
article .primary-wrapper aside,
article .secondary-wrapper aside {
  width: 300px;
  min-width: 300px;
  padding-right: 30px;
  border-right: 1px solid #9a9c9d;
}
article .primary-wrapper aside span,
article .secondary-wrapper aside span {
  display: inline-block;
  margin-right: 5px;
  font-family: "leitura-news";
  font-weight: 300;
  font-style: italic;
  color: #4e4d5f;
}
@media (max-width: 480px) {
  article .primary-wrapper aside .twitter-payoff p,
  article .secondary-wrapper aside .twitter-payoff p {
    font-size: 26px;
  }
}
article .primary-wrapper .article-content,
article .secondary-wrapper .article-content {
  width: 100%;
  padding-left: 30px;
}
article .primary-wrapper .article-content .ingress,
article .secondary-wrapper .article-content .ingress,
article .primary-wrapper .article-content .ingress p,
article .secondary-wrapper .article-content .ingress p {
  font-family: "ff-clan-web";
  font-weight: 400;
  font-size: 18px;
}
article .primary-wrapper .article-content img,
article .secondary-wrapper .article-content img {
  width: 100%;
  height: auto;
}
article .primary-wrapper .article-content h2,
article .secondary-wrapper .article-content h2,
article .primary-wrapper .article-content h2 span,
article .secondary-wrapper .article-content h2 span,
article .primary-wrapper .article-content h2 a,
article .secondary-wrapper .article-content h2 a {
  font-family: "ff-clan-web";
  font-weight: 600;
  color: #4e4d5f;
  font-size: 1.28571429em;
  margin: 2em 0 1.5em;
  line-height: 1.4em;
}
article .primary-wrapper .article-content h3,
article .secondary-wrapper .article-content h3,
article .primary-wrapper .article-content h3 span,
article .secondary-wrapper .article-content h3 span,
article .primary-wrapper .article-content h3 a,
article .secondary-wrapper .article-content h3 a {
  font-family: "ff-clan-web";
  font-weight: 400;
  font-size: 1.28571429em;
  margin: 2em 0 1.5em;
  line-height: 1.4em;
}
article .primary-wrapper .article-content h4,
article .secondary-wrapper .article-content h4 {
  font-size: 1.125em;
}
@media (max-width: 767px) {
  article .primary-wrapper,
  article .secondary-wrapper {
    display: block;
  }
  article .primary-wrapper aside,
  article .secondary-wrapper aside,
  article .primary-wrapper .article-content,
  article .secondary-wrapper .article-content {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-right: none;
    border-left: none !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  article .primary-wrapper aside,
  article .secondary-wrapper aside {
    border-left: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
  }
}
article .secondary-wrapper aside {
  vertical-align: bottom;
  padding-left: 30px;
  padding-right: 0;
  border-left: 1px solid #9a9c9d;
  border-right: none;
}
@media (max-width: 767px) {
  article .secondary-wrapper aside {
    margin-top: 40px;
  }
}
article .secondary-wrapper .article-content {
  padding-left: 0;
  padding-right: 30px;
}
article .bridge {
  margin: 60px 0 80px 0;
}
article .bridge img {
  width: 100%;
  height: auto;
}
article .bridge .twitter-payoff {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  article .bridge .twitter-payoff {
    padding: 0 15px;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
article .bridge .twitter-payoff.no-img {
  background-color: #4e4d5f;
  padding: 40px;
}
article .bridge .twitter-payoff p {
  color: #FFFFFF;
}
@media (max-width: 480px) {
  article .bridge .twitter-payoff p {
    font-size: 26px;
  }
}
@media all and (max-width: 599px) {
  article .bridge .twitter-payoff {
    padding: 20px;
  }
}
article .article-listing {
  margin: 80px 0 0 0;
  background-color: #292b37;
}
article .article-listing .content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 0 80px 0;
}
@media (max-width: 960px) {
  article .article-listing .content {
    padding-left: 15px;
    padding-right: 15px;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
article .article-listing .content h2 {
  font-family: "ff-clan-web";
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 25px;
}
article .article-listing .content ul {
  font-size: 0;
}
article .article-listing .content ul li {
  width: 33.3333333333%;
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
article .article-listing .content ul li h3 a {
  font-family: "ff-clan-web";
  font-weight: 500;
  font-size: 20px;
  color: #ffb8a1;
  text-decoration: none;
  line-height: 1.1em;
}
.no-touch article .article-listing .content ul li h3 a:hover {
  text-decoration: underline;
}
article .article-listing .content ul li .entry-source {
  font-family: "ff-clan-web";
  font-weight: 500;
  color: #7f7f7f;
  text-transform: uppercase;
}
@media (min-width: 599px) {
  article .article-listing .content .read-all {
    margin-top: 40px;
  }
}
article .article-listing .content .read-all a {
  font-family: "ff-clan-web";
  font-weight: 600;
  text-transform: uppercase;
  color: #ffb8a1;
  text-decoration: none;
  border-bottom: 1px solid #ffb8a1;
}
@media (max-width: 767px) {
  article .article-listing .content ul li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  article .article-listing .content ul li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.article-list-page #articles {
  background: none !important;
}
.article-list-page #articles .article-list .item {
  margin-bottom: 0 !important;
}
.article-list-page #articles .article-list .item .article-header h3 a {
  color: #f48670;
}
.article-list-page #articles .article-list .item .entry-content {
  color: #000;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.article-list-page #articles .article-list .item .entry-content:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52px;
  height: 1px;
  background-color: #000;
}
article.type-page {
  width: 100%;
  max-width: 900px;
  margin: 40px auto 40px auto;
}
article.type-page .entry-title {
  font-size: 36px;
  text-transform: uppercase;
  padding: 0 20px;
}
article.type-page .entry-content {
  margin: 40px 0 80px 0;
  padding: 0 20px;
}
#page .full-width article,
#page .content-marketing-content article {
  width: 100%;
  max-width: 900px;
  margin: 40px auto 40px auto;
  border-bottom: none;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#page .full-width article h1,
#page .content-marketing-content article h1 {
  font-size: 45px;
  text-transform: uppercase;
  line-height: 1.2em;
}
@media all and (max-width: 940px) {
  #page .full-width article,
  #page .content-marketing-content article {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#page .content-marketing-content article .entry-header {
  display: none;
}
#page .content-marketing-content article .entry-content {
  display: block;
  overflow: hidden;
}
#page .content-marketing-content article .entry-content p {
  font-size: 15px;
}
#page .content-marketing-content article .entry-content .primary .image {
  float: left;
  width: 44%;
  padding: 0 40px 40px 0;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#page .content-marketing-content article .entry-content .primary .text-content {
  float: left;
  width: 56%;
}
#page .content-marketing-content article .entry-content .primary .text-content p.emphasis {
  font-family: "ff-clan-web";
  font-weight: 400;
  font-size: 18px;
}
#page .content-marketing-content article .entry-content .primary .text-content h1 {
  margin-top: 0;
}
@media all and (max-width: 599px) {
  #page .content-marketing-content article .entry-content .primary .image,
  #page .content-marketing-content article .entry-content .primary .text-content {
    width: 100%;
    float: none;
  }
  #page .content-marketing-content article .entry-content .primary .image {
    display: none;
  }
}
#page .content-marketing-content article .entry-content .secondary {
  overflow: hidden;
}
#page .content-marketing-content article .entry-content .secondary h2 {
  margin: 0 0 15px 0;
  font-size: 29px;
}
#page .content-marketing-content article .entry-content .secondary .left {
  float: left;
  width: 70%;
}
#page .content-marketing-content article .entry-content .secondary .left.twitter-payoff {
  width: 30%;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 40px;
}
#page .content-marketing-content article .entry-content .secondary .left.twitter-payoff p {
  font-size: 29px;
}
#page .content-marketing-content article .entry-content .secondary .left.signup {
  border-left: 1px solid #9a9c9d;
  padding-left: 50px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media all and (max-width: 799px) {
  #page .content-marketing-content article .entry-content .secondary .left {
    width: 100%;
    float: none;
  }
  #page .content-marketing-content article .entry-content .secondary .left.twitter-payoff {
    width: 100%;
    padding: 20px 0 0 0;
    margin-bottom: 40px;
  }
  #page .content-marketing-content article .entry-content .secondary .left.signup {
    border-left: none;
    padding-left: 0;
  }
}
@media all and (max-width: 799px) {
  #page .content-marketing-content article .entry-content .secondary .left.text-content {
    -moz-column-width: null;
    -moz-column-count: 1;
    -moz-column-gap: 50px;
    -moz-column-rule-color: #EEE;
    -moz-column-rule-style: solid;
    -moz-column-rule-width: 1px;
    -webkit-column-width: null;
    -webkit-column-count: 1;
    -webkit-column-gap: 50px;
    -webkit-column-rule-color: #EEE;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 1px;
    column-width: null;
    column-count: 1;
    column-gap: 50px;
    column-rule-color: #EEE;
    column-rule-style: solid;
    column-rule-width: 1px;
  }
}
#page .content-marketing-content section .section-content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
}
#page .content-marketing-content section.fourth {
  margin: 0 0 60px 0;
}
#page .content-marketing-content section.fourth .left {
  float: left;
  width: 70%;
}
#page .content-marketing-content section.fourth .left:first-child {
  width: 30%;
  height: 100%;
  min-height: 100px;
}
#page .content-marketing-content section.fourth .left h4 {
  margin-top: 40px;
}
@media all and (max-width: 599px) {
  #page .content-marketing-content section.fourth .left {
    width: 100%;
    float: none;
  }
  #page .content-marketing-content section.fourth .left:first-child {
    display: none;
  }
}
@media all and (max-width: 940px) {
  #page .content-marketing-content section .section-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#page .content-marketing-content .tertiary {
  background-color: #4e4d5f;
  margin: 0 0 40px 0;
}
#page .content-marketing-content .tertiary .twitter-payoff {
  padding: 40px;
}
#page .content-marketing-content .tertiary .twitter-payoff p {
  color: #FFFFFF;
}
@media all and (max-width: 599px) {
  #page .content-marketing-content .tertiary .twitter-payoff {
    padding: 20px;
  }
}
#page .content-marketing-content .signup {
  margin-bottom: 40px;
}
#page .content-marketing-content .signup .content {
  display: table;
}
#page .content-marketing-content .signup .content .left {
  width: 70%;
  display: table-cell;
}
#page .content-marketing-content .signup .content .left:first-child {
  width: 30%;
}
#page .content-marketing-content .signup h2 {
  font-family: "ff-clan-web";
  font-weight: 500;
  text-transform: uppercase;
}
#page .content-marketing-content .signup form {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media all and (max-width: 799px) {
  #page .content-marketing-content .signup .content {
    display: block;
  }
  #page .content-marketing-content .signup .content .left {
    display: block;
    width: 100%;
  }
  #page .content-marketing-content .signup .content .left:first-child {
    display: none;
  }
}
#page .content-marketing-content .signup #mc_embed_signup #mc-embedded-subscribe-form {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 0;
}
#page .content-marketing-content .signup #mc_embed_signup #mc-embedded-subscribe-form .indicates-required .asterisk {
  padding-top: 10px;
  display: inline-block;
  vertical-align: middle;
}
#page .content-marketing-content .signup #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group {
  width: 50%;
  display: inline-block;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 20px 0 0;
  margin-bottom: 30px;
}
#page .content-marketing-content .signup #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group label,
#page .content-marketing-content .signup #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group input {
  font-family: "ff-clan-web";
  font-weight: 500;
  font-size: 16px;
}
#page .content-marketing-content .signup #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group label .asterisk {
  top: 32px;
  right: 30px;
}
#page .content-marketing-content .signup #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group input {
  -webkit-apperance: none;
  outline: none;
  box-shadow: none;
  border: 2px solid #9a9c9d;
  margin-top: 2px;
  color: #000;
}
#page .content-marketing-content .signup #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group.input-group {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}
#page .content-marketing-content .signup #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group.input-group input {
  margin-right: 10px;
}
#page .content-marketing-content .signup #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group.input-group strong {
  display: none;
}
#page .content-marketing-content .signup #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group.input-group label {
  font-size: 14px;
}
#page .content-marketing-content .signup #mc_embed_signup #mc-embedded-subscribe-form #mce-responses {
  margin: 0;
  padding: 0;
  width: 100%;
  padding-right: 20px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#page .content-marketing-content .signup #mc_embed_signup #mc-embedded-subscribe-form #mce-responses .response {
  padding: 10px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 2px solid #529214;
  width: 100%;
  font-family: "ff-clan-web";
  font-weight: 500;
}
#page .content-marketing-content .signup #mc_embed_signup #mc-embedded-subscribe-form #mce-responses .response#mce-error-response {
  border-color: #f48670;
}
#page .content-marketing-content .signup #mc_embed_signup #mc-embedded-subscribe-form .buttons {
  padding-right: 20px;
}
#page .content-marketing-content .signup #mc_embed_signup #mc-embedded-subscribe-form .buttons input {
  -webkit-apperance: none;
  outline: none;
  box-shadow: none;
  border: 2px solid #9a9c9d;
  margin: 2px 0;
}
#page .content-marketing-content .signup #mc_embed_signup #mc-embedded-subscribe-form .buttons input#mc-embedded-subscribe.button {
  float: right;
  width: 36%;
  background-image: none;
  background-color: #f48670;
  border-color: #f48670;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-transform: uppercase;
  font-family: "ff-clan-web";
  font-weight: 600;
  height: 40px;
  color: #FFFFFF;
  border-radius: 0;
}
@media all and (max-width: 599px) {
  #page .content-marketing-content .signup #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group {
    width: 100%;
    padding-right: 0;
  }
  #page .content-marketing-content .signup #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group label .asterisk {
    right: 10px;
  }
  #page .content-marketing-content .signup #mc_embed_signup #mc-embedded-subscribe-form .buttons {
    padding-right: 0;
  }
}
article.seminar-signup ul li {
  margin-left: 20px;
}
/* slider container */
.iosslider {
  /* required */
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  min-width: 980px;
  min-height: 550px;
  width: 100%;
  height: auto;
}
/* slider */
.iosslider .slider {
  /* required */
  width: 100%;
  height: 100%;
}
/* slide */
.iosslider .slider .slide {
  /* required */
  float: left;
  min-width: 980px;
  min-height: 550px;
  width: 100%;
  height: auto;
}
.sprite-medialounge {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 485px 168px;
  background-image: url('/wp-content/themes/medialounge/css/medialounge.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .sprite-medialounge {
    background-image: url('/wp-content/themes/medialounge/css/medialounge-2x.png');
  }
}
.medialounge-logo {
  width: 192px;
  height: 143px;
  background-position: -2px -2px;
}
.medialounge-logo-alternative {
  width: 287px;
  height: 88px;
  background-position: -196px -2px;
}
.medialounge-linkedin-icon {
  width: 75px;
  height: 74px;
  background-position: -196px -92px;
}
.medialounge-facebook-icon {
  width: 75px;
  height: 74px;
  background-position: -273px -92px;
}
.medialounge-share-twitter {
  width: 97px;
  height: 22px;
  background-position: -350px -92px;
}
.medialounge-share-facebook {
  width: 83px;
  height: 22px;
  background-position: -350px -116px;
}