/* FONTS */

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

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

body {
    background: url(../images/legal.jpg);
    background-size: cover;
    color: #333;
    font-family: Open Sans;
}
ul {
    list-style-type: none;
    padding: 0;
}

.play-contained {
    margin: auto;
    max-width: 1130px;
    padding: 0 10px;
    font-family: Open Sans;
    text-align: left;
    line-height: 26px;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 14px;
}

.play-contained h2
{
    color: #ffffff;
    margin-bottom: 12px;
    font-size: 50px;
    font-weight: normal;
    font-family: 'walkway_semiboldregular';
    line-height: 1.2;
    margin-top: 20px;
}
.play-contained strong
{
    font-weight: 300; font-size: 18px;
}

#play-bg-layer {
    position: relative;
    z-index: 1
}

#play-header {

    position: relative;
    z-index: 2
}

#play-header:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    visibility: hidden
}

#play-header h1, #play-header h2 {
    float: left;
    font-size: 27px;
    font-weight: 300;
    line-height: 41px;
    margin: 0;
    text-shadow: 0 1px 1px #fff;
    white-space: nowrap
}

[dir='rtl'] #play-header h1, [dir='rtl'] #play-header h2 {
    float: right
}

#play-header h1 {
    padding: 8px 12px 8px 22px
}

[dir='rtl'] #play-header h1 {
    padding-left: 12px;
    padding-right: 0
}

#play-header h2 {
    border: 1px solid #babcc0;
    border-width: 0 0 0 1px;
    padding: 0 12px
}

[dir='rtl'] #play-header h2 {
    border-width: 0 1px 0 0
}

#play-header img {
    padding: 0 3px 0 0;
    position: relative;
    top: -1px;
    vertical-align: middle
}

[dir='rtl'] #play-header img {
    padding: 0 0 0 3px
}

#play-footer {
    background: #3a3a3a;
    background-image: -moz-linear-gradient(top, #3a3a3a, #3b3b3b);
    background-image: -ms-linear-gradient(top, #3a3a3a, #3b3b3b);
    background-image: -o-linear-gradient(top, #3a3a3a, #3b3b3b);
    background-image: -webkit-linear-gradient(top, #3a3a3a, #3b3b3b);
    background-image: linear-gradient(top, #3a3a3a, #3b3b3b);
    border-top: 4px solid #323232;
    clear: both;
    /*color: #959595;*/
    float: left;
    font-family: arial, sans-serif;
    padding: 27px 0;
    width: 100%
}

#play-footer a {
    /*color: #959595*/
}

#play-footer .play-contained {
    text-align: center
}

#play-footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

[dir='rtl'] #play-footer ul {
    float: right
}

#play-footer li {
    float: left
}

[dir='rtl'] #play-footer li {
    float: right
}

#play-footer li + li::before {
    content: 'Â·';
    padding: 0 3px 0 7px
}

@media screen and (max-width: 950px) {
    #play-footer {
        padding-left: 15px;
        text-align: center
    }
}

@media screen, projection, print {
    html, input, textarea {
        font-family: arial, sans-serif
    }

    html {
        line-height: 1.54
    }

    h5, h6, pre, table, input, textarea, code {
        font-size: 1em
    }

    address, abbr, cite {
        font-style: normal
    }

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

    th {
        text-align: left
    }

    [dir=rtl] th {
        text-align: right
    }

    blockquote, q {
        font-style: italic
    }

    html[lang^=ja] blockquote, html[lang^=ja] q, html[lang^=ko] blockquote, html[lang^=ko] q, html[lang^=zh] blockquote, html[lang^=zh] q {
        font-style: normal
    }

    fieldset, iframe, img {
        border: 0
    }

    q {
        quotes: none
    }

    sup, sub {
        line-height: 0
    }
}

@media screen, projection {
    html, h4, h5, h6 {
        font-size: 13px
    }

    html {
        background: #fff;
        color: #444;
        padding: 0 15px
    }

    body, fieldset {
        margin: 0
    }

    h1, h2, h3, h4, em, i {
        font-weight: bold
    }

    h1, h2, h3, h4, blockquote, q {
        font-family: "open sans", arial, sans-serif
    }

    h1, h2, h3, h4, h5, h6 {
        margin: 1.236em 0 .618em
    }

    h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
        margin-top: 0
    }

    h1, h2 {
        line-height: 1.29
    }

    h1 {
        font-size: 20px
    }

    h1.maia-display {
        color: #333;
        font-size: 44px;
        font-weight: 300
    }

    h1.maia-super {
        font-size: 28px
    }

    h2 {
        font-size: 16px
    }

    h3 {
        font-size: 14px;
        line-height: 1.43
    }

    p, pre, table, form {
        margin: 10px 0
    }

    h6 {
        font-weight: normal
    }

    ul, ol {
        margin: 10px 10px 10px 30px;
        padding: 0
    }

    [dir=rtl] ul, [dir=rtl] ol {
        margin: 10px 30px 10px 10px
    }

    ul ul, ul ol, ol ul, ol ol {
        margin-bottom: 0;
        margin-top: 0
    }

    pre strong, pre b, a strong, a b, a code {
        color: inherit
    }

    pre, code {
        color: #060;
        font: 13px/1.54 "courier new", courier, monospace
    }

    legend {
        display: none
    }

    a {
        color: #245dc1;
        text-decoration: none
    }

    a:visited {
        color: #7759ae
    }

    a:focus, a:hover, a:active {
        text-decoration: underline
    }

    strong, b {
        color: #fff
    }

    em, i {
        font-style: normal
    }

    sup, sub {
        font-size: 11px
    }

    tr {
        background-color: #fafafa
    }

    tr:nth-of-type(even) {
        background-color: #fff
    }

    tr:first-of-type th:first-of-type:empty {
        border-color: #fff #eee #eee #fff;
        visibility: hidden
    }

    th, td {
        border: 1px solid #eee;
        padding: 4px 12px;
        vertical-align: top
    }

    th {
        background-color: #f5f5f5
    }

    #maia-header, #maia-nav-x, #maia-footer, .maia-stage {
        margin: 0 -15px
    }

    #maia-header .maia-aux:after, #maia-header .maia-util:after, #maia-main:after {
        clear: both;
        content: " ";
        display: block;
        height: 0;
        visibility: hidden
    }

    #maia-main, .maia-aux {
        margin: auto;
        max-width: 978px
    }

    #maia-main {
        clear: both;
        margin-top: 30px
    }

    * + html #maia-main {
        margin-top: 5px
    }

    #maia-main > img, #maia-main > iframe, #maia-main > * > img, #maia-main > * > iframe, .maia-cols > div > img, .maia-cols > div > iframe, .maia-cols > div > * > img, .maia-cols > div > * > iframe {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 100%
    }

    #maia-header {
        background: #f5f5f5;
        background: -moz-linear-gradient(top, #fafafa, #f5f5f5);
        background: -webkit-linear-gradient(top, #fafafa, #f5f5f5);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(1, #f5f5f5));
        background: linear-gradient(top, #fafafa, #f5f5f5);
        border-bottom: 1px solid #eee;
        color: #444;
        min-height: 44px;
        padding: 14px 15px 13px
    }

    * html #maia-header {
        height: 38px
    }

    #maia-header h1, #maia-header h2 {
        float: left;
        font-size: 32px;
        font-weight: 300;
        line-height: 1.375;
        margin: 0
    }

    [dir=rtl] #maia-header h1, [dir=rtl] #maia-header h2 {
        float: right
    }

    #maia-header h1, #maia-header h1 a {
        color: #63666a
    }

    #maia-header h1 img {
        margin: -1px 0 -4px;
        vertical-align: middle
    }

    * html #maia-header h1 img {
        margin: 0;
        position: relative;
        top: 5px
    }

    * + html #maia-header h1 img {
        margin: 0;
        position: relative;
        top: 5px
    }

    #maia-header h1 img[src$="google_logo_41.png"] {
        content: -webkit-image-set(url(//www.google.com/images/logos/google_logo_41.png) 1x, url(//www.google.com/images/logos/google_logo_41_2x.png) 2x);
        margin: -3px 0 -2px
    }

    #maia-header h2, #maia-header h2 a {
        color: #9fa2a6
    }

    #maia-header h2:before {
        border: solid #e5e5e5;
        border-width: 0 0 0 1px;
        content: "";
        float: left;
        height: 44px;
        margin: 0 12px 0 14px
    }

    [dir=rtl] #maia-header h2:before {
        border-width: 0 1px 0 0;
        float: right;
        margin: 0 14px 0 12px
    }

    * html #maia-header h2 {
        margin: 0 0 0 24px
    }

    * + html #maia-header h2 {
        margin: 0 0 0 24px
    }

    * + [dir=rtl] #maia-header h2 {
        margin: 0 24px 0 0
    }

    #maia-header h1 a, #maia-header h2 a {
        display: -webkit-box;
        text-decoration: none
    }

    #maia-header .maia-teleport {
        height: 1px;
        left: -10000px;
        overflow: hidden;
        position: absolute;
        top: auto;
        width: 1px
    }

    [dir=rtl] #maia-header .maia-teleport {
        left: auto;
        right: -10000px
    }

    #maia-header .maia-teleport:active, #maia-header .maia-teleport:focus, #maia-header .maia-teleport:hover {
        background: #f9edbe;
        border: 1px solid #f0c36d;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .14);
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .14);
        box-shadow: 0 2px 4px rgba(0, 0, 0, .14);
        height: auto;
        left: 0;
        margin: 5px auto;
        max-width: 180px;
        padding: 6px;
        right: 0;
        text-align: center;
        width: auto;
        z-index: 3
    }

    #maia-header .maia-util {
        float: right;
        min-height: 44px
    }

    [dir=rtl] #maia-header .maia-util {
        float: left
    }

    #maia-header .maia-util p {
        margin: 0
    }

    #maia-nav-x, #maia-nav-x.maia-compact h1 {
        background: #325da7;
        background: -moz-linear-gradient(top, #4e78c2, #325da7);
        background: -webkit-linear-gradient(top, #4e78c2, #325da7);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4e78c2), color-stop(1, #325da7));
        background: linear-gradient(top, #4e78c2, #325da7);
        color: #fff;
        padding: 0 15px
    }

    * + html #maia-nav-x {
        width: 100%
    }

    #maia-nav-x ul {
        padding: 6px 0
    }

    #maia-nav-x ul, #maia-nav-y ul {
        list-style: none;
        margin: 0
    }

    #maia-nav-x ul, #maia-nav-x li a, #maia-nav-x li.active li a, #maia-nav-x .maia-aux {
        position: relative
    }

    * html #maia-nav-x ul {
        height: 1%
    }

    * + html #maia-nav-x ul {
        height: 1%
    }

    #maia-nav-x ul:after {
        clear: both;
        content: "";
        display: block
    }

    #maia-nav-x ul ul, #maia-nav-x ul + ul {
        background: none;
        color: #444;
        padding: 0;
        margin: 6px 0
    }

    #maia-nav-x ul ul {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    [dir=rtl] #maia-nav-x ul ul {
        left: auto;
        right: 0
    }

    * html #maia-nav-x ul ul {
        border-bottom: 1px solid #eee;
        color: #444;
        top: 44px
    }

    * + html #maia-nav-x ul ul {
        border-bottom: 1px solid #eee;
        height: 38px;
        top: 44px
    }

    #maia-nav-x ul ul:after, #maia-nav-x ul + ul:after {
        border-bottom: 1px solid #eee;
        padding: 0 0 6px
    }

    #maia-nav-x ul ul:before {
        content: "";
        display: block;
        height: 100%
    }

    #maia-nav-x ul ul li, #maia-nav-x ul + ul li {
        font-size: 13px;
        line-height: 1.54;
        text-shadow: none
    }

    * html #maia-nav-x ul ul li {
        font-size: 13px
    }

    #maia-nav-x ul ul ul, #maia-nav-y ul ul ul {
        display: none
    }

    #maia-nav-x li {
        float: left;
        font-size: 14px;
        line-height: 1.43;
        margin: 0 20px 0 0;
        padding: 6px 0;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, .08)
    }

    [dir=rtl] #maia-nav-x li {
        float: right;
        margin: 0 0 0 20px
    }

    #maia-nav-x li:last-child {
        margin: 0
    }

    #maia-nav-x li a, #maia-nav-y li a {
        display: block;
        margin: -6px 0;
        padding: 6px 0
    }

    #maia-nav-x li a, #maia-nav-x li.active li a {
        z-index: 1
    }

    #maia-nav-x li, #maia-nav-x li.active a, #maia-nav-x li.active li.active a, #maia-nav-y li, #maia-nav-y li.active a, #maia-nav-y li.active li.active a {
        font-weight: bold
    }

    #maia-nav-x li a, #maia-nav-x li.active li a, #maia-nav-y li a, #maia-nav-y li.active li a {
        font-weight: normal
    }

    #maia-nav-x li a {
        color: #e1e5f2
    }

    #maia-nav-x li a:hover, #maia-nav-x li.active a {
        color: #fff
    }

    #maia-nav-x li li a:hover, #maia-nav-x li li.active a, #maia-nav-x li.active li a:hover, #maia-nav-x li.active li.active a, #maia-nav-y li a:hover, #maia-nav-y li.active a, #maia-nav-y li.active li a:hover, #maia-nav-y li.active li.active a {
        color: #164495
    }

    #maia-nav-x ul + ul li a:hover, #maia-nav-x ul + ul li.active a {
        color: #164495
    }

    #maia-nav-x li li a, #maia-nav-x li.active li a, #maia-nav-y li a, #maia-nav-y li.active li a {
        color: #245dc1
    }

    #maia-nav-x ul + ul li a {
        color: #245dc1
    }

    #maia-nav-x.maia-complex {
        margin-bottom: 45px
    }

    #maia-nav-x.maia-complex + #maia-main {
        margin-top: 75px
    }

    * + html #maia-nav-x.maia-complex + #maia-main {
        margin-top: 50px
    }

    #maia-nav-x.maia-complex.maia-compact {
        margin-bottom: 0
    }

    #maia-nav-x.maia-complex.maia-compact + #maia-main {
        margin-top: 30px
    }

    #maia-nav-x.maia-compact {
        background: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #444
    }

    #maia-nav-x.maia-compact h1 {
        cursor: pointer;
        font: bold 14px/3.15 arial, sans-serif;
        height: 44px;
        margin: 0 -15px;
        overflow: hidden;
        position: relative;
        padding: 0 59px 0 15px;
        -webkit-tap-highlight-color: transparent;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, .08);
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        white-space: nowrap
    }

    [dir=rtl] #maia-nav-x.maia-compact h1 {
        padding: 0 15px 0 59px
    }

    #maia-nav-x.maia-compact h1:after {
        background-image: -moz-repeating-linear-gradient(#3863aa 0, #3863aa 1px, #fff 1px, #fff 3px, transparent 3px, transparent 5px);
        background-image: -ms-repeating-linear-gradient(#3863aa 0, #3863aa 1px, #fff 1px, #fff 3px, transparent 3px, transparent 5px);
        background-image: -webkit-repeating-linear-gradient(#3863aa 0, #3863aa 1px, #fff 1px, #fff 3px, transparent 3px, transparent 5px);
        background-image: repeating-linear-gradient(#3863aa 0, #3863aa 1px, #fff 1px, #fff 3px, transparent 3px, transparent 5px);
        content: "";
        display: block;
        height: 13px;
        position: absolute;
        right: 21px;
        top: 15.5px;
        width: 17px
    }

    [dir=rtl] #maia-nav-x.maia-compact h1:after {
        left: 21px;
        right: auto
    }

    #maia-nav-x.maia-compact h1:before {
        background: -moz-linear-gradient(top, #4674c1, #3760ad);
        background: -webkit-linear-gradient(top, #4674c1, #3760ad);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4674c1), color-stop(1, #3760ad));
        background: linear-gradient(top, #4674c1, #3760ad);
        border: 1px solid;
        border-color: #2a5194 #2d57a0 #2e58a0;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -moz-box-shadow: 0 1px 0 #436cb1;
        -webkit-box-shadow: 0 1px 0 #436cb1;
        box-shadow: 0 1px 0 #436cb1;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        content: "";
        display: block;
        height: 27px;
        position: absolute;
        right: 15px;
        top: 8.5px;
        width: 29px
    }

    [dir=rtl] #maia-nav-x.maia-compact h1:before {
        left: 15px;
        right: auto
    }

    #maia-nav-x.maia-compact.active h1:after {
        background-image: -moz-repeating-linear-gradient(#00549a 0, #00549a 1px, #fff 1px, #fff 3px, transparent 3px, transparent 5px);
        background-image: -ms-repeating-linear-gradient(#00549a 0, #00549a 1px, #fff 1px, #fff 3px, transparent 3px, transparent 5px);
        background-image: -webkit-repeating-linear-gradient(#00549a 0, #00549a 1px, #fff 1px, #fff 3px, transparent 3px, transparent 5px);
        background-image: repeating-linear-gradient(#00549a 0, #00549a 1px, #fff 1px, #fff 3px, transparent 3px, transparent 5px)
    }

    #maia-nav-x.maia-compact.active h1:before {
        background: #2e5aa4
    }

    #maia-nav-x.maia-compact h1 + ul {
        background: #304f8a;
        color: #fff;
        height: 0;
        margin: 0 -15px;
        overflow: hidden;
        padding: 0 15px;
        -moz-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -moz-transition: -moz-transform .2s ease-out;
        -webkit-transition: -webkit-transform .2s ease-out;
        transition: transform .2s ease-out
    }

    #maia-nav-x.maia-compact.active h1 + ul {
        -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .08);
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .08);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, .08);
        height: auto;
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    #maia-nav-x.maia-compact h1 + ul li {
        opacity: 0;
        -moz-transition: opacity .2s ease-out;
        -webkit-transition: opacity .2s ease-out;
        transition: opacity .2s ease-out;
        -moz-transition-delay: -.2s;
        -webkit-transition-delay: -.2s;
        transition-delay: -.2s
    }

    #maia-nav-x.maia-compact.active h1 + ul li {
        opacity: 1;
        -moz-transition-delay: .2s;
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

    #maia-nav-x.maia-compact h1 + ul li {
        float: none;
        margin: 0;
        padding: 12px 0
    }

    #maia-nav-x.maia-compact h1 + ul li + li {
        border-top: 1px solid #405d93
    }

    #maia-nav-x.maia-compact .maia-aux {
        max-width: none
    }

    #maia-nav-x.maia-compact .maia-aux > div, #maia-nav-x.maia-compact .maia-aux > a {
        display: none
    }

    #maia-nav-y {
        float: left;
        margin: 0 0 120px;
        width: 14.1104296%
    }

    [dir=rtl] #maia-nav-y {
        float: right
    }

    #maia-nav-y + .maia-article {
        float: right;
        width: 82.8220858896%
    }

    [dir=rtl] #maia-nav-y + .maia-article {
        float: left
    }

    * html .maia-article {
        float: right;
        width: 82.8220858896%
    }

    #maia-nav-y + .maia-article > :first-child, #maia-nav-y + .maia-article > .maia-teleport + h1, #maia-nav-y + .maia-article > .maia-nav-aux + h1, #maia-nav-y + .maia-article > .maia-nav-aux + .maia-teleport + h1 {
        margin-top: 0
    }

    #maia-nav-y ul ul, #maia-nav-y li {
        border: solid #eee
    }

    #maia-nav-y ul ul {
        border-width: 1px 0 0;
        margin: 9px 0 -9px
    }

    #maia-nav-y li {
        border-width: 0 0 1px;
        padding: 9px 0
    }

    #maia-nav-y li:last-child {
        border: 0
    }

    #maia-nav-y li li {
        margin: 0 0 0 18px
    }

    [dir=rtl] #maia-nav-y li li {
        margin: 0 18px 0 0
    }

    #maia-signature {
        clear: both;
        margin: 120px auto 0;
        max-width: 978px;
        min-height: 4px
    }

    #maia-signature:after, #maia-signature:before {
        content: "";
        float: right;
        height: 4px
    }

    [dir=rtl] #maia-signature:after, [dir=rtl] #maia-signature:before {
        float: left
    }

    #maia-signature:after, [dir=rtl] #maia-signature:before {
        border-left: 34px solid #0089fa;
        border-right: 35px solid #ff002b
    }

    #maia-signature:before, [dir=rtl] #maia-signature:after {
        border-left: 35px solid #ffa900;
        border-right: 34px solid #00a753
    }

    #maia-footer {
        background: #f5f5f5;
        clear: both
    }

    #maia-footer-global, #maia-footer-local {
        padding: 10px 15px
    }

    #maia-footer-global {
        border-top: 1px solid #eee;
        font-size: 11px;
        line-height: 2.19;
        list-style: none
    }

    #maia-footer-global ul {
        margin: 0
    }

    #maia-footer-global li {
        display: inline
    }

    #maia-footer-global li + li:before {
        content: "Â·";
        padding: 0 3px
    }

    * html #maia-footer-global li {
        margin: 0 13px 0 0
    }

    * + html #maia-footer-global li {
        margin: 0 13px 0 0
    }

    * + [dir=rtl] #maia-footer-global li {
        margin: 0 0 0 13px
    }

    #maia-footer-local {
        background: #f9f9f9;
        border-top: 1px solid #f5f5f5;
        min-height: 24px
    }

    iframe[id^="oauth2relay"] {
        height: 1px !important;
        left: 0 !important;
        overflow: hidden !important;
        position: absolute !important;
        top: -1px !important;
        width: 1px !important
    }
}

@media screen and (max-width: 767px) {
    #maia-header {
        min-height: 33px;
        padding: 9px 15px 8px
    }

    #maia-header h1, #maia-header h2 {
        float: none !important
    }

    #maia-header h1 a, #maia-header h2 a {
        display: block
    }

    #maia-header h1 {
        font-size: 24px
    }

    #maia-header h1 img {
        height: 31px;
        margin: -2px 0 -3px
    }

    #maia-header h2 {
        background-image: -moz-radial-gradient(top center, ellipse farthest-side, rgba(0, 0, 0, .04) 0, transparent 100%);
        background-image: -ms-radial-gradient(top center, ellipse farthest-side, rgba(0, 0, 0, .04) 0, transparent 100%);
        background-image: -webkit-gradient(radial, top center, 0, top center, 100%, color-stop(0, rgba(0, 0, 0, .04)), color-stop(100%, transparent));
        background-image: -webkit-radial-gradient(top center, ellipse farthest-side, rgba(0, 0, 0, .04) 0, transparent 100%);
        background-image: radial-gradient(farthest-side at top center, rgba(0, 0, 0, .04) 0, transparent 100%);
        border-top: 1px solid #e1e1e1;
        font-family: arial, sans-serif;
        font-size: 11px;
        line-height: 1.81;
        margin: 8px 0 -8px;
        padding: 1px 0 0
    }

    #maia-header h2:before {
        content: none
    }

    #maia-header h2, #maia-header h2 a {
        color: #63666a
    }

    #maia-header .maia-util {
        background: #fff;
        border: 1px solid #e9e9e9;
        border-bottom-color: #d9d9d9;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .04);
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .04);
        box-shadow: 0 2px 2px rgba(0, 0, 0, .04);
        float: none !important;
        margin: 8px 0 6px;
        min-height: 0;
        padding: 5px 10px
    }

    #maia-nav-y {
        float: none !important;
        margin: 0 0 30px !important;
        width: auto
    }

    #maia-nav-y + .maia-article {
        float: none !important;
        margin: 0 !important;
        width: 100% !important
    }

    #maia-signature {
        margin: 90px auto 0;
        min-height: 3px
    }

    #maia-signature:after, #maia-signature:before {
        height: 3px
    }

    #maia-signature:after, [dir=rtl] #maia-signature:before {
        border-width: 0 25.5px 0 26.25px
    }

    #maia-signature:before, [dir=rtl] #maia-signature:after {
        border-width: 0 26.25px 0 25.5px
    }
}

@media print {
    a {
        color: inherit
    }

    #maia-header h1 img {
        display: block
    }

    #maia-header a {
        text-decoration: none
    }

    #maia-header .maia-teleport, #maia-signature, #maia-footer, .maia-nav {
        display: none
    }
}

html {
    padding: 0
}

#play-footer {
    margin-top: 30px
}

.col p {
    float: left;
    margin-bottom: 25px;
    width: 33%
}

.col:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden
}

@media screen and (max-width: 500px) {
    h1 {
        height: auto
    }
}
