/*
 Theme Name:   Simple Clean Child
 Template:     hello
 */
body {
	margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.site-header {
	position: fixed!important;
    top: 0;
    background: #fff;
    padding: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    width: 100%;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
	margin-bottom: 110px;
	height: 89px;
	z-index: 9999;
}
.navigation {
	flex: 1 1 auto;
    display: inline;
    flex-flow: row nowrap;
    align-items: center;
    gap: 0px;
    padding: 0px;
    margin: 0px;
}
body.admin-bar .site-header {
	margin-top: 32px;
}
html body.page-id-742 #main, html body.page-id-598 #main {
	margin-top: -122px;
}
html body.page-id-673 #main {
	margin-top: -30px!important;
}

#masthead + #content {
   margin-top: 200px!important;
}
.container-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0!important;
	margin: auto;
	width: 1140px;
}
.container {
	width: 100%!important;
    max-width: 1830px!important;
    margin: 0px auto!important;
    padding: 20px 13px!important;
}
.header-left,
.header-right,
.header-mobile {
    display: flex;
}
.header-right {
	justify-content: flex-start;
}
.site-logo {
	justify-content: flex-center;
}
.header-right {
	justify-content: flex-end;
}
.primary-navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.primary-navigation a {
    position: relative;
    text-decoration: none;
    color: #000;
    padding: 13px 20px;
    transition: color 0.3s ease;
}
.primary-navigation a::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 0;
    left: 10px;
    bottom: -3px;
    background-color: #55C2C3;
    z-index: 2;
    transition: width 0.1s ease;
}
.primary-navigation a:hover::after {
    width: calc(100% - 15px);
}
.primary-navigation li.current-menu-item a::after {
	width: calc(100% - 15px);
}
.primary-navigation a:hover,  .primary-navigation li.current-menu-item a {
    color: #55C2C3;
    fill: #55C2C3;
}
.site-logo img {
    max-height: 48px;
	max-width: 252px
}
.header-mobile {
    display: none;
}
@media (max-width: 768px) {
    .primary-navigation {
        display: none;
    }
    .header-mobile {
        display: block;
    }
    .container {
        flex-direction: column;
    }
    .site-logo {
        margin-bottom: 20px;
    }
    .mobile-navigation ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .mobile-navigation a {
        text-decoration: none;
        color: #000;
        display: block;
        padding: 10px 15px;
        border-bottom: 1px solid #ddd;
    }
    .mobile-navigation a:hover {
        background: #f0f0f0;
    }
}
.new-footer {
	background-color: #0C243C;
	font-family: "Roboto", Sans-serif;
	text-align: center;
    color: #C9D1D5;
}
.new-footer h2 {
    font-weight: 400 !important;
	padding-top: 20px;
	padding-bottom: 6px;
	color: #C9D1D5 !important;
	font-size: 2re !important;
}
.new-footer a {
	color: #C9D1D5;
	text-decoration: underline;
}
.new-footer a:hover {
	color: white;
	text-decoration: underline;
}

.footer-name {
	font-weight: 400;
    font-size: 19px;
	padding: 7px;
}
.footer-text {
	font-size: 16px;
	padding-top: 7px;
	padding-bottom: 16px;
}
body.page-id-644 {
	background: #c9d1d4;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
}
.page-id-644 h2 {
    color: #0C243C;
    font-family: "Roboto", Sans-serif;
    font-size: 71px;
    font-weight: 400;
	margin-top: 0;
	line-height: 1;
}
.page-id-644 ul {
	text-align: left;
}
@media (min-width: 1200px) {
    .site-header .header-inner, .site-header:not(.dynamic-header) {
        max-width: 100% !important;
    }
}
@media (min-width: 992px) {
    .site-header .header-inner, .site-header:not(.dynamic-header) {
        max-width: 100% !important;
    }
}
@media (min-width: 768px) {
    .site-header .header-inner, .site-header:not(.dynamic-header) {
        max-width: 100% !important;
    }
}
@media (min-width: 576px) {
    .site-header .header-inner, .site-header:not(.dynamic-header) {
        max-width: 100% !important;
    }
}
body.page-id-673 h2 {
	color: #0C243C;
    font-family: "Roboto", Sans-serif;
    font-size: 49px;
    font-weight: 700;
    font-style: italic;
}
body.page-id-673 .site-content li {
	color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 23px;
    font-weight: 400;
	text-align: left;
	padding-top: 20px;
}
body.page-id-673 .site-content ol {
	padding-bottom: 40px;
} 
body.page-id-673 .site-content figure + h2 {
	font-size: 1rem;
	font-weight: 400;
	text-align: left;
	font-style: normal;
}

.home-top {
    background-image: url("/wp-content/uploads/2023/10/image-asset.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	width: 100vw;
	position: absolute;
    left: 0;
    right: 0;
	top: 90px;
}
.home-top h2 {
	margin-top: 85px;
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 77px;
    font-weight: 400;
}
.home-top-text {
	width: 550px;
	color: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 400;
}
.home-text-btn {
	fill: #0C243C;
    color: #0C243C;
    background-color: #55C2C3;
    border-radius: 30px 30px 30px 30px;
    padding: 25px 25px 25px 25px;
	margin: auto;
	width: 255px;
	margin-top: 50px;
	margin-bottom: 85px;
}
.home-text-btn a {
	font-size: 15px;
	font-weight: 500;
	color: #0C243C;
	margin: 0;
}
.relative-container {
	height: 410px;
}
.home-wic h2, .home-cdr h2 {
	color: #0C243C;
    font-family: "Roboto", Sans-serif;
    font-size: 90px;
    font-weight: 400;
}
.home-cdr div {
    justify-content: center;
}
.home-btm {
	margin-top: 60px;
	margin-bottom: 60px;
}
.home-btm h2 {
	color: #0C243C;
    font-family: "Roboto", Sans-serif;
    font-size: 176px;
    font-weight: 400;
}
.home-btm-right {
	background-image: url(/wp-content/uploads/2024/07/photo_2024-07-22_22-25-52.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-btm-right h2 {
	color: #55C2C3;
}

.header-mobile {
    display: none;
    width: 100% !important;
    height: 100vh !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 2147483647 !important;
    overflow-y: auto !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    box-sizing: border-box !important;
    color: #000 !important;
    background-color: #fff !important;
}

.header-mobile a {
    color: #000;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 10px 15px;
}

.header-mobile a:hover {
    color: #fff;
    background-color: #000;
}

.header-mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-mobile li {
    display: block;
    width: 100%;
}
body.page-id-742 #main {
	width: 100%!important;
	margin: auto;
    margin-left: 0px!important;
    margin-right: 0px!important;
}
#password-reset-message {
	padding: 40px;
}
.btn-white {
	color: #fff!important;
	background-color: transparent!important;
}
.modal__container #user-registration {
	background-color: #1D2E58!important;
}
#printable-div {
    width: 100%;
    min-width: 1px;
    min-height: var(--input-height);
    font-size: 15px;
    line-height: 1.2;
    border: 1px solid var(--color-primary);
    border-radius: 5px;
    padding: 4px 8px;
    filter: drop-shadow(2px 2px 2px rgba(145, 145, 145, 0.749));
    min-height: 120px;
    text-transform: none;
    text-shadow: none;
}
.form-field__input {
    padding-top: 1px!important;
	padding-bottom: 1px!important;
}
.ur-frontend-form {
	padding: 0!important;
	padding-top: 20px!important;
	padding-bottom: 20px!important;
}
.rotate-photo {
    transform: rotate(180deg);
}
.range-set__slider {
    padding-left: 10px;
    text-align: left;
}
.tool-layout__wrapper .form__title {
	margin-top: 0;
}
h3.termstitle {
  background: #1D2E58!important;
  color: #ffffff!important;
}
.tthebutton [type="submit"], .tthebutton [type="button"] {Z
    align-items: center;
    min-height: 50px;
    color: var(--color-light);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    background-color: var(--color-primary);
    background-clip: padding-box;
    border: 2px solid var(--color-btn-border);
    outline: none;
    border-radius: 6px;
    padding: 10px 22px;
    cursor: pointer;
    transition: opacity 0.4s;
}
.tthebutton [type="submit"]:hover, .tthebutton [type="button"]:hover {
	background-color: var(--color-primary);
    opacity: 0.75;
}

#reset-popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border: 1px solid #ccc;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

#reset-popup p {
    margin-bottom: 20px;

}

.reset-tool-btn, #reset-popup .popup-btn {
	flex: 1;
    align-items: center;
    min-height: 50px;
    color: var(--color-light);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    background-color: var(--color-primary);
    background-clip: padding-box;
    border: 2px solid var(--color-btn-border);
    outline: none;
    border-radius: 6px;
    padding: 10px 22px;
    cursor: pointer;
    transition: opacity 0.4s;
}

#reset-popup .buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#reset-popup .popup-btn {
    width: 100px;
}

.reset-tool-btn {
	 color: var(--color-primary);
	 background-color: var(--color-light);
	 border: 2px solid var(--color-primary);
}

.reset-tool-btn:hover, .reset-tool-btn:focus {
   	background-color: var(--color-primary)!important;
    opacity: 0.75!important;
}

#popup-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.flex-full-width {
    flex: 0 calc(75% - 10px)!important;
}

.photo {
	transform: scale(0.87);
}

.tool-layout__left-body input[type="number"]::-webkit-outer-spin-button,
.tool-layout__left-body input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.tool-layout__left-body input[type="number"] {
    -moz-appearance: textfield;
}
