/*
	Theme Name:			The McCourt Foundation Theme
	Theme URI:			http://tinyfrog.com/
	Description:		A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: 			Tinyfrog Technologies
	Author URI:			http://tinyfrog.com/
	Version:			5.2.0
	Template: 			genesis
	Template Version:	3.4.0
	License:			GPL-2.0+
	License URI:		http://www.opensource.org/licenses/gpl-license.php 
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}/* stylelint-enable */


/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	color: #221F59;
	font-family: 'League Spartan', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.9;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.3s ease-in-out;
}

a {
	color: #F26829;
	color:#B7410B;
	text-decoration: none;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #221F59;
	font-family: 'League Spartan', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 80px;
	line-height:1;
}

h2 {
	font-size:50px;
}

h3 {
	font-size: 40px;
}

h4 {
	font-size: 35px;
}

h5 {
	font-size: 25px;
}

h6 {
	font-size: 17px;
	letter-spacing:4px;
	text-transform:uppercase;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Forms
--------------------------------------------- */

input, 
select, 
textarea, 
#page-container .gfield input, 
#page-container .gfield select,
#page-container .gfield textarea {
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.15;
	padding: 12px 20px;
	width: 100%;
	background-color: #F2F2F2;
	border: none;
	border-radius: 0;
}

input:focus,
textarea:focus,
#page-container .gfield input:focus, 
#page-container .gfield select:focus,
#page-container .gfield textarea:focus {
	border: 1px solid #999;
	outline: none;
}

#page-container input[type="checkbox"],
#page-container input[type="image"],
#page-container input[type="radio"] {
	width: auto;
	vertical-align: top;
	margin-top: 2px;
	padding: 0;
}

#page-container input:focus[type="checkbox"],
#page-container input:focus[type="image"],
#page-container input:focus[type="radio"] {
	outline: 1px solid #000;
}

:-ms-input-placeholder {
	color: #8b8b8b;
	opacity: 1;
}

::placeholder {
	color: #8b8b8b;
	opacity: 1;
}

#page-container .button,
#page-container input[type="button"],
#page-container input[type="reset"],
#page-container input[type="submit"] {
	background-color: transparent;
	border: 3px solid #F26829;
	border-radius: 40px;
	box-shadow: none;
	color: #221F59;
	cursor: pointer;
	font-weight: 700;
	line-height: 1.2;
	padding: 17px 43px 12px 43px;
	text-align: center;
	width: auto;
	display: inline-block;
	min-width: 215px;
	text-decoration: none;
	text-transform: uppercase;
	font-size:18px;
	position:relative;
	z-index:999;
}

#page-container .button:hover,
#page-container .button:focus,
#page-container input:hover[type="button"],
#page-container input:hover[type="reset"],
#page-container input:hover[type="submit"] {
	background-color: #221F59;
	text-decoration: none;
	color:#fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.button + .button {
	margin-top: 5px;
	margin-left: 10px;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.more-link {
	position: relative;
	display: inline-block;
}

/* Skip Links
--------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	outline: 1px solid #000;
	outline-offset: -1px;
}

.tribe-events-event-image a:focus {
	outline: 1px solid #000;
}

.js-focus-visible :focus:not(.focus-visible) {
	outline: none !important;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}


/* Site Containers
--------------------------------------------- */

/* Column Widths and Positions
--------------------------------------------- */

/* Content */
.content {
	float: left;
	width: 780px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

/* WordPress
--------------------------------------------- */

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
	margin: 0 24px 24px 0;
}

.alignright {
	float: right;
	text-align: right;
	margin: 0 0 24px 24px;
}

.widget-area {
	word-wrap: break-word;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

/* Titles
--------------------------------------------- */

.entry-title a,
.sidebar .widget-title a {
	text-decoration: none;
}

.widget-title {
	margin-bottom: 24px;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	position: fixed;
	left: 0px;
	width: 100%;
	transition: all 0.3s ease 0s;
	z-index: 9999;
	border-bottom: 5px solid #F26829;
}

.sticky .site-header {
	filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
}

.site-header + * {
	margin-top: 117px;
}


/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 18px 0;
	width: auto;
}

.title-area a {
	display: block;
	font-size: 0;
	background-repeat:no-repeat;
	background-position:left top;
	background-image: url("../png/logo.png");
	background-size:100%;
	width: 203px;
	height: 78px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: auto;
	padding-top:26px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #221F59;
	display: block;
	font-size: 18px;
	font-weight: 500;
	padding: 0;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current-menu-ancestor > a,
.genesis-nav-menu .menu-item-has-children:hover > a {
	text-decoration: underline;
}

.genesis-nav-menu > .menu-item  > a {
	background-image:url("../png/download-arrow.png");
	background-position:right center;
	background-repeat:no-repeat;
	background:none;
}

.genesis-nav-menu .sub-menu {
	background: #fff;
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	padding-top: 10px;
	width: 240px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu li {
	display: block;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border-top: none;
	display: block;
	font-size: 16px;
	padding: 10px 20px;
	position: relative;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-ancestor > a,
.genesis-nav-menu .sub-menu .menu-item-has-children:hover > a {
	background: #F26829;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 240px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu,
.genesis-nav-menu .menu-item:hover>.sub-menu {
	left: auto;
	opacity: 1;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

p,
.entry-content ol,
.entry-content ul,
.quote-caption {
	margin-bottom: 15px;
}

.entry-content p a,
.entry-content li a {
	text-decoration: underline;
}

.entry-content p a:hover,
.entry-content li a:hover {
	text-decoration: none;
}

.entry-content ol {
	margin-left: 26px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: none;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.site-inner .pagination ul li {
	display: inline-block;
	padding: 0;
	margin: 0 5px 0 0;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	padding: 5px 12px;
	display: inline-block;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li.active a {
	background-color: #0ebfe9;
	text-decoration: none;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	width: 340px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul>li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */



/*
Custom Styling
---------------------------------------------------------------------------------------------------*/

/*
Siteorigin Page Builder Styling
--------------------------------------------- */

.siteorigin-panels .site-inner {
	padding: 0;
}

.content-sidebar.siteorigin-panels .site-inner {
	padding-top: 50px;
	padding-bottom: 50px;
}

.siteorigin-panels .entry {
	margin-bottom: 0;
}

/*
Top Bottom Gap Styling
--------------------------------------------- */

.top-gap {
	padding-top: 100px;
}

.top-gap-small {
	padding-top: 50px;
}

.bottom-gap {
	padding-bottom: 100px;
}

.bottom-gap-small {
	padding-bottom: 50px;
}

/*
Dark Background Section Styling
--------------------------------------------- */

.dark-bg-section {
	background-color: #000;
}

.dark-bg-section * {
	color: #fff;
}

/*
inside page hero section
------------------------------------------------- */

.hero-panel {
	background: #000;
	position: relative;
	overflow: hidden;
	color: #fff;
	display: flex;
	align-items: center;
	min-height: 560px;
	padding: 100px 0;
}

.hero-panel:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, #0B0935 0%, rgba(11, 9, 53, 0) 100%);
	z-index: 1;
}

.hero-panel * {
	color: #fff;
	height: 100%;
}

.home .hero-panel{
	padding-top:0px;
}

#page-container .hero-panel .widget_sow-image {
	margin-bottom: 0;
}

.hero-panel > img,
#page-container .hero-panel .so-widget-image,
#page-container .hero-panel .widget_custom_html {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.hero-panel video {
	width: 100%;
	object-fit: cover;
}

.hero-panel .wrap,
.hero-panel .widget_siteorigin-panels-builder {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}

.home .hero-panel {
	min-height: 860px;
}

/*
List Styling
------------------------------------------------- */

.site-inner ul {
	margin-left: 0;
}

.site-inner ul li {
	display: block;
	position: relative;
	padding-left: 34px;
	margin-bottom: 4px;
	line-height: 30px;
}

.site-inner ul li:before {
	content: '';
	background: #F26829;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 12px;
	left: 0;
	border-radius: 50%;
}

.site-inner .tick ul li:before{
	background:url("../png/tick-icon.png");
	width:23px;
	height:16px;
	top: 6px;
}

.site-inner .arrow ul li:before{
	background:url("../png/list-arrow.png");
	width:9px;
	height:16px;
	top: 6px;
}

#page-container form li,
#page-container .slider li,
#page-container .sidebar ul li,
#page-container .page-numbers li,
#page-container ul.products li,
#page-container ul.tribe-events-c-nav__list li {
	padding-left: 0px;
	margin-bottom: 0px;
}

#page-container form li::before,
#page-container .slider li::before,
#page-container .sidebar ul li::before,
#page-container .page-numbers li::before,
#page-container ul.products li::before,
#page-container .pagination ul li::before,
#page-container .pagination ul li::before,
#page-container ul.tribe-events-c-nav__list li::before {
	display: none;
}

#page-container form li {
	font-weight: 400;
}

#page-container form li a,
#page-container .sidebar ul li a {
	font-style: italic;
	text-decoration: underline;
}

#page-container .sidebar ul li a {
	font-style: normal;
}

#page-container form li a:hover,
#page-container .sidebar ul li a:hover {
	text-decoration: none;
}

/*
Large/Medium/Small Width Content Container
--------------------------------------------- */

.large-container,
.medium-container,
.small-container {
	width: 100%;
	margin: 0 auto;
}

#page-container .large-container {
	max-width: 1040px;
}

#page-container .medium-container {
	max-width: 980px;
}

#page-container .small-container {
	max-width: 740px;
}

/*
Additional Styling
------------------------------------------------- */

*:last-child {
	margin-bottom: 0;
}

p:empty {
	display: none;
}

a[href^="tel"] {
	display: inline-block;
}

.entry-content a {
	color: #15497e;
}

.entry-content a:hover {
	text-decoration: underline;
}

.entry-content .read-more {
	color: #15497e;
	font-style: italic;
	text-decoration: underline;
}

.entry-content .read-more:hover {
	text-decoration: none;
}

.mejs-controls a.mejs-horizontal-volume-slider {
	color: #fff;
}

/*
Sharing Icons Styling
------------------------------------------------- */

#page-container .sharing-btns {
	display: inline-block;
	vertical-align: middle;
}

#page-container .sharing-btns,
#page-container .sharing-btns li {
	margin: 0;
	padding: 0;
}

#page-container .sharing-btns li {
	float: left;
	line-height: normal;
	margin: 0 5px 0 0;
}

#page-container .sharing-btns li::before {
	display: none;
}

#page-container .sharing-btns li a:hover {
	text-decoration: none;
}

#page-container .sharing-btns li:last-child {
	margin: 0;
}

/* gravity form styling
--------------------------------------------- */

#page-container .gfield label {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.35;
	vertical-align: top;
}

#page-container .gform_footer {
	padding-top: 0px;
	justify-content: center;
}

/*
Gravity Forms Error Styling
------------------------------------------------- */

#page-container .gform_wrapper.gravity-theme .instruction,
#page-container .gform_wrapper.gravity-theme .validation_message {
	display: none;
}

#page-container .gform_validation_errors .gform-icon {
	height: auto;
	top: 10px;
}

#page-container .gform_wrapper .gform_validation_errors {
	padding: 10px 10px 10px 48px;
	border-radius: 0;
	border-width: 1px;
}

#page-container .gform_wrapper .gform_validation_errors > h2 {
	font-weight: 400;
	line-height: inherit;
	font-family: inherit;
	margin-bottom: 5px;
}

#page-container .gform_wrapper .gform_validation_errors > ol {
	margin-bottom: 0;
	margin-left: 0;
}

/*
Blog Page
------------------------------------------------- */

.entry-image-link img {
	border: 1px solid #e6e6e6;
	padding: 5px;
}

.type-post .entry-title,
.search article .entry-title {
	margin: 0 0 20px;
	font-size: 30px;
}

.entry-footer {
	border-top: 3px solid #e6e6e6;
	border-bottom: 3px solid #e6e6e6;
	padding: 7px 0;
	overflow: hidden;
	margin-top: 30px;
}

.entry-footer span {
	display: inline-block;
	margin-right: 10px;
}

.entry-footer:empty {
	display: none;
}

#page-container .type-post:last-child {
	margin-bottom: 50px;
}

#page-container .search-form input[type="submit"] {
	display: none;
}

a.focus-visible .aligncenter {
	outline: 1px solid #000;
}

.cky-notice-group {
	justify-content: center !important;
}

.cky-btn {
	border-radius: 40px !important;
}

.cky-btn:hover {
	opacity: 1 !important;
	border-color: #F26829 !important;
	background-color: #fff !important;
	color: #221F59 !important;
}

/*
Blog & Archive Grid Layout Starts
----------------------------------------------------------------------------------------------------*/

.blog .site-inner,
.archive .site-inner{
	padding-top: 40px;
}

#featured-blog-panel{
	display:flex;
	gap:30px;
	align-items: center;
	background:#E4F3F2;
}

.featured-post-image{
	min-width:50%;
}

.featured-post-image img{
	width:100%;
}

.featured-post-content{
	padding: 25px 25px 25px 10px;
}

#featured-blog-panel h1{
	font-size: 45px;
	margin-bottom:7px;
}

#featured-blog-panel .read-more{
	margin-top:20px;
	min-width: 200px;
	background: #4EACA9;
	border-radius: 60px;
	color: #12153F;
	font-weight: 700;
	line-height: 17px;
	padding: 17px 27px;
	display: inline-block;
	font-size: 15px;
	font-family: 'Mulish',sans-serif;
}

#featured-post-category{
	font-family: 'Mulish',sans-serif;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
}

.all-categories{
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
}

.all-categories a{
	padding:15px 25px;
	border:1px solid #4EACA9;
}

.all-categories a:hover{
	background:#4EACA9;
	color:#0D355E;
}

.blog-grid-panel{
	display:flex;
	flex-wrap:wrap;
	gap:30px;
}

.blog-grid-box{
	width:360px;
	font-size: 17px;
}

.blog-grid-box-image{
	min-height:249px;
	background:#E4F3F2;
	margin-bottom:20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.blog-grid-box h4{
	font-size:30px;
}

.blog-grid-box p{
	margin-bottom:5px;
}

.blog-grid-box img{
	margin-bottom:0px;
}

.blog-grid-box .read-more{
	text-decoration:underline;
}

.grid-post-category{
	text-transform:uppercase;
	letter-spacing:1px;
	font-family: 'Mulish',sans-serif;
	font-weight:700;
	font-size: 14px;
	margin-bottom:5px;
}

.grid-post-category a{
	color:#0D355E
}

#archive-cat-title{
	text-align:center;
	padding:0 25px 20px 25px;
}

.single #featured-blog-panel h1:after{
	content:"";
	display:block;
	width:80px;
	height:2px;
	background:#12153F;
	margin:20px 0 20px;
}

/*
Blog & Archive Grid Layout Ends
----------------------------------------------------------------------------------------------------*/

/*------------------------------CUSTOM STYLING---------------------------------------------*/

.site-header .wrap{
	max-width:1455px;
}

#page-container .site-header .widget-area .button{
	padding:13px 24px 9px;
	min-width: 210px;
}

.site-header .widget-area > .widget{
	display:inline-block;
}

.site-header .widget-area .widget:last-child{
	margin-left:35px;
}

.dots-layer .so-widget-sow-image .sow-image-container{
	position:relative;
}

.left-center .so-widget-sow-image .sow-image-container:before{
	display:block;
	content:"";
	position:absolute;
	width:148px;
	height:492px;
	background:url("../png/dots-img.png");
	top:50%;
	transform:translatey(-50%);
	left:-39px;
}

#events-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap:30px;
}

#events-wrapper .event-grid{
	max-width:370px;
}

#events-wrapper .event-grid,
#events-wrapper .event-listing-image{
	position:relative;
}

#events-wrapper .event-icon{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

.entry-content #events-wrapper a{
	text-decoration:none;
}

.make-an-impact{
	position:relative;
	padding-top:200px;
	padding-bottom:50px;
}

.make-an-impact:before{
	display:block;
	content:"";
	width:400px;
	height:505px;
	background:url("../png/orange-half-eye.png");
	right:0px;
	top:-305px;
	position:absolute;
	z-index:99;
}

.make-an-impact:after{
	display:block;
	content:"";
	height:calc(100% - 150px);
	width:100%;
	background:#F26829;
	position:absolute;
	z-index: -1;
	left: calc((100% - 1172px) / 2);
	bottom:0px;
}

.impact-image-column{
	max-width:997px;
	float:right;
	margin-top:-150px;
}

#page-container .impact-contact-box{
	width: 661px;
	height: 542px;
	padding:63px 65px 63px 60px;
	background:#fff;
	position:relative;
	left:-200px;
}

#page-container .tabs-panel .sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected,
#page-container .tabs-panel .sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected:hover,
#page-container .tabs-panel .sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected:focus{
	font-weight:700;
	border-bottom:3px solid #221f59;
}

#page-container .tabs-panel .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:hover{
	border:none;
}

.light-bg-panel{
	margin-top:60px;
}

.right-top .so-widget-sow-image .sow-image-container:before{
	display: block;
	content: "";
	position: absolute;
	width: 148px;
	height: 492px;
	background: url(../png/dots-img.png);
	top: 50%;
	transform:translatey(-50%);
	right: 28px;
}

.event-style-panel h2 {
    font-size: 40px;
}

.site-inner .event-style-panel ul li{
	margin-bottom:0px;
}

.photo-slider .tns-outer{
	position:relative;
}

.tns-outer .tns-controls{
	width:100%;
	z-index:99;
	position:absolute;
	top:50%;
	transform:translatey(-50%);
}

.tns-outer .tns-controls [aria-controls]{
	width:58px;
	height:58px;
	border-radius:50px;
	border:0px;
	font-size:0px;
	background-color: transparent;
}

.tns-outer .tns-controls [data-controls="prev"]{
	background-image:url("../png/gallery-slider-left-arrow.png");
	left: -30px;
	position: relative;
}

.tns-outer .tns-controls [data-controls="next"]{
	background-image:url("../png/gallery-slider-right-arrow.png");
	float: right;
	right: -30px;
	position: relative;
}

.texture-testimonial-panel *{
	color:#fff;
}

.texture-testimonial-panel {
	margin-top:100px;
	background-color:#231F5A;
}

.texture-testimonial-panel .so-panels-full-wrapper{
	max-width:1620px;
}

.texture-testimonial-panel .so-panels-full-wrapper > .panel-grid-cell:first-child{
	position:relative;
	margin-top:-90px;
}

.texture-testimonial-panel .so-panels-full-wrapper > .panel-grid-cell:first-child:after{
	display: block;
	content: "";
	position: absolute;
	width: 148px;
	height: 492px;
	background: url(../png/dots-img.png);
	bottom: -30px;
	right: -76px;
}

.texture-testimonial-panel img.alignnone {
	margin-bottom: 0;
}

.texture-testimonial-panel .tns-outer{
	max-width:570px;
	margin-left: 115px;
}

.texture-testimonial-panel .tns-nav{
	text-align:center;
	margin-top:15px;
}

.texture-testimonial-panel .tns-outer [aria-controls]{
	width:10px;
	height:10px;
	background:#fff;
	border-radius:30px;
	margin: 0 15px;
	padding: 0;
	border: 0px;
}

.texture-testimonial-panel .tns-outer .tns-nav-active,
.texture-testimonial-panel .tns-outer [aria-controls]:focus,
.texture-testimonial-panel .tns-outer [aria-controls]:hover{
	background: #F26829;
}

.texture-testimonial-panel .tns-outer img{
	margin-bottom:35px;
}

.home .events-grid-row h2:first-child{
	font-size:80px;
	color: #F26829;
}

#page-container .events-grid-row .button{
	background-color:#fff;
}

#page-container .events-grid-row .button:hover,
#page-container .events-grid-row .button:focus{
	background-color:#221F59;
}

.event-listing-content{
	background: #F2F2F2;
	font-weight: 500;
	font-size: 25px;
	color: #221F59;
	padding:30px 50px;
	position:absolute;
	top: 0;
	left: 0;
	height: 100%;
	opacity:0;
	line-height:1.4;
	display:flex;
	align-items:center;
}

#events-wrapper .event-grid a:hover .event-listing-content,
#events-wrapper .event-grid a:focus .event-listing-content{
	opacity:1;
}

.hero-panel-clipping-img img{
	bottom: 0px;
	left: 0px !important;
	top: inherit !important;
	transform: none !important;
	height: auto !important;
	z-index: 99;
	object-position: left !important;
}

.left-grey-eye{
	position:relative;
}

.left-grey-eye:before{
	display:block;
	content:"";
	width:280px;
	height:290px;
	background-image:url("../png/grey-left-bg-graphic.png");
	background-size:100%;
	position:absolute;
	top:-290px;
	left:0px;
}

.effect-change {
	position:relative;
	padding-top:215px;
	padding-bottom:140px;
}

.effect-change:before{
	display: block;
	content: "";
	height: 100%;
	width: 100%;
	background: #F26829;
	position: absolute;
	z-index: -1;
	left: calc((100% - 1300px) / 2);
	bottom: 0px;
}

.home .texture-testimonial-panel {
	margin-top: 0px;
	background-color: #231F5A;
}

.latest-news-panel{
	margin-bottom: -154px !important;
}

.featured-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap:30px;
}

.left-side-wrapper,
.right-side-wrapper{
	max-width: calc(50% - 30px);
	min-width: calc(50% - 30px);
}

.right-side-wrapper .featured-listing-image,
.right-side-wrapper .featured-listing-details{
	max-width: 50%;
	min-width: 50%;
}

.left-side-wrapper{
	background: #F2F2F2;
	position:relative;
	z-index:9;
}

.left-side-wrapper .featured-listing-details {
	padding: 50px 55px 36px 55px;
}

.right-side-wrapper .featured-listing.right-side{
	display:flex;
	background: #F2F2F2;
	position:relative;
	z-index:9;
}

.right-side-wrapper .featured-listing.right-side:first-child{
	margin-bottom:30px;
}

.right-side-wrapper .featured-listing-details {
	padding: 40px 25px 30px 32px;
}

.featured-listing-image img{
	width:100%;
}

.entry-content a.arrow-button {
	background-image: url(../png/button-arrow-purple.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px;
	text-decoration:none;
	color:#221F59;
}

.page-template-page_event-single .event-page-menu,
.big-sidebar .event-page-menu{
	width: 100%;
	padding: 30px 0px;
}

.site-inner .event-page-menu ul li:before{
	display:none;
}

.site-inner .event-page-menu ul{
	margin-bottom:0px;
}

.site-inner .event-page-menu ul li{
	padding-left:20px;
	padding-right:20px;
	margin-bottom:5px;
}

.site-inner .event-page-menu ul li a{
	text-decoration:none;
}

.event-registration-row{
	background: #F2F2F2;
	padding:30px;
	margin-top:30px !important;
	font-size: 25px;
	line-height: 30px;
	color: #221F59;
}

#page-container .event-registration-row .button{
	background-color: #221F59;
	color: #fff;
	float:right;
}

#page-container .event-registration-row .button:hover,
#page-container .event-registration-row .button:focus{
	background-color: transparent;
	color:#221F59;
}

.site-inner .event-page-menu ul li.current-menu-item a{
	font-weight:700;
}

.orange-tab-panel{
	padding:40px 38px 60px 45px;
}

#page-container .orange-tab-panel .button{
	background:#fff;
}

#page-container .orange-tab-panel .button:hover,
#page-container .orange-tab-panel .button:focus{
	background:#221F59;
}

.orange-tab-panel h3{
	display:flex;
	gap:20px;
}

.orange-tab-panel .so-widget-sow-tabs{
	padding:25px 18px 0px 35px;
	background:#fff;
}

#page-container .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected{
	font-weight:700;
}

#page-container .mega-sub-menu .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected{
	border-bottom: 3px solid #F26829;
	color: #F26829;
}

#download-btn{
	background-image:url("../png/download-button-icon.png");
	background-repeat:no-repeat;
	background-position:right 20px center;
}

#page-container .button#download-btn {
	background-color: #221F59;
	color: #fff;
	padding: 17px 55px 12px 28px;
}

.additional-note {
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
}

.blog .entry-title a,
.archive .entry-title a{
	color: #221F59;
}

p.gform_required_legend {
	display: none;
}

#page-container .gform_wrapper.gravity-theme .gfield_required {
	color: #221F59;
	font-size: 18px;
	padding-left: 0;
}

.hero-panel.cta-panel {
	min-height: 497px;
}

.cta-panel h4 {
	margin: 0 0 40px;
}

#page-container .cta-panel a.button {
	background-color: #fff;
}

#page-container .cta-panel a.button:hover,
#page-container .cta-panel a.button:focus {
	background-color: transparent;
	color: #F26829;
}

.sow-accordion .sow-accordion-title {
	font-weight: 700;
}

.images-grid .left-part img,
.images-collage .left-sec img {
	height: 715px !important;
	object-fit: cover;
}

.images-collage .right-sec img {
	height: 355px !important;
	object-fit: cover;
}

.gray-box {
	background: #F2F2F2;
	padding: 30px 0 0;
	position: relative;
	min-height: 526px;
}

.gray-box .textwidget > p {
	min-height: 125px;
}

.gray-box .textwidget p {
    padding: 0 15px;
}

.gray-box .textwidget p:last-child {
    padding: 0;
}

.gray-box a.more-link {
	background: #221F59;
	display: block;
	padding: 20px 30px 20px 0;
	color: #fff;
	text-decoration: none;
	font-size: 25px;
	font-weight: 700;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.gray-box a.more-link:after {
	content: "";
	background: url("../png/button-arrow.png") no-repeat;
	display: block;
	position: absolute;
	width: 24px;
	height: 21px;
	right: 90px;
	top: 33px;
}

.site-footer {
	background: #F2F2F2;
	padding: 80px 0 0;
}

.site-footer,
.site-footer a {
	color:#221F59;
}

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

.links-and-google-text {
	padding: 30px 0;
}

.links-and-google-text p {
	font-size: 15px;
}

.site-footer a.dashicons-icon {
/* 	background: #F26829; */
	background: #C1450B;  /* For accessibility we have to use dark orange shade*/
	width: 43px;
	height: 43px;
	display: inline-block;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	font-size: 22px;
	margin: 0 15px 0 0;
	text-decoration: none;
}

.copy-text p {
	padding: 30px 0 30px;
	text-align: center;
	font-size: 15px;
}

span.pipe-sign {
	margin: 0 12px;
}

.images-carousel .tns-outer {
	position: relative;
}

#page-container .images-carousel img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.images-carousel .tns-outer .tns-controls [data-controls="prev"] {
	left: unset;
	right: -30px;
	float: right;
	top: 40px;
}

.images-carousel .tns-outer .tns-controls [data-controls="next"] {
	float: right;
	right: -90px;
	top: -30px;
}

.counter-panel h3 {
	font-size: 60px;
	color: #F26829;
}

.orange-testimonial-panel {
	background-image: url("../svg/white-half-eye-graphic.svg");
	background-repeat: no-repeat;
	background-position: right top 200px;
}

.orange-testimonial-panel * {
	color: #fff;
}

.orange-testimonial-panel h4 {
	margin: 0 0 30px;
}

.orange-testimonial-panel .so-panels-full-wrapper {
	max-width: 830px;
}

.orange-testimonial-panel h6 {
	font-size: 22px;
	letter-spacing: 0;
	font-weight: 700;
}

.light-bg-panel {
	position: relative;
}

.light-bg-panel:after {
	content: "";
	display: block;
	background: #fff;
	width: calc((100% - 1170px) / 2);
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.research-and-edu .right-top .so-widget-sow-image .sow-image-container:before {
	top: 40%;
	right: -30px;
}

.arrow-link {
	position: relative;
	text-decoration: none !important;
	font-weight: 700;
	color: #221F59 !important;
}

.arrow-link:after {
	content: "";
	background: url("../png/button-arrow.png") no-repeat right center;
	display: inline-block;
	width: 34px;
	height: 21px;
	position: relative;
	top: 7px;
}

.more-about-us {
	margin-top: -160px !important;
	position: relative;
	margin-left: calc((100% - 1170px) / 2) !important;
}

.more-about-us .so-panels-full-wrapper {
	margin: 0;
}

.orange-testimonial-panel img.so-widget-image {
	margin: 0 auto 30px;
}

.orange-testimonial-panel.about-page .so-panels-full-wrapper {
	max-width: 920px;
}

.orange-testimonial-panel.about-page {
	margin-top: -148px;
	padding: 180px 0 200px;
	background-position: right top 250px;
}

.hero-panel p img {
	margin-bottom: 0;
}

.impact-stories {
	position: relative;
	min-height: 1100px;
}

.impact-stories:before {
	content: "";
	display: block;
	width: 400px;
	height: 505px;
	background: url("../png/orange-half-eye.png") no-repeat;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 99;
}

.story-item {
	clear: both;
	margin: 0 0 30px;
	display: block;
}

.story-image {
	float: left;
	width: 32%;
	margin: 0 30px 40px 0;
}

.story-info {
	float: left;
	width: 40%;
}

.story-info h4 {
	padding: 20px 0 0;
}

.tribe-common-l-container.tribe-events-l-container {
	padding: 0 !important;
}

.all-events {
	padding: 50px 0 0;
}

.event-item {
	background: #f2f2f2;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 40px !important;
}

.event-item .left-side {
	width: 50%;
	position: relative;
	margin: 0;
}

.event-item .left-side img {
	width: 100%;
}

.event-item .right-side {
	width: 50%;
	padding: 50px 35px 30px;
	margin: 0;
}

.event-item .left-side .event-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.event-item .right-side .event-listing {
	padding: 0 0 20px;
}

.event-item .right-side .arrow {
	padding: 0 0 20px;
}

.event-item .right-side ul li {
	padding-left: 20px;
	margin-bottom: 0;
}

.right-side p {
	font-weight: 700;
}

#page-container .button.blue {
	background: #221F59;
	color: #fff;
	min-width: 220px;
}

#page-container .button.blue:hover,
#page-container .button.blue:focus {
	background: transparent;
	color: #221F59;
}

#page-container .button.white {
	background: #fff;
	color: #221F59;
	min-width: 200px;
}

#page-container .button.white:hover,
#page-container .button.white:focus {
	background: #221F59;
	color: #fff;
}

.hero-panel.single-event .wrap h1 {
	max-width: 480px;
	font-weight: 600;
}

#tribe-events-pg-template {
	max-width: 1170px;
}

.custom-single-event {
	display: flex;
	flex-wrap: wrap;
}

.event-page-menu {
	width: 24%;
	margin: 0 30px 0 0;
	background: #F2F2F2;
	padding: 30px 0;
	max-height: 670px;
}

.event-page-content {
	width: 73%;
}

.event-page-content#full-content-event {
    width: 100%;
}

.event-page-menu a {
	color: #221F59;
}

a.arrow-circle {
	background: #F26829 url("../svg/circle-arrow.svg") no-repeat right 20px center;
	display: flex;
	align-items: center;
	min-height: 130px;
	padding: 35px 70px 35px 35px;
	color: #221F59;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration:none !important;
	text-align:left;
}

.impact-stories.event-page .story-image {
	width: 40%;
}

.impact-stories.event-page .story-info {
	width: 55%;
}

.impact-stories.event-page:before {
	display: none;
}

.logos-slider .tns-outer {
	position: relative;
	padding: 0 30px !important;
}

.logos-slider .tns-outer .tns-controls [aria-controls] {
	width: 18px;
	height: 30px;
	border: 0px;
	font-size: 0px;
	background-color: transparent;
}

.logos-slider .tns-outer .tns-controls [data-controls="prev"] {
	background: url("../svg/prev.svg") no-repeat;
	left: -30px;
	position: relative;
}

.logos-slider .tns-outer .tns-controls [data-controls="next"] {
	background: url("../svg/next.svg") no-repeat;
	float: right;
	right: 0;
	position: relative;
}

.event-timer-box {
	background: #FFFFFF;
	box-shadow: 0px 30px 30px rgba(34, 31, 89, 0.15);
	display: flex;
	justify-content: space-evenly;
	padding: 20px 40px 0;
	text-align: center;
	margin: -140px 0 60px;
	position: relative;
	z-index: 99;
}

.event-timer-box h3 {
	font-size: 80px;
	color: #F26829;
	margin: 15px 0 0;
	line-height: 1;
}

.event-icon img {
	height: 137px;
	object-fit: contain;
}

.register-btn {
	margin: 30px 0 0;
}

.tribe-events--filter-bar-horizontal.tribe-common--breakpoint-medium {
	overflow: visible;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search {
	flex-direction: unset;
}

.tribe-events-c-events-bar__filter-button-container,
.tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border,
.tribe-events-c-view-selector__content {
	display: none !important;
}

header.tribe-events-header.tribe-events-header--has-event-search {
	display: flex;
	background: #fff !important;
	box-shadow: 0px 30px 30px rgba(34, 31, 89, 0.15);
	width: 100%;
	height: 140px;
	margin: -110px 0 60px !important;
	position: relative !important;
	z-index: 999 !important;
}

.tribe-events-header--has-event-search .tribe-filter-bar.tribe-filter-bar--horizontal {
	top: 60px;
	position: absolute;
	width: 330px;
	width:auto;
	left: 2%;
}

.tribe-events .tribe-events-c-events-bar__search-form {
	width: 35%;
	margin: 0 0 0 45%;
	margin-left: calc(100% - 38%);
}

.tribe-filter-bar .tribe-filter-bar-c-pill__pill {
	border-radius: 4px;
	min-width: 150px;
	background: #F2F2F2 !important;
	padding: 15px 10px;
}

body span.tribe-filter-bar-c-pill__pill-label,
body .tribe-filter-bar .tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill-label-colon{
/*     display: none; */
}

input#tribe-events-events-bar-keyword {
	padding: 15px 10px 15px 45px;
}

button.tribe-common-c-btn.tribe-events-c-search__button {
	text-indent: -9999px;
	background: #F26829 url("../svg/search-icon.svg") no-repeat center center !important;
	padding: 15px 27px !important;
	border-radius: 0 4px 4px 0 !important;
}

.effect-change .gray-box {
	background: #fff;
}

.gray-box a.more-link:hover,
.gray-box a.more-link:focus {
	background: #F2F2F2;
	color: #221F59;
}

.site-footer a.dashicons-icon:hover,
.site-footer a.dashicons-icon:focus {
	background: #221F59;
}

.home .hero-panel h3 {
	font-weight: 400;
}

.gray-box p {
	font-size: 21px;
}

.texture-testimonial-panel .sow-image-container img {
	margin: -60px auto 20px;
}

.arrow-link {
	font-size: 25px;
}

.event-item .right-side h4 {
	font-weight: 700;
}

#page-container .gform_button.button {
	background: #221F59;
	color: #fff;
}

#page-container .gform_button.button:hover,
#page-container .gform_button.button:focus {
	background: transparent;
	color: #221F59;
}

#page-container  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link{
	background-image: url(../png/download-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
	font-weight:500;
}

#page-container  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hpver,
#page-container  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:focus{
	text-decoration:underline;
}

#page-container #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
	display:none;
}

#page-container #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	font-weight:500;
}

#page-container #mega-menu-max_mega_menu_1 .so-widget-sow-editor {
	display: none;
}

.site-header .widget-area .mega-sub-menu .widget:last-child {
    margin: 0;
}

#page-container .sow-tabs .sow-tabs-tab-container{
	padding-right:40px;
}

#page-container .sow-tabs-tab-container .sow-tabs-tab{
	font-size:22px;
	font-weight: 400;
	margin-right:20px;
}

#page-container .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected{
	font-weight: 700;
}

#page-container .sow-tabs-tab-container .sow-tabs-tab:last-child{
	margin-right:0px;
}

.site-header .widget-area .mega-sub-menu h3{
	font-size:25px;
	margin-bottom:5px;
	display:none;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .so-panels-full-wrapper{
	max-width:100%;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .so-panels-full-wrapper .genesis-nav-menu .menu-item {
	display: block;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .so-panels-full-wrapper .genesis-nav-menu .menu-item:first-child a{
	font-size:25px;
	margin-bottom:5px;
	font-weight:700;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .so-panels-full-wrapper .multi-race-challenge .genesis-nav-menu .menu-item:first-child a{
	font-size: 20px;
	margin-bottom: 0;
	font-weight: 400;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .so-panels-full-wrapper .gala-educational .genesis-nav-menu .menu-item a{
	font-size: 25px;
	font-weight: 700;
	margin-bottom:5px;
}

#page-container #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .so-panels-full-wrapper .gala-educational .genesis-nav-menu .menu-item ul,
#page-container #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .so-panels-full-wrapper .gala-educational .genesis-nav-menu .menu-item:hover ul{
	display:block !important;
	left: inherit !important;
    opacity: initial !important;
	padding-top:0px;
	height:inherit !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .so-panels-full-wrapper .gala-educational .genesis-nav-menu .menu-item ul li a{
	font-size:18px;
	background:transparent;
	padding: 0;
	font-weight: 500;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu{
	max-height:calc(100vh - 100px);
	overflow-y:scroll;
}

.single-tribe_events #tribe-events-pg-template .widget_nav_menu{
	display:none;
}

.single-tribe_events.postid-65 #tribe-events-pg-template .widget_nav_menu.los-angeles-event-sidebar,
.single-tribe_events.postid-241 #tribe-events-pg-template .widget_nav_menu.charity-half-event-sidebar{
	display:block;
}

.images-grid-panel.partner img {
    max-height: 150px;
    object-fit: contain;
}

.logos-slider .tns-horizontal.tns-subpixel > .tns-item{
	vertical-align: middle;
}

.schedule-tab table tbody,
.schedule-tab table tr,
.schedule-tab table td{
	border:0px;
	padding:0px;
}

.images-carousel img,
.medal-t-shirts .sow-image-container img{
	width:100%;
}

.expand-menu{
	display:none;
}

.expand-menu .dashicons-icon::before{
	position:relative;
	top:3px;
	margin-right:10px;
	color: #221F59;
}

.expand-menu .dashicons-icon{
	color: #221F59;
	border-color:#221F59;
}

#page-container .site-header .sow-tabs .sow-tabs-panel-container .sow-tabs-panel{
	padding:0px;	
}
/* 
#page-container .tab-content-gap .sow-tabs .sow-tabs-panel-container .sow-tabs-panel{
	padding-top:30px;
} */

#page-container .sow-tabs .sow-tabs-panel-container .sow-tabs-panel #menu-multi-race-challenges{
	padding:20px 20px 30px 0px;
}

#page-container .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .sow-tabs .sow-tabs-panel-container .sow-tabs-panel{
	padding:20px 0;
}

.our-mission{
	line-height: 1.4;
	margin-top: 25px;
}

/*-----------------Dashicon Css---------------------*/

.dashicons-icon::before {
    font-family: dashicons;
    font-style: normal;
    font-weight: 400
}

.dashicons-phone {
    -moz-transform: scale(-1,1);
    -webkit-transform: scale(-1,1);
    -o-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1);
    display: inline-block;
    position: relative;
    top: 3px
}

body .tecc-wrapper .tecc-event-info,
body .tecc-event-detail{
	display:none;
}

.event-icon {
    width: 20%;
}

.register-btn {
    width: 20%;
}

body .tecc-date-timer .tecc-amount {
	font-family: 'League Spartan', sans-serif;
    font-size: 80px !important;
	font-weight: 700;
    color: #F26829;
    margin: 15px 0px 0 0;
    line-height: 1;
	padding: 0px 20px !important;
}

body .tecc-date-timer .tecc-word {
	font-size: 17px !important;
    letter-spacing: 4px !important;
	color: #221F59;
    font-family: 'League Spartan', sans-serif;
    font-weight: 700;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next, 
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev {
  	color: #F26829 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:hover, 
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:hover {
  	color: #221F59 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev-icon-svg path,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next-icon-svg path {
  	fill: #F26829 !important;
}

.tribe-events-c-nav__list-item:hover .tribe-events-c-nav__prev-icon-svg path,
.tribe-events-c-nav__list-item:hover .tribe-events-c-nav__next-icon-svg path {
  	fill: #221F59 !important;
}

#page-container .sow-tabs-tab-container .sow-tabs-tab:hover,
#page-container .sow-tabs-panel-content .genesis-nav-menu > .menu-item > a:hover{
    color: #F26829;
}

.schedule-of-sessions .left-center .so-widget-sow-image .sow-image-container:before{
	height:325px;
}

#page-container .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-messages__message {
    margin: 80px 0 0;
}

.tribe-filter-bar-c-pill button {
	position: relative;
}

.tribe-filter-bar-c-pill button:after {
    content: "";
    background: url("../svg/drop-down-arrow.svg") !important;
    width: 13px;
    height: 7px;
    position: absolute;
    top: 20px;
    right: 10px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-header .wrap{
		padding:0 10px;
	}
	
	.site-header .widget-area .widget:last-child {
		margin-left: 15px;
	}
	
	#page-container .site-header .widget-area .button {
		padding: 10px 20px;
		min-width: 170px;
		font-size: 16px;
	}
	
	.make-an-impact:before {
		width: 240px;
		height: 260px;
		top: -100px;
		background-size: 100%;
	}
	
	.texture-testimonial-panel h4{
		font-size:28px;
	}
	
	.texture-testimonial-panel .tns-outer {
		max-width: 450px;
		margin-left: 115px;
	}
	
	.left-grey-eye:before{
		z-index:-1;
	}
	
}

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

	.site-header .widget-area .widget:last-child {
		margin-left: 10px;
	}
	
	#page-container .site-header .widget-area .button {
		padding: 10px 20px 8px;
		min-width: 140px;
		font-size: 14px;
		line-height: 1;
	}
	
	.genesis-nav-menu a{
		font-size:17px;
	}
	
	.make-an-impact:before {
		width: 190px;
		height: 200px;
		top: -45px;
	}
	
	.texture-testimonial-panel h4 {
		font-size: 25px;
	}
	
	.texture-testimonial-panel .tns-outer{
		margin-left:85px;
	}
	
	.orange-testimonial-panel h4{
		font-size:28px;
	}
	
	.bottom-gap {
		padding-bottom: 60px;
	}
	
	.top-gap {
		padding-top: 60px;
	}
	
	.site-inner .arrow ul li:before{
		top:4px;
	}
	
	.texture-testimonial-panel .bottom-gap-small{
		padding-bottom:10px;
	}
	
	.tns-outer .tns-controls {
		width: calc(100% - 30px);
	}
	
	.orange-testimonial-panel.about-page{
		background-size:170px;
		background-position: right bottom 65px;
	}
	
	#page-container #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link{
		padding:0px 20px 0px 16px;
	}
	
}

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

	.wrap,
	#page-container .so-panels-full-wrapper,
	#page-container .panel-grid.panel-no-style,
	#page-container .panel-row-style:not([data-stretch-type]) {
		padding-right: 20px;
		padding-left: 20px;
	}

	#page-container .so-panels-full-wrapper .so-panels-full-wrapper,
	#page-container .so-panels-full-wrapper .panel-grid.panel-no-style,
	#page-container .panel-row-style:not([data-stretch-type]) .panel-grid.panel-no-style,
	#page-container .so-panels-full-wrapper .panel-row-style:not([data-stretch-type]),
	#page-container .panel-row-style:not([data-stretch-type]) .panel-row-style,
	#page-container .panel-grid.panel-no-style .panel-grid.panel-no-style,
	#page-container .panel-grid.panel-no-style .panel-row-style:not([data-stretch-type]) {
		padding-left: 0px;
		padding-right: 0px;
	}

	.content {
		width: 580px;
	}

	.sidebar {
		width: 320px;
	}
	
	.site-header .widget-area{
		padding-top:15px;
		display: flex;
		align-items: center;
	}
	
	.genesis-nav-menu a {
		font-size: 16px;
	}
	
	.site-header .widget-area > .widget:last-child {
		margin-left:15px;
		max-width: 220px;
	}
	
	#page-container .site-header .widget-area .button {
		min-width: 135px;
		width: 100%;
		display: block;
		margin: 0 0 8px 0;
		overflow:auto;
	}
	
	#events-wrapper .event-grid{
		max-width:31%;
	}
	
	.bottom-gap-small {
		padding-bottom: 30px;
	}
	
	.top-gap-small {
		padding-top: 30px;
	}
	
	.site-inner ul li{
		line-height:1.3;
	}
	
	#page-container .tabs-panel .sow-tabs .sow-tabs-tab-container .sow-tabs-tab{
		font-size:22px;
		margin-right:50px;
	}
	
	.right-top .so-widget-sow-image .sow-image-container:before{
		right:-23px;
	}
	
	h2 {
		font-size: 40px;
	}
	
	#page-container .button, 
	#page-container input[type="button"], 
	#page-container input[type="reset"], 
	#page-container input[type="submit"]{
		padding:10px 43px;
		font-size:16px;
	}
	
	.texture-testimonial-panel .so-panels-full-wrapper > .panel-grid-cell:first-child{
		margin-top:-40px;
	}
	
	.texture-testimonial-panel .so-panels-full-wrapper > .panel-grid-cell:first-child:after {
		width: 140px;
		height: 440px;
		bottom: -30px;
		right: -50px;
	}
	
	.texture-testimonial-panel {
		margin-top: 65px;
	}
	
	.texture-testimonial-panel .tns-outer {
		margin-left: 20px;
	}
	
	.texture-testimonial-panel h4 {
		font-size: 22px;
	}
	
	.texture-testimonial-panel .tns-nav{
		margin-top:0px;
	}
	
	.texture-testimonial-panel .so-panels-full-wrapper > .panel-grid-cell:last-child img{
		max-width:100px;
	}
	
	.orange-testimonial-panel{
		background-position: right bottom -130px;
		background-size: 170px;
	}
	
	.make-an-impact:after{
		left:0px;
	}
	
	#page-container .impact-contact-box{
		height: auto;
		padding: 30px 15px 30px 15px;
		left: -250px;
	}
	
	#page-container .impact-contact-box h2 {
		font-size: 35px;
	}
	
	#page-container .photo-slider {
		max-width: calc(100% - 80px);
	}
	
	.texture-testimonial-panel .so-panels-full-wrapper > .panel-grid-cell:first-child:after{
		height:100%;
	}
	
	h1 {
		font-size: 60px;
	}
	
	h4 {
		font-size: 28px;
	}
	
	.home .hero-panel {
		min-height: 630px;
	}
	
	.featured-listing-details h4 {
		font-size: 25px;
	}
	
	.featured-listing-details h5 {
		font-size: 20px;
	}
	
	.featured-listing-details .featured-excerpt{
		line-height:1.3;
	}
	
	.left-side-wrapper .featured-listing-details {
		padding: 35px 30px 25px 30px;
	}
	
	.right-side-wrapper .featured-listing-details {
		padding: 30px 25px 25px 30px;
	}
	
	.effect-change:before{
		left:0px;
	}
	
	.home .events-grid-row h2:first-child {
		font-size: 60px;
	}
	
	.event-registration-row{
		padding:30px !important;
	}
	
	.orange-tab-panel {
		padding: 25px 25px 60px 20px;
	}
	
	.orange-tab-panel .so-widget-sow-tabs {
		padding: 25px 18px 0px 25px;
	}
	
	#page-container .sow-tabs .sow-tabs-tab-container {
		padding-right: 0;
	}
	
	#page-container .sow-tabs-tab-container .sow-tabs-tab{
		margin-right: 20px;
	}
	
	.event-listing-content{
		font-size: 22px;
		padding: 30px 20px;
	}
	
	.impact-stories.event-page .story-info{
		line-height:1.6;
	}
	
	.story-info h4 {
		padding: 0px 0 0;
		margin-bottom: 5px;
	}

	.counter-panel h3 {
		font-size: 50px;
	}

	.counter-panel h5 {
		font-size: 20px;
	}

	.images-collage .left-sec img {
		height: 441px !important;
	}

	.images-collage .right-sec img {
		height: 218px !important;
	}

	.gray-box h4 {
		font-size: 24px;
	}

	.gray-box a.more-link:after {
		right: 60px;
	}

	.site-footer h5 {
		font-size: 20px;
	}

	.images-carousel .tns-outer .tns-controls [data-controls="prev"] {
		right: -15px;
	}

	.images-carousel .tns-outer .tns-controls [data-controls="next"] {
		right: -72px;
	}

	.cta-panel h4 {
		font-size: 24px;
	}

	.site-footer p {
		font-size: 16px;
	}

	.links-and-google-text p {
		font-size: 14px !important;
	}

	.more-about-us {
		margin-left: 0 !important;
	}

	.images-grid .left-part img {
		height: 442px !important;
	}

	.story-info {
		width: 50%;
	}

	.impact-stories:before {
		width: 380px;
		height: 250px;
		right: -230px;
		bottom: -100px;
		z-index: -1;
		background-size: contain;
	}

	.impact-stories {
		min-height: auto;
	}

	.event-timer-box h3 {
		font-size: 70px;
	}

	.event-page-menu {
		margin: 0px 20px 0 0;
	}

	h3 {
		font-size: 34px;
	}

	a.arrow-circle {
		min-height: 100px;
		padding: 20px 15px;
		font-size: 18px;
	}

	.tribe-events .tribe-events-c-events-bar__search-form {
		margin: 0 0 0 55%;
	}
	
	.title-area a{
		width:160px;
	}
	
	body .tecc-date-timer .tecc-amount {
		font-size: 60px!important;
	}
	
	#page-container .register-btn .button.blue {
    	min-width: 190px;
		padding: 10px 30px;
	}
	
	.texture-testimonial-panel .so-panels-full-wrapper > .panel-grid-cell:first-child iframe {
		max-height: 580px;
	}
	
	#page-container .sow-tabs-tab-container .sow-tabs-tab{
		font-size: 20px;
	}
	
}

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

	.site-header {
		position: relative;
	}

	.content,
	.sidebar,
	.site-header .widget-area {
		float: none;
		width: 100%;
	}

	.genesis-nav-menu a {
		padding: 5px 0;
	}

	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		position: relative;
	}
	
	.alignleft,
	.alignright {
		max-width: 300px;
	}

	.button + .button {
		margin-left: 0;
	}

	.hero-panel {
		min-height: auto;
	}
	
	.home .hero-panel{
		min-height:450px;
		padding-top: 40px;
	}

	.sidebar {
		clear: both;
	}
	
	.site-header + * {
		margin-top: 0;
	}
	
	.site-header .widget-area{
		display:block;
		padding-top:35px;
	}
	
	.site-header .widget-area .widget {
		display: block;
	}
	
	.dots-layer .so-widget-sow-image .sow-image-container,
	#page-container .so-widget-sow-image .sow-image-container{
		width: fit-content;
		margin: 0 auto;
		display: block;
	}
	
	#events-wrapper {
		display: block;
	}
	
	#events-wrapper .event-grid {
		max-width: inherit;
		width: fit-content;
		margin: 0 auto 30px;
	}
	
	#page-container .impact-contact-box {
		height: auto;
		padding: 30px 20px 30px 20px;
		left: 0;
		width: 100%;
	}
	
	#page-container .tabs-panel .sow-tabs .sow-tabs-tab-container .sow-tabs-tab{
		margin-right:20px;
	}
	
	.event-style-panel > .panel-grid-cell .widget_siteorigin-panels-builder .panel-layout{
		width:450px;
		margin:0 auto;
	}
	
	.event-style-panel > .panel-grid-cell .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:last-child{
		padding:0 35px 30px 35px !important;
	}
	
	.make-an-impact:before{
		display:none;
	}
	
	.light-bg-panel:after{
		display:none;
	}
	
	.texture-testimonial-panel .tns-outer {
		margin-left: 0;
		max-width: 100%;
	}
	
	.left-side-wrapper, .right-side-wrapper {
		max-width: calc(50% - 15px);
		min-width: calc(50% - 15px);
	}
	
	.page-template-page_event-single .event-page-menu{
		max-width: 100%;
		margin: 0 auto;
	}
	
	#page-container .event-registration-row .button{
		float:none;
	}
	
	#page-container .tabs-panel .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
		margin-right: 15px;
		font-size:20px;
	}
	
	.story-item{
		overflow:auto;
	}

	.counter-panel h3 {
		font-size: 40px;
		text-align: center;
	}

	.counter-panel h5 {
		text-align: center;
	}

	.images-collage .left-sec img {
		height: auto !important;
	}

	.images-collage .right-sec img {
		height: auto !important;
	}

	.hero-panel.cta-panel {
		min-height: 300px;
		padding: 0px 0 40px;
	}

	#page-container .sow-accordion .sow-accordion-panel-border {
		padding: 30px 0 15px 0px;
	}

	.site-footer .sow-image-container img {
		margin: 0 auto;
	}

	.site-footer {
		text-align: center;
	}

	.orange-testimonial-panel.about-page {
		background-position: right bottom 70px;
	}

	.more-about-us {
		margin-top: 0px !important;
	}

	.orange-testimonial-panel.about-page {
		margin-top: 40px;
		padding: 30px 0 30px;
		background-position: right bottom -80px;
	}

	.story-info {
		width: 63%;
	}

	.story-info h4 {
		padding: 10px 0 0;
	}

	.genesis-responsive-menu .siteorigin-widget-tinymce.textwidget {
		display: block;
	}
	
	#sow-editor-2 .textwidget {
		display: none;
	}
	
	#nav_menu-2, #sow-editor-2 {
		float: none;
	}
	
	#nav_menu-2 .textwidget {
		text-align: center;
		margin: 20px 0 30px;
	}
	
	#nav_menu-2 .textwidget a {
		margin: 15px 5px;
	}

	.genesis-nav-menu > .menu-item > a {
		background-image: none;
	}

	#page-container .tabs-panel .sow-tabs-panel {
		padding: 30px 0 30px 0px !important;
	}

	.event-item {
		display: block;
		flex-wrap: unset;
	}

	.event-item .left-side,
	.event-item .right-side {
		width: 100%;
	}

	.event-timer-box {
		margin: -100px 0 60px;
		padding: 20px 40px 20px;
	}

	.event-timer-box h3 {
		font-size: 40px;
	}

	.event-timer-box h6 {
		font-size: 12px;
		letter-spacing: 0;
	}

	.event-icon img {
		height: 90px;
	}

	.impact-stories.event-page .story-image,
	.impact-stories.event-page .story-info {
		width: 100%;
	}

	.tribe-events .tribe-events-c-events-bar__search-form {
		margin: 0 0 0 45%;
	}

	.arrow-link {
		font-size: 18px;
	}

	header.tribe-events-header.tribe-events-header--has-event-search {
		display: block;
		height: auto;
		margin: 0 0 40px!important;
	}

	.tribe-filter-bar {
		display: block;
	}

	.tribe-events-header--has-event-search .tribe-filter-bar.tribe-filter-bar--horizontal {
		top: 0px;
		position: relative;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 65%;
	}

	.tribe-events .tribe-events-c-events-bar__search-form {
		margin: 0 auto;
		position: relative;
		width: 42%;
	}

	button.tribe-common-c-btn.tribe-events-c-search__button {
		width: 40px;
		position: absolute;
		top: 2px;
		right: 0;
	}

	input#tribe-events-events-bar-keyword {
		padding: 15px 10px 15px 40px;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .so-panels-full-wrapper{
		padding:0px;
	}
	
	#page-container .mega-sub-menu .sow-tabs-tab-container,
	#page-container .mega-sub-menu .sow-tabs .sow-tabs-panel-container{
		background:transparent;
	}
	
	#page-container .mega-sub-menu .sow-tabs-tab-container .sow-tabs-tab{
		padding-bottom:10px;
	}
	
	#page-container #mega-menu-max_mega_menu_1 .so-widget-sow-editor {
		display: block;
	}
	
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
		position: absolute;
		top: -70px;
		right: 0;
	}
	
	.title-area{
		padding-bottom:0px;
	}
	
	/*.all-events .left-side .event-listing-image .event-icon img {
		height: inherit;
	}*/
	
	.tribe-events-c-nav__list-item--today a {
		display: none;
	}
	
	.event-item .left-side{
		max-width:585px;
		margin: 0 auto;
	}
	
	#page-container .register-btn .button.blue {
    	min-width: 150px;
		padding: 10px 20px;
    	font-size: 14px;
	}
	
	body .tecc-date-timer .tecc-amount {
    	font-size: 40px!important;
	}
	
	body .tecc-date-timer .tecc-word {
    	padding: 0 !important;
	}
	
	.register-btn {
    	margin: 20px 0 0;
	}
	
	.event-page-menu{
		width:100%;
		margin-bottom: 20px;
	}
	
	.event-page-content {
		width: 100%;
	}
	
	.custom-single-event {
		display: block;
	}
	
	#page-container .orange-testimonial-panel{
		background-position: right bottom -80px;
	}
	
	.orange-testimonial-panel.about-page {
		background-size: 110px;
	}
	
	div#tns1-ow {
		position: relative;
	}
	
}

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

	.alignleft,
	.alignright {
		float: none;
		max-width: 100%;
		margin: 0 auto 24px;
		display: block;
	}

	.entry-content .entry-image {
		float: left;
		margin-right: 20px;
	}
	
	#page-container .tabs-panel .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
		margin-bottom: 15px;
	}
	
	#page-container .photo-slider {
		max-width: calc(100% - 40px);
	}
	
	.orange-testimonial-panel {
		background-size: 150px;
	}
	
	.featured-wrapper {
		display: block;
	}
	
	.left-side-wrapper, 
	.right-side-wrapper {
		max-width: 100%;
		min-width: 100%;
	}
	
	.right-side-wrapper{
		margin-top:30px;
	}
	
	#page-container .sow-tabs-tab-container{
		display:block;
		border-bottom:0px;
	}
	
	#page-container .sow-tabs-tab-container .sow-tabs-tab {
		display:block;
		margin: 0;
		padding-bottom: 5px;
		margin-bottom: 10px;
		text-align:center;
	}
	
	#page-container .sow-tabs .sow-tabs-panel-container .sow-tabs-panel{
		padding-top:0px;
	}
	
	#page-container .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title{
		display:block;
	}
	
	.event-registration-row{
		text-align:center;
	}
	
	.orange-tab-panel h3{
		display:block;
	}
	
	.orange-tab-panel h3 img{
		display:block;
		margin:0 auto 10px;
	}

	button.tribe-common-c-btn.tribe-events-c-search__button {
		top: -22px;
	}
	
	#page-container #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
		padding: 0px 5px 10px 5px;
	}
	
	#page-container .mega-sub-menu .sow-tabs-tab-container .sow-tabs-tab {
		padding-bottom: 8px;
		padding-top: 8px;
		font-size: 18px;
		margin-bottom: 5px;
	}
	
	.site-header .widget-area .mega-sub-menu h3 {
		font-size: 20px;
	}
	
	.genesis-nav-menu a {
		padding: 2px 0;
	}
	
	.expand-menu {
		display: block;
		margin-left:25px;
	}
	
	.acf-nav-menu,
	.event-page-menu .widget_nav_menu{
		height: 0px;
		overflow: hidden;
	}
	
	.acf-nav-menu.expand,
	.event-page-menu .widget_nav_menu.expand{
    	height: auto;
		margin-top:15px;
	}
	
	a.arrow-circle {
		min-height: auto;
		padding: 15px;
		width: auto;
		background-size: 35px;
	}
	
	a.arrow-circle br {
		display: none;
	}
	
	.event-timer-box {
		display: block;
	}
	
	.event-icon {
    	width: 100%;
	}
	
	.event-icon img {
    	margin: 0 auto;
	}
	
	.register-btn {
    	margin: 0px auto;
		width: 100%;
	}
	
	body .tecc-date-timer .tecc-amount {
    	font-size: 34px!important;
	}
	
	#page-container .events-grid-row .button{
		display: block;
		max-width: 300px;
		margin: 0 auto;
	}
	
	.around-padding .panel-layout .panel-grid-cell .panel-widget-style{
		padding:30px 30px 30px 30px !important;
	}
	
	#page-container .sow-tabs .sow-tabs-tab-container {
		padding-right: 0;
	}
	
}

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

	.entry-content .entry-image {
		float: none;
		margin: 0 auto 20px;
	}

	.entry-image-link img {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	
	.home #page-container .hero-panel{
		background-image:url("../png/mobile-hero.png");
		background-size:100%;
		background-repeat:no-repeat;
		background-position:center top;
		background-color:transparent;
		padding-top:520px;
		padding-bottom: 30px;
	}
	
	.home #page-container .hero-panel:before{
		display:none;
	}
	
	.home #page-container .hero-panel .widget_sow-image.panel-first-child{
		display:none;
	}
	
	.home #page-container .hero-panel *{
		color: #221F59;
	}
	
	.home #page-container .hero-panel h1{
		font-weight:600;
		font-size:50px;
		letter-spacing: -0.02em;
	}
	
	.hero-panel-clipping-img {
		display: none;
	}
	
	.home .events-grid-row h2:first-child {
		font-size: 42px;
	}
	
	.left-center .so-widget-sow-image .sow-image-container:before{
		height: calc(100% + 50px);
	}
	
	.right-side-wrapper .featured-listing.right-side {
		display: block;
	}
	
	.right-side-wrapper .featured-listing-image, .right-side-wrapper .featured-listing-details {
		max-width: 100%;
		min-width: 100%;
	}
	
	.event-style-panel > .panel-grid-cell .widget_siteorigin-panels-builder .panel-layout{
		width:100%;
	}
	
	.event-style-panel > .panel-grid-cell .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:last-child {
		padding: 0 20px 30px 20px !important;
	}
	
	.texture-testimonial-panel .so-panels-full-wrapper > .panel-grid-cell:last-child img{
		margin:0 auto;
	}

	.hero-panel h4 br,
	.cta-panel h4 br {
		display: none;
	}

	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 34px;
	}

	h3 {
		font-size: 30px;
	}

	h4 {
		font-size: 24px;
	}

	.orange-testimonial-panel.about-page {
		background-position: right bottom -120px;
	}

	.story-image {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}

	.story-info {
		width: 100%;
		float: none;
	}

	#page-container .right-side .button.blue,
	#page-container .right-side .button.white {
		display: block;
	}

	.event-page-menu {
		width: 100%;
		max-height: 100%;
	}

	.event-page-menu {
		margin: 0 0 20px;
	}

	.event-page-content {
		width: 100%;
	}

	a.arrow-circle {
		font-size: 20px;
	}

	.tribe-events-header--has-event-search .tribe-filter-bar.tribe-filter-bar--horizontal {
		top: 30px;
		position: relative;
		width: 100%;
		left: 2%;
	}

	.tribe-events .tribe-events-c-events-bar__search-form {
		width: 100%;
		margin: 0 20px 10px 2%;
	}
	
	.hero-panel {
		background: transparent;
		padding:0px;
	}
	
	.hero-panel *{
		color:#221F59;
	}
	
	.hero-panel:before{
		display:none;
	}
	
	.hero-panel .widget_sow-image .so-widget-sow-image{
		position:relative;
	}
	
	.hero-panel .widget_sow-image .so-widget-sow-image:before{
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: linear-gradient(90deg, #0B0935 0%, rgba(11, 9, 53, 0) 100%);
		z-index: 1;
	}
	
	#page-container .hero-panel .so-widget-image{
		position:relative;
		left: 0;
		top: inherit;
		-webkit-transform: inherit;
		-moz-transform: inherit;
		-o-transform: inherit;
		-ms-transform: inherit;
		transform: inherit;
		min-height: 265px;
		margin-bottom: 25px;
	}
	
	#page-container .hero-panel.cta-panel .so-widget-image{
		object-position:right;
	}

	.gray-box p {
		font-size: 20px;
	}

	.post-type-archive-tribe_events .hero-panel,
	.single-tribe_events .hero-panel {
		padding: 80px 0;
	}

	.post-type-archive-tribe_events .hero-panel *,
	.single-tribe_events .hero-panel * {
		color: #fff;
	}

	.post-type-archive-tribe_events .hero-panel:before,
	.single-tribe_events .hero-panel:before {
		display: block;
	} 

	.tribe-events .tribe-events-c-events-bar__search-form {
		width: 90%;
	}

	.event-timer-box {
		padding: 20px 0;
		margin:-10px 0 60px;
	}

	.site-footer .sow-image-container img {
		width: 250px;
	}

	button.tribe-common-c-btn.tribe-events-c-search__button {
		top: -22px;
	}
	
	body .tecc-date-timer .tecc-amount {
    	font-size: 30px!important;
	}
	
	body .tecc-date-timer .tecc-word {
    	font-size: 14px!important;
		letter-spacing: 2px!important;
	}
	
	.texture-testimonial-panel .so-panels-full-wrapper > .panel-grid-cell:first-child iframe {
		max-height: 200px;
	}
	
	.white-image-on-white-bg img{
		filter: brightness(0.5);
	}
	
	thead th{
		font-size:15px;
	}
	
	tbody{
		font-size:14px;
	}
	
	.tribe-events-c-search__input-group {
    	margin: 30px 0 0 !important;
	}
	
}

@media only screen and (max-width: 400px) {
	
	.home #page-container .hero-panel{
		padding-top:440px;
	}
	
	.home #page-container .hero-panel h1{
		font-size:38px;
		font-weight:700;
	}
	
	body .tecc-date-timer .tecc-amount {
    	padding: 0 10px!important;
	}
	
}
