/*
 * Theme Name: IC2 Theme
 * Description: Child theme for the IC2 Site, based on the LAITS Timber Theme
 * Author: Stacy Vlasits
 * Version: 0.0.1
 * License: GPL-2.0+
 *License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Table of Contents
- HTML5 Reset
  - Baseline Normalize
  - Box Sizing
- Defaults
  - Typographical Elements
  - Headings
  - Objects
  - Accessability
- Layouts

- Header
  - Banner
  - Site Title
  - Nav
  - Search
  - Breadcrumbs

- Special Pages
  - Home
  - About
  - Programs
  - Blog


- Media Queries
  - 1280px
  - 1024px
  - 758px
  - 400px
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
.content:before,
.call-out-content:before,
.clearfix:before,
.entry-content:before,
#site-container:before, 
.site-footer:before, 
.site-header:before, 
#site-inner:before, 
.wrap:before {
    content: " ";
    display: table;
}
.content:after,
.call-out-content:after,
.clearfix:after,
.entry-content:after,
#site-container:after,
.site-footer:after,
.site-header:after,
#site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}
/* Box Sizing
--------------------------------------------- */

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}



/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
  font-size: 62.5%; /* 10px browser default */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* Chrome fix */
body > div {
  font-size: 18px;
  font-size: 1.8rem;
  font-size: 16px;
  font-size: 1.6rem;
}

body {
  background-color: #fff;
  color: #313131;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
  transition: all 0.2s ease-in-out;
}

a {
  color: #005F86;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  color: #333;
  text-decoration: none;
}

p {
  margin: 0 0 20px;
  padding: 0;
  line-height: 30px;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 30px 0;
}

b,
strong {
  font-weight: 700;
}



a.button {
  background: #005F86;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
}

a.button.wide-button {
  text-align: center;
  width: 100%;
}

a.button.with-arrow {
  font-size: 18px;
}

a.button .dashicons {
  font-size: 22px;
}
img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 2.4rem;
}

img.alignnone {
  margin: 0;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignright {
  max-width: 100%;
}


.aligncenter img {
  margin: 0;
}

.entry-content .aligncenter .wp-caption-text {
  width: 100%;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
  margin: 24px 24px 24px 0;
  margin: 2.4rem 2.4rem 2.4rem 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
  margin: 24px 0 24px 24px;
  margin: 2.4rem 0 2.4rem 2.4rem;
}

.entry-content .wp-caption-text {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
  text-align: left;
  width: 100%;
}

.entry-content ol,
.entry-content ul {
    line-height: 30px;
    margin-block-end: 18px;
    margin-block-start: 18px;
    padding-inline-start: 40px;
  }

.entry-content ol li {
    list-style-type: decimal;
}

.entry-content ul li {
    list-style-type: disc;
}




/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
}

h1 {
  font-size: 30px;
  font-size: 3rem;
}

h2 {
  font-size: 27px;
  font-size: 2.7rem;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
}

h4 {
  font-size: 20px;
  font-size: 2rem;
}

h5 {
  font-size: 18px;
  font-size: 1.8rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
    margin: 0 auto;
}

img {
  height: auto;
    max-width: 100%;
  vertical-align: top;
}

figure {
  margin: 0;
}


/* Accessability
--------------------------------------------- */
body.hide-page-title .entry-header h1.entry-title,
.screen-reader-text {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}

a.screen-reader-text:focus, a.screen-reader-text:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}
/* Layouts
--------------------------------------------- 
--------------------------------------------- */
#site-inner {
  margin-bottom: 80px;
}

#site-inner,
.wrap {
  overflow: hidden;
  padding: 0px 50px;
}

/*  Full Width */
.content-wrapper,
.breadcrumbs #yoast-breadcrumbs {
  display: grid;
    margin: 0 auto;
    max-width: 1420px;
    position: relative;
}

.home .content-wrapper {
	display: block;
}

.home main.content {
	float: none;
}

main.content {
    margin: 0 auto;
    max-width: 1000px;
    float: left;
}

/*  Left Sidebar */

.content-wrapper.left-sidebar {
  display: grid;
  grid-template-columns: 200px 1fr;
}

.content-wrapper.left-sidebar main.content {
  margin: 0px auto 0px 0px;
}

.left-sidebar .sidebar {
  margin-top: 110px;
  position: relative;
}

.fixed-nav .entry-navigation {
    position: fixed;
    top: 50px;
}

.fixed-nav-no-overlap .entry-navigation {
    bottom: 300px;
    top: unset;
}

.entry-navigation {
    line-height: 36px;
}

.entry-navigation::before {
  content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    margin: -10px;
    border-radius: 5px;
    background: white;
    z-index: -1;
}

.entry-navigation a {
  font-weight: bold;
}

/* Right Sidebar */
.content-wrapper.right-sidebar {
    display: grid;
    grid-template-columns: 1fr 360px;
    grid-gap: 50px;
}

.right-sidebar .sidebar {
  margin-top: 110px;
}

/* Header
--------------------------------------------- 
--------------------------------------------- */
.site-header .wrap::before,
.site-header .wrap::after{
  display:none;
}

.site-header .wrap {
    border: #e5e5e5 2px solid;
    display: flex;
    justify-content: flex-start;
  	display: grid;
    grid-template-columns: 175px 1fr 195px;
    grid-gap: 20px;
}

/* Branding
--------------------------------------------- */
.branding {
  background: #BF5700;
  height: 40px;
}

.branding-link {
  display: inline-block;
  padding: 4px;
  text-align: right;
  width: 100%;
}

.branding-link img {
  height: 32px;
}

/* Site Title
--------------------------------------------- */
.logo {
  background-color: transparent;
  background-image: url(images/ic2_tagline.png);
  background-repeat: no-repeat;
  background-size: 230px 100px;
  background-position: left center;
  height: 160px;
  width: 230px;
  margin: 0;
}

.logo-link {
  display: block;
    width: 100%;
    height: 100%;
}

/* Nav
--------------------------------------------- */
#main-nav {
	flex: 1 1 auto;
}

ul.publications-nav,
#main-nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
}

ul.publications-nav {
  justify-content: center;
  flex-wrap: wrap;
}

ul.publications-nav li,
#main-nav ul li {
  padding: 0px 10px;
  list-style-type: none;
}


.publications-nav a,
#main-nav a {
  color: #313131;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
    text-transform: uppercase;  
}

.publications-nav a:hover,
#main-nav a:hover {
  color: #005F86;
}

.responsive-menu-toggler {
  display: none;
}

/* Pagination
--------------------------------------------- */
.pagination {
  display: flex;
    flex-wrap: wrap;
  justify-content: center;
}

.pagination li {
    flex: 0 1 25px;
  padding: 5px 10px;
}

.pagination .btn {
  background: #005F86;
  margin: 0px 5px;
}

.pagination .btn a {
  color: #fff;
}

.pagination .btn.disabled {
  background: transparent;
  color: #fff;
}

.pagination .btn.disabled a {
  color: #fff;
}

.pagination .btn.disabled button {
  border: none;
}

.dots {
    display: inline-block;
    width: 35px;
}

/* Search
--------------------------------------------- */
#searchform {
  flex: 1 1 200px;
  position: relative;
}

#searchsubmit {
    visibility: hidden;
    width: 1px;
    height: 1px;
    position: absolute;
}

#search {

  height: 30px;
  margin-top: -15px;
  position: absolute;
  top: 50%;

}


/* Breadcrumbs
--------------------------------------------- */
.breadcrumbs {
  background: #005F86;
  color: #fff;
  font-size: 12px;
  height: 40px;
}

.breadcrumbs a {
  color: #fff;
}

.breadcrumbs #yoast-breadcrumbs {
    padding: 10px 0px;
}

/* Content
--------------------------------------------- 
--------------------------------------------- */
.main-header,
.archive-header,
.entry-header {
  min-height: 110px;
  padding: 30px 0px;
}


.main-header h1,
.archive-header h1,
.entry-header h1 {
  font-size: 36px;
  font-size: 3.6rem;
    margin-bottom: 0px;
  text-align: center;
  width: 100%;
}


.entry-body {
  margin-bottom: 30px;
}

.entry-footer {
  margin-bottom: 30px;
}
.entry-body h1,
.entry-body h2,
.entry-body h3,
.entry-body h4,
.entry-body h5,
.entry-body h6,
.entry-meta .entry-date {
  color: #005f86;
}

/* Featured Image */

.featured-image {
  margin: 0 0 30px 0;
  text-align: center;
} 

.wp-caption-text {
  color: #707070;;
  font-style: italic;
  margin-bottom: 0px;
}

/* Archive */
.archive h3 {
  font-size: 30px;
    font-size: 3rem;
}

.tease {
  border-bottom: 2px solid #E8E8E8;
  display: grid;
    grid-gap: 50px;
  grid-template-columns: minmax(50%, 1fr) auto;
}

.search .tease {
  background: transparent;
  /*grid-template-area: "first-item second-item";*/
  grid-template-columns: auto minmax(min-content, max-content);
  grid-template-rows:  100%;
  grid-gap: 30px;
  padding: 0px 0px 30px 0px;
    margin-bottom: 15px;

}

.search .tease-image {
  width: 300px;
  /*grid: programs-image;*/
}
.search .tease-summary {
  /*grid: programs-summary;*/
}

.tease .tease-byline,
.tease .tease-date {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
} 

.tease .tease-title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
}

.tease .tease-teaser {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
    margin-bottom: 0px;
    /* Leave space for "read-more" */
    padding-bottom: 70px;  
    position: relative;
    
}

.search .tease .tease-teaser {
  color: #313131;
  font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    padding-bottom: 0px;  
}

.tease a.read-more {
  background-color: #005F86;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.search a.read-more {
  background: transparent;
  color: #005F86;
  display: inline;
  font-size: inherit;
  padding: 0px 0px 0px 7px;
  position: static;
}

.tease .read-more-fix a.read-more,
a.read-more-link {
  /*color: #bf5700;*/
}

.tease .read-more-fix a.read-more {
  background-color: transparent;
  display: inline;
  padding: 0;
  position: static;
}

.is-search {
  display: none;
}

.search .is-search {
    background: #005F86;
    color: #fff;
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.rightbox {
    float: right;
    background-color: #eeeeee;
    padding: 6px 15px;
    /* margin: 9px 0 9px 20px; */
    margin: 0 0 9px 20px;
    clear: right;
	width: 272px;	/* span-6 */
}
/* Footer
--------------------------------------------- 
--------------------------------------------- */
.site-footer {
  border-top: 2px solid #E8E8E8;
}

.footer-top {
  display: grid;
  grid-template-columns: 200px 1fr;
  padding-top: 40px;
}

.contact-and-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.site-footer .footer-top h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 0px;
  text-align: left;
}


.site-footer ul.social-links {
  justify-content: flex-start;
}

.site-footer ul.social-links a {
  font-size: 24px;
}

.site-footer ul.social-links li {
    display: inline-block;
    margin-right: 5px;
    padding: 3px;
    text-align: center;
    width: 36px;
    border-radius: 3px;
}

.mailing-address {
  margin-bottom: 10px;
}

.contact {
  border-left: 2px solid #E8E8E8;
  padding-bottom: 15px;
  padding-left: 20px;
  margin-left: 20px;
}

.contact a,
.contact span {
  display: block;
}

.contact address {
  font-size: 16px;
  font-style: normal;
}

.contact h3 {
  display: inline-block;
}
.contact .subscribe {
  font-size: 16px;
  margin-top: 10px;
}

#section-contact .subscribe {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
}

#footer-nav {
  text-align: right;
}

#footer-nav a {
  color: #313131;
  font-size: 16px;
  font-weight: 500;
}

.footer-bottom {
  margin: 50px 0px 20px 0px;
}

.footer-bottom p {
  line-height: 1.2;
  margin: 0px 0px 5px 0px;
  text-align: center;
}

.copyright {
    font-style: italic;
}

.policies {
  font-size: 12px;
}


/* Special Pages
--------------------------------------------- 
--------------------------------------------- */

/* Home
--------------------------------------------- */
.home main.content{
    max-width: 1100px;
}

.site-title {
  font-weight: 700;
}

.site-description {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
    margin-bottom: 0px;
  text-align: center;
  width: 100%;
}

#ic2-slider {
  margin: 0 auto 40px;
  max-width: 1100px;
}

.hero-image {
  width: 100%;
  margin-bottom: 40px;
  max-width: 100%;
}

.ic2-slide-container {
  padding: 0 50px;
}

.ic2-slide {
  position: relative;
  height: 280px;
  max-width: 1000px;
}

.slider-overlay {
  background: rgba( 0, 95, 134, .8 );
  color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  padding: 30px;
  position: absolute;
  top: 0;
  right: 0;
  height: 280px;
    width: 400px;
    max-width: 50%;
}

.slider-title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.slider-teaser {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  margin-bottom: 10px;
}

.slider-link {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: underline;
}

.slider-link:hover {
  color: #f0f0f0;
}

.slider-image {
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
}

/* override glide defaults */
#ic2-slider .glide__arrow {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  color: #313131;
    height: 100%;
  padding: 0;
  text-shadow: none;
}

#ic2-slider .glide__arrow:hover {
  background: #f0f0f0;
}

#ic2-slider .glide__arrow--left {
  left: 0;
}

#ic2-slider .glide__arrow--right {
  right: 0;
}

#ic2-slider .dashicons{
  font-size: 50px;
  width: 50px;
  height: 50px;
}

.locked-to-slider {
  margin: 0 auto;
  max-width: 1000px;
}

#ic2-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  margin: 0 auto 40px;
  overflow: hidden;
}

#feature-two {
  margin-bottom: 25px;
}

.feature-with-image img {
    border-bottom: #005F86 solid 12px;
    width: auto;
    height: auto;
    margin-bottom: 20px;
}

.feature-with-no-image {
  border-left: #005F86 solid 12px;
  padding-left: 15px;
}

#ic2-features .title,
#ic2-features .teaser {
  margin-bottom: 15px;
}

#ic2-features .title {
  font-weight: 700;
  line-height: 29px;
}

#ic2-features .teaser {
  line-height: 24px;
}

/*  Call Out */

#ic2-call-out {
  margin-bottom: 80px;
}

#ic2-call-out .call-out-content {
  position: relative;
}

#ic2-call-out .mission-statement-background {
  background: #BF5700;
  position: absolute;
  /*height: 220px;*/
    width: 50vw;
    left: 50%;
    top: 0;
    margin-left: -50vw;
}

.call-out-content .social {
  float: right;
  height: 250px;
  width: 500px;
}

#ic2-call-out .mission-statement {
  color: #fff;
  float: right;
  font-size: 26px;
  line-height: 36px;
  margin: 0;
    padding: 60px 40px 60px 0px;
    width: 500px;
}

.social h3 {
  color: #BF5700;
    margin-top: 60px;
  text-align: center;
  width: 100%;
}

ul.social-links {
  display: flex;
    justify-content: center;
}

ul.social-links li {
  background: #BF5700;
    margin-right: 20px;
    padding: 5px;
    text-align: center;
    width: 60px;
}

ul.social-links li:last-child {
  margin-right: 0;
}

ul.social-links a {
  color: #fff;
  font-size: 42px;
    height: 100%;
    width: 100%;
    display: inline-block;
}

#ic2-blog-and-events {
  display: grid;
  grid-template-areas:  "blog events"
              "blog news";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: min-content 1fr;
  grid-gap: 0px;
  margin-bottom: 80px;
  padding-top: 40px;
}

#ic2-blog-and-events .blog-sampler {
    border-right: 2px solid #E8E8E8;
  grid-area: blog;      
  padding-right: 40px;
}

#ic2-blog-and-events .events-sampler {
  grid-area: events;
  padding-bottom: 30px;
  padding-left: 40px;
}

#ic2-blog-and-events .news-sampler {
  grid-area: news;
  padding-left: 40px;
}

#ic2-get-involved h3,
#ic2-blog-and-events h3 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 15px;
}

.sampler header {
  display: flex;
  justify-content: space-between;
}

.link-to-list {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 5px;
}

.blog-teaser {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-gap: 20px;
  margin-bottom: 30px;
}

.blog-teaser .column-2 {
  display: flex;
  flex-direction: column;
    align-items: flex-start;
}

.blog-teaser .column-2  .button {
    margin-top: auto;
}

.blog-teaser h4 {
  font-weight: 700;
}

.event-teaser h4 {
  font-weight: 500;
    margin: 0px 0px 5px;
}

.news-teaser h4 {
  font-weight: 500;
}

.news-teaser-text,
.blog-teaser-text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
}

.home a.read-more-link {
  color: #005F86;
}

.event-teaser {
    display: grid;
    grid-template-columns: 105px 1fr;
    margin-bottom: 30px;
}

.event-teaser .event-date {
  border: solid #D0D0D0 1px;
    height: 75px;
    width: 90px;
    text-align: center;
}

.event-summary p {
  font-size: 16px;
  margin: 0px 0px 5px 0px;
}

#ic2-blog-and-events .event-summary .event-location {
  color: #707070;
}

.event-date.double {
  display: grid;
    grid-template-columns: 1fr 0px 1fr;
    width: 90px;
}

.event-separator {
  color: #005F86;
    font-size: 20px;
    font-weight: 400;
    line-height: 43px;
    text-align: center;
}

span.event-separator {
    padding: 0px 2px;
}

.event-separator header, 
.event-teaser .event-date header {
    background: #005F86;
    color: #fff;
    font-size: 16px;
    justify-content: center;
    min-height: 29px;
    padding: 5px;
    text-transform: uppercase;
}

.event-teaser .event-date .dates {
  color: #005F86;
    font-size: 22px;
    font-weight: 700;
    line-height: 43px;
}

.event-teaser .event-date .event-override {
    color: #005F86;
    display: inline-block;
    font-weight: 700;
    line-height: 43px;
    padding: 0px 5px;
}

.event-teaser .event-teaser-text {
  line-height: 24px;
}
/*  News */

.news-teaser {
  margin-bottom: 30px;
}

.news-footer a {
  background-color: #BF5700;
}

/* Get Involved */

.get-involved-title {
  text-align: center;
  margin-bottom: 50px;
}

.get-involveds {
  display: grid;
  grid-template-columns: 1fr 1fr;
    text-align: center; 
}

.get-involveds h4 {
  align-self: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 0;
}

.get-involveds .button {
  align-self: center;
  background-color: #BF5700;
  border-radius: 3px;
  font-size: 24px;
  font-size: 2.4rem;  
  font-weight: 700;
  justify-self: center;
  line-height: 29px;
  padding-left: 25px;
  padding-right: 25px;
}

.get-involved {
  display: grid;
  grid-template-rows: 1fr 1fr;
  padding: 0px 20px 10px 20px;
}

.get-involved.odd {
  border-right: 2px solid #E8E8E8;
}

#ic2-get-involved,
#ic2-blog-and-events {
    margin-bottom: 80px;
}

/* About
--------------------------------------------- */
.page-about .entry-header {
    height: auto;
    padding: 30px 0px 0px;
}

.page-about .section {
  border-bottom: 2px solid #E8E8E8;
  margin-bottom: 0px;
  padding: 50px 50px 50px 50px;
}

.page-about .section:first-child {
  padding-top: 0px;
}

.page-about p:last-child{
  margin-bottom: 0px;
}

.page-about h3.section-title {
  font-weight: 700;
  margin-bottom: 40px;
}

/* Leadership */

#leadership {
  display: grid;
  grid-template-areas: "header header" "executive leaders";
  grid-template-columns: 1fr 1fr;
}

#executive {
  grid-area: executive;
  padding-right: 50px;
}

#leadership .people-list {
  grid-area: leaders;
  border-left: 2px solid #E8E8E8;
  padding-left: 50px;
}

#leadership .title {
  font-style: italic;
}

figcaption {
  padding: 10px 0px;
}

#executive figcaption {
  font-size: 24px;
  font-size: 2.4rem;
}

#executive .name {
  font-weight: 700;
}

.people-list .name {
  font-weight: 700;
  font-size: 20px;
  font-size: 2.0rem;
}

.people-list .affiliation p,
.people-list .title p,
.people-list .affiliation,
.people-list .title {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 24px;
}

.people-list li {
  margin-bottom: 15px;
}

#people-org-chart {
  padding: 50px 0px 0px;
  text-align: center;
}

#people-org-chart a {
  padding: 10px 30px;
}

#leadership .people-list {
  column-count: 1;
}

.people-list {
  column-count: 2;
}

.people-list li {
  -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

#people-advisory-board,
#people-board-of-directors {
  padding-top: 50px;
}

/* Affiliated Programs */

#section-affiliates {
  border: none;
}

.affiliates {
  margin-top: 20px;
}

#section-affiliates .affiliate {
  margin-bottom: 50px;
}

h4.affiliate-name {
  color: #bf5700;
  font-weight: 500;
}


.affiliate-description p {
  font-size: 16px;
  line-height: 24px;
  padding: 0px 50px;
}

/* Contact */

#section-contact {  
  border: none;
  position: relative;
}

#section-contact:before {
    position: absolute;
    background-color: #005f86;
    width: 200vw;
    height: 100%;
    content: "";
    z-index: -1;
    left: -50vw;
    right: 0;
    top: 0;
    bottom: 0;
}

.callout address a,
.callout {
  color: #fff;
}

.callout address {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.callout address .company-name {
  font-weight: 700;
}

.callout address span {
  display: block;
}

.callout address a:hover {
  text-decoration: underline;
}

/* Hide Page Title */
.entry-title {

}
/* Team */
.institute-team {
  display: none;
}

.institute-team .team-member {
  background-color: #f8f8f8;
  border: 1px solid #f3f0e8;
  display: flex;
  margin: 0 0 20px 0;
  padding: 20px;
}

.institute-team .team-member-image {
  height: 140px;
  min-width: 140px;
  width: 140px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.institute-team .team-member-title,
.institute-team .team-member-name {
  margin-bottom: 5px;
}

.institute-team .team-member-info .read-more {
  display: block;
  margin-top: 5px;
}

/* Staff Directory */

#section-directory {
  border-bottom: none;
  font-size: 16px;
  margin-bottom: 100px;
}

#section-directory th {
  padding: 6px 9px;
  text-align: left;
}

#section-directory table {
   border-collapse: collapse;
}

#section-directory th {
  font-weight: 400;
}

#section-directory th.table-header {
  font-weight: 700;
}

.table-office {
  width: 100px;
}

.table-phone {
  width: 120px;
}

#section-directory tr:nth-child(even) {
  background: #e5ecf9;
}

#section-directory th[scope="row"], 
#section-directory td {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #E7E7E7;
    padding: 6px 9px;
}

#section-directory tr .table-left {
  padding-left: 0px;
}

#section-directory tr .table-right {
  padding-right: 0px;
}
    
/* Programs page
--------------------------------------------- */
.post-type-archive-programs .archive-content
{
  display: grid;
  grid-template-columns: 480px 480px;
  grid-auto-rows: 360px;
  grid-gap: 40px;
}

.publication-info > span,
.contact-info > span {
  display: block;
}

.tease-programs {
  position: relative;
  padding: 40px;
    background: #005F86;
    border-radius: 3px;
    /* IE compatibility */
    display: flex;
    flex-flow: column;
    float: left;
    width: 480px;
    height: 360px;
    margin-bottom: 40px;
    /* End IE */
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 50% 50%;
    grid-gap: 0px;
}

.tease-programs:nth-of-type(even){
  float: right;
}

.search .tease.tease-programs {
    float: none;
    height: auto;
    width: 100%;
}

.tease-programs .tease-image {
  flex: 0 1 140px;  /* IE compatibility */
  order: 1;
  display: grid;
  grid-template-columns: 160px;
  width: 100%;   /* IE compatibility */
  max-width: 160px;   /* IE compatibility */
}

.search .tease-programs .tease-image {
  order: 2;
  grid-template-columns: auto;
}

.tease-programs .tease-summary {
  flex: 1 1 auto;  /* IE compatibility */
  order: 2;
  display: grid;
}

.search .tease-programs .tease-summary {
  display: block;
  order: 1;
  position: relative;
  padding-bottom: 0px;
}

.tease-programs .tease-title {
  font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 0px;
    position: absolute;
    right: 40px;
    top: 40px;
    width: 200px;
}

.search .tease-programs .tease-title {
  font-style: normal;
  position: static;
    width: 100%;
}

.tease-programs .tease-title a {
  color: #fff;
}

.search .tease-programs .tease-title a {
  color: #313131;
  font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
}

.tease-programs .tease-title a:hover {

}

.tease-programs .tease-teaser {
  color: #fff;
    font-size: 16px;
    grid-column: 1 / span 2;
    margin-bottom: 0px;
    line-height: 24px;
    padding-bottom: 0px;   
}

.search .tease-programs .tease-teaser {
  color: #313131;
}

.tease-programs .button {
    align-self: end;
  border: 2px solid #fff;
  border-radius: 3px;
  grid-column: 1 / span 2;
    padding: 4px;
}

.search .tease-programs a.read-more {
  bottom: 30px;
}

/* News and Events 
--------------------------------------------- */

/* Events */

.events-archive-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-gap: 40px;
  margin-bottom: 50px;
}

.tease-events {
  border: 1px solid #E8E8E8;
  border-radius: 3px;
  grid-template-columns: 100%;
    grid-auto-rows: max-content;
    grid-gap: 0px;
    max-width: 480px;
    min-height: 250px;
}

.search .tease-events {
  border: 0px;
  border-bottom: 2px solid #E8E8E8;
  border-radius: 0px;
  display:block;
  max-width: none;
  min-height: auto;
}

.single-events .event-date,
.tease-events .event-date {
  background: #005F86;
  border-radius: 3px 3px 0px 0px;
  color: #fff;
  font-weight: 700;
  min-height: 50px;
  padding: 15px 20px;
  text-transform: uppercase;
}

.search .tease-events .event-date {
  background: transparent;
  border-radius: 0px;
  color: #313131;
  font-weight: 400;
  min-height: 0px;
  padding: 0px;
  text-transform: none;

}

.tease-events .event-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 37px;
  margin-bottom: 0px;
}

.search .event-title a {
  color: #313131;
}

.tease-events .event-location {
  height: 30px;
  margin-bottom: 20px;
}

.tease-events .event-summary {
  padding: 20px;
}

.search .tease-events .event-summary {
  padding: 0px;
}

/* News */

.tease-news {
  margin-bottom: 15px;
  padding-bottom: 30px;
}

.tease-news:last-child {
  border-bottom: none;
}


/* Twitter */

.ic2-tweets {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  padding: 10px;
}

.ic2-twitter-link{
  color: #313131;
  font-weight: 700;
}

.ic2-twitter-handle {
  color: #707070;
}

.ic2-tweets p {
  color: #707070;
  font-size: 16px;
  line-height: 18px;
  margin: 0;
}

.latest-tweets {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

#ctf .ctf-author-name {
  color: #bf5700 !important;
}

#ctf .ctf-author-screenname,
#ctf .ctf-screename-sep {
  visibility: hidden;
}

.ic2-tweets #ctf .ctf-item {
  border: none;
}

.ic2-tweets a.button {
  background-color: #bf5700;
  border-radius: 2px;
}

/* Single events */

.single-events .event-summary p {
  font-style: italic;
}

.single-events .event-date {
  border-radius: 0px  ;
  display: inline-block;
  margin-bottom: 10px;
}
/* Blog 
--------------------------------------------- */

.tease-post {
  margin-bottom: 50px;
  padding-bottom: 50px;
}

/* Publications  
 * DELETE THIS WHEN NEW PUBS SECTION FINISHED
--------------------------------------------- */
.tease-pubs {
  border-bottom: none;
  display: block;
  grid-gap: 0;
  line-height: 24px;
    margin-bottom: 40px;
}

.search .tease-pubs {
    border-bottom: 2px solid #E8E8E8;
}

.tease-pubs .tease-title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
     margin-top: 0px;
    margin-bottom: 10px;
}

.tease-pubs .tease-title a {
  /*color: #BF5700; */
}

.tease-pubs .tease-teaser {
    padding-bottom: 0px;
}

.tease-pubs .tease-teaser p {
  font-size: 18px;
    font-size: 1.8rem;
  line-height: 24px;
}

.tease-pubs .tease-author-editors ~ .tease-pub-date::before {
  content: ' - ';
}

.tease-pubs .tease-author-editors ~ .tease-series::before {
  content: ' - ';
}

.tease-pubs .tease-summary {
  color: #707070;
  font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
  line-height: 24px;
    margin-bottom: 15px;
}

.tease-pubs .tease-type {
  display: inline-block;
  color: #BF5700;
  font-size: 14px;
    font-size: 1.4rem;
  text-transform: uppercase;
}

.single-pubs .publication-info {
  font-size: 16px;
  font-size: 1.6rem;
} 

.single-pubs .publication-uri a {
  color: #bf5700;
}

.single-pubs .entry-body h3.section-title {
  color: #313131;
  font-weight: 500;
  margin: 20px 0px;
}

.single-pubs .entry-body {
  line-height: 24px;
}


/* Media Queries
--------------------------------------------- 
--------------------------------------------- */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ specific styles go here */
    .feature-with-image {
        float: left;
        width: 45%;
    }

    .feature-with-no-image {
        float: right;
        width: 45%;
    }

    p {
        width: 100%;
    }

    #leadership,
    #ic2-blog-and-events {
        overflow: hidden;
    }

    #executive,
    .blog-sampler {
        float: left;
        width: 47%;
    }

    #leadership .people-list,
    .events-sampler {
        float: right;
        width: 47%;
    }

    .news-sampler {
        float: right;
        width: 47%;
    }

    .footer-top {
        overflow: hidden;
    }

    .footer-top .social {
        float: left;
        width: 20%;
    }

    .footer-top .contact-and-menu {
        float: right;
        width: 80%;
    }

    .footer-top .contact-and-menu .contact {
        float: left;
    }

    .footer-top .contact-and-menu {
        float: right;
    }

}

@media only screen and (min-width: 501px) {

    #search {
        border: 2px #D0D0D0 solid;
        border-radius: 3px;
    }

    #search::-webkit-input-placeholder {
        /* WebKit browsers */
        color: transparent;
    }
    #search:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: transparent;
    }
    #search::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: transparent;
    }
    #search:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: transparent;
    }
    #search::placeholder {
        color: transparent;
    }
}

@media only screen and (max-width: 1280px) {
  #site-inner,
  .wrap {
    padding: 0px 10px;
  }

/* News Page 
----------------------------------  */
  .content-wrapper.right-sidebar {
      grid-template-columns: 100%;
  }

  .right-sidebar .sidebar {
      max-width: 700px;
      margin: 20px auto 0px;
  }
/* Blog 
--------------------------------------------- */
  .tease-post:last-child {
    border-bottom: none;
  }

/* About 
--------------------------------------------- */
  table {
    font-size: 14px;
    font-size: 1.4rem;
  }
  
    embed,
    iframe,
    img,
    object,
    video,
    .wp-caption {
        max-width: 90vw;
        margin: 0 auto;
    }
    .post-type-archive-programs .tease-image img,
    .blog .tease-image img {
        width: 100%;
    }
}

/* Don't use this query, it's just for fixing the home page*/
@media only screen and (max-width: 1144px) {
  .locked-to-slider {
    margin: 0px;
    max-width: none;
    padding: 0 50px;
  }

  .call-out-content .social {
    width: 50%;
  }

  #ic2-call-out .mission-statement-background {
    padding-left: 20px;
  }

  #ic2-call-out .mission-statement {
    padding-left: 50px;
    width: 100%;
  }
}

@media only screen and (max-width: 1040px) {

/* Header */
  .site-header .wrap {
    grid-template-columns: 50% 50%;
      grid-gap: 20px 0px;
    grid-template-areas: 
      "logo search"
      "main-nav main-nav";
    padding: 10px;
  }

  #main-nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  #search {
      margin-top: 0; 
        top: 15px;
      right: 10px;
  }

  #searchform {
    grid-area: search;
  }

  #main-nav {
      grid-area: main-nav;
  }

  .logo {
    grid-area: logo;
    height: 100px;
  }
  
  .home main.content{
  	 max-width: 100%;
   	 /*width: 100%;*/
   }

/* Slider */
  .ic2-slide-container {
    padding: 0;
  }

  .locked-to-slider {
    padding: 0px;
  }

  #ic2-features {
    grid-gap: 8%;
  }

/* Call out */
  #ic2-call-out .mission-statement-background {
    position: static;
    float: left;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 50%;
  }
  
  #ic2-call-out .mission-statement {
    float: none;
  }
  
  .call-out-content .social {
    float: left;
  }

/* Blog and Events */
  #ic2-blog-and-events .blog-sampler {
    padding-right: 4%;
  }

  #ic2-blog-and-events .news-sampler,
  #ic2-blog-and-events .events-sampler {
    padding-left: 4%;
  }


/*  About Page 
  ----------------------------------  */
  main.content {
      max-width: 100%;
      /*width: 100%;*/
  }

  .content-wrapper.left-sidebar {
      grid-template-columns: 100%;;
  }

  .left-sidebar .sidebar {
    margin-top: 0px;
    width: 100%;
  }

  .fixed-nav .entry-navigation {
    top: 0px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 5;
  }
  
  .entry-navigation::before {
    border-bottom: 2px solid #005f86;       
    border-radius: 0px;
    padding: 0;
    margin: 0;
    opacity: .95;
    width: 100vw;
  }

  .entry-navigation ul {
      display: flex;
      justify-content: space-around;
      margin: 0px;
      text-align: center;
  }

/*  Programs Page 
  ----------------------------------  */
  .post-type-archive-programs .archive-content {
      grid-template-columns: 480px;
      justify-content: center;
  }
  
  .tease-programs:nth-of-type(even){
    float: left;
  }
}

@media only screen and (max-width: 768px) { 


/* Slider */
  .ic2-slide-container {
    padding: 0;
  }
  .slider-overlay {
    padding: 15px;
  }

  .slider-title {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .slider-teaser {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16px;
  }

  .slider-link {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .slider-image.image-position-left {
    object-position: left;
  }
  
  .slider-image.image-position-center {
    object-position: center;
  }

  .slider-image.image-position-right {
    object-position: right;
  }
/* Features */

  #ic2-features {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  #feature-one {
      margin-bottom: 25px;
  }

  .feature-with-image img {
      max-width: 460px;
      max-height: 292px;
  }

  .feature-with-no-image {
      border-left: none;
      padding-left: 0px;
  }

/*  Social */

  #ic2-call-out .mission-statement-background {
    width: 100%;
  }
  
  #ic2-call-out .mission-statement {
    padding: 40px;
  }

  .call-out-content .social {
    width: 100%;
    height: 100%;
  }

  #ic2-call-out h3 {
      margin-top: 30px;
  }

/*  Blog */

  #ic2-blog-and-events {
    grid-template-areas:  "blog"
                "events"
                "news";
    grid-template-columns: 1fr;
    grid-gap: 0;
    padding-top: 0px;
  }

  #ic2-blog-and-events .blog-sampler {
    padding-right: 0;
    border: none;
  }

  .blog-teaser {
      grid-template-columns: 47% 47%;
      grid-gap: 5%;
  }

  #ic2-blog-and-events .blog-sampler .blog-teaser img {
    width: 100%;
  }

  #ic2-blog-and-events .news-sampler,
  #ic2-blog-and-events .events-sampler {
    padding-left: 0;
  }

  .sampler {
    margin-bottom: 50px;
  }
/* Footer */

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-top .social {
    display: grid;
      grid-template-columns: 1fr 1fr;
      order: 2;
  }

  .footer-top .social h3 {
    text-align: right;
    padding: 8px 15px 0px 0px;
  }

  .contact-and-menu {
    order: 1;
    padding: 0px 10px;
    margin-bottom: 40px;
  }

  .contact {
    border-left: none;
    padding: 0;
  }

  .footer-bottom {
      margin-top: 10px;
  }

/*  About Page 
  ----------------------------------  */

  .entry-navigation::before {
    margin: 0;
    padding: 0;
  }

  .fixed-nav .entry-navigation {

  }

  .entry-navigation ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
  }

  .entry-navigation ul li {
      flex: 0 1 auto;
      padding: 0px 10px;
  }
  
  .entry-navigation ul a {
    font-size: 16px;  
  }

/* Leadership */
  #leadership {
    grid-template-areas: "header" 
              "executive"
              "leaders";
    grid-template-columns: 100%;
  }

  #leadership .people-list {
    border: none;
    column-count: 1;
    margin-top: 30px;
    padding-left: 0;
  }

  .page-about .section {
      padding: 50px 10px;
  }

/* Staff Directory */
  #section-directory {
      font-size: 14px;
    }

  #section-directory th,
  #section-directory td {
      padding: 5px 3px;
      word-break: keep-all;
  }


  .search .tease,
  .tease {
      grid-template-columns: 1fr;
      grid-template-rows: min-content;
      max-width: 100%;
      min-height: auto;
  }

  
  .events-archive-content {
    grid-template-columns: 1fr;
  }  
}


@media only screen and (max-width: 500px) {

  .post-type-archive-programs .archive-content {
      grid-template-columns: 1fr;
  }

  .tease-programs.tease {
      grid-template-columns: 45%;
      grid-template-rows: auto;
      padding: 8%;
      width: 100%;
  }

  .tease-programs .tease-image {
    grid-template-columns: 100%;
  }

  .tease-programs .tease-summary {
      grid-column: 1 / span2;
  }

  .tease-programs .tease-title {
      font-size: 7vw;
        line-height: 9vw;
        right: 8%;
      top: 8%;
      width: 35vw;
  }

  .search .tease-programs.tease {
    padding: 0px;
  }

  .site-header .wrap {
    grid-template-columns: 1fr;
    grid-gap: 0px;
    grid-template-areas: "main-nav" "logo" "search";
    padding: 10px 0px;
      text-align: center;
  }

  .logo {
    background-position: center;
    height: 120px;
    width: 100%;
  }
  
  #searchform {
      text-align: center;
  }

  #search {
    margin-top: 5px;
    position: static;
    width: 100%;
  }

  #main-nav li {
    padding: 0px 5px;
  }

  #main-nav a {
      font-size: 14px;
      font-size: 1.4rem;
  }

  .feature-with-image img {
      max-width: 100%;
  }

  #ic2-blog-and-events .blog-sampler {
      border-right: none;
  }

  .get-involveds {
      grid-template-columns: 1fr;
      grid-gap: 50px;
  }

  .get-involved.odd {
      border-right: none;
  }

  .get-involved-title {
    margin-bottom: 30px;
  }

  #ic2-blog-and-events {
    margin-bottom: 0px;
  }

  .tease .tease-title {
    font-size: 25px;
    font-size: 2.5rem;
  }

  .tease-post .tease-summary {
      order: 1;
  }

  .tease-post {
      grid-gap: 10px;
  }

  .breadcrumbs {
      height: auto;
  }

  /*  Slider */

    .ic2-slide {
        height: 430px;
    }

    .slider-overlay {
        bottom: 0;
        top: unset;
        height: 150px;
        width:  100%;
        max-width: 100%;
    }
    .slider-title {
      font-size: 18px;
      font-size: 1.8rem;

    }

    .institute-team .team-member {
      display: block;
    }
}