/*
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
Base classes
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

@media screen,
projection {
    html {
        height: 100%;
    }

    html * {
        font-size: 100.01%;
    }

    body {
        width: 100%;
        height: 100%;
        padding: 0px;
        margin: 0px;
        background: #FFF;
        font-size: 75.00%;
        font-family: 'Abel', sans-serif;
        font-weight: 400;
        color: #00818D;
    }

    .border-box {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    /*
	-----------------------------------------------------------------------------------------------------------------------------------------------------------------
	Top 
	-----------------------------------------------------------------------------------------------------------------------------------------------------------------
	*/
    #tabbg {
        float: left;
        background: #EDEDDC;
        width: 100%;
        height: 33px;
        display: none;
    }

    #tabarea {
        text-align: right;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 0px;
        margin-top: 5px;
        width: 945px;
        background: #FFF;
    }

    #tabgroup {
        height: 28px;
        margin-right: 5px;
        float: right;
    }

    #tabgroup a,
    #tabgroup img {
        float: left;
    }

    #tabgroup img {
        margin-left: 3px;
    }

    /*
	-----------------------------------------------------------------------------------------------------------------------------------------------------------------
	Tags 
	-----------------------------------------------------------------------------------------------------------------------------------------------------------------
	*/
    *:focus {
        outline: 0;
    }

    ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    a {
        text-decoration: none;
        color: #00274c;
    }

    p,
    img {
        float: left;
        padding: 0px;
        margin: 0px;
        border: none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    h7 {
        margin: 0px;
        font-weight: normal;
    }

    form {
        float: left;
        margin: 0px;
    }

    input {
        margin: 0px;
        border: none;
    }

    /*
	-----------------------------------------------------------------------------------------------------------------------------------------------------------------
	Base 
	-----------------------------------------------------------------------------------------------------------------------------------------------------------------
	*/
    #page {
        float: left;
        position: relative;
        overflow: hidden;
        width: 100%;
        min-width: 976px;
        height: auto;
        min-height: 100%;
    }

    #page>.center {
        position: relative;
        margin: 0 auto;
        width: 936px;
        height: auto;
    }

    #header,
    #content {
        float: left;
        display: block;
        position: relative;
        width: 100%;
    }

    .contain {
        float: left;
        position: relative;
        width: 100%;
    }

    .col {
        float: left;
        position: relative;
    }

    .table {
        display: table;
        position: relative;
        width: 100%;
        table-layout: fixed;
    }

    .table>.col {
        float: none;
        position: relative;
        display: table-cell;
        width: auto;
        vertical-align: top;
    }

    /*
	-----------------------------------------------------------------------------------------------------------------------------------------------------------------
	Header 
	-----------------------------------------------------------------------------------------------------------------------------------------------------------------
	*/
    #header {
        height: 276px;
    }

    #header h1 {
        float: left;
        position: relative;
        margin-top: 22px;
    }

    #header h1 a {
        float: left;
        width: 302px;
        height: 168px;
        background: url(../m/template/header/h1-bg.png);
        text-indent: -99999px;
        background-size: contain;
    }

    #header .navigation {
        position: absolute;
        top: 231px;
        left: 0px;
        width: 100%;
    }

    #header .navigation li {
        float: left;
        position: relative;
    }

    #header .navigation>li>a,
    #header .navigation>li>span {
        float: left;
        width: 300px;
        height: 29px;
        border-right: 18px #FFFFFF solid;
        background: #000000;
        font-size: 21px;
        line-height: 29px;
        text-indent: 9px;
        color: #FFF;
    }

    #header .navigation>li+li+li>a,
    #header .navigation>li>span {
        border-right: none;
    }

    #header ul.social {
        position: absolute;
        right: 12px;
        top: 12px;
        display: none;
    }

    #header ul.social li {
        float: left;
    }

    #header ul.social li a {
        float: left;
        width: 53px;
        height: 48px;
        background: url(../m/template/header/ul.social_li_a-bg.png);
        text-indent: -99999px;
    }

    #header ul.social li a.vimeo {
        background-position: -53px 0px;
    }

    #header ul.social li+li {
        display: none;
    }

    /*
	-----------------------------------------------------------------------------------------------------------------------------------------------------------------
	Content 
	-----------------------------------------------------------------------------------------------------------------------------------------------------------------
	*/
    #content {
        height: auto;
        margin-bottom: 20px;
    }

    /*
	------------------------------------------------------------------------------------------------------------
	Home 
	------------------------------------------------------------------------------------------------------------
	*/
    #content.home {
        background-color: #00818D;
    }

    #content.home>.col {
        margin: 40px 30px 20px 12px;
        width: 300px;
    }

    #content.home>.col p {
        line-height: 29px;
        font-size: 21px;
        color: #FFFFFF;
    }

    #content.home>.col+.col {
        margin-right: 0px;
    }

    /*
	------------------------------------------------------------------------------------------------------------
	Home V2
	------------------------------------------------------------------------------------------------------------
	*/
    #content.home2 {
        padding-bottom: 50px;
    }

    #content.home2>div+div {
        margin-top: 40px;
    }

    #content.home2 .header {
        background-color: #00818D;
    }

    #content.home2 .header>.table>.col:first-child {
        padding: 40px 30px 20px 12px;
        width: 33.97%;
    }

    #content.home2 .header>.table>.col p {
        line-height: 29px;
        font-size: 21px;
        color: #FFFFFF;
    }

    #content.home2 .header>.table>.col+.col {
        margin-right: 0px;
    }

    #content.home2 .header .year {
        position: relative;
        display: block;
        width: 100%;
        margin-top: 10px;
        font-size: 260px;
        line-height: 260px;
        font-family: 'PT Sans', sans-serif;
        color: #83B1B8;
        text-align: center;
    }

    #content.home2 .header .locations {
        margin-top: -30%;
        margin-bottom: 10%;
        text-align: center;
    }

    #content.home2 .header .locations>div {
        display: inline-block;
        width: 30%;
    }

    #content.home2 .header .locations>div .col {
        padding-bottom: 110%;
        background-size: contain;
        background-position: center bottom;
        background-repeat: no-repeat;
    }

    #content.home2 .header .locations>div .col .name {
        position: absolute;
        left: 0;
        top: 100%;
        margin-top: 10px;
        width: 100%;
        text-align: center;
        color: #fff;
        font-style: italic;
        font-size: 16px;
    }

    #content.home2 .header:after {
        content: '';
        display: block;
        clear: both;
    }

    #content.home2 span.border {
        position: absolute;
        display: block;
        left: 10px;
        top: 0px;
        width: 75px;
        height: 3px;
        background-color: #000;
    }

    #content.home2 h2 {
        font-size: 36px;
        margin-top: 10px;
        margin-left: 10px;
        font-family: 'PT Sans', sans-serif;
        color: #000;
    }

    #content.home2 .next {
        background: #66B2BA;
        padding: 20px;
        margin-top: 20px;
    }

    #content.home2 .next h2 {
        margin-top: -10px;
        margin-left: 0px;
        color: #fff;
    }

    #content.home2 .next .col+.col {
        line-height: 21px;
        font-size: 21px;
    }

    #content.home2 .next .col+.col h3,
    #content.home2 .next .col+.col h4,
    #content.home2 .next .col+.col h4 a {
        color: #000;
    }

    #content.home2 .next .col+.col h4 {
        margin-bottom: 5px;
        line-height: 29px;
        font-size: 21px;
        font-weight: bold;
    }

    #content.home2 .next .col+.col>p {
        color: #fff;
    }

    #content.home2 .next .col+.col>p a {
        color: #fff;
        font-weight: bold;
    }

    #content.home2 .next .col {
        width: 33.97%;
    }

    #content.home2 .next .col+.col {
        width: 66.03%;
    }

    #content.home2 .text .col {
        width: 33.97%;
    }

    #content.home2 .text .col+.col {
        width: 66.03%;
    }

    #content.home2 .text .col+.col *+p,
    #content.home2 .text .col+.col *+ul,
    #content.home2 .text .col+.col *+ol {
        margin-top: 29px;
    }

    #content.home2 .text .col+.col .slider {
        position: relative;
        padding-bottom: 71.42%;
        margin-bottom: 20px;
    }

    #content.home2 .text .col+.col .slider ul.media,
    #content.home2 .text .col+.col .slider ul.media li {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    #content.home2 .text .col+.col .slider ul.media {
        overflow: hidden;
    }

    #content.home2 .text .col+.col .slider ul.media li {
        background-size: cover;
    }

    #content.home2 .text .col+.col .slider ul.media li+li {
        left: 100%;
    }

    #content.home2 .text .col+.col .slider ul.navigation {
        position: absolute;
        z-index: 10;
        width: 100%;
        left: 0;
        bottom: 7%;
        text-align: center;
    }

    #content.home2 .text .col+.col .slider ul.navigation li {
        display: inline-block;
        position: relative;
        cursor: pointer;
        width: 28px;
        height: 24px;
    }

    #content.home2 .text .col+.col .slider ul.navigation li span {
        position: absolute;
        left: 5px;
        top: 3px;
        display: block;
        width: 18px;
        height: 18px;
        border: 1px solid #fff;
        border-radius: 50%;
    }

    #content.home2 .text .col+.col .slider ul.navigation li.selected span {
        background: #fff;
    }

    #content.home2 .text .col+.col p {
        line-height: 29px;
        font-size: 21px;
    }

    #content.home2 .team .col {
        width: 33.97%;
    }

    #content.home2 .team .col+.col {
        width: 66.03%;
    }

    #content.home2 .team .margin {
        margin-right: -18px;
    }

    #content.home2 .team .margin .entry {
        float: left;
        width: 50%;
        padding-right: 18px;
    }

    #content.home2 .team .margin .entry h4 {
        line-height: 29px;
        font-size: 23px;
        color: #000;
        font-family: 'PT Sans', sans-serif;
    }

    #content.home2 .team .margin .entry h5,
    #content.home2 .team .margin .entry p {
        line-height: 22px;
        font-size: 18px;
    }

    #content.home2 .team .margin .entry h5 {
        font-family: 'PT Sans', sans-serif;
        margin-bottom: 3px;
    }

    #content.home2 .team .margin .clear {
        content: '';
        display: block;
        clear: both;
        height: 20px;
    }

    #content.home2 .image img {
        width: 100%;
        float: none;
    }


    /*
	------------------------------------------------------------------------------------------------------------
	About 
	------------------------------------------------------------------------------------------------------------
	*/
    #content.about .col {
        width: 300px;
        margin-top: 25px;
        margin-right: 18px;
        margin-bottom: 20px;
    }

    #content.about .col+.col+.col {
        margin-right: 0px;
    }

    #content.about .col h2,
    #content.about .col p {
        line-height: 29px;
        font-size: 21px;
    }

    #content.about .col h2 {
        margin-top: 5px;
        color: #231F20;
    }

    #content.about .col+.col p {
        margin-bottom: 15px;
        line-height: 16px;
        font-size: 13.4px;
    }

    #content.about p {
        float: none;
    }

    /*
	------------------------------------------------------------------------------------------------------------
	When & Where 
	------------------------------------------------------------------------------------------------------------
	*/
    #content.whenandwhere>div {
        padding-top: 78px;
        margin-bottom: 60px;
        min-height: 310px
    }

    #content.whenandwhere>div>h1 {
        position: absolute;
        left: 0px;
        top: 0px;
        font-size: 118px;
        font-family: 'PT Sans', sans-serif;
        font-style: normal;
        color: #CCCCCC;
    }

    #content.whenandwhere>div>div>.col {
        width: 219px;
        margin-right: 20px;
    }

    #content.whenandwhere>div>div>.col+.col+.col+.col {
        margin-right: 0px;
    }

    #content.whenandwhere>div>div>.col span.date,
    #content.whenandwhere>div>div>.col span.location {
        float: left;
        width: 100%;
        font-size: 21px;
        font-weight: bold;
        color: #231F20;
    }

    #content.whenandwhere>div>div>.col span.location {
        font-size: 15px;
        margin-bottom: -18px;
    }

    #content.whenandwhere>div>div>.col span.location a {
        color: #231F20;
    }

    #content.whenandwhere>div>div>.col span.booking {
        float: left;
        display: block;
        width: 100%;
        height: 16px;
        margin-top: 25px;
        margin-bottom: -18px;
    }

    #content.whenandwhere>div>div>.col span.booking a {
        font-weight: bold;
        color: #00818D;
        ;
    }

    #content.whenandwhere>div>div>.col h2 {
        float: left;
        margin: 20px 0px -5px 0px;
        line-height: 29px;
        font-size: 21px;
        color: #231F20;
    }

    #content.whenandwhere>div>div>.col h2 a {
        color: #231F20;
    }

    #content.whenandwhere>div>div>.col h2 span {
        font-size: 13.4px;
        color: #00818D;
    }

    #content.whenandwhere>div>div>.col p {
        font-size: 15px;
        line-height: 18px;
    }

    #content.whenandwhere>div>div:after {
        content: '';
        display: block;
        clear: both;
    }

    #content.whenandwhere>div .credits {
        position: relative;
        margin-top: 40px;
        padding-bottom: 80px;
    }

    #content.whenandwhere>div .credits h5 {
        margin-bottom: 15px;
        line-height: 29px;
        font-size: 23px;
        color: #000;
        font-family: 'PT Sans', sans-serif;
    }

    #content.whenandwhere>div .credits p {
        line-height: 22px;
        font-size: 18px;
        color: #000;
    }

    #content.whenandwhere>div .credits>span.border {
        position: absolute;
        display: block;
        left: 0px;
        bottom: 0px;
        width: 75px;
        height: 3px;
        background-color: #000;
    }

    /*
	------------------------------------------------------------------------------------------------------------
	Meet the Knights
	------------------------------------------------------------------------------------------------------------
	*/
    #content.meet>.col {
        width: 219px;
        margin-right: 20px;
        margin-top: 35px;
        margin-bottom: 20px;
    }

    #content.meet>.col+.col+.col+.col {
        margin-right: 0px;
    }

    #content.meet>.col>span {
        float: left;
        width: 100%;
        line-height: 16px;
        font-size: 13.4px;
    }

    #content.meet>.col>span.tall {
        font-size: 21px;
        line-height: 21px;
        color: #231F20;
    }

    #content.meet>.col>ul,
    #content.meet>.col>ul li {
        float: left;
        width: 100%;
    }

    #content.meet>.col>ul {
        margin-bottom: 20px;
    }

    #content.meet>.col>ul li a {
        font-size: 13.4px;
        line-height: 16px;
        color: #00818D;
    }

    /*
	------------------------------------------------------------------------------------------------------------
	Profile
	------------------------------------------------------------------------------------------------------------
	*/
    #content.profile>.col {
        width: 374px;
        margin-right: 20px;
        margin-top: 35px;
        margin-bottom: 20px;
    }

    #content.profile>.col h1 {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        font-size: 21px;
        color: #231F20;
    }

    #content.profile>.col h2,
    #content.profile>.col p {
        float: left;
        width: 100%;
        font-size: 13.4px;
        line-height: 15px;
    }

    #content.profile>.col h2 {
        margin-top: 5px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    #content.profile>.col p a {
        color: #00818D;
        font-weight: bold;
    }

    #content.profile>.col p {
        margin-bottom: 15px;
    }

    #content.profile>.col h2 {
        color: #231F20;
        text-decoration: underline;
    }

    #content.profile>.col+.col {
        width: 542px;
        margin-top: 65px;
        margin-right: 0px;
    }

    /* */
    #content.projects>.flex {
        display: flex;
        flex-wrap: wrap;
        margin-left: -18px;
        margin-right: -5px;
    }

    #content.projects .entry {
        flex: 0 0 300px;
        background: #00818D;
        line-height: 18px;
        font-size: 13px;
        color: #fff;
        margin-bottom: 20px;
        margin-left: 18px;
    }

    #content.projects .entry a {
        color: #fff;
        text-decoration: underline;
    }

    #content.projects .test {
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;
        /* Instead use this non-standard one: */
        word-break: break-word;
        /* Adds a hyphen where the word breaks, if supported (No Blink) */
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

    #content.projects .entry .header {
        position: relative;
        padding: 10px;
        min-height: 155px;
    }

    #content.projects .entry .header>span {
        display: block;
    }

    #content.projects .entry .content {
        position: relative;
        overflow: hidden;
        padding-bottom: 75%;
    }

    #content.projects .entry .content .image {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-size: cover;
        -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
        -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(100%);
        filter: gray;
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    }

    #content.projects .entry .content .description {
        position: absolute;
        z-index: 2;
        padding: 20px;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: #66B2BA;
        transition: opacity 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940);
        opacity: 0
    }

    #content.projects .entry .content:hover .description {
        opacity: 1;
    }

    #content.projects .entry audio {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        border-radius: none;
    }

    /*
	-----------------------------------------------------------------------------------------------------------------------------------------------------------------
	Footer 
	-----------------------------------------------------------------------------------------------------------------------------------------------------------------
	*/
    #footer {
        float: left;
        width: 100%;
    }

    #footer>.col {
        width: 300px;
        margin-right: 18px;
    }

    #footer>.col .contain {
        height: 82px;
    }

    #footer>.col .contain+.contain {
        height: auto;
    }

    #footer>.col+.col {
        width: 618px;
        margin-right: 0px;
    }

    #footer>.col h6 {
        float: left;
        width: 100%;
        height: 17px;
        margin-bottom: 9px;
        background: #00818D;
        line-height: 17px;
        text-indent: 4px;
        color: #FFF;
    }

    #footer>.col ul,
    #footer>.col ul li {
        float: left;
        width: 100%;
    }

    #footer>.col ul {
        padding-left: 4px;
        margin-bottom: 26px;
    }

    #footer>.col p,
    #footer>.col p a,
    #footer>.col ul li,
    #footer>.col ul li a {
        line-height: 15px;
        color: #231F20;
    }

    #footer>.col>.contain>.col {
        width: 138px;
        margin-right: 24px;
    }

    #footer>.col>.contain>.col+.col {
        margin-right: 0px;
    }

    #footer>.col+.col h6 {
        background: #000000;
    }

    #footer>.col+.col ul li {
        width: auto;
    }

    #footer.about>.col+.col ul li a {
        float: left;
        width: auto;
        padding-right: 48px;
        height: 54px;
    }

    #footer.about>.col+.col ul li:last-child a {
        padding-right: 0px;
    }

    #footer .twitter {
        position: absolute;
        right: -7px;
        top: 20px;
        width: 53px;
        height: 48px;
        background: url(../m/template/header/ul.social_li_a-bg.png);
        text-indent: -99999px;
    }

    /*
	------------------------------------------------------------------------------------------------------------
	Default Footer
	------------------------------------------------------------------------------------------------------------
	*/
    #footer.default>.col h6 {
        background: #000000;
    }

    #footer.default>.col+.col {
        width: 300px;
        margin-right: 18px;
    }

    #footer.default>.col+.col+.col {
        width: 300px;
        margin-right: 0px;
    }
}