/* ============================================================

320 and Up by Andy Clarke
Version: 3.0
URL: http://stuffandnonsense.co.uk/projects/320andup/
Apache License: v2.0. http://www.apache.org/licenses/LICENSE-2.0

============================================================ */
/* Reset =================================================== */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

/* Variables =================================================== */
/* Mixins =================================================== */
/* Page =================================================== */
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html {
  background: #203650;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f3f5f6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  font-family: "Merriweather", Georgia, Times, serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: white; }

.wrapper {
  *zoom: 1;
  width: 90%;
  max-width: 600px;
  margin: auto; }
  .wrapper:before, .wrapper:after {
    display: table;
    content: ""; }
  .wrapper:after {
    clear: both; }

#header-logo {
  background: url(../img/logoCompact.png) 0 0 no-repeat;
  height: 40px;
  width: 138px;
  float: left;
  margin: 0 10px;
  text-indent: -99999px; }

blockquote,
#article-main blockquote {
  *zoom: 1;
  font-size: 26px;
  line-height: 32px;
  font-family: 'Lato', sans-serif;
  color: #2c4667;
  font-weight: bold;
  margin: 0 0 1.5em; }
  blockquote:before, blockquote:after,
  #article-main blockquote:before,
  #article-main blockquote:after {
    display: table;
    content: ""; }
  blockquote:after,
  #article-main blockquote:after {
    clear: both; }
  blockquote p,
  #article-main blockquote p {
    font-size: 26px;
    line-height: 32px; }

blockquote .attribution {
  float: right;
  font-size: 20px;
  line-height: 22px;
  font-weight: 200;
  margin-top: 20px; }

#top-bar {
  background-color: #071522;
  overflow: hidden;
  color: #abbfd6;
  font-family: 'Lato', sans-serif;
  height: 5px;
  -webkit-transition: height .5s ease-in;
  transition: height .5s ease-in; }

#top-bar p,
#top-bar ul {
  font-size: 11px; }

.language-nav p {
  margin: 10px 0 0 10px; }
.language-nav ul {
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0; }
.language-nav li {
  border-bottom: 1px solid #2c486b;
  padding: 5px 10px; }
.language-nav a {
  color: #abbfd6; }
  .language-nav a:hover, .language-nav a:visited, .language-nav a.active {
    color: #e3eaf2;
    text-decoration: none; }

#banner {
  background-color: #223854;
  background-image: linear-gradient(#2d496c, #162436);
  background-image: linear-gradient(#2d496c, #162436);
  border-top: 5px solid #981e32;
  border-bottom: 1px solid #dee0e3;
  font-family: 'Lato', sans-serif; }
  #banner .btn-small {
    background: #707070;
    border: none;
    color: #203650;
    display: block;
    float: left;
    font-size: 14px;
    margin-top: 5px;
    padding: 9px 10px 5px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box; }
  #banner #btn-showsearch,
  #banner #btn-showlang {
    float: right;
    margin-left: 10px; }
  #banner .wrapper {
    padding: 10px; }
  #banner .wrapper.navwrapper {
    padding: 0; }

.no-cssgradients #banner {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d496c', endColorstr='#162436',GradientType=0 );
  /* IE6-8 */ }

.search-field {
  clear: both;
  padding-top: 12px;
  position: relative;
  display: none; }
  .search-field form {
    margin: 0; }
  .search-field .search-query {
    border: 1px solid black;
    background: #ccc;
    padding-left: 14px;
    padding-right: 14px;
    margin: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box; }
  .search-field button {
    border: 0;
    background: none;
    position: absolute;
    top: 14px;
    right: 2px;
    color: #385d81; }

#main-nav {
  position: absolute;
  top: 0;
  left: -200px;
  background: #F1F3F5;
  height: 1000px;
  z-index: 2000;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in; }
  #main-nav ul {
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0;
    width: 180px;
    font-size: 1.4rem; }
  #main-nav li {
    background: #2d496c;
    border-bottom: 1px solid #2c486b;
    margin-bottom: 0; }
  #main-nav a {
    color: #e8ebee;
    display: block;
    font-weight: bold;
    padding: 10px 10px;
    text-transform: uppercase;
    width: auto; }
    #main-nav a:hover {
      background: #3c5f8a;
      color: #dae2eb;
      text-decoration: none; }
    #main-nav a.active {
      background: #dee2e7;
      color: #475d78; }
  #main-nav .ss-navigateright:after {
    font-size: 15px;
    padding-left: 5px;
    line-height: 18px; }
  #main-nav .ss-dropdown:after {
    font-size: 20px;
    padding-left: 5px;
    line-height: 18px;
    display: none; }
  #main-nav li ul {
    display: none;
    font-size: 1.4rem;
    position: absolute;
    height: 1000px;
    top: 0;
    left: 100%;
    z-index: 1999; }
  #main-nav li.open a {
    background: #2d496c;
    color: #dae2eb; }
  #main-nav .open ul {
    display: block; }
  #main-nav li ul li a {
    background: #2d496c;
    border-top: 1px solid #264163;
    color: #dae2eb;
    float: none;
    text-transform: none; }
    #main-nav li ul li a:hover {
      background-color: #3c5f8a; }

.mobile-closenav {
  background: #ccc;
  color: #666;
  cursor: pointer;
  padding-right: 10px;
  text-align: right; }

#main-nav ul ul li.mobile-closesub {
  background: #333;
  color: #fff;
  cursor: pointer;
  padding-right: 10px;
  text-align: right; }

body.show-nav #main-nav {
  left: 0;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  box-shadow: 4px 0px 5px rgba(0, 0, 0, 0.5); }

body.show-nav.show-subnav #main-nav {
  left: -70px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in; }

body.show-languages #top-bar {
  height: 320px;
  -webkit-transition: height .2s ease-in;
  transition: height .2s ease-in; }

body.show-search .search-field {
  display: block; }

.main-content {
  background: #fff;
  color: #191a1a; }
  .main-content a {
    text-decoration: none; }

/* ------------------------------
 HOME PAGE
------------------------------- */
#home-hero {
  position: relative;
  display: none; }
  #home-hero .wrapper {
    width: 100%; }

.alt-heds {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0; }
  .alt-heds li {
    margin-top: 20px; }
  .alt-heds > li {
    border-bottom: 1px solid #e8ebee; }
  .alt-heds > li:last-child {
    border-bottom: none; }

.article-hero-wrapper,
.category-hero-wrapper {
  position: relative; }

.caption {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  width: 100%; }
  .caption h2 a {
    color: #333; }
  .caption p {
    display: none; }
  .caption ul.datestamp {
    margin: 0;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #94989b;
    padding: 0 0 10px 0; }
  .caption .datestamp li {
    display: inline; }
  .caption .datestamp li:after {
    content: "|";
    padding: 0 3px;
    color: #e0e1e1; }
  .caption ul.datestamp li:first-child {
    text-transform: uppercase;
    font-weight: 600;
    color: #aa3d3d; }
  .caption ul.datestamp li:last-child:after {
    content: ""; }

.no-rgba .caption {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#AAFFFFFF,endColorstr=#AAFFFFFF);
  zoom: 1; }

#home-categories h3 {
  border-top: 1px solid #e8ebee;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  padding: 10px 0;
  color: #aa3d3d; }
  #home-categories h3 a {
    color: #aa3d3d; }
#home-categories .category {
  padding-bottom: 20px; }
  #home-categories .category .story {
    overflow: hidden; }
    #home-categories .category .story img {
      display: none; }
    #home-categories .category .story.sub {
      display: none; }
    #home-categories .category .story h4 {
      font-size: 16px;
      white-space: normal; }
    #home-categories .category .story h5 {
      font-family: "Merriweather", Georgia, Times, serif;
      font-size: 13px;
      padding-top: 12px; }
      #home-categories .category .story h5 a {
        color: #333333; }
    #home-categories .category .story ul.datestamp {
      margin: 0;
      font-family: "Lato", Helvetica, Arial, sans-serif;
      font-size: 12px;
      color: #94989b;
      padding-left: 0;
      padding-bottom: 12px; }
    #home-categories .category .story .datestamp li {
      display: inline; }
    #home-categories .category .story .datestamp li:after {
      content: "|";
      padding: 0 3px;
      color: #e0e1e1; }
    #home-categories .category .story ul.datestamp li:last-child:after {
      content: ""; }
    #home-categories .category .story .ss-icon {
      color: #99b1cf; }
  #home-categories .category.sponsored {
    background: #f1f3f6;
    padding: 0px 10px 18px 10px;
    margin-top: 15px; }
    #home-categories .category.sponsored h3 {
      border: none; }
    #home-categories .category.sponsored p {
      color: #808080;
      font-family: "Merriweather", Georgia, Times, serif;
      font-size: 12px; }
    #home-categories .category.sponsored iframe {
      width: 100%; }
    #home-categories .category.sponsored img {
      float: none; }
    #home-categories .category.sponsored a.sponsored-btn {
      background: #b6babf;
      border-radius: 4px;
      color: white;
      display: inline-block;
      font-family: "Lato", Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 15px;
      padding: 4px 8px;
      text-transform: uppercase; }
      #home-categories .category.sponsored a.sponsored-btn span {
        color: white;
        display: inline-block;
        line-height: 6px;
        padding: 0 4px 0 0; }
    #home-categories .category.sponsored p.partnership {
      font-family: "Lato", Helvetica, Arial, sans-serif;
      font-size: 12px; }
  #home-categories .category.video {
    background: #f1f3f6;
    padding: 0px 10px 18px 10px; }
    #home-categories .category.video h3 {
      border: none; }
    #home-categories .category.video .video-container iframe,
    #home-categories .category.video .video-container object,
    #home-categories .category.video .video-container embed {
      top: 0;
      left: 0;
      width: 100%; }
  #home-categories .category.podcast {
    display: none;
    background: #f1f3f6 url(../img/compact-logo.png) 0 10px no-repeat;
    background: url(../img/compact-logo.png) 10px 30px no-repeat, url(../img/microphone.png) 160px 5px no-repeat, #f1f3f6;
    color: #a3a7ac;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    margin: 10px 0;
    min-height: 150px;
    padding: 0px 10px 18px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    #home-categories .category.podcast h3 {
      border: none; }
    #home-categories .category.podcast .story {
      padding-top: 80px;
      border-bottom: none; }
    #home-categories .category.podcast p {
      font-style: italic; }
    #home-categories .category.podcast a {
      border-radius: 4px;
      display: inline-block;
      background: #3c5f8a;
      color: white;
      padding: 4px 8px;
      text-transform: uppercase; }
      #home-categories .category.podcast a span.ss-icon {
        display: inline-block;
        color: white;
        padding: 0 4px; }
  #home-categories .category.newsletter {
    display: none;
    background: #2d3f57;
    padding: 0px 10px 18px 10px; }
    #home-categories .category.newsletter h3 {
      color: white; }
    #home-categories .category.newsletter p {
      color: #a8bacf;
      font-size: 12px;
      margin: 0; }
      #home-categories .category.newsletter p em {
        color: #718cad;
        font-size: 10px; }
    #home-categories .category.newsletter form {
      margin: 10px 0; }
    #home-categories .category.newsletter input.newsletter-email {
      width: 75%;
      height: 39px;
      font-size: 15px; }
    #home-categories .category.newsletter input {
      border: 0;
      display: inline-block;
      height: 40px;
      margin: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      #home-categories .category.newsletter input[type=email] {
        height: 39px;
        font-family: "Lato", Helvetica, Arial, sans-serif;
        font-size: 15px;
        font-weight: 400;
        margin-right: 10px;
        width: 75%;
        width: -webkit-calc(100% - 55px);
        width: calc(100% - 55px); }
        #home-categories .category.newsletter input[type=email]::-webkit-input-placeholder {
          font-style: italic; }
        #home-categories .category.newsletter input[type=email]:-moz-placeholder {
          font-style: italic; }
        #home-categories .category.newsletter input[type=email]:-ms-input-placeholder {
          font-style: italic; }
      #home-categories .category.newsletter input[type=submit] {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #3c5f8a;
        color: white;
        border: 1px solid #3c5f8a;
        font-family: "Lato", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        width: 40px; }
#home-categories .section-divider .category:first-child {
  margin: 15px 0 0 0; }
  #home-categories .section-divider .category:first-child h3 {
    border-top: none; }
#home-categories .see-more {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 0;
  padding-top: 4px; }
  #home-categories .see-more a {
    color: #99b1cf; }

/*-------------------------------
 SINGLE ARTICLE PAGE
--------------------------------*/
h4.category a {
  color: #aa3d3d;
  text-transform: uppercase; }

h4.category {
  margin-bottom: 10px; }

hgroup.article-title h1,
hgroup.category-title h1 {
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -1px; }

hgroup.category-title h1 {
  font-size: 28px;
  font-weight: 600; }

hgroup {
  margin-top: 20px; }

#article-main {
  padding-top: 20px; }

#article-main p {
  font-size: 15px;
  line-height: 24px; }

#article-main .eightcol > p:first-of-type:first-letter {
  font-family: 'Lato', sans-serif;
  float: left;
  font-size: 350%;
  font-weight: bold;
  margin-top: 10px;
  margin-right: 5px; }

.amazon-book {
  *zoom: 1;
  border: 5px solid #eeeeee;
  background: #f5f5f5;
  margin: 1em auto;
  padding: 5px;
  width: 80%; }
  .amazon-book:before, .amazon-book:after {
    display: table;
    content: ""; }
  .amazon-book:after {
    clear: both; }
  .amazon-book h2 {
    font-size: 1.6rem; }
  .amazon-book h5 {
    background: #f5f5f5;
    padding: 0px 3px 5px;
    margin: 0 0 5px 0; }
  .amazon-book .amazon-image-wrapper {
    padding-bottom: 5px; }

#form-main,
#content-main {
  max-width: 940px;
  margin: 20px 10px;
  padding-bottom: 40px;
  overflow: hidden;
  font-size: 1em; }

#form-main p,
#content-main p {
  font-size: 1em; }

.byline {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  color: #989898;
  font-family: 'Lato', sans-serif;
  padding: 5px 0;
  margin-bottom: 10px;
  overflow: hidden; }
  .byline p {
    color: #989898;
    font-style: italic;
    margin: 0;
    padding: 0; }
  .byline ul {
    margin: 0; }

.tags {
  list-style-type: none;
  margin: 0;
  padding: 0 1em 0 0; }

.tags li {
  display: inline; }

.tags li a:after {
  content: ", "; }

.tags li:last-child a:after {
  content: ""; }

.tags,
.main-content .tags a {
  color: #99b1cf;
  font-size: 14px; }
  .tags:hover,
  .main-content .tags a:hover {
    color: #3c5f8a;
    text-decoration: none; }

.end-marker {
  background: url(../img/shield.png) 50% 0 no-repeat;
  clear: both;
  height: 30px;
  text-align: center; }

.article-content a {
  color: #aa3d3d; }
  .article-content a:visited {
    color: #aa3d3d; }
  .article-content a:hover {
    color: #843030; }
  .article-content a:focus {
    color: #843030; }

.article-tools {
  float: right;
  margin-left: 10px; }
  .article-tools ul {
    border: 1px solid #e7edf5;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 32px;
    border-bottom: 0; }
  .article-tools li {
    margin: 0;
    padding: 0; }
  .article-tools a {
    border-bottom: 1px solid #e7edf5;
    text-align: center;
    padding-top: 5px;
    display: block; }
  .article-tools li:first-child a {
    border-left: 0; }

.article-tools-horizontal {
  margin: 20px 0 10px;
  text-align: center; }
  .article-tools-horizontal ul {
    border: 1px solid #e7edf5;
    border-left: 0;
    display: inline-block;
    margin: 0;
    padding: 0; }
  .article-tools-horizontal li {
    display: inline-block;
    margin-bottom: 0; }
  .article-tools-horizontal a {
    border-left: 1px solid #e7edf5;
    display: inline-block;
    text-align: center;
    padding: 5px 10px 5px 12px; }

.main-content .article-tools a,
.main-content .article-tools a:visited,
.main-content .article-tools-horizontal a,
.main-content .article-tools-horizontal a:visited {
  color: #99b1cf; }

.main-content .article-tools a:hover,
.main-content .article-tools a:active,
.main-content .article-tools-horizontal a:hover,
.main-content .article-tools-horizontal a:active {
  color: #3c5f8a; }

#article-main .article-tools {
  display: none; }

/*-------------------------------
SPONSORSHIP ASIDE
--------------------------------*/
.sponsor-module {
  background: #f5f6f8;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.sponsor-module h4:first-child {
  border-left: 0;
  color: #9ba0a7;
  text-transform: uppercase;
  margin-bottom: 8px; }

.sponsor-module h4:first-child {
  border-left: 0;
  color: #9ba0a7;
  text-transform: uppercase;
  margin-bottom: 8px; }

.sponsor-module h4:nth-child(2) {
  font-family: 'Merriweather', serif;
  border-left: 0;
  margin-bottom: 8px; }

#article-main aside.sponsor-module p {
  line-height: 22px; }

.sponsor-module h6 {
  font-family: 'Merriweather', serif;
  text-transform: none;
  font-size: 12px;
  color: #9ea3aa; }

.sponsor-module-secondary {
  border-top: 1px solid #dbdfe3;
  padding-top: 10px;
  margin-top: 46px;
  margin-left: 2.762430939%;
  margin-bottom: 60px;
  width: 100%;
  float: left; }

.sponsor-module-secondary h5.title-header {
  color: #aa3d3d;
  text-transform: uppercase; }

.sponsor-module-secondary h5 {
  color: #2c4667; }

.sponsor-module-secondary p {
  color: #808080; }

.sponsor-module-secondary .btn {
  width: 100%; }

.post-type-archive-sponsor .excerpt {
  width: 90%; }

.post-type-archive-sponsor .excerpt .attribute {
  float: right;
  max-width: 30%; }

/* Category Sponsor Asides */
.category-sponsor-module {
  background: #f5f6f8;
  padding: 5px;
  margin-top: 30px;
  margin-bottom: 20px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.category-sponsor-module h4:first-child {
  border-left: 0;
  color: #9ba0a7;
  text-transform: uppercase;
  margin-bottom: 3px; }

.category-sponsor-module div {
  margin: 5px 0;
  background-color: #fcfcfc; }

#form-main .sponsor-module-secondary p,
#content-main .sponsor-module-secondary p {
  color: #808080;
  font-size: 14px; }

#content-main .sponsor-module-secondary {
  margin-bottom: 0; }

.report-template .sponsor-module-secondary .btn,
.download-content .btn {
  margin-top: 20px; }

.report-template .sponsor-module-secondary .btn,
.download-content .btn {
  width: 90%; }

.report-template .sponsor-module-secondary,
.download-content {
  padding-top: 0;
  border-top: none;
  background: #f5f6f8;
  padding: 20px 20px 0;
  border-radius: 5px;
  width: 92%;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 20px; }

.report-template #article-main .sponsor-module-secondary p {
  font-size: 14px;
  line-height: 20px; }

.report-template .sponsor-module-secondary img {
  margin: 10px 0; }

.audio-wrapper,
.media-wrapper {
  margin: 10px 0;
  position: relative;
  width: 100%; }
  .audio-wrapper .btn,
  .media-wrapper .btn {
    width: 94%; }

.media-wrapper .btn {
  font-size: 13px;
  text-align: left; }

/* MediaElement Styling */
.powerpress_player {
  padding-bottom: 1em; }
  .powerpress_player .mejs-container {
    background: transparent none; }
  .powerpress_player .mejs-controls {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box; }

.related-content {
  background: #f4f3f3;
  overflow: hidden;
  font-size: .8em;
  padding-top: 20px;
  margin: 40px 0 0; }
  .related-content h3 {
    color: #aa3d3c;
    text-transform: uppercase;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
    margin-bottom: 0px; }
  .related-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }

.related-item {
  border-bottom: 1px solid #cfcfcf;
  padding-top: 15px;
  margin-bottom: 10px; }
  .related-item h4 {
    font-family: 'Merriweather', serif;
    color: #395170;
    font-weight: normal;
    margin-bottom: 10px; }
  .related-item h5 {
    text-transform: uppercase;
    color: #9ba0a7;
    margin-bottom: 0.5em; }
  .related-item p {
    color: #7e7e7e;
    margin-bottom: 0; }

.related-item:last-child {
  border-bottom: none; }

#discussion {
  padding-top: 40px; }

.comments hgroup {
  margin-top: 0; }

.comments h2 {
  color: #264666;
  display: inline; }

.comments h3 {
  color: #aeaeae;
  display: inline;
  font-size: 16px;
  font-weight: normal; }

.comment-signin {
  color: #929292;
  font-family: 'Lato', sans-serif;
  margin-top: 5px; }

.main-content .comment-signin a {
  color: #ba4049; }
  .main-content .comment-signin a:hover {
    color: #9a3535;
    text-decoration: none; }

.comment {
  border-top: 1px solid #ccc;
  clear: both;
  padding-top: 20px; }

.comment h5 {
  color: #ba4049;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 5px 0; }

.comment-form h5 {
  float: left;
  margin-top: 5px; }

.comment-form textarea {
  height: 120px;
  margin-bottom: 10px; }

.comment-avatar {
  float: left;
  width: 13%; }

.comment-text {
  float: right;
  width: 84%; }

/*-------------------------------
=CATEGORY PAGE
--------------------------------*/
hgroup.category-title .excerpt-headline h1 {
  color: #333333;
  margin-bottom: 5px; }

hgroup.category-title .attribute p {
  color: #2d3f57;
  font-size: 14px;
  margin-bottom: 0; }

hgroup.datestamp {
  float: left; }

hgroup .datestamp {
  padding-bottom: 20px;
  font-size: 13px; }

hgroup .datestamp li {
  color: #989898; }

.category-hero-wrapper .category h4 a,
.category-hero-wrapper .tag h4 a {
  color: #aa3d3d;
  text-transform: uppercase;
  font-size: 30px; }

.category-hero-wrapper .category h4 {
  float: left; }
.category-hero-wrapper .category h5 {
  display: inline; }
  .category-hero-wrapper .category h5 a {
    color: #aa3d3d;
    text-transform: uppercase;
    font-size: 24px; }
.category-hero-wrapper .category .subregion {
  float: right;
  padding: .5rem;
  margin: 0 0 20px 0;
  background: #f5f5f5;
  border-radius: 4px; }
  .category-hero-wrapper .category .subregion h6 {
    color: #989898;
    margin: 0; }
  .category-hero-wrapper .category .subregion ul.subcategory {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0; }
    .category-hero-wrapper .category .subregion ul.subcategory li {
      display: inline; }
    .category-hero-wrapper .category .subregion ul.subcategory li:after {
      content: "|";
      font-size: 24px;
      padding: 0 2px 0 8px;
      color: #989898; }
    .category-hero-wrapper .category .subregion ul.subcategory li:last-child:after {
      content: none; }
.category-hero-wrapper .category-header {
  clear: both; }
  .category-hero-wrapper .category-header h1 a {
    color: #333; }

.category-hero-wrapper .category {
  padding-top: 20px; }

.category-hero-wrapper .tag {
  padding-top: 20px;
  padding-bottom: 10px;
  margin-left: 22px; }

.excerpt {
  margin-left: 20px;
  margin-bottom: 30px;
  border-top: 1px solid #dbdfe3;
  padding-top: 20px;
  float: left; }

.excerpt.category-partner-collaborations {
  background: linear-gradient(top, #eeeeee, white);
  background: linear-gradient(top, #eeeeee, white); }

body.category-partner-collaborations .excerpt.category-partner-collaborations {
  background: transparent none; }

.excerpt .excerpt-headline h2 {
  font-size: 26px; }

.excerpt .attribute {
  color: #4a5461; }

.datestamp {
  margin: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #94989b;
  padding-left: 0; }

.datestamp li {
  display: inline; }

.datestamp li:after {
  content: "|";
  padding: 0 3px;
  color: #e0e1e1; }

ul.datestamp li:last-child:after {
  content: ""; }

#template-rail-aside {
  margin-right: 30px;
  margin-top: 40px; }

#category-main, .full-width {
  margin-top: 30px; }

.category-wrapper .sponsor-module-secondary {
  margin-top: 0; }

.popular-module {
  padding-left: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  margin-top: 5px; }

.popular-module .headline-feed {
  border-bottom: 1px solid #ebedee;
  padding-bottom: 7px;
  padding-top: 7px; }

.popular-module .headline-feed h6 {
  font-weight: bold; }

.popular-module li {
  list-style-type: none;
  margin-top: 5px; }

.internal-block {
  font-family: "Lato", Helvetica, Arial, sans-serif; }

#podcast {
  background: #f1f3f5;
  float: left;
  padding: 10px; }

#podcast i {
  background: #f1f3f5;
  font-size: 12px;
  font-weight: bold;
  color: #a3a7ac; }

#newsletter {
  background: #2d3f57;
  margin-top: 40px;
  float: left;
  padding: 10px;
  color: #a8bacf; }

#newsletter h5 {
  color: #fff;
  text-transform: uppercase; }

#newsletter p {
  font-size: 13px; }

#newsletter i {
  color: #718cad;
  font-size: 12px; }

.internal-block form.form-inline {
  display: inline-block; }

.internal-block form input.email-field {
  width: 60%;
  padding: 8px 0 8px 8px;
  margin: 0px; }

.excerpt-headline ul.datestamp li.category {
  color: #aa3d3d;
  text-transform: uppercase;
  font-weight: bold; }

.excerpt-headline ul.tags {
  float: none;
  margin-top: -5px; }

.excerpt-headline ul.tags li a {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 0; }

#load-more a {
  color: #3c5f8a;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: bold;
  background: #f1f3f5;
  width: 100%;
  padding: 15px;
  display: block;
  float: left;
  text-transform: uppercase;
  text-align: center;
  margin: 80px 0; }

#load-more a:hover {
  color: #3c5f8a;
  background: #e7eaed;
  text-decoration: none; }

/* Videos Page */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px; }

.videos-landing .main-content {
  background: #111315;
  background: -moz-linear-gradient(top, #111315 0%, #131517 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #111315), color-stop(100%, #131517));
  background: -webkit-linear-gradient(top, #111315 0%, #131517 100%);
  background: -o-linear-gradient(top, #111315 0%, #131517 100%);
  background: -ms-linear-gradient(top, #111315 0%, #131517 100%);
  background: linear-gradient(to bottom, #111315 0%, #131517 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111315', endColorstr='#131517',GradientType=0 );
  color: #fff; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-picks {
  background: #1c1f21;
  overflow: hidden; }

.video-pick-large {
  color: #a1a1a1;
  overflow: hidden;
  padding: 10px;
  border-bottom: 1px solid #111; }
  .video-pick-large h1 {
    color: #fff; }
  .video-pick-large h2 {
    font-size: 20px;
    margin: 10px 0; }
  .video-pick-large .video-description p {
    font-size: 13px; }
  .video-pick-large .datestamp li:after {
    color: #a1a1a1; }
  .video-pick-large .article-tools-horizontal {
    margin: 10px 0;
    text-align: left; }
    .video-pick-large .article-tools-horizontal ul {
      border: 1px solid #333;
      border-left: 0;
      border-right: 0;
      display: block;
      margin: 0;
      padding: 0; }
    .video-pick-large .article-tools-horizontal li {
      display: inline-block;
      margin-bottom: 0; }
    .video-pick-large .article-tools-horizontal a {
      border-left: 0;
      display: inline-block;
      text-align: center;
      padding: 3px 7px 0px 9px; }

.main-content .video-pick-large a {
  color: #a1a1a1; }

.main-content .video-pick-large h2 a {
  color: #fff; }

.main-content .video-pick-large .article-tools-horizontal a {
  color: #333; }

.video-picks-menu {
  display: none; }

#video-categories .podcasts-pusher {
  display: none; }
#video-categories h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 12px;
  margin: 0;
  padding: 10px 0;
  padding-top: 15px; }
  #video-categories h3 a {
    color: white; }
#video-categories .category {
  border-bottom: 1px solid #36393d;
  padding-bottom: 15px; }
  #video-categories .category .story {
    border-bottom: 1px solid #1c1f21;
    padding-bottom: 10px; }
    #video-categories .category .story h4 {
      font-size: 16px; }
      #video-categories .category .story h4 a {
        color: #cdcdcd; }
    #video-categories .category .story h5 {
      font-family: "Merriweather", Georgia, Times, serif;
      font-size: 13px;
      padding-top: 12px; }
      #video-categories .category .story h5 a {
        color: #333333; }
    #video-categories .category .story .datestamp a {
      color: #94989b; }
  #video-categories .category.sponsored {
    background: #1c1f21;
    padding-left: 10px;
    padding-right: 10px; }
    #video-categories .category.sponsored p {
      color: #808080;
      font-family: "Merriweather", Georgia, Times, serif;
      font-size: 12px; }
    #video-categories .category.sponsored iframe {
      width: 100%; }
    #video-categories .category.sponsored a.sponsored-btn {
      color: white;
      display: inline-block;
      font-family: "Lato", Helvetica, Arial, sans-serif;
      font-size: 14px;
      background: #b6babf;
      padding: 4px 8px;
      border-radius: 4px;
      text-transform: uppercase; }
      #video-categories .category.sponsored a.sponsored-btn span {
        color: white; }
    #video-categories .category.sponsored p.partnership {
      font-family: "Lato", Helvetica, Arial, sans-serif;
      font-size: 12px; }
  #video-categories .category img {
    display: none; }
#video-categories .video-sponsor {
  font-family: 'Lato',sans-serif;
  font-size: 12px;
  text-transform: uppercase; }
#video-categories .see-more {
  font-family: 'Lato',sans-serif;
  font-size: 13px;
  padding-top: 12px;
  padding-top: 5px; }
  #video-categories .see-more a {
    color: #99b1cf; }

/*-------------------------------
SPONSOR FOOTER
--------------------------------*/
#sponsors {
  background: #fff;
  clear: both;
  padding: 20px 0 60px; }

.about-sponsors {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  color: #989898;
  font-family: 'Lato', sans-serif;
  padding: 5px 0;
  margin-bottom: 20px;
  overflow: hidden; }

.about-sponsors p {
  font-style: italic; }

.about-sponsors ul {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 1.4rem; }
  .about-sponsors ul li {
    display: inline;
    padding: 0 5px 0 8px;
    border-left: 1px solid #e7e7e7; }
  .about-sponsors ul li:first-child {
    padding-left: 0;
    border-left: 0; }

#sponsors ul li {
  display: inline; }
  #sponsors ul li div {
    display: inline; }

#sponsors p {
  text-transform: uppercase;
  color: #bbbbbb;
  margin-bottom: 0; }

#sponsors ul li a {
  color: #a9c0d8; }
  #sponsors ul li a:hover {
    color: #3c5f8a;
    text-decoration: none; }

#sponsors ul {
  margin: 0;
  padding: 0; }

#sponsors .byline {
  padding: 10px 0; }

#sponsor-logos li {
  margin: 8px; }

#sponsor-logos li iframe {
  margin-bottom: 15px; }

.sponsor-logo {
  float: right;
  width: 180px;
  display: none; }

p.sponsor-credit {
  font-size: 1.4rem;
  line-height: 1.2em;
  margin-bottom: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #99b1cf;
  padding-left: 0; }

.excerpt-headline p.sponsor-credit {
  padding-bottom: 0.5em; }

#content-main p.sponsor-credit {
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #99b1cf;
  padding-left: 0; }

.contact-us-CTA {
  border-top: none;
  background: #f5f6f8;
  padding-left: 20px;
  padding-right: 22px;
  margin-right: -40px;
  padding-top: 20px;
  padding-bottom: 5px; }

.video-embed-small {
  float: left;
  overflow: hidden;
  margin: 20px 20px 20px 0; }

/*-------------------------------
=FOOTER
--------------------------------*/
footer {
  background: #203650;
  clear: both;
  color: #607391;
  overflow: hidden; }

.main-footer {
  padding-top: 30px; }

.main-footer h3 a {
  color: #5a81b1; }

.main-footer h3 {
  margin-bottom: 0; }

.main-footer em {
  font-family: 'Lato', sans-serif;
  font-weight: normal; }

.main-footer a {
  color: #5882b5; }

.main-footer .btn {
  background-color: #3c5f8a; }

.main-footer p {
  margin-bottom: 1em; }

.footer-about {
  background: url(../img/compact-logo.png) 0 0 no-repeat;
  padding-top: 60px; }

.footer-podcasts {
  font-family: 'Lato',sans-serif;
  padding-top: 10px; }

.footer-podcasts h4 a {
  color: #fff;
  text-transform: uppercase; }

.informed {
  background: #2c3e57;
  color: #718cad;
  border-radius: 5px;
  padding: 10px;
  font-family: 'Lato', sans-serif;
  margin: 50px 0;
  overflow: hidden; }

.informed h4 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px; }

.informed em {
  color: #718cad;
  font-size: 14px; }

.informed p {
  line-height: 1.2em; }

.informed form {
  margin-bottom: .5em;
  overflow: hidden; }

.informed input[type=email] {
  line-height: 1.5;
  padding: 6px 5px;
  border: 1px solid #e7e6e6;
  margin: 0 5px 0 0;
  width: 63%;
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 105px); }

.informed .btn {
  float: right;
  margin: 0; }

.footer-top .linkbtn {
  background-color: #3c5f8a; }

.footer-top {
  overflow: hidden; }

.footer-top hr {
  border-top: 1px solid #304763; }

.footer-btm {
  background: url(../img/whartonFooterLogoClassic.png) 100% 100% no-repeat;
  border-top: 1px solid #304763;
  padding: 10px 0 25px;
  overflow: hidden;
  margin-bottom: 40px;
  margin-top: 5px; }

.footer-btm p {
  font-size: .8em;
  margin: 0; }

.footer-btm ul {
  font-size: .9em;
  padding-left: 0;
  margin: 0 0 10px 0; }

.footer-btm a:visited {
  color: #5882b5;
  text-decoration: none; }

.footer-btm a:hover {
  color: #99b1cf;
  text-decoration: none; }

.footer-btm ul li {
  display: inline;
  border-left: 1px solid #304763;
  padding: 0 10px; }

.footer-btm ul li:first-child {
  border-left: none;
  padding-left: 0; }

.footer-top .sixcol .linkbtn {
  margin: 10px 0 0 0; }

.footer-top .sixcol {
  margin-bottom: 15px; }

form.email-field {
  margin-top: 10px; }

.main-footer #podcasts h4,
.main-footer #podcasts h4 a {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px; }

.main-footer #podcasts p {
  line-height: 1.3em;
  color: #738cac;
  font-family: 'Lato', sans-serif; }

/* Typography =================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #333333;
  text-rendering: optimizelegibility; }

h1 small,
h2 small {
  font-weight: normal;
  color: #bfbfbf; }

h1,
.h1 {
  margin-bottom: 0.75em;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2; }

h2,
.h2 {
  margin-bottom: 0.5em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2; }

h3,
.h3 {
  margin-bottom: 0.5em;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3; }

h4,
.h4 {
  margin-bottom: 1.5em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
  margin-bottom: 0.3em; }

h5,
.h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0.3em;
  line-height: 1.35; }

h6,
.h6 {
  margin-bottom: 0.3em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.35; }

h1.title-header {
  color: #aa3d3d;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 3rem;
  border-bottom: solid 1px #dbdfe3;
  padding-bottom: 10px; }

.header h1,
.header h2,
.header h3 {
  float: left;
  margin-right: 24px; }
  .header h1 a,
  .header h2 a,
  .header h3 a {
    display: block;
    position: relative;
    top: 6px;
    float: right;
    padding: 4px 12px;
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #f3f5f6; }
  .header h1:hover,
  .header h2:hover,
  .header h3:hover {
    background-color: #f3f5f6; }

.header .a-rss,
.header .a-rss:hover {
  float: left;
  width: 16px;
  height: 16px;
  padding: 0;
  background: transparent url(../img/a-rss.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

p,
ol,
ul,
dl,
address {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em; }

small {
  font-size: 14px;
  font-size: 1.4rem; }

ul,
ol {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 24px;
  font-size: 1em; }

ul li {
  margin-bottom: 10px; }

li ul,
li ol {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem; }

ul ul {
  margin-top: 10px; }

blockquote {
  font-style: normal; }

q {
  quotes: none; }

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

cite {
  font-style: normal; }

dl,
dd {
  margin-bottom: 1.5em; }

dt {
  font-weight: bold; }

.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right; }
.dl-horizontal dd {
  margin-left: 22.78%; }

abbr[title] {
  border-bottom: 1px dotted #c7ced6;
  cursor: help; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

ins {
  background-color: #f3f5f6;
  color: #191a1a;
  text-decoration: none; }

mark {
  background-color: #f3f5f6;
  color: #191a1a;
  font-style: italic;
  font-weight: bold; }

pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

/* Colour =================================================== */
a {
  text-decoration: none;
  color: #013568; }
  a:visited {
    color: #013568; }
  a:hover {
    text-decoration: underline;
    color: #011b35; }
  a:focus {
    outline: thin dotted;
    color: #011b35; }
  a:hover, a:active {
    outline: 0; }

::-moz-selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none; }

::selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none; }

.swatch {
  margin: 0 0 1.5em 0;
  padding: 0; }

.swatch-row {
  display: block;
  margin: 0;
  padding: 0;
  width: 200px; }

.swatch-row-one {
  background-color: black; }

.swatch-row-two {
  background-color: white; }

.swatch-row span {
  display: block;
  float: left;
  width: 50px;
  height: 50px; }

.swatch-base span:nth-child(1) {
  background-color: rgba(45, 53, 62, 0.9); }

.swatch-base span:nth-child(2) {
  background-color: rgba(45, 53, 62, 0.8); }

.swatch-base span:nth-child(3) {
  background-color: rgba(45, 53, 62, 0.7); }

.swatch-base span:nth-child(4) {
  background-color: rgba(45, 53, 62, 0.6); }

.swatch-alert span:nth-child(1) {
  background-color: rgba(252, 248, 227, 0.9); }

.swatch-alert span:nth-child(2) {
  background-color: rgba(252, 248, 227, 0.8); }

.swatch-alert span:nth-child(3) {
  background-color: rgba(252, 248, 227, 0.7); }

.swatch-alert span:nth-child(4) {
  background-color: rgba(252, 248, 227, 0.6); }

.swatch-error span:nth-child(1) {
  background-color: rgba(218, 79, 73, 0.9); }

.swatch-error span:nth-child(2) {
  background-color: rgba(218, 79, 73, 0.8); }

.swatch-error span:nth-child(3) {
  background-color: rgba(218, 79, 73, 0.7); }

.swatch-error span:nth-child(4) {
  background-color: rgba(218, 79, 73, 0.6); }

.swatch-info span:nth-child(1) {
  background-color: rgba(217, 237, 247, 0.9); }

.swatch-info span:nth-child(2) {
  background-color: rgba(217, 237, 247, 0.8); }

.swatch-info span:nth-child(3) {
  background-color: rgba(217, 237, 247, 0.7); }

.swatch-info span:nth-child(4) {
  background-color: rgba(217, 237, 247, 0.6); }

.swatch-success span:nth-child(1) {
  background-color: rgba(91, 183, 91, 0.9); }

.swatch-success span:nth-child(2) {
  background-color: rgba(91, 183, 91, 0.8); }

.swatch-success span:nth-child(3) {
  background-color: rgba(91, 183, 91, 0.7); }

.swatch-success span:nth-child(4) {
  background-color: rgba(91, 183, 91, 0.6); }

.swatch-warning span:nth-child(1) {
  background-color: rgba(250, 167, 50, 0.9); }

.swatch-warning span:nth-child(2) {
  background-color: rgba(250, 167, 50, 0.8); }

.swatch-warning span:nth-child(3) {
  background-color: rgba(250, 167, 50, 0.7); }

.swatch-warning span:nth-child(4) {
  background-color: rgba(250, 167, 50, 0.6); }

/* Texture =================================================== */
.alert {
  margin-bottom: 1.5em;
  padding: 8px 35px 8px 14px;
  background-color: #fcf8e3;
  border: 1px solid #f2e187;
  font-family: "Merriweather", Georgia, Times, serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #9c8611; }
  .alert .alert-heading {
    color: inherit; }
  .alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    float: right;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 18px;
    color: inherit; }

.alert-success {
  background-color: #c5e6c5;
  border-color: #a2d6a2;
  color: #347834; }

.alert-warning {
  background-color: #fee7c7;
  border-color: #fcd296;
  color: #c17305; }

.alert-error {
  background-color: #f4cac8;
  border-color: #eba19e;
  color: #da4f49; }

.alert-inverse {
  background-color: #414141;
  border-color: black;
  color: white; }

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px; }
  .alert-block .alert-heading {
    margin-bottom: 0.1875em;
    font-size: inherit;
    font-weight: bold; }
  .alert-block > p,
  .alert-block > ul {
    margin-bottom: 0; }
  .alert-block p + p {
    margin-top: 5px; }

.badge {
  padding: 1px 9px 2px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
  color: gray;
  background-color: #e6e6e6;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 9px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 9px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 9px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -webkit-border-top-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  border-top-left-radius: 9px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear; }
  .badge:hover {
    color: gray;
    text-decoration: none;
    cursor: pointer; }

.badge-error {
  background-color: #da4f49;
  color: white; }
  .badge-error:hover {
    background-color: #9d2520;
    color: white; }

.badge-warning {
  background-color: #faa732;
  color: white; }
  .badge-warning:hover {
    background-color: #c17305;
    color: white; }

.badge-success {
  background-color: #5bb75b;
  color: white; }
  .badge-success:hover {
    background-color: #347834;
    color: white; }

.badge-info {
  background-color: #d9edf7;
  color: #247fad; }
  .badge-info:hover {
    background-color: #85c5e5; }

.badge-inverse {
  background-color: #414141;
  color: white; }
  .badge-inverse:hover {
    background-color: #0e0e0e;
    color: white; }

.well {
  min-height: 21px;
  padding: 11px;
  margin-bottom: 1.5em;
  background-color: #f3f5f6;
  border: 1px solid #b8c1cb;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 10px #d6dbe1;
  -moz-box-shadow: inset 0 1px 10px #d6dbe1;
  box-shadow: inset 0 1px 10px #d6dbe1; }
  .well p:last-child {
    margin-bottom: 0; }

.well-large {
  padding: 22px; }

.well-small {
  padding: 6px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

[class^="ss-"]:before, [class*=" ss-"]:before {
  padding-right: 3px; }

/* Elements =================================================== */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #c7ced6;
  border-bottom: 1px solid white; }

img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

p.wp-caption-text {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: gray;
  padding: 0 0 20px 0; }
  p.wp-caption-text small {
    font-size: 1.2rem;
    color: #bfbfbf;
    display: block;
    font-style: italic; }

.header-caption {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 1em;
  text-align: right; }
  .header-caption small {
    padding: 2px 5px;
    background-color: rgba(255, 255, 255, 0.3);
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.2rem; }

figure {
  text-align: center;
  margin-bottom: 1.5em; }
  figure img {
    margin-bottom: 0.375em; }
  figure figcaption {
    display: block;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    color: gray;
    padding: 0 20px; }

.list-bordered {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0; }
  .list-bordered li {
    margin-bottom: 0.375em;
    padding-bottom: 0.375em;
    border-bottom: 1px dashed #c7ced6; }
  .list-bordered li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom-width: 0; }

.list-horizontal-menu {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0; }
  .list-horizontal-menu li {
    border-left: 1px solid #c7ced6;
    display: inline;
    margin: 0;
    padding: 0 10px; }
  .list-horizontal-menu li:first-child {
    border-left: 0;
    padding-left: 0; }

/* Forms =================================================== */
form {
  margin: 0 0 1.5em 0; }
  form fieldset {
    margin-bottom: 1.5em;
    padding: 0;
    border-width: 0; }
  form legend {
    display: block;
    width: 100%;
    margin-bottom: 3em;
    *margin-left: -7px;
    padding: 0;
    color: #191a1a;
    border: 0;
    border-bottom: 1px solid #8c9bab;
    white-space: normal; }
    form legend small {
      font-size: 14px;
      font-size: 1.4rem;
      color: #bfbfbf; }
  form p {
    margin-bottom: 0.75em; }
  form ul {
    list-style-type: none;
    margin: 0 0 1.5em 0;
    padding: 0; }
  form br {
    display: none; }

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: baseline;
  *vertical-align: middle; }

input,
button,
select,
textarea {
  font-family: "Merriweather", Georgia, Times, serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

label {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  display: block;
  margin-bottom: 0.1875em;
  font-weight: bold;
  color: #191a1a;
  cursor: pointer; }
  label input,
  label textarea,
  label select {
    display: block; }

input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 4px;
  margin-bottom: 0.375em;
  background-color: white;
  border: 1px solid #8c9bab;
  color: #191a1a; }
  input:hover,
  textarea:hover,
  select:hover {
    border-color: #cccccc; }

input,
textarea,
select {
  padding: 10px;
  background: #f7f8f9;
  border: 1px solid #e6e5e5;
  border-radius: 5px; }

.search-field input {
  padding: 4px; }

.main-content .search-query {
  width: 90%; }

#form-main textarea {
  margin-top: 10px; }

.input-mini {
  width: 60px; }

.input-small {
  width: 90px; }

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="image"] {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible; }

select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px; }

select {
  width: auto;
  background-color: white;
  font-size: 13px;
  font-size: 1.3rem; }

select[multiple],
select[size] {
  height: auto; }

textarea {
  resize: vertical;
  overflow: auto;
  height: auto;
  overflow: auto;
  vertical-align: top; }

input[type="hidden"] {
  display: none; }

.radio,
.checkbox {
  padding-left: 18px;
  font-weight: normal; }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px; }

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed; }

input:focus,
textarea:focus {
  border-color: #2d353e, 40%;
  outline: 0;
  outline: thin dotted \9; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem; }

input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem; }

.help-block,
.help-inline {
  color: gray; }

.help-block {
  display: block;
  margin-bottom: 0.75em; }

.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px; }

.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0; }

.form-inline label {
  display: inline-block; }

.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle; }

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px; }

.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  margin-bottom: 0; }

.form-search .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px; }

.form-search label {
  display: inline-block; }

.form-search .radio,
.form-search .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle; }

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px; }

.control-group {
  margin-bottom: 20px; }

.controls {
  margin-bottom: 20px; }

/* Buttons =================================================== */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 6px 11px 6px;
  margin-bottom: 0;
  border: none;
  font-weight: normal;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: white;
  text-align: center;
  vertical-align: middle;
  background-color: #3c5f8a;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  cursor: pointer;
  *margin-left: .3em; }
  .btn:visited, .btn:hover {
    color: white;
    text-decoration: none; }

.main-content a.btn {
  color: #fff;
  margin-bottom: 10px; }

a.btn:hover,
.btn:hover {
  background-color: #99b1cf; }

a.btn:visited,
.btn:visited {
  color: #fff; }

input[type="submit"].btn:hover {
  border-color: #2d4766; }

.btn:first-child {
  *margin-left: 0; }

.btn-disabled {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default; }

.btn-error {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d353e), to(#c72f29));
  background-image: -webkit-linear-gradient(top, #2d353e, #c72f29);
  background-color: #c72f29;
  background-image: -moz-linear-gradient(top, #2d353e, #c72f29);
  background-image: -ms-linear-gradient(top, #2d353e, #c72f29);
  background-image: -o-linear-gradient(top, #2d353e, #c72f29);
  background-image: linear-gradient(top, #2d353e, #c72f29);
  background-repeat: repeat-x;
  border-color: #b22a24;
  border-bottom-color: #9d2520;
  color: white; }
  .btn-error:visited, .btn-error:hover {
    color: white; }

.btn-info {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9edf7), to(#afd9ee));
  background-image: -webkit-linear-gradient(top, #d9edf7, #afd9ee);
  background-color: #afd9ee;
  background-image: -moz-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -ms-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -o-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: linear-gradient(top, #d9edf7, #afd9ee);
  background-repeat: repeat-x;
  border-color: #9acfea;
  border-bottom-color: #85c5e5;
  color: #247fad; }
  .btn-info:visited, .btn-info:hover {
    color: #247fad; }

.btn-inverse {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(#272727));
  background-image: -webkit-linear-gradient(top, #414141, #272727);
  background-color: #272727;
  background-image: -moz-linear-gradient(top, #414141, #272727);
  background-image: -ms-linear-gradient(top, #414141, #272727);
  background-image: -o-linear-gradient(top, #414141, #272727);
  background-image: linear-gradient(top, #414141, #272727);
  background-repeat: repeat-x;
  border-color: #1b1b1b;
  border-bottom-color: #0e0e0e;
  color: white; }
  .btn-inverse:visited, .btn-inverse:hover {
    color: white; }

.btn-primary {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d353e), to(#181c20));
  background-image: -webkit-linear-gradient(top, #2d353e, #181c20);
  background-color: #181c20;
  background-image: -moz-linear-gradient(top, #2d353e, #181c20);
  background-image: -ms-linear-gradient(top, #2d353e, #181c20);
  background-image: -o-linear-gradient(top, #2d353e, #181c20);
  background-image: linear-gradient(top, #2d353e, #181c20);
  background-repeat: repeat-x;
  border-color: #0d0f12;
  border-bottom-color: #020203;
  color: white; }
  .btn-primary:visited, .btn-primary:hover {
    color: white; }

.btn-success {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bb75b), to(#449b44));
  background-image: -webkit-linear-gradient(top, #5bb75b, #449b44);
  background-color: #449b44;
  background-image: -moz-linear-gradient(top, #5bb75b, #449b44);
  background-image: -ms-linear-gradient(top, #5bb75b, #449b44);
  background-image: -o-linear-gradient(top, #5bb75b, #449b44);
  background-image: linear-gradient(top, #5bb75b, #449b44);
  background-repeat: repeat-x;
  border-color: #3c893c;
  border-bottom-color: #347834; }

.btn-warning {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faa732), to(#f39106));
  background-image: -webkit-linear-gradient(top, #faa732, #f39106);
  background-color: #f39106;
  background-image: -moz-linear-gradient(top, #faa732, #f39106);
  background-image: -ms-linear-gradient(top, #faa732, #f39106);
  background-image: -o-linear-gradient(top, #faa732, #f39106);
  background-image: linear-gradient(top, #faa732, #f39106);
  background-repeat: repeat-x;
  border-color: #da8205;
  border-bottom-color: #c17305; }

.btn-extlarge {
  padding: 11px 22px;
  font-size: 21px;
  font-size: 2.1rem;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px; }

.btn-large {
  padding: 11px 22px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.btn-small {
  padding: 6px 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px; }

.btn-mini {
  padding: 3px 5px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px; }

.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
  margin-bottom: 1.5em; }
  .btn-group .btn {
    position: relative;
    float: left;
    margin-left: -1px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box; }
    .btn-group .btn:first-child {
      margin-left: 0;
      -webkit-border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-bottom-left-radius: 9px;
      -webkit-border-top-left-radius: 9px;
      -moz-border-radius-topright: 0;
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-bottomleft: 9px;
      -moz-border-radius-topleft: 9px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 9px;
      border-top-left-radius: 9px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box; }
    .btn-group .btn:last-child {
      -webkit-border-top-right-radius: 9px;
      -webkit-border-bottom-right-radius: 9px;
      -webkit-border-bottom-left-radius: 0;
      -webkit-border-top-left-radius: 0;
      -moz-border-radius-topright: 9px;
      -moz-border-radius-bottomright: 9px;
      -moz-border-radius-bottomleft: 0;
      -moz-border-radius-topleft: 0;
      border-top-right-radius: 9px;
      border-bottom-right-radius: 9px;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box; }
    .btn-group .btn.large:first-child {
      margin-left: 0;
      -webkit-border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 9px;
      -webkit-border-bottom-left-radius: 0;
      -webkit-border-top-left-radius: 9px;
      -moz-border-radius-topright: 0;
      -moz-border-radius-bottomright: 9px;
      -moz-border-radius-bottomleft: 0;
      -moz-border-radius-topleft: 9px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 9px;
      border-bottom-left-radius: 0;
      border-top-left-radius: 9px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box; }
    .btn-group .btn.large:last-child {
      -webkit-border-top-right-radius: 9px;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-bottom-left-radius: 9px;
      -webkit-border-top-left-radius: 0;
      -moz-border-radius-topright: 9px;
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-bottomleft: 9px;
      -moz-border-radius-topleft: 0;
      border-top-right-radius: 9px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 9px;
      border-top-left-radius: 0;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box; }

.btn-toolbar {
  clear: both;
  margin-top: 0.75em;
  margin-bottom: 0.75em; }
  .btn-toolbar .btn-group {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

/* Tables =================================================== */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent; }
  table th,
  table td {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #8c9bab;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
    text-align: left; }
  table th {
    font-weight: bold; }
  table thead th {
    vertical-align: bottom; }
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-top: 0; }
  table tbody + tbody {
    border-top: 2px solid #8c9bab; }
  table tbody tr td,
  table tbody tr th {
    -webkit-transition: background-color 0.25s 0 linear;
    -moz-transition: background-color 0.25s 0 linear;
    -ms-transition: background-color 0.25s 0 linear;
    -o-transition: background-color 0.25s 0 linear;
    transition: background-color 0.25s 0 linear; }
  table tbody tr:hover td,
  table tbody tr:hover th {
    background-color: #a9b4c1; }

.table-condensed th,
.table-condensed td {
  padding: 4px 5px; }

.table-bordered {
  border: 1px solid #8c9bab;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed; }
  .table-bordered th,
  .table-bordered td {
    border-left: 1px solid #8c9bab; }
  .table-bordered thead:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child td {
    border-top: 0; }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #c7ced6; }

@media print {
  /* Print =================================================== */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  @page {
    margin: 0.5cm; }

  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid; }

  p {
    orphans: 3;
    widows: 3; }

  pre, blockquote {
    border: 1px solid gray;
    page-break-inside: avoid; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  img {
    max-width: 100% !important;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; } }
@media only screen and (min-width: 768px) {
  /* 768 =================================================== */
  .wrapper {
    max-width: 960px; }

  #top-bar {
    height: auto; }
    #top-bar .wrapper {
      background-image: url(../img/whartonLogoHeader.png);
      background-repeat: no-repeat;
      background-position: 0% 50%; }

  #banner {
    padding: 30px 0 0; }
    #banner .wrapper {
      padding: 0; }
    #banner .navwrapper {
      padding: 0;
      width: 100%;
      max-width: 960px; }
    #banner .btn-small {
      display: none; }

  .search-field {
    display: block; }

  .language-nav p {
    float: left;
    margin: 18px 10px 0 180px; }
  .language-nav ul {
    float: left;
    margin-top: 18px;
    margin-bottom: 18px; }
  .language-nav li {
    float: left;
    border-bottom: 0;
    border-left: 1px solid #2c486b;
    margin: 0 0 0 7px;
    padding: 0 0 0 7px; }
  .language-nav li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0; }
  .language-nav ul.signin {
    float: right;
    margin-right: 0; }

  #main-nav {
    position: static;
    margin-top: 30px;
    height: auto; }
    #main-nav ul {
      float: left;
      margin: 0;
      width: 100%; }
    #main-nav li {
      float: left;
      border-bottom: 0;
      margin: 0 0 0 .520833333333%;
      padding: 0;
      width: 16.23%;
      position: relative; }
    #main-nav li:first-child {
      margin-left: 0; }
    #main-nav .ss-navigateright:after {
      display: none; }
    #main-nav .ss-dropdown:after {
      display: inline-block; }
    #main-nav a {
      float: left;
      padding: 10px 6%;
      width: 88%; }
      #main-nav a.open {
        background: #2d496c;
        color: #dae2eb; }
    #main-nav li ul {
      top: 100%;
      left: 0;
      width: 100%; }
    #main-nav li ul li {
      margin-left: 0;
      width: 100%; }
    #main-nav li ul li a {
      background: #2d496c;
      border-top: 1px solid #264163;
      color: #dae2eb;
      float: none;
      text-transform: none; }
      #main-nav li ul li a:hover {
        background-color: #3c5f8a; }
    #main-nav .mobile-closenav,
    #main-nav .mobile-closesub {
      display: none; }

  .no-generatedcontent #main-nav li {
    width: 15%; }

  #header-logo {
    background: url(../img/header-logo.png);
    height: 28px;
    margin: 0;
    width: 370px; }

  .search-field {
    clear: none;
    float: right;
    padding-top: 0;
    width: 22.928176794%; }
    .search-field button {
      top: 0px; }

  .article-header,
  .category-header {
    background: rgba(255, 255, 255, 0.85); }

  .no-rgba .article-header,
  .no-rgba .category-header {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#AAFFFFFF,endColorstr=#AAFFFFFF);
    zoom: 1; }

  .article-tools {
    float: left;
    margin-left: 0; }

  #article-main .article-tools {
    display: block; }

  .article-hero-wrapper,
  .category-hero-wrapper {
    clear: both;
    position: relative;
    width: 108%;
    z-index: 5;
    left: -32px; }
    .article-hero-wrapper .article-header,
    .article-hero-wrapper .category-header,
    .category-hero-wrapper .article-header,
    .category-hero-wrapper .category-header {
      position: absolute;
      bottom: -55px;
      margin: 0 0 0 16px;
      width: 96%; }
    .article-hero-wrapper .category,
    .category-hero-wrapper .category {
      padding: 0; }
    .article-hero-wrapper .article-header,
    .category-hero-wrapper .article-header {
      padding: 0; }
    .article-hero-wrapper .category-header,
    .category-hero-wrapper .category-header {
      bottom: 0px; }
    .article-hero-wrapper .article-title,
    .category-hero-wrapper .article-title {
      padding: 0 20px; }
    .article-hero-wrapper .category-title .excerpt-headline h1, .article-hero-wrapper .category-title .excerpt-headline ul,
    .category-hero-wrapper .category-title .excerpt-headline h1,
    .category-hero-wrapper .category-title .excerpt-headline ul {
      padding-left: 20px; }

  .category-hero-wrapper .category {
    position: absolute;
    background: rgba(255, 255, 255, 0.85);
    left: 16px;
    width: 96%; }
    .category-hero-wrapper .category h4 {
      padding: 10px 20px; }

  .no-rgba .category-hero-wrapper .category {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
    zoom: 1; }

  hgroup.category-title .attribute p {
    font-size: 13px; }

  .article-hero-buffer,
  .category-hero-buffer {
    background: #fff;
    height: 0px;
    width: 960px;
    position: absolute;
    bottom: 0px;
    left: 32px; }

  #article-main,
  #category-main {
    max-width: 940px;
    margin: 40px 10px 0; }

  .single-sponsor #article-main {
    margin-top: 0; }
    .single-sponsor #article-main ul {
      margin-bottom: 0; }

  .tags {
    float: right; }

  .byline p {
    float: left; }

  blockquote,
  #article-main blockquote {
    font-size: 28px;
    line-height: 36px;
    font-family: 'Lato', sans-serif;
    color: #2c4667;
    font-weight: bold;
    margin: 0 0 1.5em -14.364640883%; }
    blockquote p,
    #article-main blockquote p {
      line-height: 36px; }

  div.wp-caption.alignright,
  img.alignright {
    float: right;
    margin: 0 -14.364640883% 0 20px; }

  div.wp-caption.aligncenter {
    margin: 0; }

  figure.smallimg {
    float: right;
    width: 300px;
    margin: 0 -14.364640883% 0 20px; }

  figure figcaption {
    text-align: left;
    padding: 0; }

  #article-main p {
    font-size: 1em;
    line-height: 1.6em; }

  .sponsor-module-target.active {
    width: 300px;
    float: left;
    margin: 0 20px 20px -14.364640883%; }

  .sponsor-module {
    margin: 0; }

  .sponsor-logo {
    display: block; }

  .post-type-archive-sponsor .excerpt {
    width: 100%; }

  .category-major-sponsor-module {
    width: 250px;
    float: right;
    margin: 0 -27.729281766% 0 20px; }

  .category-minor-sponsor-module {
    width: 200px;
    float: right;
    margin: 0 -27.729281766% 0 20px; }

  .related-content {
    padding-bottom: 20px; }

  .related-item {
    border-bottom: 0;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    float: left;
    padding: 15px 2% 0;
    width: 33.333333333333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

  .related-item:first-child {
    border-left: 0;
    border-right: 0;
    padding-left: 0; }

  .related-item:last-child {
    border-left: 0;
    border-right: 0;
    padding-right: 0; }

  .comments hgroup {
    float: left;
    overflow: hidden; }

  .comment-signin {
    float: right; }

  .report-header {
    margin-left: 20px;
    width: 94%;
    padding: 0 20px; }

  .report-template .sponsor-module-secondary,
  .download-content {
    padding-top: 0;
    border-top: none;
    background: #f5f6f8;
    padding: 20px 20px 0;
    border-radius: 5px;
    float: right;
    width: 175px;
    margin-left: 10px;
    margin-top: 0;
    margin-right: -180px; }

  .download-content {
    margin-right: -150px; }

  .report-template #article-main {
    margin-left: 15%; }

  #category-main {
    width: 65.74586%;
    float: left; }

  .category-hero-wrapper .category .subregion {
    background: transparent none;
    margin-bottom: 0; }

  .excerpt {
    width: 100%; }

  .excerpt .excerpt-headline {
    width: 48.61878%;
    float: left; }

  .excerpt .attribute {
    width: 48.61878%;
    float: left;
    margin-left: 2%; }

  /* Videos Page */
  .video-picks {
    margin-bottom: 30px;
    padding-bottom: 20px; }

  .video-pick-large {
    display: none;
    border-bottom: 0; }
    .video-pick-large .video-pick-video {
      width: 66%;
      float: left; }
    .video-pick-large .video-description {
      width: 32%;
      float: right; }

  .video-pick-large.active {
    display: block; }

  .video-picks-menu {
    display: block;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0 10px 20px; }
    .video-picks-menu li {
      float: left;
      width: 17.021276595745%;
      width: 18.375%;
      margin-left: 2%; }
    .video-picks-menu li:first-child {
      margin-left: 0; }

  .main-content .video-picks-menu a {
    border: 1px solid #1c1f21;
    color: #fff;
    display: block;
    float: left;
    font-family: 'Lato',sans-serif;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

  .video-picks-menu a.active {
    background: #131517;
    border: 1px solid #393939; }

  .video-picks-menu li:first-child {
    margin-left: 0; }

  .video-picks-menu a p {
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 0;
    bottom: -100px;
    margin: 0;
    padding: 2% 5%;
    font-size: 13px;
    line-height: 1.3; }

  .no-rgba .video-picks-menu a p {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#AA000000,endColorstr=#AA000000);
    zoom: 1; }

  .video-picks-menu a:hover {
    background: #131517;
    border: 1px solid #393939; }

  .video-picks-menu a:hover p {
    bottom: 0; }

  #video-categories {
    padding-bottom: 20px; }
    #video-categories .podcasts-pusher {
      background: #1c1f21 url(../img/compact-logo.png) 0 10px no-repeat;
      background: url(../img/compact-logo.png) 10px 40px no-repeat, url(../img/microphone.png) 85% 15px no-repeat, #1c1f21;
      display: block;
      width: 22.5%;
      min-height: 300px;
      float: left;
      padding: 10px 1.25%;
      position: relative; }
      #video-categories .podcasts-pusher .story {
        padding-top: 70px; }
      #video-categories .podcasts-pusher p {
        color: #bcbcbc;
        font-size: 12px; }
      #video-categories .podcasts-pusher .btn {
        display: block;
        position: absolute;
        bottom: 10px;
        width: 90%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
      #video-categories .podcasts-pusher h3 {
        margin-bottom: 0;
        padding-bottom: 0; }
    #video-categories h3 {
      font-size: 16px;
      padding-top: 0; }
    #video-categories section {
      overflow: hidden;
      padding-bottom: 30px; }
    #video-categories .category {
      border-bottom: none;
      padding: 10px 1.25% 35px;
      float: left;
      width: 22.5%;
      min-height: 300px;
      position: relative; }
      #video-categories .category .story {
        border-bottom: 0;
        padding-bottom: 10px; }
        #video-categories .category .story h4 {
          padding-top: 12px; }
          #video-categories .category .story h4 a {
            color: #cdcdcd; }
        #video-categories .category .story h5 {
          font-family: "Merriweather", Georgia, Times, serif;
          font-size: 13px;
          padding-top: 12px; }
          #video-categories .category .story h5 a {
            color: #333333; }
      #video-categories .category.sponsored {
        padding: 10px 1.25% 35px; }
      #video-categories .category img {
        display: block; }
    #video-categories .category:first-child {
      margin-left: 0; }
    #video-categories .see-more {
      border-top: 1px solid #36393d;
      font-family: 'Lato',sans-serif;
      font-size: 13px;
      padding-top: 12px;
      padding-top: 5px;
      position: absolute;
      bottom: 10px;
      width: 92%; }
      #video-categories .see-more a {
        color: #99b1cf; }

  .category-hero-wrapper .tag {
    margin-left: 62px; }

  #home-hero {
    display: block; }
    #home-hero #feature-img {
      padding: 0;
      margin: 0; }
      #home-hero #feature-img img {
        margin: 0;
        position: absolute;
        top: 0;
        left: 0; }
      #home-hero #feature-img #featured-slot-img {
        position: relative; }
      #home-hero #feature-img #current-img {
        z-index: 20; }
      #home-hero #feature-img #new-img {
        z-index: 10; }
    #home-hero .wrapper {
      *zoom: 1; }
      #home-hero .wrapper:before, #home-hero .wrapper:after {
        display: table;
        content: ""; }
      #home-hero .wrapper:after {
        clear: both; }
    #home-hero .caption {
      position: absolute;
      bottom: -1px;
      padding: 10px 10px 0px 10px;
      z-index: 30;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      #home-hero .caption .feature {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left;
        margin-bottom: 15px; }
        #home-hero .caption .feature ul.datestamp {
          padding-bottom: 0;
          padding-top: 0; }
          #home-hero .caption .feature ul.datestamp li:after {
            color: #fff; }
        #home-hero .caption .feature h2 {
          margin-bottom: 6px; }
        #home-hero .caption .feature p {
          display: block;
          font-size: 13px;
          line-height: 20px; }
      #home-hero .caption .feature-excerpt {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        width: 49%;
        display: block;
        float: right;
        padding: 0 0 0 0;
        margin: 0; }
        #home-hero .caption .feature-excerpt p {
          display: block;
          margin-bottom: 15px; }
      #home-hero .caption ul.datestamp {
        font-size: 14px;
        padding-bottom: 12px; }

  #featured-status {
    *zoom: 1;
    background-color: #eee;
    margin-top: -11px; }
    #featured-status:before, #featured-status:after {
      display: table;
      content: ""; }
    #featured-status:after {
      clear: both; }
    #featured-status .alt-heds {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      list-style: none;
      padding: 0;
      margin: 0;
      width: 100%; }
      #featured-status .alt-heds img {
        display: none; }
      #featured-status .alt-heds .datestamp {
        font-size: 12px;
        padding-bottom: 0; }
        #featured-status .alt-heds .datestamp li:first-child {
          text-transform: uppercase;
          font-weight: 600;
          color: #aa3d3d; }
        #featured-status .alt-heds .datestamp li.meta-date:after {
          display: none; }
        #featured-status .alt-heds .datestamp li.meta-icons:before {
          content: '|';
          color: #fff;
          padding: 0 3px; }
        #featured-status .alt-heds .datestamp li.meta-region {
          display: none; }
        #featured-status .alt-heds .datestamp li:after {
          color: #fff; }
      #featured-status .alt-heds h2 {
        font-size: 15px; }
        #featured-status .alt-heds h2 a {
          color: #777b7e; }
      #featured-status .alt-heds > li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        height: 100px;
        width: 33%;
        float: left;
        margin: 0;
        padding: 20px 10px 10px 10px;
        border-bottom: none; }
      #featured-status .alt-heds > li:nth-child(2) {
        width: 34%;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff; }
      #featured-status .alt-heds li.selected {
        background-color: #ddd; }
        #featured-status .alt-heds li.selected a {
          color: #555; }
      #featured-status .alt-heds p {
        display: none; }

  #home-categories h3 {
    border-top: none; }
  #home-categories section {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *zoom: 1;
    float: left;
    width: 100%; }
    #home-categories section:before, #home-categories section:after {
      display: table;
      content: ""; }
    #home-categories section:after {
      clear: both; }
    #home-categories section .section-divider {
      overflow: hidden; }
  #home-categories .category {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%; }
    #home-categories .category .story {
      border-bottom: 1px solid #e8ebee; }
      #home-categories .category .story img {
        display: block; }
      #home-categories .category .story h4 {
        padding-top: 12px; }
      #home-categories .category .story.sub {
        display: block; }
    #home-categories .category.sponsored {
      width: 48%;
      width: calc(50% - 20px);
      margin-top: 0;
      margin-right: 20px; }
      #home-categories .category.sponsored p.partnership {
        float: right; }
    #home-categories .category.partner {
      width: 47%; }
    #home-categories .category.video {
      margin-bottom: 30px;
      width: 50%; }
      #home-categories .category.video .video-container iframe,
      #home-categories .category.video .video-container object,
      #home-categories .category.video .video-container embed {
        min-height: auto; }
    #home-categories .category.podcast {
      display: block;
      width: 23%;
      width: calc(50% - 10px);
      margin-top: 0;
      white-space: normal; }
    #home-categories .category.newsletter {
      display: block;
      width: 24%;
      margin-bottom: 10px;
      width: calc(50% - 10px);
      white-space: normal; }
  #home-categories .section-divider .category:first-child {
    margin: 0; }
  #home-categories .section-divider:first-child .category:first-child {
    padding-top: 15px; }
  #home-categories .see-more {
    line-height: 18px; }

  /*-------------------------------
  =FOOTER
  --------------------------------*/
  .main-footer p {
    line-height: 1.4em; }

  .about-sponsors p {
    display: inline; }

  .about-sponsors ul {
    float: right;
    padding-left: 20px; }

  .informed {
    float: right;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 0;
    width: 28%; }

  .informed em {
    line-height: 1.2em; }

  .classic {
    float: right; }

  .footer-btm {
    background-position: 100% 50%; }

  /*
  The grid below is based on work done 
  by Eddie Machado and is a combination 
  of the 1140 grid and twitter bootstrap:
  https://github.com/eddiemachado/bones/blob/master/library/scss/_grid.scss
  */
  .onecol {
    width: 5.8011%; }

  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.36464%; }

  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.92818%; }

  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.49171%; }

  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.05525%; }

  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.61878%; }

  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.18232%; }

  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74586%; }

  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939%; }

  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87293%; }

  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.43646%; }

  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 100.0%; }

  /* 100%;   } /* grid_12 */
  /* layout & column defaults*/
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-right: 2.762430939%; }

  .onecol.right, .twocol.right, .threecol.right, .fourcol.right, .fivecol.right, .sixcol.right, .sevencol.right, .eightcol.right, .ninecol.right, .tencol.right, .elevencol.right, .twelvecol.right {
    position: relative;
    float: right;
    margin-right: 0; }

  /* exceptions */
  .supplementalContent .threecol {
    margin-right: 2%; } }
@media only screen and (min-width: 960px) {
  body {
    background: #FFF; }

  .language-nav p {
    margin-left: 280px; }

  #featured-status .alt-heds > li {
    height: 80px;
    padding: 10px; }
  #featured-status .caption ul.datestamp {
    padding: 0; }

  .homepage #mainNav ul li {
    margin-bottom: 0; }

  .article-hero-wrapper,
  .category-hero-wrapper {
    clear: both;
    position: relative;
    margin: 0 -32px;
    width: 1024px;
    z-index: 5; }
    .article-hero-wrapper .article-header,
    .article-hero-wrapper .category-header,
    .category-hero-wrapper .article-header,
    .category-hero-wrapper .category-header {
      position: absolute;
      bottom: -55px;
      left: 32px;
      width: 920px;
      padding: 0; }
    .article-hero-wrapper .category-header,
    .category-hero-wrapper .category-header {
      bottom: 0px;
      padding-left: 20px; }

  .category-hero-wrapper {
    margin: 0; }
    .category-hero-wrapper .category {
      left: 32px;
      width: 960px; }
    .category-hero-wrapper .category-header {
      padding-left: 0;
      padding-right: 20px;
      left: 16px;
      width: 940px; }

  hgroup.category-title h1 {
    font-size: 38px; }
  hgroup.category-title .attribute p {
    font-size: 14px; }

  #home-hero {
    height: 425px;
    top: 0;
    left: -5%;
    width: 110%; }
    #home-hero .wrapper {
      *zoom: 1;
      position: absolute;
      left: 0;
      z-index: 1;
      max-width: 100%; }
      #home-hero .wrapper:before, #home-hero .wrapper:after {
        display: table;
        content: ""; }
      #home-hero .wrapper:after {
        clear: both; }
    #home-hero .caption {
      width: 96%;
      left: 2%;
      padding: 15px 15px 0px 15px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      #home-hero .caption .alt-heds .datestamp {
        padding-bottom: 4px; }
        #home-hero .caption .alt-heds .datestamp li:nth-child(2):after {
          content: "|"; }
        #home-hero .caption .alt-heds .datestamp li:last-child {
          display: inline; }
      #home-hero .caption .feature {
        width: 66%; }
        #home-hero .caption .feature h2 {
          font-size: 37px; }
        #home-hero .caption .feature p {
          font-size: 16px;
          line-height: 24px; }
      #home-hero .caption .feature-excerpt {
        width: 30%; }

  #featured-status {
    position: relative;
    width: 106%;
    left: -3%;
    margin-top: 0; }

  #home-categories {
    background: white;
    overflow: hidden;
    padding: 10px 0 0 20px;
    position: relative;
    z-index: 3; }
    #home-categories section {
      margin-bottom: 15px; }
      #home-categories section .section-divider {
        overflow: hidden;
        padding-bottom: 15px; }
      #home-categories section .category.video .video-container iframe,
      #home-categories section .category.video .video-container object,
      #home-categories section .category.video .video-container embed {
        min-height: auto; }
      #home-categories section .category.podcast {
        min-height: 190px; }
    #home-categories .section-divider:first-child .category:first-child {
      padding-top: 0; }
    #home-categories .category.newsletter {
      width: calc(25% - 10px);
      margin-right: 20px; }
    #home-categories .category.podcast {
      width: calc(25% - 10px); } }
@media only screen and (min-width: 1024px) {
  /* 1382 =================================================== */
  hgroup.article-title h1 {
    font-size: 38px; }

  .article-hero-wrapper {
    margin: 0px;
    width: 1024px;
    max-width: 1024px;
    left: -32px; }
    .article-hero-wrapper .article-header {
      position: absolute;
      bottom: -55px;
      margin-left: 0;
      width: 960px;
      min-width: 655px;
      padding: 0;
      box-sizing: border-box; }

  .article-hero-buffer {
    background: #fff;
    height: 0px;
    left: 3%;
    width: 94%;
    max-width: 960px;
    min-width: 768px;
    position: absolute;
    bottom: 0px; }

  #home-hero {
    height: 440px;
    top: 0;
    left: -32px;
    width: 1024px; }
    #home-hero .wrapper {
      *zoom: 1;
      position: absolute;
      left: 0;
      z-index: 1;
      width: 1024px;
      max-width: 1024px; }
      #home-hero .wrapper:before, #home-hero .wrapper:after {
        display: table;
        content: ""; }
      #home-hero .wrapper:after {
        clear: both; }
    #home-hero .caption {
      width: 960px;
      left: 32px; }

  #featured-status {
    width: 960px;
    left: 0; } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .background-size #header-logo {
    background-image: url(../img/logoCompact@2x.png);
    background-size: 131px 40px; }
  .background-size .footer-about {
    background-image: url(../img/compact-logo@2x.png);
    background-size: 141px 44px; } }
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (min-device-pixel-ratio: 1.5) {
  .background-size #header-logo {
    background-image: url(../img/header-logo@2x.png);
    background-size: 370px 28px; }
  .background-size .footer-btm {
    background-image: url(../img/whartonFooterLogoClassic@2x.png);
    background-size: 140px 35px; }
  .background-size .footer-about {
    background-image: url(../img/compact-logo@2x.png);
    background-size: 141px 44px; }
  .background-size #top-bar .wrapper {
    background-image: url(../img/whartonLogoHeader@2x.png);
    background-size: 144px 40px; } }