html {
    min-height: 100%;
    width: 100%;
    margin: 0;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f5f5f5;
    -webkit-text-size-adjust: 100%; /*stops zoom-in when flipping mobile from portrait to landscape*/
}

body {
    margin: 0;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f5f5f5;
    display: inline-block;
}

.accessibility-img {
    position: fixed;
    bottom: 50%;
    right: 0;
    background-color: #eeeef4;
    z-index: 1000000;
}

#header {
    width: 100%;
    height: 85px;
    float: left;
    clear: left;
    background-color: #1375e6;
    position: relative;
    z-index: 10;
    display: none;
}

img#logo {
    margin-top: 20px;
    float: left;
}

img#logo_fade {
    right: 0;
    float: right;
    opacity: 0.1;
    margin-top: -68px;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
    border: 1px solid #ccc;
    display: -webkit-flex;
}

    .wrapper.bg {
        background-color: #f5f5f5;
        -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        -box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    }

#main {
    width: 70%;
    background-color: #fff;
    float: left;
    clear: left;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-left: -2px;
    z-index: 100;
    position: relative;
    left: 0;
    top: 0;
}

#basicInfo {
    float: left;
    clear: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.basicInfo {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

#busDetails {
    width: 275px;
    padding: 20px 0;
    float: left;
    position: relative;
}

    #busDetails #busName {
        font-size: 120%;
    }

    #busDetails #busAddr {
        margin-top: 15px;
    }

    #busDetails #busCityStateZip {
    }

    #busDetails #busPhone, #busDetails #busUrl, #busDetails #busMenuUrl, #busFacebookUrl,#LinkedInUrl,#TwitterUrl, #InstagramUrl #busDetails #largerMap, #busDetails {
        margin-top: 15px;
        width: 275px;
		float: left;
		position: relative;
    }
    #busDetails #busPhone
    {
        margin-left: 5px;
        text-decoration: underline;
        max-width: 80%;
    }
    #busEmail
    {
        margin-top: 15px;
		float: left;
		position: relative;
    }
    .overrule-margin
    {
        margin-top: 2px !important;
    }

    #busPhoneIcon
    {
        margin-top: 5px;
        max-height: 20px;
    }
    .phoneLabel
    {
        margin-top: 10px;
        margin-left: 5px;
    }
    #busSocialMediaBar
    {
        max-width: 100%;
        padding-top: 20px;
    }

        #busDetails .busEmailIcon {
            display: inline-block;
            margin-right: 0px;
            vertical-align: top;
            max-height: 20px;
        }

        #busDetails .busEmailAddress {
            display: inline-block;
            -ms-word-break: break-all;
            -webkit-hyphens: auto;
            -moz-hyphens: auto;
            hyphens: auto;
            text-align: left;
            width: 50%;
            margin-left: 5px;
            margin-top: 15px;
        }

        #busDetails #largerMap 
        {
        	padding-top:15px;
            display: none;
        }
        #busDetails img {
            vertical-align: middle;
            
        }

        #busDetails #busUrl #busMenuUrl busFacebookUrl busLinkedInUrl busTwitterUrl busInstagramurl {
            -ms-word-break: break-all;
            word-break: break-all;
            word-break: break-word;
            -webkit-hyphens: auto;
            -moz-hyphens: auto;
            hyphens: auto;
        }



        #busDetails #busCat {
        }

        #busDetails #busHours {
            height: 40px;
            overflow: hidden;
            position: absolute;
            bottom: 20px;
            cursor: pointer;
            padding: 0;
        }

            #busDetails #busHours.full {
                z-index: 1000;
                background-color: #fff;
                padding: 10px;
                overflow: visible;
                min-height: 130px;
                bottom: -81px;
                width: 283px;
                border: 1px solid #ccc;
                margin-left: -11px;
            }

#busHours {
    padding: 20px 0 20px 10px;
    width: 250px;
    float: right;
}

#busHours2 {
    padding-bottom: 10px;
}

    #busHours2 .day {
        width: 70px;
    }

    #busHours2 .dash {
        width: 10px;
        text-align: center;
        padding-right: 4px;
    }

    #busHours2 .today {
        padding: 2px;
        background-color: #1375e6;
        color: #fff;
        margin-left: -2px;
    }

#slideShow {
    display: none;
    width: 210px;
    margin-top: 25px;
    margin: 25px 25px 25px 0;
    height: 200px;
    overflow: hidden;
}

    #slideShow img {
        width: 100%;
    }

#images {
    float: left;
    clear: left;
    width: 150px;
    padding: 20px;
}

img.main, img.thumb {
    background-color: #7f7f7f;
    float: left;
    margin: 5px;
}

    img.thumb:nth-child(3) {
        margin-right: 0;
    }

img.main {
    width: 150px;
    clear: left;
}

img.thumb {
    width: 40px;
    height: 40px;
    margin-right: 7px;
}

    img.thumb.last {
        margin-right: 0;
    }

#additionalInfo {
    float: left;
    width: 260px;
    padding: 20px;
}

b.basicInfo {
    font-size: 100%;
}

.basicInfo.sm {
    width: auto;
}

#additionalInfo p.basicInfo, #reviewContent p.basicInfo {
    font-size: 90%;
    padding-bottom: 10px;
}

#busDetailOpts {
}

video
{
    width: 90% !important;
    height: auto !important;
	margin-bottom: 20px;
	margin-left: 5%;
}
.videoWrapper
{
    position: relative;
	padding-bottom: 51%; /* 16:9 */
	height: 0;
	margin-bottom: 30px;
	margin-left: 5%;
	margin-right: 5%;
}
.videoWrapper iframe 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none !important;
}

.fullSection, .fs {
    display: inline-block;
    width: 100%;
    border-top: 1px dotted #ccc;
    position: relative;
    padding-top: 20px;
}

    .fullSection.dt, .fs.dt {
        border-top: 2px dotted #ccc;
    }
    

    .fullSection .one, .fs .one, .fullSection .two, .fs .two {
        padding: 0 20px 20px 20px;
        float: left;
        clear: left;
    }

#writeReviewBt {
    float: left;
}

#shareBusiness {
    float: left;
    width: 290px;
}

.icon {
    margin-right: 5px;
    margin-top: 1px;
    cursor: pointer;
    float: left;
}

    .icon:first-of-type {
        margin-left: 10px;
    }
.rpl 
{
    margin-left: auto;
    margin-right:auto;
}

#newReview {
    float: left;
    clear: left;
    width: 94%;
    padding: 3%;
    position: absolute;
    top: -2px;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 1500;
    display: none;
}

    #newReview * {
        margin-right: 3%;
    }

    #newReview textarea, #newReview input {
        width: 90%;
        border: 1px solid #ccc;
        padding: 5px;
    }


    #newReview textarea {
        min-height: 100px;
    }

    #newReview span {
        margin-top: 5px;
    }

.rating-f .br-widget {
    height: 24px;
    width: 135px;
    margin-top: 5px;
}

    .rating-f .br-widget a {
        background: url('images/star.png');
        width: 19px;
        height: 19px;
        display: block;
        float: left;
    }

        .rating-f .br-widget a:hover, .rating-f .br-widget a.br-active, .rating-f .br-widget a.br-selected {
            background-position: 0 19px;
        }

#reviews {
    float: left;
    clear: left;
    width: 100%;
}

#reviewTitleBar {
    display: none;
}

#reviewContent {
    display: none;
}

.review {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 2px dotted #ccc;
}

    .review:last-of-type {
        border-bottom: none;
    }

img.reviewAuthorIcon {
    float: left;
    width: 40px;
    height: 40px;
    background-color: #ccc;
    margin-right: 10px;
    display: none;
}

.fbRec {
    height: 1em;
}

.reviewTitle {
    float: left;
    font-size: 100%;
    margin-right: 10px;
    margin-top: 10px;
    color: #1375e6;
}

.reviewAuthDate {
    float: left;
}

.reviewScore {
    float: left;
}

.reviewText {
    float: left;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.dataTables_wrapper {
}

    .dataTables_wrapper .top, .dataTables_wrapper .bottom {
        padding: 0;
        background-color: #fff;
        border: 0;
    }

    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length {
        width: 250px;
    }

    .dataTables_wrapper .top .dataTables_info {
        float: left;
    }

    .dataTables_wrapper tr.odd, .dataTables_wrapper tr.even, .dataTables_wrapper tr.odd td.sorting_1, .dataTables_wrapper tr.even td.sorting_1 {
        background-color: #fff;
    }

.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
    color: #000;
    border: 0;
}

.paging_full_numbers a.paginate_button {
    background-color: #c7e1ff;
    color: #000;
}

.paging_full_numbers a.paginate_active {
    background-color: #1375e6;
    color: #fff;
}

#map {
    width: 30%;
    float: right;
    background-color: #f5f5f5;
    z-index: 50;
}

#map_canvas {
    float: left;
    clear: left;
    width: 93%;
    height: 200px;
    border-bottom: 1px solid #ccc;
    display: none;
    margin-left: 7%;
}

.map_options {
    float: left;
    clear: left;
    width: 88%;
    padding: 6%;
    color: blue;
    border-bottom: 1px solid #ccc;
}

    .map_options img {
        vertical-align: middle;
        margin-right: 10px;
    }

    .map_options#getDirections {
        display: none;
    }

.section20 {
    float: left;
    padding: 0px 20px 15px 20px;
}

#newReview textarea.error, #newReview input.error {
    border: 1px solid red;
}

#valReview_Heading.error, #valReview.error {
    color: Red;
    font-size: small;
    font-style: italic;
}

.alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 96%;
    padding: 2%;
    background-color: #005F8B;
    color: #fff;
    text-align: center;
}

a {
    color: #1375e6;
}

#footer {
    width: 96%;
    padding: 15px 2%;
    font-size: 90%;
    color: #111;
    float: left;
    clear: left;
    text-align: center;
    border-top: 1px solid #ccc;
    position: absolute;
    bottom: -90px;
}

.cp {
    display: none;
}

.tos {
    display: inline-block;
}

#reviewBg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 1000;
    display: none;
    top: 0;
    left: 0;
}

.captcha-link {
    border: 1px solid #0092cf;
}

.ajax-loader {
    z-index: 100000;
    position: fixed;
    left: 43%;
    top: 62%;
    margin-top: -50px;
    margin-left: -50px;
    display: block;
}

@media only screen and (max-device-width:767px) {
    .ajax-loader {
        z-index: 100000;
        position: fixed;
        left: 50%;
        top: 50%;
        margin-top: 0px;
        margin-left: 0px;
        display: block;
    }
}

#showMoreButton {
    border: medium none;
    border-radius: 3px;
    margin: 0px 5px 0px 15px;
    text-decoration: none;
    color: #FFF;
    background-color: #1375E6;
    font-size: 90%;
    padding: 5px;
}

.showMoreRow {
    position: absolute;
    margin-left: -85px;
    left: 50%;
}

#submitFilterButton {
    border: medium none;
    border-radius: 3px;
    text-decoration: none;
    color: #FFF;
    background-color: #1375E6;
    font-size: 80%;
    padding: 5px;
    margin: 0px 0px 0px 5px;
}

/*drop-down checklist*/
.dropdown {
    float: right;
    width: 115px;
    line-height: 10px;
    height: 10px;
    cursor: pointer;
    margin: 0px 20px 0px 0px;
    user-select: none;
    position: absolute;
    right: 0px;
    padding: 6px;
}

/* Safari and Chrome web browser*/
@media only screen and (-webkit-min-device-pixel-ratio:0) and (min-device-width:780px) {
    .dropdown {
        float: right;
        width: 115px;
        line-height: 0px;
        height: 0px;
        cursor: pointer;
        margin: -15px 20px 0px 0px;
        user-select: none;
        position: absolute;
        right: 0px;
        padding: 6px;
    }
}

.dropdown:after {
    content: '';
    height: 0;
    position: absolute;
    width: 0;
    border: 6px solid transparent;
    border-top-color: #000;
    top: 50%;
    right: 5px;
    margin-top: -3px;
}

.dropdown.is-active:after {
    border-bottom-color: #000;
    border-top-color: #fff;
    margin-top: -9px;
}

/* Toggle Slider */
/* http://cssdeck.com/labs/simple-toggle-switch */
.container {
    margin: 5px 10px 5px 15px;
    width: 50px;
    text-align: center;
    padding-top: 0px;
}

    .container > .switch {
        display: block;
        margin: 12px auto;
    }

.switch {
    font-size: 10px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 15px;
    padding: 3px;
    background-color: #f5f5f5;
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 8px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}

    .switch-label:before, .switch-label:after {
        position: absolute;
        top: 50%;
        margin-top: -.5em;
        line-height: 1;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
    }

    .switch-label:before {
        content: attr(data-off);
        right: 5px;
        color: #1375E6;
        text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    }

    .switch-label:after {
        content: attr(data-on);
        left: 5px;
        color: white;
        text-shadow: 0 1px rgba(0, 0, 0, 0.2);
        opacity: 0;
    }

.switch-input:checked ~ .switch-label {
    background: #47a8d8;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

    .switch-input:checked ~ .switch-label:before {
        opacity: 0;
    }

    .switch-input:checked ~ .switch-label:after {
        opacity: 1;
    }

.switch-handle {
    position: absolute;
    top: 55%;
    left: 35%;
    margin: -6px 0 0 -6px;
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
    background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

    .switch-handle:before {
        content: '';
        position: absolute;
        top: 55%;
        left: 20%;
        margin: -6px 0 0 -6px;
        width: 13px;
        height: 13px;
        background: #f9f9f9;
        border-radius: 6px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
        background-image: -webkit-linear-gradient(top, #eeeeee, white);
        background-image: -moz-linear-gradient(top, #eeeeee, white);
        background-image: -o-linear-gradient(top, #eeeeee, white);
        background-image: linear-gradient(to bottom, #eeeeee, white);
    }

/*adjusting slider hieght for safari browser*/
@media only screen and (-webkit-min-device-pixel-ratio:0) {
    /*safari browser*/
    ::i-block-chrome, .switch-handle:before {
        content: '';
        position: absolute;
        top: 70%;
        left: 20%;
        margin: -6px 0 0 -6px;
        width: 13px;
        height: 13px;
        background: #f9f9f9;
        border-radius: 6px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
        background-image: -webkit-linear-gradient(top, #eeeeee, white);
        background-image: -moz-linear-gradient(top, #eeeeee, white);
        background-image: -o-linear-gradient(top, #eeeeee, white);
        background-image: linear-gradient(to bottom, #eeeeee, white);
    }
}

.switch-input:checked ~ .switch-handle {
    left: 40px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-input:checked ~ .switch-label {
    background: #1375E6;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.numOfReviewsFoundData {
    font-size: 12px;
    vertical-align: baseline;
    padding-top: 10px;
    text-align: center;
    padding-left: 20px;
}

.filterButtonContainer {
    text-align: center;
    height: 35px;
    padding-left: 10px;
}

.domainToggles {
    margin: 0px 0px 0px 5px;
}

.logo img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    position: relative;
    z-index: 1;
}
.banner {
    position: absolute;
    width: 545px;
    height: 155px;
    top: 0px;
    right: 0px;
    z-index: 0;
}
.social-home-website > img
{
    height: 20px;
    width: 45px;
   
}
.social-home-website-small > img
{
	height: 15px;
	width: 27px;
}
.social-element
{
    display: inline-flex;
    margin-right : 5px;
    margin-top: 10px;
}

.social-element > a:hover
{
	background-color: #D3D3D3;
	color: #333;
}
.social-element > a
{
	padding: 4px;
	margin-right: -5px;
}
#CustomerMenuLink
{
    margin-right: 0px !important;
}
#CustomerMenuLink > span > img
{
    height: 18px;
    width: 16px;
}
#documentIcon
{
    margin-right: 0px !important;
}


.thanks
{
    font-size: 30px;
    width: 100%;
    border-top: 1px dotted #ccc;
    position: relative;
    padding-top: 20px;
}
.button
{
    margin-left: 18%;
}
.footer
{
    text-align:right;
}

.social-element:hover 
{
    opacity: 0.7;
}
.social-element-small > a:hover
{
    opacity: 0.7;
}
.social-element:nth-child(10)
{
    margin-left: 30px;   
} 
#FacebookPageNavigationLink 
{
    background: #3B5998;
    color: white;
}

#TwitterPageNavigationLink 
{
    background: #55ACEE;
    color: white;
}

#GooglePageNavigationLink 
{
    background: #1A73E8;
    color: #FFF;
}

#YelpPageNavigationLink 
{
    background: #D32323;
    color: #FFF;
}

#LinkedinPageNavigationLink 
{
    background: #007BB5;
    color: #FFF;
}

#InstagramPageNavigationLink 
{
    background: #D32E79;
    color: #FFF;
}
#HomeWebsiteLink
{
    background: #00004c;
    color: #FFF;    
}
#CustomerMenuLink
{
    background: #008000;
    color: #FFF;
}
.remove-hyperlink-style
{
    text-decoration: none !important;
    color: #444 !important;
    display: inline-block !important;
}
.no-break
{
    word-break: keep-all;
}
.faded
{
    opacity: .5;
}

#faq-section h1 {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px dotted #ccc;
}

#faq-section > div {
    width: 100%;
    box-sizing: border-box;
}

.qaPair .question {
    color: #1375E6;
    font-weight: 800;
}

.qaPair .question, .qaPair .answer {
    white-space: pre-line;
}

.qaPair {
    margin-bottom: 1rem;
}