/*
	Theme Name: Copper Development Association
	Description: A mobile responsive and HTML5 theme for Copper Development Association, 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

*/

/** @font-face reference =====================
font-family:'RotisSansSerifW01-Bold';
font-family:'RotisSansSerifW01-Extra';
font-family:'RotisSansSerifW01-Itali';
font-family:'RotisSansSerifW01-Light 735435';
font-family:'RotisSansSerifW01-Light 735438';
font-family:'Rotis Sans Serif W01';
licensing and hosting by webfonts.fonts.com
*/


/*
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: #626971;
	font-family:'Rotis Sans Serif W01';
	font-size: 22px;
	font-weight: 300;
	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: #626971;
	color: #fff;
}

::selection {
	background-color: #626971;
	color: #fff;
}

a {
	color: #FB4F14;
	text-decoration: none;
}

a img {
	margin-bottom: -6px;
}

a:hover {
	color: #004153;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-family:'RotisSansSerifW01-Bold';
}

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: #626971;
	color: #ddd;
}

cite {
	font-style: normal;
}

.post-edit-link {
	display: none;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #626971;
	font-family:'RotisSansSerifW01-Light 735438';
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 55px;
	font-family:'RotisSansSerifW01-Light 735438'!important;
/* font-family:'Rotis Sans Serif W01'; */
}

h1.bold {
    font-family:'RotisSansSerifW01-Bold'!important;
}

h2 {
	font-size: 28px;
	font-family:'RotisSansSerifW01-Bold';
	color: #004153;
}

h3 {
	font-size: 24px;
	font-family:'RotisSansSerifW01-Bold';
	text-transform: uppercase;
	color: #004153;
	letter-spacing: 1px;
}

h4 {
	font-size: 20px;
}

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: 2px solid #FDCA00;
	border-radius: 5px;
	box-shadow: none;
	color: #626971;
	font-family:'Rotis Sans Serif W01';
	font-size: 16px;
	font-weight: 300;
	padding: 10px;
	width: 100%;
	border-radius: 0;
}

input:focus,
textarea:focus {
	border: 1px solid #626971;
	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: #FDCA00;
	border: none;
	box-shadow: none;
	color: #004153;
	cursor: pointer;
	font-family:'RotisSansSerifW01-Bold';
	/* font-family:'Rotis Sans Serif W01'; */
	font-weight: 500;
	letter-spacing: 1px;
	padding: 12px 35px;
	text-transform: uppercase;
	width: auto;
	border-radius: 0;
	transition: all .4s ease-in-out;
}

.site-inner .fl-row-content-wrap .fl-button-wrap.light-button-arrow a.fl-button {
	background-color: transparent;
	border: none;
	box-shadow: none;
	color: #004153;
	cursor: pointer;
	font-family:'RotisSansSerifW01-Bold';
	font-weight: 500;
	letter-spacing: 1px;
	padding: 0;
	display: flex;
	gap: 10px;
	align-items: center;
	text-transform: uppercase;
	width: auto;
	border-radius: 0;
	transition: all .4s ease-in-out;
}

.site-inner .fl-row-content-wrap .fl-button-wrap.light-button-arrow a.fl-button::after {
	display: block;
    content: '';
    background: url(images/yellow-arrow.svg);
    background-size: 100%;
	background-repeat: no-repeat;
    width: 40px;
    height: 10px;
}

.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: #004153;
}

.site-inner .fl-row-content-wrap .fl-button-wrap.orange a.fl-button {
	background-color: #FA4F14;
	border: none;
	box-shadow: none;
	color: #FFF;
	cursor: pointer;
	/* font-family:'Rotis Sans Serif W01'; */
	font-family:'RotisSansSerifW01-Bold';
	font-weight: 500;
	letter-spacing: 1px;
	padding: 12px 35px;
	text-transform: uppercase;
	width: auto;
	border-radius: 0;
	transition: all .4s ease-in-out;
}

.site-inner .fl-row-content-wrap .fl-button-wrap.orange a.fl-button *,
.site-inner .fl-row-content-wrap .fl-button-wrap.orange a.fl-button:visited * {
	color: #FFF;
}

.site-inner .fl-row-content-wrap .fl-button-wrap.outline a.fl-button {
	background-color: transparent;
	border: 2px solid #FDCA00;
	box-shadow: none;
	color: #004153;
	cursor: pointer;
	font-family:'RotisSansSerifW01-Bold';
	/* font-family:'Rotis Sans Serif W01'; */
	font-weight: 500;
	letter-spacing: 1px;
	padding: 12px 35px;
	text-transform: uppercase;
	width: auto;
	border-radius: 0;
	transition: all .4s ease-in-out;
}

.site-inner .fl-row-content-wrap .fl-button-wrap.outline a.fl-button *,
.site-inner .fl-row-content-wrap .fl-button-wrap.outline a.fl-button:visited * {
	color: #004153;
}

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 {
	background-color: #004153;
}

.site-inner .fl-row-content-wrap .fl-button-wrap a.fl-button:hover *,
.site-inner .fl-row-content-wrap .fl-button-wrap a.fl-button:hover:visited * {
	color: #FFF;
}

.site-inner .fl-row-content-wrap .fl-button-wrap.outline a.fl-button:hover {
	background: #FDCA00;
}

.site-inner .fl-row-content-wrap .fl-button-wrap.outline a.fl-button:hover *,
.site-inner .fl-row-content-wrap .fl-button-wrap.outline a.fl-button:hover:visited * {
	color: #004153;
}

.site-inner .fl-row-content-wrap .fl-button-wrap.light-button-arrow a.fl-button:hover {
	background: transparent;
}

.site-inner .fl-row-content-wrap .fl-button-wrap.light-button-arrow a.fl-button:hover *,
.site-inner .fl-row-content-wrap .fl-button-wrap.light-button-arrow a.fl-button:hover:visited * {
	color: #FDCA00;
}

.entry-content .button:hover {
	color: #fff;
}


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;
}


.wp-block-table {

}



/*
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: 650px!important;
}

.full-left .fl-col-content {
    max-width: 650px!important;
    margin: 0 0 0 auto!important;
}

.full-left.overlap .fl-col-content {
    max-width: 650px!important;
    margin: auto -80px auto auto !important;
    z-index: 999;
    position: relative;
}


/* 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: #626971;
	font-family:'Rotis Sans Serif W01';
	font-size: 16px;
	font-weight: 400;
	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: #626971;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.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:'Rotis Sans Serif W01';
	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: #626971;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family:'Rotis Sans Serif W01';
	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;
}

.bypostauthor {
}


/* Custom Theme Styles */

/* header .fl-row, */
.top-layer .fl-row-content-wrap,
.fl-col.top-layer .fl-col-content {
	position: relative;
	z-index: 10;
}

body.fl-builder-edit header .fl-row,
body.fl-builder-edit .top-layer .fl-row-content-wrap,
.fl-row {
	position: relative;
	z-index: auto;
}

.fl-row.bottom-layer {
	position: relative;
	z-index: 0;
}


.fl-row.background-block,
.fl-row.column-block .fl-row-content-wrap,
.fl-row.background-full-block {
	overflow: hidden;
}

.fl-row.background-block .fl-row-content-wrap .fl-col-content::after,
.fl-row .fl-row-content-wrap .fl-col.background-block-column::after  {
	/* background-color: rgba(215, 211, 198, 0.5); */
	background-color: #F9F9F7;
    content: '';
    height: calc(100% + 80px);
    position: absolute;
    width: 100vw;
    z-index: 1;
    margin: -40px 0px 0 -60px !important;
	top: 0;
}

.fl-row.background-full-block .fl-row-content-wrap .fl-row-content::after {
	background-color: #F9F9F7;
    content: '';
    height: calc(100% + 80px);
    position: absolute;
    width: 100vw;
    z-index: 1;
    margin: -40px 0px 0 100px !important;
	top: 0;
}

.fl-row.column-block .fl-col.fl-col-bg-photo .fl-col-content,
.fl-row .fl-row-content-wrap .fl-col.background-block-column .fl-col-content,
.fl-row.background-full-block .fl-row-content-wrap .fl-row-content .fl-col-content,
.fl-row.background-block .fl-row-content-wrap .fl-col-content .fl-module{
	position: relative;
	z-index: 999;
}


.fl-row.background-block .fl-row-content-wrap .fl-row-content,
.fl-row.page-header .fl-row-content-wrap .fl-row-content,
.background-block-column-short .fl-col-content,
.background-block-column-short .fl-col-content .fl-module {
	position: relative;
	z-index: 9;
}

.background-block-column-short .fl-col-content::after {
	background-color: #F9F9F7;
    content: '';
    height: calc(100% + 80px);
    position: absolute;
    width: 100vw;
    z-index: 1;
    margin: -40px 0px 0 -60px !important;
	top: 0;
}

.button-group.arrows .fl-button-wrap a {
	display: flex;
    align-items: center;
    gap: 15px;
	font-family:'RotisSansSerifW01-Bold'!important;
}

.button-group.arrows .fl-button-wrap a:hover * {
	color: #FECB00!important;
}

.button-group.arrows .fl-button-wrap a:after {
	display: block;
    content: '';
    background: url(images/yellow-arrow.svg);
    background-size: 100%;
	background-repeat: no-repeat;
    width: 40px;
    height: 10px;
}

.button-group.arrows .fl-button-group-button:after {
	content: '';
	width: 70px;
	height: 3px; 
	background: #D7D3C7;
	display: block;
	margin-top: 10px;
}

.button-group.arrows .fl-button-group-button:last-of-type:after {
	display: none;
}


.fl-row.page-header .fl-row-content-wrap::before {
	content: '';
    background: rgba(0, 65, 83, .9);
    height: 100%;
    float: left;
    position: absolute;
    width: 55%;
    left: 0;
}

.fl-row.page-header .fl-row-content-wrap::after {
	content: '';
    background: rgba(0, 65, 83, .9);
    height: 100%;
    position: absolute;
    width: 20%;
    right: 0;
}

/* Resources */

.resource-feed.fl-post-grid-post,
.resource-feed-item.fl-post-grid-post {
    border: 0;
	background: transparent!important;
}

.resource-feed .fl-post-text {
    padding: 0px;
    font-size: 18px;
}

.resource-feed .fl-post-title,
.awards-content .awards-name {
    font-size: 22px;
    text-transform: uppercase;
	line-height: 26px;
	margin: 0;
	font-family:'RotisSansSerifW01-Bold'!important;
	padding: 0 0 5px;
}

.resource-feed .fl-post-title a,
.awards-content .awards-name a {
    color: #004153;
}

.new-resources {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 60px;
	align-items: center;
}

.new-resources-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	align-items: center;
}

.new-resources .fl-post-title,
.new-resources-2 .fl-post-title {
	text-transform: uppercase;
	letter-spacing: .5px;
	font-size: 22px!important;
}

.fl-post-carousel-title,
.news-post-text h2 {
	text-transform: uppercase;
	letter-spacing: .5px;
	font-size: 20px!important;
}

.new-resources .fl-post-title a,
.new-resources-2 .fl-post-title a,
.fl-post-carousel-title a,
.news-post-text h2 a {
	color: #004153;	
}

.new-resources .fl-post-excerpt,
.new-resources-2 .fl-post-excerpt,
.fl-post-carousel-content p,
.new-resources-feed .fl-post-excerpt p{
	font-size: 18px;
}

/* .new-resources-2 .fl-post-excerpt {
	font-size: 20px;
} */

.fl-post-carousel-post {
	border: 0!important;
}

.fl-post-carousel-content p:last-of-type {
    margin-bottom: 20px!important;
}

.fl-post-carousel-text,
.news-post-text  {
	padding: 20px 0!important;
}

.fl-col.border-offset .fl-col-content::after {
	content: '';
    border: 4px solid #FDCA00;
    height: 100%;
    margin: 20px 20px -20px -20px;
}

.fl-col.border-offset.left .fl-col-content::after {
	content: '';
    border: 4px solid #FDCA00;
    height: 100%;
    margin: 20px -20px -20px 20px;
}

.number-item {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 50px 1fr 0;
	line-height: 1.25;
	align-items: center;
}

.number-item p {
	padding: 0 50px 0 0;
}

.number-item.one::before {
	content: '1'!important;
	color: #FDCA00;
	font-size: 80px;
	line-height: 1;
}

.number-item.two::before {
	content: '2'!important;
	color: #FDCA00;
	font-size: 80px;
	line-height: 1;
}

.number-item.three::before {
	content: '3'!important;
	color: #FDCA00;
	font-size: 80px;
	line-height: 1;
}

.partner-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 40px;
}

.partner-list .partner-item ul {
	margin: 0;
}

.partner-list .partner-item ul li {
	list-style-type: none;
	font-size: 18px;
	letter-spacing: 1px;
}

.partner-list .partner-item ul li.name {
	color: #004153;
	font-family:'RotisSansSerifW01-Extra';
}

/* Events  */

.fl-post-feed-post.type-tribe_events {
	border-bottom: 1px solid #D7D3C7;
	padding-bottom: 30px !important;
}

.fl-post-feed-post.type-tribe_events .event-date .event-month {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 1px;
	font-family:'RotisSansSerifW01-Bold'!important;
	color: #004153;
}

.fl-post-feed-post.type-tribe_events .event-date .event-month:after {
	content:''; 
	border-bottom: 2px solid #FDCA00;
	width: 30px;
	display: block;
    margin: 5px 0;
}

.fl-post-feed-post.type-tribe_events .event-date .event-day {
	text-transform: uppercase;
	font-size: 42px;
	line-height: 1;
	letter-spacing: 0;
	font-family:'RotisSansSerifW01-Bold'!important;
	color: #004153;
}

.upcoming-event-list {
	display: grid;
	grid-template-columns: 80px 1fr;
}

.upcoming-event-list .event-text h2 {
	font-size: 20px;
}

.upcoming-event-list .event-text h2 a {
	color: #004153;
}

.upcoming-event-list .event-text .fl-post-excerpt p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 5px;
}

.upcoming-event-list .event-text .fl-post-more-link a,
.fl-post-more-link a,
a.fl-post-carousel-more {
	font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.2;
	color: #004153;
}

.fl-post-more-link a,
a.fl-post-carousel-more {
	display: flex;
    align-items: center;
    gap: 10px;
}

.fl-post-more-link a::after,
a.fl-post-carousel-more::after {
	display: block;
    content: '';
    background: url(images/yellow-arrow.svg);
    background-size: 100%;
	background-repeat: no-repeat;
    width: 40px;
    height: 10px;
}

/* Awards / Carousel  */

    .testimonials-carousel-wrapper {
        max-width: 800px;
        margin: 0 auto;
        position: relative;
    }

    .testimonials-carousel {
        overflow: hidden;
        position: relative;
    }

    .testimonial-slide {
        display: none;
        padding: 20px;
        text-align: center;
    }

    .testimonial-slide.active {
        display: block;
    }

    .testimonial-content {
        background: #f9f9f9;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .testimonial-image {
        margin-bottom: 20px;
    }

    .testimonial-avatar {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .testimonial-text {
        font-style: italic;
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 20px;
        color: #555;
    }

    .testimonial-text::before {
        content: '"';
        font-size: 24px;
        color: #ccc;
    }

    .testimonial-text::after {
        content: '"';
        font-size: 24px;
        color: #ccc;
    }

    .testimonial-name {
        margin: 0 0 5px 0;
        font-size: 20px;
        color: #333;
    }

    .testimonial-details {
        margin: 0;
        font-size: 14px;
        color: #777;
    }

    /* Navigation arrows */
    .carousel-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        padding: 10px 15px;
        cursor: pointer;
        border-radius: 50%;
        font-size: 18px;
        z-index: 10;
    }

    .carousel-nav:hover {
        background: rgba(0, 0, 0, 0.7);
    }

    .carousel-prev {
        left: -50px;
    }

    .carousel-next {
        right: -50px;
    }

    /* Dots navigation */
    .carousel-dots {
        text-align: center;
        margin-top: 20px;
    }

    .carousel-dot {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #ccc;
        border-radius: 50%;
        margin: 0 5px;
        cursor: pointer;
        transition: background 0.3s;
    }

    .carousel-dot.active {
        background: #333;
    }

	.award-filters {
		display: flex;
		justify-content: space-evenly;
		gap: 15px;
	}
	
	.award-filters .award {
		width: 100%;
	}

	.awards-content {
		padding: 0 15px;
	}

	.awards-image {
		margin-bottom: 10px;
	}

	.awards-content .awards-year {
		font-size: 18px;

	}


/* Alloy Search  */

.search-note {
	font-size: 16px;
    letter-spacing: .5px;
    margin-bottom: 0!important;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

.search-forms {
	margin: 40px 0;
}

.search-forms,
.cda-search-column.dropdowns {
	display: flex;
}

.cda-search-column.dropdowns {
	width: 60%;
    gap: 20px;
}

#search-suppliers-container {
	display: grid;
    grid-template-columns: 15px 1fr;
    grid-gap: 0px 8px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
	padding: 0 20px;
}

.search-forms.suppliers {
	gap: 20px;
}

.search-forms.suppliers label {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.25;
}

.search-forms.suppliers #submit-fabricators {
	width: 130px;
    height: 45px;
    margin-top: 35px;
}

.search-results.supplier-search-results .accordion h2 {
	border-bottom: 2px solid #D7D3C7;
	font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
	background-color: #F9F9F7;
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 40px;
	margin: 0;
}

.search-results.supplier-search-results .accordion .panelcontent {
	background-color: #F9F9F7;
	padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 40px;
	font-size: 18px;
    line-height: 1.5;
	display: none;
}

.search-results.supplier-search-results .accordion .panelcontent.open {
	/* display: block; */
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 100px;
}

.search-results.supplier-search-results .accordion .panelcontent.open .supplier-contact-information {
	font-size: 16px;
    line-height: 1.5;
    border-bottom: 2px solid #D7D3C7;
    padding: 0 0 10px!important;

}

.search-results.supplier-search-results .accordion .panelcontent.open .supplier-contact-information .name {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #004153;
	display: block;
}

.search-results.supplier-search-results .accordion .panelcontent.open .supplier-contact-information p {
	margin-bottom: 0;
}

.note {
	font-size: 16px;
	font-style: italic;
	margin: 40px 0;
}

.new_search {
	font-size: 18px;
    letter-spacing: 1px;
    text-align: right;
}

.search-results .error {
	border-top: 1px solid #D7D3C7;
    border-bottom: 1px solid #D7D3C7;
    padding: 70px 20px;
    text-align: center;
}

/* Contacts  */

.supplier-contact .contact-details {
	margin: 0;
}


.supplier-contact .contact-details li {
	list-style-type: none;
	font-size: 18px;
}

.supplier-contact .contact-details li p {
	margin: 0!important;
}


/* Staff  */

.leadership-item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

.leadership-item .fl-post-title a {
	color: #FFF;
}

.staff-item .fl-post-title a {
	color: #004153;
}

.leadership-item .fl-post-title,
.staff-item .fl-post-title {
	font-family:'RotisSansSerifW01-Bold';
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 22px!important;
	line-height: 1.25;
}

.leadership-item .title {
	color: #FFF;
	font-size: 18px;
	line-height: 1.25;
	margin-bottom: 10px;
}

.leadership-item .bio-button a {
	color: #FECB00;
	font-family:'RotisSansSerifW01-Bold';
	text-transform: uppercase;
	letter-spacing: 1px;
	display: flex;
    align-items: center;
    gap: 10px;
}

.staff-item .bio-button a  {
	color: #004153;
	font-family:'RotisSansSerifW01-Bold';
	text-transform: uppercase;
	letter-spacing: 1px;
	display: flex;
    align-items: center;
    gap: 10px;

}

.leadership-item .bio-button a:after,
.staff-item .bio-button a:after {
display: block;
    content: '';
    background: url(images/yellow-arrow.svg);
    background-size: 100%;
	background-repeat: no-repeat;
    width: 40px;
    height: 10px;
}


.staff-item .fl-post-text {
	padding: 20px 0!important;
}


    /* Responsive */
    @media (max-width: 768px) {
        .carousel-prev, .carousel-next {
            position: relative;
            left: auto;
            right: auto;
            display: inline-block;
            margin: 10px 5px;
            top: auto;
            transform: none;
        }
        
        .testimonial-content {
            padding: 20px;
        }
        
        .testimonial-text {
            font-size: 16px;
        }
    }




/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1179px) {

.search-forms, .cda-search-column.dropdowns {
    display: grid;
}



}

@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) {

	.fl-row.background-block .fl-row-content-wrap .fl-col-content::after, 
	.fl-row .fl-row-content-wrap .fl-col.background-block-column::after {
		margin-top: 0!important;
	}


.fl-row.page-header .fl-row-content-wrap::before {
	width: 100%;
}

.fl-row.page-header .fl-row-content-wrap::after {
	display: none;
}

.fl-row-full-width.fl-row-bg-photo.fl-row-bg-overlay .fl-row-content-wrap:after {
	width: 100%;
}

h1 {
	font-size: 45px;
}

.fl-row .fl-row-content-wrap .fl-col.background-block-column .fl-col-content::after {
    display: none;
}

.full-left.overlap .fl-col-content {
    max-width: 100% !important;
    margin: auto 0 !important;
}


}

@media only screen and (max-width: 768px) {

	.award-filters {
		display: grid;
        width: 100%;
        justify-content: normal;
        gap: 0;
	}

	.award-filters select,
	.award-filters input,
	.facetwp-type-search .facetwp-input-wrap {
		width: 100%;
	}

	.fl-builder-content .fl-row .fl-col-content {
    	padding-left: 25px!important;
    	padding-right: 25px!important;
	}

	.new-resources,
	.new-resources-2 {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

	.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: 35px;
}

}

@media only screen and (max-width: 320px) {

	

}