f
/*@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=ac4290eb-433a-4e4a-8883-4e89c987eb9d");
 */

@font-face{
        font-family:"Helvetica LT W01 Roman";
        src:url("/wp-content/themes/constructionenquirer/fonts/helvetica/05598d95-f297-4c7f-a825-ab617e7e045f.eot?#iefix");
        src:url("/wp-content/themes/constructionenquirer/fonts/helvetica/05598d95-f297-4c7f-a825-ab617e7e045f.eot?#iefix") format("eot"),url("/wp-content/themes/constructionenquirer/fonts/helvetica/89294146-207c-4803-91fe-338f0d0094bd.woff2") format("woff2"),url("/wp-content/themes/constructionenquirer/fonts/helvetica/57055fe4-c2d3-4287-bac2-eece43fdcbd3.woff") format("woff"),url("/wp-content/themes/constructionenquirer/fonts/helvetica/2922d55c-8df4-4066-b7b0-eec2d1524330.ttf") format("truetype"),url("/wp-content/themes/constructionenquirer/fonts/helvetica/f8343ddf-e94d-471e-95b0-3b435acc2499.svg#f8343ddf-e94d-471e-95b0-3b435acc2499") format("svg");
    }

/** Generated by FG **/
@font-face {
	font-family: 'AGBook-Stencil';
	src: url('fonts/AGBook-Stencil/AGBook-Stencil.eot');
	src: url('fonts/AGBook-Stencil/AGBook-Stencil.woff') format('woff'), url('fonts/AGBook-Stencil/AGBook-Stencil.ttf') format('truetype'), url('fonts/AGBook-Stencil/AGBook-Stencil.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}





html {

}

body {
  font-family: 'Helvetica LT W01 Roman', Helvetica, Arial, Sans-Serif;
  text-align: center;
  background-color: #FFFFFF;
}

a:focus,
button:focus,
select:focus,
select:active,
input:focus,
input:active {
  outline: none;
}

select {
  border-radius: none;
  border: none;
}


input,select,textarea,button {
  font-family: inherit;
}

::-webkit-input-placeholder {
   color: #000000;
   text-align: right;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000000;
   text-align: right;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;
   text-align: right;
}

:-ms-placeholder { /* Firefox 18- */
   color: #000000;
   text-align: right;
}


input:focus::-webkit-input-placeholder { color:transparent; !important }
input:focus:-moz-placeholder { color:transparent; !important } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent;  !important} /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent;  !important } /* IE 10+ */


input[type=text],
input[type=submit],
input[type=button] {
    -webkit-appearance: none;
    border-radius: 0;
}


h1,h2,h3,h4,h5 {
  word-wrap : break-word;
  /*font-family: 'HelveticaNeueW01-75Bold';*/
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  text-decoration: underline;
}

.hide {
  display: none;
}

.image-wrap {
  overflow: hidden;
}

.image-wrap img {
  width: 100%;
  height: auto;
  float: left;
}

.col-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}


.col-2-3 {
  margin-bottom: 30px;
}

.col-2-3 {
  width: calc( 66.6% - 10px );
  box-sizing: border-box;
  margin-bottom: 30px;
}

.col-1-3 {
  width: calc( 33.3% - 20px );
  box-sizing: border-box;
  margin-bottom: 30px;
}


.col-left {
  flex: 1;
/*
  float: left;
  width: 66.3157895%;
*/
  padding-right: 75px;
  box-sizing: border-box;
}

.col-right {
/*
  margin-left: 66.3157895%;
  width: 34%;
*/
  min-width: 245px;
  max-width: 320px;
}

.col-single {
  clear: both;
  width: 100%;
}

#primary {
  background-color: #FFFFFF;
}


@media screen and (max-width: 717px) {
  .col-last {
    display: none;
  }
  .col-left {
    padding: 0;    
    width: auto;
  }
}

@media screen and (max-width: 829px) {
  .col-right {
    min-width: 245px;
    max-width: 245px;
    width: 245px;
  }
}


/*
@media screen and (min-width: 600px) and (max-width: 768px) {
  .col-left {
    width: 60%;
  }

  .col-right {
    margin-left: 60%;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .col-left {
    padding-right: 50px;
  }
}
*/




#page {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
}

/*
@media screen and (max-width: 1279px) {

  #page {
    max-width: 100%;
    width: 100%;
  }

}
*/


#content {
  padding: 0 25px 0px 25px;  
  box-sizing: border-box;
  overflow: hidden;
}

@media screen and (max-width: 550px) {
  #content {
    padding-left: 15px;
    padding-right: 15px;
  }
}


#site-footer {
  background-color: #FF511C;
  min-height: 300px;
  clear: both;
  margin-top: 40px;
  padding: 30px;
}

#site-footer > .site-info {
  background-image: url(img/main-logo-footer.svg);
  background-position: 0 bottom;
  background-size: auto 80px;
  background-repeat: no-repeat;
  padding-bottom: 120px;
}

#masthead > .sleeve {
  background-color: #FF511C;
  padding: 0 25px 0px 25px;
  position: relative;
  overflow: hidden;
}


@media screen and (max-width: 550px) {
  #masthead > .sleeve {
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  #masthead > .sleeve > h1 {

  }

}


#masthead h1.site-title {
  margin: 30px 0;
/*
  background-image: url('img/main-logo.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  max-height: 116px;
*/
  max-width: 389px;
}

#masthead h1.site-title svg {
  width: 100%;
  height: auto;
}


@media screen and (max-width: 550px) {
  #masthead h1.site-title {
    max-width: 85%;
  }
}

#masthead h1.site-title a {
  color: #000000;
  display: block;
  /*text-indent: -9999px;
  font-size: 8em;
  */
}

#masthead h1.site-title a:hover {
  text-decoration: none;
}

#navbar-wrap {
  border-bottom: 1px solid rgb(255, 184, 163);
  margin-bottom: 25px;
}

#navbar {
  background-color: #FFF3EF;
  padding: 25px 25px;
  position: relative;
  display: none;
}

#navbar-bottom {
  background-color: #FFFFFF;
  padding: 15px 25px;
  position: relative;
  overflow: hidden;
}


#navbar-bottom button {
  position: absolute;
  left: 25px;
  top: 18px;
  width: 22px;
  height: 16px;
  text-indent: -999px;
  background-color: #FFFFFF;
  border: none;
  background-image: url('img/bars.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

#navbar-bottom button.active {
  background-image: url('img/cross-red.svg');
}

#navbar-bottom button:hover {
  cursor: pointer;
}


#site-navigation {
  overflow: hidden;
}

#site-navigation .menu-main-navigation-1-container,
#site-navigation .menu-main-navigation-2-container,
#site-navigation .menu-main-navigation-3-container {
  float: left;
  max-width: 33.3%;
  box-sizing: border-box;
  margin-right: 100px;
}

#site-navigation .menu-main-navigation-3-container {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #site-navigation .menu-main-navigation-1-container{
    float: left;
    width: 50%;
    margin-right: 0;
    max-width: 100%;
  }
  #site-navigation .menu-main-navigation-3-container,  
  #site-navigation .menu-main-navigation-2-container {
    margin-left: 50%;
    margin-right: 0;
    float: none;
    max-width: 100%;
  }

}




#site-navigation ul li {
  font-size: 1.6em;
  line-height: 1.2em;
  padding: 5px 0;
}


@media screen and (max-width: 985px) {
  #site-navigation ul li {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 985px) {
  #site-navigation ul li {
    font-size: 1.3em;
  }
}

#site-navigation .menu-main-navigation-3-container .promo {
  font-size: 0.8em;
  margin-top: 5px;
}

#site-navigation .menu-main-navigation-3-container .promo a {
  color: #5A5A5A;
}

#site-navigation .menu-main-navigation-3-container .promo a:hover {
  border-bottom-color: #5A5A5A;
}

#site-navigation .menu-main-navigation-3-container .promo-link {
  font-size: 0.6em;
}

#site-navigation ul li a {
  color: #FF511C;
}

#site-navigation a {
  padding-bottom: 0px;
  border-bottom: 1px solid transparent; 
  margin-bottom: 3px; 
}

#site-navigation a:hover {
  text-decoration: none;
  border-bottom: 1px solid #FF511C;
}




@media screen and (max-width: 767px) {
  #site-navigation .menu-main-navigation-3-container .promo-link,
  #site-navigation .menu-main-navigation-3-container .promo {
    display: none;
  }
}







#footer-navigation {
  overflow: hidden;
}

#footer-navigation .menu-main-navigation-1-container,
#footer-navigation .menu-main-navigation-2-container,
#footer-navigation .menu-main-navigation-3-container {
  float: left;
  max-width: 33.3%;
  box-sizing: border-box;
  margin-right: 100px;
}

#footer-navigation .menu-main-navigation-3-container {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #footer-navigation .menu-main-navigation-1-container{
    float: left;
    width: 50%;
    margin-right: 0;
    max-width: 100%;
  }
  #footer-navigation .menu-main-navigation-3-container,  
  #footer-navigation .menu-main-navigation-2-container {
    margin-left: 50%;
    margin-right: 0;
    float: none;
    max-width: 100%;
  }

}




#footer-navigation ul li {
  font-size: 1.6em;
  line-height: 1.2em;
  padding: 5px 0;
}


@media screen and (max-width: 985px) {
  #footer-navigation ul li {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 985px) {
  #footer-navigation ul li {
    font-size: 1.3em;
  }
}

#footer-navigation .menu-main-navigation-3-container .promo {
  font-size: 0.8em;
  margin-top: 5px;
}

#footer-navigation .menu-main-navigation-3-container .promo a {
  color: #FFA88E;
}

#footer-navigation .menu-main-navigation-3-container .promo a:hover {
  border-bottom-color: #FFA88E;
}

#footer-navigation .menu-main-navigation-3-container .promo-link {
  font-size: 0.6em;
}

#footer-navigation ul li {
  margin-bottom: 3px;
}

#footer-navigation ul li a {
  color: #882200;
}

#footer-navigation a {
  padding-bottom: 0px;
  border-bottom: 1px solid transparent;  
}

#footer-navigation a:hover {
  text-decoration: none;
  border-bottom: 1px solid #882200;
}




@media screen and (max-width: 767px) {
  #footer-navigation .menu-main-navigation-3-container .promo-link,
  #footer-navigation .menu-main-navigation-3-container .promo {
    display: none;
  }
}






#static-navigation {
  text-align: center;
}

#static-navigation ul {
  margin: 0;
  padding: 0;
}

#static-navigation ul li {
  display: inline-block;
  font-size: 1.4em;
}

#static-navigation ul li {
  border-right: 2px solid #000000;
  padding-right: 11px;
  margin-right: 7px;
}

#static-navigation ul li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

@media screen and (max-width: 600px) {
  #static-navigation ul li {
    font-size: 1.1em;
  }
}



body.directory-page #static-menu-1 li:nth-child(3) a,
#static-navigation ul li a:hover,
#static-navigation ul li.current-menu-item a,
#static-navigation ul li.current-menu-parent a {
  color: #FF511C;
  text-decoration: none;
}


#site-navigation .menu-toggle {
  display: none;
}

#site-navigation .skip-link {
  display: none;
}


#awards-link,
#search-form-link {
  position: absolute;
  right: 25px;
  top: 15px;
  font-size: 1.4em;
}

#awards-link {
  display: none;
}

@media screen and (max-width: 550px) {


  #menu-item-156256 {
    display: none !important;
  }


  #search-form-link {
    background-image: url(img/magnifier.svg);
    background-repeat: no-repeat;
    background-position: right center;
    width: 30px;
    overflow: hidden;
  }
  #search-form-link span {
    visibility: hidden;
  }

}

#search-form-link a {
  padding-bottom: 0px;
  border-bottom: 1px solid transparent;  
}

#search-form-link a:hover {
  text-decoration: none;
  border-bottom: 1px solid #CDCDCD;
}


#search-form {
  display: none;
}

#search-form.active {
  background-color: rgba(138, 35, 1, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 999;  
  text-align: center;
}

#search-form.active .sleeve {
  padding: 200px 20px;
  max-width: 1000px;
  margin: 0 auto;

}

#search-form.active .sleeve .close-button {
  position: absolute;
  right: 40px;
  top: 40px;
  display: block;
  width: 20px;
  height: 20px;
}

#search-form.active .sleeve .close-button a {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(img/cross-red.svg);  
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -999px;
  overflow: hidden;
}

#search-form.active input[type=text] {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #E74818;
  text-align: center;
  font-size: 2.2em;
  color: #E74818;
  font-family: 'AGBook-Stencil';
}


#search-form.active input[type=submit] {
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 2.2em;
  margin: 0 50px;
  color: #E74818;
  font-family: 'AGBook-Stencil';
}

@media screen and (max-width: 599px) {
  #search-form.active input[type=text] {
    width: 260px;
    font-size: 1.6em;
    margin-bottom: 30px;
  }
  #search-form.active input[type=submit] {
/*
    font-family: 'Helvetica LT W01 Roman', Helvetica, Arial, Sans-Serif;
    font-size: 0.8em;
*/
    font-size: 1.6em;
    font-weight: normal;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}



#search-form.active input[type=text]::-moz-placeholder { 
  text-align: center;
  color: #E74818;
}
#search-form.active input[type=text]::-webkit-input-placeholder { 
  text-align: center;
  color: #E74818;
}
#search-form.active input[type=text]:-moz-placeholder { 
  text-align: center;
  color: #E74818;
}
#search-form.active input[type=text]:-ms-placeholder { 
  text-align: center;
  color: #E74818;
}


#search-form.active input[type=text]:focus::-webkit-input-placeholder { 
  color:transparent;
}
#search-form.active input[type=text]:focus::-moz-input-placeholder  { 
  color:transparent;
}
#search-form.active input[type=text]:focus:-moz-input-placeholder  { 
  color:transparent;
}
#search-form.active input[type=text]:focus::-ms-input-placeholder  { 
  color:transparent;
}




#header-ads {
  overflow: hidden;
}

#header-ads .header-ad {
  position: relative;
}


#header-ads .header-ad a {
  display: block;
}


#header-ads .header-ad span.ad-wrap {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

#header-ads .header-ad-banner {
  max-width: 590px;
  float: left;
  background-color: #CCCCCC;
}

#header-ads .header-ad-banner span.ad-wrap {
  white-space: nowrap;
}
 
#header-ads .header-ad-banner span.ad-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#header-ads .header-ad-banner span.ad-wrap > a,
#header-ads .header-ad-banner span.ad-wrap > div {
  display: inline-block;
  vertical-align: middle;
}



#header-ads .header-ad-banner a {
  position: relative;
}

#header-ads .header-ad-button {
  max-width: 320px;
  float: right;
  margin-left: 25px;
}

@media screen and (max-width: 984px) {
  #header-ads .header-ad-button {
    display: none;
  }
  #header-ads .header-ad-banner {
    float: none;
    margin: 0 auto;
  }

}

#header-ads .header-ad-button span.ad-wrap a {
  margin-bottom: 10px;
  overflow: hidden;
}

#header-ads .header-ad-button span.ad-wrap a:last-child {
  margin-bottom: 0;
}

#header-ads .header-ad-button span.ad-wrap img {
  width: 320px;
  height: 95px;
}


/*
#header-directory-why-link {
  position: absolute;
  left: 25px;
  bottom: 36px;
  font-size: 1.4em;
}
*/

#header-subscribe-link {
  position: absolute;
  right: 25px;
  bottom: 36px;
  font-size: 1.4em;
}


#header-advertise-link {
  position: absolute;
  right: 25px;
  bottom: 65px;
  font-size: 1.4em;
}

@media screen and (max-width: 550px) {
  #header-directory-why-link,
  #header-subscribe-link {
    font-size: 1.0em;
    right: 15px;
    margin-top: 18px;
    top: 120px;
  }
  #awards-link {
    display: none;
  }
  #navbar-bottom button {
    left: 15px;
  }

  #header-advertise-link {
    display: none;
  }
 
}

@media screen and (max-width: 330px) {
  #header-directory-why-link,
  #header-subscribe-link {
    font-size: 0.9em;
    right: 15px;
    margin-top: 19px;
    top: 100px;
  }
  #static-navigation ul li {
    font-size: 1.2em;
  }
}




#header-advertise-link a,
#header-directory-why-link a,
#header-subscribe-link a {
  padding-bottom: 0px;
  border-bottom: 1px solid transparent;
  font-size: 1em; 
  color: #222222; 
}


@media screen and (max-width: 550px) {
#header-advertise-link a,
#header-directory-why-link a,
#header-subscribe-link a {
  padding-bottom: 0px;
  border-bottom: 1px solid transparent;
  font-size: 1.2em; 
  color: #222222; 
}
}

@media screen and (max-width: 335px) {
#header-advertise-link a,
#header-directory-why-link a,
#header-subscribe-link a {
  padding-bottom: 0px;
  border-bottom: 1px solid transparent;
  font-size: 1.1em; 
  color: #222222; 
}
}


#header-advertise-link a:hover,
#header-directory-why-link a:hover,
#header-subscribe-link a:hover {
  text-decoration: none;
  border-bottom: 1px solid #000000;
}



#header-subscribe {
  display: none;
}

#header-subscribe.active {
  background-color: rgba(138, 35, 1, 0.99);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 999;  
  text-align: center;
  color: #ed5d32;
}

#header-subscribe.active .sleeve {
  padding: 100px 20px;
  max-width: 1000px;
  margin: 0 auto;

}

#header-subscribe.active .sleeve .close-button {
  position: absolute;
  right: 40px;
  top: 40px;
  display: block;
  width: 20px;
  height: 20px;
}

#header-subscribe.active .sleeve .close-button a {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(img/cross-red.svg);  
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -999px;
  overflow: hidden;
}


#header-subscribe.active h3 {
  font-weight: normal;
  font-size: 2.2em;
  margin-bottom: 40px;
  font-family: 'AGBook-Stencil';
  color:#E74818;
}

#header-subscribe.active .intro {
  font-size: 0.8em;
  line-height: 1.4em;
  max-width: 500px; 
  margin: 0 auto;
  margin-bottom: 50px;
}

#header-subscribe.active .formItem {
  margin-bottom: 30px;
}

#header-subscribe.active .formItemCheckbox {
  max-width: 600px;
  margin: 0 auto 30px auto;
}

#header-subscribe.active .formItemCheckbox label {
  text-align: left;
  line-height: 1.2em;
  padding-left: 50px;
  position: relative;
  display: block;
}

#header-subscribe.active .formItemCheckbox input ~ label:before {
  content: '';
  border: 2px solid #ed5d32;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

#header-subscribe.active .formItemCheckbox input:checked ~ label:after {
  content: '';
  background-color: #ed5d32;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 5px;
  top: 5px;
}

#header-subscribe.active .formItemCheckbox input {
  position: absolute;
  left: -999999px;
}

#header-subscribe.active input[type=email] {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #ed5d32;
  text-align: center;
  font-size: 1.8em;
  font-family: 'AGBook-Stencil';
  width: 700px;
  color: #ed5d32;
}

#header-subscribe #mc_embed_signup div.mce_inline_error {
  background-color: transparent;
}

#header-subscribe.active input[type=submit] {
  border: none;
  cursor: pointer;
  font-size: 1.8em;
  margin: 0 50px;
  padding: 10px 20px;
  font-family: 'AGBook-Stencil';
  color: #8a2301;
  background-color: #E74818;
}

@media screen and (max-width: 599px) {
  #header-subscribe.active input[type=email] {
    width: 260px;
    font-size: 1.6em;
    margin-bottom: 30px;
  }
  #header-subscribe.active input[type=submit] {
/*    font-family: 'Helvetica LT W01 Roman', Helvetica, Arial, Sans-Serif; 
    font-size: 0.8em;
*/
    font-size: 1.6em;
    font-weight: normal;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #header-subscribe.active h3 {
/*
    font-family: 'Helvetica LT W01 Roman', Helvetica, Arial, Sans-Serif;
    font-size: 0.8em;
*/
    font-size: 1.6em;
    font-weight: normal;
  }
}




#header-subscribe.active input[type=email]::-moz-placeholder { 
  text-align: center;
  color: #ed5d32;
}
#header-subscribe.active input[type=email]::-webkit-input-placeholder { 
  text-align: center;
  color: #ed5d32;
}
#header-subscribe.active input[type=email]::-moz-placeholder { 
  text-align: center;
  color: #ed5d32;
}


#header-subscribe.active input[type=email]:focus::-webkit-input-placeholder { 
  color:transparent;
}
#header-subscribe.active input[type=email]:focus::-moz-input-placeholder  { 
  color:transparent;
}
#header-subscribe.active input[type=email]:focus::-moz-input-placeholder  { 
  color:transparent;
}
#header-subscribe.active input[type=email]:focus::-ms-input-placeholder  { 
  color:transparent;
}

#header-subscribe.active .response-wrap {
  text-align: center;
  line-height: 1.2em;
  max-width: 600px;
  margin: 0 auto 30px auto;
  color: #8a2301;
  background-color: #E74818;

}

#header-subscribe.active .response {
  padding: 15px;
}

#header-subscribe.active .response-wrap a {
  color: inherit;
  text-decoration: underline;
}


#header-subscribe.active .info-wrap {
  max-width: 600px;
  margin: 0 auto;
}

#header-subscribe.active .info-wrap p {
  text-align: left;
  margin-bottom: 15px;
  font-size: 0.9em;
  line-height: 1.2em;
  
}


#header-social-media {
  position: absolute;
  right: 25px;
  bottom: 100px;
}

@media screen and (max-width: 550px) {
  #header-social-media { 
    position: static;
    bottom: 0;
    right: 0;
    margin-top: 15px;
    margin-bottom: 0px;
  }
}

.social-media-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.social-media-links ul li {
  display: inline-block;
  border-radius: 50%;
}

.social-media-links ul li:hover {
}

.social-media-links ul li a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  border-radius: 50%;
  background-color: #882200;
  color: #FF511C;
  text-align: center;
  line-height: 30px;
}

.social-media-links ul li a:hover {
  text-decoration: none;
}


/*
.author-info .social-media-links ul li.twitter a {
  background-image: url('img/icons/twitter_icon_grey.svg');
}

.author-info .social-media-links ul li.google a {
  background-image: url('img/icons/google_icon_grey.svg');
}

.author-info .social-media-links ul li.linkedin a {
  background-image: url('img/icons/linkedin_icon_grey.svg');
}


.social-media-links ul li.twitter a {
  background-image: url('img/icons/twitter_icon_contrast_red.svg');
}

.social-media-links ul li.google a {
  background-image: url('img/icons/google_icon_contrast_red.svg');
}

.social-media-links ul li.linkedin a {
  background-image: url('img/icons/linkedin_icon_contrast_red.svg');
}
*/


.social-media-links ul li span {
  display: block;
  text-indent: -999px;
}



.carousel {
  background-color: #000000;
}

.carousel .carousel-slide {
  display: none;
}

.carousel .carousel-slide:first-child {
  display: block;
}

.carousel .carousel-slide .sleeve {
  color: #FFFFFF;
  overflow: hidden;
  width: 100%;
}

.carousel .carousel-slide .sleeve a {
  color: #FFFFFF;
}

.carousel .carousel-pager {
  background-color: #FF511C;
  margin: 0 20% 50px 20%; 
  position: relative;
  bottom: -25px;
}

.carousel .carousel-pager ul {
  margin: 0;
  padding: 20px;
  list-style-type: none;
  text-align: center;
  white-space: nowrap;
}

.carousel .carousel-pager ul li {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  display: inline-block;
  white-space: nowrap;
}

.carousel .carousel-pager ul li:after {
  content: '/';
  position: relative;
  right: -10px;
}

.carousel .carousel-pager ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.carousel .carousel-pager ul li:last-child:after {
  content: none;
}

.carousel .carousel-pager ul li.selected a {
  color: #FFFFFF;
}

.carousel .carousel-pager ul li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}




@media screen and (max-width: 599px) {
  #home-carousel {
    display: none;
  }
}

#home-carousel .title-content-wrap {
  width: 60%;
  float: left;
  padding: 25px 25px 0 25px;
  box-sizing: border-box;
}

#home-carousel .title-content-wrap .slug {
  color: #FF511C;
  font-size: 0.8em;
  margin-bottom: 10px;
}



#home-carousel .title-content-wrap h3 {
  font-weight: normal;
  font-size: 3.4em;
  line-height: 1.25em;
  padding-right: 75px;
}

@media screen and (max-width: 768px) {
  #home-carousel .title-content-wrap h3 {
    font-size: 2.6em;
    padding-right: 10px;
  }
}

#home-carousel .title-content-wrap h3 a:hover {
  text-decoration: none;
  color: #F1F1F1;
}

#home-carousel .image-wrap {
  border: 2px solid #222222;
}


#home-carousel .main-content-wrap {
  width: 40%;
  float: left;
  font-size: 0.8em;
  line-height: 1.2em;
}

#home-carousel .main-content-wrap .summary-wrap {
  color: #E2E5E0;
  padding: 0;
  margin: 10px 50px 0 0;
}

#home-carousel .main-content-wrap .summary-wrap p {
  font-size: 1.0em;
  line-height: 1.6em;
}

#home-carousel .main-content-wrap .meta-wrap {
  padding: 10px 0 0 0;
  margin: 20px 0;
  position: relative;
  color: #FF511C;
}

#home-carousel .main-content-wrap .meta-wrap a {
  color: #FF511C;
}

#home-carousel .main-content-wrap .meta-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  border-bottom: 1px solid #FFFFFF;
}


.generic-list {
  margin-bottom: 30px;
}

.generic-list .ad-list {
  text-align: center;
  display: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
}

@media screen and (max-width: 599px) {
  .generic-list .ad-list {
    display: block;
  }
}

.generic-list .ad-mpu {
  display: inline-block;
}

.generic-list .meta-wrap {
  position: relative;
}

.generic-list .meta-wrap a {
  color: #FF511C;
}

.generic-list .meta-wrap dl {
  font-size: 0.8em;
  line-height: 1.3em;
}

.generic-list .meta-wrap dt {
  display: inline-block;
}

.generic-list .meta-wrap dd {
  display: inline;
  padding-left: 10px;
  color: #FF513D;
}

.generic-list h2 {
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: normal;
  color: #333333;
  border-bottom: 1px solid #CDCDCD;
  margin-bottom: 25px;
  padding-bottom: 5px;
}


.page-slug {
  font-size: 1.6em;
  line-height: 1.1em;
  font-weight: normal;
  color: #919191;
  margin-bottom: 30px;
  position: relative;
  padding-top: 20px;
}



.page-slug:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 50px;
  border-bottom: 8px solid #FF511C;
}



@media screen and ( max-width: 599px ) {
  .page-slug {
    display: none;
  }
}


.league-header {
  overflow: hidden;
  margin-bottom: 40px;
}

.league-header .league-header-item {
  float: left;
  position: relative;
  margin-right: 80px;
  font-size: 0.8em;
  font-weight: normal;
  color: #222222;
  padding-top: 10px;
}

.league-header .league-header-item-wrap:last-child,
.league-header .league-header-item:last-child {
  margin-right: 0;
  float: right;
}

.league-header .league-header-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  border-bottom: 1px solid #CDCDCD;
}

.league-header .glenigan-desc {
  max-width: 150px;
  line-height: 1.4em;
}

.league-header .league-header-item-wrap .league-header-item {
  float: left;
}

.league-header .glenigan-link {
  margin-right: 0;
  margin-left: 80px;
}

.league-header .glenigan-link a {
  display: block;
  background-image: url(img/glenigan.png);
  background-size: contain;
  width: 38px;
  height: 39px;
  text-indent: -999px;
  margin-top: 5px;
}

.league-header .glenigan-desc {
  margin-right: 0;
  margin-left: 80px;
}

@media screen and (max-width: 717px) {
  .league-header .glenigan-desc {
    display: none;
  }
}

.league-header .sponsor-link a {
  display: block;
  background-image: url(img/ukcw.jpg);
  background-size: contain;
  width: 201px;
  height: 46px;
  text-indent: -999px;
  margin-top: 10px;
}



.news-list-article {
  margin-bottom: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}

@media screen and ( max-width: 599px ) {
  .news-list-article {
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.news-list-article .image-wrap {
  float: left;
  width: 200px;
  border: 1px solid #F1F1F1;
}
.news-list-article .image-wrap img {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.news-list-article .content-wrap {
  margin-left: 230px;
} 

.news-list-article .content-wrap h3 {
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1.2em;
  margin-bottom: 7px;
}

.news-list-article .content-wrap h3 a {
  color: #404040;
}

.news-list-article .content-wrap h3 a:hover {
  text-decoration: none;
  color: #000000;
}

.news-list-article .content-wrap .summary-wrap {
  color: #5C5C5C;
  float: left;
  width: 60%;
  font-size: 0.8em;
  line-height: 1.4em;
  position: relative;
  padding-top: 10px;
  padding-right: 20px;
  box-sizing: border-box;
}

.news-list-article .content-wrap .summary-wrap:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  border-bottom: 1px solid #CDCDCD;
}

@media screen and (max-width: 799px) {
  .news-list-article .content-wrap .summary-wrap {
    padding-top: 0px;    
  }
  .news-list-article .content-wrap .summary-wrap:after {
    content: none;
  }
}

@media screen and (max-width: 414px) {
  .news-list-article .content-wrap .summary-wrap {
    display: none;
  }
}

.news-list-article .content-wrap .meta-wrap {
  color: #5C5C5C;
  float: left;
  width: 40%;
  font-size: 0.8em;
  line-height: 1.4em;
  position: relative;
  padding-top: 10px;
}

.news-list-article .content-wrap .meta-wrap:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  border-bottom: 1px solid #CDCDCD;
}


@media screen and (max-width: 599px) {
  #home-news-list h2 {
    display: none;
  }
}

/*
@media screen and (min-width: 600px) and (max-width: 768px) {
  body.single-post .news-list {
    display: none;
  }
}
*/


@media screen and (min-width: 768px) and (max-width: 999px) {
  .news-list-article .image-wrap {
    width: 150px;
  }
  .news-list-article .content-wrap {
    margin-left: 165px;
  }

} 

@media screen and (max-width: 799px) {

  .news-list-article .content-wrap .meta-wrap {
    display: none;
  }

  .news-list-article .content-wrap .summary-wrap {
    float: none;
    width: auto;
    padding-right: 0;
  }

}

@media screen and (max-width: 768px) {

  .news-list-article .image-wrap {
    width: 130px;
  }

  .news-list-article .content-wrap {
    margin-left: 145px;
  }

  .news-list-article .content-wrap h3 {
    font-size: 1.3em;
  }

}


.ojeu-list-item {
  margin-bottom: 15px;
  position: relative;
  padding: 15px;
  min-height: 65px;
}

.ojeu-list-item .content-wrap .slug {
  color: #FF511C;
  margin-bottom: 5px;
  font-size: 1.6em;
  line-height: 1.2em;  
}



.ojeu-list.main-column-list .ojeu-list-item {
  background-color: #F2F2F2;
}

.ojeu-list.main-column-list h3 {
  font-size: 1.6em;
  line-height: 1.2em;
  padding-bottom: 5px;
  font-weight: normal;
}


.ojeu-list.main-column-list .meta-wrap {
  padding-top: 10px;
  margin-top: 10px;
}

.ojeu-list-item .content-wrap .meta-wrap p {
  font-size: 0.8em;
}

.ojeu-list.main-column-list .meta-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  border-bottom: 1px solid #CDCDCD;
}



@media screen and (max-width: 599px) {
  body.page-id-7 .entry-title,
  body.page-id-7 .entry-intro {
    display: none;
  }
}



.jobs-list-item {
  margin-bottom: 15px;
  position: relative;
  padding: 15px;
  min-height: 65px;
}

.jobs-list-item .image-wrap {
  position: absolute;
  width: 90px;
  height: 65px;
  top: 15px;
  right: 15px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  overflow: hidden;
}

.jobs-list-item .image-wrap .sleeve {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.jobs-list-item .image-wrap img {
  visibility: hidden;
}

.jobs-list-item .content-wrap h3,
.jobs-list-item .content-wrap .slug {
  margin-right: 125px;
}

.jobs-list-item .content-wrap h3 {
  font-weight: normal;
}

.jobs-list-item .content-wrap .slug {
  color: #FF511C;
  margin-bottom: 5px;
}



.jobs-list.main-column-list .jobs-list-item {
  background-color: #F2F2F2;
}

.jobs-list.main-column-list .slug {
  font-size: 1.5em;
  
}

.jobs-list.main-column-list h3 {
  font-size: 1.5em;
  line-height: 1.2em;
  padding-bottom: 5px;
}


.jobs-list.main-column-list .meta-wrap {
  padding-top: 10px;
  margin-top: 10px;
}

.jobs-list.main-column-list .meta-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  border-bottom: 1px solid #CDCDCD;
}

.sidebar-list .jobs-list-item {
  background-color: #F2F2F2;
}

.sidebar-list .jobs-list-item .content-wrap h3 {
  font-size: 1.0em;
  line-height: 1.3em;
}

.jobs-footer-content {

}

.jobs-footer-content:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  border-bottom: 1px solid #CDCDCD;
}


.most-read-list {
  border-bottom: 1px solid #CDCDCD;
}

.most-read-list-article-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.most-read-list-article {
  width: calc( 50% - 15px );
  margin-bottom: 20px;
}

@media screen and (max-width: 909px) {
  .most-read-list-article {
    width: 100%;
  }
}

.most-read-list-article .content-wrap .slug {
  color: #FF511C;
  margin-bottom: 5px;
}

.most-read-list-article .content-wrap h3 {
  font-weight: normal;
  font-size: 1.0em;
  line-height: 1.2em;
  position: relative;
  padding-top: 7px;
  margin-top: 2px;
}

.most-read-list-article .content-wrap h3 a {
  color: #5C5C5C;
}

.most-read-list-article .content-wrap h3:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  border-bottom: 1px solid #CDCDCD;
}


.ad-list {
  margin-bottom: 40px;
}

.ad {
  overflow: hidden;
  text-align: center;
}

.ad .sleeve {
  overflow: hidden;
  display: inline-block;
}

.ad img {
  width: 100%;
  height: auto;
  /*float: left;*/
  display: block;
  margin: 0 auto;
}

.ad-button .sleeve {
  background-color: #FFFFFF;
}

.ad-mpu .sleeve {
  max-width: 300px;
  max-height: 300px;
  background-color: #FFFFFF;
}

.ad-mpu-inline {
  text-align: center;
  margin: 30px 0;
}

@media screen and (min-width: 718px) {
  .ad-mpu-inline {
    display: none;
  }
}

.ad-mpu-inline .sleeve {
  margin: 0 auto;
}

.ad-list .ad {
  background-color: #F7F7F7;
  padding: 10px;
}

.ad-list-mpu .ad {
  margin-bottom: 20px;
}

.ad-list-mpu .ad:last-child {
  margin-bottom: 0;
}

.ad-list-contractor-services {
  background-color: #F7F7F7;  
}

.col-left .ad-list-contractor-services {
  display: none;
}

.ad-list-contractor-services h2 {
  text-align: center;
  font-size: 1.25em;
  font-weight: normal;
  padding: 30px 0;
}

.ad-list-premium-button-story {
  display: none;
}

@media screen and (max-width: 717px) {
  .ad-list-premium-button-story {
    display: block;
  }
}


.ad-list.ad-list-horizontal > .sleeve {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}


.ad-list.ad-list-horizontal .ad {
  float: none;
  margin: 0;
  padding: 0;
  width: calc( 33.33% - 18.666px );
}

.ad-list.ad-list-horizontal .ad .sleeve {
  background-color: #F7F7F7;
}

@media screen and ( max-width: 768px ) {
  .ad-list.ad-list-horizontal {
    display: none;
  }
}

.ad-list-skyscraper {
  display: none;
  text-align: center;
}

.ad-list-skyscraper img {
  width: auto;
  max-width: 100%;
  float: none;
}

@media screen and (max-width: 1019px) {
/*
  body.single-post .ad-list-mpu-1 {
    display: none;
  }
*/
  body.single-post .ad-list-skyscraper {
    display: block;    
  }
}


@media screen and (max-width: 768px) {
  body.single-post .col-right .ad-list-contractor-services {
    display: none;
  }
  body.single-post .col-left .ad-list-contractor-services {
    display: block;
  }
}




/*
#ad-page-takeover-wrap {
  text-align: center;
  white-space: nowrap;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;

}

#ad-page-takeover-wrap .ad-page-takeover {
  position: relative;
  line-height: 100vh;
}

#ad-page-takeover-wrap .ad-page-takeover-spacer {
  max-width: 1024px;
  width: 1024px;
  display: none;
}


#ad-page-takeover-wrap .ad-page-takeover {

}
*/

/*
#ad-page-takeover-wrap .ad-page-takeover {
  position: fixed;
  width: calc( ( 100vw - 1024px ) / 2 );
  top: 0;
  bottom: 0;
}

#ad-page-takeover-wrap .ad-page-takeover-left {
  left: 0;
  text-align: right;
}

#ad-page-takeover-wrap .ad-page-takeover-right {
  right: 0;
  text-align: left;
}

#ad-page-takeover-wrap .ad-page-takeover img {
  max-width:100%;
  max-height:100%;
}
*/
/*
#ad-page-takeover-wrap .ad-page-takeover img.image-main {
  display: inline-block;
}

#ad-page-takeover-wrap .ad-page-takeover img.image-alt {
  display: none;
}
*/
/*
@media screen and (max-width: 1264px) {

  #ad-page-takeover-wrap {
    display: none;
  }
*/
/*
  #ad-page-takeover-wrap .ad-page-takeover img.image-main {
    display: none;
  }

  #ad-page-takeover-wrap .ad-page-takeover img.image-alt {
    display: inline-block;
  }
*/
/*
}
*/



#ad-page-takeover-wrap .ad-page-takeover {
  position: fixed;
  width: 225px;
  top: 0;
  bottom: 0;
}

#ad-page-takeover-wrap .ad-page-takeover-left {
  left: calc(50% - 737px);
  text-align: right;
}

#ad-page-takeover-wrap .ad-page-takeover-right {
  right: calc(50% - 737px);
  text-align: left;
}

#ad-page-takeover-wrap .ad-page-takeover img {
  max-width:100%;
  max-height:100%;
}




@media screen and (max-width: 1024px) {
  #ad-page-takeover-wrap {
    display: none;
  }
}




h1.entry-title {
  color: #FF513D;
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 10px;
}

.entry-intro {
  margin-bottom: 30px;
}

.entry-intro p {
  font-size: 1.0em;
  line-height: 1.4em;
}



article.type-post h1 {
  font-weight: normal;
  font-size: 3em;
  line-height: 1.1em;
  color: #464646;
}

@media screen and (max-width: 500px) {
article.type-post h1 {
  font-weight: normal;
  font-size: 2.5em;
  line-height: 1.1em;
  color: #464646;
}
}

article.type-post .entry-thumbnail {
  border: 1px solid #c2c2c2;
}

article.type-post .entry-content img {
  border: 1px solid #c2c2c2;  
}


article.type-post .meta-wrap {
  overflow: hidden;
  padding: 15px 0 40px 0;
}

article.type-post .meta-wrap span {
  display: block;
  float: left;
  position: relative;
  margin-right: 40px;
  font-size: 0.8em;
  color: #5A5A5A;
}

article.type-post .meta-wrap span:after {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  width: 20px;
  border-bottom: 1px solid #CDCDCD;
}

article.type-post .meta-wrap a {
  color: #FF511C;
}

article.type-post .entry-content p 
 {
  line-height: 1.6em;
  margin-bottom: 1em;
}

article.type-post .entry-content li {
  line-height: 1.6em;
  margin-bottom: 10px;  
}

article.type-post .entry-content iframe {
  max-width: 100%;
}

article.type-post .entry-content img {
  width: 100%;
  height: auto;
}

article.type-post .article-share-wrap {
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  padding: 6px 0 3px 0;
  overflow: hidden;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
article.type-post .article-share-wrap {
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  padding: 6px 0 6px 0;
  overflow: hidden;
  margin-bottom: 10px;
}
}

.article-share-wrap > span {
  font-size: 0.8em;
  color: #605C5C;
  float: left;
  display: block;
  margin-right: 10px;
  line-height: 25px;
}

.article-share-wrap ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  float: left;
}

.article-share-wrap ul li {
  display: inline-block;
  white-space: nowrap;
  margin-right: 10px;
}

.league-header .article-share-wrap ul li {
  margin-right: 3px;
}


.article-share-wrap ul li a {
  border-radius: 50%;
  background-color: #FF511C;
  width: 25px;
  height: 25px;
  overflow: hidden;
  display: inline-block;
  margin-right: 0px;
  position: relative;
  top: 0;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
/*
  text-indent: -999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60% auto;
  font-size: 0.75em;
*/
}

.article-share-wrap ul li a span {
  display: none;
}

/*
.article-share-wrap ul li.twitter a {
  background-image: url('icons/svg/twitter21.svg');
}

.article-share-wrap ul li.google a {
  background-image: url('icons/svg/google29.svg');
}

.article-share-wrap ul li.linkedin a {
  background-image: url('icons/svg/linkedin11.svg');
}

.article-share-wrap ul li.facebook a {
  background-image: url('icons/svg/facebook31.svg');
}

.article-share-wrap ul li.email a {
  background-image: url('icons/svg/email.svg');
}

@media screen and (max-width: 767px) {
 .article-share-wrap ul li.twitter a {
  background-image: url('icons/svg/twitter21.svg');
  top: 1px;
}

.article-share-wrap ul li.google a {
  background-image: url('icons/svg/google29.svg');
  top: 1px;
}

.article-share-wrap ul li.linkedin a {
  background-image: url('icons/svg/linkedin11.svg');
  top: 1px;
}

.article-share-wrap ul li.facebook a {
  background-image: url('icons/svg/facebook31.svg');
  top: 1px;
}

.article-share-wrap ul li.email a {
  background-image: url('icons/svg/email.svg');
  top: 1px;
}
}
*/

.article-share-wrap ul li > span {
  border-radius: 50%;
  background-color: #C1C1C1;
  width: 25px;
  height: 25px;
  margin-left: 3px;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 0.65em;
  line-height: 25px;
  text-align: center;
  display: inline-block;
}




article.type-post .standfirst {
  color: #5B5B5B;
  font-weight: normal;
  font-size: 1.4em;
  line-height: 1.2em;
  margin-bottom: 20px;
}

article.type-post header,
article.type-post .entry-content {
  color: #5B5B5B;   
}


article.type-post .entry-content ul {
  padding-left: 35px;
  margin-bottom: 25px;
}

article.type-post .entry-content p {
  margin-bottom: 25px;
  line-height: 1.75em;
  font-size: 1.05em;
  color: #5A5A5A;
}


article.type-post .entry-content li {
  margin-bottom: 10px;
  line-height: 1.75em;
  font-size: 1.05em;
  color: #5A5A5A;
}

article.type-post .entry-content h2,
article.type-post .entry-content h3,
article.type-post .entry-content h4,
article.type-post .entry-content h5 {
  color: #FF511C;
  font-size: 2em;
  margin-bottom: 15px;
}

article.type-post .entry-content p a {
  color: #FF511C;
}

/*
article.type-post .entry-content li {
  margin-bottom: 1.2em;
  line-height: 1.6em;
}

article.type-post .entry-content li:last-child,
article.type-post .entry-content p {
  font-size: 1em;
  line-height: 1.1em;
  margin-bottom: 1.8em;
  line-height: 1.6em;
}

@media screen and (max-width: 500px) {
	
  article.type-post .entry-content li:last-child,
  article.type-post .entry-content p {
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 1.8em;
    line-height: 1.6em;
  }

}
*/


@media screen and (max-width: 500px) {
  article.type-post .entry-thumbnail {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
  }
}


article.type-post .wp-caption p {
  font-size: 0.8em;
   line-height: 1.25em;
   padding-bottom: 10px;
   border-bottom: solid 1px #ddd;
  
}

article.type-post .wp-caption p:empty {
  display: none;
}

article.type-post .entry-thumbnail-caption {
  font-size: 0.8em;
  margin: 5px 0 0 0;
  line-height: 1.25em;
  padding-bottom: 10px;
   border-bottom: solid 1px #ddd;
}

article.type-post table {
  width: 100%;
}

.tablepress tbody th,
.tablepress tbody td {
  font-family: 'Helvetica LT W01 Roman', Helvetica, Arial, Sans-Serif !important;
}

article.type-post h2.tablepress-table-name {
  background-color: #882200;
  padding: 15px 15px 5px 15px;
  color: #FF511C;
  margin-bottom: 0 !important;
  font-size: 1.4em;
}

article.type-post h2.tablepress-table-name + p {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

article.type-post .tablepress-table-description {
  background-color: #882200;
  padding: 0 15px 15px 15px;
  color: #FFFFFF;
  font-size: 1.4em;
  display: block;
  margin-bottom: 0 !important;
}

article.type-post table.tablepress {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

article.type-post table.tablepress td {
  background-color: #FEF3EF !important;
}

article.type-post table.tablepress thead th,
article.type-post table.tablepress thead td {
  background-color: #FF511C !important;
  padding: 15px;
  color: #882200 !important;
}

article.type-post table.tablepress tbody td {
  color: #FF511C !important;
  padding: 15px;
  border: 1px solid #FFF6F2 !important;
  font-size: 0.9em  !important;
}

article.type-post table.tablepress tbody tr.even th,
article.type-post table.tablepress tbody tr.even td {
  background-color: #FFFFFF !important;
}


article.type-post .break-out-box {
  background-color: #FEF3EF;
  padding: 15px;
  margin-bottom: 25px;
}

article.type-post .break-out-box h3 {
  color: #FF511C;  
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 0px;
  font-size: 20px;
}

article.type-post .break-out-box h4 {
  color: #5A5A5A;
  border-bottom: 1px solid #969696;
  padding-bottom: 10px;
  margin-bottom: 20px;  
  font-size: 20px;
  font-weight: normal;
}

article.type-post .break-out-box img {
  border: none;
}

article.type-post .break-out-box .wp-caption-text {
  color: #FF511C !important;
  line-height: 1.3em;
}

article.type-post .break-out-box p {
  font-size: 14px;
  line-height: 1.4;
}

article.type-post .break-out-box strong {
	
	font-weight: normal;
	color: #FF511C;
}

article.type-post .break-out-box ul {
	
	font-size: 14px;
    padding-left: 30px;
    margin-bottom: 25px;
}

article.type-post .break-out-box li {
	
	line-height: 1.25em;
    margin-bottom: 10px;
}



article .standfirst b,
article .standfirst strong {
  font-weight: normal;

}




.firm-info,
.author-info {
  overflow: hidden;
  background-color: #FEF3EF;
  color: #5B5B5B; 
  font-size: 0.8em;
  line-height: 1.4em;
  margin: 25px 0;
  box-sizing: border-box;
  position: relative;
}

.author-info:after,
.firm-info:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  border-bottom: 8px solid #FF511C;
}

.firm-info a {
  display: block;
}

.firm-info > .sleeve,
.author-info > .sleeve {
  padding: 25px;
  overflow: hidden;
}





.firm-info .content-wrap {
  float: left;
  width: calc(100% - 175px);
  box-sizing: border-box;
}

.firm-info .image-wrap {
  width: 150px;
  margin-left: calc(100% - 150px);
}

@media screen and (max-width: 599px) {
  .firm-info,
  .author-info {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
  }

  .firm-info .content-wrap {  
    width: calc(100% - 100px);
  }

  .firm-info .image-wrap {
    margin-left: calc(100% - 75px);
    width: 75px;
  }

}


.firm-info h3 {
  font-size: 1.6em;
  margin-bottom: 30px;
}

.firm-info h4 {
  margin-bottom: 5px;
}

.firm-info .info-item {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 25px;
  margin-bottom: 25px;
  padding-top: 15px;
  position: relative;
}

.firm-info .info-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  border-bottom: 1px solid #CDCDCD;
}



.author-info a {
  color: #5B5B5B;
}

.author-info .author-avatar {
  float: left;
  width: 125px;
  box-sizing: border-box;
  padding-right: 25px;
}

.author-info .author-avatar .sleeve {
  overflow: hidden;
}

.author-info .author-avatar img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.author-info .author-description {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 25px;
}

.author-info .author-description p {
  margin-bottom: 25px;
  position: relative;
  padding-top: 15px;
}

.author-info .author-description p:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  border-bottom: 1px solid #CDCDCD;
}

.author-info .author-social-media {
  float: left;
  width: 20%;
  position: relative;
  padding-top: 15px;
}

.author-info .author-social-media:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  border-bottom: 1px solid #CDCDCD;
}

@media screen and (max-width: 767px) {
  .author-info > .sleeve > div {
    width: 100%;
    text-align: center;
    padding-right: 0;
    float: none;    
    margin-left: auto;
    margin-right: auto;
  }
 
  .author-info .author-avatar {
    max-width: 100px;
    margin-bottom: 20px;
  }

  .author-info > .sleeve > div p:after,
  .author-info > .sleeve > div:after {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .author-info .advertise-wrap {
    display: none;
  }
}

.job-footer-content {
  font-size: 0.9em;
  line-height: 1.4em;
  color: #5A5A5A;
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px;
  width: 300px;
  margin-top: 50px;
}

.job-footer-content:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  border-bottom: 1px solid #CDCDCD;
}


.dataTables_wrapper {
  margin-bottom: 100px !important;
}

.dataTables_filter,
.dataTables_length {
  display: none;
}

.tablepress-table-description {
  font-size: 0.9em;
  margin-bottom: 10px;  
}

.tablepress-table-name {
  color: #FF513D;
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 10px;  
}

table.tablepress {
  border-top: 1px solid #CDCDCD !important;
  border-bottom: 1px solid #CDCDCD !important;
}

table.tablepress caption {
  display: none;
}

.tablepress tfoot th, .tablepress thead th {
  background-color: #FFFFFF !important;
  font-size: 0.9em !important;
  font-weight: normal !important;
  border-bottom: none !important;
}

.dataTables_wrapper .sorting div:after, .dataTables_wrapper .sorting_asc div:after, .dataTables_wrapper .sorting_desc div:after {
  right: auto !important;
  padding-left: 10px !important;
}

.dataTables_wrapper .sorting:hover, .dataTables_wrapper .sorting_asc, .dataTables_wrapper .sorting_desc {
  background-color: #FFFFFF  !important;
}

.tablepress tr th:first-child, .tablepress tr td:first-child {
  padding-left: 0;
}

.tablepress tbody td {
  font-size: 1.4em !important;
}

.tablepress tbody tr td {
  color: #FF511C;
  background-color: #FFFFFF !important;
  border: none !important;
}

.tablepress tbody tr:nth-child(odd) td {
  color: #882200;
}

.dataTables_info {
  font-size: 0.8em;
  margin-top: 10px !important;
}

.dataTables_paginate {
  font-size: 0.8em;  
  margin-top: 10px !important;
}

.dataTables_paginate a:after,
.dataTables_paginate a:before {
  content: none;
}










.page-id-13 h1.entry-title {
  margin-bottom: 1.6em;
  color: #555555;
}



.advertise-section {
  margin-bottom: 100px;
  overflow: hidden;
}

.advertise-section h3 {
  color: #FF511C;
  font-size: 1.6em;
  font-weight: normal;
  margin-bottom: 4px;
}

.advertise-section .intro-text {
  width: 450px;
  line-height: 1.1em;
  margin-bottom: 30px;
  font-size: 1.6em;
  color: #555555;
}

.advertise-section.advertise-section-image {
  text-align: center;
}

.advertise-section.advertise-section-image img {
  max-width: 100%;
  height: auto;  
}

.advertise-section-website-general ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.advertise-section-website-general li {
  font-size: 3.0em;
  line-height: 1.15em;
  color: #882200;
}

.advertise-section-website-general .source {
  color: #5A5A5A;
  position: relative;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 0.75em;
  margin-top:5px;
}

.advertise-section-website-general .source:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  border-bottom: 1px solid #CDCDCD;
}


.advertise-section-website-detail h3 {
  color: #FF511C;
}


.advertise-section .stat-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.advertise-section-website-detail dl {
  background-color: #FEF3EF;
  border-radius: 50%;
  width: 22%;
  text-align: center;
  padding-bottom: 22%;
  position: relative;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .advertise-section-website-detail dl {
    width: 47%;
    padding-bottom: 47%;
  }
}

@media screen and (max-width: 414px) {
  .advertise-section-website-detail dl {
    width: 60%;
    margin-left: 20%;
    margin-rights: 20%;
    padding-bottom: 60%;
  }
}


.advertise-section-website-detail dt {
  color: #FF0000;
  position: absolute;
  top: 35%;
  text-align: center;
  left: 0;
  right: 0;
}

.advertise-section-website-detail dd {
  font-size: 1.8em;
  line-height: 1.4em;
  color: #882200;
  position: absolute;
  top: 45%;
  text-align: center;
  left: 0;
  right: 0;
}


.advertise-section .quote-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.advertise-section .quote-wrap div.quote {
  width: 22%;
  margin-top: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .advertise-section .quote-wrap div.quote {
    width: 47%;
  }
}

@media screen and (max-width: 414px) {
  .advertise-section .quote-wrap div.quote {
    width: 100%;
  }
}




.advertise-section .quote-wrap div.quote p {
  color: #8B2212;
  font-size: 1.4em;
  line-height: 1.2em;

}

.advertise-section .quote-wrap div.source {
  position: relative;
  padding-top: 15px;
  margin-top: 5px;
  color: #FF511C;
  font-size: 0.8em;
}

.advertise-section .quote-wrap div.source:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  border-bottom: 1px solid #CDCDCD;
}

.advertise-section .box-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}





.advertise-section .box-wrap  dl {
  width: 33.333%;
  background-color: #FEF3EF;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .advertise-section .box-wrap  dl {
    width: 100%;
  }
}


.advertise-section .box-wrap dl {
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  box-sizing: border-box;
}

.advertise-section .box-wrap dl:last-child {
  border-right: none;
}

.advertise-section .box-wrap dl dt {
  color: #882200;
  margin-top: 25px;
  font-size: 20px;
  
}

.advertise-section .box-wrap dl dd h4 {
  color: #882200;
  font-size: 1.8em;
  margin-bottom: 10px;
  font-weight: normal;
}

.advertise-section .box-wrap dl dd p {
  margin-bottom: 35px;
  font-size: 0.9em;
  line-height: 1.2em;
  color: #FF511C;
}

.advertise-section.advertise-section-click-through .box-wrap dl dd h4 {
  margin-bottom: 20px;
}

.advertise-section.advertise-section-click-through .box-wrap dl dd p {
  margin-bottom: 10px;
  font-size: 0.9em;
  color: #FF511C;
}

.advertise-section-click-through .content {
  float: left;
  width: 45%;
}

.advertise-section-click-through .content p {
  margin-bottom: 15px;
  line-height: 1.1em;
  font-size: 1.6em;
  color: #555555;
}

.advertise-section-click-through .panel {
  margin-left: 50%;
  background-color: #FEF3EF;
}

@media screen and (max-width: 767px) {
  .advertise-section-click-through .panel {
    margin-left: 0;
  }
  .advertise-section-click-through .content {
    width: 100%;
    float: none;
  }
  
  .advertise-section .intro-text {
    width: 100%;
   
}

.advertise-section-website-general li {
    font-size: 2em;
    line-height: 1.15em;
    color: #882200;
}
}


.advertise-section.advertise-section-get-in-touch > .sleeve {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;
}

.advertise-section.advertise-section-get-in-touch .author-info {
  width: calc( 50% - 10px );
  margin-bottom: 0px;
}


@media screen and (max-width: 414px) {
  .advertise-section.advertise-section-get-in-touch .author-info {
    width: 100%;
    left: 0;  
  }
}

.advertise-section-technical-specification {
  background-color: #FEF3EF;
  padding: 40px 20px;
}

.advertise-section-technical-specification h3 {
   margin-bottom: 20px;
}

.advertise-section-technical-specification .content {
  -webkit-columns: 400px 2; /* Chrome, Safari, Opera */
  -moz-columns: 400px 2; /* Firefox */
  columns: 400px 2;
    
  -webkit-column-gap: 50px; /* Chrome, Safari, Opera */
  -moz-column-gap: 50px; /* Firefox */
  column-gap: 50px;
}


    
.advertise-section-technical-specification .content p {
  margin-bottom: 15px;
  line-height: 1.4em;
  font-size: 1em;
  color: #555555;
 
}


.advertise-section-click-through .panel .sleeve {
  padding: 15px;
}

.advertise-section-click-through .panel h4 {
    font-weight: normal;
    font-size: 1.4em;
    margin-bottom: 20px;
    color: #FF511C;
}

.advertise-section-click-through .panel table {
  width: 100%;
}

.advertise-section-click-through .panel table th,
.advertise-section-click-through .panel table td {
  padding: 10px 0;
}

.advertise-section-click-through .panel thead th {
  color: #882200;
  font-size: 0.8em;
  font-weight: normal;
  text-align: left;
}

.advertise-section-click-through .panel tbody td {
  font-size: 1.4em;
  color: #882200;
}

.advertise-section-click-through .panel tbody tr:nth-child(odd) td {
  color: #FF511C !important;
}





article.type-job h1.entry-title {
  color: #000000;
  font-size: 1.6em;
  margin-right: 175px;
}

article.type-job .company-logo {
  float: right;
}

article.type-job .company-logo .sleeve {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  height: 75px;
  width: 150px;
}

@media screen and (max-width: 717px) {
  article.type-job .company-logo {
    float: none;
  }
  article.type-job .company-logo .sleeve { 
    background-position: left top;
  }
  article.type-job h1.entry-title {
    margin-right: 0;
  }
}


article.type-job .company-logo img {
  display: none;
}

article.type-job .entry-content {
  border-top: 1px solid #CDCDCD;
  margin-top: 30px;
  padding-top: 10px;
  margin-bottom: 50px;
}

article.type-job .entry-content ul {
  padding-left: 35px;
}

article.type-job .entry-content li,
article.type-job .entry-content p {
  margin-bottom: 15px;
  line-height: 1.6em;
  color: #5A5A5A;
}

article.type-job .entry-content h2,
article.type-job .entry-content h3,
article.type-job .entry-content h4,
article.type-job .entry-content h5 {
  color: #FF511C;
  font-size: 16px;
  margin-bottom: 0;
}

article.type-job .entry-content p a {
  color: #FF511C;
}

article.type-job .meta-wrap {
  overflow: hidden;
  padding: 20px 0;
  clear: both;
}

article.type-job .meta-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
}

article.type-job .meta-list:after {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 20px;
  border-bottom: 1px solid #CDCDCD;
}

article.type-job .meta-list li {
  padding: 0;
  margin: 0;
  font-size: 0.8em;
  color: #FF511C;
  line-height: 1.4em; 
}

article.type-job .meta-list li span {
  color: #5A5A5A;
}

article.type-job .meta-list li span:after {
  content: ':';
}

#post-13 h1.entry-title {
  color: #555555;
  margin-bottom: 55px;
}


@media screen and (max-width: 599px) {
  article#post-63268 .column-4, article#post-63268 .column-5 {
    display: none;
  }
}

}

.socicon-twitter:before {
  font-size: 1.1em;
}

.socicon-googleplus:before {
  font-size: 1.3em;
}

.socicon-facebook:before {
  font-size: 1.1em;
}

.page-id-445300 h1.entry-title {
  padding-right: 160px;
}

.page-id-445300 .entry-header {
  position: relative;
}

.page-id-445300 .in-association-with {
  position: absolute;
  right: 0;
  top: 0;
}

.page-id-445300 .in-association-with .label {
  font-size: 0.7em;
  margin-bottom: 10px;
}

.page-id-445300 .in-association-with img {
  width: 150px;
  height: auto;
}

@media screen and (max-width: 550px) {

  .page-id-445300 .site-content .col-wrap {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
  }

  .page-id-445300 .site-content .col-wrap .col-last {
    display: block;
    width: 100%;
    max-width: initial;
  }

}

.league-table-wrap {

}

.league-table-wrap .league-table-item {
  margin: 30px 0;
}

.league-table-wrap .league-table-item h2 {
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 10px;
}

.league-table-wrap .league-table-item .league-table {
  height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}

.league-table-wrap .league-table-item .league-table::-webkit-scrollbar {
    width: 10px;
}
.league-table-wrap .league-table-item .league-table::-webkit-scrollbar-button {
    display: none;
}
.league-table-wrap .league-table-item .league-table::-webkit-scrollbar-thumb {
    background: #f45b00;
}
.league-table-wrap .league-table-item .league-table::-webkit-scrollbar-thumb:hover {
    background: #f45b00;
}
.league-table-wrap .league-table-item .league-table::-webkit-scrollbar-track {
    background: #FFFFFF;
}
.league-table-wrap .league-table-item .league-table::-webkit-scrollbar-track-piece {
    background: #FFFFFF;
}
.league-table-wrap .league-table-item .league-table::-webkit-scrollbar-corner {
    background: #999;
}
.league-table-wrap .league-table-item .league-table::-webkit-resizer {
    background: #111;
}



.league-table-wrap .league-table-item table {
  width: 100%;
  border-collpase: collapse;
  font-size: 0.8em;
} 

.league-table-wrap .league-table-item table td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  padding: 5px;
}

@media screen and ( min-width: 600px ) {
  .league-table-wrap .league-table-item table tbody td:nth-child(1) {
    width: 30px !Important;
    max-width: 30px !Important;
  }

  .league-table-wrap .league-table-item table tbody td:nth-child(2) {
    width: 300px !Important;
    max-width: 300px !Important;  
  }
}


.league-table-wrap .league-table-item table tbody tr:first-child td {
  background-color: #333333;
  color: #FFFFFF;
  font-weight: bold;
  padding-bottom: 15px;
}



.league-table-sidebar-item {
  margin: 30px 0;
}

.league-table-sidebar-item h2 {
  color: #f68c35;
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 10px;
}

.league-table-sidebar-item h2.with-logo {
  padding-right: 100px;
  position: relative;
}

.league-table-sidebar-item h2.with-logo span {
  display: block; 
  width: 75px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.league-table-sidebar-item .image-wrap {
  border: 2px solid #fdeee5;
}

.league-table-sidebar-item .call-to-action-wrap {
  background-color: #fdeee5;
  padding: 15px 15px 15px 15px;
}

.league-table-sidebar-item .call-to-action-wrap a {
  background-color: #FF511C;
  padding: 5px 20px;
  color: #FFFFFF;
  display: block;
}

.league-table-sidebar-item .call-to-action-wrap a:hover {
  text-decoration: none;
  background-color: #f68c35;

}

.league-table-sidebar-item .footer-wrap {
  padding: 10px 15px;
}

.league-table-sidebar-item .footer-wrap p {
  font-weight: 200;
  font-size: 0.8em;
  line-height: 1.4em;
}

.league-table-sidebar-item .content-wrap {
  background-color: #fdeee5;
  padding: 15px;
}


.league-table-sidebar-item .content-wrap h4 {
  font-size: 1.0em;
  font-weight: 400;
  line-height: 1.2em;
}

.league-table-sidebar-item .content-wrap.with-scroller {
  max-height: 200px;
  overflow-y: scroll;
}

.league-table-sidebar-item .content-wrap.with-scroller::-webkit-scrollbar {
    width: 10px;
}
.league-table-sidebar-item .content-wrap.with-scroller::-webkit-scrollbar-button {
    display: none;
}
.league-table-sidebar-item .content-wrap.with-scroller::-webkit-scrollbar-thumb {
    background: #f45b00;
}
.league-table-sidebar-item .content-wrap.with-scroller::-webkit-scrollbar-thumb:hover {
    background: #f45b00;
}
.league-table-sidebar-item .content-wrap.with-scroller::-webkit-scrollbar-track {
    background: #fdeee5;
}
.league-table-sidebar-item .content-wrap.with-scroller::-webkit-scrollbar-track-piece {
    background: #fdeee5;
}
.league-table-sidebar-item .content-wrap.with-scroller::-webkit-scrollbar-corner {
    background: #999;
}
.league-table-sidebar-item .content-wrap.with-scroller::-webkit-resizer {
    background: #111;
}

.league-table-sidebar-item .content-wrap p {
  font-weight: 200;
  font-size: 0.9em;
  line-height: 1.4em;
  margin-bottom: 15px;
}

.league-table-sidebar-item .content-wrap p:last-child {
  margin-bottom: 0px;
}

.league-table-sidebar-item .content-wrap table {
  width: 100%;
  border-collpase: collapse;
  font-size: 0.8em;
} 

.league-table-sidebar-item .content-wrap table td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #f2f2f2;

  padding: 3px;
}

.league-table-sidebar-item .content-wrap table tbody tr:first-child td {
  background-color: #333333;
  color: #FFFFFF;
  font-weight: bold;
  padding-bottom: 10px;
}


.league-table-sidebar-item.data-news .content-wrap {
  background-color: #e6e6e6;
}

.league-table-sidebar-item.data-news .content-wrap::-webkit-scrollbar-track {
    background: #e6e6e6;
}
.league-table-sidebar-item.data-news .content-wrap::-webkit-scrollbar-track-piece {
    background: #e6e6e6;
}

.league-table-sidebar-item .news-item {
  margin-bottom: 0;
  padding-bottom: 15px;
}

.league-table-sidebar-item .news-item:last-child {
  padding-bottom: 0px;
}

.league-table-sidebar-item .news-item {
  margin-left: 0;
}

.league-table-sidebar-item .news-item h3 {
  font-size: 1.0em;
  font-weight: 400;
  line-height: 1.2em;
}

.league-table-sidebar-item .news-item h3 a:hover {
  text-decoration: none;
  color: #f68c35;
}

.league-table-sidebar-item .ojeu-item {
  padding-bottom: 15px;
}

.league-table-sidebar-item .ojeu-item:last-child {
  padding-bottom: 0px;
}

.league-table-sidebar-item .ojeu-item .slug {
  color: #FF511C;
  margin-bottom: 0px;
  font-size: 1.0em;
  line-height: 1.2em;  
}

.league-table-sidebar-item .ojeu-item h3 {
  font-size: 1.0em;
  font-weight: 400;
  line-height: 1.2em;
}