/*
Theme Name: ASTech
Theme URI: http://underscores.me/
Author: Nikki Lawrence
Author URI: http://crkdshell.com/
Description: ASTech custom theme
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: astech
Tags:

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.

ASTech is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Topbar
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Header
# Widgets
# Content
	## Global
	## Posts and pages
	## Comments
	## DataTables
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

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

.site-content, #topbar {
	font-size: 1.125em;
	line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	clear: both;
	line-height: 1.3em;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
}

h1 {font-size: 2.4em;}
h2 {font-size: 2.2em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.15em;}
h6 {font-size: 1em;}

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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

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

ul {
	list-style-type: none;
}

ol {
	list-style-type: none;
}

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%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## site-header-main
--------------------------------------------------------------*/
header#masthead {
	display: none;
}
@media screen and (min-width: 1001px) {
	header#masthead {
		display: block;
	}
}
.topbar_container  {
	margin: 0 auto;
	width: 95%;
}
@media screen and (min-width: 40em) {
	.topbar_container  {
		margin: 0 auto;
	}
}
@media screen and (min-width: 64em) {
	.topbar_container {
		max-width: 960px;
		margin: 0 auto;
	}
}

nav#site-navigation {
	background: #fff;
}
.site-logo, .top_menu {
	display: inline-block;
}

.menu_main li a {
	color: #383996;
	font-family: 'Roboto';
}
.menu_main li a:hover {
	color: #353b95;
}
.menu_main .sub-menu {
	background-color: #FFF;
}
.main-navigation ul ul li {
	padding: 1em;
	border-bottom: 1px solid #DDD;
	margin-left: 1em;
}

.menu_social li a {
	color: #808285;
}
.menu_social li a:hover {
	color: #c5902f;
}
.footer_menu_social {
	display: inline-block;
	margin: 0 auto;
}

@media screen and (min-width: 1000px) {
	.menues {
		display: inline-block;
		float: right;
		margin-top: 3em;
		font-size: 0.875em;
	}
	.menu_main {
		margin-right: 2.5em;
	}
	.mobile_menu_social {
		display: none;
	}
	.footer_menu_social {
		display: inline-block;
		font-size: 0.875em;
	}
	.home-link {
		display:none;
	}
}
nav#site-navigation {
	position: fixed;
	z-index: 99;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #353b95;
	text-decoration: none;
}

a:visited {
	color: #353b95;
}

a:hover,
a:focus,
a:active {
	color: #353b95;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	margin-right: 1.25em;
}
.main-navigation li:last-child {
	margin-right: 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
#wprmenu_bar {
	height: 75px;
}
#wprmenu_bar .wprmenu_icon {
	transform: scale(1.5);
	position: relative;
	top: 18px;
}
#wprmenu_bar .bar_logo {
	height: 62px;
}
.page #wprmenu_menu, div#wprmenu_menu {
	background-color: #EEE !important;
	margin-top: 2em;
}
#wprmenu_menu .fa {
	display: none;
}
#wprmenu_menu ul li a {
	color: #383996 !important;
}
#wprmenu_menu .wprmenu_icon_par {
	color: #383996 !important;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */

/*Wordpress Plugin*/
.bar_logo {
	float:left;
}
/*---------------*/

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1000px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation .fa {
		display: inline-block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	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-header: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;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

@media screen and (min-width: 40em) {
	.site-header {
		min-height: 4em;
	}
}
.site-branding {
	text-align: center;
}
.site-title {
	margin: 1.7em 1em 0;
	font-family: 'Raleway', sans-serif;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.3em;
	color: #fff;
	text-transform: uppercase;
	word-break: break-word;
}

@media screen and (max-width: 40em) {
	.site-title {
		font-size: 2em;
	}
}

.site-title a {
	text-decoration: none;
	color: inherit;
}
.site-title a:hover,
.site-title a:focus {
	text-decoration: underline;
}
.site-title::after{
	display: block;
	content: "";
	margin: .7em auto 0;
	width: 3em;
	border-bottom: solid 1px #fff;
	opacity: 0.5;
}
.site-description {
	margin: 2em 2em 3em;
	font-size: 110%;
	color: #fff;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

#search-form button {
	width: 25px;
	font-size: 21px;
	background: none;
	padding: 0;
	border: 0;
	margin: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global
--------------------------------------------------------------*/
.site-main {
	margin: 4.5em auto;
	max-width: 95%;
}
@media screen and (min-width: 64em) {
	.site-main{
		max-width: 960px;
	}
}
.entry-title {
	padding: 1rem 0 0 0;
	font-size: 48px;
	text-align: center;
	font-weight: normal;
	border-bottom: 1px solid #DDD;
}
@media screen and (min-width: 768px) {
	ul.donors-list {
		column-count: 2;
	}
}

/*front page*/
.home h1 {
	display: none;
}
.home h2 {
	color: #383996;
	text-align: center;
	margin: 2.56410em 0 1.28205em 0;
	font-weight: 400;
}
/* masthead slider */
.metaslider * {
	max-height: 49.25em !important;

}
.metaslider {
	overflow: hidden !important;
	margin-top: 1.8em !important;
}
.flex-direction-nav a.flex-prev  {
    content: " ";
    display: block;
    background: url('../../uploads/2017/03/nav_left.png') no-repeat;
    width: 19px;
    height: 29px;
}
.flex-direction-nav a.flex-next  {
    content: " ";
    display: block;
    background: url('../../uploads/2017/03/nav_right.png') no-repeat;
    width: 19px;
    height: 29px;
}
.metaslider img {
	height: 60vh !important;
}
.metaslider .caption-wrap {
	background: transparent !important;
	height: 100% !important;
	opacity: 1 !important;
}
.bottom-caption .caption-wrap {
	height: 33% !important;
	position: 80% !important;
}
.metaslider .caption {
	height: 100% !important;
	text-align: center;
	width: 75%;
	max-width: 52.5em;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-18%);
}
.metaslider .caption h2 {
	color: #FFF;
	letter-spacing: 1px;
	margin: 0 !important;
	text-shadow: -1px -1px 0 #000000,
		1px -1px 0 #000000,
		-1px 1px 0 #000000,
		1px 1px 0 #000000;
	font-size: 1.3375em;

}
.metaslider .caption p {
	color: #FFF;
	letter-spacing: 1px;
	font-size: 0.925em;
	font-weight: 300 !important;
	line-height: 1.5;
	text-shadow: -1px -1px 0 #000000,
		1px -1px 0 #000000,
		-1px 1px 0 #000000,
		1px 1px 0 #000000;
}
.metaslider button {
	width: 8.482em;
	height: 2.926em;
	margin-top: 0.5em;
	padding: 0;
	color: #FFF;
	background-color: transparent;
	border: 2px solid #FFF;
	border-radius: 12px;
	font-size: 0.75em;
}
.metaslider button:hover {
	background-color: #1c125a;
	border-color: #c89433;
	color: #c89433;
	box-shadow: inset 0px 0px 12px #555;
	cursor: pointer;
}
@media screen and (min-width: 530px){
	.metaslider button {
		margin-top: 1.1111em;
	}
}
@media screen and (min-width: 640px){
	.metaslider {
		margin-top: 1.6666em !important;
	}
}
@media screen and (min-width: 768px){
	.metaslider img {
		height: auto !important;
		width: 100% !important;
	}
}
@media screen and (min-width: 1000px){
	.metaslider .caption h2 {
		color: #FFF;
		letter-spacing: 1px;
		margin-bottom: 0 !important;
		font-size: 2.675em;
		text-shadow: -1px -1px 0 #000000,
			1px -1px 0 #000000,
			-1px 1px 0 #000000,
			1px 1px 0 #000000;
	}
	.metaslider .caption p {
		color: #FFF;
		letter-spacing: 1px;
		font-size: 1.85em;
		font-weight: 300 !important;
		line-height: 1.5;
		text-shadow: -1px -1px 0 #000000,
			1px -1px 0 #000000,
			-1px 1px 0 #000000,
			1px 1px 0 #000000;
	}
	.metaslider button {
		font-size: 1.5em;
	}
}
@media screen and (min-width: 1500px){
	.metaslider .caption {
		transform: translateY(-15%);
	}
}

.features {
	font-size: 0px;
}
.feature_box {
	color: #fff;
	background: #000;
  	font-size: initial;
	margin: 0 2% 2% 0;
	padding: 1%;
	width: 100%;
	position: relative;
}
.feature_box.no-margin-right {
	margin-right: 0;
}
.feature_box h2 {
	margin: 0;
	padding: 175px 0 100px 5px;
	color: #fff;
	transition: color .5s ease;
	text-align: left;
}
.feature_box_hover {
	position: absolute;
	z-index: 1;
	font-family: 'Roboto', sans-serif;
	opacity: 0;
	transition: opacity 0.5s ease;
}
.feature_box_hover p {
	margin: 0;
	padding-right: 5%;
	font-size: 1.125em;
}
.feature_box button {
	position: absolute;
	bottom: 2em;
	left: 14.5%;
	font-family: 'Roboto', sans-serif;
	display: block;
	margin: 0 auto;
	border: 2px solid #FFF;
	border-radius: 0.5em;
	background-color: transparent;
	color: #FFF;
	font-size: 1.125em;
	width: 71%;
	padding: 10px;
	opacity: 0;
	transition: opacity 0.5s ease;
}
.feature_box button:hover {
	background-color: rgba(255,255,255,0.9);
	color: #a3a4a6;
	border: 2px solid #a3a4a6;
}
.feature_box_awards{
	background: url('../../uploads/2017/03/Asset-16-copy.png') top center;
	background-size: cover;
}
.feature_box_awards:hover {
  background:
    /* top, transparent red, faked with gradient */
    linear-gradient(
      rgba(0,0,0,0.45),
      rgba(0,0,0,0.45)
    ),
    /* bottom, image */
    url('../../uploads/2017/03/Asset-16-copy.png') top center;
    background-size: cover;
}
.feature_box_innovators{
	background: url('../../uploads/2017/03/Asset-15-copy.png') top center;
	background-size: cover;
}
.feature_box_innovators:hover {
  background:
    /* top, transparent red, faked with gradient */
    linear-gradient(
      rgba(0,0,0,0.45),
      rgba(0,0,0,0.45)
    ),
    /* bottom, image */
    url('../../uploads/2017/03/Asset-15-copy.png') top center;
    background-size: cover;
}
.feature_box_speakers{
	background: url('../../uploads/2017/03/Asset-14-copy.png') top center;
	background-size: cover;
}
.feature_box_speakers:hover {
  background:
    /* top, transparent red, faked with gradient */
    linear-gradient(
      rgba(0,0,0,0.45),
      rgba(0,0,0,0.45)
    ),
    /* bottom, image */
    url('../../uploads/2017/03/Asset-14-copy.png') top center;
    background-size: cover;
}
.feature_box_scholarship{
	background: url('../../uploads/2017/03/Asset-13-copy.png') top center;
	background-size: cover;
}
.feature_box_scholarship:hover {
  background:
    /* top, transparent red, faked with gradient */
    linear-gradient(
      rgba(0,0,0,0.45),
      rgba(0,0,0,0.45)
    ),
    /* bottom, image */
    url('../../uploads/2017/03/Asset-13-copy.png') top center;
    background-size: cover;
}
.feature_box:hover.feature_box h2 {
	color: #a3a4a6;
}

.winners {
	width: 100%;
	background-color: #353b95;
	color: white;
	padding-bottom: 30px;
}
.winners h2 {
	color: white;
	margin: 15px;
}
.winners-feature {
	width: 360px;
	height: 180px;
	margin: 0 auto;
}
.winner-image, .winner-text {
	width: 180px;
	height: 180px;
	display: inline-block;
}
.winner-text {
	display: table;
}
.winner-text h3 {
	font-size: 1.25em;
	font-weight: normal;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.winner-image:first-child {
	float: left;
}
.winner-image:nth-child(2) {
	float: right;
}
.winner-image:first-child {
	float: left;
}
.winner-image:nth-child(2) {
	float: right;
}
.winners-feature:nth-child(3) .winner-image {
	float: right;
}
.winners-feature:nth-child(4) .winner-image {
	float: left;
}
.winners-feature:nth-child(5) .winner-image {
	float: right;
}
.winners-button-container {
	text-align: center;
}
a.winners-button{
	display: inline-block;
	margin-top: 2em;
	color: #383996;
	background-color: white;
	border-radius: 12px;
	font-size: 1.5em;
	padding: 0.77777em 2.40740em;
}

.supporters {
	margin-bottom: 5.55555em;
}
.supporters-slideshow {
	margin: 0 10px;

}
.supporters-slideshow table div {
	width: 100% !important;
}

.supporters-slideshow table div div {
	width: 100% !important;
}

@media screen and (min-width: 480px){
	.feature_box {
		width: 48%;
		float: left;
	}
}
@media screen and (min-width: 530px){
	.winners-feature {
		width: 480px;
		height: 240px;
	}
	.winner-image, .winner-text {
		width: 240px;
		height: 240px;
	}
}
@media screen and (min-width: 700px){
	.feature_box {
		width: 23.5%;
  		display: inline-block;
	}
	.feature_box h2 {
		font-size: 1.5em;
	}
	.feature_box_innovators.no-margin-right {
		margin-right: 0%;
	}
}
@media screen and (min-width: 1000px){
	.feature_box h2 {
		font-size: 2.2em;
	}
	.feature_box:hover .feature_box_hover, .feature_box:hover.feature_box button {
		opacity: 1;
	}
}
@media screen and (min-width: 1024px){
	.winners-feature {
		display: inline;
		float: left;
	}
	.winners-feature:nth-child(3) .winner-image {
		float: left;
	}
	.winners-feature:nth-child(4) .winner-image {
		float: right;
	}
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
	width: 100%;
	background-color: #1c135a;
	color: #FFF;
	font-size: 0.875em;
}
footer ul, footer ol {
	margin: 0;
	padding: 0;
}
footer p {
	margin-top: 0;
}
.footer-box.footer-logo-box {
	width: 100%;
	text-align: center;
	margin: 2.5em 0 0 0;
}
.footer-container {
	max-width: 960px;
	margin: 0 auto;
}
.footer-box {
	width: 40%;
	margin: 2.5em auto 0 auto;
}
.footer_menu_social li {
	display: inline-block;
	margin-right: 2em;
	text-align: center;
}
.footer-link {
	width: 100%;
}
.footer-link a {
	color: #c6972c;
}
.footer-link a:hover {
	color: #383996;
}
.footer_menu_social li:last-child {
	margin-right: 0;
}
footer #social-menu {
	margin: 1em 0;
}
.footer_menu_social i {
	font-size: 20px;
}
.footer_menu_social li a, footer .newsletters-container a, footer .tweets-container a {
	color: #c6972c;
}
.footer_menu_social li a:hover, footer .newsletters-container a:hover, footer .tweets-container a:hover {
	color: #383996;
}
.footer-address td:nth-child(odd) {
	width: 1.78571em;
	vertical-align: top;
}
.footer-address td {
	padding-bottom: 1.42857em;
}
footer .fts-tweeter-wrap {
	margin-bottom: 1.5em;
}
footer .fts-tweeter-wrap .tweeter-info {
	padding: 0;
	border: 0;
	line-height: 1.5;
}
footer .tweeter-info .time {
	font-size: 14px;
}
footer .tweeter-info .fts-twitter-full-width {
	padding: 0;
}
footer .tweeter-info .fts-uppercase.fts-bold {
	display: none;
}
footer .fts-twitter-reply-wrap.fts-twitter-full-width {
	display: none;
}
footer .fts-twitter-text {
	padding: 0;
}
footer .fts-twitter-div a {
	transition-property: none;
}

.copyright {
	clear: both;
	display: block;
	text-align: center;
	padding: 5.35714em 0 4.64285em 0;
}
@media screen and (min-width: 768px) {
	.footer-box {
		width: 30%;
		float: left;
		margin: 2.5em 1.5% 0 1.5%;
	}
}
@media screen and (min-width:1000px){
	.footer-box.footer-logo-box {
		width: 25%;
		text-align: left;
	}
	.footer-logo {
		margin: 0;
	}
	.footer-box {
		width: 25%;
		margin: 2.5em 0 0 0;
	}
	.footer-box:nth-child(1) {
		padding: 0 0.71428em 0 0 ;
	}
	.footer-box:nth-child(2), .footer-box:nth-child(3) {
		padding: 0 0.71428em;
	}
	.footer-box:nth-child(4) {
		padding: 0 0 0 0.71428em;
	}
	.footer-logo {
		text-align: left;
	}
	footer #social-menu {
		margin-top: 10em;
	}
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

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

/* About Us */
.page_h2 {
	font-weight: normal;
	font-size: 1.75em;
}
.mission {
	font-size: 1.25em;
	color: #999;
	letter-spacing: 0.5px;
}
.committee-list ul {
	column-count: 1;
}

/* Alumni Speakers Bureau */
.speaker-container {
	border-bottom: 1px solid #DDD;
}
.speaker-container ul {
	padding: 0;
	margin-left: 0;
}
.speaker-container ul li {
	margin-bottom: 1em;
}
.speaker-container ul .field-title {
	font-weight: bold;
}

/* Awards Criteria */
.awards-title {
	font-size: 1.5em;
	margin-bottom: 0;
}
.awards-container p {
	margin-top: 0;
}

/* Contact */
.contact-group {
	max-width: 750px;
	margin: 0 auto;
}
.contact-group h2 {
	font-weight: normal;
}
.contact-group input[type="text"] {
	font-size: 1em;
	padding: 5px !important;
	border-radius: 3px;
}
.contact-group textarea {
	resize: none;
	border-radius: 3px;
}
.contact-group .form3 .wdform-label-section {
	padding-top: 8px;
}
.contact-group .form3 .button-submit {
	margin-left: 98px;
}
.contact-form {
	display: inline-block;
	float: left;
}
.contact-details {
	display: inline-block;
	float: left;
}
@media screen and (min-width: 676px) {
	.contact-details {
		float: right;
	}
}

/* Index of Past Winners */
.indexofpastwinners h2 {
	font-size: 1.75em;
}
.indexofpastwinners h2, .indexofpastwinners h3 {
	text-align: center;
}
.indexofpastwinners iframe {
 	display: block;
 	margin: 0 auto;
}

/* News */
article.type-post {
	max-width: 750px;
	margin: 0 auto 1.5em auto;
}

/* Nex-Gen Innovators Showcase */
.next-gen-subheading {
	color: #999;
	text-align: center;
	font-size: 1.25em;
	margin: 0 0 4em 0;
}
#post-1804 {
	text-align: center;
}
#post-1804 p {
	max-width: 750px;
	margin: 0 auto;
}
.next-gen-title, .photo-group {
	text-align: center;
}
.photo-group {
	margin: 2em 0;
}
#post-1776 ul {
	padding-left: 0;
	margin-left: 0;
}

/* Supporters */
.supporter-container {
	margin-bottom: 5em;
}

/* Wall of Fame */
.wof_thumb, .wof_link {
	display: inline-block;
}
.wof_thumb {
	margin-right: 50px;
}
.walloffame-container {
	max-width: 800px;
	margin: 0 auto;
}
.walloffame-container h2 {
	font-size: 1.5em;
	display: inline-block;
	padding-left: 1em;
}
.wallofffame-container h3 {
	font-size: 1.25em;
}
.walloffame-container img {
	vertical-align: middle;
}

/* Where are they now */
.wherearetheynow-container {
	margin-bottom: 6em;
}


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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## DataTables
--------------------------------------------------------------*/
table.dataTable tfoot th {
	padding: 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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%;
}

/*--------------------------------------------------------------
## 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;
}
