
    /*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

    html {
        font-size: 1em;
        line-height: 1.2;
    }

    ::-moz-selection {
        color: #ffcc00;
        background: #fff;
        text-shadow: none;
    }

    ::selection {
        color: #ffcc00;
        background: #fff;
        text-shadow: none;
    }

    hr {
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #ccc;
        margin: 1em 0;
        padding: 0;
    }

    audio,
    canvas,
    img,
    video {
        vertical-align: middle;
    }

    fieldset {
        border: 0;
        margin: 0;
        padding: 0;
    }

    textarea {
        resize: vertical;
    }

    .browsehappy {
        margin: 0.2em 0;
        background: #ccc;
        color: #000;
        padding: 0.2em 0;
    }

    /* ==========================================================================
       Author's custom styles
       ========================================================================== */

    * {
        box-sizing: border-box;
    }

    html, body {
        overflow-x: hidden;
        height: 100%;
    }

    html {
        font-family: 'Play', Arial, sans-serif;
        text-align: left;
    }

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

    a {
        outline: none;
        color: #000;
        transition: all ease-out .2s;
        position: relative;
        z-index: 999 !important;
        }

        a:hover, a:active {
            color: #ffcc00;
            outline: none;
        }

        a:focus {
            outline: none;
        }

    button, input, textarea {
        position: relative;
        z-index: 999 !important;
    }

    input, textarea {
        width: 100%;
        border: none;
        padding: .75em;
        font-family: 'PLay', Arial, sans-serif;
        }

        input:focus, textarea:focus {
            background-color: #000;
            color: #ffcc00;
        }

        textarea {
            height: 10em; 
        }

        .submit {
            background-color: #000;
            color: #ffcc00;
            transition: all ease-out .2s;
            }

            .submit:hover {
                background-color: #fff;
                color: #000;
    }

    table {
        width: 100%;
    }

    th, td {
        padding: 12px 15px;
        text-align: left;
        font-size: 1.2em;
        }

        th {
            color: #ffcc00;
        }

        tbody tr:nth-of-type(odd) {
            background-color: #333;
        }

        th:first-child, td:first-child {
            padding-left: 0;
        }

        th:last-child, td:last-child {
            padding-right: 0;
    }


    /* Tools */
    .black {
        color: #000;
    }

    .white {
        color: #fff;
    }

    .white-b, .white-b a {
        color: #fff;
    }

    .yellow {
        color: #ffcc00;
    }

    a.black:hover {
        color: #fff;
    }

    a.white:hover {
        color: #000;
    }

    a.white-b:hover, .white-b a:hover {
        color: #ffcc00;
    }

    a.yellow:hover {
        color: #000;
    }

    .left {
        text-align: left;
    }

    .right {
        text-align: right;
    }
    .grey {
        color: #888;
    }

    /* Layout */
    .container {
      position: relative; 
      width: 100%; 
      max-width: 960px; 
      margin: 0 auto; 
      padding: 0 20px;
    }
    .column,        
    .columns { 
      width: 100%; 
      float: left; 
    }

    /* For devices larger than 400px */
    @media (min-width: 400px) {

        .container {
            width: 85%;
            padding: 0;
        }

    }

    /* For devices larger than 550px */
    @media (min-width: 550px) {

        .container {
            width: 80%;
        }

        .column,
        .columns {
            margin-left: 4%;
        }

        .first { 
            margin-left: 0;
        }
      
        .one.column,
        .one.columns                   { width: 4.66666666667%; }
        .two.columns                    { width: 13.3333333333%; }
        .three.columns                  { width: 22%;            }
        .four.columns                   { width: 30.6666666667%; }
        .five.columns                   { width: 39.3333333333%; }
        .six.columns                    { width: 48%;            }
        .seven.columns                  { width: 56.6666666667%; }
        .eight.columns                  { width: 65.3333333333%; }
        .nine.columns                   { width: 74.0%;          }
        .ten.columns                    { width: 82.6666666667%; }
        .eleven.columns                 { width: 91.3333333333%; }
        .twelve.columns                 { width: 100%; margin-left: 0; }
        .one-third.column               { width: 30.6666666667%; }
        .two-thirds.column              { width: 65.3333333333%; }
        .one-half.column                { width: 48%; }

      /* Offsets */
        .offset-by-one.column,
        .offset-by-one.columns          { margin-left: 8.66666666667%; }
        .offset-by-two.column,
        .offset-by-two.columns          { margin-left: 17.3333333333%; }
        .offset-by-three.column,
        .offset-by-three.columns        { margin-left: 26%;            }
        .offset-by-four.column,
        .offset-by-four.columns         { margin-left: 34.6666666667%; }
        .offset-by-five.column,
        .offset-by-five.columns         { margin-left: 43.3333333333%; }
        .offset-by-six.column,
        .offset-by-six.columns          { margin-left: 52%;            }
        .offset-by-seven.column,
        .offset-by-seven.columns        { margin-left: 60.6666666667%; }
        .offset-by-eight.column,
        .offset-by-eight.columns        { margin-left: 69.3333333333%; }
        .offset-by-nine.column,
        .offset-by-nine.columns         { margin-left: 78.0%;          }
        .offset-by-ten.column,
        .offset-by-ten.columns          { margin-left: 86.6666666667%; }
        .offset-by-eleven.column,
        .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

        .offset-by-one-third.column,
        .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
        .offset-by-two-thirds.column,
        .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

        .offset-by-one-half.column,
        .offset-by-one-half.columns     { margin-left: 52%; }
    }

    /* Header */
    #header {
        position: relative;
		z-index: 20;
    }

    #nav {
        position: absolute;
        top: 0;
        box-sizing: content-box;
        background: url(../img/header-bg.svg) no-repeat top center;
        background-size: 200em 13.8125em;
        z-index: 20;
        height: 13.8125em;
        text-align: right;
        padding-left: 70em;
        margin-left: -70em;
        padding-right: 70em;
        margin-right: -70em;
        }

        #nav-links {
            display: none;
        }

        #nav-links.open {
            display: block;
            background-color: #ffcc00;
            border-top: 2px solid #000;
            border-bottom: 2px solid #000;
            padding-top: 1.25em;
            padding-bottom: 1.25em;
            padding-right: .5em;
            width: 50%;
            float: right;
            z-index: 9999;
            }

            #nav-links.open li {
                padding: .5em 0;
                }

                #nav-links.open li a:hover,
                #nav-links.open li a:active {
                    color: #fff;
                }                        

        .nav-icon {
            display: block;
            margin: 1.5em 0;
            }

            .nav-icon a {
                display: block;
            }
            
            .nav-icon a img {
                max-width: 2.5em;
        }   




    /* Slider */
    .aside {
        overflow: hidden;
        height: 100%;
        width: 100%;
        position: relative;
        }

        .aside ul, .aside ul li {
            height: 100%;
            width: 100%;
        }

        .slide-content {
            position: absolute;
            top: 40%;
            left: 50%;
            color: #fff;
            overflow: visible;
            z-index: 5;
            }

            .slide-content article {
                margin-left: -50%;
                width: 100%;
                overflow: visible;
                position: relative;
                }

                .slide-content h2 {
                    text-transform: uppercase;
                    margin-top: 0;
                    margin-bottom: .5em;
                    z-index: 4;
                }

                .slide-content p {
                    margin-top: -8em;
                    margin-bottom: 0;
                    margin-left: -8em;
                    z-index: 3;
                    font-size: 1.2em;
                    /*  */
                    box-sizing: content-box;
                    background: url(../img/aside-bg.svg) no-repeat;
                    background-size: 100%;
                    padding: 8em;
                }

                .slide-nav {
                    position: absolute;
                    text-align: right;
                    top: -6em;
                    left: 0;
                    }

                    .slide-nav a {
                        transition: none;
                    }

                    .slide-nav .prev, .slide-nav .next {
                        display: inline-block;
                        width: 48px;
                        height: 96px;
                    }

                    .slide-nav .prev {
                        background: url(../img/arrows.png) no-repeat;
                        background-position: 0 0;
                        }

                        .slide-nav .prev:hover {
                            background: url(../img/arrows.png) no-repeat;
                            background-position: 0 -96px;
                        }

                    .slide-nav .next {
                        background: url(../img/arrows.png) no-repeat;
                        background-position: -48px 0;
                        }

                        .slide-nav .next:hover {
                            background: url(../img/arrows.png) no-repeat;
                            background-position: -48px -96px;
                        }    


    /* Main */
    .title {
        margin: 0;
        font-size: 2.5em;
        line-height: 3em;
        margin-top: -3em;
    }

    .main {
        padding-top: 15.6875em;
        background: url(../img/news-title-bg-full.svg) no-repeat;
        background-size: 200em;
        padding-left: 70em;
        margin-left: -70em;
        padding-right: 70em;
        margin-right: -70em;
        margin-top: -15.6875em; 
        }

        .main .title {
            background-size: 24em 3.4em;
            margin-bottom: 0;
            font-size: 2.5em;
            line-height: 3em;
            margin-top: -3em;
        }

        .content {
            padding-left: 1120px;
            margin-left: -1120px;
            padding-right: 1120px;
            margin-right: -1120px;
            padding-bottom: 9em;
            overflow: hidden;
        }

        .main .content {
            background-size: 60em 48.75em;
            }

            .content h3 {
                font-size: 1.5em;
            }

            .content p, .more {
                font-size: 1.2em;
            }

            .all-link {
                font-size: 1.5em;
                margin-top: 2em;
                margin-bottom: 2em;
                }

            .more {
                text-decoration: none;
                }

                .more:after {
                    content: "»";
                    margin-left: .25em;
    }

    #gallery {
        padding-top: 14.25em;
        background: url(../img/gallery-section-bg-full.svg) no-repeat;
        background-size: 100%;
        padding-left: 70em;
        margin-left: -70em;
        padding-right: 70em;
        margin-right: -70em;
        margin-top: -14.375em;
        }

        #gallery .content {
            background-color: #000;
        }

        .row li img {
            max-width: 100%;
            height: auto;
            margin-top: 16%;
            cursor: pointer;
    }

    /* Contact Us */
    #contact p {
        margin-bottom: 0;
        }

        #contact .content {
            padding-bottom: 12em;
        }

        .contact-form p label {
            display: inline-block;
            margin-bottom: .5em;
        }

        .aside iframe {
            width: 100%;
            height: 100%;
    }

    /* Page */
    .page {
        width: 100%;
        min-height: 100%;
        background-color: #000;
        color: #fff;
        padding-bottom: 17.5em;
		position: relative;
		z-index: 19;
        }

        .page-title {
            font-size: 2.5em;
            margin: .5em 0;
        }

        .article {
            padding-top: 110px;
            }

            .article nav {
                margin-bottom: 1em;
                }

                .article nav a {
                    font-size: 1.2em;
                    margin-left: 1em;
                }

                .article nav a.current {
                    color: #ffcc00;
            }

            .article img {
                max-width: 100%;
                height: auto;
            }

            .tab-content {
                display: none;
                }

                .tab-content.current {
                    display: inherit;
                }




    /* Footer */
    #footer {
        padding-top: 15.5em;
        background: url(../img/footer-section-bg-full.svg) no-repeat center bottom;
        background-size: 200em;
        padding-left: 70em;
        margin-left: -70em;
        padding-right: 70em;
        margin-right: -70em;
        margin-top: -15.5em;
        padding-bottom: 2em;
		position: relative;
		z-index: 20;
        }

        #footer .row p {
            font-size: 1.2em;
           /* margin-top: 0;*/
        }

        #footer .title {
            font-size: 2em;
        }

        #footer .social {
            height: 2.5em;
            }

            #footer .social a {
                text-decoration: none;
                margin-left: 4%;
                }

                #footer .social img {
                    width: auto;
                    height: 100%;        
    }


    /* ==========================================================================
       Media Queries
       ========================================================================== */

    @media (max-width: 399px) {

        html {
            font-size: .8em
        }

        .container {
            padding: 0;
            width: 85%;
        }

        #nav {
                width: 100%;
            }

            #logo.columns {
                float: left;
                width: 45%;
        }

    }

    /* Larger than mobile */
    @media (min-width: 400px) {

        html {
            font-size: .8em
        }

        #nav {
                width: 100%;
            }

            #logo.columns {
                float: left;
                width: 30%;
            }


    }

    /* Larger than phablet (also point when grid becomes active) */
    @media (min-width: 550px) {

            #logo.columns {
                float: left;
                width: 22%;
            }

    }

    /* Larger than tablet */
    @media (min-width: 750px) {

        .nav-icon {
            display: none;
        }

        #nav-links {
            display: block;
            padding-top: 1em;
        }

        #nav-links li {
            display: inline;
            }

            #nav-links a {
                text-decoration: none;
                font-size: 1.25em;
                padding-left: 1em;
                position: relative;
                }

                #nav-links a:before {
                    content: "/";
                    position: absolute;
                    left: .25em;
                    color: #000;
                    }

                    #nav-links li:first-child a:before {
                        display: none;  
                    }

                    #nav-links a:hover {
                        color: #fff;
                        }

                        #nav-links a:hover:before {
                            color: #000;
        }

    }

    /* Larger than desktop */
    @media (min-width: 1000px) {

        html {
            font-size: 1em
        }

    }

    /* Larger than Desktop HD */
    @media (min-width: 1200px) {
    }

    /* ==========================================================================
       Helper classes
       ========================================================================== */

    .ir {
        background-color: transparent;
        border: 0;
        overflow: hidden;
        *text-indent: -9999px;
    }

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

    .hidden {
        display: none !important;
        visibility: hidden;
    }

    .visuallyhidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

    .invisible {
        visibility: hidden;
    }

    .clearfix:before,
    .clearfix:after {
        content: " ";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

    .clearfix {
        *zoom: 1;
    }

    .container:after,
    .row:after { 
        content: "";
        display: table;
        clear: both;
    }

    /* ==========================================================================
       Print styles
       ========================================================================== */

    @media print {
        * {
            background: transparent !important;
            color: #000 !important;
            box-shadow: none !important;
            text-shadow: none !important;
        }

        a,
        a:visited {
            text-decoration: underline;
        }

        a[href]:after {
            content: " (" attr(href) ")";
        }

        abbr[title]:after {
            content: " (" attr(title) ")";
        }

        .ir a:after,
        a[href^="javascript:"]:after,
        a[href^="#"]:after {
            content: "";
        }

        pre,
        blockquote {
            border: 1px solid #999;
            page-break-inside: avoid;
        }

        thead {
            display: table-header-group;
        }

        tr,
        img {
            page-break-inside: avoid;
        }

        img {
            max-width: 100% !important;
        }

        @page {
            margin: 0.5cm;
        }

        p,
        h2,
        h3 {
            orphans: 3;
            widows: 3;
        }

        h2,
        h3 {
            page-break-after: avoid;
        }
    }