/*
 Theme Name:     WBSC Theme
 Theme URI:      
 Description:    The WBSC theme
 Author:         Ing. Luca Pelati - VENTIE30
 Author URI:     http://www.ventie30.it
 Template:       Divi
 Version:        1.0.1
*/
 
@import url("../Divi/style.css");

 
/* =New menu
------------------------------------------------------- */

.menu-container {
    width: 100%;
    margin: 0 auto;
    transition: 0.3s;
}

.menu-mobile {
    padding: 20px;
    line-height: 1;
}
	.menu-mobile:after { /* This it the mobile menu toggle */
		font-family: 'ETmodules';
		content: "a";
		font-weight: normal;
		font-style: normal;
		text-decoration: inherit;
		-webkit-font-smoothing: antialiased;
		color: #fff; 
	    font-size: 27px;
	    padding: 0;
	    float: right;
	    position: relative;
	}
.menu-mobile img {
	height: 26px;
}	
.menu {
	background: #15243e;
}
	.home .menu {
		margin-bottom: 50px;
	}
.menu .menu-logo a {
	padding: 20px 15px 0;
}
	.menu .menu-logo img {
		height:26px;
	}
.menu > ul {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}
	.menu > ul:before,
	.menu > ul:after {
	    content: "";
	    display: table;
	}
	.menu > ul:after {
	    clear: both;
	}

.menu > ul > li {
    float: left;
    padding: 0;
    margin: 0;
}
	.menu > ul > li a { /* these are the top navigation links */
	    display: block;
	    padding: 20px 12px;
		color: #FFF;
		font-weight: bold;
	    text-decoration: none;
	    letter-spacing: 1px;
	}
		.menu > ul > li > a:after { /* an empty icon is set for all menus to prevent visual height glitches */
			float: right;
			font-family: 'ETmodules';
		    font-weight: normal;
		    font-style: normal;
		    text-decoration: inherit;
		    -webkit-font-smoothing: antialiased;
		    padding-left: 0.2em;
		    content: " ";
			font-size: 16px;
			padding: 1px 0 0 3px;		    
		}
			.menu > ul > li.menu-dropdown-icon > a:after { /* dropdown icon for megamenus */
				content: "L";
			}
			.menu > ul > li.menu-dropdown-icon > a.active:after { /* dropdown icon for megamenus */
				content: "M";
			}

.menu > ul > li > ul { /* This is the main container that comes down when you open a mega submenu */
    display: none;
    position: absolute;
    left: 0;
    z-index: 99;    
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 0 1em;
    list-style: none;
    background: #2c3a51;
    overflow: hidden;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    float: left;
    margin: 2.5%;
    padding-bottom: 0;
    list-style: none;
    background: none;
}
.menu > ul > li > ul > li > h6 { /* these are the column titles */
	display: inline-block;
    color: #ddc857;
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 1em;
}
	.menu > ul > li > ul > li > h6::after {
	    display: block;
	    content: " ";
	    margin: 0.6em 0 0;
	    background: #E21F26;
	    height: 2px;
	}
.menu > ul > li > ul > li a { /* these are the links inside each column */
	display: block;
	color: #fff;
	font-size: 12px;
	padding: .65em 0;
	line-height: 1.5;
	text-transform: uppercase;
}
	.menu > ul > li > ul > li a:hover {
		color: #a1abbd;
	}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li.organization > ul > li.commissions > h6 {
	/* 	display: block;	 */
	
}
	.menu > ul > li.organization > ul > li.commissions > ul > li h6 {
		color: #a1abbd;
		font-size: 10px;
		padding: .7em 0;
		text-transform: uppercase;
	}

/* News mega menu */

.menu .news .article{
	float: left;
	width: 45%;
	margin-right: 5%;
}
	.menu .news .article h5{
		padding: 0;
	}
	.menu .news .article a{
		font-size: 13px;
		text-transform: none;
		line-height: 1.3;
	}
	.menu .news .article .published{
		color: #eee;
	}


/* Events mega menu */

.menu .upcoming-events .event{
	float: left;
	width: 45%;
	margin: 0 5% 7% 0;
}
	.menu .upcoming-events .event a{
		padding: 0;
	}
	.menu .upcoming-events .event img {
		height: 40px;
	}
	.menu .upcoming-events .event .title{
		font-size: 15px;
		text-transform: none;
		line-height: 1.3;
	}
	.menu .upcoming-events .event .info{
		color: #eee;
		font-size: 13px;
		line-height: 1.3;
		margin-top: 3px;
	}

/* Members mega menu */

.menu > ul > li.members > ul {
	min-height: 400px;
    padding: 15px;
    background: #2c3a51;

}
	.menu > ul > li.members > ul > li {
		margin: 0;
		width: 100%;
	}
.menu .pin, .menu .back {
	cursor: pointer;
}	
	
	
/* Top menu */	
.wbsc-top-menu {
	overflow: auto;
	padding: .2em 1em;
	background: #f7f7f7;
}
	.wbsc-top-menu .tagline {
		display: none;
	}
	.wbsc-top-menu .social{
		float: right;
	}
		.wbsc-top-menu .social li{
			float: left;
		}

.wbsc-top-menu .menu-icon {
	display: block;
	padding: .4em .4em;
	height: 30px;
	line-height: 1;
	color: #c4c4c4;
}
	.wbsc-top-menu .menu-icon::before{
		float: right;
		font-family: 'ETmodules';
		font-weight: normal;
		font-style: normal;
		text-decoration: inherit;
		-webkit-font-smoothing: antialiased;
		padding-left: 0.2em;
		content: " ";
		font-size: 16px;
		padding: 1px 0 0 5px;
	}
		.wbsc-top-menu .menu-icon.facebook::before{
			content: "";
		}
		.wbsc-top-menu .menu-icon.twitter::before{
			content: "";
		}
		.wbsc-top-menu .menu-icon.instagram::before{
			content: "";
		}
		.wbsc-top-menu .menu-icon.youtube::before{
			content: "";
		}	
	/* 
		Social Media Brand Colors
	
		twitter:     #00aced     rgb(0, 172, 237)
		facebook:    #3b5998     rgb(59, 89, 152)
		googleplus:  #dd4b39     rgb(221, 75, 57)
		pinterest:   #cb2027     rgb(203, 32, 39)
		linkedin:    #007bb6     rgb(0, 123, 182)
		youtube:     #bb0000     rgb(187, 0, 0)
		vimeo:       #1ab7ea     rgb(26, 183, 234)
		tumblr:      #32506d     rgb(50, 80, 109)
		instagram:   #bc2a8d     rgb(188, 42, 141)
		flickr:      #ff0084     rgb(255, 0, 132)
		dribbble:    #ea4c89     rgb(234, 76, 137)
		quora:       #a82400     rgb(168, 36, 0)
		foursquare:  #0072b1     rgb(0, 114, 177)
		forrst:      #5B9A68     rgb(91, 154, 104)
		vk:          #45668e     rgb(69, 102, 142)
		wordpress:   #21759b     rgb(33, 117, 155)
		stumbleupon: #EB4823     rgb(235, 72, 35)
		yahoo:       #7B0099     rgb(123, 0, 153)
		blogger:     #fb8f3d     rgb(251, 143, 61)
		soundcloud:  #ff3a00     rgb(255, 58, 0)
	
	*/			
	.wbsc-top-menu a:hover .menu-icon.facebook{
		color: #3b5998 !important;
	}
	.wbsc-top-menu a:hover .menu-icon.twitter{
		color: #00aced !important;
	}
	.wbsc-top-menu a:hover .menu-icon.instagram{
		color: #bc2a8d !important;
	}
	.wbsc-top-menu a:hover .menu-icon.youtube{
		color: #bb0000 !important;
	}

.wbsc-top-menu .langs {
	float: right;
	padding: .2em 0;
}
	.wbsc-top-menu .langs a {
		color: #999;
		margin: 0 .4em;
	}
		.wbsc-top-menu .langs a:hover, .wbsc-top-menu .langs a.active {
			color: #222;
		}

@media only screen and (min-width: 768px) {
	
	.home .menu {
		margin-bottom: 0;
	}
	
	.wbsc-top-menu .tagline {
		display: block;
		float: left;
		margin: 0;
		padding: .55em .3em 0;
		color: #888;
		font-size: 14px;
	}
	.menu {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 1100px) {
		
	.menu-mobile {
	    display: none;
	}
	.mobile-home-link {
	    display: none;
	}
	
	.menu .clearfix {
		clear: both;
		margin-top: 0;
	}
	
	.menu > ul > li.menu-dropdown-icon > a:after { /* dropdown icon for megamenus */
		content: "3";
	}
	
	.menu > ul > li > ul > li {
		width: 17%;
	}
		.menu > ul > li.organization > ul > li {
			width: 13%;
		}

	.menu .departments {
		margin: 2.5% 5% 2.5% 2.5% !important;
	}
	.menu .commissions {
		margin: 2.5% .8% !important;
		width: 11.5% !important;
	}
	.menu .news {
		width: 30%;
		margin-bottom: 1%;
	}
	.menu .upcoming-events {
		width: 30%;
	}		
}

@media only screen and (min-width: 1600px) {
	.menu > ul > li > ul > li {
		width: 14%;
	}
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 1100px) {

	.menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
        padding-bottom: 1em;
    }
    .menu > ul > li {
        float: none;
        display: block;
        width: 100%;
		padding: 0 2.5%;
    }
    .menu > ul > li a {
        padding: 1em 1.5em;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin: 0;
        padding: 1em 1.5em;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu-logo{
		display: none !important;
	}
    .menu .show-on-mobile {
        display: block;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1100px) {

	.menu > ul > li > ul > li {
		float: left;
		width: 50%;
	}
	
	.menu > ul > li > ul > li:nth-child(2n+1) {
		clear: left;
	}
}

/* =Footer sponsor
------------------------------------------------------- */
.footer-sponsors {
	overflow: auto;
	margin-bottom: 50px;
}
	.footer-sponsors .sponsor-group {
		margin-bottom: 40px;
	}
		.footer-sponsors .sponsor-group h6 {
			width: 100%;
			margin-bottom: 1em;
			padding: 0.3em 2em;
			color: #FFF;
			font-size: 12px;
			letter-spacing: 1px;
			text-align: center;
			text-transform: uppercase;
			background: #40506a;
		}
		.footer-sponsors .sponsor-group div {
			overflow: auto;
		}
			.footer-sponsors .sponsor-group div a {
				float: left;
				width: 25%;
				text-align: center;
			}
				.footer-sponsors .sponsor-group div a img {
					width: 80%;
					height: auto;
				}

@media only screen and (min-width: 860px) {
	.footer-sponsors .sponsor-group {
		float: left;
		/*width: 32.3%;*/
		width: 29.666%;
		/*margin: 0 .3%;*/
		margin: 0 5.5% 5.5% 0;
	}
		.footer-sponsors .sponsor-group:nth-child(3) {
			margin-right: 0;
		}
}

 
/* =Theme customization starts here
------------------------------------------------------- */

.alpha-list ol li {		
		list-style-type: lower-latin;		
	}		
	.alpha-list ol li li {		
		list-style-type: decimal;		
	}

h1 {
	font-size: 28px;
	/* 	text-transform: uppercase; */
}
h2 {
	/* 	text-transform: uppercase; */
}
h3 {
	/* 	text-transform: uppercase; */
}

.primary-title {
	margin: 10px 0 !important;
	padding: 3px;
	border-radius: 50px;
	background: #15243E;	
}
.primary-title p {
	padding: 10px !important;
	border: 2px solid #f2f2f2;
	border-radius: 50px;
	color: #f2f2f2;
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
}

.flag-icon {
	box-shadow: 0 0 28px rgba(100,100,100,0.2);
}

/* Structure */

.container, .et_pb_row, .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
	width: 80%;
	max-width: none;
}
#main-content .container::before {
	background-color: transparent;
}

/* Logo */

.et_header_style_left .logo_container {
	position: static;
	padding: 20px 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.et-fixed-header .logo_container {
	padding: 10px 0;
}
	#logo {
		display: inline-block;
		float: none;
		height: 85px !important;
		margin-right: 2em;
		margin-bottom: 0;
		vertical-align: middle;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		-webkit-transform: translate3d(0, 0, 0);
	}
		.et-fixed-header #logo {
			height: 65px !important;
		}
/*		
	.logo_container h1 {
		display: inline;
		color: #0f1d3d;
		text-transform: uppercase;
		line-height: 85px;
		padding: 0;
	}
*/
	
@media all and (max-width: 859px) {
	.logo_container h1 {
		font-size: 22px;
	}
}
@media all and (max-width: 729px) {
	.logo_container {
		text-align: center;
	}
	.logo_container h1 {
		display: block;
		font-size: 25px;
		line-height: 1.1;
		margin-top: 20px;
	}
}
@media all and (max-width: 479px) {
	.logo_container {
		text-align: center;
	}
	.logo_container h1 {
		font-size: 18px;
	}
}

/* Breadcrumb */

#crumbs {
	float: left;
}

/* Header & footer */

#top-header a {
    color: #BBD3E8;
}
#top-header .ubermenu a {
	color: #FFF;
}

#top-header .ubermenu-nav > li span, #top-header .ubermenu-nav > li a {
	line-height: 1;
}
/*
	#top-header .home-button a {
		width: 40px;
		text-indent: 14px;
	    white-space: nowrap;
	    overflow: hidden;	
	}
	#top-header .home-button a::before {
		content: " ";
		background-image: url("/wp-content/uploads/logo-test.svg");
		background-size: 14px auto;
		position: relative;
		display: inline-block;
		top: 3px;
		width: 20px;
		height: 14px;
		margin-left: -100%;
		background-repeat: no-repeat;
	}
*/


	#top-header a:hover {
		text-decoration: underline !important;
	}
	#top-header	.hmenu_sub > ul > li > a > .hmenu_wrap {
	    padding: 15px 20px 20px 15px !important;
	}


#footer-widgets .footer-widget {
	text-align: center;
}
	#footer-widgets .footer-widget li a, #footer-widgets .footer-widget p, #footer-widgets .footer-widget p a {
		color: #FFF !important;
	}
	#footer-widgets .footer-widget .widget_text {
		width: 100%;
	}

.et_pb_bg_layout_dark .et_pb_slide_description {
	text-shadow: none;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
	margin-left: auto;
	margin-right: auto; /* erano commentati devo mettere none o zero? */
}

.footer-partner-logo {
	display: none;	
}
.footer-partner-logo.small-screen {
	display: block;	
}

/* Menu */

.hmenu_navigation_holder {
	padding: 0 15px !important;
}
.logo_container h1 {
	display: inline !important;
	color: #0f1d3d !important;
	text-transform: uppercase !important;
}
.hmenu_navigation_holder ul.hmenu_full_hover > li.hmenu_active_nav {
    background: transparent !important;
}
	.hmenu_navigation_holder ul.hmenu_full_hover > li.hmenu_active_nav a span {
	}
	
.hmenu_product_holder.languages li {
	margin-right: 15px !important;
}
	.hmenu_product_holder.languages li a {
		font-weight: normal !important;
		font-style: italic !important;
	}
	
.et-pb-arrow-prev, .et-pb-arrow-next {
	color: #000 !important;
}

.hmenu_toggle_holder, .hmenu_toggle_holder ul, .hmenu_toggle_holder ul li {
	width: 100%;
}

.about-menu {
	float: left;
	width: 100%;
	padding: 0 0 30px;
}
	.about-menu h2 {
		border: 0px none !important;
		padding: 0 !important;
	}
	.about-menu a {
		display: block;
		padding: 5px 10px 2px;
		font-size: 14px;
		line-height: 1.5;
		font-weight: 700;
	}
	
.hmenu_mobile_search_holder input {
    width: 100% !important;
    border: 0 none !important;
    background-color: #15243e !important;
	padding: 10px 20px !important;
	font-weight: 700 !important;
	font-size: 13px !important;
}
	.hmenu_mobile_search_holder .hmenu_search_btn {
	    right: 2% !important;
	    top: 14px !important;
	}

.m_lang {
	padding-right: 10px !important; 
}

.hmenu_search_btn::before {
    font-size: 14px !important;
		font-weight: 700 !important;    
}


/* Language selector */

/* remove all the bullets, borders and padding from the default list styling */
#lang_sel {
	float: left;
	position: relative;
	display: inline-block;
}
#lang_sel ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none !important;
}
#lang_sel ul li:hover ul, #lang_sel ul a:hover ul {
	visibility: visible;
}
#lang_sel ul ul {
	width: 100%;
	background: #15243e;
	visibility: hidden;
	position: absolute;
	/*   height: 0; */
	top: 59px;
	left: 0;
}
#lang_sel ul ul a {
	background: #15243e;
	height: auto;
	line-height: 1em;
	padding: 17px 15px;
}
#lang_sel ul ul a:visited {
	background: #15243e;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
}
#lang_sel li {
	float: left;
	width: 100%;
	text-align: center;  
	position: relative;
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none !important;
}
#lang_sel li:before {
	content: '' !important;
}
#lang_sel a {
	display: block;
	font-size: 14px;
	font-weight: 700;
	background: #15243e;
	padding-left: 10px;
	line-height: 24px;
}
#lang_sel a:visited {
	display: block;
	background: #15243e;
	padding-left: 10px;
	line-height: 24px;
}
#lang_sel a.lang_sel_sel {
	background: #15243e;
	padding: 16px 15px; 
	color: #FFF;
	text-decoration: none !important; 
}
#lang_sel a.lang_sel_sel::after {
	font-family: 'ETmodules';
	content: "3";
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	padding-right: 0.5rem;
}
#lang_sel a.lang_sel_sel:hover {
	text-decoration: none;
}
#lang_sel table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}
#lang_sel a:hover, #lang_sel ul ul a:hover, #lang_sel :hover > a, #lang_sel ul ul :hover > a {
	background: #15243e;
}
a.lang-missing, a.lang-missing:hover {
	opacity: 0.3;
	text-decoration: none !important;
	cursor: default;	
}


/* Shared: accordion, ... */

.et_pb_accordion .et_pb_toggle {
	margin-bottom: -1px !important;
}
.separator {
	clear: both;
	margin: 5em 0;
	content: " ";
	border-bottom: 2px solid #2C3A51;
}
	.separator.blank {
		border: 0 none;
	}


/* Ongoing games */
.ongoing-games {
	padding: 0 !important;
	background: #e9e9e9;
	z-index: 0;
}
	.ongoing-games .et_pb_row {
		padding: 4px 0;		
	}
.ongoing-games .et_pb_portfolio_items {
	height: 80px !important;
}
	.ongoing-games .home-game {
		padding: 10px 0;
		height: 80px !important;
		line-height: 1.5;	
		text-align: center;
		text-transform: uppercase;
	}
		.ongoing-games .home-game .line1 {
			font-size: 12px;		
		}
		.ongoing-games .home-game .line3 {
			font-size: 14px;
		}
			.ongoing-games .home-game .line3 > * {
				vertical-align: top;
			}
	.ongoing-games .home-game span {
		margin: 0 4px;
	}
	.ongoing-games .et-pb-arrow-prev, .ongoing-games .et-pb-arrow-next {
		margin-top: -20px !important;
	}
	.ongoing-games .tournament-action-icon img {
		height: 13px;
	}

@media all and (max-width: 768px) {

	.home .ongoing-games {
		margin: -50px 0 50px;
	}
}
@media only screen and (min-device-width : 768px) and (orientation : portrait) {
	/* iPad Air 2 is the only device that requires this */
	.home .ongoing-games {
		margin: 0;
	}
}

/* Homepage */

.baseball-font-color  {
	color: #2A409E;
}
.softball-font-color  {
	color: #C00042;
}

.baseball-background  {
	background-color: #2A409E;
}
.softball-background  {
	background-color: #C00042;
}
.wbsc-background  {
	background: #0D143C;
}

.home-hide-on-mobile {
	display: none;
}

.home-slider {
	height: 400px;
}
.home .slick-slider {
	display: none;
}
	.slick-slide {
		position: relative;
		margin: 0; /* margin: 0 3px; */
		cursor: pointer;
	}
		.slick-slide img {
			height: 400px;
			width: auto;
		}
			.slick-slide:hover .cover {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background: #000;
				opacity: 0.50; 
			}
			.slick-center img {
			}
	.slick-slide h3 {
		position: absolute;
		bottom: 70px;
		color: #FFF;
		padding: 0 250px 0 60px;
		font-size: 20px;
		font-weight: 700;
		text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8);  /* 0px 0px 40px rgba(0, 0, 0, 0.8); */
		text-transform: none;
	}
	.slick-slide .date {
		position: absolute;
		bottom: 35px;
		padding: 6px;
		color: #FFF;
		left: 62px;
		line-height: 1;
		font-size: 15px;
		text-transform: uppercase;
	}
	
.slick-prev {
    left: 65px !important;
	z-index: 1;
}
.slick-next {
    right: 65px !important;
}

.home-secondary-news {}
	.home-secondary-news article {
		margin: 0 !important;
		padding: 0 !important;
		border: 0 none !important;
	}
	
.home-featured-news {
	padding: 20px 0;
	overflow: auto;
}
	.home-featured-news .featured-news {
		float: left;
		width: 30%;
		margin-right: 5%;
	}
		.home-featured-news .featured-news:last-child {
			margin-right: 0;
		}
	.home-featured-news .featured-news h3:hover {
		text-decoration: underline;
	}
	
.home-videos .dcsns-toolbar {
	display: none;	
}
.home-videos .dcwss.dc-wall .stream li {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	transition-property: none !important;
	transform: none !important;	
	float: left;
	width: 31% !important;
    background: transparent;
    box-shadow: none;
    padding: 0;
    font-family: inherit;
    margin: 0px 2% 0 -1px;
}
	.home-videos .dcwss.dc-wall .stream li .inner{
	    margin: 0;
	}
	.home-videos .dcwss.dc-wall .stream li .section-thumb {
	    float: none;
	    margin: 0;
	    max-width: none;
	}
	.home-videos .dcwss.dc-wall .stream li .section-thumb img {
    	border: 0 none;
		padding: 0;
		width: 100%;
		max-width: none;
		margin: 0 0 5px 0;
	}
	.home-videos .dcwss.dc-wall .stream li .section-title {
    	font-size: 14px;
		font-weight: normal;
		line-height: 1.2;
    	color: #FFF;
    }
    
    .home-videos .section-intro {
	    display: none !important;
    }
    .home-videos .dcwss.dc-wall .stream li > a {
		position: absolute;
		top: 2px;
		width: 30px;
		height: 30px;
		right: 4px;
    }


.home-newsletter {
}
	.home-newsletter h2 {
		color: #FFF;
		font-size: 50px;
	}
	.home-newsletter .newsletter-terms {
		float: right;
		width: 40%;
	}
	.home-newsletter input[type="email"], .home-newsletter input[type="text"] {
		margin: 15px 0;
		padding: 6px 15px;
		width: 75%;
		font-size: 16px;
	}
	.home-newsletter .newsletter-lists {
		padding: 10px 0;
		width: 50%;
		font-size: 16px;		
	}
	.home-newsletter button {
		margin: 20px 0 0;
		padding: 10px 15px;
		font-size: 16px;
		background: #94D100;
		border: 0 none;	
	}
	.home-newsletter .previous-newsletters {
		clear: both;
	}
		.home-newsletter .previous-newsletters a {
			color: #94D100;
		}
.ctct-embed-signup {
	min-height: 136px;
}

.home-events-section {
	background: transparent;
}
	.event-inner{
		/*
			margin: 5px;
			padding: 20px;
			background: rgba(255,255,255,0.8);
		*/
	}
	.home-events {
		overflow: auto;
	}
		.home-events .event-inner-left {
			float: left;
			margin-right: 10px;
		}	
			.home-events .image-wrapper {
				width: 70px;
			}
		.home-events .event-inner-right {
			overflow: auto;
			padding-right: 30px;
		}
			.home-events h3 {
				font-size: 16px;
			}
			.home-events p {
				padding: 0;
				line-height: 1.4;
			}
				.home-events p::before {
					font-size: 10px;
				    font-family: 'ETmodules';
					font-weight:normal;
					font-style:normal;
					text-decoration:inherit;
					-webkit-font-smoothing:antialiased;
					margin-right: 10px;
				}		
					.home-events p.location::before {
						content: "";
					}
					.home-events p.date::before {
						content: "";
					}

		.home-events .et_pb_countdown_timer {
			clear: both;
			margin: 20px 0 0;
			padding: 0;	
		}
		
		.home-events .et_pb_countdown_timer .section, .home-events .et_pb_countdown_timer .section p {
			font-size: 13px;
			line-height: 16px;
			text-transform: uppercase;
		}

		.home-events .et_pb_countdown_timer .et_pb_countdown_timer_container {
			text-align: left !important;
		}
		
		.home-events-section .et_pb_carousel_group {
			width: 90% !important;
			margin: 0 5% !important;
		}
		
		.home-events-section .et-pb-slider-arrows {
			display: block !important;
		}
		
		.home-events-section .et-pb-arrow-prev {
			opacity: 1 !important;
			left: 0 !important;
			margin-top: -51px;
		}
			.home-events-section .et-pb-arrow-prev:before {
				content: '←';
				font-family: 'slick' !important;
				color: #DDD;
				font-size: 20px;
				line-height: 1;
			}
		.home-events-section .et-pb-arrow-next {
			opacity: 1 !important;
			right: 0 !important;
			margin-top: -51px;
		}
			.home-events-section .et-pb-arrow-next:before {
				content: '→';
				font-family: 'slick' !important;
				color: #DDD;
				font-size: 20px;
				line-height: 1;
			}

.menu-events-list .home-events {
	float: left;
	width: 50%;
}


/* Hall of fame */

.softball-hall-of-fame ul, .softball-hall-of-fame ul li {
	list-style-type: none;
	padding: 0 0 50px;
	font-size: 12px;
}
	.softball-hall-of-fame ul li img {
		width: 85px;	    
	}


/* Boards */

.executive-board.et_pb_row {
	padding: 0 0 30px;
}
	.executive-board .et_pb_team_member {
		padding: 30px;
		background: #eee;	
		overflow: auto;
		min-height: 300px;
	}
		.executive-board .et_pb_member_position {
			line-height: 1.1;
			color: #666;
			font-style: italic;
		}
		.executive-board .et_pb_team_member .et_pb_team_member_image {
			text-align: left !important;
			margin: 0 0 12px !important;
		}
		
		.executive-board .et_pb_team_member .et_pb_team_member_image img {
			max-height: 150px;			
			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");
		    filter: grayscale(100%);
		    -moz-filter: grayscale(100%);
		    -ms-filter: grayscale(100%);
		    -o-filter: grayscale(100%);
		    filter: gray;
		    -webkit-filter: grayscale(100%);
		}
	.executive-board .et_pb_team_member:hover {
		background: #15243E;
	}
		.executive-board .et_pb_team_member:hover h4 {
			color: #FFF;
		}
		
		
/* WBSC Commissions */
.executive-board.commissions-board .et_pb_team_member {
	min-height: 100px;	
}		


/* Dropdown */

.dropdown {
	margin: 0;
	padding: 0; 
	height: 25px;
}
	.dropdown ul{
		margin: 0;
		padding: 0; 
	}
		.dropdown li {
			display:block;
			float:left;
			width: 100%;
			padding: 0;
			margin-bottom: 15px;
			background-color: #FFF;
			border: 1px solid #CCC;
		}
			.dropdown li:hover {
				background-color:#F0F0F0
			}
		.dropdown a {
			display:block;
			position: relative;
			color: #09F;
			padding: 5px 0 5px 10px;
		}
			.dropdown a::after {
				float: right;
				display: block;
				width: 30px;
				text-align: center;
			    content: "3";
			    font-family: 'ETmodules';
			    font-weight: normal;
			    font-style: normal;
			    text-decoration: inherit;
			    -webkit-font-smoothing: antialiased;
			}
		.dropdown li ul {
			display:none;
			position:absolute;
			z-index:1
		}
			.dropdown li ul li {
				float:none;
				margin-left: -1px;
				margin-right: 0;
				margin-bottom: 0;
			}
				.dropdown li ul, .dropdown li ul li {
					width: 100%;
				}
				.dropdown li ul li a {
					color: #000;
				}
					.dropdown li ul li a::after {
						display: none;
					}
		.dropdown li:hover ul {
			display:block;
		}


/* News */

#news-page {
	
}
	#news-page .filters {
		overflow: auto;
		margin: 0 0 50px;
	}
	#news-page .articles {
	}
		#news-page .articles .article-row {
			overflow: auto;
		}

		#news-page .articles .article {
			float: left;
			width: 100%;
			margin-bottom: 40px;
		}
			#news-page .articles .article:last-child {
				margin-right: 0;
			}
			#news-page .articles .article h5 {
				margin-top: 15px;
			}
#news-page .navigation ul {
	overflow: auto;
	padding: 0;
	list-style:none;
}
	#news-page .navigation li{ 
		display:inline;
	}
		#news-page .navigation li a {
			display:block;
			float:left;
			padding:4px 9px;
			margin-right:7px;
			border:1px solid #efefef;
		}
	#news-page .navigation li span.current {
		display:block;
		float:left;
		padding:4px 9px;
		margin-right:7px;
		border:1px solid #efefef;
		background-color:#f5f5f5;
	}	
	#news-page .navigation li span.dots { 
		display:block;
		float:left;
		padding:4px 9px;
		margin-right:7px;
	}				


@media all and (min-width:960px) {
	
	.dropdown li {
		width: 300px;
		margin-right: 20px;
	}
	.dropdown li.small {
		width: 200px;
	}
	.dropdown ul li ul {
		width: 300px;
	}
	.dropdown li.small ul li {
		width: 200px;
	}

	#news-page .articles .article-row {
		margin-bottom: 40px;
	}
	#news-page .articles .article {
		width: 20%;
		margin-right: 6%;		
	}	
}


.news-page h2 a {
	line-height: 1.5;
}

.type-post.has-post-thumbnail .et_post_meta_wrapper img {
	max-height: 450px;
	width: auto;	
}

.news-article-gallery {
	margin: 30px 0 0;
}
	.news-article-gallery .et_portfolio_image {
	    width: 100%;
	    padding: 30%;
	    box-sizing: border-box;
	    position: relative;
	    overflow: hidden;
	}
		.news-article-gallery .et_portfolio_image img {
			position: absolute;
		    top: 0;
		    left: 0;
		}


/* Data table */

.dataTable {
	width: 100% !important;
}
	.dataTable .sorting_1, .dataTable tr:first-child td.sorting_1 {
		background:#e0e7ec !important;
	}
	.dataTable tr:first-child td {
		background: transparent !important;
	}
	.dataTable tr:nth-child(odd) {
		background: #f5f8fa;
	}
.dataTables_scrollHead tr th {
	background: #ddd;
}
	.dataTable th, .dataTable td {
		text-align: center;
	}
		.dataTable th:first-child, .dataTable td:first-child {
			text-align: left;
		}


.dataTables_filter {
	margin: 0 0 10px;
	text-align: left !important;
}
.dataTables_wrapper {
/*     overflow-x: scroll;	 */
}


/* Tournament */

.tournament-page-heading .et_pb_slide_image { 
	top: 30px;
	margin-top: 0 !important;	
}
	.tournament-page-heading .et_pb_slide_image img { 
		max-height: none !important;
		width: 100%;
		height: auto;
	}
	.tournament-page-heading .et-pb-arrow-prev:before, .tournament-page-heading .et-pb-arrow-next:before {
		color: #FFF !important; 
	} 
	.tournament-page-heading .et-pb-arrow-prev {
		left: -10px !important;
	}
	.tournament-page-heading .et-pb-arrow-next {
		right: 10px !important;
	}

.tournament-page-menu {
	padding: 0 !important;
}
	.tournament-page-menu ul, .tournament-page-menu ul li {
		list-style-type: none;
	}
		.tournament-page-menu ul {
			padding: 0 !important;
		}		
		.tournament-page-menu ul li {
			float: left; 
			padding: 0 60px 0 0;
		}	
			.tournament-page-menu a {
				color: #FFF;
				font-size: 16px;
			}
			.tournament-page-menu.dark h3 { /* Used in tournament document page */
				color: #000;
			}
			.tournament-page-menu.dark a {
				color: #666;
				font-size: 13px;
			}
				.tournament-page-menu a:hover {
					text-decoration: underline;
				}


.tournament-page table {
    border: 1px solid #FFF !important;
}
.tournament-page .add-flags a {
	display: block;
	margin: 5px 0;
}
.tournament-page .add-flags a .flag-icon{
	float: left;
	margin: 3px 8px 0 0;
	font-size: 22px;
}
				
.tournament-page-schedule {
}
	.tournament-page-schedule .et_pb_tabs {
	    border: 0px none;
	}
		.tournament-page-schedule .et_pb_all_tabs {
	    	padding: 20px 0 0;
		}
			.tournament-page-schedule ul.et_pb_tabs_controls {
				/* border-bottom: 3px solid #15243E; */
				border: 0 none;
				background-color: #FFF;
			}
				.tournament-page-schedule .et_pb_tabs_controls li {
				    padding: 0 60px 10px 0;
				}
					.tournament-page-schedule .et_pb_tabs_controls li.et_pb_tab_active {
					    bottom: auto;
						padding: 0 60px 10px 0;
					}
						.et_pb_tabs_controls li a {
						    color: #aaa;
						    text-transform: uppercase;
						}
					.tournament-page-schedule .et_pb_tabs_controls li.et_pb_tab_active a {
					    color: #C00042 !important;
					}
	.tournament-page-schedule table {
		margin: 0 0 90px;	
	}					
		.tournament-page-schedule table thead tr:nth-child(1) {
			background: #15243E;
			border: 1px solid #15243E;
		}
			.tournament-page-schedule table th {
				color: #FFF;
			}

/*
		.tournament-page-schedule table td:nth-child(1), .tournament-page-schedule table td:nth-child(4) {
			width: 300px;
		}
*/

/* Vertical tabs */

.vertical-tabs.et_pb_tabs {
	border: 0 none;
	border-top: 1px solid #d9d9d9;
}

.vertical-tabs ul.et_pb_tabs_controls {
    float: left;	
	display: none;
}

.vertical-tabs ul.et_pb_tabs_controls li {
	width: 100%;
	background-color: transparent;
	border: 0 none;
	bottom: 0 !important;
}

.vertical-tabs .et_pb_tabs_controls li.et_pb_tab_active {
    padding: 0;
}

.vertical-tabs .et_pb_all_tabs {
	width: 100%;
	padding: 24px 0;
}
.vertical-tabs .et_pb_module.et_pb_tabs.et_pb_tabs_0 {
	border: 0;
}

/* Sidebar */
.et_pb_widget_area_left {
    padding-right: 0;
    border-right: 0 none;
}
.widget_recent_entries .post-dates {
	display: block;
	font-size: 11px;
	margin: 2px 0 20px;
}


/* Homepage continent speed link */

.continent-speedlink {
	overflow: auto;
/* 	margin: 80px 0 30px; */
}
	.continent-speedlink .continent {
		float: left;
		width: 100%;
		padding: 0 10px 50px;
		text-align: center;
	}
		.continent-speedlink .continent .image-wrap {
			margin: 0 auto 10px;
			height: 90px;
			width: 90px;
			background: #FFF;
			border-radius: 50%;
			text-align: center;
			border: 4px double #2c3a51;
		}
			.continent-speedlink .continent .image-wrap img {
				margin: 20px 0 0;
				height: 40px;
				width: auto;
			}
			.continent-speedlink .continent h5{
				font-size: 17px;
				color: #b2c1dc;
			}			
			.continent-speedlink .continent a{
				color: #FFF;
				text-transform: uppercase;
				margin: 0 10px;
				font-size: 13px;
			}


/* WBSC / about */

.statutes-page .vertical-tabs ul.et_pb_tabs_controls {
	padding: 15px 0 !important;
}
.organizational-chart a.et_pb_lightbox_image {
	width: 100%;
	padding: 30px;
	background: #FFF;
}
.organizational-chart .et_pb_team_member {
	padding: 30px;
	background: #FFF;
}
	.organizational-chart .et_pb_team_member_image {
		width: 50%;
	}

.aside-menu ul {
	padding: 0;
}
	.aside-menu li {
		margin: 0 0 8px;
		list-style-type: none;
	}
		.aside-menu li a {
			display: block;
			padding: 30px;
			width: 100%;
			background: #FFF;
		}
				.aside-menu li:hover a{
				color: #FFF;
				background: #2c3a51;
			}				

/* Federations */

.federation-header {
	overflow: auto;
	padding: 15px 0;
}
	.federation-header h5{
		color: #FFF;
		font-size: 20px;
	}

	.map-area {
		float: left;
		position: relative;
		width: 33%;
		display: none;
	}
		.country-totals {
			color: #FFF;
			text-align: center;
			font-size: 17px;
			text-transform: uppercase;
			border-bottom: 2px solid #d0dbe6;
			margin: 0 0 30px;
		}
			.country-totals span {
				float: left;				
				margin-top: -12px;
				color: #d0dbe6 !important;
				font-size: 15px !important;
				display: inline-block !important;
				border-right: 15px solid #2C3A51;				
				background: #2C3A51 !important;
			}
	.content-area {
		color: #FFF;
		overflow: hidden;
	}
		.content-area p {
			padding: 0;
		}
		.confederation {
			position: relative;
			margin-bottom: 30px;
		}
			.confederation .back{
				font-size: 16px;
				font-weight: 700;
				line-height: 1;
				margin: 30px 0 0;
				color: #2C3A51;
				background: #d0dbe6;
				width: 75px;
				padding: 3px;
			}
				.confederation .back:before {
					float: left;
					color: #2C3A51;
					font-size: 16px;
			    	content: "D";					
					font-family: 'ETmodules';
					font-weight:normal;
					font-style:normal;
					text-decoration:inherit;
					-webkit-font-smoothing:antialiased;
					margin-right: 5px;
				}
			.confederation .sport-icon {
				float: left;
				margin: 0 20px 0 2px;
			}
				.confederation .single-confederation{
					overflow: auto;
					line-height: 40px;
				}
					.confederation .single-confederation img{
						float: left;
						height: 30px;
						margin: 7px 10px 0px 2px;
					}
		
			.confederation .title, .continent-name {
				font-size: 22px;
				font-weight: 700;
				line-height: 1;
				text-transform: uppercase;
				margin: 0 0 12px;
			}
			.confederation .address-phone-email {
				margin: 0 0 5px;
				font-size: 14px;
			}
				.confederation .address-phone-email span {
					display: inline-block !important;
					margin: 0 30px 8px 0;
				}
					.confederation span:before {
						font-family: 'ETmodules';
						font-weight:normal;
						font-style:normal;
						text-decoration:inherit;
						-webkit-font-smoothing:antialiased;
						margin-right: 10px;
					}
						.confederation span.address:before {
					    	content: "";
						}
						.confederation span.phone:before {
						    content: "";
						}
						.confederation span.email:before {
						    content: "";
						}
		
		.federations {
			width: 99%;
			overflow: auto;
			margin: 25px 0 0 1px;
		}	
			.federations a {
				float: left;
				display: block;
				font-size: 19px;
				line-height: 1;
				min-width: 105px;
				padding: 0 0 13px 0px;
			}
				.federations a:hover {
					color: #FFF;
				}	
					.federations a span {
						font-size: 19px !important;
						margin: 0px 10px 0 0;
					}


.federation-page {}
	.federation-page-heading {
		overflow: auto;
	}
		.federation-info {
			float: left;
			position: relative;
			width: 100%;
			/*height: 440px;*/
			padding: 60px;
			background: #F2F2F2 url('http://www.wbsc.org/wp-content/uploads/federations-map.png') no-repeat 50% 0;	
		}
			.federation-info h3 {
				text-transform: uppercase;
			}
			.federation-info .federation-logo {
				position: absolute;
				/*bottom: 50px;*/
				top: 60px;
				right: 70px;
				height: 180px;
				width: auto;
				filter: grayscale(100%);
			    -moz-filter: grayscale(100%);
			    -ms-filter: grayscale(100%);
			    -o-filter: grayscale(100%);
			    filter: gray; /* IE6-9 */
			    -webkit-filter: grayscale(100%);
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
				filter: alpha(opacity=20);
				-moz-opacity: 0.2;
				-khtml-opacity: 0.2;
				opacity: 0.2;	    
			}
		
			.federation-info .address-phone-email {
				margin: 0 0 50px;		
			}
				.federation-info .address-phone-email p {
					padding: 0;
					margin: 0 0 3px;	
				}
					.federation-info a {
						color: #666;
					}	
						.federation-info a:hover {
							text-decoration: underline;
						}	
				.address-phone-email span a {
					display: inline !important;
				}	
					.federation-info p:before {
						font-family: 'ETmodules';
						font-weight:normal;
						font-style:normal;
						text-decoration:inherit;
						-webkit-font-smoothing:antialiased;
						margin-right: 10px;
					}
						.federation-info p.address:before {
					    	content: "";
						}
						.federation-info p.phone:before {
						    content: "";
						}
						.federation-info p.email:before {
						    content: "";
						}
						.federation-info p.website:before {
						    content: "";
						}
						.federation-info p.fax:before {
						    content: "";
						}
						
		.federation-map {
			float: left;
			width: 100%;
			height: 440px;
		}
			.federation-map .et_pb_map {
				height: 440px;				
			}

	.federation-page .federation-list {
		margin: 50px 0 0;
		padding: 0 10px;
	}
		.federation-page .federation-list h3 {
			margin: 0 0 10px;
		}
		.federation-page .federation-list .federations {
			overflow: auto;
			margin: 0 5%;
		}
			.federation-page .federation-list .federations a {
				color: #888;
				font-size: 24px;
				padding: 0 0 15px 0px;
			}		
				.federation-page .federation-list .federations a:hover {
					color: #15243E;
					text-decoration: none !important;
				}	

.federation-rssfeed {
	overflow: auto;
}
	.federation-rssfeed .feed-inner {
		padding-right: 30px;
	}
		.federation-rssfeed .feed-inner .date {
			color: #ababab;
			font-size: 12px;
		}
		.federation-rssfeed .feed-inner .description {
			margin: 20px 0 0;
		}


.federation-governance {
	margin: 40px 0 0;
	overflow: auto;
}
	.federation-governance .et_pb_team_member {
		float: left;
		width: 100%;
		margin: 0 !important;
	}
		.federation-governance .et_pb_team_member .et_pb_team_member_description {
			display: block;
			margin: 1%;
			width: 98% !important;
			background: #EEE;	
		    vertical-align: middle;
			padding: 30px;
			min-height: 150px;
		}
		.federation-governance .et_pb_team_member h4 {
			text-transform: uppercase;
		}
		.federation-governance .et_pb_team_member:hover h4, .federation-governance .et_pb_team_member:hover p {
			color: #FFF;
		}
			.federation-governance .et_pb_team_member:hover .et_pb_team_member_description {
				background: #15243E;
			}
		
.federation-history {
	margin: 40px 0 0;
}
	
.internal-social-feed .dc-feed { 
	background: transparent !important;
}	

.dcwss.dc-wall .stream li .section-thumb img, .dcwss.dc-wall .stream li .section-text img {
    display: block;
}


/* Ranking */

.filter-ranking {
	overflow: auto;
	margin: 30px 0 0;
}
	.filter-ranking .continent{
		float: left;
		width: 33.33%;
		padding: 0 10px;
		text-align: center;
		opacity: 0.4;
	}
		.filter-ranking .continent.selected{
			opacity: 1;
		}
	
		.filter-ranking .continent .image-wrap{
			margin: 0 auto 30px;
			height: 70px;
			width: 70px;
			background: #FFF;
			border-radius: 50%;
			text-align: center;
			border: 4px double #2c3a51;
		}
			.filter-ranking .continent .image-wrap img{
				margin: 20px 0 0;
				height: 25px;
				width: auto;
			}
		.filter-ranking .continent a{
			display: block;
			color: #FFF;
		}
.ranking-sport-heading {
	min-height: 53px;
}
		

.ranking-list {
	width: 100%;
	background: none;	
}
	.ranking-list .row {
        background: #eee;
        overflow: auto;
        margin: 3px 0;
        min-height: 44.4px;
	}
		.ranking-list .row.hidden-ranking {
			display: none;
		}
		.ranking-list  .open-ranking-row, .ranking-list  .close-ranking-row {
			background: #FFF;
		}
	.ranking-list .row.heading {
        background: transparent;
        border-top: 1px solid #ddd;
        margin: 0;    
	}		
    .ranking-list .left-col {
        float: left;
        padding: 9px 10px;
        text-transform: uppercase;
		font-size: 20px;        
    }
	    .ranking-list .left-col .rank {
		    width: 17px;
			display: inline-block;
			font-size: 14px;
	    }
    .ranking-list .right-col {
        float: right;
        padding: 9px 15px;
    }
    .ranking-list .row.heading .left-col, .ranking-list .row.heading .right-col {
		font-size: 15px;            
        text-transform: uppercase;
    }

	.positive-trend-triangle {
        float: left;
        margin: 6px 10px 0 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 7.5px 10px 7.5px;
        border-color: transparent transparent #a2ff00;
    }
    .negative-trend-triangle {
        float: left;
        margin: 6px 10px 0 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 7.5px 0 7.5px;
        border-color: #e0002d transparent transparent;
    }
    .neutral-trend-triangle {
        float: left;
        margin: 6px 10px 0 0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #888;
    }

    .toggle-past-years {
	    position: relative;
		overflow: hidden !important;
		padding-right: 35px;
		cursor: pointer;
    }    
	    .toggle-past-years.row::after {
			position: absolute;
			top: 8px;
			right: 5px;
			color: #cdcdcd;
			font-size: 40px;
			font-family: 'ETmodules';
			content: "3";
			font-weight: normal;
			font-style: normal;
			text-decoration: inherit;
			-webkit-font-smoothing: antialiased;
		}
    
    .past-years {
	    display: none;
    }
	    .past-years .year-row{
		    clear: both;
			float: right;
			padding: 2px 15px 4px; 
	    }
		    .past-years .positive-trend-triangle, .past-years .negative-trend-triangle {
			    float: right;
				margin: 7px 0 0 0;		    
		    }
		    .past-years .neutral-trend-triangle {
			    float: right;
				margin: 7px 2px 0;		    
		    }

    	    .past-years .year-row .year{
	    	    float: left;
				width: 60px;
		    }
    	    .past-years .year-row .variation{
	    	    float: left;
				width: 40px;
		    }
    	    .past-years .year-row .points{
	    	    float: left;
				width: 80px;
				text-align: right;
		    }

.ranking_tabs h1.baseball_mens, .ranking_tabs h1.baseball_womens {
	width: 100%;
	background: #2A409E;
	padding: 0;
}
	.ranking_tabs h1.baseball_mens span, .ranking_tabs h1.baseball_womens span {
		background: #FFF;  /* #EBF1F6; */
		padding-right: 10px;
	}
.ranking_tabs h1.softball_mens, .ranking_tabs h1.softball_womens {
	width: 100%;
	background: #C00042;
	padding: 0;
}
	.ranking_tabs h1.softball_mens span, .ranking_tabs h1.softball_womens span {
		background: #FFF;
		padding-right: 10px;
	}

.ranking_tabs {
    padding: 0 0 25px;
}
.ranking_tabs ul.et_pb_tabs_controls {
	float: right;
    border: 0 none;
    background: none;
    margin: -4px 0px 13px;
}
.ranking_tabs .et_pb_tabs_controls li.et_pb_tab_active {
    bottom: 0;
    padding: 0 10px 0 0;
	background: transparent;
}
.ranking_tabs .et_pb_tabs_controls li.et_pb_tab_active.baseball a {
	color: #2A409E !important;
}
.ranking_tabs .et_pb_tabs_controls li.et_pb_tab_active.softball a {
	color: #C00042 !important;
}
.et_pb_tabs_controls li {
    padding: 0 10px 0 0;
    border: 0 none;
}
.ranking_tabs .et_pb_tabs {
	border: 0 none;	
}
.ranking_tabs .et_pb_all_tabs {
	padding: 0;
	background: transparent;	
}

/* Tournaments & Events */

.past-and-future-tournament-link {
	margin: 30px 0;
}

.past-tournament-separator {
	margin: 70px 0 30px;
}
	.past-tournament-separator h2 {
		font-size: 30px;
	}

.wbsc-tournaments .view-content:before, .wbsc-tournaments .view-content:after {
	content:" ";
	display:table;
}
.wbsc-tournaments .view-content:after {
	clear:both;
}
.wbsc-tournaments .tournament-calendar-wrapper {
	width:100%;
}

.tournament-calendar-sport-filter {
	text-align: center;
	margin: 0 0 20px;
}
	.tournament-calendar-sport-filter a {
		display: inline-block;
		width: 140px;		
		line-height: 25px;
		color: #000;
		margin: 0 10px;
	}
		.tournament-calendar-sport-filter a img {
			height: 25px;
			margin-right: 6px;
			margin-bottom: -8px;
		}

.wbsc-tournaments .tournament-calendar-wrapper:before, .wbsc-tournaments .tournament-calendar-wrapper:after {
	content:" ";
	display:table;
}
.wbsc-tournaments .tournament-calendar-wrapper:after {
	clear:both;
}
.wbsc-tournaments .tournament-year {
	height:65px;
	margin-top:0;
	margin-bottom:0;
	text-align:center;
	line-height:65px;
	font-size:1.5rem;
	background-color:#ffcd03;
}
	.wbsc-tournaments .past-future-years {
		color: #bbb;
		background-color:#eee;
		margin-bottom: 5px;
	}
		.wbsc-tournaments .past-future-years:hover {
			color:#ffffff;
			background-color: #406380; /*#1c9ad7*/
		}
.wbsc-tournaments .tournament-calendar-month-wrapper {
	position:relative;
	margin-bottom:5px;
	background-color:#f4f7f9;
}
.wbsc-tournaments .tournament-calendar-month-wrapper:nth-child(even) {
	background-color:#faf9f2;
}
.wbsc-tournaments .tournament-calendar-month-wrapper:nth-child(even) .calendar-month {
	background-color:#f4f2e3;
}
.wbsc-tournaments .tournament-calendar-month-wrapper:nth-child(even) .views-row {
	border-bottom-color:#f4f2e3;
}
.wbsc-tournaments .calendar-month {
	position:absolute;
	top:0;
	left:0;
	width:47px;
	height:100%;
	font-size:1.125rem;
	background-color:#e7edf2;
}
.wbsc-tournaments .calendar-month span {
	position:absolute;
	top:50%;
	left:-50%;
	display:block;
	width:100px;
	margin-top:-12px;
	margin-left:-5px;
	text-align:center;
	-moz-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	transform:rotate(-90deg);
}
.wbsc-tournaments .views-row {
	border-bottom:1px solid #e7edf2;
	padding:45px 0.625rem 10px 65px;
	font-size:0.875rem;
	-moz-transition:color 0.2s,background-color 0.2s;
	-o-transition:color 0.2s,background-color 0.2s;
	-webkit-transition:color 0.2s,background-color 0.2s;
	transition:color 0.2s,background-color 0.2s;
}
.wbsc-tournaments .views-row:last-child {
	border-bottom:none;
}
.wbsc-tournaments .tournament-sport {
	display:block;
	margin-bottom:25px;
}
	.wbsc-tournaments .tournament-sport img{
		margin-top: 9px;
	}
.wbsc-tournaments .tournament-full-title {
	display:block;
	margin-bottom:25px;
}
.wbsc-tournaments .tournament-full-title:before,.wbsc-tournaments .tournament-full-title:after {
	content:" ";
	display:table;
}
.wbsc-tournaments .tournament-full-title:after {
	clear:both;
}
.wbsc-tournaments .tournament-full-title a {
	color:#000000;
	-moz-transition:color 0.2s;
	-o-transition:color 0.2s;
	-webkit-transition:color 0.2s;
	transition:color 0.2s;
}
.wbsc-tournaments .tournament-full-title span {
	display:block;
	text-transform:uppercase;
}
.wbsc-tournaments .tournament-full-title .tournament-title {
	font-size:1.25rem;
}
.wbsc-tournaments .tournament-full-title .tournament-details {
	color: #2c3a51;
	text-decoration: underline;
}
.wbsc-tournaments .date, .wbsc-tournaments .location {
	position:relative;
	margin-bottom:15px;
	padding-left:1.875rem;
}
.wbsc-tournaments .date:before, .wbsc-tournaments .location:before {
	position:absolute;
	top:50%;
	left:0;
	margin-top:-10px;
	line-height:1;
}
.wbsc-tournaments .date:before {
	font-family: 'ETmodules';
    content: "";
	font-weight:normal;
	font-style:normal;
	text-decoration:inherit;
	-webkit-font-smoothing:antialiased;
	*margin-right:.3em;
}
.wbsc-tournaments .location:before {
	font-family: 'ETmodules';
    content: "";
	font-weight:normal;
	font-style:normal;
	text-decoration:inherit;
	-webkit-font-smoothing:antialiased;
	*margin-right:.3em;
}
.wbsc-tournaments .event-links {
	padding-top:10px;
}

/* Single Tournament Page */

/* Tournament - common classes */				

.has-icon::before{
	font-family: 'ETmodules';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    padding-right: 0.5rem;
}


/* Icons */

.streaming::before {
    content: "E";
}
.search::before {
    content: "U";
}
.game-time::before {
    content: "";
}
.game-location::before {
    content: "";
}
.game-video::before {
    content: "";
}

.single-tournament.et_pb_section {
    padding: 10px 0 50px;
    margin: 0;
}

.single-tournament-heading {
	padding: 30px 0;
	overflow: auto;
	background-color: #f7f7f7;
	background-position: center top;
	margin: 0 0 1px;
	text-align: center;
}
	.single-tournament-heading .tournament-logo {
		height: 70px;
	}
	.single-tournament-heading .tournament-payoff {
		display: none;
	    position: absolute;
		right: 50px;
		top: 35px;
		height: 90px;
	}
	.single-tournament-heading .title-and-breadcrumb {
		overflow: auto;
		padding: 9px 0;
		font-size: 12px;
		line-height: 1.3;
	}
			.single-tournament-heading .title-and-breadcrumb.hide-on-mobile {
				display: none;
			}
		.single-tournament-heading .title-and-breadcrumb a {
			color: #fff; 
		}
		.single-tournament-heading h1 {
			font-size: 25px;
			line-height: 1;
			padding-bottom: 0;
		}
		.single-tournament-heading .hashtag {
			display: block;
			line-height: 35px;
			font-size: 15px;
		}			
		.single-tournament-heading .time {
			display: block;
		}					
			.single-tournament-heading .time::before {
			    font-family: 'ETmodules';
			    content: "";
			    font-weight: normal;
			    font-style: normal;
			    text-decoration: inherit;
			    -webkit-font-smoothing: antialiased;
			    padding-right: 0.5rem;
			}
		.single-tournament-heading .location {
			display: block;
		}
			.single-tournament-heading .location::before {
			    font-family: 'ETmodules';
			    content: "";
			    font-weight: normal;
			    font-style: normal;
			    text-decoration: inherit;
			    -webkit-font-smoothing: antialiased;
			    padding-right: 0.5rem;
			}
	.single-tournament-heading .title-and-breadcrumb.light, .single-tournament-heading .title-and-breadcrumb.light h1 {
		color: #FFF;
		text-shadow: 0px 0px 20px rgba(0,0,0,0.6);
	}

/* Single Tournament Page - Main menu */		
.single-tournament-main-menu {
	display: none;
	padding: 13px 0 !important;
	background: #f4f4f4;
	border-top: 1px solid #FFF;
	z-index: 9999;
}
.single-tournament-main-menu .et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
}
	.single-tournament-main-menu ul {
		margin: 0;
	}
		.single-tournament-main-menu ul li {
			float: left;
			list-style-type: none;
			padding: 0 15px;
		}
			.single-tournament-main-menu ul li a {	
				color: #15243e;
				text-decoration: none;
			}
				.single-tournament-main-menu ul li.active a {	
					font-weight: 900;
				}
			.single-tournament-main-menu ul li a:hover {	
				color: #898d95;
			}
	
/* Menu section */

.single-tournament-mobile-menu .toggle-mobile-menu {
	text-align: center;
}
	.single-tournament-mobile-menu .mobile_menu_bar::before {
		top: 10px;
	}
.single-tournament-mobile-menu {
	padding: 0;
}	
.single-tournament-mobile-menu .et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
}	
.single-tournament-mobile-menu ul {
	padding: 0;
	margin: 0;
}	
	.single-tournament-mobile-menu ul li {
		padding: 15px 0;
		text-align: center;
		list-style-type: none;
		background: #e7e7e7;
	}
	.single-tournament-mobile-menu ul li:nth-child(odd) { 
		background: #f4f4f4;	
	}	
			.single-tournament-mobile-menu ul li a {
				color: #555;
				font-size: 16px;
				text-decoration: none;
			}
	
		.single-tournament-mobile-menu ul li:last-child {
			margin-right: 0;
		}
		.single-tournament-mobile-menu ul li.active, .single-tournament-mobile-menu ul li.active a {
			color: #FFF;
			background: #15243e;
		}
			
/* Tournament tables */				

.single-tournament table {
}
	.single-tournament tr {
		background-color:#f4f7f9;
	}
		.single-tournament tr td{
			padding: 14px;
			border-top: 0 none;
			border-bottom: 1px solid #eaf0f4;
		}
	.single-tournament tr:nth-child(even) {
	    background-color:#fff;
	}
		.single-tournament tr:nth-child(even) td {
			border-bottom-color:#f4f4f4;
		}

	.single-tournament tr:first-child td {
		background: #ddd;
	}
		.single-tournament td:nth-child(1) {
			font-size: 17px;
		}
			.single-tournament td a {
				color: #000;
			}

/* Tournament css tables */

.css-table {
	display:table;
	width: 100%;
	margin: 0 0 40px;
}
.css-table .table-head {
	 display: table-header-group; /* Defines a table header group */
}
.css-table .table-head .column { /* Column inside the table-head */
	background: #ddd;
	border-bottom:none;
}
.css-table .row {
	display:table-row; /* Defines a table row */
}
	.css-table .row:nth-child(odd) {
		background: #f5f8fa;
	}
.css-table .row .column:nth-child(1) { /* First column in a row */
	border-left:1px solid #eeeeee;
}
.css-table .row .column:last-child { /* First column in a row */
	border-right:1px solid #eeeeee;
}
.css-table .row:last-child {  /* column in a last row */
	border-bottom:none;
}
	.css-table .row.totals {  /* column in a last row */
		background: #ddd;
	}
.css-table .column {
	display:table-cell; /* Defines a table cell */
	padding:10px;
	text-align: center;
	border-bottom:1px solid #eeeeee;
}
.css-table .column:first-child {
	text-align: left;
}
.css-table .row:hover{
	background:#e0e7ec;
}

/* Tournament responsive tables */

.responsive-table {
	display:table;
	width: 100%;
	margin: 0 0 40px;
}
.responsive-table .table-head {
	 display: table-header-group; /* Defines a table header group */
}
.responsive-table .table-head .column { /* Column inside the table-head */
	background: #ddd;
	border-bottom:none;
}
.responsive-table .row {
	display:table-row; /* Defines a table row */
}
	.responsive-table .row:nth-child(odd) {
		background: #f4f7f9;
	}
.responsive-table .row .column:nth-child(1) { /* First column in a row */
	border-left:1px solid #eeeeee;
}
.responsive-table .row .column:last-child { /* First column in a row */
	border-right:1px solid #eeeeee;
}
.responsive-table .row:last-child {  /* column in a last row */
	border-bottom:none;
}
	.responsive-table .row.totals {  /* column in a last row */
		background: #ddd;
	}
.responsive-table .column {
	display:table-cell; /* Defines a table cell */
	padding:10px;
	text-align: center;
	border-bottom:1px solid #eeeeee;
}
.responsive-table .column:first-child {
	text-align: left;
}
.responsive-table .row:hover{
	background:#e0e7ec;
}

/* Tournament tabs */


.single-tournament .et_pb_tabs {
	border: 0 none;
}
	.single-tournament .et_pb_tabs_controls {
		text-align: center;
	}
	.single-tournament .et_pb_tabs_controls li {
		display: inline;
	}
	
		.single-tournament .et_pb_tabs ul.et_pb_tabs_controls {
			background: transparent;
			padding: 0 0 20px !important;
			border-bottom: 1px solid #2C3A51;
			margin: 0 0 30px;
		}
			.single-tournament .et_pb_tabs ul.et_pb_tabs_controls::after {
				border: 0 none;
			}
			.single-tournament .et_pb_tabs .et_pb_tabs_controls li, .single-tournament .et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active {
				bottom: auto;
				padding: 0 30px 0 0;
			}
		.single-tournament .et_pb_all_tabs {
			padding: 0;
		}


/* Tournament separator */

.single-tournament-separator {
	text-align: center;
	border-top: 1px solid #eee;
	margin: 50px 0 25px;
	height: 30px;
}
	.single-tournament-separator .image-wrap{
		margin: 0 auto;
		width: 80px;
		background: #FFF;
		margin-top: -20px;
	}
		.single-tournament-separator img{
			height: 40px;
			width: auto;
		}

/* View = News */	
	
.single-tournament-news	{
	padding: 0 !important;
	height: 480px;
	display: none;
}
	.single-tournament-news	.slick-slide img {		
		height: 480px;
	}
	.single-tournament-news	h3 {
		font-size: 23px !important;
		padding: 0 30% 0 60px !important;
	}

.single-tournament-secondary-news {
	margin: 40px 0 0;
}
.single-tournament-secondary-news .navigation ul {
	list-style:none;
}
	.single-tournament-secondary-news .navigation li{ 
		display:inline;
	}
		.single-tournament-secondary-news .navigation li a {
			display:block;
			float:left;
			padding:4px 9px;
			margin-right:7px;
			border:1px solid #efefef;
		}
	.single-tournament-secondary-news .navigation li span.current {
		display:block;
		float:left;
		padding:4px 9px;
		margin-right:7px;
		border:1px solid #efefef;
		background-color:#f5f5f5;
	}	
	.single-tournament-secondary-news .navigation li span.dots { 
		display:block;
		float:left;
		padding:4px 9px;
		margin-right:7px;
	}	
.single-tournament-secondary-news .et_pb_portfolio_item {
	display: block;
}


.single-tournament-news-article .post-meta {
	padding-bottom: 15px;
	font-size: 14px;
}
.single-tournament-news-article .et_pb_post .entry-content {
	padding-top: 30px;
}
	.single-tournament-news-article .et_pb_post .entry-content iframe {
		margin: 30px 0 !important;
	}
	
.single-tournament-news-article .aside-news {
	list-style-type: none;
}
	.single-tournament-news-article .aside-news li {
		margin: 0 0 30px;
		overflow: hidden;
	}
		.single-tournament-news-article .aside-news .image-wrapper {
			float: left;
			width: 80px;
			height: 80px;
			background: #15243e;
			overflow: hidden;
			margin-right: 20px;
		}
		.single-tournament-news-article .aside-news .image-wrapper img {
			height: 80px;
			width: auto;
			max-width: none;
		}	
		.single-tournament-news-article .aside-news li a:hover {
			text-decoration: underline;
		}
		.single-tournament-news-article .aside-news li div {
			overflow: auto;
		}
	
/* View = Teams */

	.single-tournament-teams .team-group:last-child {
		margin-right: 0;
	}
	.single-tournament-teams .team-group h2 {
		margin: 0 0 10px;
	}

	.single-tournament-teams .team .flag-icon {
		float: left;
		font-size: 27px;
	}
	.single-tournament-teams .team a {
		float: left;
		color: #000;
		font-size: 20px;
		text-decoration: none;
		line-height: 27px;
		padding-left: 20px;
	}
	.single-tournament-teams .row .column {
		font-size: 20px;
		line-height: 27px;
		vertical-align: top;
	}


/* View = Team Roster */

.single-tournament-team-roster {
	
}
.single-tournament-team-roster .flag-icon {
	margin: 0 10px 20px 0;
}
.single-tournament-team-roster .uniform {
	display: inline-block;
	width: 35px;
}

	.single-tournament-schedule-and-results table td { /* for mobile */
		display: block;
		overflow: auto;
		text-align: center;
	}
	
	/* Row with game day, i.e. November 8, 2015 */
	.single-tournament-schedule-and-results tr.game-date {
		background-color: #ddd !important;
		text-align:center;
		font-size:1.5rem;
	}
		.single-tournament-schedule-and-results tr.game-date td {
			padding: 19px 24px;
			overflow: auto;
		}
		
	/* Single game row */	

/*
	.single-tournament-schedule-and-results table td span {
		margin: 0 20px 0 0;
	}
	.single-tournament-schedule-and-results table td span:last-child {
		margin: 0;
	}
*/
		.single-tournament-schedule-and-results span.game-number {
			color: #aaa;
			font-size: 11px !important;
		}
		
		.single-tournament-schedule-and-results span.game-time, .single-tournament-schedule-and-results span.game-location {
			display: inline-block;
			margin: 0 10px;
		}
		
		.single-tournament-schedule-and-results span.away-team {
			display: inline-block;
			text-align: right;
			margin: 0;
		}			
			.single-tournament-schedule-and-results span.away-team a { 
				font-size: 14px;
				text-transform: uppercase;
				text-decoration: none;
				margin-right: 10px;
			}
			
		.single-tournament-schedule-and-results span.home-team {
			display: inline-block;
			text-align: left;
			margin: 0;
		}
			.single-tournament-schedule-and-results span.home-team a { 
				font-size: 14px;
				text-transform: uppercase;
				text-decoration: none;
				margin-left: 10px;				
			}
			
		.single-tournament-schedule-and-results span.flag-icon {
            font-size: 20px;
			margin: 0;
        }
        .single-tournament-schedule-and-results span.game-result {
			display: inline-block;
			width: 60px;
			text-align: center;
			font-size: 16px;
			margin: 0;
		}

/* View = Schedule & results -- Box score */

.single-tournament-box-score span.home-team, .single-tournament-box-score span.away-team {
	width: 80px;
	text-align: center;
	margin: 0;
}
	.single-tournament-box-score span.home-team, .single-tournament-box-score span.away-team { 
		font-size: 20px;
		text-transform: uppercase;
		text-decoration: none;
	}
	.single-tournament-box-score span.flag-icon {
        font-size: 20px;
        margin: 0 10px !important;
    }
.single-tournament-box-score span.game-result {
	padding: 0 10px;
	text-align: center;
	font-size: 20px;
}

.single-tournament-box-score .game-info {
	margin: 10px 0 0;
	font-size: 12px;
}
	.single-tournament-box-score .game-time {
		margin: 0 20px 0 0;		
	}
.single-tournament-box-score .game-scoreboard {
	margin: 40px 0 0;
}
	.single-tournament-box-score .game-scoreboard td {
		text-align: center;
		display: none !important;
	}
	.single-tournament-box-score .game-scoreboard td:first-child {
		text-align: left;
		display: table-cell !important;
	}
	.single-tournament-box-score .game-scoreboard .run, .single-tournament-box-score .game-scoreboard .hit, .single-tournament-box-score .game-scoreboard .error {
		background: #ddd;
		font-weight: 700;
		display: table-cell !important;
	}
	.single-tournament-box-score .game-scoreboard span.flag-icon {
		margin-left: 0 !important;
	}
	
.single-tournament-box-score .game-recap {
	margin: 10px 0 80px;
	font-size: 13px;
	text-transform: uppercase;
	font-style: italic;
}
.single-tournament-box-score h2 {
	text-transform: uppercase;
}


.single-tournament-box-score .box-score {
    overflow-x:scroll;
    overflow-y:visible;
    width:100%;
	margin: 0;
	padding: 0;
	border: 1px solid #eee;
}
.single-tournament-box-score .box-score table {
	table-layout: fixed;
	margin: 0;
	border: 0 none;
}
	.single-tournament-box-score .box-score table td {
		width: 60px;
		text-align: center;
		background:#f4f7f9;
	}
		.single-tournament-box-score .box-score table td:first-child {
			width: 300px;
			text-align: left;
		}
		.single-tournament-box-score .box-score table tr:nth-child(even) td {
		    background:#fff;
		}
		.single-tournament-box-score .box-score table tr:first-child td {
			background: #ddd;
		}	

.single-tournament-download-schedule {
	padding-top: 0 !important;
}
	.single-tournament-download-schedule .et_pb_row_fullwidth {
		background: #f4f4f4;
		padding: 40px !important;
	}
		.single-tournament-download-schedule a {
			color: #2ea3f2;	
		}


/* View = Stats */

.single-tournament-stats .stats-picker {
	border-bottom: 1px solid #2C3A51;
	padding: 0 0 20px 0;
	margin: 0 0 10px;
	overflow: auto;
}
	.single-tournament-stats .stats-picker li {
		float: left;
		padding: 0 30px 0 0;
		list-style-type: none;
	}
		.single-tournament-stats .stats-picker li a {
			color: #aaa;
			font-weight: 600;
			text-transform: uppercase;
		}
			.single-tournament-stats .stats-picker li a.active {
				color: #333;
			}

.single-tournament-stats .team-picker {
	overflow: visible;	
}
	.single-tournament-stats .team-picker a {
		float: left;
		margin: 0 20px 0 3px;
		line-height: 35px;
		font-size: 20px;
		color: #aaa;
		width: 100px;
	}
		.single-tournament-stats .team-picker a.all-teams {
			width: 100%;
			font-size: 14px;
		}
		.single-tournament-stats .team-picker a:hover, .single-tournament-stats .team-picker a.active {
			color: #333;
		}
	.single-tournament-stats span.flag-icon {
	    font-size: 20px;
	    margin: 0 10px 0 0;
	}	
			

/* View = Standings */

.single-tournament-standings h2 {
	margin: 0 0 20px;
}

.single-tournament-standings span.flag-icon {
    font-size: 20px;
    margin: 0 10px !important;
}
.single-tournament-standings table tr:first-child td {
	font-size: 12px;
	text-transform: uppercase;
}
.single-tournament-standings table td {
	padding: 14px 7px;
	text-align: center;
}
	.single-tournament-standings table td:first-child {
		width:40% !important;
		text-transform: uppercase;
		text-decoration: none;
	}
		.single-tournament-standings table td:first-child a {
			display: block;
		}
	.single-tournament-standings .group-label td {
		background: #ddd;
		font-size: 12px;		
		text-transform: uppercase;
	}	


/* View = Past editions */

.single-tournament-past-tournaments table td { /* for mobile */
	display: block;
	overflow: auto;
	text-align: center;
}

.single-tournament-past-tournaments table tr:first-child {
	display: none;
}

.single-tournament-past-tournaments table td span {
	margin: 0 20px 0 0;
}
.single-tournament-past-tournaments table td span:last-child {
	margin: 0;
}
	.single-tournament-past-tournaments .tournament-logo img {
		height: 80px;
		width: auto;
	}
	
	.single-tournament-past-tournaments .gold, .single-tournament-past-tournaments .silver, .single-tournament-past-tournaments .bronze {
		padding: 3px 14px;
	}
	.single-tournament-past-tournaments .gold:before, .single-tournament-past-tournaments .silver:before, .single-tournament-past-tournaments .bronze:before { /* prints the value of data-label attribute before the column data */
		font-weight:bold;
		font-size:12px;
		content:" "attr(data-label)": ";	/* call the attribute value of data-label and adds a string // */
		text-align: center;
	}

/* View = Documents */
.single-tournament-documents h3 { margin-top: 30px; }
.single-tournament-documents .document-item span { margin: 0 10px; color: #999; font-style: italic; }
.single-tournament-documents .document-item span::before { content: "-"; margin-right: 10px; }

/* Softball Tournament - static version */

.softball-tournament {
	padding: 0 !important;
	height: 480px;
}		
	.softball-tournament .slick-slide img {		
		height: 480px;		
	}
	.softball-tournament h3 {
		font-size: 23px;
		padding: 0 60px 0 60px;
	}

.softball-tournament-menu {
/* 	padding: 34px 20px !important; */
	padding: 14px 20px !important;
	background: #EEE !important;
}
	.softball-tournament-menu .tournament-page-menu a {
		color: #15243e;
	}
		.title-and-breadcrumb.softball-static h1, .softball-static .time, .softball-static .location, .softball-static .time::before, .softball-static .location::before {
			color: #000;		
		}
	
/* Sponsors */	
	
.sponsors {
	padding: 5px 0 !important;
}
	.sponsors .et_pb_text {
		text-align: center;
	}

	.sponsors a {
		display: inline-block;
		margin: 0 15px;
	}
	.sponsors a img {
		float: none;
		display: inline-block;		
		height: 100px;
		width: auto;
	}


/* Archive */	
.news-archive-year, .news-archive-month {
	overflow: auto;
	margin: 0 0 40px;
}
.news-archive-year h2 {
	margin: 0 0 50px;
	border-bottom: 1px solid #eee;
}
	.et_pb_widget .news-archive-year h2 {
		margin: 0 0 20px;
	}
.news-archive-article {
	float: left;
	width: 80px;
	height: 200px;	
	margin: 0 10px 10px 0;
}
	.news-archive-article .image-wrapper {
		width: 80px;
		height: 80px;
		background: #15243e;
		overflow: hidden;
	}
		.news-archive-article .image-wrapper img {
			height: 80px;
			width: auto;
			max-width: none;
		}
.floatingHeader {
	position: fixed;
	top: 0;
	padding: 40px 0 20px;  
	background: #FFF;
	visibility: hidden;
}
.et_pb_widget .news-archive-year a {
	width: 49%;
	display: inline-block;
}

.other-archives {
	margin: 0 0 30px;
	background: #f7f7f7;
	padding: 10px;
}
	.other-archives a {
		color: #444;
		margin: 0 10px;
	}
		.other-archives a.archive-year {
			color: #000;
			font-weight: bold;
		}
		.other-archives a.selected {
			text-decoration: underline;
		}


/* Umpires */

.umpire-header {
	padding: 120px 0;
}
.umpire-buttons {
	width: 100%;
}
.umpire-buttons::after {
	position: absolute;
	right: 15px;
	top: 8px;
}


/* Responsive */

@media all and (max-width:480px) { /* Reverse this to mobile first? */

	/* Vertical tabs */
	.et_pb_tabs_controls {
		display: none;
	}	
	.et_pb_all_tabs > div {
		display: block !important;
		opacity: 1 !important;
		margin: 0 0 30px !important;
	}
	
	/* Federation */
	
	.confederation .federations a {
		width: 50% !important;
		min-width: none !important;
		display: inline !important;
	}  
}

@media all and (min-width:480px) {

	/* Homepage */
	.continent-speedlink .continent {
		width: 50%;
		margin: 30px 0;
	}
	.continent-speedlink .continent:nth-child(5) {
		width: 100%;
	}
	
	/* Boards */
	.executive-board .et_pb_team_member h4 {
		margin: 0 0 5px;
    }

	/* Federations */
	.federation-page .federation-list .federations a {
		width: 33%;
	}	
	

	/* Schedule & results - Box score */
	.single-tournament-box-score span.home-team, .single-tournament-box-score span.away-team {
		width: 110px;
	}
	.single-tournament-box-score span.home-team, .single-tournament-box-score span.away-team { 
		font-size: 30px;
	}
	.single-tournament-box-score span.flag-icon {
        font-size: 27px;
    }
	.single-tournament-box-score span.game-result {
		padding: 0 20px;
		font-size: 30px;
	}
}

@media all and (max-width: 640px) {
	
	.responsive-table .column {
		/* width: 14% !important; */
		width: auto !important;
	}
		.responsive-table .column:first-child {
			width: auto !important;
		}
}

@media all and (max-width:768px) { /* Reverse this to mobile first? */

	/* Homepage */
	.home .et_pb_blog_grid[data-columns] .et_pb_post {
	    opacity: 1;
	}
	
	.home .dcwss.dc-wall ul.stream {
	    height: auto !important;
	}
	.home .dcwss.dc-wall.col-4 .stream li {
	    position: static !important;
	    float: none !important;
   	    width: 100%;
   	    margin-bottom: 30px;
	}
}

@media all and (min-width:768px) {
	
	.home-hide-on-mobile {
		display: block;
	}
		.home-hide-on-mobile .et_pb_blog_grid[data-columns] .et_pb_post { /* find a better solution? */
			visibility: visible;
			opacity: 1 !important;
		}
		
	.home-show-on-mobile {
		display: none !important;
	}	
	
	.primary-title{
		margin: 10px 0 30px !important;		
	}	
	
	/* Aside menu */
	
	.aside-menu.horizontal li {
		float: left;
		width: 24%;
		margin-right: 1%;
	}
		.aside-menu.horizontal li a{
			min-height: 120px;
		}
	
	/* Vertical tabs*/
	
	.vertical-tabs.et_pb_tabs {
		border: 0 none;
		border-top: 1px solid #d9d9d9;
	}
	
	.vertical-tabs ul.et_pb_tabs_controls {
		float: left;
		width: 25%;
		border: 0 none;
	    background-color: transparent;
		display: block;	    
	}
	
	.vertical-tabs ul.et_pb_tabs_controls li {
		width: 100%;
		background-color: transparent;
		border: 0 none;
		bottom: 0 !important;
	}
	
	.vertical-tabs .et_pb_tabs_controls li.et_pb_tab_active {
	    padding: 0;
	}
	
	.vertical-tabs .et_pb_all_tabs {
		width: 75%;
		float: left;
	}
	.vertical-tabs .et_pb_module.et_pb_tabs.et_pb_tabs_0 {
		border: 0;
	}

	.et_pb_all_tabs > div {
		visibility: visible;
	}
	
	/* Homepage */
	.continent-speedlink .continent {
		padding-bottom: 0;
	}
	.continent-speedlink .continent .image-wrap {
		margin-bottom: 30px;
	}
	
	.home-secondary-news article {
		margin-bottom: 70px !important;
	}
		.home-secondary-news article p {
			color: #444 !important;
			font-size: 14px;
		}		

	/* Tournaments & Events */
	
	.wbsc-tournaments .tournament-calendar-month-wrapper:nth-child(even) .views-row:last-child {
		border-bottom-color:#f4f2e3;
	}
	.wbsc-tournaments .views-row {
		display:table;
		width:100%;
		min-height:130px;
		padding:25px 0; /* 10px 0*/
	}
	.wbsc-tournaments .views-row:last-child {
		border-bottom:1px solid #eaf0f4;
	}
	.wbsc-tournaments .views-row > * {
		display:table-cell;
		vertical-align:middle;
	}
	.wbsc-tournaments .tournament-sport {
		width:10%;
		padding-left:5.333%;
	}
	.wbsc-tournaments .tournament-full-title {
		width:33.333%;
		padding-right:0.625rem;
	}
	.wbsc-tournaments .tournament-full-title .tournament-title {
		max-height:72px;
		overflow:hidden;
	}
	.wbsc-tournaments .date, .wbsc-tournaments .location {
		padding-right:0.625rem;
		padding-left:2.5rem;
	}
	.wbsc-tournaments .date:before, .wbsc-tournaments .location:before {
		top:50%;
		left:10px;
		margin-top:-8px;
	}
	.wbsc-tournaments .date,.wbsc-tournaments .location {
		width:25%;
	}
	.wbsc-tournaments .item-list {
		margin-bottom:0;
		padding-top:45px;
		padding-bottom:45px;
		background-color:#f4f7f9;
	}
	
	/* Single tournament  */	
	.single-tournament.et_pb_section {
	    padding: 50px 0;
	}
	
	.single-tournament-heading {
		padding: 50px 0;
	}
	
	.single-tournament-heading .tournament-logo {
		float: left;
		margin-right: 30px;
		height: 150px;	
	}
	.single-tournament-heading .title-and-breadcrumb {
		float: left;
		display: block !important;
		overflow: auto;
		padding-top: 25px;
		font-size: 14px;
		line-height: 1.7em;
	}
	.single-tournament-heading h1 {
		float: left;
		font-size: 25px;
		line-height: 40px;
		margin-right: 30px;
	}
	.single-tournament-heading .hashtag {
		float: left;
		clear: left;
		line-height: 30px;
		font-size: 17px;
	}
	.single-tournament-heading .time {
		float: left;
		clear: left;
	    margin-right: 30px;
	}
	.single-tournament-heading .location {
		float: left;
	}
	/* whith softball extra didn't fit
	.single-tournament-main-menu {
		display: block;
	}
	*/
	
	/* Tournament tabs */
	
	
	.single-tournament .et_pb_tabs_controls {
		text-align: left;
	}
	.single-tournament .et_pb_tabs_controls li {
		float: left;
	}


	/* Teams & rosters  */	
	
	.single-tournament-teams .team-group {
		float: left;
		width: 45%;
		margin-right: 5%;
	}

	/* Single Tournament Page - Main menu */
	/* with softball extra doesn't fit it...
		.single-tournament-mobile-menu {
			display: none;
		}
	*/

	/* Schedule & results - box score */	
	
	.single-tournament-box-score .game-scoreboard td {
		display: table-cell !important;
	}

	/* Standings */

	.single-tournament-standings table tr:first-child td {
		font-size: 14px;
	}
		.single-tournament-standings table td:first-child a {
			display: inline;
		}
	.single-tournament-standings table td {
		padding: 14px;
	}
	.single-tournament-standings table td:first-child {
		text-align: left;
	}
	.single-tournament-standings .group-label td {
		font-size: 14px;		
	}

	/* Federations */
	
	.federation-info, .federation-map {
		/*width: 50%;*/
	}
	
	.federation-page .federation-list .federations a {
		width: 20%;
	}
	
	.federation-governance .et_pb_team_member {
		width: 50%;
	}	
	
	/* Ranking */
	.filter-ranking .continent{
		width: 16.66%;
		padding: 0 10px;
	}
	.filter-ranking .continent .image-wrap{
		margin: 0 auto 30px;
		height: 70px;
		width: 70px;
		background: #FFF;
		border-radius: 50%;
		text-align: center;
		border: 4px double #2c3a51;
	}
		.filter-ranking .continent .image-wrap img{
			margin: 20px 0 0;
			height: 25px;
			width: auto;
		}
	
	.ranking-sport-heading {
		min-height: 80px;
	}
}

@media all and (min-width:831px) {
	
	/* Ranking */
	
	.filter-ranking {
		overflow: auto;
	}
	.filter-ranking .continent{
		float: left;
		width: 16.66%;
		padding: 0 10px;
		text-align: center;
		opacity: 0.4;
	}
		.filter-ranking .continent.selected{
			opacity: 1;
		}
	
		.filter-ranking .continent .image-wrap{
			margin: 0 auto 30px;
			height: 100px;
			width: 100px;
			background: #FFF;
			border-radius: 50%;
			text-align: center;
			border: 4px double #2c3a51;
		}
			.filter-ranking .continent .image-wrap img{
				margin: 26px 0 0;
				height: 40px;
				width: auto;
			}
		.filter-ranking .continent a{
			display: block;
			color: #FFF;
		}
}

@media all and (min-width:940px) and (max-width:1280px) {

		.single-tournament-heading .title-and-breadcrumb h1 {
			max-width: 40%;
			line-height: 1;
			text-align: left;
		}
}

@media all and (min-width:960px) {
	
	/* Homepage */
	.home-secondary-news article {
		margin-bottom: 50px !important;
	}
	
	.continent-speedlink .continent {
		width: 33%;
	}
	.continent-speedlink .continent:nth-child(4), .continent-speedlink .continent:nth-child(5) {
		width: 50%;
	}

	/* Single Tournament Page - Main menu */

	.single-tournament-mobile-menu {
		display: none;
	}
	.single-tournament-main-menu {
		display: block;
	}

	/* Tournaments & Events */
	
	.wbsc-tournaments .views-row:hover {
		color:#ffffff;
		background-color: #406380; /*#1c9ad7*/
	}
	.wbsc-tournaments .views-row:hover .tournament-full-title a {
		color:#ffffff;
	}
	
	/* Single Tournament Page - News section */	
	
	.single-tournament-news	{
		display: block;
	}
	
	/* Single Tournament Page - View = Schedule & results */

	.single-tournament-schedule-and-results table td {
		display: table-cell;
		padding: 14px;
	}	
		.single-tournament-schedule-and-results td.col3 {
			min-width: 390px;
		}			
		.single-tournament-schedule-and-results span.away-team {
			width: 120px;
		}			

		.single-tournament-schedule-and-results span.home-team {
			width: 120px;
		}

		.single-tournament-schedule-and-results span.home-team a, .single-tournament-schedule-and-results span.away-team a { 
			font-size: 15px;
		}
		.single-tournament-schedule-and-results span.flag-icon {
            font-size: 27px;
        }
        .single-tournament-schedule-and-results span.game-result {
			font-size: 22px;
			width: 100px;
		}
		
		
	/* Single Tournament Page - View = Past tournaments */

	.single-tournament-past-tournaments table tr:first-child {
		display: table-row;
	}

	.single-tournament-past-tournaments table td {
		display: table-cell;
		padding: 14px;
	}	
		.single-tournament-past-tournaments table td span {
			float: left;
		}	
		.single-tournament-past-tournaments .gold:before, .single-tournament-past-tournaments .silver:before, .single-tournament-past-tournaments .bronze:before { /* prints the value of data-label attribute before the column data */
			content:"";	/* call the attribute value of data-label and adds a string // */
		}
	
	/* Federations */
	.map-area {
		display: block;
	}
	
	.federation-governance .et_pb_team_member {
		width: 33%;
	}
	
	.federation-history .content.column3 {
		-moz-column-count: 2;
		-moz-column-gap: 40px;
		-webkit-column-count: 2;
		-webkit-column-gap: 40px;
		column-count: 2;
		column-gap: 40px;
	}
	
	/* News */
	.news-article-gallery {
		background: #f4f7f9;	
	}
		.news-article-gallery .et_gallery_item, .news-article-gallery .et_gallery_item:nth-child(3n) {
			margin: 2.0%;
		}
	
	/* News archive */
	.floatingHeader {
		top: 140px;
	}
}

@media all and (max-width:980px) {
	
	.et_header_style_left #logo {
	    max-width: 90%;
	}		
	
	/* Federation */
	
	.confederation .federations a {
		width: 20% !important;
	}	
	
	
	.single-tournament-secondary-news .et_pb_portfolio_item h2 {
	    font-size: 18px;
	}
}

@media all and (min-width:980px) {
	
	.footer-partner-logo {
		display: block;	
	}
	.footer-partner-logo.small-screen {
		display: none;	
	}
	
	/* Single Tournament Page - Main menu */

	.single-tournament #page-container {
		/*padding-top: 110px !important; /* comment this when the tournament bar is disabled */
	}
	.single-tournament-heading {
		/* margin-top: 53px; /* uncomment this when the tournament bar is disabled */
	}
	/*		
	.single-tournament-main-menu {
		position: fixed;
		z-index: 9999;
		top: 59px;
		width: 100%;
	}
	*/
	.single-tournament-heading .tournament-payoff {
		display: block;
	}
	/*
	.admin-bar .single-tournament-main-menu {
		top: 89px;
	}
	*/
}

@media all and (min-width: 849px) and (max-width: 1280px) {

	.hmenu_navigation_holder > ul li a span {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
}

@media all and (min-width: 981px) and (max-width: 1280px) {

	
	/* Homepage */
				
	.home-slider { height: 450px; }		
		
		.slick-slide img {		
			height: 450px;		
		}	
		.slick-slide h3 {
			padding: 0 250px 0 60px;
			font-size: 30px;
		}
		
	/* Ranking */		
	
	.ranking-list .row {
        min-height: 44.4px;
	}
    .ranking-list .left-col {
        padding: 9px 5px;
		font-size: 17px;        
    }
	    .ranking-list .left-col .rank {
		    width: 17px;
			font-size: 14px;
	    }
    .ranking-list .right-col {
        padding: 9px 15px;
    }
    .toggle-past-years {
		padding-right: 5px;
		padding-bottom: 20px;
    }    
	    .toggle-past-years.row::after {
			position: absolute;
			top: 35px;
/*			
			right: 10px;
			font-size: 40px;
*/			
			right: 45%;
			font-size: 25px;
		}
	    .past-years {
			margin-top: 80px;
	    }
    	    .past-years .year-row .year{
				width: 50px;
		    }
    	    .past-years .year-row .variation{
				width: 40px;
		    }
    	    .past-years .year-row .points{
				width: 55px;
		    }
}

@media all and (max-width: 1024px) {
	.responsive-table,
	.responsive-table .row,
	.responsive-table .column,
	.responsive-table .column:before{
		display:block;	/* Converts a table, table row, table column and table column:before into a block element */
	}
	.responsive-table,
	.responsive-table .row .column:last-child {
		border-bottom:none;
	}
	.responsive-table .table-head {
		position:absolute;	/* Hides table head but not using display none */
		top:-1000em;
		left:-1000em;
	}
	.responsive-table .row{
		border:1px solid #eeeeee;
		margin:20px 0;
		overflow: auto;
	}
	.responsive-table .row .column:nth-child(1){ /* first column of the row */
		border-left:none;
	}
	.responsive-table .row .column:last-child{ /* last column of the row */
		border-right:none;
	}
	.responsive-table .column {
		float: left;
		/* width: 10%; */
		width: auto;
	}
		.responsive-table .column:first-child { /* Column in the last row and column */
			float: none;
			width: auto;
		}
	.responsive-table .column:before{ /* prints the value of data-label attribute before the column data */
		font-weight:bold;
		font-size:12px;
		content:" "attr(data-label)" ";	/* call the attribute value of data-label and adds a string // */
		text-align: center;
	}
	.responsive-table .row:last-child .column:first-child:before {
		content:" ";
	}
}

@media all and (min-width:1280px) {
	
	
	/* Homepage */

	.continent-speedlink .continent {
		width: 20%;
		margin: 0;
	}
	.continent-speedlink .continent:nth-child(4), .continent-speedlink .continent:nth-child(5) {
		width: 20%;
	}
	
	/* Federations */
	
	.content-area {
		padding-left: 60px;
		overflow: hidden;
	}
	
	.federation-page .federation-list .federations a {
		width: 16.66%;
	}
	
	.federation-history .content.column3 {
		-moz-column-count: 3;
		-moz-column-gap: 40px;
		-webkit-column-count: 3;
		-webkit-column-gap: 40px;
		column-count: 3;
		column-gap: 40px;
	}
}

@media all and (min-width:1400px) {
	
	
	/* Homepage */
	.home-slider { height: 700px; }		
	
	.slick-slide img {		
		height: 700px;		
	}
	
	.slick-slide h3 {
		padding: 0 40% 0 60px;
		font-size: 40px;
	}
	
	/* Federations */
	
	.federation-history .content.column3 {
		-moz-column-count: 4;
		-moz-column-gap: 40px;
		-webkit-column-count: 4;
		-webkit-column-gap: 40px;
		column-count: 4;
		column-gap: 40px;
	}
	
	.federation-governance .et_pb_team_member {
		width: 25%;
	}
}


@media all and (min-width:1560px) {
	
	/* WBSC Boards */
	.executive-board.et_pb_row {
        padding: 3px 0;
    }
		.executive-board .et_pb_column {
	        width: 24.375% !important;
	        margin-right: 6px !important;
	        margin-bottom: 0 !important;
	    }
	.executive-board .et_pb_team_member {
		padding: 0;	
		min-height: 150px;	
	}
	    .executive-board .et_pb_team_member .et_pb_team_member_image {
	        float: left;
	        margin: 0 !important;
	    }
	    .executive-board .et_pb_team_member .et_pb_team_member_description {
            padding: 30px;
        }
       	.executive-board .et_pb_team_member h4 {
			font-size: 14px;
	    }
	    
	/* WBSC Commissions */
	.executive-board.commissions-board .et_pb_team_member {
		min-height: 100px;	
	}
}

@media print {
	
	@page {
		margin: 2cm 0.5cm;
	}
	#top-header, footer, .et_pb_scroll_top, .ongoing-games, .tournament-payoff {
		display: none;
	}
	.et_pb_section .et_pb_row, .et_pb_section.et_section_specialty .et_pb_row {
	    width: 100% !important;
	    max-width: 100% !important;
	}
	.single-tournament-main-menu, .single-tournament-mobile-menu {
		display: none;
	}
/*	
	.responsive-table .row {
		display: table-row !important;
	}
	.responsive-table .column {
		display: table-cell !important;
	}
	.responsive-table .column:before {
		display: none;
	}
	.responsive-table {
		width: 100%;
	}
*/	
}

/*
 * Mini grid
 */

.grid-row{/*margin-left:-15px;margin-right:-15px*/}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:10px;padding-right:10px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.grid-row:before,.grid-row:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.grid-row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.col-center{text-align:center}.col-right{text-align:right}

.w-icon::before{
    content: attr(data-icon);
    font-family: 'ETmodules';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    padding-right: 0.5rem;
}

/* Tables & Co */
.alternate-rows {
	border: 1px solid #eaf0f4;
}
.alternate-rows > .grid-row {
	padding: 14px 0;
	background-color:#f4f7f9;
	border-bottom: 1px solid #eaf0f4;
}
.alternate-rows > .grid-row:nth-child(even) {
	background-color:#fff;
}
.alternate-rows > .grid-row > div:first-child {
	font-size: 1.5em;
}
.alternate-rows > .grid-row:first-child {
	background: #eee;
}
.alternate-rows > .grid-row:first-child div {
	font-weight: 700;
	text-transform: uppercase;
}

/*
 * Responsive tabs
 */
ul.responsive-tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: #ddd;
}
ul.responsive-tabs li{
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}
ul.responsive-tabs li.current{
	background: #aaa;
	color: #222;
}
.responsive-tabs-wrapper .tab-content{
	display: none;
	background: #f5f5f5;
	padding: 15px;
}
	.responsive-tabs-wrapper .tab-content.current{
		display: inherit;
	}

/*
 * Tournaments -  typography - v2017
 */

.tournament-section-title {
	margin: 0 0 30px;
	padding-bottom: 10px;
	color: #15243E;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 3px solid #15243E;
}

.tournament-page a {
	color: #888;
	border-bottom: 1px #888 dotted;
}
.tournament-page a:hover {
	color: #2C3A51;
}

/*
 * Tournaments -  homepage - v2017
 */

@media all and (max-width:680px) {
	#tournament-slideshow div {
		padding: 30px;
	}
	#tournament-slideshow h3 {
		cursor: pointer;
		text-decoration: underline;
	}
	#tournament-slideshow .cover {
		display: none;
	}
	#tournament-slideshow .date {
		display: block;
		float: left;
		color: #fff;
		font-weight: bold;
		padding: 3px 10px;
	}
}

.tournament-home .secondary-news a {
	font-size: 15px;
}
	.tournament-home .secondary-news .date {
		font-size: 12px;
		font-style: italic;
	}
.tournament-home .alternate-rows > .grid-row:first-child {
	background-color:#f4f7f9;
}
.tournament-home .alternate-rows > .grid-row:first-child div {
	font-weight: normal;
	text-transform: none;
}

.tournament-home .bottom-link {
	border-bottom: 3px solid #15243E;
	padding: 10px 0 30px;
	margin: 0 0 10px;
}

.tournament-home .leaders-tabs > ul.responsive-tabs {
	background: none;
}
.tournament-home .leaders-tabs > ul.responsive-tabs li.current{
	background: none;
	color: #15243E;
	font-weight: bold;
}
.tournament-home .leaders-tabs .tab-content {
	padding: 0;
}

@media all and (min-width:960px) {
	.tournament-home .more-gutter {
		margin: 0 4%;
	}
}

/*
 * Tournaments -  news - v2017
 */

.tournament-news .grid-row div {
	margin-bottom: 2em;
}
.tournament-news a {
    font-size: 16px;
}
.tournament-news .thumb {
    border: 0 none;
}
.tournament-news .pagination {
    overflow: auto;
}
    .tournament-news .pagination a {
        float: left;
        padding: .5em .8em;
        margin-left: 10px;
        font-size: 20px;
        font-weight: 700;
        background-color: #f5f5f5;
        border: 0 none;
    }
    .tournament-news .pagination .totals {
        float: left;
        margin-left: 2em;
        line-height: 42px;
    }

/*
 * Tournaments -  schedule & results - v2017
 */

.gameday-tabs li {
	width: 19%;
	padding: 10px 0;
	font-size: 10px;
	line-height: 1.1;
	text-align: center;
}
	.gameday-tabs li::first-line {
		font-size: 15px;
		font-weight: 700;
	}
.gameday-tabs .tab-content {
    font-size: 18px;
}
    .gameday-tabs .tab-content .flag-icon {
        display: block;
        margin: 0 auto 3px;
    }
    .gameday-tabs .w-icon::before{
        color: #888;
        font-size: 25px;
    }
.gameday-tabs .tab-content .game-type {
	font-size: 12px;
	font-style: italic;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #888;
}
.gameday-tabs .tab-content .game-result {
    font-size: 25px;
    margin-top: 7px;
}
.gameday-tabs .tab-content .actions {
	margin-top: 5px;
}
.gameday-tabs .tab-content .actions a {
	margin-right: 5px;
}
	.gameday-tabs .tab-content .actions a:last-child::after {
		content: "";
	}
.gameday-tabs .tab-content .fineprint {
    font-size: 12px;
}
.gameday-tabs .gameday-separator {
	margin: 30px 10px 20px;
	border-bottom: 1px solid #cfcfcf;
}
.gameday-tabs .gameday-separator:last-of-type {
	margin: 30px 0 0;
	border-bottom: 0 none;
}

.tournament-action-icon {
	border: 0 none !important;
}
.tournament-action-icon img {
	height: 15px;
}


@media all and (min-width:340px) {
    .gameday-tabs .tab-content .flag-icon {
        display: inline-block;
        margin: 0 5px 0 0;
    }
    .gameday-tabs .tab-content .game-result {
        margin-top: 0;
    }
}
@media all and (min-width:480px) {
	.gameday-tabs li {
		width: 13.5%;
	}
}
@media all and (min-width:992px) {
	.gameday-tabs li {
		width: auto;
	}
	.gameday-tabs .tab-content {
		font-size: 16px;
	}
	.gameday-tabs .tab-content .game-result {
		font-size: 19px;
	}
	.gameday-tabs .tab-content .actions {
		margin-top: 0;
	}
}

.toggle-time {
	display: none;
}
.toggle-time.visible {
	display: inline;
}
.toggle-boxscore {
	display: none;
}
.toggle-boxscore.visible {
	display: inline;
}
.toggle-pbp {
	display: none;
}
.toggle-pbp.visible {
	display: inline;
}
.toggle-inning {
	display: none;
}
.toggle-inning.visible {
	display: inline;
}

/*
 * Tournaments -  standings - v2017
 */

.tournament-standings div div, .tournament-standings .alternate-rows > .grid-row > div:first-child {
	font-size: 18px;
}
.tournament-standings .alternate-rows > .grid-row:first-child > div {
	font-size: 13px;
}
.standing-round-tabs {
	border: 1px solid #eaf0f4;
}
	.standing-round-tabs ul.responsive-tabs li {
		font-weight: 700;
	}
	.standing-round-tabs .tab-content {
		padding: 0;
	}
		.standing-round-tabs .tab-content .alternate-rows{
			border: 0 none;
		}
@media all and (min-width:340px) {
	.tournament-standings .flag-icon {
		margin: 0 5px 0 0;
	}
}

/*
 * Tournaments -  guide - v2017
 */
.tournament-guide .guide-separator {
    margin: 30px 10px 20px;
    border-bottom: 1px solid #cfcfcf;
}
.tournament-guide .event-map {
    margin: 30px 0;
    width: 100%;
    height: auto;
}