@media (max-width: 767px) {
	body.orbit #main-content li {
	    font-size: 15px;
	}
}
.ctct-form-footer {
	display:none;
}
.ctct-form-embed .ctct-form-button {
    margin-top: 2rem !important;
    color: #fff !important;
    text-decoration: none;
    padding: 14px 22px !important;
    font-size: 20px !important;
    font-weight: 500;
    position: relative;
    top: 0;
    -webkit-transition: all .3s ease !important;
    transition: all .3s ease !important;
    background: #DF7A1C !important;
    border: 1px solid rgba(255,255,255,0.40) !important;
    box-shadow: 0 0 0 6px #df7a1c !important;
    border-radius: 0 !important;
    font-family: "FrutigerLTPro-BoldCn", 'trebuchet ms', arial, sans-serif;
}
.ctct-form-embed .ctct-form-button:hover {
    background: #73AFB6 !important;
    border: 1px solid rgba(255,255,255,0.40) !important;
    box-shadow: 0 0 0 6px #73afb6 !important;
    cursor: pointer;
}
.ctct-inline-form {
    max-width: 800px;
    margin: 0 auto;
}
body.orbit .hide-video-frame iframe {
    display: block !important;
}