.slideshow-right {
    width: 90% !important;
    margin: 0 auto !important;
    float: none;
}
#find-service {
    position: relative;
}
#find-service:before {
    content: "\f149";
    position: absolute;
    top: 7px;
    left: 0;
    font-family: "Ionicons";
    color:#fff;
    border-radius: 50%;
    font-size: 25px;
}
/*Adds a white background to the menu when in the editor because the black text on the dark blue background was not visible*/
#menu .editbox{
    background: #fff;
}
/*Hover on homepage menu buttons*/
#buttons a{
    position: relative;
    transition: all .5s ease;
    z-index: 1;
    display: inline-block;
}
#buttons a:hover:before{
    position: absolute;
    content: "";
    background: white;
    width: 100%;
    height:115px;
    transition: all .5s ease;
    z-index: 2;
    opacity: .4;
}

/*--------------------------------------------------------------------------Menu Shadow--------------------------------------------------------------------------*/

#contentwrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, .21);
    width: 100%;
    height: 60px;
    max-width: 1200px;
    float: none;
    margin: 0 auto;
    text-align: center;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .21);
    z-index: 1;
}

/*--------------------------------------------------------------------------------Student Highlight/Slideshow Borders-------------------------------------------------------------------------------- */


/*Affects all icons*/

.fa {
    font-size: 30px;
    line-height: inherit;
    /*Use to override all icon colors for uniform look*/
    color: ;
    background: ;
    overflow: hidden;
    background-blend-mode: multiply;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*-----------Icon Shapes----------*/


/*Font Size and Width/Height should be the same size to keep the icon centered*/


/*But you can increase or decrease the padding to get a larger radius*/


/*Makes the icons a circle*/

.circle {
    font-size: 25px !important;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 12px;
}

/*------------Icon Font Colors and Background ------*/


/*Sets all of the icons to one color*/

.uniform {
    color: white !important;
    background-color: #000067 !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.uniform:hover {
    background-color: #525898 !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

/*Removes icon background for transparent look*/

.transparent {
    background: transparent !important;
    color: #cc0000 !important;
}
.fa-facebook {
    color: white;
    background: #3b5998;
    border-color: rgba(59, 89, 152, .3);
}
.fa-rss {
    color: white;
    background: #FF6600;
    border-color: rgba(255, 51, 51, .3);
}

/*--------------------------------------------------------------------------IE9--------------------------------------------------------------------------*/
html.t-ie9 #slideshow .widgetitem p{
    color:#000067;
}
