@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
    background-color: #FFF !important;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a {
    color: #000;
    text-decoration: none;
}
.coastcontainer {
    width: 1700px;
    max-width: 90%;
    margin: 0 auto;
}
.CmsPageStyle > br {
    display: none !important;
}
.coasttop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.coasttop.coasttopsticky {
    background-color:rgba(0,0,0,0.20);
}
.coasttop > div {
    width: 1700px;
    max-width: 90%;
    margin: 0 auto;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.coasttop img {
    height: 50px;
}
.coasttop ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.coasttop ul a {
    display: block;
    padding: 0 10px;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
}
.coastworkwelcome {
    background-image: url("../images/coastwork-welcome2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: calc(100vh - 100px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coastworkwelcome > div {
    color: #FFF;
    font-size: 40px;
    width: 780px;
    max-width: 90%;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.coastworkwelcome > div > small {
    display: block;
    font-size: 22px;
    margin: 20px 0 0 0;
}
.coastbox {
    margin: 50px auto 0;
    width: 1700px;
    max-width: 100%;
}
.coastbox > div {
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: #f9f9f9;
}
.coastbox > div:nth-child(even) {
    flex-direction: row-reverse;
}
.coastbox > div > img {
    display: block;
    max-width: 100%;
}
.coastbox > div > * {
    flex: none;
    width: 50%;
}
.coastbox > div > div {
    padding: 5%;
}
.coastbox > div > div > span {
    font-size: 30px;
    display: flex;
    flex-direction: column;
    font-weight: bold;
}
.coastbox > div > div > span > img {
    width: 60px;
    margin-bottom: 15px;
}
.coastusp {
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
}
.coastusp > div {
    flex: none;
    width: 23%;
    margin: 0 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 6px;
}
.coastusp > div img {
    width: 60px;
    margin-bottom: 15px;
}
.coastusp > div > span {
    display: block;
    font-weight: bold;
    font-size: 20px;
}
.coastworkpricing {
    background-color: #d4e7e1;
    padding: 100px 0;
}
.coastworkpricing > div:not(.coastworkpricingcontact) {
    width: 1300px;
    max-width: 90%;
    background-color: #FFF;
    padding: 30px;
    display: flex;
    border-radius: 6px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgb(0 0 0 / 6%);
}
.coastworkpricing > div > div {
    width: 16.6%;
}
.coastworkpricing > div > div:not(:last-child) {
    border-right: 1px solid #eee;
}
.coastworkpricing > div > div > span {
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.coastworkpricingcontact {
    text-align: center;
    margin: 50px 0 0 0;
    font-size: 30px;
    font-weight: bold;
}
.coastworkpricingcontact > small {
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0 0 0;
}
.coastworkpricingcontact a {
    text-decoration: none;
}
.coastworkpricing ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.coastworkpricing .coastworkpricingheadlines ul > li, .coastworkpricing > div > div.coastworkpricingheadlines > span {
    text-align: left;
    justify-content: flex-start;
}
.coastworkpricing ul > li {
    flex: none;
    width: 100%;
    min-height: 46px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.coastworkpricing ul > li:last-child {
    border-bottom: none;
}
.coastworkpricing ul > li:not(.liprice) > span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #b4d5cb;
    font-family: arial;
    font-weight: bold;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.coastworkpricing ul > li:not(.liprice) > span img {
    width: 50%;
    display: block;
}
.coastworkpricing > span {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}
.coastworkpricing > span > small {
    font-size: 12px;
    font-weight: normal;
}
.coastworkpricing > span img {
    width: 60px;
    margin-bottom: 15px;
}
.coastworkpricingheader {
    font-weight: bold;
}
.liprice {
    position: relative;
    font-weight: bold;
}
.liprice > span {
    z-index: 2;
}
.liprice:before {
    content: "";
    background-color: #eee;
    position: absolute;
    top: 1px;
    left: 1%;
    height: 94%;
    width: 98%;
    z-index: 1;
}
.coastworkpricingheadlines .liprice:before {
    background-color: transparent;
}
.coastworkgallery {
    margin-bottom: 100px;
    margin-top: 100px;
}
.coastworkgallery > div {
    display: flex;
    flex-wrap: wrap;
}
.coastworkgallery > div > div {
    flex: none;
    width: 48%;
    margin: 0 1%;
}
.coastworkgallery img {
    max-width: 100%;
}
.coastworkgallery > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.coastworkgallery > div > a {
    flex: none;
    width: 24%;
    margin-bottom: 1%;
}
.coastworkfooter {
    padding: 50px 20px;
    text-align: center;
}
.coastworkfooter > div:last-child {
    display: flex;
    justify-content: center;
    margin: 20px 0 0 0;
}
.coastworkfooter img {
    width: 20px;
    display: block;
}

@media (max-width: 900px) {
    .coastusp > div {
        width: 48%;
        margin-bottom: 10px;
    }
    .coastbox > div {
        width: 100%;
        flex-direction: column;
    }
    .coastbox > div > * {
        width: 100%;
    }
    .coastworkpricing > div {
        -webkit-overflow-scrolling:touch;
        overflow-x:auto;
    }
    .coastworkpricing > div > div, .coastworkpricing ul > li {
        width: 208px;
    }
    .coastworkgallery {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .coastworkgallery > div > a {
        width: 48%;
        margin-bottom: 4%;
    }
}
