/**
 * Name: layout.css
 *
 *  -
 *
 *  T.O.C
 *
 *  #General Layout
 *      #Header
 *      #Content
 *      #Footer
 *      #Login
 *  #Page Styles
 *      #Index
 *      #About
 *      #CATEGORIES & ARTICLE LIST
 *      #Services
 *  #Responsive
 *      #Large Display
 *      #Smaller then 1024px width
 *      #Tablet (Portrait)
 *      #Mobile (Portrait and Landscape )
 *      #Mobile ( Landscape )
 */

/* ==========================================================================
   #General Layout
   ========================================================================== */
#wrap {
    position: relative
}

.fullwidthbanner {
    visibility: hidden
}

#topnav {
    background-color: #009b4a;
    padding: 5px 40px 5px 40px;
    font-size: 14px;
    height: 36px;
    color: #e0e0e0;
    font-family: 'Montserrat-medium', Arial, sans-serif;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: stretch
}

#topnav #social a,
#topnav #topnav-links a {
    color: #fff !important
}

#topnav #social a:hover,
#topnav #topnav-links a:hover {
    color: #44b67a;
    text-decoration: none
}

#googlet div {
    margin: 0
}

#topnav i {
    margin: 0 5px;
    font-size: 16px
}

#topnav .link-divider {
    text-align: right
}

.link-divider a:before {
    content: "|";
    color: #44b67a;
    padding: 0 10px 0 6px
}

.link-divider2 a:before {
    content: ":";
    color: #555;
    padding: 0 10px 0 6px
}

.link-divider a:first-child:before,
.link-divider2 a:first-child:before {
    content: ""
}

#topnav select {
    display: inline-block;
    font-size: 12px
}

.goog-te-banner-frame.skiptranslate {
    display: none !important
}

.goog-te-gadget-simple {
    background-color: #fff
}

.goog-te-gadget-simple {
    font-size: 12px !important;
    display: inline-block !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    cursor: pointer;
    zoom: 1
}

.goog-te-gadget-icon {
    margin-right: 0 !important
}

#topnav .goog-te-gadget-simple a {
    color: #333 !important;
    font-size: 12px;
    text-decoration: none
}

.goog-te-menu-frame {
    color: #000 !important
}

.goog-te-gadget .goog-te-combo {
    margin: 0 0 4px !important
}

@media screen and (max-width:1220px) {
    #social span {
        display: none
    }
    #topnav {
        padding: 5px 30px;
        font-size: 12px
    }
    #topnav div {
        margin: 0 5px
    }
    .link-divider a:before {
        padding: 0 5px 0 3px
    }
}

@media screen and (max-width:420px) {
    #googlet {
        margin-bottom: 5px !important
    }
}

#topnav-player-search {
    background-color: #f8bc39;
    color: #000 !important;
    padding: 4px 30px;
    font-size: 12px;
    line-height: 120%;
    margin-bottom: 4px;
    height: 26px;
    border: 2px solid #060;
    box-sizing: border-box;
    cursor: pointer
}

#topnav-player-search:hover a {
    color: #fff !important
}

#topnav-player-search:hover,
#topnav-player-search .active {
    background-color: #078a46;
    color: #fff !important
}

#collapsible_block {
    border: 1px solid #ddd;
    margin-top: 5px;
    padding: 10px 18px;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    width: 300px;
    color: #636363;
    z-index: 300;
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2)
}

#collapsible_block .btn,
#collapsible_block input,
#collapsible_block select {
    margin-bottom: 5px;
    width: 100%;
    font-weight: normal
}

#collapsible_block label {
    margin-bottom: 0
}

#search_res h4,
#search_frm h4 {
    margin-bottom: 10px
}

#search_text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px !important
}

.ranking-quick-list {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #d7d7d7;
    color: #777
}

.ranking-quick-list:first-child {
    border-top: 0
}

.ranking-quick-list div {
    margin-bottom: 5px !important
}

.ranking-quick-list span {
    float: right;
    font-size: 14px
}

.quick-list-name {
    font-size: 18px;
    flex-grow: 2;
    color: #000
}

@media screen and (max-width:960px) {
    #collapsible_block {
        right: 10px;
        padding: 10px 10px
    }
    #topnav-player-search {
        padding: 4px 10px;
        box-sizing: border-box
    }
    #topnav div #collapsible_block,
    #topnav div #search_res,
    #topnav div #search_text,
    #topnav div .ranking-quick-list {
        margin: 0
    }
}

@media screen and (max-width:568px) {
    #topnav {
        flex-wrap: wrap;
        height: auto;
        padding: 5px 10px
    }
    #collapsible_block {
        width: 100%;
        right: 0
    }
}

@media screen and (max-width:480px) {
    #topnav div {
        margin: 0
    }
    #topnav-player-search {
        box-sizing: border-box;
        padding: 4px 5px
    }
}

.goback span {
    font-size: 16px
}

.goback a {
    vertical-align: middle;
    font-size: 13px
}

#info {
    display: none
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none
}

.popups {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.more-message {
    font-size: 16px;
    font-weight: bold;
    color: #900;
    text-align: center;
    display: none
}

#content ul.rankings li::before {
    content: "";
    border-color: transparent #060;
    border-style: solid;
    border-width: .35em 0 .35em .45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1em;
    position: relative
}

#content ul.rankings ul li::before {
    border-width: 0
}

#article-styling ul li::before {
    content: "";
    border-color: transparent #060;
    border-style: solid;
    border-width: .35em 0 .35em .45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1em;
    position: relative
}

.green {
    color: #060 !important
}

.ltgreen {
    color: #009b4a !important
}

.gold {
    color: #f8bc39 !important
}

.red {
    color: #900 !important
}

.black {
    color: #000 !important
}

.black_bg {
    background-color: #000 !important
}

.green_bg {
    background-color: #060 !important
}

.ltgreen_bg {
    background-color: #009b4a !important
}

.gold_bg {
    background-color: #f8bc39 !important
}

.red_bg {
    background-color: #900 !important
}

.white {
    color: #fff !important
}

.alt_row {
    background-color: #eee
}

.alt_row_table tr:nth-child(even) {
    background-color: #eee
}

.alt_row_table tr:nth-child(odd) {
    background-color: #FFF
}

.input-inline {
    display: inline-block
}

.truncate_full,
.truncate_xxlg,
.truncate_xlg,
.truncate_lg,
.truncate_md,
.truncate_sm,
.truncate_xsm {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    vertical-align: middle
}

.truncate_full {
    width: 98%;
}

.truncate_xxlg {
    width: 250px;
    overflow: hidden
}

.truncate_xlg {
    width: 150px;
    overflow: hidden
}

.truncate_lg {
    width: 120px
}

.truncate_md {
    width: 80px
}

.truncate_sm {
    width: 40px
}

.truncate_xsm {
    width: 20px
}

.truncate span {
    padding: 0
}

td.nameadj {
    max-width: 150px
}

td.nameadj .truncate_xlg {
    width: auto;
    white-space: normal !important
}

.view-resume, .trend-report{
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
    background-color: transparent;
    border:0px;
}
.view-resume img, .trend-report{
     height:25px;
     vertical-align: middle !important;
}
.icon-bookmark{
    width:20px;
    padding:0px !important;
    background-color: transparent;
    border:0px;
    vertical-align: middle;
}
/**
 * Special Custom Checkboxes
 * 1. special for table and no label shown
 * 2. padding-left: 1em removed for label.mycss-label tables
 *
 * **/

input[type=checkbox].mycss-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=checkbox].mycss-checkbox+label.mycss-label {
    padding-left:24px;
    margin-right: 0px;
    /** 1 **/
    margin-bottom: 0px;
    /** 1 **/
    height: 20px;
    display: inline-block;
    line-height:1;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    font-size: 1em !important;
    line-height:1.3 !important;
    font-family: inherit !important;
    font-weight: normal;
}

input[type=checkbox].mycss-checkbox:checked+label.mycss-label {
    background-position: 0 -20px !important;
}

input[type=checkbox].mycss-checkbox:disabled+label.mycss-label {
    opacity: .4;
}

label.mycss-label {
    background-image: url(/images/mycheckbox.png);
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}


/*** ********** End Custom Checkbox **********  ****/
#header {
    position: relative;
    z-index: 50;
    background-color: #fff;
    border-bottom: 2px solid #d7d7d7
}

#header .row,
#topnav .row,
.fullwidth-section-menu .row {
    width: 70%
}

.fullwidth-section-menu .row {
    padding-top: 7px;
    line-height: 120%
}

.section-menu-links h4 {
    text-align: right;
    line-height: 110%
}

@media(min-width:1024px) {
    .stuck {
        position: fixed !important;
        z-index: 1010;
        top: 0;
        width: 100% !important
    }
    #header.stuck {
        padding-top: 15px;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
        background: none repeat scroll 0 0 #fff
    }
    #header.stuck .sf-menu {
        margin-top: 0
    }
    #header.stuck .sf-menu>li>a,
    #header.stuck .sf-menu>li.dropdown>a {
        padding-bottom: 15px
    }
}

#logo {
    display: block;
    margin-top: 23px
}

#logo img {
    display: block;
    max-width: 197px;
    height: auto
}

.sf-menu,
.sf-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 9
}

.sf-menu>li {
    float: left;
    margin-right: 0
}

.sf-menu>li>a {
    position: relative;
    display: block
}

.sf-menu .sf-mega,
.sf-menu li.dropdown ul {
    position: absolute !important;
    top: 100%;
    left: 0;
    display: none;
    z-index: 8
}

.sf-menu li.dropdown {
    position: relative;
}

.sf-menu li.dropdown ul ul {
    top: -2px;
    left: 100%
}

.sf-menu li:hover>.sf-mega,
.sf-menu li.sfHover>.sf-mega,
.sf-menu li.dropdown:hover>ul,
.sf-menu li.dropdown.sfHover>ul {
    display: block
}

.sf-menu {
    float: right
}

.sf-menu a {
    display: block;
    font: 14px 'Montserrat-medium', Arial, sans-serif;
    text-transform: uppercase;
    color: #363636;
    text-decoration: none
}

.sf-menu>li>a {
    color: #363636;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase
}

.sf-menu>li>a span,
.sf-menu>li.dropdown>a span {
    display: inline-block;
    padding: 40px 10px 35px;
    border: 1px solid transparent
}

.sf-menu li b {
    font-weight: bold;
    color: #000
}

.sf-menu>li.current>a span {
    color: #009b4a;
    font-weight: bold
}

.sf-menu>li>a:hover span {
    color: #009b4a;
    background-color: #f2f2f2
}

.sf-menu>#login ul {
    box-shadow: 12px 12px 2px 1px rgba(0, 0, 0, .2)
}

.sf-menu>#login>a span {
    background-color: #f8bc39;
    padding: 48px 10px 45px
}

.sf-menu>#login>a:hover span {
    color: #fff
}

.sf-menu li.dropdown ul {
    min-width: 240px;
    border-width: 0 1px 10px 1px;
    border-style: solid;
    border-color: #d7d7d7 #d7d7d7 #009b4a;
    background-color: #f2f2f2
}

.sf-menu>li.dropdown ul {
    padding: 10px 0
}

.sf-menu li.dropdown ul li a {
    position: relative;
    padding: 10px;
    text-transform: none !important
}

.sf-menu li.dropdown ul li a:hover {
    color: #f8bc39
}

.sf-mega {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0;
    border-width: 0 1px 10px 1px;
    border-style: solid;
    border-color: #d7d7d7 #d7d7d7 #009b4a;
    box-shadow: 12px 12px 2px 1px rgba(0, 0, 0, .2);
    background-color: #f2f2f2;
    color: #000
}

.sf-mega b a {
    font-weight: bold;
    color: #000
}

.sf-mega li small {
    display: inline-block;
    color: #009b4a
}

.sf-mega .menusection {
    float: left;
    width: 45%;
    padding: 0 30px 0 30px;
    border-right: 1px solid #d7d7d7
}

.menusection img {
    width: 100%;
    height: auto;
    margin: 0 10px 0 0
}

.menusection p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    color: #555
}

.sf-mega-section {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px
}

.sf-mega-section:last-child {
    border-right: 0
}

.sf-mega-section li a {
    padding: 5px 0;
    text-transform: none !important
}

.sf-mega-section li a:hover {
    color: #f8bc39
}

.sf-mega-section li ul li a {
    text-transform: none
}

#mobile-menu {
    z-index: 20;
    margin-bottom: 0
}

#mobile-menu li {
    display: block;
    margin: 0;
    background-color: #060
}

#mobile-menu #login-mobile,
#mobile-menu #login-mobile li {
    background-color: #f8bc39
}

#mobile-menu li a small {
    display: none
}

#mobile-menu>li>ul,
#mobile-menu>li>ul>li>ul {
    display: none;
    margin-left: 0
}

#mobile-menu .sf-mega {
    display: none;
    padding: 0;
    border: 0;
    margin: 0
}

#mobile-menu .sf-mega-section {
    float: none;
    width: 100%;
    padding: 0;
    border: 0
}

#mobile-menu .sf-mega-section ul {
    margin-left: 0
}

#mobile-menu li a {
    position: relative;
    display: block;
    padding: 5px 25px 8px;
    border-top: 1px solid #d7d7d7;
    color: #fff;
    font-size: 13px;
    text-align: left;
    text-decoration: none
}

#mobile-menu #login-mobile a {
    color: #000
}

#mobile-menu ul a {
    padding-left: 45px
}

#mobile-menu ul li ul a {
    padding-left: 65px
}

#mobile-menu .mobile-menu-submenu-arrow {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 70px;
    border-left: 1px solid #d7d7d7;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    cursor: pointer
}

#mobile-menu .mobile-menu-submenu-arrow:hover {
    background-color: #009b4a;
    color: #fff
}

#mobile-menu .sf-mega-section b {
    font-size: 12px;
    letter-spacing: 1.5px
}

#mobile-menu li a:hover {
    background-color: #009b4a
}

#mobile-menu,
#mobile-menu #login-mobile,
#login-mobile {
    display: none
}

#mobile-menu-trigger {
    float: right;
    display: none;
    font-size: 32px;
    color: #009b4a !important
}

#content {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 20px;
    display: table;
    position: relative
}

#content-row {
    position: relative;
    z-index: 0;
    display: table-row;
    height: 65vh
}

#two-column,
#one-column {
    width: 69.5vw;
    margin: 0 auto;
    clear: both
}

#one-column {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 30px 40px;
    margin-bottom: 35px;
    min-height: 600px
}

#page-header {
    padding: 80px 0;
    margin-bottom: 0;
    background-color: #060;
    background-size: cover !important
}

#page-header-rankings {
    padding: 50px 0;
    margin-bottom: 0;
    background-color: #888361;
    background-size: cover !important
}

#page-header h3,
#page-header-rankings h3 {
    margin-bottom: 0;
    margin-left: 15%;
    font-size: 50px;
    line-height: 55px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 1px #999
}

#page-header-rankings h3 {
    font-size: 46px;
    line-height: 55px;
    position: relative
}

#page-header h3 span,
#page-header-rankings h3 span {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px
}

#page-header h3 sup,
#page-header-rankings h3 sup {
    font-size: 50%
}

#page-header-rankings h3 img {
    position: relative;
    bottom: -20px;
    right: 1%
}

.section-header,
.camp-header {
    color: #4f4f4f;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin-bottom: 20px
}

.section-header-author {
    color: #fff;
    background-color: #000;
    font-size: 16px !important;
    line-height: 22px !important;
    padding: 2px 4px 0 6px;
    text-transform: uppercase;
    border-bottom: 0;
    width: 100%;
    margin-bottom: 20px
}

#ad_placement_header {
    padding: 10px 0 3px;
    text-align: center
}

.homepage-ad {
    background-color: #fff;
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000 !important;
    font-weight: bold !important
}

.homepage-ad img,
.homepage-ad iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 12px
}

.homepage-ad a {
    width: 100%
}

#skyscraper_ad {
    display: table-cell;
    position: absolute;
    top: 18px;
    left: 5px
}

#logo_ad {
    position: absolute;
    top: 18px;
    right: 20px;
    max-width: 162px;
    display: table-cell;
    text-align: center;
    line-height: 120%;
    font-size: 12px
}

#skyscraper_ad img,
#logo_ad img {
    max-width: 160px;
    height: auto
}

#logo_ad a,
.homepage-ad a {
    display: block;
    margin-bottom: 5px
}

#page-ad {
    float: right;
    margin: 10px 0 30px 30px
}


.ad_placement_body img {
    max-width: 350px
}

#modal {
    left: 50%;
    margin: -250px 0 0 -24%;
    opacity: 1;
    position: absolute;
    top: 10%;
    visibility: visible;
    width: 50%;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .25);
    box-sizing: border-box;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

#modal .header,
#modal .footer {
    border-bottom: 1px solid #1abc9c;
    border-radius: 5px 5px 0 0
}

#modal .footer {
    border: 0;
    border-top: 1px solid #e7e7e7;
    border-radius: 0 0 5px 5px
}

#modal h3 {
    margin: 0;
    color: #fff
}

#modal .btn {
    float: right
}

#modal .header,
#modal .footer {
    padding: 10px 30px;
    color: #fff
}

#modal .copy {
    padding: 30px 30px 5px;
    color: #555;
    display: table
}

.modal-content {
    background: #009b4a;
    position: relative;
    z-index: 50;
    border-radius: 5px;
    color: #555
}

#modal .copy {
    background: #f2f2f2
}

#modal .overlay {
    background-color: #000;
    background: rgba(0, 0, 0, .8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10
}

#modal img {
    width: 300px;
    margin-left: 40px
}

#modal .footer a {
    color: #fff
}

.copy a {
    color: #009b4a;
    text-decoration: none;
    display: inline-block
}

@media screen and (min-height:900px) {
    #modal {
        top: 40%
    }
}

@media screen and (max-width:960px) {
    #modal {
        position: relative;
        z-index: 100;
        top: 260px;
        left: 28%;
        width: 90% !important;
        height: auto
    }
    .modal-content {
        height: auto
    }
    #modal .header,
    #modal .footer {
        padding: 10px 20px
    }
    #modal .copy {
        height: auto;
        padding: 20px 20px 5px
    }
}

@media screen and (max-width:580px) {
    #modal img {
        display: none
    }
    #modal h3 {
        font-size: 18px
    }
    #modal h4 {
        font-size: 14px
    }
}

#player_events_info {
    left: 25%;
    margin: -210px 0 0 -24%;
    position: fixed;
    opacity: 1;
    top: 25%;
    z-index: 8000 !important;
    visibility: visible;
    width: 50%;
    background-color: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .25);
    box-sizing: border-box;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    box-sizing: border-box
}

#player_events_info_header {
    text-align: center;
    padding: 20px 20px 0;
    box-sizing: border-box
}

#player_events_info_footer {
    text-align: left;
    padding: 10px 20px;
    box-sizing: border-box
}

#player_events_info_header h2 {
    color: #900;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 0
}

#player_events_info_header p {
    margin-bottom: 10px;
    line-height: 16px
}

#trResults {
    background-color: #fff;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box
}

#trResults td {
    font-family: arial;
    font-size: 12px !important
}

#trResults .column-title {
    font-family: arial;
    font-size: 12px;
    color: #900
}

#trResults .column-title-white {
    font-family: arial;
    font-size: 12px;
    color: green
}

#trResults .column-title-bold {
    font-family: arial;
    font-size: 12px;
    color: green;
    font-weight: 700
}

#trResults .white-color {
    color: green;
    font-size: 12px;
    font-weight: 600
}

#trResults a {
    text-decoration: none;
    color: #000
}

#trResults h2 {
    color: #900;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 0
}

#trResults {
    height: 380px;
    overflow-y: auto;
    box-sizing: border-box
}

#trResults .text-right,
.resume .text-right {
    text-align: right
}

#trResults .text-center {
    text-align: center
}

#trResults .more-message {
    display: none !important;
    font-size: 16px;
    font-weight: bold;
    color: #900;
    text-align: center
}

#player_events_info_footer .legend {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    font-size: 11px
}

#player_events_info_footer .legend div {
    text-align: left;
    margin-right: 5px
}

#player_events_info_footer .legend div span {
    font-weight: bold
}

@media only screen and (min-width:223px) and (max-width:603px) {
    #trResults .hidden {
        display: none
    }
    #trResults .more-message {
        display: inherit !important;
        color
    }
}

#footer-middle {
    padding: 40px 0;
    background-color: #fafafa;
    color: #4f4f4f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: flex-start
}

#footer-links {
    width: 1366px
}

#footer-middle div {
    float: left;
    min-height: 1px;
    margin: 0 auto
}

#footer-links h4 {
    text-transform: uppercase;
    font-size: 14px
}

#footer-links div {
    padding-right: 15px;
    margin-bottom: 20px
}

#footer-middle a {
    color: #4f4f4f;
    font-size: 12px;
    line-height: 16px
}

#footer-bottom {
    padding: 4px 0;
    background-color: #009b4a;
    color: #fff;
    font-size: 11px
}

#footer-bottom a {
    color: #fff
}

.flex-shrink {
    flex-shrink: 1
}

.flex-grow {
    flex-grow: 0
}

#login_btn span {
    background-color: #f8bc39;
    color: #000
}

#global_login_form,
#global_password_request_form {
    float: none;
    overflow: visible;
    width: auto;
    max-width: 450px;
    height: auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #ccc;
    transition: all .5s ease;
    font: 14px/18px 'Montserrat', Arial, sans-serif
}

#global_login_form table,
#global_password_request_form table {
    margin-left: 5px
}

#global_login_form .btn,
#global_password_request_form .btn {
    margin-bottom: 5px;
    display: inline-block;
    padding: 8px 0;
    width: 45%;
    font-weight: normal;
    font-size: 16px
}

#login_title {
    margin-bottom: 10px
}

#flex-3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap
}

#flex-3 div {
    flex: 1 1 auto
}

#flex-3 div:nth-child(2) {
    margin: 0 50px
}

@media(max-width:480px) {
    #global_login_form .btn,
    #global_password_request_form .btn {
        width: 100%
    }
}

.article-mod {
    position: relative;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding-top: 25px;
    margin-bottom: 35px
}

.article-mod-header {
    height: 30px;
    font: 11px/14px 'Montserrat-medium', san-serif;
    padding: 0 40px
}

.article-mod-pill {
    color: #fff;
    width: 95px;
    text-align: center;
    border-radius: 14px;
    font-weight: bold;
    float: left;
    padding: 2px 0;
    font-size: 11px;
    margin-right: 15px
}

.article-mod-date {
    color: #9b9b9b;
    line-height: 18px
}

.article-mod-byline {
    float: right;
    line-height: 18px;
    font-weight: bold;
    color: #9b9b9b;
    text-align: right
}

.article-mod-content {
    color: #636363;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    display: table;
    padding: 10px 40px 15px
}

.article-mod-content img {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 170px;
    max-height: 190px
}

.article-mod-title {
    color: #000;
    font: 24px/28px 'Montserrat-medium', sans-serif;
    margin-bottom: 10px
}

.article-mod-feature-img {
    width: 100%
}

.article-mod-content p {
    margin-bottom: 5px
}

.article-mod-spotlight img {
    display: table
}

.article-mod-footer {
    text-transform: uppercase;
    font-weight: bold;
    border-top: 1px solid #e1e1e1;
    font-size: 12px;
    padding: 0 40px
}

.article-mod-more,
.article-mod-social {
    float: left;
    padding: 15px 0 15px;
    display: inline-block
}

.article-mod-more a {
    color: #060
}

.article-mod-social {
    color: #989898;
    border-left: 1px solid #e1e1e1;
    padding-left: 30px
}

.article-mod-social span {
    float: left;
    margin-right: 5px;
    display: inline-block
}

.article-mod-social a {
    color: #989898 !important;
    float: left;
    font-size: 16px;
    margin-left: 30px
}

.video-mod {
    position: relative;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-bottom: 0;
    margin-bottom: 20px;
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    color: #636363
}

.video-mod-content {
    color: #636363;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    display: table;
    padding: 15px
}

.video-mod-title {
    color: #000;
    font: 20px/24px 'Montserrat-medium', san-serif;
    margin-bottom: 10px;
    margin-left: 15px;
    padding-top: 20px
}

.video-mod-footer {
    text-transform: uppercase;
    font-weight: bold;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    font-size: 12px;
    padding: 0 25px
}

.video-mod-content-phone {
    padding: 20px 10px;
    background-color: #fff;
    color: #000;
    text-align: center;
    display: none
}

.video-mod-content-phone h4 {
    text-align: center
}

.video-mod-content-phone i {
    font-size: 40px
}

.video-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch
}

.video_frame {
    width: 31%;
    padding: 0 20px;
    margin-bottom: 30px
}

.video_frame iframe {
    margin-bottom: 10px;
    height: 200px
}

.video_frame h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px
}

.video_frame .video-desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px
}

.video_frame a.read-more {
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 12px
}

@media(max-width:1440px) {
    .video_frame {
        width: 47%
    }
}

@media(max-width:767px) {
    .video_frame {
        width: 100%
    }
}

.interview-mod,
.tournament-spotlight {
    position: relative;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-bottom: 0;
    margin-bottom: 20px;
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    color: #636363
}

.interview-mod-interview {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0;
    background-color: #fff
}

.interview-mod-interview:hover {
    background-color: #f9f9f9;
    cursor: hand
}

.interview-mod-content {
    display: table;
    width: 100%;
    padding: 25px 15px 25px 25px
}

.interview-mod-content a {
    color: inherit
}

.interview-mod-content a:hover {
    text-decoration: none
}

.interview-mod-interview img {
    float: left;
    margin-right: 15px;
    max-width: 120px
}

.interview-mod-interview p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px
}

.interview-mod-title {
    font: 12px/15px 'Montserrat-medium', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #000
}

.interview-mod-content a:hover .interview-mod-title {
    color: #060
}

.tournament-spotlight {
    border: 1px solid #e1e1e1;
    font-size: 14px;
    line-height: 16px;
    color: #707070
}

.tournament-spotlight-content {
    padding: 25px 15px 25px 25px
}

.tournament-spotlight-content h5 {
    color: #900;
    text-transform: uppercase;
    margin-bottom: 20px
}

#home-ranking {
    display: table;
    position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    clear: both;
    height: 220px;
    margin: 20px 0 0;
    box-sizing: border-box
}

#home-ranking h5 {
    text-align: center;
    padding: 3px 0
}

#div1,
#div2 {
    position: absolute;
    width: 100%;
    left: 0
}

#home-ranking table {
    border-collapse: collapse;
    box-sizing: border;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 14px;
    color: #444;
    width: 100%;
    background-color: #060;
    font-family: Verdana, sans-serif
}

#home-ranking th {
    font-size: 12px;
    padding: 3px 0px;
    text-align: left;
    color: #fff;
    background-color: #009b4a;
    border-bottom: 1px solid #55ba76;
}

#home-ranking td {
    border-right: solid 2px #ddd;
    padding: 5px 0px;
}

#home-ranking tr:nth-child(odd) {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

#home-ranking tr:nth-child(2n) {
    background-color: #efefef
}

#home-ranking table tr:nth-child(2) td {
    background-color: #f8bc39 !important;
}

.data-tables {
    margin: 0;
    color: #333;
    position: relative
}

.data-tables2 {
    margin: 0;
    color: #333;
    position: relative
}

.data-tables td,
.data-tables2 td {
    line-height: 24px;
    font-size: 16px
}

.data-tables2 th,
.data-tables th {
    font-size: 16px;
    color: #900;
    background-color: #fff;
    border-bottom: 1px solid #000
}

.data-tables2 td {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 5px;
    border-bottom: 1px solid #ddd
}

.data-tables2 td table td,
.expand-more {
    padding: 0;
    font-size: 14px;
    line-height: 22px
}

.expand-more {
    width: 70%
}

.expand-more td {
    border: 0
}

#paging td {
    color: #999
}

#paging .page-current {
    color: #fff;
    font-weight: bold;
    padding: 1px 5px;
    background-color: #060
}

#paging td a {
    color: #009b4a;
    width: 15px
}

#paging td a:hover {
    color: #060
}

#filter_selection {
    font-size: 11px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color: #333;
    background-color: #f2f2f2;
    padding: 2px;
    text-transform: uppercase
}

.search_selection {
    display: inline-block;
    padding-right: 10px
}

.search_selection:after {
    content: '/';
    padding-left: 10px;
    color: #ccc
}

.search_selection:last-child:after {
    content: ''
}

.filter-links a {
    color: #777;
    float: right;
    font-size: 16px
}

.filter-links a i {
    margin-right: 5px;
    color: #555
}

#rankingfeature {
    max-width: 400px;
    margin-bottom: 20px
}

#tourn-search-table,
#tourn-search-info {
    font-size: 14px
}

#tourn-search-table .span4 {
    margin-left: 0
}

.tournament-images {
    max-width: 70px;
    min-width: 40px;
    width: 100%;
    height: auto
}

.tour-more,
.expand-more {
    display: none
}

#content .tourny-stat ul {
    padding: 0;
    margin-bottom: 0
}

.tourny-stat ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
    color: #000
}

.tourny-stat li {
    margin-right: 20px;
    color: #000;
    font-size: 16px;
    font-family: 'Montserrat-medium', Arial, sans-serif
}

.tourny-stat li span {
    color: #009b4a
}

.coach-features {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row wrap
}

.coach-features div {
    width: 25%;
    padding: 10px;
    margin-bottom: 30px
}

.coach-features div:nth-child(odd) {
    padding-left: 0
}

@media(max-width:1024px) {
    .coach-features div {
        width: 50%
    }
}

.coach-features h3 {
    font-size: 18px
}

#coach-about {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: flex-start
}

#coach-about div {
    width: 100%
}

#coach-about table {
    width: 100%;
    font-size: 16px;
    border: 1px solid #d7d7d7;
    margin-bottom: 40px
}

#coach-about table th {
    font-size: 14px
}

#coach-about table td {
    text-align: center
}

#coach-about table td.text-left {
    text-align: left
}

#coach-about i {
    color: #009b4a
}

#search-progress {
    display: flex;
    width: 100%;
    justify-content: flex-start
}

#search-progress table:first-child {
    width: 300px;
    margin-right: 30px
}

#search-progress table:first-child td {
    white-space: nowrap
}

#search-progress table:nth-child(2) {
    width: 50%
}

#search-progress td {
    vertical-align: middle
}

@media screen and (max-width:728px) {
    #search-progress {
        display: flex;
        flex-direction: column
    }
    #search-progress table:nth-child(2) {
        width: 100%;
        margin-top: 5px
    }
}

.category-container,
.article-container,
.camp-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start
}

.category-container .category {
    position: relative;
    float: left;
    overflow: hidden;
    min-height: 1px;
    width: 49%;
    background-color: #f7f7f7;
    margin-bottom: 10px
}

.category-container .category-content {
    width: 50%;
    float: right;
    padding: 30px 40px
}

.category-container h3,
.article-container h3,
.camp-container h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px
}

.category-container h3 a,
.article-container h3 a,
.camp-container h3 a {
    color: #000
}

.category-container h3 a:hover,
.article-container h3 a:hover,
.camp-container h3 a:hover {
    color: #009b4a;
    text-decoration: none
}

.category-container p,
.article-container p,
.camp-container p {
    font-size: 14px;
    line-height: 20px
}

.category-container a.read-more,
.article-container a.read-more,
.camp-container a.read-more {
    text-transform: uppercase;
    font-size: 12px
}

.category-container .category-img {
    position: absolute;
    top: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    left: 0
}

.article-container {
    justify-content: space-between
}

.article-container .article-item {
    position: relative;
    overflow: hidden;
    float: left;
    min-height: 1px;
    margin-bottom: 40px;
    width: 31%
}

.article-container .article-content {
    padding-top: 20px
}

.article-item .article-image {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 175px;
    background-color: #f2f2f2
}

#article-author-headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap
}

#article-author-headline h3 {
    font-size: 18px
}

#article-author-headline div {
    width: 33%
}

#article-author-headline img {
    height: 50px
}

@media screen and (max-width:980px) {
    #article-author-headline {
        flex-flow: row wrap
    }
    #article-author-headline div.text-right,
    #article-author-headline div.text-center {
        text-align: left !important
    }
    #article-author-headline div {
        width: 100%
    }
}

.article-detail-topic,
.article-content .byline,
.article-content .byline a {
    color: #999;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: normal
}

.article-detail-topic a {
    color: #009b4a;
    font-size: 14px;
    margin-right: 10px
}

.article-detail-img,
.article-author-img {
    float: right;
    margin: 0 0 40px 40px
}

.article-author-link {
    margin-bottom: 20px
}

.article-author-link a {
    font-size: 12px;
    margin-right: 10px;
    display: inline-block;
    color: #999;
    letter-spacing: 1px
}

.article-author-link a i {
    color: #009b4a !important
}

.article-detail-img img {
    max-width: 500px;
    height: auto
}

.article-author-img img {
    max-width: 200px;
    height: auto
}

.camp-container {
    justify-content: flex-start
}

.camp-container h3 {
    font-size: 18px;
    line-height: 22px;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 10px;
    min-height: 40px
}

.camp-header {
    margin-top: 20px;
    margin-bottom: 20px !important;
    padding: 0 !important;
    text-align: left !important;
    min-height: 1px !important
}

.camp-container.camp-header h3 a {
    color: #900 !important;
    min-height: 1px !important
}

.camp-container .camp-item {
    position: relative;
    overflow: hidden;
    float: left;
    min-height: 1px;
    margin-bottom: 40px;
    width: 48%
}

.camp-container .camp-content {
    font-size: 14px;
    min-height: 100px;
    padding: 0 20px
}

.camp-item .camp-image {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
    background-color: #fff
}

@media(max-width:979px) {
    .camp-container .camp-item {
        margin-bottom: 10px;
        width: 50%
    }
}

@media(max-width:768px) {
    .camp-container h3 {
        font-size: 18px;
        line-height: 22px;
        padding: 0 20px;
        text-align: center;
        margin-bottom: 10px;
        min-height: auto
    }
    .camp-container .camp-item {
        position: relative;
        overflow: hidden;
        float: none;
        min-height: 1px;
        margin-bottom: 10px;
        width: 100%
    }
    .camp-container .camp-content {
        min-height: auto;
        padding: 0 20px
    }
    .camp-container h3 {
        font-size: 18px;
        line-height: 22px;
        padding: 0 !important
    }
}

u #menu_bg {
    background-color: #006836;
    width: 100%;
    clear: both
}

.fullwidth-section-menu {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #999;
    margin: 0;
    color: #fff;
    clear: both;
    background-color: #222;
    -webkit-background-size: cover;
    background-size: cover
}

.fullwidth-section-header {
    padding-top: 4px
}

.fullwidth-section-header a {
    color: #ebbd00
}

.fullwidth-section-content {
    padding: 10px 10px 20px
}

.fullwidth-section-content a {
    color: #fff;
    font-size: 14px
}

.sf-mega-section a:hover {
    text-decoration: none
}

.fullwidth-section-content {
    position: relative;
    z-index: 3
}

.fullwidth-section-menu .span2 {
    white-space: nowrap;
    width: 170px
}

.fullwidth-section-menu a.current,
.fullwidth-section-menu a.current a{
    color:#ebbd00;
}
* {
    transition: width 1s, height 1s
}

@media only screen and (min-height:900px) and (orientation: landscape){
    html,
    body {
        margin: 0;
        padding: 0;
        height: 100%
    }
    #wrapper {
        min-height: 100%;
        position: relative;
        z-index: 0
    }
    #content {
        min-height: 0 !important;
        padding-bottom: 348px
    }
    #footer {
        width: 100%;
        height: 348px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1000;
    }
}

@media(min-width:1701px) {
    .sf-menu>li {
        margin-right: 8px
    }
    .sf-menu>li:last-child {
        margin-right: 0
    }
    #home-ranking h5 {
        font-size: 16px
    }
    #footer-links {
        display: flex;
        justify-content: space-between;
        flex-flow: row nowrap;
        margin: 0 auto
    }
    .category-container .category {
        margin-right: 5px
    }
    .category-container .category-content {
        min-height: 260px
    }
    .tour-date {
        font-size: 14px
    }
}

@media(max-width:1700px) {
    .sf-menu>li {
        margin-right: 0 !important
    }
    .sf-menu>li:last-child {
        margin-right: 0 !important
    }
    .sf-menu>li>a span {
        padding: 40px 10px 35px
    }
    #player_events_info {
        left: 25%;
        margin: 0 0 0 -24%;
        position: fixed;
        opacity: 1;
        width: 65%;
        top: 2%;
        box-sizing: border-box
    }
    li.dropdown:hover #login_link,
    .sf-menu li.dropdown ul#login_link {
        position: absolute;
        left: -140px
    }
    #two-column,
    #one-column {
        width: 70vw;
        height: 80vh;
        height: auto
    }
    #logo_ad {
        width: 15% !important
    }
    .article-mod-social a {
        margin-left: 15px
    }
    #home-ranking h5 {
        font-size: 12px
    }
    #footer-links {
        display: flex;
        justify-content: space-between;
        flex-flow: row nowrap;
        align-items: stretch;
        max-width: 100%;
        padding: 0 40px;
        margin: 0 auto
    }
    .category-container .category-content {
        height: 300px
    }
    .category-container .category-content {
        padding: 30px 20px
    }
    .tour-date {
        font-size: 13px
    }
}

@media(max-width:1580px) {
    #header .row,
    #topnav .row,
    .fullwidth-section-menu .row {
        width: 100%;
        padding: 0 40px 0 30px
    }
    .sf-menu>li {
        margin-right: 10px !important
    }
    .sf-menu>li>a span {
        padding: 40px 10px 35px !important
    }
    .sf-menu>#login>a span {
        padding: 50px 10px 43px !important
    }
    #logo img {
        max-width: 160px;
        margin-top: 5px;
        width: auto
    }
    .section-header {
        font-size: 14px;
        white-space: nowrap
    }
    .article-mod {
        padding-top: 15px;
        margin-bottom: 20px
    }
    .article-mod-header,
    .article-mod-content,
    .article-mod-footer {
        padding: 0 25px
    }
    .article-mod-content {
        padding-bottom: 20px
    }
    .article-mod-social {
        padding-left: 15px
    }
    .article-mod-social a {
        margin-left: 10px
    }
    .interview-mod-content,
    .tournament-spotlight-content {
        padding: 20px 20px 10px
    }
    .interview-mod-interview img {
        max-width: 100px
    }
    #home-ranking .hidden {
        display: none
    }
    .category-container .category-content {
        min-height: 300px;
        padding: 20px
    }
}

@media(max-width:1280px) {
    .sf-menu>li {
        margin-right: 8px !important
    }
    .sf-menu>li>a {
        font-size: 11.5px;
        line-height: 1.5
    }
    .sf-menu>li>a span {
        padding: 40px 5px 40px !important;
        box-sizing: border-box
    }
}

@media(max-width:1208px) {
    .data-tables .hidden1 {
        display: none
    }
}

@media(max-width:1170px) {
    .more-message {
        display: block !important
    }
    #logo_ad {
        display: none
    }
    #content {
        padding-right: 20px
    }
    #two-column,
    #one-column {
        margin-left: 180px;
        width: 80vw
    }
    #one-column {
        margin-left: 195px;
        height: auto;
        clear: both
    }
    .noad2 {
        margin-left: 1.5% !important;
        width: 96vw !important;
        box-sizing: border-box
    }
    .noad1 {
        margin-left: 1.5% !important;
        width: 96vw !important
    }
    #skyscraper_ad img {
        margin-right: 170px
    }
    .tournament-spotlight-content p {
        font-size: 12px
    }
    .category-container {
        flex-flow: row wrap
    }
    .category-container .category {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }
    .category-container .category-content {
        min-height: 1px;
        height: auto
    }
    #page-header h3,
    #page-header-rankings h3 {
        margin-left: 8%;
        font-size: 40px;
        line-height: 60px
    }
}

@media(min-width:1400px) and (max-height:767px) {
    #player_events_info {
        width: 80%;
        overflow-y: auto;
        top: 210px !important
    }
}

@media(max-width:990px) {
    #skyscraper_ad {
        display: none
    }
    #content {
        padding-right: 0
    }
    #two-column,
    #one-column {
        width: 99vw;
        margin-left: 0
    }
    #two-column {
        padding: 0 20px
    }
    #one-column {
        padding: 30px 20px
    }
    #footer-links {
        display: flex;
        justify-content: flex-start;
        flex-flow: row wrap;
        align-items: flex-start;
        max-width: 100%;
        padding: 0 20px;
        margin: 0 auto
    }
    #tourn-search-table .span4 {
        margin-left: 0;
        width: 45%
    }
    #player_events_info {
        width: 80%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        top: 1%
    }
}
@media screen and (max-width:1080px) {
    #logo img {
        width: 150px;
        margin-bottom: 10px
    }
    #menu,
    #mobile-menu #login,
    #mobile-menu .visible-desktop,
    .menusection,
    #mobile-menu .hidden-tablet {
        display: none !important;
    }
    #mobile-menu #login-mobile {
        display: block
    }
    #mobile-menu-trigger {
        position: absolute;
        top: 15px;
        right: 40px;
        display: block;
        padding: 10px 0;
        margin-top: 0
    }
     li.dropdown:hover #login_link {
        left: 0 !important;
        width: 100%;
        z-index: 5000
    }

    .sf-mega-section li b {
        color: #fff;
        padding-left: 20px
    }    
}
@media screen and (max-width:979px) {
    
    .video-mod-content-phone {
        display: block
    }
   
    #one-column {
        box-sizing: border-box
    }

    .article-mod-pill {
        display: none
    }
    .article-detail-img img,
    .article-author-img img {
        width: 100%;
        height: auto
    }
    .interview-mod-interview img {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
        max-width: 100%
    }
    .article-mod-header [class*="span"],
    .article-mod-footer [class*="span"] {
        width: 48%
    }
    #home-ranking {
        height: 170px;
        margin: 20px 0 15px
    }
    #home-ranking tr .truncate_full {
        width: 98%;
        vertical-align: text-top;
    }
    #page-header,
    #page-header-rankings {
        padding: 20px 0;
        border-top: 1px solid #d7d7d7
    }
    #page-header h3,
    #page-header-rankings h3 {
        margin-left: 25px;
        font-size: 30px;
        line-height: 35px
    }
    #tourn-search-info,
    #tourn-search-table {
        margin-bottom: 20px;
        float: none;
        display: block;
        width: 100%
    }
    #player_events_info {
        width: 98%;
        max-height: auto;
        overflow-y: auto;
        top: 1%;
        box-sizing: border-box
    }
    #trResults {
        padding: 0 15px 20px 10px;
        border: 5px solid green;
        box-sizing: border-box
    }
    #trResults .trResults-table {
        overflow-y: scroll
    }
    #flex-3 {
        flex-direction: column
    }
    #flex-3 div {
        margin: 20px 0
    }
    #flex-3 div:nth-child(2) {
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (max-width:850px) {
    #no-more-tables table,
    .no-more-tables table,
    #no-more-tables thead,
    .no-more-tables thead,
    #no-more-tables tbody,
    .no-more-tables tbody,
    #no-more-tables th,
    .no-more-tables th,
    #no-more-tables td,
    .no-more-tables td,
    #no-more-tables tr,
    .no-more-tables tr {
        display: block
    }
    #no-more-tables thead tr,
    .no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
    #no-more-tables td,
    .no-more-tables td {
        border: 0;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 150px;
        white-space: normal;
        text-align: left;
        vertical-align: bottom
    }
    #no-more-tables td:before,
    .no-more-tables td:before {
        position: absolute;
        top: 5px;
        left: 6px;
        width: 5%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold
    }
    #no-more-tables tr.hidden,
    .no-more-tables tr.hidden,
    tr.hidden td,
    td.hidden,
    tr.hidden th,
    #no-more-tables .hidden,
    .no-more-tables .hidden,
    table th.hidden {
        display: none
    }
    tr.blank,
    .data-tables2 td {
        border: none !important
    }
    .data-tables2 tr {
        border-bottom: 1px solid black !important
    }
    td.nopadding {
        padding-left: 1% !important
    }
    #no-more-tables .float-right,
    .no-more-tables .float-right {
        float: none
    }
    #no-more-tables td .text-center,
    .no-more-tables td .text-right {
        text-align: left !important
    }
    #no-more-tables td:before,
    .no-more-tables td:before {
        content: attr(data-title);
        vertical-align: top;
        font-size: 90%;
        line-height: 150%
    }
    .truncate_xxlg,
    .truncate_xlg,
    .truncate_lg,
    .truncate_md,
    .truncate_sm,
    .truncate_xsm {
        width: auto;
        overflow: show;
        display: block
    }
    #home-ranking .truncate_full {
        width: 98%;
        overflow: hidden;
        display: block
    }
}

@media(max-width:767px) {
    #header .row {
        padding: 0 30px 0 20px
    }
    #footer-middle {
        display: none
    }    
    #content {
        padding-right: 0
    }
    #content ul ul,
    #content ul ol,
    #content ol ol,
    #content ol ul {
        margin-left: 0
    }
    #ad_placement_header {
        padding: 10px 20px 0
    }
    #ad_placement_header img {
        width: 100%;
        height: auto
    }
    #rankingfeature {
        width: 100%
    }
    #player_events_info {
        position: absolute;
        width: 98%;
        overflow-y: auto;
        top: 1%;
        box-sizing: border-box
    }
    .fullwidth-section-menu .row .span6 {
        float: none;
        width: 100%;
        margin-left: 0
    }
    .section-menu-links h4 {
        text-align: left
    }
    .article-container .article-item {
        width: 48%
    }
    .article-detail-img,
    .article-author-img {
        float: none;
        margin: 10px 0 0 0
    }
    .input-inline {
        display: inline-block !important
    }
    .link-divider a:before,
    .link-divider2 a:before {
        padding: 0 4px 0 2px
    }
    .video-mod-title {
        margin-left: 0
    }
    .video-mod-content {
        padding: 15px
    }
    .video-mod-footer {
        padding: 0 15px
    }
    .video-mod-content-phone {
        display: block
    }
    .hidden-phone-sm {
        display: none
    }
    .row {
        padding: 0 20px
    }
    .row .row {
        width: auto;
        padding: 0;
        margin: 0
    }
    p.last,
    h1.last,
    h2.last,
    h3.last,
    h4.last,
    h5.last,
    address.last,
    ul.last,
    ol.last {
        margin-bottom: 20px
    }
    .text-right {
        text-align: left
    }
    .article-mod-content {
        color: #444;
        font-size: 14px
    }
    .article-mod-title {
        font-size: 20px
    }
    .article-mod-content img {
        width: 30%;
        margin: 0 0 5px 10px
    }
    .category-container .category-content {
        min-height: 1px;
        height: auto
    }
    .break-row tbody,
    .break-row tr,
    .break-row td,
    .break-row input {
        display: block;
        width: 100%
    }
    .break-row tr {
        border-bottom: 1px dashed #ddd;
        padding: 10px 0
    }
    .break-row tr:last {
        padding-bottom: 0
    }
}

@media screen and (max-width:568px) {
    #info {
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        display: inline-block;
        left: 0;
        margin: auto;
        padding: 5px 0;
        position: fixed;
        right: 0;
        text-align: center !important;
        width: 100%;
        z-index: 900
    }
    #rotate_screen {
        color: #fff;
        font-size: 14px
    }
    #two-column #sidebar,
    #two-column #articles {
        float: none;
        width: 100%;
        margin-left: 0
    }
    .noad2 {
        margin-left: 1.5% !important;
        width: 96vw !important;
        box-sizing: border-box
    }
    .interview-mod-interview img {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        max-width: 120px
    }
    .article-mod-footer .span8 {
        width: 40%
    }
    .article-mod-footer .span4 {
        width: 50%
    }
    .article-mod-social {
        padding-left: 15px
    }
    #home-ranking .hidden {
        display: table-cell
    }
    #home-ranking .truncate_full {
        width: auto !important;
        overflow: show
    }
    .category-container .category-img {
        position: relative;
        width: 100%;
        height: 150px;
        background-position: center center;
        background-size: cover;
        left: 0
    }
    .article-item .article-image {
        background-size: cover;
        width: 100%;
        height: 175px;
        background-color: #f2f2f2
    }
    .article-container .article-item {
        float: none;
        margin-bottom: 20px;
        width: 100%
    }
    .category-container .category-content {
        width: 100%;
        height: 175px;
        float: none
    }

    #footer {
        width: 100%;
        height: auto
    }
    #content {
        padding-bottom: 50px
    }
    #no-more-tables td:before,
    .no-more-tables td:before {
        display: block
    }
    #tourn-search-table .span4 {
        margin-left: 0;
        width: 95%
    }
}

@media only screen and (max-width:360px) {
    .article-mod {
        padding-bottom: 0
    }
    .article-mod-more {
        padding: 10px 0
    }
    .article-mod-social {
        padding: 10px 0 5px 13px
    }
    .article-mod-footer {
        padding: 0 0 0 25px
    }
    #home-ranking .hidden {
        display: none
    }
}

.printonly {
    display: none
}