/*
	Table of contents for cms
	-----------------
	0	- Global
		0a - Colors
	1	- Header
	2	- Front page
	3	- Events/Calendar
	4	- Footer
	5	- Landing pages
		5a - About
		5b - Academics
		5c - Research
	6	- Research third level
	7	- Directory sidebar
	8	- News sidebar
	9	- Content
	10	- Participants Database (PDB)
	11	- Contact Form 7
	12	- Mobile Compatibility
*/

/* (0 - Global) GLOBAL FIXES ***************************************************************************************************************/

body:not(.media-frame) { font-size:110%; background-color: #f7f7f7; }
body:not(.media-frame), h1:not(.media-frame), h2:not(.media-frame), h3:not(.media-frame), h4:not(.media-frame), h5:not(.media-frame), h6:not(.media-frame) { font-family: 'Source Sans Pro', sans-serif; color: #333; }
.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6, p {margin-bottom: 1.5rem;}
.container h1, .container h2, .container h3, .container h4, .container h5, .container h6, .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 { font-weight: 800; margin: 1.5rem 0; }
.accordion-title h1, .accordion-title h2, .accordion-title h3, .accordion-title h4, .accordion-title h5, .accordion-title h6 { margin: 0; }
strong, .strong, b, a.accordion-title { font-weight: 600; }

.main-content hr {margin: 2rem auto;}
ul > li > ul > li, ul > ul > li { list-style-type: circle; }
.menu > li, .sub-menu > li { list-style-type: none; }

ul.dashed > li { 
	list-style-type: none; }
ul.dashed > li:before {
	content: "-";
	margin-right: 12px;
	margin-left:-17px;
}
ul.compact strong:first-of-type { margin-left:-1.3rem; }
ul.compact li { margin-bottom: -1.5rem; }

section { margin: 0 !important; }

/* added to support wordpress image alignment */
img.alignright, figure.alignright { float: right; margin: 0.5rem 0 1rem 1rem; }
img.alignleft, figure.alignleft { float: left; margin: 0.5rem 1.5rem 1rem 0; }
img.aligncenter, figure.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright, .pdb-single-photo { float: right; }
.alignleft { float: left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto; }
figcaption, .figcaption { font-size:.9em; background-color: #e5e5e5; padding: 0.5rem 0.7rem; }
.figcaption {/*margin-top: -1.5rem;*/ margin-bottom: 2rem; }
.entry-content p > img { margin-bottom: 0.75rem; } /* fix spacing below floating images */
.text-small, .accordion-content, .contact-form-7 label, #event-form h3, #location-form h3 { font-size: 90%; }
.text-smaller { font-size: 80%; }
.text-big, a.accordion-title { font-size: 110%; }
.text-bigger { font-size: 120%; }
.lh-small { line-height: 1em; }
.lh-big { line-height: 2em; }
.lh-bigger { line-height: 3em; }
.font-normal { font-weight: normal !important; }
.font-light { font-weight: 300 !important; }

/*set page content max-width */
.row, hr, #footer div.row, .spotlight-container, .breadcrumbs, .map-dir, .open-container, .research-landing-panel-box .content-layout, #current-graduate-panel .content-layout, #prospective-graduate-panel .content-layout, .current-undergrad-panel-box .content-layout, .prospective-undergrad-panel-box .content-layout, .research-at-phys-panel-box .content-layout, .news-panel .row, .calendar-content, .department-panel .row, .news-content, .calendar-panel .row {
	max-width: 75rem;
}
.row.wider { max-width: 85rem; }

.pagination { margin-top:2rem; }
.card img { width:100% !important; height: auto !important; }
.entry-content h1:first-of-type, .entry-content h2:first-of-type, .entry-content h3:first-of-type, .entry-content h4:first-of-type, .entry-title, .sidebar h4:first-of-type { margin-top:0; }
.entry-gender { margin-top: -0.8rem; color: #888; }

.panel.callout.info { background-color: #effbff; border-color: #a3c2d2; color: #366f8a; }

.panel.callout.success:before, .panel.callout.warning:before, .panel.callout.alert:before, .panel.callout.info:before {
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	padding: 0 1rem 0 0.5rem;
	vertical-align: middle;
	font-weight: 600 !important;
}
.panel.callout.success:before {
	content: "\2714";
	color: #366604;
}
.panel.callout.warning:before {
	content: "\f05a";
	color: #A37400;
}
.panel.callout.alert:before {
	content: "\f071";
	color: #860000;
}
.panel.callout.info:before {
	content: "\f05a";
	color: #045DAD;
}

.reveal { padding: 0 2rem; width: 100%; }

table thead, table tbody, table tfoot {
    border: none;
    background: none !important;
}
table thead tr th, table tfoot tr th {
    border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
table tbody tr:nth-child(even) {
    background-color: #eee;
}

table.container, table.container tbody, table.container td { border: none; padding: 0; margin: 0; }

table.course-list p { margin-bottom: 1rem; }
table.course-list p:last-of-type { margin-bottom: 0; }

table.smaller tbody th, table.smaller thead th, table.smaller tfoot th, table.smaller tbody td, table.smaller th, table.smaller th { padding: 0.25rem 0.312rem 0.312rem; }
	
.hand-hover, a.dir-cat:hover, a.dir-cat > dir-category:hover { cursor: pointer; cursor: hand; }

figure { margin: 1em 0; width: 100%; }
p > figure { margin: 1em 1.5em; }

.reveal-overlay { background-color: rgba(10, 10, 10, 0.75); }
.reveal.slim { background: #333; padding: 0; }
.reveal.slim .responsive-embed.widescreen, .reveal.slim .flex-video, .reveal.slim .flex-video.widescreen { margin-bottom: 0; }

.accordion-title, .accordion-content { padding: 1.25rem 1.5rem; }
.accordion-title:before { right: 1.5rem; font-size: 40px; line-height: 15px; }
.accordion-content p:last-of-type { margin: 0; }
  
  /* FONTS */

@media screen and (min-width: 40em) {
	.container h1 { font-size: 2.4rem; }
	.container h2 { font-size: 2.25rem; }
	.container h3 { font-size: 2rem; }
	.container h4 { font-size: 1.725rem; }
	.container h5 { font-size: 1.5625rem; }
	.container h6 { font-size: 1rem; }
}

.media-frame h1 { font-size: 1rem; }
.media-frame h2 { font-size: 1rem; }
.media-frame h3 { font-size: 1rem; }
.media-frame h4 { font-size: 1rem; }
.media-frame h5 { font-size: 1rem; }
.media-frame h6 { font-size: 1rem; }

/* EFFECTS */
.text-shadow, .reveal.slim .close-button {text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);}
a:hover, a:active, a.dir-cat:hover > .dir-category > i {text-decoration: none !important; }
.transition, .single-page-menu ul > li > a { -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; }

/* BUTTONS */
.btn, .wpcf7-submit { border-radius: 0; }
.btn, div.css-search button, .btn_profile-field > a, .wpcf7-submit {padding: 0.7rem 1rem;}
.button-full, .wpcf7-submit { width: 100%; margin-bottom: 1em; margin-top:1em; }
.nowrap, .btn, div.css-search button, .btn_profile-field > a { white-space: nowrap; }
.btn, .btn:hover,  div.css-search button:hover, .btn_profile-field > a, .btn_profile-field > a:hover { text-decoration: none !important; }
.div-border, .btn-border, .btn-border:hover { background: none !important; border-width: 3px; border-style: solid; font-weight:bold; border-radius: 0; }
.btn-border:hover { opacity: 0.8; }
.text-uppercase, .cal-event-block, .primary-nav li.parent-nav-left, .primary-nav li.parent-nav-right { text-transform: uppercase; }
.reveal.slim .close-button { background: #333; color: white; border: 1px solid #000; margin: -0.5rem -1rem 0 0; padding: .0.5rem .1rem; z-index: 999; }
.reveal.slim .close-button:hover { background: #9E1616; }

/* (0a - Colors) GLOBAL COLORS ***************************************************************************************************************/

/* MAIN button hovers */
.btn-dark, .btn-primary:hover, .btn-primart:focus, .btn-default:hover, .btn-default:focus, .btn:active, a > .btn:active, .button:active, a.button:active, .button:hover, .bg-dark, a.bg-dark, .button:focus, .btn-dark.button:visited, a.button:hover, .btn:hover, a.btn:hover, a > .btn:hover, a.button:focus, .btn:focus, a.btn:focus, a > .btn:focus { background-color: #444; }
a.bg-dark:hover, button.bg-dark:hover, .btn-dark:hover, a.btn-dark:hover, a > .btn-dark:hover, .btn-dark.button:hover, .btn-dark:focus, .btn-dark.button:focus {background-color: #666;}

/* TAMU MAROON */
.bg-maroon, .button, .bg-primary, .btn-primary, .btn-primary:visited, .btn-default, .btn-default:visited, .btn-secondary:hover, button.primary, aside.sidebar > article > .tagcloud > a:hover, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus, .slider-handle, input:checked ~ .switch-paddle, .pagination .current, .tabs.primary, .badge, .label, .progress.primary .progress-meter, .progress-meter, .btn_profile-field > a, .event-categories li a:hover, .wpcf7-submit {background-color: #850000;}
.text-maroon, a.text-maroon, a, a:visited, .text-primary, .text.primary, a.dir-cat > .dir-category > i, a.dir-cat > .dir-category > h5 {color: #850000;}
.border-maroon, .button.hollow, .border-primary, .button.hollow.primary, a.dir-cat:hover > .dir-category, .wpcf7-submit {border-color: #850000 !important;}

/* TAMU WHITE */
.bg-white, a.bg-white { background-color: #fff; }
.text-white, .text-white a, .text-white a:visited, aside.sidebar > article > .tagcloud > a:hover, .button.hollow.primary, ul.horizontal.menu > li > a, #mobile-menu > div > ul > li > a, #mobile-menu > div > ul > li > ul > li > a, #mobile-menu > div > ul > li > ul > li > ul > li > a, .btn_profile-field > a, .btn_profile-field > a:hover, a.text-white:hover, a.text-white:visited, .btn_profile-field > a:visited, .btn_profile-field > a:active, .btn-dark:visited, .btn-dark:active, .cal-event-block, #footer-container a, .footer-section-1 h3, #footer-container, .event-categories li a:hover, .accordion-item.is-active a.accordion-title { color: #fff; }
.btn-primary, .btn-primary:visited, .btn-default, .btn-default:visited, .btn-secondary, .btn-secondary:visited, .btn-tertiary, .btn-tertiary:visited, a.bg-dark:hover, button.bg-dark:hover, .wpcf7-submit, .academics-header h1 { color: #fff !important; }
.border-white, .single-page-menu ul > li.active > a { border-color: #fff !important; }

/* TAMU BLUE */
.bg-blue, .bg-tertiary, .cal-event-block, .btn-tertiary { background-color: #0056a2; }
.text-blue, a.blue, a.text-blue, .text-tertiary { color: #00417B; }
a.blue:hover, a.text-blue:hover { color: #0065BF !important; }
.border-blue, .border-tertiary, .btn-tertiary, .single-page-menu ul > li > a:hover { border-color: #0056a2 !important; }

/* DARK BLUE */
.bg-dblue, .single-page-menu ul > li > a:hover, .accordion-item.is-active a.accordion-title { background-color: #004582 !important; }
.text-dblue, a.dblue, a.text-dblue, a.accordion-title { color: #003666; }
a.dblue:hover, a.text-dblue:hover { color: #004E94 !important; }
.border-dblue { border-color: #004582 !important; }

/* LIGHT BLUE */
.bg-lblue { background-color: #b2d2ff; }

/* LIGHT ORANGE */
.bg-lorange { background-color: #ffdbb2; }

/* TAMU YELLOW */
.bg-yellow { background-color: #FCE300; }
.text-yellow, a.text-yellow, .single-page-menu ul > li > a { color: #FCE300; }
a.text-yellow:hover { color: #B7A500; }
.border-yellow, .single-page-menu ul > li > a { border-color: #FCE300 !important; }

/* TAMU GOLD */
.bg-gold, .bg-quaternary, .btn-secondary, .btn-secondary:visited, .btn-secondary.button:visited, .btn_profile-field > a:hover, a.bg-white:hover, a.bg-white:focus, .wpcf7-submit:hover, .wpcf7-submit:focus {background-color: #998542;}
.text-gold, a.text-gold, a:hover, a:active, a:focus, .btn:hover, a.btn:hover, a > .btn:hover, .button:hover, a.button:hover, a > button:hover, .btn:focus, a.btn:focus, a > .btn:focus, .button:focus, a.button:focus, a > button:focus, .text-quaternary, a.dir-cat:hover > .dir-category > i, a.dir-cat:hover > .dir-category > h5, #footer-container a:focus, #footer-container a:hover, a.text-maroon:hover, a.text-blue:hover, a.text-maroon:focus, a.text-blue:focus, .sidebar ul.sub-menu a:hover, .sidebar ul.sub-menu a:focus { color: #998542; }
.border-gold, .border-quaternary, .sidebar article h4, .border-bottom, .wpcf7-submit:hover, .wpcf7-submit:focus{ border-color: #998542 !important; }

/* FACEBOOK */
.bg-fb, .btn-fb:hover, .btn_fb > a:hover {background-color: #3C5A99;}
.text-fb, a.text-fb, .text-fb > a, .text-fb > a:hover, .text-fb > a:active {color: #334D83;}
.border-fb {border-color: #3C5A99 !important;}

/* INSTAGRAM */
.bg-ig, .btn-ig:hover, .btn_ig > a:hover {background-color: #833AB4;}
.text-ig, a.text-ig, .text-ig > a, .text-ig > a:hover, .text-ig > a:active {color: #E1306C;}
.border-ig {border-color: #E1306C !important;}

/* TWITTER */
.bg-twitter, .btn-twitter:hover, .btn_twitter > a:hover {background-color: #1DA1F2;}
.text-twitter, a.text-twitter, .text-twitter > a, .text-twitter > a:hover, .text-twitter > a:active {color: #197DBB;}
.border-twitter {border-color: #1DA1F2 !important;}

/* LINKEDIN */
.bg-linkedin, .btn-linkedin:hover, .btn_linkedin > a:hover {background-color: #4875B4;}
.text-linkedin, a.text-linkedin, .text-linkedin > a, .text-linkedin > a:hover, .text-linkedin > a:active {color: #355684;}
.border-linkedin {border-color: #4875B4 !important;}

/* YOUTUBE */
.bg-red, .bg-youtube, .btn-youtube:hover, .btn_youtube > a:hover {background-color: #B30000;}
.text-red, .text-youtube, a.text-youtube, .text-youtube > a, .text-youtube > a:hover, .text-youtube > a:active {color: #B30000;}
.border-red, .border-youtube { border-color: #B30000 !important; }

/* VIMEO */
.bg-vimeo, .btn-vimeo:hover, .btn_vimeo > a:hover {background-color: #1595BF;}
.text-vimeo, a.text-vimeo, .text-vimeo > a, .text-vimeo > a:hover, .text-vimeo > a:active {color: #1595BF;}
.border-vimeo { border-color: #1595BF !important; }

/* Google Calendar - Blue */
.bg-google-cal, .btn-google-cal:hover, .btn_google-cal > a:hover {background-color: #3366cc;}
.text-google-cal, a.text-google-cal, .text-google-cal > a, .text-google-cal > a:hover, .text-google-cal > a:active {color: #3366cc;}
.border-google-cal { border-color: #3366cc !important; }

/* GREEN */
.bg-green {background-color: #4FB300;}
.text-green {color: #246700;}
.border-green { border-color: #246700 !important; }

/* TAMU OTHER */
bdi, .text-muted, .btn-muted, option:empty, input.readonly, input[readonly], textarea.readonly, textarea[readonly], input.disabled, input[disabled], textarea.disabled, textarea[disabled], .text-white a:hover, .text-white a:focus {color: #aaa;}
.btn-muted { background-color: #d5d5d5; border-color:#b8b8b8; }
.btn-muted, .btn-muted:hover, .btn-muted:focus, a.btn-muted, a.btn-muted:hover, a.btn-muted:focus { background-color: #e5e5e5 !important; border-color:#c8c8c8 !important; color: #888 !important; cursor: default !important; }

input.readonly, input[readonly], textarea.readonly, textarea[readonly], input.disabled, input[disabled], textarea.disabled, textarea[disabled] {
    background: rgba(255,255,255,.5);
    border-color: rgba(222,222,222,.75);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.04);
    color: rgba(51,51,51,.5);
}

.reqd, a.reqd { color: red; font-weight: bold; }

/*FORCE EFFECTS*/
.btn-primary:hover, .btn-primary:focus, .btn-default:hover, .btn-default:focus, .btn-dark:hover, .btn-dark:focus, a.text-yellow:hover, a.text-yellow:focus { color: #fff !important; }
.btn-gold:hover, .btn-gold:focus { color: #444 !important; }
.text-dark, a.bg-white:hover, a.bg-white:focus, a.text-gold:hover, a.text-gold:focus { color: #444 !important; }

/**/

#page-complete-full-width, #single-post {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0rem;
}

.ellipsis {
	position: relative;
	height: 6.5em; /* exactly 4 lines */
	overflow: hidden;
}
.ellipsis:after {
	content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 4.8em;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

textarea {
	min-height: 9.5rem;
	max-height: 19rem;
	resize: vertical;
}

textarea[rows] {
	height: 6rem;
}

/* END GLOBAL */
/* (1 - Header) HEADER STYLING ***************************************************************************************************************/

.tamu-logo { text-align: left; }
.tamu-logo img { max-width: 600px; width:100%; height:auto; margin: 0 0 2rem 0; }

.menu-bg-light, .row.top-light, .block-light { width: 100%; background-color: #fff; z-index: 2; }

/*drop-down menu fix*/
nav { position: relative; z-index: 1; width:100%; }

/*.top-bar .menu a:not(.button) {background-color: #500000;}*/
.primary-nav .menu a, .primary-nav .menu .active > a, .primary-nav .title-bar { color:#333; }
.primary-nav .menu a { height: auto; background-color: #fff; }
.primary-nav .menu > li:not(.menu-text) > a { padding: 1rem 1.7rem 1rem 1.7rem; text-transform: uppercase; font-weight: bold; line-height:1.4em; }
.primary-nav .menu .active > a { background: #eee; }
/*li.is-dropdown-submenu-parent { font-size: 100%; }*/
li.is-dropdown-submenu-item { font-size: 85%; }
li.is-dropdown-submenu-item li.is-dropdown-submenu-item { font-size: 100%;}

.primary-nav .submenu > li:not(.menu-text) > a { padding: 1rem 1.5rem; background-color: #333; text-transform:none; font-weight: normal; color: #fff; }
.primary-nav .submenu > li:not(.menu-text) > a:hover { background-color: #111; }
/*.primary-nav .menu a:not(.button) {border-bottom: 1px solid #fff;}*/
/*.primary-nav .submenu a:not(.button) {border-bottom: none;}*/
/*.primary-nav .menu a:hover:not(.button) {background-color: #500000;}*/

.is-dropdown-submenu { min-width: 270px; background: none; }

.dropdown.menu.vertical > li.opens-right > a::after { border-color: transparent transparent transparent #aaaaaa; }

.is-accordion-submenu-parent > a::after { border-color: #aaaaaa transparent transparent transparent; }

/*.title-bar {background: #500000 none repeat scroll 0 0;}*/

.site-header { border-bottom: 1px solid #ccc; }

.main-navigation.row.top-bar/*, .top-bar ul*/ {padding: 0; background-color: #fff;}

/*.top-bar-right ul {background-color: #500000;}*/
ul.horizontal.menu > li > a, .top-bar, .top-bar ul, .is-drilldown-submenu, .site-header, .footer-section-1 { background: #500000 none repeat scroll 0 0; }
ul.horizontal.menu > li > a:active, .menu .active > a { background: #7F1A1A none repeat scroll 0 0; }
.top-bar {padding-bottom: 2rem;}
.is-drilldown-submenu-parent > a::after {border-color: transparent transparent transparent #aaaaaa;}
.js-drilldown-back > a::before {border-color: transparent #aaaaaa transparent transparent;}

/*.primary-nav .top-bar ul {background-color: transparent;}*/

/*.top-bar-right a {color: #ffffff;}
.top-bar-right a:hover {color: #cccccc;}*/

.menu-white {background-color: #ffffff;}
.menu-gray {background-color: #eeeeee; color: #333333;}

.nav-center {padding: 0; position: relative;}

.is-drilldown {max-width: inherit !important;}

.is-visually-hidden {
    border: 0 none !important;
    color: transparent;
    height: 1px !important;
    left: -999999px !important;
    position: absolute !important;
    width: 1px !important;
}

/*.maroon a {color: #ffffff; text-transform: uppercase;}*/

.dropdown.menu > li.is-dropdown-submenu-parent > a::after { border-style: none; border-width: 0; }
ul.dropdown { text-transform: none; }
.is-dropdown-submenu { border: 0; }
/*
.dropdown.menu > li.is-dropdown-submenu-parent > a::after{border-style: none !important; border-width: 0 !important;}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {border-style: none !important; border-width: 0 !important;}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {border-style: none !important; border-width: 0 !important;}
*/

/*
.parent-nav-left {padding: 0 0.9vw;}
.parent-nav-right {padding: 0 0.9vw;}
@media screen and (min-width: 70em) {
	.parent-nav-left {padding: 0 1.2vw;}
	.parent-nav-right {padding: 0 1.2vw;}
}
*/

.top-bar .menu li:not(:last-child) {border-right: none;}

#menu-header-top-right-navigation {
	font-size:.8em;
	padding: 1em 0 .5em 0;
	justify-content: flex-end;
}
#menu-header-top-right-navigation > li {
	border-right: 1px solid #fff;
	padding: .1rem .8rem;
}
#menu-header-top-right-navigation > li:last-child {border: none; padding-right: 0;}
#menu-header-top-right-navigation > li >a {padding: 0; margin: 0;}

#search-bar {margin: 0;}
.search-input {border-top-right-radius: 0; border-bottom-right-radius: 0;}
.search.button {height: 2.7em; border-top-left-radius: 0; border-bottom-left-radius: 0; background-color: #8c4343; color: #fff;}
[type='search'] {border: 1px solid #8c4343;	background-color: #470000; color: #fff;}
[type='search']:focus {color:#333;}

/* humburger mobile menu */
.title-bar {margin: 0; padding: 0;}
.title-bar .menu-icon {float: right; margin:42px 5% 0 0; right: 0; top: 0; position: absolute;}

@media only screen and (max-width: 1259px) {
	.tamu-logo.row, #menu-header-top-right-navigation {padding-left: 1rem; padding-right: 1rem;}
}

@media only screen and (max-width: 1023px) {
	.tamu-logo img {width:76%; margin: 1em;}
	.tamu-logo.row {padding: 0;}
}

@media only screen and (max-width: 600px) {
	.title-bar .menu-icon {margin: 7% 7% 0 0;}
	ul.vertical.menu > li > a, ul.vertical.menu > li.active > a, .title-bar {color:#fff;}
	ul.vertical.menu > li > a {background-color:#500000;}
	ul.vertical.menu > li.active > a {background-color:#850000;}
}

/* END HEADER */
/* (2 - Front page) FRONT PAGE STYLE ***************************************************************************************************************/

.divider {
	padding: 1px 0;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	background-color: #000;	
}

.small-show {display: none;}
.small-hide {display: inherit;}
.small-desc {padding: 10px;}

a.cust-btn:hover, a.cust-btn:focus {background: rgba(255, 255, 255, .2) none repeat scroll 0 0;	color: #fff;}

.cust-btn {
	color: #fff;
	border: 1px solid white;
	text-transform: uppercase;
	padding: 5px 15px;
	font-size: 1.4em;
	/*border-radius: 5px;*/
	transition: background 0.2s ease 0s;
}

.front-education { font-size: 22px; }
.front-med { font-size:18px; }
.front-icon { font-size: 90px; }
.front-icon-med { font-size: 70px; }
.education-desc { font-size: 26px; }

.footer-social i { margin: 0.3em 0.17em; }
.footer-social i.fa-twitter-square { margin-left: 0; }
.footer-social i.fa-flickr { margin-right: 0; }

/* (2.5b - ACADEMICS) PAGE STYLE *******************************************************************************************************************/

.image-header {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 10% 20%;
	width: 100%;
	box-shadow: inset 0 0 0 1000px rgba(0,25,79,.65);
}
.image-header.prosp-grad {
	background-image: url('/wp-content/themes/phys-astr/images/academics/prosp-grad-bg.jpg');
}
.image-header .row .columns { padding-top: 3rem; padding-bottom: 3rem; }
.image-header .row .single-page-menu {
	background: #0E337C;
	background: -moz-linear-gradient(45deg, rgba(0,77,166,0.8) 0%, rgba(0,44,110,0.85) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(0,77,166,0.8)), color-stop(100%, rgba(0,44,110,0.85))); /* safari4+,chrome */
	background: -webkit-linear-gradient(45deg, rgba(0,77,166,0.8) 0%, rgba(0,44,110,0.85) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(45deg, rgba(0,77,166,0.8) 0%, rgba(0,44,110,0.85) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(0,77,166,0.8) 0%, rgba(0,44,110,0.85) 100%); /* ie10+ */
	background: linear-gradient(45deg, rgba(0,77,166,0.8) 0%, rgba(0,44,110,0.85) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002C6E', endColorstr='#004DA6',GradientType=1 ); /* ie6-9 */
}
.single-page-menu ul { padding: 1rem; }
.single-page-menu ul > li { margin-bottom: 1.5rem; }
.single-page-menu ul > li:last-of-type { margin-bottom: 0; }
.single-page-menu ul > li > a { background: none !important; border: 2px; border-style: solid; }
.single-page-section .crumbs { padding: 1rem 0; }
.single-page-section.apply-now { background: #fff; -webkit-box-shadow: 0px -7px 8px -2px rgba(0,0,0,0.09); -moz-box-shadow: 0px -7px 8px -2px rgba(0,0,0,0.09); box-shadow: 0px -7px 8px -2px rgba(0,0,0,0.09); }
.single-page-section.darker { background: #ddd; }
.single-page-section.blue { background: #003C71; }
.single-page-section.blue .row .columns h3 { color: #fff !important; }
.single-page-section.three-blocks i { font-size: 80px; width: 150px; height: 150px; line-height: 150px; border-radius: 100%; border-width: 3px; border-style: solid; }
.single-page-section.application-dates { background: #eee; -webkit-box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.15); -moz-box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.15); box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.15); }
.single-page-section.application-dates .header h5:first-of-type { color: #fff !important; font-weight: 300; }
.single-page-section.application-dates i.large { font-size: 300%; }

.front-research { background-color:#555; }
.research-desc, .outreach-desc { margin: 0 0 1.2rem 0 !important; }
.research-desc .r1, .research-desc .r2, .research-desc .r3, .outreach-desc .o1, .outreach-desc .o2, .outreach-desc .o3 { margin-bottom: 0; }

.research-desc .r1 { font-size: 33px; font-weight: 600; margin-top:-0.7rem; }
.research-desc .r2 { font-size: 54px; font-weight: 300; margin-top:-1.1rem; }
.research-desc .r3 { font-size: 50px; font-weight: 300; margin-top:-1.1rem; }

.ml-fix { margin-left: -5px !important; }

.front-apply {
	background: url("/wp-content/themes/phys-astr/images/tamu_students_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 43% 10%;
	width: 100%;
}

.outreach-desc .o1 { font-size: 50px; font-weight: 300; margin-top:-1.2rem; }
.outreach-desc .o2 { font-size: 49px; font-weight: 600; margin-top:-1.4rem; }
.outreach-desc .o3 { font-size: 50px; font-weight: 300; margin-top:-1.4rem; }

.outreach-panel, .about-panel, .academics-panel, .directory-panel, .services-panel, .research-panel {
	background-attachment: scroll;
	/*background-image: url("http://cmsm.physics.tamu.edu/images/soft-back.png");*/
	background-position: left top;
	background-repeat: repeat;
}

.calendar-panel .calendar-panel-box {
	padding-left: 0rem;
	padding-right: 0rem;
}
.calendar-panel .calendar-content {
	padding-left: 10px;
	padding-right: 10px;
}
div.calendar-panel div.cal-wrapper a:hover,
div.calendar-panel div.cal-wrapper a:focus,
div.news-panel div.news-segment a:hover,
div.news-panel div.news-segment a:focus {
	color: #333333;
	text-decoration: underline;
}

div.calendar-panel a.cust-btn {
	border: none;
}

div.calendar-panel a.cust-btn:hover,
div.calendar-panel a.cust-btn:focus {
	background-color: #500000;
	text-decoration: underline;
	color: #F8F8FF;
}

div.calendar-panel div.cal-wrapper {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.news-panel .news-panel-box {
	padding-left: 0rem;
	padding-right: 0rem;
}

.news-panel .news-content {
	padding-left: 10px;
	padding-right: 10px;
}
div.news-panel div.news-segment {
	margin-bottom: 10px;
}

div.news-content div.row.small-up-1 {
	padding-left: 10px;
	padding-right: 10px;
}

div.news-content div.columns {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

div.news-content div.news-img img {
	border: 1px solid black;
	display: block;
	height: 225px;
	margin: 0 auto;
}

div.news-panel div.news-content div.news-desc {
	display: block;
	width: 225px;
	margin: 0 auto;
}
div.news-panel div.news-content div.news-desc a:hover,
div.news-panel div.news-content div.news-desc a:focus {
	color: #333333;
	text-decoration: underline;
}

/*VIDEO*/
.video-holder {
	background-color: #000;
	/*position: absolute; */
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;

}
.video-test {width: 100%;}

/* END VIDEO */

/* NEWS */

/*.column.column-block:nth-of-type(odd) { padding-right: 0.5rem; }*/
/*.column.column-block:nth-of-type(even) { padding-left: 0.5rem; }*/

.block-light { padding-bottom: 0.9rem; margin-bottom: 1.5rem; }
.block-light > h3, .block-light > a > h3, .block-light > a > p, .block-light > p, .block-light > article > h3, .block-light > article > a > h3, .block-light > article > a > p, .block-light > article > p { padding: 0 1rem 0.5rem 1rem; margin: 0; clear: both; }
.block-light > p.time, .block-light > p.excerpt, .block-light > article > p.time, .block-light > article > p.exerpt { padding: 0 1rem 0 1rem; }
.block-light > p.time > bdi, .block-light > article > p.time > bdi, .block-light > article > p.excerpt, .block-light > p.excerpt { font-size: 0.9em; }
.block-light > a > img, .block-light > article > a > img { margin-bottom: 1rem; width: 100%; max-height: 255px; }

.mech-award { color: #FFC94A; font-size: 4em; margin: 1rem 0 0 -4.3rem; position: absolute; }

.row.top-light {
	margin: 0;
	max-width: 100%;
	margin-bottom: 2rem;
	padding: 0.5rem 0;
}

.row.top-light, .block-light {
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.1);
}

.row.wider {margin-left: auto; margin-right: auto; width:100%;}

.top-light > div > div > .wp-post-image {/*padding: 3rem 1.5rem 3rem 0; width:100%; max-width: 400px; max-height: 240px;*/}

/***************** OTHER ***********************/
.image-header.open-comms {
	background-image: url('/wp-content/themes/phys-astr/images/open-comms/Student_Life_081.jpg');
}

/* END FRONT PAGE */

/* (3 - Events/Calendar) EVENTS ***************************************************************************************************************/

/* fix newline issues with events */
.columns.small-12.medium-12.large-8.small-order-2.medium-order-2.large-order-1.mb-3 { white-space: pre-line; }

.row.cal-event {margin-bottom: 1rem; }

.cal-event-block .date { margin-bottom: 0; padding: .3rem 0; }
.cal-event-block .month { margin-bottom: -0.8em; padding-top: 0.3em; font-size: 1.6em; font-weight: 600; }
.cal-event-block .day { font-size: 2.6em; font-weight: 400; margin: 0; }
.cal-event-block p { margin: 0; }

.cal-event-details { padding-bottom: 1rem; }
.cal-event-details > p { font-size: 85%; color:#444; margin-bottom: 0; padding-right: 0.9rem; }
.cal-event-details > p:first-of-type { font-size: 95%; }
.cal-event-details > p > strong { margin-right: 0.3rem; }

.event-categories { list-style-type: none; margin: 0.7rem 0 0 0; }
.event-categories li { display: inline-block; white-space: nowrap; margin-right:.4rem; margin-bottom: .4rem; }
.event-categories li:last-of-type { margin-right: 0; }
.event-categories li a { padding: 0.32rem 0.62rem; font-size: 0.7em; background-color: #ccc; color: #777; }

ul.event-categories li.general a { background-color: #F9D6A3; color: #77592A; }
ul.event-categories li.featured a { background-color: #F7C382; color: #875921; }
ul.event-categories li.lectures a { background-color: #A5E5AE; color: #346B20; }
ul.event-categories li.astronomy a { background-color: #A5DBE5; color: #21606B; }
ul.event-categories li.amo a { background-color: #87BFFB; color: #0F55A2; }
ul.event-categories li.colloquium a { background-color: #BFDD99; color: #305E1D; }
ul.event-categories li.colloquium-cycl a { background-color: #597832; color: #CEDFC7; }
ul.event-categories li.condensed-matter a { background-color: #D88CB2; color: #822050; }
ul.event-categories li.distinguished-lectures a { background-color: #e28f8f; color: #793030; }
ul.event-categories li.hepec a { background-color: #FBC1AF; color: #944812; }
ul.event-categories li.het a { background-color: #D0AFED; color: #632B97; }
ul.event-categories li.nuclear-theory a { background-color: #63427C; color: #D9BFEF; }
ul.event-categories li.public-lectures a { background-color: #3F6286; color: #C1DBF3; }
ul.event-categories li.osa a { background-color: #FDF58E; color: #867322; }
ul.event-categories li.outreach a { background-color: #AFEBCE; color: #20745B; }
ul.event-categories li.festivals a { background-color: #E89292; color: #883939; }
ul.event-categories li.game-day-phys a { background-color: #7F2E2E; color: #FFE9E9; }
ul.event-categories li.just-add-science a { background-color: #877F48; color: #E3D1A5; }
ul.event-categories li.mechanics-scholar-program a { background-color: #7F2E2E; color: #FFE9E9; }
ul.event-categories li.physics-shows a { background-color: #BD92E8; color: #613988; }
ul.event-categories li.sat-morn-phys a { background-color: #8A5E48; color: #D8B19C; }
ul.event-categories li.star-parties a { background-color: #BD92E8; color: #613988; }

ul.event-categories li a:hover { background-color: #555; color: #fff; }

/* featured modifications */
.cal-event.block-light { border-left: 4px solid #fff; }
.cal-event.block-light.star-border { border-left: 4px solid #E8A758; }
.fas.fa-star { color: #E8A758; }
.cal-event-block .date.featured { background-color: #c18439; }

img.atm-logo, img.video {
    width: 100%;
    background-position: 50% 0;
	background-repeat: no-repeat;
}
img.atm-logo { background-color: #772323; background-image: url('/wp-content/themes/phys-astr/images/icons/tamu-logo.svg'); min-height:6rem; }
.css-locations-list img.atm-logo { min-height:0; max-height: 100px; }
img.video { background-color: #848484; background-image: url('/wp-content/themes/phys-astr/images/icons/video.svg'); }

a.event-video {
	float: right;
	padding: 0.5rem 0.8rem;
	margin: -1rem -0.9rem 0 0.5rem;
	white-space: nowrap;
}

.colloquium-list div.colloquium-title,
.condensed-list div.condensed-title {
	/*color: #000;*/
	font-size: 1.3375rem;
	position: relative;
	display: inline-block;
}

.colloquium-list p, .condensed-list p {color: #3d3d3d;}

.img-holder span {display: none;}

div.img-holder {display: inline; position: relative;}
div.img-holder:hover > span {
	border: #c0c0c0 1px; 
	/*box-shadow: 8px 8px 5px #988;*/
	padding: 5px 20px 5px 5px;
	display: block;
	z-index: 100;
	left: 35px;
	white-space:pre-wrap;
	background-color: rgba(0,0,0,.9); 
	color: white;
	margin: 10px;
	width: 450px;
	position: absolute;
	top: -25px;
	text-decoration: none;
	font-size: 10pt;
}

div.img-holder:hover > span:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 20px 15px 0;
	border-color: transparent rgba(0,0,0,.9) transparent transparent;
	display: block;
	/*border: 15px solid blue;*/
	/*border-color: transparent blue transparent transparent;*/
	z-index: 101;
	position: absolute;
	content: "";
	top: 18px;
	left: -20px;
}

img.i-icon {height: 20px; margin-bottom: 5px; margin-left: 5px;}

.row.cal-event .panel.callout { display: none; }

.event-tag {
	padding: .35rem .5rem;
	font-size: 0.7em;
	font-weight: 400;
	text-decoration: none;
	margin-right: 0.5rem;
	color: #072080;
	background-color: #CDCDCD;
}
.event-tag:last-of-type { margin-right: 0; }
.event-tag:hover, .event-tag:focus { color: #fff !important; background-color: #444 !important; text-decoration: none; }

.event-tag.general { background-color: #F9D6A3; color: #77592A; }
.event-tag.featured { background-color: #F7C382; color: #875921; }
.event-tag.lectures { background-color: #A5E5AE; color: #346B20; }
.event-tag.astronomy { background-color: #A5DBE5; color: #21606B; }
.event-tag.amo { background-color: #87BFFB; color: #0F55A2; }
.event-tag.colloquium { background-color: #BFDD99; color: #305E1D; }
.event-tag.colloquium-cycl { background-color: #597832; color: #CEDFC7; }
.event-tag.condensed-matter { background-color: #D88CB2; color: #822050; }
.event-tag.distinguished-lectures { background-color: #e28f8f; color: #793030; }
.event-tag.hepec { background-color: #FBC1AF; color: #944812; }
.event-tag.het { background-color: #D0AFED; color: #632B97; }
.event-tag.nuclear-theory { background-color: #63427C; color: #D9BFEF; }
.event-tag.public-lectures { background-color: #3F6286; color: #C1DBF3; }
.event-tag.osa { background-color: #FDF58E; color: #867322; }
.event-tag.outreach { background-color: #AFEBCE; color: #20745B; }
.event-tag.festivals { background-color: #E89292; color: #883939; }
.event-tag.game-day-phys { background-color: #7F2E2E; color: #FFE9E9; }
.event-tag.just-add-science { background-color: #877F48; color: #E3D1A5; }
.event-tag.mechanics-scholar-program { background-color: #7F2E2E; color: #FFE9E9; }
.event-tag.physics-shows { background-color: #BD92E8; color: #613988; }
.event-tag.sat-morn-phys { background-color: #8A5E48; color: #D8B19C; }
.event-tag.star-parties { background-color: #BD92E8; color: #613988; }

.event-tag.smaller { padding: .20rem .28rem; }

/*-- Front-end Event & Locations Editor --*/
#event-form label, #location-form label { font-weight: bold; }
#event-form input[type="checkbox"], #event-form input[type="radio"], #location-form input[type="checkbox"], #location-form input[type="radio"], .em-events-admin-list input[type="checkbox"], .em-events-admin-list input[type="radio"], .em-locations-admin-list input[type="checkbox"], .em-locations-admin-list input[type="radio"] { width: 1rem; height: 1rem; }
.em-events-admin-list input[type="checkbox"], .em-events-admin-list input[type="radio"], .em-locations-admin-list input[type="checkbox"], .em-locations-admin-list input[type="radio"] { margin: 0.2rem 0; }
.em-recurring-text select, .em-recurring-text input, .event-form-when-wrap select, .event-form-when-wrap input { width: inherit; }
.em-recurring-text input, .alternate-selector label,  .event-form-when-wrap select, .event-form-when-wrap input, .em-locations-admin-list select, .em-locations-admin-list input, .inside.location-form-image label, .inside.location-form-image input { display: inline-block; }
.alternate-selector label { margin-right: 2%; font-size: 1rem; font-weight: normal !important; }
.alternate-selector label:last-of-type { margin-right: 0; }
#recurrence-interval, #end-days { width: 4rem; }
#location-image-img img { max-height: 300px; }

/* END EVENTS */
/* (4 - Footer) FOOTER ***************************************************************************************************************/

#footer-container {	background: #414141 none repeat scroll 0 0; margin: 0; }
#footer-container #footer { padding-top: 0px; max-width: 100%; }

.footer-section-3 { background: #333 none repeat scroll 0 0; }
.footer-section-1, .footer-section-2, .footer-section-3 { padding: 1rem 0; }

.footer-section-1 h3 { font-weight: 400; }
#footer ul { list-style: none; margin-left: 0; margin-bottom: 0; }
#footer ul.info li { padding: 0; }
#footer ul.links li { padding: 0.4rem 0; text-align: center; }
#footer div.columns {}

.footer-right { text-align: right; }
.footer-social { font-size: 2.75em; }
a.footer-button { display:inline-block; position: relative; font-size: 1.2em; }
a.footer-button:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-right: 3px solid white;
    border-top: 3px solid white;
    transform: rotate(45deg);
    margin: 0 0.3em -0.1em 0.3em;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
a.footer-button:hover { color: #fff !important;  }
a.footer-button:hover::after { margin: 0 0.15em -0.1em 0.8em; }

/* END FOOTER */
/* (5 - Landing pages) LANDING PAGES ***************************************************************************************************************/

.landing-big {
	height: auto;
	width: 100%;
	color: #fff;
}

.landing-big .row {
	height: auto;
	width: 100%;
	max-width: 100%;
}

.landing-holder {
	width: 100%;
}

.landing-holder .row {
	margin-left: 0px;
	margin-right: 0px;
}

.landing-holder .small-landing-img {
	width: 100%;
}	

.spotlight-container {
	margin: 0 auto;
	width: 100%;
	height: 100%;

}

.spotlight-content-med {
	float: left;
	width: 60%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	padding: 15px;
}

.spotlight-title {text-align: center; font-weight:700;}

.spotlight-desc {
	font-size: 1.05rem;
	color: #4d4d4d;
    text-align: left;
    padding: .5rem 1.5rem 0 1.5rem;
}

.spotlight-nav {
	padding-top: 15px;
	text-align: center;
}

.spotlight-list {
	list-style-type: none;
	margin: 0;
}

.spotlight-list-item:not(:first-child){
	background-image: linear-gradient(to right, rgba(193, 193, 193, 0) 0%, rgba(193, 193, 193, 0.49) 21%, rgba(193, 193, 193, 0.74) 51%, rgba(193, 193, 193, 0.49) 80%, rgba(193, 193, 193, 0) 100%);
	background-position: 0 0px 0 0;
	background-repeat: no-repeat;
	background-size: 100% 2px;
	margin-bottom: 0px;
	height: 26px;
	/*font-size: 1.1em;*/
}

.breadcrumbs {
	/*height: 100%;*/
	margin: 0 auto;
	width: 100%;
}

/* (5a - About) ABOUT LANDING PAGE ***************************************************************************************************************/

.landing-big .about-background {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) ), url("/wp-content/themes/phys-astr/images/front-about.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 600px;
	width: 100%;
	display: block;
	position: relative;
}	

.map-dir {padding: 35px 0px;}
.map-dir p {margin: 10px 0;	padding: 0px 15px;}
.map-dir h2 {line-height: 1.0;}

#open-pos .open-background {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url("/wp-content/themes/phys-astr/images/front-about.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
	display: block;
	position: relative;
	background-position: center center;
}	

#open-pos .row {max-width: 100%;}

.open-container {
	margin: 0 auto;
	width: 100%;
	height: 100%;

}

.open-content {
	float: left;
	width: 40%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	padding: 15px;
}

#open-pos .landing-title {
	font-size: 35px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	color: #500000;
}

.open-nav {padding-top: 15px; text-align: left;}

.news-button-holder .cust-btn {color: #500000; border: 0px;}
.news-button-holder .cust-btn:hover,
.news-button-holder .cust-btn:focus {border: 0px; background: 0; text-decoration: underline;}

.news-panel {
	height: auto;
	width: 100%;
	color: #414141;
	background: #edede8 none repeat scroll 0 0
}	

.news-panel .landing-title {
	text-align: center;
	font-size: 40px;
	color: #500000;
}

.news-panel .row {padding: 1.25em .75em;}

.news-panel-box .row:first-of-type {padding: 0em .75em;}
.news-panel-box {padding: 2.0em 2em 3.0em 2em; height: auto;}

.news-content {
	margin: 0 auto;
	/*height: 100%;*/
	padding: 1.25em;
	position: relative;
}

.news-day-holder {
	font-size: 5em;
	text-align: center;
	border-bottom: 1px solid #414141;
}

.news-textual-month {
	font-size: .25em;
	text-align: left;
	padding-left: 10px;
}

.news-numerical-day {
	line-height: 1em;
	margin-bottom: 20px;
}

.news-title-holder {
	font-size: 1.1em;
	padding: 0px 5px 5px 5px;
	/*text-decoration: underline;*/
}

.news-desc-holder {
	padding: 5px;
}

.news-button-holder {
	display: table;
	/*margin-top: 10px;*/
	margin: 10px auto;
}

.news-button-holder span {

}

.news-panel-box .cust-btn {
		color: #500000;
		border: 0px;
}

.news-panel-box .cust-btn:hover,
.news-panel-box .cust-btn:focus {
	color: #500000;
	border: 0px;
	text-decoration: underline;
}

.news-panel .shift-size {
	/*width: auto;*/
	display: inline-block;
	margin: 0px auto;
	/*padding: 0 auto;*/
	vertical-align: top;
	background-color: #500000 none repeat scroll 0 0;
	color: #fff;
}

.news-content .row {
	height: auto;
}

.news-panel .shift-size .row {
	width: 250px;
	/*height: 150px;*/
	padding: 0px;
	margin: 0px;
}

.news-img img {
	width: 225px;
	border: 1px solid black;
	display: block;
	margin: 0 auto;

}

/* END ABOUT LANDING PAGE */
/* (5b - Academics) ACADEMICS LANDING PAGE ***************************************************************************************************************/

.landing-big .academics-background {
	background: url("/wp-content/themes/phys-astr/images/academics_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 600px;
	width: 100%;
	display: block;
	position: relative;
}	

.research-at-phys-panel {
	height: auto;
	width: 100%;
	color: #414141;
	background: #edede8 none repeat scroll 0 0
}	

.research-at-phys-panel-box {
	padding: 2.0em 2em 1.5em 2em;
	height: auto;
}

.research-at-phys-panel-box img {
	padding-top: 10px;
}

.research-at-phys-panel-box .content-layout {
	height: 100%;
	margin: 0 auto;
	width: 100%;
	padding-bottom: 1em;
}

.research-at-phys-button-holder {
	display: table;
	/*margin-top: 10px;*/
	margin: 10px auto;
}

.research-at-phys-panel-box .cust-btn {
	color: #500000;
	border: 0px;
}

.research-at-phys-panel-box .cust-btn:hover,
.research-at-phys-panel-box .cust-btn:focus {
	background-color: #edede8;
	color: #500000;
	border: 0px;
	text-decoration: underline;
}

.prospective-undergrad-panel {
	height: auto;
	width: 100%;
	background: #fff none repeat scroll 0 0 !important;
}

.prospective-undergrad-panel-box {
	padding: 2.5em 2em 1.5em;
	height: auto;
}

.prospective-undergrad-panel-box .content-layout {
	margin: 0 auto;
	width: 100%;
	padding-bottom: 1em;
}

.prospective-undergrad-button-holder {
	display: table;
	/*margin-top: 10px;*/
	margin: 10px auto;
}

.prospective-undergrad-panel-box .cust-btn {
		color: #500000;
		border: 0px;
}

.prospective-undergrad-panel-box .cust-btn:hover,
.prospective-undergrad-panel-box .cust-btn:focus {
	background-color: #fff;
	color: #500000;
	border: 0px;
	text-decoration: underline;
}

.current-undergrad-panel {
	height: auto;
	width: 100%;
	background: #fff none repeat scroll 0 0;
}

.current-undergrad-panel-box {
	padding: 2.5em 1.5em 2.5em 1.5em;
	height: auto;
}

.current-undergrad-panel-box .content-layout {
	margin: 0 auto;
	width: 100%;
}

.current-undergrad-img {
	border-radius: 50%;
	height: 250px;
	width: 250px;
	display: block;
	margin: 0 auto;
}


.landing-title {
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	line-height: 3rem !important;
	font-size: 2rem !important;
	margin: 1rem 0 1.5rem 0!important;
	text-rendering: optimizeLegibility;
}

/*.content-layout p {
	color: #000;
	font-size: 15px;
}*/

.two-col li {
	float: left;
	text-align: left;
	width: 49%;
	height: auto;
}
.two-col {
	list-style-type: none;
	display: inline-block;
	margin-left: 0px;
	width: 100%;
}

.two-col > li:before {
	content: "-";
}

ul.two-col {margin-bottom:0;}

ul.two-col li a {
	margin-left: 5px;
	color: #2b5d7d;
	font-size: 15px;
}


ul.two-col li,
ul.two-col a {
	color: #2b5d7d;
}

.two-col a:hover,
.two-col a:focus {
	color: #333333;
	text-decoration: underline;
}

.prospective-graduate-panel-box {
	background: linear-gradient(rgba(80, 0, 0, 0.8), rgba(80, 0, 0, 0.8)), url("/wp-content/themes/phys-astr/images/grad-study.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	height: auto;
	width: 100%;
	display: block;
	position: relative;
}

#prospective-graduate-panel .content-layout {
	/*height: 100%;*/
	margin: 0 auto;
	width: 100%;
	padding-top: 2em;
	padding-bottom: 2em;
}

#prospective-graduate-panel .landing-title {
	color: #fff;
	display: block;
	margin: .5em auto;
}

.current-graduate-panel-box {
	background: linear-gradient(rgba(80, 0, 0, 0.8), rgba(80, 0, 0, 0.8)), url("/wp-content/themes/phys-astr/images/cur-grad.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 50%;
	height: auto;
	width: 100%;
	display: block;
	position: relative;
}

#current-graduate-panel .content-layout {
	/*height: 100%;*/
	margin: 0 auto;
	width: 100%;
	padding-top: 2em;
	padding-bottom: 2em;
}

#current-graduate-panel .landing-title {
	color: #fff;
	display: block;
	margin: .5em auto;
}

.box-holder {
	color: #fff;
	text-align: center;
	height: 100%;
	width: 100%;
	margin-top: .5em;
}

.content-box {
	float: left;
	margin-bottom: 30px;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 50%;
}

.content-box h2.content-title {
	line-height: 30px;
	font-size: 1.45rem;
}

.content-area {
	background: #fff none repeat scroll 0 0;
	color: #500000;
	margin-bottom: 1.25rem;
	padding: 15px 30px 30px;
	text-align: center;
	height: auto;
	width: auto;
}

.content-linkout {
	display: block;
	font-weight: 800;
	border: 2px solid #500000;
	background: transparent none repeat scroll 0 0;
	text-transform: uppercase;
	width: auto;
	height: auto;
	padding: 10px;
}

.content-linkout:hover,
.content-linkout:focus {
	background-color: #edede8;
	text-decoration: underline;
}

#prospective-undergrad-panel {
	background-color: #edede8;
}

.prospective-undergrad-img {
	border-radius: 50%;
	height: auto;
	width: 100%;
	display: block;
	margin: 0 auto;
}


/* END ACADEMICS LANDING */
/* (5c - Research) RESEARCH LANDING PAGE ***************************************************************************************************************/

.landing-holder div.research-background {
	background: url("/wp-content/themes/phys-astr/images/research_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 75% 60%;
	height: 600px;
	width: 100%;
	display: block;
	position: relative;
}

.research-landing-panel {
	height: auto;
	width: 100%;
	background: #fff none repeat scroll 0 0;
}

.research-landing-panel:nth-child(odd) {
	background: #edede8 none repeat scroll 0 0;
}

.research-landing-panel-box {
	padding: 2.5em 2em 1.5em;
	height: auto;
}

.research-landing-panel-box .content-layout {
	margin: 0 auto;
	width: 100%;
	padding-bottom: 1em;
}

.research-landing-img {
	border-radius: 50%;
	height: auto;
	width: 100%;
}


.text-align-center {text-align: center;}
.helper {display: inline-block; height: 100%; vertical-align: middle;}

/* END RESEARCH LANDING */
/* END LANDING PAGES */
/* (6 - Research third level) RESEARCH THIRD LEVEL ***************************************************************************************************************/

.people-txt {
background-color: #dadada;
color: #5c0025;
font-weight: 600;
margin-bottom: 1.5rem;
margin-top: 0;
padding: 6px 0;
text-align: center;
text-transform: uppercase;
}


/* END RESEARCH THIRD LEVEL*/
/* (7 - Directory sidebar) DIRECTORY SIDEBAR ***************************************************************************************************************/

.dir-category {
	padding: 2rem 0;
	border: 1px solid #eee;
	background-color: #fff;
}

.dir-category > i {font-size: 4em;}

a.dir-cat {text-decoration: none !important;}

aside.sidebar {width: 100%;}

/* fix width */
aside.sidebar ul.menu {
	display: block !important;
	display: -webkit-box !important;
	flex-wrap: wrap !important;
	-webkit-flex-wrap: wrap !important;
}
aside.sidebar ul.menu > li {
	width:100%;
}

.sidebar ul.sub-menu .active > a {
	background: #edede8 none repeat scroll 0 0;
	color: #333;
	margin: 2px 0px;
	padding: 0.5rem .3rem;
	line-height: 16px;
}

.sidebar ul.sub-menu a {
	display: block;
	color: #850000;
	/*background-color: #fff;*/	
}

.sidebar ul.sub-menu {
	list-style-type: none;
}

aside.sidebar ul.menu li.active > a {
	background: #edede8 none repeat scroll 0 0;
	color: #333;
	margin: 2px 0px;
	padding: 0.5rem .3rem;

}

/*END DIRECTORY SIDEBAR*/
/* (8 - Posts sidebar) NEWS SIDEBAR ***************************************************************************************************************/

aside.sidebar > article {margin-bottom:1.5rem;}
aside.sidebar > article > h4, .border-bottom {border-bottom: 5px solid; padding-bottom: 0.75rem; margin: 0 0 1rem 0;}
aside.sidebar > article > .tagcloud {margin-bottom: 1rem;}
aside.sidebar > article > .tagcloud > a {margin: 0 0.2rem 0.3rem 0; padding: 0.4rem 0.6rem; background-color:#eee; color:#222;}

/* (9 - Content) CONTENT BLOCKS STYLE ***************************************************************************************************************/

.crumbs {font-size: 0.75rem; text-transform: uppercase; padding: 3.2rem 0 0 0.2rem;}
p.crumbs {margin-bottom: 0px;}
.time {margin-top:-0.35rem;}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {font-size: 60%; line-height: 0;}

.side-panel {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /*background: #fff none repeat scroll 0 0;*/
    border-color: #500000 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 4px medium medium;
    padding: 20px 0;
}
/*.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {color: #000000;}*/
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {line-height: 1; margin-bottom: 0.625rem;}
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {line-height: 1.4;}

.side-panel ul.light-list {list-style-type: none; margin-left: 0px;}
.side-panel ul.light-list > li:before {content: '-';}
.side-panel ul.light-list > li a {margin-left: 5px;}

.light-list li, .light-list a {color: #25506b;}
.light-list a:hover, .light-list a:focus {color: #333333; text-decoration: underline;}

.menu-directory-child-container ul {margin-left: 0;}
.menu-directory-child-container li {padding-right: 1rem;}
.menu-directory-child-container li {display: inline-block;}
.menu-directory-child-container li:not(:first-child) {padding-left: 1rem;}
.menu-directory-child-container li:not(:last-child) {border-right: 1px solid #ccc;}

h3.acad-line-height {line-height: 1.0;}

/* Latest Posts Extended 
/* thumb: http://placehold.it/45x45/f0f0f0/ccc */
article.category-news {
	margin-bottom: 1rem;
	list-style-type: none;
	background-color: #fff;
}
article.category-news:last-of-type {margin: 0;}

article.category-news h2 {clear: both; font-size: 1.5em; font-weight: 600; margin: 0.5rem 0 0.5rem 0; text-transform: none;}
.rpwe-thumb {margin-bottom:0.95rem; margin-right:1rem; float:left;}
.rpwe-summary {font-size: 0.9em; margin-top: 0.5rem;}
.rpwe-time {color: #888; font-size: 0.8em;}
.rpwe-comment {color: #bbb;font-size: 11px;}

@media only screen and (max-width: 639px) {
	.crumbs {padding: 2rem 0 0 0;}
}

.no-thumb {width: 400px; height: 320px; background-repeat: repeat; background-position: center; background-size: 122px 122px;}

/* (10 - PDB) Participants Database *****************************************************************************************************************/

.pdb-signup .control-group { margin-top: 2em; }
.pdb-record .form-group { margin-top: 1em; }
.pdb-record .form-group.dropdown { margin-bottom: 0; margin-top:0; }
.pdb-record .form-group.dropdown > .input-group > select { margin: 0.6rem 0; }
#submit-button button { width: 100%; margin-bottom: 2em; margin-top:2em; }
.pdb-record .pdb-upload, .pdb-upload a, .pdb-upload .pdbiex-image-field-wrap {margin-bottom: 1em; }
.pdb-upload .pdbiex-image-field-wrap img { max-width: 300px; max-height:150px; }
.input-group, .form-group { margin-bottom: 0; }
.help-block, .image-filename {font-size: 0.9em; color: #888; }
.pdb-error, .pdb-message { margin: 0 0 2em 0 !important; }
.pdb-error p, .pdb-message p { padding: .6em 0; }
.pdb-error p i { color: #c53630; margin-right: 0.6em; }

.pdb-message p i { color: #6db537; margin-right: 0.6em; }

.chosen-multi-dropdown-other .controls .help-block { margin-top: 1em; }
.pdb-multisearch-control, .chosen-container .chosen-container-multi { width:100%; }

.pdb-list .pdbiex-image-field-wrap { width: 100% !important; }
.pdb-list-photo span img { max-width: 100px; width:100%; }
.pdb-list-bigger-photo span img { max-width: 180px; width: 100%; }
.pdb-single-photo span img { text-align: center; max-width: 600px; width: 100%; }

.pdb-upload .pdbiex-image-field-wrap, .pdb-upload a { background: #fff; padding: .7em; border: 1px solid #ccc; text-align: center;}
.image-filename { margin: .7em 0 0 0; display: block; }
.pdb-upload a { display: inline-block; }

.textarea p { margin-bottom: 0; }

.link-element {width: 100%;}

.ui-tabs .ui-tabs-nav {
	background-image: none;
	background-color: inherit;
	border: none;
	border-bottom: 1px solid #ccc;
	height: auto;
	margin: .5em 0 .6em;
	padding: 0 .6em;
	overflow: visible;
}
.ui-tabs .ui-tabs-nav li {
	background-color: transparent;
	background-image: none;
	border:none;
	display: inline-block;
	position: relative;
	margin: 0;
	height: auto;
	width: auto;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-active { margin-bottom: 0; }
.ui-tabs .ui-tabs-nav .ui-state-default a {
	background-color: rgba(0,0,0,0.1);
	text-shadow: none;
}
.ui-tabs .ui-tabs-nav .ui-tabs-active.ui-state-active a {
	background-color: rgba(0,0,0,0);
}
.ui-tabs .ui-tabs-nav li a {
	padding: .3em .8em .2em;
	font-weight: normal;
	line-height: 1.4;
	display: inline-block;
	margin: 0 .5em 0 0;
	border-style: solid;
	border-color: #CCC #CCC #F9F9F9;
	border-width: 1px 1px 0;
	color: #888888;
	background-color:#eeeeee;
	text-shadow: rgba(255, 255, 255, 1) 0 1px 0;
	text-decoration: none;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.ui-tabs .ui-tabs-nav li a:hover {
	color: #000000;
	background-color: #F3F3F3;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
.ui-tabs .ui-tabs-nav li.ui-state-active a,
.ui-tabs .ui-tabs-nav li a:focus {
	color: #333333;
	outline:none;
}

.ui-tabs .ui-tabs-panel { padding: 1em 0 2em 0; }
.ui-tabs .ui-tabs-panel label { font-weight:bold; }
.checkbox-group label { font-weight: normal !important; background: #fff; padding: .3rem .6rem; border: 1px solid #ddd; }
.checkbox-group, .radio-group { margin: 6px 0 1px 0 !important; }
.checkbox-group legend, .radio-group legend { font-weight: normal !important; font-size: 0.9em; }
.pdb-tab-control { display: none; }
#event-form input, #event-form textarea { font-weight: normal; }

.selectother label, .multicheckbox label, .file-delete label, .csv-export label, .radio-group label, .radio-subgroup label, .othercontrol { margin: 0 5px 9px 0 !important; }

.ui-tabs .ui-tabs-nav { padding: 0 0 0 .3em; margin: .2em -.3em 1.5em -.3em; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0;
    padding-bottom: 0;
}

.ui-tabs .ui-tabs-nav li { margin: 0; }

.ui-tabs .ui-tabs-nav .ui-tabs-active.ui-state-active a { padding-bottom: 10px; padding-top:10px; margin-top: 0; }

.ui-tabs .ui-tabs-nav .ui-state-default a { margin-top: .3em; }

.ui-tabs .ui-tabs-nav > .ui-tabs-active.ui-state-active a {
    border-color: #500000;
    border-width: 1px 1px 0;
    color: #fff;
    background-color: #850000;
}

.pdb-element-chosen-dropdown {width: 100%; }
.chosen-container-multi .chosen-choices { padding: .4em .5em; margin-bottom: 1em; }
.chosen-container-multi .chosen-drop {margin-top: -1em; }

.pdb-list .pdb-searchform fieldset, .pdb-list table caption { margin: 1em 0 0 0; }

.pdb-list table caption { margin: 0 0 1em 0; }

.pdb-tab-control.ui-tabs-nav { display: block; }

.pdb-signup.ui-widget.ui-widget-content,
.pdb-record.ui-widget.ui-widget-content,
.pdb-single.ui-widget.ui-widget-content {
	border: none;
	background: none !important;
	font-size: 87%;
}

#masthead { max-height: 231px; }

.form-group .panel.callout {line-height: 3.6em;}

.main-navigation.top-bar.hide-for-large, .top-bar-right { display: none; visibility: hidden; position: absolute; }

/* (11 - Contact Form 7) Custom Styling *************************************************************************************************************/

span.wpcf7-not-valid-tip { font-size: .8em; margin-top: -1rem; margin-bottom: 1rem; }
div.wpcf7-response-output { margin-left: 0; }
div.wpcf7-response-output { background-color: #FFDCDC; border-color: #E44C4C; }
.wpcf7 form.sent div.wpcf7-response-output, div.wpcf7-mail-sent-ok {background-color: #C3FFC8; border-color: #1B971B; }
div.wpcf7-mail-sent-ng, div.wpcf7-aborted, div.wpcf7-spam-blocked, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing { background-color: #FFDCDC; border-color: #F3B74A; }
.wpcf7-response-output { margin: 0 !important; padding: 0.8rem 1rem !important; }
.wpcf7-submit { margin-bottom: -1rem !important; }
[data-class='wpcf7cf_group'] { width: 100%; }
.wpcf7-radio label { font-size: 100%; }
span.wpcf7-list-item { margin: 0 1rem 0 0; }

/* (12 - Mobile) Mobile Compatibility ***************************************************************************************************************/

/*mobile friendly */
@media only screen and (min-device-width: 640px) and (max-device-width: 1023px), screen and (min-width: 640px) and (max-width: 1023px) { /*FoundationPress Medium*/
	#masthead { max-height: 100%; }
	.main-navigation.top-bar.hide-for-large, .top-bar-right { display: flex; visibility: visible; position: relative; }
	.crumbs {padding: 2.8rem 0 0 0.2rem;}
	.spotlight-content, .spotlight-content-large{width: 100%;}
	.column.column-block:nth-of-type(odd) { padding-right: 0.9375rem; }
	.column.column-block:nth-of-type(even) { padding-left: 0.9375rem; }
	h1 {font-size: 2em;}
	.ml-fix { margin-left: 0 !important; }
	figure > img.size-large { max-width: 1023px; }
	figure > img.size-large { width: 100% !important; }
	.spotlight-content-med { width: 100%; float: none; }
	.block-light > a > img, .block-light > article > a > img { max-height: 290px; }
}

@media screen and (max-width: 885px) {
	.two-col { display: auto; }
	.two-col li { float: auto; width: 100%; }
}

@media screen and (max-width: 700px) {
	#masthead { max-height: 100%; }
	.academics-background div.spotlight-title { font-size: 40px; }
	.footer-right { text-align: left; }
}

@media only screen and (max-device-width: 639px), screen and (max-width: 639px) { /*FoundationPress Small*/
	.main-navigation.top-bar.hide-for-large, .top-bar-right {display: flex; visibility: visible; position: relative; }
	.time, .author { font-size:0.95rem; margin-top:0; }
	h1 { font-size: 1.5em; }
	.spotlight-content, .spotlight-content-large{ width: 100%; }
	.ml-fix { margin-left: 0 !important; }
	figure, figure > img.size-medium, figure > img.size-large, figure > img.size-thumbnail { max-width: 639px; }
	figure, figure > img.size-medium, figure > img.size-large, figure > img.size-thumbnail { width: 100% !important; }
	.spotlight-content-med { width: 100%; float: none; }
	.spotlight-desc { padding: 0 4px; }
	.block-light > a > img, .block-light > article > a > img { max-height: 215px; }
	.no-thumb { width:100%; }
	a.event-video {	float:none; padding: 0.7rem 0; margin: -1rem 0 1rem 0.2%; display:block; width:99.5% }
}
