@charset "utf-8";

html { height: 100%; }
body { height: 100%; margin: 0; font-size: 14px; line-height: 1.231; vertical-align: top; overflow-x: hidden; overflow-y: scroll; background: #fff; }
body, input, select, textarea { font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-weight: 400; color: #333; }
button { font-family: 'Open Sans', Arial, Helvetica, sans-serif; }
.button { margin-bottom: 0; }

h1,h2,h3,h4,h5,h6 { color: #000; margin: 0; }

h2 { font-size: 30px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }

a { text-decoration: none; color: #000; }
a:hover, a:focus { color: #000; }
p, li { font-size: 14px; }
p a { color: #000; }
blockquote, blockquote p { color: #333; font-style: italic; padding: 0; border-left: none; }
li { font-size: 14px; color: #333; list-style: none; margin: 0; padding: 0; }
ul { margin-left: 0; }

[class^="icon-"], [class*=" icon-"] { }

.like,
.unlike,
.liked:hover { color: #a6a6a6; }
.liked { color: red; } 
.like:hover { color: red; } 
.icon-megusta:before { display: inline-block; }
.icon-megusta.megusta-active:hover:before { transform: rotate(-180deg); transition: .15s; }

/*====== ADMIN ======*/
#toggle-admin-edit-mode { display: none; cursor: pointer; color: #fff; background: #a2a2a2; }
#toggle-admin-edit-mode.active,
#toggle-admin-edit-mode:hover { color: #fff; background: #1772e8; }
.is_admin #toggle-admin-edit-mode { display: inline-block; }
div.card { position: relative; }
.admin-menu { position: absolute; top: 0; right: 0; color: #fff; background: #1772e8; display: none; width: auto !important; }
.admin-menu .icon-cog2,
.admin-menu .icon-pencil { padding: 0.85em; display: block; font-size: 1.2em; }
.admin-menu:hover .icon-cog2,
.admin-menu:hover .icon-pencil { display: none; }
.admin-menu ul { display: none; padding: 1em; text-align: left; margin: 0; }
.admin-menu ul li { line-height: 1em; }
.admin-menu ul a { color: #fff; }
.admin-menu:hover ul { display: block; }
.card .admin-menu { display: block; }
.content .admin-menu { display: block; }
.content { position: relative; }
#admin-card-menu { z-index: 50; }
#admin-content-menu { position: absolute; top: 0; right: 0; z-index: 50; margin-right: 0; }

/*====== FORMS ======*/

input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="month"], 
input[type="week"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
input[type="color"], 
textarea { border-color: #999; box-shadow: none; }
input[type="text"].half-input { width: 45%; float: left; }
input[type="email"].half-input { width: 45%; float: left; clear: left; }

button, .button { background-color: #29294b; border-color: #2c2c5e; }
button:hover, button:focus, .button:hover, .button:focus { background-color: #343481; }

.message { color: white; font-weight: normal; padding: 0.5em 1em; position: relative; text-align: center; font-size: 1.3em; cursor: pointer;  }
.message a { color: white; font-weight: 600; text-decoration: underline; }
.message.success { background-color: #4687d6; }
.message.error { background-color: #EE2123; }
.error-message:before { content: "*"; }
.error-message { color: #EE2123; padding: 5px 5px 5px 0; float: left; clear: both; }
	
.card { position: relative; }

.login form fieldset { background: #f7f7f7; margin-top: 80px; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12); border: 1px solid #c0c0c0; }
.login-page { height: 500px; }
.row.login-page { max-width: initial; }

/*====== HEADER ======*/
#header { background: #29294b; height: 155px; position: relative; z-index: 200; }
#header .wrapper { background: #29294b; }
#header .red-ribbon-army { background: #E31A2C; height: 215px; width: 95px; position: absolute; top: 0; left: 0; }
#header .icon-word-logo { color: #fff; position: absolute; top: 20px; left: 50%; transform: translate(-50%); font-size: 36px; }
#header .issue-date { position: absolute; bottom: 4%; text-align: center; left: 50%; transform: translateX(-50%); }
#header .issue-date { color: #fff; font-size: 13px; text-transform: uppercase; }
#header .issue-date .icon-down-arrow { color: #fff; }
#header .header-mmlogo { height: 155px; }
#header svg#mm-logo-header { position: absolute; top: 50%; width: 330px; left: 120px; transform: translateY(-50%); }
#header nav.header-nav { position: absolute; top: 20px; right: 0; }
#header nav.header-nav ul li { float: left; padding-left: 25px; text-align: center; }
#header nav.header-nav ul li a { color: #fff; display: block; height: 100%; }
#header nav.header-nav ul li svg { height: 27px; }
#header .admin-nav { position: absolute; right: 0; top: 98px; }
#header .admin-nav .button.alert { background-color: #E31A2C; margin-left: 14px; width: 130px; text-align: center; }
#header .admin-nav .button.alert:hover { background-color: #D33C44; }
#header .messages { position: absolute; z-index: -1; width: 100%; }
.yellowed { height: 60px; background: #fff200; }
.yellowed nav#main ul { padding-top: 8px; }

nav#main ul { margin-left: 115px; margin-bottom: 0; padding-top: 20px; }
nav#main ul li { float: left; padding-left: 42px; font-weight: 600; font-size: 16px; }
nav#main ul li:first-of-type { padding-left: 0; }
nav#main ul li a { color: #29294b; }
nav#main ul li a:hover,
nav#main ul li a.active { color: #E31A2C; }
nav#main .explore { margin-left: 115px; font-size: 14px; font-weight: 600; float: left; clear: left; }
nav#main .explore a { color: #e31a2c; }
.yellowed nav#main ul li:first-of-type { padding-left: 0; }
.yellowed nav#main ul li { padding-left: 72px; }

.signup-form { width: 50%; display: none; margin: 0 auto; padding-top: 30px; }
.signup-form button { margin: 0 auto; display: block; }
.signup-form fieldset { background: #f1f1f1; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12); border: 1px solid #c0c0c0; }
.signup-form fieldset legend { margin: 0 auto; }

.fa-overlay { background: -webkit-linear-gradient(transparent, rgba(0,0,0,0.9)); background: -o-linear-gradient(transparent, rgba(0,0,0,0.9)); background: -moz-linear-gradient(transparent, rgba(0,0,0,0.9)); background: linear-gradient(transparent, rgba(0,0,0,0.9));  position: absolute;  top: 0;  left: 0;  right: 0;  bottom: 0;  height: 100%;  width: 100%; }
.dotdotdot { color: #e31a2d; font-weight: bold; }

/*====== MOBILE MENU ======*/
.mobile-nav-trigger { color: #fff; position: relative; width: 40px; height: 40px; display: block; }
.hamburguesa { position: absolute; top: 20px; left: 50%; transform: translateX(-50%); display: none; }
.line { background: #fff; height: 4px; width: 100%; position: absolute; left: 50%; transform: translateX(-50%); }
.line:nth-of-type(1) { top: 18%; }
.line:nth-of-type(2) { top: 50%; transform: translate(-50%,-50%); }
.line:nth-of-type(3) { bottom: 18%; }
.mobile-nav-modal { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; height: 100%; background-color: #181837; opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0.6s, visibility 0s 0.9s; -moz-transition: opacity 0.3s 0.6s, visibility 0s 0.9s; transition: opacity 0.3s 0.6s, visibility 0s 0.9s; }
.mobile-nav-modal.fade-in { visibility: visible; opacity: 1; -webkit-transition: opacity 0.1s 0s, visibility 0s 0s; -moz-transition: opacity 0.1s 0s, visibility 0s 0s; transition: opacity 0.1s 0s, visibility 0s 0s; }
.mobile-nav-modal .close { display: block; position: fixed; top: 20px; right: 5%; width: 44px; height: 44px; overflow: hidden; text-indent: 100%; white-space: nowrap; background: url("/img/icon-close.svg") no-repeat center center; -webkit-transform: scale(0) translateZ(0); -moz-transform: scale(0) translateZ(0); -ms-transform: scale(0) translateZ(0); -o-transform: scale(0) translateZ(0); transform: scale(0) translateZ(0); -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s; -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s; transition: transform 0.3s 0s, visibility 0s 0.3s; }
.mobile-nav-modal.fade-in .close { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: -webkit-transform 0.3s 0s, visibility 0.3s 0s; -moz-transition: -moz-transform 0.3s 0s, visibility 0.3s 0s; transition: transform 0.3s 0s, visibility 0.3s 0s; }
.mobile-nav { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); width: 90%; }
.mobile-nav li { width: 33.33333%; float: left; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-transform: translateY(100vh); -moz-transform: translateY(100vh); -ms-transform: translateY(100vh); -o-transform: translateY(100vh); transform: translateY(100vh); text-align: center; }
.mobile-nav li:nth-of-type(10) { margin-left: 33.33333%; }
.is-visible .mobile-nav li { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.fade-in .mobile-nav li { -webkit-animation: move-in 0.4s; -moz-animation: move-in 0.4s; animation: move-in 0.4s; }
.fade-out .mobile-nav li { -webkit-animation: move-out 0.4s; -moz-animation: move-out 0.4s; animation: move-out 0.4s; }
.fade-in .mobile-nav li, .fade-out .mobile-nav li { -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; animation-fill-mode: forwards; }
.fade-in .mobile-nav li:nth-of-type(2), .fade-out .mobile-nav li:nth-of-type(2) { -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; animation-delay: 0.1s; }
.fade-in .mobile-nav li:nth-of-type(3), .fade-out .mobile-nav li:nth-of-type(3) { -webkit-animation-delay: 0.15s; -moz-animation-delay: 0.15s; animation-delay: 0.15s; }
.fade-in .mobile-nav li:nth-of-type(4), .fade-out .mobile-nav li:nth-of-type(4) { -webkit-animation-delay: 0.25s; -moz-animation-delay: 0.25s; animation-delay: 0.25s; }
.fade-in .mobile-nav li:nth-of-type(5), .fade-out .mobile-nav li:nth-of-type(5) { -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; animation-delay: 0.3s; }
.fade-in .mobile-nav li:nth-of-type(6), .fade-out .mobile-nav li:nth-of-type(6) { -webkit-animation-delay: 0.35s; -moz-animation-delay: 0.35s; animation-delay: 0.35s; }
.fade-in .mobile-nav li:nth-of-type(7), .fade-out .mobile-nav li:nth-of-type(7) { -webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; animation-delay: 0.4s; }
.fade-in .mobile-nav li:nth-of-type(8), .fade-out .mobile-nav li:nth-of-type(8) { -webkit-animation-delay: 0.45s; -moz-animation-delay: 0.45s; animation-delay: 0.45s; }
.fade-in .mobile-nav li:nth-of-type(9), .fade-out .mobile-nav li:nth-of-type(9) { -webkit-animation-delay: 0.5s; -moz-animation-delay: 0.5s; animation-delay: 0.5s; }
.fade-in .mobile-nav li:nth-of-type(10), .fade-out .mobile-nav li:nth-of-type(10) { -webkit-animation-delay: 0.55s; -moz-animation-delay: 0.55s; animation-delay: 0.55s; }
.mobile-nav a { display: inline-block; min-width: 80px; position: relative; padding: 64px 0 0; margin-bottom: 20px; color: #fff; font-size: 8px; }
.mobile-nav a::before { content: ''; display: block; position: absolute; top: 0; left: 50%; right: auto; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); height: 80px; width: 80px; background-image: url("/img/mobile-icons.svg"); background-repeat: no-repeat; background-position: 0 0; }
.no-touch .mobile-nav a:hover::before { background-color: #DC965A; }
.mobile-nav li:nth-of-type(2) a::before { background-position: -80px 0; }
.mobile-nav li:nth-of-type(3) a::before { background-position: -160px 0; }
.mobile-nav li:nth-of-type(4) a::before { background-position: -240px 0; }
.mobile-nav li:nth-of-type(5) a::before { background-position: -320px 0; }
.mobile-nav li:nth-of-type(6) a::before { background-position: -400px 0; }
.mobile-nav li:nth-of-type(7) a::before { background-position: -480px 0; }
.mobile-nav li:nth-of-type(8) a::before { background-position: -560px 0; }
.mobile-nav li:nth-of-type(9) a::before { background-position: -640px 0; }
.mobile-nav li:nth-of-type(10) a::before { background-position: -720px 0; }

@-webkit-keyframes move-in {
	0% {
		-webkit-transform: translateY(100vh);
	}
	65% {
		-webkit-transform: translateY(-1.5vh);
	}
	100% {
		-webkit-transform: translateY(0vh);
	}
}
@-moz-keyframes move-in {
	0% {
		-moz-transform: translateY(100vh);
	}
	65% {
		-moz-transform: translateY(-1.5vh);
	}
	100% {
		-moz-transform: translateY(0vh);
	}
}
@keyframes move-in {
	0% {
		-webkit-transform: translateY(100vh);
		-moz-transform: translateY(100vh);
		-ms-transform: translateY(100vh);
		-o-transform: translateY(100vh);
		transform: translateY(100vh);
	}
	65% {
		-webkit-transform: translateY(-1.5vh);
		-moz-transform: translateY(-1.5vh);
		-ms-transform: translateY(-1.5vh);
		-o-transform: translateY(-1.5vh);
		transform: translateY(-1.5vh);
	}
	100% {
		-webkit-transform: translateY(0vh);
		-moz-transform: translateY(0vh);
		-ms-transform: translateY(0vh);
		-o-transform: translateY(0vh);
		transform: translateY(0vh);
	}
}
@-webkit-keyframes move-out {
	0% {
	    -webkit-transform: translateY(0vh);
	}
	100% {
	    -webkit-transform: translateY(-100vh);
	}
}
@-moz-keyframes move-out {
	0% {
		-moz-transform: translateY(0vh);
	}
	100% {
		-moz-transform: translateY(-100vh);
	}
}
@keyframes move-out {
	0% {
		-webkit-transform: translateY(0vh);
		-moz-transform: translateY(0vh);
		-ms-transform: translateY(0vh);
		-o-transform: translateY(0vh);
		transform: translateY(0vh);
	}
	100% {
	    -webkit-transform: translateY(-100vh);
	    -moz-transform: translateY(-100vh);
	    -ms-transform: translateY(-100vh);
	    -o-transform: translateY(-100vh);
	    transform: translateY(-100vh);
	}
}

/*====== SOCIAL BUTTONS ======*/
.social { margin: 20px 0 15px 0; float: left; width: 100%; }
.social li { color: #29294b; display: inline-block; float: left; border: 1px solid #29294b; margin-left: 10px; }
.social .icon { padding: 10px 14px; line-height: 2; }
.social .thumbsup { border: none; margin-left: 60px; }
.social .thumbsup .icon-megusta { padding-right: 5px; }
.social .bubble { border: none; }
.social .comment-count { color: #a6a6a6; float: right; line-height: 2; margin-left: 2px; }
.social .icon-bubble { padding-right: 4px; }

/*====== HOME ======*/
.home p { line-height: 1.25; color: #333; font-weight: 300; }
.home .lay2col > div:not(.admin-menu) { height: 280px; overflow: hidden; margin-bottom: 38px; }
.home .lay2col > div img { width: 100%; }
.home .sq-icon { width: 95px; height: 95px; background: #E31A2C; float: left; margin: 0 10px 10px 0; position: relative; }
.home .icon { color: #fff; font-size: 56px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.home h2 { color: #E31A2C; line-height: 1; }
.home h3 { color: #29294b; font-size: 18px; font-weight: 500; margin-bottom: 10px; }
.home h4 { color: #29294b; font-size: 14px; font-weight: 500; padding-top: 12px; }
.home .img { padding-bottom: 280px; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.home .report.img { padding-bottom: 182px; }
.home .empty-img { padding-bottom: 280px; background-color: #999; }
.home .editors-cut.textarea { border-bottom: 8px solid #29294B; }
.home .editors-cut h3 { line-height: 20px; }
.home .spotlight.one { display: none; }
.home .spotlight.textarea,
.home .gtk.textarea { border-bottom: 8px solid #fff200; }
.home .spotlight.textarea h2 { margin-top: 18px; }
.home .gtk h2 { margin-top: 30px; }
.home .spotlight .sq-icon,
.home .gtk .sq-icon { margin-bottom: 8px; }
.home .spotlight.textarea h3,
.home .gtk.textarea h3 { margin-bottom: 2px; }
.home .spotlight.textarea h4,
.home .gtk.textarea h4 { margin-bottom: 4px; }
.home .spotlight.textarea h3,
.home .gtk.textarea h3 { clear: both; line-height: 20px; }
.home .featured-article { position: relative; width: 100%; margin: 0 auto 35px auto; border: 1px solid #bbb; box-sizing: border-box; height: 280px; overflow: hidden; }
.home .featured-article .img { padding-bottom: 280px; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.home .featured-article h2 { color: #fff; position: absolute; top: 20px; left: 110px; }
.home .featured-article .article-text > div { color: #fff; position: absolute; top: 50%; left: 50%; transform: translateX(-50%); width: 90%; }
.home .featured-article h3 { margin-bottom: 0; line-height: 20px; }
.home .featured-article h4 { margin-bottom: 4px; }
.home .featured-article .article-text > div h3,
.home .featured-article .article-text > div h4 { color: #fff; }
.home .featured-article h4,
.home .featured-article p { font-size: 16px; }
.home .featured-article h3 { font-size: 20px; }
.home .featured-article p { color: #fff; }
.home .reports > div { border-bottom: 8px solid #fff200; margin-bottom: 0; }
.home .reports > div > a { display: block; height: 100%; }
.home .reports > div > div:not(.admin-menu) { height: 160px; overflow: hidden; }
.home .reports > div h4 span { color: #e31a2c; }
.home .lay2col.reports > div { margin-bottom: 0; }
.home .btm-boxes > div { height: 165px; background: #29294b; position: relative; }
.home .btm-boxes > div:hover { background: #000; }
.home .btm-boxes svg { height: 70px; position: absolute; top: 15%; left: 50%; transform: translateX(-50%); }
.home .btm-boxes h3 { color: #fff; text-align: center; }
.home .btm-boxes > div:nth-child(1) h3,
.home .btm-boxes > div:nth-child(2) h3 { position: absolute; top: 70%; left: 50%; transform: translateX(-50%); width: 90%; }
.home .btm-boxes > div:nth-child(3) h3 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 90%; }
.home .btm-boxes > div:nth-child(3) h3 span { font-size: 30px; }
.home .btm-boxes > div a { display: block; height: 100%; }
.home .btm-boxes h3 span { color: #E31A2C; }

/*====== PREVIEW ======*/
.preview-msg { background: #fff200; width: 100%; display: none; position: fixed; z-index: 2000; top: 0; }
.preview-msg p { text-align: center; padding: 10px 0; margin-bottom: 0; }
.preview-msg a { text-decoration: underline; }

/*====== TAGS ======*/
.tags { margin-top: 20px; }
.tags li { text-transform: uppercase; font-size: 13px; margin-right: 10px; background: #fff200; display: inline-block; padding: 2px 10px; }

.spotlight .spotlight-listing { width: 80%; margin: 0 auto; }
// .spotlight .spotlight-listing p { font-size: 16px; }
.spotlight .spotlight-listing .img { width: 336px; padding-bottom: 280px; float: left; margin-top: 6px; margin-right: 12px; background-size: cover; background-position: center center; }
.spotlight h2 { color: #e31a2d; line-height: 1; margin-bottom: 20px; }
.spotlight h2 .icon-spotlight { color: #fff; background: #e31a2d; padding: 6px; font-size: 16px; float: left; margin-right: 14px; margin-top: 1px; }
.spotlight h3,
.spotlight h4 { color: #29294b; font-weight: 500; }
.spotlight .description { border-bottom: 8px solid #fff200; border-top: 8px solid #fff200; padding-bottom: 20px; padding-top: 20px; }
.spotlight .description ul { margin-left: 40px; }
.spotlight .description ul li { list-style: disc; /*font-size: 16px;*/ }
.spotlight .description ol { counter-reset: item; }
.spotlight .description ol li { display: block; }
.spotlight .description ol li:before { content: counter(item) ".  "; counter-increment: item; font-weight: bold; margin-right: 5px; }
.spotlight .description a { color: #e31a2d; }
.spotlight .description .tags { margin: 24px 0 35px 0; }
.spotlight .bio { padding-top: 14px; border-top: 1px dotted #29294b; clear: both; }
.spotlight .bio p { font-size: 14px; font-style: italic; font-weight: 300; }
.spotlight .bio p:last-of-type { margin-bottom: 0; }
.spotlight .bio .img { padding-bottom: 100px; width: 100px; float: left; margin: 6px 10px 0 0; background-size: cover; background-position: center top; }

.editors-cut .ed-cut-listing { width: 80%; margin: 0 auto; }
.editors-cut .ed-cut-listing p { font-size: 14px; }
.editors-cut .ed-cut-listing .img { width: 336px; padding-bottom: 280px; float: left; margin-top: 6px; margin-right: 12px; background-size: cover; background-position: center center; }
.editors-cut h2 { color: #e31a2d; line-height: 1; margin-bottom: 9px; }
.editors-cut h2 .icon-ed-cut { color: #fff; background: #e31a2d; padding: 6px; font-size: 16px; float: left; margin-right: 14px; margin-top: 1px; }
.editors-cut h3 { color: #29294b; font-weight: 500; }
.editors-cut .description { padding-top: 20px; border-bottom: 8px solid #fff200; border-top: 8px solid #fff200; }
.editors-cut .description ul { margin-left: 40px; }
.editors-cut .description ul li { list-style: disc; /*font-size: 16px;*/ }
.editors-cut .description ol { counter-reset: item; }
.editors-cut .description ol li { display: block; }
.editors-cut .description ol li:before { content: counter(item) ".  "; counter-increment: item; font-weight: bold; margin-right: 5px; }
.editors-cut .description a { color: #e31a2d; }
.editors-cut .description a { color: #e31a2d; }
.editors-cut .description .tags { margin: 24px 0 35px 0; }

.get-to-know .gtk-listing { width: 80%; margin: 0 auto; }
.get-to-know h2 { color: #e31a2d; line-height: 1; margin-bottom: 20px; }
.get-to-know h2 .icon-qna { color: #fff; background: #e31a2d; padding: 6px; font-size: 16px; float: left; margin-right: 14px; margin-top: 1px; }
.get-to-know h3,
.get-to-know h4 { color: #29294b; font-weight: 500; }
.get-to-know .description { border-bottom: 8px solid #fff200; border-top: 8px solid #fff200; padding-top: 20px; }
.get-to-know .description ul { margin-left: 40px; }
.get-to-know .description ul li { list-style: disc; /*font-size: 16px;*/ }
.get-to-know .description ol { counter-reset: item; }
.get-to-know .description ol li { display: block; }
.get-to-know .description ol li:before { content: counter(item) ".  "; counter-increment: item; font-weight: bold; margin-right: 5px; }
.get-to-know .description a { color: #e31a2d; }
.get-to-know .description a { color: #e31a2d; }
.get-to-know .description .tags { margin: 24px 0 35px 0; }
.get-to-know .bio p { font-size: 14px; font-style: italic; font-weight: 300; }
.get-to-know .bio .img { padding-bottom: 32%; width: 40%; float: left; margin: 6px 18px 0 0; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.get-to-know .bio .brand { padding-bottom: 9%; width: 40%; float: left; clear: left; margin: 0 18px 0 0; background-size: contain; background-position: center center; background-repeat: no-repeat; }

.featured-article .article-listing { width: 80%; margin: 0 auto; }
.featured-article h2 { color: #e31a2d; line-height: 1; margin-bottom: 20px; }
.featured-article h2 .icon-article { color: #fff; background: #e31a2d; padding: 6px; font-size: 16px; float: left; margin-right: 14px; margin-top: 1px; }
.featured-article h3,
.featured-article h4 { color: #29294b; font-weight: 500; }
.featured-article .description { border-bottom: 8px solid #fff200; border-top: 8px solid #fff200; padding-bottom: 20px; padding-top: 20px; }
.featured-article .description ul { margin-left: 40px; }
.featured-article .description ul li { list-style: disc; /*font-size: 16px;*/ }
.featured-article .description ol { counter-reset: item; }
.featured-article .description ol li { display: block; }
.featured-article .description ol li:before { content: counter(item) ".  "; counter-increment: item; font-weight: bold; margin-right: 5px; }
.featured-article .description a { color: #e31a2d; }
.featured-article .img { width: 100%; padding-bottom: 42.5%; background-repeat: no-repeat; background-size: cover; margin-bottom: 14px; background-position: center center; }
.featured-article .description .tags { margin: 24px 0 35px 0; }
.featured-article .bio { padding-top: 14px; border-top: 1px dotted #29294b; clear: both; }
.featured-article .bio p { font-size: 14px; }
.spotlight .bio p:last-of-type { margin-bottom: 0; }
.featured-article .bio .img { padding-bottom: 100px; width: 100px; float: left; margin: 6px 10px 0 0; background-size: cover; background-position: center top; }

.events .lay2col > div { margin-bottom: 30px; }
.events .listing .img { padding-bottom: 280px; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.events .listing > div { border-bottom: 8px solid #fff200; }
.events .listing h4 { color: #e31a2c; margin-left: 1%; margin-bottom: 4px; margin-top: 4px; }
.events .lay2col.listing>div:nth-child(even) { clear: left; margin-left: 0; margin-right: 0px; }
.events .lay2col.listing>div:nth-child(odd) { margin-left: 3%;  margin-right: 0px; }
.events .listing h2 { color: #e31a2c; text-transform: uppercase; font-size: 14px; }
.events .listing div h4 { color: #29294b; margin: 0; }
.events .listing .event-url { color: #e31a2d; }
.events .listing .icon-nav-arrow { font-size: 12px; }
.events .social { margin: 30px 0 15px 0; float: left; width: 100%; }
.events .social li:first-of-type { margin-left: 0; }
.events .social li { color: #29294b; display: inline-block; float: left; border: 1px solid #29294b; margin-left: 10px; }
.events .social .icon { padding: 10px 14px; line-height: 2; }
.events .social .thumbsup { float: right; border: none; }
.events .social .thumbsup .icon-megusta { padding-right: 5px; }
.events .social .thumbsup.liked { color: #e31a2d; }

.reading .lay2col > div { margin-bottom: 30px; }
.reading .listing > div { border-bottom: 8px solid #fff200; margin-bottom: 30px; }
.reading .listing h4 { color: #e31a2c; margin-bottom: 10px; }
.reading .listing h2 { color: #e31a2c; text-transform: uppercase; }
.reading .listing div h4 { color: #29294b; margin: 0; }
.reading .listing a { color: #e31a2d; }
.reading img { width: 24%; height: auto; display: block; float: left; margin-bottom: 20px; border: 1px solid #bbb; box-sizing: border-box; }
.reading .book-copy { margin-left: 27%; }
.reading .listing .icon-nav-arrow { font-size: 12px; }
.reading .social { margin: 35px 0 15px 0; float: left; width: 100%; }
.reading .social li:first-of-type { margin-left: 0; }
.reading .social li { color: #29294b; display: inline-block; float: left; border: 1px solid #29294b; margin-left: 10px; }
.reading .social .icon { padding: 10px 14px; line-height: 2; }
.reading .social .thumbsup { float: right; border: none; }
.reading .social .thumbsup .icon-megusta { padding-right: 5px; }
.reading .social .thumbsup.liked { color: #e31a2d; }
.reading ul { margin-left: 40px; }
.reading ul li { list-style-type: disc; }
.reading .admin-menu ul { padding: 1em; text-align: left; margin: 0; }
.reading .admin-menu ul li { line-height: 1em; list-style-type: none; }
.reading .admin-menu ul a { color: #fff; }

.join-the-conversation .article-listing { width: 80%; margin: 0 auto; }
.join-the-conversation .article-listing p { font-size: 16px; }
.join-the-conversation h2 { color: #e31a2d; line-height: 1; margin-bottom: 20px; }
.join-the-conversation h2 .icon-ed-cut { color: #fff; background: #e31a2d; padding: 6px; font-size: 16px; float: left; margin-right: 14px; margin-top: 1px; }
.join-the-conversation .description { border-bottom: 8px solid #fff200; border-top: 8px solid #fff200; }
.join-the-conversation .bio { margin-bottom: 20px; }
.join-the-conversation .bio p { font-size: 14px; }

/*====== ARCHIVE ======*/
.archive-issue p { font-weight: 300; line-height: 1.25; color: #333; }
.archive-issue .lay2col > div { height: 280px; overflow: hidden; }
.archive-issue .articles > div { border-bottom: 8px solid #fff200; margin-bottom: 28px; }
.archive-issue .articles > div > a { height: 100%; display: block; }
.archive-issue .articles .more { font-weight: bold; }
.archive-issue .articles .more:hover { color: #e31a2d; }
.archive-issue .sq-icon { width: 95px; height: 95px; background: #E31A2C; float: left; margin: 0 10px 8px 0; position: relative; }
.archive-issue .icon { color: #fff; font-size: 56px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.archive-issue h2 { color: #E31A2C; line-height: 1; padding-top: 0; }
.archive-issue h2:not(.edh2) { padding-top: 18px; }
.archive-issue .gtk.textarea h2 { padding-top: 34px; }
.archive-issue h3 { font-size: 18px; }
.archive-issue h4 { font-size: 14px; }
.archive-issue h3,
.archive-issue h4 { color: #29294b; font-weight: 500; line-height: 1.25; margin-bottom: 4px; }
.archive-issue .editors-cut.textarea { border-bottom: 8px solid #29294B; }
.archive-issue .spotlight.textarea h3,
.archive-issue .gtk.textarea h3,
.archive-issue .article-text h3 { clear: both; }
.archive-issue .btm-boxes > div { height: 165px; background: #29294b; position: relative; }
.archive-issue .btm-boxes > div:hover { background: #000; }
.archive-issue .btm-boxes svg { height: 70px; position: absolute; top: 15%; left: 50%; transform: translateX(-50%); }
.archive-issue .btm-boxes h3 { color: #fff; text-align: center; }
.archive-issue .btm-boxes > div:nth-child(1) h3,
.archive-issue .btm-boxes > div:nth-child(2) h3 { position: absolute; top: 70%; left: 50%; transform: translateX(-50%); width: 90%; }
.archive-issue .btm-boxes > div:nth-child(3) h3 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 90%; }
.archive-issue .btm-boxes > div:nth-child(3) h3 span { font-size: 30px; }
.archive-issue .btm-boxes > div a { display: block; height: 100%; }
.archive-issue .btm-boxes h3 span { color: #E31A2C; }

/*====== ARCHIVE LANDING PAGE ======*/
.archive .archive-filter { margin-bottom: 40px; }
.archive .archive-filter h2 { color: #e31a2d; margin-bottom: 6px; }

/*====== COMMENTS ======*/
a .icon-bubble { color: #a6a6a6}
.comments > div:first-of-type { border-bottom: 8px solid #fff200; }
.comments > div:last-of-type div { border-bottom: 1px solid #f1f1f1; padding-bottom: 20px; }
.comments > div:last-of-type div:last-of-type { border: none; }
.comments > div:last-of-type h4 { color: #999; margin: 14px 0 4px; }
.comments > div:last-of-type em { color: #29292b; }
.comments fieldset { border: none; padding: 10px 0 0; margin-bottom: 0; }
.comments fieldset legend { padding: 0; }
.comments label { clear: both; }
.comments button { float: right; padding: 8px 18px; font-size: 16px; }

/*====== LAYOUT ======*/
.wrapper { width: 1100px; margin: 0 auto; position: relative; }
.wrapper.cms { width: 50%; }
.clearfix { clear: both; }

.main-content { margin-top: 45px; }

.row:before, .lay1col:before, .lay2col:before, .lay3col:before, .lay4col:before,  .lay5col:before, .lay6col:before, 
.row:after,  .lay1col:after,  .lay2col:after,  .lay3col:after,  .lay4col:after,   .lay5col:after,  .lay6col:after  { content: ""; display: table; }
.row:after,  .lay1col:after,  .lay2col:after,  .lay3col:after,  .lay4col:after,   .lay5col:after,  .lay6col:after  { clear: both; }
.row,        .lay1col,        .lay2col,        .lay3col,        .lay4col,         .lay5col,        .lay6col        { zoom: 1; }

.lay1col,
.lay2col,
.lay3col,
.lay4col { clear: both; }

.lay1col > div { margin: 0 1% 2%; float: left; width: 98%; }
.lay2col > div { margin: 0 1% 2%; float: left; width: 48%; }
.lay3col > div { margin: 0 1% 2%; float: left; width: 31.333%; }
.lay4col > div { margin: 0 1% 2%; float: left; width: 23%; }
.lay5col > div { margin: 0 1% 2%; float: left; width: 18%; }
.lay6col > div { margin: 0 1% 2%; float: left; width: 14.666%; }
.lay7col > div { margin: 0 1% 2%; float: left; width: 12.286%; }

.lay3col > div.col2 { margin: 0 1% 2%; width: 64.666%; }
.lay3col > div.col2x   { margin: 0 1% 2%; width: 64.666%; }
div.col2x .lay2col > div { width: 48.5%; }
div.col2x .lay2col > div:first-of-type { margin-left: 0; margin-right:0; }
div.col2x .lay2col > div:nth-of-type(2) { margin-left: 3%; margin-right:0; }
// div.col2x .lay2col > div:last-of-type { margin-left: 3%; margin-right:0; }

/*====== CARDS =======*/
#card-home_bottom_banner { width: 972px; padding-bottom: 90px; margin: 10px auto; border: 1px solid #999; }
#card-home_bottom_banner > a > img { background-size: 100%; }
#card-sidebar_fifth_third { padding-bottom: 81%; }
.ads > div { margin-bottom: 35px; }
.ads > div:last-of-type { margin-bottom: 0; }
.ads .article-border { border-bottom: 8px solid #fffc00; position: absolute; bottom: 0; width: 100%; }
.ads .advertisement { text-transform: uppercase; position: absolute; top: -20px; color: #000; background: #ddd; font-size: 10px; width: 100%; padding: 4px 6px; }
.card.card-banner { padding-bottom: 58%; }
.card.card-third { padding-bottom: 82%; }
.card a.cover { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.card .img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.card.card-bg-size-contain .img {  background-size: contain; }

/*====== CARD STYLES ======*/
.card-style-white-summary .article .img { bottom: 45%; padding-bottom: 52.5%; }
.card-style-white-summary .article .info { position: absolute; top: 65%; }
.card-style-white-summary .article .info h4 { font-size: 14px; line-height: 1.4; }
.card-style-white-summary .article .info p { margin-bottom: 2%; font-size: 14px; line-height: 1.2; }
.card-style-white-summary .article .info .more { font-weight: bold; }
.card-style-white-summary .article .info .more:hover { color: #e31a2d; }

.card-style-image-text .article .info { position: absolute; bottom: 10%; left: 5%; right: 5%; }
.card-style-image-text .article .info h4 { line-height: 1.4; font-weight: 500; }
.card-style-image-text .article .info p { line-height: 1.2; }
.card-style-image-text .article .info p, 
.card-style-image-text .article .info h4 { color: #fff; font-size: 14px; }
.card-style-image-text .article .info .more { font-weight: bold; }
.card-style-image-text .article .info .more:hover { color: #e31a2d; }

.card.card-third.card-style-tall-ad { padding-bottom: 600px; background: #ddd; }
.card-empty { display: none; }
.card-empty .card { background: rgba(0,0,0,0.1); }
.card-empty .card:after { content: "EMPTY CARD"; position: absolute; color: #000; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.admin-edit-mode .card-empty { display: block; }

/*====== FOOTER ======*/
footer { background: #29294b; height: 75px; clear: both; }
footer .wrapper { position: relative; }
footer .red-bar { position: absolute; background: #E31A2C; height: 13px; width: 100%; top: 0; left: 0; right: 0; }
footer .to-top { width: 40px; height: 40px; background-color: rgba(166, 166, 166, 1); position: fixed; bottom: 0px; right: 10%; display: none; cursor: pointer; }
footer .to-top .icon-down-arrow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
footer .to-top .icon-down-arrow:before { transform: rotate(180deg); color: #fff; display: block; }

/*====== SHARE BUTTONS ======*/
.at-style-responsive .at-share-btn { padding: 4px 12px !important; }
span.at-icon-wrapper { line-height: 20px !important; height: 20px !important; width: 20px !important; }
a.at-icon-wrapper.at-share-btn { background: #fff !important; border: 1px solid #a6a6a6; }
a.at-icon-wrapper.at-share-btn:hover { border: 1px solid #000; }
svg.at-icon { /*fill: rgb(166, 166, 166) !important; */ width: 20px !important; height: 20px !important; }
// svg.at-icon:hover { fill: rgb(0, 0, 0) !important; }
.at-resp-share-element .at-share-btn { margin-right: 9px !important; margin-left: 0 !important; }
.addthis_inline_share_toolbox { float: left !important; }

/*====== MOBILE ======*/
@media only screen and (min-width: 1170px) {
  .nav-modal .close {
    top: 60px;
  }
}
@media (max-width: 766px) {
	.wrapper { width: 100%; }
	.lay2col > div,
    .lay3col > div { float: none; width: 98%; clear: both; }
    .lay4col > div { width: 48%; }
    .lay5col > div,
    .lay6col > div { width: 31.333%; }
    .lay4col > div.col1x,
    .lay4col > div.col3x,
    .lay4col > div.col2x,
    .lay3col > div.col2x,
    div.col2x .lay2col > div { width: 98%; }
    div.col2x .lay2col > div:first-of-type,
	div.col2x .lay2col > div:nth-of-type(2) { margin-left: 1%; margin-right: 1%; }
	.lay3col > div.col2 { margin: 0 1% 2%; width: 98%; }

	/*====== HEADER ======*/
	#header .messages { z-index: 1; }
	#header .header-mmlogo, #header { height: 80px; }
	#header svg#mm-logo-header { width: auto; left: 96px; height: 75%; }
	#header nav.header-nav { display: none; }
	#header .red-ribbon-army { left: 2%; height: 114px; width: 74px; }
	#header .red-ribbon-army .icon-down-arrow { display: none; }
	#header .red-ribbon-army > a { display: none; }
	#header .admin-nav { right: 2%; top: 50%; transform: translateY(-50%); }
	#header .admin-nav .subscribe { }
	#header .icon-word-logo { display: none; }
	.signup-form { width: 96%; padding-top: 50px; }
	#header .admin-nav .button.alert { width: auto; }
	#header .button.small { padding: 0.875em 1.25em 0.9375em 1.25em; font-size: 0.7125rem; }
	#header .issue-date { font-size: 10px; }
	.admin-btn,
	.logout-btn,
	.is_admin #toggle-admin-edit-mode,
	.wrapper.desktop-nav { display: none; }

	/*====== HOME ======*/
	.home .spotlight.one { display: block; }
	.home .spotlight.two { display: none; }
	.home .featured-article .article-text > div { top: 36%; }
	.home .col2x .lay2col.reports > div { margin-bottom: 20px; }
	.home .col2x .lay2col.reports > div:last-of-type { margin-bottom: 6%; !important; }
	.home .ads { margin-top: 20px; }

	/*====== ARCHIVE ISSUE ======*/
	.archive-issue .ads,
	.archive .ads { margin-top: 6%; }
	.archive .archive-filter { margin-bottom: 1%; }

	/*====== ARTICLES ======*/
	.editors-cut .ed-cut-listing .img { float: none; width: 100%; padding-bottom: 75%; margin-left: 0; margin-bottom: 14px; }
	.spotlight .spotlight-listing .img { float: none; width: 100%; padding-bottom: 75%; margin-left: 0; margin-bottom: 14px; }
	.get-to-know .gtk-listing,
	.editors-cut .ed-cut-listing,
	.spotlight .spotlight-listing,
	.featured-article .article-listing,
	.join-the-conversation .article-listing { width: 98%; }
	.get-to-know h2, .editors-cut h2,
	.spotlight h2, .featured-article h2,
	.join-the-conversation h2 { line-height: 1.3; font-size: 24px; margin-bottom: 10px; }
	.article-listing img { width: 100% !important; float: none !important; margin: 0 0 1% 0 !important; }

	/*====== EVENTS ======*/
	.events div.col2x .lay2col > div { padding-bottom: 75px; }

	/*====== READING ======*/
	.reading img { margin-right: 10px; margin-bottom: 4px; width: 30%; }
	.reading .book-copy { margin-left: 0; width: 100%; }

	/*====== COMMENTS ======*/
	input[type="text"].half-input,
	input[type="email"].half-input { width: 100%; }
	.comments button { float: none; margin: 0 auto; display: block; margin-bottom: 3%; margin-top: 2%; }
	.moderator-msg { font-size: 12px; }

	/*====== CARDS ======*/
	#card-home_bottom_banner { width: 100%; padding-bottom: 9.27%; }

	/*====== MOBILE MENU ======*/
	.hamburguesa { display: block; }
	.mobile-nav { max-width: 450px; }
  	.mobile-nav li { width: 33.33%; float: left; }
	.fade-in .mobile-nav li:nth-of-type(1), .fade-out .mobile-nav li:nth-of-type(1) { -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; animation-delay: 0.1s; }
	.fade-in .mobile-nav li:nth-of-type(2), .fade-out .mobile-nav li:nth-of-type(2) { -webkit-animation-delay: 0s; -moz-animation-delay: 0s; animation-delay: 0s; }
	.fade-in .mobile-nav li:nth-of-type(4), .fade-out .mobile-nav li:nth-of-type(4) { -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; animation-delay: 0.3s; }
	.fade-in .mobile-nav li:nth-of-type(5), .fade-out .mobile-nav li:nth-of-type(5) { -webkit-animation-delay: 0.25s; -moz-animation-delay: 0.25s; animation-delay: 0.25s; }
	.mobile-nav a { margin-bottom: 30px; }
}