@font-face {
	font-family: "Neutraface Book";
	src: url("webfont/NeutrafaceText-Book.woff2") format("woff2"), url("webfont/NeutrafaceText-Book.woff") format("woff");
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
}
@font-face {
	font-family: "Neutraface BookLF";
	src: url("webfont/NeutrafaceText-BookLF.woff2") format("woff2"), url("webfont/NeutrafaceText-BookLF.woff") format("woff");
}
@font-face {
	font-family: "Neutraface Bold";
	src: url("webfont/NeutrafaceText-Bold.woff2") format("woff2"), url("webfont/NeutrafaceText-Bold.woff") format("woff");
}
@font-face {
	font-family: "Neutraface BoldLF";
	src: url("webfont/NeutrafaceText-BoldLF.woff2") format("woff2"), url("webfont/NeutrafaceText-BoldLF.woff") format("woff");
}
html, body {
	overflow-x: hidden
}
body {
	color: #485656;
	font-family: "Neutraface Book", sans-serif;
	font-size: 20px;
	line-height: 30px;
	background: none;
	background-color: #ffffff;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}
#headerNav {
	float: left;
	width: 100%;
	background-color: #362D66;
	height: 40px;
	font-size: 14px;
	line-height: 100%;
	color: #ffffff;
}
#headerNavSubscribe {
	float: left;
	padding: 30px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-right: #534B7C solid 1px;
}
#headerNavContact {
	float: left;
	padding: 50px;
	padding-top: 14px;
	padding-bottom: 10px;
	padding-right: 30px;
	border-left: #201A3C solid 1px;
	border-right: #534B7C solid 1px;
	background-image: url(img/social/email.png);
	background-repeat: no-repeat;
	background-position: 24px 13px;
}
#headerNavContactborder {
	float: left;
	display: block;
	height: 39px;
	border-left: #201A3C solid 1px;
}

#container {
	width: 90%;
	margin: 0 auto;
}
#footerNav {
 	width: 90%;
	font-size: 14px;
	line-height: 100%;
	margin-bottom: 80px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: 120px;
}
#footerLogo {
	float: left;
}
#footerSocial {
	float: right;
}
#footerSocial ul {
	text-align: center;
	margin-top: 29px;
}
#footerSocial ul li {
	display: inline-block;
	margin-right: 21px;
}

#footerPartner {
	float: right;
}
#footerStapline {
	float: left;
	width: 99%;
	margin-left: 1%;
	margin-top: 55px;
}
#content {
	float: left;
	width: 100%;
}
#contentHeader {
	width: 100%;
	height: 353px;
	background-size: cover;
	margin: 0 auto;
}
#contentHeaderHome {
	width: 100%;
	height: 850px;
	background-size: cover;
	margin: 0 auto;
}
#contentHeaderLarge {
	width: 100%;
	height: 620px;
	background-size: cover;
	margin: 0 auto;
}
#contentHeaderRegular {
	width: 100%;
	height: 400px;
	background-size: cover;
	margin: 0 auto;
}
#contentHeaderInternal {
	width: 1440px;
	margin: 0 auto;
}
#contentHeader p, #contentHeaderHome p, #contentHeaderLarge p, #contentHeaderRegular p {
	color: #ffffff;
	font-family: "Neutraface Bold";
	font-size: 18px;
	letter-spacing: 5px;
	padding: 0;
	margin: 0;
	line-height: 100%;
}
#contentHeaderLogo {
	text-align: center;
	width: 150px;
	float: left;
	padding-top: 40px;
	padding-left: 40px;
}
#contentHeaderStapline {
	padding-top: 40px;
	padding-left: 107px;
	color: #ffffff;
	font-size: 48px;
	font-family: "Neutraface Bold";
	line-height: 130%;
}
#heroInternalWrap {
	float: left;
	width: 100%;
}
#articleFooterStapline {
	position: relative;
	float: right;
	width: 442px;
	font-size: 28px;
	color: #ffffff;
	line-height: 44px;
	text-align: right;
	font-family: "Neutraface Bold";
	margin-right: 80px;
	margin-top: 120px;
}
#articleFooterForm {
	text-align: left;
	width: 360px;
	float: right;
	border-bottom: #ffffff 2px solid;
	margin-top: 80px;
}
#articleFooterForm input[type="text"] {
	margin: 0;
	padding: 10px;
	padding-left: 0;
	width: 230px;
	font-size: 18px;
	font-family: "Neutraface Bold";
	border: none;
	background-color: transparent;
	color: #ffffff;
}
#articleFooterForm input[type="submit"] {
	margin: 0;
	padding: 0;
	font-family: "Neutraface Bold";
	font-size: 18px;
	text-align: right;
	border: none;
	background-color: transparent;
	color: #597B7C;
	cursor: pointer;
	margin-left: 20px;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 color:    #ffffff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #ffffff;
 opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #ffffff;
 opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:    #ffffff;
}
#contentDescript {
	width: 896px;
	margin: 0 auto;
	text-align: center;
	margin-top: 353px;
	margin-bottom: 120px;
}
#contentBorderTop {
	border-top: solid 1px #597B7C;
	border-width: 5px;
	width: 40px;
	display: block;
	margin: 0 auto;
	margin-top: 80px;
}
#contentBorderTopHome {
	border-top: solid 1px #597B7C;
	border-width: 5px;
	width: 40px;
	display: block;
	margin: 0 auto;
	margin-top: 433px;
}
#contentBorderForm {
	border-top: solid 1px #597B7C;
	border-width: 5px;
	width: 40px;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 30px;
}
#contentDescript h1 {
	color: #272526;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 1px;
	text-transform: none;
	margin-top: 30px;
	margin-bottom: 30px;
}
#contentDescript p {
	color: #485656;
	font-size: 18px;
}
.type-tribe_events {
	width: 440px;
}
#eventListWrapSingle {
	padding: 20px;
}
.tribe-events-list-event-title {
	color: #272526;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 1px;
	text-transform: none;
}
.tribe-events-list-event-title a {
	color: #272526;
	line-height: 100%;
}
#eventFeaturedImage {
	width: 440px;
	height: 318px;
	background-color: #CACACA;
	text-align: center;
}
#eventFeaturedImage img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.tribe-events-list .tribe-events-loop .tribe-events-content {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #485656;
	font-size: 18px;
}
.tribe-events-content a {
	color: #362D66;
	font-weight: bold;
	background-image: url(img/achive.png);
	background-repeat: no-repeat;
	background-position: 100px 3px;
}
#contentEventListSingle {
	border-top: solid 1px #597B7C;
	border-width: 5px;
	width: 40px;
	display: block;
	margin-bottom: 20px;
	margin-top: 10px;
}

#articleFooter {
	float: left;
	width: 1300px;
	height: 482px;
	margin-bottom: 50px;
}
#postSingleWrap {
	width: 1037px;
	margin: 0 auto;
	color: #485656;
	font-size: 20px;
	line-height: 30px;
	font-family: "Neutraface BookLF";
}
#postSingleCol1 {
	float: left;
	width: 50%;
	margin-top: 86px;
	width: 43%;
	padding-right: 7%;
}
#postSingleCol2 {
	float: left;
	width: 35%;
	padding-left: 15%;
	margin-top: 86px;
}
#postSingleCol2 p {
	line-height: 28px;
	font-size: 18px;
}
#postSingleWide {
	float: left;
	width: 100%;
	margin-top: 72px;
}
.speakersPanel {
	background-color: #F5F5F5;
	min-height: 530px;
	margin-bottom: 72px;
}
.formPanel {
	width: 600px;
	margin: 0 auto;
	padding-bottom: 30px;
}
a.headerLink {
	color: #ffffff;
	text-decoration: none;
}
.post-content img {
	margin-bottom: 0;
}
.single-tribe_events .tribe-events-event-image {
	clear: both;
	text-align: left;
	margin-bottom: 60px;
	margin-top: 30px;
}
ul.postSingle {
	margin: 0;
	padding: 0;
	margin-top: 7px;
}
ul.postSingle li {
	list-style: none;
	margin: 0;
	background: url(img/marker.png) no-repeat left top;
	padding-left: 50px;
	padding-top: 5px;
	margin-bottom: 20px;
}
ul.postSingle li:first-child {
	background: url(img/speach.png) no-repeat left top;
}
ul.postSingle li:last-child {
	background: url(img/when.png) no-repeat left top;
}
.postSingle h3 {
	margin: 0;
	padding: 0;
	margin-top: 3px;
	margin-bottom: 15px;
	font-family: "Neutraface Bold";
	font-size: 24px;
	line-height: 24px;
}
#content h3 {
	line-height: 16px;
}
.getInTouchBtn {
	display: block;
	background-color: #597B7C;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 188px;
	margin-top: 20px;
	font-size: 18px;
	font-family: "Neutraface Bold";
	cursor: pointer;
}

a.getInTouchBtn {
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
a.getInTouchBtn:hover {
	background-color: #362C66;
}

#content .post-content h2 {
	font-family: "Neutraface Bold";
	font-size: 30px;
	color: #41403F;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 10px;
}
#speakersWrap {
	width: 820px;
	margin: 0 auto;
}
#speakerProfileWrap {
	float: left;
	width: 360px;
}
#speakerProfileTitle {
	float: left;
	width: 320px;
}
#speakerProfileImage {
	float: left;
	width: 150px;
	text-align: center;
	margin-top: 20px;
}
#speakerProfileBio {
	float: left;
	width: 190px;
	padding-top: 20px;
	margin-left: 20px;
	font-size: 20px;
	font-family: "Neutraface BookLF";
}
#fullWidth {
	float: left;
	width: 100%;
}
input {
	border-radius: 0;
	box-shadow: none;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: 1px solid #EFEFEF;
	background-color: #FBFBFB;
}
textarea {
	-webkit-appearance: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #EFEFEF;
	background-color: #FBFBFB;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
	margin-top: 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #123757;
	font-family: "Neutraface BookLF";
	font-size: 1.25rem;
	line-height: 100%;
	margin-bottom: 0;
	padding-bottom: 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex label {
	color: #123757;
	margin-bottom: 5px;
	font-family: "Neutraface BookLF";
	font-size: 16px;
	line-height: 100%;
	margin-top: 20px;
	font-weight: 700;
}
body .gform_wrapper .gform_footer input.button {
	background: #597B7C;
}
body .gform_wrapper .gform_footer input.button:hover {
	background: #362C66;
}
.mright100 {
	margin-right: 100px;
}

#footerNavi {
	float: right;
}
#footerNavi ul {
	margin: 0;
	padding: 0;
	margin-top: 25px;
}
#footerNavi ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	padding-right: 60px;
	font-size: 18px;
	font-family: "Neutraface Bold";
	text-transform: uppercase;
	color: #41403F;
	padding-right: 100px;
}
#footerNavi ul li:last-child {
	padding-right: 60px;
}
#footerNavi ul li a {
	text-decoration: none;
	color: #41403F;
}
#footerNavi ul li.current-menu-item a {
	color: #362D66;
}
#navBtn {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: 600px;
	border-radius: 50%;
	behavior: url(PIE.htc);
	width: 50px;
	height: 50px;
	background-color: #597B7C;
	z-index: 99999;
	background-image: url(img/menuLines.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
#navSection {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #41403E;
	z-index: 99998;
	text-align: right;
}
#navSection ul {
	margin-right: 130px;
	margin-top: 200px;
}
#navSection ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 40px;
	font-family: "Neutraface BookLF";
	color: #FFFFFF;
	margin-bottom: 40px;
}
#navSection ul li:last-child {
}
#navSection ul li a {
	text-decoration: none;
	color: #FFFFFF;
}
#navSection ul li.current-menu-item a {
	color: #597B7D;
}
#mainMenuSocial {
	float: right;
	margin-right: 130px;
	margin-top: 30px;
}
#mainMenuSocialEle {
	float: left;
	margin-left: 23px;
}
#navSectionLogo {
	float: left;
	margin-top: 100px;
}
#navBtnMainMenu {
	float: right;
	border-radius: 50%;
	behavior: url(PIE.htc);
	width: 50px;
	height: 50px;
	background-color: #597B7C;
	z-index: 99999;
	background-image: url(img/menuClose.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 100px;
	cursor: pointer;
}
#mainMenuSection1 {
	float: right;
}
#textWrap {
	text-align: center;
	padding-top: 80px;
	margin: 0 auto;
	position: relative;
	width: 95%;
}
#textWrapTitleHeader {
	border-top: solid 1px #597B7C;
	border-width: 5px;
	width: 40px;
	display: block;
	margin: 0 auto;
}
#textWrap h1 {
	font-size: 30px;
	color: #272626;
	font-family: "Neutraface Bold";
}
#textWrapSide {
}
#textWrapSideInner {
	position: absolute;
	background-color: none;
	z-index: auto;
	bottom: 0;
	left: 4.5%;
	font-family: 'Neutraface Bold';
	font-size: 18px;
	line-height: 18px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}
#textWrapInner {
	float: left;
	width: 908px;
	padding-left: 106px;
	padding-right: 106px;
	display: block;
}
#ctaWrap {
	height: 482px;
	margin: 0 auto;
	background-size: cover;
}
#ctaTxt {
	float: right;
	width: 442px;
	margin-right: 80px;
	margin-top: 120px;
	    position: relative;
    z-index: 2;
}
#ctaTxt h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 44px;
	text-align: right;
	color: #FFFFFF;
	font-family: "Neutraface Bold";
}
#postWrap {
	margin-left: 36px;
	margin-top: 90px;
}
#postArchiveSingle {
	display: inline-block;
	width: 100%;
	margin-bottom: 140px;
}
#postArchiveSingleImg {
	height: 320px;
	width: 100%;
	background-color: #CACACA;
}
#postArchiveSingleContent {
	background-color: #F5F5F5;
	padding-left: 42px;
	padding-right: 30px;
	padding-top: 41px;
}
#postArchiveTitleHeader {
	border-top: solid 1px #597B7C;
	border-width: 5px;
	width: 40px;
	display: block;
	margin-top: 30px;
}
#postArchiveSingleContent h1 {
	font-size: 30px;
	color: #272626;
	font-family: "Neutraface Bold";
}
#postArchiveSingleContent p {
	color: #41403F;
	font-family: "Neutraface BookLF";
}
#postArchiveSingleDescipt {
	width: 100%;
	height: 150px;
}
a.archiveDownloadLink {
	color: #362D66;
	font-size: 18px;
	font-family: "Neutraface Bold";
	background-image: url(img/achive.png);
	background-repeat: no-repeat;
	background-position: 124px 3px;
	padding-right: 40px;
	text-decoration: none;
}
a.archiveReadLink {
	color: #362D66;
	font-size: 18px;
	font-family: "Neutraface Bold";
	background-image: url(img/achive.png);
	background-repeat: no-repeat;
	background-position: 90px 3px;
	padding-right: 40px;
	text-decoration: none;
}
a.heroButton {
	color: #597B7C;
	font-size: 18px;
	font-family: "Neutraface Bold";
	cursor: pointer;
	display: inline-block;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: 107px;
	margin-top: 40px;
}
#contentHeaderStaplineSub {
	padding-left: 107px;
	color: #ffffff;
	font-size: 24px;
	font-family: "Neutraface BookLF";
	line-height: 24px;
}
#contentHeaderStaplineLarge {
	padding-top: 148px;
	padding-left: 107px;
	color: #ffffff;
	font-size: 48px;
	font-family: "Neutraface Bold";
	line-height: 130%;
}
#contentHeaderStaplineHome {
	padding-top: 225px;
	padding-left: 107px;
	color: #ffffff;
	font-size: 48px;
	font-family: "Neutraface Bold";
	line-height: 130%;
}
.heroMarginLarge {
	padding-top: 0;
}

#col2Img1 {
	margin-top: 60px;
	margin-left: 400px;
	display: inline-block;
	width: 362px;
	height: 321px;
	background-size: cover;
}
#col2Img2 {
	margin-top: 60px;
	display: inline-block;
	margin-left: -4px;
	width: 661px;
	height: 321px;
	background-size: cover;
}
#col1Text h1, #col2Txt h1 {
	color: #41403F;
	font-size: 30px;
	font-family: "Neutraface Bold";
}
#col2List h2 {
	color: #41403F;
	font-size: 24px;
	margin: 0;
	font-family: "Neutraface Bold";
}
#col1Text p, #col2Txt p {
	font-size: 20px;
	color: #41403F;
}
#col1Text ul, #col2Txt ul {
	font-size: 16px;
}

#col2List {
}
#col2Txt {
}
#col2List p {
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: #41403F;
}

#parentBoarder {
	display: flex;
	margin-top: 78px;
	padding-bottom: 70px;
	border-bottom: #D8D8D8 solid 1px;
}
#col2List ul {
	list-style: none;
	margin-top: 0;
}
#col2List ul li {
	margin: 0;
	padding-left: 60px;
	margin-bottom: 30px;
}
a.colButton {
	color: #FFFFFF;
	font-size: 18px;
	font-family: "Neutraface Bold";
	cursor: pointer;
	display: inline-block;
	background-color: #597B7C;
	text-decoration: none;
	padding: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 10px;
}
#testiSlideshow {
	width: 325px;
}
#testiWrap {
	background-color: #362C66;
	margin-left: 20%;
	margin-top: 70px;
	font-size: 24px;
	color: #FFFFFF;
	padding-left: 79px;
	padding-top: 100px;
	padding-bottom: 110px;
	position: relative;
}
#testiWrap h1 {
	font-size: 72px;
	color: #FFFFFF;
	font-family: "Neutraface Bold";
	margin: 0;
	margin-bottom: 20px;
}
#testiSubTxt {
	color: #FFFFFF;
	font-family: "Neutraface Bold";
	font-size: 16px;
	line-height: 24px;
	margin-top: 40px;
}
#testiImg {
	width: 622px;
	height: 440px;
	background-size: cover;
	position: absolute;
	right: -40px;
	top: 50%;
	margin-top: -220px;
}
#ctaForm {
	width: 340px;
	float: right;
	border-bottom: #FFFFFF solid 1px;
}

 @media only screen and (max-width: 1460px) {
body {
	overflow-x: hidden;
}
#contentHeaderInternal {
	width: 1040px;
	margin: 0 auto;
}
#container {
	width: 90%;
	margin: 0 auto;
}
#postSingleWrap {
	width: 800px;
	margin: 0 auto;
	color: #485656;
	font-size: 18px;
}
#articleFooter {
	float: left;
	width: 90%;
	margin-bottom: 50px;
}
article {
	width: 90%;
	margin: 0 auto;
}
#footerNavi ul li {
	padding-right: 30px;
}
#footerNavi ul li:last-child {
	padding-right: 30px;
}
}
/* @media only screen and (max-width: 1100px) {
#container {
	width: 840px;
	margin: 0 auto;
}
#contentHeaderInternal {
	width: 840px;
	margin: 0 auto;
}
#postSingleWrap {
	width: 800px;
	margin: 0 auto;
	color: #485656;
	font-size: 18px;
}
#articleFooter {
	float: left;
	width: 840px;
	margin-bottom: 50px;
}
article {
	width: 840px;
	margin: 0 auto;
}*/
.mright100 {
	margin-right: 0;
}
#speakerProfileWrap {
	width: 100%;
	text-align: center;
}
#speakerProfileTitle {
	width: 100%;
	text-align: center;
}
#speakerProfileImage {
	width: 100%;
}
#content .post-content h2 {
	text-align: center;
}
.speakersPanel {
	padding-bottom: 70px;
}
#footerSocial ul li:last-child {
	margin-right: 60px;
}

#footerNavi ul li {
	padding-right: 20px;
	font-size: 15px;
}
#footerNavi ul li:last-child {
	padding-right: 0;
}
}
@media only screen and (max-width: 780px) {
#contentHeaderStapline {
	font-size: 40px;
}
#contentHeaderStapline {
	padding-left: 47px;
}
}
 @media only screen and (max-width: 880px) {
#container {
	width: 540px;
	margin: 0 auto;
}
#postSingleWrap {
	width: 500px;
	margin: 0 auto;
	color: #485656;
	font-size: 18px;
}
#articleFooter {
	float: left;
	width: 540px;
	margin-bottom: 50px;
	background-position: right;
}

.formPanel {
	width: 540px;
	margin: 0 auto;
}
#postSingleCol1 {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding-right: 0;
}
#postSingleCol2 {
	float: left;
	width: 100%;
	padding-left: 0;
	margin-top: 30px;
}
#postSingleWide {
	float: left;
	width: 100%;
	margin-top: 50px;
}
#speakersWrap {
	width: 540px;
	margin: 0 auto;
}
#footerStapline {
	float: left;
	width: 100%;
	margin-left: 0;
	margin-top: 15px;
	text-align: center;
	line-height: 24px;
}
#footerNavi {
	margin-bottom: 10px;
}
#footerNavi ul li {
	padding-right: 30px;
	font-size: 18px;
}
#footerNavi ul li:last-child {
	padding-right: 18px;
}
}
 @media only screen and (max-width: 580px) {
#container {
	width: 375px;
	margin: 0 auto;
}
#contentHeaderInternal {
	width: 375px;
	margin: 0 auto;
}
#postSingleWrap {
	width: 335px;
	margin: 0 auto;
	color: #485656;
	font-size: 18px;
}
#articleFooter {
	float: left;
	width: 375px;
	margin-bottom: 50px;
}

.formPanel {
	width: 375px;
	margin: 0 auto;
}
#speakersWrap {
	width: 375px;
	margin: 0 auto;
}
#headerNavSocial {
	display: none;
	visibility: hidden;
}
#footerLogo {
	float: left;
	width: 100%;
	text-align: center;
}
#footerSocial {
	float: right;
	width: 100%;
	text-align: center;
}
#footerSocial ul li:last-child {
	margin-right: 0;
}
#footerPartner {
	float: right;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
#footerNav {
	margin-bottom: 20px;
}
#articleFooterStapline {
	position: relative;
	float: right;
	width: 300px;
	font-size: 28px;
	color: #ffffff;
	line-height: 44px;
	text-align: right;
	font-family: "Neutraface Bold";
	margin-right: 40px;
	margin-top: 60px;
}
#footerSocial ul {
	padding-left: 0;
}
#articleFooterForm {
	text-align: left;
	width: 300px;
	float: right;
	border-bottom: #ffffff 2px solid;
	margin-top: 40px;
}
#articleFooterForm input[type="submit"] {
	margin-left: 0;
}
#articleFooterForm input[type="text"] {
	width: 280px;
}
#contentHeaderStapline {
	font-size: 40px;
}
#contentHeaderStapline {
	padding-left: 20px;
}
#contentHeaderLogo {
	padding-left: 15px;
}
#contentHeaderLogo {
	padding-top: 20px;
}
#contentHeaderStapline {
	padding-top: 20px;
}
}
 @media only screen and (max-width: 530px) {
#contentHeaderStapline {
	font-size: 38px;
	width: 335px;
}
}
@media only screen and (max-width: 392px) {
#container {
	width: 275px;
	margin: 0 auto;
}
#contentHeaderInternal {
	width: 275px;
	margin: 0 auto;
}
#postSingleWrap {
	width: 235px;
	margin: 0 auto;
	color: #485656;
	font-size: 18px;
}
#articleFooter {
	float: left;
	width: 275px;
	margin-bottom: 50px;
}

.formPanel {
	width: 275px;
	margin: 0 auto;
}
#speakersWrap {
	width: 275px;
	margin: 0 auto;
}
.post-content img {
	max-width: 235px;
	height: auto;
}
#speakerProfileTitle {
	float: left;
	width: 100%;
	text-align: center;
}
#contentHeaderLogo {
	text-align: center;
	width: 150px;
	position: relative;
}
#articleFooterStapline {
	position: relative;
	float: right;
	width: 235px;
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	text-align: left;
	font-family: "Neutraface Bold";
	margin-right: 0;
	margin-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
}
#articleFooterForm {
	text-align: left;
	width: 235px;
	float: right;
	border-bottom: #ffffff 2px solid;
	margin-top: 40px;
}
#articleFooterForm input[type="text"] {
	width: 225px;
}
#contentHeaderStapline {
	font-size: 33px;
	width: 280px;
}
#contentHeaderInternal {
	width: 275px;
	margin: 0 auto;
}
}
@media only screen and (max-width: 385px) {
}
@media only screen and (max-width: 375px) {

#postSingleWrap {
	width: 325px;
}
#content h1, .blog h1 {
	font-size: 28px;
}
#content .post-content h2 {
	font-size: 26px;
}
}
@media only screen and (max-width: 365px) {
#container {
	width: 275px;
	margin: 0 auto;
}
#contentHeaderInternal {
	width: 275px;
	margin: 0 auto;
}
#postSingleWrap {
	width: 235px;
	margin: 0 auto;
	color: #485656;
	font-size: 18px;
}
#articleFooter {
	float: left;
	width: 275px;
	margin-bottom: 50px;
}

.formPanel {
	width: 275px;
	margin: 0 auto;
}
#speakersWrap {
	width: 275px;
	margin: 0 auto;
}
#contentHeaderStapline {
	font-size: 30px;
}
}
@media only screen and (max-width: 318px) {
#postSingleWrap {
	width: 240px;
	margin: 0 auto;
	color: #485656;
	font-size: 18px;
}
#articleFooter {
	float: left;
	width: 260px;
	height: auto;
	margin-bottom: 50px;
}

.formPanel {
	width: 260px;
	margin: 0 auto;
}
#speakersWrap {
	width: 260px;
	margin: 0 auto;
}
.post-content img {
	max-width: 240px;
	height: auto;
}
#headerNav {
	height: auto;
}
#articleFooterStapline {
	position: relative;
	float: right;
	width: 220px;
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	text-align: left;
	font-family: "Neutraface Bold";
	margin-right: 0;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}
#articleFooterForm {
	text-align: left;
	width: 160px;
	float: right;
	border-bottom: #ffffff 2px solid;
	margin-top: 10px;
}
#articleFooterForm input[type="text"] {
	width: 150px;
}
}


/* Reset styles for the three-column > text layout */
.column__threecolumn--text {
	padding: 60px 30px;	
}

.column__threecolumn--text > .column > *:first-child {
	margin-top: 0px;
}


/**
 * Adjust some spacing manually on the events page
 */
body.page-old-events-page #section__twoblock--list,
body.page-events-page #section__twoblock--list {
	 padding-bottom: 0px;

}

/*body.page-old-events-page #section__twoblock--list ~ .section__textintro aside,
body.page-events-page #section__twoblock--list ~ .section__textintro aside {
	padding: 0px 100px;
}*/