
body {
    font-family: Lato, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 16px;
    overflow-x: hidden;

}

.page-wrapper {
    width: auto;
    overflow: hidden;
    max-width: auto;
    padding: 0 .5em;
}


h1 {
    position: relative;
    z-index: 10;
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 34px;
    line-height: 45px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
}

p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
}

a {
    -webkit-transition: color 400ms ease;
    transition: color 400ms ease;
    color: #00A6D1;
    text-decoration: none;


}

a:hover {
    color: #00A6D1;
}

a.w--current {
    width: 35%;
    height: 108%;
    float: left;
    background-image: url('../images/TrustedSearch_Logo-2.png');
    background-position: 0px 0px;
    background-size: 334px;
    background-repeat: repeat-x;
    background-attachment: scroll;
}

blockquote {
    margin-bottom: 10px;
    padding: 10px 20px;
    border-left: 5px solid #e2e2e2;
    color: #666;
    font-size: 20px;
    line-height: 22px;
    font-style: italic;
    font-weight: 300;
}

.hero-section {
    position: relative;
    padding-top: 130px;

    background-image: url('../images/design-desk.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.hero-section.about-page {
    position: relative;
    padding-top: 120px;
    padding-bottom: 80px;
    background-image: url('../images/hero-photo.jpg');
}

.hero-section.blog-hero {
    padding-top: 120px;
    padding-bottom: 80px;
    background-image: url('../images/laptop-desk.jpg');
    background-position: 50% 50%;
}

.hero-section.portfolio-hero {
    padding-top: 120px;
    padding-bottom: 80px;
    background-image: url('../images/design-desk.jpg');
}

.hero-section.blog-post-hero {
    padding-bottom: 150px;
}

.hero-section.home-page-hero {
    background-image: none;
}

.nav {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    padding-left: 0%;
    border-bottom: 4px solid #035f78;
    background-color: #fff;
    color: #fff;
}

.logo-text {
    width: 96px;
    margin-top: 11px;
    background-image: url('../images/TrustedSearch_Logo-2.png');
    background-position: 0px 50%;
    background-size: auto;
    background-attachment: scroll;
    color: #d10d0d;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
}

.text2 {
    padding-right: 250px;
    padding-left: 250px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    letter-spacing: 0px;
    text-transform: none;
}

.logo-text.footer-logo {
    margin-top: 3px;
}

.nav-link {
    opacity: 0.6;
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.nav-link:hover {
    opacity: 1;
    color: #fff;
}

.nav-link.w--current {
    opacity: 1;
    color: #fff;
}

.nav-link.contact {
    margin-top: 9px;
    margin-left: 30px;
    padding: 10px;
    border-radius: 2px;
    background-color: hsla(0, 0%, 100%, .3);
    font-size: 12px;
    line-height: 18px;
}

.nav-link.footer-link {
    margin-top: 0px;
    padding: 10px;
    float: right;
    text-decoration: none;
}

.section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section.top-section {
    padding-top: 0px;
    padding-bottom: 0px;
}

.section.top-section.home-page {
    background-color: transparent;
}

.section.gray-section {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ececec;
}

.hero-container {
    position: relative;
    top: -115px;
    padding: 5px;
    background-color: transparent;
}

.hero-container.project-container {
    padding: 5px;
}

._60block {
    width: 60%;
    height: 300px;
    padding: 5px;
    float: left;
}

.hero-tile {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.tile-image {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    background-image: url('../images/about-image.jpg');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: -webkit-transform 1000ms ease;
    transition: -webkit-transform 1000ms ease;
    transition: transform 1000ms ease;
    transition: transform 1000ms ease, -webkit-transform 1000ms ease;
}

.tile-image:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.tile-image.hire {
    background-image: url('../images/camera-front.jpg');
}

.tile-text {
    position: absolute;
    left: 25px;
    bottom: 24px;
    z-index: 20;
    color: #fff;
    font-size: 27px;
    line-height: 30px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .37);
}

._40block {
    position: relative;
    width: 40%;
    height: 300px;
    padding: 5px;
    float: left;
}

._33block {
    width: 33.33%;
    height: 300px;
    padding: 5px;
    float: left;
}

.footer-section {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 22%;
    border-style: solid;
    border-width: 9px 3px 3px;
    border-color: none;
    background-color: #fff;
}

.logo-footer.w--current {
    width: 151%;
    float: left;
}

.tile-link {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

.contact-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    background-color: rgba(0, 0, 0, .9);
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    text-align: center;
}

.close-link {
    display: block;
    margin-bottom: 20px;
    opacity: 0.5;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.close-link:hover {
    opacity: 1;
    color: #fff;
}

.text-field {
    height: 50px;
    border: 1px solid rgba(0, 0, 0, .7);
    border-radius: 3px;
    background-color: hsla(0, 0%, 100%, .1);
    font-size: 16px;
}

.text-field:focus {
    border-color: hsla(0, 0%, 100%, .3);
    color: #fff;
}

.text-field.text-area {
    height: 120px;
}

.form-wrapper {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}

.submit-button {
    display: block;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 3px;
    background-color: #55acee;
    -webkit-transition: background-color 400ms ease;
    transition: background-color 400ms ease;
    font-size: 17px;
}

.submit-button:hover {
    background-color: #3765a3;
}

.contact-heading {
    color: #fff;
    font-size: 30px;
    line-height: 32px;
}

.small-divider {
    display: block;
    width: 80px;
    height: 2px;
    margin: 10px auto;
    background-color: #fff;
    opacity: 0.2;
}

.small-divider.dark-divider {
    background-color: #000;
}

.contact-text {
    margin-bottom: 20px;
    opacity: 0.7;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
}

.success-message {
    background-color: #2bab68;
}

.success-text {
    margin-bottom: 0px;
    color: #fff;
}

.hero-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    height: auto;
    padding-bottom: 0px;
    border-left-color: #4cacca;
    background-color: rgb(77, 75, 76);
    background-position: 0px 0px;
    background-size: 5px;
    text-shadow: 1px 1px 6px #000;
}

.cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #3bc984;
    text-align: center;
}

.cta-heading {
    margin-bottom: 18px;
    color: #fff;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
}

.button {
    display: block;
    overflow: visible;
    padding: 40px 20px 40px 40px;
    margin-bottom: 15px;
    float: none;
    clear: none;
    border-radius: 7px;
    border-top-style: solid;
    border-width: 6px 6px 6px 6px;
    border-color: #7bf264;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    background-color: #34a9c9;
    background-image: url('../images/hover.jpg'), url('../images/hover.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
    box-shadow: 0 0 5px 0 #666;
    -webkit-transition: background-color 400ms ease;
    transition: background-color 400ms ease;
    color: #ffffff;
    margin-top: 10px;
    padding-right: 30px;
    text-transform: none;
    font-weight: 200;
    word-wrap: break-word;
    hyphens: auto;
    word-break: normal;


}

.button:hover {
    background-color: #00a6d1;
    background-image: url('../images/gray.gif'), url('../images/gray.gif');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, 2px;
    opacity: 1;
    color: #00a6d1;
    cursor: pointer;
    word-wrap: break-word;
    hyphens: auto;
    word-break: normal;


}


.button-2 {
    display: block;
    overflow: visible;
    padding: 25px 20px 25px 25px;
    margin-bottom: 15px;
    float: none;
    clear: none;
    border-radius: 7px;
    border-width: 6px 6px 6px 6px;
    border-color: #ffe49d;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    background-color: #ffffff;
    background-image: none;
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
    box-shadow: 0 0 5px 0 #666;
    -webkit-transition: background-color 400ms ease;
    transition: background-color 400ms ease;
    font-family: Montserrat, sans-serif;
    font-size: 34px;
    line-height: 34px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    text-transform: none;
    cursor: auto;
    color: #00a6d1;
    word-wrap: break-word;
    hyphens: auto;
    word-break: normal;


}

.button-2:hover {
    background-color: #ffffff;
    background-image: url('../images/gray.gif'), url('../images/gray.gif');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, 2px;
    opacity: 1;
    color: #00a6d1;
    cursor: auto;
    word-wrap: break-word;
    hyphens: auto;
    word-break: normal;


}


.button-1 {
    display: block;
    overflow: visible;
    padding: 25px 20px 25px 25px;
    margin-bottom: 15px;
    float: none;
    clear: none;
    border-radius: 7px;
    border-width: 6px 6px 6px 6px;
    border-color: #ffe49d !important;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    background-color: #ffffff;
    /* background-image: url('../images/hover.jpg'), url('../images/hover.jpg'); */
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
    box-shadow: 0 0 5px 0 #666;
    -webkit-transition: background-color 400ms ease;
    transition: background-color 400ms ease;
    font-family: Montserrat, sans-serif;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    text-transform: none;
    cursor: auto !important;
    color: #ffffff;
    word-wrap: break-word;
    hyphens: auto;
    word-break: normal;


    text-decoration: none;

}

.button-1:hover {
    background-color: #ffffff;
    background-image: url('../images/gray.gif'), url('../images/gray.gif');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, 2px;
    opacity: 1;
    color: #00a6d1;
    cursor: auto !important;
    word-wrap: break-word;
    hyphens: auto;
    word-break: normal;
    text-decoration: none;
}


.space {
    margin-top: 10px;
}


.headline-1 {
    font-family: Montserrat, sans-serif;
    font-size: 34px;
    line-height: 34px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    text-transform: none;
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 0px;


}

.headline-1:hover {
    font-family: Montserrat, sans-serif;
    font-size: 34px;
    line-height: 34px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    text-transform: none;
    cursor: pointer;
    text-decoration: underline;
}


.button-1-text {
    text-decoration: none;
    word-wrap: break-word;
    hyphens: auto;
    word-break: normal;


}

.button-1-text:hover {
    color: #000000;
    word-wrap: break-word;
    hyphens: auto;
    word-break: normal;


}

.button-2-h {
    text-decoration: none;
    word-wrap: break-word;
    hyphens: auto;
    word-break: normal;
    color:#00A6D1;


}

.button-2-h:hover {
    text-decoration: underline;
    word-wrap: break-word;
    hyphens: auto;
    word-break: normal;


}

.button-1-h {
    /* text-decoration: underline; */
    word-wrap: break-word;
    hyphens: auto;
    word-break: normal;


    line-height: 34px;


}

.button-1-h:hover {
    text-decoration: underline;
    word-wrap: break-word;
    hyphens: auto;
    word-break: normal;


    color: #00a6d1;

}


.button:active {
    background-image: url('../images/gray.jpg');
    background-position: 0px 0px;
    background-size: auto;
    cursor: pointer;

}

.button.button-footer {
    direction: ltr;
}

.button.subbutton {
    font-size: 30px;
}


.hero-text-wrapper {
    position: relative;
    z-index: 10;
    text-align: center;
}

.home-page-heading {
    position: static;
    font-size: 55px;
    line-height: 60px;
    letter-spacing: 0px;
    text-transform: none;
}

.tile-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
}


.rcol {
    left: 22px;
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 18px;
    padding-left: 18px;
    border-left: 2px solid #4cacca;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 47px;
}

.h2 {
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    font-weight: 300;
    text-transform: uppercase;
}

.list {
    float: none;
}

.text {
    border-style: none;
    border-left-width: 1px;
    border-left-color: #000;
    color: #fff;
    text-shadow: 1px 1px 6px #000;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    cursor: pointer;
}

.text:hover {
    color: #00a6d1;
}

.divider {
    height: 12%;
}

.logo {
    position: relative;
    display: block;
    overflow: visible;
    width: 250px;
    height: auto;
    margin-bottom: 10px;
    margin-left: 30%;
    padding-left: 0px;
    float: none;
    margin-top: 10px;
}

.header {
    left: 0px;
    top: 5px;
    width: 800%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0%;
    font-family: Oswald, sans-serif;
    font-size: 11px;
    text-align: left;
    letter-spacing: 3px;
}

.subhead {
    padding-left: 80px;

}

.bounce {
    -webkit-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
}

/* Scroll down indicator (bouncing) */
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2);
    }

    30% {
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
    }

    to {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2);
    }


    30% {
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
    }

    to {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2);
    }
}

.bounce {

    display: block;
    width: 50px;
    height: auto;
    margin: 60px 0px 0px 4%;
    float: left;
}

.img_button {
    display: block;
    width: 50px;
    height: auto;
    margin: 60px 4% 0px 0px;
    padding-right: 0px;
    float: right;
    clear: none;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    text-shadow: 1px 1px 6px #000;
    cursor: pointer;
    -webkit-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
}

.img_button:hover {
    opacity: 1;
    -webkit-transform: perspective(2000px);
    transform: perspective(2000px);
}


.footer_logo {

    width: 200px;
    height: auto;
    margin-top: 5px;
    margin-left: 30%;
    padding-left: 0px;
    float: none;
}

.img_footer {
    margin-left: 0px;
    padding-top: 0px;
    float: left;
}

.search {
    display: block;
    width: 36%;
    margin: 25px 42% 8px 78px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 12px;
    float: right;
}

.rcol_link {
    font-size: 14px;
    direction: ltr;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.rcol_link:hover {
    color: #00a6d1;
}

.searchbar {
    display: block;
    width: 200px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: right;
}

.form {
    width: 500px;
    float: right;
}

.error {
    padding: 1px;
    background-color: transparent;
}

.footer {
    border-top: none;
}

a.policy {
    color: #666666;
    font-size: 12px;
}

.link {
    font-size: 16px;
}

html.w-mod-js *[data-ix="tile-1"] {
    opacity: 0;
    -webkit-transform: scale(0.96, 0.96);
    -ms-transform: scale(0.96, 0.96);
    transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-2"] {
    opacity: 0;
    -webkit-transform: scale(0.96, 0.96);
    -ms-transform: scale(0.96, 0.96);
    transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-3"] {
    opacity: 0;
    -webkit-transform: scale(0.96, 0.96);
    -ms-transform: scale(0.96, 0.96);
    transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-4"] {
    opacity: 0;
    -webkit-transform: scale(0.96, 0.96);
    -ms-transform: scale(0.96, 0.96);
    transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="hero-text"] {
    opacity: 0;
    -webkit-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    transform: translate(0px, -20px);
}

@media (max-width: 991px) {
    h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .hero-section {
        padding-top: 88px;
    }

    .hero-section.home-page-hero {
        padding-top: 10px;
        padding-right: 114px;
        padding-left: 114px;
    }

    .nav {

    }

    .nav-link.contact {
        margin-bottom: 11px;
        background-color: hsla(0, 0%, 100%, 0);
    }

    .nav-link.footer-link {
        margin-top: 9px;
    }

    .section.top-section {
        padding-bottom: 0px;
    }

    .hero-container {
        margin-top: 0px;
        padding-top: 40px;
        padding-bottom: 6px;
    }

    .tile-text {
        left: 22px;
        bottom: 22px;
        font-size: 30px;
        line-height: 33px;
    }

    .contact-overlay {
        display: none;
        opacity: 0;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .form-wrapper {
        width: 70%;
    }

    .button {
        padding-left: 40px;
        line-height: 15px;
    }

    .button-2 {
        padding-left: 40px;
        line-height: 36px;
    }

    .logo {
        width: 70%;

        margin-left: 10%;
    }

    .img_button {
        margin-top: 40px;
        margin-right: 5%;
        -webkit-animation: pulse 3s infinite;
        animation: pulse 3s infinite;
    }

    .bounce {
        display: block;
        width: 45px;
        height: auto;
        margin: 40px 0px 0px 5%;
        float: left;

    }

    .footer_logo {
        margin-top: 3%;
        margin-left: 10%;
    }

    .search {
        width: 60%;
        margin-right: 11%;
    }


    @media (max-width: 767px) {
        h1 {
            font-size: 30px;
            line-height: 41px;
        }

        .hero-section {
            padding-bottom: 25px;
        }

        .hero-section.blog-post-hero {
            padding-bottom: 70px;
        }

        .hero-section.home-page-hero {
            padding-right: 46px;
            padding-bottom: 5px;
            padding-left: 46px;
        }

        .nav {

        }

        .logo-text {
            margin-bottom: 19px;
        }

        .nav-link.footer-link {
            float: none;
        }

        .nav-link.footer-link.contact {
            float: none;
        }

        .section {
            padding-right: 20px;
            padding-left: 20px;
        }

        .section.top-section.home-page {
            padding-right: 5px;
            padding-left: 5px;
        }

        .hero-container {
            top: auto;
            margin-top: 0px;
            padding: 5px 0px;
        }

        .tile-text {
            left: 17px;
            bottom: 14px;
            font-size: 23px;
            line-height: 29px;
        }

        .logo-footer {
            display: block;
            margin-right: auto;
            margin-left: auto;
            float: none;
            text-align: center;
        }

        .footer-link-col {
            text-align: center;
        }

        .form-wrapper {
            width: 80%;
        }

        .button {
            padding-left: 30px;
            font-size: 15px;
            line-height: 22px;
            padding-right: 30px;
            text-transform: none;
        }

        .button-2 {
            padding-left: 30px;
            font-size: 34px;
            line-height: 36px;
            padding-right: 30px;
            text-transform: none;
        }


        .logo {
            width: 334px;
            height: auto;
            margin-left: 20%;
        }

        .header {
            padding-left: 2%;
        }

        .img_button {
            margin-top: 40px;
            margin-right: 5%;
            -webkit-animation: pulse 3s infinite;
            animation: pulse 3s infinite;
        }

        .bounce {
            display: block;
            width: 45px;
            height: auto;
            margin: 40px 0px 0px 5%;
            float: left;


        }

        .footer_logo {
            margin-left: 33%;
        }

        .search {
            width: 50%;
            margin-right: 24%;
            margin-left: 0px;
        }
    }

    @media (max-width: 479px) {


        h1 {
            font-size: 24px;
            line-height: 32px;
            text-shadow: 1px 1px 6px rgba(0, 0, 0, .38);
        }

        .hero-section.blog-hero {
            padding-top: 80px;
            padding-bottom: 40px;
        }

        .hero-section.portfolio-hero {
            padding: 80px 20px 40px;
        }

        .hero-section.blog-post-hero {
            padding-bottom: 60px;
        }

        .hero-section.home-page-hero {
            padding-right: 10px;
            padding-left: 10px;
        }

        .logo-text {
            font-size: 26px;
        }

        .nav-link.footer-link {
            display: block;
            font-size: 13px;
        }

        .nav-link.footer-link.contact {
            padding: 9px;
            font-size: 13px;
        }

        .section {
            padding-top: 40px;
            padding-bottom: 40px;
        }

        .hero-container {
            margin-top: 0px;
            padding-top: 5px;
        }

        ._60block {
            width: 100%;
        }

        .tile-text {
            left: 30px;
            bottom: 30px;
            font-size: 35px;
            line-height: 35px;
        }

        .form-wrapper {
            width: 90%;
        }

        .cta-heading {
            font-size: 28px;
        }

        .button {
            padding-left: 30px;
            padding-right: 20px;
            font-size: 34px;
            line-height: 34px;
        }

        .button-2 {
            padding-left: 30px;
            padding-right: 20px;
            font-size: 34px;
            line-height: 36px;
        }

        .home-page-heading {
            font-size: 45px;
            line-height: 50px;
        }

        .logo {
            width: 334px;
            height: auto;
            margin-left: 7%;
        }

        .header {
            padding-left: 4%;
            font-size:9px;
        }

        .bounce {
            display: block;
            width: 30px;
            height: auto;
            margin: 50px 0px 0px 5%;
            float: left;

        }

        .img_button {
            padding-top: 2px;
            margin-right: 5%;
            width: 30px;
            background-image: none;
            -webkit-animation: pulse 3s infinite;
            animation: pulse 3s infinite;
        }

        .img_button:hover {
            background-image: none;
        }

        .footer_logo {
            margin-left: 17%;
        }

        .search {
            width: 50%;
            margin-left: 78px;
            padding-left: 12px;
        }
