.accordion-content {
    margin: 60px 45px !important;
}

.accordion-content h2.obj-title {
    font-size: 36px !important;
    text-transform: uppercase;
    color: #008fd5;
}

.accordion-content h4 {
    font-size: 24px !important;
    margin-top: 30px !important;
    display: block;
    margin-bottom: 0px !important;
    font-weight: bold !important;
}
.accordion-content h4::after {
    border-radius: 4px;
    content: '';
    display: block;
    height: 6px;
    margin-top: 10px;
    width: 30px;
    background: #6d9d31;
    margin-bottom: 24px;
}
.fusion-dropdown-submenu {
    background: white;
}
.fusion-main-menu .sub-menu {
    background-color: #f2efef;
    width: 240px;
    border-top: 0px !important;
    font-family: "PT Sans";
    font-weight: 400;
    background: transparent !important;
    padding-top: 43px;
}
.sub-menu a.fusion-bar-highlight::before {
    display: none !important;
}
.sub-menu .fusion-dropdown-submenu {
    margin: 0px !important;
}
#menu-item-213 a.fusion-bar-highlight:last-child:hover {
    color: #6d9d31 !important;
}


p.form-left {
    width: 49.25%;
    float: left;
}
p.form-right {
    width: 49.25%;
    float: left;
    margin-left: 1.5%;
}
p.form-third {
    width: 32.33%;
    float: left;
}
p.third-middle {
    margin-left: 1.5%;
    margin-right: 1.5%;
}
.wpcf7-form-control-wrap {
    position: static;
}

@media screen and (max-width: 960px) {
	p.form-third {
    width: 100%;
    float: none;
}
	p.third-middle {
    margin-left: 0px;
    margin-right: 0px;
}
	p.form-left {
    width: 100%;
    float: none;
}
	p.form-right {
    width: 100%;
    float: none;
    margin-left: 0px;
}
}

span.quote-text {
    font-family: "JI Lustra";
    font-size: 30px;
    display: block;
    margin-top: 24px;
    text-align: left;
    border-left: 5px solid #f26522;
    padding: 15px 30px;
    line-height: 1.3em;
    color: #999;
}

.invisalign-block a.obj-link {
    background: #008fd5 !important;
    color: white !important;
		transition: all linear 0.15s;
}
.invisalign-block a.obj-link:hover {
    background: #005488 !important;
    color: white !important;
}


.forms-row {
    padding: 60px;
    background: url(https://www.smilebig.ca/wp-content/uploads/2019/03/forms-row-bg.jpg);
    background-size: contain;
    background-attachment: fixed;
    border-radius: 30px;
    color: white !important;
    box-shadow: inset 2px 7px 6px rgba(0, 0, 0, 0.15);
}
.forms-row h2.obj-title {
    color: white;
    font-size: 48px !important;
}
.forms-row p {
    max-width: 580px;
}
body.secondary #wrapper #main .obj-content.forms-row .obj-header .obj-title::after {
    border-radius: 4px;
    content: '';
    display: block;
    height: 6px;
    margin-top: 10px;
    width: 30px;
    background: #f26522;
}
.obj-content.forms-row .obj-button .obj-link {
    background: #fff;
    border-radius: 40px;
    color: #f26522;
    display: block;
    font-family: "Yantramanav";
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 15px 30px;
    text-transform: uppercase;
    width: auto;
    display: flex;
    clear: both;
}
.obj-content.forms-row .obj-button .obj-link:hover {
    color: white !important;
		background: #f26522 !important;
}

.video-blocks .vc_column-inner {
    padding: 0px !important;
}
.video-blocks {
    margin: 0px !important;
}

body #wrapper #main .row-slider .vc_inner {
    min-height: 600px;
    padding-top: 240px;
    padding-bottom: 240px;
    }

.forms-row .obj-header small {
    font-size: 24px;
    display: block;
    color: #eeeeee;
}

#popmake-1250 {
	background-color: black;
	border-radius: 5px;
}

.pdf-button{
	background-color: black;
	border: 2px solid white;
	color: white;
	padding: 10px;
	border-radius: 15px;
	margin-bottom: 10px;
}
.pdf-button:hover{
	border: 2px solid #f26522;
}

@media only screen and (max-width: 1000px){
	#covid-form-btn{
		font-size: 15px
	}
}
@media only screen and (max-width: 700px){
	#covid-form-btn{
		font-size: 10px
	}
	.pdf-previews{
		display:none;
	}
}