html,
body
{
    margin: 0;
    padding: 0;
    max-width: 100%;
}

html
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

body
{
    min-height: 100%;
    overflow-x: hidden;
    font-size: 16px;
}

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

.container *,
.container *:focus
{
    /* get rid of outline on focus */
    outline: 0;
}

.container
{
    /*max-width: 97.5em;*/
    /*max-width: 90em;*/
    max-width: 82.5em;
    margin: 0 auto;
    min-height: 100%;
    overflow: hidden;
}

.clear
{
    clear: both;
}

input.toggle
{
    display: none !important;
}

main
{
    position: relative;
}

h1
{
    margin: 20px 0;
}

h2
{
    font-size: 1.6875rem;
    line-height: 1.25;
    font-weight: 300;
    padding: 0 0 9px;
    margin: 0 0 20px;
}

#stage .v_controls h2
{
    font-weight: normal;
}

h2.bgline
{
    position: relative;
    text-align: center;
}

h2.button-play
{
    cursor: pointer;
}

h2.bgline > span
{
    display: inline-block;
    position: relative;
    padding: 0 .5em;
    z-index: 1;
}

h2.bgline::after
{
    display: block;
    content: '';
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    top: -ms-calc(50% - 6px);
    top:     calc(50% - 6px);
}

h3
{
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.3;
    padding: 0;
    margin: 0 0 10px;
}

p
{
    font-size: 1.063rem;
    line-height: 1.412;
    margin: 0;
    padding: 0;
}

hr
{
    position: relative;
    border: 0;
    height: 1px;
    background: #dfdfdf;
    margin: 25px 0;
}

a.backtonewsroom
{
    font-size: 1rem;
    float: right;
    display: block;
    line-height: 1;
    padding: 6px 10px;
    font-weight: bold;
    text-decoration: none;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

a.backtonewsroom i
{
    display: inline-block;
    margin-left: .5em;
    height: 1rem;
    width: auto;
}

div.livenotification
{
    position: absolute;
    top: 40px;
    right: 15px;
    font-size: 1rem;
    line-height: 1;
    padding: 6px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

div.livenotification span
{
    font-weight: bold;
    display: inline-block;
}

div.livenotification i
{
    font-weight: bold;
    display: inline-block;
    margin-right: .5em;
    height: 1rem;
    width: auto;
}

.icon
{
    display: inline-block;
    height: 40px;
    width: 40px;
    margin: 0 5px;
    font-size: 20px;
    cursor: pointer;
}

.icon.i_round
{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.icon span
{
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.icon span i,
.icon span img
{
    line-height: 40px;
}

.icon span img
{
    display: inline-block;
    width: 20px;
    height: auto;
    margin-top: 10px;
}

a.social-icon
{
    width: 40px;
    height: 40px;
    padding: 0 !important;
    margin: 2px;
    display: block !important;
    text-align: center;
    line-height: 40px !important;
    overflow: hidden;

    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

a.social-icon svg
{
    width: 40px;
    height: 40px;
}

a.social-icon svg,
a.social-icon svg circle,
a.social-icon svg path
{
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.bg_dark .tile h3,
.bg_dark .tile .title p,
.tile .title p,
.tile h3
{
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.slidercontainer.negmargin_h,
.slidercontainer.sl_news
{
    margin: 0 -10px;
}

.loader_outer
{
    padding: 25% 0;
}

.loader,
.loader::before,
.loader::after
{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.loader
{
    font-size: 11px;
    text-indent: -99999em;
    margin: 0 auto;
    position: relative;
    width: 10em;
    height: 10em;

    -moz-box-shadow: inset 0 0 0 1em;
    -webkit-box-shadow: inset 0 0 0 1em;
    box-shadow: inset 0 0 0 1em;

    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.loader::before,
.loader::after
{
    position: absolute;
    content: '';
}

.loader::before
{
    width: 5.2em;
    height: 10.2em;
    top: -0.1em;
    left: -0.1em;

    -moz-border-radius: 10.2em 0 0 10.2em;
    -webkit-border-radius: 10.2em 0 0 10.2em;
    border-radius: 10.2em 0 0 10.2em;

    -webkit-transform-origin: 5.2em 5.1em;
    transform-origin: 5.2em 5.1em;

    -webkit-animation: anim_loading 2s infinite ease 1.5s;
    animation: anim_loading 2s infinite ease 1.5s;
}

.loader::after
{
    width: 5.2em;
    height: 10.2em;
    top: -0.1em;
    left: 5.1em;

    -moz-border-radius: 0 10.2em 10.2em 0;
    -webkit-border-radius: 0 10.2em 10.2em 0;
    border-radius: 0 10.2em 10.2em 0;

    -webkit-transform-origin: 0px 5.1em;
    transform-origin: 0px 5.1em;

    -webkit-animation: anim_loading 2s infinite ease;
    animation: anim_loading 2s infinite ease;
}

@-webkit-keyframes anim_loading
{
    0%
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes anim_loading
{
    0%
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.embed_nopadding {
    padding: 0 !important;
}
.embed_nofloat {
    float: none !important;
}
.embed_nopadding .playercontainer {
    margin: 0 !important;
}

p.source,
.share_content p.source,
div.share_link,
.share_content div.share_link
{
    padding: 10px;
    margin: 10px -10px 0;
    border: none;
    border-top: 1px solid #000;
    color: #000000;
    word-break: break-all;
    font-size: 1rem;
}
