/*
Theme Name: Chancellor - UWM Web Identity Child Theme Template
Theme URI:      
Description:    
Author: Regan Jacobson         
Author URI:     
Template: uwmwebid
Version: 1.0
*/
/* Please customize the above child theme template header to reflect your organization. */
/* IMPORTANT: The value of Template must remain "uwmwebid". */

/* IMPORTANT: Please do not remove this line. It is required by the UWM Web Identity parent theme. */
@import url("../uwmwebid/style.css");

/* Ok! Child theme customization starts below this line. */


/**
 * 0.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.navbar {
    margin-bottom: 0px;
    border-radius: 0px;
    min-height: 45px;
    border: none;
}
 
/* Clearing floats */
.row:after,
.post-list li:after {
	clear: both;
}

.row:after,
.post-list li:after {
    content: "";
    display: table;
}

.vertical-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
}

.tablet-clear {
    clear: both;
    display: none;
}

.sticky a {
    display: inline-block;
    margin-top: 20px;
}

code {
	display: block;
	background: #f8f8f8;
	padding: 30px;
}

h1, h2, h3 {
    color: #333333;
}
 
a i {
    color: #ffcd00;
}

hr {
	background: #ccc;
	border: none;
	height: 1px;
	margin: 60px 0;
}

hr.short {
    width: 50%;
    margin: 0 auto;
}

hr.bold-yellow {
    max-width: 1060px;
    height: 10px;
    background: #ffcd00;
    border: none;
    margin: 0 auto 50px auto;
}

hr.light-gray {
    width: 100%;
    background: #666666;
    border: none;
    margin: 0 auto;
    height: 1px;

}

h4 {
    font-size: 1.5em;
    font-weight: 300;
}

.lead-in {
 	font-size: 24px;
 	font-weight: 200;
}

.small-text-14 {
    font-size: 14px;
}

.small-text-12 {
    font-size: 12px;
}

.featured-img-caption {
    color: #999;
    font-size: 14px;
    max-width: 600px;
}

blockquote {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: relative;
    font-size: 20px !important;
    margin: 0;
    padding: 40px;
}

blockquote *:last-child {
    margin-bottom: 0;
}

.more,
.more:hover,
.more:visited {
    font-weight: bold;
    color: #000;
}

ul.list-padding-2x li {
    padding-bottom: 20px;
}

/* Buttons */

.button-gold,
.button-gold:visited {
    background: #ffcd00;
    color: #000;
}

.button-gold:hover {
    background: #ffdb45;
    color: #000;
}

.button-gray,
.button-gray:visited {
    background: #f1f1f1;
    color: #333;
}

.button-gray:hover {
    background: #e5e5e5;
    color: #333;
}

/* Panels */

.panel {
    padding: 30px;
    background-color: #f8f8f8;
    border: solid 1px #e5e5e5;
    border-radius: 4px;
    font-weight: 300;
    margin-bottom: 30px;
    position: relative;
}

.panel *:first-child {
    margin-top: 0;
}

.panel p:last-child {
    margin-bottom: 0;
}

.panel h4 {
      margin: 40px 0 10px 0;
      font-weight: 500;
}

.panel-pdf,
.panel-xlink {
    padding: 16px 20px;
    margin-bottom: 24px;
}

.panel-pdf:before {
    content: '\f1c1';
    font: normal 30px/1 FontAwesome;
    color: #574d52;
    float: left;
}

.panel-pdf .wrap {
    margin-left: 45px;
}

.panel-pdf a {
    font-size: 18px;
}

.panel-pdf .details {
    font-size: 14px;
}

.panel-xlink .fa {
    padding-left: 10px;
    color: #574d52;
}

.panel strong {
    font-weight: 500;
}

.panel-rm-p-margin p {
    margin: 0;
}

/* Callouts */

.image-callout {
    width: 300px;
    position: relative;
    margin-bottom: 40px;
}

.image-callout img {
    margin-bottom: 10px;
}

.image-callout a {
    color: #000;
    font-weight: 300;
    line-height: 1.4em;
    font-size: 18px;
}

/**
 * 0.0 Post Lists
 * ----------------------------------------------------------------------------
 */

.post-list {
    position: relative;
}

.post-list h3 {
    font-weight: 300;
    font-size: 24px;
}

.post-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.post-list ul li  {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}

.post-list .photo-gallery li {
    border-bottom: none;
    padding-bottom: 0;
}

.post-list a,
.widget .post-list a,
.post-list .photo-gallery {
    color: #333;
    font-weight: 300;
    font-size: 16px;
}

.post-list .title {
    line-height: 1.2;
}

.post-list .date {
    margin-top: 5px;
    color: #4d84b1;
    font-size: 12px;
    font-weight: 400;
}

.post-list img,
.post-list .img-video-play {
    float: left;
    margin-right: 15px;
}

.post-list .photo-gallery img {
    max-width: 300px;
    float: none;
    margin-right: 0;
    display: block;
}

/**
 * 0.0 Video
 * ----------------------------------------------------------------------------
 */
 
.img-video-play {
    position: relative;
    width: inherit;
    height: inherit;
}

.post-list .img-video-play img {
    float: none;
    margin-right: 0;
}  

.video-play {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    margin: 0;
    left: 20px;
    bottom: 20px;
    background: #000;
    height: 50px;
    width: 145px;
    border-radius: 4px;
    cursor: pointer;
    text-align: left;
}

li.img-video-play .video-play {
    position: absolute;
    bottom: 70px;
}

.image-callout .video-play {
    display: block;
    position: absolute;
    margin: 0;
    top: 105px;
    width: 54px;
}

.archive .nonspotlight .img-video-play .video-play,
.post-list .nonspotlight .img-video-play .video-play {
    margin: 0;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    border-radius: 0;
    background: #ffbd00;
}

.video-play:hover,
.archive .nonspotlight .img-video-play .video-play:hover,
.post-list .nonspotlight .img-video-play .video-play:hover {
    background: #ffbd00;
}

.video-play .text {
    position: absolute;
    left: 50px;
    top: 14px;
}

.entry-header .video-play {
    left: 30px;
    bottom: 30px;
}

.video-play:before {
    -webkit-font-smoothing: antialiased;
	font: normal 21px/2.4 FontAwesome;
	content: '\f04b';
	width: 1em;
	color: #fff;
	position: relative;
	left: 20px;
}

.archive .nonspotlight .img-video-play .video-play:before,
.post-list .nonspotlight .img-video-play .video-play:before {
    font: normal 16px/1.9 FontAwesome;
    left: 10px;
}

a.video-link:hover {
    text-decoration: none;
}

.image-callout a.video-link:hover {
    text-decoration: underline;
}



/**
 * Pagination
 * ----------------------------------------------------------------------------
 */
 
.pagination {
    text-align: center;
    margin: 50px auto;
}

.pagination .page-numbers {
    background: #f2f2f2;
    border: 1px solid #fff;
    padding: 14px 24px;
    margin: 5px;
    color: #000;
    font-size: 18px;
    display: inline-block;
}

.pagination .page-numbers:hover {
    background: #e9e9e9;
    text-decoration: none;
    cursor: pointer;
}

.pagination .current,
.pagination .current:hover {
    background: #fc0;
}


/**
 * 0.0 Page Structure
 * ----------------------------------------------------------------------------
 */
 
 /* centered content container */
.center-cc {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1000px;
    width: 100%;
    position: relative;
}

.combo-sidebar-container {
    float: right;
    width: 31.25%;
    margin-bottom: 0;
    position: relative;
}

.sidebar-primary #secondary.sidebar-container,
#sc-after-widgets {
    float: none;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}

.front-page-banner aside {
    margin-bottom: 0;
}

.container12, .container10 {
    max-width: 100%;
}

.column6 {
    width: calc(50% - 20px);
    margin: 10px;
    float: left;
}

.column3 {
    width: calc(25% - 20px);
    margin: 10px;
    float: left;
}

.column2 {
    width: calc(20% - 20px);
    margin: 10px;
    float: left;
}

.row {
    margin: 15px 0;
}

.mobile {
    display: none;
}

.web {
    display: block;
}


/**
 * 0.0 Navigation
 * ----------------------------------------------------------------------------
 */

.onthispage-nav a {
    color: #555;
}

/**
 * 0.0 Archive
 * ----------------------------------------------------------------------------
 */

.archive .content-area article {
    border-bottom: 1px solid #ccc;
    width: 100%;
}


.archive .entry-thumbnail img {
    margin: 30px 30px 30px 0;
    border: none;
}

.archive .spotlight .entry-thumbnail img {
    margin: 30px 0 0 0;;
    float: none;
    height: auto;
    width: auto;
}

.archive .nonspotlight .entry-thumbnail {
    float: left;
    margin: 30px 30px 30px 0;
    height: 100px;
    width: 100px;
}

.archive .nonspotlight .entry-thumbnail img {
    float: none;
    margin: 0;
}

.archive .entry-summary {
    margin-top: 25px;
}


/**
 * 0.0 Entry Header / Meta / Thumbnail
 * ----------------------------------------------------------------------------
 */
 
.content-area .entry-title, 
.content-area .page-title  {
	font-weight: normal;
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.archive .content-area article .entry-title {
    line-height: 1.4em;
    font-size: 24px;
    font-weight: 300;
    border-bottom: none;
    margin-bottom: 0;
}

.entry-thumbnail img {
	margin: 0 0 10px 0;
}

.single .entry-thumbnail img {
    margin: 30px auto 10px;
}

/**
 * 0.0 Home
 * ----------------------------------------------------------------------------
 */
 
.page-template-front-page article {
    margin-bottom: 0;
} 

.page-template-front-page .site-content .center-me {
    text-align: center;
}

.page-template-front-page .site-content h2 {
    margin: 0 0 30px 0;
    font-size: 2em;
    font-weight: 300;
}

.page-template-front-page .site-content section {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 5px solid #ffcd00;
}

.page-template-front-page .site-content .strategic-directions {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.page-template-front-page .strategic-directions .intro,
.page-template-front-page .updates h2 {
    text-align: center;
}

.page-template-front-page .col {
    display: inline-block;
    vertical-align: top;
}

.page-template-front-page .updates .col,
.page-template-front-page .gallery-events .col {
    width: 45%;
}

.page-template-front-page .updates .col:first-of-type,
.page-template-front-page .gallery-events .col:first-of-type {
    margin-right: 80px;
}

.page-template-front-page .strategic-directions {
    text-align: center;
}

.page-template-front-page .strategic-directions .col {
    width: 160px;
    margin: 0 13px;
}

.page-template-front-page .strategic-directions h3 {
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}

.page-template-front-page .strategic-directions a:hover {
    color: #000;
}

.page-template-front-page .strategic-directions a:hover img {
    opacity: 0.8;
}


/**
 * 0.0 Home Banner
 * ----------------------------------------------------------------------------
 */

.home-banner {
    width: 100%;
    position: relative;
    display: block;
    margin-top: 2px;
    border-bottom: 10px solid #ffcd00;
}

.hb-overlay {
    position: absolute;
    bottom: 0;
    right: 10%;
    max-width: 540px;
    line-height: 1.2;
    background: rgba(0,0,0,0.85);
    padding: 60px 60px 10px 60px;
    color: #fff;
    font-size: 16px;
    text-align: left;
}

.home-banner h2 {
    margin: 0 0 10px 0;
    color: #fff;
}

.home-banner h2 em {
    color: #ffcd00;
    font-style: normal;
}

.home-banner img {
    max-width: 1800px;
    width: 100%;
    max-height: 800px;
    margin: 0 auto;
}

.home-banner a,
.home-banner a:hover,
.home-banner a:visited {
    color: #fff;
}

ul.hb-links {
    margin: 0px;
    padding: 0px;
}

.hb-links li {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin-bottom: 15px;
    margin-right: 15px;
}

.hb-links li:last-of-type {
    margin-right: 0px;
}

.hb-links .fa {
    color: #666;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.hb-links .fa-university {
    font-size: 20px;
}


/**
 * 0.0 Photo Gallery
 * ----------------------------------------------------------------------------
 */

.photo-gallery {
    clear: both;
    margin: 0;
}

.photo-gallery .gallery-block {
    margin-bottom: 20px;
    padding: 20px;
}

.home .photo-gallery .gallery-block {
    padding: 0;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 30px 0;
}

.archive .photo-gallery .gallery-block {
  min-height: 375px;  
}

.photo-gallery img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.photo-gallery p {
    margin: 0;
    line-height: 1.2;
    color: #333;
    font-weight: 300;
    font-size: 16px;
}

.img p {
    margin: 10px 0;
    padding-right: 20px;
}

.photo-gallery .video {
    position: relative;
}

.photo-gallery .video i {
    position: absolute;
    text-align: center;
    width: 100%;
}

#more-photos {
    margin: 10px auto;
}

/**
 * 0.0 Pre-Footer
 * ----------------------------------------------------------------------------
 */
.prefooter {
    background: #333;
    min-height: 200px;
    display: block;
    border-top: 10px solid #ffcd00;
    color: #fff;
}

.prefooter hr {
    margin: 40px 0;
}

.prefooter h3 {
    color: #ffcd00;
    font-weight: 800;
    display: inline-block;
    float: left;
    margin-right: 25px;
}

.prefooter h5 {
    margin: 0;
    color: #ffcd00;
    text-transform: uppercase;
    font-size: 0.9em;
}

.prefooter .menu, .prefooter ul {
    padding: 0px;
    list-style-type: none;
    font-size: 0.9em;
}

.prefooter ul li {
    line-height: 1.75em;
}

.prefooter .menu a,
.prefooter .menu a:visited,
.prefooter .menu a:active {
    color: #FFF;
    font-weight: 400;
}

#connect ul li {
    display: inline-block;
    margin: 0 12.5px;
}

#connect i, #comment i {
    color: #c7c7c7;
    position: relative;
    top: 3px;
}



/**
 * 0.0 BU Navigation / Custom Menu Wizard
 * ----------------------------------------------------------------------------
 */
 
.widget_custom_menu_wizard .widget-title {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}

.widget_custom_menu_wizard .current-menu-item {
    font-weight: bold;
}

.widget_custom_menu_wizard .cmw-level-1 {
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 0;
}

.widget_custom_menu_wizard .cmw-level-3 {
    padding-left: 10px;
}

.widget_custom_menu_wizard .cmw-level-3:before {
    content: '-';
    padding-right: 10px;
}

/**
 * 0.0 Collapseomatic
 * ----------------------------------------------------------------------------
 */
 
.collapseomatic {
	font-size: 20px;
	font-weight: 200;
	line-height: 1.3;
	background: #fff;
	padding: 20px 20px 20px 60px;
	margin: 0;
	position: relative;
	border: solid 1px #fff;
}

.collapseomatic:hover {
	text-decoration: none;
	background: #f8f8f8;
	border: solid 1px #e5e5e5;
	border-radius: 4px;
}

.collapseomatic:before {
	position: absolute;
    left: 20px;
    top: 18px;
	font: normal 30px/1 FontAwesome;
	padding: 0;
	content: '\f138';
	color: #ffcd00;
}

.colomat-close,
.colomat-close:hover {
	background: #333;
	color: #fff;
	border: solid 1px #333;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.colomat-close:before {
	content: '\f13a';
	color: #ffcd00;
}

.collapseomatic_content {
	margin: 0 0 20px 0;
	padding: 30px;
	background: #f8f8f8;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.collapseomatic_content ul {
    margin: 0;
    padding-left: 20px;
}

.collapseomatic_content li {
    padding-bottom: 10px;
}

.panel-expand-collapse {
    padding: 20px;
}

.panel-expand-collapse .collapseomatic {
    background: none;
    border: none;
}

.panel-expand-collapse .collapseomatic:hover {
	background: #fff;
	border-radius: 4px;
}

.panel-expand-collapse .colomat-close,
.panel-expand-collapse .colomat-close:hover {
	background: #333;
	color: #fff;
	border-radius: 4px;
}

.panel-expand-collapse .collapseomatic_content {
    margin-bottom: 30px;
    padding: 30px 20px;
}

.panel-expand-collapse .collapseomatic_content:last-of-type {
    padding-bottom: 0;
}


/**
 * 0.0 People Directory
 * ----------------------------------------------------------------------------
 */


.post-type-archive-uwmpeople .content-area .entry-title,
.tax-uwmpeople_classification .content-area .entry-title {
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
}

.archive .person-hidden,
.archive .grid .person-hidden,
.archive .list .uwmpeople-building,
.archive .list .uwmpeople-department {
    display: block !important;
}

.archive .uwmpeople-building,
.archive .uwmpeople-department,
.archive .grid .uwmpeople-building,
.archive .grid .uwmpeople-department {
    display: none !important;
}

.archive .person {
    width: 23%;
    padding: 2%;
    border: solid 1px #fff;
    border-radius: 4px;
}

.archive .list .person {
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
}

.archive .person:hover {
    background-color: #f8f8f8;
    border: solid 1px #e5e5e5;
}

.archive .list .person:hover {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
}

.archive .person img {
    margin-bottom: 8px;
}

.single-person-container .uwmpeople-image {
    margin-bottom: 30px;
}

.single-person-container img {
    width: 100%;
}

.single-person-container .uwmpeople-bio {
    width: 60%;
    padding-top: 20px;
}

.single-person-container .uwmpeople-bio p {
    margin-top: 0;
}

.single-person-container .uwmpeople-details {
    padding-right: 50px;
    padding-top: 20px;
    min-width: 275px;
    text-align: right;
    font-size: 15px;
}

.single-person-container .uwmpeople-contact {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-radius: 0;
}

.single-person-container .uwmpeople-classification li,
.single-uwmpeople .uwmpeople-email,
.single-uwmpeople .uwmpeople-phone {
  padding-bottom: 5px;
}

.single-person-container .uwmpeople-classification {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-person-container .uwmpeople-title-dept {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.single-person-container .uwmpeople-details .uwmpeople-title-dept {
    display: none;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

body.single-uwmpeople .site-content {
    position: relative;
}

.single-uwmpeople .view-all {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 14px;
}

.single-uwmpeople .view-all i {
    color: #666;
    padding-right: 10px;
}

/*--------------------------------------------------------------
## Twitter Feed Widget
--------------------------------------------------------------*/

.social {
    margin-top: 60px;
}

.social .follow {
    display: block;
    padding: 10px 0;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    border-top: 1px solid #ccc;
}

.widget .social .follow {
    font-size: 14px;
}

.social .follow .text,
.social .follow:before {
    display: inline-block;
	vertical-align: middle;
}

.social .follow:hover .text {
    text-decoration: underline;
}

.social .follow:before {
	font: normal 24px/1 FontAwesome;
	content: '\f099';
	color: #4099FF;
	margin-right: 10px;
}


/**
 * 0.0 Media Queries
 * ----------------------------------------------------------------------------
 */

@media (max-width: 1400px) { 
    
    
    
}

@media (max-width: 1200px) { 
    
    .hb-overlay {
        text-align: center;
        margin: 0;
        padding: 50px;
        max-width: 100%;
        width: 100%;
        position: relative;
        right: auto;
        top: auto;
    }
    
}

@media (max-width: 980px) {


    .column6 {
        width: calc(100% - 20px);
        margin: 10px;
        float: left;
    }

    .column3 {
        width: calc(25% - 20px);
        margin: 10px;
        float: left;
    }

    .column2 {
        width: calc(20% - 20px);
        margin: 10px;
        float: left;
    }

    .row {
        margin: 15px 0;
    }
    
    .archive .photo-gallery .gallery-block {
        min-height: 325px; 
    } 
    
}

@media (max-width: 959px) {

    .combo-sidebar-container {
        float: none;
        width: 100%;
    }
    
    .featured-img-caption {
        margin: 0 auto;
    }
    
    .single-person-container .uwmpeople-details {
        padding-right: 30px;
        min-width: 225px;
    }
    
    .page-template-front-page .updates .col:first-of-type,
    .page-template-front-page .gallery-events .col:first-of-type {
        margin-right: 50px;
    }
    
    .page-template-front-page .site-content h2 {
        font-size: 1.6em;
    }
    
    .page-template-front-page section {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }

    .tablet-clear {
        display: block;
    }

    .column3 {
        width: calc(50% - 20px);
        margin: 10px;
        float: left;
    }
    
}

@media (max-width: 767px) {    
    
    .lead-in {
	    font-size: 20px;
	}
	
	.archive .person {
        width: 40%;
    }
    
}

@media (max-width: 700px) {
    
    .archive .person-container {
        text-align: left;
    }

}

@media (max-width: 643px) {

    .web {
    display: none;
    }

    .mobile {
        display: block;
    }
    
    .single-person-container .uwmpeople-details {
        text-align: left;
        width: 100%;
        max-width: 100%;
        display: block;
    }
    
    .single-person-container img {
        width: 200px;
    }

    
    .single-person-container .uwmpeople-bio {
        display: block;
        width: 100%;
    }
    
    .single-person-container .uwmpeople-details .uwmpeople-title-dept {
        display: block;
    }
    
    .single-person-container .uwmpeople-bio .uwmpeople-title-dept {
        display: none;
    }
    
    .single-person-container .uwmpeople-contact {
        border-top: 0;
    }
    
    .page-template-front-page .updates .col,
    .page-template-front-page .gallery-events .col {
        width: 100%;
        display: block;
        margin-bottom: 50px;
    }
    
    .page-template-front-page .gallery-events .col:first-of-type {
        padding-bottom: 50px;
        border-bottom: 5px solid #ffcd00;
    }
    
    .page-template-front-page .updates {
        padding-bottom: 0;
    }
    
    .page-template-front-page .updates h2 {
        text-align: left;
    }
    
    .page-template-front-page .updates h3 {
        padding: 10px;
        font-size: 18px;
        background: #f2f2f2;
    }
    
    .photo-gallery .column6 {
        width: calc(50% - 20px);
    }
    
    .archive .photo-gallery .gallery-block {
        min-height: 275px;  
    }

    .column3 {
        width: calc(100% - 20px);
        margin: 10px;
        float: left;
    }
    
}

@media (max-width: 600px) {

	 
	
}

@media (max-width: 550px) {

    .lead-in {
	    font-size: 18px;
	}
	
	.front-page-banner .metaslider .caption-wrap .caption {
        width: 100%;
    }
	
}

@media (max-width: 500px) {    
    
    .panel-expand-collapse {
        padding: 10px;
    }
    
    .panel-expand-collapse .collapseomatic {
        font-weight: 400;
    }

    .panel-expand-collapse .collapseomatic_content {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .panel-expand-collapse .collapseomatic_content:last-of-type {
        padding-bottom: 20px;
    }
    
    .archive .person {
        margin: 0 0 30px 0;
        padding: 0;
        width: 100%;
        font-size: 14px;
        text-align: left;
    }
    
    .archive .person:hover {
        background-color: #fff;
        border: solid 1px #fff;
    }
    
    .archive .person-name {
        padding-top: 0;
    }
    
    .archive .person img {
        width: 100px;
        float: left;
        padding-right: 20px;
    }
    
    .hb-overlay {
        padding: 30px;
        text-align: left;
    }
    
    .hb-links li {
        display: block;
        padding: 10px 0;
    }
    
    .page-template-front-page .strategic-directions .col {
        width: 120px;
    }
    
    .page-template-front-page .strategic-directions h3 {
        font-size: 16px;
    }

}

@media (max-width: 400px) {

    .archive .site-content .person img {
        display: block !important;
    }
    
    .archive .site-content .list .person img {
        display: none !important;
    }
    
    .photo-gallery {
        margin: 0;
    }
    
    .photo-gallery .column6 {
        width: calc(100% - 20px);
    }
    
    .archive .photo-gallery .gallery-block {
        min-height: 150px;  
    }

}

/**
 * 0.0 Print
 * ----------------------------------------------------------------------------
 */

@media print {
    
    .widget-area {
        display: block;
    }
    
    .panel-expand-collapse .collapseomatic_content {
        display: block !important;
    }
    

}

/* CSS for Guiding values page */

        /* CSS for Guiding values link on home page */
        .hb-overlay .col-md-7 {
            padding-left:0px;
            padding-right: 0px;
        }

        .hb-overlay .col-md-5 img {
            max-width: 130px;
        }

        .hb-overlay .col-md-5 img:hover {
            opacity: .9;
        }

.values-banner {
    position: relative;
    width: 100%;
    background-color: #333;
    overflow: hidden;
}

.values-banner .metaslider .caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent!important;
    opacity: 1!important;
  }

.values-banner .metaslider .caption {
    padding: 50px 0 20px 0;
    text-align: center;
}

.values-banner .metaslider .caption-wrap .caption img {
    width: 90%;
    filter: drop-shadow(2px 1px 3px #333);
    text-align: center;
    margin: 0 auto;
    max-width: 380px!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.gv-caption{
    padding: 10px 15px;
}

.gv-caption p {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: .5px;
    text-align: left;
    font-weight: 300;
    margin-bottom: 10px!important;
}

.gv-caption p.author {
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 0px!important;
}

@media (min-width: 1600px) {
    .values-banner .metaslider .caption-wrap {
        bottom: 12%;
    }
}

@media (max-width: 1599px) {
    .values-banner .metaslider .caption-wrap {
        bottom: 7%;
    }
}

@media (max-width: 1350px) {
    .values-banner .metaslider .caption-wrap {
        bottom: 2%;
    }
}

@media (max-width: 1249px) {
    .values-banner .metaslider .caption-wrap {
        bottom: 0;
    }
}

@media (max-width: 1320px) {
  .values-banner .metaslider .caption-wrap .caption img {
    max-width: 330px!important;
  }
}

@media (max-width: 1160px) {
    .values-banner .metaslider .caption-wrap .caption img {
      max-width: 280px!important;
    }
  }

@media (max-width: 1000px) {
    .values-banner .metaslider .caption-wrap .caption img {
      max-width: 240px!important;
    }
  }


@media (max-width: 870px) {
.values-banner .metaslider .caption-wrap {
    text-align: center;
    background: #333;
    padding: 0 20px;
    max-width: 100%;
    width: 100%!important;
    position: relative;
    left: auto;
    top: auto;
  }

  .values-banner .metaslider .caption-wrap .caption img {
    max-width: 300px!important;
  }

.values-banner .metaslider .caption {
    padding: 30px 0 20px 0;
  }
}

@media (max-width: 400px) {
.values-banner.metaslider .caption-wrap .caption img {
      max-width: 260px!important;
    }
}


@media (max-width: 1100px) {
    #gv-lightbox-march .metaslider .caption-wrap {
        position: static;
    }

    .gv-caption p {
        font-size: 18px;
        line-height: 24px;
    }

    .gv-caption p.author {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .gv-caption p {
        font-size: 16px;
        line-height: 22px;
    }

    .gv-caption p.author {
        font-size: 13px;
    }
}
    


.values-section {
    width:100%;
    background:#eee;
}

.values-section .container {
    padding-top: 50px;
    padding-bottom: 60px;
    max-width: 1000px;
    margin-top: 0px;
}

.values p {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 50px;
}

.value-block {
    width: 100%;
    /* align-items: stretch; */
    padding: 15px;
    /* margin-right: 10px; */
    background: #fff;
    border: 2px solid #ccc;
    /* border-top: 8px solid #ffbd00; */
    /* box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1); */
    min-height: 315px;
    margin-top: 20px;
    margin-bottom: 80px;
}

.value-block iframe {
    margin-top: 10px;
}

.value-block img {
    width: 100%;
    margin-top: 20px;
}

.value-block img:hover {
    opacity: .8;
}

.value-copy h3 {
    font-size: 32px;
    line-height: 37px;
    margin-top: 15px;
    margin-bottom: 6px;
    color: #333;
}

.value-copy a,
.value-copy a:hover,
.value-copy a:active,
.value-copy a:visited {
    color: #000;
}

.value-copy p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #333;
    /* background-color: #ffbd00; */
    /* border-bottom: 2px solid #ffbd00; */
    text-transform: uppercase;
    letter-spacing:.5px;
}

.value-copy hr {
    background-color: #ffbd00;
    border: 0;
    height: 4px;
    width:10%;
    margin: 0;
}

.values-section {
      width:100%;
      background-color:#f1f1f1;
  }
  
.values-content .container {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 30px;
  }

.values-content .row {
    margin-bottom: 50px;
  }
  
.values {
    padding-right:30px;
  }

a.values-btn {
    display: block;
    margin: auto;
    width: 260px;
    background:transparent;
    padding: 14px 24px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #404040;
    font-size: .8rem;
    font-weight: 500;
    border: 2px solid #ccc;
}

a.values-btn:hover {
    background: #ffbd00;
    border: 2px solid #ffbd00;
    text-decoration: none;
}

/* Guiding Values LIGHTBOX */

.value-lightbox {
    text-align: center;
}

.mfp-content {
    cursor:auto;
    background: #fff;
    padding: 35px;
    max-width: 1200px;
    box-shadow: 0 0 40px rgba(0,0,0,.23);
  }
  
  @media only screen and (min-width: 768px) {
    .mfp-content {
        padding: 70px;
    }
  }



/* CSS for Achievement Gap page */

.navbar {
    margin-bottom:0px;
    border-radius: 0px;
  }
  
  .navbar-fixed {
      top: 0;
      z-index: 100;
    position: fixed;
      width: 100%;
  }
  
  .agap-banner .content-area {
      margin: 0 auto;
      padding: 0 20px;
      max-width: 1000px;
      width: 100%;
      position: relative;
  }
  .agap-banner {
    width: 100%;
    background-color: #333;
  }
  
  .agap-banner-content {
    max-height:400px;
  }

  .agap-banner-content img{
    width:100%;
  }
  
  .agap-banner h2 {
    color:#fff;
    font-size:50px;
    font-weight:600;
    margin-top: 50px;
  }
  
  .agap-banner .author {
    font-size:16px;
    color:#fff;
    margin-top: -15px;
    margin-bottom: 50px;
  }
  
  .agap-nav {
    width: 100%;
    background-color: #eee;
    box-shadow: 0px 2px 5px #ccc;
  }
  
  .agap-nav .row {
    margin: 0px 0px;
    padding: 10px 0;
  }
  
  .agap-nav ul {
    padding-left:0px;
  }
  
  .agap-nav .col-md-12 {
    padding-left:0px;
  }
  
  .agap-nav li {
    display:inline;
    margin-right: 40px;
    white-space: nowrap
  }
  
  a.agap-btn {
      font-size:19px;
      color:#777;
      text-decoration:none;
    white-space: nowrap
  }
  
  a.agap-btn:hover{
      text-decoration:none;
  }
  
  a.agap-btn:active{
      color:#333;
      border-bottom:2px solid #fc0;
      text-decoration:none;
  }
  
  .agap-btn-active {
      border-bottom:2px solid #fc0;
      text-decoration:none;
  }
  
  .agap p span {
    color: #333;
    margin: 0 0 30px 0;
    font-size: 24px;
    font-weight: 300;
    line-height:32px;
  }
  
  .agap ul {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #eee;
    padding: 20px 20px;
  }
  
  .agap li {
    margin-left: 20px;
    margin-right: 25px;
    margin-bottom: 10px;
  }
  
  .agap-strategies {
    background-color: #fc0;
    padding: 20px;
  }
  
  .agap-strategies h2{
    color: #333;
      font-size: 30px;
      font-weight: 600;
      margin-top: 0px;
      border-bottom: 4px solid #fff;
      padding-bottom: 10px;
      margin-bottom: 20px;
  }
  
  
  .agap-strategies li a{
    font-size: 15px;
    color: #333;
    font-weight: 600;
    margin-bottom:5px;
    line-height: 24px;
  }
  
  .agap-strategies i {
    color: #fff;
    font-size: 14px;
  }
  
  .agap-strategies li span{
      color: #fff;
      font-size: 12px;
      background-color: #333;
      padding: 1px 5px;
  }
  .agap-strategies-main li {
    background-color: #fc0;
    padding: 20px;
  }
  
  .agap-strategies-main li a{
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin-bottom:5px;
    line-height: 24px;
  }
  
  .agap-strategies-main i {
    color: #fff;
    font-size: 24px;
  }
  
  
  .agap-number-box {
      background-color: #333;
      display: inline-block;
      width: 18px;
      height: 18px;
  }
  
  .agap-num {
      color: #fff;
      font-size: 11px;
      display: inline-block;
      padding-left: 7px;
  }
  
  .agap-strategies p {
     display: inline;
     padding-left: 5px;
     vertical-align: middle;
  }
  
  .agap-disclaimer {
    font-size:10px;
    color:#333;
    margin-top:20px;
    padding:0 5px;
  }
  
  .agap h1 {
      font-size: 40px;
      border-bottom: 4px solid #fc0;
      padding-bottom: 10px;
  }
  
  .gap-strat h2{
    font-size: 34px;
    font-weight: 600;
    vertical-align: middle;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  
  .gap-strat h2 span {
    color: #333;
    font-size: 26px;
    background-color: #fc0;
    padding: 8px 18px;
  }
  
  .stat-line {
    border-bottom: 1px solid #ccc;
  }
  
  .agap-prefooter {
    width: 100%;
    background-color: #eee;
  }
  
  .agap-prefooter .content-area {
      margin: 0 auto;
      padding: 0 20px;
      max-width: 1000px;
      width: 100%;
      position: relative;
  }
  .agap-prefooter .col-md-6 {
      width: 50%;
      float: left;
      padding: 20px 40px 0 0;
  }
  
  .prefooter-main p{
      font-size: 20px;
      font-weight: 300;
      line-height: 28px;
      padding-left: 10px;
  }
  
  .agap-prefooter .col-md-5 {
      width: 45%;
      float: left;
      padding: 20px 40px 0 0;
  }
  
  .agap-prefooter .col-md-7 {
      width: 55%;
      float: left;
      padding-left: 20px;
      padding-top: 15px;
  }
  
  
  .agap-prefooter .col-md-12 {
    width: 100%;
    float: left;
    padding-left:0px;
  }
  
  .agap-prefooter .col-md-4 {
    width: 33.3%;
    float: left;
    padding:10px;
  }
  
  .agap-prefooter .col-md-2 {
    width: 16.6%;
    float: left;
    padding:10px;
  }
  
  .agap-prefooter h3 {
    padding: 0 15px 0 0;
    background: #eee;
    display: inline-block;
  }
  
  .prefooter-links p {
    font-size:12px;
    line-height:14px;
    font-weight: 400;
    color: #333;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  
  .prefooter-links p a{
    color: #333;
  }
  
  .agap-text-line {
      position: relative;
      display: block;
      border-top: 4px solid #fc0;
      padding-top: 30px;
      margin-top: 50px;
      margin-bottom: -30px;
  }
  
  .agap-text-line-container {
      position: absolute;
      top: -37px;
      left: 0;
      right: 0;
  }
  
  .strat-graph table {
    width:100%; 
    text-align:center;
      border: 1px solid #ccc;
    border-collapse: inherit;
  }
  
  .strat-graph tr td {
      border: 1px solid #ccc;
  }
  
  .strat-graph th {
      text-transform: none;
      border: 1px solid #ccc;
      padding: 10px;
      background-color: #eee;
      width: 160px;
      text-align: center;
  }
  
  @media (max-width: 690px) {
  .agap-banner h2 {
    font-size:36px;
  }
  
  .agap-banner .author {
    font-size:15px;
  }
  
  }
  
  @media (max-width: 670px) {
  .agap-nav li {
      display:block;
      margin-bottom: 10px;
  }
  
  .agap-nav {
      margin-bottom: 30px;
  }
  }
  
  @media (max-width: 515px) {
  .agap-banner h2 {
    font-size:30px;
  }
  
  .agap-banner .author {
    font-size:14px;
  }

  }


 




