/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;    
    font-size: 1em;
    color: #498bc7;
    line-height: 1.4;
    z-index: -100;
	min-width: 1185px;
}

a, a:visited { color: #285882; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    border: none;
    padding: 0;
    width: 929px;
    height: 14px;
    margin: 0 auto 20px auto;
    background: url('../images/background-headings.png') no-repeat 0 -567px;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

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

/* ==========================================================================
   YSC Customization
   ========================================================================== */
.toolbar {

z-index: 99999 !important;
}


#page-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

#page {
/*
	position: relative;
	display: block;
	margin: 0 auto;
	width: 1125px;
*/
}

#header-wrapper {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 74px;
    display: block;
    z-index: 1000;
    background-color: #ffffff;
	border-bottom: 4px solid #f9c749;
}
    #header {
        position: relative;
        margin: 0 auto;
        width: 1185px;
    }

#main-wrapper {
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 122px;
}

    #main {
		width: 1185px;
		margin: 0 auto;
        min-height: 400px;
    }

        .front #main {
           
        }

#content, #content-top,
#sidebar-first,
#sidebar-second, .tabs {
  float: left;
  display: block;
  position: relative;
  z-index: 400;
  text-align: left;
}

	#content {
		width: 1175px;
		margin-left: 10px;
	}
	
		.front #content {
			width: 1185px;
			margin-left: 0;       
		}
		
    #content .section {
        height: 100%;
        min-height: 950px;
        padding-left: 15px;
    }	

    #sidebar-first{
      width: 230px;
      margin-top: 83px;
      text-align: right;
    }

#footer-wrapper {
    position: relative;
    width: 100%;
    background-color:#012141;
}

    #footer {
        position: relative;
        margin: 0 auto;
        width: 1185px;
        z-index: 500;
    }

#footer-bottom-wrapper {
    position: relative;
    width: 100%;
    background-color: #00386c;
	padding: 10px 0;
}
	#footer-bottom-wrapper p { margin: 0 0 0 0; }

    #footer-bottom {
        position: relative;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }


#sidebar-first {
    top: -322px;
    width: 230px;
}


/* Globals */
input {
    padding: 3px;
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #8f969b;
}

.sprite {
    background: url('../images/sprites.png') no-repeat;
}

.social-sticky {
    display: none;
}

@media (min-width: 1150px) {
.social-sticky {
    position: fixed;
    display: block;
    right: 0px;
    top: 20px;
    width: 60px;
    height: 105px;
    background-color: #ffffff;
    border-radius: 5px 0px 0px 5px; 
    -moz-border-radius: 5px 0px 0px 5px; 
    -webkit-border-radius: 5px 0px 0px 5px; 
    box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.25);
    z-index: 9000;
    text-indent: -9999%;
}

    .social-sticky-icon {
        display: block;
        float: left;
        width: 32px;
        height: 32px;
        margin: 13px 0 0px 15px;
    }

    .social-sticky-facebook {
        background-position: 0 -168px;
    }

    .social-sticky-twitter {
        background-position: -32px -168px;
    }

    .social-sticky-youtube {
        background-position: -64px -168px;
        margin-bottom: 0px;
    }        
}

/* Front Page */
#views_slideshow_cycle_main_homepage_slider-block, #views_slideshow_cycle_teaser_section_homepage_slider-block, #block-views-homepage-slider-block, #block-views-homepage_slider-block .view-homepage-slider, #views_slideshow_cycle_main_homepage_slider-block .views-slideshow-cycle-main-frame-row  {
    display: block;
    position: relative;
    width: 100%;
    height: 400px;
} 

/* Add some more margin to front-page content */
.front .node-page {
    margin-bottom: 30px;
}


/* Styling for H3's in content */
.homepage-header-container {
        position: relative;
        margin: 0 auto;
        width: 1160px;
        height: 64px;
        margin-bottom: 50px;
        background: url('../images/background-headings.png') no-repeat center -503px;
        clear: both;
}

    .homepage-header-container h3 {
        width: 363px;
        height: 35px;
        line-height: 35px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        color: #ffffff;
        font-size: 24px;
        text-transform: uppercase;     
        margin: 0 auto;
        text-align: center;
    }

h3 {
    color: #00386c;
    font-size: 23px;
}

/* Rollover in Hero Rotator */
#home-hero-rollover  {
    position: absolute;
    width: 100%;
    height: 70px;
    z-index: 900;
    top: 330px;
}

#home-hero-rollover-container  {
    position: absolute;
    width: 100%;
    height: 70px;
    z-index: 800;
    top: 0px;
    background-color: rgb(18, 65, 103);
    background-color: rgba(18, 65, 103, 0.85);
    overflow: hidden;
}

    #home-hero-rollover img {
        position: absolute;
        z-index: 990;
        top: -40px;
        right: 0px;
    }

    #home-hero-rollover .container {
        position: relative;
        width: 1126px;
        height: 70px;
        margin: 0 auto;
        padding: 0 0 0 0;
    }

    #home-hero-rollover p {
        position: absolute;
        width: 941px;
        height: 60px;
        top: 0px;   
        padding: 5px 180px 5px 5px;
        margin: 0 0 0 0;
        color: #ffffff;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 14px;
        cursor: default;
    }

    #home-hero-rollover strong {
        float: left;
        color: #00386c;
    }

    #home-hero-rollover a {
        color: #ffffff;
    }    

#home-hero-rollover .active {
    background-color: rgb(80, 144, 205);
    background-color: rgba(80, 144, 205, 0.85);
}


/* Header */
#logo {
    position: absolute;
    width: 432px;
    height: 63px;
    top: 2px;
    left: 0px;
    z-index: 100;
}

#header-region {

}


/* User Login */
#block-user-login {
    position: absolute;
    width: 420px;
    height: 63px;
    top: 0px;
    left: 375px;
    background-color: #d3dce4;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


    #block-user-login .form-required {
        display: none;
    }

    #block-user-login .form-item {
        float: left;
    }

    #block-user-login input[type="text"], #block-user-login input[type="password"] {
        width: 109px;
        height: 20px;
    }

    #block-user-login h2 {
        position: absolute;
        height: 25px;
        width: 300px;
        top: 17px;
        left: 15px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        color: #00386c;
        font-size: 18px;
        text-transform: uppercase;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        letter-spacing: -1px;
    }

    #block-user-login .form-submit {
        position: absolute;
        width: 48px;
        height: 26px;
        top: 15px;
        left: 362px;


        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    #block-user-login .form-item-name {
        position: absolute;
        height: 25px;
        width: 300px;
        top: 15px;
        left: 110px;
    }

    #block-user-login .form-item-pass {
        position: absolute;
        height: 25px;
        width: 300px;
        top: 15px;
        left: 235px;
    }

.form-submit {    
        -webkit-border-radius: none;
        -moz-border-radius-bottomright: none;
        border-bottom-left-radius: none;
        border: none;        
}        

/* Search Form */
#block-search-form {
    position: absolute;
    width: 270px;
    height: 63px;
    top: 15px;
    left: 820px;
}


   #block-search-form input[type="text"] {
        width: 170px;
        height: 20px;
        padding-left:35px;
        background-image:url('../images/icon-search.png');
        background-repeat:no-repeat;
        background-position:left center;
        outline:0;
    }

     #block-search-form .form-item-search-block-form {
        position: absolute;
        height: 25px;
        width: 300px;
        top: 0px;
        left: 0px;
    }


     #block-search-form .form-submit {
        position: absolute;
        width: 48px;
        height: 26px;
        top: 0px;
        left: 220px;
        -webkit-border-radius: none;
        -moz-border-radius-bottomright: none;
        border-bottom-left-radius: none;
        border: none;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }




/* Content */
#content ul li, #content ol li {
    list-style-position: outside;
	display: list-item;
}



.block-headerimage {
    position: relative;
    width: 1161px;
    height: 299px;
	margin: 0 auto;
	border-bottom: 8px solid #ffffff;
}

	.front .block-headerimage {
		height: 320px;
	}

.block-headerimage .content {
	position: absolute;
    width: 1161px;
    height: 299px;
	background-size: cover;
}

	.front .block-headerimage .content {
		height: 299px;
	}
	
.block-headerimage .content:after {
	content: '';
	position: absolute;
	display: block;
	width: 959px;
	height: 14px;
	left: 101px;
	bottom: -22px;
	background: url('../images/background-headings.png') no-repeat 0 -567px;
	z-index: 500;
}	

.block-headerimage .block-inner .content .field-type-image img{
    display: none;
}

/* Side Navigation */
.block-menu-block {
    width: 190px;
    background-color: rgb(14,73,128);
    background-color: rgba(14,73,128, 0.85);
    margin-left: 8px;
}

.block-menu-block h2 {
    position: absolute;
    top: 25px;
    height: 88px;
    line-height: 112px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    text-shadow: 3px 2px #b38807;
    color: #ffffff;
    background: url('../images/background-headings.png') no-repeat right -292px;
    padding: 0 80px 0 17px;
    margin: 0 0 0 0;
    white-space:nowrap;
}

.block-menu-block .menu {
    padding: 100px 0 20px 0;
    margin: 0 0 0 0;
}

    .block-menu-block .menu li {
        padding: 0 0 0 20px;
        margin-bottom: 5px;
        height: 30px;
        text-align: left;
    }

    .block-menu-block .menu .active {
        background-color: rgb(156, 178, 198);
        background-color: rgba(156, 178, 198, 0.85);
    }

    .block-menu-block .menu a {
        line-height: 30px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        font-size: 18px;
        text-transform: uppercase;
        color: #ffffff;
        text-decoration: none;
    }

        .block-menu-block .menu .active a {
            color: #00386c;
        }


/* Content Block */
h1 {
	margin: 0.67em 0 0 0;
    padding: 0 0 0 0;	
    height: 60px;
    line-height: 57px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 46px;
    color: #498bc7;	
}

.front h1 {
    float: left;
    display: block;
	text-align: center;
    clear: both;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
	width: 100%;

}

/* Sub page header */


h2 {
    line-height: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: none;
    color: #af852f;
	margin: 0 0 0 0;	
}

.front h2 {
    text-align: center;
}

#content-area {

}

.node-type-basic-page-sidebar #content-area{
	float: left;
	width: 633px;
	min-height: 950px;
	padding-right: 40px;
}

.node-type-basic-page-sidebar #content-area-sidebar {
	float: left;
	width: 447px;
	min-height: 950px;
	padding: 20px 20px 0 20px;
	background-color: #e9e9e9;
}

.node-type-basic-page-sidebar #content {
	width: 1160px;
	margin-left: 10px;		
}	


input[type="text"].error, input[type="email"].error,  input[type="number"].error, input[type="password"].error, textarea.error, .form-select.error {
    border: 2px solid #ff0000;
}


/* Callouts */
#block-views-callouts-block {
    position: relative;
    margin: 0 auto;
    width: 990px;
}

.view-callouts {
    position: relative;
    display: block;
    margin: 0 0 50px 0;
    clear: both;
}

    .front .view-callouts {
        margin: 0 0 0 0;
    }

.view-callouts .views-row .callout-image:after {
    content: "";
    display: block;
    position: absolute;
    left: -12px;
    top: 200px;
    width: 326px;
    height: 15px;
    background: url('../images/dropshadow-callouts.png') no-repeat;
}

.view-callouts .views-row {
    position: relative;
    float: left;
    width: 303px;
    height: 190px;
    margin-right: 40px;
    margin-bottom: 80px;
    border-top: 10px solid #d6e3ef;
}

    .view-callouts .views-row-3, .view-callouts .views-row-6 {
        margin-right: 0;
    }

.view-callouts .views-row a:first-child {
    display: block;
    width: 303px;
    height: 35px;
    line-height: 35px;
    color: #00386c;
    font-size: 19px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;    
} 

.view-callouts .views-row .callout_copy {  
    display: block;
    position: absolute;
    height: 40px;
    top: 146px;
    padding: 0 10px 0 10px;
    line-height: 40px;
    color: #ffffff;
    font-size: 19px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,.5);
}


/* Family Callouts */
#block-views-family_callouts-block {
    position: relative;
    margin: 0 auto;
    width: 1170px;
}

#block-views-family_callouts-block .flip-container {
    position:relative;
    width:181px;
    height:235px;
    float: left;
}

	#block-views-family_callouts-block .views-row-1 {
		margin-left: 300px;
	}

#block-views-family_callouts-block .flip-container > div {
    position:absolute;
    left:0;
    top:0;
    width:151px;
    height:205px;
    -webkit-transition:0.5s ease-in-out;
    -moz-transition:0.5s ease-in-out;
    transition:0.5s ease-in-out;
}

#block-views-family_callouts-block .flip-container > div.lower {
    -moz-backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -moz-transform:perspective(800px) rotateY(180deg);
    -webkit-transform:perspective(800px) rotateY(180deg);
    transform:perspective(800px) rotateY(180deg);
    z-index: 800;

    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    padding: 15px;
}

#block-views-family_callouts-block .flip-container > div h1 {

}

#block-views-family_callouts-block .flip-container > div p {

}

#block-views-family_callouts-block .flip-container > div a {
    color: #ffffff;

}

#block-views-family_callouts-block .flip-container > div.upper {
    -moz-backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -moz-transform:perspective(800px) rotateY(0deg);
    -webkit-transform:perspective(800px) rotateY(0deg);
    transform:perspective(800px) rotateY(0deg);
     z-index: 900;
}

#block-views-family_callouts-block .flip-container:hover > div.lower {
    -moz-transform:perspective(800px) rotateY(0);
    -webkit-transform:perspective(800px) rotateY(0);
    transform:perspective(800px) rotateY(0);
     z-index: 1000;
}

#block-views-family_callouts-block .flip-container:hover > div.upper {
    -webkit-transform:perspective(800px) rotateY(-179.9deg);
    -moz-transform:perspective(800px) rotateY(-179.9deg);
    transform:perspective(800px) rotateY(-179.9deg);
}

#block-views-family_callouts-block .family-callout-divider {
    display: block;
    position: relative;
    float: left;
    width:5px;
    height:235px;    
}



    #block-views-family_callouts-block .views-row-5 .family-callout-divider  {
        width: 5px;
        border-right: 2px solid #e6e5e5;         
        margin-right: 5px;
    }

    #block-views-family_callouts-block .views-row-6 .family-callout-divider  {
        display: none;
        width: 0px;
        height: 0px;          
    }
	
/* 
* Tournaments
*/

.subcontent-menu {
	width: 100%;
	margin: 0 0 20px 0;
}

.subcontent-menu-title, .subcontent-menu-title:visited {
	float: left;
	font-size: 1em;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #ffffff!important;
	background-color: #285882;
	font-weight: 700;
	padding: 15px 10px 15px 10px;
	margin: 0 2px 2px 0;
}
	.subcontent-menu-title:hover {
		text-decoration: underline;
	}

.subcontent-header {
	padding: 10px;
	border-top: 3px solid #cfbd7c;
	font-weight: 700; 
	font-size: 1.2em;
	color: #ffffff;
	text-transform: uppercase;
	background: #4686c0; /* Old browsers */
	background: -moz-linear-gradient(left,  #4686c0 0%, #356c9e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4686c0), color-stop(100%,#356c9e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #4686c0 0%,#356c9e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #4686c0 0%,#356c9e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #4686c0 0%,#356c9e 100%); /* IE10+ */
	background: linear-gradient(to right,  #4686c0 0%,#356c9e 100%); /* W3C */
}

.subcontent-content {
	padding: 17px 13px 17px 13px; 
	background-color: #f6f4f4;
}

.subcontent-backtotop {
	display: block;
	width: 100%;
	text-align: right;
	font-size: 1em;
	text-transform: uppercase;
}

/*
* Footer
*/

footer {
    margin-top: 40px;
}

    #footer-wrapper .content {
        float: left;
    }

     #footer-wrapper .block {
        margin-bottom: 25px;
    }

    .footer-column {
        float: left;
        margin-right: 50px;
        padding-top: 20px;
    }
	
		.column-1 {
			width: 290px;
		}
		
		.column-2 {
			width: 420px;
		}

		.column-3 {
			width: 290px;
		}		

        .footer-column:last-child {
            margin-right: 0;
        }

footer p {
        font-size: .9em;
        color: #ffffff;
        padding-left: 10px;    
}

footer a {
    color: #f9c749;
}        

footer h6, footer h2.block-title {
    position: relative;
    display: block;
    float: left;
    clear: both;
    margin: 0 0 10px 0;
    padding: 0 0 0 17px;
    width: 290px;
    height: 35px;
    line-height: 35px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #002c57;
    background: url('../images/background-headings.png') no-repeat right -468px; 
}

    footer h6.short {
        width: 260px;
		background-position: left -468px;
    }
	
footer .form-item-cc-email-1 {
	float: left;
}	

footer .form-item-cc-email-1 input[type="text"] {
    float: left;
    width: 230px;
    margin-right: 10px;
}

footer #edit-submit--2 {
    float: left;
    margin-top: -2px;
}

#footer-copyright {
    width: 100%;
}

.footer-family-icon {
    float: left;
    margin-right: 10px;
    width: 21px;
    height: 21px;
}

    .footer-family-icon-yscsports {
        background-position: 0 -147px;
    }

    .footer-family-icon-hps {
        background-position: -21px -147px;
    }

    .footer-family-icon-academy {
        background-position: -42px -147px;
    }
	
    .footer-family-icon-apl {
        background-position: -114px -147px;
    }	

    .footer-family-icon-youth {
        background-position: -63px -147px;
    }

    .footer-family-icon-marketing {
        background-position: -84px -147px;
    }                


/* Follow Us */
#follow-nav {
    width: 125px;
    height: 45px;
    float: right;
    top: 0px;
    right: 0px;
}

    #follow-nav .follow-nav {
        width: 60px;
        height: 45px;
        cursor: pointer;
        float: left;
        background: url('../images/sprites.png') no-repeat; 

    }

        #follow-nav .follow-nav-twitter {
            background-position: 0 -70px;
        }
            #follow-nav .follow-nav-twitter:hover, #follow-nav .follow-nav-twitter.active {
                background-position: -60px -70px;
            }

        #follow-nav .follow-nav-instagram  {
            margin-left: 5px;
            background-position: -120px -70px;
        } 

            #follow-nav .follow-nav-instagram:hover,  #follow-nav .follow-nav-instagram.active {
                background-position: -180px -70px;
            }

        #follow-content {
            position: relative;
            float: left;
            width: 420px;
            height: auto;

        }

             #follow-content .follow-content {
                position: relative;
                width: 420px;
                height: auto;                
                top: 0px;
                left: 0px;
                background-color: #ffffff;
                overflow: hidden;
             }
			 
				.follow-content-bottom {
					position: relative;
					float: left;
					width: 400px;
					height: 32px!important;
					padding: 10px;
					background-color: #ffffff;
				}			 
			 
				 #follow-content .follow-content-instagram {
					display: none;
					height: 260px;
					padding-top: 10px;
				 }			 
				 
				 #follow-content .instagramLink, #follow-content .instagramThumb {
					float: left;
					width: 75px;
					height: auto;
					margin-left: 7px;
					margin-bottom: 4px;
				 }

		
			.instagram-follow-link {
				display:block;
				float: right;
				width: 194px;
				height: 32px;
				background-position: 0 -232px;
				text-indent: -9999%;
			}
				.instagram-follow-link:hover {
					background-position: -195px -232px;
				}

            .tweet-content strong {
                float: left;
                font-size: 14px;
                line-height: 14px;
            }

            .tweet-screenname {
                float: left;
                color: #999999;
                line-height: 12px;
                margin-left: 5px;
            }

            .tweet_list {
                float: left;
                display: block;
                padding: 0px 0px 35px 0px;
            }

            .tweet_list span {
                float: left;
            }

            .tweet_list li {
                float: left;
                display: block;
                width: 350px;
                margin: 0px 0 10px 0;
                padding-bottom: 10px;
                border-bottom: 1px solid #e8e8e8;
            }            

            .tweet-avatar {

                width: 48px;
                height: 55px;
                margin: 0  10px 0 15px;
            }            

                .tweet_avatar img {
                    width: 48px;
                    height: auto;
                }

            .tweet-content {
                position: relative;
                width: 250px;
                font-size: 12px;
            }

            .tweet_text {
                font-size: 12px;
            }

            .tweet-retweet {
                color: #dddddd;
                text-decoration: none;
            }

            .tweet_time {
                position: absolute;
                top: 0px;
                right: -18px;
                width: 40px;
                height: 20px;
                font-size: 9px;
                color: #999999;
                text-align: right;
            }
			
        .twitter-follow-link {
            display:block;
			float: right;
            width: 170px;
            height: 32px;
            background-position: 0 -115px;
            text-indent: -9999%;
        }
			.twitter-follow-link:hover {
				background-position: -171px -115px;
			}


/***********
** Collapsed Formatting
************/
.collapse-text-fieldset  {
	display: block;
	width: 985px;
	height: auto!important;
	margin-bottom: 5px;	
	margin-left: 46px;
}

.collapse-text-fieldset .fieldset-title {
	display: block;
	width: 985px;
	height: 44px;
	padding-left: 20px;
	color: #ffffff;
	line-height: 44px;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
    background: url(../images/background-headings.png) repeat-x center left;
    background-position: 0 -588px;
}

	.collapse-text-fieldset .collapse-text-text {
		display: block;
		width: 965px;
		padding-left: 40px;
		margin-top: 10px;
		margin-bottom: 20px;
		font-size: 16px;
		color: #002b54;
	}
	
	.collapse-text-fieldset.collapsed .fieldset-legend-prefix {
		background-position: 0px -636px;
	}
	
	.collapse-text-fieldset .fieldset-legend-prefix {
		display: block!important;
		width: 41px;
		height: 44px;	
		left: -45px;
		background: url('../images/background-headings.png') no-repeat;
		background-position: -42px -636px;
		clip: auto!important;
		text-indent: -9999px;
		z-index: 1000;
	}
	
	#collapsedTextViewAllToggle {
		float: left;
		width:15px;
	}


/* ==========================================================================
   Helper classes
   ========================================================================== */
.bottom_5 {
	margin-bottom: 5px;
}

.anchor{display: block; position: relative; top: -140px; visibility: hidden; height: 0px;}

.cta-dark, .cta-dark:visited {
	padding: 4px 13px 4px 13px;
	height: 27px;
	line-height: 27px;
	font-weight: normal;
	font-weight: 700;
	color: #ffffff;
	font-size: 1.1em;
	text-decoration: none;
	background: #636d75; /* Old browsers */
	background: -moz-linear-gradient(top,  #636d75 0%, #444f5a 50%, #21303c 51%, #22303c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#636d75), color-stop(50%,#444f5a), color-stop(51%,#21303c), color-stop(100%,#22303c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #636d75 0%,#444f5a 50%,#21303c 51%,#22303c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #636d75 0%,#444f5a 50%,#21303c 51%,#22303c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #636d75 0%,#444f5a 50%,#21303c 51%,#22303c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #636d75 0%,#444f5a 50%,#21303c 51%,#22303c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636d75', endColorstr='#22303c',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

	.cta-dark:hover {
		background: #78bcf2; /* Old browsers */
		background: -moz-linear-gradient(top,  #78bcf2 0%, #204d7c 50%, #264a67 51%, #1d5a8e 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78bcf2), color-stop(50%,#204d7c), color-stop(51%,#264a67), color-stop(100%,#1d5a8e)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #78bcf2 0%,#204d7c 50%,#264a67 51%,#1d5a8e 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #78bcf2 0%,#204d7c 50%,#264a67 51%,#1d5a8e 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #78bcf2 0%,#204d7c 50%,#264a67 51%,#1d5a8e 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #78bcf2 0%,#204d7c 50%,#264a67 51%,#1d5a8e 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78bcf2', endColorstr='#1d5a8e',GradientType=0 ); /* IE6-9 */
	}

.cta-dark.large {
	padding: 8px 25px 8px 25px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 1.3em;
}

	.cta-print {
		position: absolute;
		top: 35px;
		right: 10px;
	}

	.addthis_sharing_toolbox {
		position: absolute;
		top: 37px;
		right: 80px;
	}


/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

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

.align-center {
    margin: 0 auto;
}

.center-text {
    text-align: center!important;
}

.link-arrow {
    color: #b38807;
    font-weight: 700;
}

.link-arrow::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 11px;
    height: 12px;
    margin: 10px 6px 0 3px;
    background: url('../images/sprites.png') no-repeat;
    background-position: -104px -147px;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

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



    /*
     * Don't show links for images, or javascript/internal links
     */

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

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

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

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

	.tabs.primary li {
		display: inline !important;
		background-color: #dedede;
		padding: 5px 10px 5px 10px;
	}
	
	.tabs {
		float:none;
		display: block;
	}
	
	.tabs.primary .active  {	
		background-color: #f9c749;
	}
	
.masonry-brick {
	width: 110px;
	height: 80px;
	display: table;
}	
	
.mason-logo-container {
	display: table-cell;
	vertical-align: middle;
}

.mason-logo-container img {
	margin: 0 auto;

}	


/* FooTable Styles */
.footable {
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  border-top: 3px solid #f9c749;
  border-bottom: 3px solid #f9c749;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 500; 
  color: #498bc7;
  background: #efefef;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.node-type-tournament-page .footable {
  border-top: none;
  border-bottom: none;
}

.footable.breakpoint > tbody > tr.footable-row-detail {
  background: #eeeeee;
}
.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}
.footable.breakpoint > tbody > tr > td.footable-row-detail-cell {
  background: #fff;
}
.footable > tbody img {
  vertical-align: middle;
}
.footable > tbody > tr:hover:not(.footable-row-detail) {
  background: #dddddd;
}
.footable > tbody > tr:last-child > td {
  border-bottom: none;
}
.footable > tbody > tr > td {
  border: none;
  padding: 10px;
  text-align: left;
  font-size: 95%;
}
.footable > tbody > tr > td.footable-row-detail-cell,
.footable > tbody > tr > td.footable-first-column {
  border-left: none;
}
.footable > thead > tr > th {
  border-bottom: 1px solid #dddddd;
  padding: 10px;
  color: #ffffff;
  text-align: left;
}

	.node-type-tournament-page .footable > thead > tr > th {
		color: #498bc7;
	}

.footable > thead > tr > th,
.footable > thead > tr > td,
.metro-blue-header {
  border: none;
  font-weight: 700!important; 
  border-top: none;
  border-left: none;
  font-weight: normal;
}
.footable > thead > tr > th.footable-first-column,
.footable > thead > tr > td.footable-first-column {
  border-left: none;
}
.footable > tfoot > tr > th,
.footable > tfoot > tr > td {
  background-color: #52b9e9;
  color: #ffffff;
  border: none;
  padding: 5px;
}
.footable > tfoot .pagination {
  text-align: center;
}
.footable > tfoot .pagination ul {
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.footable > tfoot .pagination ul > li {
  display: inline;
}
.footable > tfoot .pagination ul > li > a,
.footable > tfoot .pagination ul > li > span {
  float: left;
  border: 2px solid transparent;
  margin: 0 3px;
  color: #ffffff;
  background: transparent;
  padding: 1px 5px;
  text-decoration: none;
}
.footable > tfoot .pagination ul > li.disabled > a {
  color: #888;
}
.footable > tfoot .pagination ul > li.active > a {
  border-color: #ffffff;
}
.footable > tfoot .pagination ul > li:first-child > a,
.footable > tfoot .pagination ul > li:last-child > a,
.footable > tfoot .pagination ul > li:first-child > span,
.footable > tfoot .pagination ul > li:last-child > span {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.footable.metro-red {
  border-color: #fa3031;
}
.footable.metro-red > tfoot > tr > th,
.footable.metro-red > thead > tr > th,
.footable.metro-red > tfoot > tr > td,
.footable.metro-red > thead > tr > td {
  background-color: #fa3031;
  border-color: #fa3031;
}
.footable.metro-purple {
  border-color: #932ab6;
}
.footable.metro-purple > tfoot > tr > th,
.footable.metro-purple > thead > tr > th,
.footable.metro-purple > tfoot > tr > td,
.footable.metro-purple > thead > tr > td {
  background-color: #932ab6;
  border-color: #932ab6;
}
.footable.metro-green {
  border-color: #43c83c;
}
.footable.metro-green > tfoot > tr > th,
.footable.metro-green > thead > tr > th,
.footable.metro-green > tfoot > tr > td,
.footable.metro-green > thead > tr > td {
  background-color: #43c83c;
  border-color: #43c83c;
}
.footable.metro-blue {
}


.footable a {
	color: #285882;
}


.footable a.cta-dark {
	color: #ffffff;
}

.footable.metro-blue thead {
	background: #4686c0; /* Old browsers */
	background: -moz-linear-gradient(left,  #4686c0 0%, #356c9e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4686c0), color-stop(100%,#356c9e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #4686c0 0%,#356c9e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #4686c0 0%,#356c9e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #4686c0 0%,#356c9e 100%); /* IE10+ */
	background: linear-gradient(to right,  #4686c0 0%,#356c9e 100%); /* W3C */
	background-attachment:fixed;
	border-bottom: 5px solid #ffffff;

}



.footable.metro-blue tbody tr:nth-child(even) {
	background: #e3e3e3; /* Old browsers */
	background: -moz-linear-gradient(top,  #e3e3e3 0%, #eae9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(100%,#eae9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e3e3e3 0%,#eae9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e3e3e3 0%,#eae9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e3e3e3 0%,#eae9e9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e3e3e3 0%,#eae9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#eae9e9',GradientType=0 ); /* IE6-9 */
	background-attachment:fixed;
}
.footable.metro-blue tbody tr:nth-child(odd) {
	background: #dcdbd4; /* Old browsers */
	background: -moz-linear-gradient(top,  #dcdbd4 0%, #e0ded8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdbd4), color-stop(100%,#e0ded8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dcdbd4 0%,#e0ded8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dcdbd4 0%,#e0ded8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dcdbd4 0%,#e0ded8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dcdbd4 0%,#e0ded8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdbd4', endColorstr='#e0ded8',GradientType=0 ); /* IE6-9 */
	background-attachment:fixed;
}
/*
     FILE ARCHIVED ON 23:06:45 Jan 25, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:21:36 Sep 12, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  CDXLines.iter: 15.009 (3)
  esindex: 0.008
  exclusion.robots.policy: 0.184
  PetaboxLoader3.resolve: 211.877 (2)
  LoadShardBlock: 51.509 (3)
  load_resource: 304.246
  PetaboxLoader3.datanode: 70.105 (5)
  RedisCDXSource: 365.697
  captures_list: 446.383
  exclusion.robots: 0.198
*/
