.advertising-formats {
  padding: 40px 20px;
  font-family: "Roboto Light", Helvetica, sans-serif;
}

@media screen and (min-width: 640px) {
  .advertising-formats {
    padding: 60px 20px;
  }
}

.advertising-formats .ads-menu-wrapper {
  position: relative;
}

@media screen and (max-width: 819px) {
  .advertising-formats .ads-menu-wrapper {
    background: #004f5a;
    padding-top: 80px;
  }
}

.advertising-formats .active-format {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  padding: 10px 15px;
  padding-right: 50px;
  cursor: pointer;
}

.advertising-formats .active-format:before {
  display: block;
  content: "\e917";
  font-family: "icomoon" !important;
  font-size: 12px;
  font-size: 0.75rem;
  color: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.advertising-formats .active-format .active-format-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  right: 20px;
}

.advertising-formats .active-format h1,
.advertising-formats .active-format h2 {
  color: white;
  margin: 10px 0;
}

.advertising-formats .active-format h1 {
  letter-spacing: 0px;
  line-height: 18px;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}

.advertising-formats .active-format h1.single-level {
  letter-spacing: 0px;
  line-height: 26px;
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.advertising-formats .active-format h2 {
  letter-spacing: 0px;
  line-height: 26px;
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
}

@media screen and (min-width: 820px) {
  .advertising-formats .active-format {
    display: none;
  }
}

.advertising-formats .ads-menu {
  display: none;
  /*background: #004f5a;*/
  width: 100%;
}

.advertising-formats .ads-menu>li {
  display: block;
}

.advertising-formats .ads-menu>li a {
  display: block;
  position: relative;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}

.advertising-formats .ads-menu>li a:hover {
  background-color: #00b1b0;
}

@media screen and (min-width: 820px) {
  .advertising-formats .ads-menu>li.is-active {
    height: 260px;
  }
}

.advertising-formats .ads-menu>li.is-active>a {
  background-color: #00b1b0;
  cursor: default;
}

@media screen and (max-width: 819px) {
  .advertising-formats .ads-menu>li.has-subnav>a {
    position: relative;
  }

  .advertising-formats .ads-menu>li.has-subnav>a:after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 24px;
    letter-spacing: 0px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1rem;
    font-family: "icomoon" !important;
    content: "\e915";
    color: white;
  }

  .advertising-formats .ads-menu>li.has-subnav.is-open>a:after {
    content: "\e914";
  }
}

.advertising-formats .ads-menu>li .formats-subnav {
  display: none;
  background-color: #212e3f;
}

.advertising-formats .ads-menu>li .formats-subnav.slick-slider {
  margin: 0;
}

.advertising-formats .ads-menu>li .formats-subnav li {
  display: block;
}

.advertising-formats .ads-menu>li .formats-subnav a {
  letter-spacing: 0px;
  line-height: 20px;
  font-size: 16px;
  font-size: 1rem;
  background: #212e3f !important;
  border: 0;
  min-height: 50px;
  padding: 15px 20px;
  color: #00b1b0;
}

.advertising-formats .ads-menu>li .formats-subnav a:hover {
  background: #27374c !important;
}

.advertising-formats .ads-menu>li .formats-subnav li.is-active a {
  background: #27374c !important;
}

@media screen and (min-width: 820px) {
  .advertising-formats .ads-menu>li .formats-subnav {
    /* display: none !important; */
    text-align: center;
    position: relative;
    /* left: 0; */
    /* right: 0; */
    height: 80px;
    background-color: #212e3f;
    font-size: 0;
  }

  .advertising-formats .ads-menu>li .formats-subnav li {
    width: auto;
    height: auto;
    display: inline-block;
  }

  .advertising-formats .ads-menu>li .formats-subnav a {
    width: auto;
    height: auto;
    display: inline-block;
    white-space: nowrap;
    padding: 0 20px;
    line-height: 80px;
  }

  .advertising-formats .ads-menu>li .formats-subnav a:hover {
    background-color: #00b1b0 !important;
    color: white;
  }

  .advertising-formats .ads-menu>li .formats-subnav li.is-active a {
    background-color: #00b1b0 !important;
    color: white;
  }
}

.advertising-formats .ads-menu>li.is-active .formats-subnav {
  display: block;
}

@media screen and (min-width: 820px) {
  .advertising-formats .ads-menu>li.is-active .formats-subnav {
    display: block !important;
  }
}

@media screen and (min-width: 820px) {
  .advertising-formats .ads-menu {
    display: table !important;
    table-layout: fixed;
    text-align: center;
    height: 180px;
  }

  .advertising-formats .ads-menu li {
    display: table-cell;
    width: 14.2856%;
    height: 180px;
    padding: 0;
    text-align: center;
    vertical-align: top;
    background: #004f5a;
  }

  .advertising-formats .ads-menu li a {
    display: block;
    height: 180px;
    padding: 15px 10px;
    border-right: 1px solid white;
  }

  .advertising-formats .ads-menu li:last-child a {
    border: 0px none;
  }

  .advertising-formats .ads-menu li.is-active>a {
    background-color: #212e3f;
    cursor: default;
  }
}

.advertising-formats .icon-holder img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 820px) {
  .advertising-formats .icon-holder {
    position: relative;
    height: 80px;
  }
}

@media screen and (max-width: 819px) {
  .advertising-formats .icon-holder {
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }

  .advertising-formats .icon-holder img {
    height: 30px;
    width: auto;
  }
}

.advertising-formats .title-holder h3 {
  font-family: "Roboto Regular", Helvetica, sans-serif;
  letter-spacing: 0px;
  line-height: 18px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: white;
  text-transform: uppercase;
  font-weight: normal;
}

@media screen and (min-width: 820px) {
  .advertising-formats .title-holder {
    display: table;
    width: 100%;
    height: 70px;
  }

  .advertising-formats .title-holder h3 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
}

@media screen and (min-width: 998px) {
  .advertising-formats .title-holder h3 {
    letter-spacing: 0px;
    line-height: 26px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 819px) {
  .advertising-formats .title-holder {
    padding-left: 65px;
    height: 60px;
    border-top: 1px solid #27374c;
    position: relative;
  }

  .advertising-formats .title-holder h3 {
    letter-spacing: 0px;
    line-height: 20px;
    font-size: 15px;
    font-size: 0.9375rem;
    padding-right: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 65px;
  }

  .advertising-formats .title-holder h3 br {
    display: none;
  }
}

.advertising-formats .ad-heading {
  letter-spacing: 0px;
  line-height: 36px;
  font-size: 32px;
  font-size: 2rem;
  text-transform: uppercase;
  color: #004f5a;
  margin-bottom: 45px;
}

.advertising-formats .ad-heading span {
  text-transform: lowercase;
}

.advertising-formats .ad-heading.is-black {
  color: black;
}

.advertising-formats .ad-heading img {
  display: none;
}

@media screen and (min-width: 640px) {
  .advertising-formats .ad-heading {
    letter-spacing: 0px;
    line-height: 60px;
    font-size: 36px;
    font-size: 2.25rem;
  }

  .advertising-formats .ad-heading img {
    display: inline;
    height: 72px;
    width: auto;
    margin-right: 15px;
    vertical-align: middle;
  }
}


.banner-format-preview {
  padding: 20px 20px 0;
}

.banner-format-preview .banner-format-title {
  letter-spacing: 0px;
  line-height: 36px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #00b1b0;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0 20px;
}

.banner-format-preview p {
  text-align: left;
  margin: 0 0 20px;
}
.banner-format-preview br {
    display: block;
    margin: 10px 0;
    content: '';
}
.banner-format-preview h1 + p {
	text-align: center;
	margin-bottom: 35px;
}
.banner-format-preview p:last-child {
	text-align: center;
	margin-top: 35px;
}
.banner-format-preview .technical-requirements {
  display: inline-block;
  letter-spacing: 0px;
  line-height: 28px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Roboto Medium", Helvetica, sans-serif;
  color: #004f5a;
  text-transform: uppercase;
  text-decoration: underline;
  padding-left: 42px;
  position: relative;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}

.banner-format-preview .technical-requirements:hover {
  color: #00b1b0;
}

.banner-format-preview .technical-requirements .icon-settings {
  font-size: 27px;
  font-size: 1.6875rem;
  color: #00b1b0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.banner-format-preview .banner-preview-slides {
  position: relative;
  margin: 0 !important;
}

.banner-format-preview .banner-preview-slides img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 20px;
}

.banner-format-preview .banner-preview-slides .slick-slide {
  width: 100%;
  text-align: center;
}

.banner-format-preview .banner-preview-slides .slick-slide img {
  margin: 0 auto;
}

.banner-format-preview .banner-preview-slides .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  padding-top: 60px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 75%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 75%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 75%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 75%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 75%);
}



.banner-table-data .hide-on-desktop {
  padding: 40px 20px 20px;
  text-align: center;
}

@media screen and (min-width: 640px) {
  .banner-table-data .hide-on-desktop {
    display: none;
  }
}

.banner-table-data .hide-on-desktop h1 {
  color: #747487;
  text-transform: uppercase;
}

.banner-table-data table {
  width: 100%;
}

.banner-table-data th,
.banner-table-data td {
  letter-spacing: 0px;
  line-height: 26px;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 20px 10px;
  vertical-align: middle;
  text-align: center;
}

.banner-table-data th.nowrap,
.banner-table-data td.nowrap {
  white-space: nowrap;
}

.banner-table-data th {
  background-color: #747487;
  font-family: "Roboto Medium", Helvetica, sans-serif;
  font-weight: normal;
  color: white;
  height: 80px;
}

.banner-table-data td {
  border: 1px solid rgba(174, 181, 184, 0.4);
}

.banner-table-data td:first-child {
  border-left: 0px;
}

.banner-table-data td:last-child {
  border-right: 0px;
}

.banner-table-data tfoot td {
  background-color: #00b1b0;
  font-family: "Roboto Medium", Helvetica, sans-serif;
  color: white;
}

@media screen and (max-width: 639px) {
  .banner-table-data table {
    display: block;
    position: relative;
  }
  .banner-table-data table:before {
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 45%;
    background-color: #747487;
    z-index: 0;
  }
  .banner-table-data thead {
    display: none;
  }
  .banner-table-data tbody,
  .banner-table-data tfoot,
  .banner-table-data tr {
    display: block;
    width: 100%;
  }
  .banner-table-data td {
    display: block;
    width: 100%;
    padding: 10px 0 10px 45%;
    box-sizing: border-box;
    border: 0px none;
    position: relative;
    z-index: 1;
    border-top: 1px solid #f2f2f2;
    overflow: hidden;
  }
  .banner-table-data td:first-child {
    border-top: 4px solid #f2f2f2;
  }
  .banner-table-data td:first-child.hide-on-mobile + td {
    border-top: 4px solid #f2f2f2;
  }
  .banner-table-data td:before {
    display: block;
    width: 82%;
    margin-left: -82%;
    padding: 0 10px;
    float: left;
    text-align: left;
    content: attr(data-cell-title);
    z-index: 1;
    white-space: normal;
    color: white;
  }
  .banner-table-data td .cell-inner {
    padding: 0 10px;
  }
  .banner-table-data tfoot td {
    font-family: "Roboto Bold", Helvetica, sans-serif;
    background-color: transparent;
    color: black;
  }
  .banner-table-data tfoot td:before {
    font-family: "Roboto Regular", Helvetica, sans-serif;
  }
  .banner-table-data .hide-on-mobile {
    display: none !important;
  }
}
.advertising-formats .ads-menu li.is-disabled{background:rgba(0,0,0,0)}
.advertising-formats .ads-menu li.is-disabled a{background:#004f5a!important;cursor:default;opacity:.5}

.banner-format-preview{padding:20px}


@media screen and (min-width: 820px){
	.formats-subnav-wrapper{
    overflow:hidden;
    height:80px;
    position:absolute;
    left:0;
    right:0;
    display:none;
    background: #212e3f;
    padding: 0 80px;
  }
  .formats-subnav-wrapper .slick-prev {
    width: 40px;
    height: 40px;
    left: -55px;
  }
  .formats-subnav-wrapper .slick-next {
    width: 40px;
    height: 40px;
    right: -55px;
  }

	.formats-subnav-wrapper i.arrow {
		display:block;
		position: absolute;
		top: 0;
		width: 80px;
		height: 80px;
		z-index: 2;
    background: red;
    cursor: pointer;
	}
	.formats-subnav-wrapper i.arrow.left {
    left: 0;
  }
	.formats-subnav-wrapper i.arrow.right {
    right: 0;
  }
	.advertising-formats .formats-subnav{
    white-space:nowrap
  }
	.advertising-formats .ads-menu > li.is-active .formats-subnav-wrapper{display:block}
	.advertising-formats .ads-menu > li.is-active .formats-subnav-wrapper i.array{display:block}
}
