#oc-user-form .gf_progressbar {
    border: none;
    box-shadow: none;
    background: none;
    border-radius: 0;
    padding: 0;
    width: 100%;
}

#oc-user-form h3.gf_progressbar_title  {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px 0 !important;
}

#oc-user-form .gf_progressbar .gf_progressbar_percentage, #oc-user-form .gform_wrapper .gf_progressbar:after {
    border-radius: 4px;
    box-shadow: none;
}

#oc-user-form .gf_progressbar .gf_progressbar_percentage {
    background: #46c3b2;
    border-radius: 4px;
}

#oc-user-form .gform_wrapper .gf_progressbar_percentage span {
    text-shadow: none;
    font-weight: bold;
    font-size: 14px;
}

#oc-user-form .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
    padding-bottom: 30px;
}

#oc-user-form input[type=text] {
    width: 100%;
    border: 1px solid rgb(0 0 0 / 0.1);
    border-radius: 0;
}

#oc-user-form ul.gfield_radio, #oc-user-form ul.gfield_checkbox {
    display: flex;
    align-items: center;
}

#oc-user-form ul.gfield_radio > li, #oc-user-form ul.gfield_radio, #oc-user-form ul.gfield_checkbox > li {
    flex: 1;
}

#oc-user-form ul.gfield_radio > li {
    max-width: 130px;
}

#oc-user-form ul.gfield_radio > li input, #oc-user-form ul.gfield_checkbox > li input {
    margin-top: 0;
}

#oc-user-form input[type=text]:focus {
    border-bottom: 2px solid #005851;
}

#oc-user-form div#godaddy_domain {
    display: flex;
}

#oc-user-form .domain_results {
    width: 100%;
    text-align: center;
    background: rgb(0 0 0 / 10%);
    border: 1px dotted rgb(0 0 0 / 10%);
}

#oc-user-form .gform_page_fields > ul > li {
    border-bottom: 1px solid rgb(0 88 81 / 20%);
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

#oc-user-form .domain_results.not-available {
    color: #222;
}

#oc-user-form .domain_results.available {
    color: #fff;
    background: #005851;
}

#oc-user-form span#godaddy_domain_submit {
    display: flex;
    align-items: flex-start;
    min-width: 100px;
    justify-content: center;
}

#oc-user-form #godaddy_domain #godaddy_domain_submit i {
    top: 2px;
}

#oc-user-form span#godaddy_domain_submit:hover {
    background: #46c3b2;
    color: #fff;
}

#oc-user-form .gform_page_footer {
    border-top: 0 !important;
}

#oc-user-form .selected-domain {
    box-shadow: 1px 1px #fff, -1px -1px #fff, -1px 1px #fff, 1px -1px #fff, 4px 4px #46c3b2, -4px -4px #46c3b2, -4px 4px #46c3b2, 4px -4px #46c3b2;
}

#oc-user-form input[type=text], #oc-user-form .domain_results.available {
    border-radius: 4px;
}

#oc-user-form .gfield_description p {
    font-size: 14px;
    margin-bottom: 5px;
}

#oc-user-form li.interview-questions ul.gfield_checkbox > li {
    min-width: 33%;
    margin-bottom: 25px;
}

#oc-user-form li.interview-questions ul.gfield_checkbox {
    flex-wrap: wrap;
}

#oc-user-form input.gform_next_button.btn-disabled {
    background: rgb(0 0 0 / 20%);
    color: rgb(0 0 0 / 20%);
}

#oc-user-form div.gfield_signature_container canvas {
    width: 100% !important;
}

#oc-user-form .gfield_signature_container {
    max-height: 120px;
}

#oc-user-form .ginput_preview img.gform_delete {
    filter: grayscale(100%);
    opacity: 0.5;
}

#oc-user-form .ginput_preview img.gform_delete:hover {
    opacity: 1;
}

#oc-user-form .ginput_container_fileupload .validation_message ul {
    margin: 0;
}

#oc-user-form .ginput_container_fileupload .validation_message ul li {
    color: #46c3b2;
}

.oc-videos {
    display: grid;
    grid: auto-flow dense / 1fr 1fr 1fr;
    grid-gap: 30px;
    padding: 30px;
    background: rgb(0 0 0 / 0.05);
    border: 1px solid rgb(0 0 0 / 0.1);
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 600px;
}

.oc-videos h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.oc-videos p {
    font-size: 12px;
}

.oc-videos .oc-video {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgb(0 0 0 / 10%);
    box-shadow: 0 5px 10px -5px rgb(0 0 0 / 0.1);
    padding: 30px;
    border-radius: 6px;
}

.oc-videos .oc-video > p, .oc-videos .oc-video > .oc-video-embed {
    flex: 1;
}

.oc-videos .oc-video > p {
    display: flex;
    align-items: flex-start;
}

span.select-oc-video {
    background: #fff;
    color: #005851;
    display: block;
    text-align: center;
    padding: 5px;
    margin: 10px 0 0 0;
    border: 1px solid #005851;
    cursor: pointer;
    border-radius: 4px;
}

span.select-oc-video i {
    display: none;
}

span.select-oc-video:hover {
    background: #005851;
    color: #fff;
}

.oc-video.active {
    box-shadow: 2px 2px #005851, -2px -2px #005851, 2px -2px #005851, -2px 2px #005851;
}

.oc-video.active .select-oc-video {
    background: #005851;
    color: #fff;
}

.oc-video.active .select-oc-video i {
    display: inline-block;
    margin-left: 5px;
}

.oc-templates {
    display: flex;
    margin: 30px 0 0;
}

.oc-templates > div {
    flex: 1;
    text-align: center;
}

h3.oc-template-name {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #005851;
    margin-bottom: 0;
}

span.select-oc-template {
    background: #fff;
    color: #005851;
    display: inline-block;
    text-align: center;
    padding: 5px 30px;
    margin: 10px 0 0 0;
    border: 1px solid #005851;
    cursor: pointer;
    font-size: 12px;
    border-radius: 4px;
}

span.select-oc-template i {
    display: none;
}

.oc-template-image {
    margin: 30px 0 0;
    border: 1px solid rgb(0 0 0 / 20%);
    height: 375px;
    overflow: hidden;
    position: relative;
}

.oc-template-image img {
    left: 0;
    bottom: -100%;
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 0;
    margin:0;
    padding:0;
	-webkit-transition: top 5s;
	-moz-transition: top 5s;
	-ms-transition: top 5s;
	-o-transition: top 5s;
	transition: bottom 5s;
}

.oc-template-image:hover img {
    bottom: 0;
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -ms-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
}

.oc-templates > div:first-child {
    margin-right: 30px;
}

.oc-template.selected .select-oc-template {
    background: #005851;
    color: #fff;
}

.oc-template.selected .oc-template-image {
    border-color: #46c3b2;
    box-shadow: 2px 2px #46c3b2, -2px -2px #46c3b2, 2px -2px #46c3b2, -2px 2px #46c3b2;
}

.gform_button.btn-disabled, .gform_button.btn-disabled:hover {
    background: rgb(0 0 0 / 10%);
    color: rgb(0 0 0 / 20%);
}

input.gform_next_button.button, input.gform_previous_button.button {
    border-radius: 6px !important;
}

@media screen and (max-width: 1000px) {

    .oc-videos {
        grid: auto-flow dense / 1fr 1fr;
    }

}

@media screen and (max-width: 767px) {

    .oc-videos {
        grid: auto-flow dense / 1fr;
    }

}
