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

.outer {
    position: relative;
}

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


#logo {
    background-color: #ffffff;
    width: 290px;
    height: 170px;
    padding: 25px 25px 0px 25px;
}

#logo img {
    width: 100%;
    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;
}

.wideLeft {
    flex-grow: 1;
    flex-grow: 1; /* Allows this column to grow and fill the remaining space */
    flex-basis: 0; /* Base size is 0, so it only takes up the remaining space */
    flex-shrink: 1;
}

.narrowRight {
    flex-basis: 350px;
}

.homeLeft {
    flex: 3;
}

.homeRight {
    width: 350px;
}

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

h2 {
    font-size: 160%;
    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 0px 10px 0px;}

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

#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: 205%;
    float: right;
    padding-top: 0px;
}

#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 10px;font-weight: 500;font-size: 106%;}
#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: 579px;
    width: 100%;
    top: 25px;
    left: 0px;
    display:  none;
    z-index: 1;
}

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


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

.submenu_menu.submenu_on {
    display: block; /* Show submenu when 'submenu_on' class is added */
}

.submenu_menu ul {
    column-count: 3; /* Adjust the number of columns as needed */
    column-gap: 10px; /* Space between columns */
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-width:  100%;
}

.submenu_menu ul li {
    break-inside: avoid; /* Prevents breaking items across columns */
    padding: 5px 0; /* Adjust padding as needed */
    /* background-color:  green; */
}

.submenu_menu ul li.first_child {
    /* Style for the first child, if needed */
}

.submenu_menu ul li.last_child {
    /* Style for the last child, if needed */
}

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

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

#mots-submenu {/* display: block; */}

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

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

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

#heroImage img {width: 34%;height: auto;margin-top: 100px;}

.short_hero_section {
    height: 400px !important;
}

.short_hero_section img {
    margin-top: -50px !important;
}

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

#movingHeroImage img {height: auto;display:  block;position:  absolute;top:  0px;left: 0px;width: 100%;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: 175px;background-color:  #ffffff;width: 299px;height: 250px;box-sizing:  border-box;padding:  25px;text-align:  center;}

.short_contact_info {
    height: 180px !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 {}

.smallTextButton strong {font-size: 130%;padding: 12px 0px 12px 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 {height: 340px;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 131px; /* Fixed width of 120px per item */
    max-width: 131px; /* Ensures each item stays at 120px */
text-align: center;
}

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

#main_content {
}

.home_maincontent {margin-top: 410px;}

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

#inner_main_content {
}

.service-highlights {
    /* display: grid; */
    /* grid-template-columns: repeat(1, 350px); */
    /* grid-template-rows: repeat(2, 120px); */
    /* gap: 20px; */
    /* justify-content: center; */ /* Center the grid within its container */
    width: 350px;
}

a.service-item:link, a.service-item:visited {
    background-color: #f9f9f9;
    padding: 16px 20px 19px 80px; /* Adjust padding as needed */
    text-align: center;
    border: 1px solid #e3641b;
    /* border-radius: 5px; */
    box-sizing: border-box; /* Ensure padding and border are included in the width and height */
    position:  relative;
    text-decoration: none;
    color: #000000;
    position:  relative;
    transition: border-color 0.4s, background-color 0.4s, color 0.4s;
    width: 350px;
    height: 130px;
    display:  block;
    margin-bottom: 20px;
}

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



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

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

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: 1180px !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: 250px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 125px;
    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 0px;
    border: 1px solid #2dafe5;
    background-color: #ffffff;
    gap: 20px;
}

.BlogSummary_text {
    flex: 1;
    /* min-width: 300px; */
    padding-left: 20px;
}

.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;
}

/* <uniquifier>: Use a unique and descriptive class name
 <weight>: Use a value from 300 to 800

.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
*/
