/* cmsms stylesheet: default_desktop modified: 06/03/26 08:10:43 */
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 110%;
    font-weight: 400;
    line-height: 150%;
    color: #000000;
    background-color: #e4e4e4;
} 

.outer {
    position: relative;
}

.inner {
    position: relative;
    width: 1680px;
    margin: 0px auto;
}

#logo {
    background-color: #ffffff;
    width: 410px;
    height: 214px;
    padding-top: 25px;
}

#logo img {
    width: 361px;
    height: auto;
    display: block;
    margin: 0px auto;
}

.columnContainer {
    display: flex;
    gap: 20px;
}

.column {
    flex: 1;
    box-sizing: border-box;
    position: relative;
} 

.column img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 200%;
    line-height: 120%;
    font-weight: 400;
    color: #00214e;
    margin: 0px 0px 30px 0px;
}

h2 {
    font-size: 170%;
    line-height: 120%;
    font-weight: 400;
    color: #000000;
    margin: 0px 0px 30px 0px;
}

h3 {
    font-size: 150%;
    line-height: 120%;
    font-weight: 400;
    color: #000000;
    margin: 0px 0px 30px 0px;
}

h4 {
    font-size: 130%;
    line-height: 120%;
    font-weight: 400;
    color: #000000;
    margin: 0px 0px 30px 0px;
}

h5 {
    font-size: 110%;
    line-height: 120%;
    font-weight: 400;
    color: #000000;
    margin: 0px 0px 30px 0px;
}

h6 {
    font-size: 110%;
    line-height: 120%;
    font-weight: 400;
    color: #000000;
    margin: 0px 0px 30px 0px;
}

p {
    margin: 0px 0px 30px 0px;
}

a:link, a:visited {
    color: #0098d7;
    text-decoration: underline;
    transition: color 0.4s, background-color 0.4s;
}

a:hover {
    color: #d84f00;
    text-decoration: none;
}

a img {
    border: 0px;
} 

#outer_header {
    z-index: 2;
}

#backswatch {
    position: absolute;
    background-color: #01204e;
    top: 25px;
    width: 100%;
    height: 105px;
    z-index: 2;
}

#inner_header {
    z-index: 3;
}

#phone_logo {
    padding: 10px 25px 10px 25px;
}

#phone_logo span {
    text-align: right;
    display: block;
    float: left;
    color: #960a2c;
    font-weight: 700;
    line-height: 100%;
    padding-top: 8px;
    font-size: 85%;
}

#phone_logo span em {
    display: block;
    font-style: normal;
}

#phone_logo a:link, #phone_logo a:visited {
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    font-size: 250%;
    float: right;
    padding-top: 10px;
}

#phone_logo a:hover {
}

#mobile_menu {display: none;}

#top_navigation {
    position: absolute;
    top: 45px;
    right: 0px;
}

#top_navigation ul {
}

#top_navigation ul li {
    list-style: none;
    float: left;
}

#top_navigation ul li::after {
    content: "|";
    color: #9acb1f;
}

#top_navigation ul li.last_child::after {
    content: "";
}

#top_navigation ul li a:link, #top_navigation ul li a:visited {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 0px 25px;
    font-weight: 500;
    font-size: 115%;
}

#top_navigation ul li.last_child a {
    padding-right: 0px;
}

#top_navigation ul li a:hover {
    color: #2dafe5;
}

#sub_header {
    background-color: #2dafe5;
    position: absolute;
    height: 624px;
    width: 100%;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 1;
}

#inner_sub_header {
    padding-left: 515px;
    box-sizing: border-box;
}

.submenu_menu {
    display: none;
    margin: 20px 0;
    position: absolute;
    top: 212px;
}

.submenu_menu.submenu_on {
    display: block;
}

.submenu_menu ul {
    column-count: 5;
    column-gap: 20px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.submenu_menu ul li {
    break-inside: avoid;
    padding: 5px 0;
}

.submenu_menu ul li a:link,
.submenu_menu ul li a:visited {
    text-decoration: none;
    display: block;
    width: 200px;
    color: #ffffff;
    height: 40px;
    font-size: 95%;
    line-height: 120%;
    transition: background-color 0.4s;
    border: 1px solid #ffffff;
    padding: 5px;
}

.submenu_menu ul li a:hover {
    background-color: #01204e;
}

#mots-submenu {
}

#hero_section {
    border-bottom: 5px solid #9acb1f;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    height: 624px;
}

.short_hero_section {
    height: 500px !important;
}

#heroImage {
    position: absolute;
    overflow: hidden;
    width: 100%;
}

#inner_heroImage {
    width:  300%;
    text-align:  center;
    margin-left: -100%;
}

#heroImage img {
height: auto;
}

.short_hero_section {
    height: 400px !important;
}

.short_hero_section img {
    margin-top: -100px
}

#movingHeroImage {height: 624px;width: 34%;margin:  0px auto;}

#movingHeroImage img {height: auto;display:  block;position:  absolute;top:  0px;left: 0px;width: 1905px;opacity: 0; transition: opacity 0.5s ease-in-out;}

#movingHeroImage img:first-child.active {
    transition: none; /* No transition for the first image when the page loads */
}

#movingHeroImage img.active {
    opacity: 1;
}

#inner_hero {
    height: 624px;
}

#contact_info {
    position: absolute;
    right: 0px;
    top: 180px;
    background-color: #ffffff;
    width: 385px;
    height: 250px;
    box-sizing: border-box;
    padding: 15px 25px 25px;
    text-align: center;
}

.short_contact_info {
    height: 170px !important;
}

#opening_hours {
    margin-bottom: 10px;
}

#opening_hours span {
    display: block;
    font-weight: 600;
}

#home_address {
    margin-bottom: 10px;
}

#home_address span {
    display: block;
    font-size: 85%;
    line-height: 115%;
}

#phone {
    margin-bottom: 10px;
}

#phone a:link, #phone a:visited {
    color: #000000;
    text-decoration: none;
    font-weight: 700;
}

#phone a:hover {
    color: #2dafe5;
}

#socials {
    display: flex;
    gap: 15px;
    width: 87px;
    margin: 0px auto;
}

#socials a {
}

#socials a img {
}

.cta-buttons {
    position: absolute;
    bottom: 25px;
    display: flex;
    gap: 25px;
    width: 100%;
}

a.cta-button {
    line-height: 100%;
    display: block;
    height: 150px;
    width: 33%;
    text-decoration: none;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    padding: 20px 10px 25px 10px;
    text-align: center;
    font-weight: 700;
    font-size: 140%;
}

.cta-button strong {
    transition: color 0.4s;
    display: block;
    margin: 0px auto;
    color: #000000;
    font-size: 230%;
    padding: 15px 0px 18px 0px;
    text-transform: uppercase;
    font-weight: 900;
}

#l1_000001 {
}

#l2_000005 {
}

#l3_000006 {

}

.altCTABUttons {
    position: absolute;
    bottom: 25px;
    display: flex;
    gap: 25px;
    width: 100%;
}

.smallTextButton strong {
    font-size: 150%;
    padding: 10px 0px 15px 0px;
}

.smallTextButton strong span {
    color: #ffffff;
}

.orangeBack, a.orangeBack:link, a.orangeBack:visited {
    background-color: #e3641b;
    color: #ffffff;
}

.blueBack, a.blueBack:link, a.blueBack:visited {
    background-color: #2dafe5;
    color: #ffffff;
}

.greenBack, a.greenBack:link, a.greenBack:visited {
    background-color: #9acb1f;
    color: #ffffff;
}

.navyBack {
    background-color: #01204e;
    color: #ffffff;
}

a.orangeBack:hover, a.blueBack:hover, a.greenBack:hover {
    background-color: #01204e;
    color: #ffffff;
}

a.orangeBack:hover strong, a.blueBack:hover strong, a.greenBack:hover strong {
    color: #ffffff;
}

.blueFront {
    color: #2dafe5;
}

.shadow {
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
}

#accreditations {
}

#accreditations img {
}

#main_content {
}

.home_maincontent {
    margin-top: 365px;
}

.main_content_shortheader {
    margin-top: 140px !important;
}

#inner_main_content {
}

#accreditations {
    height: 345px;
    background-color: #ffffff;
    border-top: 5px solid #9acb1f;
}

#inner_accreditations {
    display: flex;
    flex-wrap: wrap;
    gap: 40px; /* Space between items in both rows and columns */
    justify-content: center; /* Centers items horizontally within each row */
    align-content: center; /* Centers items vertically if there's only one row */
    padding-top: 35px;
}

#inner_accreditations > * {
    flex: 0 0 156px; /* Fixed width of 120px per item */
    max-width: 156px; /* Ensures each item stays at 120px */
text-align: center;
}

#inner_accreditations img {
    height: 95px;
    width: auto;
}

.service-highlights {
    display: grid;
    grid-template-columns: repeat(2, 335px);
    grid-template-rows: repeat(2, 175px);
    gap: 25px;
    justify-content: center;
}

a.service-item:link, a.service-item:visited {
    background-color: #f9f9f9;
    padding: 25px 25px 25px 115px;
    text-align: center;
    border: 1px solid #e3641b;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    color: #000000;
    transition: border-color 0.4s, background-color 0.4s, color 0.4s;
}

a.service-item:hover {
    border-color: #01204e;
    background-color: #2dafe5;
    color: #ffffff;
}

a.service-item h2 {

font-size: 155%;
}

a.service-item:hover h2 {
    color: #01204e;
}

.service-item img {
    display: block;
    background-color: #cccccc;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 90px;
}

a.service-item h2 {
    color: #e3641b;
    margin-bottom: 10px;
    transition: color 0.4s;
}

.service-item p {
}

#reviews_section {
    border-top: 5px solid #2dafe5;
    border-bottom: 5px solid #2dafe5;
    padding-top: 25px;
    background-color: #f8f8f8;
}

#map_section iframe {
    width: 100%;
    height: 630px;
}

#inner_map {
}

#outer_footer {
}

#inner_footer {
    text-align: center;
    padding: 50px 0px;
}

#lowerLogo {
    margin-bottom: 50px;
}

#lowerLogo img {
}

#copyright {
}

#lower_menu {
    display: table;
    margin: 10px auto;
}

#lower_menu ul {
    display: flex;
    gap: 25px;
}

#lower_menu ul li {
    list-style: none;
}

#inner_footer a:link, #inner_footer a:visited {
    color: #ffffff;
}

#inner_footer a:hover {
    color: #2dafe5;
}

.smalltext {
    font-size: 85%;
}

.smalltext a:link, .smalltext a:visited {
}

.smalltext a:hover {
}

.narrowColumn {
    width: 1410px !important;
    margin: 0px auto;
}

.standardPadder {
    padding: 50px 0px;
}

#bioItems {
    display: flex;
}

.bioItem {
}

.bioItem .innerBioItem {
    padding: 0px 50px;
    text-align: center;
}

.bioItem .bioProfilePic {
    overflow: hidden;
    margin: 0px auto 20px auto;
    width: 300px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    line-height: 0px;
}

.bioItem .bioProfilePic img {
}

.bioItem h3 {
}

.bioItem h3 .bioPosition {
    font-size: 80%;
}

.bioItem .bioBio {
}

#blog_holder {
    display: flex;
    flex-direction: row-reverse;
    gap: 25px;
}

#blog_left {
    display: flex;
    gap: 20px;
    flex-direction: column;
    margin-bottom: 20px;
    flex: 1;
}

#blog_right {
    display: flex;
    gap: 20px;
    flex-direction: column;
    margin-bottom: 20px;
    width: 200px;
}

.BlogSummary {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 20px;
    border: 1px solid #2dafe5;
    background-color: #ffffff;
}

.BlogSummary_text {
    flex: 1;
    min-width: 300px;
}

.BlogSummary_image img {
    max-width: 500px;
    width: 100%;
    height: auto;
}

.BlogSummary_text_title a {
    font-weight: bold;
    text-decoration: none;
}

.BlogSummary_text_title a:hover {
    text-decoration: underline;
}

.BlogSummary_text_date {
    margin-bottom: 10px;
}

.BlogSummary_text_summary {
    margin-bottom: 10px;
}

.BlogSummary_text_link a {
    text-decoration: none;
    margin-right: 10px;
}

.BlogSummary_text_link a:hover {
    text-decoration: underline;
}

.BlogSummary_top {
    text-decoration: none;
}

.BlogSummary_top:hover {
    text-decoration: underline;
}

#NewsPostDetail {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

#NewsPostDetailTitle {
    font-weight: bold;
    margin-bottom: 10px;
}

.BlogSummary_text_date {
    margin-bottom: 20px;
}

#blogimage {
    float: right;
}

#blogimage img {
    max-width: 100%;
    height: auto;
    display: block;
}

#NewsPostDetailSummary p {
    font-weight: bold;
    margin-bottom: 20px;
}

#NewsPostDetailContent {
    line-height: 1.6;
    margin-bottom: 20px;
}

#NewsPostDetailContent img {
    margin: 10px;
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}

#NewsPostDetailContent a {
    text-decoration: none;
    font-weight: bold;
    border-bottom: 2px solid;
}

#NewsPostDetailContent a:hover {
    text-decoration: underline;
}

#NewsPostDetailReturnLink {
    text-align: center;
    margin-top: 30px;
}

#NewsPostDetailReturnLink a {
    text-decoration: none;
    font-weight: bold;
    padding: 10px 20px;
    border: 1px solid;
    border-radius: 5px;
    display: inline-block;
}

#NewsPostDetailReturnLink a:hover {
    background-color: #f0f0f0;
}

#cntnt01moduleform_1 {
    max-width: 800px;
    padding: 20px;
    border: 1px solid;
    background-color: transparent;
}

.contactform > div {
    margin-bottom: 20px;
}

.contactform label {
    display: block;
    margin-bottom: 8px;
}

.contactform input[type="text"],
.contactform textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid;
    box-sizing: border-box;
    font-size: 16px;
}

.contactform textarea {
    resize: vertical;
}

.required label::after {
    content: '*';
    color: red;
    margin-left: 5px;
}

.captcha {
    margin-bottom: 20px;
}

.submit input[type="submit"] {
    width: 100%;
    padding: 12px 20px;
    font-weight: bold;
    border: 1px solid;
    cursor: pointer;
    background-color: #f0f0f0;
}

.submit input[type="submit"]:hover {
    background-color: #e0e0e0;
}
