  body.admin-bar #book_a_campus_tour {
    top: 186px;
}
#book_a_campus_tour {
    position: fixed;
    top: 154px;
    right: 0;
    width: 500px;
    height: 56px;
    z-index: 1000;
}
#book_a_campus_tour a,
#book_a_campus_tour span {
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif !important;
    color: white !important;
    font-size: 22px;
    padding: 17px 46px;
    font-weight: 700;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #8e7048;
    border-bottom-left-radius: 20px;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
}
#book_a_campus_tour a:hover {
    background-color: #891a1c;
}
#book_a_campus_tour a:hover:before {
    border-right-color: #891a1c;
}
#book_a_campus_tour a:before {
    content: " ";
    position: absolute;
    top: 0;
    left: -19px;
    height: 56px;
    width: 0;
    height: 0;
    border-bottom: 47px solid transparent;
    border-right: 22px solid #8e7048;
    -webkit-transition: border-right-color 0.25s;
    transition: border-right-color 0.25s;
}
#book_a_campus_tour span.behind-book-button {

	text-transform: uppercase;
    font-family: "Open Sans", sans-serif !important;
    color: white !important;
    font-size: 22px;
    padding: 17px 46px;
    font-weight: 700;
    display: block;
    width: 100%;
    height: 100%;
  
    border-bottom-left-radius: 20px;

	position:absolute;
	top:1px;
	left:-1px;
	background-color:white;
	z-index:-1;
	opacity:0.5;
	-webkit-transition: none;
    transition: none;


}
#book_a_campus_tour span.behind-book-button:before {
    content: " ";
    position: absolute;
    top: 0;
    left: -19px;
    height: 56px;
    width: 0;
    height: 0;
    border-bottom: 47px solid transparent;
    border-right: 22px solid #ffffff;
    -webkit-transition: none;
    transition: none;
}

#book_a_campus_tour span.behind-book-button:hover:before {
    border-right-color: #ffffff;
}

@media only screen and (max-width: 1209px) {
    body.admin-bar #book_a_campus_tour {
        top: 198px;
    }

    #book_a_campus_tour {
        top: 166px;
    }
}

@media only screen and (max-width: 999.9px) {
    body.admin-bar #book_a_campus_tour {
        top: 80px;
    }
    #book_a_campus_tour {
        top: 48px;
        width: 100%;
        border-bottom-left-radius: 0;
    }
    #book_a_campus_tour a {
        border-bottom-left-radius: 0;
        text-align: center;
    }
    #book_a_campus_tour span.behind-book-button {
        border-bottom-left-radius: 0;
        left:0;
    }
}
@media only screen and (max-width: 782.9px) {
    body.admin-bar #book_a_campus_tour {
        top: 94px;
    }
}

/* Push the main content down so the button sits nicely without obscuring hero */
@media only screen and (max-width: 999.9px) {
    body.book-now-button-active .container.main-content {
        margin-top: 56px;
    }
}
