
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }

  .clearfix::after {
        display: block;
        content: "";
        clear: both;
  }

body, html {
    width: 100%;
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #383838;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.container {
    max-width: 1020px;
}

.top-bar {
    background-color: #6da2b0;
    z-index: 9999;
    width: 100%;
}

.top-bar_img {
    max-width: 150px;
}

.top-bar_left {
    float: left;
}

.top-bar_right {
    float: right;
}

.top-bar_right .fa {
    margin-right: 10px;
    font-size: 18px;
}

.top-email {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    margin-top: 19px;
    letter-spacing: 1px;
}

.top-email:hover {
    color: #265768;
    text-decoration: none;
    transition: ease-in-out 0.3;
}

.header-hero-img {
    background: url('../img/hero-banner.jpg');
    background-position: center;
    background-size: cover;
    height: 375px;
    width: 100%;
	margin-top: 64px;
}

.hero-header-logo {
    max-width: 250px;
    margin: 0 auto;
    padding-top: 10px;
    opacity: .9;
}

/*About Section */
.about-section {
    margin-top: 80px;
    margin-bottom: 80px;
}

.about-item {
    margin-bottom: 30px;
    padding-bottom: 40px;
    border-bottom: 2px solid #6da2b0;
}

.about-title {
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    color: #265768;
    margin-bottom: 15px;
}

.about-copy {
    letter-spacing: 1px;
}

.left-map-image {
    float: right;
    max-width: 400px;
    margin-left: 20px;
    padding: 5px;
    display: inline-block;
    border: 1px solid #D3D3D3;
}

figcaption {
    font-size: 11px;
    line-height: 16px;
    padding-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
    color: #808080;
}

figcaption a {
    color: #6da2b0;
}

/*Footer */
footer {
    background-color: #265768;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer .fa {
    font-size: 17px;
    margin-right: 5px;
}

.footer_left-column {
    float: left;
}

.footer_right-column {
    float: right;
    font-size: 12px;
}

@media only screen and (max-width: 1030px) {
    .about-section {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 790px) {
    .left-map-image {
        float: none;
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 670px) {
    footer .fa {
        vertical-align: top;
        margin-top: 4px;
    }

    .footer-address {
        max-width: 150px;
        display: inline-block;
    }

    footer {
        position: relative;
    }

    .footer_right-column {
        float: none;
        position: absolute;
        right: 20px;
        bottom: 20px;

    }
}

@media only screen and (max-width: 400px) {
    .footer_left-column {
        float: none;
    }

    .footer-address {
        max-width: 250px;
        margin-bottom: 5px;
    }

    .footer_right-column {
        position: unset;

    }

    .contact-us {
        display: none;
    }

    .top-email {
        margin-top: 0;
    }

    .top-bar_right .fa {
        font-size: 30px;
        padding-top: 17px;
        margin-right: 0;
    }
}