/*
 Theme Name:   Citadel News Child Theme
 Author URI:   http://citadel.edu
 Description:  The Citadel News Custom Theme
 Author:       The Citadel
 Author URI:   http://citadel.edu
 Template:     royale-news
 Version:      1.0.0
*/
 
@import url("https://use.typekit.net/jou2dnt.css");

/* General Styles */

/* body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
} */

h1, h2, h3, h4 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 25px;
	color: #1F3A60;
}

h1 {
	font-size: 2.6em;
}

h2 {
	font-size: 2em;
	margin-top: 30px;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
    line-height: normal;
}

.section-title, .sidebar .widget-title {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

p {
	font-size: 1.3em;
	margin: 0 0 15px;
}

.rss_content p {
	font-size: inherit;
}

p a {
	color: #3975B7;
}

.news-content a > img {
	cursor: pointer !important;
}

a {
	color: #3975B7;
}

a.button {
    font-size: 1.5em;
    text-transform: uppercase;
    color: #fff;
    background-color: #3975B7;
    padding: 10px 15px;
    display: inline-block;
}

a.button:hover, a.button:focus, a.button:active {
	color: #fff;
	background-color: #1F3A60;
}

a:hover, a:focus, a:active, .comments-area a:hover, .comments-area a:focus {
	color: #1F3A60;
}

h2.section-title {
font-size: 2.6em;
}

@keyframes cit-bounce {
	0%		{transform: translateY(0);}
	20%		{transform: translateY(0);}
    40%		{transform: translateY(0);}
    48%		{transform: translateY(-20px);}
    50%		{transform: translateY(0);}
    52%		{transform: translateY(-10px);}
    60%		{transform: translateY(0);}
    80%		{transform: translateY(0);}
    100%	{transform: translateY(0);}
}

@keyframes cit-fade-in {
	0%		{opacity: 0; transform: translateY(20px);}
	100%	{opacity: 1; transform: translateY(0);}
}

.cit-bounce {
	animation-name: cit-bounce;
    animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-delay: 2s;
	animation-timing-function: ease;
}

.cit-fade-in {
	animation-name: cit-fade-in;
    animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
}

hr {
	clear: both;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #1F3A60;
	border-color: #1F3A60;
	color: #ffffff;
	font-size: 1.2em;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background-color: #3975B7;
	border-color: #3975B7;
}

ul, ol {
	margin-left: 0;
}

blockquote {
	font-size: 1em;
	border-color: #5C8DC6;
	font-weight: 500;
}

td, th {
	padding: 5px;
	font-size: 1.3em;
	width: auto;
	white-space: normal;
}

td *, th * {
	font-size: 1em;
}

iframe.instagram-media {
	max-width: 500px !important;
	margin: 0 auto 15px !important;
}

.clearfix {
	clear: both;
}

.video-container {
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	margin-bottom: 15px;
}

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

.gallery .gallery-item {
	padding: 5px;
}

.clear {
	clear: both;
}

.uppercase {
	text-transform: uppercase;
}

.nav-links .nav-previous {
	padding-right: 10px;
}

.nav-links .nav-next {
	padding-left: 10px;
}

.news-title a, .entry-meta a {
	color: #000000;
}

.news-title a:hover, .news-title a:focus, .news-title a:active, .entry-meta a:hover, .entry-meta a:focus, .entry-meta a:active, .ticker-news a:hover, .ticker-news a:focus, .ticker-news a:active, .big-news-content:hover .news-title a, .small-news-content:hover .news-title a, .news-content-top:hover .news-title a {
	color: #3975B7;
}

.ticker-news {
	font-size: 15px;
    font-weight: bold;
    line-height: 1.1;
}

.widget h2 {
	margin-top: 0;
	font-size: 1.8em;
}

.widget .news-title {
	font-weight: 500;
	font-size: 1.2em;
}

#search-2 {
	width: 100%;
}

.widget_search .search-form {
	margin-top: 0;
}

.widget .menu {
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.widget .menu li {
	font-size: 1.2em;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.widget .menu li a {
	display: block;
	padding: 5px;
}

.alignleft, .aligncenter, .alignright {
	max-width: 48%;
	cursor: zoom-in;
	-webkit-transition: all .2s;
			transition: all .2s;
}

.alignnone {
	width: 100%;
}

.alignleft.smaller, .aligncenter.smaller, .alignright.smaller {
	max-width: 33.33% !important;
}

.alignnone.smaller {
	max-width: 33.33% !important;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption {
	max-width: 48% !important;
}

figure.wp-caption.alignnone {
	width: 100% !important; 
}

figure.wp-caption.full-width {
	width: 100% !important;
}

figure.wp-caption.alignleft {
	float: left;
}

figure.wp-caption.alignright {
	float: right;
}

figure img {
	-webkit-transition: all .2s;
			transition: all .2s;
	width: 100%;
}

.wp-caption-text {
	font-style: italic;
}

.alignleft.full-width, .aligncenter.full-width, .alignright.full-width, figure img.full-width {
	width: 100% !important;
	height: auto;
	cursor: zoom-out;
	max-width: 100% !important;
	margin: 0 auto 20px;
}

figure img.full-width {
	margin-bottom: 0;
}

.alignleft {
	margin: 0 20px 15px 0;
}

figure.alignleft {
	margin: 0 20px 7px 0;
}

.aligncenter {
	margin-bottom: 20px;
}

.alignright {
	margin: 0 0 15px 20px;
}

figure.alignright {
	margin: 0 0 7px 20px;
}

.post-navigation .nav-links .nav-previous a:hover, .post-navigation .nav-links .nav-previous a:focus, .post-navigation .nav-links .nav-next a:hover, .post-navigation .nav-links .nav-next a:focus, .widget a:hover, .news-title a:hover, .footer .widget-title,
.archive-news-content .news-content .btn-more:hover,
.news-detail .entry-meta .cat-links a:hover, .news-detail .entry-meta .cat-links a:focus,
.main-navigation .primary-menu li .sub-menu li a:hover, .main-navigation .primary-menu li .sub-menu li a:focus {
	color: #3975B7;
}

.nowrap {
	white-space: nowrap;
}

.wp-block-coblocks-accordion-item__title {
	font-size: 1.75rem;
}

/* Header */

.top-header {
	background-color: #1A3152;
}

.top-header.emergency {
	background-color: #ca2b2b !important;
}

.middle-header {
	background-color: #1F3A60;
	padding-top: 15px;
	padding-bottom: 15px;
}

.middle-header .site-info {
	text-align: left;
}

.middle-header .custom-logo {
	max-width: 340px;
    max-width: 260px;
	width: 100%;
}

.middle-header .col-md-4 {
	width: 100%;
	text-align: center;
	font-family: 'Open Sans', serif;
}

.site-title {
	line-height: 90px;
}

.site-info {
	height: auto;
}

h1.site-info {
	margin: 0;
}

#top-menu {
	text-align: right;
}

#top-menu ul {
	padding: 0;
	margin: 0;
}

#top-menu li {
	display: inline-block;
	margin-left: 20px;
}

#top-menu li:nth-child(1) {
	margin-left: 0;
}

#top-menu a {
	color: #ffffff;
	display: block;
	padding: 3px 0;
	font-weight: bold;
}
#top-menu a:hover {
	color: #3975B7;
}

.main-navigation ul.primary-menu {
	width: 100%;
	display: table;
	display: grid;
	grid-template-columns: auto auto auto auto auto auto;
}

.main-navigation ul.primary-menu > li {
	display: table-cell;
	float: none;
}

.main-navigation .primary-menu li a {
	color: #ffffff;
	text-align: center;
	font-size: 1.2em;
	padding: 10px 5px;
}

.main-navigation .primary-menu li a:hover, .main-navigation .primary-menu li a:focus, .main-navigation .primary-menu li a:active {
	color: #1F3A60;
}

.main-navigation .primary-menu li.menu-item-has-children > a::after {
	line-height: 20px;
}

.main-navigation .primary-menu li .sub-menu {
	border: 1px solid #3975B7;
	border-top: none;
	display: block;
	width: calc(100% + 2px);
	margin-left: -1px;
}

.main-navigation .primary-menu li .sub-menu li {
	float: none;
}

.main-navigation .primary-menu li .sub-menu li a {
	background-color: #ffffff;
	color: #000000;
	margin-right: 0;
	width: 100%;
}

.main-navigation .primary-menu li.current-menu-item > a, .main-navigation .primary-menu li.current-menu-item > a:hover, .main-navigation .primary-menu li.current-menu-item > a:focus, .main-navigation .primary-menu li .sub-menu .current-menu-item a, .main-navigation .primary-menu li .sub-menu .current-menu-item a:hover, .main-navigation .primary-menu li .sub-menu .current-menu-item a:focus {
	background-color: #ffffff;
	color: #1F3A60;
}

.main-navigation .primary-menu li .sub-menu li a {
	padding: 10px 18px;
	font-size: 1em;
	font-weight: initial;
	text-align: left;
}

.mean-container {
	margin: 0 -15px;
}

.mean-container .mean-bar {
	background: transparent;
}

.mean-container .mean-nav {
	background-color: #1F3A60;
	font-size: 1.2em;
}

.mean-container a.meanmenu-reveal {
	height: auto;
}

.mean-container .mean-nav ul li a.mean-expand {
	height: 33px;
	width: 34px;
	line-height: 34px;
	background: transparent;
	border-bottom: none !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(255,255,255,0.25);
}

.mean-container .mean-nav ul li li a {
	opacity: 1;
	width: 85%;
	padding: 1em 5% 1em 10%;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a:hover {
	background: rgba(255,255,255,0.25);
}

.bottom-header {
	border-top: none;
	box-shadow: none;
	background-color: #3975B7;
}

.bottom-header .col-md-10, .bottom-header .col-md-12, .bottom-header .col-md-2 {
	min-height: 0;
}

.search-icon:hover, .search-icon:focus {
	background-color: #1F3A60;
}

.search-form-container .search-form {
	position: static;
	width: 100%;
	padding: 10px 0 30px;
	border: none;
	background-color: transparent;
}

/* Main Page */

.highlight-section {
	margin-bottom: 60px;
}

.highlight-info .news-title a {
	color: #fff;
}

.highlight-info .news-title a:hover {
	color: #3975B7;
}

.highlight-section .highlight-info {
	text-shadow: 0 0 4px #000000;
}

.highlight-left {
	max-height: 491px;
}

.highlight-left .cat-links {
	right: initial;
}

.highlight-right img {
	width: 100%;
}

.post-sidebar-widget {
	margin-bottom: 30px;
}

.news-content li {
	font-size: 1.8rem;
}

.archive-section-content {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.archive-section-content .news-detail {
	padding: 0 10px;
}

body.category-citadel-magazine .archive-section-content .news-detail {
	padding: 10px 0;
}

.single-post-page .news-detail, body.page .news-detail {
	padding: 10px 0;
}

.single-post-page .sidebar .news-detail, body.page .sidebar .news-detail {
	padding: 10px;
}

body.home .news-detail {
	padding-left: 10px;
}

.news-image .cat-links {
	bottom: auto;
}

.cat-links a:hover {
	background-color: #ffffff !important;
}

.cat-links a:nth-child(odd) {
	background-color: #3975B7;
}

.cat-links a:nth-child(odd):hover {
	color: #3975B7;
}

.cat-links a:nth-child(even) {
	background-color: #1F3A60;
}

.cat-links a:nth-child(even):hover {
	color: #1F3A60;
}

.cat-links a:nth-last-child(1) {
	margin-right: 0;
}

.scroll-top {
	color: #3975B7;
	border-color: #5C8DC6;
	border-bottom: none;
	border-right: none;
	cursor: pointer;
	background-color: #ffffff;
}

.scroll-top:hover, .scroll-top:focus {
	background-color: #3975B7;
	border-color: #ffffff;
}

.footer, .search-icon {
	background-color: #3975B7;
}

.no-img-article .news-detail {
	padding: 0;
}

.no-img-article .news-title {
	margin-top: 10px;
}

.archive-news-content .news-image {
	max-height: 240px;
}

.owl-carousel .owl-stage-outer {
	width: calc(100% - 1px) !important;
}

/* Inside Pages */

.breadcrumb {
	background-color: transparent;
}

.breadcrumb .trail-item {
	color: #000000;
}

.breadcrumbs li::after {
	color: #000000;
}

.breadcrumbs li a {
	color: #000000;
}

.breadcrumbs li a:hover {
	color: #3975B7;
}

.page-links {
	font-size: 1.3em;
}

.page-links a {
	padding: 0 3px;
}

.posted-on {
	margin-right: 0;
}

.last-modified {
	margin: 0 10px;
	font-size: 10px;
}

.post-sidebar-widget h2, .sidebar-widget h2, .sidebar h3 {
	font-size: 1.7em;
	margin-top: 0;
	text-transform: capitalize !important;
}

.citadel-mag-header {
	position: relative;
	margin-bottom: 30px;
	max-height: 400px;
	overflow: hidden;
}

.citadel-mag-header img {
	width: 100%;
	position: relative;
	object-fit: cover;
}

.citadel-mag-header h1.section-title {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: auto;
	display: table;
	padding: 0 30px;
	border-bottom: none;
	text-align: center;
	color: #ffffff;
	font-size: 4em;
	font-weight: normal;
	text-shadow: 0px 0px 8px #000;
	transform: translate(-50%, -50%);
}

.byline {
	display: none;
}

.news-section-info, .sidebar .widget-info, .breadcrumb {
	border: none;
	padding: 8px 0;
}

.sidebar .widget-info {
	margin-bottom: 0;
}

.sidebar .widget-title {
	background-color: transparent;
	color: #000000;
	padding: 5px 0;
}

.col-md-12 .news-section-info {
	padding-top: 0;
	margin-bottom: 0;
}

.col-md-12 .section-title {
	font-family: "Open Sans",serif;
	text-transform: capitalize;
	background-color: transparent;
	color: #000000;
	padding: 0 0 5px;
	width: 100%;
	text-align: left;
	font-size: 2.5em;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.single-news-content .news-image {
	margin: 0;
	min-height: 450px;
    overflow: hidden;
}

.single-news-content .news-image img {
 	min-width: 100%;
    position: absolute;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.single-news-content img.smaller,
.single-news-content img.Smaller{
    width: 50%;
}

.single-news-content .news-image.default-feature img {
	height: 300px;
}

.single-post .section-title {
	background-color: transparent;
	color: #1F3A60;
	border-bottom: none;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: initial;
	text-align: left;
	margin-bottom: 10px;
	float: none;
}

.breadcrumb {
	display: none;
}

.single-post .sidebar {
	margin-top: 43px;
}

.page-numbers {
	border-color: #1F3A60;
	color: #1F3A60;
}

.page-numbers:hover, .page-numbers:focus {
	background-color: #1F3A60;
}

.page-numbers.current {
	background-color: #1F3A60;
}

.post-tags-container {
	display: grid;
	grid-template-columns: auto auto auto auto auto;
	grid-gap: 10px;
	margin: 30px 0;
	padding: 25px 0 30px;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	clear: both;
}

.post-tags-container h4 {
	grid-column-start: 1;
	grid-column-end: 6;
	margin-top: 0;
	font-size: 1.4em;
}

.post-tags-container a {
	display: block;
	width: 100%;
	padding: 9px 5px 7px;
	text-align: center;
	background-color: #1F3A60;
	color: #ffffff;
	text-transform: capitalize;
}

.post-tags-container a:hover {
	background-color: #3975B7;
}

.newsclips-list {
	padding: 10px;
}

.newsclips-list ul {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}

.content_cards_card {
	border: none;
	width: 100%;
	max-width: 100%;
	padding: 0;
	display: grid;
	grid-template-columns: 40% auto;
	grid-template-rows: auto auto auto;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 20px;
}

.content_cards_card .content_cards_image {
	grid-row-start: 1;
	grid-row-end: 3;
}

.content_cards_card .content_cards_title {
	font-size: 14px;
	margin: 0 0 7px 15px;
}


.content_cards_card .content_cards_title a {
	font-size: 1.6em;
	font-family: "Open Sans",serif;
}

.content_cards_card .content_cards_description {
	font-size: 14px;
}

.content_cards_card .content_cards_description p {
	margin-bottom: 0;
}

.content_cards_card .content_cards_site_name {
	grid-column-start: 1;
	grid-column-end: 3;
	color: #707785;
}

.citadel-related h4 {
	font-size: 1.4em;
	margin-bottom: 20px;
}

.citadel-related-container {
	display: grid;
	grid-template-columns: 33.33% 33.33% 33.33%;
	font-size: 1em !important;
}

.citadel-related-container .citadel-related-post {
	margin: 0 5px;
}

.citadel-related-container .citadel-related-post:nth-child(3n+1) {
	margin: 0 10px 10px 0;
}

.citadel-related-container .citadel-related-post:nth-child(3n+3) {
	margin: 0 0 10px 10px;
}

.citadel-related-container .citadel-related-post a {
	display: block;
	font-size: 1.2em;
	line-height: 1.2em;
}

.citadel-related-container .citadel-related-post img {
	height: 150px;
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	margin-bottom: 10px;
}

.archive-section-content:last-child {
	border-bottom: none;
}

.pagination {
	padding-top: 30px;
	margin-top: 0;
	width: 100%;
	margin-bottom: 0;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.single-post-page .entry-meta {
	margin-bottom: 10px;
}

.news-section-info .entry-meta .cat-links {
    margin-left: 5px;
}

.news-section-info .entry-meta .cat-links a {
    padding: 0px;
	background-color: transparent;
    color: #000;
}

.feed-link {
	padding: 5px 0;
	clear: both;
}

.nf-field-label label, .ninja-forms-field {
	font-size: 1.2em;
}

.nf-form-fields-required {
	font-size: 1.2em;
	margin-bottom: 15px;
}

.submit-tip {
	background-color: #1F3A60;
	width: 100%;
	max-width: 400px;
	padding: 10px;
	color: #ffffff;
	font-size: 1.3em;
	display: block;
	text-align: center;
}

.submit-tip:hover {
	background-color: #3975B7;
	color: #ffffff !important;
}


/* Jetpack */

div.sharedaddy h3.sd-title {
	float: left;
	margin: 0 10px 0 0 !important;
	line-height: 50px !important;
}

div.sharedaddy h3.sd-title:before {
	display: none !important;
}

.sd-content li {
	font-size: initial;
}

.sd-social, .sd-social-icon {
	margin-top: 40px;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	opacity: 1 !important;
}

#jp-relatedposts h3.jp-relatedposts-headline {
	font-size: 26px !important;
}

.main-container .slideshow-window {
	background-color: #ffffff !important;
	border: none !important;
	border-radius: 0 !important;
	padding-top: 38px !important;
}

.jump-links a {
	white-space: nowrap;
}

/* Footer */

.footer {
	padding: 30px 0 10px;
	margin-top: 30px;
}

#left-footer {
	text-align: right;
}

#middle-footer {
	text-align: center;
}

#right-footer {
	text-align: left;
}

.footer strong {
	letter-spacing: .5px;
}

.footer a {
	color: #ffffff;
}

.footer a:hover, .footer a:active, .footer a:focus {
	color: #1F3A60;
}

.footer .menu:not(#menu-social-icons) a {
	font-size: 1.2em;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	padding: 10px 0;
	display: block;
}

.footer .menu:not(#menu-social-icons) li:nth-child(1) a {
	padding-top: 0;
}

.footer .menu:not(#menu-social-icons) li:nth-last-child(1) a {
	border-bottom: none;
}

.footer p {
	font-size: 1.2em;
}

.footer .address {
	display: block;
	text-align: center;
	margin-top: 15px;
	font-size: 16px;
}

.footer .copyright {
	display: block;
	text-align: center;
	margin-top: 10px;
}

.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .footer-left {
	text-align: right;
	border-right: 1px solid #fff;
}

.footer .footer-right {
	text-align: left;
	border-left: 1px solid #fff;
}

.footer img {
	margin-bottom: 15px;
	max-width: 175px;
}

.footer h3 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff;
	color: #fff;
}

.footer #menu-social-icons li {
	display: inline-block;
	font-size: 25px;
	margin-right: 10px;
}

.footer #menu-social-icons li:nth-last-child(1) {
	margin-right: 0;
}

.merit-icon {
	background-image: url('https://today.citadel.edu/wp-content/uploads/2018/04/merit-star-white-100px.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	height: 29px;
}

.merit-icon a {
	width: 25px;
	height: 24px;
	display: block;
	overflow: hidden;
	color: transparent !important;
}

.sidebar .feedzy-rss .rss_item {
	padding: 10px 0 15px !important;
	margin: 2% 0 !important;
	display: table;
	margin-bottom: 10px !important;
}

.sidebar .feedzy-rss .rss_item .rss_image {
	float: none;
	margin: 0 auto .75em !important;
	height: 100px !important;
	width: 100px !important;
	display: table-cell;
}

.sidebar .feedzy-rss .rss_item .title {
	font-size: 1.25em;
	padding-left: 10px;
	display: block;
	line-height: 1.25em;
}

.news-section .feedzy-rss ul {
	margin: 0;
}

.news-section .feedzy-rss ul li {
	width: 100%;
	margin: 20px 0;
	padding: 0 0 20px !important;
}

.feedzy-rss .rss_item:nth-last-child(1) {
	border-bottom: none;
	margin-bottom: 50px;
}

.news-section .feedzy-rss .rss_image {
	width: 50% !important;
	min-height: 225px;
}

.news-section .feedzy-rss .title {
	width: 50%;
	font-size: 1.4em;
	line-height: 1.1;
	font-family: "Open Sans",serif !important;
	margin-bottom: 10px;
}

.news-section .feedzy-rss .title a {
	color: #000000;
}

.news-section .feedzy-rss .rss_content {
    float: right;
    width: calc(50% - 1em);
}

.news-section .feedzy-rss .rss_content p {
	font-size: 1.3em;
}

.news-section .feedzy-rss .rss_item .rss_content small {
	font-family: 'Yantramanav', sans-serif;
	font-style: normal;
	font-size: 1em;
	margin-bottom: 10px;
}

/* Citadel Magazine */

body.category-citadel-magazine .section > .col-md-8 {
	width: 100%;
}

body.category-citadel-magazine .col-md-8 .news-section .col-md-12 {
	display: grid;
	grid-template-columns: 33.33% 33.33% 33.33%;
}

body.category-citadel-magazine .col-md-8 .news-section .archive-section-content {
	border-bottom: none;
}

body.category-citadel-magazine .col-md-8 .news-section .archive-section-content:nth-child(3n+1) {
	margin: 0 10px 0 0;
}

body.category-citadel-magazine .col-md-8 .news-section .archive-section-content:nth-child(3n+2) {
	margin: 0 5px;
}

body.category-citadel-magazine .col-md-8 .news-section .archive-section-content:nth-child(3n+3) {
	margin: 0 0 0 10px;
}

body.category-citadel-magazine .col-md-8 .news-section .archive-section-content > .row {
	margin-left: 0;
	margin-right: 0;
}

body.category-citadel-magazine .col-md-8 .news-section .archive-section-content .col-sm-6 {
	width: 100%;
	padding: 0;
}

.sidebar .widget_search {
	width: 100% !important;
}

.magazine-bottom-widget.widget_media_image {
	float: none;
	display: inline-block;
	margin-bottom: 30px;
	vertical-align: top;
}

.magazine-bottom-widget.widget_media_image h2 {
	margin-bottom: 0;
	text-align: center;
}

.magazine-bottom-widget.widget_media_image img {
	width: 100%;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
	color: #ffffff;
}


.mc-field-group {
	margin-bottom: 15px;
}

#mc-embedded-subscribe-form .asterisk {
	color: red;
}

.mc-field-group.input-group > strong {
	font-size: 1.5em;
}

.mc-field-group.input-group ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.mc-field-group:not(.input-group) label {
	font-size: 1.5em;
}

.mc-field-group input[type="text"], .mc-field-group input[type="email"] {
	width: 100%;
	font-size: 1.4em;
}

.mc-field-group input[type="checkbox"] {
	margin-right: 5px;
}

/* ----- Citadel Magazine Styles ----- */

#magazine-overlay {
	display: block;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center 80%;
    background-repeat: no-repeat;
	background-color: #fff;
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
}

body#citadel-magazine.archive.no-scroll {
	width:100%;
	height: 100%;
	overflow: hidden;
}

#citadel-magazine.archive .middle-header .col-md-4 {
	height: 100%;
    max-height: 57px;
	display: table;
    height: 100vh;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	-ms-transition: all ease .5s;
	transition: all ease .5s;
}

#citadel-magazine.archive .middle-header.loading .col-md-4 {
    max-height: calc(100vh - 31px);
}

#citadel-magazine.archive .middle-header .col-md-4 .site-info {
	padding-top: 0;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	-ms-transition: all ease .5s;
	transition: all ease .5s;
}

#citadel-magazine.archive .middle-header.loading .col-md-4 .site-info {
    display: table-cell;
    padding-top: 15vh;
}

#citadel-magazine.archive .middle-header.loading .col-md-4 .site-info img {
	max-width: 500px;
}

#citadel-magazine.archive .middle-header.scrolled .col-md-4 {
	height: auto;
}

#citadel-magazine.archive section > h2 {
	padding: 0 15px;
	text-transform: uppercase;
	color: #3975B7;
}

main.citadel-magazine {
	width: 100%;
}


main.citadel-magazine > .container {
	width: 100%;
	padding: 0;
}

main.citadel-magazine .section {
	margin-top: 0;
}

main.citadel-magazine .row {
	margin: 0;
}

main.citadel-magazine .magazine-slider {
	width: 100%;
    padding: 0;
    position: relative;
    height: 100vh;
    min-height: 400px;
    overflow: hidden;
    float: none;
}

main.citadel-magazine .slider-container {
	width: 100%;
    height: 100vh;
    position: relative;
	background-color: #000;
}

main.citadel-magazine .magazine-slider .archive-section-content {
	position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
	border-bottom: none;
	-webkit-transition: left ease .5s;
	-moz-transition: left ease .5s;
	-o-transition: left ease .5s;
	-ms-transition: left ease .5s;
	transition: left ease .5s;
}

main.citadel-magazine .magazine-slider .archive-section-content:nth-child(1) {
	left: 0%;
}

main.citadel-magazine .magazine-slider .archive-section-content.active {
	left: 0%;
}

main.citadel-magazine .magazine-slider .news-image {
	position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-size: cover;
	display: none;
}

main.citadel-magazine .magazine-slider .news-image.active {
	display: block;
}

main.citadel-magazine .magazine-slider img {
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

main.citadel-magazine .magazine-slider .news-detail {
	position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%,-50%);
	max-width: 100%;
	background-color: #3975b7;
	display: table;
	padding: 10px;
	text-align: center;
	-webkit-transition: height ease .25s, width ease .25s, left ease 1s, background-color ease .5s;
	-moz-transition: height ease .25s, width ease .25s, left ease 1s, background-color ease .5s;
	-o-transition: height ease .25s, width ease .25s, left ease 1s, background-color ease .5s;
	-ms-transition: height ease .25s, width ease .25s, left ease 1s, background-color ease .5s;
	transition: height ease .25s, width ease .25s, left ease 1s, background-color ease .5s;
}

main.citadel-magazine .magazine-slider .archive-section-content.active .news-detail {
	left: 50%;
}

main.citadel-magazine .magazine-slider .news-detail:hover {
/* 	width: calc(100% - 50px) !important;
    height: calc(100% - 50px) !important; */
    background-color: rgb(57, 117, 183, 0.75);
}

main.citadel-magazine .magazine-slider .news-detail h4 {
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}

main.citadel-magazine .magazine-slider .news-detail a {
	color: #fff;
	font-size: 2em;
/* 	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif; */
}

main.citadel-magazine .magazine-slider .slider-control {
	color: #fff;
    position: absolute;
    top: 44%;
	font-size: 2.5em;
	padding: 5px 10px;
	opacity: .7;
}

main.citadel-magazine .magazine-slider .slider-control.prev {
	left: 0
}

main.citadel-magazine .magazine-slider .slider-control.next {
	right: 0;
}

main.citadel-magazine .magazine-content {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
    padding: 50px 15px;
	float: none;
}

main.citadel-magazine .magazine-content .archive-section-content {
	width: calc(33.333% - 3px);
	display: inline-block;
	padding: 0 15px;
	border-bottom: none;
	vertical-align: top;
}

.citadel-magazine-post .news-content p {
	font-size: 1.5em;
}

.citadel-magazine-post .news-image {
	margin: 0;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 0;
    width: 100%;
    display: table;
	background-size: cover;
}

.citadel-magazine-post .news-image img {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0%);
}

.citadel-magazine-post .section-title {
	float: none;
	background-color: transparent;
	padding: 0;
    margin-bottom: .5em;
	text-shadow: 0 0 20px #000;
}

.magazine-slider .section-title {
	float: none;
	background-color: transparent;
	padding: 0;
    margin-bottom: .5em;
	text-shadow: 0 0 20px #000;
}

.citadel-magazine-post .container > .row > .col-md-8 {
	float: none;
	margin: 0 auto;
}

.highlight-right {
	height: 241px;
}

#citadel-magazine .middle-header {
	background-color: rgba(0, 0, 0, .2);
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
	-webkit-transition: all ease .25s;
	-moz-transition: all ease .25s;
	-o-transition: all ease .25s;
	-ms-transition: all ease .25s;
	transition: all ease .25s;
}

#citadel-magazine .middle-header.scrolled {
	background-color: rgba(31, 58, 96, 1);
}

#citadel-magazine .middle-header.scrolled.loading {
    background-color: rgba(0, 0, 0, .2);
}

#citadel-magazine .news-content .swp_social_panel:nth-child(1),
#citadel-magazine .news-content .swp_social_panel:nth-child(2),
#citadel-magazine .news-content .swp_social_panel:nth-child(3),
#citadel-magazine .news-content .swp_social_panel:nth-child(4) {
	display: none;
}

#citadel-magazine .middle-header .custom-logo {
	max-width: 300px;
	-webkit-transition: all ease .25s;
	-moz-transition: all ease .25s;
	-o-transition: all ease .25s;
	-ms-transition: all ease .25s;
	transition: all ease .25s;
}

#citadel-magazine .middle-header.scrolled .custom-logo {
	max-width: 200px;
}

.citadel-magazine-post .single-news-content {
    padding-top: 100vh;
}

.citadel-magazine-post .article-body {
	background-color: #ffffff;
	overflow: visible;
	padding-bottom: 30px;
	position: relative;
}

.citadel-magazine-post .magazine-header-content {
	width: 100%;
    display: table-cell;
    position: relative;
    height: 100vh;
    z-index: 1;
    vertical-align: middle;
    padding: 0;
    text-align: right;
}

.citadel-magazine-post > .clearfix {
	margin-bottom: 0;
}

.magazine-deck {
	color: #ffffff;
    max-width: 650px;
    width: 100%;
    margin: 0 0 1em auto;
}

.magazine-byline {
	color: #ffffff;
	margin-bottom: 1em;
	text-shadow: 0 0 8px #000;
}

.magazine-byline .uppercase {
	font-weight: bold;
}

#citadel-magazine .mobile-magazine-deck, 
#citadel-magazine .mobile-magazine-deck + hr {
	display: none;
}

#citadel-magazine .footer {
	margin-top: 0;
	position: relative;
}

.magazine-header-content {
	display: table-cell;
    vertical-align: middle;
}

.magazine-header-content.left {
	text-align: left;
}

.magazine-header-content.left .magazine-deck {
	margin: 1.5em auto 1em 0;
}

.magazine-header-content.center {
	text-align: center;
}

.magazine-header-content.center .magazine-deck {
	margin: 1.5em auto 1em;
	text-shadow: 0 0 8px #000;
}

.magazine-header-content.right {
	text-align: right;
}

.magazine-header-content.right .magazine-deck {
	margin: 1.5em 0 1em auto;
	text-shadow: 0 0 8px #000;
}

.magazine-header-content .section-title {
	color: #fff;
	border-bottom: none;
	display: inline-block;
    width: auto;
}

.magazine-header-content.left .section-title {
	text-align: left;
}

.magazine-header-content.center .section-title {
	text-align: center;
}

.magazine-header-content.right .section-title {
	text-align: right;
}

#citadel-magazine .view-story {
	padding: 0;
    color: #fff;
    font-size: 2.5em;
	display: inline-block;
	position: absolute;
    bottom: 15px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
	text-shadow: 0 0 8px #000;
}

.mag-content-table {
	display: table;
	position: relative;
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	padding: 0 30px;
	background-color: rgba(31, 58, 96, 0);
	-webkit-transition: background-color ease .25s;
	-moz-transition: background-color ease .25s;
	-o-transition: background-color ease .25s;
	-ms-transition: background-color ease .25s;
	transition: background-color ease .25s;
}

#citadel-magazine figure.wp-caption.alignnone {
    width: 125% !important;
    max-width: 125%;
    margin-left: -12.5%;
}

#citadel-magazine figure.wp-caption.alignleft {
    margin-left: -12.5%;
}

#citadel-magazine figure.wp-caption.alignright {
    margin-right: -12.5%;
}

#citadel-magazine .citadel-related {
	border-top: 1px solid rgba(0,0,0,0.1);
    margin-top: 30px;
}

#citadel-magazine .news-detail p > img.alignnone {
	width: 125%;
	max-width: 125%;
	margin-left: -12.5%;
}

#citadel-magazine .alignleft, #citadel-magazine .aligncenter, #citadel-magazine .alignright {
	cursor: default;
}

.mag-first-title {
	font-size: 1.5em;
    display: block;
    font-weight: normal;
    line-height: 1em;
	text-transform: uppercase;
}

.mag-second-title {
	font-size: 1.5em;
    font-weight: bold;
    line-height: 1em;
	text-transform: uppercase;
}

.magazine-pillar {
	color: #fff;
    text-transform: uppercase;
    font-size: 1.5em;
    margin-bottom: 0;
    margin-left: 2px;
    font-weight: 100;
    text-shadow: 0 0 8px #000;
}


#citadel-magazine .news-detail h1,
#citadel-magazine .news-detail h2,
#citadel-magazine .news-detail h3,
#citadel-magazine .news-detail h4 {
    text-transform: uppercase;
    color: #3975B7;
}

#citadel-magazine .news-detail .citadel-related h4 {
	color: #000;
}

#citadel-magazine .news-detail h2 {
	font-size: 1.7em;
}

/* ----- Citadel Magazine Individual Post Styles ----- */

/* The Heart of a General */

.postid-4049 .news-detail h1,
.postid-4049 .news-detail h2,
.postid-4049 .news-detail h3,
.postid-4049 .news-detail h4 {
	font-family:"poynter-oldstyle-display";
	color: #3975B7;
	text-transform: none !important;
}

.postid-4049 .mag-first-title {
	font-family:"poynter-oldstyle-display";
	text-transform: none;
    font-weight: 400;
    font-style: italic;
    display: block;
    font-size: 1.3em;
    margin-right: 82px;
    margin-bottom: -10px;
}

.postid-4049 .mag-second-title {
	font-family:"poynter-oldstyle-display";
	text-transform: none;
    font-weight: 600;
    display: block;
	letter-spacing: 2px;
    font-size: 3.75em;
    line-height: .8em;
	text-shadow: 0 0 20px rgba(0,0,0,0.5);
}

/* A Dream Fulfilled */
.postid-4128 .section-title {
	margin-bottom: 40px;
	text-shadow: none;
}

.postid-4128 .mag-first-title {
	font-family: "sevillasevilla";
	text-transform: none;
	display: inline-block;
    font-weight: 100;
	font-size: 3em;
	word-spacing: 28px;
}

.postid-4128 .mag-second-title {
	font-family: "sevillasevilla";
	text-transform: none;
    font-weight: 100;
	font-size: 3em;
    margin-left: 18px;
	color: #CDA31F;
}

/* Act Like a Rookie */
.postid-4029 .section-title {
	margin-bottom: 40px;
	text-shadow: none;
}

.postid-4029 .mag-first-title {
	text-transform: none;
	display: block;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: bold;
	font-style: italic;
	font-size: 1em;
	text-transform: uppercase;
}

.postid-4029 .mag-second-title {
	font-family: "pure_heartregular";
	text-transform: none;
    font-weight: 100;
	font-size: 6.5em;
    line-height: .7em;
}

/* Year in Photos 2018 */

.postid-5169 .mag-second-title {
	font-size: 5.5em;
    line-height: .85em;
    letter-spacing: -6px;
	font-weight: 400;
}

#pillar-stories .news-image a {
    max-height: 30vh;
    overflow: hidden;
    display: block;
}

#pillar-stories .archive-section-content {
	width: calc(50% - 3px);
}

#citadel-magazine .on-the-side {
	clear: both;
	margin: 3em 0 3em -12.5%;
    width: 125%;
    border-bottom: 2px solid #1f3a60;
}

#citadel-magazine .on-the-side .side-header {
    text-transform: uppercase;
    font-weight: bold;
    color: #1f3a60;
    font-size: 1.25em;
    padding: 10px 0;
    border-top: 2px solid #1f3a60;
    width: 100%;
	cursor: pointer;
}

#citadel-magazine .on-the-side .side-content {
	display: none;
}

#citadel-magazine .sw-click-to-tweet {
	padding: 4em 15px;
    border-top: 2px solid;
    border-bottom: 2px solid;
	margin: 2.5em 0 4em;
}

#citadel-magazine .more-story-button {
    position: absolute;
    z-index: 10;
    bottom: 30px;
    left: 30px;
	text-shadow: 0 0 8px #000;
    text-transform: uppercase;
	-webkit-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

#citadel-magazine .more-story-button:hover {
	text-shadow: none;
}

#citadel-magazine .more-story-button:hover i,
#citadel-magazine .more-story-button:hover .more-top-text {
	color: #1f3a60;
	
}

#citadel-magazine .more-story-button:hover .more-bottom-text {
	color: #3975B7;
}

#citadel-magazine .more-story-button i {
	font-size: 32px;
    color: #fff;
    float: left;
    margin-right: 7px;
}

#citadel-magazine .more-story-button p {
	font-size: 16px;
	display: initial;
    line-height: 13px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    color: #fff;
}

#citadel-magazine .more-story-button .more-top-text {
	font-weight: bold;
    white-space: nowrap;
}

#citadel-magazine .more-story-button .more-bottom-text {
	white-space: nowrap;
	display: block;
}

#more-to-story {
	overflow: auto;
    border-top: 2px solid #1f3a60;
    margin-top: 2em;
}

/* ----- Media Queries ----- */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE 10+ CSS styles */ 
	.main-navigation .primary-menu li a {
		font-weight: normal;
	}
	
	.nav-links {
		overflow: visible;
	}
	
	body.category-citadel-magazine .col-md-8 .news-section .archive-section-content {
		display: inline-block;
		vertical-align: top;
		width: calc(33.333% - 13px);
	}
	
	.citadel-mag-header h3.section-title {
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	
	.single-news-content .news-image {
		max-height: 400px;
		overflow: hidden;
	}
	
	.single-news-content .news-image img {
		height: auto;
	}
	
	.post-tags-container a {
		display: inline-block;
		width: auto;
		padding: 9px 9px 7px;
		margin-right: 10px;
	}
	
	.citadel-related-container .citadel-related-post {
		width: calc(33.33% - 14px);
		display: inline-block;
		vertical-align: top;
	}
	
	.citadel-related-container .citadel-related-post img {
		height: auto;
		width: auto;
	}
}

@supports (-ms-ime-align:auto) { /* IE Edge 12+ CSS styles */ 
	.nav-links {
		overflow: visible;
	}
	
	.citadel-mag-header h3.section-title {
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

@media screen and (max-width:1199px) {
	.archive-news-content .news-image {
		max-height: 200px;
	}
	
	.highlight-left {
		max-height: 404px;
	}
	.highlight-right {
		height: 198px;
	}
	
	.citadel-magazine-post .news-image {
		height: auto;
	}
	
	.citadel-magazine-post .news-image img {
		position: static;
		transform: none;
	}
}

@media screen and (max-width:991px) {
	.main-navigation .primary-menu li a {
		font-size: 1em;
	}
	
	.highlight-right {
		height: 231px;
	}
	
	.highlight-right-top {
		margin-right: 5px;
	}
	
	.highlight-right-bottom {
		margin-left: 5px;
	}
	
	.highlight-right-top, .highlight-right-bottom {
		width: calc(50% - 5px);
	}
	
	.citadel-mag-header {
		max-height: 300px;
	}
	
	body.home .news-detail {
		padding-left: 0;
	}
	
	.archive-news-content .news-image {
		max-height: 225px;
	}
	
	body.category-citadel-magazine .col-md-8 .news-section .col-md-12 {
		grid-template-columns: 50% 50%;
	}

	body.category-citadel-magazine .col-md-8 .news-section .archive-section-content:nth-child(3n+1) {
		margin: 0;
	}

	body.category-citadel-magazine .col-md-8 .news-section .archive-section-content:nth-child(3n+2) {
		margin: 0;
	}

	body.category-citadel-magazine .col-md-8 .news-section .archive-section-content:nth-child(3n+3) {
		margin: 0;
	}
	
	body.category-citadel-magazine .col-md-8 .news-section .archive-section-content:nth-child(odd) {
		margin-right: 10px;
	}
	
	body.category-citadel-magazine .col-md-8 .news-section .archive-section-content:nth-child(even) {
		margin-left: 10px;
	}
	
	.sidebar .widget:nth-child(even) {
		width: 50%;
		float: left;
	}
	
	.sidebar .widget:nth-child(odd) {
		width: 50%;
		float: right;
	}
	
	.sidebar .recent-posts .col-sm-6, .sidebar .recent-posts .col-xs-6 {
		width: 100%;
	}
	
	.highlight-left {
		max-height: unset;
	}
	
	#citadel-magazine .mag-content-table {
		background-color: rgba(0, 0, 0, .5);
	}
	
	#citadel-magazine .magazine-header-content.left,
	#citadel-magazine .magazine-header-content.right {
		text-align: center;
	}
	
	#citadel-magazine .mag-first-title,
	#citadel-magazine .mag-second-title {
		margin-left: 0;
		margin-right: 0;
	}
	
	#citadel-magazine .magazine-header-content.left .magazine-deck,
	#citadel-magazine .magazine-header-content.right .magazine-deck {
		margin: 0 auto 1em;
	}
	
	#citadel-magazine .middle-header .custom-logo {
		max-width: 200px;
	}
	
	#citadel-magazine figure.wp-caption.alignnone {
		width: 100% !important;
		max-width: 100%;
		margin-left: 0;
	}

	#citadel-magazine figure.wp-caption.alignleft {
		width: 48% !important;
		margin-left: 0;
	}

	#citadel-magazine figure.wp-caption.alignright {
		width: 48%;
		margin-right: 0;
	}
	
	#citadel-magazine .news-detail p > img.alignnone {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
	
	#citadel-magazine .on-the-side {
		width: 100%;
		margin-left: 0;
	}
	
	.magazine-header-content.left .section-title,
	.magazine-header-content.right .section-title {
		text-align: center;
	}
}

@media screen and (max-width:767px) {
	body.home .news-detail {
		margin-top: 20px;
	}
	
	.highlight-section {
		margin-bottom: 30px;
	}
	
	.highlight-section .mask {
		background-color: rgba(0,0,0,0) !important;
	}
	
	.highlight-section .highlight-info {
		text-shadow: none;
		padding-bottom: 15px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	
	.highlight-info .news-title {
		margin-top: 15px;
	}
	
	.highlight-left .highlight-info .news-title {
		font-size: 1.4em;
	}
	
	.highlight-info .news-title a, .highlight-info .entry-meta a {
		color: #000000;
	}
	
	.highlight-left .highlight-info, .highlight-right .highlight-info {
		position: static;
	}
	
	.highlight-left:hover img, .highlight-right:hover img {
		transform: none;
	}
	
	.highlight-right-top, .highlight-right-bottom {
		width: 100%;
		margin: 15px 0;
	}
	
	.highlight-right {
		height: auto;
	}
	
	.highlight-right-bottom {
		margin-bottom: 0;
	}
	
	.breadcrumb {
		display: none;
	}
	
	.row.sidebar {
		margin-left: 0;
		margin-right: 0;
	}
	
	.alignleft, .aligncenter, .alignright, .alignleft.full-width, .aligncenter.full-width, .alignright.full-width, .alignleft.smaller, .aligncenter.smaller, .alignright.smaller {
		width: 100%;
		cursor: default;
	}
	
	figure.wp-caption, figure.wp-caption img {
		width: 100% !important;
		cursor: default;
	}
	
	.news-content p {
		text-align: left;
	}
	
	.post-tags-container h4 {
		grid-column-end: 4;
	}
	
	.post-tags-container {
		grid-template-columns: auto auto auto;
	}
	
	.citadel-related-container {
		grid-template-columns: 50% 50%;
	}
	
	.citadel-related-container .citadel-related-post:nth-child(3n+1) {
		margin: 0;
	}

	.citadel-related-container .citadel-related-post:nth-child(3n+3) {
		margin: 0;
	}
	
	.citadel-related-container .citadel-related-post:nth-child(even) {
		margin: 0 0 25px 7px;
	}

	.citadel-related-container .citadel-related-post:nth-child(odd) {
		margin: 0 7px 25px 0;
	}
	
	.citadel-related-container .citadel-related-post a {
		font-size: .9em;
	}
	
	.citadel-related-container .citadel-related-post img {
		height: 200px;
	}
	
	.top-footer .col-sm-4 {
		max-width: 450px;
		margin: 0 auto 50px;
	}
	
	.top-footer .col-sm-4:nth-last-child(1) {
		margin-bottom: 0;
	}
	
	#left-footer {
		text-align: left;
	}
	
	.archive-news-content .news-image {
		max-height: initial;
	}
	
	.archive-news-content .news-image img {
		margin: 0 auto;
	}
	
	.sidebar .widget:nth-child(even), .sidebar .widget:nth-child(odd) {
		width: 100%;
		float: none;
		padding: 0;
	}
	
	.sidebar .recent-posts .col-sm-6, .post-sidebar-widget.recent-posts .col-xs-6 {
		width: 50%;
	}
	
	.sidebar .small-news-content:nth-child(odd) {
		margin-right: 15px;
		border: 0;
	}
	
	.sidebar .small-news-content:nth-child(even) {
		margin-left: 15px;
		border: 0;
	}
	
	.sidebar .small-news-content .news-detail {
		padding: 10px 0;
	}
	
	.sidebar .small-news-content .news-detail .news-title {
		font-size: 1.2em;
	}
	
	.sidebar .small-news-content .small-thumbnail, .sidebar .small-news-content .news-detail {
		width: 100%;
	}
	
	.news-section .feedzy-rss .rss_image {
		width: 100% !important;
		min-height: 300px;
		margin: 0 0 1em;
		float: none;
	}
	
	.news-section .feedzy-rss .title, .news-section .feedzy-rss .rss_content {
		width: 100%;
		float: none;
	}
	
	.magazine-header-content .magazine-deck {
		display: none;
	}
	
	#citadel-magazine .mobile-magazine-deck, 
	#citadel-magazine .mobile-magazine-deck + hr {
		display: block;
	}
	
	#citadel-magazine .more-story-button {
		bottom: 90px;
		left: 50%;
    	transform: translate(-50%,0);
	}
	
	.postid-4029 .mag-second-title {
		font-size: 35vw;
	}
	
	.postid-4049 .mag-first-title {
		font-size: 7.5vw;
	}
	
	.postid-4049 .mag-second-title {
		font-size: 20vw;
	}
	
	.postid-4128 .mag-first-title,
	.postid-4128 .mag-second-title {
		font-size: 20vw;
	}
	
	.postid-5169 .mag-first-title {
		font-size: 9vw;
	}
	
	.postid-5169 .mag-second-title {
		font-size: 35vw;
	}
}

@media screen and (max-width:550px) {
	.content_cards_card {
		display: block;
		margin-bottom: 30px;
	}
	
	main.citadel-magazine .magazine-content .archive-section-content,
	#pillar-stories .archive-section-content {
		width: 100%;
	}
	
	.citadel-mag-header h3.section-title {
		font-size: 3em;
	}
	
	.single-news-content .news-image {
		min-height: 0;
	}
	
	.single-news-content .news-image img {
		height: auto;
		max-height: 400px;
		position: unset;
		position: static;
		transform: none;
	}
	
	.single-news-content .news-image.default-feature img {
		height: auto;
		max-height: 300px;
	}
	
	.content_cards_card .content_cards_image {
		margin-bottom: 15px;
	}
	
	.content_cards_card .content_cards_title, .content_cards_card .content_cards_description, .content_cards_card .content_cards_site_name {
		margin-left: 0;
		margin-right: 0;
	}
	
	.post-tags-container h4 {
		grid-column-end: 3;
	}
	
	.post-tags-container {
		grid-template-columns: auto auto;
	}
	
	.highlight-right {
		height: auto;
	}
	
	.citadel-related-container {
		grid-template-columns: 100%;
	}
	
	.citadel-related-container .citadel-related-post:nth-child(even) {
		margin: 0 0 25px;
	}

	.citadel-related-container .citadel-related-post:nth-child(odd) {
		margin: 0 0 25px;
	}
	
	body.category-citadel-magazine .col-md-8 .news-section .col-md-12 {
		grid-template-columns: 100%;
	}
	
	body.category-citadel-magazine .col-md-8 .news-section .archive-section-content:nth-child(odd) {
		margin-right: 0;
	}
	
	body.category-citadel-magazine .col-md-8 .news-section .archive-section-content:nth-child(even) {
		margin-left: 0;
	}
	
	.alignleft.full-width, .aligncenter.full-width, .alignright.full-width, figure img.full-width {
		margin-bottom: 20px;
	}
	
	.alignleft.smaller, .aligncenter.smaller, .alignright.smaller {
		width: 100% !important;
		margin-bottom: 20px;
	}
	
	.alignleft.smaller.full-width, .aligncenter.smaller.full-width, .alignright.smaller.full-width {
		width: 100% !important;
		margin-bottom: 20px;
	}
	
	.sidebar .small-news-content {
		margin: 0;
	}
	
	.sidebar .recent-posts .col-sm-6, .post-sidebar-widget.recent-posts .col-xs-6 {
		width: 100%;
	}
	
	.news-section .feedzy-rss .rss_image {
		min-height: 200px;
	}
}

@media screen and (max-width: 991px) and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE 10+ CSS 991px width styles */ 
	body.category-citadel-magazine .col-md-8 .news-section .archive-section-content {
		width: calc(50% - 12px);
	}
}

@media screen and (max-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE 10+ CSS 767px width styles */ 
	.citadel-related-container .citadel-related-post {
		width: calc(50% - 10px);	
	}
	
	.citadel-related-container .citadel-related-post img {
		height: auto;
		width: 100%;
	}
}

@media screen and (max-width: 550px) and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE 10+ CSS 550px width styles */ 
	body.category-citadel-magazine .col-md-8 .news-section .archive-section-content {
		width: 100%;
		display: block;
	}
	
	.citadel-related-container .citadel-related-post {
		width: 100%;	
	}
}

@media print {
	.header, .footer, .main-container > .container > .row > .col-md-4, .swp_social_panel, .citadel-related, .video-container, .post-tags-container {
		display: none !important;
	}
	
	.main-container > .container > .row > .col-md-8 {
		width: 100% !important;
	}
	
	a[href]:after {
		content: none !important;
	  }
}


.news-feed-single-page-rss {
	overflow-x:hidden;
	width: 100%;
}

.news-feed-single-page-rss ul {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin: -15px;
	list-style: none;
}

.news-feed-single-page-rss li {
	width: 33.333%;
	padding: 15px;
}

.news-feed-single-page-rss a {
	
}

.news-feed-single-page-rss .image-div {
	background-size: cover;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.news-feed-single-page-rss h3 {
	
}

@media screen and (max-width: 767px) {
	.news-feed-single-page-rss li {
		width: 50%;
	}
}

@media screen and (max-width: 500px) {
	.news-feed-single-page-rss li {
		width: 100%;
	}
}