/*
	Theme Name: Solic
	Description: A mobile responsive and HTML5 theme for Solic, 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

*/


/*
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: #2A3C4A; */
	background-color: #FFFFFF;
	color: #384C69;
	font-family: "Figtree", serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	letter-spacing: .5px;;
}

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: #428DF5;
	color: #fff;
}

::selection {
	background-color: #428DF5;
	color: #fff;
}

a {
	color: #428DF5;
	text-decoration: none;
}

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

a:hover {
	color: #2A3C4A;
}

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

strong {
	font-weight: 700;
}

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: #2A3C4A;
	color: #ddd;
}

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2A3C4A;
	font-family: "Platypi", serif;
 	font-weight: 300;
	line-height: 1.25;
	margin: 0 0 15px;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

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: #2A3C4A;
	font-family: "Figtree", serif;
	font-size: 16px;
	font-weight: 300;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #2A3C4A;
	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 {
	background-color: #2A3C4A;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: "Figtree", serif;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.entry-content .fl-builder-content a.fl-button, 
.entry-content .fl-builder-content a.fl-button:visited,
footer.fl-builder-content a.fl-button,
footer.fl-builder-content a.fl-button:visited {
	border: 1px solid #428DF5;
	background: transparent;
	border-radius: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	padding: 10px 25px;
	font-size: 14px;
	transition: all .4s ease-in-out;
}

.entry-content .fl-builder-content a.fl-button *,
.entry-content .fl-builder-content a.fl-button:visited *,
footer.fl-builder-content a.fl-button *,
footer.fl-builder-content a.fl-button:visited * {
	color: #428DF5;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover,
.entry-content .fl-builder-content a.fl-button:hover, 
.entry-content .fl-builder-content a.fl-button:visited:hover,
footer.fl-builder-content a.fl-button:hover,
footer.fl-builder-content a.fl-button:visited:hover {
	background-color: #428DF5;
}

.entry-content .fl-builder-content a.fl-button:hover *,
.entry-content .fl-builder-content a.fl-button:visited:hover *,
footer.fl-builder-content a.fl-button:hover *,
footer.fl-builder-content a.fl-button:visited:hover * {
	color: #FFFFFF;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

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

.site-inner {
/* 	background-color: #2A3C4A; */
	clear: both;
}

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

.post-edit-link {
	display: none;
}



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

/* Content */

.content {
	float: left;
	width: 720px;
}

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

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


/* 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%;
}

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



/* 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: #2A3C4A;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
}

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

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

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


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

.entry-header {
	display: none;
}

.entry-title {
	font-size: 30px;
	line-height: 1;
}

.genesis-grid .entry-title {
	font-size: 24px;
	margin: 0 0 10px;
}

.single-portfolio .entry-title {
	margin-bottom: 20px;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #2A3C4A;
}

.entry-title a:hover {
	color: #0ebfe9;
}

.widget-title {
	font-size: 16px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

#home-featured .widget-title {
	margin-bottom: 10px;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 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;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/* Beaver Builder 
--------------------------------------------- */

header {
	position: relative;
	z-index: 10;;
}

.fl-row-full-width {
	position: relative;
	z-index: 1;
}

svg#animated-box {
	max-width: 100%;
	height: auto;
	display: block;
  }

  .animated-rect {
	transition: stroke-dashoffset 3s ease-out;
	stroke-dashoffset: 1620; /* Hidden at start */
  }

.large .animated-rect {
	transition: stroke-dashoffset 3s ease-out;
	stroke-dasharray: 3720;
    stroke-dashoffset: 3720;
}

  .animated-rect.animate {
	stroke-dashoffset: 0; /* Animation effect */
  }

/* .industry-button .uabb-bb-box {
	background: #428DF5;
} */

.industry-button .uabb-image-wrap {
	border-radius: 10px;
	max-height: 260px;
}

.industry-button .uabb-bb-box .uabb-background {
	/* background: rgba(66,141,245,.75)!important; */
	background: none!important;
}

/* .industry-button .uabb-image-wrap img {
	filter: contrast(1) grayscale(1);
} */

.industry-button .uabb-bb-box .mask {
	transform: none;
	transition: none;
	opacity: 1;
}

.industry-button .uabb-bb-box .mask .uabb-ib1-description {
	padding: 0!important;
}

.industry-button a {
	color: #FFF;
}

.home-accordion .fl-accordion-button {
	transition: all .4s ease-in-out;
}

.fl-accordion-button a.fl-accordion-button-label:focus {
	outline: 0;
}

.home-accordion .fl-accordion-button-icon i {
	opacity: 1!important;
	border: 2px solid #428DF5;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: grid;
    align-items: center;
    text-align: center;
    padding: 0;
    margin: 0 auto;
	transition: all .4s ease-in-out;
}

.home-accordion .fl-accordion-button-icon i.dashicons-minus {
	background: #428DF5;
}

.home-accordion .fl-accordion-button-icon i::before {
	color: #428DF5;
	text-align: center;
    max-width: 20px;
    margin: 0 auto;
}

.home-accordion .fl-accordion-button-icon i.dashicons-minus::before {
	color: #2A3C4A;
}

.home-accordion .fl-accordion-button:hover i.dashicons-minus  {
	background: transparent;
}

.home-accordion .fl-accordion-button:hover i.dashicons-minus::before  {
	color: #428DF5;
}


.home-accordion .fl-accordion-button:hover i.dashicons-plus-alt2::before  {
	color: #2A3C4A;
}

.home-accordion .fl-accordion-button:hover i.dashicons-plus-alt2  {
	background: #428DF5;
}

.home-accordion .fl-accordion-content a {
	border: 1px solid #428DF5;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 10px 25px;
    font-size: 14px;
	transition: all .4s ease-in-out;
}

.home-accordion .fl-accordion-content a:hover {
	background: #428DF5;
	color: #FFF;	
}

/* WAVE */

.wave.fl-row,
.wave-2.fl-row {
	position: relative;
	overflow: visible;
	z-index: 1;
}

.wave.fl-row:after {
	content: '';
    width: 100%;
	height: 100%;
    height: 130%;
    background: url(https://www.soliccapital.com/wp-content/uploads/2025/02/solic-wave.png);
    position: absolute;
    top: -50px; 
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.wave.industry.fl-row:after {
/* 	height: 150%;
	background-position: top; */
	    height: 200%;
    background-position: top;
    top: -90%;
    z-index: 1;
}

.wave-2.fl-row:after {
	content: '';
    width: 100%;
    height: 210%;
    background: url(https://www.soliccapital.com/wp-content/themes/solic/images/wave2.png);
    position: absolute;
    top: -10%;
    left: 0;
    background-position: left top;
    z-index: -1;
    background-repeat: no-repeat;
}

.uabb-adv-accordion-button {
	position: relative; 
	z-index: 100;
}

.uabb-adv-accordion-content {
	padding: 40px 60px!important;
	margin-top: -15px;
	z-index: 10;
	position: relative;
}

.uabb-adv-accordion-content ul {
	columns: 2;
    column-gap: 60px;
    margin: 0 !important;
	list-style-type: none;
}

/* .uabb-adv-accordion-item .uabb-adv-accordion-button {
	transition: all .4s ease-in-out!important;
} */

.uabb-adv-accordion-item-active .uabb-adv-accordion-button {
	border-bottom: 5px solid #3E82E0!important;
    /* border-bottom-left-radius: 0!important; */
    /* border-bottom-right-radius: 0!important; */
}

.uabb-adv-accordion-button-icon {
	font-size: 30px!important;
	margin-top: 5px;
	line-height: 1;
}

.uabb-adv-accordion-content ul > li {
	display: grid;
	grid-template-columns: 40px 1fr;
	margin-bottom: 20px;
	line-height: 1.5!important;
}

.uabb-adv-accordion-content ul li:before {
	content: "\e988";
	font-family: 'Ultimate-Icons' !important;
	color: #428DF5;
	font-size: 30px;
	line-height: 1;
}

.uabb-adv-accordion-content ul li ul {
	grid-column: span 2;
    margin: 15px 45px 0!important;
    column-count: 1;
}

.uabb-adv-accordion-content ul li ul li {
	margin-bottom: 10px;
}

.uabb-adv-accordion-content ul li ul li:before {
	font-size: 20px;
}

.uabb-banner-style01 .uabb-image-wrap .uabb-inner-mask,
.uabb-banner-style01 .uabb-image-wrap .uabb-inner-mask .uabb-ib1-description {
	position: relative;
	
}

.uabb-banner-style01 .uabb-image-wrap .uabb-inner-mask .uabb-ib1-description {
	z-index: 999;
}

.uabb-banner-style01 .uabb-image-wrap .uabb-inner-mask:after {
	transition: all .4s ease-in-out;
	content: '';
		position: absolute;
    width: 100%;
    height: 100%;
/*     mix-blend-mode: multiply; */
    z-index: 1;
	background: rgba(42, 60, 74, .6);
}



.uabb-banner-style01:hover .uabb-image-wrap .uabb-inner-mask:after {
	content: '';
	background: rgba(42, 60, 74, .8);
	position: absolute;
    width: 100%;
    height: 100%;
/*     mix-blend-mode: multiply; */
    z-index: 1;
	transition: all .4s ease-in-out;
}

/* TEAM */

/* .leadership-accordion .fl-builder-module-template {
	max-width: 100%!important;
} */

.team-feed-shortcode {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 40px;
}

.team-feed-shortcode .team-item,
.team-feed-posts .team-item {
	padding: 0 20px;
}

.team-feed-shortcode .fl-post-image,
.team-feed-posts .fl-post-image{
	text-align: center;
}

.team-feed-shortcode .fl-post-image img,
.team-feed-posts .fl-post-image img{
	border-radius: 175px;
	max-width: 250px;
}

.team-feed-shortcode .fl-post-text,
.team-feed-posts .fl-post-text {
	text-align: center;
	display: grid;
    grid-template-rows: auto 75px 30px;
}

.team-feed-shortcode .fl-post-text h2,
.team-feed-posts .fl-post-text h2 {
		font-size: 20px;
		line-height: 26px;
		margin: 25px 0 0;
		padding: 0 0 5px;
		font-family: "Platypi", serif!important;
}

.team-feed-shortcode .fl-post-text h2 a,
.team-feed-posts .fl-post-text h2 a {
	color: #2A3C4A;	
}

.uabb-adv-accordion-content .team-feed-shortcode .fl-post-text p {
	text-transform: uppercase;
	color: #428DF5!important;
	font-weight: 500!important;
    font-size: 16px!important;
    line-height: 1.35!important;
    margin: 5px 0 !important;
}



.team-feed-shortcode .fl-post-text .bio-link,
.team-feed-posts .fl-post-text .bio-link{
	text-align: left;
	display: grid;
	grid-template-columns: 80px 1fr 15px;
    margin-top: 5px;
    grid-gap: 10px;
}

.team-feed-shortcode .fl-post-text .bio-link:before,
.team-feed-posts .fl-post-text .bio-link:before {
	content: '';
	grid-area: 1/2;
	border-bottom: 1px solid #B9B9B9;
	display: grid;
    align-self: center;
}

.team-feed-shortcode .fl-post-text .bio-link:after,
.team-feed-posts .fl-post-text .bio-link:after {
	content: "\e952";
	font-family: 'Ultimate-Icons' !important;
	color: #B9B9B9;
}

.team-feed-shortcode .fl-post-text .bio-link a,
.team-feed-posts .fl-post-text .bio-link a {
	color: #B9B9B9;
	text-transform: uppercase;
	font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

/* Case Study */

.stat-numbers strong {
	font-family: "Platypi", serif;
	/* text-transform: uppercase; */
	/* letter-spacing: 1px; */
	font-size: 22px!important;
	line-height: 1.25!important;
	/* color: #77A1BE!important; */
}

.stat-numbers ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 25px;
}

.stat-numbers li {
	list-style-type: none;
}

.case-study-feed-shortcode {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;;
}

.uabb-image-carousel-content:hover .uabb-background-mask {
    opacity: 0!important;
}

.industry-header-photo {
	z-index: 99;
	position: relative;
}


.top-layer {
	position: relative;
	z-index: 9;
}
/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #2A3C4A;
	left: 0;
	letter-spacing: 1px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.admin-bar .site-header {
	top: 32px;
}

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

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

.header-image .title-area {
	padding: 0;
}




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



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

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #2A3C4A;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #2A3C4A;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
}

.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 30px;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #999;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #2A3C4A;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #0ebfe9;
}

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

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

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


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

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

.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-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: #2A3C4A;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	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;
}

/*  News & Insights  */

.insights-feed {
	background: #FFF;
	padding: 40px;
	transition: all .4s ease-in-out;
	display: inline-block;
	vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
	width: 100%;
}

.insights-feed:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #DFE5E8;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
	width: 100%;
  height: 100%;
}

.insights-feed:hover:before, .insights-feed:focus:before, .insights-feed:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* .insights-feed:hover {
	background: #DFE5E8!important;
} */

.news-feed {
	background: #DFE5E8!important;
	padding: 40px;
	transition: all .4s ease-in-out;
	display: inline-block;
	vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* .news-feed:hover {
	background: #FFF!important;
} */


.news-feed:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
	width: 100%;
  height: 100%;
}

.news-feed:hover:before, .news-feed:focus:before, .news-feed:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.insights-feed .insights-item,
.news-feed .insights-item {
	display: grid;
	grid-template-rows: 25px 30px 1fr;	
/* 	height: 250px; */
	height: 180px;
	align-items: flex-start;
}

.insights-feed .insights-icon:before {
	background: url(images/icon-insights.png);
	content: '';
	display: block;
	width: 18px;
	height: 22px;
}

.news-feed .news-icon:before {
	background: url(images/icon-news.png);
	content: '';
	display: block;
	width: 24px;
	height: 16px;
}

.insights-feed h2,
.news-feed h2 {
	font-family: "Platypi", serif;
	align-content: end;
}

.insights-feed h2 a,
.news-feed h2 a {
	color: #2A3C4A;
}

.insights-feed .insights-source,
.news-feed .insights-source {
	color: #77A1BE;
	font-family: "Figtree", serif;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}



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

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

	.team-feed-shortcode {
		grid-template-columns: 1fr 1fr;
	}
	
	.team-feed-shortcode .fl-post-text {
		grid-template-rows: 60px auto 30px;
	}
	
	.uabb-adv-accordion-content .team-feed-shortcode .fl-post-text p {
		font-size: 14px!important;
	}


}

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

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right,
	.title-area {
		width: 100%;
	}

	.site-header {
		position: static;
	}

	
	.header-image .site-title a {
		margin: 0 auto 10px;
	}

	.site-header .search-form {
		float: none;
		margin: 0 auto;
		width: 50%;
	}
	
	.site-header .widget-area {
		padding: 0 5%;
	}

	.site-description {
		font-size: 30px;
	}

	.site-tagline {
		margin-top: 0;
		padding: 20px 0;
	}

	.minimum .site-tagline {
		margin-top: 400px;
	}

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

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .widget,
	.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) {

	.uabb-adv-accordion-content ul {
		columns: 1;
		column-gap: 20px;
	}

	.uabb-adv-accordion-content {
		padding: 40px!important;
	}

}

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



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

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

	.responsive-menu {
		display: none;
	}

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



	.genesis-grid-even,
	.genesis-grid-odd,
	.post-type-archive-portfolio .entry {
		width: 100%;
	}


	.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%;
	}
	
	
	.team-feed-shortcode {
   grid-template-columns: 1fr;
   max-width: 100%;
   margin: 0 auto;
	}
	
	.team-feed-shortcode .team-item {
    padding: 0;
	}

}

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

	

}

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

	

}