@import url("https://use.typekit.net/bws2kic.css");

/* ## corrects possible view port issues in browsers that do not recognize the viewport meta tag ## */
/* http://timkadlec.com/2013/01/windows-phone-8-and-device-width/ */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


*, *:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `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
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves 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],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* ===============  Default Adjustments  =============== */

body { }

::-moz-selection { background: #3197fc; text-shadow: none; }
::selection { background: #3197fc; text-shadow: none; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}
img { max-width:100% !important; height:auto !important; vertical-align: middle; }
fieldset {border: 0;margin: 0; padding: 0; }
textarea { resize: vertical; }

/** FIX Google Maps Info window styes problem **/
img[src*="gstatic.com/"],
img[src*="googleapis.com/"] {
	max-width: none !important;
}

p { margin:0 0 1em 0; }
.nomargin{margin: 0!important;}

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block; width: 0; height: 100%; }
.hidden { display: none; visibility: hidden; }
.visuallyHidden,
.visually-hidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyHidden.focusable:focus, .visually-hidden:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.skip { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; }
.skip:focus, .skip:active { clip: auto; color:#fff; height: auto; margin: 0; overflow: visible; padding:10px; text-align:center; background:#1f3b62; width:100%; border: 1px dashed #fff; z-index:1001;}

.a11y-instructions:focus {position:fixed; top:0; left:0; width:100%; background:#1f3b62; color:#fff; padding:10px; border:1px dashed #fff; text-align:Center; z-index:1001;}
.a11y-instructions p:last-child {margin:0px;}

.figure-right {display:table; max-width:100%; float:right; margin:0 0 15px 20px; max-width:50%;}
.figure-left  {display:table; max-width:100%; float:left; margin:0 20px 15px 0; max-width:50%;}
.figure-right figcaption,
.figure-left figcaption {margin-top:5px; display:table-caption; caption-side:bottom; font-size:0.9em;}

.figure-right img,
.figure-left img {
    display: block;
    width: 100%;
}

@media only screen and (max-width:29.9rem){
	.figure-right,
	.figure-left {
		float:none;
		margin:0 auto 1rem auto;
		max-width:100%;
		text-align:center;
	}
}

.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.hide       { display:none; }
.smallest   { font-size:.8em; }
.smaller    { font-size:.9em; }
.larger     { font-size:1.1em; }
.largest    { font-size:1.2em; }
.bold       { font-weight:bold; }
.italic     { font-style:italic !important; }
.strike     {text-decoration:line-through !important;}

.red, .red:visited          { color:#f00 !important; }
.green, .green:visited      { color:#390 !important; }
.lgreen, .lgreen:visited    { color:#97937d !important; }

.bgYellow { background:yellow; }
.bgGreen { background:lime; }
.vtop { vertical-align:top; }
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.floatLeft { float:left; }
.floatRight { float:right; }
.imgLeft { float:left; margin-right:5px; padding:5px; border:1px solid #c4c4c4; }
.imgRight { float:right; margin-left:5px; padding:5px; border:1px solid #c4c4c4; }
.nowrap { white-space:nowrap; }
.borderless { border:0; border-collapse:collapse; }
.breakforprint { page-break-after:always; }
.clear { overflow:hidden; clear:both; height:0; margin:0; font-size:1px; line-height:0; }
.important { color:red; font-weight:bold; text-transform:uppercase; }
.block{display: block!important;}
.js-click-user *:focus, .js-click-user *:active {outline:0;}

/* ## Base List styles ## */
ul, ol { margin:0 0 1em; }
.noBullet { padding:0 0 0 1em; list-style-type:none; }
.noIndent { padding:0; list-style-type:none; }
.bulletSquare { list-style-type:square; }

/* ## Note/hint text or link ## */
.note {font-size:.9em; color:#4e4e4e; }
.note a, .note a:link, .note a:visited { text-decoration:underline; }

/* GOOGLE MAP IMAGES */
.gm-style img {
	max-width: initial !important;
	height: initial !important;
}

/* ================================================================
   PRIMARY LAYOUT STYLES 
   ================================================================ */

/* Enter unique styles for site here */

/* ## Disabled Form Fields ## */
input[disabled=true]    { background-color: #F0F0F0; }
textarea[disabled=true] { background-color: #F0F0F0; }
select[disabled=true]   { background-color: #F0F0F0; }
input[readonly=true]    { background-color: #F0F0F0; }
textarea[readonly=true] { background-color: #F0F0F0; }
select[readonly=true]   { background-color: #F0F0F0; }

/* Removed :link from the list to help cut down on writing time and prevent the need for extra specificity for classes */
a, a:visited { color:#6D6D6D; text-decoration:underline; }
a:hover, a:active, a:focus { color:#6D6D6D; text-decoration:none; }
a:active, a:focus { outline:1px solid #78aeda; }

.btnText { margin:0; padding:0; color:#6D6D6D; text-decoration:underline; border:0; background:none; }
.btnText:hover { color:#6D6D6D; text-decoration:none; }

/* ## Link Modifiers ## */
a .text { text-decoration:underline; }
a:hover .text, a:active .text, a:focus .text { text-decoration:none; }
a [class^="icon-"] { text-decoration:none; }
a.removeLink { color:#f00; font-size:0.9em; }

svg.icon { display: inline-block; width: 1em; height: 1em; stroke-width: 0; stroke: currentColor; fill: currentColor;}
.arrowbox-wrapper{
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: flex-end;
}

.arrowbox{
    background: rgba(85,85,85,.7);
    border: none;
    width: 3rem;
    height: 3rem;
    z-index: 9;
    transition: all .3s ease-in-out;
}
.arrowbox:before{
    content: "";
    width: 1rem;
    height: 1rem;
    display: block;
    border: .25rem solid #fff;
    border-top-width: 0.25rem;
    border-right-width: 0.25rem;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);    
    margin: auto;
    border-top: 0;
    border-right: 0;
    top: .1rem;
    position: relative;
}

.arrowbox.arrowleft:before{ 
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrowbox.arrowright{margin-left: 5px;}
.arrowbox.arrowright:before{ 
  right: .1rem;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(25deg);
  transform: rotate(225deg);

}


/* ## Focus Overlay - Advanced Focus States - It is still important to add basic css focus states for when no JS is active ## */
#focus-overlay {
    display: none;
    position: relative;
    border-radius: 2px;
    box-shadow: 0 0 3px 2px #78aeda;
    transition: all 0.2s cubic-bezier(0, 1, 0, 1);
}

#focus-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    box-shadow: 0 0 2px 1px #008cff, 0 0 2px #008cff inset;
    transition: all 0.1s ease-out;
}

#focus-overlay.focus-overlay-active {
    display: block;
}

#focus-overlay.focus-overlay-animating::after {
    opacity: 1;
}

.focus-overlay-target {
    outline: none;
}

.skip a { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; text-align:center;}
.skip a:focus {position:static; width:auto; height:auto; background:#444444; color:#ffffff; font-weight:bold; display:block; padding:10px;}


/* ## Link Lists ## */
/* We use '<ul class="linkList">' when setting a list of organized links. */
ul.linkList {margin:0 0 15px 0; padding:0; list-style-type:none;}
ul.linkList li {margin-bottom:8px;}
ul.linkList a,
ul.linkList a:link,
ul.linkList a:visited { text-decoration:none;}
ul.linkList a:hover,
ul.linkList a:active {text-decoration:underline;}


/* ## Start Up Layout - Use, modify, or delete as need be ## */
html, body {overflow-x:hidden; color:#000000; }
body {background:#fff; }
.container { }
.site-body { padding:15px 0; }

/* ==========================================================================
   Typography
   ========================================================================== */

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

.hdng {margin:0 0 1em;}
.hdng2 {}

/* ==========================================================================
   Layouts
   ========================================================================== */

.table-layout {}
.table-layout .table-cell {background-repeat:no-repeat; background-size:cover; background-position:50% 50%;}
.table-layout .table-cell .inner {padding:20px; }
.table-layout.with-overlay .table-cell {padding:10px;}
.table-layout.with-overlay .table-cell .inner {background:rgba(255,255,255,.7); padding:20px; }
.table-layout .table-cell img.set-as-background {display:none;}



/* ==========================================================================
   Global Modules - Most modules use the same setup and changing below changes each one. 
   If global, change here, if specific, change via events.css, news.css etc. 
   ========================================================================== */

.mod { position: relative; margin:0 0 1em;}

.mod-head {position:relative;}
.mod-head .title {}
.mod-head .more {position:absolute; right:0px; top:0px;}

.mod-rail {border:1px solid #dddddd; }
.mod-rail .mod-head {background:#eeeeee; border-bottom:1px solid #dddddd;}
.mod-rail .mod-head .title {padding:10px; margin:0;}
.mod-rail .mod-content { padding:10px;  font-size:.875em;}
.mod-rail .more {border-top:1px solid #dddddd;}
.mod-rail .more a {display:block; background:#eeeeee; padding:10px; text-decoration:none; text-align:center;}
.mod-rail .more a:hover,
.mod-rail .more a:focus {background:#dddddd;} 

/* Item Lists Content
   ========================================================================== */

.item-list { 
	margin:0 0 1rem 0; 
	padding:0; 
	list-style:none; 
}

.item, 
.item article { 
	padding: 1em 0;
	display: table;	
	width: 100%;
}

.item:first-child { border-top:0 !important; padding-top:0; }
.item:last-child { padding-bottom: 0; }

 
.aside { 
	display: table-cell;
	padding: 0 10px 0 0; 
	position:relative;	
}

.aside a,
.article-details .article-image img {
	border:thin solid #A5A5A5;	
}

.aside a {
	width:120px;
  height: 120px;
}

.item-list .aside a {
	display:block;
}

.item > .content,
.item article > .content {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

.item-list .title {
	line-height:1.2 !important;
	margin:0 0 0.8rem 0;
}

.item-list .title a {
	text-decoration:none;
	display:block;
}

.item-list .title a:hover,
.item-list .title a:focus {
	text-decoration:underline;
}

.item-list .content p {
	margin: 0; 
}

.item-list.border {
	border-bottom:thin solid #e8e8e8;
}

.item-list.border .item {
	border-top:thin solid #e8e8e8 !important;
	padding-top:2rem !important;
}

.item-list.border .item:last-child {
    padding-bottom: 2rem;
}

.featured-list .item {
	border-top:thin solid #e8e8e8;
}

@media only screen and (min-width:48em) {
	.item-list { 
		margin:0 0 2rem 0;
	}
	.item { 
		padding: 1.8rem 0; 
	}
	.aside { 
		padding: 0 30px 0 0; 
	}	
}

@media only screen and (min-width:80em) {

	.aside a {
		max-width:430px !important;
		width:430px;
		height:280px;   
	}	
  .chronicles .genre-articleList .aside a,
  .ito .genre-articleList .aside a {
    max-width: 100%;
    width: 275px;
    height: 175px;
  }


	.featured-list .aside a {
        max-width:275px !important;
		width:275px;
    }	

  .interior .ContributeWrpr .item .aside a{
    width: 430px;
    overflow: hidden;
    text-align: center;
  }

}

.row-list {
	display: -webkit-box;
	display: -moz-box;   
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	width: 100%;
	justify-content: center;	
} 

.row-list > li {
	width:430px;
	max-width:100%;
	margin:0 auto 2rem auto;
}

.row-list .aside { 
	display:block;
	padding: 0;
	text-align: left;
	margin: 0 0 20px 0;
}

.row-list .aside a {
	max-width:100% !important;
	width:100%;
}

.row-list .content { 
	display:block;
}

.row-list-btn {
	text-align:center;
}

.row-list-btn a {
	color:#000 !important;
	border: 1px solid #791011;
	padding: 12px 30px;
	text-decoration:none;
	display:inline-block;
}

@media only screen and (min-width:48em) {

	.row-list > li {
		width:31%;
		margin:0 2% 2rem 0%;
	}
	.row-list.row-list-2 > li:first-child {
		width: 50%;
		padding:0;
		padding-right: 30px;
		margin-left:0;
		margin-right:0;
	}
	.row-list.row-list-2 > li:last-child {
		width: 50%;
		padding:0;
		padding-left: 30px;
		margin-left:0;
		margin-right:0;		
	}
	
	.chronicles.home .row-list.row-list-2 > li:last-child .content {
		position:relative;
	}
	
	.chronicles.home .row-list.row-list-2 > li:last-child .content:before {
		content:"";
		height:100%;
		width:1px;
		border-left:1px solid #e8e8e8 ;
		position:absolute;
		left:-5.5%;
		top:0;display:block;
	}
}


/* keeps proportion */
@media only screen and (min-width:0em){
	.item-list .hero .aside a,
	.row-list .aside a,
	.trending-list .aside a {
	  overflow: hidden;
	  padding-top: 67%;
	  position: relative;
	}

	.item-list .hero .aside a img,
	.row-list .aside a img,
	.trending-list .aside a img	{
	   min-height: 100% !important;
	   left: 0;
	   right:0;
	   position: absolute;
	   top: 0;
	   width: 100%;
	}
  .ito .trending-articles {width: 275px; margin:0 auto;}
  .ito .trending-articles .trending-list .aside a{
    padding-top: 0;
    height: 175px;
  }
  .ito .trending-articles .trending-list .item{padding:1rem 0;}

  .ito .trending-articles .trending-list .item:first-child{padding-top: 0;}
}

#magazine-archive figure a > img{display: block!important}

@media only screen and (min-width:1600px){
	.row-list-btn {
		position:absolute;
		right:-120px;
		top:50%;
		margin-top:-30px;
	}
	
	.row-list-btn .btn-arrow:after {
		display:none;
	}
	
	.row-list-btn .btn-arrow  {
		background:transparent url(/cms/images/icon-arrow-large.png) no-repeat 0 50%;
		border-style:none;
		width:130px;
		line-height:1.2;
	}	
}

#recommended .row-list {
	justify-content: left;
}

.show-more {
	text-align:center;
}

.show-more .btn:after {
	content:"";
	width:15px;
	height:15px;
	border-right:2px solid #000;
	border-bottom:2px solid #000;
	display:inline-block;
	transform:rotate(45deg);
	margin-left:20px;
}


/* Item Media
   ========================================================================== */

.aside.date-icon {
	display: table-cell;
	padding: 0 15px 0 0;
}

.date-icon .date {
	border:1px solid #888;
	background:#888;
	font-weight:bold;
	text-align:center;
	width:50px;
}
.date-icon .date .month {
	font-size:.875em;
	padding:5px;
	color:#fff;
}
.date-icon .date .day {
	padding:10px 5px;
	background:#fff;
}

.caption {
	display: block;
	font-size: 0.8em;
	line-height: 1.2em;
}


/* News
   ========================================================================== */

.article > .aside {
	float:right; 
	margin: 1em;
}

.meta {
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:.8rem;
	position:relative;
}

.meta:last-child {
	margin-bottom:0;
}

.meta > div {
	padding:0 0px 0 0;
	margin:0 8px 0 0;
	display:inline-block;
}

.meta > div:after {
	content:"";
	display:inline-block;
	border-right:1px solid #000;
	line-height:14px;
	height:14px;
	margin-left:12px;
	position:relative;
	top:2px;
}

.meta > div:empty {
	display:none;
}

.meta > div:last-child:after {
	display:none;
}

.meta .social-tools{
	float: right;
}

.meta a {
	text-decoration:none;
}

.meta a:hover,
.meta a:focus {
	text-decoration:underline;
}

.meta .category,
.meta .author  {
	font-weight:bold;
}

.meta .reading-time svg {
	width:15px;
	height:15px;
	vertical-align:top;
	fill: currentColor;
	margin-top:2px;
} 



/* ==========================================================================
   Filters
   ========================================================================== */

.filter {
	padding: 1rem 2rem;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: #efedea;
    margin:0 0 1em;
}


@media only screen and (min-width:48em){

	.filter-options, 
	.filterOptions {
		float: left;
	}

	.filter-actions, 
	.filterTools,
	.extraFilter {
		float: right;
	}
	
	.extraFilter {
		margin-left:20px !important;
	}

	.filter select {
		margin-bottom:0 !important;
	}
	
	.filter select, 
	.filter label,
	.filter .formee-lbl {
		display:inline-block !important;
		margin-right:10px !important;
		width:auto !important;
	}
}

/* Pagination
   ========================================================================== */

.paging {
	
}

.sort-status {
    font-size:.875em;
    margin:0 0 1em;
}

.paging-results { 
	float: left;
}

.paging-list {
	float: right;
}

.paging-list ul {
	display: block;
	padding: 0;
	margin: 0;
}

.paging-list li{
	display: block;
	padding: 0;
	margin: 0;
	border: 1px solid #002B40;
	border-left-width: 0;
	float: left;
}

.paging-list li:first-child{
	border-left-width: 1px;
}

.paging-list li a,
.paging-list li span {
	display: block;
	min-width: 30px;
	padding: 2px 5px;
	text-align: center;
}

.paging-list li a {
	/* Link State */
}

.paging-list li span {
	/* Current Page State */
}

.paging-list li.disabled { 
	display: none;
}

.paging-list li.disabled+li { 
	border-left-width: 1px;
}

.paging-list li.disabled+.all {
	border-left-width: 0;
}

.paging { border:1px solid #e4e4e4; margin-bottom:1em; padding:1% 2%; overflow:hidden;  font-size:14px; font-family: Montserrat;}
.paging .sortStatus { line-height:24px; }

@media only screen and (min-width:32em) { 

	.paging .sortStatus { float:left;  }
	.paging .genericPager { float:right; }
	
}
.genericPager ul { list-style-type: none; margin:0; padding:0; overflow:hidden; }
.genericPager li { display:inline-block; margin:2px 0 5px 0; }
.genericPager li a { 
	display:block;
	padding:1px 4px 0; 
	border:1px solid #ddd; 
	text-decoration:none; 
	color:#000; 
	-webkit-transition: all .3s ease-in;
	   -moz-transition: all .3s ease-in;
		-ms-transition: all .3s ease-in;
		 -o-transition: all .3s ease-in;
			transition: all .3s ease-in;	
}
.genericPager li a:hover, .genericPager li a:focus, .genericPager li.active { border:1px solid #ddd; padding:1px 4px 0; color:#fff; background-color:#000; }
.genericPager li.nolink {color:#000; border:1px solid #ddd; padding:1px 4px 0;}




/* ==============================================================
   GLOBAL STYLES 
   ============================================================== */

.alert { 		
	overflow:hidden;
	border: 1px solid #FE0000; 
	margin: 1em 0;
	padding: 10px;
	min-height: 50px;	
	color: #000;
	background-color: #FEFF99;	
}
.alert a { color:#000; }

.bdr        { border:1px solid #555244; padding:1px; background-color:#a7a496; }
.bdrTop     { border-top:1px solid #999; }
.bdrRight   { border-right:1px solid #999; }
.bdrBottom  { border-bottom:1px solid #999; }
.bdrLeft    { border-left:1px solid #999; }

.bdrDash        { border:1px dashed #555244; }
.bdrDashTop     { border-top:1px dashed #999; }
.bdrDashRight   { border-right:1px dashed #999; }
.bdrDashBottom  { border-bottom:1px dashed #999; }
.bdrDashLeft    { border-left:1px dashed #999; }

.alternate	{background-color: #d8d8d8;}
.row		{background-color: #ffffff;}


/* ##  Error Markers  ## */
   
.fieldlbl {padding:4px 2px 0 0; text-align:right;}
.field {padding-left:2px;}
.fieldpad {padding-bottom:2px;}

.fieldtext {color:#000000;}
.fielderror {color:#cc0000;}
.fieldnorm {width:16px; height:20px;}
.fieldreq {width:16px; height:20px; background:transparent url(/cms/images/global/field-req.gif) no-repeat center right;}
 span.fieldreq {padding:0 6px; background-position:center center;}
 span.fieldnorm {padding:0 6px; background-position:center center;}
.fieldred {width:16px; height:20px; background:transparent url(/cms/images/global/field-error.gif) no-repeat center right;}
 span.fieldred {padding:0 6px; background-position:center center;}

 
/* ##  Tooltip Classes  ## */

.toolTipWrpr {display:none;width:340px;z-index:99;}
.toolTipShadow {background: url(/cms/images/core/tooltipbacktop.png) no-repeat top left;padding: 10px 13px 1px 13px;color:#666666;}
.toolTopShadowBottom {background: url(/cms/images/core/tooltipbackbottom.png) no-repeat top left;width:340px;height:16px;}
.toolTipDate {font-size:11px;color:#999999;font-weight:bold;}
.toolTipName {font-size:14px;color:#666666;font-weight:bold;margin-bottom:14px;}


/* ##  Generic Pager  ## */

.generic-pager {margin:0 0 1em;}
.generic-pager ul {list-style-type: none; margin:0; padding:0;}
.generic-pager li {display:inline-block; margin:0 3px 5px 0; font-size:.875em; font-weight:bold;}
.generic-pager li a {display:inline-block; color:#444444; padding:6px 10px; background:#cccccc; text-decoration:none; }
.generic-pager li a:hover, .genericPager li a:focus { color:#333333; background:#aaaaaa; text-decoration:none; }
.generic-pager li.nolink {color:#fff; background:#444444; padding:6px 10px;}
.generic-pager li.active {color:#fff; background:#444444; padding:6px 10px;}


/* ##  Smart Bug  ## */

.smartbug ul { list-style-type:none; background-color:#ccc; font-size:10px; border-left:1px solid #000; border-right:1px solid #000; border-top:1px solid #000; padding:0px; }
.smartbug li { border-bottom:1px solid #000; }
.smartbug a, .smartbug a:link, .smartbug a:visited { text-decoration:none; display:block; color:#000; padding:5px; }
.smartbug a:hover { background-color:#999; text-decoration:underline; }


/* ##  Master Overlay Styles ## */

.site-overlay {
	position:relative;
	max-width:800px;
	margin:0 auto;
	background:#ffffff; 
	overflow:hidden;

    -webkit-box-shadow:0 0 15px #333;
       -moz-box-shadow:0 0 15px #333;
            box-shadow:0 0 15px #333;
}
.site-overlay .overlay-content {padding:15px;}


/* Legacy Overlay */
.siteOverlay {
    display:none;
    position:relative;
    width:550px;
    max-width:95%;
    min-height:1px;
    background-color:#fff;
    z-index:1000;
    -webkit-box-shadow:0 0 15px #333;
       -moz-box-shadow:0 0 15px #333;
            box-shadow:0 0 15px #333;
}
.siteOverlay .overlayBar {position:relative; padding:7px 10px; text-align:right; border-bottom:1px solid #e6e6e6;}
.siteOverlay .overlayClose {display:inline-block; cursor:pointer; z-index:5;}
.siteOverlay .overlayContent {padding:15px;}

.ito .siteOverlay .overlayBar{background: #327079; color: #ffffff;}
.overlayBar .close{font-family: 'Montserrat', sans-serif; font-weight: bold;}
/* =================================================================
   MODULE STYLES - No Specific home for these yet
===================================================================*/

.breadcrumb-container {background:#eee; border-bottom:1px solid #ddd; padding:10px 0;}

/* ##  Breadcrumb  ## */

.breadcrumbs { padding:0; font-size:.875em; }
.breadcrumbs a, .breadcrumbs a:visited { text-decoration:none; }
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active { text-decoration:underline; }
.breadcrumbs span { margin:0 2px; font-weight:normal; font-weight:bold;}
.breadcrumbs .seperator {margin:0 8px; vertical-align:middle; padding:0px; display:inline-block; width:0px; height:0px; border-left:6px solid #aaa; border-top:5px solid transparent; border-bottom:5px solid transparent;}

/* ##  PAGE TOOLS  ## */
/* Print and Email icons and wrapper */

.page-tools-wrapper {float:right; display:inline; padding:0; text-align:right;}

.page-tool { margin:0 5px 0; font-size:0.875em; color:#686868; font-weight:normal; text-decoration:none; cursor:pointer; }

.page-tools-wrapper  a { float:right; display:inline;  }
.page-tools-wrapper  a:hover,
.page-tools-wrapper  a:focus,
.page-tools-wrapper  a:active {color:#1C4E87;}

.page-tools-wrapper  .addthis_toolbox { float:right; display:inline; }
.page-tools-wrapper  .addthis_toolbox a,
.page-tools-wrapper  .addthis_toolbox a:link,
.page-tools-wrapper  .addthis_toolbox a:visited {background:none; padding:0; margin:0 0 0 5px; }

/* ## Email a Friend ## */

.emailFriendWrapper {}
.emailFriendWrapper .inner { padding:10px; }
.emailFriendWrapper .emailFriendSender { margin:10px 0 20px; border-bottom:1px dashed #ccc; }
.emailFriendWrapper .emailFriendAdditional { margin:10px 0 0; padding:20px 0 0; border-top:1px dashed #ccc; }


/* ## FAQ ## */

.faq-wrapper {}
.faq-wrapper h2 {}
.faq-wrapper .category-header {}
.faq-wrapper .question-list {list-style-type:none; padding:0px; margin:0 0 20px 10px; position:relative;}
.faq-wrapper .question-list:before {position:absolute; content:''; height:100%; width:1px; left:0; top:-10px; background:#ccc;}
.faq-wrapper .question-list li {position:relative; padding:0 0 0 20px;}
.faq-wrapper .question-list li:before {position:absolute; content:''; width:10px; height:1px; left:0; top:10px; background:#ccc;}
.faq-wrapper .faq-block {}

/* =================================================================
                  Carousel STYLES - Slick
===================================================================*/


.carousel {margin-bottom:20px !important; }
.carousel .carousel-item {padding:0 10px;}
.carousel .slick-prev,
.carousel .slick-next {position:absolute; bottom:0px;}
.carousel .slick-prev {left:0px;}
.carousel .slick-next {right:0px;}

.carousel .slick-dots {margin:10px 0 0; padding:0px; list-style-type:none; text-align:center;}
.carousel .slick-dots li {display:inline-block; margin:0 2px;}
.carousel .slick-dots li button {text-indent:-9999em; text-align:left; display:block; width:12px; height:12px; padding:0px; background:#dddddd; border:1px solid #cccccc; -webkit-border-radius: 20px; border-radius: 20px;}
.carousel .slick-dots li.slick-active button {background:#aaaaaa;}



/* =================================================================
                  Responsive Tabs
===================================================================*/


.tab-module {}


/* Tabs container */
.r-tabs {
	position: relative;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	background:#cccccc;
	border:1px solid #cccccc;
	border-bottom:0px;
	position:relative;
	bottom:-1px;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	background:#ffffff;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	border:1px solid #ccc;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	background:#cccccc;
	border:1px solid #cccccc;
	border-bottom:0px;
	position:relative;
	bottom:-5px;
	margin:0 0 4px;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor:after {position:absolute; content:''; right:10px; top:15px; border-top:10px solid #aaaaaa; border-left:9px solid transparent; border-right:9px solid transparent;}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background:#ffffff;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:after {border-top:0px; border-bottom:10px solid #aaaaaa; border-left:9px solid transparent; border-right:9px solid transparent;}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}




/* =================================================================
                        THIRD PARTY STYLES
===================================================================*/



/* =================================================================
                        PRINT STYLES
===================================================================*/

@media print {
	* {  color: #000 !important; box-shadow:none !important; text-shadow: none !important; overflow: visible!important;  }
  footer, header,  .section-info{background: transparent!important;}
	a, a:visited { text-decoration: underline; }
/*   a[href]:after { content: " (" attr(href) ")"; } */
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: always; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
  .site-header{position: relative!important;}
  .interior .main-content{padding-top: 20px!important;}
  footer.footer{padding: 0; text-align: center;}
  footer.footer a{color: #000000!important;}
  .ito .section{padding-bottom: 0;}
  .articles-columns{display: block!important;}
  .charlemagne .interior-logo{display: block!important; width:150px; margin:0 auto;}
  .charlemagne .copyright, .charlemagne .contact{text-align: center;}
  .main-nav-container, .header-right, .header-left, .article-tools, .right-column, .section.section-info, .follow-us, .formee, .charlemagne .sticky-logo, .addthis-smartlayers, #supersized-loader, #supersized{display: none!important;}
  .article-image{margin: 0!important; width:100%!important; }
  .articles-columns > div{margin: 0!important;}
  .articles-equal-columns .item.hero .aside a{height: 450px;}
  .ito .main-content{padding-top: 0!important;}

}


/* ## Button Styles ## */

.btn-wrapper, .btnWrapper {position:relative; display:inline-block; text-decoration:none !important; margin:0 10px 0 0;}
.btn, a.btn {
	font-family: 'Montserrat', sans-serif; 
	display:inline-block; 
	margin:0; 
	padding:15px 24px; 
	font-weight:normal; 
	font-size:16px; 
	border-style:none; 
	text-align:center; 
	text-decoration:none; 
	cursor:pointer; 
	overflow:visible; 
	line-height:normal;
	white-space:nowrap;
}

@media only screen and (min-width:48em){
	.btn, a.btn {
		padding:15px 30px; 
	}	
}

a.btn:hover,
a.btn:focus,
.btn:hover,
.btn:focus {background:#ccc;}

.btn-arrow:after {
	content: "\2192";
	font-family: Verdana,sans-serif;
	font-size: 22px;
	line-height:10px;
	margin-left:10px;
}

.btnWrapper.btn-arrow .btn {
	padding-right:45px;
}

.btnWrapper.btn-arrow:after {
	position:absolute;
	right:10px;
	top:12px;
	color:#fff;
	content: "\2192";
	font-family: Verdana,sans-serif;
	font-size: 22px;
	line-height:22px;
	margin-left:10px;
}

.btn-red {background:#b4181b !important;}
.btn-alt .btn {color:#666666; background-color:#cccccc ; border:1px solid #fff; text-align:center; text-decoration:none; cursor:pointer;}


.btn-large .btn {padding:5px 10px; font-size:1.4em;}

.btn-full-width {display:block;}
.btn-full-width .btn {display:block; padding-left:0; padding-right:0; }
.btn-full-width input.btn { width:100%; }


/* ## modifier for icon fonts (IcoMoon) embedded within button wrapper ## */

.btn-wrapper [class^="icon-"] { margin:0 3px; font-size:0.7em; }


/* ## Site Icons ## */

.iconImage { position:relative; display:inline-block; bottom:1px; width:10px; height:10px;  vertical-align:middle; text-indent:-9999em; background:url(/cms/images/layout/icons_default.png) no-repeat 0 0; overflow:hidden; }
.iconCart { width:22px; height:22px; background-position:0 0; }
.iconRefresh { width:22px; height:22px; background-position:0 -27px; }
.iconContinueArrow { width:22px; height:16px; background-position:0 -57px; }
.iconCheckbox { width: 18px; height: 14px; background-position: -23px -112px; }
.iconXSquareRed { width: 12px; height: 12px; background-position: 0 -112px; }
.iconSearch { width: 14px; height: 14px; background-position: -55px 0; }
.iconQuestion { width: 22px; height: 22px; background-position: 0 -75px; }


/* ## truncate styling ## */

.truncateLink {}
.truncateLink a, .truncateLink a:link, .truncateLink a:visited { margin-left:5px; }
.truncateLink a.truncateMore, .truncateLink a.truncateMore:link, .truncateLink a.truncateMore:visited {}
.truncateLink a.truncateLess, .truncateLink a.truncateLess:link, .truncateLink a.truncateLess:visited {}





/* ## Table Wrapper to allow for overflow/scroll on smaller screens ## */
.table-wrapper {overflow:auto; }
.data-table {
	widtH:100%;
	display: table;
	border-collapse:collapse;
	margin-bottom:20px;
}
.data-table tr:nth-child(odd) {background:#e6e6e6;}
.data-table th {background:#888888; padding:6px 15px; font-size:1em; border:1px solid #888; border-bottom:2px solid #555555; color:#fff;}
.data-table th a {color:#fff; text-decoration:underline;}
.data-table td {vertical-align:top; padding:6px 15px; border:1px solid #E1E1E1;}
.data-table td td {border-style:none;}


/* ## NEW Limit Text Box ## */

.limitTextBox {width:100% !important; margin:0 0 1em;}
.limitTextBox span { display:none; }
.limitTextBoxBar { width:100%; }
.limitTextBoxBarWrpr {
	width:100%;
	border:0px solid #000;
	overflow:hidden;
	font-size:9px;
	color:#000;
	white-space:nowrap;
	height:5px;
	background-color:#FDFBBE;
}
.limitTextBoxBarInner { width:0%; background-color:#FF0000; }
.limitTextBoxInputWrpr { display:table-cell; width:100%; vertical-align:top; }
.limitTextBoxInputWrpr textarea { vertical-align:top; margin:0px !important;}
.limitTextBoxSpellWrpr { display:table-cell; padding-left:5px; vertical-align:top; }
.limitTextBoxSpellWrpr img { max-width:16px !important; cursor: pointer; }


/* =================================================================
                        Media Queries
===================================================================*/


/* 16px baseline (180px - 767px) */
@media only screen and (min-width:11.250em) and (max-width:47.938em) {	
	.page-tools-wrapper {display:none;}
	
  .responsive-table,
	.responsive-table thead,
	.responsive-table tbody,
	.responsive-table tr,
	.responsive-table td {
		display:block;
		width:100%;
	}

	.responsive-table tr {border:1px solid #E1E1E1;}
	.responsive-table th {display:none;}
	.responsive-table td {border-style:none;}
    
}


/* 16px baseline (768px +) */
@media only screen and (min-width:48em){

    /* Content and layout modifiers */
    .d-align-right {text-align:right;}
    .d-align-left {text-align:left;}

    /* ==========================================================================
       Layouts
   ========================================================================== */

    .table-layout {display:table; width:100%; table-layout:fixed;}
    .table-layout .table-cell {display:table-cell; vertical-align:middle;}
    .table-layout .table-cell .inner {display:inline-block; width:100%; max-width:40em; /* half of container width */}
    .table-layout .table-cell:first-child {text-align:right;}
    .table-layout .table-cell:first-child .inner {text-align:left;}

    .table-layout.full-width .table-cell .inner {max-width:2000px;}

}


/* =================================================================
                       ADMIN buttons fix , module with no height
===================================================================*/

.modulePanel a, .modulePanel a:link, .modulePanel a:visited {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
    box-sizing: content-box;
	color:#fff !important;
}

.overlayModulesWrprBrdr div.modulePanel {
	margin-right:7px;
}

.portlet-content-overlay {min-height:40px;}


/* ## Site Header ## */
.site-header {position:fixed; width:100%; z-index:1000; margin:0;}
.site-header > .inner {padding:14px 0;}
.site-header .container, .site-header [class*="grid-"] {position:static;}

@media only screen and (min-width:64em){
	.site-header .header-top {
		display:table;
		width:100%;
	}
	.site-header .header-top > div {
		display:table-cell;
		vertical-align:middle;
		float:none;
		width:auto;
	}	
}

.site-header a.site-logo {display:block; text-align:center; margin:0 auto;}
.site-header a.site-logo svg {
	fill:#fff;
    width: 175px;
    height: 40px;
    max-width: 100%;
}

.header-link {
	text-decoration:none;
	padding:10px 8px;
	display:none;
	font-size:14px;
	font-family: Montserrat;
	font-weight:500;
}

.header-link.login {
	display:inline-block;
	position:absolute;
	right:20px;
	top:11px;
}

.header-link.login .desktop {
	display:none;
}

.header-link-left {
	float:left;
}

.header-link-right {
	float:right;
}

svg.svg-icon-account {
	fill:#fff; 
	width:28px; 
	height:28px; 
	vertical-align:top;
}
.header-link-right.login span#prfimage{width: 30px; display: inline-block; height: 30px; background-size: auto; background-position: center; border-radius: 50%;}
.header-link-right.login span#prfimage img{display: none;}

.chronicles .header-link-right.login span#prfimage{ border: 2px solid #25306d;}
.ito .header-link-right.login span#prfimage{ border: 2px solid #327079;}
.charlemagne .header-link-right.login span#prfimage{ border: 2px solid #74191d;}

@media only screen and (min-width:64em){
	svg.svg-icon-account {width:20px; height:20px;}
  .header-link-right.login span#prfimage{width: 20px; height: 20px;border-radius: 50%; position: relative; right: 5px; }
}

.site-search {margin:0 -10px; float:right; display:none;}
.site-search .search-trigger {display:none; position:relative; top:4px; padding:0; border:0px; width:50px; background:transparent; color:#fff; z-index:2; text-align:center; cursor:pointer;}
.site-search .search-trigger:hover, .site-search .search-trigger:focus, .search-active .site-search .search-trigger {}
.site-search .search-trigger > * {padding-top:0px; display:inline-block; width:22px; height:22px;}
.site-search .inner {display:none; position:absolute; background:#aaa; bottom:-63px; left:0px; padding:5px; width:100%; z-index:1;}
.site-search .inner-footer {position:relative;  width:100%; }

.search-active .site-search .inner {display:block;}
.site-search .formee input[type="text"] {margin:0px;}
.site-search .btn {position:absolute; right:0px; top:0px; height:100%;}

/*  Ito Search display settings */


@media only screen and (max-width:63.9em){
  .site-header .container [class*="grid-"] {width:100%;float:none;}
  .chronicles .site-search .inner,
  .ito .site-search .inner{background:#fafafa; padding: 0}

  .chronicles .site-search,
  .ito .site-search{display: block;}

  .chronicles .site-search .search-trigger{display: block;top: 16px; right: 70px; position: absolute;}
  .ito .site-search .search-trigger{display: block;top: 25px; right: 70px; position: absolute;}
}

@media only screen and (max-width:25em){
  .chronicles .header-link.login,
  .ito .header-link.login{right: 0; top: 15px;}

  .chronicles svg.svg-icon-account,
  .ito svg.svg-icon-account {width: 22px; height: 22px;}

  .chronicles .site-search .search-trigger,
  .ito .site-search .search-trigger{right: 25px; }

  .chronicles .header-link-right.login span#prfimage,
  .ito .header-link-right.login span#prfimage{width: 22px; height: 22px;}
}


@media only screen and (min-width:64em){

	.header-link {display:block;}
	.header-link.donate {}
	.header-link.login {position:static; top:auto; right:auto;padding-right:5px;	}
	.header-link.login .desktop {display:inline-block; position: relative; top: -5px;	}
  #AnonymousLogin.header-link.login .desktop{top: 0; }
	.site-header .container, .site-header [class*="grid-"] {position:relative;}
	.site-search {margin:0px; display: block;}
	.site-search .inner {padding:0px;}
	.site-search .search-trigger {display:block; }

}

@media only screen and (min-width:86em){
	.header-link {font-size:16px; padding:6px 25px;}
}

/* ## footer ## */

.footer-links {margin:0 0 15px;}

.footer-heading {display:block; font-size:1.25em; font-weight:bold; margin:0 0 5px 0;}
.footer-heading a {text-decoration:none;}

.footer-links {}
.footer-links ul {margin:0px; padding:0px; list-style-type:none;}
.footer-links ul li {margin:2px 0;}
.footer-links a { text-decoration:none;}
.footer-links a:hover,
.footer-links a:focus {text-decoration:underline;}

.sub-footer { padding:10px 0; background:#aaa;}

.sub-footer-links {}
.sub-footer-links ul {margin:0px; padding:0px; list-style-type:none;}
.sub-footer-links ul li {display:inline-block; margin:0 5px;}
.sub-footer-links a {font-size:.75em;}

/* ## Footer Email Signup ## */

.email-signup {margin:0 0 20px;}
.email-signup .inner {position:relative;}
.email-signup p { margin:0 0 10px 0; }
.email-signup .formee input[type="text"] {margin:0px;}
.email-signup .btn {position:absolute; right:0px; top:0px; height:100%;}

.follow-us {text-align:center;}
.follow-us svg {fill:#fff;}
.follow-us a {text-decoration:none; color:#fff; display:inline-block; font-size:1.8em; margin:0 10px;}
.follow-us a:hover,
.follow-us a:focus {color:#fff;}
.follow-us .icon-rss {font-size:21px;}

h1 {font-size: 2rem; margin:0 0 0.8rem 0;}
h2 {font-size: 1.7rem; margin:0 0 0.8rem 0; font-weight:300;}
h3 {font-size: 1.5rem; margin:0 0 0.8rem 0; font-weight:300;}
h4 {font-size: 1rem; margin:0 0 0.8rem 0;}
h5 {font-size: 1rem; margin:0 0 0.8rem 0;}
h6 {font-size: .9rem; margin:0 0 0.8rem 0;}

@media only screen and (min-width:48em){
	h1 {font-size: 2.5rem;}
	h2 {font-size: 2rem;}
	h3 {font-size: 26px;}
}

.iframe-container,
.video-wrapper {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe,
.video-wrapper iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

.main-content {
	line-height:1.5;
	display:block;
}

.section {
	padding:2rem 0;
	position:relative;
}

@media only screen and (min-width:48em){
	.section {
		padding:2.4rem 0;
	}
} 

.section-info {
	font-family: 'Montserrat', sans-serif;
}

.section-info .boxes {
		flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	display: -webkit-box;
	display: -moz-box;   
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	justify-content: center;
	/*align-items: center;*/
	align-self: center;
	padding:0 1rem;
}

.section-info .boxes > div {
	width:100%;
	padding:1rem;
	border-bottom:1px solid #ccc;
}

.section-info .boxes > div:last-child {
	border-style:none;
}

.section-info .boxes > div:last-child [class*="grid-"] {
	padding:0;
	margin-left: 0%;
	margin-right: 0%;
}

.section-info h3 {
	font-family:'Montserrat', sans-serif !important;
	font-weight: 300 !important;
}
 
@media only screen and (min-width:64em){
	.section-info .boxes > div {
		width:33%;
		padding:0 4rem;
 		border-right:1px solid #ccc;
		border-bottom:none;
	}	
	.section-info .boxes > div:nth-child(1) {
		padding-left:1rem;
		display: flex;
		align-items: center;
	}	
	.section-info .boxes > div:nth-child(3) {
		padding-right:1rem;
	}		
}

.footer {padding:2rem; color:#fff; font-family: 'Montserrat', sans-serif;}
.footer a {color:#fff !important;}

.main-nav .copyright,
.footer .copyright,
.footer .contact {font-size:14px;}

.main-nav .copyright {font-family: 'Montserrat', sans-serif;}

.copyright a:before {
	content:"|";
	padding:0 5px;
}
 

@media only screen and (min-width:48em){
	.footer .contact {text-align:right;}
}


.lnavwrpr {
	background:#f2f2f2;
	padding:25px 35px;
	margin:0 0 1.8rem 0;
}

.lnavwrpr .railNavHead .title {
	font-size:20px;
	margin:0 0 20px 0;
	font-weight:500;
}

.lnavwrpr .railNav {
	padding:0;
	margin:0;
	list-style-type:none;
}

.lnavwrpr .railNav a {
	color:#000 !important;
	text-decoration:none;
	display:block;
	padding:2px 0;
	font-weight:500;
}

.lnavwrpr .railNav a:hover,
.lnavwrpr .railNav a:focus {
	text-decoration:underline;
}

.staff-list {
	display: -webkit-box;
	display: -moz-box;   
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	width: 100%;
}

.staff-list > a {
	width:100%;
	margin-bottom:2rem;
	color:#000 !important;
	text-decoration:none;
}

.staff-list > a:hover .name,
.staff-list > a:focus .name {
	text-decoration:underline;
}


@media only screen and (min-width:30em){
	.staff-list > a {
		width:48%;
		margin:0 2% 2rem 0;
	}	
} 

@media only screen and (min-width:48em){
	.staff-list > a {
		width:30%;
	}	
} 

@media only screen and (min-width:64em){
	.staff-list > a {
		width:23%;
	}	
} 

@media only screen and (min-width:80em){
	.staff-list > a {
		width:14.6%;
		margin:0 2% 2rem 0;
	}	
} 


.staff-list img {
	margin:0 0 1rem 0;
	/* border:thin solid #A5A5A5; */
}

.staff-list .name {
	font-size:20px;
	margin-bottom:0px;
	line-height:normal;
}

.staff-list .title {
	font-size:14px;
	line-height:normal;
}


.category-navigation {
	border-top:1px solid #E1E1E1;
	border-bottom:1px solid #E1E1E1;
	padding:2rem 1rem;
	margin:0 0 2rem 0;
	position:relative;
	font-family: Montserrat;
	text-align:center;
}

.category-navigation .title {
	position:relative;
	font-size:17px;
}

.category-navigation .title span {
	position:absolute;
	top:-47px;
	left:50%;
	margin-left:-90px;
	background:#fff;
	padding:0 20px;
	display:inline-block;
}

.category-navigation a {
	font-size:15px;
	padding:0 0 0 25px;
	display:inline-block;
}

.category-navigation a:after {
	content:".";
	font-size:40px;
	line-height:10px;
	height:30px;
	overflow:hidden;
	display:inline-block;
	margin-left:25px;
	vertical-align:bottom;
}

.category-navigation a:last-child:after {
	display:none;
}

.box-list .box {
	border:thin solid #A5A5A5;
	padding:2rem;
	background:#fff;
	margin-bottom:2rem;
}

@media only screen and (min-width:48em){
	.box-list {
		display: -webkit-box;
		display: -moz-box;   
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-ms-flex-wrap:wrap;
		width: 100%;
		justify-content: center;		
	}
	
	.box-list > .box {
		width:46%;
		margin-left:2%;
		margin-right:2%;
	}
}

.contact-form .btnWrapper {
	text-align:center;
	width:100%;
}

.contact-form .btnWrapper .btn {
	margin:0 auto;
}

.newsletter-form table,
.newsletter-form table td {
	display:block;
	width:100%;
}

/* Newsletter Page */



#supersized {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -999;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.sponsorship-form {
	max-width:800px;
	margin:0 auto;
}
 
.donate-form .giftAmount {
	display:inline-block;
	padding:10px 20px;
	border:2px solid #bdbdbd;
	background:#e8e8e8;
	text-align:center;
	margin:0 1% 10px 0;
	color:#000 !important;
	text-decoration:none;
}

.donate-form .giftAmount.active {
	border:2px solid #000;
	background:#fff !important;
}

.donate-form .giftAmount:nth-child(1),
.donate-form .giftAmount:nth-child(2),
.donate-form .giftAmount:nth-child(3),
.donate-form .giftAmount:nth-child(4) {
	width:23%;
}

.donate-form .giftAmount:nth-child(5) {
	width:96.5%;
	text-align:left;
}

.donate-form .giftAmount input {
	margin-bottom:0 !important;
}

.donate-form .formee input[type="radio"] + label {
	text-transform:uppercase;
}

.donate-form #CT_Main_0_ctl07_txtOtherAmount {
	margin-bottom:0 !important;
}

.donate-form #CT_Main_1_pnlNavigation {
	text-align:center;
}

.donate-form .btnWrapper.block {
	display:inline-block !important;
}

@media only screen and (max-width:30em){
	.donate-form table,
	.donate-form table tr,
	.donate-form table td {
		display:block;
		width:100%;
	}
}

.page-top p {
	margin:0;
}

.meta > .date:empty {display:none !important;}

.to-top {
    background: rgba(85,85,85,.7);
    border: none;
    width: 3rem;
    height: 3rem;
    position: fixed;
    right: 15px;
	bottom: 15px;
    z-index: 9;
    display:none;
    transition: all .3s ease-in-out;
}

.to-top:before {
    content: "";
    width: 1rem;
    height: 1rem;
    display: block;
    border: .25rem solid #fff;
        border-top-width: 0.25rem;
        border-right-width: 0.25rem;
        border-top-style: solid;
        border-right-style: solid;
        border-top-color: rgb(255, 255, 255);
        border-right-color: rgb(255, 255, 255);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: auto;
    border-top: 0;
    border-right: 0;
    top: .3rem;
	position:relative;
}
@media only screen and (min-width:60em){
	.to-top {bottom: 85px;}
}

.adminFix .anchor {padding-top:0 !important; margin-top:0 !important;}

/* ==========================================================================
      CHARLEMAGNE
   ========================================================================== */

body.charlemagne {
	font-family: 'Montserrat', sans-serif;
}

.charlemagne p[style],
.charlemagne span[style] {
   font-family: 'Montserrat', sans-serif !important;
}

.charlemagne a, .charlemagne a:visited {color:#B4181B;}
.charlemagne a:hover, .charlemagne a:active, .charlemagne a:focus {color:#B4181B;}

.charlemagne .btn,
.charlemagne a.btn {
	color:#fff; 
	background:#000;
}

.charlemagne .btn:hover,
.charlemagne .btn:focus {
	background:#999;
}

.charlemagne h1 {
	color: #535353;
	font-weight:normal;
}

.charlemagne .site-header {
	background:#74191D;
}

.charlemagne .site-header.sticky { 
	animation-name: charlemagne-interior;
	animation-duration: 1s;
}

@keyframes charlemagne-interior {
  from {top: -200px;}
  to {top: 0px;}
}

.charlemagne .anchor {
	scroll-margin-top:100px;
}

.charlemagne a.header-link {color:#fff;}
.charlemagne a.header-link:hover,
.charlemagne a.header-link:focus {
	opacity:0.7;
}

.charlemagne .site-header a.site-logo {margin:0 auto;}

@media only screen and (min-width: 64em) {
	.charlemagne .site-header .header-top > .grid-5 {
		width:43%;
	}
}

@media only screen and (min-width:80em){
	.charlemagne .site-header .inner > .container > .grid-2 {
		min-width:250px !important;
	}	
}

.charlemagne .item-list .title a {
	color:#000;
}

.charlemagne .main-content {
	/*padding-top:68px;*/
}
      
.charlemagne.sticky .main-content {
	padding-top:68px;
}
	  
.charlemagne .section-about {
	background:#f2f2f2;	
	color: #535353;
}

.charlemagne .section-about .narrow {
	text-align:center;
	max-width:780px;
	font-size: 24px;
	margin:0 auto;
	font-weight:300;
}

.line,
.charlemagne .page-heading h1,
.charlemagne .section-about h2,
.chronicles .page-heading h1 {
	font-family: 'Cinzel', serif !important;
	font-weight:normal !important;
	text-align:center;
	overflow:hidden;
	margin-bottom:1.6rem;
}
.charlemagne .section-about h2 {
	margin:40px 0 35px;
}
.line span,
.charlemagne .page-heading h1 span,
.charlemagne .section-about h2 span {
	position:relative;
	padding:0 20px;
	display:inline-block;
}

.line span:before,
.charlemagne .page-heading h1 span:before,
.charlemagne .section-about h2 span:before {
	content:"";
	width:100rem;
	height:1px;
	background:#535353;
	position:absolute;
	top:50%;
	left:-100rem;
	display:block;
}

.line span:after,
.charlemagne .page-heading h1 span:after,
.charlemagne .section-about h2 span:after {
	content:"";
	width:100rem;
	height:1px;
	background:#535353;
	position:absolute;
	top:50%;
	right:-100rem;
	display:block;
}

.line.right {
	text-align:left;
}

.line.right span {
	padding-left:0;
}

.charlemagne .section-about .boxes {
	display: -webkit-box;
	display: -moz-box;   
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	width: 100%;
	justify-content: center;
}

.charlemagne .section-about .boxes > div {
	width:100%;
	margin:0 0 1rem 0;
	text-align: justify;
	
}

.charlemagne .section-about .boxes > div P:last-child {
	margin:0;
}
 
@media only screen and (min-width:48em){
	.charlemagne .section {
		padding:4rem 0;
	}
	
	.charlemagne.interior .section {
		padding:2rem 0;
	}
	
	.charlemagne .section-about .boxes > div {
		width:25%;
		margin:0 4% 0 4%;
	}	
} 

.charlemagne .section-latest {}
.charlemagne .section-latest .row-list > li {transition: all ease .5s}
.charlemagne .section-latest .row-list > li:hover {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      transition: all ease .5s
}

.charlemagne .section-latest .row-list > li .content {
  padding: 0 20px 10px 20px;    
}

.charlemagne .section-latest .row-list > li .content h3 {
	font-size: 1.125em;
}

.charlemagne .latest {
	color: #791011;	
	font-size: 18px;	
	font-weight: 600;
	line-height:1;
}

.charlemagne .section-title {
	font-size: 26px;
	font-style: italic;	
	font-weight: 300;	
	margin-bottom:2rem;
}

.charlemagne .section-title a {
	color:#000;
}

.charlemagne .section-cta {
	background:transparent url(/cms/images/bg2.jpg) no-repeat 50% 50%;
	background-size:cover;
	color:#fff;
	position:relative;
}

.charlemagne .section-cta:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background:	rgba(0,0,0,0.4);
}

.section-cta.theme1 {
	margin:0 0 2rem 0;
}

@media only screen and (min-width:48em){
	.charlemagne .section-cta {
		padding:8rem 0;
	}
}

.charlemagne .section-cta .narrow {
	text-align:center;
	max-width:630px;
	font-size: 24px;
	margin:0 auto;
	font-weight:300;
	line-height:1.2;
	position:relative;
}

.charlemagne .section-cta .btn {
	color:#000;
	background-color:rgba(255,255,255,0.9);
	font-size:16px;
	font-weight:normal;
}

.charlemagne .section-cta .btn:hover,
.charlemagne .section-cta .btn:focus {
	background-color:rgba(255,255,255,1);
}


@media only screen and (min-width:48em){
	.charlemagne .section-cta .narrow {
		font-size: 36px;
	}	
}

.charlemagne .section-internship {
	padding:0 !important;
}

.charlemagne .section-internship .table-layout {
	table-layout:auto;
}

.charlemagne .section-internship .table-layout .table-cell img.set-as-background {
	display:block;
}

.charlemagne .section-internship .table-layout .table-cell {
	vertical-align:middle;
}

.charlemagne .section-internship .image p {
	margin:0;
}

.charlemagne .section-internship .text {
	background:transparent url(/cms/images/bg1.gif);
	color:#fff;
	line-height:1.2;
}

.charlemagne .section-internship .text p {
	font-weight: 300;
	font-size:22px
}

.charlemagne .section-internship .text .author {
	font-family: 'Cinzel', serif;
	font-size:24px;
}

@media only screen and (min-width:48em){
	
	.charlemagne .section-internship .table-layout .table-cell img.set-as-background {
		display:none;
	}
	
	.charlemagne .section-internship .table-layout .table-cell.image {
		width:35%;
	}

	.charlemagne .section-internship .table-layout .table-cell.text {
		width:65%;
	}	
	
	.charlemagne .section-internship .table-layout .table-cell .inner {
		display: inline-block;
		width: 100%;
		max-width: 36rem;
		padding:3rem 4rem;
	}

	.charlemagne .section-internship .text p {
		font-size: 36px;	
		font-weight: 300;
	}	

}

@media only screen and (min-width:80em){
	.charlemagne .section-internship .table-layout .table-cell.image {
		width:55%;
	}

	.charlemagne .section-internship .table-layout .table-cell.text {
		width:45%;
		height:590px;
	}	
}

.charlemagne .section-internship.theme1 .table-layout .table-cell.image {text-align:center;}
.charlemagne .section-internship.theme1 .table-layout .table-cell img.set-as-background {display:inline-block;}

@media only screen and (min-width:48em){
    .charlemagne .section-internship.theme1 .table-layout .table-cell .inner {max-width:80rem;}    
    .charlemagne .section-internship.theme1 .text p {font-size:20px;}
    .charlemagne .section-internship.theme1 .text .author {font-size:18px;}
    
    .charlemagne .section-internship.theme1 .table-layout .table-cell img.set-as-background {display: none;}
}
@media only screen and (min-width:80em){
    .charlemagne .section-internship.theme1 .table-layout .table-cell.image {width:25%;}
    .charlemagne .section-internship.theme1 .table-layout .table-cell.text {width:75%;}
    
    .charlemagne .section-internship.theme1 .text p {font-size:26px;}
    .charlemagne .section-internship.theme1 .text .author {font-size:22px;}    
}
@media only screen and (max-width:47.99em){
    .charlemagne .section-internship.theme1 .table-layout .table-cell.image {background-image:none !important;}
}


.charlemagne .footer {background:#74191D;}

.charlemagne .section-info {
	background:#EFEDEA;
}

@media only screen and (min-width: 63.9em) and (max-width: 80em){
  .chronicles.home .section{padding-top:5.5rem;}
}

.charlemagne .section .container-narrow { max-width:820px; }
.ito .section .containernarrow,
.chronicles .section .containernarrow { max-width:820px; margin: 0 auto 50px auto;}
.chronicles .donate-form,
.ito .donate-form{ max-width:820px; margin: 0 auto;}

.charlemagne .lnavwrpr .railNavHead .title {
	color:#791011;
}


.charlemagne .hero {
	height:285px;
	background-position:50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	text-align:center;
	color:#fff;
	font-size: 24px;
	position:relative;
}

.charlemagne .hero:before {
	content:"";
	position:absolute; 
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	background:rgba(0,0,0,0.4);
}

.charlemagne .hero .set-as-background {
	display:none;
}

.charlemagne .hero .text {
	z-index:1;
	position:relative;
}

.charlemagne .hero svg {
	width:62px;
	height:62px;
	fill:#fff;
	vertical-align:middle;
	display:inline-block;
	margin:0 auto;
}

.charlemagne .hero .btn {
	background:rgba(255,255,255,0.9);
	color:#000;
} 

.charlemagne .hero .btn svg {
	widtH:20px;
	height:20px;
	fill:#000;
}


/* Home page Video slideshow */

.banner-video{
  position: relative; 
  padding: 100%; 
  top: -70%;
  left: -50%;
}
.banner-video video {
  width: 100%; 
  height: 100%; 
  position: absolute; 
  top: 0; left: 0; 
  z-index: -99; 
  display: block;
}

.hero .video-overlay {  position: absolute; left: 0; top: 5%; z-index: 10; width: 100%; height: 100%; }
.herobutton-wrapper{margin: 10px;}

@media only screen and (min-width: 30em){
  .charlemagne .hero{height: 350px;}
}

@media only screen and (min-width:35em ){

  .banner-video{top: -85vh;}
}

@media only screen and (min-width:48em){
	
	.charlemagne .hero {
		height:450px;
		font-size:36px;
	
	}
	
	.charlemagne .hero svg {
		width:159px;
		height:159px;
	
	}	

}

@media only screen and (min-width: 63.9em){
  .charlemagne .hero {height: 550px;}
  .banner-video{padding: 30%; top: -150px; left: 0; }
  .banner-video video{object-fit: cover;}
  .hero .video-overlay{top: 20%;}
}
@media only screen and (min-width:80em){
	.charlemagne .hero svg {
		width:259px;
		height:259px;
	}	
}

.btn-play:before {
	content: "\25B6";
	border:2px solid #000;
	padding:0px 3px 0 4px;
	text-align:center;
	border-radius:50%;
	font-size:13px;
	height:22px;
	line-height: 18px;
	display:inline-block;
	margin-right:8px;
}

.charlemagne dl.forms dt {color:#791011;}

/* ==========================================================================
      ITO
   ========================================================================== */

body.ito {
	font-family: "minion-pro", serif;
	color: #231F20;
}   

.ito .main-content {
	line-height:1.4;
}

.ito .main-content h1,
.ito .main-content h2,
.ito .main-content h3  {
	color: #404040;
	font-weight:600;
	line-height:normal;
	font-family:"minion-pro-subhead";
}

.ito a, .ito a:visited {color:#34757F;}
.ito a:hover, .ito a:active, .ito a:focus {color:#34757F;}

.ito .section-main .grid-12 {
	font-size:18px;
}

.ito a.btn,
.ito .btn {
	border:thin solid #327079;
	background:#fff;
	color:#327079;
}

.ito .btn:hover,
.ito .btn:focus {
	background:#508590;
	color:#fff;
}

.ito .btnWrapper.btn-arrow:after {
	color:#327079;
}

.ito .btnWrapper.btn-arrow:hover:after {
	color:#fff;
}

.ito .meta .author {
	color:#34757F;
}

.ito .site-header {
	background:#fff;
	border-bottom: 1px solid #E1E1E1;
}

.ito .site-header a.site-logo {
	width:180px;
}

.ito .site-search .search-trigger svg,
.ito svg.svg-icon-account {
	fill:#327079;
}

.ito .main-content {
	padding-top: 74px;
}

.ito .header-link:hover,
.ito .header-link:focus,
.ito .site-search .search-trigger:hover svg,
.ito .site-search .search-trigger:focus svg,
.ito .header-link:hover svg,
.ito .header-link:focus svg {
	color:#716A5F;
	fill: #716A5F;
}

.ito .anchor {
	scroll-margin-top:160px;
}


#republishFrame1{max-width: 685px; width: 100%; height: 435px;}
.publishframe{  height: 700px; overflow:hidden;}
.publishframe textarea{margin:20px 0; font-family: "minion-pro-subhead"; font-size: 1.15em; }
.publishframe p{font-family: 'Montserrat', sans-serif;}
.publishframe p:first-child{text-align: center; color: #404040; font-weight: 600; line-height: normal;font-family: 'Montserrat', sans-serif; font-size: 1.5em;}
.publishframe .btn-wrapper{margin-top: 0px;}
.publishframe .btn{background:#327079; color: #ffffff;}
.publishframe .btn:hover,
.publishframe .btn:focus{color:#000000;}
.publishframe h1{} 



.signupEmail.subscribe{max-width: 35em; margin: 0 auto;}
.signupEmail.subscribe .signup-flex{display: flex; margin: 10px; width: 100%;}
.signupEmail.subscribe .signup-flex label{width: 25%;}
.signupEmail.subscribe .signup-flex > input,
.signupEmail.subscribe .signup-flex table{width: 70%;}
.signupEmail.subscribe .signup-flex table td label{margin: 5px;}
.signupEmail.subscribe .signup-flex .btnWrapper{display: block; text-align: center; width: 100%;}


@media only screen and (max-width: 35em){
  .signupEmail.subscribe .signup-flex{flex-direction: column;}
  .signupEmail.subscribe .signup-flex label,
  .signupEmail.subscribe .signup-flex > input,
  .signupEmail.subscribe .signup-flex table{width: 100%;}
}

@media only screen and (min-width:48em){
  .ito .main-content{padding-top:50px;} 
  #republishFrame1{height: 700px;}
  
}

@media only screen and (min-width: 63.963em){
  .ito .main-content{padding-top: 100px;}
}

@media only screen and (min-width:80em){
	
	.ito .site-header > .inner {
		padding:30px 0;
	}
 
	.ito .site-header a.site-logo {
		width:auto;
	}
	
	.ito .main-content	 {
		padding-top:200px;
	}
	
	.ito .header-link {
		font-size:15px;
	}

	.ito .header-top > .header-left,
	.ito .header-top > .header-right {
		width:38%;
	}
	
}

.ito .lnavwrpr .railNavHead .title {
	color:#327079;
}

.ito .section-info {
	background:#508590;
	color:#fff;
}

.ito .section-info h3 {
	color:#fff;
}

.ito .footer {
	background:#327079;
}

.ito .item-list .title a {
	font-size:0.8em;
	color: #404040 !important;
}

.ito .main-content .container [class*="grid-"],
.ito .item-list .content p {font-size:19px;}
.ito .section-featured .container,
.ito .section-main .container {padding-left:1rem;	padding-right:1rem;}



@media only screen and (min-width:80em){
	.ito .section-featured .container,
	.ito .section-main .container {
		padding-left:6rem;
		padding-right:6rem;
	}
}

.ito .section-featured   {
	padding-bottom:0;
}

.ito .section-featured .articles-equal-columns {
	padding-bottom:.4rem;
}

.ito .subsribe-box {
	text-align:center;
	color:#fff;
	padding:2rem;
	background:transparent url(/cms/images/ito-subscribe-bg.jpg) no-repeat;
	background-size:cover;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	z-index:1;
}

.right-column #rail-banner{top: 0; position: relative;}
.ito .subsribe-box .larger {font-size:22px;}
.right-column #rail-banner.stick { position: fixed; top: 120px; }
.right-column #rail-banner.stickbottom{position: absolute; bottom: 0; top: auto; }


.ito .section-cta {
	background:transparent url(/cms/images/bg2.jpg) no-repeat 50% 50%;
	background-size:cover;
	color:#fff;
	position:relative;
	font-family: 'Montserrat', sans-serif;
	padding:2rem;
	text-align:center;
}

.ito .section-cta:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background:	rgba(0,0,0,0.4);
}

@media only screen and (min-width:48em){
	.ito .section-cta {
		padding:3rem;
	}
}

.ito .section-cta .narrow {
	max-width:630px;
	font-size: 24px;
	margin:0 auto;
	font-weight:300;
	line-height:1.2;
	position:relative;
}

.ito .section-cta .btn {
	color:#000;
	background-color:rgba(255,255,255,0.9);
	font-size:16px;
	font-weight:normal;
}

.ito .section-cta .btn:hover,
.ito .section-cta .btn:focus {
	background-color:rgba(255,255,255,1);
}

.ito .contributor h2 {
	font-family: 'Cinzel', serif;
	font-weight:normal;
}

@media only screen and (min-width:48em){
	.ito .contributor h2 {
		font-size:2.4rem;
	}	
}

@media only screen and (min-width:48em){
	.ito .section-cta .narrow {
		font-size: 36px;
	}	
}
.ito span.blockquote,
.ito blockquote {
	border-color:#508590;
}


.ito .articles-section-title,
.ito .trending-title {
	color: #327079 !important;	
	font-family: Cinzel !important;
	font-size: 24px;
}
.right-column .trending-articles .btn,
.trending-articles .btn{display: none;}
/* HERO item */

.item.hero {
	display:block;
	position:relative;
}

.item.hero .aside {
	display:block;
	position:relative;
	padding:0;
}

.item.hero .aside a {
	max-width:100% !important;
	width:100%;
}

.item.hero .content {
	display:block;
	position:absolute;
	padding:1rem 2rem .5rem;
	bottom:0;
	left:0;
	width:100%;
	color:#fff;
	z-index:2;
}

.item.hero .content a {
	color:#fff !important;
}

.item.hero .meta > div:after {
	border-color:#fff;
}

.item.hero .meta .author {
	color:#fff;
}

.item.hero .content:before {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	z-index:-1;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+94 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 94%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 94%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 94%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

/*  Mobile Order Update #  104527 */

.ito .item.hero .content .meta:first-child {display: none;}
/* .ito .item-list.featured-list .aside img{height: 120px!important;} */
.ito .section-info.section{padding:2rem 0 0; }
.ito .section-info .boxes .box:nth-child(2n) h3{display: none;}
.ito .footer{text-align: center;}
.ito .footer [class*="grid-"]{margin: 10px;}
.ito .footer .copyright span{ display: block; margin:0 0 5px;}
.ito .footer .copyright a{display: inline-block; font-weight: bold; text-decoration: none; padding: 5px;}
.ito .footer .copyright a:before{display: none;}
.ito .footer .copyright a:last-of-type:before{display: inline-block; position: relative; left: -5px;}
.ito .footer .contact{color:#bccfd3; font-size: 1em;}


@media only screen and (max-width:47.9em){

	.item-list .summary,
	.item-list .continue-link {
		display:none;
	}

	.item-list:not(.trending-list):not(.row-list):not(.large-list) .item:not(.hero) .title + .meta {
		display: none;
	}
	
	.item-list:not(.trending-list):not(.row-list):not(.large-list) .item:not(.hero) .aside a {
	
		overflow:hidden;
    text-align: center;
		min-height:120px !important;
		max-height:120px !important;
		min-width:120px !important;
		max-width:300px !important;
    display: flex;
    justify-content: center;
    align-items: center;
	}
	
	.item-list:not(.trending-list):not(.row-list):not(.large-list) .item:not(.hero) .aside img {

	}

  .item-list .aside img{position: relative;/*  left: -40px; */}


}

/* TRENDING item */

.trending-list {
	max-width:330px;
	margin:0 auto 2rem auto;	
}
 
.trending-list .item {
	display:block;
}

/* .trending-list .item:first-child {
    padding-top: 1rem;
}
 */
.trending-list .item .aside {
	display:block;
	padding:0;
	text-align:left;
	margin:0 0 20px 0;
}

.trending-list .item .aside a {
	max-width:100% !important;
	width:330px !important;
}

.trending-list .item .content {
	display:block;
}

.trending-list .item .meta {
	margin:0;
}

.trending-list .title {
	line-height:1.6;
}

.trending-list .title a {
	font-size:18px !important;
	font-family: Montserrat;
	font-weight:normal;
}


/* numbers */
.trending-list li {
  margin: 0 0 0.5rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}

.trending-list li .content {
	position:relative;
	padding-left:30px;
}

.trending-list li .content:before {
	content: counter(my-awesome-counter)".";
	color:#404040;
	font-family: Montserrat;
	font-size: 18px;
	position: absolute;
	left:0;
	top: -2px;
	font-weight:bold;
}

 
/* END TRENDING item */

.articles-equal-columns {
	border-bottom:1px solid #e8e8e8;
}

.articles-columns,
.articles-equal-columns {
	display: -webkit-box;
	display: -moz-box;   
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	width: 100%;
	justify-content: center;
}

.articles-columns > div,
.articles-equal-columns > div {
	width:100%;
	font-size:19px;
}
@media only screen and (min-width: 30em){
	.ito .item-list .item.hero .title a{font-size: 1em;}
}

.ito .item-list.featured-list .aside img{position: relative;}

@media only screen and (min-width: 48em){

	.item.hero .content .meta:first-child,
	.item-list .title + .meta,
	.item-list .continue-link {display: block;}
  .ito .item.hero .content{padding: 2rem;}
  .ito .item.hero .content .meta:first-child{display: block;}
  .ito .item-list .item.hero .title a{font-size: 30px;}
  .ito .item.hero .content .meta:first-child{display: none;}
  .ito .item-list.featured-list .aside a{height: 175px!important; left: 0; position: relative;}
  .ito .item-list .title a{font-size: 30px;}
  .ito .item-list.featured-list .meta:last-child{display: block;}
  .ito .section-info .boxes > div:last-child{display: block;}
  .ito .section-info.section{padding:2rem 0; }
  .ito .section-info .boxes .box:nth-child(2n) h3{display: block;}
  .ito .footer{text-align: initial;}
  .ito .footer [class*="grid-"]{margin: 0;}
  .ito .footer .copyright{font-size: initial; color: #ffffff;}
  .ito .footer .copyright span{ display: inline-block; margin:0;}
  .ito .footer .copyright a{display: inline-block; font-weight: normal; text-decoration: underline; padding: 0px;}
  .ito .footer .copyright a:before{display: inline-block;}
  .ito .footer .contact{color:#bccfd3; font-size: 14px;}

}

@media only screen and (min-width:64em){
	.articles-columns > div:first-child {
		width:71%;
		padding-right:1rem;
		border-right:1px solid #e8e8e8;
	}
	.articles-columns > div:last-child {
		width:29%;
		padding-left:1rem;
	}
	.articles-equal-columns > div:first-child {
		width:50%;
		padding-right:1rem;
	}
	.articles-equal-columns > div:last-child {
		width:50%;
		padding-left:1rem;
	}	
	

  .ito.extendedLine .articles-equal-columns > div:first-child{width: 40%}
  .ito.extendedLine .articles-equal-columns > div:last-child{width: 60%;}
  .ito .articles-equal-columns > div:first-child{margin-bottom: 2rem;}
  .ito .articles-equal-columns > div:first-child ul.item-list{margin: 0;}
  .ito .articles-equal-columns > div:first-child ul.item-list,
  .ito .articles-equal-columns > div:first-child ul.item-list li,
  .ito .articles-equal-columns > div:first-child ul.item-list li figure,
	.ito .articles-equal-columns > div:first-child ul.item-list li figure a{height:100%;}


	.chronicles .articles-equal-columns {
		border-bottom:none;
	}
	
	.chronicles .articles-equal-columns > div:first-child {
		border-right: 1px solid #e8e8e8;
	}
}

@media only screen and (min-width:80em){
	.articles-columns > div:first-child {
		padding-right:60px;
	}	
	.articles-columns > div:last-child {
		padding-left:30px;
	}
	.articles-equal-columns > div:first-child {
		padding-right:30px;
	}	
	.articles-equal-columns > div:last-child {
		padding-left:30px;
	}	

  .ito .articles-equal-columns > div:first-child {
    padding-right:15px;
  } 
  

}


/* ==========================================================================
      CHRONICLES
   ========================================================================== */
   
  
body.chronicles {
	font-family: minion-pro, serif;
	color: #241E20;
}   

.chronicles h1,
.chronicles h2,
.chronicles h3 {
	color:#404040;
	font-weight: 600;
	line-height: normal;
	font-family: "minion-pro-subhead";
}

 
.chronicles .line span:before,
.chronicles .line span:after {
	background: #e5e5e5;
}

.chronicles a, .chronicles a:visited {color:#5868C6;}
.chronicles a:hover, .chronicles a:active, .chronicles a:focus {color:#5868C6;}

.chronicles a.btn,
.chronicles .btn {
	border:thin solid #25306D;
	color: #25306D;
	background:#fff;
}

.chronicles .btn:hover,
.chronicles .btn:focus {
	background: #25306D;
	color:#fff;
}

.chronicles .btnWrapper.btn-arrow:after {
	color:#25306D;
}

.chronicles .meta .author {
	color:#5868C6;
}

.chronicles .articles-section-title, .chronicles .trending-title {
    color: #5868C6 !important;
    font-family: Cinzel !important;
    font-size: 24px;
}

.chronicles .lnavwrpr .railNavHead .title {
	color:#25306d;
}

.chronicles .section-main .container .grid-12 {
	font-size:18px;
}

.chronicles .site-header {
	background:#fff;
	border-bottom: 1px solid #E1E1E1;
}

.chronicles .header-link:hover,
.chronicles .header-link:focus,
.chronicles .site-search .search-trigger:hover svg,
.chronicles .site-search .search-trigger:focus svg,
.chronicles .header-link:hover svg,
.chronicles .header-link:focus svg {
	color:#716A5F;
	fill:#716A5F;
}

.chronicles .site-header a.site-logo {
	width:180px;
}


.chronicles .site-search .search-trigger svg,
.chronicles svg.svg-icon-account {
	fill:#25306d;
}

.chronicles .main-content {
	padding-top: 56px;
}

.chronicles.interior.subscribe .main-content {
  padding-top: 0;
}

.chronicles .anchor {
	scroll-margin-top:160px;
}

.chronicles .section-featured .container,
.chronicles .section-main .container {
	padding-left:1rem;
	padding-right:1rem;
}


.chronicles .header-link.login {
	top:3px;
}
	
.chronicles .large-list {
	border-bottom:1px solid #e8e8e8;
	padding-bottom:2.4rem;
	margin-bottom:2.4rem;
}	

@media only screen and (max-width:47.9em){
	.chronicles .large-list .item {
		position:relative;
	}
	
	.chronicles .large-list .aside {
		display: block;
		position: relative;
		padding: 0;
	}
	
	.chronicles .large-list .aside a {
		overflow: hidden;
		padding-top: 67%;
		position: relative;
		width: 100%;
		max-width:100% !important;
	}	

	.chronicles .large-list .item .content {
		display: block;
		position: absolute;
		padding: 1rem 2rem .5rem;
		bottom: 0;
		left: 0;
		width: 100%;
		color: #fff;
		z-index: 2;
	}

	.chronicles .large-list .item .content:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: -1;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 94%, rgba(0,0,0,0.65) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 94%,rgba(0,0,0,0.65) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 94%,rgba(0,0,0,0.65) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	}
		
	.chronicles .large-list .item  .content .meta:first-child {
		display: none;
	}	
	
	.chronicles .large-list .item .title a {
		font-size:1em;
	}
	
	.chronicles .large-list .item .content a {
		color: #fff !important;
	}
	
	.chronicles .large-list .meta > div:after {
		border-color:#fff;
	}

	.chronicles .large-list .item .meta,
	.chronicles .large-list .meta .author {
		color: #fff !important;
	}
	
}


	

.subscribe-wrapper{padding:2.5rem .5rem; background: url(/cms/images/subscribe.png) no-repeat; background-size: cover;  font-family: 'Montserrat', sans-serif;}
.subscribe-wrapper > a{ padding: 5px 20px; color: #000000!important; text-decoration: none; background: #e7e4e3; font-weight: 600; font-size: 1.25em; position: absolute; top: 0; right: 0; }

.subscribe-wrapper .container{display: flex; flex-flow: column; align-items: center;}
.subscribe-wrapper button {font-size: 2rem; padding: 5px 40px; margin: 0 auto; display: inline-block; margin: 20px;}
.ito .subscribe-wrapper button {background:#508590; color:#fff;}
.ito .subscribe-wrapper button:hover,
.ito .subscribe-wrapper button:focus {background:#fff; color:#508590;}
.chronicles .subscribe-wrapper button {background:#25306d; color:#fff;}
.chronicles .subscribe-wrapper button:hover,
.chronicles .subscribe-wrapper button:focus {background:#fff; color:#25306d;}
.subscribe-wrapper .container .grid-6{text-align: center;}
.subscribe-inner{background: rgba(255,255,255,0.8); padding: 10%; text-align: center;}
.subscribe-inner h1{ margin: 40px 0; font-weight: 500 !important; text-align: left; color: #000000;  }
.subscribe-inner span{margin: 40px 0; font-weight: 600; font-size: 1.25em; display: block;}
.subscribe-inner p{font-size: 1.15em; text-align: left;}

.interior.subscribe .main-content {
	padding-top: 0 !important;
}

@media only screen and (min-width: 36em){
  .subscribe-wrapper{ padding: 2.5rem; }  
}


@media only screen and (min-width: 60em){
  
  .subscribe-wrapper .container{flex-flow: row;}
  .subscribe-wrapper button{margin: 0;}

}

@media only screen and (min-width:80em){

	.chronicles .header-link {
		font-size: 15px;
	}	
	
	.chronicles .site-header > .inner {
		padding:30px 0;
	}

	.chronicles .main-content {
		padding-top:188px;
	}

	.chronicles.interior.subscribe .main-content {
		padding-top: 0;
	}
	
	.chronicles .large-list .aside {
		padding: 0 38px 0 0;
	}
	
	.chronicles .large-list .aside a {
		max-width:740px !important;
		width:740px;
		height:450px;
	}
	
	.chronicles  .section-main .container {
		padding-left: 6rem;
		padding-right: 6rem;
	}
	
	.chronicles .footer .contact {
		display:table;
	}

	.chronicles .footer .contact .box {
		display:table-cell;
		text-align:left;
		padding:0 0 0 20px;
	}
	
	.chronicles .header-top > .header-left,
	.chronicles .header-top > .header-right {
		width:38%;
	}

  .subscribe-wrapper{ padding: 10rem;}

}

@media only screen and (min-width:1180px){
	.chronicles .site-header a.site-logo {
		width:auto;
	}

}

@media only screen and (min-width:1180px) and (max-width: 1279px){
  
.chronicles .main-content{padding-top: 74px;}

}

.chronicles .main-content .container [class*="grid-"],
.chronicles .item-list .content {
	font-size:19px;
}

.chronicles .item-list .title a {
    font-size: 0.8em;
    color: #404040;
}

.chronicles .section-info {
	background:#25306d;
	color:#fff;
}

.chronicles .section-info h3 {
	color:#fff;
}

.chronicles .footer {
	background:#231f20;
}

.author-latest-title {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom:.2rem;
	margin-bottom:2rem;
}

.chronicles .section-cta {
	background:transparent url(/cms/images/bg2.jpg) no-repeat 50% 50%;
	background-size:cover;
	color:#fff;
	position:relative;
	font-family: 'Montserrat', sans-serif;
	padding:2rem 1rem;
	text-align:center;
}

.chronicles .section-cta:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background:	rgba(37,48,109,0.8);
}

.conversion-banners {padding: 4rem 3rem; position: relative;}
.conversion-banners img{position: absolute; left: 0; top: 0; z-index: 1; width: 100%;}
.conversion-banners .narrow{font-size: 1.5em; position: relative; z-index: 2;}
.conversion-banner .btn{color: #000; background-color: rgba(255,255,255,0.9); font-size: 16px; font-weight: normal;}


@media only screen and (min-width:48em){
	.chronicles .section-cta {
		padding:4rem 3rem;
	}
	
	.chronicles .item-list .title a {
		font-size:30px;
	}
}

@media only screen and (min-width: 48.063em) and (max-width: 80em){
  .chronicles .large-list .aside a{height: 350px; width: 500px;}
}

.chronicles .section-cta .narrow {
	max-width:860px;
	font-size: 24px;
	margin:0 auto;
	font-weight:300;
	line-height:1.2;
	position:relative;
}

.chronicles .articles-columns > div:last-child .section-cta .narrow {
	font-size:18px;
	line-height:2;
}

.chronicles .section-cta .btn {
	color:#000;
	background-color:rgba(255,255,255,0.9);
	font-size:16px;
	font-weight:normal;
}

.chronicles .section-cta .btn:hover,
.chronicles .section-cta .btn:focus {
	background-color:rgba(255,255,255,1);
}


@media only screen and (min-width:48em){
	.chronicles .section-cta .narrow {
		font-size: 26px;
	}	
}

.chronicles .section-cta.stick {
	position: fixed;
	top: 120px;
}

.chronicles .contributor h2 {
	font-family: 'Cinzel', serif;
	font-weight:normal;
}

@media only screen and (min-width:48em){
	.chronicles .contributor h2 {
		font-size:2.4rem;
	}	
}

.magazine-issues .issue-list {
	padding:0;
	margin:0;
	list-style-type:none;
	display: -webkit-box;
	display: -moz-box;   
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	width: 100%;
	justify-content: center;
	text-align:center;
}

.issue-list li {
	margin:0 0 2rem 0;
	text-align:center;
}

.magazine-issues {
	border-bottom:1px solid #e8e8e8;
	padding:0 0 2rem 0;
	margin:0 0 2rem 0;
} 

.issue-list img {
	margin:0 auto 20px auto;
	max-height:140px;
}

.magazine .issue-list img{
  max-height:300px;
}

.issue,
.issue-list .issue {
	font-size:24px;
	margin:0 0 20px 0;
}

.issue-list .btn {
	width:100%;
	padding-left:10px;
	padding-right:10px;
	direction:ltr;
}


.magazine-flex{display: flex; align-items: center; justify-content: center;}
.magazine-flex .arrowbox-wrapper{width: 25%; margin: 0 10px;}
.magazine-flex .issue{margin: 0;}

.magazine-flex .arrowbox-wrapper .arrowleft{background: url(/cms/images/arrowleft.png) rgba(85,85,85,.7); background-repeat: no-repeat; background-size: 25px; background-position: center }
.magazine-flex .arrowbox-wrapper .arrowright{background: url(/cms/images/arrowright.png) rgba(85,85,85,.7); background-repeat: no-repeat; background-size: 25px; background-position: center}



.subscription-req{
  background: linear-gradient(180deg, #ffffff,transparent);
  padding: 75px 25px;
  margin-top: -65px;
  position: relative;
  z-index: 9;
}

@media only screen and (min-width:48em){
	.magazine-issues .issue-list li {
		width:29%;
		margin:0 4% 0 0;
	}	
	.magazine-issues .issue-list li:last-child {
		margin-right:0;
	}

	.issue-list img {
		max-height:226px;
	}		

  .magazine	.issue-list img{
    max-height: 100%;
  }

  .magazine-flex{display: flex; align-items: center; justify-content: space-between;}
  .magazine-flex .issue{width: 60%;}


}

.chronicles span.blockquote,
.chronicles blockquote {
	border-color:#25306d;
}

.magazine .issue-list {
	max-width:100%;
	width:430px;
	margin:2rem auto 2rem;
	padding:0 2rem;
}

@media only screen and (min-width:48em){
	.magazine .issue-list {
		width:510px;
		padding:0 60px;
	}
}

.donate-columns {
	display: -webkit-box;
	display: -moz-box;   
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	width: 100%;
	justify-content: center;
}

.donate-columns > div {
	margin-bottom:2rem;
}

@media only screen and (min-width:60em){
	.donate-columns > div {
		width:48%;
	}

	.donate-columns > div:first-child {
		margin-right:2%;
	}
	
	.donate-columns > div:last-child {
		margin-left:2%;
	}
}


.login-box h2 {
	margin:0 0 2rem 0;
	font-size: 26px;
}

.login-box .accountBlocks {
	border-style:none;
	margin:0;
}

.login-box .login-buttons a {
	margin-right:20px;
}

@media only screen and (min-width:48em){
	.login-box .login-buttons a {
		float:left;
		padding:12px 0;
		font-weight:bold;
	}
	.login-box .login-buttons .btnWrapper {
		float:right;
		margin:0;
	}
}

.login-box .new-user {
	border-top:1px solid #d3d3d3;
	padding:2rem 0 0 0;
	margin:2rem 0 0 0;
	text-align:center;
	font-size:18px;
}

.login-box .new-user-inner > div:first-child {
	padding-bottom:2rem;
	border-bottom:1px solid #d3d3d3;
}
.login-box .new-user-inner > div:last-child {
	padding-top:2rem;
}

@media only screen and (min-width:48em){
	.login-box .new-user-inner {
		display:table;
		table-layout:fixed;
		width:100%;
	}
	
	.login-box .new-user-inner > div {
		display:table-cell;
		padding:0 1rem !important;
		border-right:1px solid #d3d3d3 ;
		border-bottom:none !important;
	}
	
	.login-box .new-user-inner > div:last-child {
		border-right:none;
	}
}

.page-box {
	background:#f2f2f2;
	padding:50px;
	max-width:800px;
	margin:0 auto 2rem auto;
}

.article {}

.article-main {
	margin:0 0 2rem 0;
}

.article-image {
	margin:0 0 1.6rem 0;
	background:#fff;
}

.article-image img {
	width:100%;
}

.article-image-caption,
.article-image-credit {
	font-style:italic;
	margin:10px 0 0 0;
}

@media only screen and (max-width:63.9em){
	.right-column {
		margin-top:0px !important;
	}	
}

@media only screen and (min-width:64em){
	.article-image {
		float:right;
		margin-right:-45%;
		margin-bottom:0;
		border-bottom:1.6rem solid #fff;
		padding-left:2.4rem;
		max-width:790px;
	}
	
	.right-column.margin {
		margin-top:530px;
	}
}

@media only screen and (min-width:80em){
	.article-image {
		margin-right:-52%;
	}	
}


.article-summary {
	margin:0 0 2rem 0;
	text-align:justify;	
}

.article-body {
	margin:0 0 2rem 0;
	text-align:justify;
}

.btn-issue span {
	font-size:20px;
	display:block;
	font-weight:bold;
}

.chronicles .article-body > p:first-child::first-line  {
	font-weight:bold;
	text-transform:uppercase;
}

.ito .summary p.recent-article-summ{font-size: 18px!important; margin-bottom: .8rem;}

    
.chronicles .article-body > p:first-child::first-line  {
  font-weight:bold;
  text-transform:uppercase;
}
.chronicles .article-body::first-line{
  font-weight:bold;
  text-transform:uppercase;
}
.chronicles .article-summary::first-line{
  font-weight:bold;
  text-transform:uppercase;
}

span.blockquote{display: block;}

span.blockquote,
blockquote {
	border-left:5px solid #ccc;
	padding:.6rem 1.2rem;
	margin:0 0 1rem 1.2rem;
}

span.blockquote p:last-child,
blockquote p:last-child {
	margin:0;
}

.contributor {
	margin:0 0 2rem 0;
}

.article-details .contributor{border-bottom: 1px solid #000000;}

.contributor .contributor-image{
  width: 140px;
  height: 140px;
	margin:0 30px 20px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;    border-radius: 50%;
}
.contributor .contributor-image img {display: none;}

.article-tools{display: flex; flex-wrap: wrap; justify-content: space-between;}
.article-tools .comments-tool{width: 100%}

@media only screen and (min-width:30em){
	.contributor {
		display: -webkit-box;
		display: -moz-box;   
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 100%;
	}

	.contributor .contributor-image {
		flex-shrink: 0;
		width:140px;
    height: 140px;

	}

}

@media only screen and (min-width: 35em){
  .article-tools .comments-tool{width: 75%}
}

.contributor .contributor-text h2 a {
	text-decoration:none;	
}

.contributor .contributor-text h2 a:hover,
.contributor .contributor-text h2 a:focus {
	text-decoration:underline;
}


.icon-source {
	position:absolute;
	bottom:1px;
	right:1px;
	width:50px;
	height:50px;
	background-color:rgba(255,255,255,0.85);
}

.icon-source.ito {
	background-image: url(/cms/images/icon-source-ito.png);
}

.icon-source.chronicles {
	background-image: url(/cms/images/icon-source-chronicles.png);
}

/* Sticky header */

.sticky-logo {
	display:none;
}


	/* Charleemagne */
	
.charlemagne .site-header {
	position:relative;
}

.charlemagne .site-header.sticky {
	position:fixed;
}

.charlemagne.home .site-logo,	
.charlemagne .site-logo .sticky-logo {
	width:190px;
	margin:0 auto;
}

.charlemagne .sticky .sticky-logo {
	display:inline-block;
}

.charlemagne.home .sticky .home-logo {
	display:none;	
	
}

.charlemagne.home .interior-logo {
	display:none;	
}

.charlemagne.interior .home-logo {
	display:none;
}

.charlemagne.interior .sticky .interior-logo {
	display:none;	
}

.charlemagne.interior .site-header:not(.sticky) {
	background:#fff;
}

.charlemagne.interior .site-header:not(.sticky) a.header-link,
.charlemagne.interior .site-header:not(.sticky) .site-search .search-trigger,
.charlemagne.interior .site-header:not(.sticky) svg.svg-icon-account {
	color:#B4181B;
	fill:#B4181B;
	opacity:1;
}

.charlemagne.interior .site-header:not(.sticky) .header-link:hover,
.charlemagne.interior .site-header:not(.sticky) .header-link:focus,
.charlemagne.interior .site-header:not(.sticky) .site-search .search-trigger:hover svg,
.charlemagne.interior .site-header:not(.sticky) .site-search .search-trigger:focus svg,
.charlemagne.interior .site-header:not(.sticky) .header-link:hover svg, 
.charlemagne.interior .site-header:not(.sticky) .header-link:focus svg {
	color: #716A5F;
	fill:#716A5F;
}

.charlemagne.interior .site-header:not(.sticky) .site-search .search-trigger {
	/*top:25px;*/
}

.charlemagne.interior .site-header:not(.sticky) .toggle-menu::before,
.charlemagne.interior .site-header:not(.sticky) .toggle-menu::after, 
.charlemagne.interior .site-header:not(.sticky) .toggle-menu > span::before, 
.charlemagne.interior .site-header:not(.sticky) .toggle-menu2::before, 
.charlemagne.interior .site-header:not(.sticky) .toggle-menu2::after, 
.charlemagne.interior .site-header:not(.sticky) .toggle-menu2 > span::before {
    background: #791011;
}


@media only screen and (max-width:63.9em){
	.charlemagne.interior .sticky-logo {
		display:block;
	} 
	.charlemagne.interior .home-logo,
	.charlemagne.interior .interior-logo	{
		display:none;
	}
	.charlemagne.interior .site-header {
		background: #791011 !important;
	}
	.charlemagne.interior .site-header:not(.sticky) .toggle-menu::before,
	.charlemagne.interior .site-header:not(.sticky) .toggle-menu::after, 
	.charlemagne.interior .site-header:not(.sticky) .toggle-menu > span::before, 
	.charlemagne.interior .site-header:not(.sticky) .toggle-menu2::before, 
	.charlemagne.interior .site-header:not(.sticky) .toggle-menu2::after, 
	.charlemagne.interior .site-header:not(.sticky) .toggle-menu2 > span::before {
		background: #fff !important;
	}
	
	.charlemagne.interior .site-header:not(.sticky) a.header-link,
	.charlemagne.interior .site-header:not(.sticky) .site-search .search-trigger,
	.charlemagne.interior .site-header:not(.sticky) svg.svg-icon-account {
		color: #fff !important;
		fill: #fff !important;
	}
	
}

@media only screen and (min-width: 63.9em) and (max-width: 63.938em){
  .charlemagne.interior .site-logo{width: 100px;}
  .charlemagne .header-top .grid-2{width: 100%; float: none;}
  .chronicles .header-top .grid-4{width: 100%; float: none;}
}

	/* ITO */

.ito.interior .site-header > .inner,
.ito .site-header.sticky > .inner {
	padding:14px 0;
	-webkit-transition: all 0.5s ease ;
	-moz-transition: all 0.5s ease ;
	-ms-transition: all 0.5s ease ;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease ;	
}

.ito.interior .site-header .site-logo img,
.ito .site-header.sticky .site-logo img  {
	widtH:190px;
}

.ito.home .site-header.sticky .site-logo img  {
	animation-name: logo-ito;
	animation-duration: 0.5s;
}

.ito.home .site-header .site-logo img  {
	animation-name: logo-ito-alt;
	animation-duration: 0.5s;
}

@keyframes logo-ito {
  from {width:340px;}
  to {width:190px;}
}

@keyframes logo-ito-alt {
  from {width:190px;}
  to {width:340px;}
}


.ito.interior .main-content {
    padding-top: 76px;
}

@media only screen and (min-width:64em){
	.ito.interior .main-content {
		padding-top: 120px;
	}
}

@media only screen and (min-width:80em){
	.ito.home .site-header:not(.sticky) .site-search .inner {
		bottom:-79px;
	}
}

	/* Chronicles */

.chronicles.interior .site-header > .inner,
.chronicles .site-header.sticky > .inner {
	padding:14px 0;
	-webkit-transition: all 0.5s ease ;
	-moz-transition: all 0.5s ease ;
	-ms-transition: all 0.5s ease ;
	-o-transition: all 0.5s ease ;
	transition: all 0.5s ease ;
}

.chronicles.interior .site-header .site-logo img,
.chronicles .site-header.sticky .site-logo img  {
	width:190px; 
}

.chronicles.home .site-header.sticky .site-logo img {
	animation-name: logo-chronicles;
	animation-duration: 0.5s;	
}

.chronicles.home .site-header .site-logo img {
	animation-name: logo-chronicles-alt;
	animation-duration: 0.5s;	
}

@keyframes logo-chronicles {
  from {width:300px;}
  to {width:190px;}
}

@keyframes logo-chronicles-alt {
  from {width:190px;}
  to {width:300px;}
}


.chronicles.interior .regular-logo,
.chronicles.home .site-header.sticky .regular-logo {
	display:none;
}

.chronicles.interior .sticky-logo,
.chronicles.home .site-header.sticky .sticky-logo {
	display:block;
}

@media only screen and (min-width:80em){
	.chronicles.home .site-header:not(.sticky) .site-search .inner {
		bottom:-79px;
	}
}

@media only screen and (max-width:63.9em){
	.chronicles.interior .regular-logo,
	.chronicles.home .site-header .regular-logo {
		display:none;
	}

	.chronicles.interior .sticky-logo,
	.chronicles.home .site-header .sticky-logo {
		display:block;
	}	
}


.chronicles.interior .main-content {
    padding-top: 56px;
}
.chronicles.interior.subscribe .main-content {
  padding-top: 0px;
}

@media only screen and (min-width:64em){
	.chronicles.interior .main-content {
		padding-top: 124px;
	}
	.chronicles.interior.subscribe .main-content {
		padding-top: 0;
	}
}

@media only screen and (min-width:80em){
	
	.chronicles.home .site-search .search-trigger {
		-webkit-transition: all 0.5s ease ;
		-moz-transition: all 0.5s ease ;
		-ms-transition: all 0.5s ease ;
		-o-transition: all 0.5s ease ;
		transition: all 0.5s ease ;			
	}
	
	.chronicles.interior .site-header .site-search .search-trigger,
	.chronicles .site-header.sticky .site-search .search-trigger {
		-webkit-transition: all 0.5s ease ;
		-moz-transition: all 0.5s ease ;
		-ms-transition: all 0.5s ease ;
		-o-transition: all 0.5s ease ;
		transition: all 0.5s ease ;		
	}
} 

.checkAvailable {margin:0 0 20px 0;}

@media only screen and (max-width:63.9em){
	#account-details [class*="grid-"] {
		width:100% !important;
	}
}

body.magazine .articles-equal-columns .item-list .aside {
	display:none;
}

.subscription-wrapper {
	display: -webkit-box;
	display: -moz-box;   
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	width: 100%;
	justify-content: center;	
	margin:2rem 0!important;
}

.subscription-wrapper > div {
	width:100%;
	margin-bottom:2rem;
	border:1px solid #d1d1d1;
}

.subscription-title {
	padding:1.2rem 1rem;
	background:#f2f2f2;
	text-align:center;
	font-family: Montserrat !important;
	font-weight: 300 !important;
	font-size:1.5rem;
	color:#000;
}

.subscription-title.joyeous {
	color:#fff  !important;
	background:#9a2323;
} 

.subscription-title.basic {
	color:#fff !important;
	background:#000000;
} 

.subscription-inner {
	padding:2rem;
	font-family: "minion-pro-subhead";
}
.subscription-inner p,
.subscription-inner ul{font-size:1.125em }

.chronicles .subscription-inner p,
.chronicles .subscription-inner ul{font-size:1em }
.formee .subscription-inner ul.tier {margin: 0 0 1em; padding: 0px; list-style-type:none;}
.formee .subscription-inner ul.tier li {
	background:transparent url(/cms/images/li.gif) no-repeat 0 8px;
	padding-left:30px;
}

.subscription-notice{
  font-family: "minion-pro-subhead";
  font-size: 1.125em;
}

.subscription-inner .formee{
  margin: 20px 0 25px;
}

.subscription-inner .formee .inner-flex{display: flex; align-items: center; margin: 10px 0;}
.subscription-inner .formee .inner-flex input{margin-top: 0; margin-right: 10px; color: #9A2323; position: absolute; left: -9999px;}
.subscription-inner .formee .inner-flex label{color: #9A2323; margin: 0;}
.subscription-inner .formee .inner-flex span{margin-left: auto;  font-family: 'Montserrat', sans-serif; font-weight: 600;}


.typewrite{width: 100%; display: block; font-size: .75em; margin: 10px 0; height: 30px; }
.hero .typewrite.left,
.hero .typewrite.right{text-align: center;}


@media only screen and (min-width:64em){
	.subscription-wrapper > div { 
		width:33%;
		margin:0 0.2%;
	}

	.subscription-wrapper > div:first-child {
		margin-left:0;
	}
	
	.subscription-wrapper > div:last-child {
		margin-right:0;
	}

  .typewrite{width: 300px; display: inline-block;}
  .hero .typewrite.left{text-align: right;}
  .hero .typewrite.right{text-align: left;}
}

@media only screen and (min-width:84em){
  .typewrite{width: 500px; font-size: 1em; margin: 0 10px; }
}

.member-tier-list {
	list-style-type: none;
	padding: 0;
	margin:0;
}

.member-tier-list label {font-weight:normal !important;}
.member-tier-list input[type="checkbox"]:checked,
.member-tier-list input[type="checkbox"]:not(:checked),
.member-tier-list input[type="radio"]:checked,
.member-tier-list input[type="radio"]:not(:checked) { position: absolute; left: -9999px;}
.member-tier-list input[type="checkbox"]:checked + label,
.member-tier-list input[type="checkbox"]:not(:checked) + label,
.member-tier-list input[type="radio"]:checked + label,
.member-tier-list input[type="radio"]:not(:checked) + label{ position: relative; padding-left: 28px; cursor: pointer; line-height: 20px; display: inline-block; color: #9A2323; }
.member-tier-list input[type="radio"]:checked + label:before,
.member-tier-list input[type="radio"]:not(:checked) + label:before {content: ''; position: absolute; left: 0; top: 0; width: 16px; height: 16px; border: 1px solid #ddd;
    border-radius: 100%;background: #fff;}
.member-tier-list input[type="radio"]:checked + label:after,
.member-tier-list input[type="radio"]:not(:checked) + label:after {content: '';width: 8px; height: 8px;background: #74191D; position: absolute;top: 4px;left: 4px; border-radius: 100%;
    -webkit-transition: all 0.2s ease;transition: all 0.2s ease;}
.member-tier-list input[type="checkbox"]:not(:checked) + label:after,
.member-tier-list input[type="radio"]:not(:checked) + label:after {opacity: 0;-webkit-transform: scale(0);transform: scale(0);}
.member-tier-list input[type="checkbox"]:checked + label:after,
.member-tier-list input[type="radio"]:checked + label:after {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}



.member-tier-list input[type="checkbox"]:checked + label:before,
.member-tier-list input[type="checkbox"]:not(:checked) + label:before {content: ''; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border: 1px solid #ddd;
    border-radius: 100%;background: #fff;}
.member-tier-list input[type="checkbox"]:checked + label:after,
.member-tier-list input[type="checkbox"]:not(:checked) + label:after {content: '';width: 10px; height: 10px;background: #74191D; position: absolute;top: 5px;left: 5px; border-radius: 100%;
    -webkit-transition: all 0.2s ease;transition: all 0.2s ease;}




.member-tier-list .or {
	display:inline-block; 
	margin:2px 5px;
	vertical-align:top;
	font-style:italic;
}

.tier-description ul {
	padding:0 0 0 1.2rem !important;
}
.tier-type{margin: 20px 0; border-bottom: 1px solid #ccc;}
.tier-type:last-of-type{border:0;}
.tier-type .membership-name,
.membership-name label {
	color: #9A2323 !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	font-family: 'Montserrat', sans-serif  !important;
}

.welcome-boxes {
	display: -webkit-box;
	display: -moz-box;   
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	width: 100%;
	justify-content: center;
	margin: 2em 0;
}

.welcome-boxes > div {
	text-align:center;
	padding:2rem 1rem 1rem;
	margin-bottom:2rem;
}

.welcome-box h2 {
	font-size: 1.25em;
	font-weight: 400;
}

.welcome-box h2 a {
	color:#000 !important;
}

.welcome-media {
	display: flex;
	flex-flow: column; 
	align-items: center;
	justify-content: center; 
	margin-bottom:2rem;
}

@media only screen and (min-width:48em){
	.welcome-boxes > div {
		width:48%;
		margin:0 1% 1rem 1%;
		padding:3rem 1rem 1rem;
	}

	.welcome-box h2 {
		font-size: 1.5em; 
	}
}

@media only screen and (min-width:64em){
	.welcome-boxes > div {
		width:30%;
		margin:0 2% 3rem 2%;
	}
		
	.welcome-boxes > div:nth-child(3n+1) {
		margin-left:0;
	}

	.welcome-boxes > div:nth-child(3n) {
		margin-right:0;
	}
}

.alcuin-app .deadline {font-weight:bold;}
.alcuin-app .grid-4 .btn {width:100%;}
.alcuin-app .review-app td {padding:0 10px 10px 0;}
.alcuin-app .review-app .btn {width:100%;}

.chronicles .trending-articles .btn {display:none;}

/* NAVIGATION ITEMS FOR ALL SITES */

.main-nav-login {
	font-size:22px;
	display:block;
	padding:19px 32px;
	background:#3d3935;
	color:#fff !important;
	text-decoration:none;
	font-family: 'Montserrat', sans-serif;
}

.main-nav-login svg.svg-icon-account {
	margin-right:10px;
	width:30px;
	height:30px;
	fill:#fff;
}

.main-nav .back-wrap a {
	font-size:20px;
	font-weight:bold;
	background:#efedea;
	padding:20px 32px;
	display:block;
	color:#000 !important;
	text-transform:uppercase;
}

.main-nav .back-wrap svg {
	width:24px;
	height:24px;
	vertical-align:top;
	margin-right:7px;
}

.main-nav .title {
	padding:20px 0;
	color:#fff;
	border-bottom:1px solid #ccc;
	text-transform:uppercase;
	font-weight:bold;
	margin:10px 32px;
	font-family: 'Montserrat', sans-serif;
}

.main-nav .other-sites-wrpr {
	background: #74191d;
}

.main-nav .other-sites-wrpr:before {
	content:"";
	height:1px;
	margin:0 2rem;
	background:rgba(255,255,255,0.3);
	display:block;
}


.main-nav .other-sites {
	padding:3rem 4rem;
	position:relative;
}

.main-nav .other-sites p {
	margin:0 auto 2rem auto;
}

@media (min-width:64em) {
	.main-nav .other-sites {
		padding:3.6rem 2rem;
	}

	.main-nav .other-sites p {
		margin:0 auto 3rem auto;
	}	

	.interior:not(.sticky) .main-nav .other-sites-wrpr {
		background:transparent;
	}

	.interior:not(.sticky) .main-nav .other-sites-wrpr:before {
		display:none;
	}
	
}

.main-nav .other-sites p:nth-child(2) {
	max-width:85%;
}

.main-nav .other-sites p:last-child {
	margin:0 auto;
	max-width:70%;
}

.main-nav-footer {
	background:#efedea;
	padding:32px 32px 12px 32px;
}

@supports (-webkit-touch-callout: none) {
 
  @media (max-width: 35em){
    .mi-wrapper{overflow: scroll;}
    .main-nav-footer {padding:32px 32px 75px 32px; overflow:scroll;}
  }
}
/* END NAVIGATION ITEMS FFOR ALL SITES */

body.cke_show_borders  {
	font-size: 18px;
	font-family: "minion-pro", serif;
}