@charset "utf-8";
/*===========================================================================================================*/
/*=========================================== COMMON CONFIG =================================================*/
/*===========================================================================================================*/

/* GFORM VISA FIX */
.gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_visa {
    background-position: -59px 0
}


.alert-success, .alert-info, .alert-warning, .alert-danger {
  font-size: 1.4em; 
}
:target::before {
  content: "";
  display: block;
  height: 130px; /* fixed header height/
  margin: -130px 0 0; / negative fixed header height */
}
.ratio>* {
	width: 100%!important;
	height: 100%!important;
}
@media screen and (min-width: 1200px) {
  .modal-lg {
    width: 1140px;
  }
}
.modal-dialog {
	width: 750px;
	max-width: 100%;
}

.container.larger {
	max-width: 1700px;
}
.issue-volume {
	background-color: #f1f1f1;
	color: #909090;
	padding: 7px 11px;
	font-size: 16px;
	margin: 25px 0;
}

#ajaxsearchlite1 .probox, div.asl_w .probox {
    background-color: #fff!important;
    background-image: none!important;
    border: none!important;
    padding: 8px!important;
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input,
#ajaxsearchlite1 .probox .proinput input::placeholder, div.asl_w .probox .proinput input::placeholder,
#ajaxsearchlite1 .probox .proinput, div.asl_w .probox .proinput {
    color: #000!important;
	font-size: 12px!important;
}

.post-bottom-links p { margin: 0 0 15px }

.small-globe-bnn {
	background-image: url(../img/bnn-globe.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.last-interview { display: flex; flex-wrap: nowrap; }
.last-interview small {display: block;color: #000;font-weight: 400;line-height: 1.2em;letter-spacing: 0;}
.last-interview > div { width: calc(100% - 150px) }
.last-interview h3 {margin: 25px 0;letter-spacing: 0;color: #000;}
.last-interview .btn-layout {
    margin: 20px 0 0;
    width: 150px;
    height: 58px;
    text-align: center;
    padding: 18px 0;
}
@media (max-width: 640px) {
	.last-interview {
		flex-direction: column;
	}
	.last-interview h3 { margin: 30px 0 15px }
	.last-interview .btn-layout {
		margin: 10px 0 0
	}
}
/*===========================================================================================================*/
/*=========================================== RWD VIDEOS ====================================================*/
/*===========================================================================================================*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
.gform_legacy_markup_wrapper {
	margin-top: 0!important;
}
label,
legend,
.gform-field-label--type-sub {
  display: block;
  text-align: left;
  font-size: 16px!important;
  line-height: 18px;
  color: #282828;
  margin: 0;
  font-weight: 600!important;
  margin-bottom: 0;
  text-transform: capitalize;
}
.gform-field-label--type-sub {
	font-size: 14px!important;
	margin-top: 8px!important;
	margin-bottom: 20px!important;
	color: #595959;
}
.form-horizontal .control-label {
  text-align: left;
}
.ginput_card_field, input[type='text'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='number'], input[type='date'], textarea, select {
  width: 100%;
  height: 52px!important;
  border-width: 1px;
  border: solid 1px;
  border-color: #dddddd;
  padding: 0 5px;
  color: #282828;
  font-size: 17px!important;
  border-radius: 4px;
}
textarea {
  min-height: 120px;
}
.custom-checkRad label {
  cursor: pointer;
  display: inline-block;
}
.custom-checkRad input[type="checkbox"], .custom-checkRad input[type="radio"] {
  display: none;
}
.custom-checkRad input[type="checkbox"] + label .fa.unchecked, .custom-checkRad input[type="radio"] + label .fa.unchecked {
  display: inline-block;
}
.custom-checkRad input[type="checkbox"] + label .fa.checked, .custom-checkRad input[type="radio"] + label .fa.checked {
  display: none;
}
.custom-checkRad input[type="checkbox"]:checked + label .fa.unchecked, .custom-checkRad input[type="radio"]:checked + label .fa.unchecked {
  display: none;
}
.custom-checkRad input[type="checkbox"]:checked + label .fa.checked, .custom-checkRad input[type="radio"]:checked + label .fa.checked {
  display: inline-block;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  position: relative;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #fff;
    background-color: #ba1906;
    border: solid 1px #ba1906;
    border-radius: 4px;
    padding: 17px 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer input[type=submit]:focus, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input.button:focus, .gform_wrapper .gform_page_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input[type=submit]:focus {
  color: #ba1906;
  border-color: #ba1906;
  background-color: transparent;
  text-decoration: none;
}
/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout {
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #fff;
    background-color: #ba1906;
    border: solid 1px #ba1906;
    border-radius: 4px;
    padding: 17px 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-layout:hover,
.btn-layout:focus {
  color: #ba1906;
    background-color: transparent;
    border-color: #ba1906;
  text-decoration: none;
}

.hollow-btn-layout {
  position: relative;
  color: #ba1906;
  border-color: #ba1906;
  background-color: transparent;
}
.hollow-btn-layout:hover,
.hollow-btn-layout:focus {
  color: #ba1906;
  border-color: #ba1906;
  background-color: transparent;
  text-decoration: none;
}
.white-btn-layout {
  color: #404040;
  border-color: #fff;
  background-color: #fff;
}
.white-btn-layout:hover,
.white-btn-layout:focus {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  text-decoration: none;
}
.white-btn-layout.hollow-btn-layout {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.white-btn-layout.hollow-btn-layout:hover,
.white-btn-layout.hollow-btn-layout:focus {
  color: #2e3532;
  border-color: #fff;
  background-color: #fff;
  text-decoration: none;
}
.dark-btn-layout {
  color: #fff;
  border-color: #2e3532;
  background-color: #2e3532;
}
.dark-btn-layout:hover,
.dark-btn-layout:focus {
  color: #2e3532;
  border-color: #2e3532;
  background-color: transparent;
  text-decoration: none;
}

.pagination {
	display: block;
	text-align: center;
	padding: 30px 0 20px;
	margin-bottom: 20px
}
.pagination a,
.pagination span {
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 500;
	font-style: normal;
	text-transform: capitalize;
	letter-spacing: 1px;
	color: #282828;
	background-color: #f3f3f3;
	border: solid 1px #cbcbcb;
	padding: 9px 13px;
	margin: 0 -3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.pagination a:hover {
   background-color: #d7d7d7;
}
.pagination span { background-color: #cfcfcf; }
.pagination a:last-child,
.pagination span:last-child {
	border-radius: 0 6px 6px 0;
}
.pagination span:first-child,
.pagination a:first-child {
	border-radius: 6px 0 0 6px ;
}

/*=========================================== MAIN GRID ===========================================*/
.home-section {
	position: relative;
	padding: 300px 0 40px;
	margin: 0 0 5px
}
.home-section .bnn {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
.home-section .bnn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .8;
}
.home-section .container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.home-section .container .left,
.home-section .container .right {
	width: 50%;
}
.home-section .container .left {
	padding-right: 6vw
}
.home-section .container h2 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 22px;
}
.home-section .container h2:after {
	content: '';
	display: block;
	height: 2px;
	width: 147px;
	background: #bc1906;
	margin-top: 20px;
}
.home-section .container p {
	color: #fff;
	font-size: 16px;
}
.home-section .container .right li {
	margin-bottom: 10px
}
@media (max-width: 991px) {
	.home-section .container .left,
	.home-section .container .right {
		width: 100%;
	}
}
/*=========================================== MAIN GRID ===========================================*/
.main-cta-grid > div:nth-child(2) {grid-area: small-1;}
.main-cta-grid > div:nth-child(3) {grid-area: small-2;}
.main-cta-grid > div:nth-child(4) {grid-area: small-3;}
.main-cta-grid > div:nth-child(5) {grid-area: small-4;}
.main-cta-grid > div:nth-child(6) {grid-area: small-5;}
.main-cta-grid > div:nth-child(7) {grid-area: small-6;}
.main-cta-grid > div:nth-child(8) {grid-area: small-7;}
.main-cta-grid > div:first-child {grid-area: big;}
.main-cta-grid {
	display: grid;
	grid-template-areas:
		'big big small-1 '
		'big big small-2'
		'small-3 small-4 small-5';
	gap: 0.7vw;
}
.main-cta-grid > div:first-child > .cta { padding-bottom: 66% }
.main-cta-grid > div:nth-child(2) > .cta,
.main-cta-grid > div:nth-child(3) > .cta { padding-bottom: 65% }
@media (max-width: 768px) {
	.main-cta-grid {
		grid-template-areas:
			'big big'
			'small-1 small-2'
			'small-3 small-4'
		'small-5 small-5';
	}
}
@media (max-width: 500px) {
	.main-cta-grid {
		grid-template-areas:
			'big'
			'small-1'
			'small-2'
			'small-3'
			'small-4'
			'small-5';
	}
}

/*=========================================== MAIN GRID ===========================================*/

.default-cta-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -.35vw;
}
.default-cta-grid > div {
	width: 25%;
	padding: .35vw
}
.default-cta-grid.first-wide > div:first-child {
	width: 100%;
}
.default-cta-grid.first-wide > div:first-child .cta {
	padding-bottom: 40%;
}
.default-cta-grid > div .cta.cta-featured {
	padding-bottom: 83%;

}
.default-cta-grid > div .cta.cta-featured .info {
	padding: 1.5vw;
}
.default-cta-grid > div .cta.cta-featured .btn-layout {
	position: static;
	display: inline-block;
	margin: 20px 0 0;
}
@media (max-width: 1200px) {
	.default-cta-grid > div {
		width: 33.3333%;
	}
}
@media (max-width: 768px) {
	.default-cta-grid > div {
		width: 50%;
	}
}
@media (max-width: 500px) {
	.default-cta-grid > div {
		width: 100%;
	}
}

/*=========================================== IMG LIST ======================================================*/
.news-section .indus-highlight-wrapper img {
	display: block;
	max-width: 300px;
	margin: 0 auto;
}

.image-list-item {
    position: relative;
    padding-left: 215px;
    display: block;
    opacity: 0;
    min-height: 155px;
}
.ready .image-list-item {
  opacity: 1;
  animation: fadeIn 1.2s both;
  animation-delay: calc(var(--order) * 100ms);
}
.image-list-item .bnn {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: auto;
}
.image-list-item .bnn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.image-list-item .info .top-underlined {
	display: inline-block;
	font-size: 16px;
	line-height: 1.2em;
	color: #282828;
}
.image-list-item .info .top-underlined:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #bc1906;
	margin: 10px 0;
}
.image-list-item .info p {
	color: #282828;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 15px;
}
.image-list-item:hover .info p {
	color: #bc1906
}

.image-list-item.bnn-top {
	padding: 0;
	margin: 0;
}
.image-list-item.bnn-top .bnn {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 50%;
	margin-bottom: 7px;
}
.image-list-item.bnn-top .bnn img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	-webkit-object-fit: cover;
}

.middle-section .image-list-item {
	margin-top: 3vw;
	min-height: 280px;
}
.middle-section .image-list-item .info .top-underlined {
	margin-top: 15px;
	font-size: 23px;
}
.middle-section .image-list-item .info p {
	font-size: 24px;
}
.middle-section .image-list-item:hover .info p { color: #282828 }
.middle-section li { margin-bottom: 10px; }
@media (max-width: 768px) {
	.middle-section .image-list-item .info .top-underlined {
		font-size: 14px;
	}
	.middle-section .image-list-item .info p {
		font-size: 16px;
	}
}
@media (max-width: 440px) {
	.image-list-item {
		padding: 0;
		margin-bottom: 30px;
	}
	.image-list-item .bnn {
		position: static;
		display: block;
		width: 100%;
		margin: 0 0 7px;
	}
}


/*=========================================== POSTS ======================================================*/
.full-posts {}
.full-posts .full-post {
	display: flex;
	flex-wrap: wrap;
	min-height: 220px;
}
.full-posts .full-post .post-img {
	width: 250px;
}
.full-posts .full-post .post-content {
	width: calc(100% - 250px);
	padding-left: 25px;
}
.full-posts .full-post .post-content .post-content-title {
	margin: 0 0 20px;
}

.archive-grid {}
.archive-grid a { display: block }
.archive-grid a img { width: 100% }
.archive-grid a h4 { line-height: 1.2em }

@media (max-width: 1200px) {
	.full-posts .full-post .post-img {
		width: 180px;
	}
	.full-posts .full-post .post-content {
		width: calc(100% - 180px);
	}
}
@media (max-width: 575px) {
	.full-posts .full-post .post-img {
		width: 90px;
	}
	.full-posts .full-post .post-content {
		width: calc(100% - 90px);
	}
}
@media (max-width: 390px) {
	.full-posts .full-post .post-img {
		width: 100%;
	}
	.full-posts .full-post .post-content {
		width: 100%;
		padding: 20px 0 0;
	}
}

/*=========================================== CTAS ======================================================*/
.cta {
  display: block;
  position: relative;
  padding-bottom: 83.7%;
  opacity: 0;
}
.ready .cta {
  opacity: 1;
  animation: fadeIn 1.2s both;
  animation-delay: calc(var(--order) * 100ms);
}
.cta .info {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+37,0.78+64,0.76+99 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 37%, rgba(0,0,0,0.78) 64%, rgba(0,0,0,0.76) 99%, rgba(0,0,0,0.76) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 37%,rgba(0,0,0,0.78) 64%,rgba(0,0,0,0.76) 99%,rgba(0,0,0,0.76) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 37%,rgba(0,0,0,0.78) 64%,rgba(0,0,0,0.76) 99%,rgba(0,0,0,0.76) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c2000000',GradientType=0 ); /* IE6-9 */
  padding: 5px 15px;
}
.cta .info h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  margin: 15px 0;
}
.cta .info h2 > span {
	display: block;
	font-size: 14px;
	font-weight: 400;
}
.cta .info h2:after {
	content: '';
	display: block;
	width: 147px;
	height: 2px;
	background-color: #bc1906;
	margin: 15px 0;
	transition: width .6s ease;
	-webkit-transition: width .6s ease;
}
.cta:hover .info h2:after { 
	width: 80%; 
	transition: width 1.2s ease;
	-webkit-transition: width 1.2s ease;
}
.cta .info > span {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  margin: 10px 0;
}
.cta .bnn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cta .bnn span {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 24px;
  right: 1vw;
  bottom: 1vw;
}
.cta .bnn img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform .2s ease;
}
.cta:hover .bnn img {
  transform: scale(1.1);
  transition: transform 1.8s ease;
}

.cta.cta-featured {
  padding-bottom: 250px;
}
.cta.cta-featured .info {
  background: none;
  padding: 0 14vw;
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
}
.cta.cta-featured .info h2 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 28px;
  line-height: 1em;
  margin: 12px 0;
}
.cta.cta-featured .info h2 small {
  text-transform: capitalize;
  font-weight: 400;
  display: block;
  font-size: 18px;
}
.cta.cta-featured .info h2:after { display: none }
.cta.cta-featured .btn-layout {
  position: absolute;
  right: 8vw;
  top: 50%;
  transform: translateY(-50%);
  border-color: #fff;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
  padding: 10px 12px;
}

.cta.cta-featured.small-featured .info {
	padding: 0 1vw
}
.cta.cta-featured.small-featured .info .btn-layout {
	position: static;
	display: inline-block;
	margin: 15px 0 0
}

.middle-section .cta { padding-bottom: 60%; }

@media (max-width: 1400px){
	.cta.cta-featured .info h2 { font-size: 18px }
	.cta.cta-featured .info h2 small { font-size: 14px }
	.cta.cta-featured .btn-layout { font-size: 14px }
}
@media (max-width: 1200px) {
	.cta .info h2 { font-size: 18px }
}
@media (max-width: 991px) {
	.cta .info h2 { font-size: 14px }
	.cta .info h2 span { font-size: 12px }
}
@media (max-width: 768px) {
	.cta .info h2 {
		font-size: 16px;
		margin: 10px 0
	}
	.cta .info p {
		font-size: 14px;
		margin: 0 0 10px;
	}
}
@media (max-width: 640px) {
	.cta.cta-featured .btn-layout { font-size: 10px }
}

/*=========================================== STORIES ======================================================*/
.stories-section {
  position: relative;
  z-index: 2;
  padding: 30px 0 40px;
  background-color: #1e1e1e;
}
.stories-section > .container,
.stories-section > .container-fluid {
  position: relative;
  z-index: 2;
  opacity: 0;
}
.stories-section.ready > .container,
.stories-section.ready > .container-fluid {
  opacity: 1;
  animation: fadeInRight 1.2s both;
}
.stories-section h2 {
  color: #fff;
  margin-bottom: 50px;
}
.cta-grid {
	display: flex;
	flex-wrap: wrap;
}
.cta-grid > div {
	width: 25%;
	padding: 0 10px;
}
@media (max-width: 991px) {
	.cta-grid > div { width: 50% }
}
@media (max-width: 460px) {
	.cta-grid > div { width: 100% }
}

/*=========================================== LINKS ======================================================*/
.links-section {
  position: relative;
  z-index: 2;
  padding: 30px 0 60px;
  background-color: #fff;
}
.links-section > .container,
.links-section > .container-fluid {
  position: relative;
  z-index: 2;
  opacity: 0;
}
.links-section.ready > .container,
.links-section.ready > .container-fluid {
  opacity: 1;
  animation: fadeInLeft 1.2s both;
}
.links-section h2 {
  margin-bottom: 50px;
}
.links-section .links-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.links-section .links-grid > div { width: 14.2222%; padding: 10px; }
.links-section .links-grid > div a {
	display: block;
	padding-bottom: 60%;
	border: solid 2px #ebebeb;
	border-radius: 10px;
	position: relative;
	transition: all .3s ease;
}
.links-section .links-grid > div a:hover { border-color: #0032ff }
.links-section.ready .links-grid > div a {
  animation: fadeIn 1.2s both;
  animation-delay: calc(var(--order) * 230ms);
}
.links-section .links-grid > div a .bnn {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 10px;
}
.links-section .links-grid > div a .bnn img {
	display: block;
	object-fit: scale-down;
	object-position: center;
	width: 100%;
	height: 100%;
}
@media (max-width: 1200px) {
	.links-section .links-grid > div {
		width: 25%;
	}
}
@media (max-width: 991px) {
	.links-section .links-grid > div {
		width: 33.3333%;
	}
}
@media (max-width: 560px) {
	.links-section .links-grid > div {
		width: 50%;
	}
}

/*=========================================== SPOTLIGHT ========================================================*/
.slick-spotlight-thumb .slick-slide { padding: 10px 5px }
.slick-spotlight-thumb .ratio:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: rgb(0 0 0 / 65%);
	transition: all .3s ease;
}
.slick-spotlight-thumb .ratio:hover:after { background: rgb(0 0 0 / 20%); }
.slick-spotlight-thumb .slick-current .ratio:after {
	background: transparent;
}

/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer-ad{max-width:728px;margin: auto;}
.footer {
  margin: 30px 0 0;
  padding: 50px 0 0;
  background-color: #bc1906;
	background-image: url(../img/bnn-footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.footer .container,
.footer .container-fluid {
  opacity: 0;
}
.footer.ready .container,
.footer.ready .container-fluid {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.footer img {}
.footer .cta.cta-featured {
	max-width: 728px;
	height: 0;
	padding-bottom: 90px;
	margin: 0 auto 60px;
}
.footer .cta.cta-featured .info {
	padding: 10px 1vw;
	padding-right: 120px;
}
.footer .cta.cta-featured .btn-layout { right: 13px; }

.footer .social-nav {margin: 0 0 30px;text-align: center;}
.footer .social-nav li {font-size: 27px;}
.footer .social-nav li:not(:last-child) {margin-right: 1vw;}
.footer .footer-nav {
  margin: 0 0 30px;
  text-align: center;
}
.footer .footer-nav li {
  margin-bottom: 10px!important;
  line-height: 1em;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
}
.footer .footer-nav li:not(:last-child) {
	margin-right: 15px;
}
.footer .footer-nav li a {}

.footer .footer-middle-nav li {position: relative;padding-left: 29px;margin-bottom: 10px!important;}
.footer .footer-middle-nav li:before {
	content: '\f178';
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	left: 0;
	top: 0;
}
.footer .footer-bottom-nav li {}

.footer a {
  color: #fff;
}
.footer a:hover {
  color: #1e1e1e;
}
.footer p {
  color: #fff;
  font-size: 16px;
}
.footer li {
  color: #fff;
	font-size: 16px;
}
.footer .fa-ul {
	margin-left: 26px
}

.footer .ginput_container_phone .iti { display: block }
.footer label,
.footer legend {color: #fff;}
.footer .iti__country,
.footer .gform_wrapper.gravity-theme label .gfield_required,
.footer .gform_wrapper.gravity-theme legend .gfield_required {color: #000000;}
.footer input[type='text'], 
.footer input[type='email'], 
.footer input[type='tel'], 
.footer input[type='url'],
.footer input[type='password'], 
.footer input[type='number'], 
.footer input[type='date'],
.footer textarea, 
.footer select {
		height: 42px;
}
.footer .gform_wrapper.gravity-theme .gfield textarea {
	height: 90px!important;
	min-height: 90px!important;
}
.footer .gform_wrapper .gform_footer input.button,
.footer .gform_wrapper .gform_footer input[type=submit], 
.footer .gform_wrapper .gform_page_footer input.button, 
.footer .gform_wrapper .gform_page_footer input[type=submit] {
    color: #ba1906;
    background-color: #fff;
    border: solid 1px #fff;
}
.footer .gform_wrapper .gform_footer input.button:hover, 
.footer .gform_wrapper .gform_footer input.button:focus, 
.footer .gform_wrapper .gform_footer input[type=submit]:hover, 
.footer .gform_wrapper .gform_footer input[type=submit]:focus, 
.footer .gform_wrapper .gform_page_footer input.button:hover, 
.footer .gform_wrapper .gform_page_footer input.button:focus, 
.footer .gform_wrapper .gform_page_footer input[type=submit]:hover, 
.footer .gform_wrapper .gform_page_footer input[type=submit]:focus {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  text-decoration: none;
}

.footer .bottom {
	background-color: #1e1e1e;
	padding: 30px 0 25px;
	display: table;
	width: 100%;
	margin-top: 60px;
}
.footer .bottom ul {
  float: right;
  margin: 0!important;
}
.footer .bottom p.copy {
  font-size: 14px;
  float: left;
}
@media (max-width: 991px) {
	.footer .bottom ul,
	.footer .bottom p.copy { float: none }
}

@media screen and (max-width: 768px) {
  h1, .h1-style {
    font-size: 36px;
  }
  h2,
  .footer h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 17px;
  }
  h4 {
    font-size: 18px;
  }
  p, li, td, th, label {
    font-size: 17px;
    letter-spacing: 0;line-height: 22px;
  }
  .btn-layout {
    font-size: 14px;
  }
  .btn-arrow {font-size: 13px; letter-spacing: 3px;}
}
@media (max-width: 540px) {
  .footer .footer-nav li {
    display: block;
  }
}

/*===========================================================================================================*/
/*=========================================== Magazine Archives =============================================*/
/*===========================================================================================================*/
.archive-title {
    color: #bc1906;
    font-weight: bold;
    font-size: 27px;
    font-family: "univia-pro",sans-serif;
    padding: 30px 0 10px;
}
.filter-title {
    color: #bc1906;
    font-weight: bold;
    font-size: 37px;
    font-family: "univia-pro",sans-serif;
    padding: 0 0 35px 0;
}
.archive-title span {
    font-weight: lighter;
}
.current-post { margin: 10px 0px; }
.current-post a {
    display: block;
    width: auto;
    text-decoration: none;
    color: #414141;
    padding: 10px 0 5px 10px;
}
.current-post a:hover {
    background: #f0f0f0;
    border-left: 5px solid #bc1906;
}
.current-post h2 {
    font-size: 24px !important;
    line-height: 32px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.current-post .company { font-style: italic}
.current-posts .current-post .title {
    font-weight: bold;
    line-height: normal;
}
.years-filter {
    padding: 0 0 20px 0;
}
.years-filter li {
    display: inline-block;
    padding: 0 12px 0 0;
}
.years-filter li a {
    color: #bc1906;
    font-size: 17px;
    text-decoration: none;
    font-family: "univia-pro",sans-serif;
}
.years-filter li .selected {
    border-bottom: 1px solid #bc1906;
}
.magazine {
    margin: 10px 5px 10px 0;
    display: none;
    text-align: center;
}
.magazine a {
    color: #414141;
    text-decoration: none;
}
.magazine a:hover {
    text-decoration: underline;
}
.search-form,
.ajax-search {
    display: inline-block;
    position: relative;
}
.search-form input {
    border: 1px solid #414141;
    padding: 11px 0 8px;
    text-indent: 5px;
    cursor: pointer;
    min-width: 275px;
    background: transparent;
    color: #414141;
    font-size: 17px;
}
.search-form input[type="image"] {
    width: 20px;
    height: auto;
    position: absolute;
    padding: 0;
    right: 5px;
    top: 13px;
    border: 0;
    background: none;
    min-width: 1px;
    display: none;
}
.search-form,
.archive-menu {
    margin: 10px 15px 10px 0;
}
.archive-menu .subpage-menu a {
    position: relative;
    padding: 7px 10px 7px 35px;
}
.archive-menu .subpage-menu a.selected {
    background-color: #bc1906;
    color: #fff;
}
.industry-checkbox:before {
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    width: 17px;
    height: 17px;
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
}
.industry-checkbox:after {
    content: '✔';
    position: absolute;
    top: 8px; left: 8px;
    font-size: 18px;
    line-height: 0.8;
    color: #bc1906;
    transition: all .2s;
}
.industry-checkbox:after {
    opacity: 0;
    transform: scale(0);
}
.industry-checkbox.checked:after {
    opacity: 1;
    transform: scale(1);
}
.post-navigation {
    color: #414141;
    line-height: normal;
    padding: 10px 0;
}
.post-navigation a {
    text-decoration: none;
    color: #414141;
}

.magazine-archives-container { padding: 15px;background: #ededed; font-family: Roboto; }
.magazine-archives-container .magazines { padding-left: 20px;}

.current-title {font-family: Roboto;font-size: 24px !important; font-weight: 200;}

/*CURRENT ISSUE and MAGAZINE ARCHIVE WIDGETS*/

.magazine-data { margin-bottom: 10px; background: #E8E7E7; padding: 2px 6px; }
.magazine-sidebar { margin-bottom: 40px; font-family: Roboto;}


.current-cover {
    /*background:#000 url('../img/current-issue-image.png') no-repeat;*/
	background:#ba1906 url('../img/current-issue-image.jpg') no-repeat;
    padding: 15px;
    text-align: right;
    background-size: cover;
}

.this-cover {
    background: #ededed url('the-issue-image.png') no-repeat;
    padding: 15px;
    text-align: right;
}

.magazine-link a {
    display: block;
    background-color: #bc1906 !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px !important;
    width: 100%;
    text-align: center;
    padding: 8px 15px;
    margin-top: 8px !important;

}
.magazine-link span {font-size: 11px !important; text-transform: none !important;}
.current-body { font-family: Roboto;}
.current-body .month {font-size: 14px !important;}
.current-body .current-title-long {font-size: 18px !important;}
.magazine-link a:hover { color:#fff !important; font-weight: bold; }

.hide_currentissue .month {font-size: 18px !important; color:#a81d15; font-weight: 700; }
.hide_currentissue .current-title-long {font-size: 16px !important; color: #666;}

.page-template-current-issue .hide_currentissue, .page-template-magazine-archives .hide_currentissue { display: none; }
