/*
Theme Name:     UW Neurosurgery
Description:    UW Child Theme for Neurosurgery
Author:         Chad Krueger
Template:       uw-theme

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
.faculty-headshot-contact .headshot-sidebar-heading {
/*    font-family: "Red Hat Text", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: center;
}
a.clinical-information {
    background: #c5050c;
    padding: .5em;
    color: #fff;
    text-decoration-style: dotted;
}

a.clinical-information:hover {
    background: #700206;
        color: #fff;
    text-decoration-style: solid;
}



.faculty-headshot-contact .specialties {
    background-color: #f1e5db;
}

.faculty-headshot-contact .specialties h2 {
    font-size: 1.2em;
    background: #c5050c;
    padding: .5em;
    color: #fff;
    margin: 0;
}

.faculty-headshot-contact .specialties ul {
    padding: 0 1em 1em 1em;

}

.faculty-headshot-contact .specialties ul li {
    font-family: "Verlag", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #c5050c;
}

.faculty-headshot-contact .specialties ul li a {
    color: #c5050c;
    text-decoration: underline dotted;
}
.faculty-headshot-contact .specialties ul li a:hover {
    text-decoration: underline solid;
}


.faculty-headshot-contact .research {
    background-color: #f1e5db;
}

.faculty-headshot-contact .research h2 {
    font-size: 1.2em;
    background: #0479a8;
    padding: .5em;
    color: #fff;
    margin: 0;
}

.faculty-headshot-contact .research ul {
    padding: 0 1em 1em 1em;

}

.faculty-headshot-contact .research ul li {
    font-family: "Verlag", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #c5050c;
}

.faculty-headshot-contact .research ul li a {
    color: #0479a8;
    text-decoration: underline dotted;
}
.faculty-headshot-contact .research ul li a:hover {
    text-decoration: underline solid;
}




.newscontainer{
	width:100%;
  display:inline-flex;
  flex-wrap:wrap;
}
.newsflex-direction{
  flex-direction:row;
}


.newsdiv1{
	width:60%;
	min-width: 310px;
	text-align:center;

}
.newsdiv2{
   	width:40%;
	text-align:center;
}


@media screen and (max-width: 550px) {
  .newsflex-direction{
  flex-direction:column;
  }
  .newsdiv1{

  }
	.newsdiv2{
	width:100%;
  }

}
