.site-header {

}

.hero {
    height: 66em;
}

#pageTitle {
    position: absolute;
    text-align: center;
    z-index: 99;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(110, 205, 178, 0.76);
}

#pageTitle h1 {
    color: #fff;
    padding: 25px 0;
    font-size: 4em;
    line-height: 1;
    font-weight: 700;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#content {
    background: #fff;
}

#content > .container {
    min-height: 400px;
    padding-top: 8em;
    padding-bottom: 6em;
}

/*
.subpage_module_container + .container #layout-row1 .cb-content:first-child {
	height: 60px;
}
*/

#content .cb-header {
    font-size: 32px;
}

#content .cb-body {
    line-height: 1.8;
}

#content .cb-body p{
    margin: 20px 0;
}

#content iframe {
    max-width: 100%;
}

#content .cb-body table,
#content .cb-body table tbody,
#content .cb-body table tr,
#content .cb-body table td {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

#content .cb-body p a:not(.button):not(.contains-image),
#content .cb-body h2 a,
#content .cb-body h3 a {
    transition: .2s ease-out;
}

#content .cb-body .p_form,
#content .cb-body .p_form .fld_left,
#content .cb-body .p_form .fld_right,
#content .cb-body .p_form .fld input,
#content .cb-body .p_form .fld textarea,
#content .cb-body .p_form .fld select {
    font-family: inherit;
    font-size: inherit;
}

#content .cb-body .p_form .fld_single label {
    line-height: 1em;
}

@media (max-width: 768px) {

    #pageTitle {
    }

    #content .cb-header{
        font-size: 30px;
    }

    #pageTitle h1 {
        padding: 18px 22px;
    }

    .hero {
        height: 30em;
        min-height: 44vh;
        background-size: cover;
        background-position-y: unset;
    }

    #pageTitle h1 {
        font-size: 4em;
    }
    
    #content .cb-body table.responsive,#content .cb-body table.responsive tbody,#content .cb-body table.responsive td,#content .cb-body table.responsive tr{
		display:block;
		width:100% !important;
		max-width:100% !important;
		height:auto !important;
	}
}

@media (max-width: 640px) {

    .site-header {

    }



    #pageTitle {

    }

    #pageTitle h1 {
        font-size: 22px;
    }

    #content > .container {
        padding-top: 8em;
        padding-bottom: 2em;
    }

    #content .cb-column {
        width: 100%;
    }

    #mainContainer .cb-content,
    #content .cb-content2,
    #content .cb-content3 {
        margin: 0;
    }

}

@media (max-width: 480px) {

}

