/** GLOBAL CSS **/
:root {
    --color-primary: #e5c826;
    --color-secondary: #064f7e;
    --color-tertiary: #0ebee5;
}
body.default .module-43 {
    height: auto;
}
div#ry-pg-body .ry-ip-heading h2,
div#ry-pg-body .ry-ip-heading h3 {
    font-weight: 600;
    letter-spacing: normal;
    font-family: 'Oswald';
    text-transform: uppercase;
    line-height: 1.1;
}
div#ry-pg-body .ry-ip-heading h2 {
    font-size: clamp(1.875rem, 1.7157rem + 0.6536vw, 2.5rem);
    color: var(--color-secondary);
}
div#ry-pg-body .ry-ip-heading h3 {
    font-size: clamp(1.625rem, 1.5613rem + 0.2614vw, 1.875rem);
    color: var(--color-tertiary);
}
.ry-margin-bottom {
	margin-bottom: 4rem;
}
.ry-margin-top {
	margin-top: 4rem;
}
/** END GLOBAL CSS **/


/** CONTACT US PAGE **/
.contact-template.style-3 {
    padding: 100px 0 0 !important;
}
.contact-template.style-3 .ry-content > .ry-ip-heading {
    margin-bottom: 3rem;
}
.contact-template.style-3 .inner-flex .ry-each {
    padding: 60px 40px 81px 40px;
    background: #E6F7FC;
    border-radius: 40px;
}
.contact-template.style-3 .inner-flex .ry-each .ry-contact-map-wrapper {
    border-radius: 30px;
    overflow: hidden;
}
.contact-template.style-3 .inner-flex .ry-each .inner-group {
    border: none;
    border-radius: 0;
}
.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrapper {
    padding: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap {
    width: 100%;
    display: block;
}
.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap .ry-text p,
.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap tr td {
    font-size: 19px;
    color:#000000;
	line-height: 1.5;
}
.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap .ry-text p strong {
    text-transform: uppercase;
    font-weight: 600 !important
}
.contact-template.style-3 .ry-contact-hours tr {
    line-height: 1.4
}
.contact-template.style-3 .ry-contact-hours tr td:not(.footer-add-notes):first-child {
    display: inline-block;
    width: 160px;
}
.contact-template.style-3 .ry-contact-hours tr td {
    display: inline-block;
}
.contact-template.style-3 .ry-contact-hours .footer-add-notes {
    font-size: 16px !important;
    opacity: 40%;
	padding-top: 20px;
}
.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap .ry-text p .span-1 {
    font-size: 19px;
    font-weight: 500;
    text-transform: capitalize;
}
.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap.text-wrap-flex {
    display: flex;
    gap: 10px;
}
.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap .ry-text a {
    font-weight: 400;
}
.ry-contact-form-bottom {
    padding: 4rem 0;
    background: #E6F7FC;
}
.ry-contact-form-bottom .ry-flex {
    gap: 6rem;
    align-items: center;
}
.contact-template.style-3 .contact-form .headline {
    margin-bottom: 0;
}
.contact-template.style-3 .contact-form .headline p {
    font-size: 19px;
    line-height: 1.4;
    color: #000;
}
.contact-template.style-3 .contact-form .ry-form-box-wrapper .field-wrapper .field-flex {
    display: flex;
}
.contact-template.style-3 .contact-form .ry-form-box-wrapper .form-control {
    border-radius: 10px;
}
.contact-template.style-3 .contact-form .ry-form-box-wrapper .ry-btn {
    margin-left: 0;
    margin-top: 15px;
}
.contact-template.style-3 .contact-form .ry-form-box-wrapper .field-wrapper textarea.form-control {
    height: 133px;
}
#ry-pg-content .contact-template.style-3 .contact-form .ry-form-box-wrapper .ry-btn:hover {
    background: var(--color-secondary) !important;
}
	
body[data-page-id="WebPage-66441dff-effa-4216-b772-1aae803f2337"] .ry-global-footer-custom {
    background: #064f7e;
    padding: 4rem 0 20px;
}
body[data-page-id="WebPage-66441dff-effa-4216-b772-1aae803f2337"] .ry-global-footer-custom .ry-footer-top .ry-footer-log-wrap img {
    filter: brightness(100) invert(0);
}
body[data-page-id="WebPage-66441dff-effa-4216-b772-1aae803f2337"] .ry-global-footer-custom .ry-footer-center {
    display: none;
}
body[data-page-id="WebPage-66441dff-effa-4216-b772-1aae803f2337"] .ry-footer-bottom {
    padding-top: 20px;
    border-top: 1px solid #50819f;
}
body[data-page-id="WebPage-66441dff-effa-4216-b772-1aae803f2337"] .ry-footer-bottom * {
    color: #fff !important;
}

@media (max-width: 1080px) {
	.ry-contact-form-bottom .ry-flex {
		flex-direction: column;
		gap: 2rem;
	}
	div#ry-pg-body .ry-ip-heading h2, div#ry-pg-body .ry-ip-heading h3 {
		text-align: center;
	}
	.contact-template.style-3 .contact-form .ry-form-box-wrapper .ry-btn {
		margin: 15px auto 0;
	}
	.contact-template.style-3 .contact-form .ry-form-box-wrapper .field-wrapper .field-flex {
		flex-direction: column;
	}
}

/** END CONTACT US PAGE **/	
	
/** LOCATION OFFICE **/
div#ry-ip-locations-office {
    position: relative;
    padding: 8rem 0;
}
div#ry-ip-locations-office .ry-container {
    max-width: 1280px;
    width: 90%;
}
div#ry-ip-locations-office:before {
    content: '';
    position: absolute;
    top: 180px;
    left: 0;
    width: 246px;
    height: 1170px;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-38e030de-8a38-40c8-846d-764e5ad97128/Location_Office_Assets/leaves_right.png) center center no-repeat;
    background-size: contain;
}
div#ry-ip-locations-office:after {
    content: '';
    position: absolute;
    top: 180px;
    right: 0;
    width: 273px;
    height: 1171px;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-38e030de-8a38-40c8-846d-764e5ad97128/Location_Office_Assets/leaves_left.png) center center no-repeat;
    background-size: contain;
}
.ry-office-tabs .nav-tabs {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    max-width: 1080px;
    float: none;
    margin: 0 auto 3rem;
}
.ry-office-tabs .nav-tabs li {
    width: 100%;
}
.ry-office-tabs .nav-tabs li.active a {
    border: 1px solid #333;
    border-radius: 100px;
    background: var(--color-secondary);
    color: #fff;
	outline: none;	
}
.ry-office-tabs .nav-tabs li a {
    border: 1px solid #054A7580;
    border-radius: 100px;
    color: #000
}
.ry-office-tabs .tab-content, .ry-office-tabs .ry-accordion {
    border: none;
    box-shadow: unset
}
.ry-office-tabs .ry-accordion-group .ry-heading {
    padding: 46px 85px;
    border-radius: 20px;
    box-shadow: none;
    border: 1px solid #0000003D;
    display: flex;
    align-items: center;
}
.ry-office-tabs .ry-accordion-group .ry-heading h3 {
    font-size: clamp(1.375rem, 0.9608rem + 1.6993vw, 3rem);
    font-weight: 600;
    font-family: 'Oswald';
    color: var(--color-secondary);
    text-transform: uppercase;
    line-height: 1.1
}
.ry-office-tabs .ry-accordion-group .ry-heading:after {
    color: var(--color-secondary);
}
.ry-office-tabs .ry-accordion-group .ry-heading.ui-state-active {
    background: #E6F7FC;
    border-bottom: none;
    border-radius: 20px 20px 0 0;
    position: relative;
}
.ry-office-tabs .ry-accordion-group .ry-heading.ui-state-active:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 90%;
    height: 1px;
    background: #054a758c;
    left: 50%;
    transform: translate(-50%);
}
.ry-office-tabs .ry-accordion {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.ry-office-tabs .ry-accordion .ry-content {
    padding: 46px 85px 96px 85px;
    background: #E6F7FC;
    border: 1px solid #05446D3D;
    border-top: unset;
    border-radius: 0 0 20px 20px;
}
.ry-office-tabs .ry-content-title {
    margin-bottom: 3rem;
}
.ry-office-tabs .ry-content-title h2 {
    font-size: clamp(1.875rem, 1.4608rem + 1.6993vw, 3.5rem);
    font-family: 'Oswald';
    color: var(--color-secondary);
    font-weight: 600;
}

.ry-flex-image-text-wrap {
    display: flex;
    gap: 6rem;
}
.ry-flex-image-text-wrap .ry-each.ry-img-wrap img {
    width: 465px;
    height: 465px;
    border-radius: 43px;
    position: relative;
    top: 30px;
}
.ry-flex-image-text-wrap .ry-each.ry-img-wrap img {
    float: right;
}
.ry-flex-image-text-wrap .ry-each.ry-img-wrap {
    position: relative;
    max-width: 500px;
}
.ry-flex-image-text-wrap .ry-each.ry-img-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 465px;
    height: 465px;
    background: #BDDEE6;
    border-radius: 43px;
}
.ry-flex-image-text-wrap.ry-flex-reverse .ry-each.ry-img-wrap:before {
    left: unset;
    right: 0
}
.ry-flex-image-text-wrap.ry-flex-reverse .ry-each.ry-img-wrap img {
    float: left;
}
.ry-flex-image-text-wrap .ry-flex-headline {
    margin-bottom: 1rem
}
.ry-flex-image-text-wrap .ry-flex-headline h2 {
    font-family: 'Oswald';
    color: var(--color-tertiary);
    font-weight: 600;
    font-size: clamp(1.875rem, 1.5245rem + 1.4379vw, 3.25rem);
    line-height: 1.1;
    text-transform: uppercase;
}
.ry-text-only-wrap {
    padding: 6rem 0;
}
.ry-content-cta-section {
    position: relative;
    padding: 4rem 6rem;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-38e030de-8a38-40c8-846d-764e5ad97128/Location_Office_Assets/microsite_cta_bg.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 30px;
}
.ry-content-cta-section .ry-ip-heading {
    margin-bottom: 1.5rem
}
.ry-content-cta-section .ry-ip-heading h2 {
    font-size: clamp(1.875rem, 1.5245rem + 1.4379vw, 3.25rem);
    font-family: 'Oswald';
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff;
}
.ry-content-cta-section .ry-text p {
    color: #fff
}
.ry-content-cta-section .ry-btn-wrap {
    justify-content: center;
}

@media (max-width: 1080px) {
	.ry-flex-image-text-wrap {
		flex-direction: column;
	}
	.ry-office-tabs .ry-content-title h2 {
		text-align: center;
	}
	.ry-flex-image-text-wrap .ry-each.ry-img-wrap {
		margin: 0 auto;
	}
	.ry-flex-image-text-wrap .ry-each.ry-text-wrap * {
		text-align: center;
	}
	.ry-text-only-wrap p {
		text-align: center;
	}
	.ry-text-only-wrap {
		padding: 3rem 0;
	}
	.ry-flex-image-text-wrap.ry-flex-reverse {
		flex-direction: column-reverse;
	}
}
@media (max-width: 768px) {
	.ry-office-tabs .nav-tabs {
		flex-direction: column;
	}
}
@media (max-width: 560px) {
	.ry-flex-image-text-wrap {
		gap: 2rem;
	}
	.ry-office-tabs .ry-accordion {
		position: relative;
		z-index: 9;
	}
	.ry-office-tabs .ry-accordion-group .ry-heading {
		padding: 1.5rem;
	}
	.ry-office-tabs .ry-accordion-group .ry-heading h3 {
		text-align: left;
	}
	.ry-office-tabs .ry-accordion .ry-content {
		padding: 2rem;
	}
	.ry-flex-image-text-wrap .ry-each.ry-img-wrap img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		float: none;
		top: 0;
	}
	.ry-flex-image-text-wrap .ry-each.ry-img-wrap:before {
		display: none;
	}
	.ry-content-cta-section {
		padding: 2rem;
	}
}
/** END LOCATION OFFICE **/

/** PLACE YOUR MOBILE AND UP CSS HERE **/
@media (max-width: 1080px) {
	div#ry-pg-body .ry-ip-heading h2, div#ry-pg-body .ry-ip-heading h3 {
		text-align: center;
	}
}
@media (max-width: 768px) {
	div#ry-ip-locations-office {
		padding: 4rem 0;
	}
}

@media (min-width: 1200px) {

    /** PLACE YOUR DESKTOP AND UP CSS HERE **/
    
}