/*
* Additional styles should go here in order not to alter the main C$T stylesheet
* Breakpoints: 400px (mobile), 760px (tablet), 1180px (desktop)
*/
.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1180px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

/* basic IAB styles */
.red {
	color: #dc291e;
}

/* fix for long buttons not wrapping */
.btn {
	white-space: normal;
}

.btn.grey-btn {
  background-color:#999;
  border-color:#999;
}

.btn.grey-btn:hover {
  background-color:#FFF;
  color:#999;
}

.ok {
	color: green;
}

.warning {
	color: #dc291e;
}

hr {
	border: none;
	border-bottom: 1px solid #000000;
}

.border-left {
	border-left: 1px solid #000000;
}

.border-right {
  border-right: 1px solid #000000;
}

.border-bottom {
	border-bottom: 1px solid #000000;
}

.border-top {
	border-top: 1px solid #000000;
}

.border-left.gray, .border-right.gray, .border-bottom.gray, .border-top.gray {
	border-color: #999;
}

.agenda-track-left {
	border-top: 5px solid #ccc;
	border-left: 5px solid #ccc;
	border-bottom: 5px solid #ccc;
}

.agenda-track-right {
	border-top: 5px solid #ccc;
	border-right: 5px solid #ccc;
	border-bottom: 5px solid #ccc;
}

.agenda-track-header {
	padding: 15px;
	background-color: #ddd;
	opacity: 0.75;
	margin-left: -15px;
	margin-right: -15px;
}

@media screen and (max-width: 991px) {
	.border-left {
		border-left: none;
		border-top: 1px solid #000000;
	}
  .border-right {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}

.well {
	padding: 30px;
	background-color: #ddd;
	opacity: 0.75;
}

.highlight {
	background-color: #ffff00;
}

.video__link img, .video.js-video img {
	width: 100%;
}

.module--ad {
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

@media (min-width: 760px) {
	.module--ad { 
		margin-left: 15px !important;
	}
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.hidden {
	display: none !important;
}

.buffer-bottom {
	margin-bottom: 50px;
}

.buffer-bottom-small {
	margin-bottom: 25px;
}

.buffer-top {
	margin-top: 50px;
}

.buffer-top-small {
	margin-top: 25px;
}

.padding-bottom {
	padding-bottom: 50px;
}

.padding-bottom-small {
	padding-bottom: 25px;
}

.padding-top {
	padding-top: 50px;
}

.padding-top-small {
	padding-top: 25px;
}

table[cellpadding="6px"] th, table[cellpadding="6px"] td {
    padding:6px;
}

/* temporarily hide transportation title from mobile world congress += */
body.postid-18507 .register--panel h2,
body.postid-19028 .register--panel h2,
body.postid-19354 .register--panel h2,
body.postid-19352 .register--panel h2,
body.postid-18053 .event-overview__sidebar {
	display: none !important;
}

body.postid-19354 .register--panel:nth-child(2),
body.postid-19352 .register--panel:nth-child(2) {
	padding-top: 0;
	border-top: 0;
}

body.postid-18507 .pricing--list,
body.postid-19028 .pricing--list {
	display: none !important;
}

body.postid-18507 .cta-section,
body.postid-19028 .cta-section,
body.postid-19354 .cta-section, 
body.postid-19352 .cta-section {
	display: none !important;
}

body.postid-18507 .agenda--panel__tabs {
	display: none !important;
}

body.postid-18507 .venue--details__contact--info {
	display: none !important;
}

body.postid-18053 .event-overview__main:not(.event-post-overview__main) {
	width: 100% !important;
}

/* measurement guidelines salesforce integration */
@media screen and (min-width: 1180px) {
	#iab_measurement, #iab_creativespecs, #iab_techspecs {
		margin-left: -32px;
		margin-right: -126px;
	}
}

@media screen and (min-width: 760px) and (max-width: 1179px) {
	#iab_measurement, #iab_creativespecs, #iab_techspecs {
		margin-left: -32px;
		margin-right: -30px;
	}
}

@media screen and (max-width: 759px) {
	#iab_measurement, #iab_creativespecs, #iab_techspecs {
		margin-left: -20px;
		margin-right: -20px;
	}
}

#iab_measurement th {
	font-size: 13px;
}

@media screen and (min-width: 1180px) {
    img.cover {
        width: 1000px !important;
        max-width: 1000px !important;
        margin-left: -115px;
    }
}

@media screen and (min-width: 760px) and (max-width: 1179px) {
    img.cover {
        width: 760px !important;
        max-width: 760px !important;
        margin-left: -85px;
    }
}

@media screen and (max-width: 759px) {
    img.cover {
        width: 320px !important;
        max-width: 320px !important;
        margin-left: -20px;
    }
}

/* ALM 2016 tweaks */
body.postid-12743 #single > section > div.module--tabs__content.module--tabs__content--register.open > div > div:nth-child(1) > div:nth-child(5) > div.pricing--list__details > div.pricing--list__details__title {
    width: 200%;
}

body.postid-12743 #single > section > div.module--tabs__content.module--tabs__content--register.open > div > div:nth-child(1) > div:nth-child(5) > div.pricing--list__details > div.pricing--list__details__title strong {
    font-weight: normal;
}

body.postid-12743 #single > section > div.module--tabs__content.module--tabs__content--register.open > div > div:nth-child(1) > div:nth-child(5) > div.pricing--list__register-btn a {
    display: none;
}

/* Certification Navigation Row */

.row.certification-navigation-row a {
    margin: 0 1px 0 0;
    background-color: #ee3224;
    color: #FFFFFF;
    padding: 12px 6px;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #ee3224;
    font-size: 15px;
    -webkit-transition: color .125s, background-color .125s;
    -o-transition: color .125s, background-color .125s;
    transition: color .125s, background-color .125s;
}
.row.certification-navigation-row a:hover {
    background-color: #FFFFFF;
    border: 2px solid #ee3224;
    color: #ee3224;
    -webkit-transition: color .125s, background-color .125s;
    -o-transition: color .125s, background-color .125s;
    transition: color .125s, background-color .125s;
}
@media screen and (max-width: 1179px) and (min-width: 759px) {
    .row.certification-navigation-row a {
        font-size: 11px;
    }
}
@media screen and (max-width: 759px) {
    .row.certification-navigation-row a {
        float: left;
        width: 100%;
        margin-bottom: 1px !important;
    }
}

/* Add a responsive table class rule - to be used whereever it is needed */
table.responsive-table {
    width: 100%;
    max-width: 100%;
}

@media screen and (max-width: 400px) {
	table.responsive-table tr td {
	    display: table;
	    max-width: 100% !important;
        width:100% !important;
	}
    table.responsive-table {
        margin-bottom:20px;
    }
}

/* This is overriding a style in main.css but I don't know why we would ever want an image to be more than 100% the width of this parent */
img[width], img[height] {
    max-width: 100%;
    height: auto;
}

/* make curtain responsive */
@media screen and (max-width: 400px) {
	.simple_overlay {
		max-width: 90% !important;
		height: auto !important;
	}

	.simple_overlay img {
		max-width: 100% !important;
		height: auto !important;
	}
}

/* IAB Certification Directory Page */
.module--certification {
    margin:30px 8%;
    width:84%;
    padding-top:35px;
}

/* IAB Learning Page */

.module--learning {
    margin:30px 8%;
    width:84%;
    padding-top:35px;
}
.module--learning .left-column .article-list {
    padding-top:0;
}
.module--learning .row {
    margin:0 !important;
    clear:both;
    width:100%;
}
.module--learning .left-column, .module--learning .right-column{
    width: 45%;
    float: left;
    margin-right: 5%;
}
.module--learning .left-column.two-thirds {
    width: 63%;
}
.module--learning .right-column.one-third {
    width: 27%;
}
.left-column.two-thirds .article-list .article-list__item {
    width:47%;
    margin:0 2% 10px 0;
    clear:none;
}
@media screen and (max-width: 600px) {
    .module--learning .left-column, .module--learning .right-column{
        width: 100%;
        margin-right: 0;
        clear:both;
    }
    .left-column.two-thirds .article-list .article-list__item {
        width:100%;
        margin-right:0;
        margin-left:0;
    }
}
.learning-video {
    margin:20px 0;
}
.discover-your-curriculum {
    background-color: #EFEEEE;
    border:1px solid #807E7E;
    padding: 12px 4%;
    margin-bottom: 20px;
}
.discover-your-curriculum div.selector {
    width:100%;
    margin:5px 0 0;
    background:url(/wp-content/themes/iab/assets/img/menu-arrow-down.png) no-repeat right 8px top 10px #FFF;
    background-size:14px;
}
.discover-your-curriculum div.selector span {
    color:#333;
    font-size:14px;
}
.learning-logo {
    text-align: right;
    margin-bottom: 20px;
}
.learning-logo img {
    max-width: 200px;
}
.discover-your-curriculum .row label {
    width: 160px;
    float: left;
    font-size: 14px;
    padding-left: 17px;
}
.discover-your-curriculum .row {
    clear: left;
    width: 100%;
    padding: 6px 0 3px;
}
.discover-your-curriculum input[type="submit"] {
    width: 190px;
    display: block;
    margin: 5px auto;
}
ul#get-started-links {
    margin: 0;
    padding: 0;
}
ul#get-started-links li {
    list-style: none;
    background-color: #ee3224;
    margin-bottom: 10px;
    color: #FFF;
    border: 3px solid #ee3224;
}
ul#get-started-links li:hover {
    color: #ee3224;
    background-color:#FFF;
    cursor: pointer;
}
ul#get-started-links li:hover a {
    color: #ee3224;
}
ul#get-started-links li a {
    padding: 7px 9px;
    width: 100%;
    display: block;
    color: #FFF;
}

ul#get-started-links li.sublink {
    margin-left: 30px;
    display: none;
}

.has-sublinks .arrow-wrapper {
    z-index: 1;
    position: relative;
    cursor:pointer;
}

.has-sublinks .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    display: block;
    float: left;
    margin: 8px 6px 0 7px;
    position:relative;
    z-index:2;
}

.has-sublinks.closed .arrow {
    border-color: transparent transparent transparent #ffffff;
    border-width: 10px 0 10px 15px;
    transition: border 0.1s ease-in-out;
    -o-transition: border 0.1s ease-in-out;
    -moz-transition: border 0.1s ease-in-out;
    -webkit-transition: border 0.1s ease-in-out;
}

.has-sublinks.closed:hover .arrow {
    border-color: transparent transparent transparent #ee3224;
}

.has-sublinks.open .arrow {
    margin-top: 12px;
    margin-left: 4px;
    border-color: #ffffff transparent transparent transparent;
    border-width: 15px 10px 0 10px;
    transition: border 0.1s ease-in-out;
    -o-transition: border 0.1s ease-in-out;
    -moz-transition: border 0.1s ease-in-out;
    -webkit-transition: border 0.1s ease-in-out;
}

.has-sublinks.open:hover .arrow {
    border-color: #ee3224 transparent transparent transparent;
}

/* gravity form hack - not showing forms on Firefox??? */
.gf_browser_gecko {
	display: block !important;
}

/* adjust events menu to accommodate more menu items */
.module--tabs--events .module--tabs__nav li {
	padding-right: 15px;
}

/* 20th anniversary logo iPad fix */
@media (min-width: 760px) and (max-width: 1179px) {
	#iab-20-anniversary img {
		width: 215px !important;
	}
}

/**/

.agenda--panel .data--panel__item__datestamp {
    margin-bottom: 0px;
}
.agenda--panel .data--panel__item {
    padding-top: 20px;
    padding-bottom: 20px;
}
.agenda--panel .data--panel__item__content p {
    margin-bottom: 0;
}.agenda--panel .data--panel__item__datestamp {
     margin-bottom: 0px;
 }
.agenda--panel .data--panel__item {
    padding-top: 20px;
    padding-bottom: 20px;
}
.agenda--panel .data--panel__item__content p {
    margin-bottom: 0;
}

ul.unslider-carousel img {
    margin: 0 !important;
}
.article__content ul.unslider-wrap li img[class*="wp-image"] {
    margin: 0;
}
.unslider>div {
    min-height: 100px;
}





/* Article List Fixes */

/* Home page blend overlay fix */

@media (max-width: 1179px) {
	.top-news__item .media__overlay {
		height: 148px;
	}
}

@media (max-width: 759px) {
	.top-news__item .media__overlay {
		height: 103px;
	}
}



/* Cancel hover transform on mobile sizes */

@media (max-width: 1179px) {
	.media__link:hover .media__img {
		transform: scale(1.0);
	}
}



/* Fix distorted images */

@media (min-width: 760px) {
	.media--inset>a img.media__dimension {
		min-height: initial;
		max-height: initial;
	}
	.module--featured .media--inset .media__details .media__details__title {
		line-height: initial;
	}
}



/* Fix Fancybox Captions */

.fancybox-title-float-wrap {
  right: 0px;
  margin-bottom: -50px;
}

.fancybox-title-float-wrap .child {
  border-radius: 0px !important;
  margin-right: 0px;
  padding: 5px 0px;
  line-height: 18px;
  white-space: normal;
  right: 0px;
  display: inline;
  box-shadow: -5px 0 0 0 #000,5px 0 0 0 #000;
}

@media screen and (min-width: 1180px) {
	.row.gutter {
		margin-left: -115px;
	}
}

@media screen and (min-width: 760px) and (max-width: 1179px) {
	.row.gutter {
		margin-left: -85px;
		margin-right: -147px;
	}
}


/* Fix Navigation Overlay between 1180 and 1195px */

@media (min-width: 1180px) and (max-width: 1202px) {
	
body {
  overflow-x: hidden;	
}

.nav-container {
  left: 0px !important;
  width: 180px !important;	
}

}

/* Fix Datepicker display issue */
.ui-datepicker {
	background-color: #EFEFEF;
	padding: 5px;
}

.ui-datepicker table td, .ui-datepicker table th {
	padding: 5px;
	background-color: #ffffff;
}

.ui-datepicker .ui-datepicker-next {
	float: right;
}

/* Form adjustments */
/* let's not make the font size so freaking huge */
.gform_wrapper input[type="text"], 
.gform_wrapper select,
.gform_wrapper .selector.fixedWidth span {
	font-size: 21px;
}

/* Tabs / Slider UI */
.slider-tabs>ul {
    height: 30px;
    float: left;
    clear: both;
    padding-left:0;
    margin-bottom:0;
    position:relative;
}

.slider-tabs>ul li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    list-style:none;
    margin-top:0;
}

.slider-tabs>ul li.current {
    position: relative;
    z-index: 5;
}

.slider-tabs>ul li a {
    padding: 10px;
    text-transform: uppercase;
    text-decoration: none;
}

.slider-tabs>ul .current a {
    color: #2e7da3;
}

.slider-tabs>div {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: auto;
    border-radius:4px;
    margin-top:30px;
    position:relative;
}

.slider-tabs>div .slider-arrow {
    display:block !important;
    position:absolute;
    left:0;
    top:-30px;
    width:100px;
    overflow:hidden;
    background:url(/wp-content/uploads/2016/03/pointer.png) no-repeat center center;
    height:33px;
}

.slider-tabs>div>div {
    padding: 20px;
    display: none;
}

.slider-tabs>div>div table td {
    padding:6px;
    vertical-align: top;
}

.slider-tabs>div>div img {
    margin:0;
}

#tab-1 {
    display: block;
}

/* Online Learning */

div#online-learning-video>span>span {
    width: 500px;
    max-width: 500px;
    height: 281px;
    max-height: 281px;
}

/* Online Learning - Meet the Experts */

ul.experts-grid li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 200px;
}
.profile_container p {
    margin: 0;
    padding: 0;
}
.profile_container {
    overflow: hidden;
    position: relative;
    max-height: 200px;
}
.profile_container .profile_text {
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in;
    -moz-transition: opacity 300ms ease-in;
    -o-transition: opacity 300ms ease-in;
    transition: opacity 300ms ease-in;
}
.profile_container:hover .profile_text {
    -webkit-transition: opacity 300ms ease-in;
    -moz-transition: opacity 300ms ease-in;
    -o-transition: opacity 300ms ease-in;
    transition: opacity 300ms ease-in;
    opacity: 1;
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    color: #FFF;
    width: 100%;
    bottom: 0;
    padding: 10px 5%;
}
.profile_container .profile_text h2 {
    color: #ee3224;
    font-size: 18px;
}

/* Mobile/Display Rising */

div#modal-bg {
    display:none;
    cursor:pointer;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 999998;
    min-height: 1000px;
}
.modal-target {
    cursor: pointer;
}
.modal-big {
    display:none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    text-align:center;
}
.modal-big img.screenshot {
    max-width:90%;
    margin:20px auto 0;
}
.mobile-rising-stars img.modal-target.screenshot, .display-rising-stars img.modal-target.screenshot {
    width:auto;
    height:auto;
    max-width:100px;
    max-height:100px;
}
.slider-select {
    display:none;
}
.slider-select-wrapper div.selector {
    width:100%;
    background: url(/wp-content/themes/iab/assets/img/menu-arrow-down.png) no-repeat right 8px top 10px #FFF;
    background-size: 14px;
    border: 1px solid #999;
}
@media screen and (max-width: 1185px) {
    .slider-tabs>ul li a{
        padding-left:0;
    }
}
@media screen and (max-width: 763px) {
    #tabs-container {
        max-width:100%;
        width:100%;
    }
    .slider-tabs>ul, body .slider-tabs>div .slider-arrow{
        display:none !important;
    }
    .slider-select {
        display:block;
    }
    table.responsive-table tr td {
        display:block;
        width: 100% !important;
    }
    .slider-tabs>div {
        border:none;
        width:97%;
    }
    .slider-tabs>div>div {
        padding:0;
    }
    .mobile-rising-stars img {
        width:98%;
    }
    .tab-content iframe {
        max-width:98% !important;
        width:98% !important;
    }

}

/* Digital Leadership Lead Gen Form */

div#leadGenForm {
    float: right;
    clear:right;
    width: 170px;
    font-size: 12px;
    background-color: #e3e3e3;
    padding: 16px;
    line-height: 15px;
    margin-left: 10px;
}
div#leadGenForm ul li {
    margin: 0;
    width: 100%;
}
#leadGenForm input[type="submit"] {
    margin: 0 auto;
}
#leadGenForm input[type="text"] {
    padding: 0;
    background-color: #FFF;
    height: 31px;
    margin-top: 5px;
    font-size: 14px;
    line-height: 14px;
    padding-left: 5px;
    margin-bottom: 5px;
}
#leadGenForm .gfield_required {
    float: none;
    background-color: rgba(0, 0, 0, 0);
    color: #F00;
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 6px;
    height: 0;
}
#leadGenForm .gfield_label--top {
    font-size: 13px;
    margin: 0px 0 -16px;
}
#leadGenForm .gfield_checkbox label:before {
    width: 20px;
    height: 20px;
}
#leadGenForm .gfield_checkbox input[type="checkbox"]:checked+label:before {
    background-size: 13px;
    background-position: 4px 4px;
}

@media screen and (max-width: 759px) {
	.mobile-hide {
		display: none;
	}
}

@media screen and (min-width: 760px) {
	.mobile-only {
		display: none;
	}
}

/* don't know why webinar bullets were spaced out so far to begin with - fix that: */
.event-webinar__main li+li {
	margin-top: 0.2em;
}


/* offices tweet compact version */
.module--offices .offices-tweet-compact {
  padding: 6px 20px;
}
.module--offices .offices-tweet-compact .offices--tweet__header {
  margin-bottom: 20;
}

.module--offices .offices-tweet-compact .offices--tweet__item {
  margin: 4px 5%;
}

.module--offices .offices-tweet-compact .offices--tweet__item p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.95rem;
  line-height: 1rem;;
}
.module--offices .offices-tweet-compact .offices--tweet__content .owl-buttons {
  top: 25%;
}

.module.wrapper--black.offices--tweet.offices-tweet-compact {
  margin: 40px 40px 10px;
  width: calc(100% - 80px);
  border-radius: 5px;
}

.module--offices .offices--tweet__header__right {
  padding-top: 13px;
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
	.module.wrapper--black.offices--tweet.offices-tweet-compact .owl-wrapper {
		width: 100% !important;
	}
	
	.module.wrapper--black.offices--tweet.offices-tweet-compact .owl-item {
		width: 33% !important;
	}
	
	.module.wrapper--black.offices--tweet.offices-tweet-compact .module--offices .offices--tweet__item {
		text-align: left !important;
		margin: 10px 10% 0px 0px !important;
	}
	
	.module.wrapper--black.offices--tweet.offices-tweet-compact .owl-wrapper-outer.autoHeight {
		height: auto !important;
	}
	
	.module--offices .offices--tweet__item {
		text-align: left !important;	
	}
	
}

@media screen and (min-width: 760px) and (max-width: 768px) {
	.module.wrapper--black.offices--tweet.offices-tweet-compact .offices--tweet__item {
		margin: 4px 10% !important;
	}
}

@media screen and (max-width: 759px) {
	.module.wrapper--black.offices--tweet.offices-tweet-compact {
		margin: 40px 20px 10px;
		width: calc(100% - 40px);
	}
	
	.module--offices .offices--tweet__header__right {
		float: left;
	}
	
	.module--offices .offices-tweet-compact {
		padding: 6px 10px !important;
	}
}

@media screen and (min-width: 480px) and (max-width: 759px) {
	
		.module--offices .offices-tweet-compact .offices--tweet__item p {
 		font-size: 12px !important;
 		text-align: left;
 		overflow: hidden;
	}
	
	.module--offices .offices-tweet-compact .offices--tweet__item p {
 		font-size: 12px !important;
 		text-align: left;
 		overflow: hidden;
	}
	
	.owl-wrapper-outer.autoHeight {
		height: auto !important;	
	}
}





/* fix anchor jump targets */
.jumptarget::before {
  content:"";
  display:block;
  height:115px;
  margin:-115px 0 0;
}

/*  */
.event-overview__sidebar.no-sidebar {
    display:none;
}
.event-overview__main.no-sidebar {
    width:96%;
}

/* recert logo */
.event__header__text .details-text {
  display: inline-block;
  vertical-align: middle;
}
.event__header__text .recert-logo {
  display: inline-block;
  vertical-align: middle;
}
.event__header__text .recert-logo img {
  height: 70px;
  margin-left: 20px;
}

/* event layout adjustments to decrease whitespace */
.agenda--panel .data--panel__item__datestamp {
	width: 11%;
}

.agenda--panel .data--panel__item__content {
	width: calc(89% - 10px);
}

/* additional gform style adjustments */
.gform_wrapper .gfield_required {
	float: none;
	background-color: transparent;
	color: #dc291e;
	font-weight: bold;
	border-radius: none;
}

.gform_wrapper li, .gform_wrapper form li {
	margin-top: 25px;
}

.ginput_complex label {
	display: block;
	padding-bottom: 10px;
	margin-left: 10px;
}

#modal-alert {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 300px;
    margin-left: -300px;
    margin-top: -160px;
    background-color: #FFF;
    box-shadow: 5px 5px 30px -5px #000;
    padding: 33px;
    z-index: 999999;
}
#modal-bg {
    position:fixed;
    z-index: 1;
    width:100%;
    height:1000px;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
#close-alert {
    width:150px;
    margin:40px auto 0;
    position: relative;
    background-color:red;
    font-weight:bold;
    color:#FFF;
    padding:10px 15px;
    cursor: pointer;text-align: center;
    text-transform: uppercase;
}

/* Responsive Video Embed Container */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Tabbed Content UI */

.tabbed-content-ui ul li {
    float: left;
    list-style: none;
    margin-top: 0;
}

div.tabbed-content-ui>ul {
    min-height: 60px;
    margin: 0;
}

div#certification-seals>ul {
    height: 140px;
    margin: 0;
}

.tabbed-content-ui .content {
    position: relative;
}

.tabbed-content-ui .content {
    min-height: 310px;
    margin-top: -16px;
}

div#certification-seals .content {
    min-height: 310px;
    margin-top: -16px;
}

#certification-seals.tabbed-content-ui ul {
    position:relative;
}

#certification-seals.tabbed-content-ui ul li {
    width: 22%;
    margin-right: 3%;
    cursor:pointer;
}

#certification-seals.tabbed-content-ui ul li img {
    width: 100%;
    height: auto;
}

.tabbed-content-ui .content div {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e3e3e3;
    padding: 30px 4%;
    width: 100%;
    min-height:150px;
}

.tabbed-content-ui .content {
    position:relative;
}

.tabbed-content-ui .content div:first-child {
    display: block;
}

.slider-row {
    position:relative;
    height: 46px;
    margin-top:15px;
}

.slider {
    position:absolute;
    top:0;
    left:0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent #e3e3e3 transparent;
}


.event-navigation { 
    border-bottom: solid 1px #e5e5e5;
    border-top: solid 1px #e5e5e5;
    margin: 0 auto;
    text-align: center
}

.event-navigation__item{
    padding: 20px 0;
}

.event-navigation__item {
    font-size: 1.375rem;
    line-height: 1.3636;
    font-weight: 200;  
    display: inline-block;
} 

.module--offices .event-navigation__item { 
    display:inline-block!important; 
    margin-left: 30px!important;
}

.module--offices .event-navigation__item:first-child {
    margin-left: 0!important;
}  

.date-range__container .date-range .calendar, .date-range__container .date-range .calendar .ui-datepicker-calendar tr td a {
    color:#000!important;
} 

.date-range__container .date-range .calendar .ui-datepicker {
    width: 241px;
} 

.date-range__container .date-range .calendar .ui-datepicker-prev svg, .date-range__container .date-range .calendar .ui-datepicker-next svg { 
    fill: #000!important; 
} 

.date-range__container .date-range .calendar .ui-datepicker-title {    
    font-size: 16px;     
    margin-top: 5px; 
    margin-bottom: 3px;
} 

.media--inset--main>a img{
    width: auto!important;
	min-height: initial!important;
}  
 



@media screen and (max-width: 761px) {
    .tabbed-content-ui .slider, .tabbed-content-ui .content {
        display:none;
    }
    #certification-seals.tabbed-content-ui ul li {
        width: 40%;
        margin: 0 3% 10px;
    }
}


/*  */
div.media__details div.language-country, div.media__details div.language-country a {
  float: right;
  font-weight: normal;
}


@media (min-width: 760px) and (max-width: 1179px) {
	
.module--featured .media--inset .media__details .media__details__title, 
.module--featured .media--inset--main .media__details .media__details__title {
  font-size: 0.85rem;

}	
	
}

.callout {
	padding: 30px;
	background-color: #ddd;
	opacity: 0.75;
	width: 40%;
	margin-left: 15px;
	float: right;
	margin-right: 15px;
}

@media screen and (max-width: 1179px) {
	.callout {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		float: none;
	}
}

.latin {
	font-family: "Futura BT W02";
}


/*img*/

.media--inset--main>a img{
    width: auto!important;
    text-align: center;
    display: block;
    margin: 0 auto;
    min-height: 400px;
}

.date-range__container .date-range .calendar {
    color: #FF0000 !important;
}


/*Filter archives*/

.blocktext{
  margin-bottom: 30px;
}

.blocktext a{
    font-size: 1.375rem;
    line-height: 1.3636;
    font-weight: 200;
    text-decoration: none;
}


.blocktext h1{
  margin-bottom: 20px;
}

.blocktext a.active{
    color: #ee3224;
}



/*Filter events --- from filter page */
.article-filter__dropdown span{
    margin-right: 0px!important;
}

.events-browse .events-filter>.article-filter__dropdown__container{
  padding-right: 0px!important;
}

.events-browse .events-filter .article-filter__label{
  padding: 20px 10px 20px 0;
}

.events-browse .events-filter .article-filter__container{
  float: left;
} 
.events-browse .events-filter .article-filter__dropdown svg {
    margin-left: 8px;
}

.filtercertificate {
    display: inline-block;
    padding: 20px 0px 20px 22px;
    vertical-align: middle;
    float: right;
}

.filtercertificate span{
  font-size: 13px;
}

.filtercertificate  label {
    display: block;
    cursor: pointer;

}

.filtercertificate input[type="checkbox"]  {
    border: 0; 
    clip: rect(0 0 0 0); 
    height: 1px; margin: -1px; 
    overflow: hidden; 
    padding: 0; 
    position: absolute; 
  width: 1px;
}


.filtercertificate input[type="checkbox"] + span {
    display: block;
}

/* the basic, unchecked style */
.filtercertificate input[type="checkbox"] + span:before {
    content: '';
    display: inline-block;
  width: 18px;
    height: 18px;
    vertical-align: -0.25em;
    background-image: url(/wp-content/themes/iab/assets/img/check-sprite2.png);
    background-repeat: no-repeat;
    background-position: -2px -7px;
    margin-right: 0.75em;
}

/* the checked style using the :checked pseudo class */
.filtercertificate input[type="checkbox"]:checked + span:before {
  background-position: -25px -7px;
}
/*end Filter events --- from filter page */

/*Home Page - Our Organization*/
.mobile-horizontal-scroll__inner .media--long .media__link {
    height: 100%;
}

.mobile-horizontal-scroll__inner .media--long .media--inset {
    height: 190px;
}

/* Solve news related posts*/
.article-list .article-list__item.related_post a,
.article-list .article-list__item.related_post img, 
.article-list .article-list__item .media__img_list{
    height: 222px!important;
}
.article-list .article-list__item.related_post img, .article-list .article-list__item .media__img_list{
  width: auto!important; 
  margin: 0 auto!important;
  display: block!important;
} 

/*Fix one line meta tag*/
.media--inset .media__details__meta, .media--inset--main .media__details__meta{
    font-size: .74rem!important;
}

/* 20th Anniversary Timeline */

section#timeline {
  background: url(//www.iab.com/wp-content/themes/iab/assets/img/loading.gif) no-repeat center center;
}
section#timeline.loaded {
  background-image:none;
}
section#timeline .timeline-header {
  width: 100%;
  float:left;
  text-align: center;
  padding: 10px 0 20px;
  margin-bottom: 20px;
  background-color: #FFF;
}
section#timeline .timeline-header div {
  float:left;
}
section#timeline .timeline-header img {
  width: 200px;
  margin: 10px auto 0;
}
section#timeline,
section#timeline .flik-timeline-7 .flik-timeline-item .flik-timeline-content {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
}
section#timeline .flik-content {
  background: #FFFFFF;
}
section#timeline .flik-timeline-7 {
  min-height: 300px;
}
section#timeline .timeline-header h1 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin: 17px 0 0;
  line-height: 23px;
}
.timeline-header h1 img {
  width: 300px;
  margin: 20px 0 20px;
}
section#timeline .flik-timeline-7:before {
  background:#ee3224;
}
section#timeline .flik-timeline-7-bar {
  width: 100%;
  background: #ee3224;
}
section#timeline .flik-timeline-7 .flik-timeline-item:after {
  background: #ee3224;
  border: 3px solid #ee3224;
  width:13px;
  height:13px;
  top:-26px;
  margin-left:-6px;
}
section#timeline .flik-timeline-7 .flik-timeline-item:before {
  background: #ee3224;
}
section#timeline li.flik-timeline-item {
  background: #FFFFFF !important;
  border-radius: 0 !important;
  color: #000 !important;
  padding: 0 !important;
}
section#timeline .flik-timeline-title,
section#timeline .flik-timeline-date,
section#timeline .flik-timeline-content {
  padding-right: 4%;
  padding-left: 4%;
}
section#timeline .flik-timeline-7 .flik-timeline-item .flik-timeline-date {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 8px;
}
section#timeline .flik-timeline-7 .flik-timeline-item .flik-timeline-title,
section#timeline .flik-timeline-7 .flik-timeline-item .flik-timeline-date {
  text-align: left;
}
section#timeline .flik-timeline-7 .flik-timeline-item .flik-timeline-title {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 17px;
  background: #000;
  color: #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
}
section#timeline .flik-timeline-content {
  line-height: normal;
}
section#timeline .arrows-wrapper {
  position: relative;
}
section#timeline .arrow-wrapper {
  position: absolute;
  padding: 190px 20px 200px;
  z-index: 9;
  background: rgba(245, 245, 245, 0.7); /*rgba(255,255,255,.7);*/
  font-size: 50px;
  cursor: pointer;
  margin-top: 0px;
}
section#timeline .left-arrow-wrapper.arrow-wrapper {
  padding-left: 25px;
}
section#timeline .right-arrow-wrapper.arrow-wrapper {
  padding-right: 25px;
}
section#timeline img.left-arrow {
  padding-left: 0;
  margin-left: -5px;
}
section#timeline img.right-arrow {
  padding-right: 0;
  margin-right: -5px;
}
section#timeline .left-arrow-wrapper {
  left: 0;
  display:none;
}
section#timeline .right-arrow-wrapper {
  right: 0;
}
section#timeline .arrow-wrapper img {
  width:40px;
  padding:10px;
}
section#timeline .flik-timeline-7 .flik-timeline-item {
  min-height: 140px;
  padding-bottom: 75px !important;
  min-width: 330px;
}
section#timeline li.flik-timeline-item input {
  float: right;
  background: #ee3224;
  color: #FFF;
  padding: 13px 19px;
  font-weight: bold;
  border: none;
  font-size: 14px;
  position: absolute;
  right: 25px;
  bottom: 22px;
}
@media only screen and (max-width: 500px) {
  section#timeline .arrow-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section#timeline .left-blank {
  background-color: #f3f3f3;
  width: 52%;
  height: 30px;
  position: absolute;
  left: -3%;
  top: -30px;
}
section#timeline .right-blank {
  background-color: #f3f3f3;
  width: 52%;
  height: 30px;
  position: absolute;
  right: -3%;
  top: -30px;
}
section#timeline .flik-timeline-content img {
  width: 35%;
  position: relative;
  float: right;
  margin: 0 0 20px 20px;
}
section#timeline .flik-timeline-7 .flik-timeline-item a input {
  cursor: pointer;
}
section#timeline div#flik-timeline-overscroll {
  overflow: hidden;
  width: 0;
  background-color:#f3f3f3;
}
section#timeline div#flik-timeline-overscroll.loaded {
  width:100%;
}
@media (max-width: 900px) {
  section#timeline header div {
    clear: left;
    margin: 0 20%;
    text-align: center;
    width: 60% !important;
  }
}
section#timeline .header-row{
  float: left;
  width:100%;
  clear:both;
  height: 80px;
  position:relative;
  border-bottom:1px solid #c8c8c8;
}
section#timeline .header-row img {
  height:80px;
  width:auto;
  position:absolute;
  top:0;
}
section#timeline .main-content {
  width:1200px;
  float:none;
  clear:both;
  margin:0 auto;
}
section#timeline .sidebar {
  float:left;
  width:180px;
}
section#timeline .sidebar img {
  width:180px;
}
section#timeline .content {
  float:left;
  width:1020px;
  background-color: #f3f3f3;
}
section#timeline .year-row {
  text-align: center;
  font-size: 12px;
  padding: 0 0 7px;
}
section#timeline .year-row span {
  padding: 0 5px;
  cursor: pointer;
  color: #333;
  opacity:.4;
}
section#timeline .year-row span:hover {
  text-decoration: underline;
  opacity:1;
}
section#timeline .year-row span.selected {
  font-weight:bold;
  text-decoration: underline;
  opacity:1;
}
@media (max-width: 1180px) {
  section#timeline .year-row span.odd {
    display:none;
  }
}
@media (max-width: 760px) {
  section#timeline .timeline-header>div {
    float:none;
    width:100% !important;
    text-align:center !important;
    margin: 0 !important;
  }
  section#timeline .timeline-header>div img {
    margin-bottom:20px;
  }
  section#timeline .year-row span {
    display:inline-block;
    width:15%;
  }
  section#timeline .arrow-wrapper {
    padding-right:10px !important;
    padding-left: 10px !important;
  }
}

/* End Timeline */

.gform_confirmation_message {
  text-transform: inherit;
}

/* Multicultural Resource Hub */

.best-practice-wrapper {
  margin-top:20px;
}
.best-practice-wrapper .best-practice-item>div {
  padding: 16px 3%;
  float: left;
  width: 100%;
}
.best-practice-wrapper .best-practice-item .item-title {
  background: red;
  color: #FFF;
  font-weight: bold;
}
.best-practice-wrapper .best-practice-item .item-content a.item-image-link {
  float: left;
  margin-right: 3%;
}
.best-practice-wrapper .best-practice-item .item-content a.item-image-link img.item-image {
  max-width: 100px;
}
.best-practice-wrapper .best-practice-item .item-content .link-row {
  padding: 10px 0;
  text-align: right;
}
.best-practice-wrapper .best-practice-item .item-content .link-row a {
  padding: 0 0 0 3%;
  text-decoration: underline;
  font-weight: bold;
}

/* End Multicultural Resource Hub */

/* Fix Social Icons from getting cut off on mobile */

@media (max-width: 1179px) {

	 .article__image {
	  overflow: visible;
	}

	/* .article__image .social-sharing__icons {
	  top: -210px;
	  height: 50px;
	  overflow: hidden;	
	}

	.article__image .social-sharing:hover .social-sharing__icons {
	  -webkit-transform: translateY(0px)!important;
	  -ms-transform: translateY(0px)!important;
	  -o-transform: translateY(0px)!important;
	  transform: translateY(0px)!important;
	  height: 210px;
	} 

	.article__image ul.social-sharing__icons {
	  left: 50px;
	  width: 246px;
	  height: 50px;
	  top: auto !important;
	  bottom: 0px !important;
	}

	.article__image li.social-sharing__icon {
	  float: left;
	  width: 40px;
	  border-bottom: none;
	  border-left: 1px solid #f0f0f0;
	  height: 50px;
	}

	.article__image .social-sharing:hover .social-sharing__icons,
	.article__image .social-sharing .social-sharing__icons {
	  -webkit-transform: translateY(0px)!important;
	  -ms-transform: translateY(0px)!important;
	  -o-transform: translateY(0px)!important;
	  transform: translateY(0px)!important;
	  bottom: 0px;
	  top: auto;
	}

	.article__image li.social-sharing__icon.gpluss, 
	.article__image li.social-sharing__icon.pnterest, 
	.article__image li.social-sharing__icon.eml {
	  line-height: 50px;
	}

	.article__image .social-sharing__icon:last-child:before {
	  display: none;	
	} */

} 


/* Certification Directory adjustments */
#search-certifications {
	margin-left: 0;
}

/* Recertification */

section#recertification article.article {
  padding-bottom: 0;
}
section#recertification #recertification-wrapper {
  margin-right: 3.45896%;
  margin-left: 8.62158%;
}
#recertification .row .column {
  width:47%;
  float:left;
  padding:15px 3%;
}
#recertification #map-container {
  width: 100% !important;
  height:300px;
}
div#highcharts-0 {
  width: 100% !important;
}
.class-locations-wrapper .class-location {
  display:none;
}
.class-locations-wrapper .class-location .class-location-title {
  background: red;
  color: #FFF;
  font-weight: bold;
  padding: 10px 20px;
  width: 100%;
}
.class-locations-wrapper .class-location .class {
  margin-left: 25px;
  padding: 10px 0 0;
  min-height:70px;
}
.map-text {
  border-top: 1px solid #999;
  padding-top: 15px;
  margin-top: 20px;
}
section#recertification .certificate-disable {
  display:none;
}
section#recertification p.event-date {
  font-size: 14px;
  margin: 0 0 15px;
  text-align: left;
}
section#recertification .article-list__row {
  padding: 0;
  background: #FFF;
  border-top: 1px dotted #999;
  padding-top: 7px;
}
section#recertification .article-list__col {
  width: 45%;
}
section#recertification .module--news {
  padding-bottom: 0;
}
section#recertification .article-list.container.events-browse-list__container {
  padding-top: 0;
  margin:5px 0 0 20px;
}
section#recertification span.article-list__location {
  display: none;
}
section#recertification .article-list__col.article-list__col__datelocation {
  width: 60px;
}
section#recertification .article-list__col.article-list__col__permalink {
  width: 169px;
}
section#recertification .article-list__col.article-list__col__permalink span.article-list__permalink a strong {
  font-weight: normal;
}
section#recertification .article-list__col.article-list__col__eventtype {
  display: none;
}
section#recertification .article-list__col.article-list__col__register.article-list__register {
  width: 105px;
}
section#recertification .article-list__col {
  margin: 0 0 5px;
  padding: 0 2% 0;
}
.partner-webinars p {
  margin: 0 0 4px;
}
.partner-webinars a img {
  height: 34px;
  padding: 5px 5px;
}
.class-location .class-logo {
  max-width: 70px;
  max-height: 70px;
  vertical-align: middle;
  float:left;
  margin: 0 9px 0 -10px;
}
.class-location .class a {
  font-size:15px;
}
.recert-credits td {
  padding: 5px;
  border-bottom: 1px dotted #999;
}
.webinars-header {
  font-weight:bold;
}
.partners-webinar-title, .iab-webinars-archive-title, .iab-webinars-upcoming-title {
  color:#F00000;
  margin:4px 0 3px;
  font-size:15px;
}
@media (max-width: 1179px) {
  .partner-webinars {
    float: none;
  }
  section#recertification .article-list__col.article-list__col__register.article-list__register {
    float: right;
  }
}
@media (max-width: 759px) {
  #recertification .row .column {
    width: 96%;
  }
}

/* End Recertification */






/* START THUMBNAIL CONSISTENCY UPDATE */

/* Right Column */

.module--featured .media--inset {
  width: 280px;
  height: 186px;
}

@media (min-width: 760px) {
.module--featured .media--inset {
  width: 222px;
  height: 148px;
}
}

@media (min-width: 1180px) {
.module--featured .media--inset {
  width: 288px;
  height: 192px;
}
}

/* Top News Item */

.top-news__item {
  width: 154px;
}

@media (min-width: 760px) {
.top-news__item {
  width: 222px;
}
}

@media (min-width: 1180px) {
.top-news__item {
  width: 288px;
  height: 192px;
}
}

/* Three Column List */

@media (min-width: 760px) {

.media--long {
  width: 222px;
  margin-right: calc(24px - 5px);
  margin-left: 0px !important;
}

.media--long:nth-child(3n) {
  margin-right: 0px;
}

.mobile-horizontal-scroll__inner .media--long .media--inset {
  height: 148px;
}
  
}

@media (min-width: 1180px) {

.mobile-horizontal-scroll__inner .media--long .media--inset {
  height: 192px;
}

.media--long {
  width: 288px;
  margin-right: calc(2em - 4px);
  margin-left: 0px !important;
}

.media--long:nth-child(3n) {
  margin-right: 0px;
}

.mobile-horizontal-scroll__inner .media--long .media--inset {
  height: 192px;
}

}

@media (max-width: 759px) {

.mobile-horizontal-scroll__inner {
  width: 1440px;
}

.media--long {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 222px;
}

.mobile-horizontal-scroll__inner .media--long .media--inset {
  height: 148px;
}

}

/* Main Feature Image */

.module--featured .media--inset--main {
  width: 320px;
  height: 213px;
}

@media (min-width: 760px) {

.module--featured .media--inset--main {
  width: 486px;
  height: 323px;
}

}

@media (min-width: 1180px) {

.module--featured .media--inset--main {
  width: 644px;
  height: 428px;
}

}

/* Interior Three Column Fix */

.article-list__item {
  width: 135px;
}

.article-list__item.media--inset .media--inset__holder {
  height: 90px;
}



@media (min-width: 760px) {

.article-list .article-list__item {
  width: 222px;
}

.article-list .article-list__item .media__img_list,
.article-list__item.media--inset .media--inset__holder {
  height: 148px !important;
}

}

@media (min-width: 1180px) {

.article-list .article-list__item {
  width: 288px;
}

.article-list__item.media--inset .media--inset__holder {
  height: 192px !important;
}

}

/* Main Feature Image - Interior Pages */

@media (min-width: 760px) {

.module.container>div {
  max-width: 716px;
}

.module--news .module--featured .heading--block--mini+article.media--inset--main {
  margin-left: -22px;
}

}

@media (min-width: 1180px) {

.module.container>div {
  max-width: 930px;
}

.module--news .module--featured .heading--block--mini+article.media--inset--main {
  margin-left: -35px;
}

}

/* Related Content - Three Column */

.module--related .article-list .article-list__item.related_post img,
.module--related .article-list .article-list__item .media__overlay {
  height: 90px !important;
}

.module--related .media--inset .media__details__title {
  color: #000;
}

@media (min-width: 760px) {

.module--related .article-list .article-list__item.related_post img,
.module--related .article-list .article-list__item .media__overlay,
.module--related .article-list .article-list__item.related_post a {
  height: 148px !important;
}

.module--related .article-list .article-list__item {
  height: 148px;
  margin-bottom: 30px;
  padding: 0px;
}

.module--related .article-list__item .media__details {
  position: absolute;
  bottom: 0;
  padding: 0px 10px 10px;
}

.module--related .article-list__item .media__details.no-featured-image {
  top: 0px;
  padding: 0px;
}

.module--related .media--inset .media__details__title {
  color: #fff;
}

.module--related .article-list .article-list__item .media__overlay {
  height: 100%;
}

}

@media (min-width: 1180px) {

.module--related .article-list .article-list__item,
.module--related .article-list .article-list__item.related_post img,
.module--related .article-list .article-list__item.related_post a,
.module--related .article-list .article-list__item .media__overlay {
  height: 192px !important;
}

.module--related .article-list__item {
  padding-bottom: 0px;
  margin-bottom: 30px;
}

}

/* Misc */

.media--inset a {
  height: 100%;
}

/* END THUMBNAIL CONSISTENCY UPDATE */

/* START REMOVE WHITESPACE WHEN THERE ARE NO ADS */

.module--ad {
  padding: 0px;	
}

div[id*="div-gpt-ad"] > div {
  padding-bottom: 3em;	
}

/* END REMOVE WHITESPACE WHEN THERE ARE NO ADS */

/* START GLOBAL NAV VERTICAL ALIGNMENT */

@media (min-width: 1180px) {

.nav ul li .sub-menu .list--most-popular .list--row li {
 vertical-align: top;
}

}

/* END GLOBAL NAV VERTICAL ALIGNMENT */









/* PRINT STYLES -- THESE SHOULD ALWAYS BE AT THE END OF THE DOCUMENT */

@media print {
	
	body {
		background-color: #ffffff !important;}
	
	.wrap {
		max-width: 100% !important;}
	
	.main {
		max-width: 1000px !important;
		margin: 0px auto 0px !important;
		left: initial !important;
		padding: 0px 20px !important;
		background-image: none !important;}

	.nav-container,
	.footer div,
	.header div,
	.standalone-sharing-inline,
	.standalone-sharing,
	.social-sharing,
	a.btn,
	.module--ad,
	.module--related,
	.module--newsletter,
	.module--tabs__nav,
	.agenda--panel__tabs,
	.cta-section,
	.section.expertise
	 {
		display: none !important;}
	
	.footer {
		max-width: 1000px !important;
		text-align: center !important;}
	
	footer:after {
		content: "Copyright 2016 Interactive Advertising Bureau";}
		
	.header {
		max-width: 1000px !important;
		margin: 0px auto !important;
		padding: 0px 20px !important;
		position: relative !important;
		height: 80px !important; }
	
	.header:before {
		content:url('http://www.iab.com/wp-content/themes/iab/assets/img/iab-logo.png') !important;}
		
	.mission-statement {
		width: 100% !important;
		margin: 0px !important;
		padding: 0px !important;}
		
	.container {
		max-width: 100% !important;}
		
	.article__content {
		width: 100% !important;
		margin: 0px !important;}
		
	.article {
		background-image: none !important;}
		
	/* Agenda Styles */
	
	.event__header__text-holder .event__header__text {
		padding: 20px !important;}
	
	.agenda--panel .data--panel:not(.active) {
		display: block !important;}
		
	.agenda--panel .data--panel {
		display: block !important;
		margin-bottom: 50px !important;}
		
	.agenda--panel .data--panel:before {
		font-size: 22px !important;
 		font-weight: bold !important;
 		padding-left: 20px !important;
 		padding-bottom: 10px !important;
 		border-bottom: solid 4px #000 !important;
 		width: 100% !important;
 		display: block !important;
 		text-transform: uppercase !important;}

	.agenda--panel #tab__1__content:before {
		content: "Day One" !important;}
	
	.agenda--panel #tab__2__content:before {
		content: "Day Two" !important;}
		
	.agenda--panel #tab__3__content:before {
		content: "Day Three" !important;}
		
	.agenda--panel #tab__4__content:before {
		content: "Day Four" !important;}
		
	.agenda--panel #tab__5__content:before {
		content: "Day FIve" !important;}
		
	.agenda--panel #tab__6__content:before {
		content: "Day Six" !important;}
		
	.agenda--panel #tab__7__content:before {
		content: "Day Seven" !important;}
	
	.agenda--panel .data--panel__item__content p {
		margin-top: 0px !important;}
		
	.single-event {
		padding-bottom: 0px;}
		
	.agenda--panel .data--panel__item__datestamp {
		width: 120px !important;
		float: left !important;}
		
	.agenda--panel .data--panel__item__content {
		width: calc(100% - 130px) !important;
		padding: 0px !important;
		overflow: hidden !important;
		float: left !important;}
		
}