/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */

/* HTML element (SMACSS base) rules */
@import "normalize.css";

/* Layout rules */
@import "layouts/responsive.css";

/* Component (SMACSS module) rules */
@import "components/misc.css";
/* Optionally, add your own components here. */
@import "print.css";

/* SMACSS theme rules */
/* @import "theme-A.css"; */
/* @import "theme-B.css"; */

/* ==========
   fonts
   ============================= */

@font-face {
    font-family: 'kelson_sansbold';
    src: url('fonts/kelson_sans_bold-webfont.eot');
    src: url('fonts/kelson_sans_bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/kelson_sans_bold-webfont.woff') format('woff'),
        url('fonts/kelson_sans_bold-webfont.ttf') format('truetype'),
        url('fonts/kelson_sans_bold-webfont.svg#kelson_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kelson_sanslight';
    src: url('fonts/kelson_sans_light-webfont.eot');
    src: url('fonts/kelson_sans_light-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/kelson_sans_light-webfont.woff') format('woff'),
        url('fonts/kelson_sans_light-webfont.ttf') format('truetype'),
        url('fonts/kelson_sans_light-webfont.svg#kelson_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kelson_sansregular';
    src: url('fonts/kelson_sans_regular-webfont.eot');
    src: url('fonts/kelson_sans_regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/kelson_sans_regular-webfont.woff') format('woff'),
        url('fonts/kelson_sans_regular-webfont.ttf') format('truetype'),
        url('fonts/kelson_sans_regular-webfont.svg#kelson_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/opensans-regular.eot');
    src: url('fonts/opensans-regular.eot') format('embedded-opentype'),
        url('fonts/opensans-regular.woff') format('woff'),
        url('fonts/opensans-regular.ttf') format('truetype'),
        url('fonts/opensans-regular.svg#OpenSansRegular') format('svg');
}


/* ==========
   global
   ============================= */

body {
    font-family: 'kelson_sansregular';
    font-size:14px;
    color:#222;
    cursor:default;
    background-image:url('../images/background.png');
    background-position:center top;
    line-height:1.5;
}

body.section-cutting-edge-sport {
    background-image:url('../images/background-ces.png');
}

.row {
    width:100%;
    float:left;
}

.inner-wrapper {
    padding:20px;
    position: relative;
}

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

h4,
.read-more,
.node-type-page #page-title,
.node-type-event #page-title,
.node-type-event-page #page-title,
.node-type-webform #page-title,
.page-about-us-people #page-title,
.page-events #page-title,
.page-search #page-title,
.page-404 #page-title{
    font-size:20px;
    color:#fff;
    margin:0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    font-size:35px;
    text-transform: uppercase;
}

h2, h3, h5 {
    font-family: 'kelson_sansbold';
    font-size:26px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

h3 {
    font-size: 18px;
}

h4,
.node-type-page #page-title,
.node-type-event #page-title,
.node-type-event-page #page-title,
.node-type-webform #page-title,
.page-about-us-people #page-title,
.page-events #page-title,
.page-search #page-title,
.page-404 #page-title{
    padding:5px 40px 5px 15px;
    background-color:#f96806;
    text-transform:uppercase;
    position:relative;
    float: left;
    margin-bottom: 3px;
    margin-left: -12px;
}

h4:before,
.node-type-page #page-title:before,
.node-type-event #page-title:before,
.node-type-event-page #page-title:before,
.node-type-webform #page-title:before,
.page-about-us-people #page-title:before,
.page-events #page-title:before,
.page-search #page-title:before,
.page-404 #page-title:before{
    content: '';
    position: absolute;
    width:0;
    bottom:-12px;
    left:0;
    border-top: 12px solid #c0540b;
    border-left: 12px solid transparent;
}

h4:after,
.node-type-page #page-title:after,
.node-type-event #page-title:after,
.node-type-event-page #page-title:after,
.node-type-webform #page-title:after,
.page-about-us-people #page-title:after,
.page-events #page-title:after,
.page-search #page-title:after,
.page-404 #page-title:after{
    content: '';
    position: absolute;
    width:0;
    height:0;
    top:0;
    right:10px;
    border-top:6px solid white;
    border-right:6px solid transparent;
    border-left:6px solid transparent;
}

.front h4 a{
    color: #fff;
}

h5 {
    font-size: 14px;
    float:left;
    padding-top:4px;
}

p {
    margin:0;
    font-size:15px;
}

p.date,
span.date-display-single {
    font-size:12px;
    color:#9c9c9c !important;
    font-family: 'kelson_sansbold';
}
body.node-type-cutting-edge-sport .inner-page-wrapper .field-name-field-date{
    font-size:12px;
    color:#9c9c9c !important;
    font-family: 'kelson_sansbold';
}
p.author{
    font-size:12px;
    color:#9c9c9c !important;
    font-family: 'kelson_sansbold';
    margin-left: 10px;
    margin-top: -3px;
}
.error, .messages--error {
    color: #222 !important;
}

.mt {
    margin-top:12px;
}

.mt-2 {
    margin-top:24px;
    margin-top:0px;
}

select {
    float:left;
    margin-left: 10px;
}

img {
    height: auto !important;
}
input{
    width:100%;
}
input[type='submit']{
    width:auto;
}


/* SIG EVENT AWARD ENTRY FORM PROGRESS INDICATOR */

.progress-indicator-surround{
    display:block;
}
.progress-indicator-surround ul.progress-indicator{
    list-style-type: none;
    padding-left:0px;
    display:inline-block;
    background-image:url('../images/blue_progress_line.jpg');
    background-repeat:no-repeat;
    background-position:center 24px;
    background-size:90% 2px;
    margin-bottom:0px;
}
.progress-indicator-surround ul.progress-indicator li{
    font-size:30px;
    width:44px;
    height:44px;
    border:2px solid #009fe3;
    border-radius:26px;
    color:#009fe3;
    background-color:#ffffff;
    display:inline-block;
    margin-right:40px;
}
.progress-indicator-surround ul.progress-indicator li.final-stage{
    margin-right:0px;
}
.progress-indicator-surround ul.progress-indicator li.completed{
    background-color:#009fe3;
    color:#ffffff;
}
.progress-indicator-surround ul.progress-indicator li.active{
    background-color:#5dcef8;
    color:#ffffff;
}
.progress-indicator-surround ul.progress-indicator li span{
    text-align:center;
    display:table;
    margin:0 auto;
}

/* ==========
   header
   ============================= */
.menu-icon{
    display:none;
}
#header {
    background: #222222;
    padding:0;
    position: fixed;
    width: 100%;
    z-index:10;
}

#logo {
    float:left;
    padding: 12px 0;
    position:relative;
}

#navigation {
    float:right;
    width:auto;
    height: auto;
    position:static;
    padding:0;
}

#navigation ul.menu,
.content ul.menu {
	margin:0;
	padding:0;
}

.content ul.menu {
    display:flex;
    background-color:#191919;
    padding-left: 10px;
}

/*#navigation ul.menu{
    content: "";
  display: table;
  clear: both;
}*/

#navigation ul.menu li,
.content ul.menu li {
    position:relative;
    padding: 0;
    z-index: 1;
    white-space: nowrap;
	list-style:none;
	float:left;
    margin-left:10px;
    margin-right:10px;
}

#end-corner:before {
    left:-2px;
}

#navigation ul.menu > li > a,
.content ul.menu > li > a {
    color: #FFFFFF;
    float: left;
    text-decoration: none;
    position: relative;
    padding: 24.3px 0px;
    /*border-left:1px solid #fff;*/
    text-transform: uppercase;
}

.content ul.menu > li > a:hover {
    color: #f96806;
}

.content ul.menu > li.active-trail > a {
    color: #f96806;
}

.content ul.menu > li > a {
    padding: 10px 0px 8px 0px;
}

/*.content ul.menu > li > a {
	padding: 5px 15px 0;
}*/
/*.content ul.menu > li span:before {
	border-top-color:#918e8e;
}*/

#navigation ul.menu > li > ul.menu > li span:before,
.content ul.menu > li > ul.menu > li span:before {
    border:none;
}
#navigation ul.menu > li:hover {
    background-image:url('../images/underline_white.gif');
    background-position:center bottom +20px;
    background-repeat:repeat-x;
    background-size:1px 2px;
}

#navigation ul.menu > li.active-trail {
    background-image: url(../images/underline_white.gif);
    background-position: center bottom +20px;
    background-repeat: repeat-x;
    background-size: 1px 2px;
}

#navigation ul.menu > li .menu li:hover {
    background-image:none;
}

#navigation ul.menu > li .menu li a:hover {
    color: #f96806;
}

#navigation ul.menu > li .menu li,
.content ul.menu > li .menu li {
	background-color:transparent;
}
.content ul.menu > li a:hover,
.content ul.menu > li.active,
.content ul.menu > li.on,
.content ul.menu > li .menu li a:hover,

.content ul.menu > li.active-trail {
	background-color:#222;
}
.content ul.menu > li.active-trail span:before {
	border-top-color:#222;
}

#navigation ul.menu > li:hover span a,
#navigation ul.menu > li:hover span,
.content ul.menu > li:hover span a {
    background-color: #f96806;
}

#navigation ul.menu > li.active span:before,
#navigation ul.menu > li.active-trail span:before,
#navigation ul.menu > li:hover span:before,
#navigation ul.menu > li > a:hover:before,
#navigation ul.menu li a:hover:before,
#navigation ul.menu > li .menu li a:hover:before {
    border-top-color:#f96806;
}

.content ul.menu > li.active:before,
.content ul.menu > li:hover,
.content ul.menu > li:hover span:before,
.content ul.menu > li span:hover:before,
.content ul.menu > li > a:hover:before,
.content ul.menu li a:hover:before,
.content ul.menu > li .menu li a:hover:before,

.content ul.menu > li .menu li a:hover:after {
	border-top-color:#222;
}

#navigation ul.menu > li .menu li a:hover:after {
    border-bottom-color:#f96806;
}

#navigation ul.menu > li.is-active-trail.menu-mlid-454 span:before,
#navigation ul.menu > li.menu-mlid-454:hover span:before,
#navigation ul.menu > li.menu-mlid-454 > a:hover:before {
    border-top-color:#c71515;
}
#navigation ul.menu > li.menu-mlid-454.on {
	background-color:#c71515;
}


#navigation ul.menu > li .menu,
.content ul.menu > li .menu {
    display:block;
    visibility:hidden;
    position:absolute;
    left:-20px;
    top:66px;
    background-color:#222222;
    min-width: calc(100% + 40px);
    padding-bottom: 5px;
}
.content ul.menu > li .menu {
	top:34px;
}

#navigation ul.menu > li:hover ul,
.content ul.menu > li:hover ul {
    visibility:visible;
}

#navigation ul.menu > li .menu li,
.content ul.menu > li .menu li {
    border:none;
    width:100%;
}

#navigation ul.menu > li .menu li a,
.content ul.menu > li .menu li a {
    border: medium none;
    text-align: left;
    padding: 0px 20px 10px 20px;
    margin: 0px 0px;
    background-color: #222;
    width: calc(100% - 40px);
}
#navigation ul.menu > li .menu li {
    margin-left:0px;
    margin-right:0px;
}
#navigation ul.menu li a.menu__link.is-active-trail.active-trail{
    background-color:unset;
}
#navigation ul.menu li ul.menu li a.menu__link.is-active-trail.active-trail{
    background-color:#222222;
}
#navigation ul.menu li ul.menu li a.menu__link.is-active-trail.active-trail:hover{
    background-color:#222222;
}
#navigation ul.menu > li.menu-mlid-454 a.menu__link.is-active-trail.active-trail{
    background-color:unset;
}

#block-menu-block-2,
#block-menu-block-3{
	width:100%;
	float:left;
	margin-top: 12px;
    padding-left:10px;
    padding-right:10px;
    box-sizing: border-box;
    margin-bottom:30px;
}

#end-corner {
    float:left;
    height:70px;
    width:10px;
    position: relative;
}

.region-navigation {
    float:left;
}

.search-box {
    background-color: #3B3B3B;
    border: 1px solid #6B6666;
    color: #FFFFFF;
    margin-left: 10px;
    margin-top: 20px;
    padding: 4px;
    float: left;
    text-transform: uppercase;
}

.header .social {
    float: right;
    margin-top: 22px !important;
    width: auto;
}

.header .social li {
    list-style:none;
}


/* MAIN MENU EXTRA STYLING */
/* SI Awards styling */
#navigation ul.menu > li.menu-mlid-1128 a{
    color:#de8b72;
}
#navigation ul.menu > li.menu-mlid-1128:hover {
    background-image: url(../images/underline_sia.gif);
}
#navigation ul.menu > li.menu-mlid-1128 > ul.menu > li a{
    color:#ffffff;
}
#navigation ul.menu > li.menu-mlid-1128 > ul.menu > li a:hover{
    color:#de8b72;
    background-image:none;
}
#navigation ul.menu > li.active-trail.menu-mlid-1128 {
    background-image: url(../images/underline_sia.gif);
}

/* SI Nextgen styling */
#navigation ul.menu > li.menu-mlid-1106 a{
    color:#009fe3;
}
#navigation ul.menu > li .menu li a:hover {
    color: #f96806;
}
#navigation ul.menu > li .menu li.menu-mlid-1106 a:hover{
    opacity:0.7;
    color:#009fe3;
}
#navigation ul.menu > li.menu-mlid-1165 a{
    color:#ffdc04;
}
#navigation ul.menu > li .menu li.menu-mlid-1165 a:hover{
    opacity:0.7;
    color:#ffdc04;
}
#navigation ul.menu > li.menu-mlid-1106:hover {
    background-image: url(../images/underline_sin.gif);
}
#navigation ul.menu > li.menu-mlid-1106 > ul.menu > li a{
    color:#ffffff;
}
#navigation ul.menu > li.menu-mlid-1106 > ul.menu > li a:hover{
    color:#009fe3;
    background-image:none;
}
#navigation ul.menu > li.active-trail.menu-mlid-1106 {
    background-image: url(../images/underline_sin.gif);
}

/* Cutting Edge Sport styling */
#navigation ul.menu > li.menu-mlid-454:hover{
    color:#c71515;
}
#navigation ul.menu > li .menu li.menu-mlid-454 a:hover{
    background-color:#222;
    color:#c71515;
}

/* CONTENT PAGE MENU EXTRA STYLING */
.content ul.menu > li > ul.menu{
    padding-left: 0px;
    padding-top: 7px;
}
.content ul.menu > li .menu li {
    margin-right:0px;
    margin-left:0px;
}
/* SI Awards page styling */
body.page-node-100929 .content ul.menu > li.active-trail > a,
body.page-events-awards .content ul.menu > li.active-trail > a{
    color: #de8b72;
}
body.page-node-100929 .content ul.menu > li > a:hover,
body.page-events-awards .content ul.menu > li > a:hover {
    color: #de8b72;
}
    /* SI Awards alignment of Past Winners styling */
    .content ul.menu > li.menu-mlid-1142 .menu li a{
        text-align:center;
    }
/* SI Nextgen page styling */
body.page-events-next-gen .content ul.menu > li.active-trail > a{
    color: #009fe3;
}
body.page-events-next-gen .content ul.menu > li > a:hover {
    color: #009fe3;
}

.content ul.menu > li.menu-mlid-1110 .menu li a{
  text-align:center;
}


/* ==========
   content - news hero
   ============================= */

.front .content,
#top-wrapper,
.not-front #news,
.page-news #top-wrapper,
.page-features #top-wrapper,
.page-tv #top-wrapper {
    width:100%;
    margin-top: 30px;
    float:left;
    padding:0;
}
.front .content {
	margin-top:0;
	padding-left: 10px;
    padding-right: 10px;
}
#top-wrapper{
    width: 70%;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
}
#top-wrapper #news{
    width: 100%;
    margin-right:0%;
    float:left;
    padding:0;
}
.not-front .inner-page-wrapper {
    float:left;
    width:70%;
}

.sidebars {
    margin-top:30px;
}

.hero {
    width: 100%;
    position:relative;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.caption {
    position:absolute;
    bottom:0;
    width:calc(100% - 20px);
    background-color:#222;
}

.caption .inner-wrapper {
    padding-bottom:60px;
}

.caption h1 {
    color: #fff;
    text-transform:uppercase;
    margin:0;
    line-height:1.1;
    padding-bottom:5px;
}

.caption p {
    color:#fff;
}

.caption .read-more {
    position:absolute;
    bottom:0;
    right:0;
    padding:5px;
    background-color:#f96806;
    text-transform:uppercase;
}


/* ==========
   content - blocks
   ============================= */

/* news */
#news .latest {
    float:left;
    width:100%;
    margin-top:30px;
}

.page-block {
    float:left;
    position: relative;
    margin-right:0;
    margin-bottom: 1.5em;
}

.page-block.first,
.page-block.col-12 {
    /*margin-left:0 !important;
    padding-left:0 !important;*/
}

.page-home .page-block.first,
.page-home .page-block.col-12 {
    clear: both;
}

.page-home #footer .page-block.first,
.page-home #footer .page-block.col-12 {
    clear: none;
}

.page-block.last,
.page-block.col-12 {
    /*margin-right:0 !important;
    padding-right:0 !important;*/
}

.page-block img {
    width:100%;
    /*border: 1px solid #eae9e9;
    box-sizing: border-box;*/
}

.col-12 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.col-7 {
    width: 58.333333%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.col-6 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.medium-features .col-6 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.col-5 {
    width: 37%;
}

.col-4 {
    width: 33.333333%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.col-3 {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.image-container {
    position:relative;
}

.section-news .row.list.small-news h2{
    font-size: 18px;
}
.section-news .row.list.medium-news h2{
    font-size: 24px;
}

/* features */
.medium-features,
.large-features {
    width:50%;
}

.medium-features .page-block {
    margin-right:0;
}

.large-features {
    float:right;
}

.large-features .caption {
    width:60%;
    bottom: 6px;
}

.extra-large-event {
    float:left;
    width: 75%;
}

.extra-large-event .caption {
    top: 0;
    width: 45%;
    display: table;
}

.extra-small-event {
    width:24.2%;
    float:right;
}

.extra-small-event .image-container {
    float:left;
}

.extra-small-event h2 {
    font-size:17px;
}

.xs {
    float:right;
}

.field-name-field-tags {
    margin-top: 24px;
    width:100%;
    float:left;
    text-transform:uppercase;
}

.field-name-field-tags .field-label {
    float:left;
}

.field-name-field-tags .field-items {
    float:left;
    margin-left: 10px;
    color:#F96806;
}

.field-name-field-tags .field-items .field-item {
    float:left;
    margin:0 10px;
}

article .field-item p {
    margin-bottom:10px;
}

article .field-item p a{
    color: #f96806;
}

article form .form-item {
    float: left;
    margin: 5px 0;
    width: 100%;
}

article form label {
    float:left;
    width:25%;
    font-size:18px;
    text-transform:uppercase;
}

article form .form-radios div,
article form .form-radios label,
article form .form-radios input,
article form .webform-component-textarea div {
    width:auto;
    float:none;
}

article form input,
article form select,
article form textarea {
    width:100%;
    /*max-width:600px;*/
    padding: 4px;
    font-size:18px;
}

article form select {
    margin:0;
}

.webform-component-textarea label {
    display: inline;
    margin-right: 1em;
}

article form .webform-component-textarea textarea {
    width:100%;
    max-width:600px
}

article form input[type="submit"] {
    width:auto;
    background:#f96806;
    color:#fff;
    padding:4px 8px;
    text-transform:uppercase;
    border:none;
    box-shadow:none;
    float:right;
}

.node-type-page #page-title,
.node-type-webform #page-title {
    margin-bottom: 20px;
    margin-top: 30px;
}

.content article {
    float:left;
}

.news-footer,
.tabs-primary,
.tabs-secondary {
    float: left;
    width: 100%;
    padding-left:10px;
    padding-right:10px;
    box-sizing: border-box;
}
.news-footer {
    padding-left:0px;
    padding-right:0px;
    box-sizing: border-box;
}


/* ==========
   people page
   ============================= */

.page-about-us-people article.node-people {
    float: left;
    width: 25%;
    padding-left:15px;
    padding-right:15px;
    margin-left:0px !important;
    margin-right: 0px !important;
    /*min-height: 280px;*/
    box-sizing: border-box;
    position: relative;
    margin-bottom:15px;
}

.people-teaser-container .people-wrapper {
    width:100%;
	float: left;
}
.people-teaser-container .people-wrapper img {
    width: 100%;
}
.people-teaser-container{
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    justify-content: left;
}
.people-teaser-container:before, .people-teaser-container:after{
  content: " ";
  display: table;
  width:100%
}
.people-teaser-container > [class*='col-'] {
    display: flex;
}


.people-full-container .people-wrapper {
    width:25%;
}

.people-wrapper .field-name-field-image {
    margin-bottom:15px;
}
.people-wrapper header h2 {
    text-align:center;
    font-size:18px;
}
.people-wrapper .field-name-field-twitter-address{
    text-align:center;
}

.people-wrapper .field-name-field-title {
    font-size:12px;
    color:#9c9c9c;
    text-align:center;
    margin-top:5px;
    text-transform:uppercase;
}

.people-content,
.people-wrapper {
    float:left;
}
.people-content {
	float: right;
    width: 75%;
    padding-left:20px;
    box-sizing: border-box;
}

body.page-cutting-edge-sport-curators .people-wrapper {
    max-width: 33.3%
}


.people-full-container {
	float:left;
	width:100%;
	margin-top:0px;
}

.page-events-summit-speakers .people-wrapper,
.node-type-people .people-wrapper {
    margin-right:15px;
}
.node-type-event .field-name-field-image,
.node-type-people .field-name-field-image {
    margin-bottom:15px;
}
.page-events-summit-speakers header h2,
.node-type-people header h2 {
    font-size:18px;
	text-align: left;
}
.page-events-summit-speakers .field-name-field-title,
.node-type-people .field-name-field-title {
    font-size:13px;
    color:#9c9c9c;
    margin-top:5px;
	text-align: left;
    text-transform:uppercase;
}
.page-events-summit-speakers .people-teaser-container header h2,
.page-events-summit-speakers .field-name-field-title {
	text-align:center;
}
.page-events-summit-speakers .people-full-container .field-name-field-title {
	text-align:left;
}

.page-events-summit-speakers .field-name-field-twitter,
.page-events-summit-speakers .field-name-field-email,
.node-type-people .field-name-field-twitter,
.node-type-people .field-name-field-email {
    color:#f96806;
    font-size:13px;
    font-family: 'OpenSansRegular';
    text-decoration:underline;
    padding-left:25px;
    background:url('../images/social_07.png') left 3px no-repeat;
}

.page-events-summit-speakers .field-name-field-email,
.node-type-people .field-name-field-email {
    background:url('../images/social_10.png') left 6px no-repeat;
}

.node-type-people .field-name-body {

}

.page-events-summit-speakers .field-name-field-quote,
.node-type-people .field-name-field-quote {
    font-family: 'OpenSansRegular';
    font-style:italic;
    position:relative;
    padding:0 30px;
    margin-top:20px;
	clear: both;
    float: left;
}

.open-quote,
.close-quote {
    position:absolute;
    font-size:80px;
    color:#f96806;
    line-height: 1;
    font-family:Arial, Helvetica, sans-serif;
}
.open-quote {
    left: -10px;
    top: -17px;
}
.close-quote {
    bottom: -62px;
    right:0;
}

.people-teaser-container {
    width:100%;
    float:left;
    margin-top: 15px;
   /* padding-left:10px;
    padding-right:10px;*/
    box-sizing:border-box;
}


/* ==========
   sidebar
   ============================= */

.sidebars {
    width: 30%;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.advert {
    margin-bottom:15px;
}

.advert a img{
  width:100%;
}

/* ==========
   footer
   ============================= */

#footer {
    float:left;
    width:100%;
    background:#222;
    margin-top:40px;
    color:#fff;
    font-size:12px;
}

#footer .inner-wrapper {
    padding:60px 0;
    float:left;
    width:100%;
}

#footer #logo {
    padding:0;
}

#footer ul {
    margin:0;
    padding:0;
}

#footer ul li {
    list-style:none;
}

.footer-nav li a {
    color:#fff;
}

.social {
    margin-top:10px !important;
}

.social li {
    float:left;
    margin-right:5px;
}

.social li a {
    width:24px;
    height:24px;
    display:block;
}

.social li .social-twitter {
    background-image:url('../images/social-sprite2.png');
    background-position:-48px 0;
}

.social li .social-twitter:hover {
    background-image:url('../images/social-sprite2.png');
    background-position:-48px -24px;
}

.social li .social-facebook {
    background-image:url('../images/social-sprite2.png');
    background-position:-24px 0;
}

.social li .social-facebook:hover {
    background-image:url('../images/social-sprite2.png');
    background-position:-24px -24px;
}

.social li .social-linkedin {
    background-image:url('../images/social-sprite2.png');
    background-position:0 0;
}

.social li .social-linkedin:hover {
    background-image:url('../images/social-sprite2.png');
    background-position:0 -24px;
}

.social li .social-instagram {
    background-image:url('../images/social-sprite-update2.png');
    background-position:24px 0;
}

.social li .social-instagram:hover {
    background-image:url('../images/social-sprite-update2.png');
    background-position:24px -24px;
}

p.footer-address {
    font-family: 'OpenSansRegular';
    line-height:1.3;
}

#footer small {
    color:#a9a9a9;
    margin-top:25px;
    float:left;
    font-family: 'OpenSansRegular';
}

#footer small a {
    color:#a9a9a9;
    text-decoration:underline;
}

.you-tube-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.you-tube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#map-canvas {
    height: 300px;
}

#map-canvas img {
    max-width: none;
}


/* Newsletter */
#block-sig-newsletter-sign-up {
    background-color:#222;
}
#block-sig-newsletter-sign-up .sign-up {
  display: inline-block;
}
#block-sig-newsletter-sign-up .sign-up h5 {
    padding: 5px 40px 5px 15px;
    background-color: #f96806;
    text-transform: uppercase;
    position: relative;
    float: left;
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff;
    padding:10px;
    width: calc(100% - 20px);
}
#block-sig-newsletter-sign-up .sign-up h5:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 10px;
    border-top: 6px solid white;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
#block-sig-newsletter-sign-up .sign-up p {
    padding: 10px;
    padding-bottom: 0px;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
}
#block-sig-newsletter-sign-up .sign-up form {
    padding:10px;
    box-sizing: border-box;
}
#block-sig-newsletter-sign-up .sign-up form input#newsletter-signup-email {
    border:1px solid #fff;
    background:#222;
    color:#fff;
    padding:5px;
    width: 100%;
}
#block-sig-newsletter-sign-up .sign-up form input#gdpr {
    margin-top: 3px;
}

#block-sig-newsletter-sign-up .sign-up form input[type="submit"]{
    border:none;
    padding:5px 30px;
    font-size: 15px;
    text-transform: uppercase;
    /*background:#f96806;*/
    background:grey;
    margin-top: 5px;
    width:auto;
    color:#fff;
    float:none;
}

.page-events-awards .field-name-field-entry-details {
	float:left;
	width:100%;
}
#sig-event-award-cta,
#sig-event-award-entry-form {
	float: left;
    margin-bottom: 20px;
    margin-top: 10px;
}
#sig-event-award-cta a {
	background: none repeat scroll 0 0 #f96806;
    border: medium none;
    font-size: 18px;
    padding: 5px 10px;
	color:#fff;
    text-transform: uppercase;
    width: auto;
}

#sig-event-award-entry-form legend {
	font-size: 18px;
	padding:0 5px;
    font-weight: bold;
}
#sig-event-award-entry-form fieldset {
	padding:10px 20px 20px;
	margin-bottom:20px;
}
#sig-event-award-entry-form input.form-text {
	width:100%;
    /*margin-bottom: 20px;*/
}
#sig-event-award-entry-form .description {
	margin:1.4em !important;
	padding:0 0px 0 0;
}
#sig-event-award-entry-form input[type="submit"] {
	margin-top:-20px !important;
}

#custom-search-blocks-form-1 {
	margin:0;
	float:left;
}
#custom-search-blocks-form-1 input {
	background-color: #3b3b3b;
    border: 1px solid #6b6666;
    color: #ffffff;
    float: left;
    margin-left: 10px;
    padding: 4px;
    text-transform: uppercase;
}

form#search-form {
    clear: both;
    padding-top: 15px;
}

.page-search .inner-page-wrapper h2 {
    display: none;
}

.section-events .inner-page-wrapper/*,
.section-about-us .inner-page-wrapper */{
	margin-top:30px;
}

/* ==========
   Curator people Index page specifics
   ============================= */

.page-cutting-edge-sport-curators .content article.node-teaser {
    float: left;
    width: 20%;
    min-height: 290px;
    text-align: center;
}

.page-cutting-edge-sport-curators .people-teaser-container .node-teaser .people-wrapper{
    max-width: 180px !important;
    padding: 10px;
}

/* ==========
   Curator people profile page specifics
   ============================= */

.page-cutting-edge-sport-curators article.node.node-people.view-mode-full{
    margin-top: 15px;
}


.page-cutting-edge-sport-curators .node.node-people.view-mode-full .field.field-name-field-twitter.field-type-text {
    text-align: center;
}

.page-cutting-edge-sport-curators .sidebars {
    display: block;
}

body.page-cutting-edge-sport img.fr {
    float: right;
    margin-right: 10px;
}

body.page-cutting-edge-sport img.sponsor-top{
    margin-top: 0px;
    max-width: calc(100% - 210px)
}

/* Home page hero update */
body.front .hero .caption .inner-wrapper{
    padding-bottom: 10px;
}
body.front .hero .caption .inner-wrapper p{
    width: 525px;
}
body.front .hero h1{
    line-height: 1.1;
}
body.page-events-awards-2017 .event-page-header a {
    color: #f96806;
}

#webform-component-sign-up-to-newletter > label{
    width: 26%;
}


/* RESPONSIVE */

.leaderboard img{
    width:100%;
}
.ces-item.small {
    margin: 1.5% 3% 1.5% 0;
}
.ces-item.large {
    margin: 1.5% 0 1.5% 1.5%;
}
.section-events .content article {
    padding-left:10px;
    padding-right:10px;
    box-sizing: border-box;
    /*margin-left:-10px;*/
}
.section-events .content article.node-sponsors-partners {
    margin-bottom:20px;
}


/* EVENTS PAGE */
body.node-type-event .inner-page-wrapper > .field-name-field-image, body.page-events .inner-page-wrapper > .field-name-field-image, body.node-type-event-page .inner-page-wrapper > .field-name-field-image{
    padding-left:10px;
    padding-right:10px;
    box-sizing:border-box;
    margin-bottom: 0px;
}
/*.sponsor-surround{
    padding-left:10px;
    padding-right:10px;
    box-sizing:border-box;
}*/
/*.section-events .content .awards-page-content .node-awards{
    margin-right: 0%;
}
.section-events .content .awards-page-content .node-awards-surround{
    width:33.333333%;
    padding-left:10px;
    padding-right:10px;
    box-sizing:border-box;
}*/
#sig-event-contact-form{
    padding-left:10px;
    padding-right:10px;
    box-sizing:border-box;
}
#sig-event-contact-form button, #sig-event-contact-form input, #sig-event-contact-form select, #sig-event-contact-form textarea {
    width:100%;
}
#sig-event-contact-form input#edit-sign-up, #sig-event-contact-form input#edit-submit{
    width:auto;
}
/* DOW JONES SPORTS INTELLIGENCE AWARD NOMINATION FORM PAGE 2018*/
body.page-node-98597 article form label {
    font-size: 14px;
    width:100%;
}
body.page-node-98597 article form input,
body.page-node-98597 article form select,
body.page-node-98597 article form textarea {
    font-size: 14px;
}
body.page-node-98597 article form .webform-component-textarea textarea {
    width: 100%;
    max-width: unset;
}
body.page-node-98597 article form .form-item {
    margin: 10px 0;
}
body.page-node-98597 article form input[type="submit"] {
    float: none;
    margin-bottom:20px;
}
body.page-node-98597 .sponsors {
    margin-top: 30px;
}

/* DOW JONES SPORTS INTELLIGENCE AWARD NOMINATION FORM PAGE 2019 */
body.page-node-99930 article form label {
    font-size: 14px;
    width:100%;
}
body.page-node-99930 article form input,
body.page-node-99930 article form select,
body.page-node-99930 article form textarea {
    font-size: 14px;
}
body.page-node-99930 article form .webform-component-textarea textarea,
body.page-node-101304 article form .webform-component-textarea textarea{
    width: 100%;
    max-width: unset;
}
body.page-node-99930 article form .form-item {
    margin: 10px 0;
}
body.page-node-99930 article form input[type="submit"] {
    float: none;
    margin-bottom:20px;
}
body.page-node-99930 .sponsors {
    margin-top: 30px;
}

/* End DOW JONES SPORTS INTELLIGENCE AWARD NOMINATION FORM PAGE 2019 */


.section-events .content .awards-page-content article.node-97921 header h2 a {
    min-height: 32px;
}

.nominate-surround {
    padding-bottom: 0px;
    float:left;
    width:100%;
}

.nominate-surround a{
    display:table;
    color:#222;
    background-color:#ffffff;
    color:#f96806;
    background-color:#ffffff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
    margin-left:auto;
    margin-right:auto;
    line-height: 1;
    border:1px solid #f96806;
    margin-top:15px;
    width: calc(100% - 22px);
    text-align: center;




}
.nominate-surround a:hover{
    color:#ffffff;
    background-color:#222;
    border:1px solid #222;
}

/* CUTTING EDGE SPORT */
.ces-rows{
    float: left;
    margin-top: 12px;
}
.ces-item.large {
    margin: 0PX;
}
.ces-item.large {
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}
.ces-item.small {
    margin: 0px;
    padding-right:10px;
    margin-bottom:17px;
    box-sizing: border-box;
    padding-left:10px;
}
.ces-item.small .bottom-speech {
    bottom: -5px;
}
img.sela-sport-image-link{
    width:50%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}
body.page-tv #top-wrapper .mt-2 h4, body.page-features #top-wrapper .mt-2 h4 {
    margin-bottom: 15px;
}
body.page-node-35 article.node-35{
    padding-left:10px;
    padding-right:10px;
    box-sizing: border-box;
}
body.page-about-us .people-teaser-container{
    padding-left:10px;
    padding-right:10px;
    box-sizing: border-box;
}
body.page-node-36 #map-canvas{
    margin-top: 30px;
    width: calc(100% - 20px);
    margin-left: 10px;
}
body.page-node-36 article.node-36{
    padding-left:10px;
    padding-right:10px;
    box-sizing: border-box;
}

body.page-user.not-logged-in .inner-page-wrapper{
    padding-left:10px;
    padding-right:10px;
    box-sizing: border-box;
}
.page-about-us-people #page-title {
    margin-top: 30px;
}
body.page-news #top-wrapper .mt-2 h4 {
    margin-bottom: 15px;
}

input[type="checkbox"], input[type="radio"] {
    width: auto;
}

.fieldset-legend{
        display: block;
    font-weight: bold;
    font-size: 15px;
    color: #f96806;
    text-transform: uppercase;
}

/* http://www.sportindustry.biz.local/events/awards/2017/book */
/*body.page-events-awards-book */.book-content-copy, #package-order-form, #order-summary{
    padding-left:10px;
    padding-right:10px;
    box-sizing: border-box;
}
#packages-selected{
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

body.page-events-awards-enter .award-sponsor-header, body.page-events-awards-enter .field-name-field-entry-details,  body.page-events-awards-enter .field-name-field-logo, body.page-events-awards-enter #sig-event-award-cta, body.page-events-awards-enter form#sig-event-award-entry-form{
    padding-left:10px;
    padding-right:10px;
    box-sizing: border-box;
}
body.page-events-awards-enter form#sig-event-award-entry-form{
    margin-bottom: 60px;
}
.messages--error.messages.error, .messages--status.messages.status {
    padding-left:40px;
    padding-right:10px;
    box-sizing: border-box;
    width: calc(100% - 20px);
    margin-left:10px;
    margin-right:10px;
}


/* TILES */
.awards.teaser {
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    justify-content: left;
    float:left;
    width:100%;
}
.awards.teaser .field-name-field-overview{
    float:left;
}
.awards.teaser .field-name-field-overview .field-label{
    display:none;
}
.awards.teaser .field-name-field-overview .field-item{
    margin: 15px;
    width: auto;
    float: left;
}
.awards.teaser:before, .awards.teaser:after{
  content: " ";
  display: table;
  width:100%
}
.awards.teaser article.node-awards {
    display: flex;
}
.section-events .content .awards-page-content .node-awards {
    margin-bottom: 20px;
}


/* USER ACCOUNT LOGIN PAGE */
.messages--error.messages.error, .messages--status.messages.status {
    float: left;
    width: calc(100% - 20px);
    box-sizing: border-box;
}


/* RESPONSIVE VIDEO EMBED */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#sig-event-award-entry-form-experience, #sig-event-award-entry-form-you-think, #sig-event-award-entry-form-you-think-about-you, #sig-event-award-entry-form-review, #sig-event-award-entry-form-complete{
    padding-left:10px;
    padding-right:10px;
    box-sizing: border-box;
}


.sponsors{
    width: calc(100% - 22px);
    margin-left: 10px;
    box-sizing: border-box;
}

body.page-node-95071 article.node-event .field-name-body{
    margin-top:20px;
}

body.page-about-us .people-wrapper .field-name-field-title {
    text-align: center;
}


/* INDIVIDUAL NEWS PAGE */
body.node-type-news .inner-page-wrapper{
    margin-top:30px;
}
body.node-type-news .field-name-field-image,
body.node-type-news .inner-page-wrapper h1.page__title.title,
body.node-type-news .inner-page-wrapper .field-name-field-date,
body.node-type-news .inner-page-wrapper .field-name-body{
    padding-left:10px;
    padding-right:10px;
    box-sizing: border-box;
}
body.node-type-news .field-name-field-categories {
    margin-left:10px;
}
body.node-type-news .content article.node-news {
    margin-bottom:20px;
}


/* INDIVIDUAL CUTTING EDGE SPORT PAGE */
body.node-type-cutting-edge-sport .inner-page-wrapper{
    margin-top:30px;
}
body.node-type-cutting-edge-sport .field-name-field-image,
body.node-type-cutting-edge-sport .inner-page-wrapper h1.page__title.title,
body.node-type-cutting-edge-sport .inner-page-wrapper .field-name-field-date,
body.node-type-cutting-edge-sport .inner-page-wrapper .field-name-body{
    padding-left:10px;
    padding-right:10px;
    box-sizing: border-box;
}
body.node-type-cutting-edge-sport .field-name-field-categories {
    margin-left:10px;
}
body.node-type-cutting-edge-sport .content article.node-cutting-edge-sport {
    margin-bottom:20px;
    padding-top:5px;
}
/*body.node-type-cutting-edge-sport .content article.node-cutting-edge-sport header{
    min-height:25px;
    margin-top:10px;
}*/
body.node-type-cutting-edge-sport .content article.node-cutting-edge-sport header .pw-widget {
    float: right;
    margin-right: 10px;
}
/*body.node-type-cutting-edge-sport .content article.node-cutting-edge-sport p.author {
    font-size: 12px;
    color: #9c9c9c !important;
    font-family: 'kelson_sansbold';
    margin-left: 10px;
    margin-top: -13px;
}*/
body.node-type-cutting-edge-sport .content article.node-cutting-edge-sport .field-name-field-tags{
    padding-left:10px;
    box-sizing: border-box;
}

.page-events-awards-book#packages {
    float: left;
    width: 70%;
    padding-left:10px;
    padding-right:10px;
}

body.node-type-news.section-features .content article,
body.node-type-news.section-news .content article {
    float: none;
}
body.node-type-news.section-features .content .news-footer article,
body.node-type-news.section-news .content .news-footer article {
    float: left;
}

/* DELETE FORM/ SUNJECT ACCESSS REQUEST FORM */
article.node-98852 .field-name-body,
article.node-98855 .field-name-body{
    margin-bottom:30px;
}
form#webform-client-form-98852 label,
form#webform-client-form-98855 label{
    font-size:14px;
    font-weight:bold;
}
form#webform-client-form-98852 input,
form#webform-client-form-98852 select,
form#webform-client-form-98852 textarea,
form#webform-client-form-98855 input,
form#webform-client-form-98855 select,
form#webform-client-form-98855 textarea {
    width: 100%;
    padding: 1px 0px;
    font-size: 14px;
}
article form#webform-client-form-98852 .form-item,
article form#webform-client-form-98855 .form-item {
    float: left;
    margin: 0px 0px 20px 0px;
    width: 100%;
}
form#webform-client-form-98852 #edit-submit,
form#webform-client-form-98855 #edit-submit{
    margin-top: 0em;
}
form#webform-client-form-98852 input[type="submit"],
form#webform-client-form-98855 input[type="submit"]{
    background: none repeat scroll 0 0 #f96806;
    border: medium none;
    font-size: 15px;
    padding: 5px;
    text-transform: uppercase;
    width: auto;
    color: #fff;
    float: none;
}
form#webform-client-form-98852 .webform-component-checkboxes,
form#webform-client-form-98855 .webform-component-checkboxes{
    position:relative;
}
form#webform-client-form-98852 .webform-component-checkboxes > label,
form#webform-client-form-98855 .webform-component-checkboxes > label{
    margin-left: 20px;
}
form#webform-client-form-98852 .webform-component-checkboxes #edit-submitted-agree-to-conditions .form-item-submitted-agree-to-conditions-Agree,
form#webform-client-form-98855 .webform-component-checkboxes #edit-submitted-agree-to-conditions .form-item-submitted-agree-to-conditions-Agree{
    margin-bottom:0px;
}
form#webform-client-form-98852 .webform-component-checkboxes #edit-submitted-agree-to-conditions .form-item-submitted-agree-to-conditions-Agree input,
form#webform-client-form-98855 .webform-component-checkboxes #edit-submitted-agree-to-conditions .form-item-submitted-agree-to-conditions-Agree input{
    width:auto;
    position: absolute;
    top: 3px;
}
form#webform-client-form-98852 .webform-component-checkboxes #edit-submitted-agree-to-conditions .form-item-submitted-agree-to-conditions-Agree > label,
form#webform-client-form-98855 .webform-component-checkboxes #edit-submitted-agree-to-conditions .form-item-submitted-agree-to-conditions-Agree > label{
    display: none;
}
article.node-98852 .field-name-field-post-webform-copy,
article.node-98855 .field-name-field-post-webform-copy{
    margin-top:30px;
}

/* COOOKIE CONSENT */
body .cc-window.cc-banner {
    padding: 13px 25px;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
}
body .cc-message{
    max-width: 1104px;
    padding-right: 170px;
    margin: 0 auto;
    float: left;
}
body .cc-compliance{
    position: absolute;
    width: 100%;
    max-width: 1134px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
body .cc-banner .cc-btn {
    min-width: 140px;
    max-width: 140px;
    display: inline-block;
    float: right;
    right: 25px;
    position: absolute;
}
body .cc-banner .cc-btn:last-child {
    min-width: auto;
}

body.page-events-awards .field-name-field-entry-details li{
    font-size:15px;
}



@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape){
    body .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: center;
    }
    body .cc-window .cc-message {
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 768px) {
    body .cc-message{
        font-size: 14px;
        line-height:1.3;
    }
    body .cc-banner .cc-btn {
        min-width: auto;
        padding: 5px 10px;
    }
    body .cc-message {
        padding-right: 0px;
        padding-bottom: 10px;
    }
    body .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    body .cc-compliance{
        position: relative;
        width:100%;
    }
    body .cc-compliance .cc-btn {
        display:table;
        position:relative;
        max-width: none;
        float: none;
        right: 0px;
        /*width:calc(100% - 50px);*/
        width:100%;
        padding-left:0px;
        padding-right:0px;
    }

}


/* MEDIA QUERIES */

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



}


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

    /* HP */
    /*#block-sig-newsletter-sign-up .sign-up form input {
        width: 180px;
    }*/
    body.front .hero .caption .inner-wrapper {
        padding-bottom: 40px;
    }
    .tweet img {
        margin-right: 3%;
        width: 16%;
    }
    .large-features .caption {
        width: 100%;
        position:relative;
        margin-top:-10px;
    }
    .caption .inner-wrapper {
        padding-bottom: 45px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1128px) {

    .section-events .content .people-teaser-container article {
        width: 33.333333%;
    }

}


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

    /* 1) HTML STRUCTURE */
    .content{ display:flex; flex-direction: column;}
    .inner-page-wrapper{
        width: 100%;
        order: 1
    }
    .not-front .inner-page-wrapper {
        float: left;
        width: 100%;
    }
    .sidebars{
        width: 100%;
        float: right;
        order: 2
    }
    #top-wrapper {
        width: 100%;
    }
    #top-wrapper img{
        width: 100%;
    }
    /* FLEX TILES */
    .row.small-news{
        display: flex;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .row.small-news:before, .row.small-news:after{
      content: " ";
      display: table;
      width:100%
    }
    /*.row.small-news > .page-block {
        display: flex;
    }*/
    /* HP */
    #block-sig-newsletter-sign-up {
        width: 100%;
        float: left;
        margin-right: 0%;
    }
    .advert {
        width: 49%;
        float: left;
        margin-right: 1%;
    }
    .advert img{
        width:100%;
    }
    /*#block-sig-newsletter-sign-up .sign-up form input {
        width: calc(100% - 53px);
    }*/
    .tweet img {
        margin-right: 22px;
        width: 48px;
    }
    .tweet-wrapper {
        float: right;
        width: calc(100% - 70px);
    }
    .medium-features, .large-features {
        width: 100%;
    }
    .large-features .caption {
        width: 60%;
        bottom: 6px;
        position: absolute;
    }
    .front .ces.left, .front .ces.right {
        float: left;
        width: 100%;
    }
    .extra-large-event {
        width: 100%;
        float: left;
    }
    .extra-small-event {
        width: 100%;
        float: right;
    }
    .page-home .extra-small-event .page-block.col-12 {
        width:50%;
        padding-right:2% !important;
        float:left;
        clear:none;
        box-sizing: border-box;
    }
    /* ABOUT */
    article form input, article form select, article form textarea {
        width: 100%;
    }
    article form .webform-component-textarea textarea {
        width: 100%;
    }
    #webform-component-sign-up-to-newletter > label {
        width: 100%;
    }
    article form label {
        width: 100%;
    }
    menu, ol, ul {
        padding: 0 0 0 16px;
    }
    /* CUTTING EDGE SPORT */
    .ces-row .ces-left {
        width: 100%;
    }
    .ces-row .ces-right {
        width: 100%;
    }
    .ces-item.blog, .ces-item.tweet {
    height: 308px;
    }
    .speech-bubble {
        height: 250px;
    }
    .ces-rows .ces-item.intro {
        width: 100%;
    }
    img.sela-sport-image-link {
        width: 100%;
        margin-bottom:10px;
    }
    .ces-item.large {
        margin-bottom:10px;
    }
    #block-sig-newsletter-sign-up .sign-up {
        width: 100%;
    }



}


@media (max-width: 767px){
    .twitter-container {
        margin-top: 30px;
    }
    #main {
        margin-top: 0px;
    }
    #block-sig-twitter{
        margin-top:20px;
    }
    /* FONTS */
    h1 {
        font-size: 18px;
        line-height: 1.3em;
    }
    h2, h3, h5 {
        font-size: 14px;
    }
    .section-news .row.list.medium-news h2 {
        font-size: 14px;
    }
    .extra-small-event h2 {
        font-size: 14px;
    }
    .small .ces-content-wrapper h2 {
        font-size: 14px;
    }
    .large .speech-bubble h2 {
        font-size: 14px;
    }
    .section-news .row.list.small-news h2 {
        font-size: 14px;
    }
    h3 {
        font-size: 14px;
    }
    h4, .read-more, .node-type-page #page-title, .node-type-event #page-title, .node-type-event-page #page-title, .node-type-webform #page-title, .page-about-us-people #page-title, .page-events #page-title, .page-search #page-title, .page-404 #page-title {
        font-size: 16px;
    }
    .twitter-container h5 {
        font-size: 16px;
    }
    #block-sig-newsletter-sign-up .sign-up h5 {
        font-size: 16px;
    }
    p.date, span.date-display-single {
        font-size: 12px;
    }
    p {
        font-size: 14px;
    }
    article form label {
        font-size: 14px;
    }
    article form input, article form select, article form textarea {
        font-size: 14px;
    }
    /* HP */
    .extra-large-event .caption {
        width: 100%;
        position: relative;
        margin-top: -10px;
        margin-bottom: 15px;
    }
    body.front .hero .caption .inner-wrapper p {
        width: 100%;
    }
    body.front .hero .caption .inner-wrapper {
        padding-bottom: 49px;
    }
    .caption {
        position: relative;
        margin-top: -10px;
        width:100%;
    }
    .col-3 {
        width: 50%;
    }
    /* ABOUT */
    .page-about-us-people article.node-people {
        width: 33.333333%;
    }
    /* EVENTS */
    .section-events .content .awards-page-content .node-awards {
        height: 100%;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .section-events .content .people-teaser-container article {
        width: 33.333333%;
    }
    body.page-events-next-gen blockquote:before {
        left: -5px;
    }

    .section-events .content .awards-page-content .node-awards {
        margin-bottom:20px;
    }
    .field-name-field-award-sponsor .node-sponsors-partners .field-name-field-logo .field-items{
        width:100%;
    }
    .field-name-field-award-sponsor .node-sponsors-partners .field-name-field-logo img{
        margin:0 auto;
        display:block;
    }

    #package-order-form {
        width: 100%;
    }
    #order-summary{
        width:100%;
    }

    .progress-indicator-surround ul.progress-indicator {
        background-position: center 14px;
    }
    .progress-indicator-surround ul.progress-indicator li {
        font-size: 18px;
        width: 24px;
        height: 24px;
        border: 2px solid #009fe3;
        border-radius: 26px;
        margin-right: 15px;
    }
    .section-events .content .awards-page-content .node-awards-inner {
        padding-bottom: 20px !important;
    }
    .field-name-field-award-sponsor {
      position: relative;
    }

    /* ATTENDEES FORMS */
    body.page-events-awards-2017 .inner-page-wrapper ul.progress li.step {
        font-size: 14px;
        line-height:1;
        /*font-family: 'kelson_sansbold';*/
    }
    body.page-events-awards-2017 .inner-page-wrapper form#sig-aa-details-form .packages .package .package-description {
        font-size: 16px;
        line-height:1.25;
    }
    body.page-events-awards-2017 .inner-page-wrapper form .form-item-guest-dietary-requirements .form-textarea-wrapper {
        width: 100%;
    }
    body.page-events-awards-2017 .inner-page-wrapper form .guest {
        width: 100%;
    }
    body.page-events-awards-2017 .inner-page-wrapper form .guest .label {
        min-width: 70px;
    }
    body.page-events-awards-2017 .inner-page-wrapper ul.progress li.step span {
        display: block;
        height: 18px;
    }
    body.page-events-awards-2017 .inner-page-wrapper ul.progress li.step {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    body.page-events-awards-2017 .inner-page-wrapper ul.progress li.arrow img {
        margin-top: 32px;
    }
    body.page-events-awards-2017 .inner-page-wrapper .confirmation-text {
        font-size: 18px;
        width: 100%;
    }
    #packages {
        width: 100%;
    }

    .node-type-event .field-name-field-image h3 {
        bottom: -18px;
        right: 10px;
    }

    .nominate-surround a{
        margin-top:20px;
    }

    body.page-events-awards .field-name-field-entry-details li{
        font-size:14px;
    }

}


@media (max-width: 650px){

    /* HP */
    .col-4 {
        width: 100%;
        margin-right:0px;
        margin-bottom:15px;
    }
    .large-features .caption {
        width: 100%;
        position: relative;
        margin-top: -10px;
    }
    #top-wrapper {
        padding-left: 5px;
        padding-right: 5px;
    }
    .front .content {
        padding-left: 5px;
        padding-right: 5px;
    }
    /* ABOUT */
    .page-about-us-people article.node-people {
        width: 50%;
    }
    /* CUTTING EDGE SPORT */
    .ces-item.small {
        width:100%;
    }
    /* EVENTS */
    .section-events .content .people-teaser-container article {
        width: 50%;
    }
    body.page-events-next-gen .field-name-field-body .field-items .field-item div > p:first-child {
        margin-bottom: 10px;
    }
    body.page-events-next-gen .field-name-field-body .field-items .field-item div > p:nth-child(2) {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 20px;
    }
    /* ATTENDEES FORMS */
    body.page-events-awards-2017 .inner-page-wrapper ul.progress li.step {
        width:40%;
        margin-bottom:20px;
    }
    body.page-events-awards-2017 .inner-page-wrapper ul.progress li.arrow {
        width: 10%;
        display: inline-block;
        float: left;
    }
    body.page-events-awards-2017 .inner-page-wrapper ul.progress li.arrow img {
        width: 100%;
        margin: 0 auto;
        max-width: 30px;
        margin-top: 30px;
        display: block;
    }
    .people-wrapper .field-name-field-title {
        text-align: left;
    }
    body.page-events-awards-2017 .inner-page-wrapper form#sig-aa-details-form .packages .package .package-description{
        width:40%;
        margin-bottom:20px;
        margin-right: 10%;
        margin-left:0%;
    }


}


@media (max-width: 600px){

    .people-content {
        float: right;
        width: 100%;
    }
    body.page-events-next-gen blockquote {
        font-family: Georgia, serif;
        font-size: 18px;
        font-style: italic;
        width: auto;
        margin: 15px 0 15px 0;
        padding: 0;
    }
    body.page-events-next-gen blockquote:before {
        left: -33px;
    }
    body.page-events-next-gen blockquote:before {
        font-size: 62px;
    }
    body.page-events .people-content {
        padding-left: 0px;
    }
    body.page-events .people-full-container .people-wrapper {
        width: 100%;
    }
    body.page-events .people-wrapper header h2 {
        text-align: left;
        margin-top:20px;
    }
    body.page-events .people-wrapper .field-name-field-profile-picture img{
        margin: 0 auto;
        display: block;
    }
    .people-wrapper .field-name-field-twitter-address{
        text-align:left;
    }

}


@media (max-width: 500px){

    /* HP */
    .col-3 {
        width: 100%;
        margin-right: 0px;
    }
    .medium-features .col-6 {
        width: 100%;
        margin-right:0px;
    }
    .col-6 {
        width: 100%;
        margin-right:0px;
    }
    .page-home .extra-small-event .page-block.col-12 {
        width: 100%;
        padding-right: 0% !important;
    }
    .ces-item.small {
        width: 100%;
    }
    .ces-item.blog {

    }
    .speech-bubble {
        margin-bottom: 30px;
        margin-top: 10px;
        height: 245px;
    }
    .ces-item.blog, .ces-item.tweet {
        height: auto;
    }
    #block-sig-newsletter-sign-up {
        width: 100%;
        margin-right: 0%;
    }
    .advert {
        width: 100%;
        margin-left: 0%;
    }
    .advert img {
        width: auto;
        margin:0 auto;
        display:block;
    }
    .tweet-wrapper {
        width: 100%;
        margin-top: 10px;
    }
    /* ATTENDEES FORMS */
    body.page-events-awards-2017 .inner-page-wrapper ul.progress li.step {
        width:96%;
        margin-bottom:10px;
    }
    body.page-events-awards-2017 .inner-page-wrapper ul.progress li.arrow {
        width: 100%;
        display: inline-block;
        float: left;
    }
    body.page-events-awards-2017 .inner-page-wrapper ul.progress li.arrow img {
        max-width: 30px;
        margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 10px;
        display: block;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    body.page-events-awards-2017 .inner-page-wrapper form#sig-aa-details-form .packages .package .package-description{
        width:100%;
        margin-bottom:20px;
        margin-right: 0%;
        margin-left:0%;
    }


}


@media (max-width: 400px){

    /* EVENTS */
    .section-events .content .people-teaser-container article {
        width: 100%;
    }
    .teaser.next-gen.leader {
        height: 250px;
    }


}


@media (max-width: 340px){

    .progress-indicator-surround ul.progress-indicator {
        background-position: center 12px;
    }
    .progress-indicator-surround ul.progress-indicator li {
        margin-right: 5px;
        font-size: 16px;
        width: 20px;
        height: 20px;
        border: 2px solid #009fe3;
        border-radius: 26px;
    }


}


@media (max-width: 320px){

    .page-about-us-people article.node-people {
        width: 100%;
    }

}


/* RESPONSIVE MENU */
    @media (max-width: 1100px){

        header.header{
            position:relative;
            margin-bottom:0px;
        }
        /*#navigation {
            margin-right: 10px;
        }*/
        .header .social{
            position: absolute;
            top:60px;
            left:159px;
            padding:0px;
        }
        .header #custom-search-blocks-form-1{
            position: absolute;
            top: 59px;
            left: 7px;
        }
        #custom-search-blocks-form-1 input {
            background-color: #3b3b3b;
            background-color: #ffffff;
        }
        #header {
            border-bottom: 48px solid #efefef;
        }
        #end-corner {
            float: left;
            height: 70px;
            width: 0px;
            position: relative;
        }

        /* STRUCTURE */
        body.front #main {
            padding-top: 136px;
        }
        body.page-news #main, body.section-events #main, #main {
            padding-top: 121px;
        }

    }

    /*@media (max-width: 850px){

        #navigation ul.menu > li > a{
            padding: 24.3px 8px;
        }

    }*/

    @media (max-width: 1000px){

        .header__logo-image {
            vertical-align: bottom;
            width: 210px;
            margin-top: 5px;
        }

    }

    @media (max-width: 940px){

        #logo {
            float: none;
            padding: 12px 0;
            position: relative;
            display: inline-block;
        }

        body.page-news aside.sidebars, body.page-tv aside.sidebars, body.page-features aside.sidebars{
            display:none;
        }

        #header {
            position: relative;
        }


        .menu-icon{
            display: block;
            width: 33px;
            float: right;
            margin-top: 20px;
            cursor:pointer;
        }
        .menu-icon:hover{
            opacity:0.7;
        }
        #header {
            border-bottom: 0px solid #efefef;
        }
        header.header {
            position: relative;
            margin-bottom: 0px;
        }
        #navigation {
            margin-right:0px;
            display:none;
            float:none;
            margin-left: -15px;
            margin-right: -15px;
        }

        #navigation.expanded {
            display:block;
        }
        .region-navigation {
            float: none;
        }
        #navigation .menu-block-wrapper > .menu {
            text-align: center;
            border-bottom: 1px solid #5f5f5f;
        }
        #navigation ul.menu > li .menu, .content ul.menu > li .menu {
            left: 0px;
            min-width: 100%;
        }
        #navigation ul.menu li{
            float: none;
            width: 100%;
            margin-left: 0px;
            margin-right: 0px;
        }
        #navigation ul.menu > li > a{
            border-left: 0px solid #fff;
            display: block;
            padding: 10px 8px 8px 8px;
            width: 100%;
            border-top: 1px solid #5f5f5f;
            box-sizing: border-box;
            float:none;
        }
        #navigation ul.menu > li span:before {
            content: none;
        }
        #end-corner {
            display: none;
        }
        .header #custom-search-blocks-form-1 {
            position: relative;
            top: 0px;
            left: auto;
            margin: 0 auto;
            display: block;
            float: none;
            padding-left: 30px;
            padding-right: 30px;
        }
        .header .social {
            position: relative;
            top: 1px;
            left: 4px;
            padding: 0px;
        }
        #navigation ul.menu > li.last > a{
            border-right: 0px solid #fff;
        }
        /* MAIN MENU SUB-MENU */
        #navigation ul.menu > li .menu{
            visibility: visible;
            position: relative;
            top:0px;
            padding-bottom: 0px;
            display:none;
        }
        #navigation ul.menu > li.menu-mlid-397 .menu{
            visibility: visible;
            position: relative;
            top:0px;
            display: none;
            float:none;
        }
        #navigation ul.menu > li .menu li a{
            border-left: 0px solid #fff;
            display: block;
            padding: 7px 8px 5px 8px;
            width: 100%;
            border-top: 1px solid #3d3d3d;
            box-sizing: border-box;
            margin: 0px;
            background-color: #303030;
            font-size: 10px;
            text-align: center;
            float: none;
        }
        #navigation ul.menu li ul.menu li a.menu__link.is-active-trail.active-trail {
            background-color: #303030;
        }
        #navigation ul.menu > li .menu li a:before, #navigation ul.menu > li .menu li a:after {
            content: none;
        }
        #navigation ul.menu > li.active-trail {
            background-image: none !important;
        }
        #navigation ul.menu > li:hover {
            background-image: none !important;
        }

        /* EVENTS PAGE SECONDARY-MENU */
        .content ul.menu > li > a {
            padding: 5px 8px 0;
        }
        .content ul.menu > li span:before {
            content: none;
        }
        .content ul.menu > li > a {
            padding: 5px 8px 2px 8px;
            box-sizing: border-box;
            width: 100%;
            border-left: none;
            border-bottom:1px solid #a8a7a7;
            background-color: #222;
        }
        .content ul.menu li {
            width: 100%;
        }
        .content ul.menu > li.last > a {
            border-right: none;
        }
        /* EVENTS PAGE SECONDARY-MENU SUB-MENU */
        .content ul.menu > li .menu {
            display: block;
            display: none;
            visibility: visible;
            position: relative;
            left: 0;
            top: 0px;
        }
        .content ul.menu > li .menu li a{
            margin: 0px 0;
            padding: 5px 0px 2px 24px;
            text-align:left;
            background-color:#bababa;
        }
        .content ul.menu > li .menu li a:before {
            content: none;
        }
        .content ul.menu > li .menu li a:after {
            content: none;
        }

        /* STRUCTURE */
        body.front #main {
            padding-top: 5px;
        }
        body.page-news #main, body.section-events #main, #main {
            padding-top: 0px;
        }

        #custom-search-blocks-form-1 input {
            float: none;
            margin-left: 0px;
        }

        #navigation ul.menu > li > a.active-trail {
            color: #f96806;
        }
        #navigation ul.menu > li.active-trail > ul.menu > li a.active {
            color: #f96806;
        }

        /* MAIN MENU EXTRA STYLING */
        /* SI Awards styling */
        #navigation ul.menu > li.menu-mlid-1128.active-trail > ul.menu > li a.active {
            color: #de8b72;
        }
        #navigation ul.menu > li.menu-mlid-1128 > a.active-trail {
            color: #de8b72;
        }
        /* SI Nextgen styling */
        #navigation ul.menu > li.menu-mlid-1106.active-trail > ul.menu > li a.active {
            color: #009fe3;
        }
        #navigation ul.menu > li.menu-mlid-1106 > a.active-trail {
            color: #009fe3;
        }
        /* Cutting Edge Sport styling */
        #navigation ul.menu > li.active-trail > ul.menu > li.menu-mlid-454 a.active {
            color: #c71515;
        }

        /* CONTENT PAGE MENU EXTRA STYLING */
        .content ul.menu {
            display: block;
            padding-left: 0px;
        }
        #navigation ul.menu li, .content ul.menu li {
            margin-left: 0px;
            margin-right: 0px;
        }
        /* SI Awards page styling */

            /* SI Awards alignment of Past Winners styling */

        /* SI Nextgen page styling */









    }


/* NextGen New Identity Incorporation */
/*body.page-events-next-gen.page-events {*/
/*    background-repeat: no-repeat;*/
/*    background-image: url('/sites/all/themes/sig/images/next_gen_bg1b.png');*/
/*    background-position: top 70px left;*/
/*}*/
/*body.page-events-next-gen #main {*/
/*    position: relative;*/
/*    background-repeat: no-repeat;*/
/*    background-image: url('/sites/all/themes/sig/images/next_gen_bg2.png');*/
/*    background-position: top 0px right;*/
/*}*/
body.section-events .inner-page-wrapper{
    margin-top: 30px;
}
body.section-events.page-events-next-gen .inner-page-wrapper{
    margin-top: 30px;
    /*background-color: #fff;*/
}
body.page-events-next-gen .sidebars {
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    /*background-color: #fff;*/
}
@media (max-width: 767px){
    body.page-events-next-gen.page-events {
        background-position: top 66px left;
    }
}
.node-awards .enter-award a {
    background-color: #918e8e;
    border: medium none;
    font-size: 15px;
    padding: 5px 10px;
    margin: 15px;
    text-transform: uppercase;
    width: auto;
    color: #fff;
    float: left;
}

body.page-events-next-gen.page-events-next-gen-attend .event-page-header {
    display: block;
}

body.page-events-next-gen.page-events-next-gen-attend .messages--status.messages.status p {
    margin: inherit;
}

/* PRIVACY POLICY */
.node-type-page ol {
      counter-reset: item;
    }
.node-type-page ol li {
      display: block;
    }
.node-type-page ol li:before {
      content: counters(item, ".") " ";
      counter-increment: item;
    }
.node-type-page ol > li > ol{
      padding-left:0px;
    }

.node-type-page ol > li > ol > li > ol {
      padding-left:15px;
      list-style-type: lower-alpha;
    }
.node-type-page ol > li > ol > li > ol > li:before{
      counter-increment: item;
    content: counter(item, lower-alpha) ") ";
    }
.node-type-page .field-item > ol > li{
      padding-bottom:20px;
    }
.node-type-page .field-item > ol{
    padding-left:0px;
}
.node-type-page .field-item > ol > li{
    padding-left:45px;
}
.node-type-page .field-item > ol > li:before{
    position:absolute;
    margin-left:-35px;
}
.node-type-page .field-item > ol > li > ol{
    margin-left:0px;
}
.node-type-page .field-item > ol > li > ol > li:before{
    position:absolute;
    margin-left:-35px;
}

.node-type-page .field-item > ol > li > ol > li > ol{
    margin-left:5px;
}
.node-type-page .field-item > ol > li > ol > li > ol > li:before{
    position:absolute;
    margin-left:-20px;
}

#footer ul.footer-nav.legal.row {
    padding-top: 10px;
}

body.page-events-awards-judges .event-page-header .speaker-message a {
    color: #f96806;
}

body.page-events-awards-book .book-content-copy a {
    color: #f96806;
}

body.page-events-awards-categories .event-page-intro {
  width: 100%;
  float: left;
  margin-top: -21px;
  margin-bottom: 5px;
  padding-left: 10px;
  box-sizing: border-box;
  padding-right: 10px;
}

body.page-events-awards-categories .event-page-intro p{
  margin-bottom: 15px;
}
body.page-events-awards-categories .event-page-intro p a {
  color: #de8b72;
}

/* SPORT INDUSTRY AWARDS 2020 - COLOR RE-BRANDING */
body.page-events-awards-2020 #page-title,
body.page-node-100929.node-type-event #page-title{
    background-color: #de8b72;
}
body.page-events-awards-2020 .inner-page-wrapper .field-items a,
body.page-node-100929.node-type-event.section-events .inner-page-wrapper .field-items a {
    color: #de8b72;
}
body.page-events-awards-2020 h4:before,
body.page-events-awards-2020 h1:before,
body.page-node-100929.node-type-event.section-events h4:before,
body.page-node-100929.node-type-event.section-events h1:before{
    border-top: 12px solid #936658 !important;
}

body.page-events-awards-2020 .field-name-field-award-sponsor .field-label {
    background-color: #de8b72;
}
body.page-events-awards-2020 .field-name-field-award-sponsor .field-label:before {
    border-top: 12px solid #936658;
}
body.page-events-awards-2020 .node-awards.view-mode-winner .shortlisted-entry.winner label{
    background-color: #de8b72;
}
body.page-events-awards-2020 .node-awards.view-mode-winner .shortlisted-entry.winner label:before {
    border-top: 6px solid #936658;
}
body.page-events-awards-2020 .node-awards.view-mode-winner .shortlisted-entry.winner .company {
    color: #de8b72;
}
body.page-events-awards-2020 .node-awards.view-mode-winner .shortlisted-entry.winner {
    background: #f4dfd8;
}
body.page-events-awards-2020 .form-required {
    color: #de8b72;
}
body.page-events-awards-2020.page-events .content form input[type="submit"]{
    background-color: #de8b72;
}
body.page-node-100929 h4,
body.page-events-awards-2020.page-events h4{
    background-color: #de8b72;
}
body.page-node-100929.node-type-event .sponsors .partner .type,
body.page-events-awards-2020.page-events .sponsors .partner .type {
    color: #de8b72;
}
body.page-events-awards-2020.page-events .nominate-surround a {
    color: #de8b72;
    border: 1px solid #de8b72;
}
body.page-events-awards-2020.page-events .nominate-surround a:hover {
    color: #ffffff;
    border: 1px solid #000;
}
body.page-events-awards-2020.page-events .package-wrapper .package-header h3 {
    background-color: #de8b72;
}
body.page-events-awards-2020.page-events-awards-book .book-content-copy a {
    color: #de8b72;
}
body.page-events-awards-2020.page-events-awards-judges .event-page-header .speaker-message a {
    color: #de8b72;
}
body.page-node-100931.node-type-event-page #page-title {
    background-color:#de8b72;
}
body.page-node-100931.node-type-event-page #page-title:before{
    border-top: 12px solid #936658 !important;
}
body.page-node-100931.section-events .inner-page-wrapper .field-items a {
    color: #de8b72;
}
body.page-node-100931.section-events h4{
    background-color: #de8b72;
}
body.page-node-100931.section-events h4:before{
    border-top: 12px solid #936658;
}

body.page-node-100930.node-type-event-page #page-title {
    background-color: #de8b72;
}
body.page-node-100930.node-type-event-page #page-title:before{
    border-top: 12px solid #936658;
}
body.page-node-100930.section-events .inner-page-wrapper .field-items a {
    color: #de8b72;
}
body.page-node-100930.section-events h4 {
    background-color: #de8b72;
}
body.page-node-100930.section-events h4:before{
    border-top: 12px solid #936658;
}
body.page-node-100930.section-events .sponsors .partner .type{
    color:#de8b72;
}
body.page-node-99930.node-type-event-page #page-title{
  background-color: #de8b72;
}
body.page-node-99930.node-type-event-page .form-required {
  color: #de8b72;
}
body.page-node-99930.node-type-event-page article form input[type="submit"] {
  background: #de8b72;
}
body.page-node-99930.node-type-event-page h4,
body.page-node-101304.node-type-event-page h4{
  background: #de8b72;
}

body.page-node-99930.node-type-event-page article p a,
body.page-node-101304.node-type-event-page article p a{
  color: #de8b72 !important;
}

body.page-node-99930.node-type-event-page .sponsors .partner .type{
  color: #de8b72;
}
body.page-node-101304.node-type-event-page #page-title{
  background-color: #de8b72;
}
body.page-node-99930.node-type-event-page #page-title:before
body.page-node-101304.node-type-event-page #page-title:before{
  border-top: 12px solid #936658 !important;
}
body.page-node-101304.node-type-event-page .form-required {
  color: #de8b72;
}
body.page-node-101304 article form label {
  font-size: 14px;
  width: 100%;
}
body.page-node-101304.node-type-event-page article form input[type="submit"] {
  background: #de8b72;
}
body.page-node-101304 article form input[type="submit"] {
  float: none;
  margin-bottom: 20px;
}
body.page-node-101304.node-type-event-page #page-title:before{
  color:#de8b72;
}
body.page-events-awards-judges-awards.section-events .content .awards-page-content article header h2 a{
  min-height:48px;
}

/* Hide background S and make partner area white for 2019 Events */
body.page-events-awards .sponsors,
body.page-nextgen .sponsors {
  background: #ffffff !important;
}
body.page-events-awards,
body.page-nextgen{
  background-image:none !important;
}
body.page-node-100929 .sponsors,
body.page-node-100930 .sponsors,
body.page-node-100712 .sponsors,
body.page-node-100708 .sponsors{
  background: #ffffff !important;
}
body.page-node-100929,
body.page-node-100930,
body.page-node-100712,
body.page-node-100708{
  background-image:none !important;
}


/* Spotlight and Slack */
body.page-node-101882.node-type-event-page #page-title {
  background-color: #ffdc04;
  margin-bottom: 10px;
}
body.page-node-101882.node-type-event-page #page-title:before {
  border-top: 12px solid #ffef09;
}
body.page-node-101912.node-type-event-page #page-title {
  background-color: black;
  margin-bottom: 10px;
}
body.page-node-101912.node-type-event-page #page-title:before {
  border-top: 12px solid #48494a;
}
body.page-node-101882 article form input[type="submit"] {
  width: auto;
  background: #ffdc04;
}
body.page-node-101912 article form input[type="submit"] {
  width: auto;
  background: black;
}
body.page-node-101882 article .field-item  p a {
  color: #ffdc04;
}
body.page-node-101882 article .field-item  ul {
  padding-left: 15px;
}
#webform-component-i-would-like-to-receive-daily-updates-from-sport-industry-group > label {
  width: 100%;
}


body.page-node-101882 article form label,
body.page-node-101912 article form label{
  font-size: 15px;
}

body.page-node-101882 article form input,
body.page-node-101882 article form select,
body.page-node-101882 article form textarea,
body.page-node-101912 article form input,
body.page-node-101912 article form select,
body.page-node-101912 article form textarea {
  font-size: 15px;
  /*text-transform: none;*/
}

body.page-node-101882 table tr,
body.page-node-101882 table td {
  padding: 5px;
}

body.page-node-101882 .leaderboard,
body.page-node-101912 .leaderboard{
  display: none;
}

body.page-node-101882 #block-sig-sig-banner,
body.page-node-101912 #block-sig-sig-banner{
  margin-top: 30px;
}


body.page-node-101912 #webform-component-country {
  display: none;
}
