/*
Theme Name: Small Wars Journal
Description: Wordpress Theme Designed for Small Wars Journal.
Author: Kristopher
Version: 1.0
*/

/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
:root {
  --default: #333;
  --default-color: #333;
  --white: #ffffff;
  --btn-color: #ffc529;
  --red: #8c1d40;
  --yellow: #ffc529;
  --header-font: "neue-haas-grotesk-display", sans-serif;
  --body-font: "neue-haas-grotesk-display", sans-serif;
  --button-radius: 7px;
  --line-height-desktop: 55px;
  --line-height-mobile: 44px;
  --base-fontsize: 18px;
  --base-lineheight: 1.5em;
  --max-width: 1258px;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
ol {
  margin: 0 0 10px 1.5em;
}
ul {
  margin: 0 0 10px 1.5em;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  height: 100vh;
  width: 100%;
}
html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  background: #f3f3f3;
}
html,
body,
input,
textarea {
  font-family: var(--body-font);
  font-weight: 400;
  font-weight: normal;
  font-size: var(--base-fontsize);
  line-height: var(--base-lineheight);
  color: var(--default);
}
a {
  color: var(--btn-color);
  outline: medium none;
  text-decoration: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
a:hover {
  color: var(--btn-color);
  text-decoration: underline;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
iframe {
  max-width: 100%;
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.1em;
  padding-bottom: 0.45em;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.17rem;
}
h4 {
  font-size: 1.12rem;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-size: 0.75em;
}
p {
  margin-bottom: 1.5em;
}
ul {
  margin-bottom: 1.5em;
}
strong {
  font-weight: bold;
}
cite,
em,
i {
  font-style: italic;
}
ins {
  text-decoration: none;
}
pre {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 9.5px;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 0.8em;
}
sub {
  top: 0.3em;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
hr {
  background: none repeat scroll 0 0 #d8d8d8;
  border: medium none;
  clear: both;
  height: 1px;
  margin: 12px 0;
}
blockquote {
  margin: 0 0 1.35em;
  padding: 0 0 0 1.6rem;
  position: relative;
}
blockquote::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  border-left: 4px solid var(--yellow);
}
.entry blockquote p {
  color: #333;

  font-size: 1.055rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.52em;
}
blockquote cite {
  color: #005eb6;
  display: block;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input.text,
input.title,
textarea,
select {
  background: #ffffff;
  border-radius: 4px;
  border: none;
  height: var(--line-height-desktop);
  line-height: var(--line-height-desktop);
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #333;
  padding: 0px 1em;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
  border: none;
}
input[type="submit"],
button,
.button {
  background: var(--btn-color);
  border-radius: var(--button-radius);
  display: inline-block;
  height: var(--line-height-desktop);
  line-height: var(--line-height-desktop);
  color: var(--red);
  max-width: 100%;
  padding: 0 1.1em;
  text-align: center;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  width: auto;
  cursor: pointer;
  border: none;
  font-weight: 700;
  font-size: 1.05rem;
}
.button.inactive {
  opacity: 0.2;
  pointer-events: none;
}
.button.btn-outline-red{
  background: none;
  border-radius: 5px;
border: 1px solid var(--red);
}
.button.btn-sml {
	height: 34px;
	line-height: 34px;
	font-size: .7rem;
}
.button.btn-outline-red.btn-sml{
  line-height: 32px;
}
.button.btn-red {
  background: var(--red);
  color: #fff;
}
.button.orange {
  background: #e37f23;
}
.button.hollow.white {
  background: none;
  border: 2px solid #ffffff;
  line-height: 49px;
}
.button sub {
  font-size: 0.64em;
  top: 0em;
}
.button.sml {
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
}
.button.tiny {
  height: 42px;
  line-height: 42px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.0588rem;
  padding: 0 0.91em;
}
.button.tiny.hollow {
  line-height: 38px;
}
.button.highlight {
  background: #c72727;
}
input[type="submit"]:hover,
button:hover,
input[type="submit"]:focus,
button:focus,
.button:hover {
  background: #222;
  color: #fff;
  text-decoration: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
.screen-reader-text {
  text-indent: -9999px;
  display: none;
}
table {
  background: none repeat scroll 0 0 #eeeeee;
  border-collapse: separate;
}
table th {
  background: none repeat scroll 0 0 #f6f6f6;
  font-weight: 700;
  padding: 5px 10px;
  text-align: left;
}
table td {
  background: #fff;
  padding: 5px 10px;
}
/*------------------------------------------------*/
/*-------------------[TYPOGRAPHY]-----------------*/
/*------------------------------------------------*/
.row {
  margin: 0 -20px;
}
.row > * {
  padding-left: 20px;
  padding-right: 20px;
}
.highlight,
.text-highlight {
color: var(--red)
}
.text-fern {
  color: #437326;
}
.text-green {
  color: #a1cb6b;
}
.bg-highlight {
  background-color: #7cab40 !important;
}
.text-right {
  text-align: right;
}
.font17{
font-size: .9444rem;
font-style: normal;
font-weight: 400;
line-height: 1.30em;
font-family: "neue-haas-grotesk-display", sans-serif;

}
.font19 {
  font-size: 1.117rem;
  line-height: 1.58em;
}
.font21 {
  line-height: 1.58em;
  font-size: 1.235rem;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex.reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#searchsubmit {
  font-family: FontAwesome;
}
.font24 {
  font-size: 1.2rem;
  line-height: 1.74em;
}
.text-blue {
  color: #a1cb6b;
}
/*------------------------------------------------*/
/*--------------------[IMAGES]--------------------*/
/*------------------------------------------------*/
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 6px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  background: #111;
  line-height: 1.3em;
  margin-bottom: 1.5rem;
  max-width: 100%;
  padding: 1.9rem;
  text-align: center;
  width: 100% !important;
  margin-top: 2.25rem;
}
.wp-caption img {
  margin: 0;
}
.wp-caption p.wp-caption-text {
  margin: 1rem 0 0 0;
  color: #fff;
  text-align: center;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3em;
}
.wp-smiley {
  margin: 0;
}
/*------------------------------------------------*/
/*------------------[GRAVITY FORMS]---------------*/
/*------------------------------------------------*/
.gform_wrapper {
  position: relative;
}
.gform_required_legend {
  display: none;
}
.gform_fields {
  margin: 0 -8px;
  position: relative;
  padding: 0;
  list-style: none;
}
.gform_fields:after,
.gform_fields:before {
  content: " ";
  display: table;
  clear: both;
}
.gform_fields > .gfield {
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
  width: 50%;
  padding-bottom: 20px;
  position: relative;
}
.gform_fields > .gfield.gfield--type-honeypot {
  display: none;
}
.gform_fields > .gfield.fullwidth {
  width: 100%;
}
.gform_fields > .gfield input[type="text"],
.gform_fields > .gfield input[type="email"],
.gform_fields > .gfield input[type="tel"] {
  width: 100%;
}
.gform_fields > .gfield textarea {
  width: 100%;
  height: 120px;
}
.gform_footer img {
  position: absolute;
}
.validation_error {
  display: none;
}
.gfield_description.validation_message {
  font-size: 0.7em;
  line-height: 1em;
  position: absolute;
  color: #ff0000;
  bottom: 16px;
  right: 20px;
}
.gfield_description {
  font-size: 0.83rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0;
  padding-bottom: 7px;
}
.gfield_label {
  line-height: var(--line-height-desktop);
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
  position: absolute;
  left: 1.5rem;
  top: 0;
}
.hidden_label .gfield_label {
  display: none;
}
.gfield.toggle-label .gfield_label {
  font-size: 11px;
  line-height: 1.4em;
  letter-spacing: -0.02em;
  top: 2px;
}
.errorMessages {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*------------------------------------------------*/
/*-------------------[STRUCTURE]------------------*/
/*------------------------------------------------*/
.container {
  position: relative;
  max-width: var(--max-width);
  padding-left: 20px;
  padding-right: 20px;
  z-index: 9;
}
.wrapper:after,
.container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

main.main-sections {
  padding: 0;
}
.bg-image {
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}
.bg-image:after,
.bg-image:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.bg-image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.bg-image.cover{
	width: 100%; height: 100%; position: absolute;
}
section {
  padding: 5.6rem 0 4.5rem;
  position: relative; overflow-x: hidden; 

}
section h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.03em;
}
section h1 sup {
  font-size: 0.7em;
  line-height: 1em;
  top: 0;
}
section h2 {
  font-size: 2.33rem;
  line-height: 1em;
  padding-bottom: 0.58em;
}
section h3 {
  font-size: 2rem;
  line-height: 1em;
}
section h4 {
  font-size: 1.722rem;
  font-weight: 600;
  line-height: 1.3em;
}

#memberTop {
  display: flex;
  justify-content: flex-end;
  color: #fff;
  font-size: 0.833rem;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  background: #1e1e1e;
}
#memberTop a {
  display: block;
  color: #fff;
  line-height: 30px;
}
#memberTop a > i {
  color: var(--yellow);
  margin-right: 0.3em;
}
#memberTop a:hover {
  text-decoration: none;
}
#memberTop a.signupbtn {
  padding: 0 0.63em;
  background: var(--yellow);
  color: #000;
  margin-left: 0em;
}
#memberTop a.loginbtn{
  margin-right: 1em; display: inline-block;
}
/*------------------------------------------------*/
/*----------------------[HEADER]------------------*/
/*------------------------------------------------*/
header {
  position: relative;
  padding: 15px 13px;
  display: flex;
  align-items: center;
  background: var(--red);
  z-index: 99;
}
#navigation {
  position: relative;
  margin-left: 1.82rem;
}
#navigation ul.desktopMenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation ul.desktopMenu > li {
  position: relative;
  display: inline-block;
  margin-right: 1.15em;
  color: #fff;
  font-size: 0.8333rem;
  font-weight: 700;
  line-height: 2em;
  text-transform: uppercase;
}
#navigation ul.desktopMenu > li > a {
  color: #fff;
}
#navigation ul.desktopMenu > li:hover > a {
  text-decoration: none;
  color: var(--yellow);
}
#navigation ul.desktopMenu > li.menu-item-has-children > a > i {
  width: 14px;
  height: 8px;
  display: inline-block;
  background-image: url(images/nav_arrow.svg);
  background-repeat: no-repeat;
  margin-left: 0.45em;
}
#navigation ul.desktopMenu > li > ul {
  position: absolute;
  display: none;
  margin: 0;
  list-style: none;
  width: 200px;
  background: var(--red);
  box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.2);
}
#navigation ul.desktopMenu > li > ul > li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
#navigation ul.desktopMenu > li > ul > li > a {
  display: block;
  color: #fff;

  padding: 5px 10px;
}
#navigation ul.desktopMenu > li > ul > li > a:hover {
  text-decoration: none;
  color: var(--yellow);
}
#headerSearch {
  position: relative;
  margin-left: auto;
  margin-right: 4px;
}
#headerSearch .asl_w_container {
	width: 100%;
	margin: 0px 0px 0px 0px;
	min-width: 100px;
}
#headerSearch div.asl_w .probox .promagnifier{
  background: none;
  height: auto;
  width: auto;
  color: #fff;
  font-size: 1.111rem;
  font-style: normal;
  padding: 0;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
#headerSearch #ajaxsearchlite1 .probox, div.asl_w .probox{ 
background: none; height: 24px;
}
#headerSearch div[id*="ajaxsearchlite"].asl_m {
	width: 100%;
	background: none;
}
#headerSearch #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
  background: none;
  padding: 0;
  color: #fff;
  font-size: 0.8333rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  width: 60px;
  height: 21px; font-family: var(--header-font);
}
#headerSearch form {
  display: flex;
  align-items: center;
}
#headerSearch input[type="text"] {
  background: none;
  padding: 0;
  color: #fff;
  font-size: 0.8333rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  width: 60px;
  height: 21px;
}
#headerSearch input[type="submit"] {
  background: none;
  height: auto;
  width: auto;
  color: #fff;
  font-size: 1.111rem;
  font-style: normal;
  padding: 0;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
#headerSocial {
  position: relative;
  padding-right: 10px;
}

#headerSocial a {
  display: inline-block;
  margin-left: 0.4em;
  color: #fff;

  font-size: 1.111rem;
  font-style: normal;
  padding: 0;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
/*------------------------------------------------*/
/*-------------------[BANNER]------------------*/
/*------------------------------------------------*/
#banner {
	position: relative;
	padding: 5.6rem 0 4.5rem;
	color: #fff;
}
#banner h1 {
  font-size: 3.66rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  padding-bottom: 0;
  text-transform: uppercase; letter-spacing: 0;
}
#banner h3 {
	color: var(--yellow);
	font-size: 1.77rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1em;
	padding-bottom: 0;
	padding-top: .4em;
	text-transform: uppercase;
	word-break: keep-all;
}
#banner .bg-image {
  width: 100%;
  height: 100%; background: var(--red); 
}
#banner .bg-image img {
	opacity: .5;
	mix-blend-mode: multiply;
}
#banner .bg-image:before {
display:none
}
#banner .bannerInlineImg {
position: relative;
}
#banner .bannerInlineImg .bg-image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%; 
}
.bannerCTATxt {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5em;
  padding-bottom: 0.88em;
}
.bannerTxt {
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-size: 1.16rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.40em;
	padding-top: 1.1em;
}
#main {
  position: relative;
  padding: 1.65rem 0 4.25rem;
}
.container.with-sidebar {
  display: flex;
}
#content {
  width: 50%;
  flex-grow: 1;
  padding-right: 2.5rem;
}
#sidebar {
  width: 30%;
}
#sidebar .widget-container {
  margin-bottom: 1.1rem;
}
.widget-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-items: center;
	padding-bottom: 1.1rem;
	min-height: 54px;
}
.widget-head h2 {
	padding-bottom: 0;
}
#sidebar .widget-container h3 {
	color: #757575;
	text-align: center;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3em;
	text-transform: uppercase;
}
.widget-container h2 {
	color: #757575;
	text-transform: uppercase;
	font-size: 1.15rem;
}
.adLabel {
  color: #898989;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  line-height: 1.8em;
  display: block;
  padding-bottom: 0;
}
#ads-slider{
  position: relative;
}
#ads-slider ul{
  margin: 0; padding: 0; list-style: none;
}
#contentTopAd {
  text-align: center;
  padding-bottom: 1.6rem;
}
.postBxCategories {
  color: #5f5f5f;
  font-size: 1.11rem;
  font-weight: 400;
  line-height: 1.5em;
  text-transform: uppercase;
  padding-bottom: 0.4rem;
}
.postBxCategories a {
  color: #5f5f5f;
  display: inline-block;
}
.postBxCategories span {
  margin: 0 0.3em 0 0.6em;
  display: inline-block;
}
.postBxCategories > a:first-child {
  font-weight: 700;
  color: var(--red);
}
.entry {
  position: relative;
}
.entry h1 {
  color: #111;
  font-size: 2.22rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.125em;
  padding-bottom: 0.38em;
}
.entry h1 a{
  color: #111
}
.entry h1 a:hover{
  color: var(--red); text-decoration: none;
}
.entry h2 {
  color: #111;
  font-size: 1.77rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em;
}
.entry h3 {
  font-size: 1.333rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em;
  padding-bottom: 0.83em;
}
.entry h4 {
  font-size: 1.11rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em;
  padding-bottom: 1.05em;
}
.entry h5 {
  font-size: 0.9444rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em;
  padding-bottom: 1.5em;
}
.entry p {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 0.9444rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3em;
	letter-spacing:.023em;
}
.entry p a {
  color: var(--red);
  font-weight: 700;
  text-decoration: underline;
}
.postBxMeta {
  display: flex;
  text-align: left;
  color: #111;
  text-align: left;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}
.postBxAuthors {
  position: relative;
}
.postBxMeta .postBxAuthors + span{
margin: 0 0.3em;
}
.postBxAuthors a {
  color: #111;
  text-decoration: none;
  margin-right: 0.2em;
}
.postBxAuthors .ppma-author-sub_title-profile-data{
  display: none;
}
.postBxHead {
  padding-bottom: 1.5rem;
}

.featuredImgBx {
  position: relative;
  padding-bottom: 1.55rem;
}
.featuredImgBx .featuredImg {
  width: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.featuredImgBx .featuredImg img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.featured_caption {
  color: #111;
  font-size: 0.777rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  padding-top: 0.75em;
}

.postVideoEmbed {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 2rem;
}

.postTags {
  color: #585858;

  font-size: 0.777rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.21em;
  padding-top: 5px;
}
.postTags a {
  display: inline-block;
  color: #111;

  font-weight: 600;
  background: #e9e9e9;
  padding: 0.22em 0.41em;
  margin-left: 0.5em;
}

.authorboxes {
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  margin-top: 2.5rem;
  padding: 1.35rem 2.2rem;
}

.authorboxes h3 {
  color: #990b3a;
  font-size: 1.166rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3em;
  text-transform: uppercase;
}

.authorboxes .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-shortcode .pp-multiple-authors-boxes-li {
	border-width: 0 0 1px 0 !important;
	padding: 0 !important;
	padding-bottom: 1.4rem !important;
	margin-bottom: 1.2rem !important;
}
.authorboxes
  .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-shortcode
  .pp-author-boxes-avatar
  img {
  width: 108px !important;
  height: 108px !important;
  border-radius: 4px !important;
}
.authorboxes .pp-author-boxes-avatar-details {
	padding-left: 1.3rem;
	padding-top: 0;
}
.authorboxes .pp-multiple-authors-layout-boxed .multiple-authors-name,
.authorboxes .pp-multiple-authors-layout-centered .multiple-authors-name {
  margin-bottom: 0;
  padding-bottom: 0.45rem;
}
.authorboxes .pp-multiple-authors-layout-boxed .multiple-authors-name a,
.authorboxes .pp-multiple-authors-layout-centered .multiple-authors-name a {
  color: #111;
  font-size: 1.722rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 0;
}

.authorboxes .pp-multiple-authors-layout-boxed .multiple-authors-description,
.authorboxes .pp-multiple-authors-layout-centered .multiple-authors-description {
  margin-top: 0;
  color: #333;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 0.7778rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3em;
}

#article-discussion {
  padding-top: 1.88rem;

  position: relative;
}
#article-discussion h2 {
  color: #111;

  font-size: 1.778rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em;
  padding-bottom: 0.3em;
}
#discussion-signup {
  display: flex;
  padding: 3rem 3.2rem;
  border-radius: 4px;
  background: var(--red);
  color: #fff;
}
.discussion-signup-logo {
  width: 114px;
}
.discussion-signup-meta {
  width: 50%;
  flex-grow: 1;
  padding-left: 1.8rem;
}
.discussion-signup-meta h3 {
  font-size: 2.22rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.125em;
  padding-bottom: 0.3em;
}
.discussion-signup-meta p {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 0.944rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3em;
}

.discussion-signup-meta .rowLink {
  margin-left: 1em;
  font-weight: 700;
  font-size: 0.9444rem;
  display: inline-block;
  color: #fff;
}

/*------------------------------------------------*/
/*----------------------[AUTHORS]------------------*/
/*------------------------------------------------*/
#page-authors #main {
	position: relative;
	padding: 2.65rem 0 2rem;
}
.authors-row{
  margin: 0 -10px; display: flex; justify-content: center;
}
.authors-row .col {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.author-list-bx {
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
	padding: 15px;
	display: flex;
}
.author-list-bx .author-bio-img {
	width: 68px;
	height: 68px; border-radius: 5px;
}
.author-list-meta.postItemMeta {
	padding: .6rem 1.1rem;
}
.author-list-meta.postItemMeta h3{
  padding-bottom: 0;
}
.author-list-btn {
	display: block;
	color: var(--red);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.1em;
}


/*------------------------------------------------*/
/*-------------------[HOME]------------------*/
/*------------------------------------------------*/
#homeTop {
	padding: 1.15rem 0 1px;
	background: linear-gradient(180deg, #F3F3F3 0%, #FFF 100%);
	position: relative;
}
#homeTop .container{
  display: flex;
}
#homeTop #sidebar {
	width: 25.55%;
}

#homeTop #content {
	padding-right: 1.6rem;
}
#homeslider {
	position: relative;
	margin-bottom: 1.55rem;
}
#homeslider ul.slides{
  margin: 0; padding: 0; list-style: none; width: 100%; display: flex;
}
#homeslider ul.slides > li{
  position: relative; width: 100%; display: none;
}
#homeslider ul.slides > li:first-child{
  display: block;
}
#homeslider .featuredPostBx {
	margin-bottom: 0;
	height: 100%;
	display: flex;
	align-items: center;
}
.flex-control-paging {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 15px;
	display: flex;
	align-items: flex-start;
	z-index: 99;
	position: relative;
}
.flex-control-paging > li{
position: relative; margin-right: 5px;
}
.flex-control-paging > li > a{
  display: block; text-indent: -9999px;
  width: 59px; height: 10px;
  background: #B7B7B7; cursor: pointer;
}
.flex-control-paging > li > a.flex-active{
  background: var(--red);
}
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-direction-nav li a {
	color: var(--red);
	z-index: 99;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -18px;
	font-size: 1.8rem;
}
.flex-direction-nav li a.flex-next{
	right:-18px; left:inherit;
}
.logo-asu {
	margin-top: .5rem;
	margin-bottom: .8rem;
}
#page-home .yarpp-related-widget .widgetBx {
	padding: 0 1.15rem;
	padding-bottom: 3px;
}
#page-home .yarpp-related-widget ol {
	margin-bottom: .45rem;
}
#page-home .yarpp-related-widget ol > li {
	padding: 1.05em 0;
}
#page-home .yarpp-related-widget .postBxMeta {
	line-height: 1.25em;
}
#signup {
	padding: 1.35rem 0 10px;
	position: relative;
	background: var(--red);
}
#page-home #signup .gform_title{
  padding-bottom: 15px !important;
}
#signup .container {
	max-width: 1410px;
}
#signup .gform_wrapper{
  display: flex; align-items: center;
}
#signup .gform_heading {
	padding: 0 .8rem;
}
#signup form{
  width: 50%; flex-grow: 1; display: flex; align-items: center;
}
#signup form .gform_body {
	width: 50%;
	flex-grow: 1;
	padding-right: 16px;
}
#signup .gform_wrapper.gravity-theme .gform_fields {
display: flex;
}
#signup form .gform_footer{
  width: 151px; padding-bottom: 15px;
}
#signup form .gform_footer .button{
  width: 100%; padding: 0 5px;
}
#signup .gform_fields > .gfield{
padding-bottom: 15px;
}
#signup .gform_fields > .gfield.signup_name{
  width: 29%;
}
#signup .gform_fields > .gfield.signup_email{
width: 40%;
}
#signup .gform_fields > .gfield.signup_phone{
width: 31%;
}
#category-nav {
	padding: 2.1rem 0 2.15rem;
	position: relative;
	background: #111;
}
#category-nav .container{
  max-width: 100%; padding-left: 0; padding-right: 0;
}
#category-nav h2{
  padding-left: 20px; padding-right: 20px; 
}
.category-nav-row{
  position: relative; margin: 0;
}
.category-nav-row .item{
  padding: 11px;
}
.linkOver{
  position: absolute; left: 0; top: 0; width: 100%; height: 100%;
}
.categoryTileBx {
	position: relative;
	height: 80px;
	text-align: center;
	border-radius: 5px;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 12px 20px;
	top: 0;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	min-width: 185px;
}
.categoryTileBx:hover{
  transform: translateY(-5px);
}
.categoryBxIcon {
	height: 45px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.categoryTileBx h4 {
	color: #111;
	text-align: center;
	font-size: 1.055rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.15em;
	padding-bottom: 0;
	text-transform: uppercase;
	padding-top: 0;
}
#page-home #main {
	position: relative;
	padding: 2.9rem 0 2.2rem;
}
#page-home #main .container{
  display: flex;
}
#home-main-left, #home-main-right {
	width: 25.5%;
}
#home-main-center {
	width: 30%;
	flex-grow: 1;
	padding: 0 20px;
	position: relative;
}
#home-main-left .widget-container, #home-main-right .widget-container {
	margin-bottom: 1.3rem;
}
#page-home #main .yarpp-related-widget .postBxMeta {
  padding-top: .7em;
}
#page-home #main .yarpp-related-widget ol > li {
	padding: .9em 0;
}
/*------------------------------------------------*/
/*----------------------[ABOUT]------------------*/
/*------------------------------------------------*/
#page-about #banner {
	padding: 4.8rem 0 6.35rem;
}
#page-about #banner > .container > .row {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
}
#page-about #banner .bannerInlineImg {
	text-align: center;
}
/*------------------------------------------------*/
/*----------------------[FOOTER]------------------*/
/*------------------------------------------------*/
footer {
  padding: 3.4rem 0 7rem;
  color: #fff;
  background: #111;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: var(--yellow);
  text-decoration: none;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1240px;
}
#footerBot {
  width: 100%;
  padding-top: 4.2rem;
}
#copyright {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3em;
  text-transform: uppercase;
}
#footerLogo {
  padding-bottom: 1.45rem;
  position: relative;
}
#footerASUlogo {
	position: relative;
	padding-bottom: 1.8rem;
	max-width: 258px;
	padding-top: .25rem;
}
#footerSocial {
  position: relative;
  padding-bottom: 1.35rem;
}
#footerSocial span {
  display: inline-block;
  font-size: 1.11rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3em;
  text-transform: uppercase;
  margin-right: 0.5em;
}
#footerSocial a {
  display: inline-block;
  margin-right: 0.4em;
  font-size: 1.11rem;
  line-height: 1.3em;
  text-transform: uppercase;
}
#footer-member-links {
  display: flex;
  align-items: center;
}
#footer-member-links .loginbtn {
  font-size: 0.833rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em;
  text-transform: uppercase;
}
#footer-member-links .loginbtn i {
  color: var(--yellow);
  margin-right: 0.3em;
}
#footer-member-links .signupbtn {
  font-size: 0.833rem;
  font-style: normal;
  font-weight: 700;
  padding: 0 0.7em;
  text-transform: uppercase;
  border: 1px #fff solid;
  height: 32px;
  line-height: 30px;
  margin-left: 1.25rem;
}

#footerRight {
  display: flex;
}
.footer-nav {
  padding: 0 2.25rem;
}
.footer-nav ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav ul.menu > li {
  display: block;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.78em;
  text-transform: uppercase;
}
.footer-nav ul.menu > li > a {
	display: inline-block;
}
.footer-nav ul.menu > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav ul.menu > li > ul > li {
  font-weight: 400;
}
.footer-nav ul.menu > li > ul > li > a {
  display: block;
}
.formBx {
	border-radius: 5px;
	background: var(--red);
	padding: 1.45rem 1.8rem;
}
.widgetBx.cta-widget {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	background: var(--red);
	padding: 1.8rem 2.3rem 2.2rem;
	color: #fff;
}
.logo-widget {
	width: 97px;
	display: block;
	margin: 0 auto .8rem auto;
}

#sidebar .widget-container .widgetBx.cta-widget h3 {
	text-align: center;
	font-size: 1.83rem;
	font-style: normal;
	text-transform: none;
	color: #fff;
	font-weight: 700;
	line-height: 1.20em;
	padding-bottom: .6em;
}
.widgetBx.cta-widget a.rowLink { color: #fff; font-weight: 700; font-size: .9444rem; line-height: 1.3em; display: inline-block;}
#sidebar .gform_wrapper {
  border-radius: 5px;
  background: var(--red);
  padding: 1.5rem 1.7rem 2rem;
}
#sidebar .gform_title, .entry .gform_title, #signup .gform_title {
  color: var(--yellow);
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1em;
  padding-bottom: 0.8em;
}
.entry .gform_title{
  text-align: left;
}
#sidebar .gform_footer .button {
  width: 100%;
}
.yarpp-related-widget .widgetBx {
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  margin: 0;
  padding: 0 1.5rem;
}
.yarpp-related-widget ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.yarpp-related-widget ol > li {
  color: #111;
  font-size: 1.055rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15em;
  border-bottom: solid 1px #ccc;
  padding: 1.2em 0;
}
.yarpp-related-widget ol > li:last-child {
  border-bottom: none;
}
.yarpp-related-widget ol > li > a {
  color: #111;
}
.yarpp-related-widget .postBxMeta {
  font-size: 0.778rem;
  padding-top: 1em;
  display: block;
}
.yarpp-related-widget .postBxMeta .postBxAuthors + span {
  display: none;
}
#categoryHead {
  padding: 0.1rem 0 0;
  position: relative;
}
.categoryTitleBx {
  display: flex;
  align-items: center;
  padding-bottom: 1.25rem;
}
.categoryName {
  color: var(--red);
  font-size: 2.22rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.12em;
  padding: 0;
}
.categoryIcon img {
  margin-right: 1.2rem;
}
.taxonomy-description {
  color: #333;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 0.888rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
  position: relative;
}
.taxonomy-description p {
  margin-bottom: 1.4em;
}
.featuredPostBx {
  position: relative;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  margin-bottom: 1.4rem;
}
.featuredPostBx .featuredImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.featuredPostBx .featuredImg img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.featuredPostBx .featuredImg:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 16.53%,
    rgba(255, 255, 255, 0.74) 36.61%,
    #fff 50%
  );
}
.featuredPostBx .entry {
  position: relative;
  z-index: 9;
  padding: 1.26rem 1.4rem 2.26rem 1.8rem;
  display: flex;
  align-items: flex-end;
}
.featuredPostMeta {
  position: relative;
  width: 50%;
  flex-grow: 11;
  padding-right: 2rem;
}

.featuredPostBx .entry h1 {
  padding-bottom: 0.22em;
}

.featuredPostBx .postBxHead {
  padding-bottom: 1rem;
}
#blogposts {
  padding-bottom: 10px;
}
.blogpostItem {
  margin-bottom: 1.25rem;
  border-radius: 5px;
  background: #fff;
  display: flex;
  flex-direction: row-reverse;
  overflow: hidden;
  min-height: 116px;
}
.postItemMeta {
  width: 50%;
  flex-grow: 1;
  padding: 1rem 1.8rem;
}
.postItemMeta .postBxMeta {
  font-size: 0.778rem;
}
.postItemImg {
  width: 25.3%;
  position: relative;
}

.postItemImg img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.postItemMeta h3 {
  color: #111;
  font-size: 1.22rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.18em;
  padding-bottom: 0.36em;
}
.postItemMeta h3 a {
  color: #111;
}

#paginationWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 7px;
}
#paginationWrapper .page-item {
  width: 140px;
}
#paginationWrapper .page-item .button {
  width: 100%;
  padding: 0 5px;
}
.wp-pagenavi {
  position: relative;
  margin: 0px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  color: #5c5c5c;
  font-size: 1.058rem;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  border-radius: 5px;
  border: 2px solid transparent;
  padding: 0 0.36em;
  margin: 0 0.25em;
}
.wp-pagenavi span.current {
  border-color: var(--red);
}


body.category-el-centro{
	position: relative;
}
body.category-el-centro .categoryName{
	display: none;
}

body.category-el-centro .categoryIcon img{
  width: 225px; max-width: 55%;
}

body.author #main { 
	position: relative;
	padding: 1.9rem 0 4.25rem;
}
.backBtn {
	position: relative;
	padding-bottom: 1.15rem;
}
.backBtn a{
  color: var(--red); 
font-size: 1rem;
font-weight: 600;
line-height: 1.44em; text-decoration: none;
}
.backBtn a:hover{
  color: #111; text-decoration: none;
}
.author-detail-entry {
	display: flex;
	padding-bottom: 2rem;
}
.author-bio-img {
	width: 186px;
	height: 186px;
	border-radius: 8px;
	overflow: hidden;
}
.author-bio-img img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.author-meta-bx {
	width: 50%;
	flex-grow: 1;
	padding-left: 2rem;
	
}

.entry.author-detail-entry h1 {
	line-height: 1em;
	padding-bottom: 0.2em;
	
}

.author-subtitle{
  color: #666; 
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.22rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.18em;
}

.author-description{
  position: relative;
  color: #111; 
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 0.833rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25em;
}
.author-description p{
  margin-top: 1.4em;
  color: #111; 
font-family: "neue-haas-grotesk-display", sans-serif;
font-size: 0.833rem;
font-style: normal;
font-weight: 400;
line-height: 1.25em;
}

#page-swj-member #content .authorboxes, #page-swj-member #content #article-discussion{
	display:none
}