html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
label,
select,
button,
textarea {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: 1;
    font-size: 13px;
    font-family: "SourceSansPro", "arial", "helvetica", "sans-serif";
    -webkit-appearance: none;
    -moz-appearance: none;
}

input:focus,
select:focus {
    outline: 0;
}

button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {}

input[type=checkbox],
input[type=radio] {
    width: 13px;
    height: 13px;
}

input[type=file] {}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
}

::-webkit-search-decoration {
    display: none;
}

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
    overflow: visible;
    width: auto;
}

::-webkit-file-upload-button {
    padding: 0;
    border: 0;
    background: none;
}

::-webkit-input-placeholder {
    color: #2b2b2b;
    font-weight: 300;
}

:-moz-placeholder {
    color: #2b2b2b;
    font-weight: 300;
}

::-moz-placeholder {
    color: #2b2b2b;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #2b2b2b;
    font-weight: 300;
}

textarea {
    vertical-align: top;
    overflow: auto;
}

select[multiple] {
    vertical-align: top;
}

i {
    font-style: italic;
}

body,
html {
    -webkit-overflow-scroll: touch;
}

body {
    font-family: "SourceSansPro", "arial", "helvetica", "sans-serif";
    color: #2b2b2b;
    background: #FFF3E3;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a,
a:visited {
    color: #B41C0A;
    text-decoration: none;
}

#page {
    position: relative;
}

.col {
    float: left;
}

.col-1-3 {
    width: 33.33%;
    text-align: center;
    margin-bottom: 75px;
}

.col p {
    font-size: 18px;
    line-height: 24px;
}

.ad {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 180px;
    z-index: 2;
    background: url("../2015/image/bk_green_fill.png") #4E975A;
}

.ad-right {
    left: auto;
    right: 0;
}

.ad-inner {
    position: absolute;
    bottom: calc(50% + 52px);
    margin-bottom: -215px;
    left: 0;
    right: 0;
    transition: bottom .3s ease;
}

.ad-inner h3 {
    font-family: "SourceSansPro";
    text-align: center;
    font-size: 20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    font-weight: 700;
    line-height: 26px;
    margin: 0 10px;
    color: #FFF;
}

.clearfix {
    clear: both;
}

.sponsor-img {
    text-align: center;
    margin: 35px 25px 0 25px;
}

.sponsor-img img {
    max-width: 130px;
    max-height: 100px;
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
    -moz-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}

#top-banner .sponsor-img img,
#mobile-banner .sponsor-img img {
    max-width: 100%;
    max-height: 100%;
}

#top-bar {
    position: fixed;
    overflow: hidden;
    width: 100%;
    background: #ECE1CF;
    border-bottom: 1px solid #D1C8B8;
    z-index: 10;
    top: 0;
}

#top-bar.with-stripe {
    position: relative;
    border-bottom: unset;
    overflow: visible;
}

#top-bar .logo {
    margin: 5px 0 0;
    height: 30px;
}

#top-bar .page-title {
    display: inline-block;
    color: #2b2b2b;
    vertical-align: top;
    margin-left: 5px;
    font-family: "SourceSansPro", "arial", "helvetica", "sans-serif";
    font-size: 16px;
    line-height: 40px;
}

.header-left {
    float: left;
    margin-left: 10px;
}

.header-right {
    float: right;
    overflow: hidden;
    margin-right: 10px;
}

.header-stripe {
    clear: both;
    width: 100%;
    height: 50px;
    padding-top: 17px;
    background: #204f27;
    z-index: 12;
}

@supports (position: sticky) {
    .header-stripe {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
}

.header-stripe h2 {
    color: white;
    font-weight: 400;
    text-align: center;
    height: 100%;
}

.header-stripe h2 span {
    height: 100%;
    vertical-align: top;
}

.header-stripe h2 span img {
    height: 36px;
    vertical-align: top;
    margin-top: -10px;
    margin-left: 4px;
}

.header-stripe-fixed {
  position: fixed;
  top: 0;
  visibility: hidden;
}

.header-button {
    float: left;
    padding: 0 10px;
    line-height: 39px;
    opacity: .9;
    cursor: pointer;
}

.header-button:hover {
    opacity: 1;
}

.header-button i {
    color: #2b2b2b;
    margin-right: 5px;
}

.header-button span {
    color: #2b2b2b;
    font-size: 14px;
}

#top-banner,
#mobile-banner {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 10px 0 30px;
    z-index: 2;
}

#mobile-banner {
    display: none;
    padding: 30px 0;
    border-bottom: 2px solid #204F27;
    border-top: 2px solid #204F27;
    margin-bottom: 10px;
    background: url("../2015/image/bk_green_fill.png") #4E975A;
}

#top-banner .sponsor-img,
#mobile-banner .sponsor-img {
    display: inline-block;
    margin: 0 20px;
}

#top-banner .sponsor-img img,
#mobile-banner .sponsor-img img {
    max-height: 80px;
    vertical-align: middle;
}

header {
    position: relative;
    overflow: hidden;
    padding: 30px 20px;
    margin-top: 41px;
    text-align: center;
    background: url("../2015/image/bk_green_fill.png") #4E975A;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    border-bottom: 2px solid #204F27;
    z-index: 2;
}

.header-stripe + header {
    margin-top: 0px;
}

.inner {
    margin: 0 auto;
    max-width: 1024px;
}

header h1 {
    font-family: "SourceSansPro";
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    font-size: 52px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

h1 span {
    color: #204F27;
    font-weight: 600;
    font-size: 66px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
}

header p {
    color: #FFF;
    font-size: 18px;
    line-height: 26px;
}

#cta-btn {
    display: inline-block;
    width: 100%;
    max-width: 430px;
    margin: 40px 0 20px;
    border: 2px solid #FFF;
    border-radius: 3px;
    padding: 20px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background .2s ease;
}

#cta-btn:hover {
    background: #FFF;
}

#cta-btn span {
    font-size: 24px;
    font-weight: 700;
    font-family: "SourceSansPro";
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 1px;
    transition: color .2s ease;
}

#cta-btn:hover span {
    color: #4E975A;
    text-shadow: none;
}

#redir a {
    color: #FFF;
    font-size: 14px;
    padding-bottom: 2px;
    border-bottom: 1px solid #4E975A;
    transition: border .2s ease;
}

#redir a:hover {
    border-bottom: 1px solid #fff;
}

.standard-section.inner {
    max-width: 1064px;
    background: #FFF3E3;
    overflow: hidden;
}

.standard-section h2 {
    font-family: "SourceSansPro";
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 1px;
}

.standard-section h3 {
    font-family: "SourceSansPro";
    font-size: 20px;
    line-height: 24px;
    font-style: italic;
    letter-spacing: 1.2px;
    text-align: center;
    margin: 40px 0 20px;
    padding: 0 10px;
}

#info-section, #talent-detail-section {
    padding-bottom: 50px;
    max-width: 100%;
    position: relative;
    z-index: 5;
}

#talent-detail-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

#talent-detail-section .talent-body,
#talent-detail-section .talent-share {
    max-width: 640px;
    margin: auto;
    border-bottom: none;
    padding: 0 20px;
}

#talent-detail-section .talent-body .byline {
    text-align: center;
    margin: 5px 0 20px;
}

#info-section h2, #talent-detail-section h2 {
    clear: both;
    width: 375px;
    max-width: 90%;
    text-align: center;
    margin: 40px auto 15px;
    border-bottom: 2px solid #D3BFA5;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.info-entry {
    position: relative;
    margin: 0 auto 10px;
    padding: 0 10px;
    max-width: 525px;
}

.info-entry p {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 30px;
}

.info-icon {
    display: inline-block;
    font-size: 28px;
    color: #D3BFA5;
    text-shadow: 1px 1px 0px #FFF;
    line-height: 24px;
    width: 36px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 15px;
}

.separator {
    clear: both;
    height: 25px;
}

.entry-jury {
    width: 50%;
    float: left;
    margin: 25px 0;
    padding: 0 0 0 30px;
    min-height: 150px;
    position: relative;
}

.entry-jury.even {
    padding: 0 30px 0 0;
}

.entry-jury-image {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 30px;
}

.even .entry-jury-image {
    left: auto;
    right: 30px;
}
.entry-jury-image img {
    width: 135px;
    border-radius: 50%;
    border: 1px solid #D3BFA5;
}

.entry-jury-body {
    margin-top: 10px;
    padding: 0 20px 0 155px;
}

.even .entry-jury-body {
    text-align: right;
    padding: 0 155px 0 20px;
}

.entry-jury-body h4 {
    font-family: "SourceSansPro";
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
}

.entry-jury-body p {
    line-height: 24px;
}

#talent-section {
    max-width: 1064px;
}

#talent-header {
    background: #ECE1CF;
    position: relative;
    z-index: 5;
    border-bottom: 1px solid #D1C8B8;
    border-top: 1px solid #D1C8B8;
}

#talent-header h2 {
    font-family: "SourceSansPro";
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 1px;
}

#talent-header .disclaimer {
    font-style: italic;
    font-size: 14px;
    text-align: center;
    line-height: 1.5em;
    max-width: 400px;
    margin: 0px auto;
}

#talent-header .disclaimer.extra-padding {
    margin: 0 auto 20px;
}

#talent-header .talent-share {
    text-align: center;
    margin: 0px auto 30px;
}
#talent-header .talent-share .link-block {
    margin: auto;
}
#talent-menu {
    padding: 0 20px;
    min-height: 50px;
    text-align: center;
    margin-bottom: 50px;
    clear: both;
}

label {
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
    vertical-align: middle;
}

.filter {
    display: inline-block;
    position: relative;
    line-height: 30px;
    margin-top: 20px;
}

.filter.search {
    padding: 0;
}

.filter:hover {
    cursor: pointer;
}

.input-search {
    vertical-align: bottom;
    line-height: 30px;
    width: 100%;
    padding: 0 10px 0 55px;
    font-family: "SourceSansPro", "arial", "helvetica", "sans-serif";
    font-size: 16px;
    color: #2b2b2b;
}

#select-section {
    position: relative;
    font-family: "SourceSansPro";
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    padding: 0 30px 0 10px;
    cursor: pointer;
    background: #ECE1CF;
    border-radius: 2px;
    border: 1px solid #D1C8B8;
}

.select-arrow {
    color: #84765D;
    position: absolute;
    right: 10px;
    bottom: 1px;
}

#talent-section h2,
#talent-header h2 {
    text-align: center;
    margin: 20px 0;
    text-transform: uppercase;
}

#talent-section h2 span,
#talent-header h2 span {
    font-size: 38px;
    font-weight: normal;
}

.talent-entry {
    position: relative;
    clear: both;
    padding: 0 30px 0 165px;
    min-height: 143px;
}

.talent-entry.hidden {
    display: none;
}

.talent-full-image {
    text-align: center;
    width: 100%;
}

.talent-full-image img {
    border-radius: 1000px;
    max-width: 300px;
    border: 1px solid #D3BFA5;
}

.talent-image {
    position: absolute;
    top: 0;
    left: 30px;
    border-radius: 50%;
    width: 135px;
}

.talent-image img {
    border-radius: 50%;
    max-width: 100%;
    max-height: 170px;
    border: 1px solid #D3BFA5;
}

.talent-rank {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    color: #4E975A;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
}

.talent-rank.single {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    background: #4E975A;
    border-radius: 50%;
    top: 105px;
    bottom: auto;
    left: 105px;
    height: 30px;
    width: 30px;
}

.talent-body {
    padding-bottom: 25px;
    min-height: 170px;
    margin: 0 0 35px 50px;
    border-bottom: 1px solid #D5CBBD;
}

.talent-body h4 {
    font-family: "SourceSansPro";
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

.talent-body h4 span {
    font-family: "SourceSansPro", "arial", "helvetica", "sans-serif";
    font-weight: 300;
    font-size: 16px;
}

.talent-body h4 .top-rank {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 22px;
    vertical-align: top;
    margin-left: 8px;
    border: 2px solid #4E985C;
    padding: 0 5px;
    color: #499157;
    border-radius: 4px;
    transition: background .2s ease, color .2s ease;
}

.talent-body h4 .top-rank:hover {
    background: #4E985C;
    color: #FFF;
}

.talent-body .biased {
    display: block;
    font-size: 12px;
    font-style: italic;
    color: #0B7DC7;
    margin: 10px 0;
}

.talent-body .talent-other {
    text-align: left;
    display: block;
    margin: 20px 0;
}

.talent-body .talent-other span {
    color: #4E975A;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    font-weight: 600;
    line-height: 18px;
    display: inline-block;
}

.talent-body .talent-other a span {
    border-bottom: 1px dotted #4e975a;
}

.talent-share h4 {
    margin: 20px 0 10px;
    text-transform: uppercase;
    font-family: "SourceSansPro", "arial", "helvetica", "sans-serif";
    font-weight: bold;
    font-size: 12px;
    color: #666;
}

.talent-share .link {
    display: inline-block;
    margin-right: 20px;
    color: #252423;
}

.talent-share .link .fa {
    color: #FFF;
    display: inline-block;
    width: 26px;
    border-radius: 2px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
}

.talent-share .link-facebook .fa {
    background: #3b5998;
}

.talent-share .link-twitter .fa {
    background: #55acee;
}

.talent-share .link-linkedin .fa {
    background: #0077b5;
}

.talent-share .link-email .fa {
    background: #DA3025;
}

.byline {
    line-height: 22px;
    margin: 5px 0;
    display: block;
    color: #40854b;
}

.fadedBio {
    position: relative;
    max-height: 75px;
    overflow: hidden;
}
.fadedBio:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: transparent; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(255, 243, 227, .5), rgb(255, 243, 227)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(255, 243, 227, .5), rgb(255, 243, 227)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(255, 243, 227, .5), rgb(255, 243, 227)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(255, 243, 227, .5), rgb(255, 243, 227)); /* Standard syntax */
    -webkit-box-shadow: 3px 3px 5px 6px rgba(255, 243, 227, .5);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 3px 3px 5px 6px rgba(255, 243, 227, .5);  /* Firefox 3.5 - 3.6 */
    box-shadow: 3px 3px 5px 6px rgba(255, 243, 227, .5);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    width: 100%;
    height: 50%;
}

.talent-body p {
    line-height: 24px;
}

.talent-button {
    display: none;
}

#talent-bottom {
    margin: 0 auto;
    text-align: center;
}

.bot-btn {
    width: 110px;
    height: 110px;
    display: inline-block;
    border: 2px solid #4E975A;
    border-radius: 50%;
    color: #4E975A;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 110px;
    text-align: center;
    cursor: pointer;
    transition: border .2s ease;
    display: none;
}

.bot-btn:hover {
    border-color: #4E975A;
}

.bot-btn .fa {
    margin-left: 5px;
}

#scroll-top.bot-btn .fa {
    font-weight: bold;
}

#related-section {
    padding: 0 30px 25px;
}

.rel-logo {
    width: 50px;
    float: left;
    margin: 13px 10px 0 0;
}

#related-section h2 {
    font-weight: normal;
    font-size: 24px;
    padding: 15px 0 10px;
    letter-spacing: 0;
    border-bottom: 1px solid #D5CBBD;
}

.row {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
    float: left;
}

article {
    width: 50%;
    float: left;
    overflow: hidden;
    padding: 0 0 0 15px;
}

article:first-child {
    padding: 0 15px 0 0;
}

article img {
    float: left;
    max-width: 200px;
    margin-right: 20px;
}

article h4 {
    font-family: "SourceSansPro", "arial", "helvetica", "sans-serif";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
    color: #2B2B2B;
}

article span {
    line-height: 20px;
    color: #2B2B2B;
    font-size: 14px;
}

.end {
    margin: 50px auto 60px;
    padding: 0 30px 0 165px;
    text-align: center;
    font-size: 22px;
    color: #D3BFA5;
    text-shadow: 1px 1px 0px #FFF;
}

div.disclaimer-and-credits {
    position: relative;
    font-family: "Source Sans Pro", Arial, sans-serif;
    background: #222;
    padding: 10px 20px;
    font-size: 13px;
    color: #999;
    z-index: 2;
}

div.disclaimer-and-credits ul {
    margin: 0 auto;
    max-width: 1024px;
}

div.disclaimer-and-credits ul li {
    margin: 3px 0;
}

div.disclaimer-and-credits ul li a {
    color: #FFFFFF;
}

footer {
    position: relative;
    overflow: hidden;
    background: #222;
    padding: 15px 20px;
    font-size: 13px;
    color: #999;
    z-index: 2;
}

footer ul,
footer li {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

footer li {
    margin: 3px 0;
    line-height: 18px;
}

footer a,
.footer-note a {
    color: #FFFFFF;
}

.footer-note {
    font-size: 11px;
    line-height: 13px;
    display: block;
    border-top: 1px solid #333;
    clear: both;
    padding-top: 10px;
    margin-top: 15px;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 66;
}

body.modal-open .modal-overlay {
    display: block;
}

.share-container {
    float: right;
    position: relative;
    margin: 48px 10px 0 0;
    background: #FFF;
    padding: 15px;
    border-radius: 2px;
    border: 1px solid #edeeee;
    width: 270px;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}

.share-container:after,
.share-container:before {
    bottom: 100%;
    right: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.share-container:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

.share-container:before {
    border-color: rgba(237, 238, 238, 0);
    border-bottom-color: #edeeee;
    border-width: 9px;
    margin-left: -9px;
}

.share-container h4 {
    font-family: "SourceSansPro", "arial", "helvetica", "sans-serif";
    text-transform: uppercase;
    font-size: 12px;
    color: #666;
    font-weight: bold;
    margin: 0 0 5px 2.5%;
}

.share-buttons {
    overflow: hidden;
}

.button-share {
    display: block;
    float: left;
    width: 45%;
    margin: 8px 2.5%;
    color: #222;
}

.button-share i {
    background: #3b5998;
    color: #FFF;
    display: inline-block;
    width: 26px;
    border-radius: 2px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
}

.button-share.button-twitter i {
    background: #55acee;
}

.button-share.button-linkedin i {
    background: #0077b5;
}

.button-share.button-email i {
    background: #DA3025;
}

.button-share span {
    color: #2b2b2b;
    font-size: 14px;
    margin-left: 5px;
}

#spring-tp {
    height: 0;
    float: left;
}

@media screen and (max-width: 1424px) {
    .ad.ad-right {
        display: none;
        position: static;
    }
    #talent-menu,
    #related-section {
        padding-left: 200px;
    }
    #talent-section {
        padding-left: 180px;
    }
    .talent-body {
        margin-left: 35px;
    }
}

@media screen and (max-width: 1064px) {
    .row {
        margin: 0;
    }
    #related-articles {
        overflow: hidden;
        margin: 10px 0 15px;
    }
    article,
    article:first-child {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #D5CBBD;
    }
    .entry-jury {
        width: 100%;
        max-width: 500px;
        padding: 0 10px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .entry-jury.even {
        padding: 0 10px;
    }
    .entry-jury-image {
        left: 10px;
    }
    .even .entry-jury-image {
        right: auto;
        left: 10px;
    }
    .entry-jury-body {
        padding: 0 0 0 157px;
    }
    .even .entry-jury-body {
        text-align: left;
        padding: 0 0 0 157px;
    }
    #top-banner .sponsor-img,
    #mobile-banner .sponsor-img {
        max-width: 27%;
        margin: 0 2.5% 0 2.5%;
    }
    #top-banner .sponsor-img img,
    #mobile-banner .sponsor-img img {
        max-width: 100%;
        max-height: 54px;
    }
}

@media screen and (max-width: 750px) {
    .ad-left {
        display: none;
        position: static;
    }
    .standard-section.inner,
    #talent-section,
    #menu-section {
        padding-left: 0;
    }
    header {
        padding-left: 20px;
    }
    #talent-menu {
        padding: 0 10px;
    }
    #mobile-banner {
        display: block;
    }
    #related-section {
        padding: 0 10px 25px;
    }
}

@media screen and (max-width: 600px) {
    header h1 {
        font-size: 44px;
    }
    header h1 span {
        font-size: 56px;
    }
    .talent-body h4 .top-rank {
        display: block;
        margin: 10px auto 7px;
        max-width: 200px;
    }
    .talent-rank {
        top: auto;
        bottom: 101%;
    }
    .talent-entry {
        padding: 0 10px;
        border-bottom: 1px solid #D5CBBD;
        margin-bottom: 50px;
    }
    .talent-image {
        position: relative;
        left: 0;
        margin: 0 auto 15px;
    }
    .talent-body {
        margin: 0;
        border-bottom: none;
        padding-bottom: 0;
    }
    .talent-button {
        display: block;
        padding: 20px 10px 30px;
    }

    .talent-button a {
        display: block;
        background: #B41C0A;
        padding: 10px 20px;
        border-radius: 4px;
        margin: 0 auto;
        color: #FFF;
        max-width: 160px;
        text-align: center;
    }
    .talent-body h4,
    .byline {
        text-align: center;
    }
    .talent-body p {
        font-size: 14px;
        line-height: 22px;
    }
    .info-entry {
        padding-left: 50px;
    }
    .info-icon {
        position: absolute;
        top: 0;
        left: 10px;
    }
    #talent-bottom {
        text-align: center;
        overflow: hidden;
    }
    footer ul {
        width: 100%;
    }
    .end {
        padding: 0 10px;
    }
}

@media screen and (max-width: 500px) {
    .entry-jury-body {
        margin-top: 0;
    }
    .bot-btn {
        width: 33.33%;
        float: left;
        margin: 0;
    }
    article img {
        float: none;
        display: block;
        margin: 0 auto 5px;
        max-width: 100%;
    }
    header h1 {
        font-size: 36px;
        letter-spacing: 0;
    }
    header h1 span {
        font-size: 44px;
        letter-spacing: 0;
    }
    header p {
        font-size: 16px;
    }
    header br {
        display: none;
    }
    #cta-btn {
        margin-top: 30px;
    }
    #cta-btn span {
        font-size: 22px;
    }
    #info-section h2, #talent-detail-section h2 {
        font-size: 24px;
    }
    .standard-section h3 {
        margin-top: 20px;
    }
    .entry-jury-image {
        position: static;
        margin-bottom: 10px;
    }
    .entry-jury-image img {
        display: block;
        margin: 0 auto;
    }
    .entry-jury-body,
    .even .entry-jury-body {
        padding: 0;
        text-align: center;
    }
    .info-icon {
        line-height: 22px;
        height: 22px;
        font-size: 22px;
        top: 50%;
        margin-top: -11px;
    }
    .info-entry p {
        font-size: 17px;
        line-height: 22px;
    }

    #talent-detail-section .link-block {
        display: block;
        width: 100%;
    }
    #talent-detail-section .link-block .link {
        margin-bottom: 20px;
        width: 100px;
    }
    #talent-detail-section .link-block .link:nth-child(even) {
        float: right;
    }
}

@media screen and (max-width: 400px) {
    header h1 {
        font-size: 28px;
    }
    header h1 span {
        font-size: 38px;
    }
    .mobile-hide {
        display: none;
    }
    #talent-header h2 {
        margin: 15px 0;
        font-size: 28px;
    }
    #talent-header h2 span {
        font-size: 34px;
    }
}
