/*!
Theme Name: wcit
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wcit
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

wcit is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
    font-family: 'Open Sans', sans-serif;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-f:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	/* margin: 0 0 1.5em; */
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}




body.logged-in { margin-top: 32px; }
body.logged-in header .navbar { margin-top: 32px; }

body { padding: 0; margin: 0; }

/*
header, header.container-fluid { margin: 0; padding: 0; } */

.page .home-splash.container-fluid { margin: 0;  }

.page .home-splash {  background: #248b99 url('./img/splash-bg.jpg') no-repeat 0 0; margin-top: 28px; background-position: center center; background-size: cover; font-family: "Raleway", sans-serif; color: #ffff; padding: 180px 0 90px 0;
position: relative;

}

.page .home-splash:before {
display: block;
content: '';
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;

z-index: 400;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4ccfe1+0,4ccfe1+35,4ccfe1+70,4ccfe1+100&1+0,1+35,0.7+70,0+100 */
background: -moz-linear-gradient(left, rgba(76,207,225,1) 0%, rgba(76,207,225,1) 35%, rgba(76,207,225,0.7) 70%, rgba(76,207,225,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(76,207,225,1) 0%,rgba(76,207,225,1) 35%,rgba(76,207,225,0.7) 70%,rgba(76,207,225,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(76,207,225,1) 0%,rgba(76,207,225,1) 35%,rgba(76,207,225,0.7) 70%,rgba(76,207,225,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ccfe1', endColorstr='#004ccfe1',GradientType=1 ); /* IE6-9 */

}

.page .home-splash .splash-content { position: relative; z-index: 500; }

.page .home-splash h2 { color: #fff;  font-size: 62px; font-weight: 100; line-height: 1; margin-bottom: 1rem; text-align: left; }
.page .home-splash hr { background: #ff6600; height: 2px; width: 200px; margin: 15px 0; }
.page .home-splash p { font-size: 18px; font-weight: 600; }

.home-splash .cta { margin: 0; }

.page .home-splash .cta a {display: inline-block;  padding: 14px 25px; border-radius: 30px;  color: #fff;  font-size: .9rem; background: #00bfd9; text-decoration: none; }

.page .home-splash .cta a .icon { margin-left: 10px; }


.page .home-splash .cta a:hover { background: #fff; color: #ff6600; }

.home-splash .splash-header { width: 50%; }

#primary .priorities { border-top: 1px solid #5ecad9; background: #248b99 url('./img/priorities-pattern.png') repeat 0 0; color: #fff; padding: 35px 0 50px 0; font-family: "Raleway", sans-serif; }

#primary .priorities h2 { text-align: center; color: #fff; font-size: 24px; margin-bottom: 30px; font-weight: 400; margin: 0 0 10px 0; }
#primary .priorities hr { background: #ff6600; height: 2px; width: 75px; margin: 0 auto 30px auto; }
#primary .priorities h3 { color: #fff; font-size: 18px;}

#primary .priorities p { font-size: 14px; text-align: left; margin: 0; padding: 0; }

#primary .priorities .col .wrap { background: rgba(0,0,0,.15); }
#primary .priorities .icon { opacity: .95; color: #60ecff; }


header .navbar { background: #fff; box-shadow: 0 0 20px rgba(0,0,0,.3); padding: 0; }
header .navbar > .container { padding: 0; }

header .navbar #primaryNavbar {  }

ul { margin: 0; padding: 0; }

header .navbar .menu-item { }
header .navbar .menu-item .nav-link { font-family: "Oswald", sans-serif; font-size: 1.1em; font-weight: 400; color: #248b99;
padding: 15px 12px;
 }

header .navbar .menu-item .nav-link:hover { color: #ff6600; }

header .navbar .menu-item.active .nav-link { color: #ff6600;
border-bottom: 4px solid #d5d9db;
}


#main-navigation .logo, #main-navigation .logomark { display: block; position: relative; width: 350px; }
#main-navigation .logo img, #main-navigation .logomark img { width: 100%; display: block; position: absolute; top: -30px; }

#main-navigation .logomark { display: none; }

#main-navigation.shrink .logo { display: none; }
#main-navigation.shrink .logomark { display: block; width: 120px; }
#main-navigation.shrink .logomark img { top: -20px; }

#main-navigation.shrink .navbar .menu-item .nav-link {
padding: 5px 15px;
 }









h2 { font-family: "Raleway", sans-serif; color: #ff6600; font-size: 28px; font-weight: 800; }
h3 { font-family: "Raleway", sans-serif; color: #ff6600; font-size: 24px; font-weight: 800; }







#wcit-priorities { background: #248b99 url('./img/priorities-pattern.png') repeat 0 0; color: #fff; text-align: center; font-family: "Raleway", sans-serif; border-top: 1px solid #49b8c7; }
/*
header .featured { background: #248b99; height: 180px; } */

#wcit-priorities .icon { margin-bottom: 10px; opacity: .65; }
/* #wcit-priorities hr { background: #ff6600; height: 2px; width: 100px; } */

#wcit-priorities h2 { text-align: center; color: #fff; font-weight: 400; text-transform: uppercase; font-size: 18px; letter-spacing: 2px; margin-bottom: 1.3em; }


#wcit-priorities h3 { text-align: center; color: #fff; font-weight: 700; font-size: 21px; }

#wcit-priorities p { font-size: .9em; margin: 0; padding: 0; }

#press-mentions { border-left: 1px solid #e3e3e3; margin: 0; padding: 0; }

#press-mentions > h3 { border-bottom: 1px solid #e3e3e3; padding: 0 0 15px 0; margin: 0 0 0 30px; }
#press-mentions article { transition: background-color 0.1s linear; position: relative; margin: 0 0 0 30px; padding: 14px 10px 14px 0; border-bottom: 1px solid #e3e3e3; border-radius: 0; }
#press-mentions article .entry-title { text-align: left; margin: 4px 0; padding: 0; line-height: 1.1; font-family: "Oswald", sans-serif; font-weight: 400; font-size: 21px; }
#press-mentions article .entry-title a { font-family: "Oswald", sans-serif; font-weight: 400; font-size: 21px; text-decoration: none; }
#press-mentions article .cat-links { font-size: 12px; margin: 0; padding: 0; }
#press-mentions article .cat-links a { color: #ff6600; margin: 0; padding: 0; font-size: 11px; text-decoration: none; }

#press-mentions article:last-child { margin: 0 0 0 0px; padding: 14px 10px 14px 30px; }

#press-mentions article:hover {
    border-top: 1px solid #e3e3e3;

    margin: -1px 0 0 -1px;
    padding: 14px 10px 14px 31px;
    background: #f7f7f7;
    cursor: pointer;

}


#press-mentions article:before {
    content: '';
    display: none;
    background: #ff6600;
    width: 6px;
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 0;
}

#press-mentions article:hover:before {
    display: block;
}



#press-mentions article .posted-on a { font-family: "Oswald", sans-serif; text-transform: uppercase; font-weight: 400; font-size: 13px; color: #bababa; letter-spacing: 0.05em; text-decoration: none; }




#publications { background: #f2f6f7;  }
#publications h2 { text-align: center; margin-bottom: 20px }
#publications .col { }

#publications h3 { font-size: 18px; border-top: 1px solid #acd1d6; padding-top: 15px; }
#publications h3 { color: #248b99; }

#publications p { font-family: "Raleway"; color: #248b99; font-weight:400; font-size: 14px; }

#publications .col .featured-image { height: 175px; overflow: hidden; }

#news .entry-title { text-align: left; font-size: 1.5em; font-weight: 800; color: #248b99; }

.entry-title a { font-family: "Raleway"; color: #248b99; font-weight: 800; }





.panel { padding: 30px 0; }

/*
.home article { margin-bottom: 3em; } */


#events { background: #f8f8f8; }



header .featured { background: #248b99; height: 150px; }

article header h3.cat-links { margin: 0; padding: 0 0 2px 0; }
article header h3.cat-links a {  font-size: 13px; text-transform: uppercase; color: #bababa; font-weight: 700; letter-spacing: 0.15em; }

/* article .entry-content { margin: 0; padding: 0; } */


#events h2 { text-align:center; margin-bottom: .8em; }




#events .event { height: 100%; background: #ffffff; box-shadow: 0 3px 10px rgba(0,0,0,.1); border: 1px solid #e0e3e4; padding: 15px; border-radius: 3px; }








.page-header { padding: 150px 0 30px 0; color: #fff; background: #248b99 url('./img/page-header-bg.png') no-repeat 0 0; background-size: cover; background-position: center center; text-align: center; }

.intro { margin: 30px 0 40px 0; font-size: 18px; }



.page h1, .blog h1 { text-align: center; font-family: "Raleway", sans-serif; font-weight: 800; font-size: 2.2em; }

.page h2, .blog h2 {  text-align: center;  font-family: "Raleway", sans-serif; font-size: 1.5em;  }

hr.h2 { width: 100px; height: 2px; margin-bottom: 30px; }





#newsletter { text-align: left; color: #fff; background: #ff6600; }

#newsletter h2 { color: #fff; text-align: left; }


.small { font-size: .8em; opacity: .75; }
.contact-footer { text-align: left; font-weight: normal;}

#colophon { background-color: #248b99; padding: 30px 0 20px 0; color: #fff; font-weight: bold; text-align: center;  background: #248b99 url('./img/priorities-pattern.png') repeat 0 0; color: #fff;}

#colophon a { color: #fff; }

#colophon a:visited { color: #fff; }

.featured-speakers .speaker .photo { display: block; margin-bottom: 12px; }
.featured-speakers .speaker h6 { text-align: center; padding-bottom: 12px; }
.speaker { width: 60%; display: block; margin: 0 auto; }




.advisory-board ul, .members ul { list-style: none; margin: 0; padding: 0; }

.advisory-board li, .members li { text-align: center; font-size: 16px; font-weight: 600; margin-bottom: 6px;  }

.advisory-board h6 { color: #248b99; font-weight: bold; font-size: 18px; margin-bottom: 3px; }
.advisory-board p { color: #7f7f7f; font-weight: 400; font-size: 16px; }

.members li { color: #248b99; }



.about-splash-photo {
    height: 450px;

background: transparent url('./img/about-photo-sample.jpg') no-repeat 0 0;
background-size: cover;
background-position: center center;
}


.policy-nav .icon { text-align: center; color: #c4c9cd; }
.policy-nav ul { list-style: none; margin: 0; padding: 0; }
.policy-nav ul li { font-size: 14px; text-align: center; color: #248b99; margin-bottom: 8px; font-weight: bold; line-height: 1.2; }










.event-list .card .card-title, .event-list .card .card-title a { font-family: "Raleway"; color: #248b99; font-weight: 800; }

.event-list .card .card-subtitle {
font-family: "Oswald", sans-serif; text-transform: uppercase; font-weight: 400; font-size: 13px; color: #bababa; letter-spacing: 0.05em; text-decoration: none; }



.jobs-trade { text-align: center;
}

.jobs-trade .jobs-chart { margin-bottom: 5px; }

.jobs-trade .jobs-chart img { display: block; width: 80%; margin: 0 auto; }

#tribe-events-pg-template { max-width: none !important;}


.tribe-events-event-image img { margin: 0 auto; display: block; }
