/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/* stylize GenH2 Product Brochure to match the height of the horizontal brochure */
div[class^="real3dflipbook-22"],
div[class^="real3dflipbook-22"] img {
	max-height:270px!important;
	height:100%!important;
	max-width:209px!important;
}
/* Top Bar Link font */
#top #header:not(.av_header_transparency) {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
#top .social_bookmarks li a {
	text-decoration:none
}
#top #header_meta li a {
	font-size: 12px;
}	
#top #header_meta ul.nav a:hover { 
	color: #007AB8 !important; 
}
#top #header_meta li.current-menu-item a {
	 color:#007AB8;
	 font-size: 12px; 
}
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    letter-spacing: 0.02em;
}
h6 {
    line-height: 1.3em;
}

img {
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
}
.main_color strong {
	color:#00487a!important
}
.blog-meta span.iconfont:before { display: none; }
.blog-meta span.iconfont {
	background-image: url(https://genh2.com/wp-content/uploads/genh2-logo.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.pagination span, .pagination a {
	font-size:12px;
}
.trail-before {
	display:none!important;
}
.entry-content-wrapper .breadcrumb {
	display: inline-block;
    width: 100%;
    font-size: 13px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e2e4;
    letter-spacing: 0.02em;
    color: #808284;
}
.entry-content-wrapper .breadcrumb .sep {
    width: 13px;
	color:#007AB8
}
.entry-content-wrapper .breadcrumb a {
    color: #808284;
}
.entry-content-header {
	clear:both;
}
.html_elegant-blog .single-landing_page .entry-content-wrapper .big-preview.single-big {
    margin-top:5px;
}
.html_elegant-blog .single-dd-event .entry-content-wrapper .big-preview.single-big {
    margin-top:0;
}
.opaque .avia-no-number {
	opacity:1!important
}
a.no_overlay {
	width:50%;
	float:right;
	margin:0 0 0 20px!important;
}
a.no_overlay .image-overlay, a.no_overlay .image-overlay-inside {
	display:none!important;
}
#top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a {
    box-shadow:none;
    border: 1px solid #f0f2f4;
    background: #fff;
    font-size: 12px;
}
#top .pagination .current {
    color: #fff;
    border: 1px solid #007AB8;
    background: #007AB8;
}
.main_color .avia-icon-list .iconlist_icon {
    background-color: #0099cc;
}
.bordered {
	border:1px solid #c0c2c4!important;
}
.padding {
	padding:25px;
}
img.bordered {
	border:1px solid #c0c2c4!important;
	padding:0!important;
	margin-top: 30px!important;
	margin-bottom: 30px!important;
}
.rounded {
	border-radius:6px;
}
.large.rounded {
	border-radius:15px;
}
.hide_overflow {
	overflow:hidden;
}
.shadowed {
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.16);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.16);
	box-shadow: 0 3px 10px rgba(0,0,0,0.16);
}
.avia_textblock.shadowed {
	background:#fff;
}
.large.shadowed {
	-webkit-box-shadow: 2px 8px 25px 0 rgba(0,0,0,0.18);
	-moz-box-shadow: 2px 8px 25px 0 rgba(0,0,0,0.18);
	box-shadow: 2px 8px 25px 0 rgba(0,0,0,0.18);
}
.noborder {
	border:0px!important;
}
.norounded {
	border-radius:0px!important;
}
.flexed {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	gap:20px;
}
.flexed.centered {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
	align-items: center;
}

.flexed.vertical {
    -webkit-flex-direction: center;
	flex-direction:column;
}
.background-pattern {
	background:transparent;
	z-index:0;
}
.background-pattern:before {
	content:'';
	background:url(./images/pattern-single-genh2.svg);
	background-repeat:repeat;
	background-position:center;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity:0.22;
	z-index:-2;
}
.background-pattern:after {
	content:'';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(255,255,255);
	background: linear-gradient(125deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 12%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 75%, rgba(255,255,255,0.5) 88%, rgba(255,255,255,0) 100%);
	z-index:-1;
}
.wp-caption-text, #top .wp-caption .wp-caption-dd {
  line-height: 1.5;
}
.no-min-height {
	min-height:inherit!important
}
#top .av-submenu-container {
	background-color: #007AB8!important;
	border: 0px!important;
}
.main_color .av-subnav-menu>li>a {
    background-color: transparent;
    color: #fff;
}
.subcat {
	color: #007AB8!important;
	font-size: 34px;
	line-height: 1.65;
	margin: 20px auto 0;
}
.large_font {
	font-weight: 300!important;
	font-size: 45px!important;
	letter-spacing: 0.01em!important;
}
.caps {
	text-transform: uppercase!important; 
}
.text_large {
	font-size:25px;
	line-height: 1.3
}
.gray {
	color: #a0a0a0
}
.margin_small {
	margin:10px 0!important
}
.banner_heading {
    min-height: 305px!important;
	display: flex;
    align-items: center;
}
.banner_heading .content {
	padding-top:50px!important;
    padding-bottom:50px!important;
}
.banner_heading h1,
.banner_heading h2 {
	font-family:prompt, sans-serif;
	line-height:0.95;
	color:#fff!important;
	margin:0;
}
.banner_heading h1 {
	font-size:62px;
	margin-bottom:5px;
}
.banner_heading h2 {
	font-size:43px;
	letter-spacing: 0!important;
}
.trains .banner_heading h2 {
	text-shadow: 0 0 55px #fff;
} 
.banner_heading h2.deep_blue {
	color:#00487a!important
}
.banner_heading h1.blue, .blue {
	color: #007AB8!important;
}

.soft_glow {
	-moz-text-shadow:0 0 8px rgba(210,240,250,0.9),
				0 0 14px rgba(210,240,250,0.4),
				0 0 20px rgba(210,240,250,0.5),
				0 0 26px rgba(210,240,250,0.6),
				0 0 32px rgba(210,240,250,0.7);
	text-shadow:0 0 8px rgba(210,240,250,0.9),
				0 0 14px rgba(210,240,250,0.4),
				0 0 20px rgba(210,240,250,0.5),
				0 0 26px rgba(210,240,250,0.6),
				0 0 32px rgba(210,240,250,0.7);
}
ul.checklist {
    list-style: none!important;
	padding:10px 0;
}
ul.checklist li {
    position: relative;
    margin: 8px 0 8px 30px;
    width: auto;
}
ul.checklist.text_large li {
    margin: 8px 0 8px 35px;
}
ul.checklist li:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 6px;
    background: url(./images/icon-checkmark.svg);
    background-size: contain;
    width: 20px;
    height: 20px;
}
ul.checklist.text_large li:before {
    left: -42px;
    top: 4px;
    width: 30px;
    height: 30px;
}
.avia-section {
	min-height:50px
}
nav.tribe-events-calendar-list-nav.tribe-events-c-nav {
    display: none;
}
.tribe-common-l-container.tribe-events-l-container {
    padding-bottom: 15px!important;
}
.footnote, .caption {
	font-size:12px;
	line-height:1.3
}
sup {
    line-height: 0.5;
}

/* Begin Blog Card Styles for Press Releases, Blog and News */
.pinned, .pinned .secondary, .resources {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	align-content: flex-start;
}
.pinned {
	margin: 0 calc(-1 * var(--gap)) 0 calc(-1 * var(--gap));
	width: calc(100% + var(--gap) * 2);
	min-height:660px;
	padding-bottom:32px;
}
.pinned, .pinned .secondary {
  --gap: 12px;
}
.pinned > * {
	margin: 0 var(--gap) 0 var(--gap);
}
.pinned .secondary {
	margin-top: calc(-1 * var(--gap));
	margin-bottom: calc(-1 * var(--gap));
	height: calc(100% + var(--gap) * 2);
	z-index:2;
}
.pinned .secondary > * {
	margin-top: var(--gap);
	margin-bottom: var(--gap);
}
.pinned .primary {
	flex: 1 1 68%;
    max-width: 100%;
	z-index:1;
}
.pinned .secondary {
	flex: 1 1 32%;
    max-width: 100%;
	height:auto;
	flex-direction: column;
}
.resources {
	flex-wrap: wrap;
	min-height:780px;
}
.resources.events {
	min-height:inherit
}
.resources.teaser {
	min-height:inherit;
}
.resource_list.resources {
	min-height:780px;
}
.resource_list.resources.live {
	min-height:inherit;
}
.resource_list.resources.resource_teaser {
	min-height:inherit;
}
.resources:not(.teaser):after {
    content: "";
    flex: 1 1 100%;
    max-width: 31%;
}
.rsc, .sort_buttons *, .rsc * {
	-webkit-transition: all .21s ease-in-out;
    -moz-transition: all .21s ease-in-out;
    -o-transition: all .21s ease-in-out;
    transition: all .21s ease-in-out;
}
.rsc {
	display: flex;
	position:relative;
    flex-direction: column;
    justify-content: space-between;
	position:relative;
	margin:0;
	padding:0;
	border-radius: 6px;
	background-color: #ffffff;
	height:100%;
	overflow: hidden;
	cursor:pointer;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
	z-index:1;
}
.resources.teaser .rsc {
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}
.resources.teaser .rsc:hover,
.rsc:hover {
    -webkit-box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.2);
}

.rsc.resource {
	flex-direction: row;
}
.rsc.resource>div {
	flex:1 1 0;
}
.resources .rsc {
	flex: 0 31%;
	margin-bottom: 35px;
	height:470px;
}
.resources .rsc.resource {
	flex: 0 48%;
	height:300px;
}
.library .rsc.resource .category {
	margin-bottom:15px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	padding-left:6px;
	color:#fff;
	font-weight:700;
}
.library .rsc.resource .txt {
	padding-right:20px;
}
.library .rsc.resource .title {
	padding-bottom:10px;
}
.library .rsc.resource .excerpt {
	font-size: 15px;
    line-height: 1.5;
}
.library .rsc.resource .avia-button {
	width: 125px;
	color:#fff!important;
	background:#f7941d!important;
	border:1px solid #f7941d!important;
	border-radius: 25px;
}
.library .rsc.resource .avia-button:hover {
	color:#f7941d!important;
	background:#fff!important;	
}
.library .rsc.resource .leftcol {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	padding: 20px 0 20px 20px;
}
.library .rsc.resource .rightcol {
	position:relative;
	overflow:visible;
	background: rgb(0,74,128);
	background: linear-gradient(180deg, rgba(0,74,128,1) 0%, rgba(0,153,204,1) 100%);
}
.library .rsc.resource img {
	position:absolute;
	right:0;
    bottom: 50%;
    transform: translateY(52%);
}
.library .rsc.resource img.vert {
	width:42%;
    right: 2.25%;
}
.library .rsc.resource img.horz {
	width:52%;
}
.resource_list.resources .rsc {
	height:370px;
}
.resource_list .inner {
	height:100%;
	padding-bottom:56.25%;
}
.rsc .cover {
	position:relative;
	background-color:#c9c9c9;
	background-image:url(./images/stream-thumbnail-default.jpg);
	background-size:cover!important;
	background-repeat:no-repeat!important;
    background-position:center!important;
	height:0;
	padding-bottom:56.25%;
	width:100%;
}
.rsc.horiz .cover {
	width: 0;
    padding-left: 45%;
    padding-bottom: 0;
    height: auto;
}
.rsc.stream .cover:before {
	content:'';
	position:absolute;
	width:68px;
	height:68px;
	background:rgba(0,153,204,0.75);
	border-radius:50%;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:2;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.rsc:hover.stream .cover:before {
	background:rgba(0,153,204,1);
}
.rsc.stream .cover:after {
	content:'';
	position:absolute;
	border:16px solid #fff;
	border-color:#fff transparent transparent transparent;
	left:50%;
	top:50%;
	transform:translate(-15%,-50%) rotate(270deg) scalex(0.75);
	z-index:3;
}
.rsc .guts {
	flex: 0 1 100%;
	position:relative;
	display: flex;
    flex-direction: column;
}
.rsc .guts .txt {
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	flex-direction: column;
	padding: 30px 20px 5px;
	width:100%;
	height:100%;
}
.rsc.event .guts .txt {
	padding: 20px;
}
.rsc .guts .txt a {
	color:#007AB8;
}
.rsc .guts .txt .title a {
	color:#00487a;
}
a.arrowed {
    position: relative;
    padding-right: 20px;
    display: inline-block;
	font-size:15px;
    line-height: 1.2;
    color: #007AB8!important;
}
a.arrowed:after {
    content: '→';
    position: absolute;
    display: inline-block;
    font-size: 13px;
    width: 17px;
    text-align: right;
	margin-top: 1px;
    margin-left: 1px;
}
.resources .rsc .guts .txt .excerpt {
	font-size:15px;
	line-height: 1.45;
}

.pinned .rsc .guts .txt {
    justify-content: center;
}
.pinned .primary .rsc .guts,
.pinned .secondary .rsc .guts {
	display: flex;
    align-items: center;
}
.pinned .primary .rsc .guts .txt {
	padding: 30px 30px 20px;
}
.pinned .secondary .rsc .guts .txt {
	padding: 30px 20px 20px;
}
.rsc .cover .category {
	font-family:Prompt, sans-serif;
	position: absolute;
    left: 20px;
	bottom:-15px;
    font-size: 16px;
    background-color: #007AB8;
    color: #fff;
    padding: 4px 15px 3px;
    border-radius: 4px;
}
.pinned .primary .rsc .cover .category {
    left: 30px;
}
.rsc a.btn {
    display: inline-block;
    border-radius: 24px;
    padding: 5px 20px 4px;
    width: auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
}
.rsc .title {
	color:#00487a;
	font-family:Prompt, sans-serif;
	font-weight:600;
	font-size: 17px;
    line-height: 1.3;
}
.pinned .primary .rsc .title {
	font-size: 32px;
    line-height: 1.22;
}
#main .rsc .excerpt p {
    font-size: 14px;
	line-height:1.5;
	padding: 5px 0;
	margin:0;
}
.rsc.horiz {
    flex-direction: row;
	height:115px!important;
}
.rsc.horiz .guts .txt {
	padding: 15px 10px 0 15px;
}
.rsc.horiz .title {
	font-size: 14px;
}
.resources .guts .txt a.arrowed {
    padding: 15px 20px 15px 0;
}
.rsc.event .meta {
	background: rgb(0,153,204);
	background: linear-gradient(90deg, rgba(0,153,204,1) 0%, rgba(0,74,128,1) 100%);
	padding:8px;
	display:flex;
	color:#fff;
}
.single-dd-event .meta {
    margin: 0 0 25px;
    padding: 12px;
	background: linear-gradient(90deg, rgba(0,153,204,1) 0%, rgba(0,74,128,1) 50%);
    border-radius: 3px;
	font-weight:700;
	color:#ffffff;
}
.single-dd-event .meta a {
	color:#ffffff
}
.single-dd-event .meta div,
.rsc.event .meta div {
	height:20px;
	line-height:20px;
	padding:0 0 0 25px;
	flex: 0 1 50%;
	font-size:14px;
	font-weight:700;
	background-position: left center;
	background-size:contain;
	background-repeat:no-repeat;
}
.single-dd-event .meta div {
	height:inherit;
	line-height:1.2;
	padding:0 0 0 30px;
	font-size:18px;
	font-weight:500;
	background-position: left center;
	background-size:contain;
	background-repeat:no-repeat;
}
.single-dd-event .meta div {
	margin-bottom:12px;
}
.single-dd-event .meta div:last-of-type {
	margin-bottom:0;
}
.single-dd-event .meta .date,
.rsc.event .meta .date {
	background-image: url('images/icon-calendar.svg');
}
.single-dd-event .meta .location,
.rsc.event .meta .location {
	background-image: url('images/icon-location.svg');
}
.single-dd-event .meta .web,
.rsc.event .meta .web {
	background-image: url('images/icon-web.svg');
}
.rsc.event .meta .location {
	padding:0 0 0 21px;
}
.ticker a.arrowed,
.rsc.horiz .guts .txt a.arrowed {
    font-size: 15px;
}
.ticker a.arrowed {
	padding:15px;
}
.ticker a.arrowed,
.ticker a.arrowed:after {
	color:#fff!important;
}
.ticker a.arrowed:after {
	margin-top: 0;
}
.filter_controls {
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
}
.filter_controls .sort_buttons {
    text-align: center;
    vertical-align: top;
	display:inline-block;
}
.filter_controls .sort_buttons div {
	display:inline-block;
	font-size:15px;
	color:#a0a2a4;
	text-transform:uppercase;
	padding:8px 15px 7px;
	cursor:pointer;
	background:#f0f2f4;
	border:1px solid #e0e2e4;
	border-radius:35px;
	margin:5px 3px;
}
.filter_controls .sort_buttons div.active {
	color:#ffffff;
	background:#00487a;
	border:1px solid #00487a;
}
.filter_controls .sort_buttons div:not(.active):hover {
	color:#303234;
	background:#ffffff;
}
.filter_controls .sort_buttons div:first-child {
	margin-left:0;
}
.filter_controls .sort_buttons div:last-child {
	margin-right:0;
}
.filter_controls .input_frame {
	background: url('images/icon-search.svg');
	background-repeat:no-repeat;
	background-position:right 17px center;
	display:inline-block;
	margin:5px 0;

}
.filter_controls .input_frame input[type=text] {
	font-size:15px!important;
    line-height: 1!important;
    background: transparent!important;
    color: #606264!important;
    border: 1px solid #d0d2d4!important;
    margin: 0!important;
    cursor: inherit!important;
    padding: 10px 20px!important;
    border-radius: 35px!important;
	font-family:'Open Sans', sans-serif!important;
	font-weight:normal!important;
}
 
.resources.loading,
.blog_list.loading {
	background-image:url('images/loading.svg');
	background-repeat:no-repeat;
	background-position: top 27px center;
	background-size:40px;
}
.blog_list.load_more {
    text-align: center;
    height: 48px;
    padding: 35px 15px;
}
.blog_list.load_more a {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: normal;
    padding: 13px 34px;
    color: #fff;
    background-color: #00487a;
    border-radius: 40px;
    border: 1px solid #00487a;
    transition: all .2s ease-in-out;
    text-decoration: none;
}
.blog_list.load_more a:hover {
    background-color: #fff;
	color: #00487a;
}
#top .benefits_boxes .iconbox_top {
    margin-top: 0;
}
#top .benefits_boxes .iconbox.av-no-box .iconbox_icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 0px!important;
}
.benefits_boxes .iconbox .iconbox_content .iconbox_content_title {
	letter-spacing: 0.01em;
    text-transform: none;
    font-size: 1.25em;
    font-weight: 400;
}
.news_ticker {
	position:relative;
	min-height:113px!important;
    overflow: hidden;
	background-size:cover!important;
}
.news_ticker .container {
	min-height:113px!important;
    display: flex;
    align-items: center;
}
.news_ticker .ticker_title {
	position:absolute;
	display:block;
	width:285px;
	height:113px;
	left:-12%;
	top:-32px;
	z-index:99999;
	pointer-events:none;
}
.news_ticker .ticker_title a {
	pointer-events:auto;
}
.news_ticker .ticker_title span {
	display:none!important;
}
.news_ticker h1,
.news_ticker h2,
.news_ticker h3,
.news_ticker p {
	color:#fff!important;
	margin:10px 0 0 0;
	line-height:1.2;
	text-align:center;
	max-width: 800px;
}
.ticker .item {
	display: flex!important;
    min-height: 50px;
    flex-direction: column;
    justify-content: center;
	align-items: center;
}
.ticker .readmore {
	font-family: 'open sans', Helvetica, Arial, sans-serif;
}
.resources.teaser {
	margin: 0 -20px;
}
.resources.teaser .slick-list {
	padding: 20px 0 35px;
	margin: 0;
	max-width:1230px;
	width:100%;
}
.slick-dotted.slick-slider {
    margin-bottom: 55px!important
}
.resources.teaser .rsc {
	display:flex!important;
	margin: 0 20px;
}

.featured.resources {
    gap: 30px;
	justify-content: center;
    min-height:inherit
}

.featured.resources .rsc .guts .txt {
    padding: 20px 20px 5px;
}
.featured.resources .rsc .guts .txt p {
	margin:0
}
.featured.resources .rsc {
    height:auto;
	margin:0!important
}

.lowercase {
	text-transform:lowercase!important;
	text-shadow:none;
	position:relative
}
.av-layout-grid-container .widescreen_background {
    background-size: cover!important;
}
.av-layout-grid-container .widescreen_background .flex_cell_inner {
	height: 0px;
    padding: 56.25% 0 0 0;
}
.narrow_width>.container {
	max-width:1000px!important
}
.descriptive_text {
	position:absolute;
	left:-9999px;
	color:#000000;
}
.full_width .container {
    width: 100% !important;
    max-width: none !important;
    padding: 0;
}
.full_width.with_padding .container {
    padding: 0 50px;
}
.home_top_banner>.container>.content {
	padding:4.5% 0 6.5%;
}
.home_top_banner h1 {
	font-size: 56px;
	color: #007AB8!important;
	margin-bottom:5px;
}
.home_top_banner p {
	font-family: 'poppins', Helvetica, Arial, sans-serif;
	font-size:24px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
    line-height: 0.95;
	color:#00487a;
}
.home_top_banner a {
	font-family: 'poppins', Helvetica, Arial, sans-serif;
    font-weight: 700!important;
}
#socket .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#socket .container:after {
	content:none;
}
#socket .sub_menu_socket li {
	padding:0!important;
    border: 0!important;
}
.socket_color a span.avia-menu-text {
	display:inline-block;
	padding: 17px 12px!important
}
.alt_heading {
	font-size: 36px!important;
    letter-spacing: 0!important;
    text-transform: none!important;
    line-height: 1.2;
}
@media only screen and (min-width: 990px) {
	.html_header_top.html_header_sticky:not(.html_header_transparency) #main {
		padding-top: 80px!important;
	}
	#top .hr.added_height {
		height:110px!important
	}
	.subcat {
		margin: 20px auto -110px;
	}
}
@media only screen and (min-width: 768px) {
	#header_meta {
		min-height:0;
		height:0;
	}

	/* Top Bar nav alignment */
	#top #header_meta .container {
		display: flex;
		justify-content: center;
			align-items: center;
		position: relative;
		min-height:0;
		height:0;
	}
	#top #header_meta .sub_menu {
		top:42px;
		order: 1;
	}
	
	.entry-content-wrapper .big-preview.single-big {
		padding: 0 0px 10px 0;
		float: right;
		max-width: 50%;
		margin: 0 0 10px 25px;
	}
	.html_elegant-blog .single-post .entry-content-wrapper .big-preview.single-big {
		margin-top: 0;
	}
	.entry-content-wrapper .big-preview.single-big img {
		image-rendering: -o-crisp-edges;
		image-rendering: -webkit-optimize-contrast;
		image-rendering: crisp-edges
	}
	.single-post .big-preview.single-big a {
		-webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.22);
		-moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.22);
		-ms-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.22);
		-o-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.22);
		box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.22);
	}
}
@media (max-width:1440px) {
	.news_ticker .ticker_title {
		left:-10.5%;
	}
}
@media (max-width:1200px) {
	.rsc.event .meta {
		flex-direction: column;
	}
	.rsc.event .meta .location {
		padding: 0 0 0 25px;
	}
	.rsc.event .meta .date {
		margin-bottom: 5px;
	}	
}
@media (max-width:1024px) {
	#top .home_top_banner .av_one_half {
		width: 60%!important;
	}
	.home_top_banner h1 {
		font-size: 48px;
	}
	.home_top_banner p {
		font-size:21px;
		margin: 0 0 15px;
	}
	.news_ticker .container {
		padding-top:100px;
	}
	.news_ticker .ticker_title {
		left:50%;
		top:-120px;
		transform:translateX(-50%);
	}
	.news_ticker {
		background-size: 200%!important;
	}
	.ticker .readmore {
		display: block;
		clear: both;
	}	
	.library .rsc.resource .excerpt {
		font-size:12px;
	}
	.library .rsc.resource .title {
		font-size:15px;
	}

}
@media only screen and (max-width: 768px) {
	.home_top_banner {
		background-position: 23% 50%!important;
	}
	#top .home_top_banner .av_one_half {
		width: 60%!important;
	}
	.home_top_banner h1 {
		font-size: 42px;
	}
	.filter_controls {
		display:block;
		text-align:center;
	}
	.pinned {
		display:block;
		margin: 0;
		width:100%;
		min-height:inherit;
	}
	.pinned > * {
		margin: 0;
	}
	.pinned .primary {
		margin-bottom: calc(var(--gap) * 2);
	}
	.pinned .rsc {
		min-height: 390px;
	}
	.pinned .rsc .guts {
		flex: 0 1 40%!important;
	}
	.pinned .rsc .guts .txt {
		padding: 30px 30px 20px!important;
	}
	.pinned .rsc .title {
		font-size: 20px!important;
		line-height: 1.35!important;
	}
	.resources .rsc {
		flex: 0 48%;
		margin: 0 auto 35px;
		height: 325px;
	}
	.resources:not(.teaser):after {
		content: none;
	}	
	.resources .rsc .excerpt {
		display:none;
	}
	.resources:not(.teaser) .rsc:not(.resource) {
		flex: 0 100%;
		max-width: 310px;
		height: 310px;
	}
	.featured.resources .rsc .guts .txt {
		padding: 15px 15px 0;
	}
	.featured.resources .rsc .title {
		font-size: 15px;
		line-height: 1.2;
	}
	.flexed {
		display:block;
	}
	.news_ticker {
		background-size: 340%!important;
	}
}
@media only screen and (max-width: 767px) {
	.home_top_banner {
		background-position: 40% 50%!important;
	}
	#top .home_top_banner .av_one_half {
		width: 80%!important;
		float:right;
	}
	.text_center_mobile {
		text-align:center;
	}
	.responsive #top.resources #wrap_all .container {
		width: 100%;
		max-width: 92%;
	}
	.library .resources {
		display:block;
	}
	.library .rsc.resource {
		max-width:390px;
		margin:0 auto 35px!important;
		height:auto;
	}
	.library .rsc.resource img.vert {
		width:35%;
		right: 5%;
	}
	.library .rsc.resource img.horz {
		width:46%;
	}
	.single-dd-event .meta {
		background: linear-gradient(90deg, rgba(0,153,204,1) 0%, rgba(0,74,128,1) 100%);
	}
	#socket .container {
		flex-direction: column;
		align-items: flex-start;
	}
	.hide_on_mobile {
		display:none
	}
}
@media (max-width: 660px) {
	.pinned, .pinned .secondary, .resources {
		justify-content: center;
	}
}
@media only screen and (max-width: 480px) {
	.home_top_banner {
		background-position: 33% 50%!important;
	}
	#top .home_top_banner .av_one_half {
		width: 85%!important;
		float:right;
	}
	.home_top_banner h1 {
		font-size: 36px;
	}
	.home_top_banner p {
		font-size:18px;
		margin: 0 0 10px;
	}
	.home_top_banner a {
		padding:12px 24px 12px 24px!important
	}
	.pinned .rsc {
		min-height: 350px;
	}
	div.resources, .blog_controls {
		margin-left: 15px;
		margin-right: 15px;
	}
	body.resources div.resources {
		margin-left: 0;
		margin-right: 0;
	}
	.banner_heading h1 {
		font-size:36px;
	}
	.banner_heading h2 {
		font-size:24px;
	}
}
@media only screen and (max-width: 425px) {
	.large_font {
		font-size: 36px!important;
	}
	a.no_overlay {
		width:inherit;
		float:none!important;
		margin:0 0 20px 0!important;
	}
}