#lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    opacity: 0.85;
    display: none;
}
#lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-weight: normal;
}
#lightbox img {
    width: auto;
    height: auto;
}
#lightbox a img {
    border: none;
}
.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}
.lb-container {
    padding: 10px;
}
.lb-loader {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.lb-container>.nav {
    left: 0;
}
.lb-nav a {
    outline: none;
}
.lb-prev, .lb-next {
    width: 49%;
    height: 100%;
    background-image: url("data:image/gif;base64, R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    display: block;
}
.lb-prev {
    left: 0;
    float: left;
}
.lb-next {
    right: 0;
    float: right;
}
.lb-prev:hover {
    background: url(/images/prev.png) left 48% no-repeat;
}
.lb-next:hover {
    background: url(/images/next.png) right 48% no-repeat;
}
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}
.lb-data {
    padding: 0 10px;
    color: #bbbbbb;
}
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
    margin-top: 5px;
}
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.35em;
}
.lb-data .lb-number {
    display: block;
    clear: left;
    padding: 1em 0;
    font-size: 11px;
}
.lb-data .lb-close {
    width: 35px;
    float: right;
    padding-bottom: 0.7em;
    outline: none;
}
.lb-data .lb-close:hover {
    cursor: pointer;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.disqussion {
    top: 3px;
    padding: 0 0 10px;
    line-height: 16px;
    font-size: 13px;
    font-weight: bold;
    font-family: sans-serif;
    text-align: center;
    z-index: 7;
}
.disqussion:not(.inline) {
    position: absolute;
    top: 0;
    left: 0;
}
.disqussion.inline {
    position: relative;
    left: 5px;
}
.disqussion.disqus-left:not(.inline) {
    margin-left: -10px;
}
.disqussion.disqus-left:not(.inline) a:after {
    border-left: 7px solid transparent;
    border-right: medium none;
    left: 9px;
}
.disqussion a {
    opacity: 0.15;
    display: block;
    overflow: hidden;
    width: 20px;
    height: 17px;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: #bbb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.disqussion a:after {
    border-right: 7px solid transparent;
    border-top: 7px solid #bbb;
    left: 4px;
    top: 17px;
    height: 0;
    width: 0;
    display: block;
    content: " ";
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.disqussion a.has-comments {
    opacity: .8;
    background-color: #090;
}
.disqussion a.has-comments:after {
    border-top-color: #090 !important;
}
.disqussion:hover a, .disqussion.hovered a {
    opacity: 1;
}
.disqussion-contain:hover .disqussion a, .disqussion.inline a {
    opacity: 1;
}
#disqussions_wrapper {
    position: absolute;
    top: 0;
    left: 0;
}
#disqus_thread.disqus-positioned {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 15px 0 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.disqussion-highlight #disqus_thread.disqus-positioned {
    background: #fff;
    z-index: 9;
}
#disqus_thread .disqus-right, #disqus_thread .disqus-left {
    max-width: 300px;
}
#disqus_thread .disqus-right {
    margin-left: 50px;
}
#disqussions_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 8;
    display: none;
}
.disqussion-highlighted {
    position: relative;
    background: #FFFFFF;
    z-index: 9;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding-top: 20px;
    padding-bottom: 20px;
}
.disqussion.inline {
    display: none;
}
@media all and (max-width:980px) {
    #disqussions_wrapper {
    display: none;
}
.disqussion.inline {
    display: inline-block;
    margin-left: auto;
}
}.chart-hbar-table {
    display: inline-table;
    width: 100%}
.chart-hbar-table .chart-hbar {
    margin-left: 4px;
    height: 10px;
    background: #2873ae;
}
.chart-hbar-table .chart-hbar.v1 {
    background: #a9c7df;
}
.chart-hbar-table .chart-hbar.v2 {
    background: #8cb4d4;
}
.chart-hbar-table .chart-hbar.v3 {
    background: #70a2c9;
}
.chart-hbar-table .chart-hbar.v4 {
    background: #538fbe;
}
.chart-hbar-table .chart-hbar.v5 {
    background: #2873ae;
}
.live-weather {
    padding-left: 20px;
}
.live-weather h2 {
    padding: 0;
    border: 0;
    margin: 0 0 10px 0;
    display: block;
    font-size: 14px;
}
.live-weather .weather-forecast {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 50%;
    display: block;
    padding-right: 5%}
.live-weather .weather-today {
    border-left: 1px solid #ccc;
    float: right;
    width: 50%;
    padding-left: 5%}
.live-weather .weather-today .weather-day h3 {
    width: auto;
}
.live-weather .weather-today .weather-now {
    position: relative;
    font-size: 700%;
    line-height: 100%;
    color: #808080;
    padding-left: 70px;
}
.live-weather .weather-today .weather-now img {
    position: absolute;
    left: 0;
    top: 10px;
    width: 60px;
}
.live-weather .weather-day {
    font-size: 14px;
}
.live-weather .weather-day:after {
    clear: left;
    display: block;
    content: ""}
.live-weather .weather-day .weather-temp {
    width: 65px;
    display: inline-block;
}
.live-weather .weather-day .weather-conditions {
    display: inline-block;
    color: #808080;
}
.live-weather .weather-day h3 {
    width: 100px;
    padding-right: 20px;
    float: left;
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #2873ae;
    text-align: right;
    text-transform: uppercase;
}
.live-weather .far, .live-weather .deg {
    display: block;
    position: absolute;
    line-height: 100%;
    left: 180px;
    color: #ccc;
    top: 0;
}
.live-weather .far {
    font-size: 60%;
    top: 36px;
}
.live-weather .far:before {
    content: "F"}
.live-weather .deg {
    font-size: 80%}
.live-weather .deg:before {
    content: "\00B0"}
.live-weather input {
    display: none;
}
.live-weather .weather-edit-button:after {
    content: "CHANGE";
    font-size: 10px;
    color: #2873ae;
    margin-left: 10px;
    cursor: pointer;
}
#main-header #fixed-top {
    top: 105px;
}
@media all and (max-width:767px) {
    .live-weather {
    padding-left: 10px;
}
#main-header #fixed-top {
    top: 0;
}
.live-weather .weather-today, .live-weather .weather-forecast {
    float: none;
    border: none;
    padding: 0;
    width: auto;
}
.live-weather .weather-today {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.live-weather .weather-day h3 {
    text-align: left;
}
}.icon-reprints:before {
    content: "\21BB"}
#main-header, #clear-nav-date, #clear-nav-account, #account-status, #live, #main-nav, .reading-meter, .read-next {
    -webkit-transform: translate3d(0,  0,  0);
}
body.disqussion-highlight #wrapper {
    z-index: auto;
}
figure {
    margin: 0;
}
main {
    display: block;
}
button, img {
    border: none;
}
fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
#content:after {
    clear: left;
    content: "";
    display: block;
}
img {
    max-width: 100%}
hr, .hr {
    margin: 0 auto;
    padding: 0;
    height: 0;
    border: none;
    border-bottom: 1px solid #808080;
}
hr.double:before, .hr.double:before {
    content: "";
    display: block;
    border-top: 1px solid #4d4d4d;
    bottom: 2px;
    position: relative;
}
hr.padded, .hr.padded {
    margin: 30px auto;
}
hr.light-gray, .hr.light-gray {
    border-bottom-color: #ccc;
}
hr.space, .hr.space {
    margin: 0 0 17px;
}
.clear-left-after:after {
    clear: left;
    content: "";
    display: block;
}
.clear-right-after:after {
    clear: right;
    content: "";
    display: block;
}
.clear-after:after {
    clear: both;
    content: "";
    display: block;
}
.smoke-gray {
    color: #f3efef;
}
.light-gray {
    color: #ccc;
}
.med-gray {
    color: #808080;
}
.dark-gray {
    color: #4d4d4d;
}
.black {
    color: #000;
}
.white {
    color: #fff;
}
.red {
    color: #2873ae;
}
.primary-color, #wrapper .primary-color {
    color: #2873ae;
}
.red-back {
    background-color: #2873ae;
}
.med-gray-back {
    background-color: #808080;
}
.light-gray-back {
    background-color: #ccc;
}
.smoke-gray-back {
    background-color: #f3efef;
}
.dark-gray-back {
    background-color: #4d4d4d;
}
.black-back {
    background-color: #000;
}
.white-back {
    background-color: #fff;
}
input:not([type=radio]):not([type=checkbox]), button {
    -webkit-appearance: none;
}
.button, a.button {
    font-family: Helvetica, Arial, sans-serif;
    font-family: 'Clear Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: normal;
    color: #4d4d4d;
    font-family: Georgia,  serif;
    font-family: 'Archivo Narrow', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    background: #2873ae;
    color: #fff;
    display: inline-block;
    padding: 8px 12px;
}
.button:hover, a.button:hover {
    background: #4d4d4d;
    color: #fff;
}
input[type=search], input[type=email], input[type=text] {
    height: 28px;
}
input, textarea {
    padding: 5px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[disabled], textarea[disabled], select[disabled] {
    color: #808080;
}
input[type="search"] {
    -webkit-appearance: none !important;
}
button, a {
    cursor: pointer;
}
a[target='_blank']:after, a[rel='external']:after {
    content: "E";
    font-family: "cdb";
    display: inline-block;
    margin-left: 5px;
    color: #808080;
}
button, input, textarea, select {
    border-radius: 0;
}
button:not(.plain), input[type=submit], input[type=button] {
    cursor: pointer;
}
button:not(.plain):hover, input[type=submit]:hover, input[type=button]:hover {
    background: #4d4d4d;
}
button:not(.plain):focus, input[type=submit]:focus, input[type=button]:focus {
    background: #4d4d4d;
}
button:not(.plain), input[type=submit], select, a.gig-comments-button, a.gig-comments-button:link, a.gig-comments-button:active, a.gig-comments-button:visited, #commentsDiv-loginDropdown, body .gig-comments-button, .gig-comments-button.gig-comments-button-post.gig-comments-commentBox-button-post {
    font-family: Helvetica, Arial, sans-serif;
    font-family: 'Clear Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: normal;
    color: #4d4d4d;
    font-family: Georgia,  serif;
    font-family: 'Archivo Narrow', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    background: #2873ae;
    color: #fff;
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid transparent;
    padding: 4px 6px;
    text-align: center;
    vertical-align: top;
    height: 28px;
    border-radius: 0;
    font-weight: normal;
}
button:not(.plain):hover, input[type=submit]:hover, select:hover, a.gig-comments-button:hover, a.gig-comments-button:link:hover, a.gig-comments-button:active:hover, a.gig-comments-button:visited:hover, #commentsDiv-loginDropdown:hover, body .gig-comments-button:hover, .gig-comments-button.gig-comments-button-post.gig-comments-commentBox-button-post:hover {
    background: #4d4d4d;
    color: #fff;
}
button:not(.plain):hover, input[type=submit]:hover, select:hover, a.gig-comments-button:hover, a.gig-comments-button:link:hover, a.gig-comments-button:active:hover, a.gig-comments-button:visited:hover, #commentsDiv-loginDropdown:hover, body .gig-comments-button:hover, .gig-comments-button.gig-comments-button-post.gig-comments-commentBox-button-post:hover {
    background: #4d4d4d;
    color: #fff;
}
button.plain {
    font-family: Helvetica, Arial, sans-serif;
    font-family: 'Clear Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: normal;
    color: #4d4d4d;
    background: none transparent;
    border: none;
    padding: 0;
    margin: 0;
}
input, input[type=search], input[type=email], textarea, body #commentsDiv textarea.gig-comments-commentBox-textarea, body #commentsDiv textarea.gig-comments-replyBox-textarea {
    background: #f3efef;
    border: 1px solid #ccc;
    font-family: Helvetica, Arial, sans-serif;
    font-family: 'Clear Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: normal;
    color: #4d4d4d;
}
input:focus, input[type=search]:focus, input[type=email]:focus, textarea:focus, body #commentsDiv textarea.gig-comments-commentBox-textarea:focus, body #commentsDiv textarea.gig-comments-replyBox-textarea:focus {
    border: 1px solid #133052;
    background: #fff;
}
select {
    background: #2873ae;
    text-align: left;
    padding: 0;
}
select:hover, select:focus {
    background: #4d4d4d;
    color: #fff;
}
select optgroup {
    margin-top: 10px;
}
select option {
    margin: 3px 0;
}
a.read-more, .keep-together {
    display: inline-block;
    white-space: nowrap;
}
#header-adt, #footer-adt, .center {
    text-align: center;
}
#header-adt>div, #footer-adt>div, .center>div {
    margin: auto;
}
#header-adt {
    margin-top: 10px;
}
#header-adt div {
    padding: 0;
}
#wrapper .trailing-adts {
    padding-top: 10px;
}
#wrapper .trailing-adts .column div {
    margin: auto;
}
#wrapper .trailing-adts:before {
    content: "";
    display: block;
    clear: right;
}
section {
    padding: 15px 0;
    margin: 15px 0;
}
section:first-child {
    margin-top: 0;
}
.feature {
    min-height: 150px;
}
.form-tables td {
    vertical-align: top;
}
.form-tables th {
    text-align: left;
    padding-top: 20px;
}
.form-tables tr>td:first-child {
    text-align: right;
}
.form-tables strong {
    font-weight: bold;
}
.form-tables small {
    font-style: italic;
}
.full-width {
    width: auto;
    clear: both;
    overflow: hidden;
}
#wrapper .read-next {
    height: auto;
    padding: 0;
    top: 100%;
    width: 100%;
    left: 0;
    margin: 0;
    z-index: 500;
    clear: both;
    -moz-transition: margin-top ease-in-out 250ms;
    -o-transition: margin-top ease-in-out 250ms;
    -webkit-transition: margin-top ease-in-out 250ms;
    transition: margin-top ease-in-out 250ms;
}
#wrapper .read-next .column a {
    display: block;
    padding: 5px 5px 0 5px;
    color: #4d4d4d;
    line-height: 110%}
#wrapper .read-next.follow {
    position: fixed;
    height: 80px;
    max-width: 980px;
    background: #f3efef;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
#wrapper .read-next.follow.active, #wrapper .read-next.follow.active-force {
    margin-top: -80px;
}
#wrapper .read-next.follow.active h1:after, #wrapper .read-next.follow.active-force h1:after {
    content: "\25BE"}
#wrapper .read-next.follow.inactive-force {
    margin-top: 0 !important;
}
#wrapper .read-next.follow.passing {
    margin-top: 30px !important;
}
#wrapper .read-next.follow h1 {
    background: #2873ae;
    color: #fff;
    border: none;
    margin: 0;
    padding: 3px 10px;
    bottom: auto;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    bottom: 80px;
}
#wrapper .read-next.follow h1:after {
    content: "\25B4"}
#wrapper .read-next:not(.follow), #wrapper .read-next:not(.follow).active, #wrapper .read-next:not(.follow).active-force {
    margin-top: 20px !important;
    position: static;
    max-width: none;
    border: none;
    box-shadow: none;
}
#wrapper .read-next:not(.follow) h1, #wrapper .read-next:not(.follow).active h1, #wrapper .read-next:not(.follow).active-force h1 {
    cursor: default;
    padding: 6px 10px;
    font-size: 100%}
#wrapper .read-next .left {
    float: left;
    height: 50px;
    padding-right: 10px;
}
#wrapper .read-next .three.columns {
    margin-top: 0;
    padding: 0;
}
#wrapper .read-next .column {
    height: 100px;
    font-size: 14px;
    line-height: 16px;
}
#wrapper .read-next-follow {
    padding-bottom: 110px;
}
#wrapper .read-next.follow {
    left: 0;
    left: calc(50% - 700px);
}
@media all and (max-width:1400px) {
    #wrapper .read-next.follow {
    left: 0;
}
}
nav.secondary {
    padding-bottom: 10px;
}
nav.secondary, nav.secondary a {
    font-size: 14px;
    line-height: normal;
}
nav.secondary a {
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #808080;
    font-family: Helvetica, Arial, sans-serif;
    font-family: 'Clear Sans', Arial, sans-serif;
}
nav.secondary a:last-child {
    border-right: none;
}
.featured-story {
    border-bottom: 1px solid #ccc;
}
.featured-story img {
    padding-bottom: 10px;
}
.featured-story.small img, .featured-story.medium img {
    float: left;
    padding-right: 10px;
    max-width: 50%}
.featured-story.small p, .featured-story.medium p, .featured-story.large p, .featured-story.full p {
    font-size: 125%;
    line-height: 125%}
.featured-story.small img, .featured-story.medium img, .featured-story.large img, .featured-story.full img {
    display: block;
}
.featured-story.full {
    text-align: center;
}
.featured-story.full h1 {
    font-size: 400%}
.featured-story.full h1, .featured-story.full p {
    padding: 0 20px;
    margin-bottom: 12px;
}
.featured-story.full img {
    margin: auto;
}
.featured-story:after {
    clear: left;
    content: "";
    display: block;
}
.headlines, .columns {
    max-width: 100%}
.headlines, .columns, .headlines ul, .columns ul, .headlines li, .columns li {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.headlines li, .columns li {
    margin: 0 0 10px 0;
}
.headlines li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.headlines li:last-child {
    border-bottom-color: transparent;
    margin-bottom: 0;
}
.headlines li:after {
    clear: left;
    display: block;
    content: ''}
.headlines li .columns {
    margin-top: 0;
}
.headlines li.tablet {
    display: none;
}
.headlines .thumbnail {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    background: no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.headlines h1, .headlines h2 {
    margin: 0 0 5px;
}
.headlines.large {
    font-size: 125%;
    line-height: normal;
}
.headlines.large li {
    margin-bottom: 0;
}
.headlines article p:after {
    clear: left;
    content: "";
    display: block;
}
#wrapper .video .img-wrapper, #wrapper .audio .img-wrapper, #wrapper .gallery .img-wrapper {
    position: relative;
    display: block;
}
#wrapper .video .img-wrapper img, #wrapper .audio .img-wrapper img, #wrapper .gallery .img-wrapper img {
    display: block;
}
#wrapper .video .img-wrapper:after, #wrapper .audio .img-wrapper:after, #wrapper .gallery .img-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/assets/rwd/common/video-overlay@2x.png') no-repeat center center;
    background-size: 35%}
#wrapper .video:hover .img-wrapper:after, #wrapper .audio:hover .img-wrapper:after, #wrapper .gallery:hover .img-wrapper:after {
    background-color: rgba(0, 0, 0, 0.3);
}
#wrapper .video.sponsored .overline, #wrapper .audio.sponsored .overline, #wrapper .gallery.sponsored .overline {
    margin: 0 !important;
    background: #f3efef;
    padding: 10px 5px;
}
#wrapper .video.sponsored h2, #wrapper .audio.sponsored h2, #wrapper .gallery.sponsored h2 {
    background: #f3efef;
    padding: 0 5px 10px 5px;
}
#wrapper .audio .img-wrapper:after {
    background: url('/assets/rwd/common/audio-overlay@2x.png') no-repeat left bottom;
    background-size: 50%}
#wrapper .audio.medium .img-wrapper:after {
    background-size: 35%}
#wrapper .video .img-wrapper:after {
    background: url('/assets/rwd/common/video-overlay@2x.png') no-repeat center center;
    background-size: 35%}
#wrapper .gallery .img-wrapper:after {
    background: url('/assets/rwd/common/gallery-overlay@2x.png') no-repeat left bottom;
    background-size: 25%}
.series-title {
    color: #2873ae;
    font-size: 120%;
    line-height: 100%}
.search-tip {
    max-height: 0;
    opacity: 0;
    display: block;
    padding: 4px 0;
    font-size: 10px;
    -moz-transition: all ease-in-out 250ms;
    -o-transition: all ease-in-out 250ms;
    -webkit-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms;
}
.search-tip.active {
    opacity: 1;
    max-height: 50px;
}
.picker__button--today, .picker__button--clear {
    width: 50% !important;
    color: #000 !important;
    height: auto !important;
}
.picker__table td {
    text-align: center !important;
}
.picker__header .picker__nav--prev, .picker__header .picker__nav--next {
    height: 49px;
}
#wrapper .tags {
    font-size: 0;
}
#wrapper .tags a {
    display: inline-block;
    padding: 3px 10px;
    background: #f3efef;
    color: #4d4d4d;
    font-size: 14px;
    margin: 0 3px 3px 0;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    -webkit-transition: all 250ms;
    transition: all 250ms;
}
#wrapper .tags a:hover {
    background: #e6e6e6;
    color: #2873ae;
}
section>.tags {
    margin-top: 10px;
}
.tabs {
    margin: 0 0 -1px 0;
    padding: 0;
}
.tabs:after {
    clear: left;
    content: "";
    display: block;
}
.tabs li {
    float: left;
    list-style: none;
    margin-right: -1px;
}
.tabs li:last-child {
    margin-right: 0;
}
.tabs li a {
    display: inline-block;
    padding: 8px 10px;
    background: #2873ae;
    color: #fff;
    border: 1px solid #f3efef;
}
.tabs li a:hover {
    background: #4d4d4d;
}
.tabs li a.active {
    background: #fff;
    color: #4d4d4d;
    border-bottom-color: transparent;
}
.tab-page {
    border: 1px solid #f3efef;
    padding: 10px;
}
section.tab-page {
    margin-top: 0;
    padding: 10px !important;
    border-bottom-color: #f3efef;
}
.tab-page.hidden {
    display: none;
}
.sponsored-by {
    font-size: 10px;
    color: #ccc;
}
.accordion_toggle {
    border-width: 0 0 1px 0 !important;
    border-radius: 0;
}
.accordion_content.ui-widget-content {
    border: none;
}
.accordion_content_padding table {
    display: inline-table;
    width: 100%}
.ui-accordion {
    overflow: hidden;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ui-accordion .ui-accordion-content {
    padding: 0;
}
.accordion_content table {
    width: 100%;
    display: inline-table;
}
.more-link {
    display: inline-block;
    padding: 0 3px;
    margin-left: 3px;
    background: #e6e6e6;
}
.more-link:hover {
    background: #2873ae;
    color: #fff;
}
#wrapper .more-words-on {
    display: inline !important;
}
#wrapper .more-words-off {
    display: none !important;
}
.next-media {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    background: #f3efef;
    padding: 5px;
}
.next-media.has-prev .prev, .next-media.has-next .next {
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: block;
    font-size: 24px;
    height: 100%;
    line-height: 200px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 36px;
    z-index: 10;
}
.next-media.has-prev .prev:hover, .next-media.has-next .next:hover {
    background: #fff;
}
.next-media.has-prev .prev:before, .next-media.has-next .next:before {
    display: block;
    line-height: 0;
    position: relative;
    top: 50%}
.next-media.has-prev .prev {
    left: 0;
}
.next-media.has-prev .prev:before {
    content: "\25C0"}
.next-media.has-next .next {
    right: 0;
}
.next-media.has-next .next:before {
    content: "\25B6"}
.next-media ul, .next-media li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.next-media ul {
    width: 4000px;
    position: relative;
}
.next-media li {
    display: inline-block;
    float: left;
    white-space: normal;
    width: 200px;
    margin-right: 20px;
}
.next-media h2 {
    padding-top: 5px;
    font-size: 14px;
    line-height: normal;
}
#wrapper .galleria-info-text {
    background: rgba(0, 0, 0, 0.7);
}
#footer-adt {
    padding: 0;
}
#footer-adt:before {
    content: "";
    display: block;
    clear: left;
}
#footer-adt div {
    margin: 40px auto;
}
.footer-columns.columns {
    border-top: 1px solid #ccc;
    padding: 20px;
    max-width: none;
}
.footer-columns.columns .column {
    min-height: 170px;
}
.footer-columns.columns .column.no-header {
    min-height: 197px;
}
.footer-columns.columns h3 {
    color: #000;
    font-weight: bold;
    font-size: 110%;
    margin-top: 0;
}
.footer-columns.columns a {
    display: block;
    padding-bottom: 8px;
    font-size: 90%}
.footer-columns.columns h3 a {
    padding-bottom: 0;
}
.footer-columns.columns li {
    margin: 0;
    padding: 0;
}
.footer-columns.columns #doc #ul dl {
    height: auto;
    background: #FFF none;
    border-right: 1px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#main-footer-wrapper {
    margin: 0 auto;
    max-width: 100%;
    background: #f3efef;
}
#main-footer {
    font-size: 90%;
    padding: 20px 0;
    margin: 0 auto;
    max-width: 1020px;
}
#main-footer section {
    padding: 0;
    margin: 0 0 20px 0;
}
#main-footer .footer-columns section {
    padding-bottom: 0;
    margin-top: 0;
}
#main-footer .social {
    float: right;
}
#main-footer .social a {
    margin-left: 10px;
    color: #808080;
    font-size: 18px;
}
#main-footer .footer-pad, #main-footer .footer-links {
    padding: 0 20px;
}
#main-footer .footer-links {
    padding-top: 10px;
}
#main-footer .footer-links div {
    margin: 10px auto;
}
#main-footer .footer-links a {
    margin: 0 10px;
}
#main-footer .footer-links .icon {
    font-size: 30px;
    line-height: 30px;
    vertical-align: middle;
    top: 4px;
    position: relative;
    margin-right: 5px;
}
#main-footer .footer-links .icon:before {
    display: inline-block;
    width: 30px;
    text-align: left;
}
#main-footer .footer-final {
    padding: 20px;
}
#main-footer .footer-final p {
    font-size: 10px;
    line-height: normal;
}
#main-footer .current-issue img {
    max-width: 150px;
    max-height: 200px;
}
.brightcove-video-container, .galleria {
    position: relative;
    margin-bottom: 20px;
}
.brightcove-video-container.aspect-16-9, .galleria.aspect-16-9 {
    padding-bottom: 56.25%}
.brightcove-video-container.aspect-4-3, .galleria.aspect-4-3 {
    padding-bottom: 75%}
.brightcove-video-container .BrightcoveExperience, .galleria .BrightcoveExperience {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.galleria.aspect-16-9 {
    margin-bottom: -56.25%;
    margin-bottom: calc(-56.25% + 20px);
}
.galleria.aspect-4-3 {
    margin-bottom: -75%;
    margin-bottom: calc(-75% + 20px);
}
.soundcloud {
    margin-bottom: 10px;
}
@media all and (max-width:1000px) {
    .video-article .brightcove-video-container, .galleria {
    width: 100%}
.video-article .brightcove-video-container.aspect-16-9, .galleria.aspect-16-9 {
    padding-bottom: 56.25%}
.video-article .brightcove-video-container.aspect-4-3, .galleria.aspect-4-3 {
    padding-bottom: 75%}
}
@media all and (max-width:1000px) {
    .featured-story.medium img {
    display: block;
    float: none;
    max-width: 100%;
    padding: 0 0 10px 0;
}
.featured-story.full h1 {
    font-size: 300%}
#footer-adt {
    margin: 0 auto;
}
#footer-adt div {
    margin: 0 auto 20px auto;
}
#wrapper #main-footer .info-footer-links a {
    margin: 10px auto;
    text-align: center;
}
#wrapper #main-footer .footer-columns {
    border-bottom: none;
}
#wrapper #main-footer .footer-columns .column {
    border-bottom: none;
    margin-bottom: 0;
}
#wrapper #main-footer .footer-columns .column h3 {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 0 10px;
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}
#wrapper #main-footer .footer-columns .column h3:before {
    content: "\25B6";
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 16px;
    line-height: 40px;
    color: #ccc;
    -moz-transition: transform 250ms;
    -o-transition: transform 250ms;
    -webkit-transition: transform 250ms;
    transition: transform 250ms;
}
#wrapper #main-footer .footer-columns .column h3.active {
    background: #f3efef;
}
#wrapper #main-footer .footer-columns .column h3.active:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
#wrapper #main-footer .footer-columns .column .current-issue h3 {
    border-bottom: none;
}
#wrapper #main-footer .footer-columns .column .current-issue h3:before {
    content: none;
}
#wrapper #main-footer .footer-columns ul {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
}
#wrapper #main-footer .footer-columns ul li {
    padding: 0;
    margin: 0 0 1px 0;
}
#wrapper #main-footer .footer-columns ul a {
    padding: 0 10px;
    background: #e6e6e6;
    font-size: 100%;
    line-height: 40px;
}
#wrapper #main-footer .footer-columns .active ul {
    opacity: 1;
    max-height: 1200px;
}
#wrapper #main-footer .footer-columns .active .columns {
    padding: 0;
    margin: 0;
}
#wrapper #main-footer .footer-columns .columns {
    margin-top: 0;
}
#wrapper #main-footer .footer-columns section {
    margin-bottom: 0 !important;
}
#wrapper #main-footer .footer-links {
    border-top: none;
}
.headlines li.tablet {
    display: block;
}
}
@media all and (max-width:767px) {
    .tabs {
    display: none;
}
.tab-page {
    padding: 0;
    border: none;
    display: block !important;
}
#main-footer .social {
    float: none;
    padding-top: 10px;
}
#main-footer .footer-pad, #main-footer .footer-links {
    padding-left: 10px;
    padding-right: 10px;
}
.no-mobile-margin-top {
    margin-top: 0 !important;
}
#wrapper .read-next-wrapper {
    min-height: 180px;
}
#header-adt {
    margin-bottom: 10px;
}
}
body {
    background: #fff;
}
.content-width {
    max-width: 100%}
#main-header, #live, #main-nav, #clear-nav-account, #clear-nav-date, #home-logo {
    z-index: 200;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
#main-header {
    background: #fff;
    height: 164px;
    box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.5);
}
#main-header #fixed-top {
    height: 50px;
    position: absolute;
    width: 100%}
#main-header #fixed-top #hamburger-button {
    display: none;
    position: absolute;
    top: 22px;
    left: 0;
    width: 45px;
    height: 50px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
#main-header #fixed-top #hamburger-button u {
    display: block;
    margin: 4px auto;
    width: 28px;
    border-bottom: 4px solid #CCCCCC;
    border-bottom-color: #4d4d4d;
    -moz-transition: all ease-in-out 500ms;
    -o-transition: all ease-in-out 500ms;
    -webkit-transition: all ease-in-out 500ms;
    transition: all ease-in-out 500ms;
}
#main-header #fixed-top #logo-nav {
    background-color: #f3efef;
    padding-top: 5px;
}
#main-header #fixed-top #logo-nav .logo {
    display: block;
    background: no-repeat left center;
    background-image: url("../images/logo-condensed@2x.png");
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    width: 482px;
    height: 50px;
    margin-top: 5px;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
#main-header #top-ad {
    height: 105px;
    max-width: 1020px;
    margin: auto;
    position: relative;
    top: 0;
    text-align: center;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
#main-header #top-ad div {
    margin: auto;
    padding: 0;
}
.interior, .home {
    max-width: 1400px;
    margin: auto;
}
.interior #main-header #fixed-top {
    height: 50px;
}
.with-adt #main-header {
    height: 125px;
}
.with-adt #live {
    top: 225px;
}
.with-adt #main-nav {
    top: 83px;
}
.interior.no-adt #main-header {
    height: 94px;
}
.interior.no-adt #live {
    top: 50px;
}
.interior.no-adt #main-nav {
    top: 8px;
}
.interior.no-adt .reading-meter {
    top: 94px;
}
.no-adt #top-ad {
    display: none;
}
.close-button {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 36px;
    line-height: 36px;
    display: inline-block;
    color: #808080;
    cursor: pointer;
}
.close-button:hover {
    color: #4d4d4d;
}
.dialog-wrapper .close-button {
    top: -30px;
    background: #2873ae;
    color: #fff;
    border-radius: 20px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    text-align: center;
}
#live {
    position: fixed;
    height: 40px;
    top: 120px;
    width: 100%;
    background: #e6e6e6;
    white-space: nowrap;
    border-top: 4px solid #ccc;
}
#live .live-sliders {
    position: relative;
}
#live .live-sliders button {
    width: 50px;
    height: 38px;
    position: absolute;
    top: 0;
    text-align: center;
    background: #fff;
    color: #2873ae;
    border-left: 1px solid #ccc;
    z-index: 1;
}
#live .live-sliders button:not(.active):hover {
    background: #f3efef;
}
#live .live-sliders button:first-child, #live .live-sliders button:nth-child(2) {
    border-left: none;
}
#live .live-sliders button:nth-child(2):after {
    border-right: 1px solid #ccc;
    content: " ";
    display: inline-block;
    height: 15px;
    position: absolute;
    right: 0;
    margin-top: 5px;
}
#live .live-sliders button.mobile {
    display: none;
}
#live .live-sliders button span {
    font-family: Georgia,  serif;
    font-family: 'Archivo Narrow', Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    padding-left: 3px;
    padding-top: 2px;
    vertical-align: top;
}
#live .live-sliders button span.icon {
    display: inline-block;
}
#live .live-sliders button span:not(.icon):after {
    content: "O";
    padding: 10px 10px 0;
    font-size: 10px;
    font-family: "cdb";
    position: relative;
    top: 2px;
}
#live .live-sliders button.large {
    width: 180px;
}
#live .live-sliders button.active {
    height: 39px;
}
#live .live-sliders .live-sections {
    position: absolute;
    left: 0;
    width: 100%}
#live .live-sliders .live-sections section {
    display: none;
    padding: 0 10px;
    margin: 0;
    min-height: 400px;
    width: 100%;
    max-width: 900px;
    overflow: hidden;
    position: absolute;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
    background: #fff;
    border-top: 1px solid #ccc;
    font-family: Georgia,  serif;
    font-family: 'Archivo Narrow', Arial, sans-serif;
    font-size: 14px;
}
#live .live-sliders .live-sections section.right {
    right: 0;
    min-height: 250px;
    max-width: 550px;
    box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.25);
}
#live .live-sliders .live-sections section.live-search {
    min-height: 110px;
}
#live .live-sliders .live-sections section.live-search input {
    float: left;
}
#live .live-sliders .live-sections section.live-search input[type=search] {
    margin-left: 20px;
    margin-right: 10px;
    width: 380px;
}
#live .live-sliders .live-sections section.live-search input[type=submit] {
    width: 100px;
}
#live .live-sliders .live-sections section.active {
    overflow: visible;
}
#live .live-sliders .live-sections section h1 {
    font-family: Georgia,  serif;
    font-family: 'Archivo Narrow', Arial, sans-serif;
    font-style: italic;
    border: none;
    font-size: 36px;
    color: #2873ae;
    padding: 10px 0 0 18px;
}
#live .live-sliders .live-sections section .overline {
    padding: 0 20px 10px;
    margin: 0;
}
#live .live-sliders button.white-on.active {
    background: #fff;
    border-right: 1px solid #ccc;
}
#live .live-sliders button.white-on.active:after {
    border-right: none;
}
#live .live-sliders button.white-on.active span {
    color: #2873ae;
}
@media all and (max-width:767px) {
    #live .live-sliders button.white-on.active {
    background: #2873ae;
    color: #fff;
    border-right: none;
    height: 44px;
}
#live .live-sliders button.white-on.active:after {
    border-right: none;
}
#live .live-sliders button.white-on.active span {
    color: #4d4d4d;
}
}
#live-must-read, #live-must-read-ticker {
    counter-reset: mrl;
}
#live-must-read li a, #live-must-read-ticker li a {
    color: #4d4d4d;
    padding-left: 20px;
    display: block;
    position: relative;
    font-size: 16px;
}
#live-must-read li a:before, #live-must-read-ticker li a:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid #2873ae;
}
#live-must-read li a:hover, #live-must-read-ticker li a:hover {
    color: #2873ae;
}
#live-must-read li a:hover:before, #live-must-read-ticker li a:hover:before {
    background: #2873ae !important;
}
#live-must-read li.done a:before, #live-must-read-ticker li.done a:before {
    background: #d4e3ef;
}
#live-must-read.numbered ul li a, #live-must-read-ticker.numbered ul li a {
    padding-left: 30px;
}
#live-must-read.numbered ul li a:before, #live-must-read-ticker.numbered ul li a:before {
    content: counter(mrl);
    counter-increment: mrl;
    font-size: 10px;
    line-height: 16px;
    font-weight: normal;
    text-align: center;
    height: 16px;
    width: 16px;
    border: 1px solid #2873ae;
    color: #2873ae;
}
#live-must-read.numbered ul li a:hover:before, #live-must-read-ticker.numbered ul li a:hover:before {
    color: #fff;
}
#live-must-read.numbered ul li.done a:before, #live-must-read-ticker.numbered ul li.done a:before {
    font-family: "cdb" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    vertical-align: middle;
    content: "M";
    position: static;
    margin-left: -30px;
    margin-right: 8px;
    line-height: 16px;
    color: #fff;
    background: #2873ae;
    font-size: 8px;
}
#live-must-read .columns {
    margin-left: 20px;
    margin-right: 20px;
}
#live-must-read .headlines li {
    padding: 0;
    border-bottom: none;
    white-space: normal;
    margin-bottom: 20px;
}
#live-must-read-ticker {
    position: relative;
    left: 186px;
    height: 38px;
    overflow: hidden;
    padding-right: 140px;
}
#live-must-read-ticker ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
#live-must-read-ticker li a {
    display: block;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#live-must-read-ticker li a:before {
    top: 14px;
}
#live-must-read-ticker li a, #live-must-read-ticker li a h2 {
    font-size: 18px;
    line-height: 38px;
}
#main-nav {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    top: 78px;
    z-index: 210;
    height: 0;
}
#main-nav a {
    color: #e6e6e6;
    padding: 6px 0 4px 10px;
    text-decoration: none;
    position: relative;
    z-index: 20;
    display: inline-block;
    height: 42px;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
}
#main-nav>ul>li:not(:last-child)>a:after {
    content: "|";
    color: #e6e6e6;
    display: inline-block;
    padding-left: 10px;
    width: 0;
}
#main-nav>ul>li:hover>a:after {
    color: #e6e6e6;
}
#main-nav>ul>li:last-child>a {
    padding-right: 10px;
}
#main-nav ul ul a, #main-nav .nav a {
    height: auto;
}
#main-nav .expands a {
    height: 52px;
}
#main-nav .expands ul a {
    height: auto;
    padding: 10px;
    color: #fff;
}
#main-nav .expands ul a:hover {
    font-weight: bold;
    color: #000;
}
#main-nav .expands ul li div {
    padding: 10px 10px 0;
    text-transform: uppercase;
    color: #ccc;
}
#main-nav>ul>li {
    padding: 0;
    position: relative;
}
#main-nav>ul>li:hover {
    background-color: #e6e6e6;
}
#main-nav>ul>li:hover>a {
    color: #2873ae;
}
#main-nav>ul>li:hover>a:after {
    content: ""}
#main-nav>ul>li:hover>ul {
    background-color: #e6e6e6;
}
#main-nav>ul>li:hover>ul a {
    padding: 5px 0;
    margin: 0 10px;
    border-bottom: 1px solid #ccc;
    color: #000;
    text-align: center;
}
#main-nav>ul>li:hover>ul a:hover {
    color: #2873ae;
}
#main-nav>ul>li:hover>ul li:last-child a {
    border-bottom: none;
}
#main-nav ul ul a, #main-nav .nav a {
    height: auto;
}
#main-nav li, #main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#main-nav>ul {
    padding: 0;
}
#main-nav ul {
    display: inline-block;
    text-align: left;
}
#main-nav ul ul a[target='_blank']:after, #main-nav ul ul a[rel='external']:after {
    position: absolute;
    right: 10px;
}
#main-nav li {
    display: inline-block;
    float: left;
}
#main-nav li li a {
    display: block;
}
#main-nav li:last-child:after {
    clear: left;
    content: "";
    display: block;
}
#main-nav li ul {
    background: #e6e6e6;
    display: none;
    position: absolute;
    padding: 10px 0;
    z-index: 100;
    min-width: 200px;
}
#main-nav li ul li {
    display: block;
    float: none;
}
#main-nav li ul a {
    padding: 0 10px;
    color: #000;
}
#main-nav li:hover>a {
    color: #fff;
    background-color: #e6e6e6;
}
#main-nav li:hover ul {
    display: block;
    z-index: 20;
    top: 42px;
}
#wrapper {
    position: relative;
    overflow-x: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    right: 0;
    z-index: auto;
    background: #fff;
}
.with-adt #wrapper {
    padding-top: 145px;
}
.no-adt #wrapper {
    padding-top: 164px;
}
.interior.no-adt #wrapper {
    padding-top: 94px;
}
#wrapper, #live, #main-nav, .reading-meter, #clear-nav-account, #clear-nav-date, #clear-nav-account-icon, #clear-nav-search-icon {
    -moz-transition: right 500ms ease-in-out,  top 500ms ease-in-out;
    -o-transition: right 500ms ease-in-out,  top 500ms ease-in-out;
    -webkit-transition: right 500ms ease-in-out,  top 500ms ease-in-out;
    transition: right 500ms ease-in-out,  top 500ms ease-in-out;
}
#main-header {
    -moz-transition: right 500ms ease-in-out,  top 500ms ease-in-out,  height 500ms ease-in-out;
    -o-transition: right 500ms ease-in-out,  top 500ms ease-in-out,  height 500ms ease-in-out;
    -webkit-transition: right 500ms ease-in-out,  top 500ms ease-in-out,  height 500ms ease-in-out;
    transition: right 500ms ease-in-out,  top 500ms ease-in-out,  height 500ms ease-in-out;
}
.reading-meter {
    display: block !important;
    position: fixed;
    top: 164px;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    max-width: 1400px;
    z-index: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#icon-nav {
    position: relative;
    width: 1020px;
    max-width: 100%;
    margin: auto;
}
#clear-nav-share {
    position: absolute;
}
#clear-nav-share a {
    font-size: 20px;
    color: #808080;
    margin-right: 10px;
}
#clear-nav-share a.icon-facebook:hover, #article header a.icon-facebook:hover, header#blog-details a.icon-facebook:hover, #main-footer a.icon-facebook:hover {
    color: #3b5998 !important;
}
#clear-nav-share a.icon-twitter:hover, #article header a.icon-twitter:hover, header#blog-details a.icon-twitter:hover, #main-footer a.icon-twitter:hover {
    color: #55acee !important;
}
#clear-nav-share a.icon-linkedin:hover, #article header a.icon-linkedin:hover, header#blog-details a.icon-linkedin:hover, #main-footer a.icon-linkedin:hover {
    color: #4875b4 !important;
}
#clear-nav-share a.icon-gplus:hover, #article header a.icon-gplus:hover, header#blog-details a.icon-gplus:hover, #main-footer a.icon-gplus:hover {
    color: #dd4b39 !important;
}
#clear-nav-share a.icon-rss:hover, #article header a.icon-rss:hover, header#blog-details a.icon-rss:hover, #main-footer a.icon-rss:hover {
    color: #ffa500 !important;
}
#main-header #clear-nav-share {
    left: 0;
    top: 10px;
}
#main-nav #clear-nav-share {
    right: 0;
    top: 0;
}
#clear-nav-date {
    display: none;
    font-size: 12px;
    color: #808080;
}
.home.with-adt #clear-nav-date {
    display: block;
    position: fixed;
    top: 145px;
}
.home.with-adt #clear-nav-date div {
    padding-left: 10px;
}
#clear-nav-account {
    position: fixed;
    z-index: 220;
}
#clear-nav-account>div {
    right: 5px;
    position: absolute;
}
#clear-nav-account a {
    font-size: 12px;
    display: inline-block;
    margin: 0 5px;
    color: #4d4d4d;
}
#clear-nav-account a:hover {
    color: #2873ae;
}
#clear-nav-account .sign-in:before {
    padding-right: 5px;
    vertical-align: middle;
}
.no-adt #clear-nav-account {
    top: 14px;
}
.with-adt #clear-nav-account {
    top: 119px;
}
#main-header .search {
    background: #f3efef;
    display: none;
    padding: 10px;
    position: absolute;
    right: 30px;
    top: 50px;
}
#clear-nav-account-icon, #clear-nav-search-icon {
    display: none;
    font-size: 24px;
    color: #2873ae;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 4px;
    top: auto !important;
    margin-right: 10px;
}
#clear-nav-search-icon {
    right: 36px;
    padding-right: 14px;
    border-right: 1px solid #fff;
}
#clear-nav-search-icon {
    border-right: none;
    top: 0 !important;
    height: 50px;
    padding-right: 0;
}
#clear-nav-search-icon:after {
    content: "";
    border-right: 1px solid #4d4d4d;
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: 30px;
}
#clear-nav-search-icon .icon {
    display: block;
    margin: 8px 0;
    padding: 0 12px;
    line-height: 40px;
}
body.search-on #clear-nav-search-icon, body.search-on .search-icon-wrapper {
    background: #f3efef;
}
body.search-on #clear-nav-search-icon .icon, body.search-on #clear-nav-account .icon-search {
    color: #000 !important;
    border-right: none !important;
}
body.search-on #clear-nav-search-icon:after {
    border-right: none;
}
body.search-on #main-header .search {
    display: block;
}
@media all and (max-width:767px) {
    #main-header .search {
    width: 100%;
    right: 0;
}
#main-header .search input {
    width: 100%;
    margin-bottom: 10px;
}
}
#account-status {
    display: none;
}
@media all and (max-width:1400px) {
    body {
    background: #f3efef;
}
#main-header, #live, #main-nav, #clear-nav-account, .reading-meter {
    left: auto;
    right: 0;
}
}
@media all and (min-width:1000.1px) {
    .interior #main-header #fixed-top #logo-nav .logo {
    height: -20px;
}
body:not(.crains-clear-nav-scrolled) .home.with-adt #home-logo {
    top: 0px;
}
body:not(.crains-clear-nav-scrolled) .home.with-adt #clear-nav-account {
    top: 30px;
}
body.crains-clear-nav-scrolled #main-header #fixed-top #logo-nav .logo {
    height: -20px;
}
body.crains-clear-nav-scrolled .with-adt #main-nav {
    top: 8px;
}
body.crains-clear-nav-scrolled .with-adt #live {
    top: 50px;
}
body.crains-clear-nav-scrolled .with-adt .reading-meter {
    top: 94px;
}
body.crains-clear-nav-scrolled .with-adt #main-header {
    height: 155px;
    top: -105px;
}
body.crains-clear-nav-scrolled .with-adt #clear-nav-date, body.crains-clear-nav-scrolled .with-adt #clear-nav-account {
    top: 14px;
}
body.crains-clear-nav-scrolled .with-adt #main-header #top-ad {
    top: -105px;
}
body.crains-clear-nav-scrolled .no-adt #main-nav {
    top: 8px;
}
body.crains-clear-nav-scrolled .no-adt #live {
    top: 50px;
}
body.crains-clear-nav-scrolled .no-adt .reading-meter {
    top: 94px;
}
body.crains-clear-nav-scrolled .no-adt #main-header {
    height: 94px;
}
body.crains-clear-nav-scrolled .no-adt #clear-nav-account {
    top: 14px;
}
#main-nav > ul > li:last-child ul a{
    white-space: normal;
}
#main-nav > ul > li:last-child > ul{
    box-shadow: none;
    min-height: 510px;
    margin-left: -550px;
}
#main-nav > ul > li:last-child > ul li h2, #main-nav > ul > li:last-child > ul li p{
    padding: 10px;
}
}
@media all and (max-width:1000px) {
    body {
    overflow-x: hidden;
}
#left-container, #right-column {
    clear: both;
}
#right-column {
    padding-top: 20px;
}
.home.with-adt #clear-nav-date {
    display: none;
}
#clear-nav-share {
    display: none;
}
body.main-nav-active #wrapper, body.main-nav-active #main-header, body.main-nav-active #live, body.main-nav-active .reading-meter {
    right: -270px;
    left: auto;
}
body.main-nav-active #clear-nav-search-icon {
    right: 40px;
}
body.account-nav-active #wrapper, body.account-nav-active #main-header, body.account-nav-active #live, body.account-nav-active .reading-meter {
    right: 270px;
    left: auto;
}
body.account-nav-active #clear-nav-search-icon {
    right: 40px;
}
.with-adt #main-nav, .no-adt #main-nav {
    top: 0 !important;
}
#main-nav {
    z-index: 0;
    left: 0;
    width: 270px !important;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0;
    height: 100%;
    background: #f3efef;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    margin: 0;
}
#main-nav a {
    background-color: transparent;
    display: block;
    border-bottom: 1px solid #ccc;
    text-align: left;
    font-size: 16px;
}
#main-nav>ul {
    display: block;
    width: 100% !important;
}
#main-nav>ul>li {
    display: block;
    float: none;
}
#main-nav>ul>li:hover {
    background: transparent;
}
#main-nav>ul>li:hover a {
    color: #000;
}
#main-nav>ul>li a {
    color: #000;
    line-height: 50px;
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
}
#main-nav>ul>li a:after {
    content: "" !important;
}
#main-nav>ul>li>a:before {
    content: "\25B6";
    display: block;
    position: absolute;
    right: 30px;
    top: 0;
    font-size: 15px;
    line-height: 50px;
    color: #ccc;
    -moz-transition: transform 500ms;
    -o-transition: transform 500ms;
    -webkit-transition: transform 500ms;
    transition: transform 500ms;
}
#main-nav>ul>li ul {
    box-shadow: none !important;
    display: block;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    width: auto !important;
    padding: 0 !important;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
}
#main-nav>ul>li ul li a, #main-nav>ul>li ul li a:hover {
    display: block !important;
    padding: 0 0 0 20px !important;
    background-color: transparent;
    color: #000 !important;
    height: 50px !important;
    line-height: 50px !important;
    text-align: left !important;
    margin: 0 !important;
    border-bottom: 1px solid #ccc !important;
}
#main-nav>ul>li.active>a {
    background: #f3efef;
    color: #000;
}
#main-nav>ul>li.active>a:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
#main-nav>ul>li.active>ul {
    opacity: 1;
    max-height: 800px;
}
#main-nav > ul > li.active:last-child, #main-nav > ul > li.active:last-child >ul{
    max-height: 100%;
    height: 100%;
    padding-bottom: 60px;
    min-height: 100%;
}
#main-header {
    height: 96px;
    border-bottom: 1px solid #ccc;
}
#main-header #fixed-top {
    height: 42px;
}
#main-header #fixed-top #hamburger-button {
    display: block;
    height: 50px;
    top: 0;
}
#main-header #fixed-top #logo-nav {
    height: 100%}
#main-header #fixed-top #logo-nav .logo {
    width: 160px;
    height: 50px;
    padding: 0;
    position: relative;
}
#main-header #top-ad {
    height: 105px;
}
.with-adt #wrapper {
    padding-top: 65px;
}
.with-adt .reading-meter {
    top: 201px;
}
.with-adt #main-header {
    height: 50px;
}
.with-adt #live {
    top: 157px;
}
.no-adt #wrapper {
    padding-top: 96px;
}
.no-adt .reading-meter {
    top: 96px;
}
.no-adt #main-header {
    height: 96px;
}
.no-adt #live {
    top: 52px;
}
.interior.no-adt #wrapper {
    padding-top: 96px;
}
.interior.no-adt .reading-meter {
    top: 96px;
}
.interior.no-adt #main-header {
    height: 96px;
}
.interior.no-adt #live {
    top: 52px;
}
body.main-nav-active #hamburger-button u:first-child {
    -webkit-transform: rotate(45deg) translate3d(6px,  5px,  0);
    -moz-transform: rotate(45deg) translate3d(6px,  5px,  0);
    -ms-transform: rotate(45deg) translate3d(6px,  5px,  0);
    -o-transform: rotate(45deg) translate3d(6px,  5px,  0);
    transform: rotate(45deg) translate3d(6px,  5px,  0);
}
body.main-nav-active #hamburger-button u:nth-child(2) {
    opacity: 0;
}
body.main-nav-active #hamburger-button u:last-child {
    -webkit-transform: rotate(-45deg) translate3d(6px,  -5px,  0);
    -moz-transform: rotate(-45deg) translate3d(6px,  -5px,  0);
    -ms-transform: rotate(-45deg) translate3d(6px,  -5px,  0);
    -o-transform: rotate(-45deg) translate3d(6px,  -5px,  0);
    transform: rotate(-45deg) translate3d(6px,  -5px,  0);
}
#wrapper {
    padding-top: 80px;
}
.with-adt #clear-nav-account {
    top: 119px;
}
.no-adt #clear-nav-account {
    top: 14px;
}
#logo-nav {
    left: 50px;
    margin-right: 100px;
    position: relative;
}
body:not(.crains-clear-nav-scrolled) .home.with-adt #clear-nav-account {
    top: 14px;
}
body.crains-clear-nav-scrolled .reading-meter {
    top: 96px;
}
body.crains-clear-nav-scrolled .with-adt #clear-nav-account, body.crains-clear-nav-scrolled .no-adt #clear-nav-account {
    top: 14px;
}
body.crains-clear-nav-scrolled .with-adt #live {
    top: 52px;
}
#main-header #fixed-top {
    top: 0;
}
body.crains-clear-nav-scrolled .with-adt #main-header {
    height: 50px;
    top: 0;
}
body.crains-clear-nav-scrolled .no-adt #main-header {
    height: 96px;
    top: 0;
}
body.crains-clear-nav-scrolled .no-adt #live {
    top: 52px;
}
}
@media all and (max-width:767px) {
    #main-header #top-ad {
    height: 65px;
}
.with-adt #wrapper {
    padding-top: 65px;
}
.with-adt #main-header {
    height: 50px;
}
.with-adt .reading-meter {
    top: 115px;
}
.no-adt #wrapper {
    padding-top: 50px;
}
.no-adt #main-header {
    height: 50px;
}
.no-adt .reading-meter {
    top: 50px;
}
.interior.no-adt #wrapper {
    padding-top: 50px;
}
.interior.no-adt #main-header {
    height: 50px;
}
.interior.no-adt #main-header #fixed-top #logo-nav {
    height: -20px;
}
.interior.no-adt .reading-meter {
    top: 50px;
}
#live, body.main-nav-active #live, body.main-nav-toggling #live, body.account-nav-active #live {
    z-index: 0;
    top: 0;
    width: 270px !important;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    bottom: auto;
    top: 0 !important;
    border-top: none;
    height: 100%;
    overflow: hidden;
    white-space: normal;
    left: 0;
    right: auto;
}
#live .content-width, body.main-nav-active #live .content-width, body.main-nav-toggling #live .content-width, body.account-nav-active #live .content-width {
    height: 100%}
#live .live-sliders, body.main-nav-active #live .live-sliders, body.main-nav-toggling #live .live-sliders, body.account-nav-active #live .live-sliders {
    height: 100%;
    background: #fff;
}
#live .live-sliders button, body.main-nav-active #live .live-sliders button, body.main-nav-toggling #live .live-sliders button, body.account-nav-active #live .live-sliders button {
    width: 20%;
    height: 44px;
    position: absolute;
    top: 6px;
    text-align: center;
    background: #fff;
    float: left;
    border-left: none;
}
#live .live-sliders button:first-child, body.main-nav-active #live .live-sliders button:first-child, body.main-nav-toggling #live .live-sliders button:first-child, body.account-nav-active #live .live-sliders button:first-child {
    border-left: none !important;
}
#live .live-sliders button:after, body.main-nav-active #live .live-sliders button:after, body.main-nav-toggling #live .live-sliders button:after, body.account-nav-active #live .live-sliders button:after {
    display: none;
}
#live .live-sliders button.right, body.main-nav-active #live .live-sliders button.right, body.main-nav-toggling #live .live-sliders button.right, body.account-nav-active #live .live-sliders button.right {
    float: right;
}
#live .live-sliders button.active, body.main-nav-active #live .live-sliders button.active, body.main-nav-toggling #live .live-sliders button.active, body.account-nav-active #live .live-sliders button.active {
    text-align: center;
    width: 20%;
    background: #f3efef;
    border: 1px solid #ccc;
    border-bottom: none;
    z-index: 1;
    top: 7px;
}
#live .live-sliders button.active span, body.main-nav-active #live .live-sliders button.active span, body.main-nav-toggling #live .live-sliders button.active span, body.account-nav-active #live .live-sliders button.active span {
    color: #2873ae;
}
#live .live-sliders button span:not(.icon), body.main-nav-active #live .live-sliders button span:not(.icon), body.main-nav-toggling #live .live-sliders button span:not(.icon), body.account-nav-active #live .live-sliders button span:not(.icon) {
    display: none;
}
#live .live-sliders .live-sections, body.main-nav-active #live .live-sliders .live-sections, body.main-nav-toggling #live .live-sliders .live-sections, body.account-nav-active #live .live-sliders .live-sections {
    left: auto;
    right: auto;
    width: 100%;
    height: 100%;
    top: 50px;
    background: #f3efef;
}
#live .live-sliders .live-sections section, body.main-nav-active #live .live-sliders .live-sections section, body.main-nav-toggling #live .live-sliders .live-sections section, body.account-nav-active #live .live-sliders .live-sections section {
    height: 100%;
    position: static;
    width: 100%;
    text-align: left;
    float: none;
    background: #f3efef;
}
#live .live-sliders .live-sections section .close-button, body.main-nav-active #live .live-sliders .live-sections section .close-button, body.main-nav-toggling #live .live-sliders .live-sections section .close-button, body.account-nav-active #live .live-sliders .live-sections section .close-button {
    display: none;
}
#live-must-read .columns {
    margin-left: 10px;
}
#live .live-sliders .live-sections section {
    overflow-y: auto;
}
#live .live-sliders .live-sections section h1 {
    padding-left: 8px;
}
#live .live-sliders .live-sections section .overline {
    padding-left: 10px;
}
#live .live-sliders .live-sections section input {
    width: 100% !important;
    margin: 0 0 6px 0 !important;
    float: none !important;
}
#live-must-read-ticker {
    display: none !important;
}
body.main-nav-active #clear-nav-account, body.main-nav-toggling #clear-nav-account {
    display: none;
}
body.main-nav-active #live, body.main-nav-toggling #live {
    border-top: none;
}
body.account-nav-active #live, body.account-nav-toggling #live, body.account-nav-active #main-nav, body.account-nav-toggling #main-nav {
    display: none;
}
body.account-nav-active #clear-nav-account-icon, body.account-nav-toggling #clear-nav-account-icon {
    position: absolute;
    right: 0;
    left: auto;
}
.with-adt #main-nav, .no-adt #main-nav {
    box-shadow: none;
    min-height: calc(100% - 50px);
}
.with-adt #main-nav:before, .no-adt #main-nav:before {
    background: #ccc;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    z-index: 999;
}
body.crains-clear-nav-scrolled #main-nav {
    top: 50px;
}
body.crains-clear-nav-scrolled .no-adt #main-header {
    height: 50px;
}
body.crains-clear-nav-scrolled .no-adt .reading-meter {
    top: 50px;
}
body.crains-clear-nav-scrolled .with-adt #main-header {
    height: 50px;
    top: 0;
}
body.crains-clear-nav-scrolled .with-adt .reading-meter {
    top: 115px;
}
#clear-nav-account {
    display: block;
    width: 270px;
    position: fixed;
    top: 0 !important;
    right: 0 !important;
    z-index: 0;
    margin-right: 0;
}
#clear-nav-account>div {
    position: relative;
    right: auto;
}
#clear-nav-account a {
    display: block;
    padding-left: 10px;
    margin: 0;
    border-bottom: 1px solid #ccc;
    line-height: 50px;
    font-size: 13px;
    color: #000;
    font-weight: bold;
}
#clear-nav-account-icon, #clear-nav-search-icon {
    display: block;
}
}
.one.columns, .two.columns, .three.columns, .four.columns, .five.columns {
    margin-top: 15px;
}
.one.columns>.column, .two.columns>.column, .three.columns>.column, .four.columns>.column, .five.columns>.column {
    float: left;
    padding: 0 3%;
    border-right: 1px solid #CCCCCC;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.one.columns>.column>.columns, .two.columns>.column>.columns, .three.columns>.column>.columns, .four.columns>.column>.columns, .five.columns>.column>.columns {
    margin-top: 0;
}
.one.columns>.column.border-below, .two.columns>.column.border-below, .three.columns>.column.border-below, .four.columns>.column.border-below, .five.columns>.column.border-below {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.one.columns>.column.images li, .two.columns>.column.images li, .three.columns>.column.images li, .four.columns>.column.images li, .five.columns>.column.images li {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    float: left;
}
.one.columns>.column.images li img, .two.columns>.column.images li img, .three.columns>.column.images li img, .four.columns>.column.images li img, .five.columns>.column.images li img {
    max-width: 200px;
    width: 100%}
.one.columns>.column.images li p, .two.columns>.column.images li p, .three.columns>.column.images li p, .four.columns>.column.images li p, .five.columns>.column.images li p {
    max-width: 200px;
}
.one.columns>.column.images:first-child li:last-child, .two.columns>.column.images:first-child li:last-child, .three.columns>.column.images:first-child li:last-child, .four.columns>.column.images:first-child li:last-child, .five.columns>.column.images:first-child li:last-child {
    padding-right: 2%}
.one.columns>.column.images:last-child li:first-child, .two.columns>.column.images:last-child li:first-child, .three.columns>.column.images:last-child li:first-child, .four.columns>.column.images:last-child li:first-child, .five.columns>.column.images:last-child li:first-child {
    padding-left: 2%}
.one.columns>.column.images:last-child li:last-child, .two.columns>.column.images:last-child li:last-child, .three.columns>.column.images:last-child li:last-child, .four.columns>.column.images:last-child li:last-child, .five.columns>.column.images:last-child li:last-child {
    padding-right: 0;
}
.one.columns>.column.images:last-child:after, .two.columns>.column.images:last-child:after, .three.columns>.column.images:last-child:after, .four.columns>.column.images:last-child:after, .five.columns>.column.images:last-child:after {
    clear: left;
    display: block;
    content: ""}
.one.columns>.column.images.one li, .two.columns>.column.images.one li, .three.columns>.column.images.one li, .four.columns>.column.images.one li, .five.columns>.column.images.one li {
    width: 100%;
    padding-right: 0;
}
.one.columns>.column.images.two li, .two.columns>.column.images.two li, .three.columns>.column.images.two li, .four.columns>.column.images.two li, .five.columns>.column.images.two li {
    width: 47%;
    padding-right: 4%}
.one.columns>.column.images.three li, .two.columns>.column.images.three li, .three.columns>.column.images.three li, .four.columns>.column.images.three li, .five.columns>.column.images.three li {
    width: 30%;
    padding-right: 4%}
.one.columns>.column.images.four li, .two.columns>.column.images.four li, .three.columns>.column.images.four li, .four.columns>.column.images.four li, .five.columns>.column.images.four li {
    width: 24%;
    padding-right: 4%}
.one.columns>.column.images.five li, .two.columns>.column.images.five li, .three.columns>.column.images.five li, .four.columns>.column.images.five li, .five.columns>.column.images.five li {
    width: 20%;
    padding-right: 4%}
.one.columns.plain .column, .two.columns.plain .column, .three.columns.plain .column, .four.columns.plain .column, .five.columns.plain .column {
    padding: 0 0;
    border-right: none;
}
.one.columns.no-vertical-border .column, .two.columns.no-vertical-border .column, .three.columns.no-vertical-border .column, .four.columns.no-vertical-border .column, .five.columns.no-vertical-border .column {
    border-right: none;
}
.one.columns.no-vertical-border.two.columns .column:first-child, .two.columns.no-vertical-border.two.columns .column:first-child, .three.columns.no-vertical-border.two.columns .column:first-child, .four.columns.no-vertical-border.two.columns .column:first-child, .five.columns.no-vertical-border.two.columns .column:first-child {
    padding-right: 1.5%}
.one.columns.no-vertical-border.two.columns .column:last-child, .two.columns.no-vertical-border.two.columns .column:last-child, .three.columns.no-vertical-border.two.columns .column:last-child, .four.columns.no-vertical-border.two.columns .column:last-child, .five.columns.no-vertical-border.two.columns .column:last-child {
    padding-left: 1.5%}
.one.columns.no-vertical-border.two.columns .column.last-child, .two.columns.no-vertical-border.two.columns .column.last-child, .three.columns.no-vertical-border.two.columns .column.last-child, .four.columns.no-vertical-border.two.columns .column.last-child, .five.columns.no-vertical-border.two.columns .column.last-child {
    padding-left: 1.5%}
.one.columns li:last-child .normal-story, .two.columns li:last-child .normal-story, .three.columns li:last-child .normal-story, .four.columns li:last-child .normal-story, .five.columns li:last-child .normal-story {
    border-bottom-color: transparent;
}
.one.columns .column:first-child, .two.columns .column:first-child, .three.columns .column:first-child, .four.columns .column:first-child, .five.columns .column:first-child {
    padding-left: 0;
}
.one.columns .column:last-child, .two.columns .column:last-child, .three.columns .column:last-child, .four.columns .column:last-child, .five.columns .column:last-child {
    padding-right: 0;
    border-right: none;
}
.one.columns .column.last-child, .two.columns .column.last-child, .three.columns .column.last-child, .four.columns .column.last-child, .five.columns .column.last-child {
    padding-right: 0;
    border-right: none;
}
.one.columns:after, .two.columns:after, .three.columns:after, .four.columns:after, .five.columns:after {
    clear: left;
    content: "";
    display: block;
}
.one.columns>.column {
    width: 100%}
.two.columns>.column {
    width: 50%}
.three.columns>.column {
    width: 35.3%;
    border-right: 1px solid #CCCCCC;
    border-left: none;
}
.three.columns>.column:first-child, .three.columns>.column.last-child {
    width: 32.3%}
.three.columns>.column.last-child {
    border-right: none;
}
.three.columns>.column:last-child {
    border-right: none;
    width: 32.3%}
.three.columns>.column.x2 {
    width: 67.7%}
.three.columns.slim>.column {
    width: 34%;
    padding: 0 0.5%}
.three.columns.slim>.column:first-child {
    padding-left: 0;
}
.three.columns.slim>.column:last-child {
    padding-right: 0;
}
.three.columns.slim>.column.last-child {
    padding-right: 0;
    width: 33%}
.three.columns.slim>.column:first-child, .three.columns.slim>.column.last-child {
    width: 33%}
.four.columns>.column {
    width: 25.5%;
    padding: 0 1%}
.four.columns>.column:first-child, .four.columns>.column.last-child {
    width: 24.5%}
.four.columns>.column:last-child {
    width: 24.5%}
.four.columns>.column.x3 {
    width: 75.5%}
.four.columns.slim>.column {
    width: 25.25%;
    padding: 0 0.5%}
.four.columns.slim>.column:first-child {
    padding-left: 0;
}
.four.columns.slim>.column.last-child {
    padding-right: 0;
}
.four.columns.slim>.column:last-child {
    padding-right: 0;
    width: 24.75%}
.four.columns.slim>.column:first-child, .four.columns.slim>.column.last-child {
    width: 24.75%}
.five.columns>.column {
    width: 20.6%;
    padding: 0 1%}
.five.columns>.column:first-child, .five.columns>.column:last-child {
    width: 19%}
.five.columns>.column.x2 {
    width: 41.2%}
.five.columns>.column.x2:first-child, .five.columns>.column.x2:last-child {
    width: 40%}
.five.columns>.column.x3:first-child, .five.columns>.column.x3:last-child {
    width: 60%}
.five.columns>.column.x3:first-child .three.columns>.column, .five.columns>.column.x3:last-child .three.columns>.column {
    width: 34.7%;
    padding-left: 2%;
    padding-right: 2%}
.five.columns>.column.x3:first-child .three.columns>.column:first-child, .five.columns>.column.x3:last-child .three.columns>.column:first-child {
    width: 32.6%;
    padding-left: 0;
}
.five.columns>.column.x3:first-child .three.columns>.column:last-child, .five.columns>.column.x3:last-child .three.columns>.column:last-child {
    width: 32.6%;
    padding-right: 0;
}
@media all and (min-width:1000.1px) {
    #right-column : not(.right-columns).two.columns .column, #right-column :not(.right-columns).three.columns .column, #right-column :not(.right-columns).four.columns .column, #right-column :not(.right-columns).five.columns .column {
    float: none;
    width: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-height: 0 !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
#right-column :not(.right-columns).two.columns .column.no-divide-below, #right-column :not(.right-columns).three.columns .column.no-divide-below, #right-column :not(.right-columns).four.columns .column.no-divide-below, #right-column :not(.right-columns).five.columns .column.no-divide-below, #right-column :not(.right-columns).two.columns .column.no-border-below, #right-column :not(.right-columns).three.columns .column.no-border-below, #right-column :not(.right-columns).four.columns .column.no-border-below, #right-column :not(.right-columns).five.columns .column.no-border-below {
    border-bottom: none;
    margin-bottom: 0;
}
#right-column :not(.right-columns).two.columns .column.pad-below, #right-column :not(.right-columns).three.columns .column.pad-below, #right-column :not(.right-columns).four.columns .column.pad-below, #right-column :not(.right-columns).five.columns .column.pad-below {
    margin-bottom: 20px;
}
#right-column :not(.right-columns).two.columns .column li:last-child, #right-column :not(.right-columns).three.columns .column li:last-child, #right-column :not(.right-columns).four.columns .column li:last-child, #right-column :not(.right-columns).five.columns .column li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    border-bottom-color: transparent;
    margin-bottom: 10px;
}
#right-column :not(.right-columns).two.columns .column:last-child, #right-column :not(.right-columns).three.columns .column:last-child, #right-column :not(.right-columns).four.columns .column:last-child, #right-column :not(.right-columns).five.columns .column:last-child {
    border-bottom-color: transparent;
    margin-bottom: 0;
}
#right-column :not(.right-columns).two.columns .column.images, #right-column :not(.right-columns).three.columns .column.images, #right-column :not(.right-columns).four.columns .column.images, #right-column :not(.right-columns).five.columns .column.images {
    font-size: 12px;
    border-bottom: none;
}
#right-column :not(.right-columns).two.columns .column.images li:first-child, #right-column :not(.right-columns).three.columns .column.images li:first-child, #right-column :not(.right-columns).four.columns .column.images li:first-child, #right-column :not(.right-columns).five.columns .column.images li:first-child {
    padding-left: 0 !important;
}
#right-column :not(.right-columns).two.columns .column.images li:last-child, #right-column :not(.right-columns).three.columns .column.images li:last-child, #right-column :not(.right-columns).four.columns .column.images li:last-child, #right-column :not(.right-columns).five.columns .column.images li:last-child {
    padding-right: 0 !important;
}
#right-column :not(.right-columns).two.columns .column.images.two li:first-child, #right-column :not(.right-columns).three.columns .column.images.two li:first-child, #right-column :not(.right-columns).four.columns .column.images.two li:first-child, #right-column :not(.right-columns).five.columns .column.images.two li:first-child {
    padding-right: 3% !important;
}
#right-column :not(.right-columns).two.columns .column.images.two li:last-child, #right-column :not(.right-columns).three.columns .column.images.two li:last-child, #right-column :not(.right-columns).four.columns .column.images.two li:last-child, #right-column :not(.right-columns).five.columns .column.images.two li:last-child {
    padding-left: 3% !important;
}
#right-column :not(.right-columns).two.columns .column.images.three li, #right-column :not(.right-columns).three.columns .column.images.three li, #right-column :not(.right-columns).four.columns .column.images.three li, #right-column :not(.right-columns).five.columns .column.images.three li, #right-column :not(.right-columns).two.columns .column.images.four li, #right-column :not(.right-columns).three.columns .column.images.four li, #right-column :not(.right-columns).four.columns .column.images.four li, #right-column :not(.right-columns).five.columns .column.images.four li, #right-column :not(.right-columns).two.columns .column.images.five li, #right-column :not(.right-columns).three.columns .column.images.five li, #right-column :not(.right-columns).four.columns .column.images.five li, #right-column :not(.right-columns).five.columns .column.images.five li {
    padding-right: 5% !important;
}
#right-column :not(.right-columns).two.columns .column.images.three li:last-child, #right-column :not(.right-columns).three.columns .column.images.three li:last-child, #right-column :not(.right-columns).four.columns .column.images.three li:last-child, #right-column :not(.right-columns).five.columns .column.images.three li:last-child, #right-column :not(.right-columns).two.columns .column.images.four li:last-child, #right-column :not(.right-columns).three.columns .column.images.four li:last-child, #right-column :not(.right-columns).four.columns .column.images.four li:last-child, #right-column :not(.right-columns).five.columns .column.images.four li:last-child, #right-column :not(.right-columns).two.columns .column.images.five li:last-child, #right-column :not(.right-columns).three.columns .column.images.five li:last-child, #right-column :not(.right-columns).four.columns .column.images.five li:last-child, #right-column :not(.right-columns).five.columns .column.images.five li:last-child {
    padding-right: 0 !important;
}
}
@media all and (max-width:1000px) {
   .two.columns:not(.tablet-columns):not(.mobile-columns) .column, .three.columns:not(.tablet-columns):not(.mobile-columns) .column, .four.columns:not(.tablet-columns):not(.mobile-columns) .column, .five.columns:not(.tablet-columns):not(.mobile-columns) .column {
    float: none;
    width: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-height: 0 !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.two.columns:not(.tablet-columns):not(.mobile-columns) .column.no-divide-below, .three.columns:not(.tablet-columns):not(.mobile-columns) .column.no-divide-below, .four.columns:not(.tablet-columns):not(.mobile-columns) .column.no-divide-below, .five.columns:not(.tablet-columns):not(.mobile-columns) .column.no-divide-below, .two.columns:not(.tablet-columns):not(.mobile-columns) .column.no-border-below, .three.columns:not(.tablet-columns):not(.mobile-columns) .column.no-border-below, .four.columns:not(.tablet-columns):not(.mobile-columns) .column.no-border-below, .five.columns:not(.tablet-columns):not(.mobile-columns) .column.no-border-below {
    border-bottom: none;
    margin-bottom: 0;
}
.two.columns:not(.tablet-columns):not(.mobile-columns) .column.pad-below, .three.columns:not(.tablet-columns):not(.mobile-columns) .column.pad-below, .four.columns:not(.tablet-columns):not(.mobile-columns) .column.pad-below, .five.columns:not(.tablet-columns):not(.mobile-columns) .column.pad-below {
    margin-bottom: 20px;
}
.two.columns:not(.tablet-columns):not(.mobile-columns) .column li:last-child, .three.columns:not(.tablet-columns):not(.mobile-columns) .column li:last-child, .four.columns:not(.tablet-columns):not(.mobile-columns) .column li:last-child, .five.columns:not(.tablet-columns):not(.mobile-columns) .column li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    border-bottom-color: transparent;
    margin-bottom: 10px;
}
.two.columns:not(.tablet-columns):not(.mobile-columns) .column:last-child, .three.columns:not(.tablet-columns):not(.mobile-columns) .column:last-child, .four.columns:not(.tablet-columns):not(.mobile-columns) .column:last-child, .five.columns:not(.tablet-columns):not(.mobile-columns) .column:last-child {
    border-bottom-color: transparent;
    margin-bottom: 0;
}
.two.columns:not(.tablet-columns):not(.mobile-columns) .column.images, .three.columns:not(.tablet-columns):not(.mobile-columns) .column.images, .four.columns:not(.tablet-columns):not(.mobile-columns) .column.images, .five.columns:not(.tablet-columns):not(.mobile-columns) .column.images {
    font-size: 12px;
    border-bottom: none;
}
.two.columns:not(.tablet-columns):not(.mobile-columns) .column.images li:first-child, .three.columns:not(.tablet-columns):not(.mobile-columns) .column.images li:first-child, .four.columns:not(.tablet-columns):not(.mobile-columns) .column.images li:first-child, .five.columns:not(.tablet-columns):not(.mobile-columns) .column.images li:first-child {
    padding-left: 0 !important;
}
.two.columns:not(.tablet-columns):not(.mobile-columns) .column.images li:last-child, .three.columns:not(.tablet-columns):not(.mobile-columns) .column.images li:last-child, .four.columns:not(.tablet-columns):not(.mobile-columns) .column.images li:last-child, .five.columns:not(.tablet-columns):not(.mobile-columns) .column.images li:last-child {
    padding-right: 0 !important;
}
.two.columns:not(.tablet-columns):not(.mobile-columns) .column.images.two li:first-child, .three.columns:not(.tablet-columns):not(.mobile-columns) .column.images.two li:first-child, .four.columns:not(.tablet-columns):not(.mobile-columns) .column.images.two li:first-child, .five.columns:not(.tablet-columns):not(.mobile-columns) .column.images.two li:first-child {
    padding-right: 3% !important;
}
.two.columns:not(.tablet-columns):not(.mobile-columns) .column.images.two li:last-child, .three.columns:not(.tablet-columns):not(.mobile-columns) .column.images.two li:last-child, .four.columns:not(.tablet-columns):not(.mobile-columns) .column.images.two li:last-child, .five.columns:not(.tablet-columns):not(.mobile-columns) .column.images.two li:last-child {
    padding-left: 3% !important;
}
.two.columns:not(.tablet-columns):not(.mobile-columns) .column.images.three li, .three.columns:not(.tablet-columns):not(.mobile-columns) .column.images.three li, .four.columns:not(.tablet-columns):not(.mobile-columns) .column.images.three li, .five.columns:not(.tablet-columns):not(.mobile-columns) .column.images.three li, .two.columns:not(.tablet-columns):not(.mobile-columns) .column.images.four li, .three.columns:not(.tablet-columns):not(.mobile-columns) .column.images.four li, .four.columns:not(.tablet-columns):not(.mobile-columns) .column.images.four li, .five.columns:not(.tablet-columns):not(.mobile-columns) .column.images.four li, .two.columns:not(.tablet-columns):not(.mobile-columns) .column.images.five li, .three.columns:not(.tablet-columns):not(.mobile-columns) .column.images.five li, .four.columns:not(.tablet-columns):not(.mobile-columns) .column.images.five li, .five.columns:not(.tablet-columns):not(.mobile-columns) .column.images.five li {
    padding-right: 5% !important;
}
.two.columns:not(.tablet-columns):not(.mobile-columns) .column.images.three li:last-child, .three.columns:not(.tablet-columns):not(.mobile-columns) .column.images.three li:last-child, .four.columns:not(.tablet-columns):not(.mobile-columns) .column.images.three li:last-child, .five.columns:not(.tablet-columns):not(.mobile-columns) .column.images.three li:last-child, .two.columns:not(.tablet-columns):not(.mobile-columns) .column.images.four li:last-child, .three.columns:not(.tablet-columns):not(.mobile-columns) .column.images.four li:last-child, .four.columns:not(.tablet-columns):not(.mobile-columns) .column.images.four li:last-child, .five.columns:not(.tablet-columns):not(.mobile-columns) .column.images.four li:last-child, .two.columns:not(.tablet-columns):not(.mobile-columns) .column.images.five li:last-child, .three.columns:not(.tablet-columns):not(.mobile-columns) .column.images.five li:last-child, .four.columns:not(.tablet-columns):not(.mobile-columns) .column.images.five li:last-child, .five.columns:not(.tablet-columns):not(.mobile-columns) .column.images.five li:last-child {
    padding-right: 0 !important;
}
.two-tablet.columns .column:nth-child(3), .two-tablet.columns .column:nth-child(4), .two-tablet.columns .column:nth-child(5) {
    display: none;
}
.two-tablet.columns.slim>.column, .two-tablet.columns>.column, .two-tablet.columns.slim>.column:first-child, .two-tablet.columns>.column:first-child {
    width: 50%}
}
@media all and (max-width:767px) {
    .two.columns:not(.mobile-columns) .column, .three.columns:not(.mobile-columns) .column, .four.columns:not(.mobile-columns) .column, .five.columns:not(.mobile-columns) .column {
    float: none;
    width: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-height: 0 !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.two.columns:not(.mobile-columns) .column.no-divide-below, .three.columns:not(.mobile-columns) .column.no-divide-below, .four.columns:not(.mobile-columns) .column.no-divide-below, .five.columns:not(.mobile-columns) .column.no-divide-below, .two.columns:not(.mobile-columns) .column.no-border-below, .three.columns:not(.mobile-columns) .column.no-border-below, .four.columns:not(.mobile-columns) .column.no-border-below, .five.columns:not(.mobile-columns) .column.no-border-below {
    border-bottom: none;
    margin-bottom: 0;
}
.two.columns:not(.mobile-columns) .column.pad-below, .three.columns:not(.mobile-columns) .column.pad-below, .four.columns:not(.mobile-columns) .column.pad-below, .five.columns:not(.mobile-columns) .column.pad-below {
    margin-bottom: 20px;
}
.two.columns:not(.mobile-columns) .column li:last-child, .three.columns:not(.mobile-columns) .column li:last-child, .four.columns:not(.mobile-columns) .column li:last-child, .five.columns:not(.mobile-columns) .column li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    border-bottom-color: transparent;
    margin-bottom: 10px;
}
.two.columns:not(.mobile-columns) .column:last-child, .three.columns:not(.mobile-columns) .column:last-child, .four.columns:not(.mobile-columns) .column:last-child, .five.columns:not(.mobile-columns) .column:last-child {
    border-bottom-color: transparent;
    margin-bottom: 0;
}
.two.columns:not(.mobile-columns) .column.images, .three.columns:not(.mobile-columns) .column.images, .four.columns:not(.mobile-columns) .column.images, .five.columns:not(.mobile-columns) .column.images {
    font-size: 12px;
    border-bottom: none;
}
.two.columns:not(.mobile-columns) .column.images li:first-child, .three.columns:not(.mobile-columns) .column.images li:first-child, .four.columns:not(.mobile-columns) .column.images li:first-child, .five.columns:not(.mobile-columns) .column.images li:first-child {
    padding-left: 0 !important;
}
.two.columns:not(.mobile-columns) .column.images li:last-child, .three.columns:not(.mobile-columns) .column.images li:last-child, .four.columns:not(.mobile-columns) .column.images li:last-child, .five.columns:not(.mobile-columns) .column.images li:last-child {
    padding-right: 0 !important;
}
.two.columns:not(.mobile-columns) .column.images.two li:first-child, .three.columns:not(.mobile-columns) .column.images.two li:first-child, .four.columns:not(.mobile-columns) .column.images.two li:first-child, .five.columns:not(.mobile-columns) .column.images.two li:first-child {
    padding-right: 3% !important;
}
.two.columns:not(.mobile-columns) .column.images.two li:last-child, .three.columns:not(.mobile-columns) .column.images.two li:last-child, .four.columns:not(.mobile-columns) .column.images.two li:last-child, .five.columns:not(.mobile-columns) .column.images.two li:last-child {
    padding-left: 3% !important;
}
.two.columns:not(.mobile-columns) .column.images.three li, .three.columns:not(.mobile-columns) .column.images.three li, .four.columns:not(.mobile-columns) .column.images.three li, .five.columns:not(.mobile-columns) .column.images.three li, .two.columns:not(.mobile-columns) .column.images.four li, .three.columns:not(.mobile-columns) .column.images.four li, .four.columns:not(.mobile-columns) .column.images.four li, .five.columns:not(.mobile-columns) .column.images.four li, .two.columns:not(.mobile-columns) .column.images.five li, .three.columns:not(.mobile-columns) .column.images.five li, .four.columns:not(.mobile-columns) .column.images.five li, .five.columns:not(.mobile-columns) .column.images.five li {
    padding-right: 5% !important;
}
.two.columns:not(.mobile-columns) .column.images.three li:last-child, .three.columns:not(.mobile-columns) .column.images.three li:last-child, .four.columns:not(.mobile-columns) .column.images.three li:last-child, .five.columns:not(.mobile-columns) .column.images.three li:last-child, .two.columns:not(.mobile-columns) .column.images.four li:last-child, .three.columns:not(.mobile-columns) .column.images.four li:last-child, .four.columns:not(.mobile-columns) .column.images.four li:last-child, .five.columns:not(.mobile-columns) .column.images.four li:last-child, .two.columns:not(.mobile-columns) .column.images.five li:last-child, .three.columns:not(.mobile-columns) .column.images.five li:last-child, .four.columns:not(.mobile-columns) .column.images.five li:last-child, .five.columns:not(.mobile-columns) .column.images.five li:last-child {
    padding-right: 0 !important;
}
}
#wrapper .grid-wrapper .load-more.loading {
    opacity: 0.2;
}
#wrapper .grid-wrapper .load-more.done {
    display: none !important;
}
#wrapper .grid-wrapper .load-more button {
    font-family: Helvetica, Arial, sans-serif;
    font-family: 'Clear Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: normal;
    color: #4d4d4d;
    font-family: Georgia,  serif;
    font-family: 'Archivo Narrow', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    background: #2873ae;
    color: #fff;
    display: inline-block;
    padding: 8px 12px;
    display: block;
    margin: 15px auto;
    height: auto;
}
#wrapper .grid-wrapper .load-more button:hover {
    background: #4d4d4d;
    color: #fff;
}
#wrapper .grid-wrapper .load-more button:hover {
    background: #4d4d4d;
    color: #fff;
}
#wrapper .grid-wrapper .load-more button:hover {
    background: #4d4d4d;
    color: #fff;
}
#wrapper .grid.featured {
    margin-bottom: 15px;
}
#wrapper .grid.featured .large p {
    line-height: 150%}
#wrapper .grid article {
    border-top: none;
}
#wrapper .grid article.small img {
    max-height: 60px;
    max-width: 100px;
}
#wrapper .grid:after {
    clear: left;
    content: " ";
    display: block;
}
#wrapper .grid a {
    display: block;
    color: #000;
}
#wrapper .grid a:hover {
    color: #000;
}
#wrapper .grid a:hover h2 {
    color: #4d4d4d;
}
#wrapper .grid p:last-child {
    margin-bottom: 0;
}
#wrapper .grid .overline .tag:after {
    content: " |";
    font-weight: normal;
}
#wrapper .grid article.featured a {
    padding: 10px;
    background: #f3efef;
}
#wrapper .grid article.featured a .overline {
    color: #2873ae;
}
#wrapper .grid .large h2 {
    font-size: 200%;
    line-height: 130%}
#wrapper .grid .large .overline {
    margin-top: 10px;
}
#wrapper .grid .large .left {
    float: left;
    margin-right: 10px;
    max-width: 40%;
    max-height: 140px;
}
#wrapper .grid .large.vertical .left {
    max-height: none;
}
#wrapper .grid .medium .overline {
    margin-top: 10px;
}
#wrapper .grid .small img {
    max-height: 60px;
}
#wrapper .grid .small img.x2 {
    max-height: 120px;
}
#wrapper .grid:not(.no-borders)>.column>*:not(:last-child):not([class*='adt-']), #wrapper .grid:not(.no-borders)>.columns>.column>*:not(:last-child):not([class*='adt-']) {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#wrapper .grid .column {
    float: left;
}
#wrapper .grid .column.pct30 {
    width: 30%}
#wrapper .grid .column.pct40 {
    width: 40%}
#wrapper .grid .column.pct50 {
    width: 50%}
#wrapper .grid .column.pct60 {
    width: 60%}
#wrapper .grid .column.pct70 {
    width: 70%}
#wrapper .grid .column.border-right {
    border-right: 1px solid #ccc;
    padding-right: 2.5%}
#wrapper .grid .column.border-right.wide {
    padding-right: 5%}
#wrapper .grid .column.space-right {
    padding-right: 2.5%}
#wrapper .grid .column.space-right.wide {
    padding-right: 5%}
#wrapper .grid .column.space-left {
    padding-left: 2.5%}
#wrapper .grid .column.space-left.wide {
    padding-left: 5%}
#wrapper .grid .column .column h2 {
    font-size: 14px;
}
#wrapper .grid .column [class*='adt-'] {
    margin: 0 auto;
}
#wrapper .grid .img-wrapper.left, #wrapper .grid img.left {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
#wrapper .grid .img-wrapper.right, #wrapper .grid img.right {
    display: inline-block;
    float: right;
    margin-left: 10px;
}
#wrapper .grid .overline {
    color: #808080;
    margin-bottom: 0;
    padding-bottom: 5px;
}
#wrapper .grid .overline .updated.recent {
    color: #2873ae;
}
#wrapper .grid .boxed {
    border: 1px solid #ccc;
    padding: 15px;
    margin: 15px 0;
}
#wrapper .tiles header {
    border-bottom: 1px solid #808080;
    position: relative;
}
#wrapper .tiles .search-button {
    display: block;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 60px;
    height: 100%}
#wrapper .tiles .search-button input {
    max-width: 0;
    opacity: 0;
    -moz-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    -webkit-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
}
#wrapper .tiles .search-button .icon-close {
    display: none;
}
#wrapper .tiles .search-button.active {
    width: 100%;
    z-index: 100;
    background: #fff;
}
#wrapper .tiles .search-button.active input {
    max-width: 100%;
    opacity: 1;
}
#wrapper .tiles .search-button.active .icon-search {
    display: none;
}
#wrapper .tiles .search-button.active .icon-close {
    display: block;
}
#wrapper .tiles .search-button button {
    background: transparent;
    color: #2873ae;
}
#wrapper .tiles .buttons .button {
    font-family: Helvetica, Arial, sans-serif;
    font-family: 'Clear Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: normal;
    color: #4d4d4d;
    font-family: Georgia,  serif;
    font-family: 'Archivo Narrow', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    background: #2873ae;
    color: #fff;
    padding: 8px 12px;
    display: inline-block;
    background: #fff;
    color: #2873ae;
    padding: 8px 6px;
}
#wrapper .tiles .buttons .button:hover {
    background: #4d4d4d;
    color: #fff;
}
#wrapper .tiles .buttons .button:hover {
    background: #4d4d4d;
    color: #fff;
}
#wrapper .tiles .buttons .button:hover {
    color: #2873ae;
    background: #f3efef;
}
#wrapper .tiles .buttons .button.active {
    background: #2873ae;
    color: #fff;
}
#wrapper .tiles .grid .large h2 {
    font-size: 150%;
}
#wrapper section.tiles {
    padding-bottom: 0;
}
@media all and (max-width:1000px) {
    #wrapper .grid .column.tablet-pct30 {
    width: 30%;
}
#wrapper .grid .column.tablet-pct35 {
    width: 35%;
}
#wrapper .grid .column.tablet-pct40 {
    width: 40%;
}
#wrapper .grid .column.tablet-pct50 {
    width: 50%;
}
#wrapper .grid .column.tablet-pct60 {
    width: 60%;
}
#wrapper .grid .column.tablet-pct65 {
    width: 65%;
}
#wrapper .grid .column.tablet-pct70 {
    width: 70%;
}
}
@media all and (max-width:767px) {
    #wrapper .grid-wrapper .grid.two.columns .column: last-child {
    display: none;
}
#wrapper .grid-wrapper .grid.two.columns .column:first-child {
    border-bottom: none;
    padding-bottom: 0;
}
#wrapper .grid:not(.no-borders)>.column>*:not(:last-child):not([class*='adt-']), #wrapper .grid:not(.no-borders)>.columns>.column>*:not(:last-child):not([class*='adt-']) {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#wrapper .grid .column.mobile-full-width {
    width: auto !important;
    float: none;
    margin: 0;
    padding: 0 0 20px 0;
    border-right: none;
}
#wrapper .grid .column.mobile-full-width:not(:last-child) {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
}
#wrapper .grid .column.mobile-full-width.no-border-below {
    border-bottom: none;
    padding-bottom: 0;
}
#wrapper .grid .two.columns .pct30 article {
    min-height: 0;
}
#wrapper .grid .boxed {
    border-left: none;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-top: 0;
}
#wrapper .grid .column:first-child [class*='adt-'] {
    margin: 0 auto;
    padding: 0;
}
#wrapper .tiles .buttons .button {
    display: none;
}
#wrapper .tiles .buttons .button.active {
    display: inline-block;
    background: transparent;
    color: #4d4d4d;
}
#wrapper .mobile.sort-button {
    float: left;
    margin-right: 20px;
    text-transform: uppercase;
}
.column [class*='adt-']:last-child {
    padding: 0;
}
.dialog-wrapper .buttons .button {
    display: block;
    padding: 0 20px;
    color: #fff;
    background-color: transparent;
    border: none;
    font-size: 24px;
    line-height: 60px;
    height: auto;
    width: 100%}
.dialog-wrapper .buttons .button.active {
    background: #fff;
    color: #2873ae;
}
}
.feature.full {
    text-align: center;
    padding: 20px;
    background: #f3efef;
    margin: 0 -20px;
}
.feature.full .overline {
    color: #808080;
}
.feature.full h2 {
    padding: 8px 0;
    font-size: 30px;
}
.feature.full p {
    font-size: 18px;
    line-height: 24px;
}
.featured .gray {
    background: #f3efef;
    padding: 10px;
}
.main-right-column header h1, #article>header h1 {
    padding-top: 12px;
    font-family: Georgia,  serif;
    font-family: 'Archivo Narrow', Arial, sans-serif;
    text-transform: none;
    font-size: 42px;
    line-height: 46px;
    color: #4d4d4d;
    font-weight: normal;
    margin: 0;
    padding: 10px 0 15px 0;
}
#article .article-tools {
    float: right;
}
#article .article-tools a, #article .article-tools button {
    font-size: 21px;
    margin: 0 5px;
    color: #4d4d4d;
}
#article .video-article .article-tools {
    float: none;
}
#article .byline {
    color: #808080;
}
#article .byline .date {
    display: inline-block;
    padding-right: 10px;
}
#article .byline .updated.recent {
    color: #2873ae;
}
#article .byline .attribution a[rel=author] {
    text-transform: uppercase;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}
#article .byline .attribution .blog-name {
    text-transform: none;
    font-size: 200%;
    display: block;
    color: #2873ae;
    padding-bottom: 7px;
}
#article .byline .blogger.left {
    height: 65px;
    float: left;
    margin-right: 10px;
    border-radius: 65px;
}
#article .attribution .icon {
    margin-left: 10px;
    font-size: 18px;
    vertical-align: middle;
}
#article .main-right-column header h1 {
    font-size: 30px;
    line-height: 100%;}
#article.blog header .article-tools {
    margin-top: 36px;
}
#article .toolbar {
    border: 1px solid #ccc;
    border-right: none;
    border-left: none;
    text-align: right;
    min-height: 40px;
    margin-bottom: 20px;
}
#article .toolbar .tags {
    margin-top: 5px;
}
#article .article-tools .icon {
    display: inline-block;
    margin: 5px 0 0 10px;
    font-size: 21px;
}
#article .article-tools .icon.icon-reprints:before {
    font-size: 28px;
    position: relative;
    top: -4px;
}
#article .article-tools .icon.icon-reprints span {
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    position: relative;
    top: -8px;
}
#article .article-tools .icon:hover {
    color: #2873ae;
}
#article .tags {
    padding-bottom: 5px;
    margin-left: 105px;
}
#article .recent-blogs a {
    font-size: 100%;
    display: block;
    margin: 6px 0;
}
#article .recent-blogs a:hover {
    color: #2873ae;
}
#article .inline-related {
    margin-left: 15px;
    margin-bottom: 10px;
    background: #fff;
    color: #808080;
    border-left: 2px solid #4d4d4d;
    padding-left: 10px;
    overflow: hidden;
}
#article .inline-related:after {
    clear: left;
    content: " ";
    display: block;
}
#article .inline-related a {
    min-width: 240px;
    max-width: 400px;
    margin: 0;
    padding: 6px 30px;
    display: block;
    position: relative;
}
#article .inline-related a:last-child {
    padding-bottom: 0;
}
#article .inline-related a.icon:before {
    position: absolute;
    left: 5px;
}
#article .quote {
    float: right;
    font-size: 180%;
    line-height: 125%;
    width: 200px;
    margin: 20px;
    border-left: 1px solid #2873ae;
    padding-left: 10px;
    margin-left: 40px;
}
#article .quote:after {
    display: none;
}
#article .quote:before {
    width: 27px;
    position: relative;
    right: 18px;
    content: "\201C";
    display: inline-block;
    line-height: 0;
    left: -40px;
    top: 25px;
    margin-right: -33px;
    font-size: 60px;
    color: #2873ae;
}
#article .quote .attribution {
    display: block;
    font-size: 14px;
    text-align: right;
    font-style: italic;
}
#article .adt-300x250.tablet, #article .adt-728x90.tablet {
    display: none;
}
#article .captioned-photo {
    margin-bottom: 20px;
}
#article .captioned-photo a, #article .captioned-photo img {
    display: block;
}
#article .captioned-photo.left, #article .captioned-photo.mugshot {
    float: left;
    margin-right: 20px;
    display: inline-block;
    max-width: 50%}
#article .captioned-photo.right {
    float: right;
    margin-left: 20px;
    display: inline-block;
    max-width: 50%}
#article .captioned-photo.mugshot {
    max-width: 150px;
}
#article .captioned-photo .caption {
    padding: 20px 10px 10px;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
}
#article .captioned-photo .photo-credit {
    font-size: 9px;
    float: right;
    padding-left: 10px;
    margin-top: -14px;
    line-height: 10px;
    color: #4d4d4d;
}
.section-related, .recent-blogs {
    float: right;
    position: relative;
    padding: 12px;
    margin: 0 0 12px 0;
    border: 1px solid #ccc;
    width: 50%}
.section-related.left, .recent-blogs.left {
    float: none;
    width: auto;
}
@media all and (max-width:767px) {
    .section-related.left, .recent-blogs.left {
    margin-top: 20px;
}
}
#right-column .section-related, .main-right-column .section-related, #right-column .recent-blogs, .main-right-column .recent-blogs {
    float: none;
    width: auto;
    margin-left: 0;
}
#right-column .section-related:not(:first-child), .main-right-column .section-related:not(:first-child), #right-column .recent-blogs:not(:first-child), .main-right-column .recent-blogs:not(:first-child) {
    margin-top: 10px;
}
#right-column h1, .main-right-column h1 {
    line-height: normal;
}
#right-column .article-tools, .main-right-column .article-tools {
    margin-top: -5px;
}
.inline-related a, .section-related a {
    display: block;
    font-family: Georgia,  serif;
    font-family: 'Archivo Narrow', Arial, sans-serif;
    font-size: 18px;
    line-height: 21px;
    margin: 12px 0;
}
.inline-related a, .section-related a, .inline-related a *, .section-related a * {
    font-weight: normal;
}
.float-right-column {
    float: right;
    width: 300px;
}
.fact-box {
    float: right;
    margin: 0 0 15px 30px;
    padding: 0;
    width: 260px;
    overflow: hidden;
}
aside .toggle-aside {
    display: none;
}
aside.has-expand-aside {
    position: relative;
}
aside.has-expand-aside .articleFactBox {
    max-height: 150px;
    -moz-transition: max-height 250ms ease-in-out;
    -o-transition: max-height 250ms ease-in-out;
    -webkit-transition: max-height 250ms ease-in-out;
    transition: max-height 250ms ease-in-out;
    padding-bottom: 30px;
}
aside.has-expand-aside .toggle-aside {
    display: block;
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    cursor: pointer;
    background: #e6e6e6;
    color: #4d4d4d;
    box-shadow: 0 0 10px #000000;
}
aside.has-expand-aside .toggle-aside:hover {
    background: #4d4d4d;
    color: #fff;
}
aside.has-expand-aside .expand {
    display: inline-block;
}
aside.has-expand-aside .contract {
    display: none;
}
aside.has-expand-aside.expanded .articleFactBox {
    max-height: 1200px;
    overflow-y: auto;
}
aside.has-expand-aside.expanded .articleFactBox .expand {
    display: none;
}
aside.has-expand-aside.expanded .articleFactBox .contract {
    display: inline-block;
}
@media all and (max-width:1000px) {
    .fact-box {
    float: none;
    margin: 20px 30px;
    width: auto;
}
.fact-box .articleFactBox .articleFactBoxText {
    font-size: 14px;
    padding: 20px;
}
}
@media all and (max-width:767px) {
    .fact-box {
    margin: 20px 0;
}
.fact-box .articleFactBox .articleFactBoxText {
    padding: 10px;
}
}
.articleFactBox {
    background-color: #f3efef;
    margin: 0 0 20px;
    padding: 10px;
}
.articleFactBox .articleFactBoxText {
    font-size: 12px;
    line-height: 1.6em;
}
.articleFactBox .articleFactBoxText a {
    color: #4d4d4d;
    text-decoration: underline;
}
.articleFactBox .articleFactBoxText a:hover {
    color: #f00;
    text-decoration: underline;
}
.articleFactBox ul {
    line-height: 1.3em;
    list-style-type: square;
    margin: 0.5em 1em 0;
    padding-left: 0.5em;
}
.articleFactBox li {
    margin: 0 0 0.7em;
}
.articleFactBox p {
    margin: 0 0 0.7em;
}
.tablet-adt [class^='adt-'] {
    margin-left: auto;
    margin-right: auto;
}
@media all and (max-width:1000px) {
    #article .inline-related {
    margin-left: 0;
}
#article .inline-related a {
    padding-right: 0;
    width: auto;
    display: block;
}
#article>p {
    margin-left: 0;
}
#article .adt-300x250.tablet, #article .adt-728x90.tablet {
    display: block;
}
#article .adt-300x250.tablet {
    float: right;
    clear: right;
    margin: 0 0 20px 20px;
}
#article .adt-728x90.tablet {
    margin: 20px 0;
}
body.article #left-container, body.article #right-column, body.article .main-left-container, body.article .main-right-column {
    float: none;
    display: block;
    width: auto;
}
body.article #left-container, body.article #left-column, body.article .main-left-container, body.article .main-left-column {
    margin-right: 0;
}
body.article #right-column [class^='adt-'] {
    display: none !important;
}
body.article #right-column .tablet-adt>[class^='adt-'] {
    display: block !important;
}
.section-related {
    float: none;
    width: auto;
    margin-left: 0;
}
.float-right-column {
    float: none;
    width: auto;
    margin-bottom: 20px;
}
}
@media all and (max-width:767px) {
    #article header h1 {
    font-size: 32px;
    line-height: 40px;
}
#article header .article-tools {
    float: none;
    display: block;
    margin: 0 0 4px -5px !important;
}
#article .quote {
    float: none;
    font-size: 18px;
    line-height: 24px;
    width: auto;
}
#article .captioned-photo.left, #article .captioned-photo.right {
    float: none;
    display: block;
    margin-right: 0;
    margin-left: 0;
    max-width: none;
    width: auto !important;
}
#article .captioned-photo.left img, #article .captioned-photo.right img {
    display: block;
    margin: auto;
}
body.article #right-column .tablet-adt>[class^="adt-"] {
    display: none !important;
}
body.article #right-column .tablet-adt>.mobile [class^="adt-"] {
    display: block !important;
}
}
.reading-meter-attached {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 3px;
    background: transparent;
}
.reading-meter-attached .reading-meter-progress {
    height: 3px;
    background: #4d4d4d;
    width: 0;
    -moz-transition: background-color linear 500ms, width linear 100ms;
    -o-transition: background-color linear 500ms, width linear 100ms;
    -webkit-transition: background-color linear 500ms, width linear 100ms;
    transition: background-color linear 500ms, width linear 100ms;
}
.reading-meter-attached.too-short {
    display: none !important;
}
.reading-list li {
    display: block;
    list-style: none;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    height: 80px;
    background: #f3efef;
}
.reading-list li .thumbnail {
    margin-bottom: 10px;
}
.reading-list li .progress {
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
}
.reading-list li a {
    display: block;
    padding: 10px;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}
.reading-list li a.done {
    opacity: 0.5;
    background: rgba(0, 255, 0, 0.2);
}
.reading-list li .favorite {
    position: absolute;
    right: 5px;
    top: 0;
    opacity: 0.3;
    z-index: 100;
    cursor: pointer;
}
.reading-list li .favorite:hover, .reading-list li .favorite.active {
    color: orange;
    opacity: 0.6;
}
.reading-list li .favorite.active {
    opacity: 1;
}
.micro-reading-list {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.micro-reading-list li {
    display: block;
    list-style: none;
    position: relative;
    padding: 0;
    margin: 2px 5px 5px;
    text-align: center;
    float: left;
    background: #f3efef;
    border-radius: 12px;
    overflow: hidden;
}
.micro-reading-list li a {
    display: block;
    line-height: 24px;
    width: 24px;
    height: 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}
.micro-reading-list li a:hover {
    background: #4d4d4d;
    color: #fff;
}
.micro-reading-list li a.done {
    background: #133052;
    color: #fff;
}
.inline-disqus p {
    padding-right: 26px;
}
.inline-disqus p>span {
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 4px 0 rgba(255, 255, 255, 0);
    -moz-transition: all linear 500ms;
    -o-transition: all linear 500ms;
    -webkit-transition: all linear 500ms;
    transition: all linear 500ms;
}
.disqussion-highlighted {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-top: 10px;
}
.disqussion-highlighted>span {
    background-color: rgba(255, 255, 0, 0.2);
    box-shadow: 0 4px 0 rgba(255, 255, 0, 0.2);
}
.disqussion-highlighted #disqus_thread {
    padding-top: 20px;
}
.inline-disqus p.emphasis-target>span {
    background-color: rgba(255, 255, 0, 0.4);
    box-shadow: 0 4px 0 rgba(255, 255, 0, 0.4);
}
.disqussion a {
    opacity: 0;
}
@media all and (max-width:980px) {
    #wrapper .disqussion a {
    border: 1px solid #BBB;
    background: transparent;
    color: #808080;
}
#wrapper .disqussion a:before {
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-top: 7px solid #FFF;
    content: " ";
    display: block;
    height: 0;
    width: 0;
    left: 5px;
    position: absolute;
    top: 15px;
    z-index: 1;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
}
::selection {
    background: #fffc00;
}
::-moz-selection {
    background: #fffc00;
}
#highlight-tools {
    position: relative;
    background: #f2f2f2;
    border: 1px solid #ccc;
    padding: 8px 8px 2px 8px;
    color: #FFFFFF;
    box-shadow: 0 7px 10px -2px rgba(0, 0, 0, 0.2);
    display: inline-block;
    font-size: 30px;
    z-index: 10000;
    width: 170px;
    margin-left: -85px;
    text-align: center;
    opacity: 0;
    -moz-transition: opacity ease-in-out 250ms;
    -o-transition: opacity ease-in-out 250ms;
    -webkit-transition: opacity ease-in-out 250ms;
    transition: opacity ease-in-out 250ms;
}
#highlight-tools.active {
    opacity: 1;
}
#highlight-tools:after, #highlight-tools:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #f2f2f2;
}
#highlight-tools:before {
    border-bottom-color: #ccc;
}
#highlight-tools.position-top:after, #highlight-tools.position-top:before {
    border-bottom-color: rgba(0, 0, 0, 0);
    border-top-color: #ccc;
    bottom: auto;
    top: 100%;
}
#highlight-tools:after {
    border-width: 8px;
    margin-left: -8px;
}
#highlight-tools:before {
    border-width: 9px;
    margin-left: -9px;
}
#highlight-tools a {
    color: #999;
    margin: 0 5px;
}
#highlight-tools a:hover {
    color: #222;
}
#highlight-tools a:hover[class*='facebook'] {
    color: #3b5998;
}
#highlight-tools a:hover[class*='twitter'] {
    color: #55acee;
}
#highlight-tools a:hover[class*='linkedin'] {
    color: #4875b4;
}
.blog-roll a {
    position: relative;
    display: block;
    background: #f3efef;
    -moz-transition: background linear 250ms;
    -o-transition: background linear 250ms;
    -webkit-transition: background linear 250ms;
    transition: background linear 250ms;
}
.blog-roll a:hover {
    background: #e6e6e6;
}
.blog-roll.small a {
    margin-bottom: 4px;
    height: 60px;
    padding: 4px;
}
.blog-roll.small a h2 {
    font-size: 14px;
    font-weight: bold;
}
.blog-roll.small a h2 span {
    display: block;
    font-weight: normal;
    font-size: 12px;
}
.blog-roll.medium a {
    margin-bottom: 10px;
    height: 80px;
    padding: 5px;
}
.blog-roll.medium a img {
    height: 60px;
}
.blog-roll.medium a img.left {
    float: left;
    margin-right: 10px;
}
.blog-roll.medium a h2 {
    font-size: 16px;
    font-weight: bold;
}
.blog-roll.medium a h2 span {
    display: block;
    font-weight: normal;
    font-size: 14px;
}
.blog-roll.large a {
    margin-bottom: 30px;
    padding: 10px 20px;
    text-align: center;
    border-top: 5px solid #808080;
}
.blog-roll.large a img {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    margin: auto;
    display: block;
    margin-bottom: 10px;
}
.blog-roll.large a h2 {
    display: block;
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.blog-roll.large a h2 .overline {
    font-family: Helvetica, Arial, sans-serif;
    font-family: 'Clear Sans', Arial, sans-serif;
    color: #b3b3b3;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}
.blog-roll.large a h2 .overline .author, .blog-roll.large a h2 .overline .blog-name {
    color: #4d4d4d;
}
.blog-roll.large a h2 .overline img.blogger {
    height: 35px;
    border-radius: 35px;
}
.blog-roll.large a h2 span:not(.overline) {
    display: block;
    font-size: 21px;
}
.overline .author, .overline .blog-name {
    color: #4d4d4d;
}
.overline img.blogger {
    height: 35px;
    border-radius: 35px;
}
img.blogger {
    border: 1px solid #ccc;
    border-radius: 1000px;
}
.blogger-pagetitle, #blog-details .pagetitle, .blog-details .pagetitle {
    font-family: Helvetica, Arial, sans-serif;
    font-family: 'Clear Sans', Arial, sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    color: #808080;
    margin-bottom: 10px;
    border: none;
}
.blogger-pagetitle .author, #blog-details .pagetitle .author, .blog-details .pagetitle .author {
    color: #000;
    font-weight: bold;
}
#blog-details .pagetitle, .blog-details .pagetitle {
    font-size: 30px;
    display: inline;
    margin: 0;
}
.blog-details img {
    margin: auto;
    height: 150px;
}
.blog-details .pagetitle, .blog-details .social {
    font-size: 21px;
    line-height: 21px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
}
.blog-details h1 {
    border: none;
}
#blog-details .attribution {
    margin-left: 60px;
    display: block;
}
#content #blog-details.small header, .small-blog-details header {
    border-bottom: 2px solid #ccc;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#content #blog-details.small img, .small-blog-details img {
    margin: auto;
    height: 50px;
    float: left;
    margin-right: 10px;
}
#content #blog-details.small .pagetitle, .small-blog-details .pagetitle, #content #blog-details.small .pagetitle h1, .small-blog-details .pagetitle h1 {
    font-size: 21px;
    line-height: 21px;
    display: block;
}
#content #blog-details.small .social, .small-blog-details .social {
    margin-left: 8px;
}
#content #blog-details.small .social a, .small-blog-details .social a {
    color: #ccc;
    margin-right: 8px;
}
#content #blog-details.small .title, .small-blog-details .title {
    margin-right: 10px;
    display: inline-block;
}
#content #blog-details.small .blogger-overline, .small-blog-details .blogger-overline {
    font-family: Georgia,  serif;
    font-family: 'Archivo Narrow', Arial, sans-serif;
    font-size: 125%}
#content #blog-details.small h1, .small-blog-details h1 {
    border: none;
}
#wrapper .blogger-front img.blogger {
    display: none;
}
#blogger-more-info, .blogger-more-info {
    display: none;
}
img.editorial {
    width: 33px;
}
img.letter {
    width: 33px;
}
@media all and (max-width:767px) {
    .blog-roll.medium a {
    height: 60px;
    margin-bottom: 5px;
}
.blog-roll.medium a h2 {
    font-size: 12px;
}
.blog-roll.medium a img {
    height: 50px;
}
#content #blog-details, #content .blog-details {
    margin-top: 20px;
}
#wrapper .grid .boxed {
    border-width: 1px;
}
}
.event-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.event-list li {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.event-list li:last-child {
    border-bottom: none;
}
.event-list li img.left {
    float: left;
    padding-right: 10px;
}
.event-list li .details, .event-details .details {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    background: #f3efef;
    padding: 0 10px;
    margin-bottom: 10px;
    -moz-transition: all ease-in-out 500ms;
    -o-transition: all ease-in-out 500ms;
    -webkit-transition: all ease-in-out 500ms;
    transition: all ease-in-out 500ms;
}
.event-list li .toggle-details, .event-details .toggle-details {
    display: block;
    height: 0;
    text-align: right;
    margin-right: 100px;
}
.event-list li .toggle-details span, .event-details .toggle-details span {
    font-family: Helvetica, Arial, sans-serif;
    font-family: 'Clear Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: normal;
    color: #4d4d4d;
    font-family: Georgia,  serif;
    font-family: 'Archivo Narrow', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    background: #2873ae;
    color: #fff;
    display: inline-block;
    padding: 8px 12px;
    color: #2873ae;
    background: #e6e6e6;
}
.event-list li .toggle-details span:hover, .event-details .toggle-details span:hover {
    background: #4d4d4d;
    color: #fff;
}
.event-list li .toggle-details span:hover, .event-details .toggle-details span:hover {
    background: #4d4d4d;
    color: #fff;
}
.event-list li .toggle-details span:after, .event-details .toggle-details span:after {
    content: "\25B6";
    display: inline-block;
    line-height: 0;
    -moz-transition: transform 500ms;
    -o-transition: transform 500ms;
    -webkit-transition: transform 500ms;
    transition: transform 500ms;
}
.event-list li .toggle-details:hover span, .event-details .toggle-details:hover span {
    background: #2873ae;
    color: #fff;
}
.event-list li .details-button, .event-details .details-button {
    float: right;
}
.event-list li .sponsored-by, .event-details .sponsored-by {
    font-size: 100%;
    color: #808080;
    padding: 10px 0;
}
.event-list li .actions .icon, .event-details .actions .icon {
    font-size: 21px;
    color: #4d4d4d;
    margin-right: 10px;
    margin-top: 2px;
}
.event-list li .actions .icon:hover, .event-details .actions .icon:hover {
    color: #2873ae;
}
.event-list li.details-active .toggle-details span, .event-details.details-active .toggle-details span {
    background: #f3efef;
    padding-bottom: 18px;
}
.event-list li.details-active .toggle-details span:hover, .event-details.details-active .toggle-details span:hover {
    color: #000;
}
.event-list li.details-active .toggle-details span:after, .event-details.details-active .toggle-details span:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.event-list li.details-active .details, .event-details.details-active .details {
    max-height: 1000px;
    opacity: 1;
    padding: 10px 10px;
    margin-top: 10px;
}
.event-list li dl:after, .event-details dl:after {
    clear: left;
    display: block;
    content: ""}
.event-list li dl dt, .event-details dl dt {
    clear: left;
    float: left;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 6px;
}
.event-list li dl dt .icon, .event-details dl dt .icon {
    font-size: 21px;
    color: #ccc;
}
.event-list li dl dd, .event-details dl dd {
    float: left;
    display: inline-block;
    margin: 2px 0 6px 6px;
}
#wrapper .event-actions .icon {
    font-size: 21px;
    color: #4d4d4d;
    margin-right: 10px;
    display: inline-block;
}
#wrapper .event-actions .icon:hover {
    color: #2873ae;
}
#wrapper .event-actions .details-button {
    float: right;
    display: inline-block;
    color: #fff;
}
#wrapper .event-actions .details-button:hover {
    color: #fff;
}
.events-slider-preview a {
    border-top: 3px solid transparent;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
}
.events-slider-preview a.active {
    border-top-color: #2873ae;
}
.full-width.slider {
    color: #000000;
    width: 100%;
    min-height: 300px;
    position: relative;
}
.full-width.slider, .full-width.slider .rsOverflow, .full-width.slider .rsSlide {
    background-color: #4d4d4d;
}
.full-width.slider .rsNav.rsBullets {
    width: 100%;
    right: auto;
    left: 0;
    bottom: 14px;
}
.full-width.slider .rsNav.rsBullets .rsBullet {
    cursor: pointer;
    padding: 0 10px;
    height: 12px;
}
.full-width.slider .rsNav.rsBullets .rsBullet span {
    height: 8px;
    width: 8px;
}
.full-width.slider .rsArrow {
    z-index: 40;
}
.full-width.slider .rsArrowLeft {
    right: auto;
    left: 7px;
    bottom: 7px;
}
.full-width.slider .rsContent {
    height: auto;
    min-height: 100%}
.full-width.slider .rsContent>a .read-more {
    background: #000;
    color: #fff;
    padding: 1px 10px;
    display: inline-block;
}
.full-width.slider .rsContent>a:hover .read-more {
    background: #4d4d4d;
}
.full-width.slider .rs-heading {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    left: auto;
    max-width: 60%;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    min-height: 105px;
}
.full-width.slider .rs-heading h1 {
    font-size: 21px;
    color: #fff;
    line-height: normal;
}
.full-width.slider .rs-heading p {
    color: #fff;
}
.full-width.slider .rs-heading.left {
    left: 10px;
    right: auto;
}
.full-width.slider .rs-heading.black {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    color: #FFFFFF;
}
.full-width.slider .rs-overline {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    bottom: 10px;
    left: 10px;
    top: auto;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    padding: 0 10px;
    position: absolute;
    z-index: 25;
}
.full-width.slider .rs-overline a {
    color: #000000;
}
.full-width.slider img {
    max-width: none;
    width: 100%;
    padding-bottom: 105px;
}
@media screen and (max-width:767px) {
    .slider.full-width {
    min-height: 300px !important;
}
.slider.full-width img {
    max-width: 100%;
    padding-bottom: 0;
}
.slider.full-width .rs-heading {
    background-color: transparent !important;
    opacity: 1 !important;
    display: block !important;
    -moz-transform: translate3d(0,  0,  0) !important;
    -ms-transform: translate3d(0,  0,  0) !important;
    -o-transform: translate3d(0,  0,  0) !important;
    -webkit-transform: translate3d(0,  0,  0) !important;
    transform: translate3d(0,  0,  0) !important;
    max-height: 100%;
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    position: relative;
}
}
.catslider {
    position: relative;
    height: 240px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.catslider ul {
    list-style-type: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 80%;
    overflow: hidden;
    text-align: center;
    pointer-events: none;
    padding: 0 0 0 5px;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.catslider ul.catcurrent {
    pointer-events: auto;
}
.catslider ul.has3 li {
    width: 33.3%}
.catslider ul.has4 li {
    width: 25%}
.catslider ul.has5 li {
    width: 20%}
.catslider ul li {
    display: inline-block;
    padding: 0 5px 0 0;
    width: 20%;
    height: 100%;
    overflow: hidden;
    max-width: 300px;
    -webkit-transform: translateX(1000%);
    -moz-transform: translateX(1000%);
    -ms-transform: translateX(1000%);
    -o-transform: translateX(1000%);
    transform: translateX(1000%);
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.catslider ul li a, .catslider ul li .catimage {
    display: block;
    margin: 0 auto;
}
.catslider ul li a {
    outline: none;
    cursor: pointer;
    height: 100%;
    overflow: hidden;
}
.catslider ul li .catimage {
    height: 75%;
    max-width: none;
    max-height: 180px;
    border: none;
    background-position: center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.catslider ul li h4 {
    display: inline-block;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    padding: 20px 10px 0;
}
.catslider ul li:hover {
    opacity: 0.7;
}
.catslider nav {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 5px;
    margin: 0 auto;
    background: #f3efef;
    line-height: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.catslider nav [rel=next], .catslider nav [rel=prev] {
    position: absolute;
    top: 20px;
}
.catslider nav [rel=next].disabled, .catslider nav [rel=prev].disabled {
    color: #ccc !important;
}
.catslider nav [rel=prev] {
    left: 10px;
}
.catslider nav [rel=next] {
    right: 10px;
}
.catslider nav .catindexed a {
    display: inline-block;
    padding: 10px;
    position: relative;
    outline: none;
}
.catslider nav .catindexed a span {
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 8px;
    background-color: #808080;
    -webkit-transition: background-color 250ms linear;
    -moz-transition: background-color 250ms linear;
    -o-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}
.catslider nav .catindexed a:hover span {
    background-color: #000;
}
.catslider nav .catindexed a.catselected span {
    background-color: #e6e6e6;
}
.no-js .catslider ul {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0;
    overflow: visible;
}
.no-js .catslider ul li {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.no-js .catslider nav {
    display: none;
}
.catslider ul:first-child li, .no-js .catslider ul li {
    -webkit-animation: scaleUp 350ms ease-in-out both;
    -moz-animation: scaleUp 350ms ease-in-out both;
    -o-animation: scaleUp 350ms ease-in-out both;
    animation: scaleUp 350ms ease-in-out both;
}
@-webkit-keyframes scaleUp {
    0% {
    -webkit-transform: translateX(0) scale(0);
}
100% {
    -webkit-transform: translateX(0) scale(1);
}
}
@-moz-keyframes scaleUp {
    0% {
    -moz-transform: translateX(0) scale(0);
}
100% {
    -moz-transform: translateX(0) scale(1);
}
}
@keyframes scaleUp {
    0% {
    transform: translateX(0) scale(0);
}
100% {
    transform: translateX(0) scale(1);
}
}
.catslider ul:first-child li:first-child {
    -webkit-animation-delay: 90ms;
    -moz-animation-delay: 90ms;
    -o-animation-delay: 90ms;
    animation-delay: 90ms;
}
.catslider ul:first-child li:nth-child(2) {
    -webkit-animation-delay: 180ms;
    -moz-animation-delay: 180ms;
    -o-animation-delay: 180ms;
    animation-delay: 180ms;
}
.catslider ul:first-child li:nth-child(3) {
    -webkit-animation-delay: 270ms;
    -moz-animation-delay: 270ms;
    -o-animation-delay: 270ms;
    animation-delay: 270ms;
}
.catslider ul:first-child li:nth-child(4) {
    -webkit-animation-delay: 360ms;
    -moz-animation-delay: 360ms;
    -o-animation-delay: 360ms;
    animation-delay: 360ms;
}
.catslider ul:first-child li:nth-child(5) {
    -webkit-animation-delay: 450ms;
    -moz-animation-delay: 450ms;
    -o-animation-delay: 450ms;
    animation-delay: 450ms;
}
.catslider ul.catmoveFromRight li {
    -webkit-animation: moveFromRight 350ms ease-in-out both;
    -moz-animation: moveFromRight 350ms ease-in-out both;
    -o-animation: moveFromRight 350ms ease-in-out both;
    animation: moveFromRight 350ms ease-in-out both;
}
.catslider ul.catmoveFromLeft li {
    -webkit-animation: moveFromLeft 350ms ease-in-out both;
    -moz-animation: moveFromLeft 350ms ease-in-out both;
    -o-animation: moveFromLeft 350ms ease-in-out both;
    animation: moveFromLeft 350ms ease-in-out both;
}
.catslider ul.catmoveToRight li {
    -webkit-animation: moveToRight 350ms ease-in-out both;
    -moz-animation: moveToRight 350ms ease-in-out both;
    -o-animation: moveToRight 350ms ease-in-out both;
    animation: moveToRight 350ms ease-in-out both;
}
.catslider ul.catmoveToLeft li {
    -webkit-animation: moveToLeft 350ms ease-in-out both;
    -moz-animation: moveToLeft 350ms ease-in-out both;
    -o-animation: moveToLeft 350ms ease-in-out both;
    animation: moveToLeft 350ms ease-in-out both;
}
.catslider ul.catmoveToLeft li:first-child, .catslider ul.catmoveFromRight li:first-child, .catslider ul.catmoveToRight li:nth-child(4), .catslider ul.catmoveFromLeft li:nth-child(4) {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
}
.catslider ul.catmoveToLeft li:nth-child(2), .catslider ul.catmoveFromRight li:nth-child(2), .catslider ul.catmoveToRight li:nth-child(3), .catslider ul.catmoveFromLeft li:nth-child(3) {
    -webkit-animation-delay: 90ms;
    -moz-animation-delay: 90ms;
    -o-animation-delay: 90ms;
    animation-delay: 90ms;
}
.catslider ul.catmoveToLeft li:nth-child(3), .catslider ul.catmoveFromRight li:nth-child(3), .catslider ul.catmoveToRight li:nth-child(2), .catslider ul.catmoveFromLeft li:nth-child(2) {
    -webkit-animation-delay: 180ms;
    -moz-animation-delay: 180ms;
    -o-animation-delay: 180ms;
    animation-delay: 180ms;
}
.catslider ul.catmoveToLeft li:nth-child(4), .catslider ul.catmoveFromRight li:nth-child(4), .catslider ul.catmoveToRight li:first-child, .catslider ul.catmoveFromLeft li:first-child {
    -webkit-animation-delay: 270ms;
    -moz-animation-delay: 270ms;
    -o-animation-delay: 270ms;
    animation-delay: 270ms;
}
.catslider ul.catmoveToLeft li:nth-child(5), .catslider ul.catmoveFromRight li:nth-child(5) {
    -webkit-animation-delay: 360ms;
    -moz-animation-delay: 360ms;
    -o-animation-delay: 360ms;
    animation-delay: 360ms;
}
@-webkit-keyframes moveFromRight {
    0% {
    -webkit-transform: translateX(1000%);
}
100% {
    -webkit-transform: translateX(0);
}
}@-webkit-keyframes moveFromLeft {
    0% {
    -webkit-transform: translateX(-1000%);
}
100% {
    -webkit-transform: translateX(0);
}
}@-webkit-keyframes moveToRight {
    0% {
    -webkit-transform: translateX(0);
}
100% {
    -webkit-transform: translateX(1000%);
}
}@-webkit-keyframes moveToLeft {
    0% {
    -webkit-transform: translateX(0);
}
100% {
    -webkit-transform: translateX(-1000%);
}
}@-moz-keyframes moveFromRight {
    0% {
    -moz-transform: translateX(1000%);
}
100% {
    -moz-transform: translateX(0);
}
}@-moz-keyframes moveFromLeft {
    0% {
    -moz-transform: translateX(-1000%);
}
100% {
    -moz-transform: translateX(0);
}
}@-moz-keyframes moveToRight {
    0% {
    -moz-transform: translateX(0);
}
100% {
    -moz-transform: translateX(1000%);
}
}@-moz-keyframes moveToLeft {
    0% {
    -moz-transform: translateX(0);
}
100% {
    -moz-transform: translateX(-1000%);
}
}@keyframes moveFromRight {
    0% {
    transform: translateX(1000%);
}
100% {
    transform: translateX(0);
}
}@keyframes moveFromLeft {
    0% {
    transform: translateX(-1000%);
}
100% {
    transform: translateX(0);
}
}@keyframes moveToRight {
    0% {
    transform: translateX(0);
}
100% {
    transform: translateX(1000%);
}
}@keyframes moveToLeft {
    0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
100% {
    -moz-transform: translateX(-1000%);
    -ms-transform: translateX(-1000%);
    -o-transform: translateX(-1000%);
    -webkit-transform: translateX(-1000%);
    transform: translateX(-1000%);
}
}
@media screen and (max-width:500px) {
    .catslider {
    text-align: center;
    height: auto;
}
.catslider ul {
    position: static;
    display: inline;
    bottom: auto;
    height: auto;
    pointer-events: auto;
    padding: 0;
}
.catslider ul li {
    -moz-animation: none !important;
    -o-animation: none !important;
    -webkit-animation: none !important;
    animation: none !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    padding: 10px 5px;
    width: 50% !important;
}
.catslider ul li span {
    padding-bottom: 100%}
.catslider nav {
    display: none;
}
}
#wrapper {
    max-width: none;
    min-width: 320px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto hidden;
}
#content {
    max-width: 1020px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
.content-width {
    width: 1020px;
    margin: auto;
}
#left-container, .main-left-container {
    margin-right: -300px;
    float: left;
    width: 100%}
#left-column, .main-left-column {
    margin-right: 340px;
    position: relative;
}
#right-column, .main-right-column {
    width: 300px;
    float: left;
}
#right-column section, .main-right-column section {
    margin-bottom: 20px;
}
#right-column section h1, .main-right-column section h1 {
    margin-bottom: 10px;
}
.subsection {
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px 0;
}
#left-column section, #right-column section, .main-left-column section, .main-right-column section, #left-column .search, #right-column .search, .main-left-column .search, .main-right-column .search {
    padding-bottom: 15px;
}
#left-column section input[type=text], #right-column section input[type=text], .main-left-column section input[type=text], .main-right-column section input[type=text], #left-column .search input[type=text], #right-column .search input[type=text], .main-left-column .search input[type=text], .main-right-column .search input[type=text], #left-column section input[type=search], #right-column section input[type=search], .main-left-column section input[type=search], .main-right-column section input[type=search], #left-column .search input[type=search], #right-column .search input[type=search], .main-left-column .search input[type=search], .main-right-column .search input[type=search], #left-column section input[type=url], #right-column section input[type=url], .main-left-column section input[type=url], .main-right-column section input[type=url], #left-column .search input[type=url], #right-column .search input[type=url], .main-left-column .search input[type=url], .main-right-column .search input[type=url], #left-column section input[type=file], #right-column section input[type=file], .main-left-column section input[type=file], .main-right-column section input[type=file], #left-column .search input[type=file], #right-column .search input[type=file], .main-left-column .search input[type=file], .main-right-column .search input[type=file], #left-column section textarea, #right-column section textarea, .main-left-column section textarea, .main-right-column section textarea, #left-column .search textarea, #right-column .search textarea, .main-left-column .search textarea, .main-right-column .search textarea {
    width: 216px;
}
#left-column section:after, #right-column section:after, .main-left-column section:after, .main-right-column section:after {
    clear: left;
    display: block;
    content: ""}
#left-column section:first-child, #right-column section:first-child, .main-left-column section:first-child, .main-right-column section:first-child {
    margin-top: 0;
}
#left-column section:not(.boxed):first-child, #right-column section:not(.boxed):first-child, .main-left-column section:not(.boxed):first-child, .main-right-column section:not(.boxed):first-child {
    padding-top: 0;
}
#left-column>section:last-child, #right-column>section:last-child, .main-left-column>section:last-child, .main-right-column>section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#left-column section.subsection, #right-column section.subsection, .main-left-column section.subsection, .main-right-column section.subsection {
    border-bottom: 1px solid #ccc;
}
#left-column section.boxed, #right-column section.boxed, .main-left-column section.boxed, .main-right-column section.boxed {
    border: 1px solid #ccc;
    padding: 12px;
}
#left-column section.boxed:first-child, #right-column section.boxed:first-child, .main-left-column section.boxed:first-child, .main-right-column section.boxed:first-child {
    margin-top: 0;
}
#left-column .email-signup input[type=email], #right-column .email-signup input[type=email], .main-left-column .email-signup input[type=email], .main-right-column .email-signup input[type=email] {
    width: 65%;
    width: calc(75% - 12px);
}
#left-column .email-signup input[type=submit], #right-column .email-signup input[type=submit], .main-left-column .email-signup input[type=submit], .main-right-column .email-signup input[type=submit] {
    width: 25%;
    float: right;
}
@media all and (max-width:767px) {
    #left-container, .main-left-container {
    float: none;
    width: auto;
    margin: auto;
}
#left-column, .main-left-column {
    margin-right: 0;
}
#right-column, .main-right-column {
    width: auto;
    float: none;
    overflow: auto;
}
#right-column [class*="adt-"], .main-right-column [class*="adt-"] {
    border-bottom: none;
}
}
@media all and (max-width:767px) {
    #content {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
}
}
#share-follow {
    position: absolute;
    width: 100px;
    background: #2873ae;
    z-index: 190;
    display: block;
    white-space: nowrap;
    height: 38px;
    overflow: hidden;
    text-align: left;
    -moz-transition: width ease-in-out 250ms, height ease-in-out 250ms, opacity ease-in-out 250ms;
    -o-transition: width ease-in-out 250ms, height ease-in-out 250ms, opacity ease-in-out 250ms;
    -webkit-transition: width ease-in-out 250ms, height ease-in-out 250ms, opacity ease-in-out 250ms;
    transition: width ease-in-out 250ms, height ease-in-out 250ms, opacity ease-in-out 250ms;
}
#share-follow.active {
    height: 256px;
    width: 150px !important;
    background-color: #4d4d4d;
}
#share-follow.active .icon-share:hover #share-options-close {
    color: #fff;
}
#share-follow .icon-share {
    color: #fff;
    display: block;
    font-weight: bold;
    cursor: pointer;
    padding: 10px 7px;
    font-size: 12px;
}
#share-follow .icon-share:hover {
    background-color: #2873ae;
}
#share-follow .icon-share:before {
    display: inline-block;
    font-size: 16px;
    vertical-align: text-bottom;
    width: 26px;
}
#share-follow .icon-comments {
    display: none;
}
#share-follow #share-options-close {
    display: none;
    position: absolute;
    font-size: 22px;
    font-weight: normal;
    padding-right: 10px;
    line-height: 37px;
    text-align: right;
    width: 24px;
    right: 0;
    top: 0;
    background: #2873ae;
}
#share-follow #share-options-close:hover {
    color: #fff;
}
#share-follow #share-options {
    width: 150px;
    background: #2873ae;
    padding: 10px 0 10px 7px;
    position: absolute;
}
#share-follow #share-options a {
    color: #fff;
    display: block;
    text-align: left;
    font-size: 13px;
    line-height: 36px;
    vertical-align: middle;
    margin: 0;
    padding: 7px 0;
}
#share-follow #share-options a:hover {
    color: #ccc;
}
#share-follow #share-options a:before {
    font-size: 24px;
    width: 40px;
    vertical-align: middle;
    display: inline-block;
}
#share-follow a {
    position: relative;
    display: block;
}
#share-follow .share-count {
    background: #fff;
    display: block;
    position: absolute;
    right: 1px;
    top: 18px;
    padding: 2px 4px;
    font-size: 11px;
    line-height: 11px;
    color: #2873ae;
    margin-left: 5px;
    width: 30px;
    font-weight: bold;
    text-align: center;
}
body.past-toolbar #share-follow {
    position: fixed;
    top: 93px;
    width: 31px;
}
body.past-article #share-follow {
    top: 0 !important;
    -moz-transition: top linear 500ms;
    -o-transition: top linear 500ms;
    -webkit-transition: top linear 500ms;
    transition: top linear 500ms;
}
body.main-nav-active #share-follow {
    top: -50px !important;
    opacity: 0;
}
body.past-toolbar #share-follow {
    top: 160px;
    left: 0;
    left: calc(50% - 700px);
}
@media all and (max-width:1400px) {
    body.past-toolbar #share-follow {
    left: 0;
}
}
@media all and (max-width:1000px) {
    body.past-toolbar #share-follow {
    position: fixed;
    top: 93px;
    left: 0;
}
}
@media all and (max-width:767px) {
    body.past-toolbar #share-follow {
    position: fixed;
    top: 61px;
}
}
.jp-audio {
    position: relative;
    height: 64px;
    font-size: 16px;
    line-height: 64px;
    text-align: left;
    margin: 0 0 1em 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #FFFFFF;
}
.jp-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 100%;
    background-color: #1D78A8;
    z-index: 2;
}
.jp-play, .jp-pause {
    text-decoration: none;
    font-size: 32px;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
}
.jp-play:before, .jp-pause:before, .jp-play:before, .jp-pause:before {
    display: inline-block;
    font-family: entypo;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    font-variant: normal;
    text-transform: none;
    speak: none;
    width: 64px;
    line-height: 70px;
    text-align: center;
    opacity: 1;
}
.jp-pause {
    display: none;
    padding: 0;
    font-size: 0;
}
.jp-pause span {
    display: inline-block;
    width: 7px;
    height: 26px;
    margin: 0 4px;
    background: #FFFFFF;
    margin-top: 20px;
}
.jp-pause:hover span {
    background: #000000;
}
.jp-play:before {
    content: '\25b6'}
.jp-bar {
    padding-left: 64px;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #232323;
}
.jp-seek-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.jp-play-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #4badd1;
    -moz-transition: width 100ms linear;
    -o-transition: width 100ms linear;
    -webkit-transition: width 100ms linear;
    transition: width 100ms linear;
}
.jp-title, .jp-duration {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    margin: 0;
    padding: 0 12px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jp-title {
    padding-left: 80px;
    max-width: 90%}
.jp-duration {
    right: 0;
    text-align: right;
}
.jp-no-solution {
    position: absolute;
    top: 0;
    left: 64px;
    width: 316px;
    height: 48px;
    margin: 0;
    padding: 8px 0;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    display: none;
    color: #000;
    background-color: #b28282;
}
.jp-player.slim .jp-audio {
    height: 32px;
    line-height: 32px;
}
.jp-player.slim .jp-controls {
    width: 32px;
}
.jp-player.slim .jp-bar {
    left: 32px;
    width: 348px;
}
.jp-player.slim .jp-title, .jp-player.slim .jp-duration {
    width: 344px;
}
.jp-player.slim .jp-play {
    line-height: 28px;
}
.jp-player.slim .jp-play:before, .jp-player.slim .jp-pause:before, .jp-player.slim .jp-play:before, .jp-player.slim .jp-pause:before {
    font-size: 30px;
    line-height: 32px;
    width: 32px;
}
.jp-player.slim .jp-pause {
    padding: 0 0 0 0;
}
.jp-player.slim .jp-pause span {
    margin: 6px 2px 0 2px;
    height: 20px;
}
@media all and (max-width:500px) {
    .jp-player.slim {
    width: 300px;
}
.jp-player.slim .jp-bar, .jp-player.slim .jp-duration {
    width: 266px;
}
.jp-player.slim .jp-title {
    width: 210px;
}
}
body.dialog-open {
    overflow: hidden;
    height: 100%}
.dialog-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 100000;
    overflow-y: auto;
    overflow-x: hidden;
}
.dialog-wrapper .dialog {
    max-width: 400px;
    margin: 40px auto;
    position: relative;
    display: block;
}
.dialog-wrapper .dialog section {
    padding: 40px 20px 20px 20px;
    margin: 0 10px;
    background: #f3efef;
    text-align: center;
}
.dialog-wrapper .dialog hr {
    margin: 20px 0;
}
.dialog-wrapper .dialog button#close-dialog, .dialog-wrapper .dialog button.close-dialog {
    border-radius: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 10px;
    height: 24px;
    width: 24px;
    text-align: center;
}
.dialog-wrapper .dialog button#close-dialog:after, .dialog-wrapper .dialog button.close-dialog:after {
    content: "\00D7"}
.dialog-wrapper .dialog header img {
    padding-bottom: 10px;
}
.dialog-wrapper .dialog .price {
    font-size: 36px;
    font-weight: bold;
    color: #2873ae;
}
.dialog-wrapper .dialog .price .cents {
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
}
.dialog-wrapper .dialog .line-aside span {
    color: #ccc;
    background: #f3efef;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 10px;
    font-weight: bold;
}
.dialog-wrapper .dialog .line-aside:before {
    height: 0;
    display: block;
    content: "";
    border-bottom: 1px solid #ccc;
    top: 10px;
    position: relative;
    z-index: 1;
}
.dialog-wrapper .dialog #already-registered {
    margin-top: 20px;
    text-align: right;
}
#ext-login #article-login-prompt {
    background-color: #f3efef;
    padding: 2em;
}
#ext-login #article-login-prompt h2 {
    margin-bottom: 1em;
}
#ext-login #article-login-prompt p {
    font-size: .875em;
}
#ext-login #article-login-prompt .two.columns {
    margin-top: 0;
}
#ext-login #article-login-prompt .button {
    margin-top: .875em;
    font-weight: bold;
}
#ext-login #article-login-prompt .vertical.line span {
    background-color: #f3efef;
}
#ext-login .break {
    margin: 1em 0;
    padding: 1em 0;
    border-top: 3px solid #ccc;
}
#ext-login .paragraphs {
    position: relative;
}
#ext-login .paragraphs .fade-out-bottom {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: -moz-linear-gradient(top,  rgba(255, 255, 255, 0) 0,  #fff 100%);
    background: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0,  rgba(255, 255, 255, 0)),  color-stop(100%,  #fff));
    background: -webkit-linear-gradient(top,  rgba(255, 255, 255, 0) 0,  #fff 100%);
    background: -o-linear-gradient(top,  rgba(255, 255, 255, 0) 0,  #fff 100%);
    background: -ms-linear-gradient(top,  rgba(255, 255, 255, 0) 0,  #fff 100%);
    background: linear-gradient(to bottom,  rgba(255, 255, 255, 0) 0,  #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',  endColorstr='#ffffff',  GradientType=0);
}
#ext-login .two.columns>.column {
    padding: 0 5%;
    position: relative;
}
#ext-login .two.columns .column:first-child {
    padding-left: 0;
}
#ext-login .two.columns .column:last-child {
    padding-right: 0;
    border-right: none;
}
.form div {
    margin: .5em 0;
}
.form label {
    display: block;
    margin-bottom: .5em;
    font-size: .875em;
}
.form input[type="text"], .form input[type="password"], .form input[type="email"], .form input[type="tel"], .form input[type="search"] {
    width: 100%;
    background-color: #fff;
}
.line span {
    position: absolute;
    display: block;
    background: white;
    color: #333;
}
.line.horizontal {
    width: 100%;
    height: 1em;
    position: relative;
    margin: .5em 0;
}
.line.horizontal.border {
    height: auto;
    border-bottom: 1px solid #CCCCCC;
    margin: 1.25em 0;
}
.line.horizontal span {
    left: 45%;
    top: 0;
    padding: 1em;
}
.line.vertical {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
}
.line.vertical.right {
    right: 0;
    border-right: 1px solid #CCCCCC;
}
.line.vertical.right span {
    right: -0.875rem;
}
.line.vertical.left {
    left: 0;
    border-right: 1px solid #CCCCCC;
}
.line.vertical.left span {
    left: -0.8rem;
}
.line.vertical span {
    padding: .2em;
    top: 40%}
html {
    min-height: 100%;
}
body {
    padding: 0;
    margin: 0;
}
.center {
    text-align: center;
    margin: auto;
}
h1, h2, h3, h4 {
    margin: 0 0 5px 0;
    color: #000;
}
h1 {
    font-family: Helvetica, Arial, sans-serif;
    font-family: 'Clear Sans', Arial, sans-serif;
    color: #ccc;
    font-size: 14px;
    font-weight: bold;
    font-family: Georgia,  serif;
    font-family: 'Archivo Narrow', Arial, sans-serif;
    color: #2873ae;
    font-weight: normal;
    font-size: 20px;
}
h2 {
    font-family: Georgia,  serif;
    font-family: 'Archivo Narrow', Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
}
header .right, h1 .right {
    float: right;
}
.pagetitle, .pagetitle h1 {
    font-family: Georgia,  serif;
    font-family: 'Archivo Narrow', Arial, sans-serif;
    color: #2873ae;
    text-transform: none;
    font-weight: 300;
    font-size: 28px;
    letter-spacing: 0;
    margin-bottom: 10px;
    margin-top: 0;
}
h2 a {
    color: #000;
}
h2 a:hover {
    color: #2873ae;
}
h2.primary {
    font-size: 112%}
h3, h4, p {
    margin: 5px 0 10px 0;
    line-height: 21px;
}
a, [data-toggle] {
    color: #2873ae;
    cursor: pointer;
    text-decoration: none;
}
a:hover, a[visited]:hover {
    color: #000;
}
a[visited] {
    color: #808080;
}
[rel=prev]:before {
    content: "\25C0";
    display: inline-block;
    padding-right: 10px;
}
[rel=next]:after {
    content: "\25B6";
    display: inline-block;
    padding-left: 10px;
}
.hidden-label {
    position: absolute;
    display: block;
    left: -9999px;
    top: 0;
}
.adt-300x250, .adt-300x188, .adt-300x180, .adt-300x600, .adt-300x65, .adt-300x75, .adt-300x100, .adt-300x50, .adt-728x90, .adt-970x90, .adt-176x42, .adt-expand66, .adt-pushdow, .adt-text, .adt-120x600 {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
}
#right-column .adt-300x250, #right-column .adt-300x188, #right-column .adt-300x180, #right-column .adt-300x600, #right-column .adt-300x65, #right-column .adt-300x75, #right-column .adt-300x100, #right-column .adt-300x50, #right-column .adt-728x90, #right-column .adt-970x90, #right-column .adt-176x42, #right-column .adt-text, #right-column .adt-120x600 {
    margin-bottom: 20px;
}
.adt-300x250 {
    width: 300px;
    height: 250px;
}
.adt-300x188 {
    width: 300px;
    height: 188px;
}
.adt-300x180 {
    width: 300px;
    height: 180px;
}
.adt-300x600 {
    width: 300px;
    height: 600px;
}
.adt-300x75 {
    width: 300px;
    height: 75px;
}
.adt-300x65 {
    width: 300px;
    height: 65px;
}
.adt-300x100 {
    width: 300px;
    height: 100px;
}
.adt-300x50 {
    width: 300px;
    height: 50px;
}
.adt-728x90 {
    width: 728px;
    height: 90px;
}
.adt-970x90 {
    width: 970px;
    height: 90px;
}
.adt-176x42 {
    width: 176px;
    height: 42px;
}
.adt-120x600 {
    width: 120px;
    height: 600px;
}
.adt-expand66 {
    width: auto;
    min-height: 66px;
    margin-top: -20px;
}
.adt-pushdown-66 {
    width: auto;
    min-height: 66px;
    margin-top: -20px;
    margin-bottom: 20px;
}
.adt-pushdown {
    width: auto;
    min-height: 90px;
    margin-top: -20px;
    margin-bottom: 20px;
}
.adt-text {
    width: auto;
    height: auto;
    padding: 20px;
    font-size: 10px;
    color: #4d4d4d;
}
.adt-300x2 {
    max-width: 620px;
}
.mobile, .tablet {
    display: none;
}
.phone-only {
    display: none !important;
}
@media all and (max-width:1000px) {
    .tablet {
    display: block;
}
.tablet-hidden {
    display: none !important;
}
.adt-300x2 {
    max-width: none;
}
.adt-300x2 [class*='adt-'] {
    margin-left: auto;
    margin-right: auto;
}
}
@media all and (max-width:767px) {
    .desk {
    display: none;
}
.mobile {
    display: block !important;
}
.mobile-hidden {
    display: none !important;
}
.adt-300x600, .adt-728x90, .adt-970x90, .adt-300x250, .adt-300x188 {
    width: 300px;
    height: 50px;
    padding: 10px 0;
    margin-left: auto;
    margin-right: auto;
}
.adt-300x65, .adt-300x50, .adt-300x100, .adt-176x42 {
    padding: 10px 0;
    margin-left: auto;
    margin-right: auto;
}
.adt-300x180, .adt-300x75 {
    display: none;
}
}
@media all and (max-width:500px) {
    .phone-hidden {
    display: none !important;
}
.phone-only {
    display: block !important;
}
}body {
    font-family: Helvetica, Arial, sans-serif;
    font-family: 'Clear Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: normal;
}
.overline {
    font-family: Helvetica, Arial, sans-serif;
    font-family: 'Clear Sans', Arial, sans-serif;
    color: #b3b3b3;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}
h1 {
    color: #2873ae;
}
h2 {
    color: #000;
    font-size: 20px;
}
h2.primary {
    font-size: 24px;
}
h2 a {
    color: #000;
}
h3 {
    margin: 0;
}
h3 a {
    font-size: 16px;
    line-height: normal;
    color: #000;
    font-weight: bold;
}
p {
    line-height: normal;
    color: #4d4d4d;
}
.feature p {
    font-size: 16px;
    line-height: 24px;
}
@media all {
    @font-face {
    font-family: 'Archivo Narrow';
    font-style: normal;
    font-weight: 400;
    src: local('Archivo Narrow Regular'), local('ArchivoNarrow-Regular'), url(https://themes.googleusercontent.com/static/fonts/archivonarrow/v3/DsLzC9scoPnrGiwYYMQXphdbPw3QSf9R-kE0EsQUn2A.woff) format('woff');
}
@font-face {
    font-family: 'Archivo Narrow';
    font-style: normal;
    font-weight: 700;
    src: local('Archivo Narrow Bold'), local('ArchivoNarrow-Bold'), url(https://themes.googleusercontent.com/static/fonts/archivonarrow/v3/M__Wu4PAmHf4YZvQM8tWsCylde52zikAzebNtJS89aM.woff) format('woff');
}
@font-face {
    font-family: 'Archivo Narrow';
    font-style: italic;
    font-weight: 400;
    src: local('Archivo Narrow Italic'), local('ArchivoNarrow-Italic'), url(https://themes.googleusercontent.com/static/fonts/archivonarrow/v3/vqsrtPCpTU3tJlKfuXP5zQ48yxcqlEd_9yiE-NHSCVQ.woff) format('woff');
}
@font-face {
    font-family: 'Archivo Narrow';
    font-style: italic;
    font-weight: 700;
    src: local('Archivo Narrow Bold Italic'), local('ArchivoNarrow-BoldItalic'), url(https://themes.googleusercontent.com/static/fonts/archivonarrow/v3/wG6O733y5zHl4EKCOh8rSXbcqP1x1ie9hNBLFkS7zO0.woff) format('woff');
}
@font-face {
    font-family: 'Clear Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Clear Sans'), local('ClearSans-Regular'), url(/crain-images/fonts/clearsans/WOFF/ClearSans-Regular.woff) format('woff');
}
@font-face {
    font-family: 'Clear Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Clear Sans Bold'), local('ClearSans-Bold'), url(/crain-images/fonts/clearsans/WOFF/ClearSans-Bold.woff) format('woff');
}
@font-face {
    font-family: 'Clear Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Clear Sans Italic'), local('ClearSans-It'), url(/crain-images/fonts/clearsans/WOFF/ClearSans-Italic.woff) format('woff');
}
@font-face {
    font-family: 'Clear Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Clear Sans Bold Italic'), local('ClearSans-BoldIt'), url(/crain-images/fonts/clearsans/WOFF/ClearSans-BoldItalic.woff) format('woff');
}
}
#left-column section {
    border-bottom: none;
}
section h1, .h1 {
    font-family: Georgia,  serif;
    font-family: 'Archivo Narrow', Arial, sans-serif;
    color: #2873ae;
    font-weight: normal;
    font-size: 20px;
}
h1 .right {
    font-size: 14px;
}
#main-nav>.content-width, #logo-nav>.content-width, #live>.content-width, #icon-nav {
    width: 100%;
}
#wrapper {
    padding-top: 100px;
}
#wrapper button, #wrapper .button, #wrapper input[type=submit] {
    font-family: Georgia,  serif;
    font-family: 'Archivo Narrow', Arial, sans-serif;
    font-weight: normal;
}
.full-width>.content-width {
    padding: 0 10px;
}
#main-header {
    border-bottom: none;
}
#main-header #fixed-top {
    height: 50px;
}
#main-header #fixed-top #logo-nav {
    background: transparent;
}
#main-header #fixed-top #logo-nav .logo {
    margin-top: 0;
    width: 40px;
}
#live {
    background: #fff;
    border-top: 2px solid #2873ae;
    height: 44px;
}
#live .live-sliders .live-sections section h1 {
    font-family: Georgia,  serif;
    font-family: 'Archivo Narrow', Arial, sans-serif;
    font-size: 30px;
    font-style: normal;
    color: #000;
}
#live .live-sliders button {
    height: 42px;
}
#live .live-sliders button.active {
    height: 43px;
}
#live .live-sliders button.large {
    width: 160px;
}
#live .live-sliders button span {
    font-family: Georgia,  serif;
    font-family: 'Archivo Narrow', Arial, sans-serif;
}
#live .live-sections {
    top: 42px;
}
#live img.special-report {
    margin-top: 10px;
    max-width: 260px;
    width: 100%}
#main-nav {
    font-family: Georgia,  serif;
    font-family: 'Archivo Narrow', Arial, sans-serif;
    text-align: center;
}
#main-nav a {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
    padding-left: 7px;
}
#main-nav>ul>li:not(:last-child)>a:after {
    padding-left: 2px;
}
#main-nav>.content-width {
    display: inline-block;
    width: auto;
    position: relative;
}
#main-nav li>ul {
    box-shadow: 0 6px 5px rgba(0, 0, 0, 0.4);
}
#main-nav #news ul {
    min-height: 510px;
}
#main-nav #news ul:nth-child(2) {
    width: 750px;
}
#main-nav ul ul {
    width: 250px;
}
#main-nav ul ul:nth-child(3) {
    left: 250px;
    box-shadow: none;
    border-left: 1px solid #ccc;
}
#main-nav ul ul:nth-child(4) {
    left: 500px;
    box-shadow: none;
    border-left: 1px solid #ccc;
}
#main-nav ul ul .nav-section {
    height: 35px;
    padding: 10px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}
#main-nav ul ul .nav-section a {
    font-size: 16px;
    border-bottom: none !important;
    text-transform: uppercase;
}
#main-nav ul ul a {
    font-family: Helvetica, Arial, sans-serif;
    font-family: 'Clear Sans', Arial, sans-serif;
    text-transform: none;
    text-align: left !important;
    margin: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
#main-nav>ul>li:hover>ul a {
    border-bottom-color: #ccc;
}
#logo-nav {
    padding-left: 10px;
}
#main-footer {
    font-family: Georgia,  serif;
    font-family: 'Archivo Narrow', Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding-top: 0;
}
#main-footer h3 {
    text-transform: uppercase;
    font-size: 14px;
}
#main-footer .footer-links {
    text-transform: uppercase;
}
#main-footer .footer-links .icon {
    color: #2873ae;
}
#main-footer .footer-links .icon:hover {
    color: #4d4d4d;
}
#main-footer .footer-columns ul a {
    font-family: Helvetica, Arial, sans-serif;
    font-family: 'Clear Sans', Arial, sans-serif;
    color: #808080;
}
#main-footer .footer-columns.columns {
    border-top: none;
}
#content #article {
    border-top: none;
}
#content #article header h1 {
    font-size: 36px;
    line-height: 36px;
    color: #000;
    border: none !important;
    font-weight: bold;
}
#content #article .byline {
    font-size: 13px;
}
#content #article .byline .updated {
    text-transform: uppercase;
}
#content #article .toolbar {
    margin: 15px 0;
    border-bottom: none;
}
#content #article>p {
    margin-left: 0;
}
#content #article .quote {
    font-family: Georgia,  serif;
    font-family: 'Archivo Narrow', Arial, sans-serif;
    font-weight: bold;
}
#content #article .inline-related h1 {
    font-family: Helvetica, Arial, sans-serif;
    font-family: 'Clear Sans', Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.next-media h2 {
    font-size: 16px;
}
.blogger {
    border-radius: 0 !important;
}
#right-column article {
    background: #fff;
    padding: 10px 10px 5px;
    margin-bottom: 20px;
}
#right-column article section {
    border-bottom: 1px solid #ccc;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
}
#right-column article section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#right-column article .read-more {
    margin-top: 5px;
}
#right-column article p {
    font-size: 14px;
}
#right-column article ul, #right-column article li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#right-column article ul {
    margin: 10px 0;
}
#right-column .boxed h1 .icon {
    font-size: 14px;
}
#right-column .boxed h2 {
    font-family: Helvetica, Arial, sans-serif;
    font-family: 'Clear Sans', Arial, sans-serif;
    font-size: 14px;
}
.home #right-column {
    padding-top: 30px;
}
.promo img.left {
    float: left;
    padding-right: 10px;
    max-width: 50%;
}
.promo.newsletters li {
    display: inline-block;
    position: relative;
    width: 49%;
    margin-right: 1%;
    float: left;
    font-size: 14px;
    line-height: 1;
    padding-bottom: 15px !important;
}
.promo.newsletters li input {
    float: left;
}
.promo.newsletters li label {
    margin-left: 25px;
    display: block;
}
.promo.newsletters li .popup {
    position: absolute;
    display: none;
    bottom: 30px;
    width: 200px;
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.promo.newsletters li .popup p {
    margin: 0;
    line-height: 1.2;
    font-size: 12px !important;
}
.recent-blogs a {
    color: #000;
}
.email-signup h2 {
    padding-bottom: 5px;
}
#share-follow.active, #share-follow.active .icon-share:hover {
    background: #2873ae;
}
.reading-meter-attached .reading-meter-progress {
    background: #2873ae;
}
a.event {
    display: block;
    padding: 10px;
    background: #fff;
    height: 160px;
    color: #000;
    position: relative;
    border: 1px solid #ccc;
    font-size: 14px;
}
a.event:hover {
    background: #e6e6e6;
}
a.event:hover span:not(.button) {
    color: #000;
}
a.event:hover .date {
    color: #808080;
}
a.event h2 {
    font-size: 20px;
    border-bottom: 1px solid #2873ae;
    margin-bottom: 6px;
    padding-bottom: 6px;
}
a.event .left {
    float: left;
    margin-right: 10px;
    width: 100px;
    max-height: 90px;
}
a.event .clear-left-after {
    margin-left: 110px;
}
a.event .button {
    position: absolute;
    left: 10px;
    bottom: 10px;
}
#live-must-read-ticker {
    padding-right: 0;
    width: calc(100% - 374px);
}
#live .live-sliders button.live-search-button {
    width: 140px;
}
#live .live-sliders button.live-search-button span {
    margin-right: 10px;
}
#live .live-sliders button.live-search-button .icon {
    margin-top: 4px;
}
#live .live-sliders button.live-search-button img {
    top: -1px;
    position: relative;
}
@media all and (max-width:1000px) {
    #main-nav>ul {
    padding-left: 0;
}
#main-nav>ul>li:hover>ul {
    background-color: transparent;
}
#main-nav #news ul {
    min-height: 0;
}
#main-nav #news ul:nth-child(2) {
    width: 750px;
}
#logo-nav {
    left: 50px;
    position: relative;
}
#main-header #fixed-top #logo-nav .logo {
    width: 150px;
    background-image: url("../images/logo-small@2x.png");
}
}
@media all and (max-width:767px) {
    #wrapper {
    padding-top: 70px;
}
#content #article header h1 {
    font-size: 30px;
    line-height: 32px;
}
#live .live-sliders button.live-search-button img {
    display: none;
}
}
#wrapper .read-next.follow {
    height: 90px;
}
#wrapper .read-next.follow.active, #wrapper .read-next.follow.active-force {
    margin-top: -90px;
}
#wrapper .read-next.follow h1 {
    bottom: 90px;
}
#wrapper .read-next .column a {
    font-size: 18px;
    padding: 10px 10px 0 10px;
}
#wrapper .read-next:not(.follow) .column {
    font-family: Georgia,  serif;
    font-family: 'Archivo Narrow', Arial, sans-serif;
    font-size: 100%;
}
#wrapper .read-next:not(.follow) h1 {
    color: #2873ae;
    font-size: 16px;
    padding-bottom: 0;
}
#main-header #fixed-top #logo-nav {
    padding-top: 0;
}
#home-logo {
    display: none;
    width: 100%;
    position: fixed;
    top: 8px;
    -moz-transition: top 500ms ease-in-out;
    -o-transition: top 500ms ease-in-out;
    -webkit-transition: top 500ms ease-in-out;
    transition: top 500ms ease-in-out;
}
#main-nav #clear-nav-share {
    display: none;
    right: auto;
    left: left;
    top: -56px;
}
#main-nav #clear-nav-share a {
    color: #4d4d4d;
    font-size: 14px;
}
#clear-nav-account a {
    font-size: 13px;
    margin: 0 2px;
}
#wrapper .grid .column .column h2 {
    font-size: 20px;
}
.home #left-column {
    margin-right: 320px;
}
.gray-back {
    background: #f3efef;
    padding: 0 10px;
    overflow: hidden;
}
.gray-back:after {
    content: "";
    clear: both;
    display: block;
}
.home #wrapper .tiles {
    margin-bottom: 0;
}
.home #wrapper .tiles header {
    border-bottom: none;
}
.home #wrapper .tiles.frontpage .img-wrapper img {
    min-width: 100%}
.home #wrapper .tiles .grid-wrapper {
    padding: 15px 0;
}
.home #wrapper .tiles .grid-wrapper .column {
    border: none !important;
    margin-bottom: 0 !important;
}
.home #wrapper .tiles .grid-wrapper p {
    font-size: 14px;
}
.home #wrapper .tiles article {
    background: #fff;
    margin: 0 auto 10px;
    padding: 0 !important;
    width: 80%;
    min-width: 310px;
}
.home #wrapper .tiles article a {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
}
.home #wrapper .tiles article p a {
    padding: 0;
    border-bottom: none;
}
.home #wrapper .tiles article .main {
    padding-bottom: 5px;
}
.home #wrapper .tiles article p {
    margin-bottom: 5px;
}
.home #wrapper .tiles article .more p {
    margin: 10px 0;
}
.home #wrapper .tiles article .border-bottom {
    border-bottom: 1px solid #ccc;
}
.home #wrapper .tiles article .padded {
    padding: 10px 5px 5px 5px;
    margin: 0 5px 0;
}
.home #wrapper .tiles article .padded.adt {
    margin: 0;
    padding-top: 5px;
}
.home #wrapper .tiles article.adt {
    background: transparent !important;
    border: none !important;
}
.home #wrapper .tiles article.adt div {
    margin: auto;
}
.home #wrapper .tiles article .adt-300x65, .home #wrapper .tiles article .adt-300x50, .home #wrapper .tiles article .adt-300x100, .home #wrapper .tiles article .adt-176x42 {
    padding: 0 !important;
}
.home #wrapper .tiles article.video .img-wrapper:after, .grid.featured a.video .img-wrapper:after {
    content: "\25B6";
    font-size: 21px;
    line-height: 34px;
    text-align: center;
    color: #2873ae;
    background-image: none;
    background-color: #fff;
    bottom: 0;
    height: 34px;
    top: auto;
    width: 46px;
}
.home #wrapper .tiles article.video .img-wrapper:hover:after, .grid.featured a.video .img-wrapper:hover:after {
    color: #000;
}
.home #wrapper .tiles article.video .img-wrapper, .grid.featured a.video .img-wrapper, .home #wrapper .tiles article.large .img-wrapper, .grid.featured a.large .img-wrapper {
    margin: -10px -10px 0;
}
.grid.featured a.video .img-wrapper {
    margin-top: 0;
}
#wrapper .updated {
    font-weight: normal;
}
#wrapper .poll label {
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
    width: 80%}
#wrapper .poll .results .button {
    float: left;
    width: 49%;
    margin: 0 0.5%;
    display: inline-block;
    border: none;
    background: #fff;
    color: #2873ae;
    text-align: center;
}
#wrapper .poll .results .button:hover {
    color: #000;
}
#wrapper .poll .results:after {
    content: "";
    clear: left;
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
#wrapper .poll form .button {
    width: 100%}
#wrapper .poll ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#wrapper .poll li {
    margin: 0;
    padding: 0 0 10px 0;
}
#wrapper .poll li.percent {
    height: 20px;
    font-size: 11px !important;
    color: #FFFFFF;
    background-color: #005EA6;
    font-weight: bold;
    margin: -5px 0 10px;
    min-width: 35px;
    border-bottom: none;
}
#wrapper .poll .adt {
    margin: 5px -10px 0;
}
#wrapper .poll .adt .adt-300x50 {
    display: block !important;
    margin: 0 auto;
}
#wrapper #article.poll form .submit .button {
    margin: 10px 0;
    width: 175px;
}
#wrapper #article.poll .results {
    width: 175px;
}
#wrapper #article.poll .results:after {
    border-bottom: none;
}
#wrapper #article.poll .results .button {
    text-align: left;
}
#wrapper #article.poll .results .button {
    padding: 0 8px 0 0;
}
#wrapper .tiles .buttons .button {
    font-family: Helvetica, Arial, sans-serif;
    font-family: 'Clear Sans', Arial, sans-serif;
    text-transform: none;
    color: #808080;
    font-size: 14px;
}
#wrapper .tiles .buttons .button:hover {
    background: transparent;
    border-bottom: 3px solid #ccc;
    color: #2873ae;
}
#wrapper .tiles .buttons .button.active {
    background: transparent;
    border-bottom: 3px solid #2873ae;
    color: #2873ae;
}
#wrapper .grid-wrapper .load-more button:hover {
    background: #4d4d4d;
}
@media all and (min-width:1000.1px) {
    body: not(.crains-clear-nav-scrolled) .home.with-adt #clear-nav-account {
    top: 125px;
}
.home #main-nav #clear-nav-share {
    display: block;
}
.home #clear-nav-account {
    top: 85px;
}
.home #logo-nav {
    opacity: 0;
    -moz-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    -webkit-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
}
.home #home-logo {
    display: block;
    margin-top: 10px;
}
.home #home-logo .logo {
    background: url('../images/logo@2x.png') no-repeat center center;
    background-size: contain;
    width: 366px;
    height: 70px;
    margin-top: 10px;
    display: block;
    margin: auto;
}
body.crains-clear-nav-scrolled .home #logo-nav {
    opacity: 1;
}
body.crains-clear-nav-scrolled #home-logo {
    top: -80px;
}
body.crains-clear-nav-scrolled #main-nav #clear-nav-share {
    display: none;
}
body.crains-clear-nav-scrolled .no-adt #clear-nav-account {
    top: 10px;
}
body.crains-clear-nav-scrolled #main-nav .content-width, .interior #main-nav .content-width {
    right: 60px;
}
}
.interior.no-adt #clear-nav-account {
    top: 10px;
}
.photo-video-box {
    background: #f3efef;
    padding: 0;
    width: 298px;
}
.photo-video-box, .story-box {
    clear: left;
    float: left;
    margin: 0 20px 10px 0;
}
.photo-zoom {
    cursor: zoom-in;
}
