  /*
Theme Name: Faculty Profile Site
Theme URI: https://www.adelphi.edu/facultyprofiles
Description: www.adelphi.edu theme.
Version: 1.0
Author: Christine Katz
Author URI: https://adelphi.edu
Tags: custom
Template: adelphi.edu

*/


/*----------- SOCIAL MEDIA ICONS ----------*/


/*Custom Font Created with https://fontello.com/ - Package includes for ResearchGate Icon */

@font-face {
    font-family: 'faculty-icons';
    src: url('/faculty/profiles/font/faculty-icons.eot?23700708');
    src: url('/faculty/profiles/font/faculty-icons.eot?23700708#iefix') format('embedded-opentype'), url('/faculty/profiles/font/faculty-icons.woff2?23700708') format('woff2'), url('/faculty/profiles/font/faculty-icons.woff?23700708') format('woff'), url('/faculty/profiles/font/faculty-icons.ttf?23700708') format('truetype'), url('/faculty/profiles/font/faculty-icons.svg?23700708') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*ResearchGate icon*/

.fa-researchgate::before {
    content: '\e801';
    /* 'ResearchGate Logo Glyph' */
    font-family: "faculty-icons";
    font-style: normal;
    font-weight: normal;
}


/*Vivo icon*/

.fa-vivo::before {
    content: '\e800';
    /* 'Vivo Logo Glyph' */
    font-family: "faculty-icons";
    font-style: normal;
    font-weight: normal;
}


/*icons*/

.icons {
    font-size: 2em;
    line-height: 1.4em;
}


/*colors*/

.icons .fa.fa-facebook,
.icons .fa.fa-facebook a,
.icons .fa.fa-facebook-square,
.icons .fa.fa-facebook-square a {
    color: #3b5998 !important;
    text-decoration: none;
}

.icons .fa.fa-twitter,
.icons .fa.fa-twitter a {
    color: #1da1f2 !important;
}

.icons .fa.fa-google-plus,
.icons .fa.fa-google-plus a,
.icons .fa.fa-google-plus-square,
.icons .fa.fa-google-plus-square a {
    color: #dc4e41 !important;
}

.icons .fa.fa-pinterest,
.icons .fa.fa-pinterest a {
    color: #bd081c !important;
}

.icons .fa.fa-linkedin,
.icons .fa.fa-linkedin a {
    color: #0077b5 !important;
}

.icons .fa.fa-instagram,
.icons .fa.fa-instagram a {
    color: #eb1478 !important;
}

.icons .fa.fa-youtube,
.icons .fa.fa-youtube a,
.icons .fa.fa-youtube-play,
.icons .fa.fa-youtube-play a {
    color: #cd201f !important;
}

.icons .fa.fa-snapchat,
.icons .fa.fa-snapchat a {
    color: #FFFC00 !important;
}

.icons .fa.fa-researchgate,
.icons .fa.fa-researchgate a {
    color: #0cb !important;
}

.icons .fa.fa-graduation-cap,
.icons .fa.fa-graduation-cap a {
    color: #4b4b4b !important;
}

.icons .fa.fa-vivo,
.icons .fa.fa-vivo a {
    color: #99ca3c !important;
}

.icons .fa.fa-github,
.icons .fa.fa-github a {
    color: #4183c4 !important;
}

.icons .fa.fa-behance,
.icons .fa.fa-behance a {
    color: #1769ff !important;
}

.icons .fa.fa-tumblr,
.icons .fa.fa-tumblr a {
    color: #35465c !important;
}


/*----------- CONTENT STYLES ----------*/

#content {
    margin-bottom: 10px;
}

address {
    display: block;
    margin: 0 0 1em 0;
}

#content address {
    display: block;
    margin: 0;
    min-height: 305px;
}

.headshot {
    max-height: 250px;
    width: auto;
}

#title {
    font-style: italic !important;
}

.title {
	font-style: italic !important;
}



#email:before {
    content: "e – ";
}

#phone:before {
    content: "p – ";
}

#fax:before {
    content: "f – ";
}

#website:before {
    content: "w – ";
}

h6 {
    font-size: 26px;
    font-weight: normal;
}

.lowercase {
    text-transform: lowercase !important;
}


/*----------- 3-COLUMN ARTWORK ----------*/

.artwork {
    font-size: 0;
    /*fix white space*/
}

.artwork>div {
    font-size: 16px;
    /*reset font size*/
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    box-sizing: border-box;
    text-align: center;
    padding: 3px;
}

.artwork img {
    width: 100%;
    height: auto;
}

.center-cropped img {
    object-fit: none;
    /* Do not scale the image */
    object-position: center;
    /* Center the image within the element */
    height: 225px;
    width: 225px;
}


/*----------- LIST ----------*/

#list div {
    width: 100%;
    padding-bottom: 10px;
}

#row div {
    clear: both;
}

#column div {
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
}

#name,
#name a {
    font-weight: bold;
    font-size: 14px;
}

#title span {
    font-style: italic;
}

.title_div {
	line-height: 10px;
	padding: 0px !important;
}

#department a {
    text-decoration: none;
}


/*----------- VIDEO ----------*/

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}


/*----------- TABBER ----------*/


/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/

.tabberlive .tabbertabhide {
    display: none;
}


/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/

.tabber {
    width: 100% !important;
}

.tabberlive {
    margin-top: 1em;
    width: 100% !important;
}


/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/

ul.tabbernav {
    margin: 0;
    padding: 6px 0 3px 0;

    font-weight: bold;
    font-size: 14px;
    font-family: 'Graphik', Arial, Helvetica, sans-serif;
}

ul.tabbernav li {
    list-style: none;
    margin: 0;
    display: inline;
}

ul.tabbernav li a {
    padding: 8px;
    margin-right: 5px;

    background: #f3f1ef;
    text-decoration: none;
    font-size: 13px;
}

ul.tabbernav li a:link {
    color: #000;
}

ul.tabbernav li a:visited {
    color: #000;
}

ul.tabbernav li a:hover {
    color: #000000 !important;
    background: #ffb500 !important;
    font-weight: bold !important;
}

ul.tabbernav li.tabberactive a {
    background-color: #ffb500 !important;
    font-weight: bold !important;
}

ul.tabbernav li.tabberactive a:hover {
    color: #000 !important;

    background: white;
    font-weight: bold !important;
}

.tabbertab h2 {
    font-family: Georgia;
    color: #000;
    margin: 0.5em 0 0.5em 0;
    font-size: 14px;
    min-width: 100% !important;
}


/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/

.tabberlive .tabbertab {
    padding: 10px;
    border: 5px solid #ffb500;
    
    margin-bottom: 10px;
    /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */
    /* height:200px; */
    /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */
    /* overflow:auto; */
}


/* If desired, hide the heading since a heading is provided by the tab */

.tabberlive .tabbertab h2 {
    display: none;
}

.tabberlive .tabbertab h3 {
    display: none;
}


/* Example of using an ID to set different styles for the tabs on the page */

.tabberlive#tab1 {}

.tabberlive#tab2 {}

.tabberlive#tab2 .tabbertab {
    height: 200px;
    overflow: auto;
}


/* ----------- FORM FIELDS ----------- */

form {
    display: inline;
}

select {
    width: 80%;
}

input[type=text] {
    width: 80%;
    height: 30px;
    border-radius: 0;
    border: .5px #DDDDDD solid;
    background-color: #ffffff;
    padding: 0 5px;
}

select[name="dep"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 30px;
    border-radius: 0;
    border: .5px #DDDDDD solid;
    background-color: #ffffff;
    padding: 0 5px;
    background: #ffffff url(../images/select-arrow.png) 99% 50% no-repeat;
}

select[name="dep"]::-ms-expand {
    /* for IE 11 */
    display: none;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: 'Graphik', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: inherit;
    font-weight: inherit;
    color: #4f2c1d;
}

select[name="dep"] option {
    font-family: 'Graphik', Arial, Helvetica, sans-serif !important;
    font-size: 15px;
    font-style: inherit;
    font-weight: inherit;
    color: #4f2c1d;
}

button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
    background-color: #ffb500;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    color: #000;
    font-family: 'Graphik', Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    border: none;
    margin: 0 0 5px 0 !important;
    list-style-type: none;
    float: none;
    overflow: hidden;
    -webkit-transition: background-color .5s, color .5s;
    -moz-transition: background-color .5s, color .5s;
    -ms-transition: background-color .5s, color .5s;
    -o-transition: background-color .5s, color .5s;
    transition: background-color .5s, color .5s;
}

button:hover,
input[type="checkbox"]:hover,
input[type="radio"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #4f2c1d;
    color: #fff;
}

A.register-button {
    background-color: #ffb500 !important;
    /*padding:5px 0 5px 0;*/
    text-align: center !important;
    margin: 0 0 5px 0 !important;
    display: block !important;
    float: none !important;
    overflow: hidden !important;
    padding: 5px 10px 5px 10px !important;
    display: inline-block !important;
    color: #000 !important;
    font-family: 'Graphik', Arial, Helvetica, sans-serif !important;
    text-decoration: none !important;
    font-weight: bold !important;
    line-height: 1.5em !important;
    font-size: 1.2em !important;
    -o-transition: background-color .5s, color .5s !important;
    -ms-transition: background-color .5s, color .5s !important;
    -moz-transition: background-color .5s, color .5s !important;
    -webkit-transition: background-color, color .5s .5s !important;
    transition: background-color .5s, color .5s !important;
    border-radius: 0;
    -moz-border-radius: 0;
    -moz-box-shadow: inset 0 0 0 0 transparent;
    text-shadow: 0 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, transparent), color-stop(1, transparent));
    background: -moz-linear-gradient(top, transparent 5%, transparent 100%);
    background: -webkit-linear-gradient(top, transparent 5%, transparent 100%);
    background: -o-linear-gradient(top, transparent 5%, transparent 100%);
    background: -ms-linear-gradient(top, transparent 5%, transparent 100%);
    background: linear-gradient(to bottom, transparent 5%, transparent 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='transparent', GradientType=0);
}

A.register-button:hover {
    background-color: #4f2c1d !important;
    color: #fff !important;
    text-decoration: none !important;
}



/*----A-Z List Menu----*/

.azlist*,
.azlist*:after,
.azlist*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div#azlist {
    text-align: center;
    margin: 0 .1em 1em .1em;
    padding: 15px;
    background-color: #f3f1ef;
}

nav.azlist a {
    position: relative;
    margin-bottom: .3em;
    margin-top: .3em;
    margin-right: .15em;
    margin-left: .15em;
    display: inline-block;
    outline: none;
    color: #FBB040;
    font-family: 'Graphik', Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 1.5em;
    line-height: .5em;
}

nav.azlist {
    color: #cccccc;
}

nav.azlist a:hover,
nav.azlist a:focus {
    outline: none;
}


/* top line fades in */

.azlist a {
    padding: 8px 0;
}

.azlist a::after {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, 0.1);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(5px);
}

.azlist a:hover::after,
.azlist a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

/* ----------- DON'T PRINT ----------- */

@media print {
    .dontprint {
        display: none;
    }
}

@media only screen and (max-width: 960px) {
    .subnav-menu {
        margin: 0 10px 20px !important;
    }
    .container_16 .grid_1,
    .container_16 .grid_2,
    .container_16 .grid_3,
    .container_16 .grid_4,
    .container_16 .grid_5,
    .container_16 .grid_6,
    .container_16 .grid_7,
    .container_16 .grid_8,
    .container_16 .grid_9,
    .container_16 .grid_10,
    .container_16 .grid_11,
    .container_16 .grid_12,
    .container_16 .grid_13,
    .container_16 .grid_14,
    .container_16 .grid_15,
    .container_16 .grid_16 {
        width: 100%;
        float: none;
        margin: 0;
        padding: 0;
    }
    .stretch-buttons {
        margin-left: 10px;
        margin-right: 10px;
    }
    /*TABBER*/
    .tabbertab {
        display: block;
    }
    #tab {
        width: auto;
        float: none;
    }
    .tabbertab select,
    #hours select {
        width: 100%;
        height: 28px;
        margin-bottom: 10px;
    }
    .tabbertab input {
        width: 70%;
        height: 28px;
        padding: 5px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    .tabbertab input[type="submit"],
    .tabbertab input[type="button"] {
        width: 28%;
        height: 30px;
        text-align: center;
    }
    .tabberAlign3 {
        margin: 0;
        text-align: center;
    }
    .yellow-buttons-container UL LI {
        margin: 5px 5px !important;
        width: 98%;
    }
}

@media only screen and (max-width: 800px) {
    .center-cropped img {
        height: 200px;
        width: 200px;
    }
    .yellow-buttons-container UL LI {
        margin: 5px 5px !important;
        width: 98%;
    }
    .yellow-buttons-container UL LI A {
        color: #ffffff;
    }
}

@media only screen and (max-width: 700px) {
    .center-cropped img {
        height: 175px;
        width: 175px;
    }
    ul.tabbernav {
        margin-bottom: 4px;
    }
    ul.tabbernav li a:link {
        font-size: 1em !important;
        margin: 5px 0;
    }
    
     ul.tabbernav li.tabberactive a {
      
    }
    
    ul.tabbernav li.tabberactive a:hover {
    
        font-weight: bold;
    }
    ul.tabbernav li {
        display: block !important;
    }
    ul.tabbernav li a {
        display: block;
    }
    .tabberlive .tabbertab {
       
    }
    #tab tr {
        border: 0;
        margin: 0 !important;
        padding: 0 !important;
    }
    #tab td {
        border: 0;
        padding: 10px !important;
        width: auto !important;
    }
    .yellow-buttons-container UL LI {
        width: 96%;
    }
}

@media only screen and (max-width: 600px) {
    .contact {
        text-align: center;
    }
    .artwork>div {
        display: block;
        width: 100%;
    }
    .center-cropped img {
        object-fit: scale-down;
        width: 90%;
        height: auto;
        max-width: 600px;
        max-height: 600px;
    }
    /*TABBER*/
    /
ul.tabbernav { margin-bottom: 4px; border-bottom: 0;}
ul.tabbernav li a:link { font-size: 1em !important; margin: 5px 0; border-bottom: 1px solid #4f2c1d;}
ul.tabbernav li.tabberactive a:hover {border-bottom: 1px solid #4f2c1d;}
ul.tabbernav li { display: block !important; }
ul.tabbernav li a { display: block; }
.tabberlive .tabbertab {border-top: 1px solid #4f2c1d;}

#tab tr { border: 0; margin: 0 !important; padding: 0 !important; }
#tab td { border: 0; padding: 10px !important; width: auto !important; }
/
}