/*
Theme Name: Blaskan
Theme URI: https://colorlib.com/wp/themes/blaskan/
Author: Colorlib
Author URI: https://colorlib.com/
Description: Blaskan is a responsive and accessible WordPress theme that's built for many kinds of screens.
Version: 3.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blaskan
Tags: custom-background,custom-header,editor-style,featured-images,blog,grid-layout,left-sidebar,right-sidebar

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Header
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
}

body {
    margin: 0;
    word-wrap: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
/*
    -webkit-appearance: none;
*/
    border-radius: 0;
    box-shadow: none;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
/*
	box-shadow: 0 0 0 2px grey;
*/
    content: "\2022";
	border-radius: 8px;
	width: 28px;
	height: 28px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.entry-content table {
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
}

.entry-content table tr {
    border-bottom: 1px solid #ebebeb;
}

td,
th {
    padding: 0;
}

.entry-content table td,
.entry-content table th {
    padding: 5px;
    border-right: 1px solid #ebebeb;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #898989;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #898989;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #898989;
}
:-moz-placeholder { /* Firefox 18- */
  color: #898989;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #898989;
/*	
    font-family: 'Source Sans Pro', sans-serif, 'Noto Sans TC';
*/	
	font-family: Arial, Helvetica, sans-serif;
/*	
    font-size: 16px;
*/	
	font-size: 20px;
	color: #000;
    line-height: 1.85;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 400;
    font-family: 'Droid Serif', serif;
    color: #333;
    line-height: 1.25;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 23px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    margin-top: 0;
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

<link href="https://fonts.googleapis.com/css?family=Lato&display=swap" rel="stylesheet">


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
    font-size: 16px;
    line-height: 1.85;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

figure {
    margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

main#main:after {
    content: "";
    display: block;
    clear: both;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-title {
    font-size: 50px;
    line-height: 1.1;
    font-family: 'Pacifico', serif;
    margin: 0.67em 0;
}
.site-title a:visited,
.site-title a {
    color: #1a171c;
}
.site-title a:hover,
.site-title a:focus {
    color: #ffb280;
}

.site-branding {
    text-align: center;
/*	
    padding: 30px 0;
*/	
	padding: 0 0 30px 0;
    border-bottom: 1px solid #ebebeb;
}

header#masthead {
/*	
    margin-bottom: 60px;
	height: 325px;
*/	
}

.top-header {
    margin-bottom: 15px;
}

.top-header .search label {
    font-size: 12px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #dddde0;
    display: inline-block;
    line-height: 12px;
    color: #fe92a1;
    cursor: pointer;
}

.top-header .search input#search {
    border-left: 0 none;
    border-top: 0 none;
    border-right: 0 none;
    border-bottom: 1px solid #dddde0;
    margin-right: 10px;
    width: 0;
    -webkit-transition: width .6s; /* Safari */
    transition: width .6s;
    box-sizing: border-box;
    padding: 0;
}

.top-header .search.active input#search {
    width: 135px;
}

.top-header .search input#search:focus,
.top-header .search input#search:hover {
    outline: none;
    border-color: #ffb280;
}

.top-header .search form {
    position: relative;
    top: 1.75px;
}

header.archive-header {
    padding: 0 15px;
    margin-bottom: 60px;
}

.custom-header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
    font-family: 'Work Sans', sans-serif;
    color: #666;
    border: 1px solid #ebebeb;
    padding: 10px 25px;
    box-sizing: border-box;
/*
    -webkit-appearance: none;
*/
	border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="range"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="color"]:hover,
textarea:hover,
select:focus,
select:hover {
    color: #111;
    border-color: #ffb280;
    outline: none;
}

textarea,
.widget_archive select,
.widget_categories select {
    width: 100%;
}

select {
    background-color: transparent;
}

#colophon select {
	border-color: rgba( 255,255,255,.1 );
}

#colophon select:focus,
#colophon select:hover {
    color: #fff;
    border-color: #ffb280;
}

#colophon select option {
    background-color: #fff;
    color: #000;
}

#colophon select:focus option,
#colophon select:hover option {
    color: #111;
}

a.button,
input[ type="submit" ] {
    background-color: #ffd98f;
    color: #fff;
    border: 0 none;
    border-radius: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    padding: 10px 20px;
    line-height: 1.85;
}

a.button:hover,
input[ type="submit" ]:hover,
a.button:focus,
input[ type="submit" ]:focus {
    background-color: #ffb280;
}

a.button:active,
input[ type="submit" ]:active {
    background-color: #333;
}

a.more-link,
.entry-content a.more-link {
    color: #333;
}

a.more-link:hover,
a.more-link:focus,
.entry-content a.more-link:hover,
.entry-content a.more-link:focus {
    color: #ffb280;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
    color: #898989;
}

.entry-content a {
    color: #ffd98f;
}

.entry-content a.button {
	color: #fff;
}

.entry-content a:hover {
    color: #ffb280;
}

a:hover,
a:focus {
    color: #ffb280;
    outline: 0;
    text-decoration: none;
}

a:active {
    color: #333333;
    outline: 0;
    text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#primary-menu > ul,
#primary-menu {
    text-align: center;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    display: inline-block;
    position: relative;
}

#primary-menu > ul > li,
#primary-menu > li {
/*
    padding-right: 45px;
*/
    padding-right: 65px;
}

#primary-menu > ul > li:last-child,
#primary-menu > li:last-child {
    padding-right: 0;
}

#primary-menu > ul > li > a,
#primary-menu > li > a {
    padding: 30px 0;
    display: block;
    color: #333333;
/*
	color: #ffffff;	
*/	
}

#primary-menu > ul > li > a:hover,
#primary-menu > ul > li > a:focus,
#primary-menu > li > a:hover,
#primary-menu > li > a:focus {
    text-decoration: none;
    color: #ffb280;
}

#primary-menu ul li > ul a,
#primary-menu li > ul a {
    display: block;
    line-height: 40px;
    font-weight: 300;
    text-decoration: none;
    border-left: 1px solid rgba(255, 255, 255, 0.13);
}

#primary-menu .sub-menu .menu-item-has-children > a:after,
#primary-menu .children .page_item_has_children > a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 40px;
    float: right;
    display: block;
    color: rgba(255, 255, 255, .5);
    -webkit-transition: color .6s; /* Safari */
    transition: color .6s;
}

#primary-menu .sub-menu .menu-item-has-children:hover > a:after,
#primary-menu .children .page_item_has_children:hover > a:after {
    color: #fff;
}

#primary-menu .sub-menu li:after,
#primary-menu .children li:after {
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #fff;
    bottom: -1px;
    content: "";
    display: block;
    -webkit-transition: width .6s; /* Safari */
    transition: width .6s;
}

#primary-menu .sub-menu li:hover:after,
#primary-menu .children li:hover:after {
    width: 50%;
}

.main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    text-align: left;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {
    background-color: rgba(246, 60, 78, .88);
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.main-navigation ul ul li a {
    color: #fff;
    padding: 0 20px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .menu-item-has-children > a:after,
.main-navigation .page_item_has_children > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
}

/* Social Menu */

#social-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#social-menu li {
    display: inline-block;
}

#social-menu li span {
/*
    display: none;
*/
}

#social-menu li a {
    display: block;
    line-height: 30px;
    margin-right: 15px;
    color: rgba( 171, 171, 178, .53 );
}

#social-menu li a:hover {
    color: #ffb280;
}

#social-menu li:last-child a {
    margin-right: 0;
}

#social-menu li a:before {
    content: "";
    display: block;
    font-family: 'FontAwesome';
    font-size: 12px;
}

/* CodePen */
#social-menu li a[href*="codepen.io"]:before {
    content: "\f1cb";
}

/* Digg */
#social-menu li a[href*="digg.com"]:before {
    content: "\f1a6";
}

/* Dribbble */
#social-menu li a[href*="dribbble.com"]:before {
    content: "\f17d";
}

/* Dropbox */
#social-menu li a[href*="dropbox.com"]:before {
    content: "\f16b";
}

/* Email */
#social-menu li a[href*="mailto:"]:before {
    content: "\f003";
}

/* Facebook */
#social-menu li a[href*="facebook.com"]:before {
    content: "\f09a";
}

/* Flickr */
#social-menu li a[href*="flickr.com"]:before {
    content: "\f16e";
}

/* Foursquare */
#social-menu li a[href*="foursquare.com"]:before {
    content: "\f180";
}

/* GitHub */
#social-menu li a[href*="github.com"]:before {
    content: "\f09b";
}

/* Google Plus */
#social-menu li a[href*="plus.google.com"]:before {
    content: "\f0d5";
}

/* Instagram */
#social-menu li a[href*="instagram.com"]:before {
    content: "\f16d";
}

/* LinkedIn */
#social-menu li a[href*="linkedin.com"]:before {
    content: "\f0e1";
}

/* Pinterest */
#social-menu li a[href*="pinterest.com"]:before {
    content: "\f231";
}

/* Reddit */
#social-menu li a[href*="reddit.com"]:before {
    content: "\f1a1";
}

/* RSS Feed */
#social-menu li a[href$="/feed/"]:before {
    content: "\f09e";
}

/* Skype */
#social-menu li a[href*="skype:"]:before {
    content: "\f17e";
}

/* Spotify */
#social-menu li a[href*="spotify.com"]:before {
    content: "\f1bc";
}

/* StumbleUpon */
#social-menu li a[href*="stumbleupon.com"]:before {
    content: "\f1a4";
}

/* Tumblr */
#social-menu li a[href*="tumblr.com"]:before {
    content: "\f173";
}

/* Twitch */
#social-menu li a[href*="twitch.tv"]:before {
    content: "\f1e8";
}

/* Twitter */
#social-menu li a[href*="twitter.com"]:before {
    content: "\f099";
}

/* Vimeo */
#social-menu li a[href*="vimeo.com"]:before {
    content: "\f27d";
}

/* Vine */
#social-menu li a[href*="vine.co"]:before {
    content: "\f1ca";
}

/* WordPress */
#social-menu li a[href*="wordpress.com"]:before,
#social-menu li a[href*="wordpress.org"]:before {
    content: "\f19a";
}

/* YouTube */
#social-menu li a[href*="youtube.com"]:before {
    content: "\f167";
}

/* Snapchat */
#social-menu li a[href*="snapchat.com"]:before {
    content: "\f2ab";
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.menu-toggle {
    background: transparent;
    border: 0 none;
    border-radius: 0;
    padding: 20px 0;
    display: block;
    margin: 0 auto;
    font-size: 20px;
}

.menu-toggle:focus {
    outline: none;
}

.menu-toggle:after {
    font-family: "FontAwesome";
    content: "\f0c9";
    font-size: 20px;
    padding-left: 20px;
}

.home_key_benefits_block_lower_part {
/*	
	margin-top: 40px;
*/
	margin-top: 0px;
/*	
	margin-left: 20px;
	margin-right: 20px;		
*/
	padding-left: 20px;
	padding-right: 20px;	
}	 
.home_investment_criteria_block_lower_part {
	margin-top: 30px;
}
.home_investment_criteria_block_lower_part_b {
	margin-top: 30px;
}

@media screen and (min-width: 769px) and (max-width: 900px) {

	.footer_left_content {
		margin-top: -3% !important;
		width:15% !important;				
	}
	.footer_left_logo {
		margin-left:-13% !important;
		margin-top: 3% !important
	}	
	.footer_right_content {
		margin-top: -3% !important;
		margin-left:calc(100% - 56%) !important;
		width:18% !important;		
	}
	.footer_right_logo {
		margin-top: 3% !important
	}	
	.home-messagebox-left-col-desktop {
		height: 140px !important;
		display: none !important;
	}		
	.home-messagebox-left-col-mobile {
		height: 140px !important;
		display: block !important;		
	}		
}
	
@media screen and (min-width: 1000px) {	
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }	
}

@media screen and (max-width: 1800px) {	
    .home_key_benefits_block {
        height: 300px !important;
    }	
	.home_key_benefits_block_first_column {
		height: 296px !important;
	}	
    .home_winner_block {
        height: 100px !important;
    }		
	.home_winner_block_first_column {
		height: 86px !important;
	}		
}




/*
@media screen and (max-width: 768px) {
*/
@media screen and (max-width: 1000px) {
/*
@media screen and (max-width: 1440px) {
*/
    .main-navigation .menu-item-has-children > a:after, 
    .main-navigation .page_item_has_children > a:after,
    .main-navigation #primary-menu .sub-menu .menu-item-has-children > a:after,
    .main-navigation #primary-menu .children .page_item_has_children > a:after {
        display: none;
    }
    .main-navigation .blaskan-main-menu {
        position: relative;
        padding: 0;
        z-index: 99;
        margin-left: -15px;
        margin-right: -15px;
    }

    .main-navigation .blaskan-main-menu > ul,
    .main-navigation .blaskan-main-menu > div {
        width: 100%;
        background: #ffb280;
    }

    .main-navigation .blaskan-main-menu a {
        width: 100%;
    }

    .main-navigation li {
        display: block;
    }

    .main-navigation #primary-menu > ul > li > a,
    .main-navigation #primary-menu > li > a {
        padding: 10px 20px;
        color: #fff;
    }

    .main-navigation #primary-menu > ul > li,
    .main-navigation #primary-menu > li {
        padding-right: 0;
    }

    .main-navigation ul ul {
        position: relative;
        top: 0;
        left: 0;
        padding-left: 20px;
    }

    .main-navigation ul ul ul {
        left: 0;
    }

    .main-navigation #primary-menu > ul,
    .main-navigation #primary-menu {
        text-align: left;
    }

    .main-navigation #primary-menu > ul > li > a, #primary-menu > li > a,
    .main-navigation ul.sub-menu li.menu-item-has-children > a,
    .main-navigation ul.children li.page_item_has_children > a,
    .main-navigation ul.sub-menu,
    .main-navigation ul.children {
        border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    }

    .main-navigation ul.sub-menu li.menu-item-has-children,
    .main-navigation ul.children li.page_item_has_children,
    .main-navigation ul.sub-menu li:last-child,
    .main-navigation ul.children li:last-child {
        border-bottom: 0 none;
    }

	.main-navigation {
		width: 100% !important; 
	}
	.blaskan-main-menu {
		float: unset !important;
		margin-left: 0px !important;		
	}	

	.stack-column {
		display: block !important;
		float: none !important;
		width: 100% !important;
		max-width: none !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
/*		
		max-width: 335px !important;
*/
		max-width: calc(100vw - 60px) !important;	
		margin: auto !important;
	 }

	 .stack-column-padding-0 {
		display: block !important;
		float: none !important;
		width: 100% !important;
		max-width: none !important;
/*		
		padding-left: 0px !important;
		padding-right: 0px !important;
*/		
/*		
		max-width: 335px !important;
*/
		max-width: calc(100vw - 60px) !important;	
		margin: auto !important;
	 }		 	

	 .search-box-text-field {
		margin-top:0px !important;
		padding: 0px 25px !important;
		margin-bottom:10px;
	 }

	 .key-stage-table-column-1 {
		padding-bottom: 16px !important;
	 }
	 .key-stage-table-column-3 {
		padding-bottom: 16px !important;
	 }

	 .homepage_top_visual_2025 {
		margin-left:0% !important;
		width:100% !important;
	 }
	
	 .home_key_benefits_block {
/*		
        height: 300px !important;
*/		
/*
		height: 360px !important;
*/		
		height: 330px !important;
    }	 
	.home_key_benefits_block_first_column {
/*		
		height: 296px !important;
*/	
/*	
		height: 356px !important;
*/		
		height: 326px !important;
	}	
	.home_winner_block {
		/*		
				height: 300px !important;
		*/		
		/*
				height: 360px !important;
		*/		
				height: 100px !important;
			}		
	.home_winner_block_first_column {
		/*		
				height: 296px !important;
		*/	
		/*	
				height: 356px !important;
		*/		
				height: 86px !important;
	}		
    .home_investment_criteria_block {
/*		
        height: 360px !important;
*/		
/*
		height: 420px !important;
*/		
		height: 380px !important;
    }	
    .home_investment_criteria_block_b {
/*		
        height: 360px !important;
*/		
/*
		height: 420px !important;
*/		
/*
		height: 580px !important;
*/
		height: 500px !important;
    }		
	.past_winner_block {
		height: 376px !important;
	}
}

@media screen and (max-width: 768px) {	
/*	
	.footer_left_content {
		margin-top: -3% !important;
	}
	.footer_right_content {
		margin-top: -3% !important;
		margin-left: 80px !important;		
	}	
*/
	.footer_left_content {
		width:14% !important;
	}
	.footer_left_logo {
		margin-left:-15% !important;
		margin-top: 7% !important
	}	
	.footer_right_content {
		margin-left:calc(100% - 56%) !important;
		width:18% !important;
	}		
	.footer_right_logo {	
		margin-top: 7% !important
	}		
}


@media screen and (max-width: 600px) {
    .top-header .pull-right {
        float: none !important;
        display: block;
    }

    .top-header .search label {
        border-right: 0 none;
        padding-right: 0;
        margin-right: 0;
    }

    .top-header {
        margin-bottom: 30px;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/* Footer Menu */
.main-footer-navigation #footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}

.main-footer-navigation #footer-menu li {
    display: inline;
    padding-right: 15px;
}

.main-footer-navigation #footer-menu li:last-child {
    padding-right: 0;
}

.copyright-info,
.main-footer-navigation a {
    line-height: 2.85;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

#secondary.widget-area .widget {
    padding: 25px 45px;
    border: 1px solid #ebebeb;
}

#colophon .widget-area .widget {
	border-color: rgba( 255, 255, 255, .1 );
}

.widget .widget-title {
    margin: 0 0 30px 0;
}

.widget.widget_rss .widget-title > a {
    font-weight: 400;
    font-family: 'Droid Serif', serif;
    line-height: 1.25;
    font-size: 20px;
    color: #333;
}

#colophon .widget.widget_rss .widget-title > a {
    color: #fff;
}

.widget-area .widget .widget-title {
    text-align: center;
}

.widget ul {
    margin: 0;
    padding-left: 15px;
}

.widget a {
    color: #333;
}

.widget a:hover,
.widget a:focus {
    color: #ffb280;
}

.widget_meta ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget_rss ul {
    list-style: none;
    padding-left: 0;
}

.widget_meta ul li,
.widget_categories ul li,
.widget_recent_entries ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_nav_menu ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(235, 235, 235, .5);
}

.widget_pages ul li ul {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid rgba(235, 235, 235, .5);
}

.widget_recent_entries ul li,
.widget_recent_comments ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.widget_meta ul li:last-child,
.widget_categories ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_pages ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_archive ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_nav_menu ul li.menu-item-has-children {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0 none;
}

.widget_nav_menu ul.sub-menu > li:last-child {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* Menu Widget */
.widget_nav_menu ul li.menu-item-has-children > a {
    display: block;
    border-bottom: 1px solid rgba(235, 235, 235, .5);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.widget_nav_menu .sub-menu > li > a {
    padding-left: 25px;
}

.widget_nav_menu li:not(:last-child) > .sub-menu > li:last-child {
    border-bottom: 1px solid rgba(235, 235, 235, .5);
}

/* RSS Widget */
.widget_rss a.rsswidget {
    font-size: 18px;
    line-height: 1.33;
}

.widget_rss .rss-date {
    display: block;
    color: #ababb2;
    line-height: 1.85;
}

.widget_rss .rssSummary {
    line-height: 1.85;
}

.widget_rss cite {
    color: #ffd98f;
    line-height: 1.85;
}

#secondary.widget-area .widget.widget_calendar,
#secondary.widget-area .widget.widget_search {
    padding: 0;
    border: 0 none;
}

.search-form .search-field,
.widget.widget_search .search-form label {
    display: block;
    width: 100%;
}

.search-form:hover input {
    color: #111;
    border-color: #ffb280;
    outline: none;
}

.search-form {
    position: relative;
}

.search-form .search-submit {
    border-radius: 0;
    background-color: transparent;
    border: 0 none;
    border-left: 1px solid #ebebeb;
    font-size: 13px;
    color: #e0e0e0;
    position: absolute;
    top: 7px;
    right: 0;
    padding: 4px 15px;
    line-height: 25.9px;
}

.widget.widget_search .search-form .search-field {
    padding: 10px 25px;
    background: transparent;
}

.widget_archive ul li,
.widget_categories ul li {
    text-align: right;
    color: #ffd98f;
}

.widget_archive ul li:after,
.widget_categories ul li:after {
    content: "";
    display: block;
    clear: both;
}

.widget_archive ul li a,
.widget_categories ul li a {
    float: left;
}

.widget_archive ul li:hover a,
.widget_categories ul li:hover a,
.widget_archive ul li:hover,
.widget_categories ul li:hover {
    color: #ffb280;
}

.widget_calendar table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
}

.widget_calendar #wp-calendar {
    position: relative;
}

.widget_calendar table caption {
    color: #ffd98f;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 42px;
    font-family: "Droid Serif";
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
    position: relative;
}
.widget_calendar table caption:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 55px;
    left: 50%;
    margin-left: -27.5px;
    background: #ffd98f;
}

.widget_calendar table thead {
    color: #888;
}

.widget_calendar table thead th {
    padding-bottom: 20px;
    text-align: center;
    color: #ffd98f;
    font-weight: 400;
}

.widget_calendar table thead th:last-child {
    border-right: none;
}

.widget_calendar table tbody {
    color: #898989;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.widget_calendar table tbody tr:last-child {
    border-bottom: none;
}

.widget_calendar table tbody tr td:not(.pad) {
    padding: 4px;
    position: relative;
    border: 1px solid #ebebeb;
}

.widget_calendar table#wp-calendar tbody tr td a {
    display: block;
    background-color: #ffd98f;
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: 0;
    left: 0;
    padding: 4px;
    text-decoration: none;
    color: #fff;
    margin: -1px;
}

.widget_calendar table#wp-calendar tbody tr td a:hover {
    background-color: #ffb280;
}

.widget_calendar table tfoot {
    font-size: 16px;
    color: #FFF;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
}

.widget_calendar table tfoot #next {
    text-align: right;
}

.widget_calendar table a {
    text-decoration: underline;
}

.widget_calendar table tfoot tr {
    height: 32px;
}

.widget_calendar table a:hover {
    text-decoration: none;
}

.widget_calendar table td#prev,
.widget_calendar table td#next {
    position: absolute;
    top: 0;
}

.widget_calendar table td#prev {
    left: 20px;
}

.widget_calendar table td#next {
    right: 20px;
}

.widget_calendar table td#prev a,
.widget_calendar table td#next a {
    display: block;
    width: 10px;
    overflow: hidden;
    height: 43px;
    line-height: 43px;
}

.widget_calendar table td#prev a:before,
.widget_calendar table td#next a:before {
    font-family: "FontAwesome";
    color: #ffd98f;
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
}

.widget_calendar table td#prev a:before {
    content: "\f104";
}

.widget_calendar table td#next a:before {
    content: "\f105";
}

.widget_calendar table td#prev a:hover:before,
.widget_calendar table td#next a:hover:before,
.widget_calendar table td#prev a:focus:before,
.widget_calendar table td#next a:focus:before {
    color: #ffb280;
}

.widget_recent_entries .post-date {
    display: block;
    color: #ababb2;
    line-height: 1.85;
}

.widget_recent_comments .recentcomments > a {
    color: #ffd98f;
}

.widget_recent_comments .recentcomments > a:hover {
    color: #ffb280;
}

.widget_tag_cloud .tagcloud a {
    line-height: 22pt;
    padding: 0 10px;
    border: 1px solid #ffdfe4;
    color: #898989;
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.widget_tag_cloud .tagcloud a:hover {
    background-color: #ffb280;
    border-color: #ffb280;
    color: #fff;
}

.widget_blaskan_author_widget .user-info {
    text-align: center;
    padding: 0 25px;
}

.widget_blaskan_author_widget .user-info > img {
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.widget_blaskan_author_widget .user-info > a {
    font-size: 14px;
    line-height: 3.4;
    color: #ffd98f;
    display: inline-block;
    margin-bottom: 10px;
}
.widget_blaskan_author_widget .user-info > a:hover,
.widget_blaskan_author_widget #social-menu li a:hover {
    color: #ffb280;
}
.widget_blaskan_author_widget #social-menu li a {
    color: #ababb2;
}
.widget_blaskan_author_widget .author-social-menu {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}
/* Footer sidebar */
.footer-widgets.container {
    padding: 40px 15px 55px;
}

#colophon h1,
#colophon h2,
#colophon h3,
#colophon h4,
#colophon h5,
#colophon h6 {
    color: #fff;
}
#colophon a {
    color: #ababb2;
}

#colophon .widget_rss .rss-date,
#colophon .widget_recent_entries .post-date {
    color: #fff;
}

#colophon .widget_nav_menu li:not(:last-child) > .sub-menu > li:last-child,
#colophon .widget_nav_menu ul li.menu-item-has-children > a,
#colophon .widget_meta ul li,
#colophon .widget_categories ul li,
#colophon .widget_recent_entries ul li,
#colophon .widget_pages ul li,
#colophon .widget_recent_comments ul li,
#colophon .widget_archive ul li,
#colophon .widget_nav_menu ul li,
#colophon .widget_calendar table tbody tr td:not(.pad),
#colophon .widget_calendar table caption,
#colophon .widget.widget_search .search-form .search-field,
#colophon .widget.widget_search .search-form .search-submit,
.widget_pages ul li ul {
    border-color: rgba(255, 255, 255, .1);
}

#colophon .widget.widget_search .search-form .search-field:focus,
#colophon .widget.widget_search .search-form .search-field:hover,
#colophon .widget.widget_search .search-form:hover .search-field {
    border-color: #ffb280;
    color: #fff;
}

#colophon .widget.widget_search .search-form .search-field:hover,
#colophon .widget.widget_search .search-form:hover .search-field {
    color: #fff;
}

#colophon a:hover,
#colophon a:focus {
    color: #ffb280;
}

#colophon .widget.widget_search .search-form .search-submit {
    color: rgba(224, 224, 224, .1);
}

#colophon .widget_tag_cloud a:hover,
#colophon .widget_calendar table#wp-calendar tbody tr td a:hover {
    color: #fff;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 60px;
    max-width: 100%;
}

.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.entry-meta {
    font-family: 'Work Sans', sans-serif;
}

.entry-meta:before {
/*
    width: 60px;
*/
    content: "";
    display: inline-block;
    height: 1px;
    background-color: #ffd98f;
    top: -4px;
    position: relative;
/*
    margin-right: 10px;
*/
    opacity: .4;
}

.byline,
.byline a {
    color: rgba( 246, 60, 78, .7 );
}

.byline a:hover {
	color: #ffb280;
}

.entry-header h2.entry-title {
    margin: 20px 0 35px;
    line-height: 1.25;
}

.entry-title a .fa {
    padding-right: 10px;
    display: inline-block;
}

.big-post .entry-header h2.entry-title {
    margin: 15px 0 45px;
}

.entry-header h2.entry-title a {
    color: #333333;
}

.entry-thumbnail {
    text-align: center;
    margin-bottom: 50px;
}

.entry-thumbnail a {
    display: block;
}

.entry-footer.index-entry {
    padding-top: 20px;
    border-top: 1px solid #efefef;
}
.entry-footer.index-entry:after {
    display: block;
    content: "";
    clear: both;
}

.entry-footer.index-entry .link-more,
.entry-footer.index-entry .more-link {
    display: block;
    float: right;
}
.entry-footer.index-entry .social-icons {
    color: rgba( 137, 137, 137, .5 );
    margin-left: 0;
    margin-right: 15px;
}
.entry-footer.index-entry .social-icons:hover {
    color: #ffb280;
}

.entry-footer .tags-links a {
    font-size: 13px;
    line-height: 30px;
    font-family: 'Work Sans', sans-serif;
    border: 1px solid #ffdfe4;
    display: inline-block;
    margin-right: 10px;
    padding: 0 10px;
    margin-bottom: 10px;
}

.entry-footer .tags-links a:hover {
    background-color: #ffb280;
    color: #fff;
    border-color: #ffb280;
}

.entry-footer .social-icons {
    font-size: 12px;
    line-height: 25px;
    margin-left: 25px;
}

footer.entry-footer.row {
    margin-top: 40px;
}

.author-container {
    padding: 25px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 35px;
    float: left;
    width: 100%;
    clear: both;
}

.author-container .author-avatar {
    float: left;
}

.author-container .author-avatar img {
    border-radius: 100%;
}

.author-container .author-description {
    width: calc(100% - 72px);
    float: left;
    padding-left: 20px;
}

.author-container .author:after {
    display: block;
    content: "";
    clear: both;
}

.author-container p.author-name a {
    color: #ffd98f;
    line-height: 1;
}

.author-container p.author-name {
    margin-bottom: 10px;
}

.author-container p.author-name a:hover {
    color: #ffb280;
}

.related-posts {
    width: 100%;
    float: left;
    padding-bottom: 25px;
    border-bottom: 1px solid #ebebeb;
}

.related-posts .entry-thumbnail {
    margin-bottom: 20px;
}

.related-posts p {
    color: #333333;
    font-family: 'Droid Serif', serif;
}

.related-posts p:after {
    display: block;
    content: "";
    width: 75px;
    margin-top: 20px;
    height: 1px;
    background-color: #ffd98f;
}

.entry-content ul,
.entry-content ol {
    margin: 0;
    padding-left: 15px;
}

blockquote {
    font-size: 20px;
    text-align: center;
    line-height: 1.75;
    font-style: italic;
    margin-bottom: 1.5em;
    padding-bottom: 20px;
    position: relative;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIkAAAABCAIAAABlpRorAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExOERCQjhGNzExQzI0RkZBQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3Q0RDRTNCQjMxQkIxMUU3QUQ3MUNGODlFMEI0QUE3QSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3Q0RDRTNCQTMxQkIxMUU3QUQ3MUNGODlFMEI0QUE3QSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjliMmExMjc4LTcxYTgtNDlmOS1iNjMyLTUzYzEwZTA0NzM5NyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmE4ZWMyNjVkLTM0NmQtMTE3YS04YzE0LWMyODFkMTAyYWZhYSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi6ThWAAAAATSURBVHjaYvxm48cwCgYlAAgwAGr+AYLW8J+ZAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: bottom center;
}
blockquote p:last-child {
	margin-bottom: 0;
}
blockquote p {
	display: inline-block;
}
blockquote p:first-of-type:after {
	content: "\201D";
	display: inline-block;
}
blockquote p:last-of-type:before {
	content: "\201C";
	display: inline-block;
}


.date-hidden.categories-hidden.author-hidden .entry-meta,
.author-hidden .posted-on-delimeter,
.date-hidden.author-hidden:not(.single) .entry-meta,
.date-hidden.author-hidden.single .category-delimeter {
    display: none;
}

.date-hidden.author-hidden:not(.single) .big-post .entry-header h2.entry-title,
.date-hidden.categories-hidden.author-hidden .entry-meta .big-post .entry-header h2.entry-title {
    margin-top: 0;
}

.big-post .entry-header > a {
    display: block;
    margin-bottom: 50px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

div#comments {
    float: left;
    width: 100%;
}

ol.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ol.comment-list li > ol {
    margin: 0;
    list-style: none;
}

.comment-meta.commentmetadata {
    margin-bottom: 15px;
}

.comment-list li .comment-body {
    padding-bottom: 55px;
    margin-bottom: 55px;
    border-bottom: 1px solid #ebebeb;
}

.comment-author img {
    border-radius: 100%;
}

.comment-body:after,
.comment-meta:after {
    content: "";
    display: block;
    clear: both;
}

.comment-author,
.comment-content {
    float: left;
}

.comment-content {
    width: calc(100% - 50px);
    padding-left: 30px;
}

.comment-meta .reply {
    float: right;
    line-height: 1;
}

.comment-meta .reply a {
    color: #ffd98f;
}

.comment-meta .reply a:hover {
    color: #ffb280;
}

.comment-meta .comment-info {
    float: left;
    line-height: 1;
}

.comment-meta .comment-info cite {
    font-size: 16px;
    color: #333;
    font-style: normal;
}

.comment-meta .comment-info a:before {
    content: "-";
    display: inline-block;
    padding: 0 5px;
}

.comment-text p:last-child {
    margin-bottom: 0;
}

#reply-title {
    margin: 0;
}

p.comment-form-author {
    width: 49%;
    margin-right: 1%;
    float: left;
}

p.comment-form-email {
    width: 49%;
    margin-left: 1%;
    float: left;
}

p.comment-form-url {
    width: 100%;
    clear: both;
}

p.comment-form-author input,
p.comment-form-email input,
p.comment-form-url input {
    width: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#colophon {
/*
    background-color: #333333;
*/
}

.site-info {
    padding: 15px 0;
    border-top: 1px solid rgba(213, 207, 180, .1);
}

/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.nav-links .nav-previous a:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-right: 10px;
}

.nav-links .nav-next a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-left: 10px;
}

.no-results.not-found {
    margin-bottom: 60px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* Responsive */

@media screen and (max-width: 768px) {

    #colophon .copyright-info,
    #colophon .main-footer-navigation #footer-menu {
        text-align: center;
    }

    #colophon .main-footer-navigation #footer-menu {
        margin-top: 15px;
    }

    .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: auto;
    }

    #primary-menu .sub-menu li:hover:after {
        width: 0;
    }

}


.nav_bottom
{
	border-top: 1px solid #ebebeb;
}

.entry-title 
{
   display: none;
}

.page_top_title
{
	font-weight: bold;
	color: #ff6600;
	font-size: 30px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}


.custom-logo-link img
{
/*
	width: 30%;	
*/	
	width: 22%;
}

.homepage_top_visual_2025 
{
/*	
	margin-left:-15%;
	width:70vw;
*/	
	width:100vw;
	position:absolute;
	left:0;
}
.homepage_wrapper
{
	margin-top: 64%;
}
#homepage_top_visual
{
	background-image:url('/wp-content/uploads/2018/07/Visual_desktop.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	height: 1121px;
	margin-top: -160px;
	text-indent: -9999px;
	display: block;
	width: 1600px;
	max-width: 100%;
    background-position: center;
}

#homepage_top_visual_chi
{
	background-image:url('/wp-content/uploads/2018/07/Visual_desktop_chi.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	height: 1121px;
	margin-top: -160px;
	text-indent: -9999px;
	display: block;
	width: 1600px;
	max-width: 100%;
    background-position: center;
}

.homepage_figure_blurb_row
{
	margin-top: 20px;
	display: block;
	text-align:center;
}

.homepage_figure_blurb
{
	width:33%;
	float:left;
	text-align:center;
}

.homepage_figure_blurb_last
{
	text-align:center;
}

.homepage_figure_blurb_title
{
	font-family: lato;
	font-weight: 100;
	color: #ff6600;
	font-size: 80px;
	display:block;	
}

.homepage_figure_blurb_description
{
	font-family: lato;
	font-weight: 900;
	color: #ff6600;
	font-size: 25px;
	display:block;	
	margin-top: -40px;
	margin-bottom: 40px;
}

.homepage_figure_blurb_summary
{
	font-family: lato;
	font-weight: 900;
	color: #ff6600;
	font-size:20px;
	display:block;	
}

.homepage_nomination_button
{
    width: 200px;
	height: 48px;
    text-align: center;
    background-color: #ff6600;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;

}

.homepage_nomination_button_text
{
    color: #FFFFFF;
	font-size: 20px;
}

background-image: url("paper.gif");

.sponsor_quote_table_row
{
	background-color: #ffffff;
	display: flex;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.sponsor_quote_table_row_chi
{
	background-color: #ffffff;
	display: flex;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.sponsor_quote_table_column
{
	width: 100%;
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10%;
	padding-right: 10%;
	margin-right: 5px;
	margin-top: 5px;
}
.sponsor_quote_table_content
{
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}
.sponsor_quote_table_content_chi
{
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}
.sponsor_quote_table_quote_beginning
{
	width: 99%;
}
.sponsor_quote_table_quote_beginning img
{
	width: 5%;
	float: left;
}
.sponsor_quote_table_quote_content
{
	width: 92%;
	float: left;
}
.sponsor_quote_table_quote_closing
{
	width: 7%;
/*	
	float: left;
*/
	float: right;	
}
.sponsor_quote_table_quote_closing img
{
	width: 65%;
	float: left;
}

.sponsor_table_content_title
{
	color: #ff6600;
}
.sponsor_table
{
	border-style: solid;
	border-width: 1px;
}
.sponsor_table_row
{
	background-color: #ffffff;
	display: flex;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}
.sponsor_table_column
{
	width: 99%;
	float: left;
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
	margin-top: 5px;
}
.sponsor_table_left_column
{
	width: 30%;
	float: left;
	padding-bottom: 20px;
}
.sponsor_table_right_column
{
	width: 68%;
	float: left;
}
.sponsor_table_title
{
	font-size: 20px;
	font-weight: bold;
	color: #ff6600;
	margin-right: 15px;
	margin-bottom: 15px;
}
.sponsor_table_title img
{
	width: 90%;
}
.sponsor_table_left img
{
	width: 30%;
	float: left;
	padding: 30px;
}

.nominators_table_content_title
{
	color: #ff6600;
	font-weight: bold;
}
.nominators_table
{
	border-style: solid;
	border-width: 1px;
}
.nominators_table_row
{
	background-color: #ffffff;
	display: flex;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
}
.nominators_table_column
{
	width: 99%;
	float: left;
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
	margin-top: 5px;
}
.nominators_table_left_column
{
	width: 48%;
	float: left;
}
.nominators_table_right_column
{
	width: 48%;
	float: left;
}
.nominators_list li
{
	margin: 0 0 0px 0;
}

.judges_table
{
	border-style: solid;
	border-width: 0px;
}
.judges_table_row
{
/*	
	background-color: #ffffff;
*/
	display: flex;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
}
.judges_table_column
{
	width: 99%;
	float: left;
/*	
	background-color: #ffffff;
*/	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
	margin-top: 5px;
}
.judges_table_left_column
{
/*	
	width: 30%;
*/	
	width: 20%;
	float: left;
	margin-right: 10%;
}
.judges_table_left_column_past_winner
{
/*	
	width: 30%;
*/	
	width: 30%;
	float: left;
}
.judges_table_right_column_application_full_width
{
	width: 30%;
	float: left;
	margin-right: 10%;
}
.judges_table_left_column_past_winner_full_width
{
/*	
	width: 30%;
*/	
	width: 30%;
	float: left;
}
.judges_table_left_column_application_full_width
{
	width: 60%;
	float: left;
}
.judges_table_left_column_full_width
{
/*	
	width: 30%;
*/	
	width: 20%;
	float: left;
	margin-right: 10%;
}
.judges_table_left_column_full_width_mobile_top
{
/*	
	width: 30%;
*/	
	width: 20%;
	float: left;
	margin-right: 10%;
}
.judges_table_left_column_full_width_mobile_top_2
{
/*	
	width: 30%;
*/	
	width: 20%;
	float: left;
	margin-right: 10%;
}
.judges_table_left_column_full_width_mobile_top_2_mobile_hide
{
/*	
	width: 30%;
*/	
	width: 20%;
	float: left;
	margin-right: 10%;
}
.judges_table_left_column_full_width_mobile_top_3
{
/*	
	width: 30%;
*/	
	width: 20%;
	float: left;
	margin-right: 10%;
}
.judges_table_left_column_full_width_mobile_top_4
{
/*	
	width: 30%;
*/	
	width: 20%;
	float: left;
	margin-right: 10%;
}
.judges_table_right_column
{
/*	
	width: 78%;
*/	
	width: 70%;
	float: left;
}
.judges_table_right_column_past_winner
{
/*	
	width: 78%;
*/	
	width: 60%;
	float: left;
	margin-right: 10%;
}
.judges_table_right_column_full_width
{
/*	
	width: 78%;
*/	
	width: 70%;
	float: left;
}
.judges_table_content_title
{
	color: #ff6600;
/*	
	font-size: 18px;
	font-weight: bold;
*/
	font-size: 24px;
	font-weight: 400;	
}
.judges_table_content_body
{

}
.judges_table_title
{
	font-size: 20px;
	font-weight: bold;
	color: #ff6600;
}
.judges_table_title img
{
/*	
	width: 80%;
*/	
	width: 100%;
	float: left;
	padding-bottom: 20px;
}
.judges_table_content
{
	font-size: 12px;
}
.judges_table_row_bottom_border
{
	border-top-style: solid;
	border-top-width: 1px;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #e6e6e6;
}
.judges_table_header_row
{
	background-color: #ff6600;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.judges_table_header_content
{
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.judges_quote_table_row
{
	background-color: #ffffff;
	display: flex;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
}
.judges_quote_table_column
{
	width: 99%;
	float: left;
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
	margin-top: 5px;
}

.judges_quote_table_quote_beginning
{
	width: 10%;
	float: left;
}
.judges_quote_table_quote_beginning img
{
	width: 20%;
	float: left;
}
.judges_quote_table_content
{
	font-weight: bold;
	font-style: italic;
	margin-left: -50px;
	width: 90%;
	float: left;
	padding-left: 120px;
}
.judges_quote_table_quote_closing
{
	width: 2%;
	float: left;
	margin-left: 10px;
}
.judges_quote_table_quote_closing img
{
	width: 90%;
	float: left;
	margin-top: 220px;
}
.home_register_table_column
{
	width: 100%;
	float: left;
/*	
	background-color: #ffffff;
*/	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.home_register_table_left_column
{
/*	
	width: 30%;
*/	
	width: 60%;
	float: left;
	margin-right: 0%;	
/*
	margin-right: 6%;
*/
}
.home_register_table_right_column
{
/*	
	width: 78%;
*/	
/*
	width: 28%;
*/	
	width: 40%;
	float: left;
}
.home_register_table_title
{
	font-size: 20px;
	font-weight: bold;
	color: #ff6600;
}
.home_register_table_title img
{
/*	
	width: 80%;
*/	
	width: 100%;
	float: left;
	padding-bottom: 0px;
}
.home_register_table_content_body
{
/*
	padding-top: 12px;
*/
	padding-top: 20px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.about_us_red_title
{
	text-align: center;
/*	
	font-size: 20px;
	font-weight: bold;
*/	
	font-size: 24px;
	font-weight: 400;
	color: #ff6600;
	padding-top: 30px;
	padding-bottom: 20px;
}
.about_us_procedure_table
{
	border-style: solid;
	border-width: 1px;
	border-color: #e6e6e6;
}
.about_us_procedure_table_row
{
	background-color: #ffffff;
	display: flex;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.about_us_procedure_table_column
{
	width: 99%;
	float: left;
	background-color: #ffffff;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
	margin-top: 5px;
}
.about_us_procedure_table_left_column
{
	width: 15%;
	float: left;
}
.about_us_procedure_table_right_column
{
	width: 83%;
	float: left;
}
.about_us_procedure_table_content_title
{
	color: #ff6600;
	font-weight: bold;
}
.about_us_procedure_table_content_body
{

}
.about_us_procedure_table_title
{
	font-size: 30px;
	font-weight: bold;
	color: #ff6600;
	padding-bottom: 15px;
}
.about_us_procedure_table_content
{
	font-size: 12px;
}
.about_us_procedure_table_row_bottom_border
{
	border-top-style: solid;
	border-top-width: 1px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	color: #e6e6e6;
}

.about_us_table
{
//	border-style: solid;
}
.about_us_table_row
{
	background-color: #ffffff;
	display: flex;
}
.about_us_table_column
{
	width: 49.5%;
	float: left;
	background-color: #f2f2f3;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: 2px;
	margin-top: 2px;
}
.about_us_table_title
{
	font-size: 16px;
	font-weight: bold;
	color: #ff6600;
}
.about_us_table_content
{
}
.about_us_table_bullet
{
	font-size: 12px;
}
.about_us_table_bullet ul
{
	font-size: 12px;
	margin-top: -12pt;
}
.homepage_top_visual
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.homepage_top_visual_chi
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.allpage_main_title
{
/*
	font-size: 30px;
	font-weight: bold;
*/
	font-size: 44px;
	font-weight: 400;
	color: #ff6600;
	text-align: center;
	line-height: normal;
	margin-bottom: 10px;
	padding-top: 30px;
	padding-bottom: 0px;
}
.homepage_main_title
{
/*
	font-size: 30px;
	font-weight: bold;
*/
/*
	font-size: 38px;
*/	
	font-size: 32px;
	font-weight: 400;
	color: #ff6600;
	text-align: center;
	line-height: normal;
	margin-bottom: 10px;
	padding-top: 30px;
	padding-bottom: 0px;
}
.homepage_main_title_key_benefit
{
/*
	font-size: 30px;
	font-weight: bold;
*/
/*
	font-size: 38px;
*/	
	font-size: 32px;
	font-weight: 400;
	color: #ff6600;
	text-align: center;
	line-height: normal;
	margin-bottom: 10px;
	padding-top: 30px;
	padding-bottom: 0px;
}
.homepage_main_caption
{
	font-size: 30px;
	font-weight: bold;
	color: #ff6600;
	line-height: 1;
	text-align: center;
	margin-top: -100px;
}
.homepage_carousel_caption
{
	font-size: 18px;
	font-weight: bold;
	color: #ff6600;
	text-align: center;
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.homepage_three_column_row
{
//	display: flex;
}
.homepage_three_column_blurb
{
	padding-bottom: 10px;
	padding-top: 10px;
//	display: flex;
	width: 33%;
	float: left;
}
.homepage_three_column_blurb img
{
	margin-left: 30px;
}
.homepage_three_column_blurb_title
{
	font-size: 16px;
	font-weight: bold;
	width: 99%;
	text-align: center;
	padding-top: 5px;
}
.homepage_three_column_blurb_photo
{
	width: 90%;
}
.homepage_three_column_blurb_photo_caption
{
	width: 100%;
	font-size: 12px;
}
.about_us_notice
{
	text-align: center;
	line-height: 1.5;
	margin-top: -10px;
	margin-bottom: 20px;
}
.winner_blurb
{
	padding-bottom: 10px;
	padding-top: 10px;
	display: flex;
	width: 48%;
	float: left;
}
.winner_blurb_even
{
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #ffffff;
	display: flex;
	width: 48%;
	float: left;
}
.winner_column_left
{
	width: 48%;
	float: left;
}
.winner_column_middle
{
	width: 48%;
	float: left;
	padding-top: 15px;
	margin-bottom: 15px;
}
.winner_column_middle img
{
	width: 90%;
	float: left;
}
.winner_column_right
{
	width: 2%;
	float: left;
}
.winner_column_left_even
{
	width: 48%;
	float: left;
	background-color: #ffffff;
}
.winner_column_middle_even
{
	width: 48%;
	float: left;
	background-color: #ffffff;
	padding-top: 15px;
	margin-bottom: 15px;
}
.winner_column_middle_even img
{
	width: 90%;
	float: left;
}
.winner_column_right_even
{
	width: 2%;
	float: left;
	background-color: #ffffff;
}
.winner_blurb_line_break_underline
{
	clear: both;
	border-bottom: 1px solid;
	color: #e6e6e6;
}
.winner_name
{
	font-size: 16px;
	font-weight: bold;
	color: #ff6600;
	padding-top: 15px;
}
.winner_award
{
	font-size: 12px;
	color: #898989;
}


.winner_quote_table_quote_beginning
{
	width: 10%;
	float: left;
}
.winner_quote_table_quote_beginning img
{
	width: 20%;
	float: left;
}
.winner_quote_table_content
{
	font-weight: bold;
	font-style: italic;
	margin-left: -50px;
	width: 90%;
	float: left;
	padding-left: 120px;
}
.winner_quote_table_quote_closing
{
	width: 2%;
	float: left;
	margin-left: 10px;
}
.winner_quote_table_quote_closing img
{
	width: 90%;
	float: left;
}

.nomination_three_column_row
{
//	display: flex;
}
.nomination_three_column_blurb
{
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
//	display: flex;
	width: 33%;
	float: left;
    height: 300px;
}
.nomination_three_column_blurb img
{
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 5px;
}
.nomination_three_column_blurb_title
{
	font-size: 16px;
	width: 99%;
	text-align: center;
	padding-bottom: 10px;
}
.nomination_three_column_blurb_photo
{
	width: 95%;
}
.nomination_three_column_blurb_photo_caption
{
	width: 100%;
	font-size: 12px;
}
.nomination_table_content_title
{
	color: #ff6600;
	font-weight: bold;
}

.nomination_voting_four_column_row
{
/*
//	display: flex;
*/
}
.nomination_voting_four_column_blurb 
{
	padding-bottom: 10px;
	padding-top: 0px;
/*	
//	display: flex;
//	width: 33%;
*/
	width: 19%;
	float: left;
/*	
	height: 450px;
*/	
	height: 370px;
	margin-right: 1%;
	border-width: 1px;
	border-color: #333;
	border-style: solid;
}
.nomination_voting_four_column_blurb img
{
/*
	margin-left: 80px;
*/
	width: 100%;
	z-index: 1;
	position: relative;	
}
.nomination_voting_four_column_blurb_title
{
	font-size: 0px;
	width: 99%;
	text-align: center;
	color: #000;
	padding-top: 12px;
	width: auto;
	word-spacing: 400px;
}
.nomination_voting_four_column_blurb_player_button_row
{
	height: 1x;
	background-color: #fff;
}			
.nomination_voting_four_column_blurb_player_button
{
	width: 40px !important;
	height: 40px !important;
	float: right;
	margin-top: -52px !important;
	margin-bottom: 0px;
	margin-right: 12px !important;
	z-index: 2;
	position: relative;
}
.nomination_voting_four_column_blurb_photo
{
	width: 90%;
}
.nomination_voting_four_column_blurb:nth-child(1) 
{
	background-color:#F1A4A7;
}
.nomination_voting_four_column_blurb:nth-child(2) 
{
	background-color:#FFB280;
}	
.nomination_voting_four_column_blurb:nth-child(3) 
{
	background-color:#DFCF96;
}
.nomination_voting_four_column_blurb:nth-child(4) 
{
	background-color:#BFE3E1;
}
.nomination_voting_four_column_blurb:nth-child(5) 
{
	background-color:#C3DAFF;
}	
.nomination_voting_four_column_blurb_finalist 
{
	padding-bottom: 10px;
	padding-top: 0px;
/*	
//	display: flex;
//	width: 33%;
*/
	width: 19%;
	float: left;
/*	
	height: 450px;
*/	
/*
	height: 370px;
*/	
	height: 340px;
	margin-right: 1%;
	border-width: 1px;
	border-color: #333;
	border-style: solid;
}
.nomination_voting_four_column_blurb_finalist img
{
/*
	margin-left: 80px;
*/
	width: 100%;
	z-index: 1;
	position: relative;	
}
.nomination_voting_four_column_blurb_finalist:nth-child(1) 
{
	/*
	background-color:#F1A4A7;
	*/
	background-color:#fff;
}
.nomination_voting_four_column_blurb_finalist:nth-child(2) 
{	
	/*
	background-color:#FFB280;
	*/
	background-color:#fff;
}	
.nomination_voting_four_column_blurb_finalist:nth-child(3) 
{
	/*
	background-color:#DFCF96;
	*/
	background-color:#fff;
}
.nomination_voting_four_column_blurb_finalist:nth-child(4) 
{
	/*
	background-color:#BFE3E1;
	*/
	background-color:#fff;
}
.nomination_voting_four_column_blurb_finalist:nth-child(5) 
{
	/*
	background-color:#C3DAFF;
	*/
	background-color:#fff;
}	
.nomination_voting_submit_row
{
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.nomination_voting_submit_button
{
	background-color: #ff6600;
	font-size: 24px;
	color: #FFFFFF;  
	font-weight: bold;
	text-align: center;
	border-radius: 20px;
	height: 60px;
	border-style: none;
	cursor: pointer;
}
.nomination_voting_submit_thankyou
{
	font-weight: bold;
	text-align: center;
	color: #ff6600;
	font-size: 24px;
}
.nomination_overlay 
{
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
	overflow: scroll;
}

.nomination_overlay-content {
    position: relative;
/*	
    top: 25%;
*/	
	top: 8%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

.nomination_overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.nomination_overlay a:hover, .nomination_overlay a:focus {
    color: #f1f1f1;
}

.nomination_overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.popup_candidate_name 
{
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}
.popup_candidate_image
{
	margin-left: auto;
	margin-right: auto;
}
.popup_candidate_bio 
{
	text-align: center;
	color: #898989;
	line-height: 1.85;
}

.current_year_winner_photo img
{
	width: 60%;
}
.global_line_break
{
	clear: both;
}
.footer_logo_row
{
	width: 99%;
	display: flex;
}
.footer_left_content
{
	width: 10%;
	font-size: 12px;
	float: left;
	margin-right: 15px;
	margin-left: 12px;
}
.footer_left_content > span
{
    position: relative;
    top: 20%;
    line-height :0;
	color: #000;
}
.footer_left_logo 
{
	
	width: 15%;
/*	
	float: left;
*/	
	margin-right: 0px;
	margin-top: 5%;
/*	
	margin-top: 32px;
	margin-left: -130px;
*/
	margin-left:-9%;	
}
.footer_left_logo img
{
/*	
	width: 80%;
*/
	width: 90%;	
	float: left;
}
.footer_left_logo_2
{
	width: 15%;
	float: left;
}
.footer_left_logo_2 img
{
	width: 80%;
	float: left;
}
.footer_right_content
{
	font-size: 12px;
	float: left;
	margin-right: 15px;
/*	
	margin-left: 600px;
	width: 10%;
*/	
	margin-left:calc(100% - 38%);
	width:14%;
}
.footer_right_content > span
{
    position: relative;
    top: 20%;
    line-height :0;
	color: #000;
}
.footer_right_logo 
{
	width: 15%;
	float: left;
/*	
	margin-top: 32px;
*/	
	margin-top: 5%;
	margin-left: -120px;
}
.footer_right_logo img
{
/*	
	width: 100%;
*/
	width: 80%;	
	float: left;
	margin-top: -6px;
}

.copyright_row
{
	width: 99%;
	display: flex;
}
.copyright_left_content
{
/*
	width: 70%;
*/
	width: calc(100% - 430px);	
}
.copyright_right_content
{
/*
	width: 55%;
*/
	width: 430px;
	font-size: 12px;
	float: left;
	margin-right: -85px;
}
.section-module {
	background-color: #faf8f6;
	padding: 0 20px 10px;
}
.section-module-full-width {
	background-color: #faf8f6;
	padding: 0 0px 0px;
}
.paragraph_block {
	padding: 0 40px 40px;
}
.paragraph_block_application {
	padding: 0 30px 40px;	
}

#menu-item-83-en > a > span, #menu-item-83-zh > a > span, #menu-item-201-en > a > span, #menu-item-201-zh > a > span
{
	display: inline;
}
/*
#menu-item-83-zh > a > span
{
	display: inline;
}
*/

.homepage_video 
{
    width: 100%;
    margin-left: auto;
	margin-right: auto;
    margin-top: 2px;
	margin-bottom: 180px;
	position: relative;
	padding-top: 30px;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.homepage_video iframe 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-device-width: 640px) 
{
	.blurb-wrapper {
		display: block !important;
	}
	.page_top_title
	{
		font-size: 20px;
	}	
	#homepage_top_visual
	{
		background-image:url('/wp-content/uploads/2018/07/Visual_mobile.jpg');
/*
		background-size: contain;
*/
		background-size: 100% auto;
		background-repeat: no-repeat;
/*
		max-height: 500px;
*/
		height: 75vh;
		margin-top: -5px;
		text-indent: -9999px;
		display: block;
		width: 100vw;
		margin-left: -5%;
		margin-right: -5%;
		max-width: none;
	}
	#homepage_top_visual_chi
	{
		background-image:url('/wp-content/uploads/2018/07/Visual_mobile_chi.jpg');
/*
		background-size: contain;
*/
		background-size: 100% auto;
		background-repeat: no-repeat;
/*
		max-height: 500px;
*/
		height: 75vh;
		margin-top: -5px;
		text-indent: -9999px;
		display: block;
		width: 100vw;
		margin-left: -5%;
		margin-right: -5%;
		max-width: none;
	}
	header#masthead 
	{
/*
		height: 300px;
*/
/*
		height: 250px;		
*/		
	}
	.custom-header-123_chi
	{
		background: url('/wp-content/uploads/2018/05/Visual_mobile_chi.jpg') no-repeat;
		width: 180px; /* Width of new image */
  		height: 236px; /* Height of new image */
	}
	.custom-logo-link img
	{
/*		
		width: 60%;
*/
		width: 44%;		
	}
	.winner_blurb
	{
		width: 99%;
		display: block;
	}
	.winner_blurb_even
	{
		width: 99%;
		display: block;
	}
	.winner_column_middle img
	{
		width: 60%;
	}
	.winner_column_middle
	{
		width: 100%; 
	}
	.winner_column_middle img
	{
		width: 100%;
	}
	.winner_column_middle_even
	{
		width: 100%;
	}
	.winner_column_middle_even img
	{
		width: 100%;
	}
	.winner_column_left
	{
		width: 100%;
	}
	.winner_column_left_even
	{
		width: 100%;
	}
	.winner_blurb_line_break_underline
	{
		border-bottom: 0px solid;
	}
	.homepage_top_visual
	{
		width: 107%;
		margin-left: -13px;
	}
	.homepage_top_visual_chi
	{
		width: 107%;
		margin-left: -13px;
	}
	.homepage_main_caption
	{
		font-size: 23px;
		margin-top: 50px;
	}
	.homepage_three_column_blurb
	{
		width: 99%;
	}
	.homepage_three_column_blurb_photo
	{
		width: 100%;
	}
	.homepage_three_column_blurb_photo img
	{
		width: 100%;
	}
	.homepage_three_column_blurb img
	{
		margin-left: auto;
	}
	.about_us_table_column
	{
		width: 99%;
	}
	.about_us_table_row
	{
		display: inherit;
	}
	.about_us_procedure_table_row
	{
		width: 99%;
	}
	.about_us_procedure_table_row_bottom_border
	{
		width: 99%;
	}
	.judges_table_left_column
	{
		width: 100%;
	}
	.judges_table_left_column_full_width
	{
	/*	
		width: 30%;
	*/	
		width: 100% !important;
		margin-bottom: 40px !important;
	}
	.judges_table_left_column_full_width_mobile_top
	{
	/*	
		width: 30%;
	*/	
		width: 100% !important;
		margin-bottom: 40px !important;
		padding-top: 0px !important;
		padding-left: 0px !important;
	}	
	.judges_table_left_column_full_width_mobile_top_2
	{
	/*	
		width: 30%;
	*/	
		width: 100% !important;
		margin-bottom: 40px !important;
		padding-top: 40px !important;
		padding-left: 0px !important;
	}		
	.judges_table_left_column_full_width_mobile_top_2_mobile_hide
	{
		display:none !important;
	}	
	.judges_table_left_column_full_width_mobile_top_3
	{
	/*	
		width: 30%;
	*/	
		width: 100% !important;
		margin-bottom: 40px !important;
		padding-top: 80px !important;
		padding-left: 0px !important;
	}		
	.judges_table_left_column_full_width_mobile_top_4
	{
	/*	
		width: 30%;
	*/	
		width: 100% !important;
		margin-bottom: 40px !important;
		padding-top: 120px !important;
		padding-left: 0px !important;
	}	
	.judges_table_right_column
	{
		width: 100%;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.judges_table_right_column_full_width
	{
		width: 100% !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}	
	.judges_table_right_column_past_winner
	{
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}	
	.judges_table_title img
	{
		width: 100%;
	}
	.judges_quote_table_content
	{
		padding-left: 50px;
	}
	.judges_quote_table_quote_closing
	{
		width: 2%;
		float: left;
		margin-top: 130px;
	}
	.home_register_table_left_column
	{
		width: 100%;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}		
	.home_register_table_right_column
	{
		width: 100%;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}	
	.home_register_table_content_body
	{
		padding-top: 16px !important;
		padding-left: 16px !important;
		padding-right: 16px !important;		
	}	
	.home_register_table_content_body
	{
		width: 100% !important;
	}
	.nominators_table_left_column
	{
		width: 99%;
	}
	.nominators_table_right_column
	{
		width: 99%;
	}
	.nominators_list li
	{
    	margin:0 0 100px 0;
	}
	.sponsor_quote_table_quote_closing
	{	
		margin-top: 25px;
	}
	.sponsor_table_left_column
	{
		width: 90%;
		float: left;
		margin-top: 5px;
		margin-bottom: 15px;
	}
	.sponsor_table_right_column
	{
		width: 100%;
		float: left;
	}
	.winner_quote_table_content
	{
		width: 100%;
		float: left;
		padding-left: 30px;
	}
	.winner_quote_table_quote_closing
	{
		width: 2%;
		float: left;
		margin-left: 10px;
		margin-top: 70px;
	}
	.winner_quote_table_quote_closing img
	{
		width: 100%;
	}

	.nomination_three_column_blurb
	{
		width: 99%;
	}
	.nomination_three_column_blurb_photo
	{
		width: 100%;
	}
	.nomination_three_column_blurb_photo img
	{
		width: 100%;
	}
	.nomination_three_column_blurb img
	{
		margin-left: auto;
	}

	.nomination_voting_four_column_row
	{
/*		
		//	display: flex;
*/		
	}
	.nomination_voting_four_column_blurb
	{
		padding-bottom: 10px;
		padding-top: 0px;
		margin-right: 5px;
/*		
		//	display: flex;
*/		
/*		
		width: 48%;
*/	
		width: 98%;	
		float: left;
		margin-bottom: 100px;
		height: 400px;
	}	
	.nomination_voting_four_column_blurb_image
	{
		text-align: center;
		background-color: #fff;
	}	
	.nomination_voting_four_column_blurb img
	{
		margin-left: 0px;
		width: 60%;
	}
	.nomination_voting_four_column_blurb_title
	{
		font-size: 0px;
		width: 99%;
		text-align: center;
	}
	.nomination_voting_four_column_blurb_photo
	{
		width: 90%;
	}	
	.nomination_voting_four_column_blurb_finalist
	{
		padding-bottom: 10px;
		padding-top: 0px;
		margin-right: 5px;
/*		
		//	display: flex;
*/		
/*		
		width: 48%;
*/	
		width: 98%;	
		float: left;
		margin-bottom: 100px;
		height:520px;
	}		
	.nomination_voting_submit_row
	{
		width: 100%;
	}

	.nomination_overlay-content 
	{
    	position: relative;
	    top: 15%;
    	width: 80%;
    	text-align: center;
   		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}

	.about_us_procedure_table_left_column
	{
		width: 80%;
		padding-left: 5%;
		padding-right: 5%;
	}
	.about_us_procedure_table_title
	{
		line-height: 32px;
		font-weight: bold;
	}
	.about_us_procedure_table_right_column
	{
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}

	.current_year_winner_photo img
	{
		width: 100%;
	}
	.footer_left_content
	{	
/*		
		width: 20%;
*/
		width:32% !important;		
		margin-left: 5px;
	}
	.footer_left_content > span
	{
    	position: relative;
	    top: 1%;
    	line-height :0;
	}
	.footer_left_logo 
	{
		width: 25%;
		top: 5%;
		position: relative;
		margin-right: 4px !important;
		margin-left:-30% !important;
		margin-top: 7% !important;		
	}
	.footer_left_logo img
	{
		width: 80%;
	}
	.footer_left_logo_2
	{
		width: 25%;
		top: 5%;
		position: relative;
	}
	.footer_left_logo_2 img
	{
		width: 70%;
	}	
	.footer_right_content
	{	
/*		
		width: 20%;
		margin-left: 20px
*/
		margin-right: 15px;
		margin-left:calc(100% - 80%) !important;
		width: 30% !important;				
	}
	.footer_right_content > span
	{
    	position: relative;
	    top: 1%;
    	line-height :0;
	}	
	.footer_right_logo 
	{
		width: 28% !important;
		margin-top: 7% !important;		
	}
	.footer_right_logo img
	{
/*		
		width: 90%;
*/
		width: 60% !important;		
		margin-top: -2px;
	}
	.copyright_row
	{
		margin-top: 12px;
	}	
	.copyright_left_content
	{
		width: 1%;
	}
	.copyright_right_content
	{
		width: 99%;
	}
	input[type="checkbox"],
	input[type="radio"] {
		box-shadow: 0 0 0 2px grey;
	}
	.homepage_video 
	{
    	width: 100%;
    	margin-left: auto;
	    margin-right: auto;
    	margin-top: 2px;
	    margin-bottom: 40px;
		position: relative;
		padding-top: 30px;
		padding-bottom: 56.25%; /* 16:9 */
		height: 0;
	}
	.homepage_video iframe 
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.homepage_figure_blurb
	{
		width:100%;
		float:left;
		text-align:center;
	}
	.key-stage-table {
		margin-left: -5% !important;
	}
	 	
	.paragraph_block {
/*		
		padding: 0 0px 40px !important;
*/
/*
		padding: 0 40px 40px !important;		
*/
		padding: 0 10px 40px !important;		
	}
	.paragraph_block_application {
/*		
		padding: 0 20px 40px !important;		
*/
		padding: 0 10px 40px !important;		
	}	
	.judges_table_left_column_past_winner_full_width
	{
		width: 100%;	
	}	
	.judges_table_left_column_application_full_width
	{
		width: 100%;	
		margin-top: 40px;
	}
	.judges_table_right_column_application_full_width
	{
		width: 100%;	
		margin-right: 0%;
	}
	.past_winner_block {
		height: 326px !important;
	}	
	.judges_table_title_about_us_logo_2 {
		width: 100% !important;
	}
	.m-wider {
		padding-left: 10px !important;
		padding-right: 10px !important;		
	}
	.m-wider-zero-padding {
		padding-left: 0px !important;
		padding-right: 0px !important;		
	}	
	.home-m-wider {
		padding-left: 10px !important;
		padding-right: 10px !important;	
		padding-top: 100px !important;	
	}
	.homepage_main_title {
		padding-left: 10px !important;
		padding-right: 10px !important;				
	}
	.homepage_main_title_key_benefit {
		padding-left: 0px !important;
		padding-right: 0px !important;				
	}	
	.section-module {
		padding-left: 0px !important;
		padding-right: 0px !important;				
	}
	.section-module-full-width {
		padding-left: 0px !important;
		padding-right: 0px !important;				
	}
	.home-messagebox-parent-desktop {		
		display: none !important
	}	
	.home-messagebox-parent-mobile {		
		display: block !important
	}		
	.home-messagebox-left-col-desktop {
		display: none !important;
	}			
/*	
	.home-messagebox-left-col-mobile {
		height: 24vh !important;
		display: block !important;		
	}		
*/	
	.home-messagebox-left-col-mobile {	
/*		
		height: 24vh !important;	
*/		
/*
		height: 20vh !important;	
*/
/*
		height: 47vh !important;							
*/
		height: 100% !important;											
		display: block !important;		
	}	
	.home-messagebox-right-col-desktop {
		display: none !important;
	}
	.home-messagebox-right-col-mobile {
		display: block !important;
	}			
}

@media screen and (max-device-width: 380px) 
{
	#homepage_top_visual
	{
		background-image:url('/wp-content/uploads/2018/07/Visual_mobile.jpg');
/*
		background-size: contain;
*/
		background-size: 100% auto;
		background-repeat: no-repeat;
/*
		max-height: 500px;
*/
		height: 75vh;
		margin-top: -24px;
		text-indent: -9999px;
		display: block;
		width: 100vw;
		margin-left: -5%;
		margin-right: -5%;
		max-width: none;
	}
	#homepage_top_visual_chi
	{
		background-image:url('/wp-content/uploads/2018/07/Visual_mobile_chi.jpg');
/*
		background-size: contain;
*/
		background-size: 100% auto;
		background-repeat: no-repeat;
/*
		max-height: 500px;
*/
		height: 75vh;
		margin-top: 24px;
		text-indent: -9999px;
		display: block;
		width: 100vw;
		margin-left: -5%;
		margin-right: -5%;
		max-width: none;
	}
	.homepage_figure_blurb
	{
		width:100%;
		float:left;
		text-align:center;
	}
}


@media (min-width: 901px) and (max-width: 1050px)
{
/*
@media (min-width: 901px) and (max-width: 1450px)
{
*/
	header#masthead
	{
/*		
		height: 282px;
*/		
	}
	#homepage_top_visual
	{
		background-image:url('/wp-content/uploads/2018/07/Visual_desktop.jpg');
/*
		background-size: contain;
*/
		background-size: 100% auto;
		background-repeat: no-repeat;
		max-height: 85vh;
		width: 100vw;
		margin-left: -5%;
		margin-right: -5%;
		max-width: none;
		margin-top: 0px;
	}
	#homepage_top_visual_chi
	{
		background-image:url('/wp-content/uploads/2018/07/Visual_desktop_chi.jpg');
/*
		background-size: contain;
*/
		background-size: 100% auto;
		background-repeat: no-repeat;
		max-height: 85vh;
		width: 100vw;
		margin-left: -5%;
		margin-right: -5%;
		max-width: none;
		margin-top: 0px;
	}
	.homepage_main_caption
	{
		margin-top: 20px;
	}
	.homepage_three_column_blurb img
	{
		width: 80%;
	}
	.homepage_three_column_blurb_photo
	{
		width: 100%;
	}
	.winner_quote_table_content
	{
		width: 90%;
		float: left;
		padding-left: 50px;
	}
	.winner_quote_table_quote_closing
	{
		width: 2%;
		float: left;
		margin-left: 10px;
		margin-top: 0px;
	}
	.winner_quote_table_quote_closing img
	{
		width: 100%;
	}

	.nomination_three_column_blurb img
	{
		width: 80%;
	}
	.nomination_three_column_blurb_photo
	{
		width: 100%;
	}
	.about_us_procedure_table_title
	{
		line-height: 32px;
	}
	.footer_left_content
	{
		width: 12%;
	}
	.footer_left_logo {
		margin-left:-12%;
		margin-top: 6%;
	}	
	.footer_right_content
	{
/*		
		width: 12%;
		margin-left: 72px;
*/	
		margin-left:calc(100% - 45%);
		width:20%;	
	}	
	.footer_left_logo {
		margin-top: 6%;
	}	
	.copyright_row
	{
		margin-top: 12px;
	}		
	.copyright_left_content
	{
/*	
		width: 100%;
*/
		width: calc(100% - 430px);
	}
	.copyright_right_content
	{
/*	
		width: 70%;
*/
		width: 430px;
		margin-right: -5px;
	}
	.homepage_video 
	{
    	width: 100%;
    	margin-left: auto;
		margin-right: auto;
    	margin-top: 2px;
		margin-bottom: 120px;
		position: relative;
		padding-top: 30px;
		padding-bottom: 56.25%; /* 16:9 */
		height: 0;
	}		
}

@media (min-width: 901px) and (max-width: 1000px)
{
	.home-messagebox-parent-desktop {
		/*		
				height: 50vh !important;	
		*/		
		display: none !important;	
	}		
	.home-messagebox-parent-mobile {
		display: block !important;	
	}			
	.home-messagebox-left-col-desktop {
		height: 42vh !important;	
		display: none !important;	
	}	
	.home-messagebox-left-col-mobile {
/*		
		height: 22vh !important;	
*/	
/*	
		height: 22vh !important;	
*/		
/*
		height: 36vh !important;	
*/
		height: 100% !important;													
		display: block !important;	
	}	
	.home-messagebox-right-col-desktop {
		display: none !important;	
	}	
	.home-messagebox-right-col-mobile {
		display: block !important;	
	}
}

/*
@media (min-width: 660px) and (max-width: 900px)
{
}

@media screen and (min-device-width: 768px) 
*/
@media (min-width: 641px) and (max-width: 759px)
{
	header#masthead
	{
/*		
		height: 293px;
		margin-bottom: 300px;
*/		
	}
	.page_top_title
	{
		font-size: 20px;
	}	
	.entry-header
	{
		height: -200px;
	}
	.entry-content
	{
/*
		margin-top: 200px;
*/
	}
	#homepage_top_visual
	{
		background-image:url('/wp-content/uploads/2018/07/Visual_mobile.jpg');
/*
		background-size: contain;
*/
		background-size: 100% auto;
		background-repeat: no-repeat;
/*
		max-height: 500px;
*/
		height: 260vh;
		margin-top: -46px;
		text-indent: -9999px;
		display: block;
		width: 102vw;
		margin-left: -5%;
		margin-right: -5%;
		max-width: none;
	}
	#homepage_top_visual_chi
	{
		background-image:url('/wp-content/uploads/2018/07/Visual_mobile_chi.jpg');
/*
		background-size: contain;
*/
		background-size: 100% auto;
		background-repeat: no-repeat;
/*
		max-height: 500px;
*/
		height: 260vh;
		margin-top: -46px;
		text-indent: -9999px;
		display: block;
		width: 102vw;
		margin-left: -5%;
		margin-right: -5%;
		max-width: none;
	}
	.custom-header-123
	{
		background: url('/wp-content/uploads/2018/04/Visual_mobile.jpg') no-repeat;
		width: 180px; /* Width of new image */
  		height: 236px; /* Height of new image */
	}
	.custom-header-123_chi
	{
		background: url('/wp-content/uploads/2018/05/Visual_mobile_chi.jpg') no-repeat;
		width: 180px; /* Width of new image */
  		height: 236px; /* Height of new image */
	}
	.custom-logo-link img
	{
/*		
		width: 60%;
*/
		width: 44%;		
	}
	.winner_blurb
	{
		width: 99%;
	}
	.winner_blurb_even
	{
		width: 99%;
	}
	.winner_column_middle img
	{
		width: 90%;
	}
	.winner_column_middle_even img
	{
		width: 90%;
	}
	.homepage_top_visual
	{
		width: 107%;
		margin-left: -13px;
	}
	.homepage_top_visual_chi
	{
		width: 107%;
		margin-left: -13px;
	}
	.homepage_main_caption
	{
		font-size: 21px;
		margin-top: 35px;
	}
	.homepage_three_column_blurb_photo
	{
		width: 100%;
	}
	.homepage_three_column_blurb
	{
		width: 99%;
	}
	.homepage_three_column_blurb_photo img
	{
		width: 100%;
	}
	.homepage_three_column_blurb img
	{
		margin-left: auto;
	}
	.about_us_table_column
	{
		width: 99%;
	}
	.about_us_table_row
	{
		display: inherit;
	}
	.about_us_procedure_table_row
	{
		width: 99%;
	}
	.about_us_procedure_table_row_bottom_border
	{
		width: 99%;
	}
	.judges_table_title img
	{
		width: 80%;
	}
	.nominators_table_left_column
	{
		width: 99%;
	}
	.nominators_table_right_column
	{
		width: 99%;
	}
	.sponsor_quote_table_quote_closing
	{	
		margin-top: 25px;
	}


	.winner_quote_table_content
	{
		width: 90%;
		float: left;
		padding-left: 20px;
	}
	.winner_quote_table_quote_closing
	{
		width: 2%;
		float: left;
		margin-left: 10px;
		margin-top: 40px;
	}
	.winner_quote_table_quote_closing img
	{
		width: 100%;
	}

	.nomination_three_column_blurb_photo
	{
		width: 100%;
	}
	.nomination_three_column_blurb
	{
		width: 99%;
	}
	.nomination_three_column_blurb_photo img
	{
		width: 100%;
	}
	.nomination_three_column_blurb img
	{
		margin-left: auto;
	}
	.about_us_procedure_table_left_column
	{
		width: 20%;
		padding-left: 5%;
	}
	.about_us_procedure_table_title
	{
		line-height: 32px;
		font-weight: bold;
	}
	.about_us_procedure_table_right_column
	{
		width: 70%;
	}
	.current_year_winner_photo img
	{
		width: 100%;
	}
	.footer_left_content
	{	
		width: 12%;
		margin-left: 5px;
		margin-top: -3%
	}
	.footer_left_content > span
	{
    	position: relative;
	    top: 1%;
    	line-height :0;
	}
	.footer_left_logo 
	{
		width: 25%;
		top: 35%;
		position: relative;
	}
	.footer_left_logo img
	{
		width: 30%;
	}
	.footer_left_logo_2
	{
		width: 25%;
		top: 35%;
		position: relative;
	}
	.footer_left_logo_2 img
	{
		width: 30%;		
	}	
	.footer_right_content
	{	
		margin-left: 80px;
		margin-top: -3%;
	}	
	.footer_right_logo 
	{
		width: 30%;
	}
	.footer_right_logo img
	{
		width: 60%;
		margin-top: -2px;
	}
	.copyright_row
	{
		margin-top: 12px;
	}		
	.copyright_left_content
	{
		width: 75%;
	}
	.copyright_right_content
	{
		width: 99%;
		margin-right: -5px;
	}
	.homepage_video 
	{
    	margin-top: -52px;
	    margin-bottom: 0px;
	}
	.home-messagebox-parent-desktop {
/*		
		height: 50vh !important;	
*/		
		display: none !important;	
	}		
	.home-messagebox-parent-mobile {
		display: block !important;	
	}			
	.home-messagebox-left-col-desktop {
		height: 42vh !important;	
		display: none !important;	
	}	
	.home-messagebox-left-col-mobile {
/*		
		height: 22vh !important;	
*/		
/*
		height: 23vh !important;	
*/
/*
		height: 44vh !important;					
*/
		height: 100% !important;													
		display: block !important;	
	}	
	.home-messagebox-right-col-desktop {
		display: none !important;	
	}	
	.home-messagebox-right-col-mobile {
		display: block !important;	
	}	
	.home-m-wider {
		padding-top: 70px !important;	
	}	

}

@media screen and (min-width: 760px) and (max-width: 900px)
{
	header#masthead
	{
/*		
		height: 215px;
*/		
	}
	.homepage_top_visual
	{
		margin-left: 0px;
	}
	.homepage_top_visual_chi
	{
		margin-left: 0px;
	}
	#homepage_top_visual
	{
		background-image:url('/wp-content/uploads/2018/07/Visual_mobile.jpg');
/*
		background-size: contain;
*/
		background-size: 100% auto;
		background-repeat: no-repeat;
/*
		max-height: 1000px;
*/
		height: 105vh;
		display: block;
		width: 102vw;
		margin-left: -5%;
		margin-right: -5%;
		max-width: none;
		margin-top: -15px;
	}
	#homepage_top_visual_chi
	{
		background-image:url('/wp-content/uploads/2018/07/Visual_mobile_chi.jpg');
/*
		background-size: contain;
*/
		background-size: 100% auto;
		background-repeat: no-repeat;
/*
		max-height: 1000px;
*/
		height: 105vh;
		display: block;
		width: 102vw;
		margin-left: -5%;
		margin-right: -5%;
		max-width: none;
		margin-top: -15px;
	}
	.homepage_main_caption
	{
		margin-top: 60px;
	}
	.homepage_three_column_blurb
	{
		width: 100%;
		float: left;
		text-align: center;
	}
	.homepage_three_column_blurb img
	{
		width: 50%;
	}
	.homepage_three_column_blurb_photo
	{
		width: 100%;
	}

	.winner_quote_table_content
	{
		width: 90%;
		float: left;
		padding-left: 50px;
	}
	.winner_quote_table_quote_closing
	{
		width: 2%;
		float: left;
		margin-left: 10px;
		margin-top: 0px;
	}
	.winner_quote_table_quote_closing img
	{
		width: 100%;
	}

	.nomination_three_column_blurb
	{
		width: 100%;
		float: left;
		text-align: center;
	}
	.nomination_three_column_blurb img
	{
		width: 50%;
	}
	.about_us_procedure_table_left_column
	{
		width: 20%;
	}
	.about_us_procedure_table_title
	{
		line-height: 32px;
	}
	.about_us_procedure_table_right_column
	{
		width: 75%;
	}
	.footer_left_content
	{
/*		
		width: 11%;
*/	
		width:14% !important;	
	}
	.footer_left_content > span
	{
		top: 12%;
	}
	.footer_left_logo {
		margin-left:-13%;
	}	
	.footer_right_content {
		margin-left:calc(100% - 52%);
		width:20% !important;
	}		
	.copyright_left_content
	{
		width: 55%;
	}
	.copyright_row
	{
		margin-top: 12px;
	}	
	.copyright_right_content
	{
		width: 65%;
		margin-right: -25px;
	}
	.footer_right_logo img
	{
		margin-top: -2px;
	}
	.homepage_video 
	{
		margin-top: 0px;
	    margin-bottom: 50px;
	}	
	.home-m-wider {
		padding-top: 80px !important;	
	}
	.home-messagebox-parent-desktop {
/*		
		height: 46vh !important;	
*/		
		display: none !important;	
	}	
	.home-messagebox-parent-mobile {
		display: block !important;	
	}		
	.home-messagebox-left-col-desktop {
		height: 42vh !important;	
		display: none !important;	
	}		
	.home-messagebox-left-col-mobile {
/*		
		height: 22vh !important;	
*/		
/*
		height: 22vh !important;	
*/
/*
		height: 40vh !important;			
*/
		height: 100% !important;													
		display: block !important;			
	}		
	.home-messagebox-right-col-desktop {
		display: none !important;	
	}		
	.home-messagebox-right-col-mobile {
		display: block !important;			
	}		
}

@media (min-width: 1000px) and (max-width: 1400px)
{
	.nomination_overlay-content
	{
			top: 5%;
	}
	.popup_candidate_image
	{
			width: 50%;
	}
	.homepage_video 
	{
		margin-top: 5px;
	    margin-bottom: 40px;
	}
	.nomination_voting_four_column_blurb
	{
/*		
		height: 330px !important;
*/		
		height: 250px !important;
	}
	.nomination_voting_four_column_blurb_finalist
	{
/*		
		height: 330px !important;
*/		
		height: 200px !important;
	}	
}

@media screen and (min-width: 1501px) and (max-width: 1890px)
{
	.past_winner_block {
        height: 266px !important;
    }
	.nomination_voting_four_column_blurb
	{
		height: 330px !important;		
	}	
	.nomination_voting_four_column_blurb_finalist
	{
/*		
		height: 330px !important;
*/		
		height: 260px !important;
	}		 	
}

@media screen and (min-width: 1301px) and (max-width: 1490px)
{
	.home_investment_criteria_block {
        height: 400px !important;
    }	
	.home_investment_criteria_block_b {
/*		
        height: 600px !important;
*/
/*
        height: 520px !important;
*/	
        height: 420px !important;	
    }	
	.past_winner_block {
        height: 306px !important;
    }		
	.home-messagebox-parent {
		height: 55vh !important;	
	}	
	.home-messagebox-left-col-desktop {
/*		
		height: 55vh !important;		
*/		
	}
	.nomination_voting_four_column_blurb
	{
/*		
		height: 360px !important;
*/		
		height: 280px !important;
	}	
	.nomination_voting_four_column_blurb_finalist
	{
/*		
		height: 330px !important;
*/		
		height: 230px !important;
	}	
	.nomination_voting_four_column_blurb_player_button
	{
		width: 32px !important;
		height: 32px !important;
		margin-top: -40px !important;
	}	
}

@media screen and (min-width: 1200px) and (max-width: 1300px)
{
	.home_investment_criteria_block {
        height: 400px !important;
    }	
	.home_investment_criteria_block_b {
/*		
        height: 600px !important;
*/	
        height: 520px !important;	
    }	 	
	.past_winner_block {
        height: 336px !important;
	}		
	.home-messagebox-parent {
		height: 58vh !important;			
	}
	.home-messagebox-left-col-desktop {
/*		
		height: 58vh !important;		
*/		
	}
	.nomination_voting_four_column_blurb_player_button
	{
		width: 32px !important;
		height: 32px !important;
		margin-top: -40px !important;
	}	
}

@media screen and (min-width: 1200px) and (max-width: 1390px)
{
	.homepage_wrapper
	{
		margin-top: 66% !important;
	}
	.home-messagebox-left-col {
/*		
		height: 260px !important;
*/		
	}		
/*	
	.home_investment_criteria_block {
        height: 460px !important;
    }	 	
*/	
	.home-messagebox-parent-desktop {
/*		
		height: 58vh !important;		
*/		
/*
		height: 51vh !important;		
*/		
		height: 78vh !important;	
	}		
}

@media screen and (min-width: 1000px) and (max-width: 1199px)
{
	.homepage_wrapper
	{
		margin-top: 64% !important;
	}
	.home_investment_criteria_block {
        height: 420px !important;
    }
	.home_investment_criteria_block_b {
/*		
        height: 620px !important;
*/	
        height: 540px !important;	
    }	
	.past_winner_block {
        height: 366px !important;
    }	
	.home-messagebox-parent-desktop {
/*		
		height: 62vh !important;		
*/
		height: 54vh !important;			
	}		
	.home-messagebox-left-col-desktop {
/*		
		height: 62vh !important;		
*/		
	}	
	.nomination_voting_four_column_blurb_player_button
	{
		width: 32px !important;
		height: 32px !important;
		margin-top: -40px !important;
	}		
}

@media screen and (min-width: 900px) and (max-width: 1099px)
{
	.homepage_wrapper
	{
		margin-top: 62% !important;
	}
	.nomination_voting_four_column_blurb
	{
/*		
		height: 310px !important;
*/		
		height: 250px !important;
	}	
/*	
	.home-messagebox-left-col-mobile {
		display: none !important;		
	}	
*/		
	.nomination_voting_four_column_blurb_player_button
	{
		width: 26px !important;
		height: 26px !important;
		margin-top: -34px !important;
	}
	.nomination_voting_four_column_blurb_finalist
	{
/*		
		height: 330px !important;
*/		
		height: 180px !important;
	}	
}

@media screen and (min-width: 641px) and (max-width: 899px)
{
	.homepage_wrapper
	{
		margin-top: 60% !important;
	}
	.nomination_voting_four_column_blurb
	{
/*		
		height: 260px !important;
*/		
		height: 200px !important;
	}	
	.nomination_voting_four_column_blurb_player_button
	{
		width: 26px !important;
		height: 26px !important;
		margin-top: -34px !important;
	}	
	.nomination_voting_four_column_blurb_finalist
	{
/*		
		height: 330px !important;
*/		
		height: 150px !important;
	}	
}

@media screen and (min-width: 480px) and (max-width: 640px)
{
	.homepage_wrapper
	{
		margin-top: 58% !important;
		padding-left: 10px !important;		
		padding-right: 10px !important;				
	}
	.home-m-wider {
		padding-top: 60px !important;	
	}	
	.nomination_voting_four_column_blurb_player_button
	{
		width: 40px !important;
		height: 40px !important;
		margin-top: -52px !important;
	}		
}

@media screen and (max-width: 479px)
{
	.homepage_wrapper
	{
		margin-top: 56% !important;
		padding-left: 10px !important;		
		padding-right: 10px !important;				
	}
	.nomination_voting_four_column_blurb
	{
/*		
		height: 380px !important;
*/		
		height: 320px !important;
	}		
	.nomination_voting_four_column_blurb_finalist
	{
/*		
		height: 330px !important;
*/		
		height: 400px !important;
	}	
	.home-messagebox-left-col {
/*		
		height: 200px !important;
*/		
	}
	.home-m-wider {
		padding-top: 40px !important;	
	}
	.home-messagebox-parent {
		height: 64vh !important;
	}		
	.home-messagebox-left-col-desktop {
		display: none !important;
	}		
	.home-messagebox-left-col-mobile {
/*		
		height: 34vh !important;
*/		
/*
		height: 34vh !important;
*/
/*
		height: 54vh !important;									
*/		
		height: 100% !important;									
		display: block !important;		
	}			
	.nomination_voting_four_column_blurb_player_button
	{
		width: 40px !important;
		height: 40px !important;
		margin-top: -52px !important;
	}			
}

@media screen and (min-width: 1461px) and (max-width: 1690px)
{
	.home_key_benefits_block_lower_part {
/*		
        margin-top: 80px !important;
*/
		margin-top: 40px !important;		
    }	
}

@media screen and (min-width: 1001px) and (max-width: 1460px)
{
	.home_key_benefits_block_lower_part {
/*		
        margin-top: 80px !important;
*/
		margin-top: 40px !important;		
    }	
	.home_investment_criteria_block_lower_part {
        margin-top: 50px !important;
	}
	.home_investment_criteria_block_lower_part_b {
/*		
        margin-top: 180px !important;
*/		
        margin-top: 80px !important;
	}	
}
@media screen and (max-width: 1000px)
{
	.home_key_benefits_block_lower_part {
/*		
        margin-top: 60px !important;
*/
		margin-top: 24px !important;		
    }	 	
	.home_investment_criteria_block_lower_part {
		margin-top: 30px !important;
	}
	.home_investment_criteria_block_lower_part_b {
		margin-top: 160px !important;
	}	
}
