/** global **/



div#main-wrapper {

	background: #000;

	display: block;

}



.page-banner {

	margin-bottom: 0;

}



.page-title .titlewrapper {

	display: none;

}





/** global **/



.section-main-wrapper {

	position: relative;

	display: block;

	z-index: 1;

}



.section-main-wrapper:before {

	z-index: -1;

	content: "";

	position: absolute;

	top: 0;

	left: -25%;

	width: 88%;

	height: 100%;

	background-image: url(../../images/homepage/about-text-logo-overlay.png);

	background-size: contain;

	background-position: top -10px center;

	background-repeat: no-repeat;

	z-index: -1;

	opacity: .65;

	display: none;

}



.page-banner:after {

	opacity: .7;

	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0) 50%);

}



.ip-speaking-section {

	font-size: 0;

	position: relative;

}



.ip-speaking-sec1-inner-wrapper {

	position: relative;

	max-width: 1375px;

	margin: 0 auto;

	padding: 43px 15px 84px;

}

	.ip-speaking-sec1-col {

		display: inline-block;

		vertical-align: top;

	}

	.ip-speaking-sec1-col.col-left {

		width: 53.37%;

	}

		.ip-speaking-sec1-text {

			

		}

			.ip-speaking-sec1-heading {

			

    position: relative;
    font-family: "Barlow", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #999999;
    text-transform: uppercase;
    max-width: 785px;
    margin: 20px auto;

			}

				.ip-speaking-sec1-heading div {
    position: relative;
    font-family: "Raleway", sans-serif;
    font-size: 66px;
    font-weight: 700;
    color: #fff;
    margin-top: 10px;
    /* padding-left: 22px; */
    letter-spacing: -0.7px;
    padding-left: 16px;
    border-left: 4px solid #cbaa45;
    line-height: 1em;

				}

		/*		.ip-speaking-sec1-heading div::before {

					content: "";

					position: absolute;

					top: 50%;

					left: 0;

					transform: translateY(-50%);

					width: 3px;

					height: 73px;

					background-color: #cbaa45;

					pointer-events: none;

				}
*/
			.ip-speaking-sec1-excerpt {

				margin-top: 54px;

				padding-right: 27px;

			}

				.ip-speaking-sec1-excerpt p {

					font-family: "Barlow", sans-serif;

					font-size: 18px;

					font-weight: 400;

					color: #fff;

					line-height: 1.6;

					margin-bottom: 28px;

				}

	.ip-speaking-sec1-col.col-right {

		width: 46.62%;

	}

		.ip-speaking-sec1-image img {

			width: 100%;

		}

.ip-speaking-sec2-inner-wrapper {

	position: relative;

}

	.ip-speaking-sec2-cards-list {



	}

		.ip-speaking-sec2-cards-item {

			position: relative;

			display: inline-block;

			vertical-align: top;

			width: 20%;

		}

		.ip-speaking-sec2-cards-item::before {

			content: "";

			position: absolute;

			top: 0;

			left: 0;

			width: 100%;

			height: 100%;

			background-color: #000;

			opacity: .6;

			pointer-events: none;

			z-index: 1;

			transition: all .4s ease-in-out;

		}

		.ip-speaking-sec2-cards-item:hover:before {

			opacity: .3;

		}

			.ip-speaking-sec2-cards-item canvas {

				display: block;

				width: 100%;

				background-size: cover;

				background-position: center;

				background-repeat: no-repeat;

				filter: grayscale(1);

				transition: all .4s ease-in-out;

			}

			.ip-speaking-sec2-cards-item:hover canvas {

				filter: none;

			}

			.ip-speaking-sec2-cards-item-content {

				position: absolute;

				top: 50%;

				left: 0;

				transform: translateY(-50%);

				width: 100%;

				height: 104px;

				padding: 15px 0;

				text-align: center;

				z-index: 2;

				transition: all .4s ease-in-out;

			}

			.ip-speaking-sec2-cards-item:hover .ip-speaking-sec2-cards-item-content {

				height: 278px;

			}

			.ip-speaking-sec2-cards-item-content::before,

			.ip-speaking-sec2-cards-item-content::after {

				content: "";

				position: absolute;

				left: 50%;

				transform: translateX(-50%);

				width: 154px;

				height: 3px;

				background-color: #cbaa45;

				pointer-events: none;

			}

			.ip-speaking-sec2-cards-item-content::before {

				top: 0;

			}

			.ip-speaking-sec2-cards-item-content::after {

				bottom: 0;

			}

			.ip-speaking-sec2-cards-item-content-title {

				font-family: "Raleway", sans-serif;

				font-size: 30px;

				font-weight: 700;

				color: #fff;

				text-transform: uppercase;

				line-height: 1.2;

			}

			.ip-speaking-sec2-cards-item-content-title.one-line {

				margin-top: 20px;

				transition: all .4s ease-in-out;

			}

			.ip-speaking-sec2-cards-item:hover .ip-speaking-sec2-cards-item-content-title.one-line {

				margin-top: 0;

			}

			.ip-speaking-sec2-cards-item-content-text {

				font-family: 'Barlow Condensed', sans-serif;

				font-size: 18px;

				font-weight: 400;

				color: #fff;

				line-height: 1.7;

				max-width: 290px;

				margin: 25px auto 0;

				padding: 0 15px;

				opacity: 0;

				transition: all .4s ease-in-out;

			}

			.ip-speaking-sec2-cards-item:hover .ip-speaking-sec2-cards-item-content-text {

				opacity: 1;

			}

.ip-speaking-sec3-inner-wrapper {

	position: relative;

	background-image: url('../../images/speaking/ip-speaking-sec3-bg.jpg');

	background-size: cover;

	background-position: center;

	background-repeat: no-repeat;

	margin-top: 98px;

	padding: 107px 0 0;

	z-index: 1;

}

.ip-speaking-sec3-inner-wrapper::before {

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-color: #000;

	opacity: .63;

	pointer-events: none;

	z-index: -1;

}

	.ip-speaking-sec3-heading {

		position: relative;

		font-family: "Barlow", sans-serif;

		font-size: 18px;

		font-weight: 400;

		color: #fff;

		text-transform: uppercase;

		max-width: 660px;

		margin: 0 auto;

	}

		.ip-speaking-sec3-heading div {

			position: relative;

			font-family: "Raleway", sans-serif;

			font-size: 70px;

			font-weight: 700;

			color: #fff;

			margin-top: 17px;

			padding-left: 22px;

		}

		.ip-speaking-sec3-heading div::before {

			content: "";

			position: absolute;

			top: 50%;

			left: 0;

			transform: translateY(-50%);

			width: 3px;

			height: 73px;

			background-color: #cbaa45;

			pointer-events: none;

		}

	.ip-speaking-sec3-events-list {

		max-width: 1470px;

		margin: 62px auto 0;

		padding: 0 15px;

	}

		.ip-speaking-sec3-events-item {

			display: inline-block;

			vertical-align: top;

			width: 25%;

			font-family: "Barlow", sans-serif;

			color: #fff;

			text-align: center;

			text-transform: uppercase;

			margin-bottom: 72px;

		}

		/*.ip-speaking-sec3-events-item:first-child,
		.ip-speaking-sec3-events-item:nth-child(2) {
			width: 50%;
		}*/
		.ip-speaking-sec3-events-item:first-child > *,
		.ip-speaking-sec3-events-item:nth-child(2) > * {
			max-width: 350px;
		}
		.ip-speaking-sec3-events-item:first-child > * {
			margin-left: auto;
		}

			.ip-speaking-sec3-events-item-image {

				display: -webkit-box; 

				display: -moz-box;

				display: -ms-flexbox;

				display: -webkit-flex;

				display: flex;

				align-items: center;

				min-height: 100px;

			}

				.ip-speaking-sec3-events-item-image img {

					max-width: 200px;

					margin: 0 auto;

				}

			.ip-speaking-sec3-events-item-title {

				font-size: 18px;

				font-weight: 700;

				margin-top: 12px;

			}

			.ip-speaking-sec3-events-item-desc {

				font-size: 16px;

				font-weight: 400;

				line-height: 1.5;

				margin-top: 22px;

			}



.ip-speaking-bottom-form-inner-wrapper {

	position: relative;

	padding: 7.938vw 0 2.813vw;

}



.ip-speaking-bottom-form-heading {

	position: relative;

	font-family: "Barlow", sans-serif;

	font-size: 18px;

	font-weight: 400;

	color: #999999;

	text-transform: uppercase;

	max-width: 735px;

	margin: 0 auto;

}



.ip-speaking-bottom-form-heading div {

	position: relative;

	font-family: "Raleway", sans-serif;

	font-size: 70px;

	font-weight: 700;

	color: #fff;

	margin-top: 5px;

	padding-left: 34px;

}



.ip-speaking-bottom-form-heading div::before {

	content: "";

	position: absolute;

	top: 50%;

	left: 0;

	transform: translateY(-50%);

	width: 5px;

	height: 52px;

	background-color: #cbaa45;

	pointer-events: none;

}



.ip-speaking-bottom-form-subheading {

	font-family: "Barlow", sans-serif;

	font-size: 18px;

	font-weight: 400;

	color: #999999;

	text-transform: uppercase;

	text-align: center;

	margin-top: 13px;

}



.ip-speaking-bottom-form {

	position: relative;

	max-width: 40.938vw;
    margin: 5.563vw auto 0;

}



.ip-speaking-bottom-form .wpcf7-response-output {

	position: absolute;

	font-size: 12px;

	text-align: center;

	padding: 4px 0 !important;

	margin: 0 !important;

	width: 100%;

}



.ip-speaking-bottom-form span.wpcf7-not-valid-tip {

	font-size: 12px;

	margin: -15px;

}



.ip-speaking-input-container {

	display: inline-block;

	vertical-align: top;

	margin-bottom: 27px;

}



.ip-speaking-input-container.col-2 {

	width: 50%;

}



.ip-speaking-input-container.col-2.pad-left {

	padding-left: 22px;

}



.ip-speaking-input-container.col-2.pad-right {

	padding-right: 22px;

}



.ip-speaking-input-container.col-3 {

	width: 33.33%;

}



.ip-speaking-input-container.col-3.pad-left {

	padding-left: 17px;

}



.ip-speaking-input-container.col-3.pad-right {

	padding-right: 17px;

}



.ip-speaking-input-container label {

	display: block;

	font-family: "Barlow SemiCondensed", sans-serif;

	font-size: 1vw;

	font-weight: 400;

	color: #fff;

	text-transform: uppercase;

}



.ip-speaking-input-container input,

.ip-speaking-input-container select,

.ip-speaking-input-container textarea {

	-webkit-appearance: none;

	-moz-appearance: none;

	outline: none;

	border: none;

	font-family: "Barlow SemiCondensed", sans-serif;

	font-size: 1vw;

	font-weight: 400;

	color: #fff;

	width: 100%;

	height: 2.063vw;

	background-color: transparent;

	border-bottom: 2px solid #fff;

}



.ip-speaking-input-container select option {

	color: #000;

}



.ip-speaking-input-container.your-message {

	width: 100%;

}



.ip-speaking-input-container textarea {

	resize: none;

	height: 4.063vw;

}



.ip-speaking-submit {

	max-width: 172px;

	margin: 19px auto 0;

}



.ip-speaking-submit input {

	-webkit-appearance: none;

	-moz-appearance: none;

	outline: none;

	border: none;

	font-family: "Raleway", sans-serif;

	font-size: 0.938vw;

	font-weight: 600;

	color: #fff;

	text-transform: uppercase;

	text-align: center;

	width: 100%;

	padding: 1.063vw 0;

	background-color: transparent;

	border: 2px solid #fff;

	transition: all .4s ease-in-out;

}



.ip-speaking-submit input:hover {

	background-color: #cbaa45;

	border-color: #cbaa45;

}



.altman-git-wrapper.section-wrapper {

	display: none;

}





/*******************************************************

 *

 * Mobile styles and other media queries

 *

 *******************************************************/



@media only screen and (max-width: 1440px) {



}



@media only screen and (max-width: 1299px) {



}



@media only screen and (max-width: 1199px) {

	.ip-speaking-sec1-excerpt p {

		font-size: 16px;

	}

	.ip-speaking-sec2-cards-list {
		/* max-width: 250px;
		margin: 0 auto; */
	}

	.ip-speaking-sec2-cards-item canvas {

		min-height: 400px;

	}

	.ip-speaking-sec2-cards-item-content-title {

		font-size: 22px;

	}

	.ip-speaking-sec2-cards-item-content {

		height: 80px;

	}

	.ip-speaking-sec2-cards-item-content-title.one-line {

		margin-top: 10px;

	}

	.ip-speaking-sec2-cards-item-content-text {

		font-size: 14px;

	}

	.ip-speaking-sec3-events-item-title {

		font-size: 14px;

	}

	.ip-speaking-sec3-events-item-desc {

		font-size: 12px;

	}

}



@media only screen and (max-width: 991px) {

	.ip-speaking-sec1-inner-wrapper {
		padding: 15px 15px 84px;
	}

	.ip-speaking-sec1-col {

		display: block;

		width: 100% !important;

	}

	.ip-speaking-sec1-excerpt {

		margin-top: 20px;

		padding-right: 0;

	}

	.ip-speaking-sec1-image {

		max-width: 480px;

		margin: 0 auto;

	}

	.ip-speaking-sec2-cards-list,

	.ip-speaking-sec3-events-list {

		text-align: center;

	}

	.ip-speaking-sec2-cards-item,

	.ip-speaking-sec3-events-item {

		width: 33.33%;

	}

	.ip-speaking-bottom-form-inner-wrapper {
		padding: 50px 0;
	}

	.ip-speaking-bottom-form {
		max-width: 95%;
		margin: 30px auto 0;
	}

	.ip-speaking-input-container label {
		font-size: 16px;
		margin-bottom: 8px;
	}

	.ip-speaking-input-container input,
	.ip-speaking-input-container select,
	.ip-speaking-input-container textarea {
		font-size: 16px;
		height: 30px;
	}

	.ip-speaking-submit input {
		font-size: 15px;
		padding: 12px 0;
	}

	.ip-speaking-sec3-events-item:first-child > *,
	.ip-speaking-sec3-events-item:nth-child(2) > * {
		max-width: 100% !important;
		margin: 0 !important;
	}

}



@media only screen and (max-width: 767px) {

	.page-banner > canvas {
		background-position: top right;
	}

	.ip-speaking-bottom-form-inner-wrapper {

		padding: 40px 0;

	}

	.ip-speaking-bottom-form-heading div:nth-child(1) {

		font-size: 49px;

	}

	.ip-speaking-bottom-form-heading::before {

		height: 75px;

	}

	.ip-speaking-bottom-form-heading {

		font-size: 11px;

		max-width: 300px;

		margin: 0 auto;

	}

	.ip-speaking-bottom-form-heading div:nth-child(1) {

		font-size: 28px;

		padding-left: 20px;

	}

	.ip-speaking-bottom-form-heading div::before {

		height: 26px;

	}

	.ip-speaking-sec2-cards-item,

	.ip-speaking-sec3-events-item {

		width: 50%;

	}

	.ip-speaking-sec3-heading {

		max-width: 300px;

	}

	.ip-speaking-sec3-heading div {

		font-size: 30px;

	}

	.ip-speaking-sec3-heading div::before {

		height: 40px;

	}

}



@media only screen and (max-width: 480px) {

	.ip-speaking-sec1-heading {
		font-size: 18px;
	}

	.ip-speaking-sec1-heading div {
		font-size: 36px;
	}

	.ip-speaking-sec1-heading div::before {

		height: 60px;

	}

	.ip-speaking-sec2-cards-item,

	.ip-speaking-sec3-events-item {

		width: 100%;
		margin-bottom: 20px;

	}

	.ip-speaking-bottom-form-heading div:nth-child(1) {

		font-size: 29px;

	}

	.ip-speaking-bottom-form-heading div:nth-child(2) {

		font-size: 37px;

	}

	.ip-speaking-bottom-form-heading::before {

		height: 47px;

	}

	.ip-speaking-bottom-form-heading div {

		color: #fff;

		padding-left: 21px;

	}

	.ip-speaking-input-container {

		padding: 5px !important;

	}

	.ip-speaking-bottom-form-heading div:nth-child(1) {

		font-size: 27px;

	}

	.ip-speaking-submit input {

		font-size: 13px;

	}

}