/*
Theme Name:  HILLER1
Theme URI:   http://hiller.org
Version:     1.0.31
Description: A child theme of Divi. This is a custom child theme created for Hiller Aviation.
Author:      Hiller Aviation
Author URI:  http://hiller.org
Template:    Divi
*/

/***********************************************************************
Caution: do not remove this to keep Divi Children Engine always updated 
Divi Children Engine version: 1.0.3
***********************************************************************/

/*------------------------------[FONT ICONS]-----------------------------*/
/*--[Created by Divi Children, http://divi4u.com/divi-children-plugin/]--*/
/*-----------------------------------------------------------------------*/

.icon_tags, .icon_profile, .icon_chat, .icon_clipboard, .icon_calendar {
	font-family: 'ETmodules';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	color: #318EC3;
}
.icon_tags:before {
	content: "\e07c";
	padding: 0px 5px 0 0;
}
.icon_profile:before {
	content: "\e08a";
	padding: 0 5px 0 0;
}
.icon_chat:before {
	content: "\e066";
	padding: 0 5px 0 20px;
}
.icon_clipboard:before {
	content: "\e0e6";
	padding: 0 5px 0 20px;
}
.icon_calendar:before {
	content: "\e023";
	padding: 0 5px 0 20px;
}

/* CHILD THEME CUSTOM CODE */

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
.hlr-blue, h1, h2, h3, h4, h5, h6,
h4.widgettitle {
    color: #002e6d !important;
}
.hlr-red {
	color: #ac162c;
}

#main-content > a,
.et_pb_widget a {
	color: #0169b9 !important;
}
#main-content a:hover,
.et_pb_widget a:hover {
	color: #ac162c !important;
}

.page-signup-module a:hover {
	color: #fff !important;
}

.et_pb_post .entry-content {
    padding-top: 10px;
}

.et_right_sidebar #sidebar {
    padding-left: 10px;
}

.et_pb_widget_area_left {
	 padding-right: 0; 
	 border-right: none; 
}

h4.widgettitle {
	font-size: 1.6em;
	padding-bottom: 10px;
}

.et_post_meta_wrapper {
	display: none;
}

input#submit_m.disabled {
	cursor: auto !important;
	background-color: #ccc !important;
}

.single.single-ai1ec_event #main-content .container.fullwidth {
    width: 100% !important;
    max-width: 100% !important;
    padding-top: 0 !important;
}

/* gallery Arrows */
.et_pb_gallery .et-pb-arrow-prev,
.et_pb_gallery .et-pb-arrow-next {
	color: #fff !important;
}

/*------------------------------------------------*/
/*--------------[Read More trigger]---------------*/
/*------------------------------------------------*/

.read-more-state {
	display: none;
}
.read-more-extra {
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity:0;
	max-height: 0;
	font-size: 0;
	-webkit-transform:translateZ(0);
	-moz-transition:opacity 500ms ease-out;
	-o-transition:opacity 500ms ease-out;
	-webkit-transition:opacity 500ms ease-out;
	transition:opacity 500ms ease-out;
	display: none;
}
.read-more-state:checked ~ .read-more-extra {
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
	opacity:1;
	font-size: inherit;
	max-height: 999em;
	display: inline;
}
.read-more-trigger:before {
	font-family: 'FontAwesome';	
	content: '\f138';
}
.read-more-state:checked ~ .read-more-trigger:before {
	font-family: 'FontAwesome';	
	content: '\f137';
}
.read-more-trigger,
.read-more-intro {
	display: inline;
}
.read-more-trigger {
	cursor: pointer;
	padding: 0 .5em;
	color: #002e6d;
}
.read-more-trigger:hover {
	color: #ac162c;
}

/*------------------------------------------------*/
/*------------------[Ai1EC Mods]------------------*/
/*------------------------------------------------*/

/* Hide Event Dates etc */
.ai1ec-single-event,
.ai1ec-event-details,
.ai1ec-actions,
.ai1ec-categories,
.ai1ec-location {
	display: none;
}

/*------------------------------------------------*/
/*-----------------[SLICK SLIDER]-----------------*/
/*------------------------------------------------*/

.slick-slider .slick-arrow {
	text-indent: -99999px;
	top: 35% !important;
}
.slick-slider button.slick-arrow {
	background-color: transparent !important; 
	width: 30px; 
	height: 51px; 
	position: absolute; 
	z-index: 999;
	border: 0px !important;
	padding: 0 !important; 
	margin: 0px !important; 
	border-radius: 0px !important
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	transition: all ease 0.2s;
	opacity: 1;
	opacity: 0 !important;
}
.slick-slider .slick-prev {
	left: -50px;
}
.slick-slider .slick-next {
	right: -50px;
}
.slick-slider:hover .slick-prev { 
	left: 15px !important; 
	opacity: 1.0 !important;
}
.slick-slider:hover .slick-next {
	right: 15px !important; 
	opacity: 1.0 !important;
}
.slick-slider button.slick-next:hover, 
.slick-slider button.slick-prev:hover {
	cursor: pointer;
	color: #ac162c;
}
.slick-slider button.slick-prev {
	background:url('img/arrow-left.png') 0 0 no-repeat !important; 
	background-size:30px 51px !important; outline:none !important;
}
.slick-slider button.slick-next {
	background:url('img/arrow-right.png') 0 0 no-repeat !important;
	background-size:30px 51px !important; outline:none !important;
}
.slick-slider button.slick-prev:hover, 
.slick-slider button.slick-prev:focus {
	background:url('img/arrow-left-hover.png') 0 0 no-repeat !important;
	background-size:30px 51px !important; outline:none !important;
}
.slick-slider button.slick-next:hover, 
.slick-slider button.slick-next:focus {
	background:url('img/arrow-right-hover.png') 0 0 no-repeat !important;
	background-size:30px 51px !important; outline:none !important;
}

.slick-slider .slick-dots{ 
	margin: 0 auto !important; 
	width: 100%;
	position: absolute;
	top: 10px !important;
	text-align: center;
}
.slick-slider .slick-dots li { 
	list-style:none !important;
	display:inline-block !important;
	margin: 0 5px !important;
	padding: 0px !important;
}
.slick-slider .slick-dots li button{
	text-indent:-99999px;
	background: #fff !important;
	margin: 0px !important; 
	padding: 0px !important; 
	border: none;
	border-radius: 50% !important;
	width: 12px !important;
	height: 12px !important;
}
.slick-slider .slick-dots li button:focus { 
	outline:none !important
}
.slick-slider .slick-dots li button:hover { 
	cursor: pointer;
}
.slick-slider .slick-dots li.slick-active button { 
	background: #ac162c !important;
}

.slick-slider { 
	clear:both; 
	background:#fff;
	max-width: 650px;
}
.slick-slider .slick-slide{ padding:0px !important }
.slick-slider .readmore{ clear:both; }
.slick-slider .slick-image-slide img{ width:100%; height:auto; }
.slick-slider .slick-image-slide { width:100%; }
.slick-image-slide{ position:relative; }
.slide-title-exhibit,
.slide-title-event{
	padding: 6px 0 8px 0 !important; 
	margin: 0 0 8px 0 !important;
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	background-color: #002e6d;
	color: #fff;
}

.slide-short-content {
	padding-left: 5px;
	text-align:left;
	background-color: #fff;
	color: inherit;
	font-size: 16px;
}

.slick-slider .slick-image-slide img { 
	width: 100%; 
	height: auto; 
}
.slick-slider .slick-image-slide { 
	width: 100%;
}

.slick-slider#slick-slider-events,
.slick-slider#slick-slider-exhibits {
	width:100%;
}

.red-tag {
	background-color: #ac162c;
	color: #fff;
	position: absolute;
	top: 0;
	left: 20px;
	padding: 5px 10px 25px 10px;
}
.red-tag .month{
	font-size: 24px;
	font-weight: 700;
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.red-tag .day{
	font-size: 34px;
	font-weight: 600;
	display: block;
	text-align: center;
}

/*------------------------------------------------*/
/*--------------[Datepicker Widget]---------------*/
/*------------------------------------------------*/

#ui-datepicker-div { 
	z-index: 999 !important;
	display:none;
}
.ui-widget-header {
	border: 1px solid #ac162c;
	background: #ac162c;
	color: #fff;
	font-weight: bold;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6;
    font-weight: normal;
    color: #555555;
}
.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover {
    border: 1px solid #d3d3d3;
    background: #ac162c;
    font-weight: normal;
    color: #fff;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #ac162c !important;
    color: #fff;
}
.ui-datepicker-group.ui-datepicker-group-last .ui-datepicker-header{
	padding-bottom: 0.35em;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
	margin-top: 2px;
	background: #fff;
}	
.ui-datepicker-prev,
.ui-datepicker-next {
	margin-top: 2px;
	background: #fff;
	cursor: pointer;
}
.ui-widget-content {
    border: 1px solid #ac162c;
    background: #ffffff;/* url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;*/
    color: #222222;
}

/*------------------------------------------------*/
/*---------------[Hiller CALENDAR]----------------*/
/*------------------------------------------------*/

.event-range-list {
	font-weight: 600;
}
.cal-select {
	margin-top: 25px;
}
#response .event_day:first-child {
	padding-top: 25px;	
}
.view-calendar {
	position: relative;
	clear: both;
	overflow: visible;
}

/* ------------- Calendar Selector ---------------- */

form#caldatemonth,
form#caldateprev,
form#caldatetoday,
form#caldatenext,
form#caldateselect {
	float: left;
	margin: 5px;
}
.cal-select img.ui-datepicker-trigger,
.cal-select input#submit_p,
.cal-select input#submit_n,
.cal-select input#submit_t,
.cal-select input#submit_m {
	cursor: pointer;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.cal-select input#submit_p,
.cal-select input#submit_n,
.cal-select input#submit_t,
.cal-select input#submit_m {
	background-color: #002e6d;
	border: none;
	color: white;
	text-align: center;
	font-size: 16px;
	height: 32px;
}
.cal-select input#submit_p,
.cal-select input#submit_n {
	font-family: 'FontAwesome';
	font-weight: 700;
	padding: 5px 8px;
}
.cal-select input#submit_t,
.cal-select input#submit_m {
	padding: 5px 15px;
}
/* Rotate icon left */
.cal-select input#submit_p {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cal-select input#submit_p:hover,
.cal-select input#submit_n:hover,
.cal-select input#submit_t:hover,
.cal-select input#submit_m:hover {
    background-color: #ac162c;
}
.cal-select form#caldatetoday {
	margin-left: 3px;
	margin-right: 3px;
}
.cal-select form#caldateprev {
	margin-right: 0px;
}
.cal-select form#caldatenext {
	margin-left: 0px;
}

/* Sidebar Widget */
.hlr-sidebar,
#seacrh-2,
div#text-3.et_pb_widget.widget_text,
.et_pb_sidebar_0  {
	min-width: 236px !important;
}

.view-calendar .info-box p {
	color: #fff;
}
.view-calendar .event-date-range,
.view-calendar .event-time-range {
	font-weight: 600;
}
.view-calendar .event-time-range {
	margin-bottom: 5px;
}
.view-calendar.featured,
.view-calendar.sidebar .events-container {
	clear:both;
}
.view-calendar.featured .wrap-box,
.view-calendar.sidebar .wrap-box,
.view-calendar table {
	position: relative;
	float: left;
	border-collapse: collapse;
}
.view-calendar.featured .wrap-box {
	vertical-align: top;	
}
.view-calendar.sidebar .wrap-box,
.view-calendar table th,
.view-calendar table td {
	padding: 10px 15px;
	border-bottom: 3px solid white;
	vertical-align: top;
}
.view-calendar.sidebar .wrap-box,
.view-calendar table {
	background-color: #f7f7f7;
	width: 100%;
}
.view-calendar.sidebar .wrap-box {
	width: 236px;
}
.view-calendar.sidebar .program {
	width: 206px;	
}
.view-calendar table th {
	color: #1a1a1a;
	font-weight: 500;
	line-height: 20px !important;
	width: 78px;
	padding-right: 0;
	text-align: left;
	white-space: nowrap;
}
.view-calendar .events-container .program {
	clear:none;
	float:none;
	display:inline-block;
	vertical-align:top;
	position:relative !important;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width: 206px;/*30%;*/
	max-width:206px;
}
.view-calendar.calendar .events-container .program {
	padding-left:10px;
}

.view-calendar .events-container .program a {	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 1px;
	background-repeat: no-repeat;
	padding-right: 20px;
	-moz-background-size: 15px 15px;
	-o-background-size: 15px 15px;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}

.view-calendar .events-container .program .info-box {
	position:relative;
	width:100%;
	overflow:hidden;
	margin-bottom:3px;
	position:relative;
	font-size:0;
	line-height:0;
}
.view-calendar .events-container .program .info-box,
.view-calendar .events-container .program .info-box img,
.view-calendar .events-container .program .info-box .summary {
	padding:0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.view-calendar .events-container .program .info-box img {
	position:relative;
	z-index:1;
	height:auto;
}
.view-calendar .events-container .program .info-box .summary {
	display:block;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	z-index:3;
	padding:10px;
	-webkit-font-smoothing:subpixel-antialiased;font-size:17px;
	line-height:1.25em;
	color:white;
	background-color: rgba(172, 22, 44, 1.0);
	background-image:none;
	-moz-user-select:-moz-none;
	-ms-user-select:none;
	-webkit-user-select:none;
	user-select:none;
	-webkit-transform:translateZ(0);
	-moz-transition:opacity 300ms ease-out;
	-o-transition:opacity 300ms ease-out;
	-webkit-transition:opacity 300ms ease-out;
	transition:opacity 300ms ease-out;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity:0;
}

.view-calendar .events-container .program .info-box .summary:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

.view-calendar .events-container .program.solo .event-title {
	font-weight: 500;
	width: 260px;
}
.view-calendar .events-container .program .event-title {
	font-size: inherit;
	line-height: 20px;
}
.view-calendar .events-container .program:not(.solo) .event-title {
	font-weight: 600;
}

.view-calendar.featured .wrap-box { /*:not(:last-child) {*/
	padding-right: 15px;
}

/* Force sidebar to full width */
@media only screen and (max-width:980px)  {
	.et_pb_column .et_pb_blog_grid .column.size-1of2,
		.et_pb_column .et_pb_widget:nth-child(n) {
			 width: 100% !important; 
		}
}

@media only screen and (min-width:1180px) {

	.view-calendar.featured {
		width: 115% !important;
	}
	.view-calendar.featured .wrap-box {
		display: inline;
	}
	.view-calendar.featured .events-container .program {
		width: 100%;
		max-width: 330px;
	}
}

@media only screen and (min-width:1001px) and (max-width:1179px) {

	.view-calendar.featured {
		width: 115% !important;
	}
	.view-calendar.featured .wrap-box {
		display: inline;
	}
	.view-calendar.featured .events-container .program {
		width: 100%;
		max-width: 280px;
	}
}

@media only screen and (min-width:768px) and (max-width:1000px)  {

	.view-calendar.featured {
		width: 100%;
	}
	.view-calendar.featured .wrap-box {
		width: 33%;
		display: inline;
	}
	.view-calendar.featured .events-container .program {
		width: 100%;
		max-width: 280px;
	}
}

@media only screen and (min-width:830px) and (max-width:980px)  {
	/* Fixed Sidebar full width */
	.view-calendar.sidebar .wrap-box {
		display: inline;
		border-right: 3px solid #fff;
	}
	.view-calendar.sidebar {
		width: 800px;
	}
}

@media only screen and (min-width:768px) and (max-width:831px)  {
	/* Fluid Sidebar full width */
	.view-calendar.sidebar .wrap-box {
		display: inline;
		border-right: 3px solid #fff;
	}
	.view-calendar.sidebar {
		max-width: 100%;
	}
	.view-calendar.sidebar .wrap-box {
		width: 33%;
		min-height: 225px;
	}
	.view-calendar.sidebar .info-box p {
		font-size: 90%;
	}
	.view-calendar.sidebar .program {
		width: 100%;
	}
}

@media only screen and (min-width:768px) {

	.view-calendar table {
		width: 100%;
		margin-left: 0;
	}
	.view-calendar.sidebar .event-date-range,
	.view-calendar.sidebar .event-time-range {
		font-size: 12px;
		line-height: 14px;
	}
	.view-calendar.sidebar .events-container .program .event-title {
		font-weight: 500;
		font-size: 12px;
		line-height: 14px;
		padding-bottom: 2px;
	}

	.cal-select, #response {
		display: block;
		width: 100%;
	}

	.view-calendar.featured .wrap-box {
		background-color: transparent;
		border: none;
	}
}

@media only screen and (min-width:0px) and (max-width:767px) {

	.view-calendar.featured .wrap-box,
	.view-calendar.sidebar .wrap-box,
	.view-calendar table {
		width: 120%;
		margin-left: -10%;
	}
	/* enable background on featured small only */
	.view-calendar.featured .wrap-box {
		padding: 10px 15px;
		border-bottom: 3px solid white;
		vertical-align: top;
		background-color: #f7f7f7;
	}
	.view-calendar .events-container .program {
		width: 100%;
		max-width: inherit;
	}
	.view-calendar .events-container .info-box {
		display: none;
	}

	.view-calendar #page-title span {
		width: 100% !important;
	}

	#response .event_day {
		width: 110%;
		margin-left: -10px;
	}
	#response .event_day h3 {
    	font-size: 18px;
	}

}

@media only screen and (min-width:0px) and (max-width:400px) {}

/*------------------------------------------------*/
/*-------------------[TOP MENU]-------------------*/
/*------------------------------------------------*/

.et_secondary_nav_only_menu #top-header .container {
	width: 100%;
	padding-top: 0px;
	padding-right: 15px;
	height: 70px;
}
#top-header {
	height: 90px;
	background-color: #ffffff;
}
#et-secondary-menu ul li {
	margin-top: 20px;
	margin-right: 3px;
}
#et-secondary-menu ul li.top-header-contact {
	margin-right: 10px;
	white-space: nowrap;
	line-height: 33px;
	height: 33px;
	width: 41px;
}
#et-secondary-menu ul li.top-header-donate {	
	margin-left: 4px;
	margin-top: 0 !important;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	line-height: 31px;
	width: 90px;
	height: 31px;
	background-color: #ac162c;
}
.top-header-facebook,
.top-header-twitter,
.top-header-blog,
.top-header-rss,
.top-header-youtube {
	white-space: nowrap;
	line-height: 31px;
	height: 31px;
	width: 31px;
}
#et-secondary-menu > ul > li a {
	padding: 0;
	margin-top: 10px;
}
#et-secondary-menu > ul > li.top-header-donate a {
	margin-top: 0px;
	color: #fff !important;
	text-align: center;
	font-weight: 700;
	font-size: 1.2em;
}
.top-header-facebook a,
.top-header-twitter a,
.top-header-blog a,
.top-header-rss a,
.top-header-youtube a,
.top-header-contact a {
	color: transparent !important;
}
.top-header-contact a {
	background: url(/wp-content/uploads/email.png) top center no-repeat; 
}
.top-header-youtube a {
	background: url(/wp-content/uploads/youtube.png) top center no-repeat; 
}
.top-header-blog a {
	background: url(/wp-content/uploads/blog.png) top center no-repeat; 
}
.top-header-rss a {
	background: url(/wp-content/uploads/rss.png) top center no-repeat; 
}
.top-header-twitter a {
	background: url(/wp-content/uploads/twitter.png) top center no-repeat; 
}
.top-header-facebook a {
	background: url(/wp-content/uploads/facebook.png) top center no-repeat; 
}

/* General Navigation Padding */
.nav li ul {
    padding: 10px 0;
}

/*------------------------------------------------*/
/*---------------------[FORMS]--------------------*/
/*------------------------------------------------*/

#signup-form {
	margin: 0 auto;
	width: 100%;
	font-family: verdana; 
	font-size: 14px; 
}
#signup-form .form-foot {
	color: #666;
	font-size: 10px; 
	text-align: center;
}
#signup-form .input, .wpcf7-text, .wpcf7-textarea, .wpcf7-select, .wpcf7-captchar {
	background-color: #eee !important;
	border: none !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 14px;
	padding: 16px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-req {
	color: #ac162c;
}
.form-lbl {
	color: #002e6d;
}
.form-req-label {
	text-align: left;
	margin-bottom: 10px;
}
#signup-form .submit, .wpcf7-submit, .et_pb_contact_submit.et_pb_button {
	/*float: right;*/
	text-align: right;
	color: #002e6d !important;
	margin: 15px auto 10px;
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 6px 20px;
	line-height: 1.7em;
	background: transparent;
	border: 2px solid #002e6d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#signup-form .submit:hover, .wpcf7-submit:hover, .et_pb_contact_submit.et_pb_button:hover {
	background-color: #EEE;
	border-color:#EEE;
	color: #002e6d !important;
	padding: 6px 28px !important;
}

.et-pb-contact-message {
	color: #ac162c;
	font-weight: 700;
}

/*------------------------------------------------*/
/*-----------------[Divi Sliders]-----------------*/
/*------------------------------------------------*/

/* Home Page Top Slider Controller */
#home-banner-slider .et_pb_slide_title,
#home-banner-slider .et_pb_button {
	font-size: 25px !important;
}

#home-banner-slider .et_pb_slider_container_inner {
	min-height: 370px !important;
	height: 370px !important;
}
#home-banner-slider,
#home-banner-slider .et_pb_container {
	width: 100%;
	min-height: 370px !important;
	height: 370px !important;
}
#home-banner-slider .et_pb_slide_description {
	padding: 0 !important;
	min-height: 370px !important;
	height: 370px !important;
}
#home-banner-slider .et_pb_slide {
	padding-left: 0;
}

.et_pb_slides .et_pb_slider_container_inner {
	width: 100%;
}

#home-banner-slider .et_pb_slide_title {
	background-color: #002e6d;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 6px 25px;
}
#home-banner-slider .et_pb_more_button {
	position: absolute;
	bottom: 0;
	left: 0;
}
#home-banner-slider .et-pb-controllers {
	left: auto;
	bottom: 7px;
	right: 60px;
	width: 150px;
}
#home-banner-slider .et-pb-controllers a {
	background-color: rgba(255, 255, 255, 1.0) !important;
	width: 12px;
	height: 12px;
	radius: 12px;
}
#home-banner-slider .et-pb-controllers .et-pb-active-control {
	background-color: rgba(172, 22, 44, 1.0) !important;
}

/* Home Page Quote Slider */
#home-quote-slider, 
#home-quote-slider .et_pb_slides .et_pb_container, 
#home-quote-slider .et_pb_slider {
	height: 200px;
}
#home-quote-slider .et_pb_slide_description {
	padding: 6%;
}
#home-quote-slider .et-pb-controllers {
	bottom: 7px;
	padding-left: 85%;
}
#home-quote-slider .et-pb-controllers a {
	background-color: rgba(0, 46, 109, 1.0) !important;
	width: 12px;
	height: 12px;
	radius: 12px;
}
#home-quote-slider .et-pb-controllers .et-pb-active-control {
	background-color: rgba(172, 22, 44, 1.0) !important;
}

/*------------------------------------------------*/
/*---------------------[MISC]---------------------*/
/*------------------------------------------------*/

.virtual-tour-iframe {
	margin: 0 auto;
	text-align: center;
}
#virtual-tour {
	border: 10px solid #e7e7e7;
}

/* Regular features - Home Page */
.home-regular {
	padding-top: 0;
	padding-bottom: 0;
}

/* Signup CTA - All Pages */
.page-signup-section {
	padding-top: 0px;
	margin: 0 auto;
    background-image: url(/wp-content/uploads/jet_engine.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: 100%;
	-moz-background-size: cover;
	background-size: 100%;
	background-size: cover;
}
.page-signup-section .et_pb_promo {
	margin-bottom: 0 !important;
	background-color: rgba(0,0,0,0.4);
}
.page-signup-row {
	margin-top: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.page-signup-module {
	padding-top: 20px;
	padding-bottom: 20px;
}
#main-footer .container {
	width: 100% !important;
}
#main-footer #footer-widgets {
    padding-top: 0px !important;
}
#main-footer .footer-widget {
	float: none;
}
#main-footer .et_pb_widget {
	 display: block !important;
	 float: none;
}
#main-footer .et_pb_widget a.et_pb_button {
	color: #fff !important;
	border-color: #fff;
}

#footer-bottom .container {
	width: 80% !important;
	margin: 0 auto;
}

/* Pricing Tables */
.et_pb_pricing_heading {
    background-color: #002e6d;
}
.et_pb_pricing_heading h2 {
    color: #fff !important;
}
.et_pb_pricing li span::before {
    border-color: #ac162c;
}
.et_pb_pricing_table {
	padding-bottom: 10px;
	height: 350px;
}
.et_pb_centered_pricing_items .et_pb_pricing {
    text-align: left;
}
.et_pb_pricing li {
    position: relative;
    padding: 0 0 0.5em 14px;
    line-height: 1.6em;
}
.et_pb_pricing_content_top {
    padding-bottom: 15px;
}
.et_pb_pricing_content_top .et_pb_et_price span {
	color: #ac162c !important;
	font-weight: 500;
}
#pricing-all {
	border: 1px solid #ac162c;
	padding: 20px;
}
#pricing-all h2 {
	text-align: center;
}
#pricing-all ul {
	text-align: center;
}
#pricing-all li {
	color: #ac162c;
}
/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/

.hlr-sidebar h2, .hlr-sidebar a {
	color: #002e6d;
}
.hlr-sidebar h2 {
	padding: 0 0 20px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 700;
}
.hlr-sidebar ul {
	margin-left: 10px;
}
.hlr-sidebar li {
	list-style:square;
	color: #ac162c;
}
.hlr-sidebar a {
	font-size: 1.1em;
	font-weight: 600;
}
.hlr-sidebar li.active a, .hlr-sidebar li a:hover {
	color: #ac162c;
}
.hlr-sidebar {
	background-color: rgba(240, 240, 240, 1.0);
	padding: 20px 10px 10px 10px;
}

.drop {
	padding-top: 20px;
	cursor: pointer;
	display: block;
	clear: both;
}
input#_1[type="checkbox"] {
	display: none;
}
input#_1 +.drop + span {
	display: none;
}
.drop:after {
	content: 'Show More Upcoming Events ▼';
}
:checked  + .drop:after {
	content: 'Show Less Upcoming Events ▲';
}
input#_1:checked + .drop + span {
	display: block;
}

/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/

#menu-footer {
	text-align:center;
}
.bottom-nav li {
    padding-left: 11px;
    padding-right: 11px;
}
#et-footer-nav {
    background-color: #666 !important;
}
#footer-social {
	width: 100%;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 10px;
	background-color: #666;
	text-align: center;
}
#footer-social .et-social-icons {
	float: none;
}
#footer-social .et-social-icons .et-social-icon a {
	line-height: 31px;
	height: 31px;
	width: 31px;	
	color: #fff;
}
#footer-social .et-social-icons span {
	display: none;
}
.hlr-social-blog a.icon::before,
.et-social-youtube a.icon::before,
.et-social-twitter a.icon::before,
.et-social-facebook a.icon::before {
    content: none;
}
.hlr-social-blog a.icon {
	background: url(/wp-content/uploads/blog-wt.png) top center no-repeat; 
}
.et-social-youtube a.icon {
	background: url(/wp-content/uploads/youtube-wt.png) top center no-repeat; 
}
.et-social-facebook a.icon {
	background: url(/wp-content/uploads/facebook-wt.png) top center no-repeat; 
}
.et-social-twitter a.icon {
	background: url(/wp-content/uploads/twitter-wt.png) top center no-repeat; 
}

#footer-bottom {
	background-color: #ac162c !important;
}
#footer-bottom #footer-info, #footer-info a, #hlr-footer-affiliate {
	color: #fff !important;	
	font-weight: 400;
}
#footer-bottom #hlr-footer-affiliate {
	float: right;
}

/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/

@media only screen and ( min-width: 981px ) {

	/* Fix Divi padding container on large screen */
	/* Divi does 145px when rescaling from mobile */
	#page-container {
		padding-top: 137px !important; 
	}

	/*---------------------------------*/
	/*--------------[LOGO]-------------*/
	/*---------------------------------*/
	.logo_container, #hlr-logo-mobile {
		display: none;
	}
	a#hlr-logo {
		position: fixed;
		left: 15px;
		display: inline-block;
		background: url('/wp-content/uploads/logo-header.png') top left no-repeat;
		line-height: 134px;
		height: 134px;
		width: 436px;
		z-index: 100001;
	}
	body.admin-bar a#hlr-logo {
		top: 32px;
	}
	body a#hlr-logo {
		top: 0px;
	}
	body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header, 
	body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header {
    	top: 122px; /*63px;*/
	}
	body.et_fixed_nav.et_secondary_nav_enabled #main-header {
    	top: 90px;
	}

	/*---------------------------------*/
	/*---------[NAV WRAPPER]-----------*/
	/*---------------------------------*/
	#main-header {
		width: 100%;
		max-width: 100%;
		background-color: #fff !important;
		z-index: 100001;
	}
	#main-header.et-fixed-header {
	    -webkit-box-shadow: none !important;
	    -moz-box-shadow: none !important;
	    box-shadow: none !important;
	}
	.et_fullwidth_nav #main-header .container {
		width: 800px;
		max-width: 800px;
		padding-right: 60px;
		padding-left: 0px;
		float: right;
		background-color: #ac162c;
		z-index: 100001;
	}
	#et-top-navigation, #top-menu-nav, #top-menu, #top-menu .menu-item {
		z-index: 100001;
	}

	.primary-menu-calendar a:before {
		font-family: 'FontAwesome';	
		content: "\f073";
	    font-size: 18px;
	    line-height: 12px;
		color: #fff;
	}
	.primary-menu-calendar a {
		overflow: hidden;
		width: 18px;
		height: 15px;
	}

	/*---------------------------------*/
	/*--------[PRICING TABLE]----------*/
	/*---------------------------------*/
	.et_pb_column_4_4 .et_pb_pricing_table {
	    width: 33%;
	}

	.et_pb_column_4_4 > .et_pb_pricing > .et_pb_pricing_table:nth-child(n+5), .et_pb_column_3_4 > .et_pb_pricing > .et_pb_pricing_table:nth-child(n+4), .et_pb_column_2_3 > .et_pb_pricing > .et_pb_pricing_table:nth-child(n+3), .et_pb_column_1_2 > .et_pb_pricing > .et_pb_pricing_table:nth-child(n+3) {
	    margin-top: 30px;
	}

	.et_pb_column_4_4 > .et_pb_pricing > .et_pb_pricing_table:nth-child(4n+1), .et_pb_column_3_4 > .et_pb_pricing > .et_pb_pricing_table:nth-child(3n+1), .et_pb_column_2_3 > .et_pb_pricing > .et_pb_pricing_table:nth-child(2n+1), .et_pb_column_1_2 > .et_pb_pricing > .et_pb_pricing_table:nth-child(2n+1) {
	    float:left !important;
		clear:none;
	}

	/* fix mobile padding */
	#et-main-area {
		padding-top: 0px !important;
	}

}

/*-------------------[960px]------------------*/
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {}

/*-------------------[768px]------------------*/
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {}

@media only screen and ( min-width: 520px ) {

	/* Search Results Image */
	.et_pb_post a img {
		max-width: 400px;
	}
}


@media only screen and ( max-width: 980px ) {

	#home-banner-slider,
	#home-banner-slider .et_pb_container,
	#home-banner-slider .et_pb_slider_container_inner,
	#home-banner-slider .et_pb_slide_description {
		min-height: 250px !important;
		height: 250px !important;
	}

	.et_header_style_left .et-search-form, .et_header_style_split .et-search-form {
		width: 75% !important;
		max-width: 75% !important;
	}

	/* remove padding on home page 3up - first row */
	#no-padding {
 		padding-bottom: 0px;
	} 

	/*---------------------------------*/
	/*--------------[LOGO]-------------*/
	/*---------------------------------*/
	.logo_container, a#hlr-logo {
		display: none;
	}
	a#hlr-logo-mobile {
		position: absolute;
		top: 0; /*-130px;*/
		left: 15px;
		display: inline-block;
		background: url('/wp-content/uploads/logo-header.png') top left no-repeat;
		line-height: 134px;
		height: 134px;
		width: 436px;
		z-index: 100001;
	}

	.page-signup-section {
		padding-bottom: 20px !important;
	}
	.footer-widget:nth-child(n) {
		width: 100% !important; /*46.25% !important;*/
		margin: 0 !important; /*0 7.5% 7.5% 0 !important;*/
	}
	#footer-widgets {
		padding: 0 !important; /*8% 0; */
	}

	/*---------------------------------*/
	/*----------[SOCIAL MENU]----------*/
	/*---------------------------------*/
	.et_secondary_nav_only_menu #top-header {
    	display: block;
    	background: transparent;
	}
	#et-secondary-nav, #et-secondary-menu {
    	display: block !important;
	}

	/*---------------------------------*/
	/*----------[PRIMARY MENU]---------*/
	/*---------------------------------*/
	#main-header {
		margin-top: 130px;
	}

	/* Hide Secondary menu items from Mobile Menu */
	#mobile_menu .top-header-contact,
	#mobile_menu .top-header-youtube,
	#mobile_menu .top-header-blog,
	#mobile_menu .top-header-rss,
	#mobile_menu .top-header-twitter,
	#mobile_menu .top-header-facebook,
	#mobile_menu .top-header-donate {
		display: none;
	}

	/*---------------------------------*/
	/*-------------[MISC]--------------*/
	/*---------------------------------*/
	#hlr-footer-affiliate {
		display: block;
		width: 100%;
		text-align: center;
		padding-bottom: 5px;
	}

	.page-signup-section {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	/* fix mobile padding */
	#et-main-area {
		padding-top: 40px !important;
	}

	/* Override excessive padding */
	.et_pb_section {
	    padding: 0;
	}

	.et_pb_row {
		padding-bottom: 10px;
	}

}

@media screen and ( max-width: 782px ) {

	.et_header_style_left .et-search-form, .et_header_style_split .et-search-form {
		width: 80% !important;
		max-width: 80% !important;
	}

	#home-banner-slider .et_pb_slide_title,
	#home-banner-slider a.et_pb_button {
		line-height: 28px !important;
	}

	#home-banner-slider .et-pb-controllers {
		top: 15px;
		right: auto;
		width: 150px;
	}

	/*---------------------------------*/
	/*--------------[LOGO]-------------*/
	/*---------------------------------*/
	.logo_container, a#hlr-logo {
		display: none;
	}
	a#hlr-logo-mobile {
		position: absolute;
		top: 0px;
		left: 15px;
		display: inline-block;
		background: url('/wp-content/uploads/logo-login.png') top left no-repeat;
		line-height: 134px;
		height: 134px;
		width: 436px;
		z-index: 100001;
	}

	/*---------------------------------*/
	/*----------[SOCIAL MENU]----------*/
	/*---------------------------------*/

	#et-secondary-nav, #et-secondary-menu {
    	margin-left: 18px;
		float: right !important;
   	}

	/*---------------------------------*/
	/*----------[PRIMARY MENU]---------*/
	/*---------------------------------*/

	#main-header {
		margin-top: 130px;
	}
	/* Search Icon */
	#et_top_search {
		/*display: none;*/ /* THIS*/
	}

	/* fix mobile padding */
	#et-main-area {
		padding-top: 40px !important;
	}

}

/*-------------------[480px]------------------*/
@media only screen and ( max-width: 767px ) {}


@media only screen and ( max-width: 600px ) {

	/* Hide menu items from Social Bar */
	#et-secondary-nav, #et-secondary-menu .top-header-contact {
		display: none;
	}
	/* Collapse Social Menu */
	#et-secondary-nav, #et-secondary-menu {
    	width: 100px;
    			z-index: 100005;
   	}
	#et-secondary-menu ul {
		margin-top: -3px;
	}
	#et-secondary-menu ul li {
		margin-top: 5px;
		margin-right: 3px;
    			z-index: 100005;
	}
	#et-secondary-menu ul li.top-header-donate {
		margin-top: 18px !important;
		margin-right: 3px;
	}

}

/*-------------------[320px]------------------*/
@media only screen and ( max-width: 479px ) {

	.et_header_style_left .et-search-form, .et_header_style_split .et-search-form {
		width: 90% !important;
		max-width: 90% !important;
	}

	/* fix mobile padding */
	#et-main-area {
		padding-top: 40px !important;
	}

	a#hlr-logo-mobile {
		background: url('/wp-content/uploads/logo-login.png') top left no-repeat;
	}

	#footer-widgets .footer-widget:nth-child(n), .footer-widget .fwidget {
		margin-bottom: 0 !important; /* 11.5% !important;*/
	}

}

/*-------------------[320px]------------------*/
@media only screen and ( max-width: 360px ) {

	.et_secondary_nav_only_menu #top-header .container {
		padding-right: 0px;
	}
}