* {-webkit-font-smoothing: antialiased;}


.office-set    {
    
    float: left;
    margin-right: 10px;
    width: 25%;
}

.office-set.wide    {
    
    float: left;
    margin-right: 10px;
    width: 50%;
}

.office-set.extra-wide    {
    
    float: left;
    margin-right: 10px;
    width: 58%;
}

.office-set img    {
    width: 100%;
}

#main-content .office-set p    {
    line-height: 1.0em;
    font-size: 1.6em;
}

.office-tagline {
    float: right;
    font-size: 2.4em;
    line-height: 1em;
    margin-top: 100px;
}

.office-img-caption {
    float: right;
    font-size: 2em;
    line-height: 1em;
    font-weight: bold;
    margin-right: 4%;
}

.office-set.contact p   {
    margin-top: 0px;
}

.office-set.contact {
    float: right;
}

.current-staff   {
    float: right;
    width: 22%;
}

.current-staff a    {
    cursor: pointer;
    font-size: 1.6em;
}

.current-staff img {
    width: 100%;
}



.staff-bio  {
    display: none;
}

.show    {
    display: inline-block;
}

#main-content .current-staff .staff-bio p {
    line-height: 1.0em;
    font-size: 1.4em;
}
h1.office-header   {
    font-size: 5em;
    line-height: 0.8em;
    margin-bottom: 20px;
}

h2.office-header   {
    font-size: 3em;
    line-height: 1.0em;
    margin-bottom: 20px;
}

h2.office-header a:link   {
    text-decoration: none;
    color: #9196a2;
}

h2.office-header a:visited {
    text-decoration: none;
    color: #9196a2;
}

h2.office-header a:hover {
    color: #2e3192;
}

#map {
    width: 100%;
    height: 400px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}


.office-slide-1    {
    margin-right: 0px;
}

.office-slide-1 img,     {
    width: 100%;
    /*box-shadow: 5px 5px 10px grey;*/
}
/* The dots/bullets/indicators */

.global-office-slide-selectors {
     margin-top: 20px;
    margin-bottom: 15px;
    height: auto;
    padding: 0;
}


.office-slide-1-selector,  {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 2px;
  background-color: #8996a0;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}




/******
Formatting below for screen sizes 1150 and smaller *******/
@media (max-width: 1150px) {
    h1.office-header   {
    font-size: 5.7vw;

}

h2.office-header   {
    font-size: 3.4vw;
}
 
.global-office-slide-selectors {
    margin-top: 1.5vw;
    margin-bottom: 1vw;
}
    .office-tagline {
    font-size: 2.2vw;
}
    
    .office-img-caption {
    font-size: 2.2vw;
        margin-right: 1.5%;
}
    
    #main-content .office-set p  {
    font-size: 1.95vw;
    line-height: 1em;
}
    
.current-staff a    {
    font-size: 1.8vw;
}
    
.current-staff    {
    width: 18%;
}
    #main-content .current-staff .staff-bio p {
    font-size: 1.6vw;
}
    
    #map    {height: 40vw;}


