/*
Theme Name: ASPE
Author: X-CD
Description: A custom theme developed by X-CD for ASPE
Version: 1.00
*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i');
/* CSS Document */
/* RESET */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;	
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET */

/* WORDPRESS CORE */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* 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: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/* END WORDPRESS CORE */
/* SLIDEOUT */
.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 300px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}

#mobile-menu-wrap {  
	width: 450px;
	opacity: 0;
	visibility: hidden;
}

#mobile-menu-wrap.visible {
	opacity: 1;
	visibility: visible;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  background-color: #FFF; /* A background-color is required */
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

#panel:before {
  content: '';
  display: block;
  background-color: rgba(0,0,0,0);
  transition: background-color 0.5s ease-in-out;
}

#panel.panel-open:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 99;
}

#close-mobile {
	height: 48px;
    background:#58585b;
    text-align: right;
    padding:0 25px;
    box-sizing: border-box;
	margin-bottom:25px;
	display: flex;
	justify-content: space-between;
}

#close-mobile a {
	display: inline-block;
	color:#fff;
	font-size:26px;
	line-height: 48px;
}

#mobile-menu-back {
	visibility: hidden;
}

#mobile-menu-back.active {
	visibility: visible;
}

#mobileSearch {
	display:block;
	width:100%;
	margin-bottom:30px;
	text-align: center;
}

#mobileSearch .searchForm input[type="text"] {
	width:85%;
}

#mobile-menu {
	padding:0 25px;
	box-sizing: border-box;
	margin-bottom:60px;
}

#mobile-menu li {
	border-bottom:1px solid #dbd9d2;
	padding:25px 0;
}

#mobile-menu li a {
	color:#241c15;
	text-decoration: none;
	font-size:16px;
}

#mobile-menu li ul {
	display:none;
	position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 61px;
    left: 0px;
	padding-left: 25px;
	box-sizing: border-box;
}

#mobile-menu li ul.expanded {
	display:block;
	z-index: 20;
}

#mobile-menu .mobileParentItem:after {
	display:inline-block;
	content:">";
	position: absolute;
	right:30px;
	z-index: 10;
}

#mobile-menu-wrap .button {
	display: block;
	width:200px;
	margin:0 auto;
	text-align: center;
}
/* END SLIDEOUT */
/* X-CD FOR WP */
.x-cd-login-slim-form input.x-cd-slim-login-submit, #x-cd-login-submit {
	padding: 12px 55px;
    background: #b71f3c;
    border-radius: 7px;
    border: 2px solid #b71f3c;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    text-transform: uppercase;
	cursor: pointer;
}

.x-cd-login-slim-form input.x-cd-slim-login-submit {
	width: 100% !important;
}

#mainNav div.x-cd-login {
	display: inline-block;
}

#x-cd-login-form .form-actions a, .x-cd-login-slim-form .form-actions a {
	display:block;
	clear:both;
	margin-bottom: 25px;
	color:#b71f3c;
}
/* END X-CD FOR WP */
/* GENERAL */
* { 
	font-family: 'Montserrat', sans-serif; 
}

body {
  width: 100%;
  height: 100%;
}

main {
	margin-top:158px;
	border-top:50px solid #1a1819;
}

img { max-width:100%; height: auto; }

.button, #mainContent a.button {
	padding:12px 55px;
	background:#b71f3c;
	border-radius: 7px;
	border:2px solid #b71f3c;
	color:#fff;
	text-decoration: none;
	font-size:14px;
	font-weight: 500;
	white-space: nowrap;
	text-transform: uppercase;
}


.button.border {
	border:2px solid #fff;
}

.button.white {
	background:#fff;
	color:#b71f3c !important;
	border:2px solid #b71f3c;
}

.button.blackwhite {
	background:#000;
	color:#fff !important;
	border:2px solid #FFF;
}

.button.whiteblack {
	background: #fff;
	color:#000 !important;
	border:2px solid #000;
}

.searchForm input[type="text"] {
    width: 200px;
    height: 31px;
	padding-left:15px;
    position: relative;
    z-index: 1;
	border:2px solid #e8e8e8;
}
.searchForm input[type="submit"] {
    margin-left: -50px;
    height: 20px;
    width: 50px;
    position: relative;
    z-index: 10;
    background-image: url(img/caccn-magnify.png);
    background-color: transparent;
    border: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
	cursor: pointer;
}
/* END GENERAL */
/* HEADER */
header {
	display: block;
	width:100%;
	color:#FFF;
	background: #1a1819;
	position: fixed;
	z-index:100;
	top:0;
}

#topBar {
	display:block;
	width:100%;
	clear: both;
	background:#58585b;
	text-align: right;
	padding:5px 25px;
	box-sizing: border-box;
}

#topBar nav, #quickLinks, #topBar .searchForm {
	display:inline-block;
	vertical-align: middle;
}

#topBar nav li {
	display:inline-block;
	margin-right:30px;
}

#topBar nav li a {
	color:#FFF;
	font-size:14px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
}

#logoNav {
	padding:30px 35px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	transition: .1s ease;
}
header.fixed #logoNav {
	padding:10px 35px;
}

#logo {
	width:25%;
	min-width:260px;
	transition: .3s ease;
}

#logo img {
	transition: .3s ease;
}

#miniLogo {
	display: none;
}

header.fixed #mainLogo {
	display: none;
}
header.fixed #miniLogo {
	display: block;
	width:60px;
}

#mobileToggle {
	display:none;
}

#mobileToggle a {
	color:#fff;
	font-size:32px;
}

#navTag {
	width:auto;
	display:inline-block;
}

#tagline {
	display:flex;
	justify-content: flex-start;
	width:100%;
	clear: both;
	font-size:16px;
	font-weight: 600;
	color:#9b9ca0;
	text-align: left;
	padding-bottom:40px;
	box-sizing: border-box;
}

header.fixed #tagline {
	display:none;
}

#mainNav {
	width:100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	transition: .3s ease;
}

#mainNav div {
	display:inline-flex;
	justify-content:flex-end;
	align-items: center;
	width:100%;
}

#mainNav li {
	display:inline-block;
	position: relative;
	margin-right:25px;
}

#mainNav li.mobileParentItem a:after {
	font-family: "Font Awesome 5 Pro";
	display:inline-block;
	content:"\f107";
	padding-left:7px;
}
#mainNav li.mobileParentItem ul li a:after {
	display: none;
}

#mainNav li a {
	color:#fff;
	font-size:16px;
	font-weight: 500;
	text-decoration: none;
}

#mainNav li ul {
	position: absolute;
	left:-30px;
	top:15px;
	text-align: left;
	display:none;
	transition: .3s ease;
	white-space: nowrap;
	background: #1a1819;
	padding:15px 30px;
}

#mainNav li:hover ul {
	display: block;
}

#mainNav li ul li {
	display:block;
	margin:25px auto;
}

#mainNav .button {
	z-index:90;
}
/* END HEADER */

/* MAIN PAGE */
#missionStatement {
	display: flex;
	width:100%;
	max-width:1500px;
	margin: 0 auto;
	padding:80px 35px;
	box-sizing: border-box;
	align-items: center;
}

#missionLogo {
	width:25%;
	min-width:96px;
}

#missionStatement  article {
	width:75%;
	padding-bottom:30px;
}

#missionStatement article p {
	font-size:16px;
	line-height:24px;
	font-weight: 400;
}

#missionCTA {	
	margin-top:35px;
}

#journalCTA {
	display: block;
	clear: both;
	padding:70px 0;
	background: #fff;
	overflow: hidden;
}

#journalCTA .ctaWrap {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 17%, rgba(202,201,202,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 17%,rgba(202,201,202,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(255,255,255,1) 17%,rgba(202,201,202,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cac9ca',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	width:100%;
	position: relative;
	padding:70px 35px;
	box-sizing: border-box;
}

#journalCTA .ctaInner {
	width:100%;
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
}

#journalCTA article {
	display:block;
	width:60%;
	max-width:1000px;
}

#journalCTA article h2 {
	font-size:26px;
	line-height: 34px;
	color:#b71f3c;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom:45px;
}

#journalCTA article p {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom:75px;
}

#journalImg {
	position: absolute;
	right:-70px;
	top:-5px;
}

#journalCTA img {
	max-width:450px;
}

#sectionLinks {
	display:flex;
	justify-content: space-between;
	width:100%;
	max-width:1500px;
	margin: 0 auto;
	padding:100px 35px;
	box-sizing: border-box;
}

.sectionLink {
	width:32%;
	text-align: center;
	padding:80px 15px 60px;
	box-sizing: border-box;
	background-size:100% 100% !important;
}

.sectionLink:first-child {
	background:url(img/event_program_BG.png);
}

.sectionLink:nth-child(2) {
	background: url(img/Careers_BG.png);
}

.sectionLink:nth-child(3) {
	background: url(img/tech_leadership_BG.png);
}

.sectionLink h2 {
	margin-bottom: 50px;
	color:#fff;
	font-size:20px;
	font-weight: 400;
}

#sponsorCTA {
	display:block;
	width:100%;
	clear:both;
	padding:55px 35px;
	box-sizing:border-box;
	background: url(img/ASPE_page_break_BG.png);
	background-size:100% 100%;
	background-repeat: no-repeat;
}

#sponsorCTA article {
	width:100%;
	max-width:1500px;
	margin:0 auto;
	background: rgba(255, 255, 255, .75);
	text-align: center;
	padding:40px 25px;
	box-sizing: border-box;
}

#sponsorCTA article h2 {
	font-size:26px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom:45px;
}

#sponsorCTA article p {
	max-width:1000px;
	margin:0 auto 50px;
}

#sponsorsList {
	display:block;
	width:100%;
	padding:135px 35px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

#sponsorsList h2 {
	font-size:26px;
	text-align: center;
	font-weight: 500;
	letter-spacing: 1px;
	display:inline-block;
	position:relative;
}

#sponsorsList h2:before{
	content: "";
    position: absolute;
    width: 25%;
    height: 1px;
    bottom: -16px;
    left: 50%;
	transform: translateX(-50%);
    background-color: #58585b;
    visibility: visible;
}

#sponsorSlider {
	display:block;
	clear:both;
	width:100%;
	padding:0 50px;
	box-sizing: border-box;
	margin:75px auto 0;
	position: relative;
}

#sponsorSlider .sponsor {
	display:inline-block;
	vertical-align: middle;
	width:22%;
	margin:0px 25px;
	text-align: center;
}

#sponsorSlider .sponsor img {
	opacity:.35;
	transition: .3s ease;
	display: inline-block;
}

#sponsorSlider .sponsor:hover img {
	opacity:1;
}

#sponsorSlider .slick-arrow {
	background: transparent;
    border-radius: 7px;
    color: #1a1819;
	border:none;
	font-size:55px;
	font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	cursor: pointer;
}

#sponsorSlider .slick-prev {
	left:0px;
}

#sponsorSlider .slick-next {
	right:0px;
}
/* END MAIN PAGE */

/* SINGLE */
#sectionTitle {
	padding: 75px 35px;
    box-sizing: border-box;
    text-align: center;
	background-image:url(img/ASPE_Programs_Banner.png);
	background-size:cover;
	margin-bottom:100px;
	transition: .3s ease;
}

#sectionTitle.search, #sectionTitle.resources {
	background-image:url(img/ASPE_Offering_banner.png);
	background-size:cover;
}

#sectionTitle.membersonly {
	background-image:url(img/ASPE_Members_Banner.png);
	background-size:cover;
}

#sectionTitle.contactus {
	background-image:url(img/ASPE_Contact_Banner.png);
	background-size:cover;
}

#sectionTitle.aboutaspe {
	background-image:url(img/ASPE_About-Us_Banner.png);
	background-size:cover;
}



#sectionTitle h1 {
	font-size:60px;
	letter-spacing: 1px;
	font-weight: 600;
	color:#fff;
}

#mainContent {
	max-width:1500px;
	margin: 0 auto;
	padding:0px 35px 80px;
	font-size:16px;
	font-weight: 400;
	line-height: 22px;
	box-sizing: border-box;
}

#mainContent p {
	font-size:16px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom:30px;
}

#mainContent a {
	color:#b71f3c;
	font-weight: 500;
	text-decoration:underline;
}

#mainContent h1, #archive h1.page-title {
	font-size: 32px;
	line-height: 40px;
    font-weight: 600;
    margin:30px 0;
	color:#b71f3c;
}

#mainContent h1.page-title, #archive h1.page-title {
	font-size:36px;
    position: relative;
	margin: 60px 0 90px;
	line-height: 50px;
	display: inline-block;
	color:#b71f3c;
}

#mainContent h2 {
	font-size: 28px;
	line-height: 32px;
    font-weight: 500;
    margin:15px 0;	
	color:#b71f3c;
}

#mainContent h3 {
	font-size: 24px;
	line-height: 28px;
    font-weight: 500;
    margin:10px 0;
}

#mainContent h4 {
	font-size: 18px;
	line-height: 22px;
    font-weight: 500;
    margin:5px 0;
}

#mainContent ul {
	list-style: disc;
	padding-left:20px;
	margin:40px 20px;
}

#mainContent ol {
	list-style:decimal;
	padding-left:20px;
	margin:40px 20px;
}

#mainContent li {
	margin:10px 0;
}

#mainContent li ul {
	list-style: circle;
	margin-top: 20px;
}

#mainContent table {
	margin:0 auto;
	max-width: 100%;
}

#mainContent tr {
	border: 1px solid rgb(202, 207, 202);
}

#mainContent td {
	border: 1px solid rgb(202, 207, 202);
	padding:10px;
}

#mainContent b {
	color:#b71f3c;
}
/* END SINGLE */

/* BIO PAGE */
#bioBreak {
	width:100%;
	display:block;
	clear: both;
	margin-top:100px;
	padding:65px 35px;
	box-sizing: border-box;
	background-image:url(img/ASPE_Page_Break_2_BG.png);
	background-size: cover;
}

#bioTitle {
	display:block;
	max-width: 1000px;
	border:2px solid #FFF;
	margin:0 auto;
}

#bioBreak h1 {
	color:#fff;
	font-size:50px;
	font-weight: 400;
	text-align: center;
	padding:50px 15px;
	box-sizing: border-box;
}

#bios {
	max-width: 1100px;
	margin:0 auto;
	padding:0px 35px;
	box-sizing: border-box;
}

#bios h2 {
	padding-top:130px;
	margin-bottom:100px;
	font-size:32px;
	font-weight: 400;
	text-align: center;
}

#bios .bioList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bioList .bio {
	width:30%;
	margin-bottom:100px;
	position: relative;
}

.bio h3 {
	margin:30px auto;
	font-size: 27px;
	font-weight: 500;
}

.bioText {
	font-size:16px;
	font-weight: 400;
	line-height: 24px;
}

.bioText a {
	color:#b71f3c;
}

.bioList .bio .bioImg {
	width:100%;
	padding-bottom: 100%;
	position: relative;
}

.bioList .bio .bioImg.sponsorImg {
	width:100%;
	padding-bottom: 10px;
	min-height:100px;
}

.bioList .bio .bioImg img {
	position: absolute;
	width:100%;
	height: 100%;
}

.bioList .bio .bioImg.sponsorImg img {
	position: relative;
	max-width:100%;
	width: auto;
	height:auto;
	max-height:90px;
}
/* END BIO PAGE */

/* ARCHIVE PAGE */
#archiveList {
	width:100%;
	max-width:1500px;
	padding:0 35px;
	margin: 0 auto;
	box-sizing: border-box;
}

#archiveList .post {
	display:block;
	width:100%;
	margin-bottom:100px;
}

#archiveList .post .postTeaser {
	margin-bottom: 25px;
}

#archiveList .post h2 {
	font-size:20px;
	font-weight: 500;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

#archiveList .post p {
	font-size:14px;
	line-height:22px;
	font-weight: 400;
}

#archiveList .post p.postDate {
	margin-bottom: 40px;
}

#archiveList .post a {
	font-size:14px;
	font-weight: 500;
	color:#b71f3c;
	text-decoration: none;
}
/* END ARCHIVE PAGE */

/* PROCEEDINGS ARCHIVE */
#pubSearch {
	padding:20px 0px 40px;
	display: block;
	clear: both;
}
#proceedings_search input[type="text"] {
    width: 500px;
    height: 31px;
	padding-left:15px;
    position: relative;
    z-index: 1;
	border:2px solid #e8e8e8;
}
#proceedings_search input[type="submit"] {
    margin-left: -50px;
    height: 20px;
    width: 50px;
    position: relative;
    z-index: 10;
    background-image: url(img/caccn-magnify.png);
    background-color: transparent;
    border: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
	cursor: pointer;
}
/* END PROCEEDINGS ARCHIVE */

/* X-CD EVENTS GRID */
#xcdEventsGrid {
	display:block;
	width:100%;
	max-width: 1500px;
	margin:100px auto 50px;
	padding:0 35px;
	box-sizing: border-box;
}

#xcdEventsGrid h1 {
	font-size:40px;
	font-weight: 400;
	text-align: center;
	margin-bottom:100px;
}

#xcdEventsGrid .gridItems {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#xcdEventsGrid .eventItem {
	width:32%;
	padding:85px 60px 150px;
	box-sizing: border-box;
	margin-bottom:25px;
	position: relative;
}
#xcdEventsGrid .eventItem:first-child, #xcdEventsGrid .eventItem:nth-child(5) {
	background-image: url(img/ASPE_Event_DG.png);
	background-size:100% 100%;
}
#xcdEventsGrid .eventItem:nth-child(2), #xcdEventsGrid .eventItem:nth-child(6) {
	background-image: url(img/ASPE_Event_R.png);
	background-size:100% 100%;
}
#xcdEventsGrid .eventItem:nth-child(3), #xcdEventsGrid .eventItem:nth-child(4) {
	background-image: url(img/ASPE_Event_LG.png);
	background-size:100% 100%;
}

#xcdEventsGrid .eventItem a {
	color:#fff;
	text-decoration: none;
}

#xcdEventsGrid .eventItem .eventDetails h2 {
	font-size:20px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom:25px;
}

#xcdEventsGrid .eventItem .eventDetails p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

#xcdEventsGrid .eventItem .eventMore {
	text-decoration: underline;
	font-size:18px;
	position:absolute;
	bottom:85px;
}

@media screen and (max-width:1350px) {
	#xcdEventsGrid .eventItem {
		width:48%;
	}
}

@media screen and (max-width:900px) {
	#xcdEventsGrid .eventItem {
		width:100%;
	}
}
/* END X-CD EVENTS GRID */

/* FOOTER */
footer {
	padding:65px 25px;
	box-sizing: border-box;
	background:#1a1819;
}

#footWrap {
	display:flex;
	width:100%;
	max-width:1500px;
	justify-content: space-between;
	margin: 0 auto;
}

#footerInfo {
	width:35%;
	color:#fff;
}

#footerInfo h1, #footerInfo p {
	font-size:16px;
	font-weight: 400;
}

#footerInfo h1 {
	margin-bottom:10px;
}

#footerInfo p {
	margin-bottom:25px;
}

#navCTASocial {
	width:60%;
	text-align:right;
}

#footerNav{
	margin-bottom:100px;
	display:block;
}

#footerNav ul li {
	display:inline-block;
	margin-right:45px;
}

#footerNav ul li:last-child {
	margin-right:0;
}

#footerNav ul li a {
	color:#fff;
	text-decoration: none;
	font-size: 16px;
    font-weight: 500;
}

#footerNav ul li ul {
	display:none;
}

#footerCTA a {
	margin-left:25px;
}

#footerSocial {
	display:block;
	clear:both;
	margin-top:40px;
}

#footerSocial li {
	display:inline-block;
	margin-left:65px;
}

#footerSocial li a {
	color:#fff;
	font-size:38px;
}
/* END FOOTER */

@media screen and (max-width:1450px) {
	main {
		margin-top:117px;
	}
}

@media screen and (max-width:1315px) {
	#mainNav li {
		margin-right:18px;
	}
	
	#mainNav li a, #footerNav ul li a {
    	font-size: 12px;   
	}
}

@media screen and (max-width:1200px) {
	#logoNav {
		align-items: center;
	}
	#navTag {
		display:none;
	}
	
	#mobileToggle {
		display:inline-block;
	}
	
	#sectionLinks {
		display: block;
		padding:50px 35px;
	}
	
	.sectionLink {
		width:100%;
		margin-bottom:50px;
	}
}

@media screen and (max-width:1100px) {
	#footWrap {
		display:block;
		text-align: center;
	}
	
	#footerInfo {
		width:100%;
		padding-bottom: 50px;
	}
	
	#navCTASocial {
		width:100%;
		text-align: center;
	}
	
	#footerCTA a {
    	display: block;
    	width: 150px;
    	margin: 25px auto;
	}
}

@media screen and (max-width:899px) {
	#missionStatement {
		display:block;
		text-align: center;
		padding-bottom:0px;
	}
	
	#missionLogo {
		width:100%;
		margin-bottom:50px;
	}
	
	#missionStatement article {
		width:100%;
	}
	
	#journalCTA article {
		width:100%;
		text-align: center;
	}
	
	#journalImg {
		display: none;
	}
	
	#bios .bio {
		width:47%;
	}
	
	#sectionTitle {
		padding:70px 35px;
	}
	
	#footerNav ul li {
		margin:5px 15px;
	}
	
	#footerSocial li {
		margin:25px 15px 0;
	}
}

@media screen and (max-width:560px) {
	#mobile-menu-wrap {
		width:100%;
	}
	
	#topBar .searchForm {
		display:none;
	}
	
	#missionCTA .button {
		display:block;
		clear:both;
		width:200px;
		margin:25px auto;
	}
	
	#bios .bio {
		width:100%;
	}
	
	.bioImg {
		text-align: center;
	}
	.bioImg.sponsorImg {
		text-align: left;
		height:auto;
	}
	.bioImg.sponsorImg {
		width:100%;
		height:auto;
	}
	.bioList .bio .bioImg.sponsorImg img {
		width:auto;
		height:auto;
		max-width: 100%;
		max-height: 100%;
	}
}