/*
Theme Name: SFAA
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1741593281
Updated: 2025-03-10 07:54:41

*/

::selection {
  background-color: #faa621;
  color: #fff;
}
/* news and event start pagination */
.news-pagination .elementor-pagination .page-numbers {
background-color: #fff;
}

.news-pagination a.page-numbers {
    border: 1px solid #ffffff !important;
    padding: 10px 15px;
    border-radius: 50%;
}

.news-pagination .page-numbers.prev {
    border: 1px solid #ffffff;
    padding: 10px 15px;
    border-radius: 50%;
}
.news-pagination .page-numbers.prev {
    border: 1px solid #ffffff !important;
    padding: 10px 15px;
    border-radius: 50%;
}

/* Active (current) page */
.news-pagination .elementor-pagination .page-numbers.current {
  background-color: #285680;

}
/* news and event end pagination */

/* Style for the event single post starts */
#tribe-events-pg-template {
    margin: 0px !important;
    max-width: 100vw !important;
    padding: 0px !important;
}
/* Style for the event single post ends */


/* Style for the events listing starts */

/* General Button and Text Colors */
.tribe-events button.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button,
.tribe-events .tribe-common-h--alt,
.tribe-events span.tribe-events-calendar-list__event-date-tag-weekday,
.tribe-events time.tribe-events-calendar-list__event-datetime,
.tribe-events span.tribe-events-c-small-cta__price {
    color: #ffffff !important;
}

/* Hover State for Date Picker Button */
.tribe-events button.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button:hover {
    color: #ffffff;
    border: 0;
}

/* Event Date Tag Daynum */
.tribe-events span.tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h5 {
    color: #faa621;
}

/* Event Title Link */
.tribe-events a.tribe-events-calendar-list__event-title-link {
    color: #faa621 !important;
}

/* Event Description */
.tribe-events .tribe-events-calendar-list__event-description p {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
}

/* Call-to-action Button */
.tribe-events a.tribe-common-cta.tribe-common-cta--thin-alt {
    color: #faa621;
}

/* Navigation Previous Label */
.tribe-events span.tribe-events-c-nav__prev-label {
    color: #faa721;
}

/* Subscribe Dropdown Button */
.tribe-events .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
    padding: 5px 15px;
    background-color: #FAA721 !important;
    color: #ffffff;
    border: none;
}

.tribe-events button.tribe-common-c-btn.tribe-events-c-search__button {
    background-color: #285680;
}
/* Style for the event listing ends */

/* Style for the checkout page start */
/* General Styles */
.event-checkout .tribe-tickets__commerce-checkout{
    min-width: 650px;
}

/* Hide modify attendees link */
.event-checkout a.tribe-common-anchor-alt.tribe-tickets__commerce-checkout-header-link-modify-attendees {
    display: none;
}

/* Header Styles */
.event-checkout h4.tribe-common-h4.tribe-common-h--alt.tribe-tickets__commerce-checkout-cart-header-title a,
.event-checkout h4.tribe-common-h5.tribe-tickets__commerce-checkout-purchaser-info-title {
    color: #faa621;
    font-weight: 700;
    font-size: 25px;
    line-height: 36px;
}

/* Button Styles */
.event-checkout button.tribe-tickets__commerce-checkout-cart-item-details-button--more {
    padding: 0 !important;
    color: #4d4d4d;
}

.event-checkout button.tribe-tickets__commerce-checkout-cart-item-details-button--more:hover {
    color: #000;
}

/* Input Styles */
.event-checkout input#tec-tc-purchaser-name,
.event-checkout input#tec-tc-purchaser-email {
    border: none;
    border-bottom: 1px solid #747474;
    border-radius: 0;
    background: #fff;
}
/* Style for the checkout page ends */

/* pages menu start */

.digonal_bg:after{
    content: "";
    height: 200px;
    bottom: -102px;
    width: 100%;
    background-color: #fff;
    display: block;
    transform: skewY(6deg);
    left: 0;
    position: absolute;
}

.pagemenu .menu-item a {
    padding: 33px 5px 33px 0px !important;
    border-bottom: 1px solid #f99e23;
    margin: 0px 52px 0px 50px;
}

.pagemenu .menu-item:first-child a {
    border-top: 1px solid #f99e23;
}

.pagemenu li.current-menu-item, 
.pagemenu li.menu-item.elementor-item-active {
    background-color: #285680 !important;
    position: relative; 
}

.pagemenu li.current-menu-item a, 
.pagemenu li.menu-item.elementor-item-active a {
    color: #fff !important; 
    border: none !important; 
    font-weight: 600 !important; /* Added font-weight */
}

.pagemenu li.current-menu-item::before, 
.pagemenu li.menu-item.elementor-item-active::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg); 
    background: #EBEBEB; 
    height: 32px;
    width: 32px;
}


/* pages menu end */

/* Style for the banner heading starts */
.banner-header:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #faa621;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(
35deg
);
    -ms-transform: skew(35deg);
    transform: skew(
35deg
);
    visibility: inherit;
}

.banner-header h1 {
    position: inherit;
    z-index: 10;
}

.banner-header {
    background: #faa621;
    width: auto;
	min-width: 400px;
}

.header-menu a.elementor-item:hover {
    color: #FAA721 !important; 
}

p strong {
	color: #285680;
}

.blue-strong p strong, .blue-strong li strong {
	color: #FAA721;
}
/* Style for the banner heading ends */


/* Style for the Onerous bond forms table starts */
.custom-table {
    background-color: #ffffff;
}

.custom-table .form-heading-row {
    background-color: #FF9E1B;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
}

.custom-table .form-heading-row td {
    padding: 9px 12px;
}

.custom-table .avia-heading-row {
    text-align: left;
    font-size: 13px;
    line-height: 26px;
    font-weight: 700px;
}

.custom-table tr td:nth-child(3) {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

/* Style for the Onerous bond foms table ends */

/* Style for the industry insider starts */

.insider-content a:hover {
    color: #faa721;
}

/* Style for the industry insider ends */


blockquote {
  border-left-style: solid;
  border-left-width: 7px;
  padding-left: 20px;
  font-size: 22px;
  line-height: 48px;
  border-color: #285680;
  margin: 0;
}

.yellow-border {
  font-size: 20px;
  line-height: 40px;
  border-color: #faa721;
}

/* Style for the news pagination starts here */
.news-pagination a.page-numbers {
    border: 1px solid #285680;
    padding: 10px 15px;
    border-radius: 50%;
}

.news-pagination .page-numbers.prev {
    border: 1px solid #285680;
    padding: 10px 15px;
    border-radius: 50%;
}

.news-pagination .page-numbers.current {
    border: 1px solid #285680;
    padding: 10px 15px;
    border-radius: 50%; 
}
/* Style for the news pagination ends here */

/* Responsive styles */
@media screen and (max-width: 1024px) {
    .pagemenu .menu-item a {
        margin: 0 25px 0px 35px !important;
    }
}
@media screen and (max-width: 768px) and (min-width: 451px) {
    .banner-header:after {
      width: 100% !important;
    }
	
	blockquote {
	  font-size: 20px;
	  line-height: 40px;
	}
}

@media screen and (max-width: 450px) {
	.banner-header:after {
		position: relative;
	}
	.banner-header {
		padding: 20px;
		width: 100%;
	}
}

#masterhead-sticky .sfaa-border {
    border-bottom: 0;
	border-top: 0;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    background: #fff;
}

#masterhead-sticky .topbar-border {
	border-bottom: 2px solid #94a3b91a;
}

#masterhead-sticky .header-main-menu nav ul li a {
    color: #285680;
}

#masterhead-sticky .header-main-search form svg {
	fill: #285680;
}

#masterhead-sticky .header-main-search form svg:hover {
	fill: #FAA721;
}

@media screen and (max-width: 768px) {
	#masterhead-sticky .sfaa-header {
		background: #fff;
		border-bottom: 0;
	}
	
	#masterhead-sticky .topbar {
		border-bottom: 2px solid #94a3b91a;
	}
	
	#masterhead-sticky .header-search form svg {
		fill: #285680;
	}
}

/* Law Library CSS */

/* Filter Section Header */
.filter,
.filter_section h3 {
    font-weight: 600;
    color: #285680;
}

.filter {
    font-size: 30px;
    padding: 10px 0 28px;
}

.filter_section h3 {
    border-top: 2px solid #a9c0e2;
    border-bottom: 2px solid #a9c0e2;
    padding: 6px 0;
    font-size: 24px !important;
}

/* General Algolia classes */
[class^="ais-"] {
    font-size: 1rem;
    box-sizing: border-box;
}

/* Searchbox Styles */
.searchbox-wrapper {
    display: flex;
    gap: 50px;
}

.searchbox-wrapper .left-panel {
    width: 20%;
}

.searchbox-wrapper .right-panel {
    width: 80%;
}

.ais-SearchBox-form input[type="search"] {
    background: #f8f8f8;
    border: 1px solid #e1e1e1;
    padding-inline: 40px !important;
}

.ais-SearchBox-form input[type="search"]:focus {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.ais-SearchBox-form input[type="search"]:focus-visible {
    outline: none;
}

.ais-SearchBox-input {
    padding: 10px 30px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
}

.ais-SearchBox-submit,
.ais-SearchBox-reset {
    appearance: none;
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent !important;
}

.ais-SearchBox-submit {
    left: 0.5rem !important;
    margin-top: 1px;
    padding: 17px !important;
}

.ais-SearchBox-submitIcon {
    width: 13px !important;
    height: 13px !important;
}

.searchbox-wrapper .ais-SearchBox-submit:hover,
.searchbox-wrapper .ais-SearchBox-reset:hover {
    background-color: transparent !important;
}

/* Clear Refinements */
.ais-ClearRefinements-button {
    padding: 0.3rem 0.5rem !important;
    font-size: 0.8rem !important;
    color: #fff !important;
    background-color: #0096db !important;
    border-radius: 5px;
    transition: background-color 0.2s ease-out;
    outline: none;
    text-transform: capitalize !important;
}

/* Refinement List */
li.ais-RefinementList-item {
    list-style-type: none;
    margin: 0 !important;
}

.searchbox-wrapper .ais-RefinementList-label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.searchbox-wrapper .ais-RefinementList-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

span.ais-RefinementList-count {
    padding: 5px !important;
    margin-left: 10px;
    background-color: #dfe2ee;
    color: #3a4570;
    font-size: 0.8rem;
    border-radius: 8px;
    height: fit-content;
}

/* Hits/Results Cards */
.searchbox-wrapper .ais-Hits-item,
.searchbox-wrapper .ais-InfiniteHits-item,
.searchbox-wrapper .ais-InfiniteResults-item,
.searchbox-wrapper .ais-Results-item {
    width: 100%;
    overflow: hidden;
    overflow-wrap: break-word;
    border-radius: 20px;
    padding: 15px 25px;
    box-shadow: 0 2px 5px #e3e5ec;
    border: 1px solid #c4c8d8;
    margin-top: 1rem;
    margin-left: 1rem;
}

.ais-Hits-item,
.ais-InfiniteHits-item,
.ais-InfiniteResults-item,
.ais-Results-item {
    padding: 1rem;
    width: calc(25% - 1rem);
}

.ais-Hits-list,
.ais-InfiniteHits-list,
.ais-InfiniteResults-list,
.ais-Results-list {
    margin-top: -1rem;
    margin-left: -1rem;
}

.ais-Pagination-item--selected .ais-Pagination-link {
    color: #fff;
    background-color: #285680 !important;
    border-color: #285680 !important;
}

#hits {
    margin-top: 1rem;
}

/* Pagination */
ul.ais-Pagination-list {
    list-style-type: none;
    margin-top: 30px;
}

.ais-Pagination-list {
    display: flex;
    justify-content: space-between;
}

.ais-Pagination-link {
    padding: 8px 17px !important;
    display: block;
    border: 1px solid #c4c8d8;
    border-radius: 60px !important;
    transition: background-color 0.2s ease-out;
}

.ais-Pagination-item--disabled .ais-Pagination-link {
    opacity: 0.6;
    cursor: not-allowed;
    color: #a5abc4;
}

/* Hidden Content */
.hidden {
    position: absolute;
    top: 0;
    visibility: hidden;
}

/* Responsive Design */
@media only screen and (max-width: 1024px) {
    .searchbox-wrapper {
        gap: 25px;
        justify-content: space-between !important;
    }

    .searchbox-wrapper .right-panel {
        width: 67%;
    }

    .searchbox-wrapper .left-panel {
        width: 33%;
    }

    .ais-Pagination-link {
        padding: 0 14px !important;
    }
}

@media only screen and (max-width: 767px) {
    .searchbox-wrapper {
        display: block;
    }

    .searchbox-wrapper .right-panel,
    .searchbox-wrapper .left-panel {
        width: 100%;
    }

    .ais-Pagination-link {
        padding: 0 13px !important;
    }

    .ais-Pagination-list {
        justify-content: space-between !important;
    }
}




/**
 * Resource Form Start
 */
#resourceWrapper .resource-title {
    color: #faa621;
}

#resourceWrapper .pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

#resourceWrapper .page-btn {
   padding: 9px 18px;
    border: 1px solid #ddd;
    border-radius: 60px;
    background: #fff;
    text-decoration: none;
    color: #faa621
    font-weight: bold;
    transition: all 0.3s ease;
}

#resourceWrapper .page-btn.current {
    background: #285680;
    color: white;
	border-color: #285680;
}

#resourceWrapper .page-btn:hover:not(.current) {
     background: #e3e5ec;
    color: #285680;
}

#resourceWrapper .page-btn.prev,
#resourceWrapper .page-btn.next {
    font-weight: bold;
}

/* Container */
#resourceWrapper .resource-container {
   max-width: 1450px;
    margin: 0 auto;
    padding: 30px 0;
}

/* Header Section */
#resourceWrapper .resource-header {
    margin-bottom: 20px;
    text-align: left;
}

#resourceWrapper .resource-title {
    margin: 0 0 15px 0;
}

/* Filter and Search Section */
#resourceWrapper .resource-filter-section {
    margin-bottom: 30px;
}

#resourceWrapper .resource-combined-form {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

#resourceWrapper .form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#resourceWrapper .no-file {
    text-align: right;
}

#resourceWrapper .filter-buttons {
    display: flex;
    gap: 20px;
}

@media (max-width: 768px) {
    #resourceWrapper .resource-combined-form {
        flex-direction: column;
        align-items: stretch;
    }

    #resourceWrapper .form-group {
        width: 100%;
    }
}

@media (min-width: 1025px) and (max-width: 1440px) {
/*     #resourceWrapper .resource-container {
        max-width: 1450px;
        margin: 0 auto;
        padding: 30px 20px;
    } */
	#resourceWrapper .resource-combined-form {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: nowrap;
}
}

@media (min-width: 769px) and (max-width: 1024px) {
/*     #resourceWrapper .resource-container {
        max-width: 780px;
        margin: 0 auto;
        padding: 30px 0;
    } */
	#resourceWrapper .page-btn {
	padding: 3px 19px;
}

}

@media (min-width: 426px) and (max-width: 768px) {
/*     #resourceWrapper .resource-container {
        max-width: 590px;
        margin: 0 auto;
        padding: 30px 0;
    } */

	#resourceWrapper .resource-combined-form {
    display: flex;
    align-items: center;
    gap: 15px;
		flex-wrap: nowrap;
}
	
	#resourceWrapper .filter-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
	#resourceWrapper .page-btn {
    padding: 4px 19px;
	}
}

@media (max-width: 425px) {
/*     #resourceWrapper .resource-container {
        max-width: 360px;
        margin: 0 auto;
        padding: 30px 0;
    } */
	#resourceWrapper .filter-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
}

#resourceWrapper .resource-combined-form select,
#resourceWrapper .resource-combined-form input {
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    min-width: 200px;
    margin-bottom: 20px;
}

#resourceWrapper .filter-search-btn,
#resourceWrapper .reset-btn {
    padding: 5px 30px;
    font-size: 13px;
    background: #285680;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    white-space: nowrap;
	border-radius: 5px;
}



#resourceWrapper #search-query {
    width: 100%;
	height: 41px !important;
}

#search-query:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #ccc !important; 
}

#resourceWrapper .filter-search-btn:hover,
#resourceWrapper .reset-btn:hover {
    background: #376d9f;
}

/* Grid Layout */
#resourceWrapper .resource-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
	
}

/* Resource Item */
#resourceWrapper .resource-item {
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    transition: transform 0.3s ease;
    text-align: left;
    position: relative;
	border-radius: 5px !important;
}

#resourceWrapper .resource-item:hover {
    transform: translateY(-5px);
    box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.15);
}

/* Form Number & Edition Date */
#resourceWrapper .form-number,
#resourceWrapper .edition-date {
    font-weight: 600;
    margin-top: 10px;
    color: #666;
}

/* Download Button */
#resourceWrapper .download-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    background: #285680;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
    text-align: center;
    border: none;
    cursor: pointer;
}

#resourceWrapper .download-btn:hover {
    background: #376d9f;
    transform: scale(1.02);
}

/* Form content area needs space for the button */
#resourceWrapper .form-content {
    margin-bottom: 50px;
}

#resourceWrapper .form-content h4 {
    color: #285680;
    line-height: 20px;
}

#resourceWrapper .spinner-icon {
    display: none;
    /* Initially hidden */
    width: 20px;
    /* Adjust size as needed */
    height: 20px;
    margin-left: 8px;
    vertical-align: middle;
    /* Aligns with text */
}

#resourceWrapper .resource-container .resource-header {
    margin-left: -10px;
}

#resourceWrapper .resource-container .resource-filter-section {
    margin-left: -10px;
}

#resourceWrapper .resource-container .resource-grid {
    margin-left: -10px;
}

/* Responsive Grid */
@media (max-width: 1024px) {
	#resourceWrapper .filter-search-btn, #resourceWrapper .reset-btn {
    padding: 0px 30px;
	}

    #resourceWrapper .resource-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    #resourceWrapper .resource-header {
        flex-direction: column;
        align-items: flex-start;
    }

    #resourceWrapper .resource-filter-section {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    #resourceWrapper .resource-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    #resourceWrapper .resource-grid {
        grid-template-columns: 1fr;
    }
}
/*
Resource Form End
*/

/* PAC Form */

#gform_10 span.highlight {
    font-size: 45px;
    font-weight: 700;
    color: #faa621;
}

#gform_10 .ginput_container input[type="text"],
#gform_10 .ginput_container input[type="number"],
#gform_10 .ginput_container input[type="email"]
{
    background: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid #faa621;
    padding: 12px;
}

#gform_10 .ginput_container input[type="text"]::placeholder,
#gform_10 .ginput_container input[type="number"]::placeholder,
#gform_10 .ginput_container input[type="email"]::placeholder {
	color: #fff;
	opacity: 0.8;
	font-size: 16px;
}

#gform_10 .ginput_container input[type="text"]:focus {
	box-shadow: none;
}

#gform_10 .ginput_container input[type="text"]:focus-visible,
#gform_10 .ginput_container input[type="number"]:focus-visible,
#gform_10 .ginput_container input[type="email"]:focus-visible {
    background: transparent;
    outline: none;
}

#gform_10 label.gform-field-label > p {
    font-size: 20px;
    line-height: 0px;
	margin: 10px 0;
}

#gform_10 fieldset#field_10_15,
#gform_10 fieldset#field_10_16 {
	margin-bottom: 0px;
}

#gform_10 p span.year {
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
}

#gform_10 #gform_fields_10 .gfield > p {
    font-size: 20px;
	color: #fff;
}

#gform_10 #gform_fields_10 .gfield p strong {
    color: #faa621;
}

#gform_10 .gfield .check-info p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

#gform_10 .check-container {
    display: flex;
    justify-content: space-between;
}

#gform_10 .check-container .check-right p {
    font-size: 36px;
    font-style: italic;
	line-height: 45px;
}

#gform_10 .gfield h4 strong {
    color: #faa621;
    font-size: 25px;
    line-height: 28px;
}

#gform_10 .gfield h3 {
    color: #faa621;
}

fieldset#field_10_15 {
    margin-top: 20px;
}

#top #gform_10 fieldset {
	margin-bottom: 0px;
}

#gform_10 .ginput_container_radio label,
#gform_10 fieldset label {
    font-size: 20px;
    color: #fff;
		padding-inline: 5px;
}

#gform_10 .check-container .check-right {
    align-self: flex-end;
}

#gform_wrapper_10 h2.gform_title {
    text-align: center;
    color: #faa621;
    margin: 50px 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid;
}

#gform_10 .ginput_container_radio .gfield_radio {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#gform_10 #gform_fields_10 .gfield_label{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

div#gform_confirmation_message_10
 {
    font-size: 20px;
    color: #faa621;
    font-weight: 600;
    margin-top: 30px;
}

#gform_wrapper_10 .gfield_checkbox input[type="checkbox"],
#gform_wrapper_10 .gfield_radio input[type="radio"] {
	display: none;
}

#gform_wrapper_10 .gfield_checkbox label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	display: inline-block;
	/*   font-size: 16px; */
	user-select: none;
	padding-top: 3px;
}

/* Add custom checkbox box */
#gform_wrapper_10 .gfield_checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 4px;
  transition: 0.2s;
  box-sizing: border-box;
}

/* Add tick when checkbox is checked */
#gform_wrapper_10 .gfield_checkbox input[type="checkbox"]:checked ~ label::after {
  content: "✔";
  position: absolute;
  left: 4px;
  top: 5px;
  font-size: 15px;
  color: #faa721;
  pointer-events: none;
}

#gform_wrapper_10 .gfield_radio label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  user-select: none;
}

/* Custom radio circle */
#gform_wrapper_10 .gfield_radio label::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s;
  box-sizing: border-box;
}

/* Filled dot when selected */
#gform_wrapper_10 .gfield_radio input[type="radio"]:checked ~ label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #faa721;
  border-radius: 50%;
  pointer-events: none;
}

#gform_10 input#gform_submit_button_10 {
    border: none;
    padding: 10px 30px !important;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    margin-top: 10px;
}

#gform_10 div#field_10_52 {
    margin-top: 15px;
}

#gform_10 label.p-FieldLabel.Label {
    color: #fff;
}