/* brands */
.clearfix::after {
  content:"";
  display:table;
  clear:both;
}
.pull-left {
  float:left;
}
.pull-right {
  float:right;
}
.text-center {
  text-align:center;
}
.text-upper {
  text-transform:uppercase;
}
header.content {
  padding-top:30px;
  padding-bottom:30px;
  border-bottom:2px solid #efefef;
}
header.content h1 {
  margin-bottom:25px;
}
header.content p {
  color:#525252;
}
.brands-list {
  padding-top:70px;
  padding-bottom:70px;
}
.brands-list-item {
  border:1px solid #e0e0e0;
  color:#333;
  padding:30px;
  margin-bottom:35px;
}
.brands-list-item .content {
  padding-top:40px;
}
.brands-list-item figure {
  max-width:320px;
  margin-left:auto;
  margin-right:auto;
}
.brand-logo {
  height:39px;
  background-position:center left;
  background-size:contain;
  background-repeat:no-repeat;
  margin-bottom:70px;
}
.brand-logo.ibt {
  background-image:url(../images/logos/logo-ibt.svg);
}
.brand-logo.md {
  background-image:url(../images/logos/logo-md.svg);
  height:55px;
}
.brand-logo.lt {
  background-image:url(../images/logos/logo-lt.svg);
}
.brand-logo.p1 {
  background-image:url(../images/logos/logo-p1.svg);
}
.brand-logo.ft {
  background-image:url(../images/logos/logo-ft.svg);
}
.brands-list-item summary {
  font-size:24px;
  line-height:36px;
  padding-top:4px;
  padding-bottom:40px;
}
.brands-list-item .btn {
  font-weight:400;
  font-size:20px;
  letter-spacing:6px;
  text-transform:uppercase;
  position:relative;
  transition:0.3s;
  color:#6fc56a;
}
.brands-list-item .btn::after {
  content:"";
  display:block;
  height:1px;
  width:100%;
  position:absolute;
  right:0;
  bottom:-3px;
  background-color:#6fc56a;
}
.brands-list-item .btn:hover {
  color:#333;
}
.page-menu {
  background-color:#1e1e1e;
  color:#bbb;
  font-size:26px;
  line-height:100px;
  text-transform:uppercase;
  overflow-x:auto;
  /* Foreground, Background */
  scrollbar-color: #bbb white;
}
.page-menu::-webkit-scrollbar {
  width: 12px; /* Mostly for vertical scrollbars */
  height: 12px; /* Mostly for horizontal scrollbars */
}
.page-menu::-webkit-scrollbar-track { /* Background */
  background-color: white;
}
.page-menu::-webkit-scrollbar-thumb { /* Foreground */
  background-color: #bbb;
  border-top:1px solid white;
  border-radius:6px;
}

.page-menu li {
  flex-grow:1;
  text-align:center;
}
.page-menu a {
  display:block;
  padding-left:5px;
  padding-right:5px;
}
.page-menu .current a {
  background-color:#f05032;
  color:white;
}

@media (min-width: 768px) {
  header.content {
    padding-top:60px;
    padding-bottom:60px;
  }
  .brands-list-item {
    padding-left:60px;
    padding-right:60px;
    margin-bottom:70px;
  }
}
@media (min-width: 992px) {
  header.content {
    padding-top:100px;
    padding-bottom:100px;
  }
  .page-brands header.content {
    margin-bottom:116px;
  }
  
  .brands-list-item {
    padding-left:110px;
    padding-right:110px;
  }
  .brands-list-item figure {
    flex:none;
    order:2;
    margin-left:70px;
  }
}
@media (max-width: 991px) {
  .page-about-contact header.content,
  .page-brands header.content {
    border-bottom:0;
  }
}

xr.container-fluid {
  max-width: 1600px;
}
/* pages */
.icons {
  padding-bottom:35px;
}
.icons li {
  font-size:16px;
  line-height:22px;
  padding-bottom:35px;
}
.icons li:before {
  display:block;
  content:"";
  width:118px;
  height:133px;
  background-image:url(../images/sprite-icons-2.png);
  background-repeat:no-repeat;
  background-size:354px;
  margin:0 auto 15px;
}
@media (min-width:1200px) {
  .icons li {
    padding-left:30px;
  }
}
.section-page {
  color:#333;
}
.section-page h2,
.section-page p {
  margin-bottom:36px;
}
.section-page h3,
.section-page h4 {
  margin-bottom:20px;
}
section.intro {
  padding-top:35px;
  padding-bottom:35px;
}
@media (min-width:992px) {
  section.intro {
    padding-top:70px;
  }
}


/* buttons */
.page-advertising .btn a {
  display: inline-block;
  width:290px;
  background-color:#f05032;
  color:#fff;
  font-weight:bold;
  font-size:18px;
  line-height:54px;
  -webkit-box-shadow: 2px 0px 8px rgba(0, 0, 0, .16);
  -moz-box-shadow: 2px 0px 8px rgba(0, 0, 0, .16);
  box-shadow: 2px 0px 8px rgba(0, 0, 0, .16);
  text-align:center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-advertising .btn a:hover {
  background-color:#000;
}
.page-advertising .btn a:before {
  content:"";
  display:inline-block;
  vertical-align: middle;
  width:22px;
  height:22px;
  background:url(../images/icon-download.png) center / contain no-repeat;
  margin-right:10px;
}
.page-advertising .btn2 {
  display: inline-block;
  padding-left:30px;
  padding-right:30px;
  background-color:#e0dbda;
  color:black;
  font-weight:bold;
  font-size:18px;
  line-height:54px;
  -webkit-box-shadow: 2px 0px 8px rgba(0, 0, 0, .16);
  -moz-box-shadow: 2px 0px 8px rgba(0, 0, 0, .16);
  box-shadow: 2px 0px 8px rgba(0, 0, 0, .16);
  margin-top:10px;
  margin-right:30px;
  margin-bottom:10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-advertising .btn2.red {
  background-color:#f05032;
  color:#fff;
}
.page-advertising .btn2:hover {
  background-color:black;
  color:white;
}

/* advertising */
.page-advertising header.full {
  background-image:url(../images/bg-2-2.jpg);
}
.page-advertising .icons li.item-1:before {
  background-position:0 -399px;
}
.page-advertising .icons li.item-2:before {
  background-position:-118px -399px;
}
.page-advertising .icons li.item-3:before {
  background-position:-236px -399px;
}
.page-advertising .icons li.item-4:before {
  background-position:0 -533px;
}
.page-advertising .icons li.item-5:before {
  background-position:-118px -533px;
}
.page-advertising .icons li.item-6:before {
  background-position:-236px -533px;
}
.page-advertising .icons li.item-7:before {
  background-position:-236px -533px;
}

.page-advertising .services {
  text-align: center;
  background-color:#f5f5f8;
  padding-top:40px;
}
.page-advertising .services .image {
  background:url(../images/services-hi.png) center / contain no-repeat;
  padding-bottom:19%;
  margin:0 auto;
}
.page-advertising .pages {
  background-color:#f5f5f8;
  font-size:18px;
  line-height:28px;
}
.page-advertising .page {
  background-color:#fff;
  padding:30px 20px;
  margin-bottom:7px;
  overflow: hidden;
}
.page-advertising .page ul {
  padding-bottom:30px;
  padding-left:20px;
}
.page-advertising .page li {
  list-style: disc; 
}
.page-advertising .page .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
  margin-bottom:30px;
}
.page-advertising .page-1 .image {
  background-image:url(../images/page-1-2.png);
  height:292px;
}
.page-advertising .page-2 .image {
  background-image:url(../images/page-2-1.png);
  height:284px;
}
.page-advertising .page-3 .image {
  background-image:url(../images/page-3.png);
  height:213px;
}
.page-advertising .page-4 .image {
  background-image:url(../images/page-4.png);
  height:213px;
}
.page-advertising .page-5 .image {
  background-image:url(../images/page-5.png);
  height:201px;
}
.page-advertising .page-6 .image {
  background-image:url(../images/page-6.png);
  height:209px;
}
.page-advertising .page-7 .image {
  background-image:url(../images/page-7.png);
  height:209px;
}
@media (min-width:481px) and (max-width:767px) {
  .page-advertising .page-1 .image,
  .page-advertising .page-2 .image,
  .page-advertising .page-3 .image,
  .page-advertising .page-4 .image,
  .page-advertising .page-5 .image,
  .page-advertising .page-6 .image,
  .page-advertising .page-7 .image {
    height:0;
  }
  .page-advertising .page-1 .image {
    padding-bottom:74%;
  }
  .page-advertising .page-2 .image {
    padding-bottom:72%;
  }
  .page-advertising .page-3 .image {
    padding-bottom:54%;
  }
  .page-advertising .page-4 .image {
    padding-bottom:54%;
  }
  .page-advertising .page-5 .image {
    padding-bottom:51%;
  }
  .page-advertising .page-6 .image {
    padding-bottom:53%;
  }
  .page-advertising .page-7 .image {
    padding-bottom:53%;
  }
} 
@media (min-width: 768px) {
  .page-advertising .services {
    padding-top:83px;
  }
  .page-advertising .services .image {
    max-width:83%;
    padding-bottom:16%;
    margin-top:30px;
  }
  .page-advertising .page > div {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
  }
  .page-advertising .page.odd > div {
   -webkit-flex-direction: row-reverse;
    flex-direction:row-reverse;
  }

  .page-advertising .page-1 .image,
  .page-advertising .page-2 .image,
  .page-advertising .page-3 .image,
  .page-advertising .page-4 .image,
  .page-advertising .page-5 .image,
  .page-advertising .page-6 .image {
    height:0;
  }
  .page-advertising .page-1 .image {
    padding-bottom:59%;
  }
  .page-advertising .page-2 .image {
    padding-bottom:53%;
  }
  .page-advertising .page-3 .image {
    padding-bottom:26%;
  }
  .page-advertising .page-4 .image {
    padding-bottom:29%;
  }
  .page-advertising .page-5 .image {
    padding-bottom:26%;
  }
  .page-advertising .page-6 .image {
    padding-bottom:30%;
  }
  .page-advertising .page-7 .image {
    padding-bottom:30%;
  }
  .page-advertising .page .image {
    width:40%;
    margin-bottom:0;
  }
  .page-advertising .page .content {
    width:60%;
  }
  .page-advertising .page {
    padding:60px 40px;
  }
  .page-advertising .page.odd .content {
    padding-right:30px;
  }
  .page-advertising .page.even .content {
    padding-left:60px;
  }
  .page-advertising .page > div {
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@media (min-width:1200px) {
  .page-advertising .page {
    padding:115px 84px;
  }
  .page-advertising .page.odd .content {
    padding-right:60px;
  }
  .page-advertising .page.even .content {
    padding-left:120px;
  }
  .page-advertising .page-1 .image,
  .page-advertising .page-2 .image,
  .page-advertising .page-3 .image,
  .page-advertising .page-4 .image,
  .page-advertising .page-5 .image,
  .page-advertising .page-6 .image {
    padding-bottom:0;
  }
  .page-advertising .page-1 .image {
    height:598px;
  }
  .page-advertising .page-2 .image {
    height:591px;
  }
  .page-advertising .page-3 .image {
    height:369px;
  }
  .page-advertising .page-4 .image {
    height:370px;
  }
  .page-advertising .page-5 .image {
    height:353px;
  }
  .page-advertising .page-6 .image {
    height:367px;
  }
  .page-advertising .page-7 .image {
    height:351px;
  }
}

/* careers */
.page-careers .intro li.item-2:before {
  background-position:-118px 0;
}
.page-careers .intro li.item-3:before {
  background-position:-236px 0;
}
.page-careers .intro li.item-4:before {
  background-position:0 -133px;
}
.page-careers .intro li.item-5:before {
  background-position:-118px -133px;
}
.page-careers .intro li.item-6:before {
  background-position:-236px -133px;
}
.page-careers .intro li.item-7:before {
  background-position:0 -266px;
}
.page-careers .intro li.item-8:before {
  background-position:-118px -266px;
}
.page-careers .intro li.item-9:before {
  background-position:-236px -266px;
}
.careers .ribbon {
  padding-top:50px;
  padding-bottom:50px;
  color:#fff;
  background: #f05032; /* Old browsers */
  background: -moz-linear-gradient(30deg,  #f05032 50%, #f2644a 50%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%,#f05032), color-stop(50%,#f2644a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(30deg,  #f05032 50%,#f2644a 50%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(30deg,  #f05032 50%,#f2644a 50%); /* Opera 11.10+ */
  background: -ms-linear-gradient(30deg,  #f05032 50%,#f2644a 50%); /* IE10+ */
  background: linear-gradient(30deg,  #f05032 50%,#f2644a 50%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05032', endColorstr='#f2644a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
@media (min-width: 768px) {
  .careers .ribbon h3 {
    margin-bottom:0;
  }
}
.search-filters,
.search-filters select,
.select-wrapper select {
  width:100%;
}
.careers .search-filters select {
  height:53px;
  background:transparent;
  color:#fff;
  font-size:18px;
  line-height:36px;
}
.careers .search-filters select option[value="department"],
.careers .search-filters select option[value="location"],
.careers .search-filters select option[value="type"] {
  font-size:22px;
}
.careers .intro {
  background-color:#f5f5f8;
}
.careers .feature {
  padding-top:70px;
  padding-bottom:35px;
}
.careers .career-item {
  padding-bottom:35px;
  font-size:18px;
  line-height:22px;
}
@media (max-width: 767px) {
  .careers .career-item {
    border-bottom: 2px solid #efefef;
    padding-top: 35px;
  }
}
.careers .location,
.careers .time {
  position:relative;
  padding-left:25px;
}
.careers .location:before,
.careers .time:before {
  font-size:22px;
  font-family:'Genericons';
  position:absolute;
  top:0;
  left:0;
}
.careers .location:before {
  content: '\f417';
}
.careers .time:before {
  content: '\f303';
}
.careers footer {
  margin-top:15px;
}
.careers .group {
  font-weight:400;
}
.careers .career-item .group {
  margin-bottom:15px;
}
.careers h4 {
  margin-bottom:10px;
}
.careers h4 a {
  transition:0.3s;
}
.careers h4 a:hover {
  color:#f05032;
}
.careers .listing li:first-child {
  padding-top:0;
}
.careers .listing footer {
  font-size:18px;
  line-height:22px;
}
@media (max-width: 575px) {
  .careers .listing footer .group {
    float:right;
  }  
}
.back::before {
  content: '\f430';
  font: 20px 'Genericons';
  vertical-align: middle;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  margin-right:5px;
}
.careers .detail footer strong {
  margin-right:20px;
}
.careers .detail footer .addthis_toolbox a {
  border-bottom:0;
  margin-bottom:0;
}
.careers .detail footer {
  padding-bottom:35px;
}
@media (max-width: 991px) {
  .careers .detail .back {
    display:inline-block;
    margin-top:20px;
  }
}
@media (max-width: 767px) {
  .careers .detail footer {
    border-bottom:2px solid #efefef;
    margin-bottom:35px;
  }
}
.careers .detail {
  font-size:18px;
  line-height:28px;
}
.careers .detail aside h5,
.careers .detail aside strong {
  margin-bottom:20px;
}
.writeform input[type="text"],
.writeform input[type="email"],
.writeform input[type="tel"],
.writeform input[type="website"] {
  background-color: #f7f8f9;
  width: 100%;
  height: 40px;
  margin-bottom:20px;
  text-indent: 15px;
  font-size: 16px;
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000;
  vertical-align:middle;
}
.writeform select,
.writeform textarea {
  background-color: #f7f8f9;
  width: 100%;
  margin-bottom:20px;
  padding:15px;
  font-size: 16px;
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000;
  vertical-align:middle;
}
.writeform input[type="file"] {
  width:100%;
}
.writeform .help {
  font-size: 14px;
  line-height: 19px;
  color:#999;
  padding:10px;
  margin-bottom:20px;
}
.writeform .help strong {
  font-weight:400;
}
.writeform input[type="submit"] {
  padding-left:40px;
  padding-right:40px;
  background-color: #f05032;
  color: #fff;
  font-weight: bold;
  font-size:18px;
  line-height:54px;
  text-transform: uppercase;
  -webkit-box-shadow: 2px 0px 8px rgb(0 0 0 / 16%);
  -moz-box-shadow: 2px 0px 8px rgba(0, 0, 0, .16);
  box-shadow: 2px 0px 8px rgb(0 0 0 / 16%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor:pointer;
}
.writeform input[type="submit"]:hover {
  background-color:black;
}
/* corporate pages */
.corp-page article {
  font-size:18px;
  line-height:24px;
}
article {
  padding-top:70px;
  padding-bottom:35px;
}
article h2,
article h3,
article h4,
article h6,
article h6 {
  margin-bottom:12px;
}
article ul,
article ol,
article h1,
article p {
  margin-bottom:24px;
}
article a {
  border-bottom:2px solid #f05032;
  transition:0.3s;
}
article a:hover {
  color:#f05032;
}
article li {
  margin-left:20px;
}
article ul li {
  list-style:disc;
}
article ol li {
  list-style:decimal;
}
article .blurb {
  font-style:italic;
}

/* news */
.listing {
  padding-top:70px;
  padding-bottom:70px;
}
.listing li {
  border-bottom:2px solid #efefef;
  padding-top:35px;
  padding-bottom:35px;
}
.listing time {
  font-weight:400;
  font-size: 16px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #777;
  margin-top:15px;
  margin-bottom:30px;
  display:block;
}
.listing .source {
  font-weight:400;
  font-size: 16px;
  color:#f05032;
  margin-top:10px;
  margin-bottom:10px;
  display:block;
}
.listing a {
  transition:0.3s;
}
.listing a:hover {
  color:#f05032;
}
.pagination {
  text-align:center;
  font-size:18px;
  line-height:18px;
  padding-bottom:70px;
}
.pagination li {
  display:inline-block;
  vertical-align:middle;
}
.pagination a {
  display:block;
  padding:10px;
  transition:0.3s;
}
.pager-current {
  font-weight:400;
  padding:10px;
}
.pagination a:hover {
  color:#f05032;
}