/*
 Theme Name:   The Engineer
 Theme URI:    http://interconnectit.com
 Description:  Money Marketing child theme
 Author:       Interconnect IT
 Author URI:   http://interconnectit.com
 Template:     moneymarketing
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/*@import 'css/navigation.css';*/
@import 'css/sourcebook.css';

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: "adelle-sans", verdana;
}

body {
    background-color: #ffffff;
}

.main-body {
    padding: 0;
}

.main-body main {
    border-left: 1px solid #f4f1e8;
    border-right: 1px solid #f4f1e8;
    border-top: 0;
    border-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-body main section.widget-area {
    margin-top: -20px;
}

main.landing-bar-top {
    padding-top: 0;
    margin-top: 20px !Important;
    border-top: 3px solid !Important;
    padding-top: 20px;
    /*z-index: inherit;*/
}

.archive-header.landing-bar-top-header {
    padding-bottom: 0;
    padding-top: 20px;
    overflow: visible;
    max-width: 1010px;
    margin: 0 auto;
    z-index: 10;
}

.archive-header.landing-bar-top-header h1 {
    float: left;
    padding-left: 0;
}

.archive-header.landing-bar-top-header h1 a {
    color: #000;
    font-family: "eurostile", "eurostile medium", eurostile-medium, helvetica, arial, sans;
}

.archive-header.landing-bar-top-header h1 span {
    color: #000;
    font-weight: 500;
}

header#head {
    background: #555555;
    border-bottom: 0;
    padding: 0;
    min-height: 70px;
}

header#head .header-inner {
    max-width: 1010px;
    margin: 0 auto;
    position: relative;
    padding: 0 6px;
}

.masthead-navigation {
    line-height: 70px;
    padding: 0;
}

.masthead-navigation ul {
    max-height: 70px;
    line-height: 70px;
    padding: 0;
}

.masthead-navigation ul .menu-item-title {
    color: #fff;
}

.masthead-navigation li.menu-item a {
    font-family: "eurostile", "eurostile medium", eurostile-medium, helvetica, arial, sans;
}

.toggles {
    background-color: transparent;
    height: 70px;
    padding: 20px 0;
}

.toggles a {
  color: #bfb9ab;
}

.home .footer-ad, .single-landing-page .footer-ad,
.home .header-ad, .single-landing-page .header-ad {
    border-left: 1px solid #f4f1e8;
    border-right: 1px solid #f4f1e8;
}

.header-ad .adtech.adtech-active {
    margin-bottom: 20px;
    margin-top: 20px;
    display: inline-block;
    font-size: 0;
}


/* Just for now until get the logo across */
h1.site-title {
    /*display: none;*/
}

nav.top-navigation {
    background: #fff;
    margin: 0;
    width: 100%;
    height: 30px;
    display: none;
}

ul#menu-top-nav {
    margin-bottom: 0;
    max-width: 1010px;
    margin: 0 auto;
    position: relative;
}

ul#menu-top-nav li {
    float: right;
    list-style: none;
    line-height: 30px;
}

ul#menu-top-nav li a {
    font-family: "eurostile", "eurostile medium", eurostile-medium, helvetica, arial, sans;
}

ul#menu-top-nav li span.menu-item-title {
    font-weight: 500;
    margin-left: 30px;
    font-family: "eurostile", "eurostile medium", eurostile-medium, helvetica, arial, sans;
}

li.menu-item.studentengineer a {
  color: #0052A4;
}

li.menu-item.mwp a {
  color: #FEC909;
}

header .site-title a {
    width: 125px;
    height: 37px;
    display: table-cell;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    background-image: url('images/logo.png');
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 14px;
    margin-left: 15px;
}

.csstransforms .login-form {
    background: #fff;
}

.search-bar {
    right: 0;
    left: 0;
}

.search-bar.sponsored .sponsor-block-logo {
    display: none;
}

.search-bar .sub-button {
    width: 60px;
    position: absolute;
    right: 0;
    top: 12px;
    bottom: 8px;
    font-size: 20px;
}

@media only screen and (min-width: 480px) {
  .search-bar.sponsored .search-form {
      float: left;
      width: 100%;
  }
}

@media only screen and (min-width: 640px) {

  .show-login .login-form.logged-in {
      top: 100%;
      opacity: 1;
      background: #fff;
      position: absolute;
      right: -10px;
      left: -10px;
      line-height: 50px;
      overflow: hidden;
      border-bottom: solid 2px #ea0723;
      box-shadow: 0 10px 0 0 rgba( 0,0,0,0.1);
  }

  .show-search .search-bar {
    left: 180px;
    right: 110px;
    top: 6px;
    box-shadow: none;
    border: 0 none;
    background: transparent;
  }

  .show-login .login-form.not-logged-in {
      top: 8px;
      left: 150px;
      background: transparent;
      color: #fff;
  }

  /*.show-login .login-form {
    opacity: 1;
    top: 100%;
  }

  .login-form {
    background: #fff;
    position: absolute;
    z-index: 2;
    right: -10px;
    left: -10px;
    top: -1000%;
    opacity: 0;
    line-height: 50px;
    overflow: hidden;
    z-index: 3;
    border-bottom: solid 2px #ea0723;
    box-shadow: 0 10px 0 0 rgba( 0,0,0,0.1);
  }*/

}

@media only screen and (min-width: 700px) {

    .show-login .login-form.logged-in {
        top: 2px;
        left: 150px;
        right: 110px;
        background: transparent;
        border-bottom: 0;
        box-shadow: none;
    }

    #login .logout-link, #login .account-link {
        width: 48%;
    }
}

@media only screen and (min-width: 700px) {

    .masthead-navigation {
      display: none;
    }

    nav.top-navigation {
        display: block;
        overflow: hidden;
    }
}

@media only screen and (min-width: 750px) {

  .masthead-navigation {
      display: block;
  }

}

@media only screen and (min-width: 800px) {

  header .site-title a {
      width: 150px;
  }

  .show-login .login-form.logged-in {
      top: 2px;
      left: 250px;
  }

  .show-login .login-form.not-logged-in {
      top: 8px;
      left: 200px;
      background: transparent;
      color: #fff;
  }

}

@media only screen and (min-width: 900px) {

  /*.show-login .login-form.not-logged-in {
      top: 8px;
      left: 200px;
      background: transparent;
      color: #fff;
  }*/

}

@media only screen and (min-width: 940px) {



}

@media only screen and (min-width:960px) {

  header .site-title a {
      width: 212px;
  }

  .show-search .search-bar {
    left: 250px;
    top: 6px;
    background: transparent;
  }

  .show-login .login-form.not-logged-in {
      top: 8px;
      left: 250px;
      background: transparent;
      color: #fff;
  }

}

/* Cards */
.card-excerpt {

}

.card-excerpt > .block-lead {
    background-color: #fff;
    padding: 10px;
    border-left: 1px solid #F4F1E8;
    border-right: 1px solid #F4F1E8;
    border-bottom: 1px solid #F4F1E8;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.card-excerpt.half-height > .block-lead {
    border-top: 1px solid #F4F1E8;
}

.card-excerpt > .block-secondary {
  border-left: 1px solid #F4F1E8;
  border-right: 1px solid #F4F1E8;
  border-top: 1px solid #F4F1E8;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  background-color: #ffffff;
}

.card-excerpt.no-image > .block-lead {
    border-top: 1px solid #F4F1E8;
    height: 100%;
}

.card-excerpt .block-lead > footer {
    color: #767676;
}

.card-excerpt .hentry-title {
    /*max-height: 5.5em;
    overflow: hidden;
    font-weight: 500;
    margin-top: 10px;*/
    color: #343A38;
    font-size: 110%;
    font-weight: 500;
}

.company.card-excerpt > :first-child:last-child .hentry-title,
.product.card-excerpt > :first-child:last-child .hentry-title {
  font-size: 170%;
  font-weight: normal;
}

.card-excerpt .entry-terms {
    text-transform: none;
    color: #747474;
    font-weight: 500;
    font-size: 11pt;
    text-overflow: ellipsis;
    /* overflow: hidden; */
    white-space: nowrap;
}

.card-excerpt.no-image .hentry-title {
    font-size: 110%;
    font-weight: 500;
}

.search-result .entry-terms a.term-link-taxonomy-company,
.card-excerpt .entry-terms a.term-link-taxonomy-company {
    color: #CF202D;
}

@media only screen and (min-width:560px) {

    .card-excerpt.no-image .hentry-title {
        font-size: 170%;
        font-weight: normal;
    }

}

.card-adtech > .adtech-post {
    background-color: transparent;
}

.columns-4 article {
    height: 356px !Important;
}

.columns-4 header.block-secondary {
    /*height: 37.5% !Important;*/
    height: 45%;
}

.columns-4 div.block-lead {
    /*height: 45.5% !Important;*/
    height: 55%;
}

.columns-3 header.block-secondary {
	/*height: 37.5% !Important;*/
	height: 55% !Important;
}

.columns-3 header.block-secondary + div.block-lead {
    /*height: 45.5% !Important;*/
    height: 45%;
}

@media only screen and (max-width:559px) {

  .columns-1 header.block-secondary + div.block-lead,
  .columns-2 header.block-secondary + div.block-lead,
  .columns-3 header.block-secondary + div.block-lead,
  .columns-4 header.block-secondary + div.block-lead {
      height: 100% !Important;
      border-top: 1px solid #F4F1E8;
  }
}

/* Widgets */
.widget-area .widget.widget-styled:last-child {
    margin-bottom: -20px;
}

.widget-area .widget-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 160%;
    text-transform: uppercase;
}

.view-more.term-link .icon-arrow-right {
    display: none;
}

.widget.widget-dark .sponsor-block-logo, .widget-area .widget.widget-dark .widget-title {
    background-color: transparent;
    color: #fff;
}

.widget.jobs-listing .jobs.column-full {
	height: 580px;
}

@media only screen and (min-width:480px) {
	.widget.jobs-listing .jobs.column-full {
		height: 290px;
	}
}

@media only screen and (min-width:800px) {

	.widget.jobs-listing .jobs.column-full {
		/*float:  right;*/
	}
}

/* Footer */
nav.nav-footer.row-1 {
    background: #262626;
    min-height: 70px;
}

.site-info.row-3 {
    background: #f5f2e9;
    border-top: 0;
}

.site-info.row-3 address {
  text-align: left;
}

.menu-social a {
    color: #bfb9ab;
}

.site-footer .container .menu-social {
    font-size: 190%;
}

.menu-footer a {
    color: #fff;
    text-transform: uppercase;
    font-size: 120%;
	margin-right: 2em;
	font-weight: normal;
}

.menu-footer * {
	font-family: "eurostile", "eurostile medium", eurostile-medium, helvetica, arial, sans;
}

/* Page pagination changed margin to padding */
.pagination-links {
    display: table;
    margin: 0 auto;
    padding: 0 18px 20px;
}

.carousel-horizontal .featured-zone article .article-captions {
    background-color: #f5f2e9;
    border: 0;
    color: #3a3a3a;
    font-size: 100%;
}

.carousel-horizontal .featured-zone article .article-captions h2 {
    font-size: 21pt;
    color: #3a3a3a;
    font-family: "eurostile", "eurostile medium", eurostile-medium, helvetica, arial, sans;
}

.carousel-horizontal ul.horizontal-carousel-menu {
    background-color: #fff;
}

.carousel-horizontal ul.horizontal-carousel-menu li {
    background-color: #fff;
    outline: 0;
}

.carousel-horizontal ul.horizontal-carousel-menu li h3 {
  background-color: #fff;
  color: #343a38;
  margin-top: 1px;
  border-left: 1px solid #d11d26;
  border-top: 1px solid #d11d26;
  border-bottom: 1px solid #d11d26;
  border-right: 1px solid #d11d26;
  height :  6em;
  font-size: 12pt;
  line-height: 1.1em;
}

.carousel-horizontal ul.horizontal-carousel-menu li:last-of-type h3 {
  border-right: 1px solid #d11d26;
  border-top: 1px solid #d11d26;
  border-bottom: 1px solid #d11d26;
}

.carousel-horizontal ul.horizontal-carousel-menu li.active h3 {
  background-color: #d11d26;
  color: #fff;
}

.carousel-horizontal ul.horizontal-carousel-menu li:hover,
.carousel-horizontal ul.horizontal-carousel-menu li.active {
    border-top-color: #d11d26;
}

.carousel-horizontal .article-captions .entry-terms {
  position: absolute;
  bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #747474;
  width: 90%;
  overflow: hidden;
}

.article-captions .article-link {
  height: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.carousel-horizontal .article-captions .entry-terms a {
  margin-right: 10px;
}

@media only screen and (min-width:740px) {

  .carousel-horizontal ul.horizontal-carousel-menu li h3 {
    border-right: 0;
    height: 8em;
  }

  .carousel-horizontal ul.horizontal-carousel-menu li:last-of-type h3 {
    border-right: 1px solid #d11d26;
  }

  .carousel-horizontal .featured-zone article span.fixed-height {
    width: 68%;
  }

  .carousel-horizontal .featured-zone article .article-captions {
    left: 68%;
    width: 32%;
  }

  .carousel-horizontal .featured-zone article .article-captions .description {
    font-size: 14pt;
    line-height: 1.1em;
    color: #343A38;
}


}

@media only screen and (min-width:960px) {

  .carousel-horizontal ul.horizontal-carousel-menu li h3 {
    font-size: 14pt;
    line-height: 1.1em;
    font-family: "eurostile", "eurostile medium", eurostile-medium, helvetica, arial, sans;
    height: 6em;
  }

}

/* Analytics */
.icit-analytic {
  background-color: #ffffff;
}


.icit-analytic .analytic-lists .a-page a:hover {
    background: #f5f2e9 !Important;
}

.icit-analytic .analytic-lists .a-page a:hover:after {
    border-color: #ffffff transparent;
}

.icit-analytic .analytic-lists .a-page .a-num:before,
.icit-analytic .analytic-lists .a-page .a-num {
    color: #D11D26 !Important;
}

.icit-analytic .tabs span {
    font-weight: normal;
    font-family: "eurostile", "eurostile medium", eurostile-medium, helvetica, arial, sans;
    color: #ffffff;
    padding-bottom: 10px;
}

.icit-analytic .tabs .active > span {
    border-color: #ffffff;
    font-weight: bold;
}

.icit-analytic .tabs {
    padding-bottom: 0;
    background-color: #D11D26;
}

.analytic-lists .a-page .a-title {
    font-size: 95%;
    font-family: "eurostile", "eurostile medium", eurostile-medium, helvetica, arial, sans;
    color: #252525;
}

.widget-area .widget-title {
    text-align: center;
    margin-bottom: 10px;
}

/* Carousel */
.carousel.widget:not(.widget-styled) {
  margin: 20px -20px -20px;
  padding: 10px 19px 20px;
  background-color: #f5f2e9;
}

.carousel.widget:not(.widget-styled) + .widget:not(.widget-styled) {
    margin-top: 40px !Important;
}

.carousel.widget:not(.widget-styled) + .carousel.widget:not(.widget-styled) {
    margin-top: 20px !Important;
}

.widget.widget-styled + .widget.widget-styled {
    margin-top: -20px !Important;
}

.widget-area .widget.widget-styled .widget-title {
	/*margin: 0;*/
	margin: -20px -20px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.widget-area .widget.widget-styled .carousel-page .widget-title {
	margin: 0;
	padding-bottom: 0;
}

.widget.widget-adtech,
.single .sub-content .widget-area .widget {
  margin: 0;
  padding: 20px 0;
}

.widget-area .widget.widget-styled.menu-walker-taxonomy-carousel-tall-each-term-is-a-page {
    padding: 0;
}

.menu-walker-taxonomy-carousel-tall-each-term-is-a-page .slick-controls {
    padding: 0 20px;
    margin-top: 0;
    margin-bottom: 20px;
}

@media only screen and (min-width:640px) {

	.widget.widget-styled .widget-title {
		font-size: 31px !IMPORTANT;
		font-weight: 600;
	}

	.widget-title.inspiration-title {
		font-size: 31px !IMPORTANT;
		font-weight: 600;
	}

	.widget:not(.widget-styled) .widget-title ~ .view-more.term-link {
		padding: 0 20px;
		border: 1px solid;
		margin: 15px 20px 0 0;
		font-weight: normal;
		border-color: inherit;
    z-index: 1;
    background: inherit;
	}

	.widget.widget-styled .widget-title ~ .view-more.term-link {
		/*padding: 20px;*/
		padding: 0 20px;
		border: 1px solid;
		margin: 15px 20px 0 0;
		font-weight: bold;
    z-index: 1;
    background: inherit;
	}

  .widget .widget-title ~ .view-more.term-link.bar-link {
		/*padding: 20px;*/
		padding: 0 20px;
		border: 1px solid;
		margin: 0;
		font-weight: bold;
    z-index: 1;
    background: inherit;
	}

	.view-more.term-link a {
		font-size: 11pt;
		line-height: 20px;
	}

}


@media only screen and (min-width:1100px) {

  .carousel.widget:not(.widget-styled) .slick-controls .slick-prev:after,
  .carousel.widget:not(.widget-styled) .slick-controls .slick-next:after {
  	font-family: 'icomoon';
  	text-indent: 0;
  	content: '\e60a';

  	position: absolute;
  	top: -5px;
  	left: 0;
  	bottom: 0;
  	right: -10px;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);

    font-weight: 900;
  }

  .carousel.widget:not(.widget-styled) .slick-controls .slick-prev:after {
  	content: '\e609';
    top: 5px;
    right: 10px;
  }

  .carousel.widget:not(.widget-styled) .slick-controls .slick-dots {
		display: none;
	}

	.carousel.widget:not(.widget-styled) .slick-controls .slick-prev {
		position: absolute;
		top: 50%;
		left: -25px;
		color: #262626;
		background-color: #f5f2e9;
		border-radius: 0;
		width: 50px;
		height: 50px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		line-height: 50px;

    border-left: 1px solid #f4f1e8;
    border-bottom: 1px solid #f4f1e8;

    z-index: -1;
	}

	.carousel.widget:not(.widget-styled) .slick-controls .slick-next {
		position: absolute;
		top: 50%;
		right: -25px;
		color: #262626;
		background-color: #f5f2e9;
		border-radius: 0;
		width: 50px;
		height: 50px;
    -webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		line-height: 50px;

    border-right: 1px solid #f4f1e8;
    border-top: 1px solid #f4f1e8;

    z-index: -1;
	}

	.carousel.widget:not(.widget-styled) .slick-controls {
		margin: 0;
	}
}

/* Single posts */

.page main,
.single-inspiration main,
.single-post main {
    border-left: 0;
    border-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 20px !Important;
}

.page article.page,
.single-inspiration article.single-post,
.single-post article.single-post {
    border-left: 1px solid #f4f1e8;
    border-right: 1px solid #f4f1e8;
    border-top: 1px solid #f4f1e8;
}

.single-post article.single-post .entry-footer {
    border-top: 1px solid #f4f1e8;
}

.single-inspiration article.single-post .post-tabs,
.single-post article.single-post .post-tabs {
    background-color: #fff;
    border-bottom: solid 1px #d11d26;
    text-align: center;
    display: block;
}

.sub-content {
    margin: 0;
    border-top: 0;
    border-left: 1px solid #f4f1e8;
    border-right: 1px solid #f4f1e8;
}

.single-inspiration article.single-post .post-tabs a,
.single-post article.single-post .post-tabs a {
    font-family: "eurostile", "eurostile medium", eurostile-medium, helvetica, arial, sans;
}

.single-inspiration article.single-post .post-tabs a.active,
.single-post article.single-post .post-tabs a.active, .post-tabs a:hover {
  border-bottom: solid 4px #d11d26;
}

@media only screen and (min-width:480px) {
  .single-inspiration article.single-post .post-tabs a,
  .single-post article.single-post .post-tabs a {
      margin: 0 0 -1px;
      text-transform: uppercase;
  }

	.single-inspiration article.single-post .post-tabs a.active,
	.single-post article.single-post .post-tabs a.active, .post-tabs a:hover {
		border-bottom: solid 4px #d11d26;
	}

	.single-inspiration article.single-post .post-tabs a,
	.single-post article.single-post .post-tabs a, .post-tabs a {
		border-bottom: solid 4px transparent;
	}
}

article .entry-header h1.page-title.large {
    font-family: "eurostile", "eurostile medium", eurostile-medium, helvetica, arial, sans;
}

.single-post .entry-header .page-title, .entry-header .entry-author {
    margin: 20px 15px 0;
    width: 94%;
    color: #262626;
}

.single-post .entry-header .page-standfirst {
    padding: 15px 15px 0;
    color: #434343;
}

.single-post .entry-header .page-standfirst p {
    margin: 0;
}

.entry-header .entry-terms {
  text-transform: none;
  font-weight: 500;
  font-size: 90%;
}

.entry-header .entry-terms a {
    /*font-family: "eurostile", "eurostile medium", eurostile-medium, helvetica, arial, sans;*/
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
    border-left: 4px solid #d11d26;
    padding-left: 20px;
}

.breakout-box {
	padding: 20px 34px;
	background: #e5e5e5;
}

.breakout-box:last-child ol,
.breakout-box:last-child ul {
	margin: 0;
}

@media only screen and (min-width: 640px) {

  article .entry-header h1.page-title.large {
    font-size: 25pt;
  }

  .single-inspiration article .entry-header,
  .single-post article .entry-header {
      margin-bottom: 20px;
  }

  .single-post article.has-sidebar .entry-header {
      float: left;
      overflow: hidden;
      width: 66.4%;
  }

  .single-inspiration article .entry-header .entry-terms,
  .single-post article .entry-header .entry-terms {
      border-bottom: 1px solid #f4f1e8;
  }

  .single-post article.has-sidebar .entry-header .entry-terms {
      padding: 15px 20px;
      text-transform: none;
      font-weight: 500;
      font-size: 90%;
      color: #ce0031;
      width: 100%;
      float: left;
  }

  .single-post article.has-sidebar #sidebar {
      margin-left: 66.4%;
      background-color: #f5f2e9;
  }

  .entry-header .page-title, .entry-header .entry-author {
    max-width: 94%;
  }

  .entry-content p, .entry-content ul, .entry-content ol, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content table, .entry-content address, .entry-content dl, .entry-content hr, .entry-content div, .breakout-box {
    margin: 20px auto;
    max-width: 94%;
  }

  .post-tabs a {
    font-size: 130%;
    padding: 20px 20px;
  }

}

/* Landing page */
.archive-header {
    text-align: center;
    padding: 5px 20px 25px;
}

.archive-header .archive-title {
    padding: 0 20px;
    text-align: center;
    border-bottom: 0;
    margin: 0 auto;
    display: inline-block;
    font-family: "eurostile", "eurostile medium", eurostile-medium, helvetica, arial, sans;
    font-size: 200%;
}

.archive-header .title-bottom-bar {
    margin: 5px auto 10px;
    width: 100px;
    border-bottom: 2px solid #d21d26;
}

.archive-header .archive-header-content {
    font-size: 110%;
    font-weight: 500;
    color: #262626;
}

.archive-header + .sponsors.sponsor-block-logo {
	top: 15px;
	left: 20px;
	font-size: 80%;
	color: #999;
	text-align: center;
	margin-top: 10px;
}
@media only screen and ( min-width:640px) {
	.archive-header + .sponsors.sponsor-block-logo {
		position: absolute;
		text-align: left;
	}
}

.archive-header + .sponsors.sponsor-block-logo .sponsor-intro {
	display: block
}

/* Images */
.entry-content img[class*="wp-image-"],
.entry-content .wp-caption img[class*="wp-image-"] {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Gallery */
.image-gallery,
.image-gallery div {
    margin: 0 !Important;
    max-width: none !Important;
}

.gallery-image img.attachment-large {
    width: auto;
    height: 649px;
    margin: 0 auto;
}

.gallery-navigation {
    border-bottom: 1px solid #f4f1e8;
    padding: 0 114px;
    position: relative;
    margin: 0 !Important;
    max-width: none !Important;
}

.gallery-navigation div {
    margin: 0 !Important;
    max-width: none !Important;
}

.gallery-navigation img.attachment-thumbnail {
    max-height: 94px;
    margin-bottom: 21px;
    border: 4px solid #fff;
    margin-right: 12px;
}

.gallery-navigation .slick-current img.attachment-thumbnail {
    border: 4px solid #d11d26;
}

.gallery-navigation .slick-next {
    position: absolute;
    right: 0;
    top: 0;
    color: #272727;
    background: transparent;
    height: 94px;
    line-height: 94px;
    width: 80px;
    overflow: hidden;
}

.gallery-navigation .slick-prev {
    position: absolute;
    left: 0;
    top: 0;
    color: #272727;
    background: transparent;
    height: 94px;
    line-height: 94px;
    width: 80px;
    overflow: hidden;
}

.gallery-navigation .slick-prev:before,
.gallery-navigation .slick-next:before {
	font-family: 'icomoon';
	opacity: 1;
	font-size: 45px;
	font-weight: bolder;
	padding-right: 100px;
}

.gallery-navigation .slick-prev:before {
	content: '\e609';
}

.gallery-navigation .slick-next:before {
	content: '\e60a';
}

/* More images */
.media.alignnone, .wp-caption.alignnone, .media-img:not(.alignleft):not(.alignright):not(.aligncenter) {
    width: 100% !important;
    margin: 0 !important;
    max-width: 100% !important;
    overflow: hidden;
}

/*.media.aligncenter, .wp-caption.aligncenter {
    width: auto !important;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
}*/

.media-img.aligncenter img,
.media-img img.aligncenter,
.wp-caption.aligncenter img,
.media-img.alignright img,
.media-img img.alignright,
.wp-caption.alignright img,
.media-img.alignleft img,
.media-img img.alignleft,
.wp-caption.alignleft img {
    width: auto !important;
}


/* Testing */

.hentry-title,
.widget-title {
  font-family: "eurostile", "eurostile medium", eurostile-medium, helvetica, arial, sans;
}

.hentry-title a,
.widget-title a {
  font-family: "eurostile", "eurostile medium", eurostile-medium, helvetica, arial, sans;
}

.widget-area:not(#sidebar) .widget:not(.widget-styled):not(.carousel) .widget-title {
    padding-bottom: 12px;
    border-bottom: 3px solid #d21d26;
    display: table;
    margin: 0 auto 10px;
    text-align: center;
    font-size: 115%;
    width: auto;
}

.widget-area:not(#sidebar) .widget:not(.widget-styled):not(.carousel) .widget-title + .anti-gutter {
    border-top: 1px solid #d21d26;
    margin: -10px -20px;
    padding: 10px 10px 0;
}

/* Inspiration */

/* Captions */
.wp-caption-text, .gallery-caption {
    background: rgba(209,29,38,.8);
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
}

.alignright .wp-caption-text,
.alignleft .wp-caption-text {
  display: none;
}

.inspiration-narrow {
  position: relative;
  width: 33.333% !Important;
}

.inspiration-wide {
  position: relative;
  width: 66.666% !Important;
}

header.block-inspiration {
    height: 100% !Important;
    display: block !Important;
}

div.block-inspiration-title {
    height: auto !Important;
}

.inspiration-title {
  border-bottom: 0 !Important;
  font-size: 160% !Important;
  text-transform: uppercase !Important;
}

.inspiration-title + .anti-gutter {
  border-top: 0 !Important;
}

.inspiration-title + .view-more.term-link {
    margin: 10px 20px;
}

.inspiration .media {
  margin: 0 0 20px 0;
  max-width: 100%;
}

.block-title {
    position: absolute;
    background: rgba(209,29,38,.8);
    color: #fff;
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    padding: 10px;
    height: auto !Important;
    overflow: hidden;
    min-height: 74px;
}

.block-title .hentry-title {
  color: #fff;
  margin-top: 0;
  line-height: 1.6;
}

.block-title a {
    /*color: #fff;*/
}

/* Jobs and job of the week need an extra wrapper unfortunately */
.top-jobs-widget .anti-gutter,
.job-of-week-widget .anti-gutter {
    border-top: 1px solid #d21d26;
    margin: -10px -20px;
    padding: 10px 10px 0;
}

.top-jobs-widget .anti-gutter div.jobs-area,
.job-of-week-widget .anti-gutter div.jobs-area {
    padding: 10px 0 15px;
}

@media only screen and (min-width:560px) {

  .job-of-week-widget .anti-gutter {
      margin-right: 10px !Important;
  }

  .top-jobs-widget .anti-gutter {
      margin-left: 10px !Important;
  }

  .job-of-week-widget .title-wrapper {
      margin-left: -20px;
      margin-right: 10px;
  }

  .top-jobs-widget .title-wrapper {
      margin-right: -20px;
      margin-left: 10px;
  }

}

.adtech-job-small-block,
.adtech-job-large-block {
    /*padding: 10px;*/
    overflow: hidden;
    background: transparent;
    min-height: 148px;
    text-align: center;
}

.adtech-job-large-block {
    max-width: 300px;
    margin: 0 auto;
    float: none;
}

.post-tabs a {
    font-weight: normal;
}

.post-tabs a.active {
    font-weight: bold;
}

@media only screen and (min-width: 640px) {
	.post-tabs a {
		padding: 20px 20px 20px;
	}
}
@media only screen and (min-width: 480px) {
	.post-tabs a {
		padding: 20px 20px 20px;
	}
}


/* Post card symbols use background image to display overlay on card. */
/* Video cards have play symbols on their image. */
.card-excerpt.post-card-symbol-videologo header a.entry-thumbnail {
	position: relative;
}
.card-excerpt.post-card-symbol-videologo header {
	border: 1px #d21d26 solid;
	border-bottom: none;
}

.card-excerpt.post-card-symbol-videologo > .block-lead {
	border-color: #d21d26;
}

@media only screen and (max-width: 640px) {
	.card-excerpt.post-card-symbol-videologo > .block-lead {
		border-top-width: 1px;
		border-top-style: solid;
	}
}
@media only screen and (max-width:559px) {
	.card-excerpt.post-card-symbol-videologo  header.block-secondary + div.block-lead {
		border-color: #d21d26;
	}
}

.card-excerpt.post-card-symbol-videologo header a.entry-thumbnail::before {
	width:100%;
	height:100%;
	content: "";
	display:block;
	position:absolute;
	background-image: url('images/videocard_play.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 35%;
	pointer-events: none;
}


@media only screen and (max-width:559px) {
	.card-excerpt {
		max-height: 200px !important;
	}

	.card-excerpt > :first-child:nth-last-child(2) {
		display: none
	}
	.card-excerpt > :last-child:nth-child(2) {
		height: 100%;
	}
	.card-acumen {
		max-height: 220px;
	}

	.card-acumen > :first-child:nth-last-child(2) {
		display: none
	}
	.card-acumen > :last-child:nth-child(2) {
		height: 100% !important;
	}

	.card-excerpt .post-description {
		display: none;
	}

}

@media only screen and (min-width:480px) {
	span.post-tabs > a:first-child:nth-last-child(n+7),
	span.post-tabs > a:first-child:nth-last-child(n+7) ~ a {

	}
}

.widget.arrowhead-lister * {
	font-family: "eurostile", "eurostile medium", eurostile-medium, helvetica, arial, sans;
}

/*--------------------------------------------------------------
Arrowhead lister defaults for the engineer.
--------------------------------------------------------------*/

.widget.arrowhead-lister {
	background: #d11d26;
}

.widget.arrowhead-lister .widget-title {
	color: white;
}

.widget.arrowhead-lister ol {
	background: white;
}

.widget.arrowhead-lister .a-num {
	color: #d11d26;
}
.widget.arrowhead-lister .a-num:before {
	color: #d11d26;
}

.widget.arrowhead-lister .a-title {
	color: black;
}

.widget.arrowhead-lister a:hover {
	background: #F5F2EB;
}
.widget.arrowhead-lister a:hover .a-num:before {
	color: #d11d26;
}

.widget.arrowhead-lister a:hover:after {
	border-color: white transparent;
}

/* Paging navigation */
.navigation.paging-navigation {
	padding: 0 20px 20px;
	text-align: center;
}

.widget .paging-nav {
	border: none;
	color: #fff;
	background-color: #d11d26;
}

.navigation.paging-navigation .nav-links > [class^="nav-"] {
	display: inline-block;
	padding: 10px 20px;
	margin: 10px;
	border: none;
	color: #fff;
	background-color: #d11d26;
}

.widget .paging-nav,
.navigation.paging-navigation .nav-links a {
	font-family: "eurostile", "eurostile medium", eurostile-medium, helvetica, arial, sans;
	color: #fff;
}

/* Page attachment downloads */


.download-row,
.product-link-row {
	position: relative;
	clear: both;
	cursor: pointer;
}

.download-row *,
.product-link-row * {
	font-family: "eurostile", "eurostile medium", eurostile-medium, helvetica, arial, sans;
}

.download-row p,
.product-link-row p {
	margin: 8px !important;
}

.download-row:before,
.product-link-row:before {
	width: 100%;
	left: 20px;
	bottom: 9px;
	position: absolute;
	display: block;
	content: "\e62c"; /* download icon. */
	font-family: 'icomoon' !important;
	font-size: 50px;
	color: #666666 !important;
	text-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

.product-link-row:before {
	font-size: 40px;
	content: "\e60b"; /* chain icon */
}

.download-row.download-mime-applicationpdf:before {
	/* get document icon? */
}
.download-row.download-mime-applicationmpeg3:before,
.download-row.download-mime-applicationxmpeg3:before,
.download-row.download-mime-applicationmpeg:before,
.download-row.download-mime-applicationxmpeg:before,
.download-row.download-mime-audiompeg3:before,
.download-row.download-mime-audioxmpeg3:before,
.download-row.download-mime-audiompeg:before,
.download-row.download-mime-audioxmpeg:before,
.download-row.download-mime-audiomp3:before {
	content: "\e60c"; /* microphone icon */
}

.download-row[class*='download-mime-video']:before {
	content: "\e62e"; /* Play icon. */
}

.download-info,
.product-link-info {
	border: 1px solid #d11d26;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
	padding: 10px 10px 10px 90px;
	display: block;
	color: black !important;
	margin: 0 !important;
}

.download-info h6,
.product-link-info h6 {
	font-size: 1.20em;
	margin-top: 0;
}

.download-info .filename,
.product-link-info .linkname {
	font-weight: bold;
	color: #d11d26;
}

/* Cookies */
.cookie-text p:first-child {
    margin-top: 0;
}

/* Sign in screen fonts. */
.page-template-page-dashboard h1,
.page-template-page-dashboard h2,
.page-template-page-dashboard h3,
.page-template-page-dashboard h4,
.page-template-page-dashboard h5,
.page-template-page-dashboard h6,
.page-template-page-dashboard .button,
.page-template-page-dashboard button {
    font-family: "eurostile", "eurostile medium", eurostile-medium, helvetica, arial, sans;
}

@media only screen and ( min-width:600px ) {
    .byline-contact  {
        float: right;
        margin-left: 20px;
    }
}

/* Supplier Network Categories menu. */

.widget.menu-walker-supplier-network-categories-menu ul {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

.widget.menu-walker-supplier-network-categories-menu ul * {
	font-family: "eurostile", "eurostile medium", eurostile-medium, helvetica, arial, sans;
}

.widget.menu-walker-supplier-network-categories-menu ul li {
	width: 100%;
	padding: 10px;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}

.widget.menu-walker-supplier-network-categories-menu ul li:hover {
	background: #d11d26;
	color: white;
}

@media only screen and ( min-width: 640px ) {
	.widget.menu-walker-supplier-network-categories-menu ul li {
		width: 49%;
	}
}

@media only screen and ( min-width: 800px ) {
	.widget.menu-walker-supplier-network-categories-menu ul li {
		width: 33%;
	}
}

/* MWP specific */
.widget.partners-widget {
  padding-top: 10px !Important;
  padding-bottom: 10px !Important;
}

.partners-widget .anti-gutter {
  margin: 0;
}

.widget.widget-styled.partners-widget .widget-title {
  padding-top: 5px !Important;
  padding-bottom: 5px !Important;
  border-bottom: 3px solid #d21d26;
  display: table;
  margin: 0 auto 10px !Important;
  text-align: center;
  font-size: 115% !Important;
  /*width: auto;*/
}

.masthead-navigation li.current-menu-item {
    border-bottom: 4px solid transparent;
    height: 70px;
}

/* Case 12011: hide date on company posts that appear in search results. */

.search-result.company .hentry-date,
.search-result.company .hentry-time,
.search-result.company .hentry-datetime {
	display: none;
}

/* Test for drop downs */
/* drop down filters - category search */

.clear-filter-area {
    height: 0;
    clear: both;
}

.landing-page-category-dropdown.filter-area {
  min-width: 100%;
}

@media only screen and ( min-width: 560px ) {
  .landing-page-category-dropdown.filter-area {
    min-width: 50%;
    float: right;
  }
}

.landing-page-category-dropdown .filter-choices > li.filter > a {
	background: transparent url('images/down-arrow.png') no-repeat 95.85% center;
}

.landing-page-category-dropdown .filter-choices > li.filter.active > a {
	background: transparent url('images/up-arrow.png') no-repeat 95.8% center;
}

.landing-page-category-dropdown.filter-area li.filter > ul {
	display: none;
	opacity: 1;
}

.landing-page-category-dropdown.filter-area > ul.active,
.landing-page-category-dropdown.filter-area li.active > ul {
	display: block;
	margin-top: 4px;
	z-index: 1001;
}

.landing-page-category-dropdown.filter-area li.filter {
	display: inline-block;
	margin: 0 18px 0 0;
	position: relative;
  width: 100%;
  border: 0;
	background: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-size: 14px;
}

.landing-page-category-dropdown.filter-area > li.filter > ul > li a:active {
	background-color: #ddd;
}

.landing-page-category-dropdown.filter-area > li.selected a {
	xbackground: #faf;

}

.landing-page-category-dropdown.filter-area li.selected {
	background-color: #ccc;
}

.landing-page-category-dropdown.filter-area ul {
	max-height: 300px;
	overflow: visible;
	background: #fff;
}

.landing-page-category-dropdown.filter-area ul.filter-choices {
	  display: block;
  	overflow: visible;
  	min-height: 42px;
	  background: inherit;
	  margin: auto;
  	width: auto;
	  position: relative;
}

.landing-page-category-dropdown.filter-area .filter-choices > li.filter {
	display: block;
	position: relative;
	width: 100%;
	border: 1px solid #bbbbbb;
	background: #fff;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 16px;
	font-weight: 700;
	float: right;
  margin-right: 0;
  margin-top: 10px;
}

@media only screen and ( min-width: 560px ) {
  .landing-page-category-dropdown.filter-area .filter-choices > li.filter {
    width: 70%;
  	margin-top: 0;
  }
}

.landing-page-category-dropdown.filter-area li a {
	display: block;
	line-height: 1em;
	padding: 12px 20px;
	text-align: left;
	color: #000;
  font-weight: 500;
}

.landing-page-category-dropdown.filter-area li.remove-me a {
	color: #eb614f;
}

.landing-page-category-dropdown.filter-area .filter-choices > li.filter > a {
	text-overflow: ellipsis;
  	white-space: nowrap;
  	overflow: hidden;
  	padding-right: 30px;
}

.landing-page-category-dropdown.filter-area li.filter.active > ul {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0;
}

.landing-page-category-dropdown.filter-area li.filter.active > ul li {
	display: block;
	line-height: 1.1em;
	padding: 0;
	text-align: left;
}

.landing-page-category-dropdown.filter-area li.filter a:hover {
	background-color: #fafafa;
}

.landing-page-category-dropdown.filter-area li.filter > ul > li  a {
	border: 1px solid #dddddd;
	border-top: none;
	background: #fff;
}

.landing-page-category-dropdown.filter-area li.filter > ul > li  a.open {
	border: 1px solid #dddddd;
	border-top: none;
	color: #fff;
	background-color: #4a596a;
}

.landing-page-category-dropdown.filter-area li.filter > ul > li  a:hover {
	background: black;
	color: white;
}

.landing-page-category-dropdown.filter-area li.filter > ul > li:first-child a {
	border: 1px solid #dddddd;
}

.landing-page-category-dropdown.filter-area li.filter > ul > li  a.categorychild {
	padding: 15px 20px 15px 40px;
	text-align: left;
	/*color: #4a596a;*/
	color: #1fb9c7;
	background-color: #fff;
}


.landing-page-category-dropdown.filter-area li.filter > ul > li  a.categorychild.closed {
	display: none;
}

.landing-page-category-dropdown.filter-area .filtered-on {
	display: none;
}

.landing-page-category-dropdown.filter-area .filtered-on.active {
	display: block;
	clear: both;
}

.landing-page-category-dropdown.filter-area .bottom-holder {
    display: none;
}

.widget-polldaddy {
    background-color: white;
}

/* Carousel */


/* hiding the phantom cross */
.close-footer-ad {
    display: none !important;
}