/*
Theme Name: All in Together
Description: A custom theme for All in Together
Author: Beth Alessi for Weller Smith Design
Author URI: http://www.wellersmithdesign.com/
Version: 1.0
Text Domain: aitogether
*/

@import "editor-styles.css" screen;

 /* ----- Reset ----- */s

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, 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%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}
html {
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* ----- General ----- */

@-ms-viewport {
	width: device-width;
}
@-o-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
:root {
	font-size: 1.0625em; /* 17px */
}
/* suppress focus ring on form controls for mouse users */
[data-whatintent='mouse'] *:focus {
  outline: none;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          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. */
}
.wrap {
	width: 96%;
	max-width: 68.82352941rem; /* 1170px */
	margin: 0 auto;
}
body {
	-webkit-font-smoothing: antialiased;
  	background: #fff;
  	font-family: 'Lora', serif;
	line-height: 1.59;
  	color: #414042;
	opacity: 1;
    -webkit-transition: opacity 0.4s cubic-bezier(0.59, 0.01, 0.28, 1) 0.4s;
    -o-transition: opacity 0.4s cubic-bezier(0.59, 0.01, 0.28, 1) 0.4s;
    transition: opacity 0.4s cubic-bezier(0.59, 0.01, 0.28, 1) 0.4s;
}
body.no-scroll {
	position: fixed;
  overflow: hidden;
}
body.fade {
    opacity: 0;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
p {
	margin: 1em 0;
}
p:last-child {
	margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Gotham A', 'Gotham B';
	text-transform: uppercase;
}
h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child {
	margin-top: 0;
}
h2, h3, h4, h5, h6 {
	margin: 1.5em 0 .5em;
}
h1 {
	font-size: 2em; /* 34px */
	line-height: 1;
	font-weight: 700;
}
h2 {
	font-size: 1.58823529em; /* 27px */
	line-height: 1.11111111;
	font-weight: 700;
}
h3 {
	font-size: 1.41176471em; /* 24px */
	line-height: 1.2;
	font-weight: 500;
}
h4 {
	font-size: 1.11764706em; /* 19px */
	line-height: 1.15789474;
	color: #dd3333;
}
h5 {
	font-size: 1.166666671em; /* 28px */
}
h6 {
	font-size: 1em; /* 28px */
}
.entry-content {
	text-align: left;
}
hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	border-top: 1px solid #414042;
    height: 0;
}
img {
	border: 0;
}
img,
embed,
object,
video {
  	max-width: 100%;
	height: auto;
}
.video-wrap {
	max-width: 600px;
	margin: 0 auto;
}
.image-wrap {
	overflow: hidden;
}
.image-wrap img {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.image-wrap:hover img {
	 -webkit-transform: scale(1.2);
	     -ms-transform: scale(1.2);
	         transform: scale(1.2);
}
.size-auto,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
.block {
	display: block;
	width: 100%;
}
img.aligncenter {
	display: block;
	width: auto;
	margin: 0 auto 1em;
}
img.alignright {
	display: inline-block;
	margin: 0 0 1em;
	padding-left: 1em;
	float: right;
	width: auto;
}
img.alignleft {
	display: inline-block;
	padding-right: 1em;
	margin: 0 0 1em;
	float: left;
	width: auto;
}
a,
a:visited {
  text-decoration: none;
  color: #dd3333;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
a:hover {
	color: #dd3333;
}
a[href="#"] {
	cursor: text;
}
ul,
ol {
    margin: 0 0 1.3em 2em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
.list {
	list-style: none;
	margin: 0;
}
nav ul {
	list-style: none;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
blockquote {
	margin: 2em;
	font-style: italic;
}
small {
    font-size: 85%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
input,
textarea,
button,
select {
	max-width: 100%;
	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
	border-radius: 0;
	border: none;
	background: none;
}
.breadcrumbs {
	margin-bottom: 2.94117647rem;
	padding: 1.09090909em 0 1em;
	border-bottom: 1px solid #e4e4e4;
	font-family: 'Gotham A', 'Gotham B';
	font-size: 0.64705882em; /* 11px */
	letter-spacing: .03em;
	color: #808285;
}
.breadcrumbs a,
.breadcrumbs a:visited {
	color: #808285;
}
.breadcrumbs a:hover {
	color: #dd3333;
}
.page-header.error {
	margin-bottom: 2.94117647rem;
}

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

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 10000;
	-webkit-box-shadow: 0;
	        box-shadow: 0;
	-webkit-transition: height 0.65s, -webkit-box-shadow 0.65s;
	transition: height 0.65s, -webkit-box-shadow 0.65s;
	-o-transition: height 0.65s, box-shadow 0.65s;
	transition: height 0.65s, box-shadow 0.65s;
	transition: height 0.65s, box-shadow 0.65s, -webkit-box-shadow 0.65s;
}
.header.sticky {
	-webkit-box-shadow: 0 0.1em 1em rgba(65,64,66,.25);
	        box-shadow: 0 0.1em 1em rgba(65,64,66,.25);
}
.header.sticky #logo img {
	height: 45px;
}
.header.sticky .header-bar {
	height: 0;
	padding: 0;
}
.header.sticky .header-wrap {
	padding: 0.58823529em 0;
}
.header .header-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 1.3em 0;
	background: #fff;
	-webkit-transition: padding 0.65s;
	-o-transition: padding 0.65s;
	transition: padding 0.65s;
}
.header-bar {
	background: #f7f7f7;
	height: 27px;
	-webkit-transition: height 0.65s, padding 0.65s;
	-o-transition: height 0.65s, padding 0.65s;
	transition: height 0.65s, padding 0.65s;
	overflow: hidden;
}
.header .cta {
	margin: 0 0 0 1.5625em;
}
.cta .button,
.cta .button:visited {
	margin: 0;
	background: #fc6c0c;
}
.cta .button:hover {
	background:  #dd3333;
}
.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	width: 96%;
	max-width: 68.82352941em; /* 1170px */
	margin: 0 auto;
}
.social li {
	margin-right: 1em;
}
.social a,
.social a:visited {
	font-size: 15px;
	color: #7C7C7C;
}
.social a:hover {
	color: #dd3333;
}
.announcement {
	position: relative;
	padding: .9em 2em;
	background: #dd3333;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	color: #fff;
}
.enhanced .announcement {
	display: none;
}
.enhanced .announcement.show {
	display: block;
}
.announcement a,
.announcement a:visited {
	color: #fff;
}
.announcement a:hover {
	color: #414042;
}
.announcement p {
	display: inline;
	font-size: 1.05882353em; /* 18px */
	line-height: 1.4;
	text-align: center;
}
.announcement .button {
	margin: 0 0 0 0.5em;
	padding: 5px 10px;
	font-size: 0.70588235em; /* 12px */
}
.close {
	position: absolute;
	top: 0;
	right: 2%;
	background: none;
	font-family: 'Gotham A', 'Gotham B';
	font-size: 22px;
	text-align: right;
	width: 22px;
	height: 55px;
	color: rgba(255, 255, 255, 0.75);
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
	cursor: pointer;
}
.close:hover {
	color: rgba(0, 0, 0, 0.75);
}
#logo {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 260px;
	        flex: 1 0 260px;
	margin-right: auto;
}
#logo img {
	display: block;
	width: auto;
	height: 71px;
	-webkit-transition: height 0.65s, max-height 0.65s;
	-o-transition: height 0.65s, max-height 0.65s;
	transition: height 0.65s, max-height 0.65s;
}
#menu-btn {
	display: none;
}
#nav-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap;
	width: 33px;
    height: 25px;
    position: relative;
    cursor: pointer;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #414042;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#nav-icon span:nth-child(1) {
    top: 0px;
}
#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
	top: 8px;
}
#nav-icon span:nth-child(4) {
    top: 16px;
}
#nav-icon.open span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
}
#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
}
.nav-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.nav-mobile {
	display: none;
	z-index: 100;
}
.navigation ul {
	margin: 0;
	background: #fff;
}
.navigation > ul {
	background: none;
}
.sub-menu-toggle {
	display: none;
}
.primary-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 500;
}
.primary-menu li {
	position: relative;
	line-height: 1.3;
	background: #fff;
	text-align: left;
}
.primary-menu > li {
	margin-left: 1.5em;
	background: none;
	text-align: center;
}
.primary-menu > li > .sub-menu { /* center only  first sub-menu */
	text-align: center;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.primary-menu .sub-menu li a {
    margin: 0;
    padding: 1em 1.5em;
}
.primary-menu a {
	display: block;
	padding: 1em 0;
	font-size: 0.76470588em; /* 13px */
	color: #414042;
}
.primary-menu a:hover {
	color: #dd3333;
}
.primary-menu a:not([href]):hover,
.primary-menu a[href="#"]:hover {
	color: #414042;
}
.header .primary-menu .current-menu-item a,
.header .current-menu-parent > a {
	color: #dd3333;
}
.header .primary-menu > li.current-menu-item a,
.header .primary-menu > li.current-menu-parent > a {
	border-bottom: 2px solid #dd3333;
}
.primary-menu > li.current-menu-parent:hover > a {
	border-color: #fff;
}
.sticky .primary-menu > li.current-menu-parent > a,
.header.sticky .primary-menu > li.current-menu-item a {
	border: none;
}
.primary-menu .sub-menu {
	width: auto;
	min-width: 180px;
	-webkit-box-shadow: 0 0.38em 1em rgba(0,0,0,.25);
	        box-shadow: 0 0.38em 1em rgba(0,0,0,.25);
}
.primary-menu .sub-menu {
	left: 50%;
	padding: 0.5em 0;
	text-align: left;
}
.primary-menu li > .sub-menu .sub-menu {
	width: auto;
	min-width: 180px;
	left: 100%;
}
.sub-menu {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.menu-item-has-children:hover > ul {
	display: block;
}
.primary-menu a {
	display: block;
	position: relative;
}
.primary-menu ul ul {
	top: 0;
	left: 100%;
}
.header .primary-menu .menu-item-46 .sub-menu li.current-menu-item a {
	color: #414042;
}

/* ----- Footer ----- */

.footer {
	font-family: 'Gotham A', 'Gotham B';
	background: #414042;
	color: #fff;
}
.footer h3 {
	padding: 2em 0 1em;
	font-size: 0.94117647em; /* 16px */
	letter-spacing: 0.125em;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
}
.footer a,
.footer a:visited {
	color: #fff;
}
.footer a:hover {
	color: #dd3333;
}
.footer .social {
	width: 100%;
	margin: 1.5em 0 0.5em;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#footer #form div {
	width: 100% !important;
	background: #414042 !important;
}
.copyright {
	padding: 0 0 2em;
	font-size: 0.52941176em; /* 9px */
	letter-spacing: .05em;
	text-align: center;
	font-weight: 500;
}
.copyright span {
	font-size: 1.22222222em; /* 11px */
}
.footer-sponsors {
	margin-top: 5em;
}
.footer-sponsors ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 1em 0;
}
.footer-sponsors li {
	margin-bottom: .5vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: space-around;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 125px;
	        flex: 0 1 125px;
	margin: 0 15px;
}
.footer-sponsors h3 {
	font-size: 0.76470588em; /* 13 px */
	letter-spacing: 0.077em;
	text-transform: none;
	font-weight: 700;
}

/* ----- Sponsors ----- */

.sponsors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	margin: 0;
	list-style: none;
}
.sponsors li {
	width: 14.529915%;
	margin-right: 2.564102%;
	margin-bottom: 1.5vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.sponsors li:nth-of-type(6n),
.sponsors li:last-of-type {
	margin-right: 0%;
}
.sponsors-section h2 {
	font-size: 1.58823529em; /* 27px */
	text-transform: none;
}

/* ----- Board & Advisors ----- */

.six-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}
.six-column li {
	width: 14.529915%;
	margin-right: 2.5641026%;
	margin-bottom: 3vw;
}
.six-column li:nth-of-type(6n) {
	margin-right: 0%;
}
.board-title,
.board-description,
.board-first {
	font-family: 'Gotham A', 'Gotham B';
	text-align: center;
	color: #414042;
}
.board-title {
	margin: 1em 0 0.4375em;
	font-size: 0.94117647em; /* 16px */
	line-height: 1.4;
	text-transform: none;
	font-weight: 700;
}
.board-title a,
.board-title a:visited {
	color: #414042;
}
.board-title a:hover {
	color: #dd3333;
}
.board-description,
.board-first {
	margin: 0;
	font-size: 0.70588235em; /* 12px */
	line-height: 1.5;
	font-weight: 500;
}
.board-first {
	font-weight: 700;
}
.three-column-board {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}
.three-column-board li {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 3vw;
}
.three-column-board li:nth-of-type(3n) {
	margin-right: 0%;
}

/* ----- Team ----- */

.team-section + .team-section {
	margin-top: 2em;
}
.team {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.team li {
	width: 22%;
	margin-right: 4%;
	margin-bottom: 3vw;
	font-family: 'Gotham A', 'Gotham B';
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.team li .button {
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	margin-top: auto;
}
.team li:nth-of-type(4n) {
	margin-right: 0%;
}
.team li:last-of-type {
	margin-right: 0%;
}
.team-title {
	margin: 1em 0 0;
	font-size: 1.17647059em; /* 20px */
	font-weight: 700;
	text-transform: none;
}
.team-title a,
.team-title a:visited {
	color: #414042;
}
.team-title a:hover {
	color: #dd3333;
}
.team-description {
	margin: .6em 0 1.41176471em;
	font-weight: 500;
}
.team .button {
	margin-top: 2em;
	font-size: 0.70588235em; /* 12px */
}
.note {
	margin: 2em 0 4em;
	font-family: 'Gotham A', 'Gotham B';
	font-size: 1.41176471em; /* 24px */
	line-height: 1.42;
	text-align: center;
	font-weight: 500;
}
.note a,
.note a:visited {
	color: #414042;
}
.note a:hover {
	color: #dd3333;
}

/* ----- Team & Board & Advisors Single ----- */

.member header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 1.8em;
	font-family: 'Gotham A', 'Gotham B';
}
.member-img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 236px;
	        flex: 0 0 236px;
	margin-right: 2em;
}
.member-info h1 {
	font-size: 1.58823529em; /* 27px */
	font-weight: 700;
	text-transform: none;
}
.member-info h2 {
	max-width: 600px;
	margin: .6em 0 0;
	font-size: 1.11764706em; /* 19px */
	line-height: 1.3;
	text-transform: none;
	font-weight: 400;
	color: #dd3333;
}
.single-team article p:first-child:first-letter {
	float: left;
	padding: 11px 0px 9px;
    margin-right: 8px;
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
	line-height: 27px;
	font-weight: 500;
	color: #dd3333;
}
.member-info ul {
	margin-top: 1.2em;
	font-family: 'Lora', serif;
}
.member-info li {
	margin-top: 0.8em;
	line-height: 1;
}
.member-info li a,
.member-info li a:visited {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #414042;
}
.member-info li a:hover {
	color: #dd3333;
}
.member-info i {
	margin-right: 0.5em;
    font-size: 0.88235294em;
	line-height: 0;
}

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

.page-header {
	text-align: center;
}
.page-header h1 {
	padding: 0.91176471em 1em;
	color: #fff;
}
.single-post .page-header h1 {
	text-transform: none;
	line-height: 1.2;
}
.section + .section {
	margin: 3.5rem auto;
}
.multi-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	text-align: center;
}
.multi-column.two-column-section {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	text-align: left;
}
.multi-column img {
	margin: 1em auto;
}
.two-column {
	width: 48.717949%;
	margin-right: 2.564102%;
	text-align: center;
}
.two-column:nth-of-type(2n) {
	margin-right: 0;
}
.three-column {
	width: 30%;
	margin-right: 5%;
}
.three-column:nth-of-type(3n),
.three-column:last-of-type {
	margin-right: 0%;
}
.three-column:nth-child(n+4) {
	margin-top: 5vw;
}
.three-column *:last-child {
	margin-bottom: 0;
}
.four-column {
	width: 23.07692305%;
	margin-right: 2.5641026%;
	text-align: center;
}
.four-column:nth-of-type(4n),
.four-column:last-of-type {
	margin-right: 0%;
}
.four-column:nth-child(n+5) {
	margin-top: 5vw;
}
.four-column *:last-child {
	margin-bottom: 0;
}
.footnote {
	margin: 4rem 0;
	font-size: 0.76470588em; /* 13px */
}
.background-section {
	background-size: auto;
	background-position: top center;
	background-repeat: repeat;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 2.94117647rem 0;
	text-align: center;
}
.info-section-wrap {
	padding-bottom: 2em;
	border-bottom: 1px solid #e4e4e4;
}
.info-section-wrap:last-of-type {
	padding-bottom: 0;
	border-bottom: 0;
}
.info-section-wrap {
	padding-top: 4.5rem;
}
.info-section-wrap:first-child {
	padding-top: 0;
}
.info-section-wrap .section-title {
	margin-bottom: 1.5em;
}
.info-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.info-section-half {
	width: 48.717949%;
}
.info-section-half:nth-of-type(2n) {
	margin-left: 2.564102%;
}
.featured {
	padding: 2em 5vw;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	background-color: #ff6600;
	font-family: 'Gotham A', 'Gotham B';
	text-align: center;
	font-weight: 500;
	color: #fff;
}
.featured p {
	font-size: 1.17647059em; /* 20px */
}
.featured h2,
.featured h3,
.featured h4,
.featured h5,
.featured h6 {
	font-family: 'Oswald', sans-serif;
	text-transform: none;
	font-weight: 400;
	color: #fff;
}
.featured h2 {
	font-size: 2.82352941em; /* 48px */
}
.featured h3 {
	margin-top: 1em;
	font-size: 2.23529412em; /* 38px */
}
.featured h4 {
	margin-top: 1em;
	font-size: 1.41176471em; /* 24px */
}
.featured a,
.featured a:visited {
	color: #fff;
}
.featured a:hover {
	color: #fff;
}
.featured-two-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.featured-two-column-div {
	width: 48.5%;
	margin-right: 3%;
	font-size: 90%;
}
.featured-two-column-div:nth-of-type(2n) {
	margin-right: 0;
}
.featured-column + .featured-column {
	margin-top: 2em;
}
.posts-section .posts {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.posts-section .posts li:last-of-type {
	margin-right: 0;
}
.posts-section .button-wrap {
	margin-top: 1em;
}
.button-wrap {
	text-align: center;
}

/* ----- Contact ----- */

.page-id-32 #main #form {
	background: #f7f7f7 !important;
}

/* ----- In The News ----- */

.news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.news li {
	text-align: left;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
	        box-shadow: 0 1px 0 rgba(0,0,0,.1);
}
.news a,
.news a:visited {
	color: #414042;
}
.news a:hover {
	color: #dd3333;
}
.news-info {
	padding: 1.17647059rem 0.88235294rem;
	background: #f7f7f7;
}
.news-info h2 {
	margin-top: 0;
	font-size: 1.05882353em; /* 18px */
	line-height: 1.5;
	text-transform: none;
	font-weight: 500;
}
.news-info p {
	margin: 0 0 .5em;
	font-size: 0.82352941em; /* 14px */
	font-weight: 700;
}

/* ----- Blog ----- */

.posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	list-style: none;
}
.posts li {
	width: 31.623932%;
	margin-right: 2.5641026%;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
	        box-shadow: 0 1px 0 rgba(0,0,0,.1);
}
.posts li:nth-of-type(3n) {
	margin-right: 0;
}
.posts li:nth-child(n+4) {
	margin-top: 3vw;
}
.post-info {
	padding: 1.17647059rem 0.88235294rem;
	background: #f7f7f7;
}
.post-info .entry-title {
	font-size: 1.29411765em; /* 22px */
	line-height: 1.18;
	text-transform: none;
	font-weight: 500;
}
.post-info-wrap .entry-date {
	margin: 0;
	padding: .5em 0.88235294rem;
	background: #f7f7f7;
	border-top: 1px dashed #e4e4e4;
	color: #999;
}
.post-info .excerpt {
	margin-bottom: .7em;
}
.post-info a,
.post-info a:visited {
	color: #414042;
}
.post-info a:hover {
	color: #dd3333;
}
.read-more {
	margin: 0;
}
.read-more a,
.read-more a:visited {
	font-family: 'Oswald', sans-serif;
	font-size: 0.94117647em; /* 16px */
	letter-spacing: 0.063em;
	text-transform: uppercase;
	font-weight: 500;
	color: #dd3333;
}
.read-more a:hover {
	color: #414042;
}
.entry-content h1,
.entry-content h2 {
	text-transform: none;
}
.entry-content h1 {
	line-height: 1.2;
}
.entry-content h2 {
	line-height: 1.2;
}
ul.page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	list-style: none;
	margin: 3rem auto 1.77rem;
	font-family: 'Gotham A', 'Gotham B';
	font-size: 1.05882353em; /* 18px */
	font-weight: 500;
	text-align: center;
}
ul.page-numbers li {
	border-color: #e4e4e4;
}
a.page-numbers,
.page-numbers.current,
.page-numbers.dots {
	color: #414042;
    border: 1px solid #e4e4e4;
 	padding: 0.55555556em 0.88888889em;
    display: block;
    margin-right: -1px;
    text-decoration: none;
	-webkit-transition: color .3s ease, background .3s ease, border .3s ease;
	-o-transition: color .3s ease, background .3s ease, border .3s ease;
	transition: color .3s ease, background .3s ease, border .3s ease;
}
.page-numbers.current {
	color: #ffffff;
    background: #dd3333;
    border-color: #dd3333;
}
a.page-numbers:hover {
	border: 1px solid #dd3333;
	background: #dd3333;
	color: #fff;
}

/* ----- Single ----- */

.post footer {
	margin-top: 5vw;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.post .entry-date {
	margin: 0;
	padding: 1rem 0;
	border-bottom: 1px solid #e4e4e4;
}
.share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem 0;
}
.share h3 {
	margin: 0;
	font-size: 1.05882353em; /* 18px */
	text-transform: none;
}
.share ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.share li {
	margin: 0 .5em;
}
.share a,
.share a:visited {
	color: #414042;
}
.share a:hover {
	color: #dd3333;
}
.facebook a,
.facebook a:visited {
	color: #3B5998 !important;
}
.facebook a:hover {
	color: #dd3333;
}
.twitter a,
.twitter a:visited {
	color: #1DA1F2;
}
.twitter a:hover {
	color: #dd3333;
}
.linkedin a,
.linkedin a:visited {
	color: #0077B5;
}
.linkedin a:hover {
	color: #dd3333;
}
.email a,
.email a:visited {
	color: #ff6600;
}
.email a:hover {
	color: #dd3333;
}
.related-posts {
	margin-top: 4vw;
}
.related-posts h3 {
	margin: 0 0 1em;
	font-size: 1.05882353em; /* 18px */
	text-transform: none;
}
.related-posts ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.related-posts .entry-title {
	font-size: 1em; /* 17px */
}
.related-posts .post-info {
	padding: 1.2rem 0.88235294rem 1.5rem;
}

/* ----- Events ----- */

.iee_archive .archive-event .iee_event {
	height: auto;
	margin-bottom: 50px;
}
.iee_archive .iee_event .event_desc .event_title {
	margin-bottom: 0.5em;
	font-family: 'Gotham A', 'Gotham B';
	font-size: 1.29411765em;
    line-height: 1.18;
    text-transform: none;
    font-weight: 500;
	color: #414042;
  	-webkit-transition: color .3s ease;
  	-o-transition: color .3s ease;
  	transition: color .3s ease;
}
.iee_archive .iee_event .event_desc .event_title:hover {
	color: #dd3333;
}
.iee_archive .iee_event .event_date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	background: #ff6600;
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 500;
}
.iee_archive .iee_event .img_placeholder {
    min-height: 200px;
	background-position: 50% !important;
}
.iee_archive .iee_event .event_desc .event_address,
.iee_archive .iee_event .event_desc .event_title {
	white-space: normal;
	overflow: visible;
	width: 100%;
}
.iee_archive .iee_event .event_details {
	height: auto;
}
.iee_archive .iee_event .event_details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.iee_archive .iee_event .event_desc {
	float: none;
    width: auto;
	padding: 20px;
}
.single-eventbrite_events article br,
.single-eventbrite_events .entry-date {
	display: none;
}
.iee_event_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
/*.single-eventbrite_events #main .wrap {
	max-width: 1080px;
}*/
.single-eventbrite_events .eventbrite-ticket-section {
	margin-top: 3em;
}
.iee_event_meta .iee_organizermain {
	background-color: #fff;
	border: none;
	padding: 0;
}
.event-meta {
	margin-bottom: 2em;
	text-align: center;
}
.event-details {
	margin-top: 2em;
}
.event-date {
	margin: 0;
}
.event-time {
	margin-top: 0;
	font-size: 18px;
}
.event-venue {
	margin: 1em 0 .5em;
	font-size: 18px;
}
.events-single {
	text-align: center;
}
.event-map {
	margin-top: 2em;
}

div[data-role="page-body"] {
	background-color: pink !important;
}
