/* ELEMENT STYLES */

html {
    background-color: white;
    font-size: 14px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
}

body {
    height: 100%;
    color: #4a4a4a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: inherit;
}

hr {
    margin-bottom: 5px;
}

.container {
    min-width: 960px;
}

.container .content {
    width: 960px;
    margin: 0 auto;
}

input.search {
    font-size: 14px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-image: url('media/searchicon.png');
    background-size: 14px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 30px;
}





/* Utility Styles */

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.t-left {
    text-align: left;
}

.t-right {
    text-align: right;
}

.t-center {
    text-align: center;
}

.clear {
    clear: both;
}

.clear.left {
    clear: left;
}

.clear.right {
    clear: right;
}

.block {
    display: block !important;
}

.hidden {
    display: none;
}

.bold {
    font-weight: bold !important;
}

.underline {
    text-decoration: underline !important;
}

.blue {
    color: #2b92b9;
}

.red {
    color: red;
}

.black {
    color: black;
}

hr.left {
    margin-left: 0;
}

hr.right {
    margin-right: 0;
}

hr.half {
    border-bottom: 5px solid #2b92b9;
    width:  140px;
}

hr.full {
    border-bottom: 10px solid #2b92b9;
    width: 140px;
}

ul.square,
ol.square,
li.square {
    list-style-type: square !important;
}

ul.circle,
ol.circle,
li.circle {
    list-style-type: circle !important;;
}

ul.disc,
ol.disc,
li.disc {
    list-style-type: disc !important;;
}

ul.decimal,
ol.decimal,
li.decimal {
    list-style-type: decimal !important;;
}

ul.noliststyle,
ol.noliststyle,
li.noliststyle {
    list-style-type: none !important;
}

.width10 {
    width: 10% !important;
}

.width20 {
    width: 20% !important;
}

.width25 {
    width: 25% !important;
}

.width30 {
    width: 30% !important;
}

.width33 {
    width: 33% !important;
}

.width40 {
    width: 40% !important;
}

.width50 {
    width: 50% !important;
}

.width60 {
    width: 60% !important;
}

.width67 {
    width: 67% !important;
}

.width70 {
    width: 70% !important;
}

.width75 {
    width: 75% !important;
}

.width80 {
    width: 80% !important;
}

.width90 {
    width: 90% !important;
}

.width95 {
    width: 95% !important;
}

.width99 {
    width: 99% !important;
}

.width100 {
    width: 100% !important;
}

.height300 {
    height: 300px !important;
}

.height350 {
    height: 350px !important;
}

.height400 {
    height: 400px !important;
}

.height450 {
    height: 450px !important;
}

.height500 {
    height: 500px !important;
}

.height550 {
    height: 550px !important;
}

.height600 {
    height: 600px !important;
}

.height650 {
    height: 650px !important;
}

.height700 {
    height: 700px !important;
}

.height750 {
    height: 750px !important;
}

.height800 {
    height: 800px !important;
}

.height850 {
    height: 850px !important;
}

.height900 {
    height: 900px !important;
}

.height950 {
    height: 950px !important;
}

.height1000 {
    height: 1000px !important;
}

/*.divider {
    padding-top: 16px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
}*/

.fixed {
    position: fixed;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pr15 {
    padding-right: 15px;
}

.pt15 {
    padding-top: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pr30 {
    padding-right: 30px;
}

.pt30 {
    padding-top: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.p0 {
    padding: 0;
}

.ml0 {
    margin-left: 0;
}

.mr0 {
    margin-right: 0;
}

.mt0 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0;
}

.m0 {
    margin: 0;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.ml15 {
    margin-left: 15px;
}

.mr15 {
    margin-right: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml30 {
    margin-left: 30px;
}

.mr30 {
    margin-right: 30px;
}









/* HEADER STYLES */

/* Header Notice */
#header .container.notice {
    background-color: #c69214;
}

#header .container.notice .content.notice {
    text-align: center;
    color: black;
    line-height: 50px;
}

/* Header Title */
#header .container.title {
    background: #2b92b9;
}

#header .content.title {
    position: relative;
    width: 960px;
    height: 60px;
    text-align: left;
    font: 13px/1.231 arial,helvetica,clean,sans-serif;
    margin: 0 auto;
    padding: 0;
}

#header .content.title div, #header .title a {
    margin: 0;
    padding: 0;
}

#header .content.title .ucsd {
    position: absolute;
    top: 11px;
    right: 0;
}

#header .content.title .ucsd a {
    background: url('media/sprite_base.png') 0 -3px no-repeat !important;
    width: 228px !important;
    height: 45px !important;
    text-indent: -9999px;
    display: block;
}

#header .content.title .physics {
    line-height: 60px;
    font-family: 'Lato', sans-serif !important;
    font-weight: 500;
    font-size: 175%;
    text-transform: uppercase;
}

#header .content.title .physics a {
    color: #fff;
    text-decoration: none;
}

/* Header Navigation */
#header .container.navigation {
    height: 26px;
    text-align: center;
    background: #98BFDE url('media/sprite.gif') 0 -200px repeat-x;
    border-bottom: 1px solid #adbcc5;
}

#header .content.navigation {
    width: 960px;
    text-align: left;
    margin: 0 auto;
}

#header .content.navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 10px;
    background: #9EC5DE url('media/sprite.gif') 0 -200px repeat-x;
    font-family: arial,helvetica,clean,sans-serif;
    font-size: 10pt;
    /* Remove this after cleaning up the students.css file */
    margin-bottom: 0 !important;
}

#header .content.navigation ul > li {
    float: left;
    border-left: 0;
}

#header .content.navigation ul > li > a {
    display: block;
    width: 192px;
    min-height: 25px;
    line-height: 24px;
    color: #0d4b73;
    margin: 0;
    padding: 0;
    text-decoration: none;
    border-top: 1px solid #adbcc5;
    border-left: 1px solid #adbcc5;
    border-bottom: 1px solid #adbcc5;
    text-align: center;
    background: #ffffff;
}

#header .content.navigation ul > li:hover > ul
{
    display: block;
}

#header .content.navigation ul > li:hover > a {
    border-bottom: 1px solid white;
}

#header .content.navigation ul > li > ul
{
    display: none;
    position: absolute;
    z-index: 100;
    background: #ffffff;
    color: #000000;
    margin-bottom: 0;
}

#header .content.navigation ul > li > ul > li {
    float: none;
    font-weight: bold;
    background: #fff;
    margin: 0;
    padding: 0 0 0 5px;
    border-left: 1px solid #adbcc5;
    border-right: 1px solid #adbcc5;
}

#header .content.navigation ul > li > ul > li:last-child {
    border-bottom: 1px solid #adbcc5;
}

#header .content.navigation ul > li > ul > li > a {
    display: block;
    width: 186px;
    color: #0d4b73;
    padding-left: 4px;
    font-weight: normal;
    border: 0;
    text-align: left;
}

#header .content.navigation ul > li > ul > li > a:hover {
    text-decoration: underline;
}

#header .content.navigation ul > li > ul > li > ul {
    display: block;
    position: relative;
    height: auto;
    top: 0;
    margin: 0;
    padding: 0;
    line-height: 20px;
    background: #ffffff;
    color: #000000;
}

#header .content.navigation ul > li > ul > li:hover > ul
{
    top: 0;
}

#header .content.navigation ul > li > ul > li > ul > li {
    margin: 0;
    padding: 0;
    border: 0 !important;
}

#header .content.navigation ul > li.column > ul > li {
    float: left;
    display: block;
    height: 270px;
    width: 192px;
    border-bottom: 1px solid #adbcc5;
    border-right: 0;
    border-left: 0;
}

#header .content.navigation ul > li.column > ul > li > a {
    display: block;
    margin: 0;
    text-align: left;
}

#header .content.navigation ul > li.column > ul > li:first-child {
    border-left: 1px solid #adbcc5;
    margin-left: -192px;
}

#header .content.navigation ul > li.column > ul > li:nth-child(even) {
    width: 193px;
}


#header .content.navigation ul > li.column > ul > li:last-child {
//    border-left: 1px solid white;
//    width: 193px;
    border-right: 1px solid #adbcc5;
    padding-left: 5px;
    padding-right: 5px;
}

#header .content.navigation ul > li.column > ul > li:last-child a {
    padding-right: 10px;
}

/* Footer styles */
#footer {
    clear: both;
    text-align: left;
    margin: 30px 0;
    padding: 10px 0;
    color: #bbbbbb;
}

#footer .content {
    text-align: left;
    padding: 10px 0;
    border-top: 3px solid #BBB;
    border-bottom: 1px solid #BBB;
    background: url('media/sprite.gif') right -720px no-repeat;
    line-height: 1.4em;
}

#footer .content ul {
    list-style: none;
}

#footer .content ul li {
    display: inline;
}

#footer .content ul li:nth-child(even) {
    border-left: 1px solid #61B2DF;
    padding-left: 10px;
    margin-left: 5px;
}








/* CONTENT STYLES */

/* Generic content styles */
#content {
    text-align: left;
    height: auto !important;
    border: 0 !important;
    color: #000;
    background: #FFF;
}

.content form div#form {

}

.content form div#form > div {
    width: 65%;
    margin-bottom: 10px;
    font-size: 16px;
}

.content form div#form div label {
    float: left;
    display: inline-block;
    width: 30%;
    text-align: right;
    margin-top: 5px;
    margin-right: 5%;
}

.content form div#form div {
    clear: both;
}

.content form div#form div input {
    padding-left: 10px;
}

.content form div#form div input,
.content form div#form div button,
.content form div#form div div,
.content form div#form div textarea,
.content form div#form div select {
    display: inline-block;
    text-align: left;
    font-size: 16px;
    width: 65%;
}

.content form div#form div input,
.content form div#form div select {
    height: 35px;
}

.content form div#form div select {
    width: 20%;
    padding-left: 10px;
}

.content form div#form div textarea {
    height: 100px;
}

.content form div#form div button {
    width: 25%;
    text-align: center;
    margin-left: 35%;
    padding: 15px 0;
}

/* Breadcrumbs */
.content ul.breadcrumbs {
    list-style: none;
    display: block;
    height: 20px;
}
.content ul.breadcrumbs .icon {
    font-size: 10px;
}
.content ul.breadcrumbs li {
    margin-top: 10px;
    font-size: 10px;
    float: left;
    color: #000;
    display: block;
    text-decoration: none;
    position: relative;
    height: 10px;
    line-height: 10px;
    text-align: left;
    margin-right: 0;
}
.content ul.breadcrumbs li a {
    font-size: 10px;
    color: #000;
    display: block;
    text-decoration: none;
    position: relative;
    height: 10px;
    line-height: 10px;
    padding: 0 8px 0 8px;
    text-align: left;
    margin-right: 0;
}
.content ul.breadcrumbs li:nth-child(even) a:before {
    border-color: #00b9ff;
    border-left-color: transparent;
}
.content ul.breadcrumbs li:nth-child(even) a:after {
    border-left-color: #00b9ff;
}
.content ul.breadcrumbs li:first-child a:before {
    border: none;
}
.content ul.breadcrumbs li:last-child a:after {
    border: none;
}
.content ul.breadcrumbs li:hover {
    background-color: whitesmoke;
}

/* Page Content */
.content .pagecontent p {
    margin-bottom: 10px;
}

.content > .pagecontent ul, .content > .pagecontent ol {
    margin: 0.5em 1em;
    padding: 0.25em 0.5em;
}

.content > .pagecontent ul {
    list-style-type: square;
}

.content > .pagecontent ol {
    list-style-type: number;
}

.content > .pagecontent ul li, .content > .pagecontent ol li {
    padding-left: 0.5em;
    padding-bottom: 0.2em;
}

.content > .pagecontent ul > li > ul, .content > .pagecontent ul > li > ol, .content > .pagecontent ol > li > ul, .content > .pagecontent ol > li > ol  {
    list-style-type: inherit;
}

.content > .pagecontent ul > li > ul, .content > .pagecontent ol > li > ul, .content > .pagecontent ol > li > ol {
    margin: 0.5em 1em;
}

.content > .pagecontent > h4 {
    margin-bottom: 5px;
    margin-top: 10px;
}

.content > .pagecontent ol.simple-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
    margin: 0;
    margin-left: 3em;
    padding-top: 1em ;
    counter-reset: li-counter;
}


.content > .pagecontent ol.simple-list > li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 0.5em;
    min-height: .5em;
    border-left: 2px solid #CCCCCC;
}

.content > .pagecontent ol.simple-list > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.8em;

    font-size: 1.0em;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    color: #464646;

    content: counter(li-counter);
    counter-increment: li-counter;
}

.content > .pagecontent > ol > li > ol {
    list-style-type: decimal-leading-zero;
}

.content > .pagecontent > ol > li > ul {
    list-style-type: square;
}

/* Headers */
.content h1.header,
.content h2.header,
.content h3.header,
.content h4.header,
.content h5.header {
    font-family: "Roboto Condensed", sans-serif;
    display: table-cell;
    font-weight: normal;
    width: auto;
}

.content h1.header.blue,
.content h2.header.blue,
.content h3.header.blue,
.content h4.header.blue,
.content h5.header.blue,
.content th.header.blue {
    color: #2b92b9;
}

.content h1.header.SERIOUS,
.content h2.header.SERIOUS,
.content h3.header.SERIOUS,
.content h4.header.SERIOUS,
.content h5.header.SERIOUS,
.content th.header.SERIOUS {
    text-transform: uppercase;
}

.content h1.header {
    font-size: 28px;
}

.content h2.header {
    font-size: 24px;
}

.content h3.header {
    font-size: 20px;
}

.content h4.header {
    font-size: 16px;
}

.content h5.header {
    font-size: 12px;
}

.content th.header {
    font-size: 125%;
}

.content h1.header.top2,
.content h2.header.top2,
.content h3.header.top2,
.content h4.header.top2,
.content h5.header.top2 {
    border-top: 2px solid #2b92b9;
    margin-top: 2px;
}

.content h1.header.top5,
.content h2.header.top5,
.content h3.header.top5,
.content h4.header.top5,
.content h5.header.top5 {
    border-top: 5px solid #2b92b9;
    margin-top: 5px;
}

.content h1.header.top10,
.content h2.header.top10,
.content h3.header.top10,
.content h4.header.top10,
.content h5.header.top10 {
    border-top: 10px solid #2b92b9;
    margin-top: 10px;
}

.content h1.header.top20,
.content h2.header.top20,
.content h3.header.top20,
.content h4.header.top20,
.content h5.header.top20 {
    border-top: 20px solid #2b92b9;
    margin-top: 20px;
}

/* Page Header */
.content h2.header.pageheader {
    font-size: 28px;
    color: #2b92b9;
}

/* Sidebar  Menu */
.content .sidebar {
    background-color: #f2f2f2;
    font-size: 1rem;
    display: block;
}

.content .sidebar .header {
    background-color: #d8d8d8;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    color: #7a7a7a;
    padding: 10px 5px;
}

.content .sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #f2f2f2;
}

.content .sidebar ul > li {
    padding-left: 0;
    padding-bottom: 0;
    width: 100%;
    color: #7a7a7a;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background-color: #f2f2f2;
}

.content .sidebar.navigation ul > li {
    font-weight: bold;
}

.content .sidebar.navigation ul > li ul > li {
    font-weight: normal;
}

.content .sidebar ul > li:hover,
.content .sidebar.navigation ul > li.current_ancestor,
.content .sidebar ul > li.expanded {
    background-color: #fafafa;
}

.content .sidebar ul > li > ul {
    margin: 0;
    margin-left: 28px;
    list-style-type: square;
}

.content .sidebar ul > li > a,
.content .sidebar.navigation ul > li > span
{
    cursor: pointer;
}

.content .sidebar ul > li > a,
.content .sidebar ul > li > span {
    padding: 6px 12px;
    display: block;
    text-decoration: none;
    color: #4a4a4a;
    width: 100%;
}

.content .sidebar ul > li > a:hover,
.content .sidebar.navigation ul > li > span:hover {
    color: #2b92b9;
}

.content .sidebar.navigation.hidechild ul > li {
    font-weight: normal;
}

.content .sidebar.hidechild ul > li > ul {
    display: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.content .sidebar.hidechild ul > li.current_ancestor > ul,
.content .sidebar.hidechild ul > li.expanded > ul {
    display: block;
}

.content .sidebar.hidechild ul > li > a:after,
.content .sidebar.hidechild ul > li > span:after {
    content: '\25b8';
    float: right;
}

.content .sidebar.hidechild ul > li.expanded > a:after,
.content .sidebar.hidechild ul > li.current_ancestor > a:after,
.content .sidebar.hidechild ul > li.expanded > span:after,
.content .sidebar.hidechild ul > li.current_ancestor > span:after {
    content: '\25bc';
}

.content .sidebar.hidechild ul > li > ul > li:first-child {
    border-top: 1px solid #d8d8d8;
}

.content .sidebar.hidechild ul > li > ul > li:last-child {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: -1px;
}

.content .sidebar.hidechild ul > li > ul > li {
    border-left: 1px solid #d8d8d8;
}

.content .sidebar.hidechild ul > li > ul > li.current, .content .sidebar.hidechild ul > li > ul > li:hover {
    background-color: #fafafa;
    border-left: 0;
}

.content .sidebar.hidechild ul > li > ul > li.current:first-child, .content .sidebar.hidechild ul > li > ul > li:hover:first-child {
    border-top: 1px solid #fafafa;
}

.content .sidebar.hidechild ul > li > ul > li.current > a {
    color: #2b92b9;
}

.content .sidebar.hidechild ul > li > ul > li > a:after, .content .sidebar.hidechild ul > li > ul > li > span:after {
    content: '';
}
















/* Homepage styles */
.content .home.navigation {
    height: 420px;
    padding-right: 12px;
    margin-top: 10px;
}

.content .home.navigation ul {
    margin-top: 0;
    list-style: none;
}

.content .home.navigation ul li {
    font-size: 24px;
    display: inline-block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    text-align: right;
    text-decoration: none;
    border: none;
    list-style-type: inherit;
}

.content .home.navigation ul li span {
    display: block;
    margin: 5px 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    font-size: 22px;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
}

.content .home.navigation ul li ul {
    line-height: 24px;
}

.content .home.navigation ul li ul li:first-child {
    margin-top: 5px;
}

.content .home.navigation ul li ul li {
    margin-bottom: 0;
}

.content .home.navigation ul li ul li a {
    display: block;
    margin-bottom: 3px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    color: #345D95;
    text-decoration: none;
    cursor: pointer;
    padding-right: 12px !important;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.content .home.navigation ul li ul li a:hover, .content .home.navigation ul li ul li a:focus, .content .home.navigation ul li ul li a:active {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    opacity: .5;
}

.content .main.slider {
    height: 400px;
    width: 582px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
}

.content .news.slider {
    position: relative;
    height: 440px;
    padding-top: 10px;
    width: 99%;
    margin: 0 auto;
}
.content .news.slider .h-slide-image {
    height: 180px !important;
    width: 183px !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.content .news.slider .h-slide-caption {
    width: 180px;
    height: 189px;
    background-color: white;
}

.content .news.slider .h-slide-caption span {
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
    font-weight: normal;
    color: #777;
    padding-top: 12px;
    padding-left: 6px;
    padding-right: 6px;
}

.content .news.slider span>a {
    text-decoration: none;
}

.content .news.slider span>a:hover {
    text-decoration: underline;
    color: #777;
}

.content .news.slider span>a>h3 {
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif !important;
    font-weight: normal !important;
    color: #777;
    padding-top: 12px;
    padding-left: 6px;
    padding-right: 6px;
}

.content .news.slider .h-slide-more {
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px 10px;
    position: absolute;
    bottom: 5px;
    font-size: 0.8em;
}

.content .news.slider .h-slide-more .date {

}

.content .news.slider .h-slide-more a {

}

.content .news.slider .basic-slide.slick-slide {
    height: 420px;
    margin: 10px 10px !important;
    -moz-box-shadow:    0 0 4px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
    position: relative;
}
.content .news.slider .basic-slide img {
    max-width: 380px;
    max-height: 320px;
    height: auto;
}
.content .news.slider .basic-slide.variant img {
    max-height: 240px;
    height: unset;
    width: auto;
}

.content .slider .slide {
    height: 400px;
    width: 582px;
    background: no-repeat top center;
    background-size: cover;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;

}
.content .slider .slide:hover {
    opacity: 0.5;
}
.content .slider .slide-container {
    padding-top: 5px !important;
    background-color: #F8F8F8;
    opacity: 0.95;
    color: black;
    position: absolute;
    bottom: 0;
    width: 582px;
    height: auto;
}
.content .slider .slide-caption {
    display:  inline-block;
}

.content .slider .slide-caption h2 {
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
    font-weight: 500;
    font-size: 22px;
    text-align: left;
    padding: 10px 15px;
    color: #666;
}

.content .slider .slick-dots {
    bottom: -45px !important;
    font: 99% arial,helvetica,clean,sans-serif;
    list-style-type: disc;
}

.content .slider .slick-prev, .content .slider .slick-next {
    height: 100%;
}

.content .slider .slick-prev:before, .content .slider .slick-next:before {
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
    color:  grey;
    opacity: 0.35;
}

.content .slider .slick-next:before {
    position: absolute;
    right: -5px;
    content: '➤';
}

.content .slider .slick-prev:before {
    position: absolute;
    left: -5px;
    transform: rotate(180deg);
    content: '➤';
}

.content .events.widget {
    padding-top: 15px;
    min-height: 430px;
    position: relative;
    width: auto;
}

.content .events.widget h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: black;
    text-align: right;
}

.content .events.widget h4.header {
    font-family: "Lato", sans-serif;
    text-align: center !important;
    font-weight: bold;
}

.content .events.widget h3.header {
    font-family: 'Lato', sans-serif;
    font-size: 110%;
    font-weight: 300;
    padding: 3px 0;
}

.content .events.widget hr {
    margin-bottom: 0.5em;
}

.content .events.widget dd {
    font-size: 90%;
    padding-bottom: 3px;
}

.content .events.widget dt {
    float: left;
    clear: left;
    text-align: left;
}

.content .events.widget dl.seminar {
    margin-bottom: 15px;
}

.content .giving-bar {
    margin-top: 50px;
    margin-bottom: 20px;
}

.content .giving {
    width: 582px;
    background-size: cover;
    background: url('media/giving2.png') center center;
    height: 128px;
    margin: 12px auto 0 auto;
}


/* DIRECTORY PAGE STYLES */
.content .directory .group {
    clear: both;
}

.content .directory .people {
    display: block;
}

.content .directory div.person {
    float: left;
    width: 33.3%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 0.9em;
}

.content .directory div.person.faculty {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 49.7%;
    padding-right: 0.3%;
}

.content .directory div.person .photo {
    display: none;
    float: left;
    width: 72px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

.content .directory div.person.faculty .photo {
    display: block;
}

.content .directory h3 {
    background-color: #2b92b9;
    color: white;
    display: inline-block;
    width: 100%;
    padding: 8px;
    font-weight: normal;
    text-transform: none;
    font-family: inherit;
}

.content .directory .group h4:before {
    height: 8px;
    content: '';
    display: block;
    margin-bottom: -2px;
    width: 49%;
    background-color: #2b92b9;
    left: 0;
    top: 0;
}

.content .directory div.person .photo img {
    max-width: 72px;
    max-height: 100px;
    margin: 0 auto;

    /*-webkit-filter: grayscale(100%) brightness(1.15);
    -moz-filter: grayscale(100%) brightness(1.15);
    filter: grayscale(100%) brightness(1.15);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;*/
}

.content .directory div.person:hover > .photo img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.content .directory div.person .details {
    padding-left: 0;
}

.content .directory div.person.faculty .details {
    padding-left: 82px;
}

.content .directory div.person .details div {
    line-height: 16px;
}

.content .directory div.person .details .name {
    text-transform: uppercase;
    font-weight: bold;
}

.content .directory div.person .details .name a {
    text-decoration: none;
    color: #345D95;
}

.content .directory div.person .details .name a:hover {
    text-decoration: underline;
}

.content .directory div.person .details .title {
    height: 36px;
}

.content .directory div.person .details .title .vip {
    font-weight: bold;
}

.content .directory.navigation {

}

.content .science {
    width: 100%;
}

.content .science .group {
    clear: both;
    padding-top: 30px;
}

.content .science .group:first-child {
    padding-top: 0;
}

.content .science .group h2 {
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.content .science .group img {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.content .science .person {
    float: left;
    width: 33.3%;
    font-size: 0.9em;
    height: 85px;
    margin-bottom: 10px;
}

.content .science .group a:hover .person {
    background-color: #f2f2f2;
}

.content .science .person .photo {
    float: left;
    width: 75px;
    height: 85px;
}
.content .science .person .name {
    margin-top: 30px;
    font-size: 1.2em;
}

.content .science .person .photo img {
    height: 85px;
    max-width: 75px;
    margin: 0 auto;
    display: block;
}

.content .science .person .details {
    padding-left: 90px;
}

.content div.science h3 {
    line-height: 1.5em;
    margin: 0;
    margin-bottom: .5em;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 1.5em;
}

.content div.science .group a {
    text-decoration: none;
    color: black;
    cursor: pointer;
}

.content div.science .group a:hover {
    color: #2b92b9;
}

.content .sidebar .publications ul > li, .content .sidebar .stories ul > li {
    text-transform: none;
    padding-bottom: 5px;
}

.content .sidebar .publications ul > li span, .content .sidebar .stories ul > li a {
    color: black;
}

.content .sidebar .stories ul > li a:hover {
    color: #2b92b9;
}

.content .profile.person h3 {
    font-weight: bold;
    font-size: 1.3em;
}

.content .profile.person .details {
    width: 60%;
}

.content .profile.person.hassidebar .details {
    width: 100%;
}

.content .profile.person .details img {
    max-width: 200px;
    margin-bottom: 5px;
}

.content .profile.person.hassidebar .details img {
    float: right;
    margin-left: 5px;
}

.content .profile.person.nosidebar .details img {
    float: left;
    margin-left: 0;
    margin-right: 10px;
}

.content .profile.person .details img {
    float: left;

    margin-right: 10px;
}

.content .profile.person .details .contact {
    float: left;
}

.content .profile.person .details .contact .name {
    margin-bottom: 10px;
}

.content .profile.person .details .contact .title {
    padding-top: 4px;
    padding-bottom: 10px;
}

.content .profile.person.faculty .details .contact .degree {
    margin-bottom: 10px;
}

.content .profile.person.faculty .details .contact .title {
    margin-top: 4px;
    margin-bottom: 4px;
}

.content .profile.person.hassidebar .researchStatement {
    clear: left;
    padding-top: 10px;
    padding-right: 30px;
}

.content .profile.person .details {
    font-size: 1em;
}

.content .profile.person.faculty {
    font-size: 1em;
}

.content .story img {
    float: right;
    max-width: 350px;
    max-height: 500px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.content .story .text p {
    margin: 10px 0;
}

.content .stories .story:first-child {
    margin-top: 20px;
}

.content .stories .story {
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
}

.content .stories .story .image img {
    float: right;
    padding-bottom: 0;
    max-height: 180px;
    max-width: 190px;
}

.content .stories .story .details {
    float: left;
    width: 80%;
    height: 100%;
}

.content .stories .story .image {
    float: right;
    width: 20%;
    padding-left: 20px;
}

.content .stories .story .details .headline {
    width: 100%;
    text-align: center;
}

.content .stories a {
    text-decoration: none;
    color: black;
}

.content .stories .story .details .read i {
    padding-right: 10px;
    padding-left: 5px;
}

.content .stories a:hover {
    cursor: pointer;
}

.content .stories a:hover .details {
    background-color: #f2f2f2;
}

.content .stories a:hover .details .headline .header
{
    color: #2b92b9;
}

.content .stories a:hover .details .text
{
    color: #4a4a4a;
}

/* Temporary Stylings for the whole menu page */
.content .physicsMenu ul {
    margin-left: 10px;
}
.content .physicsMenu ul li {
    margin-left: 10px;
}



/* Vidur */
.vac-wrapper {
    height: 50px;
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 20px;
    background-color: #90ba2f;
}
.vac-color {
    color: #fff !important;
}
#whitebar {
    background-color: #fff;
    color: #fff;
    height: 28px;
    margin: 0 !important;
}
.vac-wrapper  a {
    text-decoration: none;
}

.content .slider {
    width: 100%;
}

.content .slider img {
    max-width: 100%;
    height: auto;
}


.bss-slides figcaption {
    font-family: "Lato", sans-serif;
    letter-spacing: 15px;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
}

/**************/
/* Slideshow */
.bss-slides{
    position: relative;
    display: block;
}
.bss-slides:focus{
    outline: 0;
}
.bss-slides figure{
    position: absolute;
    top: 0;
    width: 100%;
}
.bss-slides figure:first-child{
    position: relative;
}
.bss-slides figure img{
    opacity: 0;
    -webkit-transition: opacity 1.2s;
    transition: opacity 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.bss-slides .bss-show{
    z-index: 2;
}
.bss-slides .bss-show img{
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}

.bss-slides figcaption{
    width: 100%;
    position: absolute;
    font-size: 1.8em;
    bottom: .75em;
    right: 0em;
    padding: .25em;
    color: #fff;
    background: #000;
    background: rgba(0,0,0, .25);
    border-radius: 2px;
    opacity: 0;
    -webkit-transition: opacity 1.2s;
    transition: opacity 1.2s;
}
.bss-slides .bss-show figcaption{
    z-index: 3;
    opacity: 1;
}
.bss-slides figcaption a{
    color: #fff;
}
.bss-next, .bss-prev{
    color: #fff;
    position: absolute;
    background: #000;
    background: rgba(0,0,0, .6);
    top: 50%;
    z-index: 4;
    font-size: 2em;
    margin-top: -1.2em;
    opacity: .3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bss-next:hover, .bss-prev:hover{
    cursor: pointer;
    opacity: 1;
}
.bss-next{
    right: -1px;
    padding: 10px 5px 15px 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.bss-prev{
    left: 0;
    padding: 10px 10px 15px 5px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.bss-fullscreen{
    display: block;
    width: 32px;
    height: 32px;
    background: rgba(0,0,0,.4) url('img/arrows-alt_ffffff_64.png');
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
    opacity: .3;
}
.bss-fullscreen:hover{
    opacity: .8;
}
:-webkit-full-screen .bss-fullscreen{
    background: rgba(0,0,0,.4) url('img/compress_ffffff_64.png');
    -webkit-background-size: contain;
    background-size: contain;
}
:-moz-full-screen .bss-fullscreen{
    background: rgba(0,0,0,.4) url('img/compress_ffffff_64.png');
    background-size: contain;
}
:-ms-fullscreen .bss-fullscreen{
    background: rgba(0,0,0,.4) url('img/compress_ffffff_64.png');
    background-size: contain;
}
:full-screen .bss-fullscreen{
    background: rgba(0,0,0,.4) url('img/compress_ffffff_64.png');
    -webkit-background-size: contain;
    background-size: contain;
}
:-webkit-full-screen .bss-fullscreen{
    background: rgba(0,0,0,.4) url('img/compress_ffffff_64.png');
    -webkit-background-size: contain;
    background-size: contain;
}
:-moz-full-screen .bss-fullscreen{
    background: rgba(0,0,0,.4) url('img/compress_ffffff_64.png');
    background-size: contain;
}
:-ms-fullscreen .bss-fullscreen{
    background: rgba(0,0,0,.4) url('img/compress_ffffff_64.png');
    background-size: contain;
}
:fullscreen .bss-fullscreen{
    background: rgba(0,0,0,.4) url('img/compress_ffffff_64.png');
    -webkit-background-size: contain;
    background-size: contain;
}
/*************/
