/* -- START - Typography -- */

	body{
		font-size: 16px;
	}

	h1, .h1,
	h2, .h2,
	h3, .h3,
	h4, .h4{
		line-height: 1.2;
	}

	h1, .h1{
		font-size: 1.602em;
	}
	h2, .h2{
		font-size: 1.424em;
	}
	h3, .h3{
		font-size: 1.266em;
	}
	h4, .h4{
		font-size: 1.125em;
	}

	h5, .h5,
	h6, .h6{
		font-size: 1em;
	}

/* -- END - Typography -- */

/* -- START - Simple Grid -- */

	.grid-row{
		margin: 0 -20px;
	}

	.grid-row:after{
		content: '';
		clear: both;
		display: block;
	}

	.grid-col{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		float: left;
	}

/* -- END - Simple Grid -- */

/* -- START - Media Items -- */

	.media {
		margin-top: 15px;
	}

	.media:first-child {
		margin-top: 0;
	}

	.media,
	.media-body {
		zoom: 1;
		overflow: hidden;
	}

	.media-body {
		width: 10000px;
	}

	.media-object {
		display: block;
	}

	.media-object.img-thumbnail {
		max-width: none;
	}

	.media-right,
	.media > .pull-right {
		padding-left: 10px;
	}

	.media-left,
	.media > .pull-left {
		padding-right: 10px;
	}

	.media-left,
	.media-right,
	.media-body {
		display: table-cell;
		vertical-align: top;
	}

	.media-middle {
		vertical-align: middle;
	}

	.media-bottom {
		vertical-align: bottom;
	}

	.media-heading {
		margin-top: 0;
		margin-bottom: 5px;
	}

	.media-list {
		padding-left: 0;
		list-style: none;
	}

	.speaker{
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}

	.speaker__name{
		font-size: 18px;
		font-weight: 500;
	}
	.speaker__title,
	.speaker__company{
		font-size: 14px;
		color: #555;
	}

/* -- END - Media Items -- */

/* -- START - Utility -- */

	.no-margin-t{
		margin-top: 0;
	}
	.no-margin-b{
		margin-bottom: 0;
	}

	.bg-light-grey-1{
		background-color: #f7f7f7 !important;
	}

	.embed-responsive {
		position: relative;
		display: block;
		height: 0;
		padding: 0;
		overflow: hidden;
	}

	.embed-responsive .embed-responsive-item,
	.embed-responsive iframe,
	.embed-responsive embed,
	.embed-responsive object,
	.embed-responsive video {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		border: 0;
	}

	.embed-responsive-16by9 {
		padding-bottom: 56.25%;
	}

	.embed-responsive-4by3 {
		padding-bottom: 75%;
	}


/* -- END - Utility -- */

/* -- START - Toggles -- */

	.toggler{
		line-height: 16px !important;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	.toggler.red{
		background: #EE0831 !important;
		border-color: #EE0831 !important;
		color: #fff !important;
	}

	.toggler.red .toggle_icon,
	.toggle_icon .vert_icon,
	.toggle_icon .hor_icon{
		border-color: #fff;
	}

	.toggle_icon{
		width: 16px !important;
		height: 16px !important;
		top: 50% !important;
		margin-top: -8px;
	}

	.toggle_icon .vert_icon,
	.toggle_icon .hor_icon{
		top: 50% !important;
		left: 50% !important;
	}

	.toggle_icon .vert_icon{
		height: 8px !important;
		border-left-width: 2px !important;
		margin-top: -4px;
		margin-left: -1px;
	}

	.toggle_icon .hor_icon{
		width: 8px !important;
		margin-top: -1px;
		margin-left: -4px;
		border-top-width: 2px !important;
	}

/* -- END - Toggles -- */

/* -- START - Animations -- */

	@-webkit-keyframes fade-in {
	  0% {
	    opacity: 0;
	    /*-webkit-transform: translatey(25px);*/
	  }
	  100% {
	    opacity: 1;
	    /*-webkit-transform: translatey(0);*/
	  }
	}
	@-moz-keyframes fade-in {
	  0% {
	    opacity: 0;
	    /*-moz-transform: translatey(25px);*/
	  }
	  100% {
	    opacity: 1;
	    /*-moz-transform: translatey(0);*/
	  }
	}
	@keyframes fade-in {
	  0% {
	    opacity: 0;
	    /*-webkit-transform: translatey(25px);
	    -moz-transform: translatey(25px);
	    -ms-transform: translatey(25px);
	    -o-transform: translatey(25px);
	    transform: translatey(25px);*/
	  }
	  100% {
	    opacity: 1;
	    /*-webkit-transform: translatey(0);
	    -moz-transform: translatey(0);
	    -ms-transform: translatey(0);
	    -o-transform: translatey(0);
	    transform: translatey(0);*/
	  }
	}

/* -- END - Animations -- */

/* -- START - Banner -- */

	.banner--sm{
		color: #fff;
	}

	.banner--light-blue{
		background: #82C789;
		background: -webkit-linear-gradient(-45deg, #82C789, #1688C9);
		background: -o-linear-gradient(-45deg, #82C789, #1688C9);
		background: -moz-linear-gradient(-45deg, #82C789, #1688C9);
		background: linear-gradient(-45deg, #82C789, #1688C9);
	}

	.banner--sm h1{
		margin: 15px 0;
	}

/* -- END - Banner -- */

/* -- START - Pagination -- */

	.pagination{
		padding: 15px 1px !important;
	}

	.pagination .pagination-meta{
		padding: 0;
	}

	.pagination .dots{
		padding: 0;
		line-height: 35px;
		margin-right: 10px;
	}

/* -- End - Pagination -- */

/* -- START - Ajax Loader -- */

	.ajax-loader{
		width: 280px;
		margin: 0 auto;
		height: 340px;
		padding: 100px 0;
		opacity: 0.5;
		text-align: center;
		-webkit-animation: fade-in 0.5s ease;
	  	-moz-animation: fade-in 0.5s ease;
		animation: fade-in 0.5s ease;
	}

	.ajax-loader img{
		height: 80px;
		width: 80px;
		margin: 20px auto;
		display: block;
	}

	.ajax-loader:after{
		display: block;
		line-height: 20px;
		font-size: 16px;
		content: 'Loading, Please Wait...';
	}

/* -- End - Ajax Loader -- */

/* -- START - Publications -- */

#publications-list{
	margin: -20px -30px 0 -30px;
	padding-top: 0;
	position: relative;
}

#publications-list .pagination-wrap{
	padding-left: 30px;
	padding-right: 30px;
}

.pub{
	padding: 20px 30px;
	-webkit-animation: fade-in 0.5s ease;
	-moz-animation: fade-in 0.5s ease;
	animation: fade-in 0.5s ease;
}

.pub__title{
	font-size: 1.2em;
	line-height: 1.5;
	margin: 15px 0 0 0;
	padding: 15px 0;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #e1e1e1;
	color: #222;
	font-weight: 300;
}

.pub__excerpt{
	font-weight: 300;
}

.pub__date{
	color: #919191;
	font-size: 14px;
	margin: -10px 0 15px 0;
	display: block;
}

.pub img{
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* -- START - Webinars -- */

#wbn-list,
#wbn-archive-list{
	margin: 30px -30px;
	padding-top: 0;
	position: relative;
}

#wbn-list .pagination-wrap,
#wbn-archive-list .pagination-wrap{
	padding-left: 30px;
	padding-right: 30px;
}

.wbn{
	padding: 20px 30px;
	-webkit-animation: fade-in 0.5s ease;
	-moz-animation: fade-in 0.5s ease;
	animation: fade-in 0.5s ease;
}

.wbn__title{
	font-size: 1.2em;
	line-height: 1.5;
	margin: 15px 0 0 0;
	padding: 15px 0;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #e1e1e1;
	color: #222;
	font-weight: 300;
}

.wbn img{
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* -- START - Newsroom -- */

#press-release-list,
#news-list{
	margin-top: -20px;
	padding-top: 40px;
	position: relative;
}

#press-release-list .ajax-loader,
#news-list .ajax-loader{
	top: 50%;
	left: 50%;
	margin-left: -140px;
	margin-top: -170px;
	position: absolute;
}

.news,
.press-release{
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-animation: fade-in 0.5s ease;
  	-moz-animation: fade-in 0.5s ease;
	animation: fade-in 0.5s ease;
}

/* -- News -- */

	.news__title{
		font-size: 1.2em;
		font-weight: 300;
		line-height: 1.5;
		margin: 0;
	    padding: 15px 0;
		border-top-style: solid;
	    border-top-width: 2px;
	    border-top-color: #e1e1e1;
	}

/* -- Press Releases -- */

	.press-release .news__title{
		margin-top: 15px;
	}

	.press-release img{
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

/*
.news__title a:hover{
	color: #EE0831 !important;
}*/

/* -- END - Newsroom -- */

/* -- START - Events & Conferences -- */

	/* Archive */

	#events-list{
		margin: -20px -20px 0 -20px;
		position: relative;
	}

	.event{
		padding-top: 20px;
		padding-bottom: 20px;
		-webkit-animation: fade-in 0.5s ease;
	  	-moz-animation: fade-in 0.5s ease;
		animation: fade-in 0.5s ease;
	}

	.event__img{
		margin-bottom: 0;
		display: block;
		border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
	}

	.event__inner{
		padding: 20px 20px 80px 20px;
		position: relative;
		background: #f1f1f3;
	}

	.event__title{
		margin: 0;
		font-size: 28px;
		line-height: 1.15;
	}

	.event__meta,
	.event__excerpt{
		margin: 15px 0;
	}

	.event__meta{
		font-weight: 500;
	}

	.event__excerpt p{
		font-size: 14px;
		line-height: 1.5;
		margin: 0;
	}

	.event__inner a.avia-button{
		background: #ef0832;
		height: 40px;
		padding-top: 0;
		padding-bottom: 0;
		line-height: 40px;
		border: 0;
		display: block;
		position: absolute;
		bottom: 20px;
		left: 20px;
		right: 20px;
	}

	.event-archives-cta{
		padding: 40px 20px;
		border-top: 1px solid #f1f1f1;
		border-bottom: 1px solid #f1f1f1;
		text-align: center;
		margin-top: 40px;
	}

	.event-archives-cta h2{
		margin: 0 0 20px 0;
	}

	/* Single */

/* -- END - Events & Conferences -- */




/* -- START - Tablet Portrait Media Queries -- */

@media ( min-width: 768px ) {

	/* -- START - Typography -- */

	h1, .h1{
		font-size: 2.375em;
		line-height: 1.105;
	}
	h2, .h2{
		font-size: 2em;
		line-height: 1.313;
	}
	h3, .h3{
		font-size: 1.625em;
		line-height: 1.385;
	}
	h4, .h4{
		font-size: 1.375em;
		line-height: 1.272;
	}
	h5, .h5{
		font-size: 1.313em;
		line-height: 1.333;
	}
	h6, .h6{
		font-size: 1.125em;
		line-height: 2;
	}

	/* -- END - Typography -- */

	/* -- START - Simple Grid -- */

	.grid-col.fifth,
	.grid-col.fourth,
	.grid-col.third,
	.grid-col.half,
	.grid-col.two-third,
	.grid-col.three-fourth{
		width: 50%;
	}

	/* -- END - Simple Grid -- *;/

	/* -- START - Forms -- */

	/* -- Newsletter Form --*/
	#mktoForm_2048 .mktoFormCol{
		width: 50%;
	}
	#mktoForm_2048 .mktoLabel .mktoAsterix{
		display: none;
	}

}

/* -- END - Tablet Portrait Media Queries -- */



/* -- START - Desktop (Small) Media Queries -- */

@media ( min-width: 992px ) {

	/* -- START - Simple Grid -- */

	.grid-col.fifth{
		width: 20%;
	}

	.grid-col.fourth{
		width: 25%;
	}

	.grid-col.three-fourth{
		width: 75%;
	}

	.grid-col.third{
		width: 33.3333%;
	}

	.grid-col.two-third{
		width: 66.6667%;
	}

	/* -- END - Simple Grid -- */

	#thank-you-content{
		width: 75%;
		margin: 0 auto;
		float: left;
	}

}

/* -- END - Desktop (Small) Media Queries -- */
