
body, input {
    font-family: "Open Sans", sans-serif;
    margin: 0;
    overflow: hidden;
}
#top_bar
{
    position: fixed;
    top: 0;
    left:0;
    right:0;
    z-index: 10;
    height: 100px;
    background-color: #fff;
    padding-bottom: 15px;
}
#top_bar>div
{
    font-size: 16px;
    padding: 0px 10px;
}
#top_bar a {
    color: #444;
    text-decoration: none;
    position: relative;
    top: 12px;
    display: inline-block;
}
#top_bar img {
    height: 90px;
    margin-top: 15px;
    cursor: pointer;
}
#content {
    position: relative;
    margin: 0 auto;
    margin-top: 0px;
    width: 100%;
    height: calc(100vh - 173px);
    overflow: auto;
}
#title_banner {
    color: #663399;
    background: #fff;
    text-align: center;
    font-size: 28px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
input.demo_button {
    background: #663399;
    color: #fff;
    border-radius: 4px;
    border: 0;
    padding: 5px 20px;
    cursor: pointer;
    height: 38px;
    box-sizing: border-box;
    margin-right: 15px;
    font-size: 14px;
}
.demo_table {
    opacity: 0;
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #444;
    border-radius: 4px;
    margin-bottom: 15px;
    box-shadow: 0px 3px 3px 0px #33333375;
    transition: 1s top;
}
.demo_table.transition {
    transition: top 1s;
}
.demo_table.hide {
    display: none;
}
.demo_table th {
    text-align: left;
    font-size: 20px;
}
.demo_table td {
    padding: 5px 0px;
    vertical-align: bottom;
}
#schedule_button_holder {
    float: right;
}
#schedule_appointment_button, #feedback_button_holder {
    position: absolute;
    margin-left: -260px;
    text-align: center;
}
#feedback_button {
    position: relative;
    top: -50px;
    z-index: 10;
}
.schedule_button img, .feedback_button_link img{
    height: 40px !important;
}
#schedule_block, #feedback_block {
    position: fixed;
    top: 115px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #fff;
    z-index: 10;
}
.schedule_cont, .feedback_cont {
    width: 900px;
    margin: 0 auto;
    border: 1px solid #333;
    border-radius: 4px;
    box-shadow: 0px 3px 3px 0px #33333375;
    padding: 25px;
    box-sizing: border-box;
    
}
.centered {
    text-align: center;
}
.emphasize {
    font-weight: bold;
    font-size: 20px;
    color: #663399;
}
.schedule_card {
    display: inline-block;
    width: 33%;
    min-width: 200px;
    text-align: center;
    padding: 20px 0px;
    box-sizing: border-box;
    vertical-align: top;
}
.contact_info_box {
    text-align: left;
    width: 150px;
    margin: 0 auto;
}
.contact_info_box>div {
    white-space: nowrap;
}
span.contact_label {
    width: 25px;
    display: inline-block;
    text-align: right;
    padding-right: 5px;
    box-sizing: border-box;
    color: #663399;
    font-weight: bold;
}
 .schedule_buttons input, .feedback_button {
    border-radius: 4px;
    padding: 5px 10px;
    box-sizing: border-box;
    width: 260px;
    color: #fff;
    border: 0;
    height: 30px;
    font-weight: bold;
    margin: 0px 10px;
    cursor: pointer;
    background: #663399;
}
.exit_row {
    text-align: right;
    font-weight: bold;
    float: right;
    margin-top: -10px;
    cursor: pointer;
    color: #444;
}
.exit_row:hover {
    color: #aaa;
}
.bold {
    font-weight: bold;
}
.demo_icon {
    vertical-align: top !important;
    width: 172px;
    box-sizing: border-box;
    text-align: center !important;
}
.demo_icon img{
    width: 130px;
    padding: 20px;
}
textarea#feedback {
    resize: none;
    width: 100%;
    outline: none;
    min-height: 100px;
}
.tooltip {
    position: relative;
    background: #333;
    border: 4px solid #333;
    z-index: 15;
}
.tooltip:after, .arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tooltip:after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #333;
    border-width: 10px;
    margin-left: -10px;
}
.tooltip:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #333;
    border-width: 16px;
    margin-left: -16px;
}
.tooltip {
    background: #333;
    color: #eee;
    font-size: 12px;
    margin-top: 18px;
    opacity: 0;
    padding: 2px 5px;
    transition: .25s opacity linear;
    display: inline-block;
    pointer-events: none;
}
.tooltip.top:after, .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tooltip.top:after {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #333;
    border-width: 10px;
    margin-left: -10px;
}
.tooltip.top:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #333;
    border-width: 16px;
    margin-left: -16px;
}
.tooltip.top {
    margin-top: -80px;
    margin-left: -205px;
}
.schedule_button, .feedback_button_link {
    display: block !important;
    cursor: pointer;
    white-space: nowrap;
    color: #663399;
    font-weight: bold;
}
.schedule_button span, .feedback_button_link span {
    position: relative;
    display: inline-block;
    top: -14px;
    left: 5px;
}
a.demo_icon_button {
    cursor: pointer;
} 
a.demo_icon_button + .tooltip {
    margin-top: -18px;
}
a.schedule_button:hover + .tooltip, a.demo_icon_button:hover + .tooltip  {
    opacity: 1;
}
#search_term_holder {
    float: left;
}
#search_term {
    background: url("/assets/ORV_Demos_ICON_Magnifying Glass Search-1.svg");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 5px;
    position: absolute;
    width: 250px;
    margin-top: 5px;
    height: 28px;
    border: 1px solid #000;
    border-radius: 4px;
    outline: 0;
    padding: 0px 5px;
    padding-left: 35px;
    font-size: 14px;
}
.demo_tag {
    padding: 3px 5px;
    background: #ccc;
    color: #444;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
}
#x_image {
    width: 14px;
    position: absolute;
    margin-left: -10px;
}
.description_holder {
    height: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 110px;
}
.ellipsis_holder .overflow {
    background: #fff;
    position: absolute;
    white-space: nowrap;
    padding-left: 5px;
    display: none;
}
.ellipsis_holder .overflow.show {
    display: block;
}
.ellipsis_holder {
    display: inline-block;
    position: relative;
    left: -60px;
    top: -24px;
}
.right {
    text-align: right;
}
.more_button {
    pointer-events: none;
    opacity: 0;
}
.more_ellipsis {
    cursor: pointer;
}
#demo_holder {
    position: relative;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 28px;
}
div#top_sub_bar {
    margin: 0 auto;
    margin-top: 120px;
    width: 100%;
    max-width: 1200px;
}
.other_icons {
    
    vertical-align: bottom;
    margin-right: 15px;
    display: inline-block;
}
.vid_icon, .roi_icon {
    height: 38px;
    cursor: pointer;
    vertical-align: bottom;
}
.icon_cont {
    display: inline-block;
    vertical-align: top;
}
.popup_cont {
    position: absolute;
}
.roi_popup {
    position: absolute;
    margin-left: -206px;
    margin-bottom: 5px;
    bottom: 100%;
    background: #fff;
    width: 450px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #444;
    border-radius: 4px;
    box-shadow: 0px 3px 3px 0px #33333375;
    padding: 10px;
    box-sizing: border-box;
}
.roi_popup:after, .roi_popup:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.roi_popup:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 7px;
    margin-left: -7px;
}
.roi_popup:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000;
    border-width: 8px;
    margin-left: -8px;
}
.roi_line_below {
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
}
.roi_bullets {
    text-align: left;
    padding-left: 20px;
    margin: 5px 0;
}
.roi_icon:hover + .roi_tooltip {
    opacity: 1;
}
.roi_tooltip {
    display: inline-block;
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    right: auto;
    text-align: center;
    margin-top: 0px;
    background: #333;
    color: #eee;
    font-size: 12px;
    padding: 2px 5px;
    transition: .25s opacity linear;
    pointer-events: none;
    border: 4px solid #333;
    z-index: 15;
    opacity: 0;
}
.roi_tooltip:after {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #333 !important;
    border-width: 10px !important;
    margin-left: -10px;
    top: 100% !important;
    left: 50% !important;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
