html, body {
    overflow-x: hidden;
}


body .animatedfsmenu .animatedfs_menu_list {
    width: 470px;
}

#mobile-toggle {
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 0;
}
#mobile-toggle a {
    padding-left: 0 !important;
}
#mobile-toggle::after {
    content: "\f0c9";
    font-family: "Font Awesome 5 Free";
    color: #10653e;
}
@media screen and ( max-width: 992px ) {
    #mobile-toggle {
        display: inline-block;
    }
}

#mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    max-width: 0;
    max-height: 0;
    z-index: 9;
    background: rgba(0,0,0,0.98);
    transition: all 0.1s ease;
}
.mobile-open #mobile-menu {
    max-width: 100vw;
    max-height: 100vh;
    transition: all 0.3s ease;
}


.gfield_time_ampm select {
    width: calc(3rem + 35px)!important;
}

.accent-container {
    text-align: center;
    overflow: hidden;
}
.accent {
    position: relative;
    display: inline-block;
    color: #2778a7;
    margin: auto;
    margin-bottom: 40px;
}
.accent::before {
    position: absolute;
    content: "";
    top: 13px;
    width: 35%;
    left: -38%;
    border-top: 1px solid #343434;
}
.accent::after {
    position: absolute;
    content: "";
    top: 18px;
    width: 49%;
    left: -52%;
    border-top: 1px solid #343434;
}
.accent span::before {
    position: absolute;
    content: "";
    top: 13px;
    width: 35%;
    right: -38%;
    border-top: 1px solid #343434;
}
.accent span::after {
    position: absolute;
    content: "";
    top: 18px;
    width: 49%;
    right: -52%;
    border-top: 1px solid #343434;
}
@media screen and ( max-width: 600px ) {
    
}

#field_1_1 {
    margin-top: 14px;
}
textarea,
select,
input[type=text] {
    padding: 15px !important;
    font-size: 14px;
    font-weight: 600;
}
.ginput_container.ginput_container_checkbox,
.ginput_container.ginput_container_radio {
    padding-left: 10%;
}
.gform_body input[type=checkbox] {
    display: none !important;
}
.gform_body label {
    margin-left: 30px !important;
}
.gform_body input[type=radio]:checked + label:after,
.gform_body input[type=checkbox]:checked + label:after {
    position: absolute;
    top: 0;
    left: 1px;
    font-family: "Font Awesome 5 Free";
    color: #2ca6d7;
    content: "\f058";
    font-size: 18px;
    z-index: 3;
}
.gform_body input[type=radio] + label:before,
.gform_body input[type=checkbox] + label:before {
    position: absolute;
    top: -1px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    content: "\f111";
    z-index: 2;
}
.gform_footer.top_label {
    text-align: center;
}
#gform_submit_button_1,
#gform_submit_button_2,
#gform_submit_button_3,
#gform_submit_button_7,
#gform_submit_button_5,
#gform_submit_button_9 {
    color: white;
    font-weight: 600;
    border: 2px solid white;
    border-radius: 0;
    padding: 10px 40px;
}
#gform_submit_button_2 {
    padding: 12px 10px;
}
#gform_submit_button_1:hover,
#gform_submit_button_2:hover {
    background: white;
    color: black;
}
#gform_submit_button_1 span,
#gform_submit_button_2 span {
        padding: 0 10px;
}
#gform_submit_button_1::before,
#gform_submit_button_2::before {
    font-family: "Font Awesome 5 Free";
    content: "\f1d8";
    font-weight: 400;
}

#gform_2 .gform_body {
    float: left;
    width: 265px !important;
}
#gform_2 .gform_body input {
    width: 100%;
}
#gform_2 .gform_footer.top_label {
    float: left;
    width: 160px !important;
    clear: none;
    margin-top: 14px;
}
#gform_wrapper_2 {
    margin: 0 !important;
}

.footer-container p {
    margin-bottom: 4px;
}
.footer-container a,
.footer-container a:visited,
.footer-container a:focus {
    color: white;
}
.footer-container.white-bg a,
.footer-container.white-bg a:visited,
.footer-container.white-bg a:focus {
    color: #2f4f68;
}
.footer-container a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    margin-right: 15px;
}
.webdesignby {
    margin-right: 20px;
    color: #f7f7f7;
    font-size: 12px;
}
.webdesignimg {
    vertical-align: middle;
}

.mm {
    background: white;
    position: relative;
    padding: 45px 0;
}
.mm .container {
    max-width: 1140px;
    margin: auto;
}
.mm-left {
    display: inline-block;
    vertical-align: top;
    width: 40%;
}
.mm-center {
    display: inline-block;
    vertical-align: top;
    width: 19%;
}
.mm-right {
    display: inline-block;
    vertical-align: top;
    width: 40%;
}
.mm-link {
    display: inline-block;
    width: 32%;
    margin-top: 78px;
    padding: 10px;
    text-align: center;
}
.mm-link a,
.mm-link a:visited,
.mm-link a:focus {
    position: relative;
    color: #2f4f68;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.mm-row {
    position: absolute;
    top: 167px;
    left: 0;
    right: 0;
    background: url("/wp-content/uploads/2020/05/mm-bg-1.png");
    height: 300px;
    max-height: 0;
    z-index: 9;
    overflow: hidden;
	box-shadow: 0px 2px 8px black;
    transition: all 0.05s ease 0.1s;
}
.mm-link:hover .mm-row {
    max-height: 300px;
    transition: all 0.3s ease;
}
.mm-link-1 .mm-row {
    background: url("/wp-content/uploads/2020/05/mm-bg-3.png");
}
.mm-link-2 .mm-row {
    background: url("/wp-content/uploads/2020/05/mm-bg-1.png");
}
.mm-link-4 .mm-row {
    background: url("/wp-content/uploads/2020/05/mm-bg-2.png");
}
.mm-row a,
.mm-row a:visited,
.mm-row a:focus {
    color: white;
    font-weight: 100;
}
.mm-row a:hover {
    font-weight: bold;
}
.mm-row-container {
    max-width: 1140px;
    margin: auto;
    text-align: left;
}
.mm-link.mm-drop > a::after {
    position: absolute;
    top: 17px;
    left: calc(50% - 15px);
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #2e5069;
    z-index: 1;
    opacity: 0;
    transition: 0.1s all ease;
}
.mm-link.mm-drop:hover > a::after {
    opacity: 1;
    transition: 0.3s all ease;
}
.home .internal-page-main-menu {
    display: none;
}
.home .mm {
    background: transparent;
    margin-top: 140px;
}
.home .mm .mm-link {
    opacity: 0;
    transition: 0.3s all ease;
    pointer-events: none;
}
.home .mm.active .mm-link {
    opacity: 1;
    pointer-events: all;
    transition: 0.8s all ease;
}
@media screen and ( max-width: 900px ) {
    .mm-left, .mm-right {
        display: none;
    }
    .mm-center {
        width: 100%;
        text-align: center;
    }
}
.elementor-element-384f2e3 {
    transition: 0.5s all ease;
}
.elementor-element-384f2e3.active {
    padding: 0 !important;
}
.page-header {
    text-align: center;
}