/* ==========================================================================
	# LIVE SCORING HOME PAGE
========================================================================== */
.cols {
    overflow: hidden;
    width: 100%;
}

/*.tournament ~ .tournament { padding-top: 40px; } */
.col {
    float: left;
}

.col-1of2 {
    width: 450px;
    padding: 38px 24px 32px;
    height: 450px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.col-1of4 {
    width: 220px;
    padding: 12px 14px 16px;
    height: 425px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.col ~ .col {
    border-left: 1px solid #ccc;
}

.col table a {
    color: #fff
}

.tournaments {
    padding: 20px 0 0;
}

.tournament-entry {
    font-family: Helvetica, Arial, sans-serif;
}

.tournament-entry h2 {
    padding-bottom: 10px;
}

.tournament-entry h3 {
    padding-bottom: 10px;
    font-size: 21px;
    font-weight: bold;
}

.tournament-entry a {
    color: #2069af;
    text-decoration: none;
    cursor: pointer;
}

.tournament-entry a:hover {
    text-decoration: underline;
}

.tournament-entry .socials {
    padding-top: 0;
}

.tournament-entry .team-logo {
    padding: 0 10px 0 0;
}

.tournament-entry .team-head {
    padding-bottom: 15px;
}

.tournament-entry .head {
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    text-align: center;
}

.tournament-entry .head h5 {
    padding-bottom: 6px;
    font-size: 16px;
}

.table-tournament {
    color: #fff;
}

.table-tournament table {
    border: 1px solid #686868;
    border-collapse: collapse;
}

.table-tournament th {
    height: 24px;
    background: #032052;
}

.table-tournament td {
    height: 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #686868;
    background: #3c4044;
    text-align: center;
    font-weight: bold;
}

.table-tournament td:nth-child(2),
.table-tournament td:nth-child(5) {
    padding: 0 15px;
    text-align: left;
}

.col-1of4 .table-tournament th {
    height: 34px;
}

/* ==========================================================================
	#Reset
========================================================================== */
* {
    padding: 0;
    margin: 0;
    outline: 0;
}

/* ==========================================================================
	#Base
========================================================================== */
html,
body {
    height: 100%;
}

html {
    overflow-y: scroll;
}

body {
    background: #fff;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 12px;
    line-height: 1.7;
    color: #000001;
}

a {
    cursor: pointer;
    color: #3c4044;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
    vertical-align: middle;
}

ul,
ol {
    list-style-position: inside;
}

h1 {
    font-size: 32px;
    color: #ffc512;
}

h2 {
    font-family: "Helvetica Neue Bold", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
}

h3 {
    font-size: 18px;
    line-height: 1.3;
}

h4 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    line-height: 1.2;
    color: #3c4044;
}

h5 {
    font-family: "Helvetica Neue Bold", sans-serif;
    font-size: 13px;
    line-height: 1.2;
}

h6 {
    font-size: 11px;
    line-height: 2.9;
}

h2,
h3,
h5,
h6 {
    font-weight: normal;
    color: #3c4044;
}

#body {
    min-height: 1400px;
}

a.team:link, a.team:visited {
    color: #2069AF;
    font-weight: bold;
    text-decoration: none;
}

a.team:hover {
    color: #feba12;
}

/* ==========================================================================
	#Helpers
========================================================================== */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: ' ';
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.hidden {
    display: none;
    visibility: hidden;
}

ul#messages {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

ul#messages li {
    padding: 5px 10px;
    background: #EFD;
    margin: 3px;
    border: 1px solid #BC9;
}

ul#messages li a.clear {
    float: right;
    color: #693;
}

ul#messages li.warning {
    color: #444;
    background-color: #FEBA12;
}

/* ==========================================================================
	#Containers
========================================================================== */
.full-view {
    display: block;
}

.touch-view {
    display: none;
}

.container {
    margin-top: 66px;
}

.content {
    width: 725px;
}

.tab {
    display: none;
    padding-top: 25px;
}

.tab h2 {
    margin-bottom: 25px;
}

.tab .cols {
    margin-bottom: 22px;
}

.tab.current {
    display: block;
}

.team-container {
    width: 670px;
}

.container .nav-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: #444 #333 #333 #444 !important;
    background: url(../images/tooltip-arrow.png) no-repeat 100px 16px;
    font-size: 20px;
    padding: 5px;
    float: right;
}

/* ==========================================================================
	#Section Stories
========================================================================== */
.stories {
    padding-bottom: 10px;
    overflow: hidden;
    width: 100%;
    margin-left: 5px;
}

.story-head {
    width: 197px;
}

.story-head a {
    color: #3c4044;
}

.star {
    display: inline-block;
    width: 139px;
    height: 136px;
    background: url(images/sprite.png) 0 0;
}

.story-box {
    float: left;
    height: 200px;
    overflow: hidden;
}

.story-logo {
    float: left;
    padding-bottom: 2px;
    padding-right: 7px;
}

.story-content {
    float: left;
    width: 275px;
    padding-bottom: 32px;
    margin-right: 43px;
}

.story-head {
    width: 100%;
}

.story-head h5 {
    color: #3c4044;
}

.story-head h3 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: bold;
}

/* ==========================================================================
	#Updates
========================================================================== */
.n-cols {
    padding-top: 30px;
    padding-left: 20px;
}

.n-col-1of2 {
    width: 260px;
}

.n-col-1of2 ~ .n-col-1of2 {
    margin-right: 27px;
}

.update {
    padding-bottom: 21px;
}

.update-parent {
    min-height: 75px;
}

.update-top {
    height: 37px;
    width: 100%;
    overflow: hidden;
}

.update-ico {
    width: 36px;
    margin-right: 10px;
}

.updates {
    margin-top: 12px;
}

.update-meta {
    color: #3c4044;
}

/* ==========================================================================
	#Ad
========================================================================== */
.ad {
    margin-top: 20px;
}

.sponsor-bottom {
    margin: 50px 50px;
}

/* ==========================================================================
	#Profile Upgrade Box
========================================================================== */
.profile-upgrade {
    overflow: hidden;
    padding: 5px 0 10px 64px;
    border: 1px solid #f15a30;
    margin-left: 10px;
    background: #f4f4f4;
}

.profile-upgrade .ico {
    margin-right: 18px;
    font-size: 17px;
    vertical-align: top;
}

.profile-upgrade a {
    color: #f05023;
}

.profile-upgrade > a {
    float: left;
}

.profile-upgrade p {
    float: left;
    font-size: 18px;
}

.profile-upgrade p a {
    font-family: 'Helvetica Lt Pro', sans-serif;
}

{
    display: none
;
}
/* ==========================================================================
	#Team Page
========================================================================== */
.news-nav select {
    display: none;
}

nav.team-nav {
    width: 100%;
    left: 0;
    height: 41px;
    line-height: 32px;
    background: white;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 12px;
}

.team-nav ul {
    width: 100%;
    list-style: none;
    margin-left: 50px;
}

.team-nav li {
    float: left;
    letter-spacing: 0.04em;
}

.team-nav > ul > li > a {
    padding: 4px 20px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.7px;
}

.team-nav > ul > li.current > a,
.team-nav > ul > li > a:hover {
    background: #5b5b5b;
    text-decoration: none;
}

nav.team-nav ul li a {
    display: block;
    font-size: 18px;
    color: #cdcdcd;
    font-family: "Helvetica Neue Light", sans-serif;
    transition: all .25s;
}

nav.team-nav ul li a .bficons {
    color: inherit;
    font-size: inherit;
}

.team-nav > ul > li.current > a, .team-nav > ul > li > a:hover {
    background: white;
    color: #2069AF;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px 5px 0 0;
}

.team-nav > ul > li:not(.current) > a:hover {
    background: none;
}

nav.team-nav .current {
    width: auto;
    left: 0;
    height: 41px;
    line-height: 32px;
    background: white;
    box-sizing: border-box;
    border: 1px solid #DEDEDE;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0px;
    display: inline-block;
}

.team-search input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: #444 #333 #333 #444 !important;
    padding: 5px;
    font-size: 20px;
}

/* ==========================================================================
	#Schedule/Results
========================================================================== */
.page_tabs select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: #444 #333 #333 #444 !important;
    width: 150px;
    background: url(../images/tooltip-arrow.png) no-repeat 130px 14px;
    font-size: 15px;
    padding: 5px;
}

/* ==========================================================================
	#Icons
========================================================================== */
.ico-rss {
    width: 13px;
    height: 13px;
    background-position: -407px -30px;
}

.ico-sub-menu-arrow {
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 23px;
    height: 7px;
    margin-left: -10px;
    background-position: -422px -30px;
}

/* ==========================================================================
	#Btns
========================================================================== */
.btn {
    display: inline-block;
}

.btn {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btn:hover {
    text-decoration: none;
}

.btn-orange {
    width: 100%;
    height: 58px;
    border: 1px solid #f15f22;
    background-color: #f36f21;
    font-family: "Helvetica Neue Bold", sans-serif;
    font-size: 24px;
    line-height: 58px;
    color: #fff;
    text-transform: uppercase;
}

.btn-orange:hover {
    opacity: .7;
}

/* ================================================================================
	#Tournaments
================================================================================ */
.cols {
    overflow: hidden;
    width: 100%;
}

/*.tournament ~ .tournament { padding-top: 40px; } */
.col {
    float: left;
}

.col-1of2 {
    width: 450px;
    padding: 38px 24px 32px;
    height: 450px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.col-1of4 {
    width: 220px;
    padding: 12px 14px 16px;
    height: 425px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.col ~ .col {
    border-left: 1px solid #ccc;
}

.col table a {
    color: #fff
}

.tournaments {
    padding: 20px 0 0;
}

.tournament-entry {
    font-family: Helvetica, Arial, sans-serif;
}

.tournament-entry h2 {
    padding-bottom: 10px;
}

.tournament-entry h3 {
    padding-bottom: 10px;
    font-size: 21px;
    font-weight: bold;
}

.tournament-entry a {
    color: #2069af;
    text-decoration: none;
    cursor: pointer;
}

.tournament-entry a:hover {
    text-decoration: underline;
}

.tournament-entry .socials {
    padding-top: 0;
}

.tournament-entry .team-logo {
    padding: 0 10px 0 0;
}

.tournament-entry .team-head {
    padding-bottom: 15px;
}

.tournament-entry .head {
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    text-align: center;
}

.tournament-entry .head h5 {
    padding-bottom: 6px;
    font-size: 16px;
}

.table-tournament {
    color: #fff;
}

.table-tournament table {
    border: 1px solid #686868;
    border-collapse: collapse;
}

.table-tournament th {
    height: 24px;
    background: #032052;
}

.table-tournament td {
    height: 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #686868;
    background: #3c4044;
    text-align: center;
    font-weight: bold;
}

.table-tournament td:nth-child(2),
.table-tournament td:nth-child(5) {
    padding: 0 15px;
    text-align: left;
}

.col-1of4 .table-tournament th {
    height: 34px;
}

table.scoreboard {
    border-collapse: collapse;
}

table.scoreboard th {
    padding: 3px 15px;
    background: #333;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

table.scoreboard th, .scoreboard td {
    border-left: 1px solid #c9c9c9;
}

table.scoreboard tr:nth-child(2) th {
    border-top: 1px solid #c9c9c9;
}

table.scoreboard th.pos {
    width: 30px;
}

table.scoreboard th.team {
    width: 250px;
}

table.scoreboard th.player {
    width: 150px;
}

table.scoreboard th.player-team {
    width: 120px;
}

table.scoreboard th.total {
    width: 35px;
}

table.scoreboard th.to_par {
    width: 90px;
}

table.scoreboard td.d-team {
    text-align: left;
}

.scoreboard tr.clicked td,
.scoreboard tr:hover td {
    background: #032052;
    color: #fff;
}

.scoreboard tr.clicked td a,
.scoreboard tr:hover td a {
    color: #fff;
}

.scoreboard td {
    height: 40px;
    padding: 0 8px; /*border-top: 1px solid #f1efef;*/
    text-align: center;
}

.scoreboard td:nth-child(2) {
    text-align: left;
}

.scoreboard td a:hover {
    text-decoration: none;
}

.scoreboard tr:nth-child(odd) {
    background-color: #EAEAEA;
}

.scoreboard td:last-child {
    border-right: 1px solid #c9c9c9;
}

.scoreboard tr:last-child {
    border-bottom: 1px solid #c9c9c9;
}

/* ================================================================================
	#Match Play
================================================================================ */
.table-matches {
    color: #fff;
    margin: 0px auto;
    width: 100%;
}

.table-matches table {
    border: 1px solid #686868;
    border-collapse: collapse;
}

.table-matches th {
    height: 24px;
    background: #032052;
}

.table-matches td {
    height: 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #686868;
    background: #333;
    text-align: center;
    font-weight: bold;
}

.table-matches table a:link, .table-matches table a:visited {
    color: white;
}

.table-matches td.name {
    width: 170px
}

.table-matches td.score {
    width: 65px
}

.table-matches td.vs {
    width: 50px
}

.table-matches tr.blank td {
    background: #FFF;
    border-color: #FFF;
}


/* ================================================================================
	#Team Head
================================================================================ */
.team-head {
    overflow: hidden;
    padding-bottom: 36px;
}

.team-head h3 {
    float: left;
    font-size: 18px;
    line-height: 1.2;
    color: #333;
}

.team-logo {
    float: left;
    width: auto;
    padding: 8px 24px 0 0;
}

.link-back a {
    color: #f26322;
}

.link-back a:hover {
    color: #333;
    text-decoration: none;
}

.meta a,
.link-back a {
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}

.team-entry-top {
    overflow: hidden;
    padding-bottom: 9px;
    border-bottom: 1px solid #ccc;
}

.team-entry-top h2 {
    float: left;
    color: #333;
    font-size: 26px;
    line-height: 1.3;
}

.socials {
    float: right;
    padding-top: 18px;
}

.socials ul {
    font-size: 0;
    line-height: 0;
    list-style: none outside none;
}

.socials li {
    display: inline-block;
    vertical-align: middle;
}

.socials li ~ li {
    margin-left: 5px;
}

.socials a {
    display: block;
    font-size: 22px;
}

.socials a:hover {
    margin-top: -5px;
    text-decoration: none;
}

.fa-twitter-square {
    color: #58cbff;
}

.fa-facebook-square {
    color: #3957a1;
}

.socials a {
    -webkit-transition: margin .5s;
    -moz-transition: margin .5s;
    -o-transition: margin .5s;
    transition: margin .5s;
}

.meta {
    padding: 9px 0 0;
}

.meta ul {
    overflow: hidden;
    padding-bottom: 3px;
    list-style: none outside none;
}

.meta li {
    position: relative;
    float: left;
}

.meta li ~ li {
    padding-left: 18px;
}

.meta li ~ li:after {
    position: absolute;
    top: 0;
    left: 6px;
    content: '\2022';
}

.meta a:hover {
    color: #f07c00;
    text-decoration: none;
}

/* ================================================================================
	#Tournament News
================================================================================ */
.tournament-news {
    width: 100%;
    overflow: hidden;
}

.tournament-news div {
    float: left;
    display: inline-block;
}

.tournament-news div.team-tabs {
    min-width: 100px;
    max-width: 150px;
    margin-right: 15px;
}

.tournament-news div.story-tabs {
    min-width: 150px;
    max-width: 200px;
    margin-right: 15px;
}

div.story-tabs ul, div.team-tabs ul {
    position: relative;
    list-style: none outside none;
}

div.team-tabs > ul, div.story-tabs > ul {
    background: #3c4044;
}

div.team-tabs ul li, div.story-tabs ul li {
    padding: 8px 6px;
}

div.team-tabs li.current, div.story-tabs li.current {
    background: #5b5b5b;
}

div.team-tabs > ul > li > a {
    font-size: 11px;
    padding: 10px 10px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

div.story-tabs > ul > li > a {
    font-size: 10px;
    padding: 10px 10px;
    color: #fff;
    letter-spacing: 0.5px;
}

.tournament-news div.story {
    width: 520px;
    padding: 20px;
}

.tournament-news div.story p {
    line-height: 1.5;
    margin-bottom: 8px;
    font-size: 14px;
}

/* ==========================================================================
	#STATS RANKINGS
========================================================================== */
.stat-ranking {
    min-height: 50px;
}

.stat-ranking h4 {
    color: #444;
    margin-top: 5px;
}

.stat-ranking ul {
    list-style: none;
}

.stat-ranking li {
    margin-left: 20px;
}

/* ==========================================================================
	#RESULTS RANKINGS
========================================================================== */
.tournament_summary {
    border: 1px solid #999;
    border-collapse: collapse;
}

.tournament_summary td {
    border: 1px solid #bbb;
    text-align: center;
}

.tournament_summary td.base_name {
    font-weight: bold;
    padding: 4px;
    text-align: left;
}

.tournament_summary td.proper {
    padding: 4px;
    text-align: left;
}

.tournament_summary td.name {
    font-weight: bold;
    padding: 4px;
    color: #777;
    background-color: #EFEFEF;
    text-align: left;
}

.tournament_summary td.blr, .tournament_summary th.blr {
    border-left: 2px solid #666;
    border-right: 2px solid #666;
}

.tournament_summary td.bl, .tournament_summary th.bl {
    border-left: 2px solid #666;
}

.tournament_summary td.br, .tournament_summary th.br {
    border-right: 2px solid #666;
}

.tournament_summary th.hold {
    min-width: 18px;
}


/* ================================================================================
	# PAGE TABS
================================================================================ */

.page_tabs {
    border-bottom: 1px solid #CFECEC;
    margin-bottom: 12px;
}

.page_tabs ul {
    margin: 0 20px;
    padding: 0;
}

.page_tabs ul li {
    display: inline;
    list-style-type: none;
}

.page_tabs ul li.header {
    font-weight: bold;
    font-size: 16px;
    color: #3c4044;
    padding-right: 14px;
}

.page_tabs ul a:link, .page_tabs ul a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #3c4044;
    padding: 4px 8px;
}

.page_tabs ul a:hover {
    color: #FFF;
    background: #3c4044;
}

.page_tabs .divider {
    color: #3c4044;
}

.page_tabs ul li.focus {
    background-color: #ddd;
}

.page_tabs ul li.focus a:hover {
    color: #42647F;
    background: #DDD;
}

/* ==========================================================================
	#Form
========================================================================== */


.form-head {
    margin-bottom: 7px;
}

.form .form-col ~ .form-col {
    margin-left: 20px;
}

.form-row {
    margin-bottom: 14px;
}

/* ==========================================================================
	#SEARCH
========================================================================== */
.news-search {
    float: right;
}

/* ========================a==================================================
	#Media Queries
========================================================================== */

@media (max-width: 1189px) {
    .col-1of2 {
        width: 49%;
    }

    .tabs-nav a {
        width: 156px;
    }

    .tab .col-1of2 ~ .col-1of2 {
        margin-left: 2%;
    }

    .form-col-1of3 {
        width: 32%;
    }

    .form .form-col-1of3 ~ .form-col-1of3 {
        margin-left: 2%;
    }

}

@media (max-width: 951px) {
    h2 {
        margin: 0 4px;
    }

    .full, .page_tabs ul li.full {
        display: none;
    }

    .mobile-display {
        display: block;
    }

    .touch-view {
        display: block;
        margin-bottom: 50px;
    }

    .form-col-third {
        display: none;
    }

    .form-col-1of3 {
        width: 49%;
    }

    .form .form-col-1of3 ~ .form-col-1of3 {
        margin-left: 2%;
    }

    .tabs-nav li {
        width: 16.6%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .tabs-nav a {
        width: 100%;
        height: 68px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .tabs-nav a .ico {
        display: block;
    }

    .tab {
        padding: 10px;
    }

    .form-actions {
        margin-top: 20px;
        text-align: center;
    }

    .form-actions .btn {
        max-width: 320px;
    }

    .stories-block {
        margin: 0 auto;
    }

    .story-content {
        margin-left: 5px;
    }

    .container {
        margin-top: 0px;
    }

    .team-container {
        width: 90%;
        margin: 0 4%;
    }

    .n-col-1of2 ~ .n-col-1of2 {
        margin: 0px;
        float: none;
    }

    .story-box {
        height: auto;
    }

    .profile-upgrade {
        padding: 7px 0 2px 14px;
        margin-left: 0;
    }

    .profile-upgrade p {
        font-size: 14px;
    }

    .profile-upgrade .ico {
        line-height: 1;
    }

    .team-nav ul li a .bficons {
        font-size: 18px !important;
    }

    .team-nav ul li a {
        font-size: 12px !important;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 27px;
    }

    .content {
        width: 90%;
        margin: 0 5%;
    }

    .col,
    .form-col {
        float: none;
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .tab .col ~ .col,
    .form .form-col ~ .form-col {
        margin-left: 0;
    }

    .tabs-nav a {
        font-size: 10px;
    }

    .tabs-nav a .ico {
        font-size: 18px;
    }

    .story-content {
        margin-left: 15px;
    }

    .n-col-1of2 {
        width: 95%;
    }

    .team-nav {
        height: 54px !important;
    }

    .team-nav ul li a .bficons {
        font-size: 18px !important;
        display: block;
        margin: 0 0 -12px;
    }

    .team-nav ul li a {
        font-size: 10px !important;
        text-align: center;
    }

    nav.team-nav .current {
        height: 54px !important;
    }

    .profile-upgrade {
        padding-top: 2px;
    }

    .profile-upgrade p {
        overflow: hidden;
        float: none;
    }

    .news-nav ul {
        display: none;
    }

    .news-nav select {
        display: inline-block;
    }

    .ad {
        margin-top: 10px;
    }

    .sponsor-bottom {
        margin: 10px;
    }
}

@media (max-width: 450px) {
    nav.team-nav ul {
        margin-left: 0;
    }

    .team-nav > ul > li > a {
        padding: 4px 9px;
        font-size: 14px;
        color: #fff;
        letter-spacing: 0.7px;
    }

    .sponsor-bottom {
        margin: 0px;
    }
}