/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.3
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/*
:focus {
    outline: none;
}
*/

b, strong {
	font-weight: 700;
}

p {
	margin-bottom: 28px;
}

blockquote {
	font-family: "freight-text-pro", serif;
	font-size: 36px;
	line-height: 46px;
	font-weight: 600;
	border-left: 2px solid #FC591F;
	margin-left: 0px;
	padding-left: 30px;
}

p.footnote {
	font-family: "freight-text-pro", serif;
	font-size: 18px;
	line-height: 29px;
	font-weight: 300;
	color: #242424;
}
h1 > a, h2 > a, h3 > a, h5 > a, h6 > a {
	text-decoration: none !important;
}

h4 > a {
	text-decoration: underline;
}


h1 > a:hover, h2 > a:hover, h3 > a:hover, h5 > a:hover, h6 > a:hover {
	text-decoration: underline !important;
}

h4 > a:hover {
	text-decoration: none;
}

h5 {
	margin-bottom: 8px;
}

.elementor-nav-menu li, .elementor-location-footer a {
    letter-spacing: .025em;
}

nav.elementor-sticky--effects {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
}

a.elementor-sub-item:hover {
	text-decoration: underline !important;
}

ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
	border: 0;
}

.elementor-nav-menu--main .elementor-nav-menu ul {
	padding-top: 15px;
	padding-bottom: 15px;
}

.elementor-nav-menu .sub-arrow {
  padding: 17px 0 10px 6px;
}

.current-page-ancestor > a:after {
	content: '';
	height: 8px;
	background-color: #F26529;
	opacity: 1 !important;
}

.elementor-widget-theme-post-content ul {
	padding-left: 0px;
	margin-bottom: 24px;
	clear: both;
}


.elementor-widget-theme-post-content li {
	margin-bottom: 10px;
	margin-left: 30px;
    list-style-type: none;
    position: relative;    
}

.elementor-widget-theme-post-content li::before {
    content: '•';
    position: absolute;
    left: -30px;          
    font-size: 1.1em;      
	color: #F26529;
}

.elementor-location-footer a {
    color: white;
	text-decoration: none;
}

.elementor-location-footer a:hover {
    text-decoration: underline;
}

.img-top-margin-20 {
	margin-top: 20px;
}

#home-video .elementor-background-video-container {
  width: 55%;
  left: 45%;
  background: url(/wp-content/uploads/video-bg.jpg);
  background-size: cover;
}

#home-video {
	background: linear-gradient(white, white 412px, #F2F2F2 412px, #F2F2F2);
}

#home-video::after {
	content: "";
	position: absolute;
	background: #F26529;
	bottom: 0;
  left: 45%;
  width: 55%;
  height: 5px;
}

@media only screen and (min-width: 1600px) {
	#home-video > .elementor-container {
		min-height: 642px !important;
	}
	#home-video {
		background: linear-gradient(white, white 612px, #F2F2F2 612px, #F2F2F2);
	}
}

@media only screen and (min-width: 3200px) {
	#home-video .elementor-background-video-container {
	  width: 45%;
	  left: 55%;
	}
	#home-video::after {
	  left: 55%;
	  width: 45%;
	  height: 5px;
	}
}

.home .home-feature {
	overflow: hidden;
}

.home .home-feature:not(:first-child) {
	margin-top: 30px;
}

.home .featured-post {
	float: left;
	width: 60%;
	padding-right: 40px;
}

.home .featured-post h3 {
	margin-bottom: 30px;
	margin-top: 45px;
}

.home .featured-post-thumb {
	float: left;
	width: 40%;
}

.home .featured-post-author {
	font-family: 'soleil', sans;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	margin-top: 10px;
}

.home .featured-post-date {
	font-family: 'soleil', sans;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
}

.home .featured-post-thumb img {
	border-top: 5px solid #F26529;
	margin-top: 10px;
}

.home .home-event-meta {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 3px;
	font-weight: 400;
}

.home .event-cat {
	margin-right: 5px;
}

.home .event-sep {
	margin-right: 5px;
}

.home .home-event-title {
	font-size: 16px;
	line-height: 24px;
}

.home .home-event-block {
	margin-bottom: 18px;
}

.home .featured-resource-title {
	width: 60%;
	padding-right: 40px;
}

.home .featured-resource-title h3 {
	margin-bottom: 28px;
}

.home .home-featured-resource a {
	color: #1C75BD;
	text-decoration: none;
}

.home .featured-resource-excerpt p:last-child {
	margin-bottom: 0;
}

.home .home-featured-resource a:hover {
	text-decoration: underline;
}

.elementor-widget.elementor-element-7abc8a8, .elementor-widget.elementor-element-a1a3230 {
	margin-bottom: 10px;
}

.home .elementor-element .swiper-container .elementor-swiper-button-prev {
	left: -130px;
}

.home .elementor-element .swiper-container .elementor-swiper-button-next {
	right: -130px;
}

.home .elementor-element .swiper-container .elementor-swiper-button-prev i:before {
	content: url("/wp-content/uploads/arrow-left.svg");
}

.home .elementor-element .swiper-container .elementor-swiper-button-prev i:hover:before {
	content: url("/wp-content/uploads/arrow-left-hover.svg");
}

.home .elementor-element .swiper-container .elementor-swiper-button-next i:before {
	content: url("/wp-content/uploads/arrow-right.svg");
}

.home .elementor-element .swiper-container .elementor-swiper-button-next i:hover:before {
	content: url("/wp-content/uploads/arrow-right-hover.svg");
}

.home .swiper-pagination {
	text-align: left;
	margin-left: 35px;
	border-top: 1px solid #1A3D6B;
	padding-top: 40px;
}

.elementor-widget-testimonial-carousel .swiper-wrapper {
	margin-bottom: 50px;
}

.elementor-testimonial__footer cite {
	display: block;
}

.elementor-testimonial__name, .elementor-testimonial__title {
	display: inline;
}

.elementor-testimonial__title:before {
	content: ", ";
}

.home .elementor-icon-box-content {
	text-align: left;
	background-color: #27628e;
	padding: 5px 10px;
	font-size: 18px;
	letter-spacing: .025em;
}

.home .elementor-icon-box-title a i {
    color: #F26529;
    margin-left: 3px;
}

.home .elementor-icon-box-title a:hover {
    color: white;
}

.home .elementor-icon-box-wrapper:after {
    content: '';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:#333333;
    opacity: 0;
    pointer-events: none;
}
.home .elementor-icon-box-wrapper:hover:after {
    opacity: .7;
}

.home-resource-tile {
	background: linear-gradient(90deg, white, white calc((100vw - 1180px)/2 + 425px), #105d9a calc((100vw - 1180px)/2 + 425px), #105d9a);
}

.home-resource-tile .elementor-background-overlay {
	left: calc((100vw - 1180px)/2 + 425px) !important;
}

/* SINGLE PAGES */

.single-content:not(.paginated-page)::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 75.2vw;
  width: calc(100vw - (100vw - 1180px)/2 - 188px);
  top: -37px;
  left: 0;
  background: white;
}
.single-content:not(.paginated-page)::after {
  content: '';
  position: absolute;
  height: 37px;
  width: calc(100vw - (100vw - 1180px)/2 - 188px);
  bottom: 0;
  left: 0;
  background: white;
}

.single-content.paginated-page::before {
  content: '';
  position: absolute;
  height: calc(100% - 153px);
  width: 75.2vw;
  width: calc(100vw - (100vw - 1180px)/2 - 188px);
  top: -37px;
  left: 0;
  background: white;
}

.single-content.featured-resource-section .elementor-widget-shortcode::before {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100vw - (100vw - 1180px)/2 - 188px);
  top: 0;
  left: 0;
  background: #F4F4F4;
  border-bottom: 2px solid #FC591F;
}

.single-content.featured-resource-section .elementor-shortcode {
	display: block;
	position: relative;
}

.sidebar-recent-posts [aria-current='page'], .side-submenu a.elementor-item-active {
  color: #1C75BC !important;
}

.side-submenu a {
	text-decoration: none;
	white-space: normal !important;
}

.side-submenu a:hover {
	text-decoration: underline;
}

a.page-learn-more {
	color: #1C75BD;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "soleil", sans;
	font-size: 15px;
	font-weight: bold;
}

a.page-learn-more:hover {
	text-decoration: underline;
}

.elementor-widget-theme-post-content .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0;
}

.text-block-highlight {
	background: #F2F2F2;
	padding: 30px 35px 15px 35px;
	margin-bottom: 30px;
}

/*.staff-entry .staff-name {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}
*/
.staff-entry .read-bio {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1C75BC;
	font-family: "soleil", sans;
    cursor: pointer;
}

.staff-entry .read-bio:hover, .ui-accordion-header-icon.ui-icon:hover {
    color: #1C75BC;
}

.ui-accordion-header-icon.ui-icon {
    margin-right: 5px;
}

.staff-entry {
    clear:both;
    padding-bottom: 40px;
    overflow: hidden;
}

.staff-entry:not(:first-child) {
    padding: 30px 0 40px 0;
    border-top: 1px solid #cecece;
}

.staff-entry:last-child {
    border-bottom: 1px solid #cecece;
}

.staff-image img {
    margin-right: 40px;
	border-radius: 50%;
}

.ui-accordion-content {
    clear: both;
    padding-top: 20px;

}

#accordion p:last-child {
	margin-bottom: 0;
}

#accordion p:first-child {
	margin-top: 20px;
}

/*.single-resource {
    border-bottom: 1px solid #C7C7C7;
    padding: 35px 60px 50px 60px;
}

.single-resource a {
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  word-break: break-word;
}
*/

.no-bottom-margin {
	margin-bottom: 0 !important;
}

.elementor-post-info__item--type-author {
	font-family: "soleil", sans;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
}

.elementor-post-info__item--type-date {
	font-family: "soleil", sans;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
}

/* RESOURCES */

.feature-subtitle {
	font-family: "soleil", sans;
	color: #1C75BD;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

.featured-resource-content, .featured-resource-image {
	float: left;
}

.featured-resource-content {
	width: 60%;
	padding-right: 10px;
}

.featured-resource-image {
	width: 40%;
	text-align: center;
	margin-top: 20px;
}

.featured-resource-list {
	padding: 130px 130px 62px 130px;
	background: #F4F4F4;
	border-bottom: 2px solid #FC591F;
	overflow: hidden;
}

.resource-header {
	overflow: hidden;
}

.resource-details {
	width: 50%;
	font-family: "soleil", Sans-serif;
	font-size: 18px;
	line-height: 30px;
	float: left;
}

.resource-details .resource-subtitle {
	font-weight: 600;
	display: block;
	margin-bottom: 0;
}

.resource-details .resource-source {
	font-weight: 300;
	font-style: italic;
}

.resource-details .resource-date {
	font-weight: 300;
}

.resource-share-right {
	float: right;
}

.sassy-share-title {
	color: #1A3D6B;
	font-family: "soleil", Sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: top;
	margin-right: 10px;
	margin-top: 3px;
}

.sassy-share {
	width: auto;
	display: inline-block;
}

.heateor_sss_sharing_container span.heateor_sss_svg {
	padding: 4px !important;
}

/*.blog-main-loop .e-loop-item:not(:last-child) section {
	border-bottom: 1px solid #E0E1E2;
}*/

.blog-main-loop .e-loop-item:last-child section.blog-divider {
	margin-bottom: 80px;
}

.blog-main-loop .e-loop-item:last-child section.blog-divider > div {
	display: none;
}

.resources-main-loop .e-loop-item:last-child section.resource-divider > div {
	display: none;
}

.search-results-loop .resource .elementor-widget-post-info, .search-results-loop .page .elementor-widget-post-info {
	display: none;
}



/* PAGINATION */

.elementor-pagination {
	margin-top: 50px;
	position: absolute;
	font-family: "soleil", sans;
	font-size: 16px;
}

.featured-resource-section .elementor-pagination {
	margin-top: 150px;
}

.elementor-pagination .page-numbers {
	color: #202F4A;
	border: 1px solid #E0E1E2;
	background: white;
}

.elementor-pagination .current {
	background: #1C75BD;
	border: 1px solid #1C75BD !important;
	display: inline-block;
	color: white;
}

.elementor-pagination a.page-numbers, .elementor-pagination span.current, .elementor-pagination .dots {
	min-width: 34px;
}

.elementor-pagination a {
	color: #1C75BD;
	border: 1px solid #1C75BD;
	text-decoration: none;
}

.elementor-pagination .page-numbers, .elementor-pagination span.current {
	font-size: 10px;
	font-weight: 600;
	display: inline-block;
	height: 34px;
	text-align: center;
	padding: 0;
	margin: 5px;
	line-height: 32px;
}

.elementor-pagination .next, .elementor-pagination .prev, .elementor-pagination a.next, .elementor-pagination a.prev {
	font-size: 16px;
	font-weight: 400;
	min-width: 110px;
	line-height: 29px;
}

.elementor-pagination a.next, .elementor-pagination a.prev {
	border: 1px solid #1C75BD;
	color: #1C75BD;
}
.elementor-pagination a:hover {
	font-weight: 600;
	border: 1px solid #1C75BD;
	background: #1C75BD;
	color: white;
}


/* CONTACT FORM */

/* Contact form 7 */

.wpcf7 {
	margin-top: 40px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea
{
    background-color: #fff;
    color: #000;
    width: 100%;
	    border-radius: 0px;
    font-size: 18px;
    border: 1px solid #c7c7c7;
    padding: 10px 25px 15px 25px;
    height: 55px;

}

.wpcf7-form textarea {
	height: 120px;
}

.wpcf7-form label .label-text {
  margin: 0 0 4px 0;
  display: block;
  font-family: "soleil", sans;
  
}

.wpcf7-form label .required {
	color: #e00;
}

.wpcf7-form label {
    font-weight: 600;
    font-size: 18px;
  display: block;
  float: none;
  line-height: 1.3;
  padding: 0;
  word-break: break-word;
  word-wrap: break-word;
    padding: 10px 0 40px 0;
}

.wpcf7-form p {
	margin-bottom: 0;
}

.wpcf7-form input[type="submit"], .wpcf7-form button[type="submit"] {
    background-color: white;
    border: 2px solid #1C75BC;
    color: #1C75BC;
    font-size: 14px;
	line-height: 14px;
    padding: 28px 21px;
}

.wpcf7-form input[type="submit"]:hover, .wpcf7-form input[type="submit"]:focus, .wpcf7-form input[type="submit"]:active, .wpcf7-form button[type="submit"]:hover, .wpcf7-form button[type="submit"]:focus, .wpcf7-form button[type="submit"]:active {
    background-color: #1C75BC;
    color: white;
}

.wpcf7-form i.fa {
	margin-left: 5px;
}


@media only screen and (min-width: 1200px) {
	.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 481px) {
	.elementor-54 .elementor-element.elementor-element-6aafb2f3 {
		text-align: left;
	}
	.elementor-54 .elementor-element.elementor-element-6ec67943 .elementor-image img {
		width: 100%;
	}
}

@media only screen and (max-width: 1199px) {
	.tribe-past-events h1 {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.elementor-nav-menu li a {
		margin: 0;
		padding: 10px 10px !important;
	}
	.elementor-nav-menu li {
		width: 100% !important;
		display: inline-block !important;
	}
	#main-nav-menu .elementor-nav-menu li a {
		margin: 0;
		padding: 10px 20px !important;
	}
	.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
		background-color: #F26529;
	}
	.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
		padding-left: 20px;
		padding-right: 20px;
		overflow: hidden;
	}


}

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

	.elementor-nav-menu li a.elementor-item-active, .elementor-nav-menu li.elementor-item-active a {
		border: none;
		color: #1D4767;
	}

	.elementor-grid-0 .elementor-grid {
		word-spacing: initial;
	}
	
	.elementor-286 .elementor-element.elementor-element-16bd9a6 {
		transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
		padding: 100px 20px 85px 20px;
	}
	
	#tribe-events-pg-template {
		padding: 0px 20px;
	}
	
	.tribe-events .tribe-events-l-container {
		overflow: hidden;
	}
	
	.featured-resource-list {
		padding: 30px 20px;
		background: #F4F4F4;
		border-bottom: 2px solid #FC591F;
		overflow: hidden;
	}

}

@media only screen and (max-width: 480px) {
	.elementor-54 .elementor-element.elementor-element-6aafb2f3 .elementor-image img {
		width: 416px;
	}
	.elementor-54 .elementor-element.elementor-element-6aafb2f3 {
		text-align: left;
	}
	.elementor-54 .elementor-element.elementor-element-3e912147 {
		padding: 0;
		height: 1px;
	}
	.elementor-93 .elementor-element.elementor-element-28e848ef > .elementor-element-populated {
		padding: 0;
	}
	.elementor-93 .elementor-element.elementor-element-436c18b > .elementor-element-populated {
		border: none;
		padding: 20px;
	}
	.elementor-93 .elementor-element.elementor-element-9a7e927 > .elementor-element-populated {
		padding: 20px;
	}
	.elementor-54 .elementor-element.elementor-element-7cec527a .elementor-nav-menu .elementor-item {
		font-size: 14px;
	}
	.single-event-details-wrap {
		float: none;
		width: 100%;
		margin-left: 0px;
	}
	.single-tribe_events .tribe_events.hentry {
		margin-right: 0px;
		width: 100%;
	}
	.tribe-events .tribe-events-l-container {
		padding-bottom: 0px;
		padding-top: 0px;
		min-height: 400px;
	}
	
	.tribe-past-events h1 {
		margin-left: 20px;
		margin-right: 20px;
	}

	.featured-resource-content, .featured-resource-image {
		float: none;
	}

	.featured-resource-content {
		width: 100%;
		padding-right: 0px;
	}

	.featured-resource-image {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}

	#home-video::after {
		content: "";
		position: absolute;
		background: #F26529;
		bottom: 0;
	  left: 45%;
	  width: 55%;
	  height: 0px;
	}

	.home .featured-post {
		float: none;
		width: 100%;
		padding-right: 0px;
	}

	.home .featured-post-thumb {
		float: none;
		width: 100%;
	}
	
	.home-resource-tile {
		background: white;
	}

	.elementor-3142 .elementor-element.elementor-element-3b747fd4 > .elementor-background-overlay {
	  background-image: none;
	}
	
	.home .featured-resource-title {
		width: 100%;
		padding-right: 0px;
	}

	.staff-image img {
		float: none !important;
	}
	
	.single-content.paginated-page::before, .single-content:not(.paginated-page)::before, .single-content:not(.paginated-page)::after {
		content: none;
	}

	.resource-details {
		width: 100%;
		margin-bottom: 10px;
	}

	.resource-share-right {
		float: none;
		margin-top: 10px;
	}

}