body{
	padding: 0;
	margin: 0;
	background: #fff;
	width: 100%;
	font-family: "Rubik", sans-serif ;
}
html {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.25;
}
html p {
  line-height: 1.5;
}
#page.theme1 .in {
    max-width: 1360px;
    padding: 0 40px;
    margin: 0 auto;
}
#page.theme1 #blogroll main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
/*#page.theme1 #blogroll main article:nth-child(10n + 1), #page.theme1 #blogroll main article:nth-child(10n + 2) {*/
    /*width: calc((100% - 40px) / 2);*/
/*}*/
#page.theme1 #blogroll main article .article-pic {
    background-color: black;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}
#page.theme1 img.spacer {
    display: block;
    width: 100%;
    max-width: 100%;
}
#page.theme1 #blogroll main article .article-pic .cover {
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.15);
}

#page.theme1 .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
}

/*#page.theme1 a {*/
    /*color: #fff;*/
    /*text-decoration: none;*/
/*}*/
#page.theme1 address a {
    color: #ea5656;
    text-decoration: none;
}

#page.theme1 #blogroll main article .text h2 a {
    display: block;
    position: relative;
    color: #555;
    transition: 0.15s ease color, 0.15s ease text-shadow;
}
#page.theme1 #blogroll main article .text h2 a.mixBlend::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background: linear-gradient(-30deg, #C21818 0%, #0C3085 100%);
  
}

#page.theme1 #blogroll main article .text .blogroll-article-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: .75rem;
    box-shadow: inset 0 -1px 0 #fff;
    border-top: 1px solid #ddd;
}
#page.theme1 .clear-fix::after {
    display: table;
    content: "";
    clear: both;
}
.clear-fix:after {
    content: "";
    display: table;
    clear: both;
}
/*#page.theme1 #blogroll main article {*/
    /*width: calc((100% - 120px) / 4);*/
    /*margin-bottom: 40px;*/
/*}*/
#page.theme1 #blogroll main article .text .blogroll-article-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: .75rem;
    box-shadow: inset 0 -1px 0 #fff;
    border-top: 1px solid #ddd;
}
#page.theme1 #blogroll main article .text .blogroll-article-bottom .tags {
    font-size: 12px;
}


#page.theme1 .tags {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
  
}

#page.theme1 .reset {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
#page.theme1 ul.tags li {
    list-style: none;
    margin: 5px 7px;
    padding: 0;
    display: flex;
}
#page.theme1 .tags li a {
    font-size: 75%;
    padding: 1em 1.5em .9em;
    line-height: 0;
    text-transform: uppercase;
    background: #ddd;
    color: #555;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 0 rgba(85, 85, 85, 0.05);
    transition: .15s ease color, .15s ease background;
}
#page.theme1 #blogroll main article .text .blogroll-article-bottom .by-line {
    font-size: 90%;
    font-weight: 400 !important;
    margin: .75rem 0 0;
}

#page.theme1 #blogroll main article .text .blogroll-article-bottom > * {
    padding: 0 !important;
    margin: 0 !important;
}

#page.theme1 #blogroll main article .text .blogroll-article-bottom .by-line a {
    color:#262626;
}
#page.theme1 #blogroll main article .text .blogroll-article-bottom .by-line a:hover{
    color:#e42929 ;
}
#page.theme1 {
    background: #fff;
    color:#262626;
    padding-top: 96px;
    transition: 0.5s ease padding-top;
}
.load-more-stories{
    background-color:transparent!important;font-weight: normal!important;}
/*#page.theme1 .button {*/
    /*background-color: none !important;*/
    /*display: inline-block;*/
    /*font-size: 1.125em;*/
    /*line-height: 1;*/
    /*padding: .75em 2em;*/
    /*border-radius: 1000px;*/
    /*box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.25);*/
    /*cursor: pointer;*/
    /*margin: 1em auto;*/
    /*transition: 0.1s ease background, 0.1s ease box-shadow, 0.1s ease color;*/
/*}*/
#page.theme1 .button .tmpl-icon {
    font-size: 87.5%;
    line-height: 0;
    margin-right: .5em;
}

#page.theme1 .tmpl-icon.mini {
    font-weight: 100;
}

#page.theme1 .tmpl-icon, #page.theme1 .tmpl-icon.outline {
    position: relative;
    top: .09em;
    font-family: "Icon";
    font-weight: 300;
    line-height: 1;
}
#page.theme1 .button:hover {
    color: #C21818;
    box-shadow: inset 0 0 0 1px #C21818;
}

.theme1 footer .in > .flexer {
    border-top: 1px solid rgba(17, 17, 17, 0.15);
    padding: .75em 0;
}
.theme2 footer .in > .flexer{
      border-top: 1px solid rgba(238, 238, 238, 0.15);
}

#page.theme1 .flexer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#page.theme1 .reset {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
#page.theme1 footer ul:nth-child(1) li {
    margin-right: 1rem;
}


#page.theme1 .reset li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#page.theme1 footer ul li a {
    color: rgba(17, 17, 17, 0.5);
    font-weight: 300;
}
#page.theme1 footer ul:nth-child(2) li {
    margin-left: 1rem;
}
#page.theme1 footer div.footer-bottom {
    background: #ddd;
}
#page.theme1 .ad.wide {
    padding: 20px 0;
}

#page.theme1 .ad img[src*='placehold.it'] {
    box-shadow: 0 0 0 1px white;
}


#page.theme1 .ad img {
    display: flex;
    align-self: center;
    margin: auto;
}

img {
    max-width: 100%;
    border-style: none;
}
#page.theme1 a:hover {
    color: #e42929;
    text-decoration:none;
}
#page.theme1 #blogroll main article .text h2 a:hover {
    color:#262626;
    text-shadow: 0 0 0.25em rgba(17, 17, 17, 0.1);
}
#page.theme1 .article-wrapper #article-lead {
    position: relative;
}
#page.theme1 .in {
    max-width: 1360px;
    padding: 0 40px;
    margin: 0 auto;
}
#page.theme1 .article-wrapper .tmpl-el {
    position: relative;
    display: block;
    font-weight: 300;
    margin: 1.5rem 150px;
    overflow: hidden;
}
#page.theme1 .article-wrapper #article-lead .article-meta.alt {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.15);
}

.at-share-btn{ border-radius: 26px;padding:5px 5px;display:inline-block;margin:0 2px 5px;cursor:pointer;}
#page.theme1 .article-wrapper #article-lead .article-meta {
    display: flex;
    /*align-items: flex-end;*/
    justify-content: space-between;
    flex-wrap: wrap;
}

#page.theme1 .article-wrapper .tmpl-el {
    position: relative;
    display: block;
    font-weight: 300;
    margin: 1.5rem 150px;
}
#page.theme1 .article-wrapper #article-lead .article-meta .by-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#page.theme1 h1, #page.theme1 .nh1 {
    font-size: 2.5rem;
}

#page.theme1 .article-wrapper #article-lead .article-meta > * {
    margin-top: 1rem;
}

#page.theme1 .article-wrapper .tmpl-el > * {
    max-width: 100%;
}
#page.theme1 .article-wrapper #article-body {
    overflow: hidden;
}
#page.theme1 .article-wrapper main aside {
    float: right;
    margin: 0 0 40px 40px;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
#page.theme1 .ad.vert {
    min-height: 250px;
    max-height: 600px;
    overflow: hidden;
    text-align: center;
}


#page.theme1 .article-wrapper main > *:not(aside):not(description):not(.related-articles) {
    position: relative;
    display: block;
    font-weight: 300;
    margin: 1.5rem 150px !important;
    overflow: hidden;
}

#page.theme1 .article-wrapper main > p {
    line-height: 1.5em;
}
#article-body  > main.in > ul {
  
}
#page.theme1 .article-wrapper main > *:not(aside):not(description):not(.related-articles) > * {
    max-width: 100%;
}
.#page.theme1 .article-wrapper #article-lead .feature-image {
    position: relative;
    background: black;
}
#page.theme1 .article-wrapper #article-lead .feature-image .bg {
    position: relative;
    background-size: cover;
    background-position: center center;
}
#page.theme1 #blogroll main article .text .blogroll-article-bottom .by-line address {
    font-style: normal;
    display: inline;
}

#page.theme1 .article-wrapper #article-lead .feature-image .text {
    bottom: 0;
    color: white;
    position: relative;
    display: block;
    font-weight: 300;
    margin: 1.5rem 150px;
    overflow: hidden;
    overflow: visible;
    position: absolute;
    left: 0;
    padding: 0 40px;
    text-shadow: 0 0.15em 0.25em rgba(0, 0, 0, 0.5);
    width: calc(100% - 380px);
}
#page.theme1 .article-wrapper #article-lead .article-meta .by-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#page.theme1 .article-wrapper #article-lead .article-meta .by-line .author-pic {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: white;
    background-size: cover;
    background-position: center;
    margin: .5rem .5rem .5rem 0;
}
.theme1 .article-wrapper #article-lead .feature-image .bg .overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
}
#page.theme1 .article-wrapper #article-lead .feature-image .bg .noise {
    pointer-events: none;
    background: url(https://d2inm5i7oiogt5.cloudfront.net/feed/assets/images/overlay-noise.png) center center / 128px 128px;
    mix-blend-mode: overlay;
}
#page.theme1 .article-wrapper #article-lead .feature-image .bg {
    position: relative;
    background-size: cover;
    background-position: center center;
}

#page.theme1 .article-wrapper main description {
    display: block;
       font-family: "Rubik", sans-serif;
    margin-left: 150px;
    margin-right: 150px;
opacity:.75;
 font-weight: 300;
}
#page.theme1 .article-wrapper main description p{ 
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    
    font-size: 24px;
    margin: 30px 0;
}

#article-body ul {
    list-style-type: disc;
}

#page.theme1 .article-wrapper #article-lead .feature-image {
    position: relative;
    background: black;
}

#page.theme1 .article-wrapper #article-lead .feature-image .bg .vignette {
    background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 190px, rgba(0, 0, 0, 0) calc(100% - 190px), black 100%);
}
#page.theme1 .article-wrapper #article-lead .feature-image .bg .vignette {
    opacity: 1;
    transition: 1s ease opacity;
}
#page.theme1 .article-wrapper #article-lead .feature-image .widescreen {
    display: none;
}
/*#page.theme1 .article-wrapper main > *:not(aside):not(description):not(.related-articles) iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    border: none;
    outline: none;
    border-radius: 3px;
}*/




@media (max-width: 768px){

#page.theme1 .article-wrapper main aside {
    float: none;
    clear: both;
    margin-left: 0;
}
#page.theme1 .article-wrapper #article-lead .feature-image .text {
    width: 100%;
    position: relative;
    padding: 20px 0;
}
iframe{
    width: 100% !important;
}
/*#myCarousel.carousel.slide, #myCarousel.carousel.slide .item {
    height: 300px !important;
}*/
#myCarousel.carousel.slide .text-container h1{
  font-size: 1.5rem;
}
}

@media (max-width: 968px){

#page.theme1 #blogroll main article, #page.theme1 #blogroll main article:nth-child(10n + 1), #page.theme1 #blogroll main article:nth-child(10n + 2), #page.theme1 #blogroll main article:nth-child(5n + 1), #page.theme1 #blogroll main article:nth-child(5n + 2) {
    width: calc((100% - 20px) / 2);
}

#page.theme1 .article-wrapper .tmpl-el, #page.theme1 .article-wrapper main > *:not(aside):not(description):not(.related-articles), #page.theme1 .article-wrapper main > description {
    margin-left: 0;
    margin-right: 0;
}


#page.theme1 .in {
    padding-left: 20px;
    padding-right: 20px;
}
#page.theme1 .article-wrapper #article-lead .feature-image .text {
    width: calc(100% - 40px);
    padding: 80px 20px 0;
    margin-left: 0;
    margin-right: 0;
}
}
@media (max-width: 680px){

#page.theme1 #blogroll main article, #page.theme1 #blogroll main article:nth-child(10n + 1), #page.theme1 #blogroll main article:nth-child(10n + 2), #page.theme1 #blogroll main article:nth-child(5n + 1), #page.theme1 #blogroll main article:nth-child(5n + 2) {
    width: 100%;
}
body{
    width: 100% !important;
    min-width: 100% !important;
}
}

.by-line span{margin-right:5px;}

/*#page.theme1 h2, #page.theme1 .nh2 {
    font-size: 1.5rem !important;
}*/

#article-body{position:relative;}
#page.theme1 .article-wrapper #article-body {
  overflow: hidden;
}
#page.theme1 .article-wrapper #article-body .related-articles {
  position: absolute;
  top: 27px;
  left: 0;
}
.theme1 .article-wrapper #article-body .related-articles h3:first-of-type {
  position: relative;
  width: 130px;
  font-size: .75rem;
  font-weight: 400;
  border-radius: 2px;
  background: radial-gradient(circle, #ddd 0%, #fff 100%);
  padding: calc(1rem + 5px) 0 1rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 #fff;
  text-align: center;
  box-shadow: inset 0 -1px 0 rgba(17, 17, 17, 0.15);
}
#page.theme1 .article-wrapper #article-body .related-articles h3:first-of-type::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page.theme1 .article-wrapper #article-body .related-articles h3:first-of-type::after {
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  position: absolute;
  background: linear-gradient(to right, #C21818 0%, #0C3085 100%);
  box-shadow: 0 1px 0 #fff;
  border-radius: 2px;
}
#page.theme1 .article-wrapper #article-body .related-articles article {
  width: 130px;
  padding-right: 10px;
  position: relative;
  margin-bottom: 20px;
  transition: .15s ease background;
}
#page.theme1 .article-wrapper #article-body .related-articles article .article-pic {
  background-image: url("https://d2inm5i7oiogt5.cloudfront.net/feed/assets/brand/twin-galaxies-emblem-128.png");
  position: relative;
  background-size: cover;
  background-position: center center;
  display: block;
  width: 130px;
  border-radius: 3px;
}
.theme1 .article-wrapper #article-body .related-articles article .article-pic a.overlay {
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.1);
  transition: 0.15s ease box-shadow;
}
#page.theme1 .article-wrapper #article-body .related-articles article .article-pic .comments {
  display: none;
}
#page.theme1 .article-wrapper #article-body .related-articles article .text {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 100%;
  font-size: 87.5%;
  padding: 1rem;
  font-weight: 300;
  opacity: 0;
  pointer-events: none;
  width: 300px;
  box-shadow: 0 0 0 5px #fff;
  border-radius: 3px;
  /*transition: .15s ease opacity;*/
  transition: none !important;
}
#page.theme1 .article-wrapper #article-body .related-articles article .text::after {
  content: " ";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 30px;
  left: -6px;
  transform: rotate(45deg);
  background: #ddd;
}
#page.theme1 .article-wrapper #article-body .related-articles article .text h2 {
  font-size: 1.5em;
  font-weight: 300;
}
#page.theme1 .article-wrapper #article-body .related-articles article .text h2 a {
  color:#262626;
}
#page.theme1 .article-wrapper #article-body .related-articles article .text h2 a:hover {
  color: #C21818;
}
#page.theme1 .article-wrapper #article-body .related-articles article .text p {
  color: rgba(17, 17, 17, 0.5);
}
#page.theme1 .article-wrapper #article-body .related-articles article .text .by-line {
  font-size: 75%;
}
#page.theme1 .article-wrapper #article-body .related-articles article .text .by-line address {
  display: inline;
  font-style: normal;
}
#page.theme1 .article-wrapper #article-body .related-articles article .text .text-container > *:first-child {
  margin-top: 0;
}
#page.theme1 .article-wrapper #article-body .related-articles article .text .text-container > *:last-child {
  margin-bottom: 0;
}
#page.theme1 .article-wrapper #article-body .related-articles article:hover .text {
  background: #ddd;
  opacity: 1;
  pointer-events: auto;
}
#page.theme1 .article-wrapper #article-body .related-articles article:hover a.overlay {
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.2);
}



#page.theme1 .in {
  max-width: 1360px;
  padding: 0 40px;
  margin: 0 auto;
}
#page.theme1 .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
}
#page.theme1 .ad img {
  display: flex;
  align-self: center;
  margin: auto;
}
#page.theme1 .ad.wide {
  padding: 20px 0;
}
#page.theme1 .ad.vert {
  min-height: 250px;
  max-height: 600px;
  overflow: hidden;
  text-align: center;
}
#page.theme1 .ad img[src*='placehold.it'] {
  box-shadow: 0 0 0 1px white;
}
/*#page.theme1 .button {*/
  /*display: inline-block;*/
  /*font-size: 1.125em;*/
  /*line-height: 1;*/
  /*padding: .75em 2em;*/
  /*border-radius: 1000px;*/
  /*box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.25);*/
  /*cursor: pointer;*/
  /*margin: 1em auto;*/
  /*transition: 0.1s ease background, 0.1s ease box-shadow, 0.1s ease color;*/
/*}*/
#page.theme1 .button .tmpl-icon {
  font-size: 87.5%;
  line-height: 0;
  margin-right: .5em;
}
#page.theme1 .button:hover {
  color: #C21818;
  box-shadow: inset 0 0 0 1px #C21818;
}
#page.theme1 .button:hover a{
  color: #C21818;
}
#page.theme1 .flexer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page.theme1 .reset {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
#page.theme1 .reset li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#page.theme1 header.primary {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 9998;
  top: 0;
  box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.1);
  transition: 0.25s ease top, 0.25s ease box-shadow;
}
#page.theme1 header.primary .mobile-menu-button {
  display: none;
  margin: .5em 0;
  cursor: pointer;
}
#page.theme1 header.primary .mobile-menu-button::after {
  content: "Menu";
  font-family: "Rubik", sans-serif;
  margin-left: .5em;
  text-transform: uppercase;
}
#page.theme1 header.primary .header-top {
  padding: 20px 0;
  opacity: 1;
  transition: .25s ease padding, .25s ease opacity, .25s ease height;
}
#page.theme1 header.primary .header-top .flexer {
  flex-direction: row-reverse;
}
#page.theme1 header.primary .header-top #logo a.dark-theme {
  display: none;
}
#page.theme1 header.primary .header-top #logo {
  flex: .5;
  margin-right: 40px;
}
#page.theme1 header.primary .header-top #logo img {
  display: block;
  max-width: 100%;
}
#page.theme1 header.primary .header-top .ad {
  flex: 1;
  padding: 0;
  margin: 0;
  text-align: right;
  justify-content: flex-end;
}
#page.theme1 header.primary .header-top .ad > * {
  margin: 0 0 0 auto;
}
#page.theme1 header.primary .header-bottom {
  background: #ddd;
}
#page.theme1 header.primary .header-bottom nav.primary {
  display: flex;
  align-items: center;
}
#page.theme1 header.primary .header-bottom nav.primary ul li a {
  color:#262626;
  display: block;
  margin-right: 1rem;
}
#page.theme1 header.primary .header-bottom nav.primary ul li a:hover {
  color: #555;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li {
  position: relative;
  margin: .5em 0 .5em .5em;
  transition: .15s ease transform;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li a.mini-menu-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 32px;
  height: 32px;
  box-shadow: 0 1px 0 rgba(17, 17, 17, 0.05);
  border-radius: 2px;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li a.mini-menu-trigger:hover {
  color: #555;
  transition: 0.15s ease color, 0.15s ease background, 0.15s ease box-shadow;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li a.theme-switcher {
  transform: rotate(90deg);
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li a.theme-switcher.flip {
  transform: rotate(-90deg);
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .flags {
  position: absolute;
  font-size: 10px;
  top: -60%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #C21818;
  color: white;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  padding: .25em .5em;
  border-radius: 3px;
  box-shadow: 0 2px 0 #ddd;
  z-index: 2;
  transition: 0.15s ease opacity, 0.15s ease transform, 0.15s ease box-shadow;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .flags::after {
  position: absolute;
  left: calc(50% - 4px);
  bottom: -2px;
  z-index: -1;
  content: " ";
  width: 8px;
  height: 8px;
  background: #C21818;
  transform: rotate(45deg);
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance {
  position: absolute;
  opacity: 0;
  padding: .5rem;
  pointer-events: none;
  top: calc(100% + 1px);
  right: 0;
  width: 300px;
  background: #ddd;
  font-size: 75% !important;
  box-shadow: inset 0 -1px 0 rgba(17, 17, 17, 0.05);
  border-radius: 0 0 3px 3px;
  transform: translateY(-20px);
  transition: .15s ease opacity, .15s ease transform;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance form input {
  background: #fff;
  color:#262626;
  outline: none;
  border: none;
  border-radius: 3px;
  padding: .5em 1em;
  font-family: "Rubik", sans-serif;
  box-sizing: border-box;
  width: 100%;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5rem;
  border-top: 1px solid rgba(17, 17, 17, 0.05);
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul {
  margin: 0;
  padding: 0;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  height: auto;
  background: #fff;
  margin: 0 0 .5rem;
  transition: 0.15s ease box-shadow;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li a {
  display: block;
  color:#262626;
  font-weight: 100;
  padding: 1em;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li a .nh4 {
  font-size: 1rem;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li a .time-stamp {
  margin-top: .25em;
  opacity: .65;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li a:hover {
  color: #555;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li:not(.read) .read-flag {
  padding: 1em 0 1em 1em;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li:not(.read) .read-flag::after {
  content: "";
  color: #C21818;
  line-height: 0;
  font-family: "Icon";
  font-weight: 100;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li.read {
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.05);
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li.read a {
  color: rgba(17, 17, 17, 0.5);
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li:last-child {
  margin-bottom: 0;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li:hover {
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.25);
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li.active .mini-menu-trigger:not(.theme-switcher) {
  background: #C21818;
  color: white;
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.15);
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li.active .mini-menu-trigger:not(.theme-switcher):hover {
  color: #eee;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li.active .flags {
  opacity: 0;
  transform: translate(0, 4px);
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li.active .at-a-glance {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li.profile header {
  margin-bottom: .5rem;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 0 rgba(17, 17, 17, 0.05);
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li.profile header .aag-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li.profile header .aag-header-content .avatar {
  width: 64px;
  height: 64px;
  margin-right: .75rem;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #fff;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li.profile .aag-main ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li.profile .aag-main ul li {
  display: block;
  border-radius: 2px;
  font-size: 87.5%;
  letter-spacing: -1px;
  width: calc(50% - 5px);
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li.profile .aag-main ul li a {
  display: block;
  font-weight: 300;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li.profile .aag-main ul li a span.tmpl-icon {
  font-size: 125%;
  margin-right: .5em;
}
#page.theme1 header.primary div.home a {
  display: block;
  width: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  margin-right: 0 !important;
  transition: .25s ease width, .25s ease opacity;
  background: url("https://d2inm5i7oiogt5.cloudfront.net/feed/assets/brand/twin-galaxies-emblem-header.png") left center / 40px 20px no-repeat;
}
#page.theme1 header.primary.headroom--not-top {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
#page.theme1 header.primary.headroom--not-top .header-top {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  height: 0 !important;
  overflow: hidden;
}
#page.theme1 header.primary.headroom--not-top div.home a {
  pointer-events: auto;
  opacity: 1;
  width: 64px;
}
#page.theme1 header.primary.headroom--not-top .header-bottom nav.header-controls ul li .flags {
  box-shadow: none;
  top: -15px;
}



@media(max-width:968px){
    #page.theme1 .article-wrapper #article-body .related-articles {
    position: relative;
    margin: 1rem 0 0;
  }
  #page.theme1 .article-wrapper #article-body .related-articles .in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
    padding: 0;
    flex-wrap: wrap;
  }
  #page.theme1 .article-wrapper #article-body .related-articles .in h3 {
    font-size: 1.25rem;
    width: 100%;
    font-weight: 300;
    margin: 1rem 0;
  }
  #page.theme1 .article-wrapper #article-body .related-articles .in::after {
    display: none;
  }
  #page.theme1 .article-wrapper #article-body .related-articles .in article {
    
    padding-right: 0;
  }
  #page.theme1 .article-wrapper #article-body .related-articles .in article .article-pic {
    width: 100%;
    position: relative;
    border-radius: 3px;
    margin-bottom: .5rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #page.theme1 .article-wrapper #article-body .related-articles .in article .article-pic a.overlay {
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
  }
  #page.theme1 .article-wrapper #article-body .related-articles .in article .article-pic .comments {
    display: none;
  }
  #page.theme1 .article-wrapper #article-body .related-articles .in article .text {
    left: unset;
    top: unset;
    width: unset;
    position: static;
    opacity: 1;
    background: none !important;
    color:#262626;
    padding: 0;
  }
  #page.theme1 .article-wrapper #article-body .related-articles .in article .text::after {
    display: none;
  }
  #page.theme1 .article-wrapper #article-body .related-articles .in article .text h2 {
    font-size: 1.25em;
    font-weight: 300;
  }
  #page.theme1 .article-wrapper #article-body .related-articles .in article .text h2 a {
    color:#262626;
  }
  #page.theme1 .article-wrapper #article-body .related-articles .in article .text p {
    font-weight: 300;
    display: none;
  }
  #page.theme1 .article-wrapper #article-body .related-articles .in article .text .by-line {
    font-weight: 300;
    color: #808080;
    font-size: 75%;
  }
  #page.theme1 .article-wrapper #article-lead .feature-image .bg .play-button {
    position: static;
    left: 0;
    margin: 0;
    width: 48px;
    height: 32px;
    padding: 0;
    background-size: contain;
    background-color: transparent;
    transform: translate(0, 2px);
  }
}
/*<style type="text/css" id="less:feed-assets-css-style">/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/*
 * 1. Set default font family to sans-serif (opinionated).
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: "Rubik"sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent displaying `audio` without controls in Mobile Safari 4/5/6/7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address inconsistent styling of `abbr[title]`.
 * 1. Correct styling in Firefox 39 and Opera 12.
 * 2. Correct missing styling in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Address inconsistent styling of b and strong.
 * 1. Correct duplicate application of `bolder` in Safari 6.0.2.
 * 2. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+.
 */

b,
strong {
  font-weight: inherit; /* 1 */
}

b,
strong {
  font-weight: bolder; /* 2 */
}

/**
 * Address styling not present in Android < 4.4.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Correct border-style given when inside `a` element in IE 8/9/10.
 */

img {
  max-width: 100%;
  border-style: none;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 0;
}

/**
 * Address inconsistent styling of `hr`.
 * 1. Correct `box-sizing` set to `border-box` in Firefox.
 * 2. Correct `overflow` set to `hidden` in IE 8/9/10/11 and Edge 12.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * 1. Correct inheritance and scaling of font-size for preformatted text.
 * 2. Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct font properties not being inherited.
 * 2. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore focus style in Firefox 4+ (unset by a rule above)
 */

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Address `appearance` set to `searchfield` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited from fieldset in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  color: inherit; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Restore font weight (unset by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

.clear-fix:after {
    content: "";
    display: table;
    clear: both;
}


/* --------------------------------

Main Components

-------------------------------- */
.cd-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #21272c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-primary-nav {
  /* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
}
.cd-primary-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.cd-primary-nav ul.is-visible {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.cd-primary-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #21272c;
  border-top: 1px solid #333c44;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .cd-primary-nav {
    /* reset navigation values */
    width: auto;
    height: auto;
    background: none;
  }
  .cd-primary-nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 70px;
  }
  .cd-primary-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cd-primary-nav li {
    display: inline-block;
    margin-left: 1em;
  }
  .cd-primary-nav a {
    display: inline-block;
    height: auto;
    font-weight: 600;
    line-height: normal;
    background: transparent;
    padding: .6em 1em;
    border-top: none;
  }
}

/* --------------------------------

Slider

-------------------------------- */
.cd-hero {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-hero-slider {
  position: relative;
  overflow: hidden;
}
.cd-hero-slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-hero-slider li.selected {
  /* this is the visible slide */
  position: relative;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-hero-slider li.move-left {
  /* slide hidden on the left */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.cd-hero-slider li.is-moving, .cd-hero-slider li.selected {
  /* the is-moving class is assigned to the slide which is moving outside the viewport */
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}

/* ---------------------------------------- */
/* Base Template -------------------------- */
/* Project CSS --------------------------------------------------- */
/*  TTTTTTTTT  GGGGGGGGG  */
/*     TTT     GG         */
/*     TTT     GG   GGGG  */
/*     TTT     GG     GG  */
/*     TTT     GGGGGGGGG  */
/* Globals ------------------------------------------------------- */
@thememport "brand.less";
@font-face {
  font-family: 'Icon';
  src: url('/font/nucleo-mini.eot');
  src: url('/font/nucleo-mini.eot') format('embedded-opentype'), url('/font/nucleo-mini.woff2') format('woff2'), url('/font/nucleo-mini.woff') format('woff'), url('/font/nucleo-mini.ttf') format('truetype'), url('/font/nucleo-mini.svg') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Icon';
  src: url('/font/nucleo-outline.eot');
  src: url('/font/nucleo-outline.eot') format('embedded-opentype'), url('/font/nucleo-outline.woff2') format('woff2'), url('/font/nucleo-outline.woff') format('woff'), url('/font/nucleo-outline.ttf') format('truetype'), url('/font/nucleo-outline.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}
/*@font-face {
  font-family: 'Icon';
  src: url('/font/nucleo-glyph.eot');
  src: url('/font/nucleo-glyph.eot') format('embedded-opentype'), url('/font/nucleo-glyph.woff2') format('woff2'), url('/font/nucleo-glyph.woff') format('woff'), url('/font/nucleo-glyph.ttf') format('truetype'), url('/font/nucleo-glyph.svg') format('svg');
  font-weight: 900;
  font-style: normal;
}*/
/*#page.theme1 a {*/
  /*color: #ea5656;*/
  /*text-decoration: none;*/
/*}*/
/*#page.theme1 .in a {
  color: #e42929;
  text-decoration: none;
}*/
#page.theme1 a:hover {
  color: #e42929;
}
#page.theme1 #page a {
  text-decoration: none;
}
#page.theme1 body #article-body a {
  color: #C21818;
  text-decoration: underline;
}
#page.theme1 .tmpl-icon,
#page.theme1 .tmpl-icon.outline {
  position: relative;
  top: .09em;
  font-family: "Icon";
  font-weight: 300;
  line-height: 1;
}
#page.theme1 .tmpl-icon.mini {
  font-weight: 100;
}
#page.theme1 .tmpl-icon.glyph {
  font-weight: 900;
}
#page.theme1 #site-bg,
#page.theme1 body .sponsor {
  display: none;
}
#page.theme1 .menu-hider {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9);
  transition: .5s ease opacity;
}
#page.theme1 img.spacer {
  display: block;
  width: 100%;
  max-width: 100%;
}
#page.theme1 h1,
#page.theme1 .nh1,
#page.theme1 h2,
#page.theme1 .nh2,
#page.theme1 h3,
#page.theme1 .nh3,
#page.theme1 h4,
#page.theme1 .nh4,
#page.theme1 h5,
#page.theme1 .nh5,
#page.theme1 h6,
#page.theme1 .nh6 {
  font-weight: 100;
  margin: 0;
  padding: 0;
  line-height: 1.25;
}
#page.theme1 article h1,
#page.theme1 article h2,
#page.theme1 article h3,
#page.theme1 article h4,
#page.theme1 article h5,
#page.theme1 article h6 {
  /*font-weight: 700;*/
  margin: .25em 0;
}
#page.theme1 h1,
#page.theme1 .nh1 {
  font-size: 2.5rem;
}
#page.theme1 h2,
#page.theme1 .nh2 {
  font-size: 1.5rem;
}
#page.theme1 h3,
#page.theme1 .nh3 {
  font-size: 1.25rem;
}
#page.theme1 h4,
#page.theme1 .nh4,
#page.theme1 h5,
#page.theme1 .nh5,
#page.theme1 h6,
#page.theme1 .nh6 {
  font-size: 1.125rem;
}
#page.theme1 .clear-fix::after {
  display: table;
  content: "";
  clear: both;
}
#page.theme1 .in {
  max-width: 1360px;
  padding: 0 40px;
  margin: 0 auto;
}
#page.theme1 .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
}
#page.theme1 .ad img {
  display: flex;
  align-self: center;
  margin: auto;
}
#page.theme1 .ad.wide {
  padding: 20px 0;
}
#page.theme1 .ad.vert {
  min-height: 250px;
  max-height: 600px;
  overflow: hidden;
  text-align: center;
}
#page.theme1 .ad img[src*='placehold.it'] {
  box-shadow: 0 0 0 1px white;
}
/*#page.theme1 .button {*/
  /*display: inline-block;*/
  /*font-size: 1.225em;*/
  /*line-height: 1;*/
  /*padding: .75em 2em;*/
  /*border-radius: 1000px;*/
  /*box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.25);*/
  /*cursor: pointer;*/
  /*margin: 1em auto;*/
  /*transition: 0.1s ease background, 0.1s ease box-shadow, 0.1s ease color;*/
/*}*/
#page.theme1 .button .tmpl-icon {
  font-size: 87.5%;
  line-height: 0;
  margin-right: .5em;
}

#page.theme1 .flexer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page.theme1 .reset {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
#page.theme1 .reset li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#page.theme1 .tg-gradient {
  height: 10px;
  background: linear-gradient(to right, #C21818 0%, #0C3085 100%);
}
#page.theme1 header.primary {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 9998;
  top: 0;
  box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.1);
  transition: 0.25s ease top, 0.25s ease box-shadow;
}
#page.theme1 header.primary .mobile-menu-button {
  display: none;
  margin: .5em 0;
  cursor: pointer;
}
#page.theme1 header.primary .mobile-menu-button::after {
  content: "Menu";
  font-family: "Rubik", sans-serif;
  margin-left: .5em;
  text-transform: uppercase;
}
#page.theme1 header.primary .header-top {
  padding: 20px 0;
  opacity: 1;
  transition: .25s ease padding, .25s ease opacity, .25s ease height;
}
#page.theme1 header.primary .header-top .flexer {
  flex-direction: row-reverse;
}
#page.theme1 header.primary .header-top #logo a.dark-theme {
  display: none;
}
#page.theme1 header.primary .header-top #logo {
  flex: .5;
  margin-right: 40px;
}
#page.theme1 header.primary .header-top #logo img {
  display: block;
  max-width: 100%;
}
#page.theme1 header.primary .header-top .ad {
  flex: 1;
  padding: 0;
  margin: 0;
  text-align: right;
  justify-content: flex-end;
}
#page.theme1 header.primary .header-top .ad > * {
  margin: 0 0 0 auto;
}
#page.theme1 header.primary .header-bottom {
  background: #ddd;
}
#page.theme1 header.primary .header-bottom nav.primary {
  display: flex;
  align-items: center;
}
#page.theme1 header.primary .header-bottom nav.primary ul li a {
  color:#262626;
  display: block;
  margin-right: 1rem;
}
#page.theme1 header.primary .header-bottom nav.primary ul li a:hover {
  color: #555;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li {
  position: relative;
  margin: .5em 0 .5em .5em;
  transition: .15s ease transform;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li a.mini-menu-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 32px;
  height: 32px;
  box-shadow: 0 1px 0 rgba(17, 17, 17, 0.05);
  border-radius: 2px;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li a.mini-menu-trigger:hover {
  color: #555;
  transition: 0.15s ease color, 0.15s ease background, 0.15s ease box-shadow;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li a.theme-switcher {
  transform: rotate(90deg);
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li a.theme-switcher.flip {
  transform: rotate(-90deg);
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .flags {
  position: absolute;
  font-size: 10px;
  top: -60%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #C21818;
  color: white;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  padding: .25em .5em;
  border-radius: 3px;
  box-shadow: 0 2px 0 #ddd;
  z-index: 2;
  transition: 0.15s ease opacity, 0.15s ease transform, 0.15s ease box-shadow;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .flags::after {
  position: absolute;
  left: calc(50% - 4px);
  bottom: -2px;
  z-index: -1;
  content: " ";
  width: 8px;
  height: 8px;
  background: #C21818;
  transform: rotate(45deg);
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance {
  position: absolute;
  opacity: 0;
  padding: .5rem;
  pointer-events: none;
  top: calc(100% + 1px);
  right: 0;
  width: 300px;
  background: #ddd;
  font-size: 75% !important;
  box-shadow: inset 0 -1px 0 rgba(17, 17, 17, 0.05);
  border-radius: 0 0 3px 3px;
  transform: translateY(-20px);
  transition: .15s ease opacity, .15s ease transform;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance form input {
  background: #fff;
  color:#262626;
  outline: none;
  border: none;
  border-radius: 3px;
  padding: .5em 1em;
  font-family: "Rubik", sans-serif;
  box-sizing: border-box;
  width: 100%;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5rem;
  border-top: 1px solid rgba(17, 17, 17, 0.05);
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul {
  margin: 0;
  padding: 0;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  height: auto;
  background: #fff;
  margin: 0 0 .5rem;
  transition: 0.15s ease box-shadow;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li a {
  display: block;
  color:#262626;
  font-weight: 100;
  padding: 1em;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li a .nh4 {
  font-size: 1rem;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li a .time-stamp {
  margin-top: .25em;
  opacity: .65;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li a:hover {
  color: #555;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li:not(.read) .read-flag {
  padding: 1em 0 1em 1em;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li:not(.read) .read-flag::after {
  content: "";
  color: #C21818;
  line-height: 0;
  font-family: "Icon";
  font-weight: 100;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li.read {
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.05);
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li.read a {
  color: rgba(17, 17, 17, 0.5);
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li:last-child {
  margin-bottom: 0;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li:hover {
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.25);
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li.active .mini-menu-trigger:not(.theme-switcher) {
  background: #C21818;
  color: white;
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.15);
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li.active .mini-menu-trigger:not(.theme-switcher):hover {
  color: #eee;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li.active .flags {
  opacity: 0;
  transform: translate(0, 4px);
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li.active .at-a-glance {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li.profile header {
  margin-bottom: .5rem;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 0 rgba(17, 17, 17, 0.05);
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li.profile header .aag-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li.profile header .aag-header-content .avatar {
  width: 64px;
  height: 64px;
  margin-right: .75rem;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #fff;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li.profile .aag-main ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li.profile .aag-main ul li {
  display: block;
  border-radius: 2px;
  font-size: 87.5%;
  letter-spacing: -1px;
  width: calc(50% - 5px);
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li.profile .aag-main ul li a {
  display: block;
  font-weight: 300;
}
#page.theme1 header.primary .header-bottom nav.header-controls ul li.profile .aag-main ul li a span.tmpl-icon {
  font-size: 125%;
  margin-right: .5em;
}
#page.theme1 header.primary div.home a {
  display: block;
  width: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  margin-right: 0 !important;
  transition: .25s ease width, .25s ease opacity;
  background: url("https://d2inm5i7oiogt5.cloudfront.net/feed/assets/brand/twin-galaxies-emblem-header.png") left center / 40px 20px no-repeat;
}
#page.theme1 header.primary.headroom--not-top {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
#page.theme1 header.primary.headroom--not-top .header-top {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  height: 0 !important;
  overflow: hidden;
}
#page.theme1 header.primary.headroom--not-top div.home a {
  pointer-events: auto;
  opacity: 1;
  width: 64px;
}

#page.theme1 header.primary.headroom--not-top .header-bottom nav.header-controls ul li .flags {
  box-shadow: none;
  top: -15px;
}
#page.theme1 #dl.slider {
  background: black !important;
  position: relative;
  overflow: hidden;
  height: 400px;
  pointer-events: none;
  transition: .25s ease height;
}
#page.theme1 #dl:not(.loaded) li.slide {
  opacity: 0;
  transition: 1s ease opacity;
}
#page.theme1 #dl:not(.loaded)::before {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  content: "";
  font-family: "Icon";
  font-size: 64px;
  color: #C21818;
  font-weight: 100;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 1;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  animation-name: loader-spin;
}
#page.theme1 #dl:not(.loaded)::after {
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  content: "";
  font-family: "Icon";
  font-size: 32px;
  color: white;
  font-weight: 100;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 1;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  animation-name: loader-spin;
}
@keyframes loader-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#page.theme1 #dl.loaded {
  height: auto;
  pointer-events: auto;
}
#page.theme1 #dl.loaded li.slide {
  opacity: 1;
}
#page.theme1 #dl li.slide {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-height: 300px;
  text-align: center;
  color: white;
}
#page.theme1 #dl li.slide .text {
  position: absolute;
  height: 100%;
  width: 100%;
  text-shadow: 0 .025em .25em black;
}
#page.theme1 #dl li.slide .text h1 {
  font-weight: 700;
}
#page.theme1 #dl li.slide .text > * {
  width: 50%;
  min-width: 260px;
}
#page.theme1 #dl li.slide .overlay-a {
  background: linear-gradient(-135deg, #C21818 0%, #0C3085 100%);
  mix-blend-mode: color;
}
#page.theme1 #dl li.slide .overlay-b {
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 75%, black 100%);
}
#page.theme1 #dl .bx-controls {
  position: relative;
}
#page.theme1 #dl .bx-controls .bx-pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0 0 2em;
}
#page.theme1 #dl .bx-controls .bx-pager .bx-pager-item a {
  width: 1rem;
  height: 1rem;
  margin: 0 .25rem;
  overflow: hidden;
  color: rgba(0, 0, 0, 0);
  background: white;
  border-radius: 100%;
  display: block;
  transition: 0.25s ease background, 0.25s ease box-shadow;
}
#page.theme1 #dl .bx-controls .bx-pager .bx-pager-item a.active {
  background: transparent;
  box-shadow: inset 0 0 0 3px white;
}
#page.theme1 .tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin: .75rem 0;
}
#page.theme1 .tags li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#page.theme1 ul.tags li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin:5px 7px 0 0 !important;
}
#page.theme1 .tags li li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.theme1 .tags li a {
  font-size: 70%;
  padding:17px !important;
  line-height: 0;
  text-transform: uppercase;
  background: #ddd;
  color: #555;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 0 rgba(85, 85, 85, 0.05);
  transition: .15s ease color, .15s ease background;
   padding: 1em 1.5em .9em;
}
#page.theme1 .tags li a:hover {
  color: rgba(85, 85, 85, 0.75);
}
#page.theme1 .play-button {
  pointer-events: none;
}
#page.theme1 .play-button::after {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  font-family: "Icon";
  font-weight: 100;
  line-height: 1;
  border-radius: 3px;
  font-size: 16px;
  width: 20px;
  height: 16px;
  text-align: center;
  color: #fff;
  background-color:#111;
  border: 4px solid #111111;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
  transition: 0.15s ease color, 0.15s ease background-color, 0.15s ease border-color, 0.15s ease transform;
}
/*#page.theme1 #blogroll {*/
  /*padding-top: 0px;*/
/*}*/
#page.theme1 #blogroll main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
/*#page.theme1 #blogroll main article {*/
  /*width: calc((100% - 120px) / 4);*/
  /*margin-bottom: 40px;*/
/*}*/
#page.theme1 #blogroll main article .article-pic {
  background-color: black;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}
#page.theme1 #blogroll main article .article-pic .cover {
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.15);
  
}
#page.theme1 #blogroll main article .article-pic a.cover{
  z-index: 1;
}
#page.theme1 #blogroll main article .article-pic .comments {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  line-height: 1;
  font-size: 87.5%;
}
#page.theme1 #blogroll main article .article-pic:hover .play-button::after {
  background-color: #C21818;
  border-color: #C21818;
}
#page.theme1 #blogroll main article.ad {
  min-width: 320px;
  background: #ddd;
  border-radius: 3px;
  padding: 10px 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#page.theme1 #blogroll main article.ad::after {
  font-weight: 100;
  font-size: 10px;
  padding: 10px 0 0;
  line-height: 1;
  margin: 0;
  display: block;
  content: "Advertisement";
  opacity: .5;
  width: 100%;
  text-align: center;
}
#page.theme1 #blogroll main article .text h2 {
  font-size: 1.25rem;
  font-weight: 400;
  margin: .75rem 0;
}
#page.theme1 #blogroll main article .text h2 a {
  display: block;
  position: relative;
  color: #555;
  transition: 0.15s ease color, 0.15s ease text-shadow;
}
#page.theme1 #blogroll main article .text h2 a:hover {
  color:#262626;
  text-shadow: 0 0 0.25em rgba(17, 17, 17, 0.1);
}
#page.theme1 #blogroll main article .text h2 a.mixBlend::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background: linear-gradient(-30deg, #C21818 0%, #0C3085 100%);
  mix-blend-mode: color;
}
#page.theme1 #blogroll main article .text p {
  
    font-weight: 300;
    margin: .75rem 0;
    font-size: 100% !important;
 
}
#page.theme1 #blogroll main article .text .blogroll-article-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: .75rem;
  box-shadow: inset 0 -1px 0 #fff;
  border-top: 1px solid #ddd;
}

#page.theme1 #blogroll main article .text .blogroll-article-bottom .by-line a {
  color: #ea5656;opacity: .8;
}
#page.theme1 #blogroll main article .text .blogroll-article-bottom .by-line a:hover {
  color: #C21818;
}
#page.theme1 #blogroll main article .text .blogroll-article-bottom .by-line address {
  font-style: normal;
  display: inline;
}
#page.theme1 #blogroll main article .text .blogroll-article-bottom > * {
  padding: 0 !important;
  margin: 0 !important;
}
#page.theme1 #blogroll main article .text .blogroll-article-bottom .tags {
  font-size: 12px;
}
#page.theme1 #blogroll main article .text .blogroll-article-bottom .tags li:not(:last-child) {
  margin-right: .5rem;
}

/*#page.theme1 #blogroll main article:nth-child(10n + 1),*/
/*#page.theme1 #blogroll main article:nth-child(10n + 2) {*/
  /*width: calc((100% - 40px) / 2);*/
/*}*/

#page.theme1 .article-wrapper {
  position: relative;
}
#page.theme1 .article-wrapper .embed-lightbox {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  color: white;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  transition: .25s ease opacity, .25s ease transform;
}
#page.theme1 .article-wrapper .embed-lightbox .embed-lightbox-container {
  width: 100%;
  height: calc(100% - 80px);
  margin: 0 auto;
  padding: 40px 0;
  overflow: scroll;
}
#page.theme1 .article-wrapper .embed-lightbox .embed-window {
  position: relative;
  text-align: center;
}
#page.theme1 .article-wrapper .embed-lightbox .embed-window img {
  display: block;
}
#page.theme1 .article-wrapper .embed-lightbox .embed-window iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  box-shadow: 0 2px 4px #000000;
}
#page.theme1 .article-wrapper .embed-lightbox .embed-window > * {
  width: 100%;
  margin: 0 auto;
  border-radius: 3px;
}
#page.theme1 .article-wrapper .embed-lightbox .close-lightbox {
  text-align: right;
  text-transform: uppercase;
  margin: 0 0 1rem;
  cursor: pointer;
  z-index: 1;
  font-weight:100 !important;
}
#page.theme1 .article-wrapper .embed-lightbox .in {
  position: relative;
  z-index: 2;
}
#page.theme1 .article-wrapper .embed-lightbox.active .embed-window {
  z-index: 0;
}
#page.theme1 .article-wrapper .embed-lightbox.active .embed-window::before {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  content: "";
  font-family: "Icon";
  font-size: 64px;
  color: #C21818;
  font-weight: 100;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 1;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  animation-name: loader-spin;
}
#page.theme1 .article-wrapper .embed-lightbox.active .embed-window::after {
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  content: "";
  font-family: "Icon";
  font-size: 32px;
  color: white;
  font-weight: 100;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 1;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  animation-name: loader-spin;
}
@keyframes loader-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#page.theme1 .article-wrapper .embed-lightbox:not(.active) {
  opacity: 0;
  transform: scale(1.25);
  pointer-events: none;
}
#page.theme1 .article-wrapper .embed-lightbox .related-articles {
  position: relative;
  margin: 1rem 0 0;
  color: white !important;
}
#page.theme1 .article-wrapper .embed-lightbox .related-articles .in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  padding: 0;
  flex-wrap: wrap;
}
#page.theme1 .article-wrapper .embed-lightbox .related-articles .in h3 {
  font-size: 1.25rem;
  width: 100%;
  font-weight: 300;
  margin: 1rem 0;
}
#page.theme1 .article-wrapper .embed-lightbox .related-articles .in::after {
  display: none;
}
#page.theme1 .article-wrapper .embed-lightbox .related-articles .in article {
  width: calc(25% - 20px);
  padding-right: 0;
}
#page.theme1 .article-wrapper .embed-lightbox .related-articles .in article .article-pic {
  width: 100%;
  position: relative;
  border-radius: 3px;
  margin-bottom: .5rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#page.theme1 .article-wrapper .embed-lightbox .related-articles .in article .article-pic a.overlay {
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}
#page.theme1 .article-wrapper .embed-lightbox .related-articles .in article .article-pic .comments {
  display: none;
}
#page.theme1 .article-wrapper .embed-lightbox .related-articles .in article .text {
  left: unset;
  top: unset;
  width: unset;
  position: static;
  opacity: 1;
  background: none !important;
  color:#262626;
  padding: 0;
}
#page.theme1 .article-wrapper .embed-lightbox .related-articles .in article .text::after {
  display: none;
}
#page.theme1 .article-wrapper .embed-lightbox .related-articles .in article .text h2 {
  font-size: 1.25em;
  font-weight: 300;
}
#page.theme1 .article-wrapper .embed-lightbox .related-articles .in article .text h2 a {
  color:#262626;
}
#page.theme1 .article-wrapper .embed-lightbox .related-articles .in article .text p {
  font-weight: 300;
  display: none;
}
#page.theme1 .article-wrapper .embed-lightbox .related-articles .in article .text .by-line {
  font-weight: 300;
  color: #808080;
  font-size: 75%;
}
#page.theme1 .article-wrapper .embed-lightbox .related-articles a {
  color: white !important;
}
#page.theme1 .article-wrapper #article-lead {
  position: relative;
}
#page.theme1 .article-wrapper #article-lead .feature-image {
  position: relative;
  background: black;
}
#page.theme1 .article-wrapper #article-lead .feature-image .widescreen {
  display: none;
}
#page.theme1 .article-wrapper #article-lead .feature-image .tags {
  align-items: center;
}
#page.theme1 .article-wrapper #article-lead .feature-image .tags li:not(:last-child) {
  margin-right: .5rem;
}
#page.theme1 .article-wrapper #article-lead .feature-image .bg {
  position: relative;
  background-size: cover;
  background-position: top center;
}
#page.theme1 .article-wrapper #article-lead .feature-image .bg .noise {
  pointer-events: none;
  background: url("https://d2inm5i7oiogt5.cloudfront.net/feed/assets/images/overlay-noise.png") center center / 128px 128px;
  mix-blend-mode: overlay;
}
#page.theme1 .article-wrapper #article-lead .feature-image .bg .vignette {
  opacity: 1;
  transition: 1s ease opacity;
}
#page.theme1 .article-wrapper #article-lead .feature-image .bg .vignette {
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 190px, rgba(0, 0, 0, 0) calc(100% - 190px), black 100%);
}

#page.theme1 .article-wrapper #article-lead .feature-image .bg .play-button {
  position: absolute;
  top: 50px;
  left: -110px;
  width: 110px;
  height: 82px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.75) url("https://d2inm5i7oiogt5.cloudfront.net/feed/assets/images/play-button-article.svg") center center / 72px no-repeat;
  border-radius: .25rem;
  pointer-events: auto;
  z-index: 3;
  cursor: pointer;
  transition: 0.15s ease background-color;
}
#page.theme1 .article-wrapper #article-lead .feature-image .bg .play-button::after {
  display: none;
}
#page.theme1 .article-wrapper #article-lead .feature-image .bg .play-button:hover {
  background-color: #C21818;
}
#page.theme1 .article-wrapper #article-lead .feature-image .text {
  bottom: 0;
  color: white;
  position: relative;
  display: block;
  font-weight: 300;
  margin: 1.5rem 150px;
  overflow: hidden;
  overflow: visible;
  position: absolute;
  left: 0;
  padding: 0 40px;
  text-shadow: 0 0.15em 0.25em rgba(0, 0, 0, 0.5);
  width: calc(100% - 380px);
}
#page.theme1 .article-wrapper #article-lead .feature-image .text > * {
  max-width: 100%;
}
#page.theme1 .article-wrapper #article-lead .feature-image .text b,
#page.theme1 .article-wrapper #article-lead .feature-image .text strong {
  font-weight: 700;
}
#page.theme1 .article-wrapper #article-lead .feature-image .text.article-image {
  background: #ddd;
  border-radius: 3px;
}
#page.theme1 .article-wrapper #article-lead .feature-image .text.article-image > img {
  display: block;
  border-radius: 3px;
  margin: 0 auto;
}
#page.theme1 .article-wrapper #article-lead .feature-image .text.article-image a.zoom {
  position: absolute;
  top: 1em;
  right: 1em;
}
#page.theme1 .article-wrapper #article-lead .feature-image .text.article-image figcaption {
  padding: .5em;
  color: rgba(17, 17, 17, 0.65);
  font-size: 75%;
  text-align: center;
}
#page.theme1 .article-wrapper #article-lead .feature-image .text.tags {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#page.theme1 .article-wrapper #article-lead .feature-image .text.tags li:not(:last-child) {
  margin-right: .5rem;
}
#page.theme1 .article-wrapper #article-lead .feature-image .text li {
  color: rgba(17, 17, 17, 0.75);
  font-size: 87.5%;
  display: list-item;
  margin: 1em 0;
}
#page.theme1 .article-wrapper #article-lead .feature-image .text li li {
  color: rgba(17, 17, 17, 0.5);
}
#page.theme1 .article-wrapper #article-lead .feature-image .text iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  border: none;
  outline: none;
  border-radius: 3px;
}
#page.theme1 .article-wrapper #article-lead .feature-image .text h1 {
  font-weight: 400;
}
#page.theme1 .article-wrapper #article-lead .article-meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
#page.theme1 .article-wrapper #article-lead .article-meta .by-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#page.theme1 .article-wrapper #article-lead .article-meta .by-line .author-pic {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: white;
  background-size: cover;
  background-position: center;
  margin: .5rem .5rem .5rem 0;
}
#page.theme1 .article-wrapper #article-lead .article-meta .by-line address {
  font-size: 1rem;
  font-style: normal;
}
#page.theme1 .article-wrapper #article-lead .article-meta .by-line address a {
  color: white;
}
#page.theme1 .article-wrapper #article-lead .article-meta .by-line .author-about {
  position: absolute;
  opacity: 0;
}
#page.theme1 .article-wrapper #article-lead .article-meta > * {
  margin-top: 1rem;
}
#page.theme1 .article-wrapper #article-lead .article-meta.alt {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
}
#page.theme1 .article-wrapper #article-body {
  overflow: hidden;
}
#page.theme1 .article-wrapper #article-body .related-articles {
  position: absolute;
  top: 0;
  left: 0;
}

.text-container{font-family:"Rubik", sans-serif;}
#page.theme1 .article-wrapper #article-body .related-articles h3:first-of-type::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page.theme1 .article-wrapper #article-body .related-articles h3:first-of-type::after {
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  position: absolute;
  background: linear-gradient(to right, #C21818 0%, #0C3085 100%);
  box-shadow: 0 1px 0 #fff;
  border-radius: 2px;
}
#page.theme1 .article-wrapper #article-body .related-articles article {
  width: 130px;
  padding-right: 10px;
  position: relative;
  margin-bottom: 20px;
  transition: .15s ease background;
}
#page.theme1 .article-wrapper #article-body .related-articles article .article-pic {
  background-image: url("https://d2inm5i7oiogt5.cloudfront.net/feed/assets/brand/twin-galaxies-emblem-128.png");
  position: relative;
  background-size: cover;
  background-position: center center;
  display: block;
  width: 130px;
  border-radius: 3px;
}
#page.theme1 .article-wrapper #article-body .related-articles article .article-pic .comments {
  display: none;
}
#page.theme1 .article-wrapper #article-body .related-articles article .text {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 100%;
  font-size: 87.5%;
  padding: 1rem;
  font-weight: 300;
  opacity: 0;
  pointer-events: none;
  width: 300px;
  box-shadow: 0 0 0 5px #fff;
  border-radius: 3px;
  transition: .15s ease opacity;
}
#page.theme1 .article-wrapper #article-body .related-articles article .text::after {
  content: " ";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 30px;
  left: -6px;
  transform: rotate(45deg);
  background: #ddd;
}
#page.theme1 .article-wrapper #article-body .related-articles article .text h2 {
  font-size: 1.5em;
  font-weight: 300;
}
#page.theme1 .article-wrapper #article-body .related-articles article .text h2 a {
  color:#262626;
}
#page.theme1 .article-wrapper #article-body .related-articles article .text h2 a:hover {
  color: #C21818;
}
#page.theme1 .article-wrapper #article-body .related-articles article .text p {
  color: rgba(17, 17, 17, 0.5);
}
#page.theme1 .article-wrapper #article-body .related-articles article .text .by-line {
  font-size: 75%;
}
#page.theme1 .article-wrapper #article-body .related-articles article .text .by-line address {
  display: inline;
  font-style: normal;
}
#page.theme1 .article-wrapper #article-body .related-articles article .text .text-container > *:first-child {
  margin-top: 0;
}
#page.theme1 .article-wrapper #article-body .related-articles article .text .text-container > *:last-child {
  margin-bottom: 0;
}
#page.theme1 .article-wrapper #article-body .related-articles article:hover .text {
  background: #ddd;
  opacity: 1;
  pointer-events: auto;
}
#page.theme1 .article-wrapper #article-body .related-articles article:hover a.overlay {
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.2);
}
#page.theme1 .article-wrapper .tmpl-el {
  position: relative;
  display: block;
  font-weight: 300;
  margin: 1.5rem 150px;
  overflow: hidden;
}
#page.theme1 .article-wrapper .tmpl-el > * {
  max-width: 100%;
}
#page.theme1 .article-wrapper .tmpl-el b,
#page.theme1 .article-wrapper .tmpl-el strong {
  font-weight: 700;
}
#page.theme1 .article-wrapper .tmpl-el.article-image {
  background: #ddd;
  border-radius: 3px;
}
#page.theme1 .article-wrapper .tmpl-el.article-image > img {
  display: block;
  border-radius: 3px;
  margin: 0 auto;
}
#page.theme1 .article-wrapper .tmpl-el.article-image a.zoom {
  position: absolute;
  top: 1em;
  right: 1em;
}
#page.theme1 .article-wrapper .tmpl-el.article-image figcaption {
  padding: .5em;
  color: rgba(17, 17, 17, 0.65);
  font-size: 75%;
  text-align: center;
}
#page.theme1 .article-wrapper .tmpl-el.tags {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#page.theme1 .article-wrapper .tmpl-el.tags li:not(:last-child) {
  margin-right: .5rem;
}
#page.theme1 .article-wrapper .tmpl-el li {
  color: rgba(17, 17, 17, 0.75);
  font-size: 87.5%;
  display: list-item;
  margin: 1em 0;
}
#page.theme1 .article-wrapper .tmpl-el li li {
  color: rgba(17, 17, 17, 0.5);
}
#page.theme1 .article-wrapper .tmpl-el iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  border: none;
  outline: none;
  border-radius: 3px;
}
#page.theme1 .article-wrapper main {
  position: relative;
}
/*#page.theme1 .article-wrapper main::after {
  content: " ";
  display: block;
  position: absolute;
  width: 130px;
  height: 130px;
  bottom: -41px;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}*/
/*#page.theme1 .article-wrapper main > *:not(aside):not(description):not(.related-articles) {
  position: relative;
  display: block;
  font-weight: 300;
  margin: 1.5rem 150px;
  overflow: hidden;
}*/
#page.theme1 .article-wrapper main > *:not(aside):not(description):not(.related-articles) > * {
  max-width: 100%;
}
#page.theme1 .article-wrapper main > *:not(aside):not(description):not(.related-articles) b,
#page.theme1 .article-wrapper main > *:not(aside):not(description):not(.related-articles) strong {
  font-weight: 700 !important;
}
#page.theme1 .article-wrapper main > *:not(aside):not(description):not(.related-articles).article-image {
  background: #ddd;
  border-radius: 3px;
}
#page.theme1 .article-wrapper main > *:not(aside):not(description):not(.related-articles).article-image > img {
  display: block;
  border-radius: 3px;
  margin: 0 auto;
}
#page.theme1 .article-wrapper main > *:not(aside):not(description):not(.related-articles).article-image a.zoom {
  position: absolute;
  top: 1em;
  right: 1em;
}
#page.theme1 .article-wrapper main > *:not(aside):not(description):not(.related-articles).article-image figcaption {
  padding: .5em;
  color: rgba(17, 17, 17, 0.65);
  font-size: 75%;
  text-align: center;
}
#page.theme1 .article-wrapper main > *:not(aside):not(description):not(.related-articles).tags {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#page.theme1 .article-wrapper main > *:not(aside):not(description):not(.related-articles).tags li:not(:last-child) {
  margin-right: .5rem;
}
.theme1 .article-wrapper main > *:not(aside):not(description):not(.related-articles) li {
   color: rgba(17, 17, 17, 0.75);
   font-size: 87.5%;
   display: list-item;
   margin: 1em 0 !important;
    margin-right: .5rem !important;
}
#page.theme1 .article-wrapper main > *:not(aside):not(description):not(.related-articles) li li {
  color: rgba(17, 17, 17, 0.5);
}
/*#page.theme1 .article-wrapper main > *:not(aside):not(description):not(.related-articles) iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  border: none;
  outline: none;
  border-radius: 3px;
}*/
#page.theme1 .article-wrapper main > p {    font-family: 'Rubik', sans-serif;
    font-size:16px;
  line-height: 1.5em;
}
/*#page.theme1 .article-wrapper main description p {
  display: block;
  font-weight: 300;
  font-size: 150%;
  margin-left: 150px;
  margin-right: 150px;
  opacity: .75;
}*/
#page.theme1 .article-wrapper main aside {
  float: right;
  margin: 0 0 40px 40px;
}
#page.theme1 .article-wrapper main nav.pagination {
  position: relative;
  background-color: #ddd;
  padding: .5rem .5rem 0;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(17, 17, 17, 0.1);
}
#page.theme1 .article-wrapper main nav.pagination::before {
  content: "Pages";
  font-weight: 300;
}
#page.theme1 .article-wrapper main nav.pagination::after {
  content: "";
  font-family: "Icon";
  font-weight: 100;
  position: absolute;
  top: .5rem;
  right: .5rem;
  color: rgba(17, 17, 17, 0.15);
}
#page.theme1 .article-wrapper main nav.pagination ul {
  margin: .5rem 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#page.theme1 .article-wrapper main nav.pagination ul li {
  list-style: none;
  margin: 0 .5rem .5rem 0;
}
#page.theme1 .article-wrapper main nav.pagination ul li a {
  font-size: 75%;
  display: block;
  padding: .5em 1em;
  font-weight: 300;
  border-radius: 2px;
  color: #fff;
  background: rgba(17, 17, 17, 0.75);
  box-shadow: 0 1px 0 #fff;
}
#page.theme1 .article-wrapper main nav.pagination ul li a:hover {
  background: #111;
}
#page.theme1 .article-wrapper main nav.pagination ul li a.selected {
  color: white;
  background: #C21818;
}
#page.theme1 .article-wrapper main nav.pagination ul li a.selected::before {
  content: "Page ";
}
#page.theme1 #topic-heading {
  position: relative;
  padding: 120px 0 20px;
  background: #222;
}
#page.theme1 #topic-heading h1 {
  position: relative;
  color: white;
  z-index: 2;
}
#page.theme1 #topic-heading .bg {
  opacity: .25;
}
#page.theme1 #topic-heading .overlay {
  mix-blend-mode: color;
  background: linear-gradient(-135deg, rgba(12, 48, 133, 0.5) 0%, rgba(194, 24, 24, 0.5) 100%);
}
#page.theme1 footer {
  margin-top: 40px;
  padding-bottom: 0px;
}

#page.theme1 footer div.footer-bottom {
  background: #ddd;
}
#page.theme1 footer ul:nth-child(1) li {
  margin-right: 1rem;
}
#page.theme1 footer ul:nth-child(1) li span {
  position: relative;
  line-height: 1;
  margin-right: .25em;
}
#page.theme1 footer ul:nth-child(2) li {
  margin-left: 1rem;
}
#page.theme1 footer ul li a {
  color: rgba(17, 17, 17, 0.5);
  font-weight: 300;
}
@media (max-width: 1440px) {
  #page.theme1 .article-wrapper #article-lead .feature-image .bg .vignette {
    opacity: 0;
  }
}
@media (max-width: 1280px) {
  #page.theme1 #blogroll main article,
  #page.theme1 #blogroll main article:nth-child(10n + 1),
  #page.theme1 #blogroll main article:nth-child(10n + 2) {
    width: calc((100% - 80px) / 3);
  }
  #page.theme1 #blogroll main article:nth-child(5n + 1),
  #page.theme1 #blogroll main article:nth-child(5n + 2) {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 968px) {
  #page.theme1 .in {
    padding-left: 20px;
    padding-right: 20px;
  }
  #page.theme1 header.primary .header-bottom .flexer {
    position: relative;
  }
  #page.theme1 header.primary .header-bottom nav.header-controls ul li {
    margin-left: .25em;
  }
  #page.theme1 header.primary nav.primary {
    position: static;
  }
  #page.theme1 header.primary nav.primary .mobile-menu-button {
    display: block;
  }
  #page.theme1 header.primary nav.primary ul.reset:first-of-type {
    background: #ddd;
    display: block;
    opacity: 0;
    pointer-events: none;
    margin-top: -10px;
    width: 200px;
    left: calc(20px - .5em);
    top: 100%;
    position: absolute;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    transition: 0.15s ease margin-top, 0.15s ease opacity;
  }
  #page.theme1 header.primary nav.primary ul.reset:first-of-type li {
    margin: 0 .5em;
  }
  #page.theme1 header.primary nav.primary ul.reset:first-of-type li a {
    font-weight: 300;
    padding: .5em 0;
    margin: 0;
    border-top: 1px solid #fff;
    box-shadow: 0 -1px 0 rgba(17, 17, 17, 0.15);
  }
  #page.theme1 header.primary nav.primary.active .mobile-menu-button {
    color: #C21818;
  }
  #page.theme1 header.primary nav.primary.active ul.reset {
    opacity: 1;
    pointer-events: auto;
    margin-top: 0;
  }
  #page.theme1 header.primary nav.primary .home {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #page.theme1 header.primary nav.primary .home a {
    background-position: center;
  }
  #page.theme1 header.primary .header-top .flexer.in {
    display: block;
  }
  #page.theme1 header.primary .header-top .flexer.in #logo {
    max-width: 480px;
    padding: 20px;
    text-align: center;
    margin: 0 auto;
  }
  #page.theme1 header.primary .header-top .flexer.in .ad {
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
  }
  #page.theme1 header.primary .header-top .flexer.in .ad img {
    margin: auto;
  }
  #page.theme1 #blogroll main article,
  #page.theme1 #blogroll main article:nth-child(10n + 1),
  #page.theme1 #blogroll main article:nth-child(10n + 2),
  #page.theme1 #blogroll main article:nth-child(5n + 1),
  #page.theme1 #blogroll main article:nth-child(5n + 2) {
    width: calc((100% - 20px) / 2);
  }
  #page.theme1 .article-wrapper #article-lead .feature-image .widescreen {
    display: block;
  }
  #page.theme1 .article-wrapper #article-lead .feature-image .ultra-widescreen {
    display: none;
  }
  #page.theme1 .article-wrapper #article-lead .feature-image .text {
    width: calc(100% - 40px);
    padding: 80px 20px 0;
    margin-left: 0;
    margin-right: 0;
  }
  #page.theme1 .article-wrapper .tmpl-el,
  #page.theme1 .article-wrapper main > *:not(aside):not(description):not(.related-articles),
  #page.theme1 .article-wrapper main > description {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #page.theme1 .article-wrapper #article-body .related-articles {
    position: relative;
    margin: 1rem 0 0;
  }
  #page.theme1 .article-wrapper #article-body .related-articles .in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
    padding: 0;
    flex-wrap: wrap;
  }
  #page.theme1 .article-wrapper #article-body .related-articles .in h3 {
    font-size: 1.25rem;
    width: 100%;
    font-weight: 300;
    margin: 1rem 0;
  }
  #page.theme1 .article-wrapper #article-body .related-articles .in::after {
    display: none;
  }
  #page.theme1 .article-wrapper #article-body .related-articles .in article {
    width: calc(25% - 20px);
    padding-right: 0;
  }
  #page.theme1 .article-wrapper #article-body .related-articles .in article .article-pic {
    width: 100%;
    position: relative;
    border-radius: 3px;
    margin-bottom: .5rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #page.theme1 .article-wrapper #article-body .related-articles .in article .article-pic a.overlay {
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
  }
  #page.theme1 .article-wrapper #article-body .related-articles .in article .article-pic .comments {
    display: none;
  }
  #page.theme1 .article-wrapper #article-body .related-articles .in article .text {
    left: unset;
    top: unset;
    width: unset;
    position: static;
    opacity: 1;
    background: none !important;
    color:#262626;
    padding: 0;
  }
  #page.theme1 .article-wrapper #article-body .related-articles .in article .text::after {
    display: none;
  }
  #page.theme1 .article-wrapper #article-body .related-articles .in article .text h2 {
    font-size: 1.25em;
    font-weight: 300;
  }
  #page.theme1 .article-wrapper #article-body .related-articles .in article .text h2 a {
    color:#262626;
  }
  #page.theme1 .article-wrapper #article-body .related-articles .in article .text p {
    font-weight: 300;
    display: none;
  }
  #page.theme1 .article-wrapper #article-body .related-articles .in article .text .by-line {
    font-weight: 300;
    color: #808080;
    font-size: 75%;
  }
  #page.theme1 .article-wrapper #article-lead .feature-image .bg .play-button {
    position: static;
    left: 0;
    margin: 0;
    width: 48px;
    height: 32px;
    padding: 0;
    background-size: contain;
    background-color: transparent;
    transform: translate(0, 2px);
  }
  #page.theme1 .article-wrapper #article-lead .feature-image .bg .play-button:hover {
    background-color: transparent;
  }
}
@media (max-width: 768px) {
  #page.theme1 .ad.wide {
    display: none !important;
  }
  #page.theme1 .article-wrapper #article-lead .feature-image .text {
    width: 100%;
    position: relative;
    padding: 20px 0;
  }
  #page.theme1 .article-wrapper main aside {
    float: none;
    clear: both;
    margin-left: 0;
  }
  #page.theme1 .article-wrapper main .related-articles .in article {
    width: calc(50% - 10px) !important;
  }
  #page.theme1 .embed-lightbox .related-articles {
    display: none !important;
  }
}
@media (max-width: 680px) {
  #page.theme1 #blogroll main article,
  #page.theme1 #blogroll main article:nth-child(10n + 1),
  #page.theme1 #blogroll main article:nth-child(10n + 2),
  #page.theme1 #blogroll main article:nth-child(5n + 1),
  #page.theme1 #blogroll main article:nth-child(5n + 2) {
    width: 100%;
  }
  #page.theme1 .article-wrapper main #article-lead .feature-image .text {
    position: relative;
    padding: 20px 0;
  }
  #page.theme1 footer .reset {
    flex-wrap: wrap;
  }
  #page.theme1 footer .reset a {
    display: block;
    width: 100%;
    text-align: center;
    padding: .5rem;
  }
  #page.theme1 footer .reset:nth-child(2) {
    justify-content: flex-end;
    box-shadow: -1px 0 0 rgba(17, 17, 17, 0.15);
  }
}
@media (max-width: 480px) {
  #page.theme1 header.primary .home {
    width: 0 !important;
    pointer-events: none !important;
  }
  #page.theme1 header.primary .header-bottom nav.header-controls ul li {
    position: static;
    width: 32px;
    heigt: 32px;
  }
  #page.theme1 header.primary .header-bottom nav.header-controls ul li .at-a-glance {
    top: 100%;
    padding-top: 0;
    border-radius: 0;
    width: calc(100% - 1rem);
  }
  #page.theme1 header.primary .header-bottom nav.header-controls ul li .flags {
    position: relative;
    top: 0;
    margin-top: -18px;
    z-index: 3;
    float: left;
    width: calc(100% - 1em);
  }
  #page.theme1 .article-wrapper main .related-articles .in article {
    width: 100% !important;
  }
  #page.theme1 footer .in > .flexer {
    display: block;
  }
  #page.theme1 footer .reset {
    display: block;
    box-shadow: none !important;
    margin: 0;
  }
  #page.theme1 footer .reset li {
    margin: 0 !important;
  }
  #page.theme1 footer .reset li a {
    width: auto;
  }
}
#page.theme2 {
  background: #101115;
  color: #eee;
  padding-top: 96px;
  transition: 0.5s ease padding-top;
}
#page.theme2 a {
  color: #ea5656;
  text-decoration: none;
}
#page.theme2 a:hover {
  color: #e42929;
}
#page.theme2 #page a {
  text-decoration: none;
}
#page.theme2 body #article-body a {
  color: #C21818;
  text-decoration: underline;
}
#page.theme2 .tmpl-icon,
#page.theme2 .tmpl-icon.outline {
  position: relative;
  top: .09em;
  font-family: "Icon";
  font-weight: 300;
  line-height: 1;
}
#page.theme2 .tmpl-icon.mini {
  font-weight: 100;
}
#page.theme2 .tmpl-icon.glyph {
  font-weight: 900;
}
#page.theme2 #site-bg,
#page.theme2 body .sponsor {
  display: none;
}
#page.theme2 .menu-hider {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9);
  transition: .5s ease opacity;
}
#page.theme2 img.spacer {
  display: block;
  width: 100%;
  max-width: 100%;
}
#page.theme2 h1,
#page.theme2 .nh1,
#page.theme2 h2,
#page.theme2 .nh2,
#page.theme2 h3,
#page.theme2 .nh3,
#page.theme2 h4,
#page.theme2 .nh4,
#page.theme2 h5,
#page.theme2 .nh5,
#page.theme2 h6,
#page.theme2 .nh6 {
  font-weight: 100;
  margin: 0;
  padding: 0;
  line-height: 1.25;
}
#page.theme2 article h1,
#page.theme2 article h2,
#page.theme2 article h3,
#page.theme2 article h4,
#page.theme2 article h5,
#page.theme2 article h6 {
  font-weight: 700;
  margin: .25em 0;
}
#page.theme2 h1,
#page.theme2 .nh1 {
  font-size: 2.5rem;
}
#page.theme2 h2,
#page.theme2 .nh2 {
  font-size: 1.5rem;
}
#page.theme2 h3,
#page.theme2 .nh3 {
  font-size: 1.25rem;
}
#page.theme2 h4,
#page.theme2 .nh4,
#page.theme2 h5,
#page.theme2 .nh5,
#page.theme2 h6,
#page.theme2 .nh6 {
  font-size: 1.125rem;
}
#page.theme2 .clear-fix::after {
  display: table;
  content: "";
  clear: both;
}
#page.theme2 .in {
  max-width: 1360px;
  padding: 0 40px;
  margin: 0 auto;
}
#page.theme2 .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
}
#page.theme2 .ad img {
  display: flex;
  align-self: center;
  margin: auto;
}
#page.theme2 .ad.wide {
  padding: 20px 0;
}
#page.theme2 .ad.vert {
  min-height: 250px;
  max-height: 600px;
  overflow: hidden;
  text-align: center;
}
#page.theme2 .ad img[src*='placehold.it'] {
  box-shadow: 0 0 0 1px white;
}
#page.theme2 .button {
  display: inline-block;
  font-size: 1.125em;
  line-height: 1;
  padding: .75em 2em;
  border-radius: 1000px;
  box-shadow: inset 0 0 0 1px rgba(238, 238, 238, 0.25);
  cursor: pointer;
  margin: 1em auto;
  transition: 0.1s ease background, 0.1s ease box-shadow, 0.1s ease color;
}
#page.theme2 .button .tmpl-icon {
  font-size: 87.5%;
  line-height: 0;
  margin-right: .5em;
}
#page.theme2 .button:hover {
  color: #C21818;
  box-shadow: inset 0 0 0 1px #C21818;
}
#page.theme2 .flexer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page.theme2 .reset {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
#page.theme2 .reset li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#page.theme2 .tg-gradient {
  height: 10px;
  background: linear-gradient(to right, #C21818 0%, #0C3085 100%);
}
#page.theme2 header.primary {
  background: #101115;
  position: fixed;
  width: 100%;
  z-index: 9998;
  top: 0;
  box-shadow: 0 0 0 1px rgba(238, 238, 238, 0.1);
  transition: 0.25s ease top, 0.25s ease box-shadow;
}
#page.theme2 header.primary .mobile-menu-button {
  display: none;
  margin: .5em 0;
  cursor: pointer;
}
#page.theme2 header.primary .mobile-menu-button::after {
  content: "Menu";
  font-family: "Rubik", sans-serif;
  margin-left: .5em;
  text-transform: uppercase;
}
#page.theme2 header.primary .header-top {
  padding: 20px 0;
  opacity: 1;
  transition: .25s ease padding, .25s ease opacity, .25s ease height;
}
#page.theme2 header.primary .header-top .flexer {
  flex-direction: row-reverse;
}
#page.theme2 header.primary .header-top #logo a.light-theme {
  display: none;
}
#page.theme2 header.primary .header-top #logo {
  flex: .5;
  margin-right: 40px;
}
#page.theme2 header.primary .header-top #logo img {
  display: block;
  max-width: 100%;
}
#page.theme2 header.primary .header-top .ad {
  flex: 1;
  padding: 0;
  margin: 0;
  text-align: right;
  justify-content: flex-end;
}
#page.theme2 header.primary .header-top .ad > * {
  margin: 0 0 0 auto;
}
#page.theme2 header.primary .header-bottom {
  background: #24252e;
}
#page.theme2 header.primary .header-bottom nav.primary {
  display: flex;
  align-items: center;
}
#page.theme2 header.primary .header-bottom nav.primary ul li a {
  color: #eee;
  display: block;
  margin-right: 1rem;
}
#page.theme2 header.primary .header-bottom nav.primary ul li a:hover {
  color: #ccc;
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li {
  position: relative;
  margin: .5em 0 .5em .5em;
  transition: .15s ease transform;
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li a.mini-menu-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #101115;
  width: 32px;
  height: 32px;
  box-shadow: 0 1px 0 rgba(238, 238, 238, 0.05);
  border-radius: 2px;
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li a.mini-menu-trigger:hover {
  color: #ccc;
  transition: 0.15s ease color, 0.15s ease background, 0.15s ease box-shadow;
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li a.theme-switcher {
  transform: rotate(90deg);
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li a.theme-switcher.flip {
  transform: rotate(-90deg);
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li .flags {
  position: absolute;
  font-size: 10px;
  top: -60%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #C21818;
  color: white;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  padding: .25em .5em;
  border-radius: 3px;
  box-shadow: 0 2px 0 #24252e;
  z-index: 2;
  transition: 0.15s ease opacity, 0.15s ease transform, 0.15s ease box-shadow;
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li .flags::after {
  position: absolute;
  left: calc(50% - 4px);
  bottom: -2px;
  z-index: -1;
  content: " ";
  width: 8px;
  height: 8px;
  background: #C21818;
  transform: rotate(45deg);
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li .at-a-glance {
  position: absolute;
  opacity: 0;
  padding: .5rem;
  pointer-events: none;
  top: calc(100% + 1px);
  right: 0;
  width: 300px;
  background: #24252e;
  font-size: 75% !important;
  box-shadow: inset 0 -1px 0 rgba(238, 238, 238, 0.05);
  border-radius: 0 0 3px 3px;
  transform: translateY(-20px);
  transition: .15s ease opacity, .15s ease transform;
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li .at-a-glance form input {
  background: #101115;
  color: #eee;
  outline: none;
  border: none;
  border-radius: 3px;
  padding: .5em 1em;
  font-family: "Rubik", sans-serif;
  box-sizing: border-box;
  width: 100%;
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li .at-a-glance header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5rem;
  border-top: 1px solid rgba(238, 238, 238, 0.05);
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul {
  margin: 0;
  padding: 0;
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  height: auto;
  background: #101115;
  margin: 0 0 .5rem;
  transition: 0.15s ease box-shadow;
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li a {
  display: block;
  color: #eee;
  font-weight: 100;
  padding: 1em;
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li a .nh4 {
  font-size: 1rem;
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li a .time-stamp {
  margin-top: .25em;
  opacity: .65;
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li a:hover {
  color: #ccc;
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li:not(.read) .read-flag {
  padding: 1em 0 1em 1em;
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li:not(.read) .read-flag::after {
  content: "";
  color: #C21818;
  line-height: 0;
  font-family: "Icon";
  font-weight: 100;
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li.read {
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(238, 238, 238, 0.05);
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li.read a {
  color: rgba(238, 238, 238, 0.5);
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li:last-child {
  margin-bottom: 0;
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li .at-a-glance ul li:hover {
  box-shadow: inset 0 0 0 1px rgba(238, 238, 238, 0.25);
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li.active .mini-menu-trigger:not(.theme-switcher) {
  background: #C21818;
  color: white;
  box-shadow: inset 0 0 0 1px rgba(238, 238, 238, 0.15);
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li.active .mini-menu-trigger:not(.theme-switcher):hover {
  color: #eee;
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li.active .flags {
  opacity: 0;
  transform: translate(0, 4px);
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li.active .at-a-glance {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li.profile header {
  margin-bottom: .5rem;
  border-bottom: 1px solid #101115;
  box-shadow: 0 1px 0 rgba(238, 238, 238, 0.05);
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li.profile header .aag-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li.profile header .aag-header-content .avatar {
  width: 64px;
  height: 64px;
  margin-right: .75rem;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #101115;
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li.profile .aag-main ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li.profile .aag-main ul li {
  display: block;
  border-radius: 2px;
  font-size: 87.5%;
  letter-spacing: -1px;
  width: calc(50% - 5px);
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li.profile .aag-main ul li a {
  display: block;
  font-weight: 300;
}
#page.theme2 header.primary .header-bottom nav.header-controls ul li.profile .aag-main ul li a span.tmpl-icon {
  font-size: 125%;
  margin-right: .5em;
}
#page.theme2 header.primary div.home a {
  display: block;
  width: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  margin-right: 0 !important;
  transition: .25s ease width, .25s ease opacity;
  background: url("https://d2inm5i7oiogt5.cloudfront.net/feed/assets/brand/twin-galaxies-emblem-header-dark.png") left center / 40px 20px no-repeat;
}
#page.theme2 header.primary.headroom--not-top {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
#page.theme2 header.primary.headroom--not-top .header-top {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  height: 0 !important;
  overflow: hidden;
}
#page.theme2 header.primary.headroom--not-top div.home a {
  pointer-events: auto;
  opacity: 1;
  width: 64px;
}
#page.theme2 header.primary.headroom--not-top .header-bottom nav.header-controls ul li .flags {
  box-shadow: none;
  top: -15px;
}
#page.theme2 #dl {
  background: black;
  position: relative;
  overflow: hidden;
  height: 400px;
  pointer-events: none;
  transition: .25s ease height;
  background: #101115;
}
#page.theme2 #dl:not(.loaded) li.slide {
  opacity: 0;
  transition: 1s ease opacity;
}
#page.theme2 #dl:not(.loaded)::before {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  content: "";
  font-family: "Icon";
  font-size: 64px;
  color: #C21818;
  font-weight: 100;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 1;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  animation-name: loader-spin;
}
#page.theme2 #dl:not(.loaded)::after {
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  content: "";
  font-family: "Icon";
  font-size: 32px;
  color: white;
  font-weight: 100;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 1;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  animation-name: loader-spin;
}
@keyframes loader-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#page.theme2 #dl.loaded {
  height: auto;
  pointer-events: auto;
}
#page.theme2 #dl.loaded li.slide {
  opacity: 1;
}
#page.theme2 #dl li.slide {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-height: 300px;
  text-align: center;
  color: white;
}
#page.theme2 #dl li.slide .text {
  position: absolute;
  height: 100%;
  width: 100%;
  text-shadow: 0 .025em .25em black;
}
#page.theme2 #dl li.slide .text h1 {
  font-weight: 700;
}
#page.theme2 #dl li.slide .text > * {
  width: 50%;
  min-width: 260px;
}
#page.theme2 #dl li.slide .overlay-a {
  background: linear-gradient(-135deg, #C21818 0%, #0C3085 100%);
  mix-blend-mode: color;
}
#page.theme2 #dl li.slide .overlay-b {
  background: linear-gradient(to right, #101115 0%, rgba(16, 17, 21, 0.5) 25%, rgba(16, 17, 21, 0.5) 75%, #101115 100%);
}
#page.theme2 #dl li.slide .overlay-b::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  content: " ";
  background: linear-gradient(to bottom, rgba(16, 17, 21, 0) 50%, #101115 100%);
  box-shadow: inset 0 -1px 0 rgba(238, 238, 238, 0.1);
}
#page.theme2 #dl .bx-controls {
  position: relative;
}
#page.theme2 #dl .bx-controls .bx-pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0 0 2em;
}
#page.theme2 #dl .bx-controls .bx-pager .bx-pager-item a {
  width: 1rem;
  height: 1rem;
  margin: 0 .25rem;
  overflow: hidden;
  color: rgba(0, 0, 0, 0);
  background: white;
  border-radius: 100%;
  display: block;
  transition: 0.25s ease background, 0.25s ease box-shadow;
}
#page.theme2 #dl .bx-controls .bx-pager .bx-pager-item a.active {
  background: transparent;
  box-shadow: inset 0 0 0 3px white;
}
#page.theme2 .tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin: .75rem 0;
}
#page.theme2 .tags li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#page.theme2 .tags li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
#page.theme2 .tags li li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#page.theme2 .tags li a {
  font-size: 75%;
  padding: 1em 1.5em .9em;
  line-height: 0;
  text-transform: uppercase;
  background: #24252e;
  color: #ccc;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 0 rgba(204, 204, 204, 0.05);
  transition: .15s ease color, .15s ease background;
}
#page.theme2 .tags li a:hover {
  color: rgba(204, 204, 204, 0.75);
}
#page.theme2 .play-button {
  pointer-events: none;
}
#page.theme2 .play-button::after {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  font-family: "Icon";
  font-weight: 100;
  line-height: 1;
  border-radius: 3px;
  font-size: 16px;
  width: 20px;
  height: 16px;
  text-align: center;
  color: #101115;
  background-color: #eeeeee;
  border: 4px solid #eeeeee;
  box-shadow: 0 0 0 1px rgba(16, 17, 21, 0.15);
  transition: 0.15s ease color, 0.15s ease background-color, 0.15s ease border-color, 0.15s ease transform;
}
#page.theme2 #blogroll {
  padding-top: 40px;
}
#page.theme2 #blogroll main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
#page.theme2 #blogroll main article {
  width: calc((100% - 120px) / 4);
  margin-bottom: 40px;
}
#page.theme2 #blogroll main article .article-pic {
  background-color: black;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(16, 17, 21, 0.15);
}
#page.theme2 #blogroll main article .article-pic .cover {
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(238, 238, 238, 0.15);
}
#page.theme2 #blogroll main article .article-pic .comments {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  line-height: 1;
  font-size: 87.5%;
}
#page.theme2 #blogroll main article .article-pic:hover .play-button::after {
  color: #C21818;
}
#page.theme2 #blogroll main article.ad {
  min-width: 320px;
  background: #24252e;
  border-radius: 3px;
  padding: 10px 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#page.theme2 #blogroll main article.ad::after {
  font-weight: 100;
  font-size: 10px;
  padding: 10px 0 0;
  line-height: 1;
  margin: 0;
  display: block;
  content: "Advertisement";
  opacity: .5;
  width: 100%;
  text-align: center;
}
#page.theme2 #blogroll main article .text h2 {
  font-size: 1.25rem;
  font-weight: 300;
  margin: .75rem 0;
}
#page.theme2 #blogroll main article .text h2 a {
  display: block;
  position: relative;
  color: #ccc;
  transition: 0.15s ease color, 0.15s ease text-shadow;
}
#page.theme2 #blogroll main article .text h2 a:hover {
  color: #eee;
  text-shadow: 0 0 0.25em rgba(238, 238, 238, 0.1);
}
#page.theme2 #blogroll main article .text p {
  
  font-weight: 300;
  margin: .75rem 0;
}
#page.theme2 #blogroll main article .text .blogroll-article-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: .75rem;
  box-shadow: inset 0 -1px 0 #101115;
  border-top: 1px solid #24252e;
}
#page.theme2 #blogroll main article .text .blogroll-article-bottom .by-line {
  font-size: 75%;
  /*font-weight: 300;*/
  margin: .75rem 0 0;
}
#page.theme2 #blogroll main article .text .blogroll-article-bottom .by-line a {
  color: #eee;
}
#page.theme2 #blogroll main article .text .blogroll-article-bottom .by-line a:hover {
  color: #C21818;
}
#page.theme2 #blogroll main article .text .blogroll-article-bottom .by-line address {
  font-style: normal;
  display: inline;
}
#page.theme2 #blogroll main article .text .blogroll-article-bottom > * {
  padding: 0 !important;
  margin: 0 !important;
}
#page.theme2 #blogroll main article .text .blogroll-article-bottom .tags {
  font-size: 12px;
}
#page.theme2 #blogroll main article .text .blogroll-article-bottom .tags li:not(:last-child) {
  margin-right: .5rem;
}
#page.theme2 #blogroll main article:nth-child(10n + 1),
#page.theme2 #blogroll main article:nth-child(10n + 2) {
  width: calc((100% - 40px) / 2);
}
#page.theme2 .article-wrapper {
  position: relative;
}
#page.theme2 .article-wrapper .embed-lightbox {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  color: white;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  transition: .25s ease opacity, .25s ease transform;
}
#page.theme2 .article-wrapper .embed-lightbox .embed-lightbox-container {
  width: 100%;
  height: calc(100% - 80px);
  margin: 0 auto;
  padding: 40px 0;
  overflow: scroll;
}
#page.theme2 .article-wrapper .embed-lightbox .embed-window {
  position: relative;
  text-align: center;
}
#page.theme2 .article-wrapper .embed-lightbox .embed-window img {
  display: block;
}
#page.theme2 .article-wrapper .embed-lightbox .embed-window iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  box-shadow: 0 2px 4px #000000;
}
#page.theme2 .article-wrapper .embed-lightbox .embed-window > * {
  width: 100%;
  margin: 0 auto;
  border-radius: 3px;
}
#page.theme2 .article-wrapper .embed-lightbox .close-lightbox {
  text-align: right;
  text-transform: uppercase;
  margin: 0 0 1rem;
  cursor: pointer;
  z-index: 1;
}
#page.theme2 .article-wrapper .embed-lightbox .in {
  position: relative;
  z-index: 2;
}
#page.theme2 .article-wrapper .embed-lightbox.active .embed-window {
  z-index: 0;
}
#page.theme2 .article-wrapper .embed-lightbox.active .embed-window::before {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  content: "";
  font-family: "Icon";
  font-size: 64px;
  color: #C21818;
  font-weight: 100;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 1;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  animation-name: loader-spin;
}
#page.theme2 .article-wrapper .embed-lightbox.active .embed-window::after {
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  content: "";
  font-family: "Icon";
  font-size: 32px;
  color: white;
  font-weight: 100;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 1;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  animation-name: loader-spin;
}
@keyframes loader-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#page.theme2 .article-wrapper .embed-lightbox:not(.active) {
  opacity: 0;
  transform: scale(1.25);
  pointer-events: none;
}
#page.theme2 .article-wrapper .embed-lightbox .related-articles {
  position: relative;
  margin: 1rem 0 0;
  color: white !important;
}
#page.theme2 .article-wrapper .embed-lightbox .related-articles .in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  padding: 0;
  flex-wrap: wrap;
}
#page.theme2 .article-wrapper .embed-lightbox .related-articles .in h3 {
  font-size: 1.25rem;
  width: 100%;
  font-weight: 300;
  margin: 1rem 0;
}
#page.theme2 .article-wrapper .embed-lightbox .related-articles .in::after {
  display: none;
}
#page.theme2 .article-wrapper .embed-lightbox .related-articles .in article {
  width: calc(25% - 20px);
  padding-right: 0;
}
#page.theme2 .article-wrapper .embed-lightbox .related-articles .in article .article-pic {
  width: 100%;
  position: relative;
  border-radius: 3px;
  margin-bottom: .5rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#page.theme2 .article-wrapper .embed-lightbox .related-articles .in article .article-pic a.overlay {
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}
#page.theme2 .article-wrapper .embed-lightbox .related-articles .in article .article-pic .comments {
  display: none;
}
#page.theme2 .article-wrapper .embed-lightbox .related-articles .in article .text {
  left: unset;
  top: unset;
  width: unset;
  position: static;
  opacity: 1;
  background: none !important;
  color: #eee;
  padding: 0;
}
#page.theme2 .article-wrapper .embed-lightbox .related-articles .in article .text::after {
  display: none;
}
#page.theme2 .article-wrapper .embed-lightbox .related-articles .in article .text h2 {
  font-size: 1.25em;
  font-weight: 300;
}
#page.theme2 .article-wrapper .embed-lightbox .related-articles .in article .text h2 a {
  color: #eee;
}
#page.theme2 .article-wrapper .embed-lightbox .related-articles .in article .text p {
  font-weight: 300;
  display: none;
}
#page.theme2 .article-wrapper .embed-lightbox .related-articles .in article .text .by-line {
  font-weight: 300;
  color: #808080;
  font-size: 75%;
}
#page.theme2 .article-wrapper .embed-lightbox .related-articles a {
  color: white !important;
}
#page.theme2 .article-wrapper #article-lead {
  position: relative;
}
#page.theme2 .article-wrapper #article-lead .feature-image {
  position: relative;
}
#page.theme2 .article-wrapper #article-lead .feature-image .widescreen {
  display: none;
}
#page.theme2 .article-wrapper #article-lead .feature-image .tags {
  align-items: center;
}
#page.theme2 .article-wrapper #article-lead .feature-image .tags li:not(:last-child) {
  margin-right: .5rem;
}
#page.theme2 .article-wrapper #article-lead .feature-image .bg {
  position: relative;
  background-size: cover;
  background-position: center center;
}
#page.theme2 .article-wrapper #article-lead .feature-image .bg .noise {
  pointer-events: none;
  background: url("https://d2inm5i7oiogt5.cloudfront.net/feed/assets/images/overlay-noise.png") center center / 128px 128px;
  mix-blend-mode: overlay;
}
#page.theme2 .article-wrapper #article-lead .feature-image .bg .vignette {
  opacity: 1;
  transition: 1s ease opacity;
}
#page.theme2 .article-wrapper #article-lead .feature-image .bg .vignette {
  background: linear-gradient(to right, #101115 0%, rgba(16, 17, 21, 0) 35%, rgba(16, 17, 21, 0) 65%, #101115 100%);
}
#page.theme2 .article-wrapper #article-lead .feature-image .bg .overlay {
  background: linear-gradient(to bottom, rgba(16, 17, 21, 0) 50%, #101115 100%);
}
#page.theme2 .article-wrapper #article-lead .feature-image .bg .play-button {
  position: absolute;
  top: 70px;
  left: -110px;
  width: 110px;
  height: 82px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.75) url("https://d2inm5i7oiogt5.cloudfront.net/feed/assets/images/play-button-article.svg") center center / 72px no-repeat;
  border-radius: .25rem;
  pointer-events: auto;
  z-index: 3;
  cursor: pointer;
  transition: 0.15s ease background-color;
}
#page.theme2 .article-wrapper #article-lead .feature-image .bg .play-button::after {
  display: none;
}
#page.theme2 .article-wrapper #article-lead .feature-image .bg .play-button:hover {
  background-color: #C21818;
}
#page.theme2 .article-wrapper #article-lead .feature-image .text {
  bottom: 0;
  color: white;
  position: relative;
  display: block;
  font-weight: 300;
  margin: 1.5rem 150px;
  overflow: hidden;
  overflow: visible;
  position: absolute;
  left: 0;
  padding: 0 40px;
  text-shadow: 0 0.15em 0.25em rgba(0, 0, 0, 0.5);
  width: calc(100% - 380px);
  margin-bottom: 0;
}
#page.theme2 .article-wrapper #article-lead .feature-image .text > * {
  max-width: 100%;
}
#page.theme2 .article-wrapper #article-lead .feature-image .text b,
#page.theme2 .article-wrapper #article-lead .feature-image .text strong {
  font-weight: 700;
}
#page.theme2 .article-wrapper #article-lead .feature-image .text.article-image {
  background: #24252e;
  border-radius: 3px;
}
#page.theme2 .article-wrapper #article-lead .feature-image .text.article-image > img {
  display: block;
  border-radius: 3px;
  margin: 0 auto;
}
#page.theme2 .article-wrapper #article-lead .feature-image .text.article-image a.zoom {
  position: absolute;
  top: 1em;
  right: 1em;
}
#page.theme2 .article-wrapper #article-lead .feature-image .text.article-image figcaption {
  padding: .5em;
  color: rgba(238, 238, 238, 0.65);
  font-size: 75%;
  text-align: center;
}
#page.theme2 .article-wrapper #article-lead .feature-image .text.tags {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#page.theme2 .article-wrapper #article-lead .feature-image .text.tags li:not(:last-child) {
  margin-right: .5rem;
}
#page.theme2 .article-wrapper #article-lead .feature-image .text li {
  color: rgba(238, 238, 238, 0.75);
  font-size: 87.5%;
  display: list-item;
  margin: 1em 0;
}
#page.theme2 .article-wrapper #article-lead .feature-image .text li li {
  color: rgba(238, 238, 238, 0.5);
}
#page.theme2 .article-wrapper #article-lead .feature-image .text iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  border: none;
  outline: none;
  border-radius: 3px;
}
#page.theme2 .article-wrapper #article-lead .feature-image .text .article-meta {
  padding-bottom: 20px;
}
#page.theme2 .article-wrapper #article-lead .feature-image .text h1 {
  font-weight: 300;
}
#page.theme2 .article-wrapper #article-lead .article-meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 40px;
  box-shadow: inset 0 -1px 0 black;
  border-bottom: 1px solid rgba(238, 238, 238, 0.1);
}
#page.theme2 .article-wrapper #article-lead .article-meta .by-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#page.theme2 .article-wrapper #article-lead .article-meta .by-line .author-pic {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: white;
  background-size: cover;
  background-position: center;
  margin: .5rem .5rem .5rem 0;
}
#page.theme2 .article-wrapper #article-lead .article-meta .by-line address {
  font-size: 1rem;
  font-style: normal;
}
#page.theme2 .article-wrapper #article-lead .article-meta .by-line address a {
  color: white;
}
#page.theme2 .article-wrapper #article-lead .article-meta .by-line .author-about {
  position: absolute;
  opacity: 0;
}
#page.theme2 .article-wrapper #article-lead .article-meta > * {
  margin-top: 1rem;
}
#page.theme2 .article-wrapper #article-lead .article-meta.alt {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.15);
}
#page.theme2 .article-wrapper #article-body {
  overflow: hidden;
}
#page.theme2 .article-wrapper #article-body .related-articles {
  position: absolute;
  top: 0;
  left: 0;
}
#page.theme2 .article-wrapper #article-body .related-articles h3:first-of-type {
  position: relative;
  width: 130px;
  font-size: .75rem;
  font-weight: 300;
  border-radius: 2px;
  background: radial-gradient(circle, #24252e 0%, #101115 100%);
  padding: calc(1rem + 5px) 0 1rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 #101115;
  text-align: center;
  box-shadow: inset 0 -1px 0 rgba(238, 238, 238, 0.15);
}
#page.theme2 .article-wrapper #article-body .related-articles h3:first-of-type::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page.theme2 .article-wrapper #article-body .related-articles h3:first-of-type::after {
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  position: absolute;
  background: linear-gradient(to right, #C21818 0%, #0C3085 100%);
  box-shadow: 0 1px 0 #101115;
  border-radius: 2px;
}
#page.theme2 .article-wrapper #article-body .related-articles article {
  width: 130px;
  padding-right: 10px;
  position: relative;
  margin-bottom: 20px;
  transition: .15s ease background;
}
#page.theme2 .article-wrapper #article-body .related-articles article .article-pic {
  background-image: url("https://d2inm5i7oiogt5.cloudfront.net/feed/assets/brand/twin-galaxies-emblem-128.png");
  position: relative;
  background-size: cover;
  background-position: center center;
  display: block;
  width: 130px;
  border-radius: 3px;
}
#page.theme2 .article-wrapper #article-body .related-articles article .article-pic a.overlay {
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(238, 238, 238, 0.1);
  transition: 0.15s ease box-shadow;
}
#page.theme2 .article-wrapper #article-body .related-articles article .article-pic .comments {
  display: none;
}
#page.theme2 .article-wrapper #article-body .related-articles article .text {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 100%;
  font-size: 87.5%;
  padding: 1rem;
  font-weight: 300;
  opacity: 0;
  pointer-events: none;
  width: 300px;
  box-shadow: 0 0 0 5px #101115 !important;
  border-radius: 3px;
  transition: .15s ease opacity;
}
#page.theme2 .article-wrapper #article-body .related-articles article .text::after {
  content: " ";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 30px;
  left: -6px;
  transform: rotate(45deg);
  background: #24252e;
}
#page.theme2 .article-wrapper #article-body .related-articles article .text h2 {
  font-size: 1.5em;
  font-weight: 300;
}
#page.theme2 .article-wrapper #article-body .related-articles article .text h2 a {
  color: #eee;
}
#page.theme2 .article-wrapper #article-body .related-articles article .text h2 a:hover {
  color: #C21818;
}
#page.theme2 .article-wrapper #article-body .related-articles article .text p {
  color: rgba(238, 238, 238, 0.5);
}
#page.theme2 .article-wrapper #article-body .related-articles article .text .by-line {
  font-size: 75%;
}
#page.theme2 .article-wrapper #article-body .related-articles article .text .by-line address {
  display: inline;
  font-style: normal;
}
#page.theme2 .article-wrapper #article-body .related-articles article .text .text-container > *:first-child {
  margin-top: 0;
}
#page.theme2 .article-wrapper #article-body .related-articles article .text .text-container > *:last-child {
  margin-bottom: 0;
}
#page.theme2 .article-wrapper #article-body .related-articles article:hover .text {
  background: #24252e;
  opacity: 1;
  pointer-events: auto;
}
#page.theme2 .article-wrapper #article-body .related-articles article:hover a.overlay {
  box-shadow: inset 0 0 0 1px rgba(238, 238, 238, 0.2);
}
#page.theme2 .article-wrapper .tmpl-el {
  position: relative;
  display: block;
  font-weight: 300;
  margin: 1.5rem 150px;
  overflow: hidden;
}
#page.theme2 .article-wrapper .tmpl-el > * {
  max-width: 100%;
}
#page.theme2 .article-wrapper .tmpl-el b,
#page.theme2 .article-wrapper .tmpl-el strong {
  font-weight: 700;
}
#page.theme2 .article-wrapper .tmpl-el.article-image {
  background: #24252e;
  border-radius: 3px;
}
#page.theme2 .article-wrapper .tmpl-el.article-image > img {
  display: block;
  border-radius: 3px;
  margin: 0 auto;
}
#page.theme2 .article-wrapper .tmpl-el.article-image a.zoom {
  position: absolute;
  top: 1em;
  right: 1em;
}
#page.theme2 .article-wrapper .tmpl-el.article-image figcaption {
  padding: .5em;
  color: rgba(238, 238, 238, 0.65);
  font-size: 75%;
  text-align: center;
}
#page.theme2 .article-wrapper .tmpl-el.tags {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#page.theme2 .article-wrapper .tmpl-el.tags li:not(:last-child) {
  margin-right: .5rem;
}
#page.theme2 .article-wrapper .tmpl-el li {
  color: rgba(238, 238, 238, 0.75);
  font-size: 87.5%;
  display: list-item;
  margin: 1em 0;
}
#page.theme2 .article-wrapper .tmpl-el li li {
  color: rgba(238, 238, 238, 0.5);
}
#page.theme2 .article-wrapper .tmpl-el iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  border: none;
  outline: none;
  border-radius: 3px;
}
#page.theme2 .article-wrapper main {
  position: relative;
}
#page.theme2 .article-wrapper main::after {
  content: " ";
  display: block;
  position: absolute;
  width: 130px;
  height: 130px;
  bottom: -41px;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(16, 17, 21, 0) 0%, #101115 100%);
}
#page.theme2 .article-wrapper main > *:not(aside):not(description):not(.related-articles) {
  position: relative;
  display: block;
  font-weight: 300;
  margin: 1.5rem 150px;
  overflow: hidden;
}
#page.theme2 .article-wrapper main > *:not(aside):not(description):not(.related-articles) > * {
  max-width: 100%;
}
#page.theme2 .article-wrapper main > *:not(aside):not(description):not(.related-articles) b,
#page.theme2 .article-wrapper main > *:not(aside):not(description):not(.related-articles) strong {
  font-weight: 700;
}
#page.theme2 .article-wrapper main > *:not(aside):not(description):not(.related-articles).article-image {
  background: #24252e;
  border-radius: 3px;
}
#page.theme2 .article-wrapper main > *:not(aside):not(description):not(.related-articles).article-image > img {
  display: block;
  border-radius: 3px;
  margin: 0 auto;
}
#page.theme2 .article-wrapper main > *:not(aside):not(description):not(.related-articles).article-image a.zoom {
  position: absolute;
  top: 1em;
  right: 1em;
}
#page.theme2 .article-wrapper main > *:not(aside):not(description):not(.related-articles).article-image figcaption {
  padding: .5em;
  color: rgba(238, 238, 238, 0.65);
  font-size: 75%;
  text-align: center;
}
#page.theme2 .article-wrapper main > *:not(aside):not(description):not(.related-articles).tags {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#page.theme2 .article-wrapper main > *:not(aside):not(description):not(.related-articles).tags li:not(:last-child) {
  margin-right: .5rem;
}
#page.theme2 .article-wrapper main > *:not(aside):not(description):not(.related-articles) li {
  color: rgba(238, 238, 238, 0.75);
  font-size: 87.5%;
  display: list-item;
  margin: 1em 0;
}
#page.theme2 .article-wrapper main > *:not(aside):not(description):not(.related-articles) li li {
  color: rgba(238, 238, 238, 0.5);
}
#page.theme2 .article-wrapper main > *:not(aside):not(description):not(.related-articles) iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  border: none;
  outline: none;
  border-radius: 3px;
}
#page.theme2 .article-wrapper main > p {
  line-height: 1.5em;
}
#page.theme2 .article-wrapper main description {
  display: block;
  font-weight: 300;
  font-size: 150%;
  margin-left: 150px;
  margin-right: 150px;
  opacity: .75;
}
#page.theme2 .article-wrapper main aside {
  float: right;
  margin: 0 0 40px 40px;
}
#page.theme2 .article-wrapper main nav.pagination {
  position: relative;
  background-color: #24252e;
  padding: .5rem .5rem 0;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(238, 238, 238, 0.1);
}
#page.theme2 .article-wrapper main nav.pagination::before {
  content: "Pages";
  font-weight: 300;
}
#page.theme2 .article-wrapper main nav.pagination::after {
  content: "";
  font-family: "Icon";
  font-weight: 100;
  position: absolute;
  top: .5rem;
  right: .5rem;
  color: rgba(238, 238, 238, 0.15);
}
#page.theme2 .article-wrapper main nav.pagination ul {
  margin: .5rem 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#page.theme2 .article-wrapper main nav.pagination ul li {
  list-style: none;
  margin: 0 .5rem .5rem 0;
}
#page.theme2 .article-wrapper main nav.pagination ul li a {
  font-size: 75%;
  display: block;
  padding: .5em 1em;
  font-weight: 300;
  border-radius: 2px;
  color: #101115;
  background: rgba(238, 238, 238, 0.75);
  box-shadow: 0 1px 0 #101115;
}
#page.theme2 .article-wrapper main nav.pagination ul li a:hover {
  background: #eee;
}
#page.theme2 .article-wrapper main nav.pagination ul li a.selected {
  color: white;
  background: #C21818;
}
#page.theme2 .article-wrapper main nav.pagination ul li a.selected::before {
  content: "Page ";
}
#page.theme2 #topic-heading {
  position: relative;
  padding: 120px 0 20px;
  background: #222;
}
#page.theme2 #topic-heading h1 {
  position: relative;
  color: white;
  z-index: 2;
}
#page.theme2 #topic-heading .bg {
  opacity: .25;
}
#page.theme2 #topic-heading .overlay {
  mix-blend-mode: color;
  background: linear-gradient(-135deg, rgba(12, 48, 133, 0.5) 0%, rgba(194, 24, 24, 0.5) 100%);
}
#page.theme2 #topic-heading .overlay {
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.25);
}
#page.theme2 footer {
  margin-top: 40px;
}
#page.theme2 footer .in > .flexer {
  border-top: 1px solid rgba(238, 238, 238, 0.15);
  padding: .75em 0;
}
#page.theme2 footer div.footer-bottom {
  background: #24252e;
}
#page.theme2 footer ul:nth-child(1) li {
  margin-right: 1rem;
}
#page.theme2 footer ul:nth-child(1) li span {
  position: relative;
  line-height: 1;
  margin-right: .25em;
}
#page.theme2 footer ul:nth-child(2) li {
  margin-left: 1rem;
}
#page.theme2 footer ul li a {
  color: rgba(238, 238, 238, 0.5);
  font-weight: 300;
}
@media (max-width: 1440px) {
  #page.theme2 .article-wrapper #article-lead .feature-image .bg .vignette {
    opacity: 0;
  }
}
@media (max-width: 1280px) {
  #page.theme2 #blogroll main article,
  #page.theme2 #blogroll main article:nth-child(10n + 1),
  #page.theme2 #blogroll main article:nth-child(10n + 2) {
    width: calc((100% - 80px) / 3);
  }
  #page.theme2 #blogroll main article:nth-child(5n + 1),
  #page.theme2 #blogroll main article:nth-child(5n + 2) {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 968px) {
  #page.theme2 .in {
    padding-left: 20px;
    padding-right: 20px;
  }
  #page.theme2 header.primary .header-bottom .flexer {
    position: relative;
  }
  #page.theme2 header.primary .header-bottom nav.header-controls ul li {
    margin-left: .25em;
  }
  #page.theme2 header.primary nav.primary {
    position: static;
  }
  #page.theme2 header.primary nav.primary .mobile-menu-button {
    display: block;
  }
  #page.theme2 header.primary nav.primary ul.reset:first-of-type {
    background: #24252e;
    display: block;
    opacity: 0;
    pointer-events: none;
    margin-top: -10px;
    width: 200px;
    left: calc(20px - .5em);
    top: 100%;
    position: absolute;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    transition: 0.15s ease margin-top, 0.15s ease opacity;
  }
  #page.theme2 header.primary nav.primary ul.reset:first-of-type li {
    margin: 0 .5em;
  }
  #page.theme2 header.primary nav.primary ul.reset:first-of-type li a {
    font-weight: 300;
    padding: .5em 0;
    margin: 0;
    border-top: 1px solid #101115;
    box-shadow: 0 -1px 0 rgba(238, 238, 238, 0.15);
  }
  #page.theme2 header.primary nav.primary.active .mobile-menu-button {
    color: #C21818;
  }
  #page.theme2 header.primary nav.primary.active ul.reset {
    opacity: 1;
    pointer-events: auto;
    margin-top: 0;
  }
  #page.theme2 header.primary nav.primary .home {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #page.theme2 header.primary nav.primary .home a {
    background-position: center;
  }
  #page.theme2 header.primary .header-top .flexer.in {
    display: block;
  }
  #page.theme2 header.primary .header-top .flexer.in #logo {
    max-width: 480px;
    padding: 20px;
    text-align: center;
    margin: 0 auto;
  }
  #page.theme2 header.primary .header-top .flexer.in .ad {
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
  }
  #page.theme2 header.primary .header-top .flexer.in .ad img {
    margin: auto;
  }
  #page.theme2 #blogroll main article,
  #page.theme2 #blogroll main article:nth-child(10n + 1),
  #page.theme2 #blogroll main article:nth-child(10n + 2),
  #page.theme2 #blogroll main article:nth-child(5n + 1),
  #page.theme2 #blogroll main article:nth-child(5n + 2) {
    width: calc((100% - 20px) / 2);
  }
  #page.theme2 .article-wrapper #article-lead .feature-image .widescreen {
    display: block;
  }
  #page.theme2 .article-wrapper #article-lead .feature-image .ultra-widescreen {
    display: none;
  }
  #page.theme2 .article-wrapper #article-lead .feature-image .text {
    width: calc(100% - 40px);
    padding: 80px 20px 0;
    margin-left: 0;
    margin-right: 0;
  }
  #page.theme2 .article-wrapper .tmpl-el,
  #page.theme2 .article-wrapper main > *:not(aside):not(description):not(.related-articles),
  #page.theme2 .article-wrapper main > description {
    margin-left: 0;
    margin-right: 0;
  }
  #page.theme2 .article-wrapper #article-body .related-articles {
    position: relative;
    margin: 1rem 0 0;
  }
  #page.theme2 .article-wrapper #article-body .related-articles .in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
    padding: 0;
    flex-wrap: wrap;
  }
  #page.theme2 .article-wrapper #article-body .related-articles .in h3 {
    font-size: 1.25rem;
    width: 100%;
    font-weight: 300;
    margin: 1rem 0;
  }
  #page.theme2 .article-wrapper #article-body .related-articles .in::after {
    display: none;
  }
  #page.theme2 .article-wrapper #article-body .related-articles .in article {
    width: calc(25% - 20px);
    padding-right: 0;
  }
  #page.theme2 .article-wrapper #article-body .related-articles .in article .article-pic {
    width: 100%;
    position: relative;
    border-radius: 3px;
    margin-bottom: .5rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #page.theme2 .article-wrapper #article-body .related-articles .in article .article-pic a.overlay {
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
  }
  #page.theme2 .article-wrapper #article-body .related-articles .in article .article-pic .comments {
    display: none;
  }
  #page.theme2 .article-wrapper #article-body .related-articles .in article .text {
    left: unset;
    top: unset;
    width: unset;
    position: static;
    opacity: 1;
    background: none !important;
    color: #eee;
    padding: 0;
  }
  #page.theme2 .article-wrapper #article-body .related-articles .in article .text::after {
    display: none;
  }
  #page.theme2 .article-wrapper #article-body .related-articles .in article .text h2 {
    font-size: 1.25em;
    font-weight: 300;
  }
  #page.theme2 .article-wrapper #article-body .related-articles .in article .text h2 a {
    color: #eee;
  }
  #page.theme2 .article-wrapper #article-body .related-articles .in article .text p {
    font-weight: 300;
    display: none;
  }
  #page.theme2 .article-wrapper #article-body .related-articles .in article .text .by-line {
    font-weight: 300;
    color: #808080;
    font-size: 75%;
  }
  #page.theme2 .article-wrapper #article-lead .feature-image .bg .play-button {
    position: static;
    left: 0;
    margin: 0;
    width: 48px;
    height: 32px;
    padding: 0;
    background-size: contain;
    background-color: transparent;
    transform: translate(0, 2px);
  }
  #page.theme2 .article-wrapper #article-lead .feature-image .bg .play-button:hover {
    background-color: transparent;
  }
}
@media (max-width: 768px) {
  #page.theme2 .ad.wide {
    display: none !important;
  }
  #page.theme2 .article-wrapper #article-lead .feature-image .text {
    width: 100%;
    position: relative;
    padding: 20px 0;
  }
  #page.theme2 .article-wrapper main aside {
    float: none;
    clear: both;
    margin-left: 0;
  }
  #page.theme2 .article-wrapper main .related-articles .in article {
    width: calc(50% - 10px) !important;
  }
  #page.theme2 .embed-lightbox .related-articles {
    display: none !important;
  }
}
@media (max-width: 680px) {
  #page.theme2 #blogroll main article,
  #page.theme2 #blogroll main article:nth-child(10n + 1),
  #page.theme2 #blogroll main article:nth-child(10n + 2),
  #page.theme2 #blogroll main article:nth-child(5n + 1),
  #page.theme2 #blogroll main article:nth-child(5n + 2) {
    width: 100%;
  }
  #page.theme2 .article-wrapper main #article-lead .feature-image .text {
    position: relative;
    padding: 20px 0;
  }
  #page.theme2 footer .reset {
    flex-wrap: wrap;
  }
  #page.theme2 footer .reset a {
    display: block;
    width: 100%;
    text-align: center;
    padding: .5rem;
  }
  #page.theme2 footer .reset:nth-child(2) {
    justify-content: flex-end;
    box-shadow: -1px 0 0 rgba(238, 238, 238, 0.15);
  }
}
@media (max-width: 480px) {
  #page.theme2 header.primary .home {
    width: 0 !important;
    pointer-events: none !important;
  }
  #page.theme2 header.primary .header-bottom nav.header-controls ul li {
    position: static;
    width: 32px;
    heigt: 32px;
  }
  #page.theme2 header.primary .header-bottom nav.header-controls ul li .at-a-glance {
    top: 100%;
    padding-top: 0;
    border-radius: 0;
    width: calc(100% - 1rem);
  }
  #page.theme2 header.primary .header-bottom nav.header-controls ul li .flags {
    position: relative;
    top: 0;
    margin-top: -18px;
    z-index: 3;
    float: left;
    width: calc(100% - 1em);
  }
  #page.theme2 .article-wrapper main .related-articles .in article {
    width: 100% !important;
  }
  #page.theme2 footer .in > .flexer {
    display: block;
  }
  #page.theme2 footer .reset {
    display: block;
    box-shadow: none !important;
    margin: 0;
  }
  #page.theme2 footer .reset li {
    margin: 0 !important;
  }
  #page.theme2 footer .reset li a {
    width: auto;
  }
}


/*.featured-head{
  background-image: url('/feed/assets/images/dl-planet.jpg');
  background-size: cover;
  background-position: center center;  
  
  visibility: hidden;
  position: relative;
  margin: 0 auto;

  width: 1140px;

  height: 500px;
  overflow: hidden;
}
.featured-head .slide-wrapper{
  position: absolute;
  left: 0px;
  top: 0px;

  width: 1140px;

  height: 500px;
  overflow: hidden;
}
.featured-head .slide-el{
  background-size: cover; 
  background-position: center center;
}*/
.featured-head .welcome-area{
  position: relative;
  height: 100%; 
  color: white;
}
.featured-head .welcome-area .text-container h1{
  font-weight: 700 !important;
}
.featured-head .welcome-area .text-container .button{
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
}
.text-center{
  text-align: center;
}
#page.theme1{
  padding-top: 0px;
}
#page footer{
  background: none;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
  width: 100%;
}
#myCarousel.carousel.slide{
  /*height: 500px;*/
  max-width: 1360px;
  padding: 0 40px;
  padding-top: 125px;
  margin: 0 auto;
}
#myCarousel.carousel.slide .item{
  background-size: cover!important;
    background-position: center !important;
    height: 500px;
}
.theme1 #myCarousel .carousel-inner .item:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background:linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 75%, black 100%);
}

.theme2 #myCarousel .carousel-inner .item:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #101115 0%, rgba(16, 17, 21, 0.5) 25%, rgba(16, 17, 21, 0.5) 75%, #101115 100%);
}
#myCarousel .carousel-inner .item .text-container p{
  font-size: 16px;
  font-weight: 400 !important;
  margin: 20px 0;
}
.theme1 .related-articles article:hover .text{
      background: #ddd !important;
}
.theme2 .related-articles article:hover .text{
  background: #24252e !important;
  box-shadow:0 0 0 5px #101115 !important;
}
.theme2 .related-articles article:hover .text:after{
  content: "";
  background: #24252e !important;
}
.theme2 .related-articles article .text h2 a{
  color: #eee !important;
}
.theme2 .related-articles article .text p{
  color: rgba(238, 238, 238, 0.5) !important;
}
.theme2 .by-line{
  color: #eee !important;
}
.theme2 .article-wrapper #article-body .related-articles h3:first-of-type {
    position: relative;
    width: 130px;
    font-size: .75rem;
    font-weight: 400;
    border-radius: 2px;
    background: radial-gradient(circle, #24252e 0%, #101115 100%) !important;
    padding: calc(1rem + 5px) 0 1rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-shadow: none !important;
    text-align: center;
    box-shadow: inset 0 -1px 0 rgba(238, 238, 238, 0.15);
    color: #fff !important;
}
.theme2 figcaption{
  background: #24252e !important;
  color: #eee !important
}
.theme2 .tags li a{
  background: #24252e !important;
  color: #eee !important;
}
.footer-bottom .ad.wide{
  text-align: center;
}
.button{
  font-weight: 400 !important;
}

.theme2 .article-wrapper #article-body .related-articles h3:first-of-type::after{
 content: "";
 box-shadow:inset 0 -1px 0 rgba(238, 238, 238, 0.15) !important;
}
/*.theme1 #dl li.slide.welcome .button, .theme1 #dl li.slide.welcome .button a{
  color: white !important;
background: rgba(0, 0, 0, 0.5);
}*/
.theme2 .article-wrapper main > *:not(aside):not(description):not(.related-articles) li{
 color: #fff;
}

.welcome-box .button a, .welcome-box .button{
  color: #fff !important;
 
}
.welcome-box .button{
   box-shadow: inset 0 0 0 1px rgba(238, 238, 238, 0.25) !important;
}
.welcome-box .button:hover{
   box-shadow: inset 0 0 0 1px #C21818 !important;
}

@font-face {
    font-family: 'Icon';
    src: url('/font/nucleo-mini.eot');
    src: url('/font/nucleo-mini.eot') format('embedded-opentype'),
        url('/font/nucleo-mini.woff2') format('woff2'),
        url('/font/nucleo-mini.woff') format('woff'),
        url('/font/nucleo-mini.ttf') format('truetype'),
        url('/font/nucleo-mini.svg') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Icon';
    src: url('/font/nucleo-outline.eot');
    src: url('/font/nucleo-outline.eot') format('embedded-opentype'),
        url('/font/nucleo-outline.woff2') format('woff2'),
        url('/font/nucleo-outline.woff') format('woff'),
        url('/font/nucleo-outline.ttf') format('truetype'),
        url('/font/nucleo-outline.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}

/*@font-face {
    font-family: 'Icon';
    src: url('/font/nucleo-glyph.eot');
    src: url('/font/nucleo-glyph.eot') format('embedded-opentype'),
        url('/font/nucleo-glyph.woff2') format('woff2'),
        url('/font/nucleo-glyph.woff') format('woff'),
        url('/font/nucleo-glyph.ttf') format('truetype'),
        url('/font/nucleo-glyph.svg') format('svg');
    font-weight: 900;
    font-style: normal;
}*/


.carousel-inner .welcome-area .in{
 width: 60%;
    min-width: 260px;
}
.theme2 .article-wrapper #article-lead .feature-image .text .article-meta{
  padding-bottom: 10px;
}
.theme2 .article-wrapper #article-lead .article-meta {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 40px;
    box-shadow: inset 0 -1px 0 black;
    border-bottom: 1px solid rgba(238, 238, 238, 0.1);
}
.theme2 .article-wrapper #article-lead .feature-image .bg .overlay {
    background: linear-gradient(to bottom, rgba(16, 17, 21, 0) 50%, #101115 100%);
}
.theme2 .article-wrapper #article-body .related-articles article .article-pic a.overlay {
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(238, 238, 238, 0.1);
    transition: 0.15s ease box-shadow;
}

.carousel-indicators li, .carousel-indicators li.active{
  width: 15px;
    height: 15px;
    border: 3px solid #fff;
}
#myCarousel .carousel-inner .item {
  border-bottom: 1px solid #24252e;
  box-shadow: inset 0 -1px 0 #101115;
}
.theme2 .mj-navbar .navbar-left .dropMenuLi div button.dropdown-toggle:hover{
     color: #ddd !important;
}
div.bootstrap .mainNavWrapper .dropdown-menu.dd_search form{
  display: block !important;
}
div.bootstrap .mainNavWrapper .dropdown-menu.dd_search{
  min-width: 300px !important;
}
/*@media(min-width: 768px)*/
/*{*/
	/*body.feed_page*/
	/*{*/
		/*padding-top: 175px !important;*/
	/*}*/
/*}*/


/* for responsive iframes */

.intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden;
}
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
    padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
    padding-bottom: 75%;
}

.intrinsic-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


 .button {
display: inline-block;
font-size: 1.225em;
line-height: 1;
padding: .75em 2em;
border-radius: 1000px;
box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.25);
cursor: pointer;
margin: 1em auto;
transition: 0.1s ease background, 0.1s ease box-shadow, 0.1s ease color;
}

