/*
Theme Name: Future City® Competition - Divi Child Theme
Theme URI: https://xxxxxx
Version: 3.6.1
Description: A customized Divi Child Theme
Author: RedSwan5
Author URI: https://redswan5.com
Template: Divi
*/

@font-face {
   font-family: 'LexendDecaBold';
      src: url('fonts/LexendDeca-Bold.woff2') format('woff2');
   font-weight: 700;
   font-style: normal;
}

@font-face {
	font-family: 'LexendDecaRegular';
	   src: url('fonts/LexendDeca-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
 }


@font-face {
   font-family: 'LexendDecaMedium';
      src: url('fonts/LexendDeca-Medium.woff2') format('woff2');
   font-weight: 500;
   font-style: normal;
}


@font-face {
   font-family: 'LexendDecaRegular';
      src: url('fonts/LexendDeca-Regular.woff2') format('woff2');
   font-weight: 400;
   font-style: normal;
}

@font-face {
	font-family: 'Sarabun';
	   src: url('fonts/sarabun-v13-latin-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
 }

 @font-face {
	font-family: 'Sarabun';
	   src: url('fonts/sarabun-v13-latin-italic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
 }

 @font-face {
	font-family: 'Sarabun';
	   src: url('fonts/sarabun-v13-latin-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
 }


h3 {
	font-size: 24px;
	line-height: 33px;
}

a:hover {
	color: #007BC7;
}

/* international phone input field */

.et_pb_text ul.iti__country-list {
	list-style-type: none;
	padding-left: 0;
}

/* -------------------------- */
/* styling for reg home page  */
/* -------------------------- */

.page-id-186 .et_builder_inner_content {
    display: flex;
    flex-flow: row wrap;
}

.help-info-link a:after,
.el_modal_popup_trigger_text:after {
	content: "\e060";
	padding-left: 6px;
	font-family: 'ETMODULES'!important;
	font-weight: 500;	
}

/* ------------------------------- */
/* styling for registration forms  */
/* ------------------------------- */


.fluentform label {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400 !important;
}

.ff-message-success {
	border: none !important;
	box-shadow: none !important;
}

.fluentform .ff-el-is-error .text-danger {
	line-height: 1.2em !important;
}

.fluentform .ff-el-group.fc-password-input-container {
	margin-bottom: 0;
}


.frm-fluent-form .choices__list--dropdown .choices__item--selectable.is-highlighted {
	background-color: #EBF4FB !important;
}


.regional-comp-details {
	background-color: #EBF4FB !important;
	padding: 15px;
}

.fluentform .ff-step-titles li.ff_active, .fluentform .ff-step-titles li.ff_completed {
	color: #323232 !important;
}

.fluentform .ff-step-titles li.ff_active:before, .fluentform .ff-step-titles li.ff_completed:before,
.fluentform .ff-step-titles li.ff_active:after, .fluentform .ff-step-titles li.ff_completed:after {
	background-color: #32348E !important;
}

.entry-content table:not(.variations), body.et-pb-preview #main-content .container table {
	border: none !important;
}

.ff_repeater_table thead {
	display: none;
}

#next-filter { 
    background-color: #006EC8;
    padding: 13px 36px;
    font-family: 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    letter-spacing: .5px;
    border-radius: 30px;
    color: #fff;
    float: right;
    margin-top: 60px;
	cursor: pointer;
}

#next-filter:hover {
	background-color: #338bd3;
}

.personal-info-section .ff-btn-next {
	display:none !important;
}

.fc-add-another-region {
	font-family: 'Lexend Deca',Helvetica,Arial,Lucida, sans-serif;
	color: #006EC8;
	font-weight: 700;
	font-size: 15px;
	line-height: 19px;
	padding-top: 20px;
	cursor: pointer;
}

.fc-hidden,
.frm-fluent-form .ff-t-container.fc-hidden.ff_cond_v {
	display: none !important;
}

.fc-del-region {
	font-size: 12px;
	color: #006EC8;
	font-weight: 600;
	cursor: pointer;
}
.fc-del-region:before {
	content: "\e019";
	padding-right: 4px;
	font-family: 'ETMODULES'!important;
	font-weight: 500;
}

.fc-del-region .del-text:hover {
	text-decoration: underline;
}

ul.registration-term-list {
	font-family: "Sarabun", Helvetica, Arial, Lucida, sans-serif;
	font-size: 14px;
	margin-top: 15px;
}

/* custom progress section that leverages form progress bar classes */

#fc-reg-progress ul {
    list-style: none;
    padding-left: 1rem;
    counter-reset: circle-counter;
}

#fc-reg-progress ul li {
	margin-bottom: 30px;
	counter-increment: circle-counter;	
}

#fc-reg-progress ul li:before {
	content: counter(circle-counter);
	width: 24px;
	height: 24px;
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 50%;
	display: inline-block;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	margin-right: .5rem;
	position: relative;
	top: -2px;
}

#fc-reg-progress ul li.ff_active {
	color: #fff;
}

#fc-reg-progress ul li.ff_active:before {
		border: 1px solid #fff;
}

#fc-reg-progress ul li.ff_completed:before {
	content: '\e052'!important;
	color: #ffffff;
	font-family: 'ETMODULES'!important;
	font-weight: 400 !important;
	font-size: 1.7em!important;
	top: 3px;
	border:none;
}

#fc-reg-progress-static ul {
    list-style: none;
    padding-left: 1rem;
    counter-reset: circle-counter;
}

#fc-reg-progress-static ul li {
	margin-bottom: 30px;
	counter-increment: circle-counter;	
}

#fc-reg-progress-static ul li:before {
	content: '\e052'!important;
	color: #ffffff;
	font-family: 'ETMODULES'!important;
	font-weight: 400 !important;
	font-size: 1.7em!important;
	top: 3px;
	border:none;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: inline-block;
	line-height: 24px;
	text-align: center;
	margin-right: .5rem;
	position: relative;
}

td.ninja_clmn_nm_junior_4th_5_grade,
td.ninja_clmn_nm_partial_competition,
td.ninja_clmn_nm_full_competition {
	text-align: center !important;
}

/* td.ninja_clmn_nm_junior_4th_5_grade .et-pb-icon,
td.ninja_clmn_nm_partial_competition .et-pb-icon,
td.ninja_clmn_nm_full_competition .et-pb-icon,
.participation-level-list .et-pb-icon {
	color: #32348E;
	font-size: 20px;
} */

.competition-type-table-heading {
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
}

.component-title {
	font-size: 14px;
	line-height: 18px;
	color: #3B3B3B;
}

.component-due-date {
	font-size: 12px;
	line-height: 16px;
	color: #3B3B3B; 
	margin-top: 3px;
	font-style: italic;
}

.us-participation-level-container .ff-el-form-check {
	max-width: 420px;
}
.participation-level-blurb {
	padding: 30px;
}

.participation-level-blurb-bullet {
    font-size: 14px;
    line-height: 1.4em;
    border-bottom: 1px solid RGBA(49,52,58,0.25);
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    margin-bottom: 0px!important;
}

/* .participation-level-list p {
	font-size: 14px;
	line-height: 1.4em;
}

.participation-level-heading {
	max-width: 250px;
	text-align: center;	
	margin: 30px auto;
} */

.participation-level-intro {
	width: 80%;
	text-align: center;	
	margin: 30px auto;
	font-size: 16px;
	color: #3B3B3B;
	line-height: 1.5em;
	font-family: 'Sarabun',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 700;
}

.participation-level-blurb img {
	height: 80px;
}

.plbb-text {
	position: relative;
	top: -3px;
	margin-left: 15px;
}

.plbb-text.disabled {
    color: RGBA(49,52,58,0.25);
}

/* .two-participation-level-radio-container .ff-el-form-check,
.one-participation-level-radio-container .ff-el-form-check {
	text-align: center !important;
} */

#css-loader {
	display: none;
}


/* participation level radio button styling */
.two-participation-level-radio-container .ff-el-input--content .ff-el-form-check,
.competition-level-radio-container .ff-el-input--content .ff-el-form-check {
	display: none !important;
}

#resources-only-radio-section .ff-el-input--label,
#competition-radio-section .ff-el-input--label,
#junior-comp-radio-section .ff-el-input--label,
#partial-comp-radio-section .ff-el-input--label,
#full-comp-radio-section .ff-el-input--label {
	display:none;
}

/* hide native form radio buttons for experience type */
.experience-type-container .ff-el-input--content {
	display: none;
}

/* hide native form radio buttons for participation level */
.us-participation-level-container .ff-el-form-check-label {
	display: none;
}

.resources-embed-button-container,
.competition-embed-button-container {
	margin-top: 20px;
}

/* .resources-embed-button-container .ff-el-form-check-label span,
.competition-embed-button-container .ff-el-form-check-label span,
.junior-embed-button-container .ff-el-form-check-label span,
.partial-embed-button-container .ff-el-form-check-label span,
.full-embed-button-container .ff-el-form-check-label span {
	font-size: 20px;
	font-weight: 700;
	color: #006EC8;
	padding-left: 10px
} */

i.experience-radio,
i.participation-level-radio,
.us-participation-level-container img,
.participation-level-intro,
.us-participation-level-container span,
.competition-type-table-heading, 
.ninja_clmn_nm_junior_4th_5_grade i,
.ninja_clmn_nm_partial_competition i,
.ninja_clmn_nm_full_competition  i {
	cursor: pointer;
}

.participation-level-radio {
	text-align: center;
	margin: 20px auto 0;
}

i.experience-radio.fas,
i.participation-level-radio.fas {
	color: #006EC8 !important;
}

i.experience-radio.far,
i.participation-level-radio.far {
	color: #d5d5d5 !important;
}

.fc-sel-part {
	background-color: rgba(0,0,0,.03);
}
td.fc-sel-comp  {
	background-color: rgba(0,0,0,.03) !important;
}

.reminder-box-container {
	background-color:#EFEFF6; 
	padding: 30px; 
	display: flex;
	align-items: center;
	border-left: solid 8px #32348E;
	border-radius: 8px;
}

.fc-reminder.reminder-box-container {
	padding: 15px 30px;
}

.reminder-icon {
	width: 55px;
	margin-right: 30px;
	flex-shrink: 0;
}

.fc-reminder .reminder-icon {
	width: 40px;
}

.reminder-text {
	line-height: 1.3em;
}

.comp-region-details-container h5 {
	margin-bottom: 10px;
}

.comp-region-details-container p {
	font-size: 16px;
	line-height: 1.5em;
}

.societies-checkbox-container .ff-el-input--content {
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}




.fluentform .password-test-new-container .ff-el-form-control,
.fluentform .password-test-confirm-container .ff-el-form-control,
.fluentform .fc-new-password-input-container .ff-el-form-control,
.fluentform .fc-confirm-password-input-container .ff-el-form-control,
.fluentform .fc-existing-password-input-container .ff-el-form-control
{
	display: inline;
}

i#togglePasswordNew,
i#togglePasswordExisting,
i#togglePasswordConfirm {
	margin-left: -30px;
	display: inline;
	cursor: pointer;
}

.personal-info-section .step-nav {
	margin-top: 0 !important;
}

.fc-registration-terms-confirmation-checkbox  {
	margin-top: -24px;
	margin-bottom: 40px;
}

#rcp_login_submit {
    background-color: #006EC8;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 13px 36px;
    font-family: 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    letter-spacing: .5px;
    border-radius: 30px;
	width: 100%;
}

#rcp_user_login,
#rcp_user_pass,
#rcp_user_pass_confirm {
	width: 100%;
    height: 40px;
    font-size: 18px;	
}

.fc-school-friendly-name-input-container,
.user-id-container {
	display: none;
}

@media (max-width: 767px) { 
	.fc-registration-form .ff-btn-submit {
		display: block !important;
		margin: 0 auto !important;
	}
}

@media all and (min-width: 768px) {
	.fc-employer-status-container .ff-el-input--content {
		padding-top: 15px;
	}
	.comp-region-container .ff-t-cell.ff-t-column-2 {
		vertical-align: middle;
	}
}

@media all and (min-width: 834px) and (max-width: 979px) {
	.fc-employer-status-container .ff-el-input--content {
		padding-top: 40px;
	}
}

@media all and (min-width: 1185px) {
	.fc-employer-status-container .ff-el-input--content {
		padding-top: 40px;
	}
}

@media all and (max-width: 980px) {
	#next-filter {
		font-size: 16px;
		padding: 8px 36px;
	}
	
}

@media all and (min-width: 981px) {
	
	.fluentform .ff-step-header {
		display: none; 
	}
	
	#reg-steps-sidebar {
		min-height: 1000px;
	}
	
	#reg-steps-sidebar.educator-sidebar,
	#reg-steps-sidebar.home-sidebar{
		min-height: 980px;
	}
}

@media all and (min-width: 2000px) { 

	#reg-steps-sidebar.educator-sidebar,
	#reg-steps-sidebar.home-sidebar{
		min-height: 1125px;
	}
}


/* ------------------------- */
/* styling for cms dashboard */
/* ------------------------- */

ul.list-unstyled {
	list-style-type: none;
}

#post-448 .et_builder_inner_content {
	display: flex;
}

.fc-form label,
.fc-form input,
.fc-form select,
.fc-form textarea,
.fc-form option,
.frm-fluent-form label,
.frm-fluent-form input,
.frm-fluent-form select,
.frm-fluent-form textarea,
.frm-fluent-form option {
	font-family: 'Sarabun',Helvetica,Arial,Lucida,sans-serif;
}


#fc-sidebar-hide {
	cursor: pointer;
}

#fc-sidebar-show {
	cursor: pointer;
}

#fc-dash-sidebar {
	width: 325px;
	transition: width .3s ease;
	overflow: hidden;
	align-self: stretch;
	flex-shrink: 0;
}


#fc-dash-sidebar.collapsed {
	width: 0;
}

#fc-dash-content-area {
	transition: width .3s ease;
	flex: 1;
}

#fc-dash-header {
	display: flex;
	flex-wrap: nowrap;
}

#fc-sidebar-show.et_pb_image {
	margin: 0;
	display: none;
}

#fc-panel-title { 
	flex: 1;
}


.btn:focus {
	box-shadow: none;
}

.login-logo-image-group {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.rcp_lost_password a {
	font-style: italic;
}

#accountMenuLink::after {
	content: none;
}

#accountMenuLink {
	background-color: #32348E;
    color: #fff;
    border-radius: 30px;
    padding: 8px;
    margin-right: 30px;
    width: 45px;
    height: 45px;
    text-align: center;
}

.dropdown ul {
	list-style-type: none;
	padding: 0;
}

.dropdown-item:focus, 
.dropdown-item:active,
.dropdown-item:hover {
	background-color: #E5F1F9;
	color: #31343A;
}

ul.dropdown-menu {
	padding: 10px 0;
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.et_pb_toggle_title:before {
   content: "\33";
   transition: all .3s ease-in-out;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
   content: "\33";
   transform: rotate(180deg);
}

.fc-quick-access-resource .et_pb_blurb_container {
	padding-top: 20px;
	padding-left: 0;
}

.fc-quick-access-resource a {
	font-weight: 700; 
}

.footable .btn-primary {
	background-color: #007BC7 !important;
}

.fc-resources-table button[type=button] {
	display:none;
}

.fc-resources-table .ninja-custom-filter {
	float: left;
}

.fc-resources-table .footable-filtering th {
	padding-top: 0 !important;
}

.fc-resources-table a {
	color: #006EC8 !important;
	font-weight: 700;
}

.fc-resources-table {
	font-family: 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;
}

#fc-resources-panel {
	padding-top: 0;
	margin-top: -26px;
	padding-left: 30px;
}

.handbook-heading,
.due-date-heading {
	font-family: 'LexendDecaBold', 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;
	font-size: 14px;
}

.handbook-pages {
	padding-left: 40px;
}

.due-date-text {
	padding-left: 105px;
}

#fc-reg-judge-type-details {
	display: none;
    background-color: rgba(164,201,127,.3);
    padding: 15px;
    line-height: 1.4em;
}

/* ------------------------- */
/* styling for fc pages      */
/* ------------------------- */
.et_pb_scroll_top.et-pb-icon {
	background-color: #FC821B;
}

.et_pb_preload, .et_pb_section.et_pb_section_video.et_pb_preload {
    background-color: #32348E!important;
}

.fc-bullet-list li {
	margin-top: 20px;
}

body #page-container .et_pb_section .fc-button-icon-always:after {
	line-height:inherit;
	font-size:inherit!important;
	margin-left:.3em;
	left:auto;
	display:inline-block;
	opacity:1;
	content:attr(data-icon);
	font-family:FontAwesome!important;
	font-weight:900!important
   }

footer a {
	color: #65676C;
}


.fc-footer-link {
	color: #65676C;
	text-decoration: underline;
	margin-left: 14px;
}

a.fc-footer-link:hover {
	text-decoration: underline;
}

/* original menu */

.fc-main-menu #menu-main-menu li {
	padding-left: 17px;
	padding-right: 17px;
}

.fc-main-menu #menu-main-menu li a {
	color: #32348E;
}

.fc-main-menu #menu-main-menu li a:hover {
	opacity: 60%;
}


.fc-menu-separator::after {
		content: "";
		background: #7AAA41;
		position: absolute;
		bottom: 25%;
		right: 0;
		height: 50%;
		width: 3px;
}
@media all and (max-width: 980px) {
	.fc-menu-separator::after {
		display: none;
	}
}

.et_mobile_menu li.fc-menu-button a:hover {
	background-color: #FC821B;
	opacity: .7;
  }



li.fc-menu-button {
	align-items: center !important;
	padding-left: 0;
}

li.fc-menu-button a {
	background: #FC821B;
	color: #fff !important;
	padding: 15px 50px !important;
	border-radius: 40px;
	max-width: 172px;
}


/* updated menu */
.et_pb_menu_2_tb_header.et_pb_menu ul li.top-menu-button a,
#top-actions-menu .top-menu-button a {
	color: #fff !important;
	background-color: #7aaa41 !important;
	padding: 10px 15px !important;
}

#top-actions-menu li a {
	padding-top: 10px;
}

	
.fc-dollar-counter .percent-value:before { 
	content:'$';
}

.fc-blurb-vmiddle .et_pb_main_blurb_image {
	vertical-align: middle;
}

.fc-blurb-vmiddle .et_pb_blurb_content {
	margin: 0;
}

.fc-title-with-squares {
	padding-right: 40px;
}

.fc-squares {
    width: 32px;
    height: 32px;
	display: inline-block;
    background: url("https://futurecity.org/wp-content/uploads/2022/09/bitspng.png") no-repeat;
	background-size: contain;
}

.fc-main-menu .et_pb_menu_inner_container > .et_pb_menu__logo-wrap {
	min-width: 200px;
}

.fc-blurb-quote {
	padding: 0 20px 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.fc-blurb-quote-icon {
	font-family: 'LexendDecaBold', 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;
	font-size: 122px;
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	padding-top: 30px;
	flex: 1;	
}

.fc-blurb-quote-text {
	font-family: 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;
	font-size: 20px;
	line-height: 1.8em;
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 4;	
}

.fc-blurb-quote-author {
	font-size: 16px;
	line-height: 1.4em;
	padding-top: 30px;
}

.fc-image-slider.et_pb_slider {
	overflow: visible;
}

.et-pb-controllers a {
	border-radius: 20px;
	width: 20px;
	height: 20px;	
}

.fc-image-slider .et-pb-controllers a {
	background-color: #65676C;
}

.fc-image-slider .et-pb-controllers a.et-pb-active-control {
	background-color: #32348E;
}


.fc-image-slider .et-pb-controllers {
	bottom: -50px;
}

.gray-percent .percent-sign {
	color:#65676C;
}

.gray-percent h3 {
	font-weight: 400;
}

.smaller-percent .percent-sign {
	color:#7AAA41;
	font-family: 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;
	font-size: 58px;
}


#fc-nationals-judge-role-combo-info {
	background-color: #fff2d8;
	padding: 15px;
	line-height: 1.4em;
	font-size: 14px; 
	font-style: italic; 
	line-height: 1.3em;	
}

.fc-deliverable-grid-icon {
	float: left;
}

.fc-deliverable-grid-max-pts {
	float: right;
}

.fc-deliverable-grid-title {
	clear: both;
}

.region-page-info-reg-blurb img {
	max-height: 60px;
	width: auto;
}

.region-page-info-reg-blurb h4 {
	min-height: 70px;
}

.fc-expandable-section .et_pb_row:nth-child(1) h2::after {
	content: "\e04f";
	padding-left: 15px;
	font-family: ETmodules !important;
	font-weight: 500;	
	font-size: 28px;
}

.fc-expandable-section.closed .et_pb_row:nth-child(1) h2::after {
	content: "\e050";
}

.fc-expandable-section.closed .et_pb_row:not(:first-child) {
	display:none;
}

@media all and (min-width: 981px) {
	.fc-scaled-heading h2 {
		font-size: 36px;
	}
}

@media all and (min-width: 1021px) {
	.fc-scaled-heading h2 {
		font-size: 40px;
	}
}

@media all and (min-width: 1235px) {
	.fc-scaled-heading h2{
		font-size: 48px;
	}
}


.fc-how-to-step .et_pb_toggle_content {
	border-top: 3px solid rgb(241, 241, 241);
	margin-top: 30px;
	padding: 40px;	
}

.fc-how-to-step .et_pb_toggle_content h3 {
	font-size: 20px;
	line-height: 1.8em;
}

.fc-how-to-step .et_pb_toggle_content h4 {
	font-size: 18px;
	line-height: 1.8em;
	padding-top: 15px;
}

.fc-how-to-step h5.et_pb_toggle_title {
	font-weight: 400;
}

.fc-how-to-step .et_pb_toggle_content h6 {
	margin-top: 58px;
}

.fc-how-to-step .et_pb_toggle_content h6 a {
	font-size: 16px;
	line-height: 1.25em;
	background: #FC821B;
	color: #fff;
	padding: 15px 50px;
	border-radius: 40px;
}

.fc-how-to-step .et_pb_toggle_content h6 a:hover {
	opacity: 60%;
}

.fc-how-to-step.et_pb_toggle_open .et_pb_toggle_title::before, 
.fc-how-to-step.et_pb_toggle_close .et_pb_toggle_title::before {
	right: -10px !important;
	top: 0 !important;
}

.fc-how-to-step::before {
	content: "";
	display:block;
	height:32px;
	width:83px;
	margin-bottom: 6px;
	background-size: 83px 32px;
	background-repeat: no-repeat;	
}

.fc-how-to-step-1::before {
	background-image: url(images/step1.svg);
}

.fc-how-to-step-2::before {
	background-image: url(images/step2.svg);
}

.fc-how-to-step-3::before {
	background-image: url(images/step3.svg);
}

.fc-how-to-step-4::before {
	background-image: url(images/step4.svg);
}

.fc-how-to-step-5::before {
	background-image: url(images/step5.svg);
}

.fc-how-to-step-6::before {
	background-image: url(images/step6.svg);
}

.fc-how-to-step-7::before {
	background-image: url(images/step7.svg);
}

.fc-benefit-blurb img {
	max-height: 50px;
	width: auto;
}

.et_pb_menu.fc-footer-menu .et_pb_menu__menu > nav > ul {
    display: block;
}

@media (max-width: 980px) {
    .et_pb_menu.fc-footer-menu .et_pb_menu__menu {
        display: block;
    }

    .et_pb_menu.fc-footer-menu .et_mobile_nav_menu {
        display: none;
    }

    .et_pb_menu.fc-footer-menu .et_pb_menu__menu > nav > ul {
        display: block;
    }

    .et_pb_menu--style-left_aligned.fc-footer-menu .et_pb_menu__wrap {
        justify-content: flex-start;
    }
}


/* Custom Video Popup */
/* Popup Close Icon Tweak */
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-fade.mfp-ready {
	top: 0px !important;
	position: fixed !important;
}
.mfp-iframe-holder .mfp-content {
    max-width: 70%;
}
.mfp-iframe-scaler button.mfp-close {
    top: -50px ;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close,
.mfp-wrap .mfp-close:active {
    top: -50px !important;
}

.video_popup_lightbox .mfp-iframe-holder .mfp-close {
    top: -50px;
}



.video_popup a:before {
    content: 'E';
    cursor: pointer;
    font-family: 'ETmodules';
    position: absolute;
    padding: 65px 37px;
    left: calc(50% - 64.5px);
    top: calc(50% - 65px);
    z-index: 20;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    font-size: 56.5px;
    text-transform: uppercase;
    color: #0a2a3b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.video_popup a:after {
    content: 'E';
    cursor: pointer;
    font-family: 'ETmodules';
    position: absolute;
    top: calc(50% - 55px);
    left: calc(50% - 47px);
    z-index: 20;
    background-color: #fff;
    padding: 55px 27px;
    border-radius: 50%;
    font-size: 40px;
    text-transform: uppercase;
    color: #0a2a3b;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.video_popup.no_icon:before,
.video_popup.no_icon:after {
    display: none!important;
}

.video_popup:hover a:before {
    opacity: 0;
    padding: 65px 37px;
    left: calc(50% - 64.5px);
    top: calc(50% - 65px);
}

.video_popup:hover a:after {
    opacity: 1;
    padding: 65px 37px;
    left: calc(50% - 64.5px);
    top: calc(50% - 65px);
    font-size: 56.5px;
}

@media all and (max-width: 980px) {
    .video_popup a:before {
        top: calc(50% - 32.5px);
        left: calc(50% - 33px);
        padding: 33px 17px;
        font-size: 10px;
    }
    .video_popup a:after {
        top: calc(50% - 32.5px);
        left: calc(50% - 33px);
        padding: 33px 17px;
        font-size: 32px;
    }
    .video_popup:hover a:before {
        opacity: 0;
        padding: 40px 22px;
        left: calc(50% - 43px);
        top: calc(50% - 42.5px);
    }
    .video_popup:hover a:after {
        opacity: 1;
        padding: 40px 22px;
        left: calc(50% - 43px);
        top: calc(50% - 42.5px);
        font-size: 42px;
    }
}

.et_pb_menu.fc-footer-menu .et_pb_menu__menu > nav > ul {
    display: block;
}

@media (max-width: 980px) {
    .et_pb_menu.fc-footer-menu .et_pb_menu__menu {
        display: block;
    }

    .et_pb_menu.fc-footer-menu .et_mobile_nav_menu {
        display: none;
    }

    .et_pb_menu.fc-footer-menu .et_pb_menu__menu > nav > ul {
        display: block;
    }

    .et_pb_menu--style-left_aligned.fc-footer-menu .et_pb_menu__wrap {
        justify-content: flex-start;
    }
} 

/* Regional pages */

.fc-region-news-blurb .et_pb_blurb_content {
	margin: 0;
}

.fc-region-news-blurb.et_pb_blurb_position_left .et_pb_blurb_container {
	padding-left: 0;
}

.fc-region-special-award-item {
	flex-wrap: wrap;
}

.fc-region-special-award-item .et_pb_column {
	width: 100% !important;
	margin-right: 0 !important;
}

.fc-region-special-award-item:last-of-type {
	border-bottom: solid 3px #979797;
}


@media only screen and (min-width: 981px) {
.fc-region-special-award-item
.fc-special-award-header-col {
	display: flex;
}
}

.fc-special-award-title-sponsor {
	flex-grow: 3;
}

.fc-special-award-title-sponsor .et_pb_blurb_content {
	margin: 0;
}
.fc-special-award-title-sponsor {
	margin-bottom: 30px !important;
}

.fc-special-award-criteria-button {
	cursor: pointer;
}

.fc-closed .fc-special-award-criteria-button:before {
	content: "\4c";
	color: #7aaa41;
	font-family: 'ETMODULES' !important;
	font-weight: bold;
	position: absolute;
	padding: 0 1px;
	top: 4px;	
	right: 5px;
	background-color: #ffffff;
	border-radius: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
	font-size: 18px;
	line-height: 1.1;
}

.fc-open .fc-special-award-criteria-button:before {
	content: "\e04f";
	color: #7aaa41;
	font-family: 'ETMODULES' !important;
	font-weight: bold;
	position: absolute;
	padding: 0 1px;
	top: 4px;	
	right: 5px;
	font-size: 18px;
	line-height: 1.1;
}

.fc-closed .fc-special-award-criteria-button {
	background-color: #006ec8 !important;
}

.fc-closed .fc-special-award-criteria-button p {
	color: #ffffff !important;
}

.fc-open .fc-special-award-criteria-button {
	background-color: #ffffff !important;
}

.fc-open .fc-special-award-criteria-button p {
	color: #006ec8 !important;
}

.fc-closed .fc-region-special-award-toggle-section {
	display:none;
}

.fc-open .fc-region-special-award-toggle-section {
	display:block;
}

.fc-platinum-sponsor-logos img {
	max-height: 115px;
	width: auto;
}

.fc-gold-sponsor-logos img {
	max-height: 80px;
	width: auto;
}

/* gallery */

.fg-tag-text {
	font-family: "LexendDecaRegular", Helvetica, Arial, Lucida, sans-serif;
	font-size: 15px;
}

.fg-light .fg-tag-item.fg-selected .fg-tag-link {
	color: #fff;
	background-color: #006EC8;
	border-color: #006EC8;
}

.fg-filtering-container {
	width: 90%;
}

.fg-filtering-container.hide {
	display: none !important;
}

#fc-gallery-filter {
	cursor: pointer;
	margin-left: 10%;
}

#fc-gallery-filter:after {
	content: "\e04f";
	padding-left: 6px;
	font-family: 'ETMODULES'!important;
	font-weight: 500;	
}

#fc-gallery-filter.fc-closed:after {
	content: "\e050";
}

/****** Lightbox Styling *******/
[class*="lightbox-trigger-"] {cursor:pointer;}
[class*="lightbox-content-"] {position:relative; z-index: unset !important;}
[class*="lightbox-content-"] .mfp-close {color:#999999 !important;}
[class*="lightbox-content-"] .mfp-close:active {top:0px !important;}