.floating-box {
    display: inline-block;
    width: 100%;
    max-width: 500px;
    border-top:7px solid #F66733;
    background: url(../images/background.jpg);
    background-size: cover;
    margin: 10px;
    overflow: hidden;
}


    

.box-content {
    padding: 4%;
    vertical-align:middle;
}

.accordion{

	margin: 10px auto;
    border: none;
}
.accordion label{
	padding: 10px;
	position: relative;
	display: block;
	height: auto;
	cursor: pointer;
	background: #EFEFEF;
    border: 1px solid #CCC;
    font-weight: bold;
    font-size: medium;
}
.accordion label:hover{
	background: #c7c7c7;
    color: #3A4958;
}
.accordion input + label {
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.accordion input:checked + label,
.accordion input:checked + label:hover{
	color: #3A4958;
}
.accordion input{
	display: none;
}
.accordion .article{
	background: rgb(255, 255, 255);
	overflow: hidden;
	height: 0px;
}
.accordion .article p{

}
.accordion input:checked ~ .article{

}
.accordion input:checked ~ .article.ac-small{
	height: auto;
    padding: 10px;
}
.accordion input:checked ~ .article.ac-medium{
	height: auto;
    padding: 10px;
}
.accordion input:checked ~ .article.ac-large{
	height: auto;
    padding: 10px;
}
.accordion-plus-button {
    display: block;
    width: 30px;
    position: absolute;
    top: calc(50% - 6px );
    right: 0;
    pointer-events: none;
    transition: transform .3s ease;
    transform: rotate(90deg);
    text-align: center;
    font-size: 12px;
    line-height: 1;
}

.blockquote-orange {
    border-left: 2px solid #f66733;
    padding-left: 10px;
    margin-left: 30px;
    font-size: 1.4em;
}

.blueRidgeBlock {
    background-color: #3A4958;
    width: 98%;
    display: block;
    padding: .75em 1%;
    font-size: 1em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.orange-panel {
    border-style: solid;
    border-width: 0;
    border-color: #f55014;
    margin-bottom: 1.875rem;
    padding: 0.9375rem;
    background: #F66733;
    color: #FFFFFF;
}
.small-body-button {
    text-align: center;
    width: 120px;
    color: #fff !important;
    text-decoration: none !important;
    background-color: rgb(246, 103, 51);
    padding: 15px 25px;
    margin: 10px 20px 20px 0;
    float: left;
    display: inline;
    -webkit-box-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 0px 0px inset;
    border-style: solid;
    border-width: 1px;
    border-color: #ec460a;
    font-weight: bold;
}
.c-forms-heading {
    height: 45px !important;
}

.c-forms-form-title {
    padding: 3px 0 10px 0 !important;
}

.cognito .c-forms-form .c-forms-form-title h2 {
    font-family: "Trade Gothic", Verdana, sans-serif !important;
}

.cognito .c-forms-form .c-label {
    font-family: "Trade Gothic", Verdana, sans-serif !important;
}



:hov


.cls

element.style {
}
<style>…</style>
.cognito .c-forms-form .c-label {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    color: #000000;
}
.cognito .c-forms-form .c-label {
    font-family: "Trade Gothic", Verdana, sans-serif !important;
}
.cognito .c-label {
    display: inline-block;
    padding: 0 8px 2px 8px;
    margin: 0;
    font-weight: 400;
    font-size: 100%;
    line-height: 100%;
}
.cognito legend {
    float: left;
    border: 0;
}
.cognito * {
    box-sizing: border-box;
}
fieldset legend {
    background: none !important;
    font-weight: normal !important;
}

#page button, .button {
    margin:.5em !important;
}

    #right-column h2 {
        margin-top:0 !important;
    }

@media only screen and (max-width: 767px) {
    #right-column {
        padding:0 !important;
        margin-top: 30px !important;
        }
    
}

/* Large orange button */
.link-btn {
    color: #fff !important;
    background: #f66733;
    text-decoration: none;
    padding: 10px 20px;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
}
.link-btn:hover { background: #522d80; color: #fff;}

/* orange heading tabbed content */
* {
  box-sizing: border-box;
}

.wrapper-tab {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
}
.tabs {
  position: relative;
  background: #f66733;
  background-clip:content-box;
  height: 14.75rem;
  overflow-x: hidden;
    margin: 32px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
}
.tabs::before,
.tabs::after {
  content: "";
  display: table;
}
.tabs::after {
  clear: both;
}
.tab {
  float: left;
}
.tab-switch {
  display: none;
}
.tab-label {
  position: relative;
  display: block;
  line-height: 2.75em;
  height: 3em;
  padding: 0 1.618em;
  background: #f66733;
  border-right: 0.125rem solid #eee;
  color: #fff;
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
}
.tab-label:hover {
  top: -0.25rem;
  transition: top 0.25s;
}
.tab-content {
  height: auto;
  position: absolute;
  z-index: 1;
  top: 2.4em;
  left: 0;
  padding: 1.618rem;
  background: #f9f9f9;
  color: #2c3e50;
  opacity: 0;
  transition: all 0.35s;
}

.tab-switch:checked + .tab-label {
  background: #f9f9f9;
  color: #2c3e50;
  border-bottom: 0;
  border-right: 0.125rem solid #fff;
  transition: all 0.35s;
  z-index: 1;
  top: -0.0625rem;
}
.tab-switch:checked + label + .tab-content {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
}


/***CARDS***/
 [class*="block-grid-"] > li {
	 padding: 0 0.9375rem 1rem;
}
 .basic-card {
	 margin-bottom: 1rem;
	 border: 1px solid #e6e6e6;
	 border-radius: 0;
	 background: #fefefe;
	 box-shadow: none;
	 overflow: hidden;
	 color: #0a0a0a;
}
 .basic-card > :last-child {
	 margin-bottom: 0;
}
 .basic-card-image {
}
 .basic-card-image img {
	 width: 100%;
}
 .basic-card-content {
	 background-color: #f1f1f1;
	 padding: 12px 15px 0 15px !important;
	 border: 0;
	 overflow: scroll;
	 min-height: 260px;
}
 .basic-card-content p {
	 font-size: .9rem;
}
 .primary {
	padding: 10px !important;
}
 .primary a {
	color: #ffffff !important;
}
/***END CARDS***/


/*timelines*/
.timeline:before {
    content: " ";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #f66733;
    margin-left: 7px;
    margin-top: -10px
}

.timeline {
    position: relative;
    max-width: 900px;
    margin: 26px auto 16px;
    padding: 0
}

.timeline li:before {
    content: " ";
    position: absolute;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #f66733;
    bottom: 10px
}

.timeline li {
    list-style: none;
    position: relative
}

.timeline li div.timeline-content {
    position: relative;
    border: 1px solid #f66733;
    margin-bottom: 16px;
    margin-left: 32px;
    padding: 8px;
}

.timeline li div.timeline-content:before {
    content: " ";
    position: absolute;
    bottom: 9px;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #f66733;
    left: -15px
}

.timeline.reverse {
    margin-top: 16px;
    margin-bottom: 26px
}

.timeline.reverse:before {
    margin-top: 10px
}

.timeline.reverse li:before {
    top: 10px;
    bottom: auto
}

.timeline.reverse li div.timeline-content:before {
    top: 11px;
    bottom: auto
}
timeline.expanded:before {left: 50%; margin-left: -1px}
.timeline.expanded li:before {left: 50%; margin-left: -8px;}
.timeline.expanded li div.timeline-content {width: 45%; margin-left: 0; margin-bottom: 0}
.timeline.expanded li:nth-child(odd) div.timeline-content:before {left: 100%; border-right: none; border-left: 8px solid #f66733}
.timeline.expanded li:nth-child(even) div.timeline-content {left: 55%;}
@media only screen and (min-width: 768px){
.timeline.expanded:before {
    left: 50%;
    margin-left: -1px;}

}
@media only screen and (max-width: 768px){
       
.accordion label{
	 font-size: 12px !important;
}

h1 {margin-top: 10px !important; line-height: 1.2 !important;}
#contact {padding-left: 0 !important;}
}