*
	Theme Name: Women in Technology
	Description: A mobile responsive and HTML5 theme for CLIENT, based on Minimum Pro from StudioPress
	Author: GreenMellen Media
	Author URI: http://www.greenmellenmedia.com/

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

/* FONTS  */


/* DIN 2014 Regular
font-family: "din-2014", sans-serif;
font-weight: 400;
font-style: normal;

DIN 2014 Italic
font-family: "din-2014", sans-serif;
font-weight: 400;
font-style: italic;

DIN 2014 Bold
font-family: "din-2014", sans-serif;
font-weight: 700;
font-style: normal;

DIN 2014 Bold Italic
font-family: "din-2014", sans-serif;
font-weight: 700;
font-style: italic;

DIN 2014 Narrow Regular
font-family: "din-2014-narrow", sans-serif;
font-weight: 400;
font-style: normal;

DIN 2014 Narrow Bold
font-family: "din-2014-narrow", sans-serif;
font-weight: 700;
font-style: normal; */




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

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

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

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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

.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,
.wrap:before {
	content: " ";
	display: table;
}

.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,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

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

body {
	background-color: #fff;
	color: #01020A;
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #01020A;
	color: #fff;
}

::selection {
	background-color: #01020A;
	color: #fff;
}

a {
	color: #C400C2;
	text-decoration: none;
}

a img {
	margin-bottom: -6px;
}

a:hover {
	color: #592C88;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 400;
}

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

/* blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
} */

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #592C88;
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 55px;
	text-transform: uppercase;
	font-weight: bold;
}

h2 {
	font-size: 48px;
	font-weight: 600;
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em {
	font-family: "Playfair Display", serif;
	font-style: italic;
}

h3 {
	font-size: 34px;
	font-weight: 600;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: none;
	color: #333;
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
.site-inner .fl-row-content-wrap .fl-button-wrap a.fl-button {
	background-color: #C400C2;
	border: 1px solid #C400C2;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: "din-2014", sans-serif;
	font-weight: 600;
	padding: 12px 35px;
	text-transform: uppercase;
	border-radius: 0;
	letter-spacing: 1px;
	width: auto;
	font-size: 14px;
	transition: all .4s ease-in-out;
}

.site-inner .fl-row-content-wrap .fl-button-wrap.outline a.fl-button {
	background: transparent;
	border: 1px solid #FFF;
}


.site-inner .fl-row-content-wrap .fl-button-wrap.outline.blue a.fl-button {
	background: transparent;
	border: 1px solid #08F6FE;
}


.site-inner .fl-row-content-wrap .fl-button-wrap.outline-purple a.fl-button {
	background: transparent;
	border: 1px solid #635CBD;
}

.site-inner .fl-row-content-wrap .fl-button-wrap.outline-purple a.fl-button *,
.site-inner .fl-row-content-wrap .fl-button-wrap.outline-purple a.fl-button:visited * {
	color: #635CBD;
}

.site-inner .fl-row-content-wrap .fl-button-wrap a.fl-button *,
.site-inner .fl-row-content-wrap .fl-button-wrap a.fl-button:visited * {
	color: #FFF;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover,
.site-inner .entry-content .fl-button-wrap a.fl-button:hover {
	color: #FFF;
	background-color: #592C88;
	border: 1px solid #592C88;
}

.entry-content .button:hover,
.site-inner .entry-content .fl-button-wrap a.fl-button:hover *,
.site-inner .entry-content .fl-button-wrap a.fl-button:hover:visited * {
	color: #fff;
}

.site-inner .fl-row-content-wrap .fl-button-wrap.outline.blue a.fl-button:hover {
	background: #08F6FE!important;
}

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

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

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


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

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

.wrap {
	margin: 0 auto;
	max-width: 100%;
}

.site-inner {
	background-color: #fff;
	clear: both;
}

.full-right .fl-col-content {
    max-width: 450px!important;
}

.full-left .fl-col-content {
    max-width: 570px!important;
    margin: 0 0 0 auto!important;
}


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



/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

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

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.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%;
}

.sticky {
}

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

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

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
}


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

.breadcrumb {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	padding: 40px 40px 16px;
}

.author-box {
	margin-bottom: 40px;
	padding: 40px;
}

.single .author-box {
	margin-bottom: 60px;
}

.author-box-title {
	color: #333;
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}




/*
Plugins
---------------------------------------------------------------------------------------------------- */


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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	color: #333;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}


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

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

.post-edit-link,
.entry-header {
	display: none;
}

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

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

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

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

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

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

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

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

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


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

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

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	 font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding: 8px 12px;
}

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

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.overlay .fl-row-content-wrap::after {
	background: url(https://mywit.stg3.net/wp-content/uploads/2026/05/overlay.png);
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay .fl-col-content {
	position: relative;
    z-index: 99;
}

.overlay .fl-row-content-wrap::before {
	background: url(https://mywit.stg3.net/wp-content/uploads/2026/05/arrow.png);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 130px;
    z-index: 99;
    text-align: right;
    background-position: 98% 95%;
}


.cta-arrow .fl-row-content-wrap::before {
	background: url(https://mywit.stg3.net/wp-content/uploads/2026/05/arrow.png);
	content: '';
    width: 135px;
    height: 135px;
    position: absolute;
    right: 30px;
    top: 30px;
}

.wit-testimonial-slider {
		position: relative;
		color: #fff;
		padding: 0 100px;
		margin: 0 auto;
		overflow: hidden;
	
	}
	.wit-testimonial-slider .wit-slides { position: relative; }
	.wit-testimonial-slider .wit-slide {
		display: none;
		text-align: center;
		animation: witFade .4s ease;
	}
	.wit-testimonial-slider .wit-slide.is-active { display: block; }
	@keyframes witFade { from { opacity: 0; } to { opacity: 1; } }
 
	.wit-testimonial-slider .wit-quote {
		font-size: 30px;
		line-height: 1.25;
		font-weight: 500;
		margin: 0 0 30px;
		padding: 0;
		border: 0;
		color: #BF9EFF;
	}
	.wit-testimonial-slider .wit-quote p { margin: 0 0 .6em; }
	.wit-testimonial-slider .wit-quote p:last-child { margin-bottom: 0; }
 
	.wit-testimonial-slider .wit-person {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 14px;
	}
	.wit-testimonial-slider .wit-headshot {
		width: 150px;
		height: 150px;
		border-radius: 50%;
		object-fit: cover;
		flex: 0 0 56px;
		border: 2px solid rgba(255,255,255,.25);
	}
	.wit-testimonial-slider .wit-info { text-align: left; }
	.wit-testimonial-slider .wit-name {
		color: #08F6FE;
		font-weight: 600;
		font-size: 22px;
		line-height: 1.2;
	}
	.wit-testimonial-slider .wit-title {
		text-transform: uppercase;
		font-size: 14px;
		letter-spacing: .8px;
		font-weight: 700;
		margin-top: 3px;
		opacity: .9;
	}
 
	.wit-testimonial-slider .wit-nav {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background: transparent;
		border: 0;
		color: #fff;
		cursor: pointer;
		padding: 8px;
		opacity: .7;
		transition: opacity .2s;
		line-height: 0;
	}
	.wit-testimonial-slider .wit-nav:hover,
	.wit-testimonial-slider .wit-nav:focus { opacity: 1; outline: 0; }
	.wit-testimonial-slider .wit-prev { left: 15px; }
	.wit-testimonial-slider .wit-next { right: 15px; }
 
	@media (max-width: 600px) {
		.wit-testimonial-slider .wit-quote { font-size: 1.1em; }
		.wit-testimonial-slider .wit-prev { left: 5px; }
		.wit-testimonial-slider .wit-next { right: 5px; }
	}


	/* Leadership  */

.leadership .fl-post-text {
	padding: 20px 0!important;
}

.leadership .fl-post-image img {
	border-radius: 10px;
}

.leadership .linkedin i {
    background: #C400C2;
    color: #FFF;
    padding: 4px;
    border-radius: 3px;
	}

.leadership .fl-post-title {
	color: #635CBD;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.25;
}

.leadership .title {
	color: #4F575B;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	line-height: 1.25;
	margin: 0 0 8px;
}

.mega-menu-item-62 .mega-sub-menu .mega-menu-link {
	text-align: left!important;
}

.event-item {
	display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 50px;
}

.event-item .event-text .category {
	text-transform: uppercase;
	font-weight: bold;
	color: #C400C2;
	font-size: 16px;
	margin-bottom: 5px;
}

.event-item h2.fl-post-title a {
	color: #635CBD;
	font-size: 28px;
	font-weight: 500;	
}

.event-item .event-text .event-content {
	font-size: 16px;
	line-height: 1.5;
}

.event-image .date {
	background: #26217B;
	color: #FFF;
	width: 100px;
	height: 100px;
	position: absolute;
	font-size: 35px;
	text-align: center;
	line-height: 1;
	    display: grid;
    align-items: center;
}

.event-image .date .event-day {
	display: block;
	font-size: 35px;
	font-weight: bold;
}

.event-image .date .event-month {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	display: block;
}

.wit_event.fl-post-feed-post {
	border: 0!important;
	min-height: 100px!important;
	margin-bottom: 20px!important;
}

.event-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 16px;
    line-height: 1.5;
	margin: 10px 0;
}

.event-details li {
	display: grid;
	align-items: start;
    grid-template-columns: 30px auto;
}

.event-details .time {
    grid-column: 1;
    grid-row: 1;
}

.event-details .time::before {
	background: url(https://mywit.stg3.net/wp-content/uploads/2026/05/icon-time.png) no-repeat;
	content: '';
	display: block;
	height: 20px;
	width: 20px;
	margin: 3px 0 0;
}

.event-details .price {
    grid-column: 1;
    grid-row: 2;
}

.event-details .price::before {
	background: url(https://mywit.stg3.net/wp-content/uploads/2026/05/icon-cost.png) no-repeat;
	content: '';
	display: block;
	height: 20px;
	width: 20px;
	margin: 3px 0 0;
}

.event-details .location {
    grid-column: 2;
    grid-row: 1 / 3; /* spans both rows so it aligns with time + price */
}

.event-details .location::before {
	background: url(https://mywit.stg3.net/wp-content/uploads/2026/05/icon-location.png) no-repeat;
	content: '';
	display: block;
	height: 20px;
	width: 17px;
	margin: 3px 0 0;
}

.event-text .buttons {
	margin-top: 30px;
}

.event-text .buttons .button {
	display: inline-block;
}

.past-events {
	border: 0!important;
}

.past-events .event-item {
	grid-template-columns: 1fr;
	grid-gap: 10px;
}

.small-list .event-item {
	grid-template-columns: 100px auto;
	align-items: start;
}

/* .small-list.fl-post-feed-post {
	margin-bottom: 40px!important;
} */


.wit_program.fl-post-grid-post {
	padding: 50px 40px!important;
}

.gm-logo-ticker {
			overflow: hidden;
			width: 100%;
			-webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
			mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
		}
		.gm-logo-ticker__track {
			display: flex;
			width: max-content;
			animation: gm-ticker-scroll var(--gm-ticker-duration, 30s) linear infinite;
		}
		.gm-logo-ticker:hover .gm-logo-ticker__track {
			animation-play-state: paused;
		}
		.gm-logo-ticker__group {
			display: flex;
			align-items: center;
			flex-shrink: 0;
		}
		.gm-logo-ticker__item {
			flex-shrink: 0;
			padding: 0 2.5rem; /* Gap between logos */
		}
		.gm-logo-ticker__item img {
	display: block;
	height: 70px;      /* Same visual height for all logos */
	width: 160px;      /* Same footprint width for all logos */
	object-fit: contain; /* Scales each logo inside the box without distortion */
}
		.gm-logo-ticker--static {
	mask-image: none;
	-webkit-mask-image: none;
}
.gm-logo-ticker--static .gm-logo-ticker__track {
	animation: none;
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
}
		@keyframes gm-ticker-scroll {
			from { transform: translateX(0); }
			to   { transform: translateX(-50%); }
		}
		@media (prefers-reduced-motion: reduce) {
			.gm-logo-ticker { mask-image: none; -webkit-mask-image: none; }
			.gm-logo-ticker__track { animation: none; flex-wrap: wrap; width: 100%; justify-content: center; }
			.gm-logo-ticker__group[aria-hidden="true"] { display: none; }
		}

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

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


}

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


	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.site-tagline-left p {
		margin-bottom: 20px;
	}


	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
	}

}

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

h1 {
	font-size: 45px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 34px;
}


.wit-testimonial-slider .wit-quote {
    font-size: 35px;
}

.wit-testimonial-slider .wit-person {
	flex-direction: column;
}

.wit-testimonial-slider .wit-headshot {
	width: 100px;
	height: 100px;
}

.wit-testimonial-slider .wit-info {
	text-align: center;
}

.event-item {
    grid-template-columns: 1fr;
    grid-gap: 30px;
}

}

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

	.cta-arrow .fl-row-content-wrap::before {
		display: none;
	}

	.fl-builder-content .fl-row .fl-col-content {
    	padding-left: 25px!important;
    	padding-right: 25px!important;
	}

	.genesis-nav-menu a {
		padding: 20px 10px;
	}

	.site-footer .nav-secondary a {
		margin: 0 10px;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}

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

	h1 {
	font-size: 32px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 22px;
	}

	.wit-testimonial-slider .wit-quote {
    font-size: 24px;
	}

	.wit-testimonial-slider {
        padding: 0 45px;
    }


}

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

	

}