/** Page Sidebar Logo Menu **/
.main-page-container {
    display: flex;
}

.sidebar-logo-menu-wrapper {
    background-color: #EBE7DA;
    width: 310px;
}

.main-page-content-wrapper {
    background-color: #FAF7EF;
    width: 100%;
    overflow: hidden
}

.sidebar-logo-menu-wrapper .sidebar-logo {
    max-width: 190px;
    margin: 55px auto 40px;
}

/* first level menu */
.sidebar-logo-menu-wrapper .sidebar-menu {
    position: relative;
    margin-bottom: 270px;
}

.sidebar-logo-menu-wrapper .sidebar-menu ul {
    padding: 0;
    margin: 0;
    display: block;
}

.sidebar-logo-menu-wrapper .sidebar-menu ul li {
    list-style: none;
    display: block;
    padding: 19px 22px 19px 21px;
    border-bottom: 2px solid #c5c1b6;
}

.sidebar-logo-menu-wrapper .sidebar-menu ul li.menu-item-411 {
    display: none;
}

.sidebar-logo-menu-wrapper .sidebar-menu ul li a {
    text-decoration: none;
    position: relative;
    display: block;
    font-family: 'BrandonGrotesqueMedium';
    font-size: 18px;
    color: #194436;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 !important;
}

.sidebar-logo-menu-wrapper .sidebar-menu ul li a:hover {
    color: #90C8E1;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.sidebar-logo-menu-wrapper .sidebar-menu ul li.current-menu-item a {
    color: #90C8E1;
}

.sidebar-logo-menu-wrapper .sidebar-menu ul li.current-menu-parent a {
    color: #90C8E1;
}

.sidebar-logo-menu-wrapper .sidebar-menu ul li.menu-item-has-children a span {
    position: absolute;
    top: 50%;
    right: 0;
    color: #194436 !important;
    margin-top: -10px;
}

.sidebar-logo-menu-wrapper .sidebar-menu ul li.menu-item-has-children a span:before {
    content: '\f0d7';
    font-family: "FontAwesome";
}

.sidebar-logo-menu-wrapper .sidebar-menu ul li.menu-item-has-children a span.__arrow_up:before {
    content: '\f0d8';
    font-family: "FontAwesome";
}
/* first level menu */

/* second level menu */
.sidebar-logo-menu-wrapper .sidebar-menu li.menu-item-has-children ul li a {
    color: #194436;
}

.sidebar-logo-menu-wrapper .sidebar-menu li.menu-item-has-children ul li.current-menu-item a {
    color: #90C8E1;
}

.sidebar-logo-menu-wrapper .sidebar-menu li > ul {
    display: none;
    margin-top: 22px;
}

.sidebar-logo-menu-wrapper .sidebar-menu li > ul.__active_sub_menu {
    display: block;
}

.sidebar-logo-menu-wrapper .sidebar-menu li > ul li {
    padding: 0 0 17px;
    border-bottom: 0;
}

.sidebar-logo-menu-wrapper .sidebar-menu li > ul li:last-of-type {
    padding: 0 0 11px;
}

.sidebar-logo-menu-wrapper .sidebar-menu li > ul li a {
    text-align: left;
    font-family: 'MontserratRegular';
    font-size: 14.2px;
    text-transform: none;
    letter-spacing: 0;
}

.sidebar-logo-menu-wrapper .sidebar-menu li > ul li a:hover {
    color: #90C8E1;
}

.sidebar-logo-menu-wrapper .sidebar-menu li > ul li a span {
    display: none;
}

.sidebar-logo-menu-wrapper .sidebar-menu li > ul li a span:before {
    content: none !important;
}
/* second level menu */

/* logout button */
.sidebar-logo-menu-wrapper .sidebar-menu .__user_logout {
    display: block;
    padding: 11px 22px 11px 21px;
    border-bottom: 2px solid #c5c1b6;
}

.sidebar-logo-menu-wrapper .sidebar-menu .__user_logout a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background-color: #315447;
    border: 0;
    border-radius: 0;
    font-size: 17px;
    font-family: 'BrandonGrotesqueBold';
    color: #FAF7EF;
    padding: 7px 30px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    line-height: normal;
}

.sidebar-logo-menu-wrapper .sidebar-menu .__user_logout a:hover {
    background-color: #90C8E1;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
/* logout button */
/** Page Sidebar Logo Menu **/


/** Page Banner Layout **/
/** page image banner **/
.page-banner-section {

}

.page-banner-section .page-banner-wrapper {
    position: relative;
    background: #000000;
}

.page-banner-section .page-banner-wrapper .__custom_row {
    max-width: 98.3%;
    /*max-width: 77.5rem;*/
}

.page-banner-section .page-banner-wrapper .__pb_padding {
    padding: 0 15px;
}

.page-banner-section .page-banner-wrapper .__full_bottom_center {
    display: flex;
    display: -webkit-flex;
    align-items: end;
    justify-content: space-between;
}

.page-banner-section .page-banner-wrapper .page-banner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 305px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-banner-section .page-banner-wrapper .page-banner-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.12);
    width: 100%;
    height: 100%;
}

.page-banner-section .page-banner-wrapper .page-banner-title-details-wrapper {
    height: 305px;
    padding-bottom: 20px;
}

.page-banner-section .page-banner-wrapper .page-banner-title h1 {
    font-size: 17px;
    font-family: 'BrandonGrotesqueBold';
    color: #FAF7EF;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
}

.page-banner-section .page-banner-wrapper .page-banner-details-wrapper {
    display: flex;
    display: -webkit-flex;
    align-items: start;
    justify-content: left;
}

.page-banner-section .page-banner-wrapper .page-banner-address p {
    text-align: left;
    font-size: 13px;
    font-family: 'BrandonGrotesqueRegular';
    color: #FAF7EF;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1.7;
}

.page-banner-section .page-banner-wrapper .page-banner-telephone {
    margin-left: 27px;
}

.page-banner-section .page-banner-wrapper .page-banner-telephone p {
    text-align: left;
    font-size: 13px;
    font-family: 'BrandonGrotesqueRegular';
    color: #FAF7EF;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1.7;
}

.page-banner-section .page-banner-wrapper .page-banner-telephone p a {
    text-decoration: none;
    color: #FAF7EF;
    letter-spacing: 0.3px;
}

.page-banner-section .page-banner-wrapper .page-banner-telephone p a span {
    font-family: 'BrandonGrotesqueBold';
}

.page-banner-section .page-banner-wrapper .page-banner-telephone p a:hover {
    color: #90C8E1;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

/** page image slider banner **/
.page-banner-section .page-slider-banner-wrapper {
    position: relative;
    width: 100%;
    clear: both;
    background-color: #000000;
}

.page-banner-section .page-slider-banner-wrapper .swiper-wrapper {
    box-sizing: inherit;
}

.page-banner-section .page-slider-banner-wrapper .banner-image {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 305px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-banner-section .page-slider-banner-wrapper .banner-image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-color: rgba(0, 0, 0, 0.1);*/
    width: 100%;
    height: 100%;
}

.page-banner-section .page-slider-banner-wrapper .swiper-button-next,
.page-banner-section .page-slider-banner-wrapper .swiper-button-prev {
    color: #ffffff;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s linear, opacity 0.3s linear;
}

.page-banner-section .page-slider-banner-wrapper .swiper-button-next:hover,
.page-banner-section .page-slider-banner-wrapper .swiper-button-prev:hover {
    color: #194436;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.page-banner-section .page-slider-banner-wrapper:hover .swiper-button-next,
.page-banner-section .page-slider-banner-wrapper:hover .swiper-button-prev {
    visibility: visible;
    opacity: 1;
}
/** Page Banner Layout **/


/** Content Editor Layout **/
.content-editor-section {

}

.content-editor-section .__custom_row {
    max-width: 86.231%;
    /*max-width: 70.834vw;*/
    /*max-width: 68rem;*/
}

.content-editor-section .__ce_padding {
    padding: 0 15px;
}

.content-editor-section .full-content-editor {
    text-align: left;
}

.content-editor-section .full-content-editor h2 {
    font-size: 30px;
    font-family: 'BrandonGrotesqueBold';
    color: #194436;
    text-transform: uppercase;
    letter-spacing: 1.65px;
    line-height: normal;
    margin-bottom: 25px;
}

.content-editor-section .full-content-editor h3 {
    font-size: 22px;
    font-family: 'BrandonGrotesqueBold';
    color: #194436;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;    
}

.content-editor-section .full-content-editor h4 {
    font-size: 19px;
    font-family: 'BrandonGrotesqueBold';
    color: #194436;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: normal;
    margin-bottom: 11px;   
}

.content-editor-section .full-content-editor p {
    text-align: left;
    font-size: 18px;
    font-family: 'MontserratRegular';
    color: #194436;
    letter-spacing: 0.05px;
    line-height: 1.5;
    margin-bottom: 17px;
}


.content-editor-section .full-content-editor p:empty {
    margin-bottom: 0;
}

.content-editor-section .full-content-editor p a {
    text-decoration: none;
    font-family: 'MontserratMedium';
    color: #90C8E1;
    letter-spacing: 0.05px;
}

.content-editor-section .full-content-editor p a:hover {
    text-decoration: underline;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.content-editor-section .full-content-editor ul {
    margin-left: 25px;
    margin-bottom: 20px;
}

.content-editor-section .full-content-editor ul li {
    text-align: left;
    font-size: 18px;
    font-family: 'MontserratRegular';
    color: #194436;
    letter-spacing: 0.05px;
    line-height: 1.5;
}

.content-editor-section .full-content-editor ul li a {
    text-decoration: none;
    font-family: 'MontserratMedium';
    color: #90C8E1;
    letter-spacing: 0.05px;
}

.content-editor-section .full-content-editor ul li a:hover {
    text-decoration: underline;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.content-editor-section .full-content-editor table {
    margin-bottom: 0;
    border-radius: 0;
}

/*.content-editor-section .full-content-editor table tbody {
    border: 0;
}*/

.content-editor-section .full-content-editor table tr {
    background: #FAF7EF;
}

.content-editor-section .full-content-editor table tr:nth-child(even) {
    background-color: #FAF7EF;
}

/*.content-editor-section .full-content-editor table tr:last-of-type td {
    border-bottom: 0;
}*/

.content-editor-section .full-content-editor table tr th {
    text-align: left;
    background-color: #315447;
    border: 1px solid #dddddd;
    font-size: 16.5px;
    font-family: 'MontserratMedium';
    font-weight: normal;
    color: #FAF7EF;
    letter-spacing: 0;
    padding: 11.3px 15px;
    line-height: 1.1;
}

.content-editor-section .full-content-editor table tr td {
    text-align: left;
    border: 1px solid #dddddd;
    font-size: 16px;
    font-family: 'MontserratRegular';
    color: #194436;
    letter-spacing: 0;
    padding: 8px 15px;
}

.content-editor-section .full-content-editor table tr td a {
    text-decoration: none;
    font-size: 16px;
    font-family: 'MontserratRegular';
    color: #194436;
    letter-spacing: 0.05px; 
}

.content-editor-section .full-content-editor table tr td a:hover {
    text-decoration: underline;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out; 
}

.content-editor-section .full-content-editor table.__custom_table_width {
    width: 79.5% !important;
}

.content-editor-section .full-content-editor table.__table_bordered tr td {
    border: 1px solid #194436;
    padding: 20px 15px;
}

.content-editor-section .full-content-editor-buttons {
    display: flex;
    margin-top: 30px;
}

.content-editor-section .full-content-editor-buttons a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background-color: #315447;
    border: 0;
    border-radius: 0;
    font-size: 17px;
    font-family: 'BrandonGrotesqueBold';
    color: #FAF7EF;
    padding: 9px 25px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-right: 15px;
    line-height: normal;
}

.content-editor-section .full-content-editor-buttons a:last-of-type {
    margin-right: 0;
}

main.membership .content-editor-section .full-content-editor-buttons a {
    width: 140px;
}

.content-editor-section .full-content-editor-buttons a:hover {
    background-color: #90C8E1;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

main.agenda .content-editor-section .full-content-editor p {
    line-height: 1.75;
    margin-bottom: 0;
}

main.committee-nomination-form .content-editor-section .full-content-editor table {
    margin-top: 50px;
}

main.committee-nomination-form .content-editor-section .full-content-editor h3 {
    margin-top: 60px;
}


/** gravity forms css **/
.content-editor-section .full-content-editor .gform_wrapper {
    margin-top: 50px;
    width: 79.5%;
}

.content-editor-section .full-content-editor .gform_fields {
    grid-column-gap: 21px !important;
    grid-row-gap: 21px !important;
    grid-template-columns: repeat(11, 1fr) !important;
}

.content-editor-section .full-content-editor .gfield.gfield--width-full {
    grid-column: span 11 !important;
    -ms-grid-column-span: 11 !important; 
}

.content-editor-section .full-content-editor .gform_fields h4 {
    margin-bottom: 8px;
}

.content-editor-section .full-content-editor .gform_fields h5 {
    font-size: 18px;
    font-family: 'MontserratRegular';
    color: #194436;
    text-transform: capitalize;
    letter-spacing: 0.05px;
    line-height: normal;
}

.content-editor-section .full-content-editor .__title_position {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: left;
}

.content-editor-section .full-content-editor .__captcha_align_right .ginput_recaptcha {
    float: right;
}

.content-editor-section .full-content-editor input.large,
.content-editor-section .full-content-editor input.datepicker,
.content-editor-section .full-content-editor select.large,
.content-editor-section .full-content-editor select,
.content-editor-section .full-content-editor textarea.large,
.content-editor-section .full-content-editor input[type="text"] {
    width: 100% !important;
    height: 41px;
    background: transparent;
    color: #194436;
    padding: 5px 12px !important;
    border: 1px solid #194436;
    border-radius: 0;
    font-family: 'MontserratRegular';
    font-size: 17px !important;
    letter-spacing: 0.05px;
    box-shadow: none;
}

.content-editor-section .full-content-editor input.large::-webkit-input-placeholder,
.content-editor-section .full-content-editor input.datepicker::-webkit-input-placeholder,
.content-editor-section .full-content-editor select.large::-webkit-input-placeholder,
.content-editor-section .full-content-editor select::-webkit-input-placeholder,
.content-editor-section .full-content-editor textarea.large::-webkit-input-placeholder,
.content-editor-section .full-content-editor input[type="text"]::-webkit-input-placeholder {
    color: transparent;
}

.content-editor-section .full-content-editor input.large:-ms-input-placeholder,
.content-editor-section .full-content-editor input.datepicker:-ms-input-placeholder,
.content-editor-section .full-content-editor select.large:-ms-input-placeholder,
.content-editor-section .full-content-editor select:-ms-input-placeholder,
.content-editor-section .full-content-editor textarea.large:-ms-input-placeholder,
.content-editor-section .full-content-editor input[type="text"]:-ms-input-placeholder {
    color: transparent;
}

.content-editor-section .full-content-editor input.large::-moz-placeholder,
.content-editor-section .full-content-editor input.datepicker::-moz-placeholder,
.content-editor-section .full-content-editor select.large::-moz-placeholder,
.content-editor-section .full-content-editor select::-moz-placeholder,
.content-editor-section .full-content-editor textarea.large::-moz-placeholder,
.content-editor-section .full-content-editor input[type="text"]::-moz-placeholder {
    color: transparent;
}

.content-editor-section .full-content-editor input.large:-moz-placeholder,
.content-editor-section .full-content-editor input.datepicker:-moz-placeholder,
.content-editor-section .full-content-editor select.large:-moz-placeholder,
.content-editor-section .full-content-editor select:-moz-placeholder,
.content-editor-section .full-content-editor textarea.large:-moz-placeholder,
.content-editor-section .full-content-editor input[type="text"]:-moz-placeholder {
    color: transparent;
}

.content-editor-section .full-content-editor .gform_footer {
    margin: 0 !important;
    padding: 40px 0 0 !important;
    justify-content: right;
    position: relative;
}

.content-editor-section .full-content-editor .gform_button {
    cursor: pointer;
    text-decoration: none;
    background: #315447;
    color: #FAF7EF;
    font-family: 'BrandonGrotesqueBold';
    font-size: 18.5px;
    text-transform: uppercase;
    padding: 10px 37px 7px;
    border: 0;
    border-radius: 0;
    letter-spacing: 0.7px;
    margin: 0 !important;
    line-height: inherit !important;
    min-height: auto !important;
}

.content-editor-section .full-content-editor .gform_button:hover {
    background-color: #90C8E1;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.content-editor-section .full-content-editor .gform_ajax_spinner {
    position: absolute;
    right: 160px;
    padding-top: 14px;
}

.content-editor-section .full-content-editor .gform_confirmation_message {
    text-align: left;
    font-size: 18px;
    font-family: 'MontserratRegular';
    color: #194436;
    letter-spacing: 0.05px;
    line-height: 1.5;
    margin-top: 40px;
}
/** gravity forms css **/

/** Content Editor Layout **/


/** Accordion Layout **/
.accordion-section {

}

.accordion-section .__accordion_padding {
    padding: 0 15px;
}

.accordion-section .accordion-list h2 {
    font-size: 30px;
    font-family: 'BrandonGrotesqueBold';
    color: #194436;
    text-transform: uppercase;
    letter-spacing: 1.65px;
    line-height: normal;
    margin-bottom: 15px;
}

.accordion-section .accordion-list ul {
    margin-bottom: 0;
    background: transparent;
}

.accordion-section .accordion-list ul li {
    margin-bottom: 3px;
}

.accordion-section .accordion-list a {
    text-decoration: none;
    font-size: 17px;
    font-family: 'MontserratMedium';
    background: #315447;
    padding: 18px 16px;
    color: #FAF7EF;
    text-transform: capitalize;
    letter-spacing: 0;
    border: 1px solid #dddddd;
    border-bottom: 0;
}

.accordion-section .accordion-list a:hover {
    background: #90C8E1;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.accordion-section .accordion-list li.is-active a {
    background: #90C8E1;
}

.accordion-section .accordion-list .accordion-content {
    background-color: #FAF7EF;
    border: 1px solid #dddddd !important;
    border-bottom: 0;
    padding: 20px 20px;
}

.accordion-section .accordion-list .accordion-content table {
    margin-bottom: 0;
    border-radius: 0;
}

.accordion-section .accordion-list .accordion-content table tr {
    background: #FAF7EF;
}

.accordion-section .accordion-list .accordion-content table tr:nth-child(even) {
    background-color: #FAF7EF;
}

.accordion-section .accordion-list .accordion-content table tr th {
    text-align: center;
    background-color: #315447;
    border: 1px solid #dddddd;
    font-size: 16.5px;
    font-family: 'MontserratMedium';
    font-weight: normal;
    color: #FAF7EF;
    letter-spacing: 0;
    padding: 11.3px 5px;
    line-height: 1.1;
}

.accordion-section .accordion-list .accordion-content table tr td {
    text-align: center;
    border: 1px solid #dddddd;
    font-size: 16px;
    font-family: 'MontserratRegular';
    color: #194436;
    letter-spacing: 0;
    padding: 8px 10px;
}

.accordion-section .accordion-list .accordion-content table tr:first-of-type td {
    background-color: #315447;
    color: #FAF7EF;
}

.accordion-section .accordion-list .accordion-content p {
    text-align: left;
    font-size: 18px;
    font-family: 'MontserratRegular';
    color: #194436;
    letter-spacing: 0.05px;
    line-height: 1.5;
}
/** Accordion Layout **/


/** Slider Gallery Layout **/
.slider-gallery-section {

}

.slider-gallery-section .__custom_row {
    max-width: 86.231%;
    /*max-width: 70.834vw;*/
    /*max-width: 68rem;*/
}

.slider-gallery-section .__sg_padding {
    padding: 0 15px;
}

.slider-gallery-section .slider-gallery-container {
    position: relative;
    width: 100%;
    clear: both;
}

.slider-gallery-section .slider-gallery-container .swiper-wrapper {
    box-sizing: inherit;
}

.slider-gallery-section .gallery-image img {
    width: 100%;
}

.slider-gallery-section .slider-gallery-container .swiper-button-next,
.slider-gallery-section .slider-gallery-container .swiper-button-prev {
    color: #ffffff;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s linear, opacity 0.3s linear;
}

.slider-gallery-section .slider-gallery-container .swiper-button-next:hover,
.slider-gallery-section .slider-gallery-container .swiper-button-prev:hover {
    color: #90C8E1;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.slider-gallery-section .slider-gallery-container:hover .swiper-button-next,
.slider-gallery-section .slider-gallery-container:hover .swiper-button-prev {
    visibility: visible;
    opacity: 1;
}
/** Slider Gallery Layout **/


/** Handicap Calculator **/
.handicap-calculator-section {
    background-color: #FAF7EF;
    padding: 50px 0px 65px;
}

.handicap-calculator-section .__custom_row {
    max-width: 86.231%;
    /*max-width: 70.834vw;*/
    /*max-width: 68rem;*/
}

.handicap-calculator-section .__hc_padding {
    padding: 0 15px;
}

.handicap-calculator-section .handi-calc-content {
    text-align: left;
}

.handicap-calculator-section .handi-calc-content h4 {
    font-size: 26px;
    font-family: 'BrandonGrotesqueMedium';
    color: #194436;
    letter-spacing: 0.05px;
    line-height: normal;
    margin-bottom: 20px;
}

.handicap-calculator-section .handi-calc-content p {
    font-size: 18px;
    font-family: 'MontserratRegular';
    color: #194436;
    letter-spacing: 0.05px;
    line-height: 1.5;
    margin-bottom: 17px;
}

.handicap-calculator-section .handi-calc-form {

}

.handicap-calculator-section .handi-calc-fields-results {
    background-color: #FAF7EF;
}

.handicap-calculator-section .field-wrapper-select {
    margin-bottom: 22px;
}

.handicap-calculator-section .handi-calc-fields-results p {
    font-size: 16.5px;
    font-family: 'MontserratMedium';
    color: #194436;
    letter-spacing: 0.3px;
    line-height: 1.4;
    margin-bottom: 2px;
}

.handicap-calculator-section .handi-calc-fields-results select,
.handicap-calculator-section .handi-calc-fields-results input[type="number"],
.handicap-calculator-section .handi-calc-fields-results input[type="text"] {
    width: 100%;
    height: 41px;
    background: transparent;
    color: #194436;
    padding: 5px 10px;
    border: 1px solid #194436;
    border-radius: 0;
    font-family: 'MontserratRegular';
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 0.05px;
    box-shadow: none;
}

.handicap-calculator-section .handi-calc-fields-results select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background-image: url(../images/arrow-dd-black.png);
    background-repeat: no-repeat;
    background-position: 98.7% center;
    cursor: pointer
}

.handicap-calculator-section .handi-calc-fields-results select > option {
    color: #194436;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.handicap-calculator-section .handi-calc-fields-results select::-webkit-input-placeholder,
.handicap-calculator-section .handi-calc-fields-results input[type="number"]::-webkit-input-placeholder,
.handicap-calculator-section .handi-calc-fields-results input[type="text"]::-webkit-input-placeholder {
    color: #194436;
    opacity: 1;
}

.handicap-calculator-section .handi-calc-fields-results select:-ms-input-placeholder,
.handicap-calculator-section .handi-calc-fields-results input[type="number"]:-ms-input-placeholder,
.handicap-calculator-section .handi-calc-fields-results input[type="text"]:-ms-input-placeholder {
    color: #194436;
    opacity: 1;
}

.handicap-calculator-section .handi-calc-fields-results select::-moz-placeholder,
.handicap-calculator-section .handi-calc-fields-results input[type="number"]::-moz-placeholder,
.handicap-calculator-section .handi-calc-fields-results input[type="text"]::-moz-placeholder {
    color: #194436;
    opacity: 1;
}

.handicap-calculator-section .handi-calc-fields-results select:-moz-placeholder,
.handicap-calculator-section .handi-calc-fields-results input[type="number"]:-moz-placeholder,
.handicap-calculator-section .handi-calc-fields-results input[type="text"]:-moz-placeholder {
    color: #194436;
    opacity: 1;
}

.handicap-calculator-section .calc-button-wrapper {
    margin-top: 25px;
}

.handicap-calculator-section .calc-button-wrapper button#submit {
    cursor: pointer;
    text-decoration: none;
    background: #315447;
    color: #FAF7EF;
    font-family: 'BrandonGrotesqueBold';
    font-size: 17px;
    text-transform: uppercase;
    padding: 9px 17px;
    border: 0;
    border-radius: 0;
    letter-spacing: 0.7px;
    margin: 0;
    line-height: normal;
}

.handicap-calculator-section .calc-button-wrapper button#submit:hover {
    background-color: #90C8E1;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.handicap-calculator-section .handicap-results {
    margin-top: 40px;
}

.handicap-calculator-section .handicap-results.error {
    margin-top: 35px;
}

.handicap-calculator-section .handicap-results p.__result {
    margin-bottom: 5px;
}

.handicap-calculator-section .handicap-results p.__result:last-of-type {
    font-family: 'MontserratSemiBold';
    margin-top: 20px;
}

.handicap-calculator-section .handicap-results p.error {
    font-family: 'MontserratSemiBold';
    color: #ed1c24;
}

.handicap-calculator-section .handicap-results table {
    margin-top: 10px;
    margin-bottom: 0;
    border-radius: 0;
}

.handicap-calculator-section .handicap-results table tr {
    background: #f2f2f2;
}

.handicap-calculator-section .handicap-results table tr:nth-child(even) {
    background-color: #ffffff;
}

.handicap-calculator-section .handicap-results table tr th {
    text-align: center;
    background-color: #315447;
    border: 1px solid #dddddd;
    font-size: 16.5px;
    font-family: 'MontserratMedium';
    font-weight: normal;
    color: #FAF7EF;
    letter-spacing: 0;
    padding: 11.3px 5px;
    line-height: 1.1;
}

.handicap-calculator-section .handicap-results table tr td {
    text-align: center;
    border: 1px solid #dddddd;
    font-size: 16px;
    font-family: 'MontserratRegular';
    color: #194436;
    letter-spacing: 0;
    padding: 8px 10px;
}

.handicap-calculator-section .handicap-results table tr.error td {
    font-family: 'MontserratMedium';
    color: #ed1c24;
    padding: 18px 15px;
}
/** Handicap Calculator **/


/** Missing Content **/
.__content_missing {
    background-color: #ffffff;
}

.__content_missing p {
    padding: 150px 0;
    text-align: center;
    font-size: 36px;
    font-family: 'MontserratRegular';
    color: #000000;
    letter-spacing: 0;
}
/** Missing Content **/



/** GLOBAL CSS **/
.lb-dataContainer span.lb-number {
    display: none !important;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

#tribe-events-pg-template {
	max-width: 100%;
	padding: 0;
	margin: 0;
}

#tribe-events {
	padding: 0;
}

#sb_instagram {
	padding-bottom: 0 !important;
}

/*#sb_instagram #sbi_images {
	padding: 0 !important;
}

#sb_instagram #sbi_images .sbi_item {
	padding: 5px !important;
}

#sb_instagram .sbi_photo {
	height: 99px !important;
}*/
/** GLOBAL CSS **/


/** Membership Portal GLOBAL CSS **/
main.virtual-server-guide .content-editor-section.__mbr_section,
main.virtual-server-secure-transfer-guide .content-editor-section.__mbr_section,
main.website-guide .content-editor-section.__mbr_section,
main.system-backups-guide .content-editor-section.__mbr_section,
main.members-update-raffle-system .content-editor-section.__mbr_section {
    padding: 50px 0px 70px !important;
}


/** Membership Sections **/
.content-editor-section.__mbr_section .full-content-editor h2 {
    letter-spacing: 1px;
}

.manage-administrators-section {
    background-color: #FAF7EF;
    padding: 0px 0px 80px;
}

.new-admin-account-section {
    background-color: #FAF7EF;
    padding: 0px 0px 80px;
}

.edit-admin-account-section {
    background-color: #FAF7EF;
    padding: 0px 0px 80px;
}

.delete-admin-account-section {
    background-color: #FAF7EF;
    padding: 0px 0px 80px;
}

.manage-members-section {
    background-color: #FAF7EF;
    padding: 0px 0px 80px;
}

.add-new-member-section {
    background-color: #FAF7EF;
    padding: 0px 0px 80px; 
}

.edit-member-section {
    background-color: #FAF7EF;
    padding: 0px 0px 80px;  
}

.delete-member-section {
    background-color: #FAF7EF;
    padding: 0px 0px 80px;  
}

.copy-deleted-member-section {
    background-color: #FAF7EF;
    padding: 0px 0px 80px;    
}

.add-deleted-member-section {
    background-color: #FAF7EF;
    padding: 0px 0px 80px;    
}

.edit-deleted-member-section {
    background-color: #FAF7EF;
    padding: 0px 0px 80px;   
}

.delete-deleted-member-section {
    background-color: #FAF7EF;
    padding: 0px 0px 80px;   
}

.members-report-section {
    background-color: #FAF7EF;
    padding: 0px 0px 80px;   
}

.members-export-section {
    background-color: #FAF7EF;
    padding: 0px 0px 80px;   
}
/** Membership Sections **/


.__custom_row_mbr {
    max-width: 86.231%;
    /*max-width: 70.834vw;*/
    /*max-width: 68rem;*/
}

.__mbr_padding {
    padding: 0 15px;
}

.form-fields {
    background-color: #FAF7EF;
}

.form-fields .field-wrapper {
    margin-bottom: 15px;
}

.form-fields .field-wrapper p.field-title {
    font-size: 16.5px;
    font-family: 'MontserratMedium';
    color: #194436;
    letter-spacing: 0.3px;
    line-height: 1.4;
    margin-bottom: 2px;
}

.form-fields .field-wrapper p.field-subtitle {
    font-size: 14px;
    font-family: 'MontserratRegular';
    color: #194436;
    letter-spacing: 0;
    line-height: 1.2;
    margin-top: 2px;
}

.form-fields .field-wrapper input,
.form-fields .field-wrapper select {
    width: 100%;
    height: 41px;
    background: transparent;
    color: #194436;
    padding: 5px 10px;
    border: 1px solid #194436;
    border-radius: 0;
    font-family: 'MontserratRegular';
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 0.05px;
    box-shadow: none;
}

.form-fields .field-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background-image: url(../images/arrow-dd-black.png);
    background-repeat: no-repeat;
    background-position: 97.5% center;
    cursor: pointer
}

.form-fields .field-wrapper select > option {
    color: #194436;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.form-fields .field-wrapper input::-webkit-input-placeholder,
.form-fields .field-wrapper select::-webkit-input-placeholder {
    color: #194436;
    opacity: 1;
}

.form-fields .field-wrapper input:-ms-input-placeholder,
.form-fields .field-wrapper select:-ms-input-placeholder {
    color: #194436;
    opacity: 1;
}

.form-fields .field-wrapper input::-moz-placeholder,
.form-fields .field-wrapper select::-moz-placeholder {
    color: #194436;
    opacity: 1;
}

.form-fields .field-wrapper input:-moz-placeholder,
.form-fields .field-wrapper select:-moz-placeholder {
    color: #194436;
    opacity: 1;
}

.form-fields .copy-deleted-btn {
    margin-bottom: 30px;
}

.form-fields .copy-deleted-btn button {
    cursor: pointer;
    text-decoration: none;
    background: #315447;
    color: #FAF7EF;
    font-family: 'BrandonGrotesqueBold';
    font-size: 17px;
    text-transform: uppercase;
    padding: 9px 20px;
    border: 0;
    border-radius: 0;
    letter-spacing: 0.7px;
    margin: 0;
    line-height: normal;
    text-align: center;
}

.form-fields .copy-deleted-btn button:hover {
    background-color: #90C8E1;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.form-fields .radio-fields-wrapper {
    display: flex;
}

.form-fields .radio-btn-item {
    display: flex;
    margin-right: 30px;
    margin-bottom: 5px;
}

.form-fields .radio-btn-item:last-of-type {
    margin-right: 0;
}

.form-fields .radio-btn-item input[type="radio"] {
    margin: 0;
    accent-color: #194436;
}

.form-fields .radio-btn-item label {
    font-size: 16px;
    font-family: 'MontserratMedium';
    color: #194436;
    letter-spacing: 0;
}

.form-buttons-wrapper {
    display: flex;
    margin-top: 20px;
}

.form-buttons-wrapper button {
    cursor: pointer;
    text-decoration: none;
    background: #315447;
    color: #FAF7EF;
    font-family: 'BrandonGrotesqueBold';
    font-size: 17px;
    text-transform: uppercase;
    padding: 9px 25px;
    border: 0;
    border-radius: 0;
    letter-spacing: 0.7px;
    margin-right: 15px;
    line-height: normal;
    text-align: center;
    width: 140px;
}

.form-buttons-wrapper button:hover {
    background-color: #90C8E1;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.form-buttons-wrapper a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    width: 140px;
    background-color: #315447;
    border: 0;
    border-radius: 0;
    font-size: 17px;
    font-family: 'BrandonGrotesqueBold';
    color: #FAF7EF;
    padding: 9px 25px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin: 0;
    line-height: normal;
}

.form-buttons-wrapper a:hover {
    background-color: #90C8E1;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

p._error {
    font-size: 16.5px;
    font-family: 'MontserratMedium';
    color: #ed1c24;
    letter-spacing: 0.3px;
    line-height: 1.4;
}

table.__table_data {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    display: block;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

table.__table_data tr {
    background: #f2f2f2;
}

table.__table_data tr:nth-child(even) {
    background-color: #ffffff;
}

table.__table_data tr th {
    text-align: center;
    background-color: #315447;
    border: 1px solid #dddddd;
    font-size: 16.5px;
    font-family: 'MontserratMedium';
    font-weight: normal;
    color: #FAF7EF;
    letter-spacing: 0;
    padding: 11.3px 5px;
    line-height: 1.1;
}

table.__table_data tr td {
    text-align: center;
    border: 1px solid #dddddd;
    font-size: 16px;
    font-family: 'MontserratRegular';
    color: #194436;
    letter-spacing: 0;
    padding: 8px 10px;
}

table.__table_data tr.error td {
    font-family: 'MontserratMedium';
    color: #ed1c24;
    padding: 18px 15px;
}

table.__table_data tr td a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    width: 75px;
    background-color: #315447;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    font-family: 'BrandonGrotesqueBold';
    color: #FAF7EF;
    padding: 6px 10px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-right: 3px;
    line-height: normal;
}

table.__table_data tr td a:last-of-type {
    margin-right: 0;
}

table.__table_data tr td a:hover {
    background-color: #90C8E1;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

table.__table_data.__tbl_wide {
    display: table;
}

table.__table_data.__tbl_stats {
    display: table;
}


.members-report-list {
    margin-top: 60px;
}

.members-report-list table.__table_data tr th {
    font-size: 15px;
}

.members-report-list table.__table_data tr td {
    font-size: 14.5px;
}

.members-report-list p.__result {
    font-size: 16.5px;
    font-family: 'MontserratMedium';
    color: #194436;
    letter-spacing: 0.3px;
    line-height: 1.4;
    margin-bottom: 5px;
}

/* gravity forms registration */
.__gform_reg {

}

.__gform_reg p.gform_required_legend {
    text-align: left;
    font-size: 16px;
    font-family: 'MontserratRegular';
    color: #194436;
    letter-spacing: 0.05px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.__gform_reg .gform_wrapper label.gfield_label {
    font-size: 16.5px;
    font-family: 'MontserratMedium';
    font-weight: normal;
    color: #194436;
    letter-spacing: 0.3px;
    line-height: 1.4;
    margin-bottom: 2px;
}

.__gform_reg .gform_wrapper legend.gfield_label {
    font-size: 16.5px;
    font-family: 'MontserratMedium';
    font-weight: normal;
    color: #194436;
    letter-spacing: 0.3px;
    line-height: 1.4;
    margin-bottom: 2px;
}

.__gform_reg .gform_wrapper label.gform-field-label--type-sub {
    font-size: 14px !important;
    font-family: 'MontserratRegular';
    color: #194436;
    letter-spacing: 0;
    line-height: 1.2;
    margin-top: 2px;
    padding-top: 0 !important;
}

.__gform_reg .gform_wrapper .gfield_description {
    padding-top: 0 !important;
}

.__gform_reg .gform_wrapper .gfield_description p {
    font-size: 14px !important;
    font-family: 'MontserratRegular';
    color: #194436;
    letter-spacing: 0;
    line-height: 1.2;
    margin-top: 2px;
    padding-top: 0 !important; 
}

.__gform_reg .gform_wrapper input.large,
.__gform_reg .gform_wrapper input.datepicker,
.__gform_reg .gform_wrapper select.large,
.__gform_reg .gform_wrapper select,
.__gform_reg .gform_wrapper textarea.large,
.__gform_reg .gform_wrapper input[type="text"],
.__gform_reg .gform_wrapper input[type="password"] {
    width: 100% !important;
    height: 41px;
    background: transparent;
    color: #194436;
    padding: 5px 10px !important;
    border: 1px solid #194436;
    border-radius: 0;
    font-family: 'MontserratRegular';
    font-size: 16px !important;
    margin-bottom: 0 !important;
    letter-spacing: 0.05px;
    box-shadow: none;
}

.__gform_reg .gform_wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background-image: url(../images/arrow-dd-black.png);
    background-repeat: no-repeat;
    background-position: 97.5% center;
    cursor: pointer
}

.__gform_reg .gform_wrapper select > option {
    color: #194436;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.__gform_reg .gform_wrapper span.password_input_container {
    padding-right: 0 !important;
}

.__gform_reg .gform_footer {
    margin: 0 !important;
    padding: 35px 0 0 !important;
    position: relative;
}

.__gform_reg .gform_button {
    cursor: pointer;
    text-decoration: none;
    background: #315447;
    color: #FAF7EF;
    font-family: 'BrandonGrotesqueBold';
    font-size: 17px;
    text-transform: uppercase;
    padding: 8.25px 25px;
    border: 0;
    border-radius: 0;
    letter-spacing: 0.7px;
    margin: 0 !important;
    line-height: inherit !important;
    min-height: auto !important;
    width: 140px;
}

.__gform_reg .gform_button:hover {
    background-color: #90C8E1;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.__gform_reg .gform_ajax_spinner {
    position: relative;
    top: 0;
    padding-left: 10px;
}

.__gform_reg .gform_confirmation_message {
    text-align: left;
    font-size: 18px;
    font-family: 'MontserratRegular';
    color: #194436;
    letter-spacing: 0.05px;
    line-height: 1.5;
    margin-top: 20px;
}


/** membership login section **/
.membership-login-section {
    background-color: #FAF7EF;
    padding: 0 0 80px;
}

.membership-login-section .__custom_row {
    max-width: 86.231%;
    /*max-width: 70.834vw;*/
    /*max-width: 68rem;*/
}

.membership-login-section p.login-username {
    margin-bottom: 20px;
}

.membership-login-section p.login-username label,
.membership-login-section p.login-password label {
    font-size: 16.5px;
    font-family: 'MontserratMedium';
    font-weight: normal;
    color: #194436;
    letter-spacing: 0.3px;
    line-height: 1.4;
    margin-bottom: 3px;  
}

.membership-login-section p.login-username input[type="text"],
.membership-login-section p.login-password input[type="password"] {
    width: 100%;
    height: 41px;
    background: transparent;
    color: #194436;
    padding: 5px 10px;
    border: 1px solid #194436;
    border-radius: 0;
    font-family: 'MontserratRegular';
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 0.05px;
    box-shadow: none;
}

.membership-login-section p.login-forgot-pass {
    font-size: 14px;
    font-family: 'MontserratRegular';
    color: #194436;
    letter-spacing: 0;
    line-height: 1.2;
    margin-top: 5px;
}

.membership-login-section p.login-forgot-pass a {
    text-decoration: none;
    color: #194436;
    letter-spacing: 0;
}

.membership-login-section p.login-forgot-pass a:hover {
    text-decoration: underline;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.membership-login-section p.login-submit {
    margin-top: 30px;
}

.membership-login-section p.login-submit input#wp-submit {
    cursor: pointer;
    text-decoration: none;
    background: #315447;
    color: #FAF7EF;
    font-family: 'BrandonGrotesqueBold';
    font-size: 17px;
    text-transform: uppercase;
    padding: 9.1px 25px;
    border: 0;
    border-radius: 0;
    letter-spacing: 0.7px;
    margin: 0 !important;
    line-height: inherit !important;
    min-height: auto !important;
    width: 140px;
}

.membership-login-section p.login-submit input#wp-submit:hover {
    background-color: #90C8E1;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.membership-login-section p._error {
    font-size: 16px;
    margin-bottom: 10px;
}


/** password reset section **/
.reset-password-section {
    background-color: #FAF7EF;
    padding: 50px 0 80px;
}

.reset-password-section .__custom_row {
    max-width: 86.231%;
    /*max-width: 70.834vw;*/
    /*max-width: 68rem;*/
}

.reset-password-section .reset-password-form legend {
    font-size: 30px;
    font-family: 'BrandonGrotesqueBold';
    color: #194436;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 25px;    
}

.reset-password-section .reset-password-form p {
    text-align: left;
    font-size: 18px;
    font-family: 'MontserratRegular';
    color: #194436;
    letter-spacing: 0.05px;
    line-height: 1.5; 
}

.reset-password-section .reset-password-form p > a {
    text-decoration: none;
    color: #194436;
    letter-spacing: 0.05px; 
}

.reset-password-section .reset-password-form p > a:hover {
    text-decoration: underline;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.reset-password-section .reset-password-form p.extra-space {
    text-align: left;
    font-size: 18px;
    font-family: 'MontserratRegular';
    color: #194436;
    letter-spacing: 0.05px;
    line-height: 1.5;
    margin-bottom: 17px;   
}

.reset-password-section .reset-password-form p.no-margin {
    padding-top: 15px;
}

.reset-password-section .reset-password-form p.no-margin label {
    font-size: 16.5px;
    font-family: 'MontserratMedium';
    font-weight: normal;
    color: #194436;
    letter-spacing: 0.3px;
    line-height: 1.4;
    margin-bottom: 3px;  
}

.reset-password-section .reset-password-form p.no-margin input[type="text"] {
    width: 100%;
    height: 41px;
    background: transparent;
    color: #194436;
    padding: 5px 10px;
    border: 1px solid #194436;
    border-radius: 0;
    font-family: 'MontserratRegular';
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 0.05px;
    box-shadow: none;
}

.reset-password-section .reset-password-form p > label {
    font-size: 16.5px;
    font-family: 'MontserratMedium';
    font-weight: normal;
    color: #194436;
    letter-spacing: 0.3px;
    line-height: 1.4;
    margin-bottom: 3px;  
}

.reset-password-section .reset-password-form p > input[type="password"]#som_new_user_pass,
.reset-password-section .reset-password-form p > input[type="password"]#som_new_user_pass_again {
    width: 100%;
    height: 41px;
    max-width: 100%;
    background: transparent;
    color: #194436;
    padding: 5px 10px;
    border: 1px solid #194436;
    border-radius: 0;
    font-family: 'MontserratRegular';
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 0.05px;
    box-shadow: none;
}

.reset-password-section .reset-password-form p > input[type="password"]#som_new_user_pass {
    margin-bottom: 20px;
}

.reset-password-section .reset-password-form .lostpassword-submit {
    margin-top: 30px;
    margin-bottom: 0;
}

.reset-password-section .reset-password-form .lostpassword-submit button#reset-pass-submit {
    cursor: pointer;
    text-decoration: none;
    background: #315447;
    color: #FAF7EF;
    font-family: 'BrandonGrotesqueBold';
    font-size: 17px;
    text-transform: uppercase;
    padding: 9.1px 25px;
    border: 0;
    border-radius: 0;
    letter-spacing: 0.7px;
    margin: 0 !important;
    line-height: inherit !important;
    min-height: auto !important;
}

.reset-password-section .reset-password-form .lostpassword-submit button#reset-pass-submit:hover {
    background-color: #90C8E1;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
/** Membership Portal GLOBAL CSS **/