/* -- 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 - Resource Library & Blog Filters -- */

	.filter-bar{
		background: #ededed;
		padding: 15px 20px 0 20px;
	}
	.filter-bar.filter-on button[type="reset"]{
		display: inline-block;
	}
	.filter-bar select{
		padding-right: 40px;
	}
	select[disabled]{
		opacity: 0.75;
		cursor: not-allowed;
	}
	.rl-item{
		margin: 20px 0;
	}
	.rl-item h2{
		font-size: 18px;
		line-height: 1.3;
		margin: 15px 0 0 0;
		padding: 10px 0 0 0;
		border-top: 2px solid #ededed;
	}
	.rl-item__type{
		text-transform: uppercase;
		color: #000;
		margin-bottom: 15px;
		line-height: 1;
	}
	.rl-item__img{
		background: #333;
		border-radius: 3px;
		position: relative;
		display: table-cell;
		vertical-align: middle;
		overflow: hidden;
	}
	.rl-item__img:before{
		content: 'Download';
		display: inline-block;
		position: absolute;
		background-color: #EE0831;
	    border-radius: 3px;
		font-family: 'Roboto', sans-serif;
	    font-weight: 500;
	    text-transform: uppercase;
		height: 40px;
		line-height: 40px;
		padding: 0 20px;
		z-index: 2;
		opacity: 0;
		transition: opacity 0.25s ease-in-out 0.15s;
		top: 50%;
		left: 50%;
		transform: translate( -50%, -50% );
		color: #fff;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65);
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65);
	}
	.rl-item__img:after{
		content: '';
		display: block;
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #000;
		opacity: 0;
		z-index: 1;
		transition: opacity 0.25s ease-in-out;
	}
	.rl-item__img:hover::before{
		opacity: 1;
	}
	.rl-item__img:hover::after{
		opacity: 0.15;
	}
	.rl-item__img img{
		display: block;
		position: relative;
		z-index: 0;
		transition: transform 0.25s ease-in-out;
		backface-visibility: hidden;
	}
	.rl-item__img:hover img{
		transform: scale( 1.25 );
	}

	.rl-item__featured{
		background: #EE0831;
		opacity: 0.85;
		text-align: center;
		line-height: 40px;
		position: absolute;
		bottom: 0;
		width: 100%;
		left: 0;
		right: 0;
		color: #fff;
	}

	.filter-btn{
		margin: 0 0 20px 0;
		line-height: 35px;
		height: 35px;
		text-align: center;
		color: #fff;
		padding: 0 20px;
		border: 0;
		border-radius: 3px;
		font-family: 'Roboto', sans-serif;
	    font-weight: 500;
	    text-transform: uppercase;
		cursor: pointer;
	}

	.filter-btn[type="submit"]{
		background-color: #EE0831;
	}

	.filter-btn[type="reset"]{
		background-color: #333;
		display: none;
	}

	.pre-content{
		margin: -10px 0 40px 0;
	}

/* -- END - Resource Library & Blog Filters -- */

/* -- 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 - Blog Page -- */

.blog-item {
	height:100%;
	overflow-x: hidden;
	margin-bottom:50px;
	padding: 0 20px;
}

.blog-item .blog-item__img img {
	max-width: 100%;
	height: auto;
}

.blog-item .blog-item__img {
	/*width: 30%;*/
	display: block;
	margin-bottom: 20px;
}

.blog-item__excerpt{
	height: 100px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 15px 0;
}
.blog-item__excerpt p{
	margin: 0;
}
.blog-item__excerpt:after{
	content: '';
	display: block;
	position: absolute;
	height: 50px;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.blog-item .content {
	padding:0;
	border: none;
}

.blog-item .content a.read-blog-btn {
	text-transform: uppercase;
	background-color: #EE0831;
	font-weight: normal;
	color: #fff;
	line-height: 1;
	padding: 12px 40px 10px 40px;
	display: block;
	text-align: center;
	width: 180px;
	height: 38px;
	float:left;
	border-radius: 4px;
}

.blog-item .content a.read-blog-btn:hover {
	text-decoration: none;
	background-color: #C20005;
}

.blog-item .category ul li:nth-of-type(1) {
	color: #EE0831;
	font-weight:700;
	padding-top:0;
}

.blog-item .category {
	display: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.blog-item .category ul li a {
	color:#666;
}

.blog-item .category ul li {
	padding:5px 0;
	font-size: 13px !important;
}

.blog-item .category ul {
	margin:0 0 25px 0;
}

/* -- END - Blog Page -- */


/* -- 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 - Resource Library & Blog Filters -- */

	.rl-item{
		margin: 40px 0;
	}
	.filter-btn{
		margin-right: 10px;
	}

	/* -- END - Resource Library & Blog Filters -- */


	/* -- START - Forms -- */

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


	/* -- START - Blog Page -- */

	.blog-item {
		margin: 40px 0;
		padding: 0 40px;
	}

	#blog-pagination{
		padding: 0 40px;
	}

	.blog-item .category {
		/*float:right;*/
		display: block;
		margin: 10px 0;
	}

	.blog-item .category ul {
		margin:0;
	}

	.blog-item .category ul li {
		display:inline-block;
		padding:0 15px 0 0;
	}

	/*.blog-item .category ul li:first-child{
		padding-left: 0;
	}*/

	.blog-item .blog-item__img {
		width: 33.3333%;
		padding-right: 40px;
		display: block;
		float: left;
	}

	.blog-item .content {
		padding:0;
		float: right;
		width: 66.6667%;
		border: none;
		/*margin-bottom:45px;*/
	}
	.blog-item .category ul li a {
		color:#666666;
		display: inline-block;
		height: 30px;
		line-height: 30px;
		padding: 0 15px;
		margin: 4px 0;
		border: 1px solid #999;
		border-radius: 2px;
	}

	.blog-item .category ul li a:hover {
		border-color: #EE0831;
		text-decoration: none;
	}

	.blog-item .category ul li:nth-of-type(1) {
		color: #EE0831;
		font-weight:700;
	}

	/* -- END - Blog Page -- */

}

/* -- 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 -- */


	/* -- START - Resource Library & Blog Filters -- */

	.filter-btn{
		margin-top: 24px;
	}


	/* -- END - Resource Library & Blog Filters -- */

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


	/* -- START - Blog Page -- */

	.blog-item .blog-item__img {
		width: 25%;
	}

	.blog-item .content {
		width: 75%;
	}

	/* -- END - Blog Page -- */
}

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