/*******************************************************************/
/*	!FUNCTIONS   */
/*******************************************************************/
/*******************************************************************/
/*	!MIXINS   */
/*******************************************************************/
/*******************************************************************/
/*	!COLOURS   */
/*******************************************************************/
/*******************************************/
/* !MAINTENANCE PAGE */
/*******************************************/
body.maintenance-page #header {
  text-align: center;
  height: auto; }

body.maintenance-page #header #logo-container {
  float: none;
  margin: 100px auto; }

body.maintenance-page #content {
  text-align: center; }

#absolute-messages-messages .absolute-messages-message {
  font-size: 14px; }

#absolute-messages-messages .absolute-messages-message .content {
  padding: 5px; }

body #admin-menu {
  -webkit-font-smoothing: subpixel-antialiased; }

/*******************************************/
/* !USER PAGE */
/*******************************************/
.page-user #main-content {
  padding: 50px 0;
  min-height: 400px; }

.toboggan-unified {
  width: 50%;
  min-width: 400px;
  max-width: 600px; }
  @media only screen and (max-width: 959px) {
    .toboggan-unified {
      width: 100%;
      min-width: 0; } }

@media only screen and (max-width: 959px) {
  .confirm-parent, .password-parent {
    max-width: 100%; } }

.toboggan-unified #login-message {
  text-align: left;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px; }

.toboggan-unified #login-links {
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 24px; }

.toboggan-unified #login-links a {
  padding: 3px 10px;
  border: none;
  background-color: #DADADA; }

.toboggan-unified #login-links a.lt-active,
.toboggan-unified #login-links a.lt-active:hover,
.toboggan-unified #login-links a:hover {
  background-color: #EA0013;
  border: none;
  color: #FFF;
  text-decoration: none; }

.page-user .form-item {
  margin-bottom: 15px; }
  .page-user .form-item input {
    max-width: 100%; }

.page-user .form-item .description {
  font-size: 11px;
  line-height: 14px; }

fieldset#edit-profile-main legend {
  display: none; }

.page-user input.form-submit {
  width: 200px;
  color: #FFF;
  background-color: #EA0013;
  padding: 2px 10px 4px 10px;
  margin-top: 30px;
  border: 0;
  text-align: left;
  cursor: pointer; }

/*******************************************/
/* !USER REGISTRATION/LOGIN ON LEADERS LIST PAGES */
/*******************************************/
/*
body.logged-in .overlay-panel {
	display: none;
}
*/
.overlay-panel .region-user-registration {
  width: 700px;
  margin: 50px auto;
  background-color: #FFF;
  border: 1px solid #000;
  padding: 20px 0; }

.overlay-panel .region-user-registration .block {
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px; }

.overlay-panel .region-user-registration #block-formblock-user-register {
  width: 60%; }

.overlay-panel .region-user-registration #block-user-login {
  float: right;
  width: 40%;
  border-left: 1px solid #666; }

.overlay-panel .region-user-registration #block-user-login .form-item {
  margin-bottom: 10px; }

.overlay-panel .region-user-registration #block-user-login .item-list li.first {
  display: none; }

.region-user-registration .password-strength {
  float: none;
  width: 50%;
  margin-top: 0;
  margin-bottom: 10px; }

.region-user-registration .confirm-parent, .region-user-registration .password-parent {
  width: auto; }

.overlay-panel .region-user-registration div.password-confirm {
  width: 40%;
  font-size: 12px;
  margin-top: 0; }

.overlay-panel .region-user-registration div.description {
  padding: 5px 0;
  font-size: 10px; }

.overlay-panel .region-user-registration #edit-captcha-response {
  width: 60%;
  display: inline-block; }

.overlay-panel .region-user-registration input.form-submit {
  width: 200px;
  color: #FFF;
  background-color: #EA0013;
  padding: 2px 10px 4px 10px;
  margin-top: 30px;
  border: 0;
  text-align: left;
  cursor: pointer; }

/*******************************************/
/* !MESSAGES */
/*******************************************/
.absolute-messages-status {
  background-color: #666;
  border-bottom: 1px solid #000;
  color: #FFF; }

.absolute-messages-status .absolute-messages-dismiss {
  border: 1px solid #000;
  background-color: #FFF;
  color: #000; }

#sliding-popup {
  overflow: hidden; }

#sliding-popup .popup-content #popup-text h2, #sliding-popup .popup-content #popup-text p {
  font-size: 14px;
  font-weight: normal; }

/*******************************************/
/* !GLOBAL CONTAINERS */
/*******************************************/
html, body {
  height: 100%;
  min-height: 100%; }

body {
  /* 	background-color: #DADADA; */
  background-color: #FFF; }

#wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #FFF;
  z-index: 1; }

#content {
  clear: both;
  padding: 0 30px; }

section #main-content {
  overflow: hidden; }

#banner-link {
  background-color: #333;
  clear: both; }

#banner-link a {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 32px;
  line-height: 44px;
  color: #FFF; }

#banner-link a:hover {
  text-decoration: none; }

footer {
  clear: both; }

/*******************************************/
/* !HEADER ELEMENTS */
/*******************************************/
header {
  padding: 50px 50px 0 100px;
  border-bottom: 1px solid #CCCCCC; }
  @media only screen and (max-width: 959px) {
    header {
      padding: 40px 20px 0 20px; } }

header div#logo {
  width: 220px; }
  @media only screen and (max-width: 959px) {
    header div#logo {
      display: none; } }

/* STICKY HEADER */
body.scrolled header .sticky-header {
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color: #FFF;
  top: 0;
  left: 0;
  padding: 0 50px;
  border-bottom: 1px solid #CCCCCC; }
  @media only screen and (max-width: 959px) {
    body.scrolled header .sticky-header {
      padding: 0 20px;
      height: 61px; } }

body.scrolled header .sticky-header .region-header {
  margin-top: 20px; }

body.scrolled header .sticky-header a.ident {
  display: block;
  float: left;
  margin-top: 12px;
  margin-right: 25px;
  width: 25px;
  height: 25px;
  background: url(../../images/cw_ident.png) no-repeat center center;
  background-size: contain; }
  @media only screen and (max-width: 959px) {
    body.scrolled header .sticky-header a.ident {
      display: none; } }

.menu-icon {
  display: none;
  float: left;
  width: 28px;
  height: 25px;
  cursor: pointer;
  margin-top: 12px;
  margin-right: 20px; }
  @media only screen and (max-width: 959px) {
    .menu-icon {
      display: block; } }

.menu-icon .bars {
  width: 100%; }

.menu-icon .bar {
  display: block;
  margin-bottom: 0.3125rem;
  height: 0.3125rem;
  background-color: #666; }

@media only screen and (max-width: 959px) {
  .sticky-header {
    overflow: hidden; } }

.sticky-header a.logo-small {
  display: none;
  float: left;
  margin-left: 25px;
  width: 150px;
  height: 50px;
  background: url(../../logo.png) no-repeat center center;
  background-size: contain; }
  @media only screen and (max-width: 959px) {
    .sticky-header a.logo-small {
      display: inline-block; } }

body.scrolled #main-content {
  margin-top: 50px; }

/******************************************** 
/*  !LEFT COLUMN NAVIGATION */
/********************************************/
#fixed-column {
  display: none;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  overflow-y: auto;
  background-color: #e70b22;
  padding: 80px 20px; }
  @media only screen and (max-width: 959px) {
    #fixed-column {
      display: block; } }

#fixed-column.visible {
  z-index: 1; }

#fixed-column a.menu-close {
  display: block;
  position: fixed;
  text-align: right;
  top: 10px;
  left: 0;
  width: 260px;
  font-size: 14px; }

#fixed-column.visible a.menu-close {
  z-index: 1;
  color: #FFF; }

#fixed-column ul.menu li {
  margin-bottom: 12px; }
  #fixed-column ul.menu li a {
    display: block;
    margin-bottom: 10px;
    color: #FFF;
    font-weight: 600; }

#fixed-column ul.menu li ul li a {
  margin-bottom: 0; }

#fixed-column ul.menu li ul {
  margin-left: 15px;
  display: none; }

#fixed-column ul.menu li ul li ul {
  margin-left: 0;
  display: block; }

#fixed-column ul.menu span.nolink {
  display: none; }

#fixed-column ul.menu li ul li {
  margin-bottom: 8px; }
  #fixed-column ul.menu li ul li a {
    font-weight: 300; }

/******************************************** 
/*  !DEFAULT MAIN CONTENT STYLES */
/********************************************/
#main-content {
  margin: 0 50px 40px 100px; }
  @media only screen and (max-width: 959px) {
    #main-content {
      margin: 0 20px; } }

/******************************************** 
/*  !GLOBAL DEFAULT TEXT STYLES */
/********************************************/
body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #666; }

h1 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 30px;
  font-weight: 300;
  color: #e70b22; }
  @media only screen and (max-width: 959px) {
    h1 {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 20px; } }

h2 {
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 15px; }
  @media only screen and (max-width: 959px) {
    h2 {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 12px; } }

h3 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
  font-weight: 600; }
  @media only screen and (max-width: 959px) {
    h3 {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 12px; } }

h4 {
  color: #000;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 600; }

h5 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
  font-weight: 300;
  color: #e70b22; }
  @media only screen and (max-width: 959px) {
    h5 {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 12px; } }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

p {
  font-size: 15px;
  margin-bottom: 18px; }
  @media only screen and (max-width: 959px) {
    p {
      font-size: 12px;
      margin-bottom: 8px; } }

/****************************************
/*  !H4 LINK (grey box) */
/*****************************************/
h4 a {
  background-color: #CCCCCC;
  padding: 3px 10px;
  font-size: 20px;
  color: #FFF;
  font-weight: normal; }

h4 a:hover {
  color: #000;
  text-decoration: none; }

/****************************************
/*  !GLOBAL LINKS  */
/*****************************************/
a,
a:visited {
  color: #e70b22;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a.button-link {
  display: inline-block;
  margin: 30px 0;
  min-width: 200px;
  height: 30px;
  background-color: #e70b22;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  padding: 0 5px; }

/****************************************
/*  GLOBAL LIST STYLES  */
/*****************************************/
.text-block ul,
.column-main ul,
.awards-sub-content ul {
  margin-bottom: 18px; }

.text-block ul li,
.column-main ul li,
.column-main section ul li,
.awards-sub-content ul li {
  margin-left: 22px;
  list-style-type: none;
  list-style-image: url(../../images/list_bullet_red.png);
  margin-bottom: 6px; }
  @media only screen and (max-width: 959px) {
    .text-block ul li,
    .column-main ul li,
    .column-main section ul li,
    .awards-sub-content ul li {
      margin-left: 2em;
      font-size: 12px;
      margin-bottom: 4px; } }

.text-block img.image-400w {
  margin: 10px; }
  @media only screen and (max-width: 959px) {
    .text-block img.image-400w {
      margin: 0 auto; } }

/******************************************** 
/* !GENERIC NODE COLUMNS */
/********************************************/
.node .node-columns {
  position: relative;
  overflow: hidden;
  clear: both; }

.node .column-right,
.node .column-left {
  box-sizing: border-box; }

.node .column-right {
  float: right;
  width: 40%;
  margin-top: 40px;
  padding-left: 40px; }
  .node .column-right img {
    max-width: 100%;
    height: auto; }
  @media only screen and (max-width: 959px) {
    .node .column-right {
      position: relative;
      margin: 40px auto;
      padding-left: 0;
      width: 100%;
      overflow: hidden; } }

.node .column-main {
  float: left;
  width: 60%;
  margin-top: 40px; }
  @media only screen and (max-width: 959px) {
    .node .column-main {
      float: none;
      width: 100%; } }

.node .column-main.wide {
  margin-right: 0; }

/********************************************/
/*  !ADS  */
/********************************************/
.node-external-ad, .node-internal-ad {
  text-align: right;
  margin-bottom: 30px; }
  @media only screen and (max-width: 959px) {
    .node-external-ad, .node-internal-ad {
      text-align: center; } }

.node-external-ad .data,
.node-external-banner-ad .data {
  display: none; }

/*  HEADER AD */
div.header-ad {
  display: none;
  text-align: center;
  padding-bottom: 50px; }
  @media only screen and (max-width: 959px) {
    div.header-ad {
      padding-bottom: 10px; } }

div.header-ad img,
div.header-ad iframe,
div.header-ad iframe div
div.header-ad iframe img {
  width: 100% !important;
  max-width: 768px;
  height: auto; }

/* AD ROW (in header) */
div.ad-row-1 {
  display: none;
  text-align: center;
  padding-bottom: 20px;
  margin-left: -100px;
  margin-right: -50px; }
  div.ad-row-1 .ad-in-row {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 0; }
    @media only screen and (max-width: 959px) {
      div.ad-row-1 .ad-in-row {
        display: block;
        margin: 0 auto 20px auto; } }
  div.ad-row-1 .ad-in-row:last-of-type {
    margin-right: 0; }
    @media only screen and (max-width: 959px) {
      div.ad-row-1 .ad-in-row:last-of-type {
        margin-right: auto; } }

/* AD ROW 2  */
div.ad-row-2 {
  text-align: center;
  padding-bottom: 20px; }
  div.ad-row-2 .ad-in-row {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 0; }
    @media only screen and (max-width: 959px) {
      div.ad-row-2 .ad-in-row {
        display: block;
        margin: 0 auto 20px auto; } }
  div.ad-row-2 .ad-in-row:last-of-type {
    margin-right: 0; }
    @media only screen and (max-width: 959px) {
      div.ad-row-2 .ad-in-row:last-of-type {
        margin-right: auto; } }

/*  COLUMN ADS  */
@media only screen and (max-width: 959px) {
  .field-name-field-column-ads .field-item,
  .field-name-field-column-ads.field-type-node-reference {
    width: 50%;
    float: left; } }

/*  TEXT EDITABLE ADS  */
.node-internal-text-ad {
  width: 300px;
  float: right; }
  @media only screen and (max-width: 959px) {
    .node-internal-text-ad {
      margin: 0 auto;
      float: none; } }
  .node-internal-text-ad a {
    color: #FFFFFF; }

.text_ad_wrapper {
  padding: 15px 15px 5px 15px;
  text-align: center;
  margin-bottom: 30px; }
  .text_ad_wrapper h2, .text_ad_wrapper p {
    font-weight: 300; }

/******************************************** 
/*  !AD MANAGER PAGE */
/********************************************/
.view-ad-manger-blocks .view-header h2 {
  background-color: #E8E8EE;
  background-image: url(../../images/ad_arrow.png);
  background-repeat: no-repeat;
  margin-bottom: 20px;
  line-height: 30px;
  font-weight: 300;
  padding-left: 40px;
  cursor: pointer; }
  .view-ad-manger-blocks .view-header h2:hover {
    color: #F00;
    background-image: url(../../images/ad_arrow_down.png); }
.view-ad-manger-blocks .open h2 {
  color: #F00;
  background-image: url(../../images/ad_arrow_down.png); }

.view-ad-manger-blocks table {
  width: 100%;
  text-align: center;
  background-color: #FFFFFF; }
  .view-ad-manger-blocks table td {
    background-color: #E8E8EE;
    padding: 30px 10px;
    border: solid 2px #FFF; }
  .view-ad-manger-blocks table a {
    color: #333; }
  .view-ad-manger-blocks table a.red {
    color: #FF0000; }

.view-ad-manger-blocks table .node-external-ad {
  text-align: center; }

.view-ad-manger-blocks table .node-internal-text-ad {
  margin: 0 auto;
  float: none; }
  .view-ad-manger-blocks table .node-internal-text-ad a {
    color: #FFF; }

.view-ad-manger-blocks .views-field-status {
  margin-bottom: 20px; }

#node-14441.node-standard-page {
  min-height: 0; }

a.small-link {
  float: right;
  font-size: 14px;
  color: #666;
  font-weight: 700;
  margin-right: 20px; }

/******************************************** 
/*  !MAIN NAVIGATION */
/********************************************/
#block-system-main-menu {
  margin: 20px 0; }
  @media only screen and (max-width: 959px) {
    #block-system-main-menu {
      display: none; } }

/* IE7 displays list icons without this */
ul.menu li.leaf, ul.menu li.collapsed, ul.menu li.expanded {
  list-style-type: none;
  list-style-image: none; }

.block-menu ul,
.block-menu ul.menu li.leaf,
.block-menu ul.menu li.expanded {
  margin: 0;
  padding: 0;
  /* override drupal defaults */ }

ul.menu a {
  display: block;
  text-decoration: none; }

#block-system-main-menu ul.menu li {
  display: inline-block;
  position: relative;
  color: #333;
  border-right: 2px solid #e70b22; }

#block-system-main-menu ul.menu li.last {
  border: none; }

/* !level 1 menu style */
#block-system-main-menu ul.menu li a,
#block-system-main-menu ul.menu li span {
  display: block;
  font-weight: 600;
  color: #333;
  font-size: 15px;
  padding: 0 8px;
  text-align: center;
  line-height: 18px; }

#block-system-main-menu ul.menu li.first a {
  padding-left: 0; }

/* !top level active */
#block-system-main-menu ul.menu li.active-trail a {
  color: #e70b22; }

/* !top level rollover (global) */
#block-system-main-menu ul.menu li a:hover {
  color: #e70b22; }

/* !level 2 ul */
#block-system-main-menu ul.menu li.expanded ul.menu {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 50;
  height: auto;
  display: none;
  background-color: transparent; }

/* !level 3 ul */
#block-system-main-menu ul.menu li.expanded li.expanded ul.menu {
  position: relative;
  top: auto; }

#block-system-main-menu ul.menu li.expanded ul.menu li {
  display: block;
  padding: 0 !important;
  background: 0;
  background-color: transparent;
  border: none; }

/* !level 2 menu style (override level 1 style)*/
#block-system-main-menu ul.menu ul.menu li a {
  color: #FFF;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  background-color: rgba(231, 11, 34, 0.9);
  text-align: left;
  text-decoration: none;
  width: 240px;
  padding: 0 10px;
  padding-bottom: 12px; }

#block-system-main-menu ul.menu ul.menu li.active-trail a,
#block-system-main-menu ul.menu ul.menu li a:hover {
  color: #000; }

#block-system-main-menu ul.menu ul.menu li.first a {
  padding-top: 15px; }

#block-system-main-menu ul.menu ul.menu li.last a {
  padding-bottom: 15px; }

#block-system-main-menu ul.menu ul.menu li span.nolink {
  /*
  	display: block;
  	color: #FFF;
  	font-weight: 700;
  	font-size: 16px;
  	line-height: 32px;
  	background: url(../../images/bg_black_60.png);
  	text-align: left;
  	width: 240px;
  	padding: 15px 10px 0 10px;
  	min-height: 35px;
  */ }

/******************************************** 
/*  !LEADERS LIST MENU (Double width) */
/********************************************/
#block-system-main-menu ul.menu li.expanded.leaders-list > ul.menu {
  width: 650px;
  background-color: rgba(231, 11, 34, 0.9);
  overflow: hidden;
  height: auto; }

#block-system-main-menu ul.menu li.expanded.leaders-list > ul.menu li {
  text-align: left; }

/* make sure the L3 menu is displaying before it's parent slides down  */
#block-system-main-menu ul.menu li.expanded ul.menu.open ul {
  display: block; }

#block-system-main-menu ul.menu li.expanded.leaders-list > ul.menu > li.first {
  float: left;
  width: 400px;
  overflow: hidden;
  height: 100%; }

#block-system-main-menu ul.menu li.expanded.leaders-list > ul.menu > li.last {
  float: right;
  width: 240px;
  overflow: hidden;
  height: 100%; }

#block-system-main-menu ul.menu li.expanded.leaders-list > ul.menu > li > ul.menu {
  position: relative;
  top: 0;
  padding-bottom: 20px; }

#block-system-main-menu ul.menu li.expanded.leaders-list ul.menu li a,
#block-system-main-menu ul.menu li.expanded.leaders-list span.nolink {
  display: block;
  width: auto;
  background-color: transparent;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  padding: 0 10px;
  padding-bottom: 12px;
  color: #FFF;
  font-weight: 700;
  font-size: 16px; }

#block-system-main-menu ul.menu li.expanded.leaders-list ul.menu li a:hover {
  color: #000; }

#block-system-main-menu ul.menu li.expanded.leaders-list span.nolink {
  margin-top: 20px;
  margin-bottom: 15px; }

/******************************************** 
/*  !HEADER SOCIAL MEDIA ICONS */
/********************************************/
.region-header #block-nodeblock-1 {
  float: right;
  width: 120px;
  height: 25px;
  text-align: right; }
  @media only screen and (max-width: 959px) {
    .region-header #block-nodeblock-1 {
      position: absolute;
      top: 5px;
      right: 5px;
      z-index: 1; } }

.region-header #block-nodeblock-1 a {
  display: inline-block;
  width: 21px;
  height: 20px;
  margin-left: 6px;
  text-indent: 10000px;
  overflow: hidden;
  background-position: left top;
  background-repeat: no-repeat; }

.region-header a.twitter {
  background: url(../../images/twitter_link.png); }

.region-header a.blogger {
  background: url(../../images/blogger_link.png); }

.region-header a.linkedin {
  background: url(../../images/linkedin_link.png); }

/******************************************** 
/*  !BANNER SLIDESHOW  */
/********************************************/
.banner-slideshow {
  margin-left: -100px;
  margin-right: -50px; }
  @media only screen and (max-width: 959px) {
    .banner-slideshow {
      margin: 0 -20px; } }

.field-slideshow-pager {
  text-align: right;
  margin: 5px 20px 0 0; }

.field-slideshow-pager a {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../../images/slideshow_pager_up.png) no-repeat 0 0;
  text-indent: 10000px;
  overflow: hidden;
  margin-left: 4px; }

.field-slideshow-pager a:hover,
.field-slideshow-pager a.activeSlide {
  background: url(../../images/slideshow_pager_down.png); }

.field-slideshow-slide img.field-slideshow-image {
  border-bottom: 1px solid #CCCCCC; }

/********************************************/
/*  !FRONT PAGE ELEMENTS  */
/********************************************/
/* generic */
.node-home-page h1 {
  margin-top: 0; }

.node-home-page h2 {
  font-weight: 600;
  color: #000;
  margin-bottom: 30px; }

.node-home-page .home-block {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #CCCCCC;
  clear: left;
  overflow-y: hidden; }

/* leaders list */
.node-home-page .home-block.leaders-list {
  padding-top: 40px; }

/* events and networking */
.node-home-page ul.field-name-field-event-link-home li {
  position: relative;
  float: left;
  width: 50%;
  margin-bottom: 16px;
  min-height: 180px;
  background-color: #989898;
  text-align: center;
  box-sizing: border-box;
  list-style-image: none;
  margin-left: 0; }
  @media only screen and (max-width: 759px) {
    .node-home-page ul.field-name-field-event-link-home li {
      width: 100%;
      float: none;
      min-height: 50px; } }

.node-home-page ul.field-name-field-event-link-home li:nth-child(odd) {
  border-right: 8px solid #FFF; }
  @media only screen and (max-width: 759px) {
    .node-home-page ul.field-name-field-event-link-home li:nth-child(odd) {
      border: none; } }

.node-home-page ul.field-name-field-event-link-home li:nth-child(even) {
  border-left: 8px solid #FFF; }
  @media only screen and (max-width: 759px) {
    .node-home-page ul.field-name-field-event-link-home li:nth-child(even) {
      border: none; } }

.node-home-page ul.field-name-field-event-link-home li:nth-child(1) {
  background-color: #e70b22; }

.node-home-page ul.field-name-field-event-link-home li:nth-child(2) {
  background-color: #666666; }

.node-home-page ul.field-name-field-event-link-home li:nth-child(3) {
  background-color: #000; }

.node-home-page .events-networking .field-type-field-collection a {
  display: block;
  position: absolute;
  z-index: 10;
  box-sizing: border-box;
  width: 100%;
  height: 180px;
  padding: 15px 10px;
  color: #FFF;
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
  text-align: center; }
  .node-home-page .events-networking .field-type-field-collection a h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 34px;
    text-align: center;
    color: #FFF; }
    @media only screen and (max-width: 959px) {
      .node-home-page .events-networking .field-type-field-collection a h2 {
        font-size: 24px;
        line-height: 30px; } }
  .node-home-page .events-networking .field-type-field-collection a p {
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-weight: 300; }
  @media only screen and (max-width: 759px) {
    .node-home-page .events-networking .field-type-field-collection a {
      position: relative;
      height: auto;
      padding-bottom: 50px; } }

.node-home-page .events-networking .field-type-field-collection a:hover {
  text-decoration: none; }

/* online publications */
#block-views-newsletters-block-latest h2 {
  margin-bottom: 10px;
  width: 30px; }

.node-home-page #block-views-newsletters-block-latest .views-field-field-cover-image {
  float: right;
  overflow: hidden;
  margin-left: 40px;
  margin-right: 30px;
  margin-bottom: 40px;
  transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  /* IE 9 */
  -webkit-transform: rotate(10deg);
  /* Opera, Chrome, and Safari */
  -webkit-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.75); }

.online-publications a.pub-link {
  display: block;
  margin: 30px 0;
  width: 200px;
  height: 30px;
  background-color: #e70b22;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center; }

.online-publications a.pub-link:hover {
  text-decoration: none; }

.online-publications .newsletter-logo h2 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 400; }

/* latest news */
.node-home-page .home-block.news h2 {
  margin-bottom: 10px; }

.node-home-page .home-block.news .block-views {
  margin-bottom: 20px; }

/* FOLLOW / TWITTER */
.node-home-page .home-block.follow a.blogger-link {
  width: 146px;
  height: 44px;
  background: url(../../images/blogger_logo.png) no-repeat 0 0;
  margin-right: 20px;
  overflow: hidden;
  text-indent: -10000px;
  vertical-align: middle; }

.node-home-page .home-block.follow {
  border-bottom: none; }

/*******************************************/
/*   !STANDARD PAGE */
/*******************************************/
.node-standard-page {
  min-height: 300px; }

.node-type-standard-page .region-content .block-webform {
  padding: 30px 50px; }

.news-pdf span.file {
  display: block;
  margin-bottom: 20px; }

.node-standard-page div.shopify-buy-frame {
  margin-top: -30px; }

/*******************************************/
/*   !THANKS PAGE */
/*******************************************/
.node-type-thanks-page {
  min-height: 300px; }
  .node-type-thanks-page .column-main {
    text-align: center; }
    .node-type-thanks-page .column-main p {
      font-size: 1.25rem; }
  .node-type-thanks-page .thanks-button {
    margin: 2.5rem auto 4.375rem auto; }
    .node-type-thanks-page .thanks-button a {
      display: inline-block;
      color: #FFFFFF;
      padding: 0.3125rem 1.25rem;
      font-size: 1.5rem;
      font-weight: 300;
      border: 0;
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #e70b22 0%, #7f1919 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #ff0b22 0%, #7f1919 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #e70b22 0%, #7f1919 100%);
      /* W3C */
      /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73bbe9', endColorstr='#17567f',GradientType=0 ); IE6-9 */
      filter: none;
      /*IE6-9 */
      -moz-box-shadow: 0px -1px 3px rgba(190, 255, 255, 0.5), 2px 3px 3px rgba(0, 0, 0, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px white;
      /*top internal highlight*/
      -webkit-box-shadow: 0px -1px 3px rgba(190, 255, 255, 0.5), 2px 3px 3px rgba(0, 0, 0, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px white;
      /*top internal highlight*/
      box-shadow: 0px -1px 3px rgba(190, 255, 255, 0.5), 2px 3px 3px rgba(0, 0, 0, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px white;
      /*top internal highlight*/ }
      .node-type-thanks-page .thanks-button a:hover {
        color: #000;
        text-decoration: none; }
  .node-type-thanks-page img.insert-image {
    width: 50%;
    height: auto;
    max-width: 18.75rem; }

.node-type-thanks-page .region-content .block-webform {
  padding: 30px 50px; }

/********************************************/
/*    !NEWS ARTICLE (NODE) */
/********************************************/
.node-news-article p span.image-1000w img,
.node-news-article p img.image-1000w,
.node-opinion-article p span.image-1000w img,
.node-opinion-article p img.image-1000w,
.node-lifestyle-article p span.image-1000w img,
.node-lifestyle-article p img.image-1000w {
  width: 100%;
  height: auto; }

.node-news-article p span.caption,
.node-opinion-article p span.caption,
.node-lifestyle-article p span.caption {
  overflow: hidden; }
  .node-news-article p span.caption img,
  .node-opinion-article p span.caption img,
  .node-lifestyle-article p span.caption img {
    margin-bottom: 6px !important; }
  .node-news-article p span.caption p,
  .node-opinion-article p span.caption p,
  .node-lifestyle-article p span.caption p {
    text-align: center;
    font-size: 85%; }

.node-news-article p img,
.node-opinion-article p img,
.node-lifestyle-article p img {
  display: block;
  float: none !important;
  padding-right: 0;
  margin: 20px auto !important; }
  @media only screen and (max-width: 959px) {
    .node-news-article p img,
    .node-opinion-article p img,
    .node-lifestyle-article p img {
      max-width: 600px;
      width: 100%;
      height: auto; } }

.node-news-article,
.node-opinion-article,
.node-lifestyle-article {
  position: relative;
  padding: 40px 0; }

.node-news-article.node-teaser,
.node-opinion-article.node-teaser,
.node-lifestyle-article.node-teaser {
  padding: 0; }

.node-lifestyle-article.node-teaser.contextual-links-region {
  position: inherit; }

.node-news-article a.news-back,
.node-opinion-article a.news-back,
.node-lifestyle-article a.news-back {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  height: 30px;
  line-height: 30px;
  background: #EA0013 url(../../images/red_triangle_left.png) no-repeat 0 0;
  padding: 0 15px 0 31px;
  margin-bottom: 30px;
  margin-left: 0; }
  @media only screen and (max-width: 959px) {
    .node-news-article a.news-back,
    .node-opinion-article a.news-back,
    .node-lifestyle-article a.news-back {
      margin-bottom: 20px; } }

.node-news-article .column-main,
.node-opinion-article .column-main,
.node-lifestyle-article .column-main {
  /*float: none;
  width: 100%;
  padding-right: 30%;*/
  margin-top: 0; }
  @media only screen and (max-width: 959px) {
    .node-news-article .column-main,
    .node-opinion-article .column-main,
    .node-lifestyle-article .column-main {
      padding-right: 0; } }

.node-news-article .column-linked,
.node-opinion-article .column-linked,
.node-lifestyle-article .column-linked {
  clear: both;
  float: none;
  width: 70%;
  margin-top: 0;
  padding: 0; }
  @media only screen and (max-width: 959px) {
    .node-news-article .column-linked,
    .node-opinion-article .column-linked,
    .node-lifestyle-article .column-linked {
      width: 100%; } }

.node-news-article .column-linked .content,
.node-opinion-article .column-linked .content,
.node-lifestyle-article .column-linked .content {
  padding-top: 0; }
  @media only screen and (max-width: 959px) {
    .node-news-article .column-linked .content,
    .node-opinion-article .column-linked .content,
    .node-lifestyle-article .column-linked .content {
      text-align: left; } }

.node-news-article .column-linked h3,
.node-opinion-article .column-linked h3,
.node-lifestyle-article .column-linked h3 {
  font-size: 21px;
  line-height: 24px;
  font-weight: 600;
  color: #EA0013;
  margin-top: 0;
  margin-bottom: 30px; }

/* You may also like */
.node-news-article .column-linked .node-teaser,
.node-opinion-article .column-linked .node-teaser,
.node-lifestyle-article .column-linked .node-teaser {
  width: 100%;
  float: none;
  clear: both;
  overflow: hidden;
  background-color: #EDEDED;
  margin-bottom: 18px; }
  .node-news-article .column-linked .node-teaser .text,
  .node-opinion-article .column-linked .node-teaser .text,
  .node-lifestyle-article .column-linked .node-teaser .text {
    padding: 10px; }
  .node-news-article .column-linked .node-teaser h2,
  .node-opinion-article .column-linked .node-teaser h2,
  .node-lifestyle-article .column-linked .node-teaser h2 {
    font-size: 13px;
    line-height: 16px; }
  .node-news-article .column-linked .node-teaser a,
  .node-opinion-article .column-linked .node-teaser a,
  .node-lifestyle-article .column-linked .node-teaser a {
    color: #656565; }
  .node-news-article .column-linked .node-teaser a:hover,
  .node-opinion-article .column-linked .node-teaser a:hover,
  .node-lifestyle-article .column-linked .node-teaser a:hover {
    text-decoration: none; }
  .node-news-article .column-linked .node-teaser p.date,
  .node-opinion-article .column-linked .node-teaser p.date,
  .node-lifestyle-article .column-linked .node-teaser p.date {
    font-size: 13px; }
  .node-news-article .column-linked .node-teaser p.more,
  .node-opinion-article .column-linked .node-teaser p.more,
  .node-lifestyle-article .column-linked .node-teaser p.more {
    color: #e70b22;
    font-weight: bold;
    font-size: 13px; }

/*
.node-news-article.node-teaser a.more,
.node-opinion-article.node-teaser a.more,
.node-lifestyle-article.node-teaser a.more {
	
}


.node-news-article .column-right .node-teaser p.date,
.node-opinion-article .column-right .node-teaser p.date,
.node-lifestyle-article .column-right .node-teaser p.date {
	margin-bottom: 0;
}

.node-news-article .column-right .node-teaser h2,
.node-opinion-article .column-right .node-teaser h2,
.node-lifestyle-article .column-right .node-teaser h2 {
	font-size: 120%;
}
*/
/*
.node-news-article #share-block,
.node-opinion-article #share-block,
.node-lifestyle-article #share-block {
	position: absolute;
	z-index: 10;
	right: -330px;
	top: 60px;
	width: 345px;
}
 
#share-block button {
	width: 65px;
	height: 65px;
	display: inline-block;
	background: url(../../images/share_btn.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
} 

.block-easy-social {
	width: 240px;
	padding: 0 20px;
	float: right;
	background-color: #FFF;
}

.block-easy-social .content {
	padding: 0;
}
*/
body p.date span {
  font-weight: 700; }

.node-news-article .column-main p,
.node-opinion-article .column-main p,
.node-lifestyle-article .column-main p {
  padding-right: 2rem; }
  @media only screen and (max-width: 959px) {
    .node-news-article .column-main p,
    .node-opinion-article .column-main p,
    .node-lifestyle-article .column-main p {
      padding-right: 0; } }

/********************************************/
/*  !NEWS LANDING PAGE + ARTICLE LISTING PAGE COMMON ELEMENTS */
/********************************************/
.node-news-landing-page h1 {
  margin-bottom: 20px;
  padding-top: 40px; }

.node-news-landing-page .node-head {
  margin-right: 30%; }
  @media only screen and (max-width: 959px) {
    .node-news-landing-page .node-head {
      margin-right: 0; } }

.node-article-listing-page .node-head {
  margin-right: 0; }

.node-news-landing-page .column-main,
.node-article-listing-page .column-main {
  width: 70%;
  margin-top: 0; }
  @media only screen and (max-width: 959px) {
    .node-news-landing-page .column-main,
    .node-article-listing-page .column-main {
      margin-top: 0;
      width: 100%; } }

.node-news-landing-page .column-right,
.node-article-listing-page .column-right {
  width: 30%;
  margin-top: 40px; }
  @media only screen and (max-width: 959px) {
    .node-news-landing-page .column-right,
    .node-article-listing-page .column-right {
      clear: left;
      padding-top: 40px;
      float: none;
      width: 100%; } }

.news-view .view-content {
  margin-left: -18px; }

.news-view .views-row {
  clear: both;
  overflow: hidden;
  border-bottom: 18px solid #FFF; }

.filtered-list .views-row {
  margin-left: 18px;
  background-color: #EDEDED; }

/* .news-articles-categories.latest-3, 
	1st 3 rows of filtered list on article list page, 
	all rows of subcategory links
	33% width
*/
.latest-3-articles .views-row:nth-of-type(-n+3),
.filtered-list .views-row:nth-of-type(-n+3),
.subcategory-links .views-row {
  width: 33.3333333%;
  float: left;
  clear: none;
  background-color: #EDEDED;
  margin-left: 0;
  border-left: 18px solid #FFF;
  border-bottom: 18px solid #FFF; }
  @media only screen and (max-width: 759px) {
    .latest-3-articles .views-row:nth-of-type(-n+3),
    .filtered-list .views-row:nth-of-type(-n+3),
    .subcategory-links .views-row {
      width: 100%;
      float: none;
      clear: both;
      overflow: hidden; } }

.subcategory-links .views-row {
  background-color: #FFFFFF;
  border-bottom: none; }
  @media only screen and (max-width: 759px) {
    .subcategory-links .views-row {
      margin-bottom: 18px; } }

.node-news-landing-page .subcategory-links .views-row .views-row {
  width: 100%;
  float: none; }

.news-view .node-teaser {
  padding: 0; }

@media only screen and (max-width: 759px) {
  .node-news-landing-page .node-teaser,
  .node-news-landing-page .taxonomy-term {
    position: relative;
    overflow: hidden; } }

.node-news-landing-page .taxonomy-term {
  position: relative; }

.node-news-landing-page .node-teaser a,
.node-news-landing-page .node-teaser a:hover,
.node-article-listing-page .node-teaser a,
.node-article-listing-page .node-teaser a:hover,
.node-news-landing-page .taxonomy-term a,
.node-news-landing-page .taxonomy-term a:hover {
  color: #656565;
  text-decoration: none;
  font-weight: inherit; }

.node-news-landing-page .node-teaser img,
.node-news-landing-page .taxonomy-term img,
.node-article-listing-page .column-main .views-row-1:nth-of-type(1) .node-teaser img,
.node-article-listing-page .column-main .views-row-2:nth-of-type(2) .node-teaser img,
.node-article-listing-page .column-main .views-row-3:nth-of-type(3) .node-teaser img {
  width: 100%;
  height: auto;
  float: none; }
  @media only screen and (max-width: 759px) {
    .node-news-landing-page .node-teaser img,
    .node-news-landing-page .taxonomy-term img,
    .node-article-listing-page .column-main .views-row-1:nth-of-type(1) .node-teaser img,
    .node-article-listing-page .column-main .views-row-2:nth-of-type(2) .node-teaser img,
    .node-article-listing-page .column-main .views-row-3:nth-of-type(3) .node-teaser img {
      width: 30%;
      height: auto;
      float: left;
      margin-right: 20px; } }

.node-article-listing-page .node-teaser img,
.column-right .node-teaser img,
.column-linked .node-teaser img {
  width: 25%;
  height: auto;
  float: left;
  margin-right: 15px; }
  @media only screen and (max-width: 759px) {
    .node-article-listing-page .node-teaser img,
    .column-right .node-teaser img,
    .column-linked .node-teaser img {
      width: 30%; } }

.node-news-landing-page .taxonomy-term h2 {
  height: 50px;
  padding: 0;
  overflow: hidden; }
  @media only screen and (max-width: 759px) {
    .node-news-landing-page .taxonomy-term h2 {
      height: 70px;
      padding-top: 20px; } }

.news-view .views-row .node-teaser .text {
  padding: 12px; }

.news-view .views-row-1:nth-of-type(1) .node-teaser .text,
.news-view .views-row-2:nth-of-type(2) .node-teaser .text,
.news-view .views-row-3:nth-of-type(3) .node-teaser .text {
  height: auto;
  padding-bottom: none;
  position: relative; }
  @media only screen and (max-width: 759px) {
    .news-view .views-row-1:nth-of-type(1) .node-teaser .text,
    .news-view .views-row-2:nth-of-type(2) .node-teaser .text,
    .news-view .views-row-3:nth-of-type(3) .node-teaser .text {
      height: auto;
      position: static; } }

.news-view .views-row .node-teaser .text p.date {
  position: static;
  font-size: 12px; }
  @media only screen and (max-width: 759px) {
    .news-view .views-row .node-teaser .text p.date {
      font-size: 10px; } }

.news-view .views-row .node-teaser .text p.summary {
  font-size: 12px;
  padding-bottom: 20px; }
  @media only screen and (max-width: 759px) {
    .news-view .views-row .node-teaser .text p.summary {
      font-size: 10px; } }

.news-view .views-row-1:nth-of-type(1) .node-teaser .text p.date,
.news-view .views-row-2:nth-of-type(2) .node-teaser .text p.date,
.news-view .views-row-3:nth-of-type(3) .node-teaser .text p.date {
  position: absolute;
  left: 12px;
  bottom: 0;
  width: 45%;
  font-size: 12px;
  margin-bottom: 8px; }
  @media only screen and (max-width: 759px) {
    .news-view .views-row-1:nth-of-type(1) .node-teaser .text p.date,
    .news-view .views-row-2:nth-of-type(2) .node-teaser .text p.date,
    .news-view .views-row-3:nth-of-type(3) .node-teaser .text p.date {
      position: static;
      font-size: 10px;
      width: 100%; } }

.news-view .views-row .node-teaser .text p.more {
  position: static;
  font-size: 12px;
  margin-bottom: 0;
  text-align: left;
  font-weight: bold;
  color: #e70b22; }
  @media only screen and (max-width: 759px) {
    .news-view .views-row .node-teaser .text p.more {
      font-size: 10px; } }

.news-view .views-row-1:nth-of-type(1) .node-teaser .text p.more,
.news-view .views-row-2:nth-of-type(2) .node-teaser .text p.more,
.news-view .views-row-3:nth-of-type(3) .node-teaser .text p.more {
  position: absolute;
  right: 12px;
  bottom: 0;
  width: 45%;
  font-size: 12px;
  text-align: right;
  margin-bottom: 8px; }
  @media only screen and (max-width: 759px) {
    .news-view .views-row-1:nth-of-type(1) .node-teaser .text p.more,
    .news-view .views-row-2:nth-of-type(2) .node-teaser .text p.more,
    .news-view .views-row-3:nth-of-type(3) .node-teaser .text p.more {
      position: static;
      font-size: 10px;
      text-align: left;
      width: 100%; } }

.news-view .node-teaser h2,
.news-view .taxonomy-term h2 {
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  margin-left: 0; }
  @media only screen and (max-width: 959px) {
    .news-view .node-teaser h2,
    .news-view .taxonomy-term h2 {
      font-size: 13px;
      line-height: 16px; } }
  @media only screen and (max-width: 759px) {
    .news-view .node-teaser h2,
    .news-view .taxonomy-term h2 {
      font-size: 12px;
      line-height: 14px; } }

/********************************************/
/*  !NEWS ARTICLE LISTING PAGE */
/********************************************/
/*
.node-article-listing-page .column-main .views-row {
	width: 100%;
	float: none;
	clear: both;
	overflow: hidden;
	background-color: #EDEDED;
	border-left: 18px solid #FFF;
	border-bottom: 18px solid #FFF;
	position: relative;
}
*/
.node-article-listing-page h1 {
  margin-top: 0; }

.node-article-listing-page .column-right {
  margin-top: 0; }

/* the menu list at the top of the article listing page */
.node-article-listing-page .node-head .block-views {
  overflow: hidden;
  margin-bottom: 20px; }

.node-article-listing-page .node-head .views-row {
  float: left;
  padding: 0 8px;
  margin-right: 3px;
  margin-bottom: 3px;
  background-color: #EDEDED;
  text-align: center; }

.node-article-listing-page .node-head .views-row a,
.node-article-listing-page .node-head .views-row a h2 {
  color: #656565;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0; }

.node-article-listing-page .node-head .views-row a:hover,
.node-article-listing-page .node-head .views-row a:hover h2 {
  color: #e70b22; }

/* bit of a hack, but only way to make links display properly is to
use this version and hide the image (bug in views taxonomy links) */
.node-article-listing-page .node-head .views-row .views-row,
.node-article-listing-page .node-head .views-row img {
  display: none; }

/* SEARCH / FILTERS */
.node-article-listing-page .views-exposed-form {
  position: relative;
  margin-bottom: 10px;
  width: 170px;
  float: right;
  margin-top: 10px;
  margin-right: 30%; }
  @media only screen and (max-width: 959px) {
    .node-article-listing-page .views-exposed-form {
      margin-bottom: 10px; } }

.node-article-listing-page .views-exposed-form label {
  margin-bottom: 15px; }

/* search input field */
.node-article-listing-page .views-exposed-form input[type="text"],
.node-article-listing-page .views-exposed-form .views-exposed-widget {
  float: none;
  height: 24px; }

/* search button (absolute positioning) */
.node-article-listing-page .views-exposed-form .views-exposed-widget .form-submit {
  position: absolute;
  top: 0;
  left: 140px; }

/*********************/
@media only screen and (max-width: 959px) {
  .node-article-listing-page .column-main {
    margin-top: 0; } }

/*

.node-article-listing-page .col-main .content>h2 {
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 30px;
}
*/
/* right column ads */
/*
.node-article-listing-page .col-right a {
	display: block;
	margin-bottom: 35px;
}


.node-article-listing-page .col-right iframe {
	margin-bottom: 35px;
}
*/
/*
.node-article-listing-page .node-teaser {
	padding-top: 10px;
	padding-bottom: 0px;

	border-bottom: 1px solid #CCC;
}

.node-article-listing-page .node-teaser p.date {
	font-size: 13px;
	margin-bottom: 0;
}

.node-article-listing-page .node-teaser h2 {
	font-size: 15px;
	
	@include responsive(tablet) {
		font-size: 13px;
		line-height: 16px;
	}
}

.node-article-listing-page .node-teaser p.summary {
	font-size: 13px;
}


.node-article-listing-page #edit-field-category-article-tid-wrapper {
	
}
*/
/*
font-size: 16px;
font-weight: 600;
margin-bottom: 15px;
*/
/* search block */
.node-article-listing-page .node-head .search-box {
  height: 35px;
  margin-top: 20px;
  overflow: hidden; }
  @media only screen and (max-width: 759px) {
    .node-article-listing-page .node-head .search-box {
      height: 50px; } }

.views-exposed-form {
  position: relative; }

.views-exposed-form .views-exposed-widget {
  padding: 0; }

.views-exposed-form #edit-keys-wrapper {
  margin-bottom: 20px;
  display: block; }

.views-widget-filter-keys label {
  display: none; }

.views-exposed-form input[type="text"] {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  border: 1px solid #666;
  height: 26px;
  font-size: 13px;
  color: #000;
  text-align: center;
  display: block;
  width: 145px;
  float: left; }

.views-exposed-form .views-exposed-widget .form-submit {
  position: absolute;
  top: 0;
  left: 145px;
  margin: 0;
  padding: 0;
  border: none;
  display: block;
  text-indent: -10000px;
  overflow: hidden;
  width: 26px;
  height: 26px;
  background-color: #666;
  background: url(../../images/search_btn.png) no-repeat center center; }

/* exposed filter links */
.views-exposed-form .form-type-bef-link {
  margin-bottom: 1px;
  width: 200px; }

.views-exposed-form .form-type-bef-link a {
  font-size: 13px;
  color: #FFF;
  background-color: #999;
  display: block;
  padding: 5px 10px 5px 40px; }

.views-exposed-form .form-type-bef-link.selected a,
.views-exposed-form .form-type-bef-link a:hover {
  background-color: #333;
  text-decoration: none; }

/******************************************** 
/*  !NETWORKING EVENT */
/********************************************/
.node-networking-event {
  position: relative; }

.node-networking-event .overlay-title {
  position: absolute;
  z-index: 10;
  width: 40%;
  top: 30px;
  right: 30px;
  color: #FFF;
  font-size: 54px;
  line-height: 70px;
  font-weight: 300; }

.node-networking-event section p {
  /*
  font-size: 18px;
  line-height: 24px;
  color: #999;
  */ }

.node-networking-event section.summary,
.node-networking-event section.next-event,
.node-networking-event section.pdf {
  margin-bottom: 30px; }

.node-networking-event section.next-event h2 {
  font-size: 21px;
  font-weight: 600;
  color: #EA0013;
  margin-bottom: 15px; }

.node-networking-event .video-block h2 {
  margin-bottom: 50px; }

.node-networking-event .video-block {
  border-top: 1px solid #CCC;
  padding: 50px 0; }

/******************************************** 
/*  !NETWORKING/EVENTS LANDING PAGE */
/********************************************/
.node-type-networking-landing-page #wrapper {
  max-width: 1500px; }
  .node-type-networking-landing-page #wrapper header {
    max-width: 1280px;
    margin: 0 auto; }
  .node-type-networking-landing-page #wrapper section#main-content {
    margin: 0 0 40px 0; }

.node-networking-landing-page {
  font-size: 18px; }
  @media only screen and (max-width: 759px) {
    .node-networking-landing-page {
      font-size: 14px; } }
  .node-networking-landing-page section div.inner {
    margin: 0 50px 40px 100px;
    max-width: 960px; }
    @media only screen and (max-width: 759px) {
      .node-networking-landing-page section div.inner {
        margin: 0 20px; } }
  .node-networking-landing-page .banner-slideshow {
    margin: 0; }
  .node-networking-landing-page h1 {
    font-size: 40px;
    line-height: 1.25;
    padding-top: 40px;
    margin-bottom: 50px; }
    @media only screen and (max-width: 759px) {
      .node-networking-landing-page h1 {
        font-size: 24px;
        line-height: 1.25;
        padding-top: 24px;
        margin-bottom: 30px; } }
  .node-networking-landing-page p, .node-networking-landing-page ul {
    font-size: 18px; }
    @media only screen and (max-width: 759px) {
      .node-networking-landing-page p, .node-networking-landing-page ul {
        font-size: 14px; } }
  .node-networking-landing-page .page-ads {
    width: 300px;
    min-height: 300px;
    float: right;
    margin-left: 40px;
    margin-bottom: 40px;
    position: relative;
    overflow: visible; }
    @media only screen and (max-width: 759px) {
      .node-networking-landing-page .page-ads {
        float: none;
        margin: 0 auto; } }
    .node-networking-landing-page .page-ads .node {
      position: absolute;
      left: 0;
      top: 0; }
  @media only screen and (max-width: 759px) {
    .node-networking-landing-page .full-width-image {
      margin-top: 20px; } }
  .node-networking-landing-page .full-width-image img {
    width: 100%;
    height: auto; }
  .node-networking-landing-page section.event-details {
    padding: 60px;
    text-align: center;
    clear: right; }
    @media only screen and (max-width: 759px) {
      .node-networking-landing-page section.event-details {
        padding: 40px; } }
    .node-networking-landing-page section.event-details h2 {
      font-size: 40px;
      color: #e70b22;
      font-weight: 300;
      margin-bottom: 40px; }
      @media only screen and (max-width: 759px) {
        .node-networking-landing-page section.event-details h2 {
          font-size: 24px;
          margin-bottom: 24px; } }
    .node-networking-landing-page section.event-details p {
      margin-bottom: 12px; }
    .node-networking-landing-page section.event-details .date-row {
      text-align: center;
      width: 100%; }
    .node-networking-landing-page section.event-details .addtocal {
      /*display: inline-block;*/
      float: none;
      margin: 20px auto;
      padding: 5px 10px;
      background: #e70b22;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border: none;
      color: #FFFFFF;
      text-decoration: none;
      cursor: pointer;
      font-size: 12px;
      width: 150px; }
  .node-networking-landing-page section.categories {
    padding: 60px;
    min-height: 300px;
    background-color: #e70b22;
    color: #FFF; }
    @media only screen and (max-width: 759px) {
      .node-networking-landing-page section.categories {
        padding: 40px; } }
    .node-networking-landing-page section.categories h2 {
      font-size: 40px;
      color: #FFF;
      text-align: center;
      font-weight: 300;
      margin-bottom: 40px; }
      @media only screen and (max-width: 759px) {
        .node-networking-landing-page section.categories h2 {
          font-size: 24px;
          margin-bottom: 24px; } }
    .node-networking-landing-page section.categories ul {
      max-width: 960px;
      margin: 0 auto; }
      .node-networking-landing-page section.categories ul:before, .node-networking-landing-page section.categories ul:after {
        content: "";
        display: table; }
      .node-networking-landing-page section.categories ul:after {
        clear: both; }
      .node-networking-landing-page section.categories ul li {
        text-align: center;
        margin-bottom: 16px; }
        .node-networking-landing-page section.categories ul li p {
          font-size: 14px;
          display: none; }
      .node-networking-landing-page section.categories ul li.link h3 {
        cursor: pointer; }
      .node-networking-landing-page section.categories ul li.link h3:hover {
        text-decoration: underline; }
  .node-networking-landing-page section.quotes {
    min-height: 300px;
    text-align: center; }
    .node-networking-landing-page section.quotes:before, .node-networking-landing-page section.quotes:after {
      content: "";
      display: table; }
    .node-networking-landing-page section.quotes:after {
      clear: both; }
    @media only screen and (max-width: 759px) {
      .node-networking-landing-page section.quotes {
        padding: 40px; } }
    .node-networking-landing-page section.quotes .quote {
      padding: 60px 15%; }
      @media only screen and (max-width: 759px) {
        .node-networking-landing-page section.quotes .quote {
          padding: 30px 5%; } }
      .node-networking-landing-page section.quotes .quote blockquote {
        color: #000;
        font-size: 24px;
        font-style: italic;
        margin-bottom: 24px; }
        @media only screen and (max-width: 759px) {
          .node-networking-landing-page section.quotes .quote blockquote {
            font-size: 20px; } }
      .node-networking-landing-page section.quotes .quote p {
        color: #e70b22;
        padding: 0 10%; }

/******************************************** 
  VIDEO
********************************************/
.node-video.node-teaser {
  overflow: hidden;
  margin-bottom: 60px; }

.node-video.node-teaser .col-left {
  float: left; }

.wide .node-video.node-teaser .col-left {
  box-sizing: border-box;
  width: 50%;
  padding-right: 40px; }
  @media only screen and (max-width: 959px) {
    .wide .node-video.node-teaser .col-left {
      width: 100%;
      padding-right: none; } }

.node-video.node-teaser h2,
.node-video.node-teaser div.date span {
  font-size: 19px;
  font-weight: normal;
  color: #000;
  margin-bottom: 0; }

.node-video.node-teaser .titles {
  margin-bottom: 15px; }

.node-video.node-teaser .col-right {
  float: left;
  width: 50%;
  min-width: 480px; }
  @media only screen and (max-width: 759px) {
    .node-video.node-teaser .col-right {
      float: none;
      width: 100%;
      min-width: 0; } }

.node-video.node-teaser .col-right iframe {
  border: 1px solid #CCC; }
  @media only screen and (max-width: 759px) {
    .node-video.node-teaser .col-right iframe {
      width: 100%; } }

#block-views-videos-block-all {
  padding: 0; }

/******************************************** 
/*  !AWARDS LANDING PAGE */
/********************************************/
.node-type-awards-landing-page #wrapper {
  max-width: 1500px; }
  .node-type-awards-landing-page #wrapper header {
    max-width: 1280px;
    margin: 0 auto; }
  .node-type-awards-landing-page #wrapper section#main-content {
    margin: 0 0 40px 0; }

.node-awards-landing-page {
  font-size: 18px; }
  @media only screen and (max-width: 759px) {
    .node-awards-landing-page {
      font-size: 14px; } }
  .node-awards-landing-page section div.inner {
    margin: 0 50px 40px 100px;
    max-width: 960px; }
    @media only screen and (max-width: 759px) {
      .node-awards-landing-page section div.inner {
        margin: 0 20px; } }
  .node-awards-landing-page .banner-slideshow {
    margin: 0; }
  .node-awards-landing-page h1 {
    font-size: 40px;
    line-height: 1.25;
    padding-top: 40px;
    margin-bottom: 50px; }
    @media only screen and (max-width: 759px) {
      .node-awards-landing-page h1 {
        font-size: 24px;
        line-height: 1.25;
        padding-top: 24px;
        margin-bottom: 30px; } }
  .node-awards-landing-page p, .node-awards-landing-page ul {
    font-size: 18px; }
    @media only screen and (max-width: 759px) {
      .node-awards-landing-page p, .node-awards-landing-page ul {
        font-size: 14px; } }
  .node-awards-landing-page .page-ads {
    width: 300px;
    min-height: 300px;
    float: right;
    margin-left: 40px;
    margin-bottom: 40px;
    position: relative;
    overflow: visible; }
    @media only screen and (max-width: 759px) {
      .node-awards-landing-page .page-ads {
        float: none;
        margin: 0 auto; } }
    .node-awards-landing-page .page-ads .node {
      position: absolute;
      left: 0;
      top: 0; }
  @media only screen and (max-width: 759px) {
    .node-awards-landing-page .full-width-image {
      margin-top: 20px; } }
  .node-awards-landing-page .full-width-image img {
    width: 100%;
    height: auto; }
  .node-awards-landing-page section.event-details {
    padding: 60px;
    text-align: center;
    clear: right; }
    @media only screen and (max-width: 759px) {
      .node-awards-landing-page section.event-details {
        padding: 40px; } }
    .node-awards-landing-page section.event-details h2 {
      font-size: 40px;
      color: #e70b22;
      font-weight: 300;
      margin-bottom: 40px; }
      @media only screen and (max-width: 759px) {
        .node-awards-landing-page section.event-details h2 {
          font-size: 24px;
          margin-bottom: 24px; } }
    .node-awards-landing-page section.event-details p {
      margin-bottom: 12px; }
  .node-awards-landing-page section.categories {
    padding: 60px;
    min-height: 300px;
    background-color: #e70b22;
    color: #FFF; }
    @media only screen and (max-width: 759px) {
      .node-awards-landing-page section.categories {
        padding: 40px; } }
    .node-awards-landing-page section.categories h2 {
      font-size: 40px;
      color: #FFF;
      text-align: center;
      font-weight: 300;
      margin-bottom: 40px; }
      @media only screen and (max-width: 759px) {
        .node-awards-landing-page section.categories h2 {
          font-size: 24px;
          margin-bottom: 24px; } }
    .node-awards-landing-page section.categories ul {
      max-width: 960px;
      margin: 0 auto; }
      .node-awards-landing-page section.categories ul:before, .node-awards-landing-page section.categories ul:after {
        content: "";
        display: table; }
      .node-awards-landing-page section.categories ul:after {
        clear: both; }
      .node-awards-landing-page section.categories ul li {
        text-align: center;
        margin-bottom: 16px; }
        .node-awards-landing-page section.categories ul li p {
          font-size: 14px;
          display: none; }
      .node-awards-landing-page section.categories ul li.link h3 {
        cursor: pointer; }
      .node-awards-landing-page section.categories ul li.link h3:hover {
        text-decoration: underline; }
  .node-awards-landing-page section.quotes {
    min-height: 300px;
    text-align: center; }
    .node-awards-landing-page section.quotes:before, .node-awards-landing-page section.quotes:after {
      content: "";
      display: table; }
    .node-awards-landing-page section.quotes:after {
      clear: both; }
    @media only screen and (max-width: 759px) {
      .node-awards-landing-page section.quotes {
        padding: 40px; } }
    .node-awards-landing-page section.quotes .quote {
      padding: 60px 15%; }
      @media only screen and (max-width: 759px) {
        .node-awards-landing-page section.quotes .quote {
          padding: 30px 5%; } }
      .node-awards-landing-page section.quotes .quote blockquote {
        color: #000;
        font-size: 24px;
        font-style: italic;
        margin-bottom: 24px; }
        @media only screen and (max-width: 759px) {
          .node-awards-landing-page section.quotes .quote blockquote {
            font-size: 20px; } }
      .node-awards-landing-page section.quotes .quote p {
        color: #e70b22;
        padding: 0 10%; }

/******************************************** 
/*  !AWARDS SPONSORS GLOBAL ELEMENT */
/********************************************/
section.awards-sponsors {
  padding: 60px;
  min-height: 300px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1); }
  section.awards-sponsors:before, section.awards-sponsors:after {
    content: "";
    display: table; }
  section.awards-sponsors:after {
    clear: both; }
  @media only screen and (max-width: 759px) {
    section.awards-sponsors {
      padding: 40px; } }
  section.awards-sponsors h2 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 40px; }
    @media only screen and (max-width: 759px) {
      section.awards-sponsors h2 {
        font-size: 24px;
        margin-bottom: 24px; } }
  section.awards-sponsors .logos {
    text-align: center; }
    section.awards-sponsors .logos h3 {
      display: none; }
    section.awards-sponsors .logos h4 {
      font-size: 30px;
      font-weight: 300;
      margin: 60px 0 20px 0; }
    section.awards-sponsors .logos .sponsor {
      display: inline-block;
      width: 300px;
      padding: 20px;
      vertical-align: middle; }
      section.awards-sponsors .logos .sponsor img {
        width: 100%;
        height: auto; }
  section.awards-sponsors div.become-sponsor {
    margin: 50px 0; }
    section.awards-sponsors div.become-sponsor a {
      display: inline-block;
      color: #FFF;
      background-color: #000;
      padding: 6px 30px; }
    section.awards-sponsors div.become-sponsor a:hover {
      text-decoration: none;
      background-color: rgba(0, 0, 0, 0.5); }

/******************************************** 
/*  !AWARDS SUB PAGE / EVENTS SUB PAGE*/
/********************************************/
.node-type-awards-sub-page-bookings #wrapper,
.node-type-networking-sub-page-bookings #wrapper,
.node-type-awards-sub-page-gallery #wrapper,
.node-type-networking-sub-page-gallery #wrapper,
.node-type-awards-sub-page-judges #wrapper,
.node-type-awards-sub-page-results #wrapper,
.node-type-awards-sub-page-results-new #wrapper,
.node-type-awards-sub-page-sponsorship #wrapper,
.node-type-networking-sub-page-sponsorship #wrapper,
.node-type-awards-sub-page-submissions #wrapper,
.node-type-awards-sub-page-voting #wrapper,
.node-type-awards-sub-page-shortlist #wrapper,
.node-type-networking-sub-page-calendar #wrapper,
.node-type-awards-result-for-year #wrapper {
  max-width: 1500px; }
  .node-type-awards-sub-page-bookings #wrapper header,
  .node-type-networking-sub-page-bookings #wrapper header,
  .node-type-awards-sub-page-gallery #wrapper header,
  .node-type-networking-sub-page-gallery #wrapper header,
  .node-type-awards-sub-page-judges #wrapper header,
  .node-type-awards-sub-page-results #wrapper header,
  .node-type-awards-sub-page-results-new #wrapper header,
  .node-type-awards-sub-page-sponsorship #wrapper header,
  .node-type-networking-sub-page-sponsorship #wrapper header,
  .node-type-awards-sub-page-submissions #wrapper header,
  .node-type-awards-sub-page-voting #wrapper header,
  .node-type-awards-sub-page-shortlist #wrapper header,
  .node-type-networking-sub-page-calendar #wrapper header,
  .node-type-awards-result-for-year #wrapper header {
    max-width: 1280px;
    margin: 0 auto; }
  .node-type-awards-sub-page-bookings #wrapper section#main-content,
  .node-type-networking-sub-page-bookings #wrapper section#main-content,
  .node-type-awards-sub-page-gallery #wrapper section#main-content,
  .node-type-networking-sub-page-gallery #wrapper section#main-content,
  .node-type-awards-sub-page-judges #wrapper section#main-content,
  .node-type-awards-sub-page-results #wrapper section#main-content,
  .node-type-awards-sub-page-results-new #wrapper section#main-content,
  .node-type-awards-sub-page-sponsorship #wrapper section#main-content,
  .node-type-networking-sub-page-sponsorship #wrapper section#main-content,
  .node-type-awards-sub-page-submissions #wrapper section#main-content,
  .node-type-awards-sub-page-voting #wrapper section#main-content,
  .node-type-awards-sub-page-shortlist #wrapper section#main-content,
  .node-type-networking-sub-page-calendar #wrapper section#main-content,
  .node-type-awards-result-for-year #wrapper section#main-content {
    margin: 0 0 40px 0; }

.awards-globals:before, .awards-globals:after {
  content: "";
  display: table; }
.awards-globals:after {
  clear: both; }
.awards-globals .page-ads {
  width: 300px;
  min-height: 300px;
  float: right;
  margin-left: 40px;
  margin-bottom: 20px;
  position: relative; }
  .awards-globals .page-ads:before, .awards-globals .page-ads:after {
    content: "";
    display: table; }
  .awards-globals .page-ads:after {
    clear: both; }
  @media only screen and (max-width: 759px) {
    .awards-globals .page-ads {
      display: none; } }
  .awards-globals .page-ads .node:before, .awards-globals .page-ads .node:after {
    content: "";
    display: table; }
  .awards-globals .page-ads .node:after {
    clear: both; }
.awards-globals .parent-fields {
  padding: 50px 50px 0 100px; }
  .awards-globals .parent-fields:before, .awards-globals .parent-fields:after {
    content: "";
    display: table; }
  .awards-globals .parent-fields:after {
    clear: both; }
  @media only screen and (max-width: 759px) {
    .awards-globals .parent-fields {
      display: none; } }
  .awards-globals .parent-fields .logo {
    width: 300px;
    min-height: 100px; }
    .awards-globals .parent-fields .logo img {
      width: 100%;
      height: auto;
      margin-bottom: 50px; }

.awards-sub-content {
  padding: 0 50px 50px 100px; }
  .awards-sub-content:before, .awards-sub-content:after {
    content: "";
    display: table; }
  .awards-sub-content:after {
    clear: both; }
  @media only screen and (max-width: 759px) {
    .awards-sub-content {
      padding: 50px 20px; } }
  .awards-sub-content h1 {
    margin-bottom: 50px; }
    @media only screen and (max-width: 759px) {
      .awards-sub-content h1 {
        margin-bottom: 20px; } }
  .awards-sub-content .inactive {
    font-weight: bold;
    color: #e70b22;
    font-size: 18px; }

/******************************************** 
/*  !AWARDS SUB PAGE: BOOKINGS */
/********************************************/
.awards-sub-content .ticket {
  width: 100%;
  max-width: 600px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 40px 0; }
  @media only screen and (max-width: 759px) {
    .awards-sub-content .ticket {
      padding: 20px 0; } }
  .awards-sub-content .ticket h3 {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 6px; }
    @media only screen and (max-width: 759px) {
      .awards-sub-content .ticket h3 {
        font-size: 14px; } }
  .awards-sub-content .ticket p {
    font-size: 18px;
    margin-bottom: 0; }
    @media only screen and (max-width: 759px) {
      .awards-sub-content .ticket p {
        font-size: 14px; } }

/******************************************** 
/*  !EVENTS SUB PAGE: BOOKINGS */
/********************************************/
.node-type-networking-sub-page-bookings .button-code {
  margin-top: 20px; }
  .node-type-networking-sub-page-bookings .button-code a {
    display: inline-block;
    font-weight: 300;
    color: #FFF;
    background-color: #E21A22;
    padding: 10px 16px;
    border: 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer; }

/******************************************** 
/*  !AWARDS SUB PAGE: JUDGES */
/********************************************/
.judge {
  clear: both;
  margin-bottom: 70px; }
  .judge:before, .judge:after {
    content: "";
    display: table; }
  .judge:after {
    clear: both; }
  @media only screen and (max-width: 759px) {
    .judge {
      margin-bottom: 40px; } }
  .judge .image {
    width: 350px;
    float: left;
    padding-right: 50px; }
    @media only screen and (max-width: 759px) {
      .judge .image {
        width: 150px;
        padding-right: 20px; } }
    .judge .image img {
      width: 100%;
      height: auto; }
  .judge .text {
    margin-left: 350px; }
    @media only screen and (max-width: 759px) {
      .judge .text {
        margin-left: 150px; } }

/******************************************** 
/*  !AWARDS SUB PAGE: RESULTS (NEW 2018) */
/********************************************/
.node-awards-sub-page-results-new .awards-sub-content .view-awards-events-results .item-list ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  width: 150px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 3px 20px;
  margin-bottom: 30px;
  margin-right: 5px;
  cursor: pointer; }
  .node-awards-sub-page-results-new .awards-sub-content .view-awards-events-results .item-list ul li:hover, .node-awards-sub-page-results-new .awards-sub-content .view-awards-events-results .item-list ul li.views-row-first {
    background-color: #e70b22; }
  .node-awards-sub-page-results-new .awards-sub-content .view-awards-events-results .item-list ul li a {
    display: block;
    color: #FFF;
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 0;
    text-align: center; }
  .node-awards-sub-page-results-new .awards-sub-content .view-awards-events-results .item-list ul li a:hover {
    text-decoration: none; }
.node-awards-sub-page-results-new .awards-sub-content .view-awards-event-latest h1 {
  display: none; }

/******************************************** 
/*  !AWARDS RESULTS ARCHIVE PAGE */
/********************************************/
.node-awards-result-for-year .results h3 {
  color: #e70b22;
  padding-top: 40px;
  margin-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.5); }

/******************************************** 
/*  !AWARDS SUB PAGE: RESULTS */
/********************************************/
.node-awards-sub-page-results .results {
  position: relative; }

.node-awards-sub-page-results .result {
  float: left;
  margin-right: 3px; }
  .node-awards-sub-page-results .result .header {
    width: 150px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 3px 20px;
    margin-bottom: 30px;
    cursor: pointer; }
    @media only screen and (max-width: 759px) {
      .node-awards-sub-page-results .result .header {
        width: 80px; } }
    .node-awards-sub-page-results .result .header h2 {
      color: #FFF;
      font-weight: normal;
      font-size: 22px;
      margin-bottom: 0;
      text-align: center; }
  .node-awards-sub-page-results .result .header.active {
    background-color: #e70b22; }
  .node-awards-sub-page-results .result .details {
    display: none;
    position: absolute;
    top: 40px;
    left: 0; }
    .node-awards-sub-page-results .result .details .field-name-field-details-results {
      padding: 0 0 1.25rem 0; }
    .node-awards-sub-page-results .result .details h3 {
      font-size: 20px;
      margin-top: 30px;
      margin-bottom: 18px; }
    .node-awards-sub-page-results .result .details p.field-name-field-winner-result {
      font-weight: bold;
      margin-bottom: 0;
      color: #e70b22; }

/******************************************** 
/*  !AWARDS SUB PAGE: GALLERY */
/********************************************/
.awards-sub-content .gallery {
  clear: right; }

.awards-sub-content .field-name-field-gallery-images {
  width: 25%;
  float: left;
  padding: 2px; }
  @media only screen and (max-width: 759px) {
    .awards-sub-content .field-name-field-gallery-images {
      width: 50%; } }
  .awards-sub-content .field-name-field-gallery-images img {
    width: 100%;
    height: auto; }

/******************************************** 
/*  !EVENTS SUB PAGE: CALENDAR */
/********************************************/
.date-list .addtocal {
  /*display: inline-block;*/
  float: none;
  margin: 20px 0;
  padding: 5px 10px;
  background: #e70b22;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  width: 150px; }
.date-list .field-collection-view, .date-list .calendar-date {
  width: 100%;
  max-width: 600px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 40px 0;
  margin: 0; }
.date-list .item-list li {
  list-style: none; }
.date-list .field-collection-container {
  border: none; }

/******************************************** 
/*  !EVENTS SUB PAGE: SPONSORS */
/********************************************/
.sponsor-images {
  width: 100%;
  position: relative;
  padding-top: 40px; }
  .sponsor-images .field-name-field-sponsor-logos {
    display: inline-block;
    width: 23%;
    height: 23%;
    padding: 0 0 6% 0;
    margin: 0;
    vertical-align: middle;
    vertical-align: middle;
    text-align: center; }
  .sponsor-images img {
    width: 80%;
    margin: 0 auto;
    height: auto;
    vertical-align: middle;
    text-align: center; }

/******************************************** 
/*  !AWARDS MENU  & EVENTS MENU*/
/********************************************/
.awards-menu, .event-menu {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75); }
  .awards-menu:before, .awards-menu:after, .event-menu:before, .event-menu:after {
    content: "";
    display: table; }
  .awards-menu:after, .event-menu:after {
    clear: both; }

.awards-menu ul.menu, .event-menu ul.menu {
  background-color: #e70b22; }
  .awards-menu ul.menu:before, .awards-menu ul.menu:after, .event-menu ul.menu:before, .event-menu ul.menu:after {
    content: "";
    display: table; }
  .awards-menu ul.menu:after, .event-menu ul.menu:after {
    clear: both; }
  .awards-menu ul.menu li, .event-menu ul.menu li {
    float: left;
    width: 11.111111111%;
    min-height: 80px;
    background-color: #e70b22;
    display: table; }
    @media only screen and (max-width: 759px) {
      .awards-menu ul.menu li, .event-menu ul.menu li {
        float: none;
        width: 100%;
        min-height: 0; } }
    .awards-menu ul.menu li a, .event-menu ul.menu li a {
      display: table-cell;
      height: 100%;
      width: 100%;
      color: #FFF;
      vertical-align: middle;
      padding: 3px;
      text-align: center;
      font-size: 15px;
      background-color: #e70b22;
      border-right: 1px solid rgba(0, 0, 0, 0.5); }
      @media only screen and (max-width: 959px) {
        .awards-menu ul.menu li a, .event-menu ul.menu li a {
          padding: 2px;
          font-size: 14px; } }
      @media only screen and (max-width: 759px) {
        .awards-menu ul.menu li a, .event-menu ul.menu li a {
          text-align: left;
          padding: 5px 0 5px 20px; } }
    .awards-menu ul.menu li a:hover, .awards-menu ul.menu li a.active, .event-menu ul.menu li a:hover, .event-menu ul.menu li a.active {
      background-color: #000; }
  .awards-menu ul.menu li.last a, .event-menu ul.menu li.last a {
    border: none; }

.event-menu ul.menu li {
  width: 16.66666%; }
  @media only screen and (max-width: 759px) {
    .event-menu ul.menu li {
      float: none;
      width: 100%;
      min-height: 0; } }

/******************************************** 
/*  !AWARDS SUBMISSIONS */
/********************************************/
.node-type-awards-sub-page-submissions .download-file a {
  font-size: 120%; }
.node-type-awards-sub-page-submissions section.categories {
  padding: 60px;
  min-height: 300px;
  background-color: #e70b22;
  color: #FFF;
  margin-top: 50px; }
  @media only screen and (max-width: 759px) {
    .node-type-awards-sub-page-submissions section.categories {
      padding: 40px; } }
  .node-type-awards-sub-page-submissions section.categories h2 {
    font-size: 40px;
    color: #FFF;
    text-align: center;
    font-weight: 300;
    margin-bottom: 40px; }
    @media only screen and (max-width: 759px) {
      .node-type-awards-sub-page-submissions section.categories h2 {
        font-size: 24px;
        margin-bottom: 24px; } }
  .node-type-awards-sub-page-submissions section.categories h3.field-label {
    display: none; }
  .node-type-awards-sub-page-submissions section.categories ul {
    max-width: 960px;
    margin: 0 auto; }
    .node-type-awards-sub-page-submissions section.categories ul:before, .node-type-awards-sub-page-submissions section.categories ul:after {
      content: "";
      display: table; }
    .node-type-awards-sub-page-submissions section.categories ul:after {
      clear: both; }
    .node-type-awards-sub-page-submissions section.categories ul li {
      text-align: center;
      margin-bottom: 16px; }
      .node-type-awards-sub-page-submissions section.categories ul li p {
        font-size: 14px;
        display: none; }
    .node-type-awards-sub-page-submissions section.categories ul li.link h3 {
      cursor: pointer; }
    .node-type-awards-sub-page-submissions section.categories ul li.link h3:hover {
      text-decoration: underline; }

/******************************************** 
/*  !AWARDS EVENT */
/********************************************/
.node-awards-event {
  position: relative; }

.node-awards-event .overlay-title {
  position: absolute;
  z-index: 10;
  width: 40%;
  top: 30px;
  right: 30px;
  color: #FFF;
  font-size: 54px;
  line-height: 70px;
  font-weight: 300; }

.node-awards-event .header-block {
  padding-top: 40px;
  margin-bottom: 30px;
  clear: left; }

.node-awards-event .header-block p {
  font-size: 18px;
  line-height: 24px;
  color: #999;
  margin-bottom: 0; }

.node-awards-event .column-main,
.node-awards-event .column-main section {
  min-height: 500px; }

.node-awards-event .column-main section h2.section-heading {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  margin-bottom: 40px; }

/* event navigation */
ul.event-menu {
  text-align: left; }

ul.event-menu li {
  margin: 0;
  list-style-image: none;
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  border-right: 1px solid #e70b22; }

ul.event-menu li:last-child {
  border: none; }

ul.event-menu li a {
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  color: #333; }

ul.event-menu li.selected a,
ul.event-menu li a:hover {
  color: #e70b22;
  text-decoration: none; }

/* booking form */
.node-awards-event .block-webform .webform-component--no-of-guests {
  margin-bottom: 40px; }

.node-awards-event .block-webform .webform-component--no-of-guests label {
  font-weight: 700;
  color: #000;
  margin-bottom: 15px; }

.node-awards-event .block-webform .webform-component--main-contact legend {
  margin-bottom: 0; }

.node-awards-event .block-webform .webform-component--main-contact .fieldset-description {
  margin-bottom: 15px; }

/* nominations */
.node-awards-event #nominations .block-webform {
  margin-bottom: 40px; }

/*  shortlist */
#shortlist .webform-component > label {
  font-weight: 700;
  color: #000;
  margin-bottom: 15px; }

#shortlist .webform-component {
  margin-bottom: 40px; }

/* hide the form elements, not required for the shortlist */
#shortlist .webform-component input,
#shortlist .captcha,
#shortlist .form-actions {
  display: none; }

/* hide the labels of input fields, also not required here */
#shortlist .webform-component-textfield,
#shortlist .webform-component-email {
  display: none; }

/* voting form */
#voting .webform-component > label {
  font-weight: 700;
  color: #000;
  margin-bottom: 15px; }

#voting .webform-component {
  margin-bottom: 40px; }

/* submissions form */
#submissions .webform-component > label {
  font-weight: 700;
  color: #000;
  margin-bottom: 15px; }

#submissions .webform-component {
  margin-bottom: 40px; }

/* #nominations form */
#nominations .webform-component > label {
  font-weight: 700;
  color: #000;
  margin-bottom: 15px; }

#nominations .webform-component {
  margin-bottom: 40px; }

/* judges */
.node-awards-event .field-name-field-judges-event {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #CCC;
  clear: left;
  overflow: hidden; }
  .node-awards-event .field-name-field-judges-event img {
    width: 150px;
    height: auto; }

.node-awards-event .field-name-field-judges-event p {
  margin-bottom: 3px; }

.node-awards-event .field-name-field-judges-event p.field-name-field-name-judge {
  color: #000;
  font-weight: 600; }

.node-awards-event .field-name-field-judges-event h3.field-label {
  font-size: 15px;
  color: #EA0013;
  cursor: pointer; }

.node-awards-event .field-name-field-judges-event .field-name-field-profile {
  clear: both;
  display: none; }

.node-awards-event .field-name-field-judges-event .field-name-field-image-person {
  width: 175px;
  float: right;
  margin-bottom: 20px;
  text-align: right; }

/* sponsors / charity partners */
.node-awards-event .sponsor-list,
.node-awards-event .charity-list {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #CCC; }

.node-awards-event .field-name-field-sponsors-event,
.node-awards-event .field-name-field-charity-event {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #CCC;
  clear: left;
  overflow: hidden; }

.node-awards-event .field-name-field-sponsors-event .field-name-field-logo-sponsor {
  width: 200px;
  float: left;
  margin-bottom: 25px; }

/* previous results */
.view-previous-awards {
  margin-top: 30px; }

.node-awards-event .column-main .view-previous-awards .view-header h2.section-heading {
  margin-bottom: 20px; }

.view-previous-awards .views-row .views-field-title {
  margin-bottom: 30px;
  cursor: pointer; }

.view-previous-awards .views-row .views-field-title span.previous-heading {
  font-weight: 600;
  font-size: 18px; }

.view-previous-awards .views-row .previous-results {
  display: none; }

/********************************************/
/* !WEBFORM GLOBALS */
/********************************************/
.node-webform {
  padding: 50px; }

.block-webform,
.node-webform {
  font-size: 15px; }

.block-webform fieldset,
.node-webform fieldset {
  margin-bottom: 40px; }

.block-webform legend,
.node-webform legend {
  margin-bottom: 15px; }

.block-webform legend .fieldset-legend,
.node-webform legend .fieldset-legend {
  display: block;
  margin-top: 20px;
  color: #000;
  font-weight: 700; }

.block-webform .fieldset-description,
.node-webform .fieldset-description {
  font-size: 13px; }

.block-webform .form-item,
.node-webform .form-item {
  margin-bottom: 10px; }

.node-awards-sub-page-voting .block-webform .webform-component,
.node-awards-sub-page-voting .node-webform .webform-component {
  margin-bottom: 50px; }
  .node-awards-sub-page-voting .block-webform .webform-component label,
  .node-awards-sub-page-voting .node-webform .webform-component label {
    margin-bottom: 10px; }
.node-awards-sub-page-voting .block-webform .webform-component-textfield,
.node-awards-sub-page-voting .node-webform .webform-component-textfield {
  margin-bottom: 10px; }

.block-webform .form-item .form-radios,
.node-webform .form-item .form-radios {
  margin-bottom: 20px; }

.block-webform .form-item label,
.node-webform .form-item label {
  margin-bottom: 4px;
  color: #000; }

.block-webform input[type=text],
.block-webform input[type=email],
.block-webform textarea,
.block-webform .grippie,
.node-webform input[type=text],
.node-webform input[type=email],
.node-webform textarea,
.node-webform .grippie {
  width: 400px; }

.node-webform .captcha {
  margin-top: 20px; }

.block-webform input.webform-submit,
.node-webform input.webform-submit,
.block-user input.form-submit,
input.webform-next,
input.webform-previous {
  color: #FFF;
  background-color: #EA0013;
  padding: 2px 10px 4px 10px;
  margin-top: 30px;
  border: 0;
  width: 400px;
  text-align: left;
  cursor: pointer; }

input.webform-next,
input.webform-previous {
  width: 130px;
  text-align: center; }

input.webform-previous {
  margin-right: 5px; }

input.webform-next {
  width: 120px; }

.block-webform h3,
.node-webform h3 {
  color: #000;
  font-weight: 700; }

.webform-component-radios,
.webform-component-checkboxes {
  margin-bottom: 20px; }

/* radio buttons heading */
.webform-component-radios label,
.webform-component-checkboxes label {
  font-weight: 700; }

/* label for individual buttons */
.webform-component-radios .form-type-radio label,
.webform-component-checkboxes .form-type-checkbox label {
  font-weight: 400; }

.webform-progressbar {
  width: 100%;
  margin-bottom: 50px; }

.webform-progressbar-inner {
  background-color: #000; }

.webform-progressbar-outer {
  border: none;
  background-color: #CCC; }

.webform-progressbar-number {
  margin-top: 50px; }

.webform-progressbar-page.current {
  background-color: #EA0013; }

.webform-progressbar-page.completed {
  background-color: #000; }

form.webform-client-form.preview h2.webform-page {
  margin-top: 30px; }

/********************************************
 	SPECIFIC WEBFORM STYLES 
*********************************************/
.social, .emotional, .csr {
  padding-bottom: 20px; }

.social label, .emotional label, .csr label {
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 20px; }

.social label.option, .emotional label.option, .csr label.option {
  font-weight: normal;
  font-size: 15px; }

ul.form-instructions li {
  list-style: inside; }

/*
label[for=edit-submitted-private-bank-of-the-year-switzerland-and-leichtenstein], label[for=edit-submitted-law-firm-of-the-year-hong-kong], label[for=edit-submitted-law-firm-of-the-year-gibraltar-] {
	padding:10px 0;
	font-weight:600;
	font-size:20px;
}
*/
/*******************************************
 * LEADERS LIST EXPORT PAGE
 *******************************************/
.page-leaders-list-export .view-leaders-list-export,
.page-authenticated-users .view-authenticated-users {
  padding: 50px; }

.view-leaders-list-export .views-exposed-form,
.view-authenticated-users .views-exposed-form {
  padding: 20px;
  background-color: #DADADA;
  margin-bottom: 30px; }

.view-leaders-list-export .views-exposed-form .views-exposed-widget {
  margin-right: 20px; }

.view-leaders-list-export .views-exposed-form .views-exposed-widget select {
  background-color: #FFF; }

.view-leaders-list-export .views-exposed-form .views-exposed-widget .form-submit {
  display: none; }

.view-leaders-list-export .views-table th,
.view-authenticated-users .views-table th {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 10px; }

.view-leaders-list-export .views-table td,
.view-authenticated-users .views-table td {
  padding: 4px; }

.view-leaders-list-export .views-table td.active,
.view-authenticated-users .views-table td.active {
  background-color: #FFF; }

.view-leaders-list-export .feed-icon a,
.view-authenticated-users .feed-icon a {
  display: inline-block;
  width: 150px;
  border: 2px solid #000;
  background-color: orange;
  cursor: pointer; }

/*******************************************/
/* !COMPANY LISTING PAGE */
/*******************************************/
.node-company-listing-page .title-banner {
  margin-left: -100px;
  margin-right: -50px;
  padding: 10px 50px 10px 100px;
  background-color: #000;
  overflow: hidden;
  -webkit-box-shadow: inset -25px -23px 17px -12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset -25px -23px 17px -12px rgba(0, 0, 0, 0.3);
  box-shadow: inset -25px -23px 17px -12px rgba(0, 0, 0, 0.3); }
  @media only screen and (max-width: 959px) {
    .node-company-listing-page .title-banner {
      padding: 10px 10px 10px 100px; } }

.node-company-listing-page .title-banner h1 {
  color: #FFF;
  font-weight: 300;
  font-size: 36px;
  max-width: 60%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (max-width: 959px) {
    .node-company-listing-page .title-banner h1 {
      font-size: 28px;
      line-height: 32px;
      max-width: 100%;
      float: none; } }

/* search input block */
.node-company-listing-page #block-views-exp-companies-search-block {
  width: 250px;
  padding-top: 40px;
  position: relative;
  background: none; }

#block-views-exp-companies-search-block .views-exposed-form .views-exposed-widget .form-submit {
  left: 149px;
  height: 26px; }

#block-views-exp-companies-search-block input {
  background-color: #FFF;
  color: #333;
  border: 2px solid #666; }

/* search results block */
.col-main #block-views-companies-search-block {
  padding-bottom: 60px;
  border-bottom: 2px solid #000; }

/* main filters */
.node-company-listing-page .col-main #block-views-exp-companies-block .views-exposed-form {
  width: 100%;
  padding-top: 30px; }

.node-company-listing-page .col-main #block-views-exp-companies-block .views-exposed-form .views-exposed-widgets {
  background: url(../../images/leaderslist_logo.png) no-repeat right 10px; }
  @media only screen and (max-width: 959px) {
    .node-company-listing-page .col-main #block-views-exp-companies-block .views-exposed-form .views-exposed-widgets {
      background: none; } }

.node-company-listing-page .col-main #block-views-exp-companies-block .views-exposed-form .views-exposed-widget {
  width: 220px;
  float: left;
  margin-bottom: 30px; }

.node-company-listing-page .col-main #block-views-exp-companies-block .views-exposed-form .views-exposed-widget .form-submit {
  width: 0;
  height: 0; }

.node-company-listing-page .col-main .views-exposed-form .views-exposed-widget label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px; }

.node-company-listing-page .col-main .views-exposed-form .views-exposed-widget select {
  width: 80%; }

.node-company-listing-page ul.list-titles {
  overflow: hidden;
  margin-right: 180px; }
  @media only screen and (max-width: 959px) {
    .node-company-listing-page ul.list-titles {
      display: none; } }

.node-company-listing-page ul.list-titles li.company,
.node-company-listing-page ul.list-titles li.category {
  width: 35%; }

.node-company-listing-page ul.list-titles li {
  box-sizing: border-box;
  padding-left: 10px; }

.node-company-listing-page .view-companies {
  margin-top: 20px; }

.node-company-listing-page .form-overlay {
  display: block; }

/*******************************************/
/* !COMPANY NODES */
/*******************************************/
.view .node-company {
  clear: left;
  padding: 0;
  margin-bottom: 3px;
  overflow: hidden;
  border-bottom: 1px solid #DADADA;
  min-height: 50px; }

.view .node-company ul {
  overflow: hidden;
  margin: 12px 180px 6px 0; }

.view .node-company ul li {
  float: left;
  color: #000;
  width: 20%;
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 10px; }
  @media only screen and (max-width: 959px) {
    .view .node-company ul li {
      float: none;
      width: 100%;
      padding-right: 0;
      font-size: 10px; } }

.view .node-company ul.contextual-links li {
  width: 100%;
  font-size: 10px; }

.view .node-company ul li.name,
.view .node-company ul li.category {
  width: 35%; }
  @media only screen and (max-width: 959px) {
    .view .node-company ul li.name,
    .view .node-company ul li.category {
      width: 100%; } }

@media only screen and (max-width: 959px) {
  .view .node-company ul li.name {
    font-size: 14px; } }

.node-company.node-teaser.featured {
  background-color: #EEEEEE; }

.node-company.node-teaser.featured.paid {
  background-color: #CCC; }

.node-company.node-teaser .profile {
  clear: both;
  padding: 40px 60px;
  display: none;
  color: #000; }
  @media only screen and (max-width: 959px) {
    .node-company.node-teaser .profile {
      padding: 20px; } }

.node-company.node-teaser .profile iframe {
  max-width: 100% !important; }

.node-company .listing-graphic {
  float: right;
  width: 100px;
  height: 50px;
  background: url(../../images/2017_list.gif) no-repeat center center;
  background-size: contain;
  margin-right: 80px; }
  @media only screen and (max-width: 959px) {
    .node-company .listing-graphic {
      width: 60px;
      background: url(../../images/2017_list_sm.gif) no-repeat center center;
      margin-right: 10px; } }

.node-company.featured .listing-graphic {
  margin-right: 10px; }

.node-company.node-teaser a.profile-link {
  display: block;
  width: 62px;
  padding-left: 8px;
  height: 50px;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  float: right;
  background: #000 url(../../images/profile_arrow_1.png) no-repeat right center; }

.node-company.node-teaser a.profile-link:hover,
.node-company.node-teaser a.profile-link.open {
  background: #000 url(../../images/profile_arrow_2.png) no-repeat right center;
  text-decoration: none; }

.node-company .profile .logo {
  max-width: 100%; }
  .node-company .profile .logo img {
    width: auto;
    max-width: 300px;
    height: auto; }

.node-company .profile .logo,
.node-company .profile .people {
  margin-bottom: 18px; }

.node-company .profile .people .node-leaders-list-entry {
  background-color: #DADADA; }

.node-company .people .node-leaders-list-entry.node-teaser ul li.leader-profile {
  display: block; }
  @media only screen and (max-width: 959px) {
    .node-company .people .node-leaders-list-entry.node-teaser ul li.leader-profile {
      width: 100%;
      float: none; } }

.node-company .people .node-leaders-list-entry.node-teaser ul li.leader-profile a {
  color: #EA0013; }

.node-company .profile .people .node-leaders-list-entry li.position {
  width: 35%; }
  @media only screen and (max-width: 959px) {
    .node-company .profile .people .node-leaders-list-entry li.position {
      width: 100%; } }

.node-company .profile .people .node-leaders-list-entry li.location {
  width: 20%; }
  @media only screen and (max-width: 959px) {
    .node-company .profile .people .node-leaders-list-entry li.location {
      width: 100%; } }

.node-company .profile .people .node-leaders-list-entry li.company {
  display: none; }

.node-company .profile .people .node-leaders-list-entry a.profile-link {
  display: none; }

/*******************************************/
/* !LEADERS LIST LANDING PAGE  */
/*******************************************/
/*
.node-leaders-list-landing-page .col-left,
.node-leaders-list-landing-page .col-span {
	padding: 40px 0;
}

.node-leaders-list-landing-page .col-left {
	margin-top: 8px;
}

.node-leaders-list-landing-page .col-span {
	border-right: 0;
}

/* col-left navigation */
/*
.col-left ul.menu {
	width: 200px;
}

.col-left ul.menu li {
	margin-bottom: 1px;
}

.col-left ul.menu li a {
	display: block;
	font-size: 13px;
	color: #FFF;
	background-color: #999;
	padding: 5px 10px 5px 40px;
}

.col-left ul.menu li.active-trail a,
.col-left ul.menu li a:hover {
	background-color:  #333;
	text-decoration: none;
}
*/
.node-leaders-list-landing-page h1 {
  font-size: 48px;
  line-height: 60px;
  color: #666; }
  @media only screen and (max-width: 959px) {
    .node-leaders-list-landing-page h1 {
      font-size: 30px;
      line-height: 36px; } }

.node-leaders-list-landing-page h2 {
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
  color: #000; }

.node-leaders-list-landing-page > div.content p {
  font-size: 18px;
  line-height: 24px;
  color: #999; }

.node-leaders-list-landing-page .leader-search {
  clear: both;
  padding: 10px 50px 10px 100px;
  margin-left: -100px;
  margin-right: -50px;
  background-color: #CCC;
  overflow: hidden; }

.node-leaders-list-landing-page .leader-search h2 {
  margin-top: 15px;
  margin-bottom: 10px;
  float: left;
  width: 320px; }

.not-logged-in .node-leaders-list-landing-page .leader-search h2 {
  width: 500px; }
  @media only screen and (max-width: 959px) {
    .not-logged-in .node-leaders-list-landing-page .leader-search h2 {
      width: 100%;
      float: none; } }

.node-leaders-list-landing-page .leader-search #block-views-exp-leader-search-block {
  float: left;
  width: 250px;
  margin-top: 20px;
  margin-bottom: 10px; }

.node-leaders-list-landing-page .leader-search #block-views-exp-leader-search-block input.form-text {
  background-color: #FFF; }

.node-leaders-list-landing-page .leader-search #block-views-exp-leader-search-block .views-exposed-form #edit-keys-wrapper {
  margin-bottom: 0; }

.node-leaders-list-landing-page .view-leader-search {
  margin: 30px 0;
  overflow: hidden; }

/* !leaders list search results */
.view-leader-search .view-header ul.list-titles {
  padding-right: 140px; }

.view-leader-search .view-header ul.list-titles li.company,
.view-leader-search .view-header ul.list-titles li.position {
  width: 20%; }

.view-leader-search .view-header ul.list-titles li.category {
  width: 25%; }

.view-leader-search .view-header ul.list-titles li.location {
  width: 15%; }

.view-leader-search .node-leaders-list-entry.node-teaser.featured {
  background-color: #CCC; }

.view-leader-search .node-leaders-list-entry.node-teaser ul {
  margin-right: 140px; }

.view-leader-search .node-leaders-list-entry.node-teaser ul li {
  width: 20%; }

.view-leader-search .node-leaders-list-entry.node-teaser ul li.company,
.view-leader-search .node-leaders-list-entry.node-teaser ul li.position {
  width: 20%; }

.view-leader-search .node-leaders-list-entry.node-teaser ul li.category {
  display: block;
  width: 25%; }
  @media only screen and (max-width: 959px) {
    .view-leader-search .node-leaders-list-entry.node-teaser ul li.category {
      display: none; } }

.view-leader-search .node-leaders-list-entry.node-teaser ul li.location {
  width: 15%; }

.view-leader-search .node-leaders-list-entry.node-teaser span {
  display: block; }

.view-leader-search .node-leaders-list-entry.node-teaser span.hierarchical-select-item-separator {
  display: none; }

.view-leader-search .node-leaders-list-entry.node-teaser a.profile-link {
  background: #000 url(../../images/profile_arrow_1.png) no-repeat right center; }

.view-leader-search .node-leaders-list-entry.node-teaser a.profile-link:hover,
.view-leader-search .node-leaders-list-entry.node-teaser a.profile-link.open {
  background: #000 url(../../images/profile_arrow_2.png) no-repeat right center; }

.view-leader-search .node-leaders-list-entry.node-teaser .listing-graphic {
  float: right;
  width: 60px;
  height: 50px;
  background: url(../../images/2017_list_sm.gif) no-repeat center center;
  background-size: contain;
  margin-right: 80px; }

.view-leader-search .node-leaders-list-entry.node-teaser.featured .listing-graphic {
  margin-right: 10px; }

@media only screen and (max-width: 959px) {
  .view-leader-search .node-leaders-list-entry.node-teaser.not-featured .listing-graphic {
    margin-right: 72px; } }

.node-leaders-list-landing-page .leader-categories {
  padding-top: 20px;
  padding-bottom: 50px;
  overflow: hidden; }

.node-leaders-list-landing-page .view-leaders-categories .views-row a {
  display: table;
  float: left;
  width: 180px;
  height: 180px;
  color: #FFF;
  background-color: #666;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  -webkit-box-shadow: inset -8px -8px 12px -4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset -8px -8px 12px -4px rgba(0, 0, 0, 0.4);
  box-shadow: inset -8px -8px 12px -4px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 959px) {
    .node-leaders-list-landing-page .view-leaders-categories .views-row a {
      width: 100%;
      height: auto;
      float: none; } }

.node-leaders-list-landing-page .view-leaders-categories .views-row a:hover {
  text-decoration: none; }

.node-leaders-list-landing-page .view-leaders-categories .views-row a.light-grey {
  background-color: #CCCCCC; }

.node-leaders-list-landing-page .view-leaders-categories .views-row a.dark-grey {
  background-color: #999999; }

.node-leaders-list-landing-page .view-leaders-categories .views-row a.purple {
  background-color: #660066; }

.node-leaders-list-landing-page .view-leaders-categories .views-row a.blue {
  background-color: #3399FF; }

.node-leaders-list-landing-page .view-leaders-categories .views-row a.yellow {
  background-color: #FFCC33; }

.node-leaders-list-landing-page .view-leaders-categories .views-row a.red {
  background-color: #CC0000; }

.node-leaders-list-landing-page .view-leaders-categories .views-row a.green {
  background-color: #006633; }

.node-leaders-list-landing-page .view-leaders-categories .views-row a.violet {
  background-color: #330099; }

.node-leaders-list-landing-page .view-leaders-categories .views-row a.orange {
  background-color: #FF6600; }

.node-leaders-list-landing-page .view-leaders-categories .views-row a.light-green {
  background-color: #A3D900; }

.node-leaders-list-landing-page .view-leaders-categories .views-row a.black {
  background-color: #000000; }

.node-leaders-list-landing-page .view-leaders-categories .views-row a div.content {
  display: table-cell;
  vertical-align: middle;
  padding: 20px; }

.view-leader-search ul.list-titles {
  padding: 0 6px;
  margin-bottom: 10px;
  overflow: hidden; }

.view-leader-search ul.list-titles li {
  width: 20%;
  float: left;
  font-weight: 600;
  color: #000; }

.node.node-leaders-list-landing-page .column-main {
  margin-top: 0; }

.node-leaders-list-landing-page .column-main ul {
  padding-bottom: 2rem; }

.node-leaders-list-landing-page .column-main ul li {
  list-style: inside; }

/*

.view-leader-search .node-leaders-list-entry ul li.name,
.view-leader-search .node-leaders-list-entry ul li.company,
.view-leader-search .node-leaders-list-entry ul li.position,
.view-leader-search .node-leaders-list-entry ul li.location,
.view-leader-search .node-leaders-list-entry ul li.category {
	width: 20%;
}

.view-leader-search .node-leaders-list-entry .further-detail .left-col {
	width: 20%;
}

.node-leaders-list-landing-page .leader-categories {
	padding: 20px 50px 50px 50px;
	overflow: hidden;
}
*/
/*********************************************************/
/*   !LEADER CATEGORY LANDING PAGE */
/*********************************************************/
.node-leader-category-landing-page .title-banner {
  margin-left: -100px;
  margin-right: -50px;
  padding: 10px 50px 10px 100px;
  background-color: #CCC;
  overflow: hidden;
  -webkit-box-shadow: inset -25px -23px 17px -12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset -25px -23px 17px -12px rgba(0, 0, 0, 0.3);
  box-shadow: inset -25px -23px 17px -12px rgba(0, 0, 0, 0.3); }
  @media only screen and (max-width: 959px) {
    .node-leader-category-landing-page .title-banner {
      padding: 10px 10px 10px 100px; } }

.node-leader-category-landing-page .title-banner h2 {
  color: #FFF;
  font-weight: 300;
  font-size: 36px;
  line-height: 40px;
  max-width: 60%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (max-width: 959px) {
    .node-leader-category-landing-page .title-banner h2 {
      font-size: 28px;
      line-height: 32px;
      max-width: 100%;
      float: none; } }

/* colour-coding 
light-grey #CCCCCC
dark-grey #666666

purple #660066  #D1B2D1
blue #3399FF	#C1E0FF
yelow #FFCC33	#FFF0C1
red #CC0000		#F0B2B2
green #006633	#B2D1C1
violet #330099	#C1B2E0
orange #FF6600	#FFD1B2
light-green #A3D900  #D1EC7F
*/
.node-type-leader-category-landing-page .light-grey .title-banner {
  background-color: #CCCCCC; }

.node-type-leader-category-landing-page .dark-grey .title-banner {
  background-color: #666666; }

.node-type-leader-category-landing-page .light-green .title-banner {
  background-color: #A3D900; }

.node-type-leader-category-landing-page .purple .title-banner {
  background-color: #660066; }

.node-type-leader-category-landing-page .blue .title-banner {
  background-color: #3399FF; }

.node-type-leader-category-landing-page .yellow .title-banner {
  background-color: #FFCC33; }

.node-type-leader-category-landing-page .red .title-banner {
  background-color: #CC0000; }

.node-type-leader-category-landing-page .green .title-banner {
  background-color: #006633; }

.node-type-leader-category-landing-page .violet .title-banner {
  background-color: #330099; }

.node-type-leader-category-landing-page .orange .title-banner {
  background-color: #FF6600; }

.node-leader-category-landing-page .text-block {
  margin-right: 400px; }

/*
.node-leader-category-landing-page h1 {
	font-size: 40px;
	font-weight: 300;
	line-height: 50px;
	margin-bottom: 40px;
}
*/
/*
.node-leader-category-landing-page.light-grey h1 {
	color: #CCCCCC;
}

.node-leader-category-landing-page.dark-grey h1 {
	color: #999999;
}

.node-leader-category-landing-page.purple h1 {
	color: #660066;
}
.node-leader-category-landing-page.blue h1 {
	color: #3399FF;
}
.node-leader-category-landing-page.yellow h1 {
	color: #FFCC33;
}
.node-leader-category-landing-page.red h1 {
	color: #CC0000;
}
.node-leader-category-landing-page.green h1{
	color: #006633;
}
.node-leader-category-landing-page.violet h1 {
	color: #330099;
}
*/
.node-leader-category-landing-page a.list-link {
  display: block;
  width: 360px;
  height: 85px;
  color: #333;
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 40px;
  line-height: 85px;
  background: url(../../images/big_red_arrow.png) right center no-repeat; }
  @media only screen and (max-width: 959px) {
    .node-leader-category-landing-page a.list-link {
      width: 240px;
      height: 50px;
      font-size: 24px;
      line-height: 50px;
      background-size: contain; } }

.node-leader-category-landing-page a.list-link:hover {
  text-decoration: none; }

.node-leaders-list-landing-page .view-leaders-categories .views-row a div.content {
  display: table-cell;
  vertical-align: middle;
  padding: 20px; }

.node-leaders-list-landing-page #terms {
  padding: 30px 50px; }

.node-leaders-list-landing-page #banner-link {
  margin-bottom: 30px; }

/*******************************************/
/* !LEADERS LIST CATEGORY PAGE */
/*******************************************/
/* the register message for users who are not logged in */
div.leaders-list-register {
  margin-top: 60px;
  min-height: 400px; }

div.leaders-list-register p {
  /*
  	font-size: 18px;
  	line-height: 24px;
  	margin-bottom: 24px;
  */ }

div.leaders-list-register a {
  display: inline-block;
  width: 200px;
  color: #FFF;
  background-color: #EA0013;
  padding: 2px 10px 4px 10px;
  border: 0;
  text-align: left;
  cursor: pointer; }

/*hide the actual list if they are not logged in */
.node-leaders-list-category-page .title-banner {
  margin-left: -100px;
  margin-right: -50px;
  padding: 10px 50px 10px 100px;
  background-color: #CCC;
  overflow: hidden;
  -webkit-box-shadow: inset -25px -23px 17px -12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset -25px -23px 17px -12px rgba(0, 0, 0, 0.3);
  box-shadow: inset -25px -23px 17px -12px rgba(0, 0, 0, 0.3); }

.node-leaders-list-category-page .title-banner h1 {
  color: #FFF;
  font-weight: 300;
  font-size: 36px;
  max-width: 60%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (max-width: 959px) {
    .node-leaders-list-category-page .title-banner h1 {
      float: none; } }

.node-leaders-list-category-page .title-banner a.search-link {
  display: block;
  float: right;
  margin: 15px 150px 0 0;
  color: #FFF;
  font-size: 18px;
  padding: 2px 10px;
  border: 1px solid #FFF; }
  @media only screen and (max-width: 959px) {
    .node-leaders-list-category-page .title-banner a.search-link {
      display: inline-block;
      float: none;
      margin-right: 0; } }

.node-leaders-list-category-page .title-banner a.search-link:hover {
  text-decoration: none;
  color: #000; }

/* colour-coding 
light-grey #CCCCCC
dark-grey #666666

purple #660066  #D1B2D1
blue #3399FF	#C1E0FF
yelow #FFCC33	#FFF0C1
red #CC0000		#F0B2B2
green #006633	#B2D1C1
violet #330099	#C1B2E0
orange #FF6600	#FFD1B2
light-green #A3D900  #D1EC7F
*/
.node-type-leaders-list-category-page .light-grey .title-banner {
  background-color: #CCCCCC; }

.node-type-leaders-list-category-page .dark-grey .title-banner {
  background-color: #666666; }

.node-type-leaders-list-category-page .light-green .title-banner {
  background-color: #A3D900; }

.node-type-leaders-list-category-page .purple .title-banner {
  background-color: #660066; }

.node-type-leaders-list-category-page .blue .title-banner {
  background-color: #3399FF; }

.node-type-leaders-list-category-page .yellow .title-banner {
  background-color: #FFCC33; }

.node-type-leaders-list-category-page .red .title-banner {
  background-color: #CC0000; }

.node-type-leaders-list-category-page .green .title-banner {
  background-color: #006633; }

.node-type-leaders-list-category-page .violet .title-banner {
  background-color: #330099; }

.node-type-leaders-list-category-page .orange .title-banner {
  background-color: #FF6600; }

/*
.node-type-leaders-list-category-page .purple .views-exposed-form .form-type-bef-link {
	background-color: #660066;
}

.node-type-leaders-list-category-page .blue .views-exposed-form .form-type-bef-link {
	background-color: #3399FF;
}

.node-type-leaders-list-category-page .yellow .views-exposed-form .form-type-bef-link {
	background-color: #FFCC33;
}

.node-type-leaders-list-category-page .red .views-exposed-form .form-type-bef-link {
	background-color: #CC0000;
}

.node-type-leaders-list-category-page .green .views-exposed-form .form-type-bef-link {
	background-color: #006633;
}

.node-type-leaders-list-category-page .violet .views-exposed-form .form-type-bef-link {
	background-color: #330099;
}

.node-type-leaders-list-category-page .orange .views-exposed-form .form-type-bef-link {
	background-color: #FF6600;
}
*/
.node-type-leaders-list-category-page .views-exposed-form div.bef-select-as-links {
  margin-left: -40px; }

.node-type-leaders-list-category-page .views-exposed-form .form-type-bef-link {
  margin-bottom: 1px; }

.node-type-leaders-list-category-page .views-exposed-form .form-type-bef-link.selected {
  background-color: #333; }

.node-type-leaders-list-category-page .views-exposed-form .form-type-bef-link a {
  color: #FFF;
  font-size: 13px;
  display: block;
  padding: 5px 10px 5px 40px; }

/* ads */
.ads.horizontal,
.node-external-ad-block.horizontal {
  clear: both; }

.ads.horizontal .content,
.node-external-ad-block .content {
  padding: 30px 50px;
  overflow: hidden; }

.ads.horizontal a,
.ads.horizontal iframe,
.node-external-ad-block a,
.node-external-ad-block.horizontal iframe {
  width: 175px;
  height: 90px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

.ads.horizontal img,
.node-external-ad-block a img {
  width: 100%;
  height: auto; }

/* list */
.node-leaders-list-category-page .col-main {
  width: 100%;
  min-width: 960px; }
  @media only screen and (max-width: 959px) {
    .node-leaders-list-category-page .col-main {
      min-width: 0; } }

.node-leaders-list-category-page .col-main > div.content {
  padding: 0; }

.node-leaders-list-category-page .list-key {
  margin-bottom: 30px; }

.node-leaders-list-category-page .list-key span {
  display: inline-block;
  margin-right: 20px;
  width: 25px;
  height: 25px;
  vertical-align: middle; }

/* colour-coding 

purple #660066  #D1B2D1
blue #3399FF	#C1E0FF
yelow #FFCC33	#FFF0C1
red #CC0000		#F0B2B2
green #006633	#B2D1C1
violet #330099	#C1B2E0
orange #FF6600	#FFD1B2
light-green #A3D900  #D1EC7F
*/
.node-leaders-list-category-page.light-grey .list-key span {
  background-color: #DADADA; }

.node-leaders-list-category-page.dark-grey .list-key span {
  background-color: #DADADA; }

.node-leaders-list-category-page.light-green .list-key span {
  background-color: #D1EC7F; }

.node-leaders-list-category-page.purple .list-key span {
  background-color: #D1B2D1; }

.node-leaders-list-category-page.blue .list-key span {
  background-color: #C1E0FF; }

.node-leaders-list-category-page.yellow .list-key span {
  background-color: #FFF0C1; }

.node-leaders-list-category-page.red .list-key span {
  background-color: #F0B2B2; }

.node-leaders-list-category-page.green .list-key span {
  background-color: #B2D1C1; }

.node-leaders-list-category-page.violet .list-key span {
  background-color: #C1B2E0; }

.node-leaders-list-category-page.orange .list-key span {
  background-color: #FFD1B2; }

.node-leaders-list-category-page ul.list-titles,
.view-header ul.list-titles {
  padding: 0 180px 0 45px;
  margin-bottom: 10px;
  overflow: hidden; }
  @media only screen and (max-width: 959px) {
    .node-leaders-list-category-page ul.list-titles,
    .view-header ul.list-titles {
      display: none; } }

.node-leaders-list-category-page .view-leaders-list {
  margin: 20px 0; }

ul.list-titles li,
ul.list-titles li {
  float: left;
  font-weight: 600;
  color: #000; }

ul.list-titles li.name,
ul.list-titles li.location {
  width: 20%; }

ul.list-titles li.company {
  width: 30%; }

ul.list-titles li.position {
  width: 30%; }

ul.list-titles li.last {
  width: 19%; }

.view .node-leaders-list-entry {
  clear: left;
  padding: 0;
  margin-bottom: 3px;
  overflow: hidden;
  border-bottom: 1px solid #DADADA; }

/* colour-coding 

purple #660066  #D1B2D1
blue #3399FF	#C1E0FF
yelow #FFCC33	#FFF0C1
red #CC0000		#F0B2B2
green #006633	#B2D1C1
violet #330099	#C1B2E0
orange #FF6600	#FFD1B2
light-green #A3D900  #D1EC7F
*/
.node-leaders-list-category-page.light-grey .node-leaders-list-entry.featured,
.node-leaders-list-category-page.dark-grey .node-leaders-list-entry.featured {
  background-color: #DADADA; }

.node-leaders-list-category-page.light-grey .node-leaders-list-entry.featured a.profile-link,
.node-leaders-list-category-page.dark-grey .node-leaders-list-entry.featured a.profile-link {
  background-color: #666; }

.node-leaders-list-category-page.light-green .node-leaders-list-entry.featured {
  background-color: #D1EC7F; }

.node-leaders-list-category-page.light-green .node-leaders-list-entry.featured a.profile-link {
  background-color: #A3D900; }

.node-leaders-list-category-page.purple .node-leaders-list-entry.featured {
  background-color: #D1B2D1; }

.node-leaders-list-category-page.purple .node-leaders-list-entry.featured a.profile-link {
  background-color: #660066; }

.node-leaders-list-category-page.blue .node-leaders-list-entry.featured {
  background-color: #C1E0FF; }

.node-leaders-list-category-page.blue .node-leaders-list-entry.featured a.profile-link {
  background-color: #3399FF; }

.node-leaders-list-category-page.yellow .node-leaders-list-entry.featured {
  background-color: #FFF0C1; }

.node-leaders-list-category-page.yellow .node-leaders-list-entry.featured a.profile-link {
  background-color: #FFCC33; }

.node-leaders-list-category-page.red .node-leaders-list-entry.featured {
  background-color: #F0B2B2; }

.node-leaders-list-category-page.red .node-leaders-list-entry.featured a.profile-link {
  background-color: #CC0000; }

.node-leaders-list-category-page.green .node-leaders-list-entry.featured {
  background-color: #B2D1C1; }

.node-leaders-list-category-page.green .node-leaders-list-entry.featured a.profile-link {
  background-color: #006633; }

.node-leaders-list-category-page.violet .node-leaders-list-entry.featured {
  background-color: #C1B2E0; }

.node-leaders-list-category-page.violet .node-leaders-list-entry.featured a.profile-link {
  background-color: #330099; }

.node-leaders-list-category-page.orange .node-leaders-list-entry.featured {
  background-color: #FFD1B2; }

.node-leaders-list-category-page.orange .node-leaders-list-entry.featured a.profile-link {
  background-color: #FF6600; }

/* !form overlay on category page & leaders list landing page  */
.node .form-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none; }

.node .form-overlay .block-webform {
  width: 600px;
  margin: 50px auto;
  background-color: #FFF;
  position: relative; }

.node .form-overlay .block-webform .content {
  padding: 20px 50px; }

.webform-component--close-form, .webform-component--back-button {
  position: absolute;
  top: 4px;
  right: 8px;
  cursor: pointer;
  /*display:none;*/ }

/* ads on category page */
.node-leaders-list-category-page .node-external-banner-ad {
  width: 80%;
  max-width: 960px;
  margin: 30px auto; }

.node-leaders-list-category-page .node-external-banner-ad img {
  width: 100%;
  height: auto; }

/* leaders list entry single node page */
.node-type-leaders-list-entry #main-content {
  margin: 20px 50px 50px 100px; }

.node-type-leaders-list-entry span.lineage-item {
  display: inline-block;
  margin-right: 15px; }

.node-type-leaders-list-entry span.hierarchical-select-item-separator {
  display: inline-block;
  margin-left: -15px; }

.node-type-leaders-list-entry .node-leaders-list-entry .left-col img,
.node-type-leaders-list-entry .node-leaders-list-entry .quote,
.node-type-leaders-list-entry .node-leaders-list-entry .further-details {
  margin-left: 0;
  padding-left: 0; }

/*
.view .node-leaders-list-entry.node-promoted {
	width: 100%;
	margin: 0;
}

.node-leaders-list-entry.node-promoted ul {
	margin: 0 180px 0 45px;
}

.node-leaders-list-entry.node-promoted ul li {
	float: none;
	margin-bottom: 8px;
}

.node-leaders-list-entry.node-promoted ul li.name {
	font-size: 18px;
	font-weight: 700;
}

.view .node-leaders-list-entry.node-promoted ul li.name {
	width: 20%;
	font-size: 15px;
	font-weight: normal;
}
*/
/**************************************************/
/* !LEADERS LIST ENTRY */
/**************************************************/
.view .node-leaders-list-entry ul {
  overflow: hidden;
  margin: 12px 180px 6px 0; }
  @media only screen and (max-width: 959px) {
    .view .node-leaders-list-entry ul {
      margin-right: 0; } }

.view .node-leaders-list-entry ul li {
  float: left;
  color: #000; }

.node-leaders-list-entry a,
.node-leaders-list-entry a:visited {
  color: #000; }

.node-leaders-list-entry.node-teaser .tiny-image {
  width: 36px;
  min-height: 40px;
  float: left;
  margin: 4px 5px 0 4px; }

.node-leaders-list-entry.node-teaser .tiny-image img {
  width: 100%;
  height: auto; }

.node-leaders-list-entry.node-teaser ul li.name a {
  color: #000; }

.node-leaders-list-entry.node-teaser ul li.name,
.node-leaders-list-entry.node-teaser ul li.location {
  width: 20%; }

.node-leaders-list-entry.node-teaser ul li.company {
  width: 30%; }

.node-leaders-list-entry.node-teaser ul li.position {
  width: 30%; }

@media only screen and (max-width: 959px) {
  .node-leaders-list-entry.node-teaser ul li.name {
    display: block;
    width: 100%;
    font-size: 14px; } }

@media only screen and (max-width: 959px) {
  .node-leaders-list-entry.node-teaser ul li.company,
  .node-leaders-list-entry.node-teaser ul li.position,
  .node-leaders-list-entry.node-teaser ul li.category,
  .node-leaders-list-entry.node-teaser ul li.location {
    width: 100%;
    font-size: 10px; } }

.node-leaders-list-entry.node-teaser ul li.leader-profile {
  display: none;
  width: 20%; }

.node-leaders-list-entry.node-teaser ul li.category {
  display: none; }

.node-leaders-list-entry ul li div.content {
  margin-right: 6px; }

.node-leaders-list-entry.node-teaser .categories-for-search {
  display: none; }

.view-leader-search .node-leaders-list-entry.node-teaser .categories-for-search {
  display: block;
  padding: 5px 0 10px 45px; }

.node-leaders-list-entry.node-teaser .categories-for-search span.lineage-item {
  padding-right: 10px; }

.node-leaders-list-entry .listing-graphic {
  float: right;
  width: 100px;
  height: 50px;
  background: url(../../images/2017_list.gif) no-repeat center center;
  background-size: contain;
  margin-right: 80px; }
  @media only screen and (max-width: 959px) {
    .node-leaders-list-entry .listing-graphic {
      width: 60px;
      background: url(../../images/2017_list_sm.gif) no-repeat center center; } }

.node-leaders-list-entry.featured .listing-graphic {
  margin-right: 10px; }

@media only screen and (max-width: 959px) {
  .node-leaders-list-entry.not-featured .listing-graphic {
    margin-right: 72px; } }

.node-leaders-list-entry.node-teaser a.profile-link {
  display: block;
  width: 62px;
  padding-left: 8px;
  height: 50px;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  float: right;
  background: url(../../images/profile_arrow_1.png) no-repeat right center; }

.node-leaders-list-entry.node-teaser a.profile-link:hover,
.node-leaders-list-entry.node-teaser a.profile-link.open {
  background: url(../../images/profile_arrow_2.png) no-repeat right center;
  text-decoration: none; }

/* profile */
.node-leaders-list-entry.node-teaser .profile {
  clear: both;
  padding: 10px 45px;
  color: #000; }
  @media only screen and (max-width: 959px) {
    .node-leaders-list-entry.node-teaser .profile {
      padding: 0 45px; } }

.node-leaders-list-entry.node-teaser.featured .profile {
  display: none; }

.node-leaders-list-entry.node-teaser .profile div {
  display: none; }

.node-leaders-list-entry.node-teaser.featured .profile div {
  display: block; }

/*  always show the quote even if not featured */
.node-leaders-list-entry.node-teaser .profile div.quote {
  display: block; }

.node-leaders-list-entry .left-col {
  float: left;
  margin-right: 50px;
  margin-bottom: 20px; }

@media only screen and (max-width: 959px) {
  .node-leaders-list-entry.node-teaser .profile .further-details p,
  .node-leaders-list-entry.node-teaser .profile .awards p {
    font-size: 12px; } }

.node-leaders-list-entry .right-col {
  float: left; }

.node-leaders-list-entry .right-col .company-logo {
  margin-bottom: 10px; }

.node-leaders-list-entry .profile h3 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0;
  color: #000;
  border: none; }

.node-leaders-list-entry .categories,
.node-leaders-list-entry .address,
.node-leaders-list-entry .url,
.node-leaders-list-entry .awards,
.node-leaders-list-entry .video {
  clear: both;
  margin-bottom: 20px; }

@media only screen and (max-width: 959px) {
  .node-leaders-list-entry .categories {
    font-size: 12px; } }

.node-leaders-list-entry .categories span.lineage-item-level-0:first-of-type {
  display: inline-block; }

.node-leaders-list-entry .categories span.lineage-item-level-0 {
  display: block; }

.node-leaders-list-entry .quote {
  clear: both;
  font-size: 15px;
  font-style: italic;
  margin-bottom: 20px; }
  @media only screen and (max-width: 959px) {
    .node-leaders-list-entry .quote {
      font-size: 10px;
      margin-bottom: 10px; } }

/* filters */
.node-leaders-list-category-page .views-exposed-form {
  width: 100%;
  padding-top: 50px; }

.node-leaders-list-category-page .views-exposed-form .views-exposed-widgets {
  background: url(../../images/leaderslist_logo.png) no-repeat right 10px; }
  @media only screen and (max-width: 959px) {
    .node-leaders-list-category-page .views-exposed-form .views-exposed-widgets {
      background: none; } }

.node-leaders-list-category-page .views-exposed-form .views-exposed-widget {
  width: 220px;
  float: left;
  margin-bottom: 30px; }
  @media only screen and (max-width: 959px) {
    .node-leaders-list-category-page .views-exposed-form .views-exposed-widget {
      margin-bottom: 10px; } }

.node-leaders-list-category-page .views-exposed-form .views-exposed-widget .form-submit {
  width: 0;
  height: 0; }

.node-leaders-list-category-page .views-exposed-form .views-exposed-widget label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px; }

.node-leaders-list-category-page .views-exposed-form .views-exposed-widget select {
  width: 80%; }

/* SEARCH FORM */
.node-leaders-list-category-page .views-exposed-form #edit-keys-wrapper {
  position: absolute;
  top: -50px;
  right: 100px; }

.node-leaders-list-category-page .views-exposed-form #edit-keys-wrapper input {
  background-color: #FFF;
  color: #333;
  border: 2px solid #666; }

/* leaders list suggestion form */
#block-webform-client-block-11941 .webform-component--profession {
  margin-bottom: 50px; }

/*******************************************
 * LISTING PAGE (NEWSLETTERS)
 *******************************************/
.node-listing-page-with-form .col-right > div.content {
  padding: 40px 10px 40px 40px;
  text-align: left; }

.node-listing-page-with-form .block-user input,
.node-listing-page-with-form .block-webform input[type=text],
.node-listing-page-with-form .block-webform textarea,
.node-listing-page-with-form .block-webform input.webform-submit {
  width: 100%; }

.node-listing-page-with-form .block-user {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCC; }

.node-listing-page-with-form h2 {
  margin-top: 30px; }

.view-newsletters .node-magazine-issue {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #CCC;
  clear: left;
  overflow: hidden; }

.view-newsletters .node-magazine-issue .image {
  width: 220px;
  float: left; }
  @media only screen and (max-width: 959px) {
    .view-newsletters .node-magazine-issue .image {
      width: 25%;
      max-width: 220px; } }
  @media only screen and (max-width: 959px) {
    .view-newsletters .node-magazine-issue .image img {
      width: 90%;
      height: auto; } }

.view-newsletters .node-magazine-issue .text {
  float: left;
  width: 60%;
  min-width: 400px;
  text-align: left;
  overflow: hidden; }
  @media only screen and (max-width: 959px) {
    .view-newsletters .node-magazine-issue .text {
      float: left;
      min-width: 0;
      width: 65%; } }

.view-newsletters .node-magazine-issue .date {
  text-transform: uppercase; }

.view-newsletters .node-magazine-issue .register {
  color: #EA0013; }

/*******************************************/
/* !PUBLICATION LISTING PAGE */
/*******************************************/
.node-publication-listing-page .col-right a {
  display: block;
  margin-bottom: 35px; }

.node-publication-listing-page .col-right a img {
  max-width: 175px;
  width: 100%;
  height: auto; }

.node-publication-listing-page .col-right iframe {
  margin-bottom: 35px; }

.node-publication-listing-page .col-span {
  border: none; }

/*******************************************/
/* !PUBLICATION TEASER */
/*******************************************/
.node-publication-listing-page .view-publications-all {
  margin: 30px 0; }

.node-publication-listing-page .node-teaser {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #CCC;
  clear: left;
  overflow: hidden; }

.node-publication-listing-page .node-teaser .image {
  width: 220px;
  float: left; }
  @media only screen and (max-width: 959px) {
    .node-publication-listing-page .node-teaser .image {
      width: 25%;
      max-width: 220px; } }
  @media only screen and (max-width: 959px) {
    .node-publication-listing-page .node-teaser .image img {
      width: 90%;
      height: auto; } }

/*******************************************/
/* !PUBLICATION FULL NODE */
/*******************************************/
.node-type-publication #block-system-main > .content {
  padding: 50px; }
  @media only screen and (max-width: 959px) {
    .node-type-publication #block-system-main > .content {
      padding: 20px 0; } }

.node-type-publication .node-publication > .image {
  width: 500px;
  float: left; }
  @media only screen and (max-width: 959px) {
    .node-type-publication .node-publication > .image {
      width: 40%; } }
  @media only screen and (max-width: 759px) {
    .node-type-publication .node-publication > .image {
      width: 50%;
      float: none;
      margin: 0 auto; } }
  @media only screen and (max-width: 959px) {
    .node-type-publication .node-publication > .image img {
      width: 100%;
      height: auto; } }

.node-type-publication .node-publication > .text {
  margin-left: 500px; }
  @media only screen and (max-width: 959px) {
    .node-type-publication .node-publication > .text {
      margin-left: 50%; } }
  @media only screen and (max-width: 759px) {
    .node-type-publication .node-publication > .text {
      margin-left: 0;
      margin-top: 20px; } }

.node-publication p.price {
  font-weight: 700; }

.node-publication form #edit-submitted-publication-name {
  display: none; }

/**************************************************/
/* !CONTACT PAGE */
/**************************************************/
.node-contact-page .field-name-field-head-office-address {
  margin-bottom: 40px; }

.node-contact-page h2.section-heading {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  margin-bottom: 40px; }

.node-contact-page .field-type-field-collection {
  padding-bottom: 30px;
  position: relative;
  min-height: 150px; }

.node-contact-page .field-type-field-collection .field-name-field-image-contact {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%; }
  @media only screen and (max-width: 759px) {
    .node-contact-page .field-type-field-collection .field-name-field-image-contact {
      position: relative;
      float: left; } }

.node-contact-page .field-type-field-collection span.field-name-field-name-contact {
  font-weight: 700; }
  @media only screen and (max-width: 759px) {
    .node-contact-page .field-type-field-collection span.field-name-field-name-contact {
      width: 60%;
      float: right; } }

.node-contact-page .field-type-field-collection .field-name-field-profile-contact {
  margin: 10px 0 10px 180px; }
  @media only screen and (max-width: 759px) {
    .node-contact-page .field-type-field-collection .field-name-field-profile-contact {
      clear: right;
      margin: 20px 0; } }

.field-name-field-email-contact {
  margin-bottom: 0; }

.field-name-field-name-contact,
.field-name-field-profile-contact,
.field-name-field-phone-contact,
.field-name-field-email-contact {
  margin-left: 180px; }
  @media only screen and (max-width: 759px) {
    .field-name-field-name-contact,
    .field-name-field-profile-contact,
    .field-name-field-phone-contact,
    .field-name-field-email-contact {
      margin-left: 0; } }

/*******************************************
 * STANDARD PAGE
 *******************************************/
/*******************************************
 * STANDARD PAGE WITH SIDEBAR
 *******************************************/
.node-standard-page-sidebar {
  overflow: hidden; }

.node-standard-page-sidebar .col-left,
.node-standard-page-sidebar .col-span {
  padding-top: 40px; }

.node-standard-page-sidebar .col-span {
  border: none; }

.node-standard-page-sidebar .col-left {
  margin-top: 8px; }

.node-type-standard-page-sidebar .block-webform {
  clear: both;
  margin-left: 20%;
  padding: 40px 0; }

/*******************************************/
/* !MAGAZINE SUBSCRIPTION PAGE */
/*******************************************/
.magazine-logo {
  padding-bottom: 50px; }

.magazine-logo img {
  width: 75%;
  max-width: 400px;
  height: auto; }

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

.magazine-image img {
  width: 100%;
  max-width: 800px;
  height: auto; }

.field-name-field-description {
  padding: 40px 0 30px 0; }

.field-name-field-contact-info {
  padding: 30px 0; }

/******************************************
/* !GLOBAL VIEWS PAGER STYLING */
/*******************************************/
.view .item-list {
  margin-top: 30px; }

.view .item-list ul.pager li {
  padding: 0 3px; }

ul.pager a {
  color: #666; }

ul.pager a:hover, ul.pager li.pager-current {
  color: #e70b22; }

ul.pager--infinite-scroll {
  margin-top: 20px; }
  ul.pager--infinite-scroll li {
    display: inline-block;
    list-style-image: none;
    margin-left: 0;
    background-color: #e70b22;
    padding: 4px 20px;
    text-align: center; }
    ul.pager--infinite-scroll li a {
      color: #FFF; }
    ul.pager--infinite-scroll li a:hover {
      color: #000; }

/*******************************************
 * FOOTER
 *******************************************/
footer {
  font-size: 12px; }
  @media only screen and (max-width: 959px) {
    footer {
      padding-bottom: 30px; } }

footer .block ul,
footer ul.menu {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto; }

footer .block li,
.footer-1 ul.menu li {
  display: inline-block;
  padding: 0px 10px;
  line-height: 12px; }

.footer-1 .block-menu ul.menu li.leaf {
  padding: 0px 10px; }
  @media only screen and (max-width: 759px) {
    .footer-1 .block-menu ul.menu li.leaf {
      padding-bottom: 10px; } }

footer .block ul li:first-child,
footer ul.menu li.first {
  border: none; }

.footer-1 ul.menu a {
  color: #000; }

.footer-1 ul.menu a:hover, .footer-1 ul.menu a.visited {
  color: #EA0013; }

.footer-1 ul.menu li {
  border-left: 1px solid #000; }
  @media only screen and (max-width: 759px) {
    .footer-1 ul.menu li {
      border: none; } }

@media only screen and (max-width: 959px) {
  .footer-2 {
    padding-bottom: 40px; } }

.footer-2 .block li {
  border-left: 1px solid #FFF; }
  @media only screen and (max-width: 759px) {
    .footer-2 .block li {
      display: block;
      border: none;
      margin-bottom: 6px; } }

footer .footer-2 {
  background-color: #666;
  color: #FFF; }

.footer-2 a, .footer-2 a:hover, .footer-2 a.visited {
  color: #FFF; }

/*# sourceMappingURL=screen.css.map */
