/* BODY */
body { background: #fff; color: #666; font-family: 'Lato', sans-serif; font-size: 14px; }
section, header, footer, nav, article { display: block; }
a { color: #ff921e; cursor: pointer; text-decoration: underline; }
.click { cursor: pointer; }
.lowercase, .lowercase * { text-transform: none !important; }
.hide { display: none !important; }

/* IMG */
.image { display: block; overflow: hidden; position: relative; }
.image img { border: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; margin: 0;  }

/* TEXT */
h1 { color: #333; font-family: 'Cabin', sans-serif; font-size: 20px; font-weight: normal; letter-spacing: 0.04em; margin: 20px 0 0 0; }
h2 { color: #333; font-size: 14px; letter-spacing: 0.04em; line-height: 1.5em; margin: 20px 0 0 0; text-transform: uppercase; }
h2 em { text-transform: none; }
p { font-size: 14px; line-height: 1.5em; margin: 20px 0 0 0; }
p a:not(.text-button):hover { color: #333; }
ul { margin: 20px 0 0 0; padding: 0; }
ul li { font-size: 14px; line-height: 1.5em; list-style-type: none; margin: 0; padding: 0; }
ul li { font-size: 14px; line-height: 1.5em; list-style-type: none; margin: 0; padding: 0; }
ul ul { margin-top: 0; }
strong { color: #333; }
.child-p-sibling p { margin-top: 0 !important; }
.child-ul-sibling ul { margin-top: 0; }
.child-li-orphan ul { margin-top: 0; }
.child-li-orphan li { margin-top: 20px; }
.child-a-normal p a:hover, .child-a-normal li a:hover { color: #333; }
.text-em { color: #ff921e; }

.text-button { cursor: pointer; }
.text-button.normal { background-color: transparent; border: 2px solid #ff921e; border-radius: 3px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; color: #ff921e; display: inline-block; font-size: 12px; font-weight: bold; letter-spacing: 0.04em; line-height: 20px; margin: 20px 0 0 0; padding: 5px 15px; text-align: center; text-decoration: none; text-transform: uppercase; }
.text-button.normal.large { font-size: 24px; font-weight: normal; letter-spacing: 0.04em; line-height: 40px; padding: 5px 20px;  }
input[type=submit].text-button.normal { height: 34px; }
.text-button.normal:hover { background: #ff921e; color: #fff; }
.text-link.normal { border-bottom: 3px solid #ff921e; display: inline-block; font-size: 14px; font-weight: bold; letter-spacing: 0.02em; line-height: 20px; margin: 20px 0 0 0; padding: 0 0 4px 0; text-decoration: none; text-transform: uppercase; }
.text-link.normal:hover { border-bottom-color: #333; color: #333; }
.text-link.normal.small { font-size: 12px; }


.text-button.normalinvert { background-color: #fff; border: 2px solid #ff921e; border-radius: 3px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; color: #ff921e; display: inline-block; font-size: 12px; font-weight: bold; letter-spacing: 0.04em; line-height: 20px; margin: 20px 0 0 0; padding: 5px 15px; text-align: center; text-decoration: none; text-transform: uppercase; }
input[type=submit].text-button.normalinvert { height: 34px; }
.text-button.normalinvert:hover { background: transparent; color: #fff; }
.text-link.normalinvert { border-bottom: 3px solid #ff921e; display: inline-block; font-size: 14px; font-weight: bold; letter-spacing: 0.02em; line-height: 20px; margin: 20px 0 0 0; padding: 0 0 4px 0; text-decoration: none; text-transform: uppercase; }
.text-link.normalinvert:hover { border-bottom-color: #333; color: #333; }
.text-link.normalinvert.small { font-size: 12px; }


/* FIELD */
.field.normal { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 10px 0 0 0; position: relative; width: 100%; }
.field.normal input[type=text]::-webkit-input-placeholder { color: #666; opacity: 1; text-transform: uppercase; }
.field.normal input[type=email]::-webkit-input-placeholder { color: #666; opacity: 1; text-transform: uppercase; }
.field.normal textarea::-webkit-input-placeholder { color: #666; opacity: 1; text-transform: uppercase; }
.field.normal input[type=text]::-moz-placeholder { color: #666; opacity: 1; text-transform: uppercase; }
.field.normal input[type=email]::-moz-placeholder { color: #666; opacity: 1; text-transform: uppercase; }
.field.normal textarea::-moz-placeholder { color: #666; opacity: 1; text-transform: uppercase;  }
.field.normal input[type=text]:-ms-input-placeholder { color: #666; opacity: 1; text-transform: uppercase; }
.field.normal input[type=email]:-ms-input-placeholder { color: #666; opacity: 1; text-transform: uppercase; }
.field.normal textarea:-ms-input-placeholder { color: #666; opacity: 1; text-transform: uppercase; }
.field.normal input[type=text], .field.normal textarea, .field.normal select ,.field.normal input[type=email]{ background: #fff; border: 2px solid #b3b3b3; border-radius: 3px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; color: #666; font-family: 'Lato', sans-serif; font-size: 12px; height: 34px; padding: 5px 10px; width: 100%; }
.field.normal textarea.large { height: 180px; }
.field.normal input[type=submit].text-button.normal { margin-top: 0; }
.field.orphan { margin-top: 20px; }
.field.narrow { margin-left: auto; margin-right: auto; max-width: 400px; }

.field-select select::-ms-expand { display: none; }
.field-select select { -moz-appearance: none; -webkit-appearance: none; appearance: none; padding-right: 30px; text-indent: 1px; text-overflow: ''; }
.field-select:after { background: transparent url(../images/asset/field-select.png) no-repeat 50% 50%; content: ''; cursor: pointer; height: 34px; pointer-events: none; position: absolute; right: 0; top: 0; width: 34px; }

.field-textbutton.normal { padding: 0 90px 0 0; }
/* .field-textbutton.normal input[type=text]  { background: #f3f3f3; border-color: #f3f3f3; } */
.field-textbutton.normal input[type=submit] { padding: 5px 0; position: absolute; right: 0; top: 0; width: 80px; }

.field-ext { padding: 0 90px 0 0; }
.field-ext input + input { position: absolute; right: 0; top: 0; width: 80px !important; }

.field-icon input[type=text] { padding-left: 32px !important; }
.field-icon:after { background-color: transparent; background-position: 50% 50%; background-repeat: no-repeat; content: ''; display: block; height: 34px; left: 0; position: absolute; top: 0; width: 34px; }
.field-icon.field-search:after { background-image: url(../images/asset/field-search.png); }

.field-radio { font-size: 0; margin: 0; text-align: center; }
.field-radio ul { list-style-type: none; margin: 0; padding: 0; }
.field-radio li { cursor: pointer; display: inline-block; font-size: 14px; line-height: 20px; list-style-type: none; margin: 10px 10px 0 10px; padding: 0 0 0 25px; position: relative; }
.field-radio li:before { background: transparent url(../images/asset/field-radio.png) no-repeat 50% 0; content: ''; display: block; height: 20px; left: 0; position: absolute; top: 0; width: 20px; }
.field-radio li.active:before { background-position: 50% 100%; }
.field-radio input[type=radio] { display: none; }

.text-error { color: #c00; margin: 5px 0 0 0 !important; padding: 0 0 0 25px; position: relative; text-align: left; }
.text-error:before { background: #c00 url(../images/asset/field-error.png) no-repeat 50% 50%; border-radius: 10px; content: ''; display: block; height: 20px; left: 0; position: absolute; top: 0; width: 20px; }
.row-radio .text-error { display: inline-block; width: auto; }
:invalid { box-shadow: none; }
.label { display: block; font-size: 14px; }
.label.before { margin: 10px 0 -5px 0; width: 100%; }
.field.width-50 { display: inline-block; width: 50%; }
.field.width-25 { display: inline-block; min-width: 80px; width: 25%; }
.field.first { padding-right: 5px; }
.field.last { padding-left: 5px; }

/* MENU */
.menu { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; list-style-type: none; margin: 0; overflow: hidden; padding: 0; position: relative;  }
.menu li, .menu dt, .menu dd { background: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: normal; list-style-type: none; margin: 0; overflow: hidden; padding: 0; position: relative; }

/* ROW */
.row { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; list-style-type: none; margin: 0; overflow: hidden; padding: 0; position: relative; width: 100%; }
.row > li { background: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: normal; list-style-type: none; margin: 0; overflow: hidden; padding: 0; position: relative; }
.row.narrow { margin-left: auto; margin-right: auto; max-width: 1200px; }
.row.xnarrow { margin-left: auto; margin-right: auto; max-width: 800px; }

.row-title { font-size: 0; text-align: left; }
.row-title h1 { position: relative; }
.row-title.xlarge:not(.plain) h1 { font-size: 32px; }
.row-title.plain h1 { font-family: 'Lato', sans-serif; font-size: 14px; font-weight: bold; line-height: 1.5em; text-transform: uppercase; }
.row-title.large.plain h1 { font-size: 20px; }
.row-title.xlarge.plain h1 { font-size: 28px; }
.row-title.border-bottom h1 { border-bottom: 1px solid #e6e6e6; padding-bottom: 20px; }
.row-title.border-bottom.plain.align-center.inline h1 { border-bottom: none; padding-bottom: 21px; }
.row-title.border-bottom.plain.align-center.inline h1:after { background: #e6e6e6; bottom: 0; content: ''; height: 1px; left: 50%; position: absolute; margin: 0 0 0 -60px; width: 120px; }
.row-title.border-top h1 { border-top: 1px solid #e6e6e6; padding-top: 20px; }
.row-title.background-color { background: #ff921e; color: #fff; display: block; margin: 0; max-width: none !important; padding: 0 20px 20px 20px; position: relative; text-align: center; width: 100%; }
.row-title.background-color h1 { color: #fff; display: block; margin-left: auto; margin-right: auto; max-width: 1160px; text-align: center; width: 100%; }
.row-title.background-color.inline { background: none; color: #fff; padding: 0; }
.row-title.background-color.inline h1 { background: #ff921e; display: inline-block; padding: 15px 30px !important; width: auto; }
.row-title.background-color.inline.border-bottom:before { background: #e6e6e6; content: ''; bottom: 0; display: block; height: 1px; left: 0; position: absolute; width: 100%; }
.row-title.background-color.inline.border-bottom h1 { border-bottom: none !important; }
.row-title.background-tint { background: #f3f3f3; color: #fff; display: block; margin: 0; max-width: none !important; padding: 0 20px 20px 20px; position: relative; text-align: center; width: 100%; }
.row-title.background-tint h1 { display: block; margin-left: auto; margin-right: auto; max-width: 1160px; text-align: center; width: 100%; }
.row-title.background-tint.inline { background: none !important; padding: 0; }
.row-title.background-tint.inline h1 { background: #f3f3f3; display: inline-block; padding: 15px 30px !important; width: auto; }
.row-title.background-tint.inline.border-bottom h1 { border-bottom: none !important; }
.row-title.background-tint.inline.border-bottom { border-bottom: 1px solid #e6e6e6; }


.row-title.inline h1 { display: inline-block; padding-right: 10px; }
.row-title.align-center { text-align: center; }
.row-title.normal { text-align: center; }
.row-title.align-center.inline h1 { padding-right: 0; }
.row-title.align-center.inline.border-top h1 { padding-left: 20px; padding-right: 20px; }
.row-title.block-bottom h1 { padding-bottom: 35px; }
.row-title.block-bottom h1:before { background: #ff921e; bottom: 0; content: ''; height: 10px; left: 50%; position: absolute; margin: 0 0 0 -60px; width: 120px; }
.row-title.block-bottom.border-bottom h1:before { bottom: -1px; }
.row-title.block-top h1 { padding-top: 30px; }
.row-title.block-top h1:before { background: #ff921e; content: ''; height: 10px; left: 50%; position: absolute; margin: 0 0 0 -60px; top: 0; width: 120px; }
.row-title.block-top.border-top h1:before { top: -1px; }

.row-title.icon-top h1 { padding-top: 100px; }
.row-title.icon-top h1:before { background-color: transparent; background-position: 50% 50%; background-repeat: no-repeat;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border: 2px solid #ff921e; border-radius: 50%; content: ''; display: block; height: 80px; left: 50%; margin: 0 0 0 -40px; position: absolute; top: 0; width: 80px; }
.row-title.icon-top.icon-attendee h1:before { background-image: url(../images/asset/title-attendee.png); }
.row-title.icon-top.icon-company h1:before { background-image: url(../images/asset/title-company.png); }
.row-title.icon-top.icon-develop h1:before { background-image: url(../images/asset/title-develop.png); }
.row-title.icon-top.icon-history h1:before { background-image: url(../images/asset/title-history.png); }
.row-title.icon-top.icon-inspire h1:before { background-image: url(../images/asset/title-inspire.png); }
.row-title.icon-top.icon-invest h1:before { background-image: url(../images/asset/title-invest.png); }
.row-title.icon-top.icon-mission h1:before { background-image: url(../images/asset/title-mission.png); }
.row-title.icon-top.icon-money h1:before { background-image: url(../images/asset/title-money.png); }
.row-title.icon-top.icon-pledge h1:before { background-image: url(../images/asset/title-pledge.png); }
.row-title.icon-top.icon-promote h1:before { background-image: url(../images/asset/title-promote.png); }
.row-title.icon-top.icon-speaker h1:before { background-image: url(../images/asset/title-speaker.png); }

.row-title.narrow { padding-left: 20px; padding-right: 20px; }

.row-field.orphan { padding: 20px 0; }

.row-submit { text-align: center; }
.row-submit .text-button, .row-submit .text-link { margin-left: 20px; margin-right: 20px; }

/* ARTICLE */
.article { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 14px; display: block; overflow: hidden; position: relative; vertical-align: top; text-align: left; width: 100%; }
.article.normal { padding: 20px 40px 40px 40px; }
.article.narrow { margin-left: auto; margin-right: auto; max-width: 1200px; }
.article.xnarrow { margin-left: auto; margin-right: auto; max-width: 800px; }

.content.orphan { margin: 20px 0; }
.content.xorphan { margin: 20px 0; }
.content.orphan-before { margin-top: 20px; }
.content.orphan-after { margin-bottom: 20px; }
.content.background-tint.orphan-after { border-bottom: 20px solid #f3f3f3; margin-bottom: 0; }
.content.sibling { margin-top: -40px; }
.content.background-tint { background: #f3f3f3 !important; }
.content.background-shade { background: #e6e6e6 !important; }
.content.background-tint .row-title.block-top h1 { margin-top: 0; }

.content-aboutcolumn { padding: 40px 0; }
.content-aboutcolumn .article { padding: 0 40px; text-align: center; }

.content-color { background: #ff921e !important; }
.content-color .article { color: #fff; text-align: center; }
.content-color .article .row-title h1 { color: #fff; }
.content-color .article .row-title h1 em { display: block; font-family: 'Lato', sans-serif; font-size: 14px; font-weight: normal; margin: 10px 0 0 0;  }
.content-color .article h2 { color: #fff; }
.content-color .article .text-button.normal { border-color: #fff; color: #fff; }
.content-color .article .text-button.normal:hover { background: #fff; color: #ff921e; }
.content-color .article .text-link.normal { border-color: #fff; color: #fff; }
.content-color .article .text-link.normal:hover { border-color: #333; color: #333; }
.content-color .article form { display: block; margin: 30px auto 0 auto; max-width: 600px; width: 100%; }
.content-color .article .field.normal input[type=text]::-webkit-input-placeholder { color: #fff; font-style: italic; text-transform: none; }
.content-color .article .field.normal textarea::-webkit-input-placeholder { color: #fff; font-style: italic; text-transform: none; }
.content-color .article .field.normal input[type=text]::-moz-placeholder { color: #fff; font-style: italic; text-transform: none; }
.content-color .article .field.normal textarea::-moz-placeholder { color: #fff; font-style: italic; text-transform: none; }
.content-color .article .field.normal input[type=text]:-ms-input-placeholder { color: #fff; font-style: italic; text-transform: none; }
.content-color .article .field.normal textarea:-ms-input-placeholder { color: #fff; font-style: italic; text-transform: none; }
.content-color .article .field.normal input[type=text] { background: rgba(255,255,255,0.2); border: none; color: #fff; }

.content-column { padding: 20px 0 40px 0; }
.content-column .article { padding: 0 40px; }

.content-conferencecolumn { padding: 20px 0 40px 0; }
.content-conferencecolumn .article { padding: 0 40px; }
.content-conferencecolumn.child-3 .article.nth-3 { text-align: center; }

.content-contactcolumn { padding: 40px 0; }
.content-contactcolumn .section-page:before { background: #e6e6e6; content: ''; display: block; height: 1px; position: absolute; right: 40px; top: 0; width: 85%; }
.content-contactcolumn .section-page:after { background: #ff921e; content: ''; display: block; height: 10px; left: 40px; position: absolute; top: 0; width: 180px; }
.content-contactcolumn .article { padding: 0 40px; text-align: left !important; }
.content-contactcolumn .article h2 { text-transform: none; }
.content-contactcolumn .article p { margin: 0; }
.content-contactcolumn .article a { color: #666; text-decoration: none; }
.content-contactcolumn .article a:hover { text-decoration: underline; }
.content-contactcolumn .article.nth-1 { display: inline-block; width: 40%; }
.content-contactcolumn .article.nth-2 { display: inline-block; margin: 10px 0 0 0; width: 60%; }
.content-contactcolumn .article.nth-2 .field-textbutton { margin-top: 60px; }

.content-countdown { background: #ff921e !important; }
.content-imagehero + .content-countdown { margin-top: -10px; }
.content-countdown .article { font-size: 0; text-align: center; width: 100%; }
.content-countdown .row-list { display: inline-block; margin: 0; }
.content-countdown .row-list li { background: rgba(255,255,255,0.1); border-right: 1px solid rgba(255,255,255,0.2); color: #fff; display: inline-block; font-size: 12px; font-weight: bold; height: 70px; letter-spacing: 0.04em; text-align: center; text-transform: uppercase; width: 70px; }
.content-countdown .row-list li:first-child { border-left: 1px solid rgba(255,255,255,0.2); }
.content-countdown .row-list li strong { color: #fff; display: block; font-size: 24px; font-weight: normal; padding: 15px 0 10px 0; }

.content-definition .row-title:before { background: #e6e6e6; content: ''; height: 1px; left: 0; position: absolute; top: 29px; width: 100%; }
.content-definition .row-title h1 { padding: 40px 0 0 0; }
.content-definition .row-title h1:before { background: #ff921e; content: ''; height: 10px; left: 0; position: absolute; top: 0; width: 120px; }

.content-donateform { font-size: 0; text-align: center; }
.content-donateform .row-list { position: relative; width: 100%; }
.content-donateform .row-list:before { background: #fff; bottom: 10px; content: ''; height: 100%; left: 0; position: absolute; width: 100%; }
.content-donateform .row-list li { background: #fff; color: #ccc; display: inline-block; font-family: 'Cabin', sans-serif; font-size: 20px; line-height: 30px; margin: 0 20px; padding: 0 0 15px 0; min-width: 160px; vertical-align: top; }
.content-donateform .row-list li.active { border-bottom: 10px solid #ff921e; color: #333;  }
.content-donateform .article.normal { font-size: 0; text-align: center; }
.content-donateform .row-form { display: inline-block; max-width: 400px; padding: 0 20px; text-align: left; vertical-align: top; }
.content-donateform .row-form p:first-child { margin-top: 15px; }
.content-donateform .field:not(.orphan) { margin-top: 10px; }
.content-donateform .row-text { display: block; margin: 0 auto; max-width: 520px; }
.content-donateform .row-text h2 { letter-spacing: normal; text-transform: none; }
.content-donateform .row-text h2 + p { margin-top: 0; }
.content-donateform .row-title { text-align: center; }
.content-donateform .row-title h1 { border-bottom: 1px solid #ccc; font-family: 'Lato', sans-serif; font-size: 14px; font-weight: bold !important; letter-spacing: normal; margin: 60px 0 40px 0; padding: 0 0 20px 0; text-align: center; }
.content-donateform .row-radio { padding: 50px 0 0 0; }
.content-donateform .row-submit { padding: 50px 0 20px 0; }

.content-fieldcolumn { padding: 20px 0 40px 0; }
.content-fieldcolumn .article { padding: 0 40px; text-align: center; }
.content-fieldcolumn p { font-size: 16px; color: #333; }

.content-eventcolumn .article.nth-3 { padding-top: 20px; padding-bottom: 40px; }
.content-eventcolumn .article.nth-3 .row-list { border-top: 1px solid #e6e6e6; margin: 20px 0 0 0; }
.content-eventcolumn .article.nth-3 .row-list li { border-bottom: 1px solid #e6e6e6; line-height: 20px; padding: 20px; }
.content-eventcolumn .article.nth-3 .row-list .text-date { float: left; font-style: italic; padding: 0 10px 0 0; width: 33%; }
.content-eventcolumn .article.nth-3 .row-list li.active .text-date { color: #ff921e; }
.content-eventcolumn .article.nth-3 .row-list .text-location { float: left; padding: 0 10px 0 0; }
.content-eventcolumn .article.nth-3 .row-list .text-button { background: #999; border-radius: 3px; color: #fff; float: right; font-size: 11px; line-height: 20px; text-align: center; text-decoration: none; text-transform: uppercase; width: 80px; }
.content-eventcolumn .article.nth-3 .row-list li.active .text-button { background: #333; }
.content-eventcolumn .article.nth-3 .row-list .text-button:hover { background: #ff921e !important; }

.content-eventhero { padding-top: 20px; font-size: 0; }
.content-eventhero .section-page > .row-title .image { border-top: 10px solid #ff921e; display: block; width: 100%; }
.content-eventhero .section-page > .row-title .image img { display: block; width: 100%; }

.content-iconcolumn .row-title h2 { margin: 5px 0 0 0; padding: 0 0 20px 0; text-transform: none; }
.content-iconcolumn .row-title h2:after { background: #e6e6e6; bottom: 0; content: ''; display: block; height: 1px; left: 50%; margin: 0 0 0 -80px; position: absolute; width: 160px; }
.content-iconcolumn .row-title + h2 { padding-top: 20px; position: relative; }
.content-iconcolumn .row-title + h2:before { background: #ff921e;  content: ''; display: block; height: 1px; left: 50%; margin: 0 0 0 -40px; position: absolute;top: 0; width: 80px; }
.content-iconcolumn .article.normal { text-align: center; }

.content-imagehero { border-bottom: 10px solid #ff921e; }
.content + .content-imagehero { border-bottom: none; }
.content-imagehero .section-page { overflow: visible; }
.content-imagehero .article + .article { position: absolute; top: 0; }
.content-imagehero .article:nth-child(2) { left: 100%; }
.content-imagehero .article:nth-child(3) { left: 200%; }
.content-imagehero .article:nth-child(4) { left: 300%; }
.content-imagehero .article:nth-child(5) { left: 400%; }
.content-imagehero .article:nth-child(6) { left: 500%; }
.content-imagehero .article:nth-child(7) { left: 600%; }
.content-imagehero .article:nth-child(8) { left: 700%; }
.content-imagehero .article:nth-child(9) { left: 800%; }
.content-imagehero .article .image { width: 100%; }
.content-imagehero .article .image img { position: relative; width: 100%; }
.content-imagehero .article .image .text-caption { color: #fff; float: left; font-style: italic; margin: 0; position: absolute; }
.content-imagehero .article .image .text-caption.position-bottom { bottom: 20px; }
.content-imagehero .article .image .text-caption.position-top { top: 20px; }
.content-imagehero .article .image .text-caption.position-left { left: 40px; text-align: left; }
.content-imagehero .article .image .text-caption.position-right { right: 40px; text-align: right; }

.content-imagehero .article .row-text { font-size: 14px; left: 50%; margin-left: -300px; max-width: 600px; padding: 0 20px 20px 20px; position: absolute; text-align: center; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 100%; }
.content-imagehero .article .row-text .text-logo { margin: 20px auto 0 auto; }
.content-imagehero .article .row-text h1 { color: #fff; font-size: 32px; }
.content-imagehero .article .row-text p { color: #fff; letter-spacing: 0.04em; }
.content-imagehero .article .text-button.normal { background: none; border-color: #fff; margin: 20px auto 0 auto; }
.content-imagehero .article .text-button.normal:hover { background: #fff; color: #ff921e !important; }
.content-imagehero > .text-button { background: rgba(255,255,255,0.2) url(../images/asset/imagehero-button.png) no-repeat 0 0; display: block; font-size: 0; height: 50px; margin: -25px 0 0 0; overflow: hidden; position: absolute; text-indent: -1000px; top: 50%; width: 30px; z-index: 2; }
.content-imagehero > .text-button:hover { background-color: rgba(255,255,255,0.4); }
.content-imagehero > .text-prev { background-position: 0 0; left: 40px; }
.content-imagehero > .text-prev:hover { background-position: 0 100%; }
.content-imagehero > .text-next { background-position: 100% 0; right: 40px; }
.content-imagehero > .text-next:hover { background-position: 100% 100%; }
.content-imagehero .menu-nav { bottom: 20px; display: block; font-size: 0; left: 0; position: absolute; text-align: center; width: 100%; }
.content-imagehero .menu-nav li { cursor: pointer; display: inline-block; font-size: 0; height: 20px; overflow: hidden; text-indent: -1000px; width: 20px;  }
.content-imagehero .menu-nav li:after { border: 2px solid #fff; border-radius: 50%; content: ''; display: block; height: 8px; margin: 4px auto 0 auto; width: 8px; }
.content-imagehero .menu-nav li:hover:after { background: #fff; }
.content-imagehero .menu-nav li.active:after { background: #fff; border: none; margin-top: 6px; }

.content-institutionlist .article { text-align: center; font-size: 0; }
.content-institutionlist .article .row-list { margin: 0 auto; padding: 30px; }
.content-institutionlist .article .row-list li { display: inline-block; margin: 0; max-width: 240px; padding: 10px; width: 20%; }
.content-institutionlist .article .row-list .image { background: #fff; display: block; padding: 100% 0 0 0; width: 100%; }
.content-institutionlist .article .row-list .image img { display: block; filter: gray; filter: grayscale(1); -webkit-filter: grayscale(1); max-height: 100%; max-width: 100%; padding: 40px 20px; position: absolute; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }

.content-locationcolumn .article.nth-2 { padding: 20px 80px 40px 80px; }
.content-locationcolumn h1 { font-family: 'Lato', sans-serif; font-size: 18px; font-weight: bold; text-transform: uppercase; }
.content-locationcolumn .row-map { padding: 50% 0 0 0; width: 100%; }
.content-locationcolumn .row-map iframe { background: #ccc; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

.content-mediahero { padding: 40px 0 0 0; }
.content-mediahero .section-media { background: #000; padding: 56.25% 0 0 0; }
.content-mediahero .article-media { background: #000; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.content-mediahero .article-media .image { width: 100%; }
.content-mediahero .article-media .image img { width: 100%; }
.content-mediahero .article-media .row-text { font-size: 14px; left: 50%; margin-left: -300px; max-width: 600px; padding: 0 20px 20px 20px; position: absolute; text-align: center; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 100%; }
.content-mediahero .article-media .row-text h1 { color: #fff; font-size: 32px; }
.content-mediahero .article-media .row-text h2 { color: #fff; font-family: 'Lato', sans-serif; font-size: 20px; font-style: italic; font-weight: normal; line-height: normal; text-transform: none; }
.content-mediahero .article-media .row-text p { color: #fff; font-style: italic; }
.content-mediahero .article-media .row-text p + p { margin: 0; }
.content-mediahero .article-media .row-text .text-button { background: transparent url(../images/asset/videohero-button.png) no-repeat 50% 50%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border: 2px solid #fff; border-radius: 50%; display: block; font-size: 0; height: 80px; margin: 20px auto 0 auto; overflow: hidden; text-indent: -1000px; width: 80px; }
.content-mediahero .article-media .row-video { background: #000; display: block; display: none; height: 100%; left: 0; overflow: visible; position: absolute; top: 0; width: 100%; }
.content-mediahero .article-media .row-video iframe { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

.content-mediahero .article-title { background: #333; padding: 0 50px; }
.content-mediahero .article-title h1 { color: #fff; font-family: 'Lato', sans-serif; font-size: 14px; font-weight: bold; line-height: 20px; margin: 0; padding: 15px 0 15px 60px; position: relative; }
.content-mediahero .article-title h1:before { background: transparent url(../images/asset/mediahero-title.png) no-repeat 50% 50%; border-bottom: 5px solid #ff921e; content: ''; display: block; height: 50px; left: 0; position: absolute; top: 0; width: 50px; }
.content-mediahero .article-list { background: #f3f3f3; padding: 40px 50px; }
.content-mediahero .article-list:before { background: #f3f3f3; content: ''; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 60px; z-index: 2; }
.content-mediahero .article-list:after { background: #f3f3f3; content: ''; display: block; height: 100%; position: absolute; right: 0; top: 0; width: 60px; z-index: 2; }
.content-mediahero .article-list .row-list { display: block; font-size: 0; overflow: hidden; text-align: center; white-space: nowrap;  }
.content-mediahero .article-list .row-list li { display: inline-block; font-size: 14px; margin: 0; padding: 0 10px; text-align: center; white-space: normal; width: 33.3%; }
.content-mediahero .article-list .row-list .image { cursor: pointer; display: block; margin: 0; overflow: hidden; width: 100%; }
.content-mediahero .article-list .row-list .image img { width: 100%; }
.content-mediahero .article-list .row-list .image-video:before { background: transparent url(../images/asset/video-button.png) no-repeat 50% 50%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border: 2px solid #fff; border-radius: 50%; content: ''; display: block; height: 60px; left: 50%; margin: -30px 0 0 -30px; position: absolute; top: 50%; width: 60px; z-index: 1; }
.content-mediahero .article-list .row-list li.active .image:after { background: rgba(0,0,0,0.8); content: ''; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; }

.content-mediahero .article-list .text-button { background: #ccc url(../images/asset/mediahero-button.png) no-repeat 0 0; display: block; font-size: 0; height: 40px; margin: -20px 0 0 0; overflow: hidden; position: absolute; text-indent: -1000px; top: 50%; width: 30px; z-index: 3; }
.content-mediahero .article-list .text-button:hover { background-color: #999; }
.content-mediahero .article-list .text-prev { background-position: 0 0; left: 0; }
.content-mediahero .article-list .text-next { background-position: 100% 0; right: 0; }

.content-menurow.align-bottom.background-tint { background: #fff !important; }
.content-menurow.align-bottom.background-tint + .content.sibling { margin-top: 0 !important; }

.content-newshero { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto; padding: 40px; }
.content-newshero .article { font-size: 0; margin: 0 auto; max-width: 1000px; padding: 10px 0 0 0; }
.content-newshero .article:before { background: #e6e6e6; content: ''; display: block; height: 1px; left: 0; position: absolute; top: 9px; width: 100%; }
.content-newshero .article:after { background: #ff921e; content: ''; display: block; height: 10px; left: 0; position: absolute; top: 0; width: 160px; }
.content-newshero .row-image { display: inline-block; padding: 0 80px 0 0; vertical-align: top; width: 33.3%; }
.content-newshero .image { display: block; margin: 20px 0 0 0; width: 100%; }
.content-newshero .image img { display: block; width: 100%; }
.content-newshero .row-title { display: inline-block; vertical-align: top; width: 66.7%; }
.content-newshero .row-title h2 { text-transform: none; }
.content-newshero .row-title p { margin: 0; }
.content-newshero .row-text { padding: 20px 0 0 33.3%; }
.content-newshero .row-text:before { background: #e6e6e6; content: ''; display: block; height: 1px; width: 100%; }
.content-newshero .row-text .text-link { font-size: 14px; left: 0; position: absolute; top: 40px; }

.content-newslist { padding-bottom: 20px; }
.content-newslist .article .row-list { margin: 40px 0 0 0; width: 100%; }
.content-newslist .article .row-list li { font-size: 0; overflow: hidden; text-align: left; width: 100%; }
.content-newslist .article .row-list li + li { border-top: 1px solid #e6e6e6; margin-top: 40px; padding-top: 40px; }
.content-newslist .article .row-list li a { text-decoration: none; }
.content-newslist .article .row-list li a p { color: #666; }
.content-newslist .article .row-list .image { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; font-size: 0; overflow: hidden; vertical-align: top; width: 300px; }
.content-newslist .article .row-list .image img { border-top: 5px solid #ff921e; display: block; width: 100%; }
.content-newslist .article .row-list .image a { display: block; position: relative; width: 100%; }
.content-newslist .article .row-list .row-title { display: inline-block; padding: 20px 20px 0 40px; vertical-align: top; width: 260px; }
.content-newslist .article .row-list .row-title h1 { border-bottom: 3px solid #ff921e; color: #ff921e; display: inline-block; font-size: 18px; letter-spacing: 0.02em; padding: 70px 0 4px 0; position: relative; }
.content-newslist .article .row-list .row-title h1:before { background: transparent url(../images/asset/title-news.png) no-repeat 0 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; box-shadow: inset 0 0 0 2px #ff921e; border-radius: 50%; content: ''; display: block; height: 50px; left: 0; position: absolute; top: 0; width: 50px; }
.content-newslist .article .row-list li.other .row-title h1:before { background-position: 0 100%; }
.content-newslist .article .row-list .row-title p { margin: 5px 0 0 0; }
.content-newslist .article .row-list .row-text { display: inline-block; padding: 90px 0 0 0; vertical-align: top; width: 300px; }
.content-newslist .article .row-list .row-text a:after { border-bottom: 3px solid #ff921e; color: #ff921e; content: 'Read Full Article'; display: inline-block; font-size: 14px; font-style: italic; line-height: 20px; margin: 5px 0 0 0; padding: 0 0 4px 0; }
.content-newslist .article .row-list li:hover .image a:before { background: rgba(0,0,0,0.8); border-top: 5px solid #ff921e; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; content: ''; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
.content-newslist .article .row-list li:hover .image a:after { color: #fff; content: 'Read Full Article'; display: block; font-size: 14px; font-style: italic; line-height: 20px; left: 0; margin: -10px 0 0 0; position: absolute; text-align: center; top: 50%; width: 100%; z-index: 2; }

.content-newslist .article .row-list li:hover .row-title h1 { border-color: #333; color: #333; }
.content-newslist .article .row-list li:hover .row-title h1:before { background-position: 100% 0; box-shadow: inset 0 0 0 2px #333; }
.content-newslist .article .row-list li.other:hover .row-title h1:before { background-position: 100% 100%; }
.content-newslist .article .row-list li:hover .row-text a:after { border-color: #333; color: #333; }

.content-peoplehero .article { padding: 0 0 20px 0; }
.content-peoplehero .article .row-list { display: block; font-size: 0; overflow: hidden; text-align: center; }
.content-peoplehero .article .row-list li { font-size: 14px; margin: 0; padding: 0 20px; text-align: center; }
.content-peoplehero .article .row-list a { text-decoration: none; }
.content-peoplehero .article .row-list .image { border-radius: 50%; display: block; margin: 20px auto 0 auto; overflow: hidden; width: 220px; }
.content-peoplehero .article .row-list .image img { width: 100%; }
.content-peoplehero .article .row-list p { color: #ff921e; margin: 5px 0 0 0; font-style: italic; }
.content-peoplehero .article .row-list .text-hover { background: rgba(0,0,0,0.6); display: block; display: none; height: 100%; left: 0; position: absolute; text-align: center; top: 0; width: 100%; }
.content-peoplehero .article .row-list .text-hover:after { background: transparent url(../images/asset/peoplehero-hover.png) no-repeat 50% 50%; content: ''; display: block; height: 20px; margin: 5px auto 0 auto; width: 20px; }
.content-peoplehero .article .row-list a:hover .text-hover { display: block; }
.content-peoplehero .article .row-list .text-hover h2 { color: #fff; margin: 90px 0 0 0; }
.content-peoplehero .article .row-list .text-hover p { color: #ff921e; font-style: italic; margin: 5px 0 0 0; }

.content-peoplelist .article { padding: 0 0 20px 0; }
.content-peoplelist .article .row-list { display: block; font-size: 0; overflow: hidden; padding: 0 20px; text-align: center; }
.content-peoplelist .article .row-list li { font-size: 14px; margin: 0; padding: 0 20px; text-align: center; }
.content-peoplelist .article .row-list a { text-decoration: none; }
.content-peoplelist .article .row-list .image { border-radius: 50%; display: block; margin: 20px auto 0 auto; max-width: 220px; overflow: hidden; width: 100%; }
.content-peoplelist .article .row-list .image.square { border-radius: 0;  }
.content-peoplelist .article .row-list .image img { width: 100%; }
.content-peoplelist .article .row-list p { color: #ff921e; margin: 5px 0 0 0; font-style: italic; }

.content-peoplelist .article .row-list a.text-button { background: #ff921e url(../images/asset/peoplelist-button.png) no-repeat 100% 50%; border-radius: 3px; color: #fff; display: inline-block; font-size: 11px; line-height: 26px; margin: 10px auto 0 auto; font-weight: bold; padding: 0 36px 0 10px;  }
.content-peoplelist .article .row-list .text-hover { background: rgba(0,0,0,0.6); display: block; display: none; height: 100%; left: 0; position: absolute; text-align: center; top: 0; width: 100%; }
.content-peoplelist .article .row-list .text-hover:after { background: transparent url(../images/asset/peoplehero-hover.png) no-repeat 50% 50%; content: ''; display: block; height: 20px; margin: 5px auto 0 auto; width: 20px; }
.content-peoplelist .article .row-list a:hover .text-hover { display: block; }
.content-peoplelist .article .row-list .text-hover h2 { color: #fff; margin: 90px 0 0 0; }
.content-peoplelist .article .row-list .text-hover p { color: #ff921e; font-style: italic; margin: 5px 0 0 0; }


.content-plain .article { text-align: center; }
.content-plain .row-title h1 { font-size: 20px; }

.content-quotehero:before { background: transparent url(../images/asset/title-quote.png) no-repeat 50% 50%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border: 2px solid #ff921e; border-radius: 50%; content: ''; display: block; height: 50px; left: 50%; margin: 0 0 0 -25px; position: absolute; top: 40px; width: 50px; }
.content-quotehero .article { padding: 110px 0 80px 0; }
.content-quotehero .article:before { background: #f3f3f3; content: ''; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 80px; z-index: 1; }
.content-quotehero .article:after { background: #f3f3f3; content: ''; display: block; height: 100%; position: absolute; right: 0; top: 0; width: 80px; z-index: 1; }
.content-quotehero .article .row-list { display: block; font-size: 0; overflow: hidden; text-align: center; }
.content-quotehero .article .row-list li { display: inline-block; font-size: 14px; margin: 0; padding: 0 40px; text-align: center; vertical-align: top; width: 100%; }
.content-quotehero .article .row-list p { color: #999; margin: 10px 0 0 0; }
.content-quotehero .article > .text-button { background: transparent url(../images/asset/quotehero-button.png) no-repeat 0 0; display: block; font-size: 0; height: 50px; overflow: hidden; position: absolute; text-indent: -1000px; top: 120px; width: 30px; z-index: 2; }
.content-quotehero .article > .text-prev { background-position: 0 0; left: 40px; }
.content-quotehero .article > .text-prev:hover { background-position: 0 100%; }
.content-quotehero .article > .text-next { background-position: 100% 0; right: 40px; }
.content-quotehero .article > .text-next:hover { background-position: 100% 100%; }
.content-quotehero .article .menu-nav { bottom: 20px; display: block; font-size: 0; left: 0; position: absolute; text-align: center; width: 100%; }
.content-quotehero .article .menu-nav li { cursor: pointer; display: inline-block; font-size: 0; height: 20px; overflow: hidden; text-indent: -1000px; width: 20px;  }
.content-quotehero .article .menu-nav li:after { border: 2px solid #ccc; border-radius: 50%; content: ''; display: block; height: 8px; margin: 4px auto 0 auto; width: 8px; }
.content-quotehero .article .menu-nav li:hover:after { background: #ccc; }
.content-quotehero .article .menu-nav li.active:after { background: #ccc; border: none; margin-top: 6px; }

.content-registercolumn { font-size: 0; text-align: center; padding: 20px 0 40px 0; }
.content-registercolumn .article { display: inline-block; padding: 0 40px; margin: 20px 0 0 0; text-align: center; vertical-align: top; width: 33.3%; }
.content-registercolumn .article.nth-2 { border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; width: 33.4%; }
.content-registercolumn .row-title.xlarge.border-bottom h1 { border-bottom: 2px solid rgba(255,146,30,0.25); }
.content-registercolumn p { color: #ff921e; text-style: italic; }
.content-registercolumn .text-button { background: #333; border-radius: 3px; color: #fff; display: inline-block; font-size: 14px; font-weight: bold; letter-spacing: 0.02em; line-height: 30px; margin: 20px 0 0 0; padding: 0 20px; text-decoration: none; }
.content-registercolumn .text-button:hover { background: #ff921e; }

.content-sponsorlist .article { text-align: center; font-size: 0; }
.content-sponsorlist.large .article .row-list { margin: 0 auto; max-width: 960px; }
.content-sponsorlist .article .row-list li { display: inline-block; margin: 20px 0 0 0; padding: 0 40px; }
.content-sponsorlist.small .article .row-list li { width: 25%; }
.content-sponsorlist.large .article .row-list li { width: 33.3%; }
.content-sponsorlist .article .row-list .image { display: block; margin: 0 auto; max-width: 120px; padding: 90px 0 0 0; width: 100%; }
.content-sponsorlist .article .row-list .image img { display: block; filter: gray; filter: grayscale(1); -webkit-filter: grayscale(1); max-height: 100%; max-width: 100%; position: absolute; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
.content-sponsorlist.weak .article .row-list .image img { opacity: 0.4; }

.content-tintcolumn { background: #f3f3f3 !important; }
.content-tintcolumn > .row-title { background: #ff921e; color: #fff; display: block; margin: 0; padding: 0 20px 20px 20px; position: relative; text-align: center; width: 100%; }
.content-tintcolumn > .row-title h1 { color: #fff; display: block; margin: 20px auto 0 auto; max-width: 1160px; text-align: center; width: 100%; }
.content-tintcolumn .article { display: inline-block; }
.content-tintcolumn .article.nth-2 { background: #ececec; }
.content-tintcolumn .article.nth-3 { background: #e6e6e6; }

.content-videocolumn { padding: 20px 0 40px 0; }
.content-videocolumn .article { padding: 0 40px; }
.content-videocolumn .row-videogroup { background: #000; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; margin: 20px 0 0 0; padding: 56.25% 0 0 0; }
.content-videocolumn .row-videogroup .image { display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
.content-videocolumn .row-videogroup .image img { display: block; height: 100%; width: 100%; }
.content-videocolumn .row-videogroup .row-text { height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
.content-videocolumn .row-videogroup .row-video { display: none; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 2; }
.content-videocolumn .row-videogroup iframe { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.content-videocolumn .row-videogroup .text-button { background: transparent url(../images/asset/video-button.png) no-repeat 50% 50%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border: 2px solid #fff; border-radius: 50%; display: block; font-size: 0; height: 60px; left: 50%; margin: -30px 0 0 -30px; position: absolute; text-indent: -1000px; top: 50%; width: 60px; }

.content-videohero { border-bottom: 10px solid #ff921e; }
.content + .content-videohero { border-bottom: none; }
.content-videohero .section-page.narrow { padding: 40px 0; }
.content-videohero .article .image { width: 100%; }
.content-videohero .article .image img { width: 100%; }
.content-videohero .article .row-text { font-size: 14px; left: 50%; margin-left: -300px; max-width: 600px; padding: 0 20px 20px 20px; position: absolute; text-align: center; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 100%; }
.content-videohero .article .row-text h1 { color: #fff; font-size: 32px; }
.content-videohero .article .row-text h2 { color: #fff; font-family: 'Lato', sans-serif; font-size: 20px; font-style: italic; font-weight: normal; line-height: normal; text-transform: none; }
.content-videohero .article .row-text p { color: #fff; font-style: italic; }
.content-videohero .article .row-text p + p { margin: 0; }
.content-videohero .article .row-text .text-button { background: transparent url(../images/asset/videohero-button.png) no-repeat 50% 50%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border: 2px solid #fff; border-radius: 50%; display: block; font-size: 0; height: 80px; margin: 20px auto 0 auto; overflow: hidden; text-indent: -1000px; width: 80px; }
.content-videohero .row-video { background: #000; display: block; display: none; height: 100%; left: 0; overflow: visible; position: absolute; top: 0; width: 100%; }
.content-videohero .section-page.wide .row-video { left: 25%; width: 50%; }
.content-videohero .section-page.wide .row-video:before { background: #000; content: ''; display: block; height: 100%; left: -50%; position: absolute; top: 0; width: 200%; }
.content-videohero .row-video iframe { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

.content-videolist .article { text-align: center; font-size: 0; }
.content-videolist .article .row-list { display: block; margin: -20px 0 0 0; width: 100%; }
.content-videolist .article .row-title + .row-list { margin-top: 0; }
.content-videolist .article .row-list li { display: inline-block; margin: 40px 0 0 0; padding: 0 40px; vertical-align: top; width: 33.3%;  }
.content-videolist .article .row-list .image { display: block; width: 100%; }
.content-videolist .article .row-list .image img { display: block; width: 100%; }
.content-videolist .article .row-list .row-text { background: #f3f3f3; display: block; min-height: 140px; overflow: visible; padding: 0 20px 40px 20px; text-align: center; }
.content-videolist .article .row-list .row-text:before { content: ''; display: block; height: 1px; width: 100%; }
.content-videolist.background-tint .article .row-list .row-text { background: #fff; }
.content-videolist .article .row-list .text-logo { display: block; left: 50%; margin: 0 0 0 -18px; position: absolute; top: -28px; width: 36px; }
.content-videolist .article .row-list h2 { text-transform: none; }
.content-videolist .article .row-list p { font-style: italic; margin: 5px 0 0 0; }
.content-videolist .article .row-list .text-share { background: transparent url(../images/asset/videolist-share.png) no-repeat 100% 0; bottom: 5px; color: #999; float: left; font-size: 11px; line-height: 30px; padding: 0 30px 0 0; position: absolute; right: 5px; text-decoration: none; text-transform: uppercase; }
.content-videolist .article .row-list .text-share:hover { background-position: 100% -200px; color: #666; }
.content-videolist .article .row-list .text-close { background: transparent url(../images/asset/videolist-close.png) no-repeat 100% 50%; bottom: 5px; color: #fff; float: left; font-size: 11px; line-height: 30px; padding: 0 30px 0 0; position: absolute; right: 5px; text-decoration: none; text-transform: uppercase; }
.content-videolist .article .row-list .text-hover { background: rgba(0,0,0,0.8); -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; display: none; height: 100%; left: 0; padding: 20px; position: absolute; top: 0; width: 100%; }

.content-world.small { border-bottom: 10px solid #ff921e; padding: 30% 0 0 0; }
.content-world .row-list { background: transparent url(../images/asset/world.png) no-repeat 50% 0; background-size: 100%; left: 0; max-width: 1380px; overflow: visible; padding: 50% 0 0 0; position: absolute; top: 0; width: 100%; }
.content-world.large .row-list { max-width: 1380px; }
.content-world.small .row-list { max-width: 1200px; top: 50%; -webkit-transform: translateY(-40%); -ms-transform: translateY(-40%); transform: translateY(-40%); }
.content-world .row-list li { display: block; height: 50px; left: 0; margin: -30px 0 0 -30px; overflow: hidden; position: absolute; top: 0; width: 60px; z-index: 1; }
.content-world .row-list a { background: #999; border-radius: 50%; display: block; height: 60px; left: 0; overflow: hidden; position: absolute; text-align: center; top: 0; width: 60px; }
.content-world .row-list h2 { color: #fff; font-size: 20px; line-height: 60px; left: 0; margin: 0; overflow: hidden; position: absolute; text-align: center; top: 0; width: 100%; }
.content-world .row-list p { color: #fff; display: none; font-size: 11px; font-style: italic; height: 100%; line-height: 60px; margin: 0; overflow: hidden; position: absolute; text-align: center; top: 0; width: 100%; }
.content-world .row-list a:hover h2 { display: none; }
.content-world .row-list a:hover p { display: block; }
.content-world .row-list li.text-sf { left: 15%; top: 40%; }
.content-world .row-list li.text-can { left: 23%; top: 31%; }
.content-world .row-list li.text-ny { left: 29%; top: 37%; }
.content-world .row-list li.text-ldn { left: 46%; top: 26%; }
.content-world .row-list li.text-tlv { left: 57%; top: 39%; }
.content-world .row-list li.text-hk { left: 80%; top: 45%; }
.content-world .row-list li.text-ind { left: 67%; top: 47%; }
.content-world .row-list li.text-sf a { background: #b74246; }
.content-world .row-list li.text-can a { background: #28c0e8; }
.content-world .row-list li.text-ny a { background: #f79227; }
.content-world .row-list li.text-ldn a { background: #5ec1a1; }
.content-world .row-list li.text-tlv a { background: #f7c521; }
.content-world .row-list li.text-hk a { background: #9e92c5; }
.content-world .row-list li.text-ind a { background: #be6194; }
.content-world .section-page { padding: 33% 0 0 0; }
.content-world .article { background: #e6e6e6; margin: 0 auto; max-width: 980px; text-align: center; }
.content-world .article .row-title { font-size: 0; }
.content-world .article .row-title h1 { border-bottom: 1px solid #ccc; display: inline-block; font-family: 'Lato', sans-serif; font-size: 20px; font-weight: bold; padding: 0 0 20px 0; text-transform: uppercase; }

.content-initiativelist .article { padding: 0 0 20px 0; }
.content-initiativelist .article .row-list { display: block; font-size: 0; overflow: hidden; text-align: center; }
.content-initiativelist .article .row-list li { cursor: pointer; display: inline-block; font-size: 14px; margin: 20px 0 0 0; min-width: 240px; padding: 0 10px; text-align: center; width: 20%; }
.content-initiativelist .article .row-list li a { text-decoration: none; }
.content-initiativelist .article .row-list .image { background: #fff; display: block; margin: 0 auto; padding: 100% 0 0 0; width: 100%; }
.content-initiativelist .article .row-list .image img {  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; filter: gray; filter: grayscale(1); -webkit-filter: grayscale(1); max-height: 100%; max-width: 100%; padding: 20px; position: absolute; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
.content-initiativelist .article .row-list .text-hover { background: #333; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; display: none; height: 100%; left: 0; padding: 0 10px; position: absolute; text-align: left; top: 0; width: 100%; }
.content-initiativelist .article .row-list .image:hover .text-hover { display: block; }
.content-initiativelist .article .row-list .text-hover:before { background: #ff921e; content: ''; display: block; height: 5px; left: 0; position: absolute; top: 0; width: 100%; }
.content-initiativelist .article .row-list .text-hover h2 { border-bottom: 1px solid #666; color: #fff; font-size: 14px; margin: 20px 0 0 0; padding: 0 0 10px 0; text-transform: none; }
.content-initiativelist .article .row-list .text-hover p { color: #fff; font-size: 12px; margin: 10px 0 0 0; }


@media screen and (min-width: 480px) {
  .content-initiativelist .article { padding: 0 0 20px 0; }
.content-contactcolumn .article { padding-top: 20px; }

.content-sponsorlist.small .article .row-list li:not(:nth-child(4n+0)):before { background: #e6e6e6; content: ''; height: 100%; position: absolute; right: 0; top: 0; width: 1px; }
.content-sponsorlist.large .article .row-list li:not(:nth-child(3n+0)):before { background: #e6e6e6; content: ''; height: 100%; position: absolute; right: 0; top: 0; width: 1px; }
.content-sponsorlist .article .row-list li:last-child:before { display: none; }
}

@media screen and (min-width: 600px) {
.content-menurow.align-bottom.background-tint .article { padding-bottom: 0 !important; }
.content-menurow.align-bottom.background-tint:before { background: #f3f3f3; bottom: 0; content: ''; display: block; height: 10px; left: 0; position: absolute; width: 100%; }
.content-menurow .article .row-list { font-size: 0; margin: 20px 0 0 0; overflow: hidden; text-align: center; width: 100%; }
.content-menurow.align-top .article .row-list:before { background: #e6e6e6; content: ''; display: block; height: 1px; left: 0; position: absolute; top: 0; width: 100%; }
.content-menurow .article .row-list li { display: inline-block; max-width: 200px; width: 20%; }
.content-menurow.align-top .article .row-list li { vertical-align: top; }
.content-menurow.align-bottom .article .row-list li { vertical-align: bottom; }
.content-menurow .article .row-list li a { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; color: #999; display: block; font-size: 14px; line-height: normal; text-align: center; text-decoration: none; width: 100%; }
.content-menurow.align-top .article .row-list li a { border-top: 10px solid transparent; padding: 20px 0 0 0; }
.content-menurow.align-bottom .article .row-list li a { border-bottom: 10px solid transparent; padding: 0 0 20px 0; }
.content-menurow .article .row-list li a:hover { border-color: #e6e6e6; color: #666; }
.content-menurow .article .row-list li.active a { border-color: #ff921e !important; color: #333; }
}

@media screen and (min-width: 720px) {
.row-title.icon-top.icon-large h1 { padding-top: 120px; }
.row-title.icon-top.icon-large h1:before { border-width: 4px; height: 100px; margin-left: -50px; width: 100px; }
.field.width-50.normal { float: left; padding: 0 0 0 5px; width: 50%; }
.field.width-50.normal:first-child { padding: 0 5px 0 0; }

.content-aboutcolumn:after { background: #fff url(../images/asset/aboutcolumn.png) no-repeat 50% 50%; content: ''; height: 60px; left: 50%; margin: -30px 0 0 -20px; position: absolute; top: 50%; width: 40px; }
.content-aboutcolumn .article { display: inline-block; width: 50%; }
.content-aboutcolumn .article.nth-1 { padding-right: 50px; }
.content-aboutcolumn .article.nth-2 { padding-left: 50px; }
.content-aboutcolumn .article.nth-1:after { background: #e6e6e6; content: ''; height: 100%; position: absolute; right: 0; top: 0; width: 1px; }

.content-color .article .row-title + p { margin-top: 30px; }

.content-column { font-size: 0; }
.content-column .article { display: inline-block; text-align: left; }
.content-column.child-4 .article { width: 25%; }
.content-column.child-2 .article { width: 50%; }
.content-column.child-2.child-narrow .article { width: 40%; }

.content-conferencecolumn { font-size: 0; padding: 20px 0 40px 0; }
.content-conferencecolumn .article { display: inline-block; text-align: left; }

.content-conferencecolumn.child-2 .section-page > .row-title { padding-left: 40px; padding-right: 40px; }
.content-conferencecolumn.child-2 .article.nth-1 { width: 66.7%; }
.content-conferencecolumn.child-2 .article.nth-2 { width: 33.3%; }

.content-conferencecolumn.child-3 .article.nth-1 { width: 33.3%; }
.content-conferencecolumn.child-3 .article.nth-2 { width: 66.7%; }

.content-conferencecolumn.border-right { padding: 0 !important; }
.content-conferencecolumn.border-right .section { padding-bottom: 40px; padding-top: 20px; }
.content-conferencecolumn.border-right .section:before { border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; content: ''; display: block; height: 100%; position: absolute; right: 0; top: 0; width: 33.3%; }

.content-definition .row-title h1 { display: inline-block; width: 33.3%; }
.content-definition .article { float: right; margin-top: -40px; width: 66.7%; }

.content-eventhero .article.nth-1 .row-text.nth-1 { float: right; width: 33.3%; }
.content-eventhero .article.nth-1 .row-text.nth-2 { float: left; padding: 0 80px 0 0; width: 66.7%; }

.content-fieldcolumn .article { display: inline-block; text-align: center; width: 50%; }
.content-fieldcolumn p { line-height: 34px; }

.content-iconcolumn { padding: 20px 0 40px 0; }
.content-iconcolumn .section-page { display: table; }
.content-iconcolumn .section-page + .section-page { margin-top: 20px; }
.content-iconcolumn .article.normal { display: table-cell; padding-bottom: 0; padding-top: 0; width: 25%; }
.content-iconcolumn.child-4 .article.normal { width: 25%; }
.content-iconcolumn .article + .article:before { background: #e6e6e6; content: ''; display: block; height: 100%; left: 0; position: absolute; top: 120px; width: 1px; }

.content-imagehero .text-button.normal.fill { background: #fff; border-color: #ff921e; color: #ff921e; }
.content-imagehero .text-button.normal.fill:hover { background: transparent; color: #fff !important; }

.content-locationcolumn { font-size: 0; }
.content-locationcolumn .article { display: inline-block; text-align: left; vertical-align: middle; width: 50%; }

.content-peoplehero .article { padding: 0 80px 40px 80px; }
.content-peoplehero .article:before { background: #f3f3f3; content: ''; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 80px; z-index: 1; }
.content-peoplehero .article:after { background: #f3f3f3; content: ''; display: block; height: 100%; position: absolute; right: 0; top: 0; width: 80px; z-index: 1; }
.content-peoplehero .article .text-button { background: transparent url(../images/asset/peoplehero-button.png) no-repeat 0 0; display: block; font-size: 0; height: 50px; overflow: hidden; position: absolute; text-indent: -1000px; top: 75px; width: 30px; z-index: 2; }
.content-peoplehero .article .text-prev { background-position: 0 0; left: 30px; }
.content-peoplehero .article .text-prev:hover { background-position: 0 100%; }
.content-peoplehero .article .text-next { background-position: 100% 0; right: 30px; }
.content-peoplehero .article .text-next:hover { background-position: 100% 100%; }
.content-peoplehero .article .row-list { white-space: nowrap; }
.content-peoplehero .article .row-list li { display: inline-block; vertical-align: top; white-space: normal; width: 33.3%; }

.content-peoplelist .article { padding-bottom: 40px; }
.content-peoplelist .row-title:not(.block-top) { margin-top: 20px; }
.content-peoplelist .article .row-list { padding: 0 20px; }
.content-peoplelist .article .row-list li { display: inline-block; vertical-align: top; width: 33.3%; }
.content-peoplelist.child-4 .article .row-list li { display: inline-block; width: 25%; }
.content-peoplelist.child-5 .article .row-list li { display: inline-block; width: 20%; }

.content-plaincolumn { padding: 20px 0 40px 0; }
.content-plaincolumn .section-page { display: table; }
.content-plaincolumn .section-page + .section-page { margin-top: 20px; }
.content-plaincolumn .article.normal { display: table-cell; padding-bottom: 0; padding-top: 0; width: 25%; }
.content-plaincolumn.child-2 .article.normal { width: 50%; }
.content-plaincolumn .article + .article:before { background: #e6e6e6; content: ''; display: block; height: 100%; left: 0; position: absolute; top: 70px; width: 1px; }

.content-videocolumn .article.nth-1 { display: inline-block; width: 40%; }
.content-videocolumn .article.nth-2 { display: inline-block; width: 60%; }
}

@media screen and (min-width: 720px) and (max-width: 960px) {
.content-peoplehero .article .row-list .image { width: 160px; }
.content-peoplehero .article .row-list .hover h2 { margin-top: 60px; }
}

@media screen and (min-width: 960px) {
.row-table { display: table-row; }
.row-table li { display: table-cell; padding: 0 20px 20px 20px; vertical-align: middle; text-align: center; }
.row-table li + li { border-left: 1px solid #ccc; }

.row-title.large:not(.plain) h1 { font-size: 24px; }
.row-title.background-tint { margin-bottom: 20px; }
.content.xorphan { margin: 40px 0; }

.content-color .article .row-title + h2, .content-color .article .row-title + .row h2:first-child { margin-top: 40px; }

.content-conferencecolumn.child-2 .article.nth-1 { padding-right: 120px; }
.content-conferencecolumn.child-3 { padding: 0; }
.content-conferencecolumn.child-3 .section-page.narrow:before { background: #e6e6e6; content: ''; display: block; height: 100%; position: absolute; right: 25%; top: 0; width: 1px; }
.content-conferencecolumn.child-3 .article { padding-top: 20px; padding-bottom: 40px; }
.content-conferencecolumn.child-3 .article.nth-1 { width: 25%; }
.content-conferencecolumn.child-3 .article.nth-2 { padding-right: 80px;  width: 50%; }
.content-conferencecolumn.child-3 .article.nth-3 { width: 25%; }

.content-definition .article { margin-top: -60px; }

.content-eventcolumn .article { display: inline-block; width: 33.3%; }
.content-eventcolumn .article.nth-2 { margin: 0 20px 0 -20px; width: 33.4%; }
.content-eventcolumn .section-page:before { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border-left: 1px solid #e6e6e6; content: ''; height: 100%;  position: absolute; right: 0; top: 0; width: 33.3%; }

.content-eventhero .article.nth-1 { display: inline-block; width: 60%; }
.content-eventhero .article.nth-2 { display: inline-block; width: 40%; }

.content-peoplehero .article .text-button { top: 105px; }

.content-quotehero .article .row-list li { padding: 0 80px; }

.content-sponsorlist { padding: 20px 0 40px 0; }
.content-sponsorlist .article .row-list { padding: 0 40px; }
.content-sponsorlist.large .article .row-list { padding: 20px 80px 0 80px; }

.content-tintcolumn:before { background: #e6e6e6; content: ''; height: 100%;  position: absolute; right: 0; top: 0; width: 50%; }
.content-tintcolumn .section-page:before { background: #ececec; content: ''; height: 100%;  position: absolute; left: 33.3%; top: 0; width: 33.4%; }
.content-tintcolumn .article { display: inline-block; width: 33.3%; }
.content-tintcolumn .article.nth-2 { width: 33.4%; }

.content-world .row-list p { background: rgba(0,0,0,0.2) url(../images/asset/world-hover.png) no-repeat 50% 25px; line-height: 40px; }
}

@media screen and (min-width: 1200px) {
.content-initiativelist .article { padding: 40px 0 60px 0; }
.row-title { margin-left: auto; margin-right: auto; max-width: 1120px; }
.row-title.large:not(.plain) h1 { font-size: 30px; }
.row-title.block-bottom h1 { padding-bottom: 40px; }
.row-title.border-bottom.align-center:not(.inline) h1 { padding-bottom: 40px; }
.row-title.block-top h1 { padding-top: 40px; }
.row-title.block-top.tall h1 { padding-top: 60px; }
.row-title.icon-top.icon-large h1 { padding-top: 140px; }
.article.normal { padding-bottom: 60px; padding-top: 40px; }
.content.sibling { margin-top: -60px; }

.content-aboutcolumn { padding: 60px 0; }
.content-aboutcolumn .article { padding: 0 100px; }
.content-aboutcolumn .article.nth-1 { padding-right: 110px; }
.content-aboutcolumn .article.nth-2 { padding-left: 110px; }

.content-color .article .text-button.normal { margin-top: 40px; }

.content-column { padding: 40px 0 60px 0; }
.content-column .article { padding-top: 20px; }

.content-conferencecolumn.child-2 { padding: 40px 0 60px 0; }
.content-conferencecolumn.child-2 .article { padding-top: 20px; }
.content-conferencecolumn.child-2 .section-page > .row-title { padding-left: 0; padding-right: 0; }
.content-conferencecolumn.child-2 .article.nth-1 { padding-right: 160px; width: 75%; }
.content-conferencecolumn.child-2 .article.nth-2 { width: 25%; }
.content-conferencecolumn.child-3 .section-page.narrow { padding: 40px 0 60px 0; }
.content-conferencecolumn.child-3 .article.nth-2 { padding-right: 120px; }

.content-conferencecolumn.border-right .section { padding: 40px 40px 60px 0; }
.content-conferencecolumn.border-right .section:before { padding: 0; right: 40px; width: 25%; }

.content-contactcolumn { padding: 60px 0; }

.content-definition .article { margin-top: -80px; }

.content-eventcolumn .section-page:before { border-right: 1px solid #e6e6e6; right: 40px; width: 360px; }
.content-eventcolumn .article.nth-3 { padding-bottom: 40px; padding-right: 40px; padding-top: 20px; }

.content-eventhero { padding-top: 40px; }

.content-fieldcolumn { padding: 40px 0 20px 0; }
.content-fieldcolumn p { color: #333; font-family: 'Cabin', sans-serif; font-size: 20px; font-weight: normal; }

.content-iconcolumn {  padding-bottom: 60px; }
.content-iconcolumn .section-page + .section-page { margin-top: 40px; }

.content-imagehero .article .row-text h1 { font-size: 40px; }

.content-institutionlist { padding-bottom: 20px; }

.content-locationcolumn .row-map { padding: 0; height: 320px; width: 100%; }
.content-locationcolumn .article.nth-2 { padding-bottom: 60px; padding-top: 40px; }

.content-mediahero { padding: 60px 0 0 0; }
.content-mediahero .section-media { padding-top: 675px; }
.content-mediahero .article-title { padding: 0 70px; }
.content-mediahero .article-list { padding: 40px 70px; }
.content-mediahero .article-list:before { width: 80px; }
.content-mediahero .article-list:after { width: 80px; }

.content-menurow .article .row-list li a { font-family: 'Cabin', sans-serif; font-size: 18px; }

.content-newshero { padding: 60px 40px; }
.content-newshero .article { padding-top: 30px; }
.content-newshero .row-image { padding-right: 120px; width: 40%; }
.content-newshero .row-title { width: 60%; }
.content-newshero .row-text { padding: 40px 0 0 40%; }
.content-newshero .row-text:before { margin: 0 0 40px 0; }
.content-newshero .row-text .text-link { top: 60px; }

.content-newslist .article .row-list .row-title { letter-spacing: 0.04em; padding-left: 80px; width: 300px; }

.content-peoplehero .article { padding: 0 90px 60px 90px; }
.content-peoplehero .article:before { width: 90px; }
.content-peoplehero .article:after { width: 90px; }
.content-peoplehero .article .row-list { padding-top: 20px;  }
.content-peoplehero .article .row-list li { width: 340px; }
.content-peoplehero .article .text-button { top: 125px; }

.content-peoplelist .article { padding-bottom: 60px; }
.content-peoplelist .row-title:not(.block-top) { margin-top: 40px; }
.content-peoplelist .article .row-list li { padding-top: 20px; }

.content-registercolumn { padding: 40px 0 60px 0; }
.content-registercolumn .article { margin-top: 40px; }

.content-sponsorlist { padding: 40px 0 60px 0; }
.content-sponsorlist .article .row-list { padding: 20px 80px; }

.content-videocolumn { padding: 40px 0 60px 0; }

.content-videohero .section-page.narrow { padding: 60px 0; }
.content-videohero .article .row-text h1 { font-size: 40px; }
.content-videohero .article .row-text h2 { font-size: 28px; }
.content-videohero .article .row-text .text-button { border-width: 4px; height: 100px; width: 100px; }

.content-world .article .text-button { margin-top: 40px; }
.content-world.small .row-list { left: 50%; margin-left: -600px; padding-top: 600px; }
}

@media screen and (min-width: 1380px) {
.content-world.large .row-list { left: 50%; margin-left: -690px; padding-top: 680px; }
}

@media screen and (max-width: 1200px) {
.row-title.align-center.border-bottom.block-bottom { padding-bottom: 10px; }

.content-definition .row-title h1 { padding-left: 20px; }
.content-definition .row-title h1:before { width: 140px; }
}

@media screen and (max-width: 960px) {
.article.normal { padding: 0 40px 20px 40px; }
.content.sibling { margin-top: -20px; }
.break-large .article { text-align: center !important; }
.break-large .row-title { text-align: center; }
.break-large .row-title.border-bottom.plain.inline h1 { border-bottom: none; padding-bottom: 21px; }
.break-large .row-title.border-bottom.plain.inline h1:after { background: #e6e6e6; bottom: 0; content: ''; height: 1px; left: 50%; position: absolute; margin: 0 0 0 -60px; width: 120px; }
.break-large .row-title.inline h1 { padding-right: 0; }
.break-large .row-title.inline.border-top h1 { padding-left: 20px; padding-right: 20px; }

.content-eventcolumn .article.nth-3 { padding-top: 0; }

.content-imagehero .article .row-text .text-logo { max-width: 36px; }
.content-imagehero .article .row-text h1 { color: #fff; font-size: 20px; }
.content-imagehero .menu-nav li:after { display: none; }

.content-menurow .article .row-list { margin-top: 40px; }

.content-newshero .row-image { padding-right: 40px; }

.content-newslist .article .row-list .image { padding: 0 40px 0 0; vertical-align: middle; width: 50%; }
.content-newslist .article .row-list .row-title { padding: 0; vertical-align: middle; width: 50%; }
.content-newslist .article .row-list .row-title h1 { margin-top: 0; }
.content-newslist .article .row-list .row-text { display: block; padding: 0; width: 100%; }

.content-quotehero:before { top: 20px; }
.content-quotehero .article { padding: 70px 0 60px 0; }
.content-quotehero .article:before { width: 40px; }
.content-quotehero .article:after { width: 40px; }
.content-quotehero .article .row-list h1 { font-size: 18px; }
.content-quotehero .article > .text-button { top: 80px; }
.content-quotehero .article > .text-prev { left: 0; }
.content-quotehero .article > .text-next { right: 0; }

.content-registercolumn .article { padding: 0 20px; }

.content-sponsorlist { padding: 0 0 20px 0; }
.content-sponsorlist .article .row-list { padding: 0 20px; }

.content-videolist .article .row-list li { padding: 0 20px; width: 280px; }

.content-world .row-list li { height: 33px; margin: -20px 0 0 -20px; width: 40px; }
.content-world .row-list a { height: 40px; width: 40px; }
.content-world .row-list h2 { font-size: 14px; line-height: 40px; }
.content-world .row-list p { line-height: 40px; }
}

@media screen and (max-width: 720px) {
.break-small .article { text-align: center !important; }
.break-small .row-title { text-align: center; }
.break-small .row-title.border-bottom.plain.inline h1 { border-bottom: none; padding-bottom: 21px; }
.break-small .row-title.border-bottom.plain.inline h1:after { background: #e6e6e6; bottom: 0; content: ''; height: 1px; left: 50%; position: absolute; margin: 0 0 0 -60px; width: 120px; }
.break-small .row-title.inline h1 { padding-right: 0; }
.break-small .row-title.inline.border-top h1 { padding-left: 20px; padding-right: 20px; }

.row-title.align-center.border-bottom.block-bottom { padding-bottom: 0; }
.row-title.align-center.border-bottom.block-bottom h1 { padding-bottom: 30px; }

.content-aboutcolumn .article.nth-2 { margin-top: 20px; }

.content-color .article form { margin-top: 10px; }

.content-contactcolumn { padding-bottom: 20px; }
.content-contactcolumn .article .row-title h1 { font-size: 24px; padding-top: 10px; }
.content-contactcolumn .article.nth-1 { display: block; width: 100%; }
.content-contactcolumn .article.nth-2 { display: block; margin: 0; padding-top: 0; width: 100%; }
.content-contactcolumn .article.nth-2 .field-textbutton { margin-top: 20px; }


.content-conferencecolumn.border-right .section .article.nth-2 { border-top: 1px solid #e6e6e6; margin-top: 20px; }


.content-donateform .row-list li { margin: 0; }
.content-donateform .row-form { padding: 0; }

.content-imagehero.multiple { border-bottom: none; }
.content-imagehero .menu-nav { display: none; }
.content-imagehero.multiple .article .row-text { height: 100%; padding-bottom: 84px; }
.content-imagehero.multiple .article .text-title { display: block; position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 100%; }

.content-imagehero.multiple .article .row-text .text-button { bottom: 20px; color: #fff; left: 50%; position: absolute; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
.content-imagehero.multiple .article .image img { border-bottom: 74px solid #ff921e; }
.content-imagehero .article .image .text-caption { display: none; }
.content-imagehero > .text-button { background-color: #ff921e !important; bottom: 12px; top: auto; }
.content-imagehero > .text-prev { border-left: 10px solid #ff921e; left: 0; }
.content-imagehero > .text-next { border-right: 10px solid #ff921e; right: 0; }

.content-institutionlist .article .row-list li { width: 50%; }

.content-menurow .article .row-list li a { font-size: 12px; }
.content-menurow.align-top .article .row-list li a { padding: 10px 5px 0 5px; }
.content-menurow.align-bottom .article .row-list li a { padding: 0 5px 10px 5px; }

.content-newshero { padding: 20px; }
.content-newshero .row-image { padding-right: 20px; }
.content-newshero .row-title h1 { font-family: 'Lato', sans-serif; font-size: 14px; font-weight: bold; }

.content-newshero .row-text { padding: 20px 0 0 0; text-align: center; }
.content-newshero .row-text .text-link { display: inline-block; left: auto; margin: 20px 0 0 0; position: relative; top: auto; }

.content-newslist .article .row-list .row-title h1 { font-size: 14px; padding-top: 0; }
.content-newslist .article .row-list .row-title h1:before { display: none; }

.content-peoplehero .article .text-button { display: none !important; }
.content-peoplehero .article .row-list { left: 0 !important; width: 100% !important; }
.content-peoplehero .article .row-list li { width: 100% !important; }
.content-peoplehero .article .row-list li + li { margin-top: 20px; }

.content-videohero .article .row-text h1 { font-size: 24px; }
.content-videohero .article .row-text h2 { font-size: 14px; margin-top: 10px; }
}

@media screen and (max-width: 600px) {
.content-donateform .row-list li { font-family: 'Lato', sans-serif; font-size: 14px; padding: 0 0 5px 0; min-width: 100px; }

.content-imagehero .article .image img { left: 50%; margin-left: -300px; width: 600px; }
.content-imagehero .article .row-text { left: 0; margin-left: 0; }
.content-imagehero .article .row-text .row-list .text-logo { margin-top: 10px; }
.content-imagehero .article .row-text h1 { margin-top: 10px; }
.content-imagehero .article .row-text h1 + p { margin-top: 10px; }

.content-mediahero { padding: 20px 0 0 0; }
.content-mediahero .article-media .row-text { left: 0; margin-left: 0; width: 100%; }
.content-mediahero .article-media .row-text h1 { font-size: 14px; }
.content-mediahero .article-media .row-text p { display: none; }
.content-mediahero .article-media .row-text .text-button { height: 60px; margin-top: 10px ; width: 60px; }
.content-mediahero .article-list { padding: 20px 40px; }
.content-mediahero .article-list .row-list li { padding: 0 5px; }
.content-mediahero .article-list .row-list .image-video:before { border: none; }
.content-mediahero .article-list:before { width: 40px; }
.content-mediahero .article-list:after { width: 40px; }

.content-menurow .article .row-list { border-bottom: 1px solid #e6e6e6; border-top: 1px solid #e6e6e6; font-size: 0; margin: 40px 0 0 0; overflow: hidden; padding: 8px 0; text-align: center; width: 100%; }
.content-menurow .article .row-list li { display: inline-block; font-size: 0; padding: 2px; }
.content-menurow .article .row-list li a { border: 1px solid #fff; border-radius: 3px; color: #999; display: inline-block; font-size: 12px; padding: 2px 4px !important; text-decoration: none; }
.content-menurow .article .row-list li a:hover { border-color: #e6e6e6; color: #666; }
.content-menurow .article .row-list li.active a { border-color: #ccc !important; color: #333; }

.content-registercolumn .article { border-left: none !important; border-right: none !important; display: block !important; width: 100% !important; }
.content-registercolumn .article + .article { border-top: 1px solid #e6e6e6; }

.content-videohero .section-page.wide .article .image img { left: 50%; margin-left: -300px; position: relative; width: 600px; }
.content-videohero .section-page.wide .row-video { left: 50%; margin-left: -160px; width: 320px; }
.content-videohero .article .row-text { left: 0; margin-left: 0; }
.content-videohero .article .row-text h1 { margin-top: 10px; }
.content-videohero .article .row-text h1 + p { margin-top: 10px; }

.content-videolist .article .row-list { margin-top: 0; }
.content-videolist .article .row-list li { margin-top: 20px; }
}

@media screen and (max-width: 480px) {
.row-title.large.plain h1 { font-size: 14px; }
.article.normal { padding: 0 20px 20px 20px; }

.content-aboutcolumn { padding: 20px 0; }
.content-aboutcolumn .article { padding: 0 20px; }

.content-column { padding: 0 0 20px 0; }
.content-column .article { padding: 0 20px; }

.content-conferencecolumn { padding: 0 0 20px 0; }
.content-conferencecolumn .article { padding: 0 20px; }

.content-contactcolumn { padding: 20px 0; }
.content-contactcolumn .section-page:before { right: 20px; }
.content-contactcolumn .section-page:after { left: 20px; }
.content-contactcolumn .article { padding: 0 20px; }

.content-eventcolumn .article.nth-3 .menu li { padding: 20px; }

.content-eventhero { padding-top: 20px; }

.content-fieldcolumn { padding: 0 0 20px 0; }
.content-fieldcolumn h1 { font-size: 14px; }

.content-institutionlist .article .row-list { padding: 10px; }

.content-newslist .article .row-list li + li { margin-top: 20px; padding-top: 20px; }
.content-newslist .article .row-list .image { padding-right: 20px; }

.content-newslist .article .row-list .image img { border-top: none; }
.content-newslist .article .row-list .row-text a:after { background: transparent url(../images/asset/newslist-after.png) no-repeat 100% 0; border-bottom: none; color: #ff921e; line-height: 20px; padding: 0 25px 0 0; }
.content-newslist .article .row-list li:hover .row-text a:after { background-position: 100% 100%; }

.content-registercolumn { padding: 0 0 20px 0; }

.content-sponsorlist .article .row-list { padding: 0; }
.content-sponsorlist .article .row-list li { width: 50% !important; }
.content-sponsorlist .article .row-list li:not(:nth-child(2n+0)):before { background: #e6e6e6; content: ''; height: 100%; position: absolute; right: 0; top: 0; width: 1px; }
.content-sponsorlist .article .row-list li:last-child:before { display: none; }

.content-videocolumn .article { padding: 0 20px; }

.content-videohero .section-page.narrow { padding: 20px 0; }
.content-videohero .article .row-text p { display: none; }

.content-world .row-list li.text-can { left: 22%; top: 25%; }
.content-world .row-list li { height: 25px; margin: -15px 0 0 -15px; width: 30px; }
.content-world .row-list a { height: 30px; width: 30px; }
.content-world .row-list h2 { font-size: 11px; line-height: 30px; }
.content-world .row-list p { font-size: 11px; line-height: 11px; padding: 5px 0 3px 0; }

}



.pnormal { font-style: normal; }

html.mobile .content-peoplelist .article .row-list a.click-device .text-hover { background: #ff921e; bottom: 0; display: block; height: 30px; left: 0; position: absolute; text-align: center; top: auto; width: 100%; }
html.mobile .content-peoplelist .article .row-list a.click-device .text-hover:after { display: none; }
html.mobile .content-peoplelist .article .row-list a.click-device .text-hover h2 { color: #fff; line-height: 25px; margin: 0; text-align: center; text-decoration: underline; text-transform: none; }


.content-countdown h1 { color: #fff; margin: 0; padding: 10px 0; position: relative; }
.content-countdown h1 + ul.row-list { background: rgba(255,255,255,0.1); border-top: 1px solid rgba(255,255,255,0.2); display: block; }
.content-countdown h1 + ul.row-list li { background: none; }

.content-countdown .section.child-multiple { height: 116px; }
.content-countdown .section.child-multiple .article { display: none; left: 0; position: absolute; top: 0; }
.content-countdown .section.child-multiple .article:first-child { display: block; }
.content-countdown .section.short { height: 71px; }
.content-countdown .section.short h1 { display: none; }

.row-inline { font-size: 0; text-align: center; }
.row-inline li { display: inline-block; font-size: 14px; padding: 0 20px; }