

@font-face {
    font-family: 'icomoon';
    src:  url('./../fonts/icomoon.eot?cuu2e9');
    src:  url('./../fonts/icomoon.eot?cuu2e9#iefix') format('embedded-opentype'),
        url('./../fonts/icomoon.ttf?cuu2e9') format('truetype'),
        url('./../fonts/icomoon.woff?cuu2e9') format('woff'),
        url('./../fonts/icomoon.svg?cuu2e9#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope-o:before {
  content: "\e902";
}
.icon-angle-down:before {
  content: "\e900";
  font-size: 50px;
  font-weight: 100;
}
.icon-angle-up:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}

@font-face {
    font-family: 'Brandon_Grotesque_regular';
    src: url('./../fonts/Brandon_Grotesque_regular.eot');
    src: url('./../fonts/Brandon_Grotesque_regular.eot') format('embedded-opentype'),
         url('./../fonts/Brandon_Grotesque_regular.woff2') format('woff2'),
         url('./../fonts/Brandon_Grotesque_regular.woff') format('woff'),
         url('./../fonts/Brandon_Grotesque_regular.ttf') format('truetype'),
         url('./../fonts/Brandon_Grotesque_regular.svg#Brandon_Grotesque_regular') format('svg');
}
@font-face {
    font-family: 'Brandon_Grotesque_medium';
    src: url('./../fonts/Brandon_Grotesque_medium.eot');
    src: url('./../fonts/Brandon_Grotesque_medium.eot') format('embedded-opentype'),
         url('./../fonts/Brandon_Grotesque_medium.woff2') format('woff2'),
         url('./../fonts/Brandon_Grotesque_medium.woff') format('woff'),
         url('./../fonts/Brandon_Grotesque_medium.ttf') format('truetype'),
         url('./../fonts/Brandon_Grotesque_medium.svg#Brandon_Grotesque_medium') format('svg');
}
@font-face {
    font-family: 'Brandon_Grotesque_light';
    src: url('./../fonts/Brandon_Grotesque_light.eot');
    src: url('./../fonts/Brandon_Grotesque_light.eot') format('embedded-opentype'),
         url('./../fonts/Brandon_Grotesque_light.woff2') format('woff2'),
         url('./../fonts/Brandon_Grotesque_light.woff') format('woff'),
         url('./../fonts/Brandon_Grotesque_light.ttf') format('truetype'),
         url('./../fonts/Brandon_Grotesque_light.svg#Brandon_Grotesque_light') format('svg');
}
@font-face {
    font-family: 'ffmetaserifwebpro';
    src: url('./../fonts/ffmetaserifwebpro.eot');
    src: url('./../fonts/ffmetaserifwebpro.eot') format('embedded-opentype'),
         url('./../fonts/ffmetaserifwebpro.woff2') format('woff2'),
         url('./../fonts/ffmetaserifwebpro.woff') format('woff'),
         url('./../fonts/ffmetaserifwebpro.ttf') format('truetype'),
         url('./../fonts/ffmetaserifwebpro.svg#ffmetaserifwebpro') format('svg');
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Brandon_Grotesque_regular' !important;
    color: #333;
    background-color: #fff;
}

#site-header{
    background: #fff;
}

/* Announcement Bar Styles */
.announcement-bar {
    background-color: #8c4c7f;
    height: 50px;
    padding: 0 0 0 20px;
}

/* Clickable Overlay Link */
.announcement-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 60px;
    bottom: 0;
    z-index: 1;
}

.announcement-text {
    font-size: 20px;
    font-family: 'ff-meta-serif-web-pro', serif;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.2;
    z-index: 2;
}

.hidden-bar {
    display: none !important;
}

.announcement-close-btn {
    width: 50px;
    height: 50px;
    background-color: #6f3c67;
    border: none;
    cursor: pointer;
    z-index: 3;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}

.announcement-close-btn::after {
    content: '×';
    font-family: Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}

/* Header */
.title-nav-wrapper {
    padding: 25px 80px;
    width: 100%;
}

.site-title{

    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 6px;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    line-height: 1em;
    z-index: 8002;
    position: relative;
}

/* Logo */
.site-logo img {
    max-height: 100px;
    max-width: 400px;
}

/* icon-menu */
.icon-menu {
    display: none;
    text-decoration: none;
}

/* Hamburger icon style (font-based, Unicode or Font Awesome) */
.icon-menu span {
    font-size: 32px;
    color: rgba(126, 119, 119, .7);
    cursor: pointer;
}

/* Site wrapper transition */
.site-wrapper {
    position: relative;
    z-index: 9999; /* Higher than mobile-nav */
}

/* animation images */
.imageHolder{
    z-index: 2;
    left: auto !important;
    transform: translateX(-50%) translate3d(0, 0, 0);
}

.mobile-nav {
    position: fixed;
    top: 0;
    left: 20%;
    width: 80vw;
    height: 100vh;
    background-color: #fff;
    z-index: 1; /* Lowest */
    padding-top: 60px;
    display: none;
}

/* Navbar */
.main-nav{
    display: inline-block;
    width: 70%;
    text-align: right;
}

.main-nav .nav {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1em;
    position: relative;
    z-index: 8002;
    display: inline-block;
    width: 100%;
}

.main-nav .nav-item {
    text-align: right;
    margin: 0 0 0 30px;
    display: inline-block;
    position: relative;
}

.main-nav .nav-link, .mobile-nav .nav-link {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #7e7777;
    font-weight: 400;
    text-decoration: none;
    line-height: 2em;
    padding: 0;
}

.main-nav .nav-link:hover,.main-nav .nav-link:focus, 
.mobile-nav .nav-link:hover, .mobile-nav .nav-link:focus {
    color: rgba(28, 28, 28, 0.7);
}

.main-nav .nav-link.active, .mobile-nav .nav-link.active {
    color: #1c1c1c;
    font-weight: 500;
}

/* scroll section css */
.purpose-section-container, .reasons-section-container {
    padding: 5% 15%;
    margin: 0 auto;
}

.img-holder {
    min-height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.purpose-section-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    padding: 50px 20px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.purpose-content-wrapper {
    max-width: 650px;
    text-align: center;
}
.purpose-section-container.about-us-purpose-container{
    padding: 100px 8%;
}
.purpose-section-container.about-us-purpose-container .purpose-content-wrapper{
    max-width: 800px;
}
.reasons-section-container.about-reason-container .reasons-content-wrapper{
    max-width: 920px;
}
.purpose-title {
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 16px;
    color: #1c1c1c;
}

.purpose-description, .purpose-list {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 500;
    margin: 16px auto;
    word-wrap: break-word;
    font-family: 'ffmetaserifwebpro';color: #363636;
}
.purpose-description.text-left{ text-align: left;}

.purpose-section-container p:last-child{ margin-bottom: 0;}

.purpose-list {
    text-align: left;
    font-weight: 400;
}

.purpose-list li span{
    text-align: left;
    font-weight: bold;
}

.purpose-learn-more {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 400;
    color: #1b6ea1;
    margin-top: 16px;
}

.purpose-learn-more:hover {
    color: rgba(27, 110, 161, .7);
    text-decoration: none;
}

.reasons-section-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 80px 20px;
    background-color: #fff;
    min-height: 500px;
    box-sizing: border-box;
}
.reasons-section-container.choice-container{ padding:100px 8% 0;}
.reasons-content-wrapper {
    max-width: 660px;
    text-align: center;
}

.reasons-main-heading {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 400;
    letter-spacing: .4px;
    margin-bottom: 0;
    padding: 0 17px; color: #1c1c1c;
}

.reasons-list {
    list-style-type: decimal;
    padding: 17px 0 0;
    margin: 0 auto 40px auto;
    text-align: left;
    width: fit-content;
    max-width: 90%;
    color: #363636;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 500;
}

.reasons-list li {
    margin-bottom: 1rem;
    font-family: 'ffmetaserifwebpro';
    font-size: 16px;
    color: #363636;
    font-weight: 500;
}

.highlight-text {
    font-weight: bold;
    font-style: italic;
}

.reasons-learn-more-container {
    text-align: center;
    margin-top: 30px;
}

.reasons-learn-more-link {
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #1b6ea1;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 1.6em;
    transition: color 0.3s ease;
}

.reasons-learn-more-link:hover {
    color: rgba(27, 110, 161, .7);
    text-decoration: none;
}

.image-overlay-text {
    letter-spacing: 0.123077em;
    text-align: center;
    font-size: 65px;
    line-height: 1.5em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    font-style: normal;
    max-width: 45%;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    font-family: 'Brandon_Grotesque_light';
}
.image-overlay-text.get-appointed{ max-width: 60%;}
.image-overlay-text.privacy-policy-overlaytext{ max-width: 60%;}
.plesantation-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    font-weight: 600;
}

.plesantation-wrapper .plesantation-img {
    height: 50%;
    width: 50%;
    max-width: 1135px;
}

.author-name{
    text-align: right;
    font-family: 'ffmetaserifwebpro';
    font-size: 16px;
    color: #363636;
    margin-bottom: 80px;
}

.team-members{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
}

.team-members .member{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.summary-title{
    margin: 0 0 10px 0;
}
.summary-title a {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    color: #1c1c1c !important;
    text-decoration: none;
}
.member-info{
    font-size: 15px;
    line-height: 1.4em;
    margin: 0 0 10px 0;
    text-align: left;font-family: 'ffmetaserifwebpro';
}
.member-info a{
    color:#1b6ea1; text-decoration: none;margin-bottom: 7.70833%;
    margin-right: 0px; display: inline-block;
}
.join-team-text{
    text-align: center;
    font-size: 16px;
    line-height: 1.6em;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 400;
    font-style: normal; margin: 95px 0 65px;
}
.construction-text{
    text-align: center;
    font-weight: 600;
}

.reasons-content-wrapper.transport-container{
    align-items: center;
}

.plesantation-text{
    font-size: 24px;
    line-height: 1.2em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: .4px;
    font-weight: 400;
    font-style: normal;
}


.quoted-text{
    font-family: 'ffmetaserifwebpro';
    font-size: 1.4em;
    line-height: 1.6em;
    text-decoration: none;
    letter-spacing: 0px;
    text-align: left;
    font-weight: 500;
    font-style: italic; display: inline-block;
    margin: 0 0 1em; color: #363636;

}
.reasons-section-container.botttom-container{ padding-top: 0;min-height: auto;}
.reasons-content-wrapper.bottom-wrapper-section{ max-width: 925px;}
.what-we-do-wrapper{ max-width: 950px;}
/* Scroll Indicator Container */
.scroll-indicator-container {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    padding-bottom: 10px;
}

.scroll-down-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    transition: color 0.3s ease;
}

.scroll-down-link:hover {
    color: #000;
}

.arrow-icon {
    font-size: 3em;
    line-height: 1;
}

.scroll-text {
    display: none;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 12px;
    text-align: center;
}
.top-heading-what-we-do{
    font-size: 16px;
    line-height: 1.6em;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 500;
    font-style: normal;
}
.bottom-heading-what-we-do{
    font-size: 24px;
    line-height: 1.2em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: .4px;
    font-weight: 400;
    font-style: normal;
    margin: 30px 0 !important;
}
.padding-100{ padding: 100px 8%; min-height: auto !important;}
.padding-100-new{ padding: 100px 0 0 !important; min-height: auto !important;}
/* Height adjustments for img-holder elements */
.img-holder:nth-child(3) {
    height: 70vh !important;
}
.what-wedo-construction-text{
    font-size: 24px;
    line-height: 1.3em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: .4px;
    font-weight: 500;
    font-style: normal;margin-bottom: 1.5rem;font-family: 'Brandon_Grotesque_regular' !important;
}
.purpose-list.what-wedo-construction-text li{ margin-bottom: 1.5rem;}
.text-left{ text-align: left;}
.img-holder:nth-child(5) {
    height: 70vh !important;
}

.vertical-nav-dots {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.vertical-nav-dots ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vertical-nav-dots ul li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 15px 0;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    border: 1px solid black;
}

.vertical-nav-dots ul li.dot-on-image {
    background-color: white;
    border: 1px solid white;
}

.vertical-nav-dots ul li.dot-on-text {
    background-color: black;
    border: 1px solid black;
}

.vertical-nav-dots ul li.active {
    background-color: transparent;
}

.vertical-nav-dots ul li.dot-on-image.active {
    border-color: white;
}

.vertical-nav-dots ul li.dot-on-text.active {
    border-color: black;
}

.vertical-nav-dots ul li.dot-on-image:not(.active):hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.vertical-nav-dots ul li.dot-on-text:not(.active):hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.vertical-nav-dots ul li .dot-title {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background-color: none;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: opacity 0.3s ease, visibility 0.3s ease, color 0.3s ease;
}

.vertical-nav-dots.text-focus .dot-title {
    color: black;
}

.vertical-nav-dots ul li:hover .dot-title {
    opacity: 1;
    visibility: visible;
}

.specialties-grid-section {
    padding: 120px 8% 0px;
    text-align: center;
    background-color: #fff;
}

.specialties-header {
    margin-bottom: 20px;
}

.specialties-header p {
    font-size: 24px;
    line-height: 1.2em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: .4px;
    font-weight: 400;
    font-style: normal;
    color: #1c1c1c;
    margin: 5px 0;
}

.specialties-image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 960px;
    margin: 0 auto 40px auto;
    padding: 0 15px;
}
.why-coastal-image-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 960px;
    margin: 0 auto 40px auto;
    padding: 0 15px;
}
.grid-item {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.grid-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.specialties-footer {
    margin-top: 20px;
}

.specialties-learn-more {
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #1b6ea1;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 1.6em;
    transition: color 0.3s ease;
}

.specialties-learn-more:hover {
    color: rgba(27, 110, 161, .7);
    text-decoration: none;
}
.bottom-why-coastal-description{
    font-size: 24px;
    line-height: 1.2em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: .4px;
    font-weight: 400;
    font-style: normal;font-family: 'Brandon_Grotesque_regular';
}
.why-coastal-wrapper{ 
    max-width: 780px;
}
.pad-top-none{ padding-top: 0px;}
.pad-bottom-none{ padding-bottom: 0px;}
.pad-bottom-100{
    padding-bottom: 100px;
}
.pad-btm-50{
    padding-bottom: 50px;
}
@media (max-width: 768px) {
    .specialties-image-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .specialties-image-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .specialties-header p {
        font-size: 14px;
    }
}

.video-button-section {
    padding: 30px 20px 110px;
    background-color: #fff;
    text-align: center;
}

.video-wrapper {
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 0 15px;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background-color: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.button-container {
    margin-top: 100px;
}

.get-appointed-button {
    display: inline-block;
    background-color: #94578f;
    border-color: #94578f;
    color: #fff;
    /* font-family: "brandon-grotesque", sans-serif; */
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 25px 46px;
    border-radius: 50px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
    letter-spacing: 3px;
}

.get-appointed-button:hover {
    opacity: .8;
}

@media (max-width: 600px) {
    .video-button-section {
        padding: 40px 10px;
    }
    .get-appointed-button {
        font-size: 1em;
        padding: 12px 25px;
    }
}
.main-footer {
    background-color: #8C588C;
    color: #fff;
    padding: 60px 20px 40px;
    text-align: center;
    position: relative;
}

.footer-top-link-container {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); */
    transition: background-color 0.3s ease;
}

.footer-top-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-top-link .icon-angle-up {
    display: inline-block;
    font-size: 24px; color: #363636;line-height: 1.2;
    margin-top: -6px;
}
.top-text{
    display: block;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    color: #363636;
}
.footer-social-icons-wrapper {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.sqs-svg-icon--wrapper {
    width: 35px;
    height: 35px;
    box-shadow: 0 0 0 2px inset;
    color: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: transparent;
    overflow: hidden;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.sqs-svg-icon--wrapper > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    transition: color 0.3s ease;
}

.sqs-svg-icon--social {
    width: 70%;
    height: 70%;
    display: block;
    fill: currentColor;
    transition: fill 0.3s ease;
}

.sqs-svg-icon--wrapper:hover {
    background-color: #fff;
    border-color: #fff;
}

.sqs-svg-icon--wrapper:hover > div {
    color: #000;
}

.footer-contact-info {
    margin-bottom: 15px;
}

.footer-contact-info p {
    margin: 0;
    font-size: 24px;
    line-height: 1.2em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: .4px;
    font-weight: 400;
    font-style: normal;font-family: 'Brandon_Grotesque_regular';
}

.footer-contact-info a {
    color: #fff;
    text-decoration: underline;
    transition: text-decoration 0.3s ease;
}

.footer-contact-info a:hover {
    text-decoration: underline;
}

.footer-copyright p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6em;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 400;
    font-style: normal;
}
.footer-copyright p a{
    text-decoration: underline;
    color: #fff;
}
@media (max-width: 480px) {
    .main-footer {
        padding: 50px 15px 30px;
    }
    .footer-contact-info p {
        font-size: 14px;
    }
    .footer-copyright p {
        font-size: 11px;
    }
}

.purpose-section-container.resources-section-container{
    box-shadow: none;
}

.reasons-section-container.resources-application-container{
    min-height: 150px;
    align-items: center;
    padding: 0;
}

.resources-application-section {
    max-width: 960px;
    margin: auto;
    background-color: #ffffff;
    border-radius: 0.5rem;
    padding: 1.5rem;
}

/* Responsive padding for resources-application-section */
@media (min-width: 576px) {
    .resources-application-section {
        padding: 2rem;
    }
}

.resources-section-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #bbb;
}

/* Responsive flex direction and alignment for small devices and up */
@media (min-width: 576px) {
    .resources-section-item {
        flex-direction: row;
        align-items: flex-start;
    }
}

.resources-section-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.resources-image-wrapper {
    flex-shrink: 0;
    margin-bottom: 1rem;
    width: 215px;
    height: auto;
    overflow: hidden;
    max-width: 848px;
}
.resources-section-item.border-bottom-none{ 
    border-bottom: 0;margin-bottom: 0;
    padding-bottom: 1rem;
}
/* Responsive margin for resources-image-wrapper */
@media (min-width: 576px) {
    .resources-image-wrapper {
        margin-bottom: 0;
        margin-right: 2.5rem;
    }
}

.resources-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.resources-content-area {
    flex-grow: 1;
    text-align: center;
}

/* Responsive text alignment for small devices and up */
@media (min-width: 576px) {
    .resources-content-area {
        text-align: left;
    }
}

.resources-content-area h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.75rem;
}


@media (min-width: 576px) {
    .resources-content-area h2 {
        font-size: 24px;
        line-height: 1.2em;
        text-transform: none;
        text-decoration: none;
        letter-spacing: .4px;
        font-weight: 400;
        font-style: normal;
    }
}

.resources-content-area ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
    color: #4a5568;
}

.resources-content-area ul li {
    margin-bottom: 0.5rem;font-family: "ffmetaserifwebpro";
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0px;
    font-weight: 500;
    font-style: normal;
}

.resources-content-area ul li a {
    color: #1b6ea1;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    font-family: "ffmetaserifwebpro";
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0px;
    font-weight: 500;
    font-style: normal;
}

.resources-content-area ul li a:hover {
    color: rgba(27, 110, 161, .7);
}

.resources-application-section .search-container {
    max-width: 1000px;
    margin: 2rem auto;
    background-color: #ffffff;
    border-radius: 0.5rem;
    padding: 1.5rem 0;
    text-align: center;
}

.resources-application-section .search-container .search-text {
    font-size: 23px;
    line-height: 1.2em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: .4px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 2.2rem;
}

.resources-application-section .search-container .search-text a {
    color: #1b6ea1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.resources-application-section .search-container .search-text a:hover {
    color: rgba(27, 110, 161, .7);
}

.resources-application-section .search-container .search-input-wrapper {
    position: relative;
    width: 100%;
    margin: auto;
}

.resources-application-section .search-container .search-input-wrapper .search-input {
    width: 100%;
    padding: 0.5rem 1rem 0.5rem 2.5rem;
    border: 1px solid #bbb;
    border-radius: 0rem;
    font-size: 1rem;
    color: #333;
    outline: none;
    transition: border-color 0.2s ease-in-out;
}

.resources-application-section .search-container .search-input-wrapper .search-input:focus {
    border: 2px solid #000;
}

.resources-application-section .search-container .search-input-wrapper .search-icon {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #7b7b7b;
    transition: color 0.2s ease-in-out;
    pointer-events: none;
}

.resources-application-section .search-container .search-input-wrapper .search-input:focus + .search-icon {
    color: #000;
}

.resources-page-form-container {
    max-width: 1000px;
    margin: 1rem auto 2rem;
    background-color: #ffffff;
    padding: 1.5rem 1.5rem 100px 1.5rem;
    font-family: 'ffmetaserifwebpro';
}

.resources-page-form-container form .form-row .form-group, .resources-page-form-container form .form-group {
    margin-bottom: 1.5rem;
}

.resources-page-form-container form .form-row .form-group label, .resources-page-form-container form .form-group label {
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 0.25rem;
    display: block;
}

.resources-page-form-container form .form-row .form-group .form-control, .resources-page-form-container form .form-group .form-control {
    box-sizing: border-box;
    color: #000;
    background-color: #fafafa;
    border: 1px solid #a9a9a9;
    width: 100%;
    height: auto;
    padding: 10px;
    position: relative; border-radius: 0;
}

.resources-page-form-container form .form-row .form-group .form-control:focus, .resources-page-form-container form .form-group .form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
}

.resources-page-form-container form .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

.resources-page-form-container form .form-row .form-group.col-md-6, .resources-page-form-container form .form-group.col-md-6 {
    flex: 0 0 auto;
    width: 50%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.resources-page-form-container form .form-row .form-group.col-md-4, .resources-page-form-container form .form-group.col-md-4 {
    flex: 0 0 auto;
    width: 33.3%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.resources-page-form-container label{
    color: #363636;
    margin-bottom: 5px;
    font-size: 16px !important;
}
.resources-page-form-container label.m-label{
    font-size: 13px !important;
    color: #363636;
    font-weight: 500;
}
.resources-page-form-container label span{ 
    font-size: 13px;
    opacity: .7; font-weight: 500;
    white-space: pre-wrap;color: #363636;
}
.mar-top-50{ margin-top: 50px;}
@media (max-width: 767.98px) {
    .resources-page-form-container form .form-row .form-group.col-md-6, .resources-page-form-container form .form-group.col-md-6 {
        width: 100%;
    }
}

.resources-page-form-container form .submit-button {
    background-color: #fff;
    color: #94578f;
    border: 2px solid #94578f;
    padding: 1em 2.5em;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-style: normal;
    cursor: pointer;font-family: 'Brandon_Grotesque_medium';
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.resources-page-form-container form .submit-button:hover {
    background-color: #94578f;
    color: #fff;
}
.purpose-title.why-costal-heading{
    font-size: 24px;
    line-height: 1.2em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: .4px;
    font-weight: 400;
    font-style: normal;
}
.purpose-description a{
    color: #1b6ea1;
    text-decoration: none;
}
.contact-map-container {
    max-width: 960px;
    margin: 2rem auto 0; 
    background-color: #ffffff;
    border-radius: 0.5rem;
    padding: 1.5rem 1.5rem 0 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-us-text{
    font-size: 24px;
    line-height: 1.2em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: .4px;
    font-weight: 400;
    font-style: normal;
}
.contact-us-text a{ font-size: 24px; text-transform: none;}
@media (min-width: 768px) { 
    .contact-map-container {
        flex-direction: row;
        align-items: flex-start; 
        justify-content: space-between;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

.contact-info {
    flex: 1; 
    padding-right: 0;
    text-align: center; 
    margin-bottom: 1.5rem; 
}

@media (min-width: 768px) {
    .contact-info {
        padding-right: 2rem;
        text-align: left;
        margin-bottom: 0;
    }
}

.contact-info p {
    font-size: 24px;
    line-height: 1.2em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: .4px;
    font-weight: 400;
    font-style: normal;margin-bottom: 1.4rem;
}

.contact-info a {
        color: #1b6ea1;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

.map-container {
    width: 100%;
    min-width: 460px;
    height: 408px;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    overflow: hidden;
    margin: 0rem auto 2rem auto; 
}


#map {
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .map-container {
        width: auto; 
    }
}

.privacy-policy-container {
    width: 78vw;
    margin: 2rem auto;
    background-color: #ffffff;
    padding: 1.5rem;
    text-align: left; font-family: 'ff-meta-serif-web-pro', serif;
}
.privacy-policy-container h1 {
    font-size: 24px;
    line-height: 1.2em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: .4px;
    font-weight: 400;
    font-style: normal; text-transform: uppercase; text-align: left;
}

.privacy-policy-container h2 {
    font-size: 17px;
    line-height: 1.6em;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
}

.privacy-policy-container h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #444;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.privacy-policy-container p {
    font-size: 17px;
    line-height: 1.6em;
    letter-spacing: 0px;
    font-weight: 500;
    font-style: normal;
}

.privacy-policy-container ul {
    list-style: none; 
    padding-left: 0;
    margin-bottom: 1rem;
}

.privacy-policy-container ul li {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 0.5rem;
}

.privacy-policy-container ul li strong {
    font-weight: 700; 
    color: #333;
}

.privacy-policy-container ul ul {
    list-style: disc; 
    padding-left: 1.5rem; 
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.privacy-policy-container ul ul li {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0.25rem;
}

.privacy-policy-container a {
    color: #1b6ea1; 
    text-decoration: none;
}

.privacy-policy-container a:hover {
    text-decoration: underline;
}

/* Partners Section Styling */
.partners-section {
    padding: 40px 0;
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.partners-heading {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

.partners-heading::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #007bff; /* Accent color */
}

/* Partners Grid */
.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Responsive grid */
    gap: 20px; /* Space between logos */
    justify-items: center; /* Center items within their grid cells */
    align-items: center; /* Center items vertically */
    margin-bottom: 50px;
}

.partner-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    height: 120px; /* Fixed height for consistent look */
    width: 100%; /* Take full width of grid cell */
    box-sizing: border-box; /* Include padding and border in element's total width and height */
}

.partner-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.partner-logo a {
    display: flex; /* To center the image inside the link */
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.partner-logo img {
    max-width: 100%; /* Ensure images don't overflow */
    max-height: 100%; /* Ensure images don't overflow */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove extra space below image */
   /* filter: grayscale(100%);  Optional: Make logos grayscale */
    /*opacity: 0.8;  Optional: Reduce opacity */
    transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.partner-logo:hover img {
    filter: grayscale(0%); /* Optional: Color on hover */
    opacity: 1; /* Optional: Full opacity on hover */
}
.specialities-section-container{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 120px 20px;
    background-color: #fff;
    min-height: 300px;
    box-sizing: border-box;
    width: 94%;
}
.specialities-wrapper{
    max-width: 1000px;
 }
.specialities-main-heading{
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0px;
    font-weight: 500;
    font-style: normal;
    font-family: 'ffmetaserifwebpro';
}
.specialities-main-heading a{
    color: #1b6ea1;
    text-decoration: none;
}
.specialities-main-heading a:hover, .specialities-main-heading a:focus{
    opacity: 0.7;
}
.specialities-list {
    list-style-type: disc;
    padding:0;
    margin: 0 15px 15px;
    text-align: left;
    width: fit-content;
    max-width: 100%;
    color: #363636;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 500;
}

.specialities-list li {
    margin-bottom: 0rem;
    font-family: 'ffmetaserifwebpro';
    font-size: 16px;
    color: #363636;
    font-weight: 500;
}
.mb-35{ margin-bottom: 35px;}
.specialities-list.privacy-listing{ padding-left: 25px;}
.specialities-list.privacy-listing li{margin-bottom: 0.65rem;}
.specialities-list.privacy-listing li a{color:#1b6ea1}
/* Responsive Adjustments */
@media (max-width: 768px) {
    .partners-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 20px;
    }

    .partners-heading {
        font-size: 2em;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .partners-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 15px;
    }

    .partner-logo {
        height: 100px;
        padding: 10px;
    }

    .partners-heading {
        font-size: 1.8em;
    }
}

/* Media Queries */
/* Header Section */


@media (max-width: 350px) {
    .title-nav-wrapper{ padding: 25px;}
    .site-logo img {
        max-height: 100px;
        max-width: 210px;
    }
     /* Hide desktop nav */
    .main-nav {
        display: none;
    }

    /* Show the icon-menu in mobile */
    .icon-menu {
        display: block;
        position: absolute;
        right: 20px;
        top: 47%;
        transform: translateY(-50%);
        z-index: 10001;
    }

    
    .mobile-nav {
        display: none;
    }
    body.menu-open .mobile-nav {
        display: block;
    }

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

    .mobile-nav-list li {
        border-style: solid;
        border-width: 0 0 1px 0;
        border-color: #ddd;
        padding: 20px;
        text-align: center;
    }

    .mobile-nav-list li a {
        color: #333;
        text-decoration: none;
        font-size: 16px;
        display: block;
    }

    body.menu-open {
        overflow: hidden;
        height: 100vh;
        position: fixed;
        width: 100%;
    }

    /* When menu is open, shift the entire site */
    body.menu-open .site-wrapper, body.menu-open .imageHolder {
        transform: translateX(-80vw);
    }
    body.menu-open .imageHolder {
        right: 15%;
    }
    
    .announcement-bar {
        background-color: #8c4c7f;
        height: 98px !important;
        padding: 0 50px 0 20px;
    }
    .announcement-text{
        font-size: 16px;
        line-height: 1.6em;
        letter-spacing: 0px;
        font-weight: 500;
    }
    .image-overlay-text, .image-overlay-text.why-coastal-text{
        font-size: 40px !important;
        max-width: 80% !important;
        width: auto;
    }
    .team-members{
        display: inline-block;
        width: 100%;
        text-align: left;
    }
    .plesantation-wrapper{
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .plesantation-wrapper .plesantation-img{
        width: 70%;
    }
    .resources-page-form-container form .form-row .form-group.col-md-4, .resources-page-form-container form .form-group.col-md-4{
        width: 100%;
    }
    .resources-content-area ul li{ text-align: left;}
}

@media (min-width: 351px) and (max-width: 400px) {

    .announcement-bar {
        height: 115px;
        padding: 0.8em 3em;
    }

    .announcement-text {
        font-size: 16px;
        font-weight: 500;
    }

    .title-nav-wrapper {
        padding: 20px;
        position: relative;
    }

    .site-title{
        width: 45%;
    }

    .site-title a img{
        width: 100%;
        max-width: auto;
    }

    /* Hide desktop nav */
    .main-nav {
        display: none;
    }

    /* Show the icon-menu in mobile */
    .icon-menu {
        display: block;
        position: absolute;
        right: 20px;
        top: 47%;
        transform: translateY(-50%);
        z-index: 10001;
    }

    
    .mobile-nav {
        display: none;
    }
    body.menu-open .mobile-nav {
        display: block;
    }

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

    .mobile-nav-list li {
        border-style: solid;
        border-width: 0 0 1px 0;
        border-color: #ddd;
        padding: 20px;
        text-align: center;
    }

    .mobile-nav-list li a {
        color: #333;
        text-decoration: none;
        font-size: 16px;
        display: block;
    }

    body.menu-open {
        overflow: hidden;
        height: 100vh;
        position: fixed;
        width: 100%;
    }

    /* When menu is open, shift the entire site */
    body.menu-open .site-wrapper, body.menu-open .imageHolder {
        transform: translateX(-80vw);
    }
    body.menu-open .imageHolder {
        right: 15%;
    }
    
    .image-overlay-text {
        font-size: 50px;
        max-width: 80%;
        width: auto;
    }
    .image-overlay-text.why-coastal-text{
        font-size: 40px !important;
        max-width: 80% !important;
        width: auto;
    }
    .image-overlay-text.speciality-text{
        font-size: 45px;
    }

    .image-overlay-text.construction-text{
        font-size: 36px;
    }

    .image-overlay-text.transportation-text{
        font-size: 32px;
    }

    .image-overlay-text.property-text, .image-overlay-text.product-liability-text{
        font-size: 55px;
    }

    .image-overlay-text.professional-text{
        font-size: 38px;
    }

    .image-overlay-text.personal-lines-text{
        font: 60px;
    }

    .purpose-section-container, .reasons-section-container, .specialties-grid-section, .purpose-section-container.about-us-purpose-container{
        padding: 20px;
        min-height: auto;
    }

    .video-button-section{
        padding: 25px;
        min-height: auto;
    }

    .vertical-nav-dots{
        display: none;
    }

    .button-container{
        margin-top: 70px;
    }

    .video-wrapper {
        padding: 17px;
    }
    .team-members{
        display: inline-block;
        width: 100%;
        text-align: left;
    }
    .plesantation-wrapper{
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .plesantation-wrapper .plesantation-img{
        width: 70%;
    }
    .resources-page-form-container form .form-row .form-group.col-md-4, .resources-page-form-container form .form-group.col-md-4{
        width: 100%;
    }
    .resources-content-area ul li{ text-align: left;}
}

@media (min-width:401px) and (max-width:650px) {

    .announcement-bar {
        height: 80px;
        padding: 0.8em 3em;
    }

    .announcement-text {
        font-size: 18px;
        font-weight: 500;
    }

    .title-nav-wrapper {
        padding: 20px;
        position: relative;
    }

    .site-title{
        width: 45%;
    }

    .site-title a img{
        width: 100%;
        max-width: auto;
    }

    /* Hide desktop nav */
    .main-nav {
        display: none;
    }

    /* Show the icon-menu in mobile */
    .icon-menu {
        display: block;
        position: absolute;
        right: 20px;
        top: 47%;
        transform: translateY(-50%);
        z-index: 10001;
    }

    
    .mobile-nav {
        display: none;
    }
    body.menu-open .mobile-nav {
        display: block;
    }

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

    .mobile-nav-list li {
        border-style: solid;
        border-width: 0 0 1px 0;
        border-color: #ddd;
        padding: 20px;
        text-align: center;
    }

    .mobile-nav-list li a {
        color: #333;
        text-decoration: none;
        font-size: 16px;
        display: block;
    }

    body.menu-open {
        overflow: hidden;
        height: 100vh;
        position: fixed;
        width: 100%;
    }

    /* When menu is open, shift the entire site */
    body.menu-open .site-wrapper, body.menu-open .imageHolder {
        transform: translateX(-80vw);
    }
    body.menu-open .imageHolder {
        right: 71%;
    }
    
    .image-overlay-text {
        max-width: 65%;
        font-size: 40px;
    }

    .purpose-section-container, .reasons-section-container, .specialties-grid-section, .purpose-section-container.about-us-purpose-container{
        padding: 20px;
        min-height: auto;
    }

    .video-button-section{
        padding: 25px;
        min-height: auto;
    }

    .vertical-nav-dots{
        display: none;
    }

    .button-container{
        margin-top: 70px;
    }

    .video-wrapper {
        padding: 17px;
    }
    .team-members{
        display: inline-block;
        width: 100%;
        text-align: left;
    }
    .plesantation-wrapper{
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .plesantation-wrapper .plesantation-img{
        width: 70%;
    }
    .resources-page-form-container form .form-row .form-group.col-md-4, .resources-page-form-container form .form-group.col-md-4{
        width: 100%;
    }
    .resources-content-area ul li{ text-align: left;}
}

@media (min-width: 651px) and (max-width:700px) {

    .announcement-bar {
        height: 70px;
        padding: 0.8em 3em;
    }

    .announcement-text {
        font-size: 18px;
        font-weight: 500;
    }

    .title-nav-wrapper {
        padding: 20px;
        position: relative;
    }

    .site-title{
        width: 45%;
    }

    .site-title a img{
        width: 100%;
        max-width: auto;
    }

    /* Hide desktop nav */
    .main-nav {
        display: none;
    }

    /* Show the icon-menu in mobile */
    .icon-menu {
        display: block;
        position: absolute;
        right: 20px;
        top: 47%;
        transform: translateY(-50%);
        z-index: 10001;
    }

    
    .mobile-nav {
        display: none;
    }
    body.menu-open .mobile-nav {
        display: block;
    }

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

    .mobile-nav-list li {
        border-style: solid;
        border-width: 0 0 1px 0;
        border-color: #ddd;
        padding: 20px;
        text-align: center;
    }

    .mobile-nav-list li a {
        color: #333;
        text-decoration: none;
        font-size: 16px;
        display: block;
    }

    body.menu-open {
        overflow: hidden;
        height: 100vh;
        position: fixed;
        width: 100%;
    }

    /* When menu is open, shift the entire site */
    body.menu-open .site-wrapper, body.menu-open .imageHolder {
        transform: translateX(-80vw);
    }
    body.menu-open .imageHolder {
        right: 75%;
    }
    
    .image-overlay-text {
        max-width: 60%;
        font-size: 50px;
    }

    .purpose-section-container, .reasons-section-container, .specialties-grid-section, .purpose-section-container.about-us-purpose-container{
        padding: 20px;
        min-height: auto;
    }

    .video-button-section{
        padding: 25px;
        min-height: auto;
    }

    .vertical-nav-dots{
        display: none;
    }

    .button-container{
        margin-top: 70px;
    }

    .video-wrapper {
        padding: 17px;
    }
    .resources-content-area ul li{ text-align: left;}
}

@media (min-width: 701px) and (max-width:767.9px) {

    .announcement-bar {
        height: 70px;
        padding: 0.8em 3em;
    }

    .announcement-text {
        font-size: 18px;
        font-weight: 500;
    }

    .title-nav-wrapper {
        padding: 20px;
        position: relative;
    }

    .site-title{
        width: 45%;
    }

    .site-title a img{
        width: 100%;
        max-width: auto;
    }

    /* Hide desktop nav */
    .main-nav {
        display: none;
    }

    /* Show the icon-menu in mobile */
    .icon-menu {
        display: block;
        position: absolute;
        right: 20px;
        top: 47%;
        transform: translateY(-50%);
        z-index: 10001;
    }

    
    .mobile-nav {
        display: none;
    }
    body.menu-open .mobile-nav {
        display: block;
    }

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

    .mobile-nav-list li {
        border-style: solid;
        border-width: 0 0 1px 0;
        border-color: #ddd;
        padding: 20px;
        text-align: center;
    }

    .mobile-nav-list li a {
        color: #333;
        text-decoration: none;
        font-size: 16px;
        display: block;
    }

    body.menu-open {
        overflow: hidden;
        height: 100vh;
        position: fixed;
        width: 100%;
    }

    /* When menu is open, shift the entire site */
    body.menu-open .site-wrapper, body.menu-open .imageHolder {
        transform: translateX(-80vw);
    }
    body.menu-open .imageHolder {
        right: 79%;
    }
    
    .image-overlay-text {
        max-width: 60%;
        font-size: 50px;
    }

    .purpose-section-container, .reasons-section-container, .specialties-grid-section, .purpose-section-container.about-us-purpose-container{
        padding: 20px;
        min-height: auto;
    }

    .video-button-section{
        padding: 25px;
        min-height: auto;
    }

    .vertical-nav-dots{
        display: none;
    }

    .button-container{
        margin-top: 70px;
    }

    .video-wrapper {
        padding: 17px;
    }
    .resources-content-area ul li{ text-align: left;}
}

@media (min-width:768px) and (max-width:1023px){

    .purpose-section-container, .reasons-section-container, .specialties-grid-section, .purpose-section-container.about-us-purpose-container{
        padding: 5%;
        min-height: auto;
    }
    
    .image-overlay-text {
        max-width: 70%;
    }

    .title-nav-wrapper {
        padding: 25px 5%;
    }

    .video-wrapper{
        max-width: 950px;
    }

    .video-button-section{
        padding: 5%;
    }

    .main-nav {
        width: 65%;
    }
    .announcement-bar{
        padding-right: 50px;
    }
}

@media (min-width:1024px) and (max-width:1199px){

    .purpose-section-container, .reasons-section-container, .specialties-grid-section, .purpose-section-container.about-us-purpose-container{
        padding: 5%;
        min-height: auto;
    }
    
    .image-overlay-text {
        max-width: 80%;
    }

    .main-nav {
        width: 65%;
    }

}

@media (min-width:1200px) and (max-width:1366px) {
    
    .image-overlay-text {
        max-width: 70%;
    }

    .main-nav {
        width: 75%;
    }

}

@media (min-width:1367px) and (max-width:1638px) {
}