body {
    margin: 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
}

a, a:link, a:visited {
    color: #00143F;
    text-decoration: none;
}

.cmsSiteContainer{
    max-width: 1240px;
    border-left: 1px solid #00143F; 
    border-right: 1px solid #00143F; 
    margin: 0 auto;
    /* box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 15px -4px rgba(31, 73, 125, 0.8); */
}

.cmsHeader{
    position: relative;
}

.cmsHeader-logo-mobile{
    display: block;
    margin: 0 auto;

    text-align: center;
}

.cmsHeader-logo{
    display: none;
}

.cmsHeader-content{
    position: relative;
}

.servesSocial{
    position: absolute;
    top: -40px;
    right: 1rem;
}

.cmsHeader-content a.btnDonate, .cmsHeader-content a.btnDonate:link, .cmsHeader-content a.btnDonate:visited{
    background: #418FDE;
    display: block;
    margin-left: 0;
    
    font-size: 14px;
    font-weight: 900;
    line-height: 50px;
    text-align: center;
    color: #00143f;
    text-decoration: none;
    
}

.servesFacebook{
    margin: 0 1rem;
}

@media (min-width:48em){
    .cmsHeader{
        display: flex;
    }

    .cmsHeader-logo-mobile{
        display: none;
    }

    .cmsHeader-logo{
        display: block;
        order: 1;
    }

    .cmsHeader-content{
        order: 1;
        flex-grow: 2;
        padding-right: 1rem;
        align-self: center;
        text-align: right;
    }

    .cmsHeader-content a.btnDonate, .cmsHeader-content a.btnDonate:link, .cmsHeader-content a.btnDonate:visited{
        display: inline-block;
        padding: 20px 30px;
        margin-left: 0px;
        
        font-size: 1.5rem;
        font-weight: 700;

        -webkit-box-shadow: -3px -3px 25px 1px rgba(0,0,0,0.21);
        -moz-box-shadow: -3px -3px 25px 1px rgba(0,0,0,0.21);
        box-shadow: -3px -3px 25px 1px rgba(0,0,0,0.21);
    }

    .servesSocial{
        float: none;
        position: relative;
        top: 0;
        right: 0;
    }
    
}



@media (min-width:48em) and (max-width:61em){
    .cmsHeader-content a.btnDonate, .cmsHeader-content a.btnDonate:link, .cmsHeader-content a.btnDonate:visited{
        padding: 10px 15px;        
        font-size: 1rem;
    }
}
/*================================================================
                 CLICK MENU STYLES
================================================================*/

/*
    THESE STYLES will probably not be needed and are adjusted in your main styles
    - * for example is most efficient when not a child of a class
       -- hopefully you already are using the box sizing globally
    - you may not need text-decoration etc. depending on your global anchors
*/
.cm-menu a, .cm-menu a:visited { 
    color:#fff; 
    text-decoration:none; 
    text-transform: capitalize;
}

.cm-menu .has-sub:after,
.cm-menu .expander-wrap .has-sub > span:after {
    content:" ";
    display:inline-block;
    position:absolute; top:50%; right:10px;
    margin:2px 0 0 5px;
    vertical-align:middle;
    border:5px solid transparent;
    /* Extra is for anti-aliasing issues in firefox and others */
    border:5px solid rgba(0,0,0,0);
    border-top-color:#fff;
    -wekbit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0.98) translateY(-50%);
        -ms-transform: scale(0.98) translateY(-50%);
            transform: scale(0.98) translateY(-50%);
}

.cm-menu .opened > .has-sub:after,
.cm-menu .opened > .expander-wrap .has-sub > span:after{
    -webkit-transform: scale(0.98) translateY(-75%) rotate(-180deg);
        -ms-transform: scale(0.98) translateY(-75%) rotate(-180deg);
            transform: scale(0.98) translateY(-75%) rotate(-180deg);
}


@media (min-width: 48rem){
    .cm-menu a{
        text-align: center;
        /* height: 46px; */
    }

    .cm-menu .has-sub:after, .cm-menu .expander-wrap .has-sub > span:after {
        display: none;
    }
}

.cm-menu *, .cm-menu *:after, .cm-menu *:before {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.cm-menu:focus { outline:3px solid blue;  }
.cm-menu, .cm-menu ul { margin:0; padding:0; list-style:none; }

.toggle-menu + .cm-menu, .cm-menu ul {
    max-height:0;
    opacity:0;
    overflow:hidden;
    -wekbit-transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
            transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.cm-menu { position:relative; }
.cm-menu li a { display:block; padding:10px; position:relative; }

.cm-menu > li > a{
    font-weight: bold;
}

.cm-menu li { border-top:1px solid #ccc; }
.cm-menu li:first-child { border-top:0; }
.cm-menu li { position:relative; }

.cm-menu .has-sub:after,
/* .cm-menu .expander-wrap .has-sub > span:after {
    content:" ";
    display:inline-block;
    position:absolute; top:50%; right:10px;
    margin:2px 0 0 5px;
    vertical-align:middle;
    border:5px solid transparent;
    /* Extra is for anti-aliasing issues in firefox and others */
    border:5px solid rgba(0,0,0,0);
    border-top-color:#fff;
    -wekbit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0.98) translateY(-50%);
        -ms-transform: scale(0.98) translateY(-50%);
            transform: scale(0.98) translateY(-50%);
}

.cm-menu .opened > .has-sub:after,
.cm-menu .opened > .expander-wrap .has-sub > span:after{
    border-top-color:#333;
    -webkit-transform: scale(0.98) translateY(-75%) rotate(-180deg);
        -ms-transform: scale(0.98) translateY(-75%) rotate(-180deg);
            transform: scale(0.98) translateY(-75%) rotate(-180deg);
} */

.cm-menu > .opened > a,
.cm-menu > li > a:hover,
.cm-menu > li > a:focus,
.cm-menu > li > div > a:hover,
.cm-menu > li > div > a:focus { color:#333; background:#d4d4d4; }

.cm-menu .expander-wrap .has-sub:hover > span,
.cm-menu .expander-wrap .has-sub:focus > span { color:#333; background:#d4d4d4; }

.cm-menu ul .opened > a,
.cm-menu ul a:hover, .cm-menu ul li a:focus { color: #000;}


.cm-menu ul .opened > .has-sub:after,
.cm-menu ul .opened > .expander-wrap .has-sub > span:after{
    border-top-color:#fff;
}

.cm-js-active .cm-menu { max-height:80em; opacity:1; width: 100%;}
.cm-menu .opened > ul { max-height:80em; opacity:1; background: #f5f5f5; }
.cm-menu .opened > ul a{ color: #000; font-size: 13px;}

@media (min-width:48em){

}

/* ================= SEPARATE EXPANDERS OPTION IS ENABLED ================= */

.cm-menu .expander-wrap { display:table; width:100%; }
.cm-menu .expander-wrap a { display:table-cell; }
.cm-menu .expander-wrap .has-sub { position:relative; width:30px; }
.cm-menu .expander-wrap .has-sub:after { display:none; }
.cm-menu .expander-wrap .has-sub > span {
    display:block;
    position:absolute; top:0; right:0;
    width:100%; height:100%;
    background:#aaa;
}
.cm-menu .expander-wrap .has-sub > span:after {
    content:" ";
    display:inline-block;
    position:absolute; top:50%; right:50%;
    margin:2px 0 0 5px;
    vertical-align:middle;
    border:5px solid transparent;
    /* Extra is for anti-aliasing issues in firefox and others */
    border:5px solid rgba(0,0,0,0);
    border-top-color:#fff;
    -wekbit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0.98) translate(50%, -50%);
        -ms-transform: scale(0.98) translate(50%, -50%);
            transform: scale(0.98) translate(50%, -50%);
}
.cm-menu .opened > .expander-wrap .has-sub > span:after {
    border-top-color:#333;
    -webkit-transform: scale(0.98) translate(50%, -75%) rotate(-180deg);
        -ms-transform: scale(0.98) translate(50%, -75%) rotate(-180deg);
            transform: scale(0.98) translate(50%, -75%) rotate(-180deg);
}

/* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */

.no-js .toggle-menu + .cm-menu { opacity:1; max-height:80em; }
.no-js .cm-menu > li:hover > a { background:#333; }
.no-js .cm-menu ul ul li:hover > a { background:#444; }

.no-js .cm-menu li:hover > ul { display:block; max-height:80em; opacity:1; width:100%; }
.no-js .cm-menu ul { display:none; overflow:visible; }


/* ================= MENU OPEN FUNCTIONALITY ADDED ON SETUP ================= */

@media (min-width:48em){
    .toggle-menu + .cm-menu { 
        max-height:80em; 
        opacity:1; 
        overflow:visible; 

    }
    
    .cm-menu ul { top:100%; overflow:hidden; }
    .cm-menu .opened > ul { max-height:80em; opacity:1; }

    .cm-menu .animated > ul { overflow:visible; z-index:10; }
    .cm-menu .animating > ul { z-index:-1; }
}


/*================================================================
                 CLICK MENU MENU TYPES
================================================================*/

/*  NAV BAR STYLE TYPE
    ================================================================*/

@media (min-width:48em){
    .nav-bar li { border-top:0; }

    .nav-bar .cm-menu > li:not(:last-child) { 
        border-top:0; 
        border-right: 1px solid #fff;

    }

    .menuHldr {
        background: #00143F;
    }

    .menuHldr > li:not(:last-child) {
        border-bottom: 1px solid #fff;
    }

    .nav-bar > ul { display:table; width:100%; table-layout:fixed; }
    .nav-bar > ul > li { display:table-cell; vertical-align:middle; height: 40px;}
    .nav-bar > ul > li > a { display:table; width:100%; padding:0; }
    .nav-bar > ul > li > a > span { display:table-cell; padding:0 10px; height:40px; vertical-align:middle; text-align:center; }
    .nav-bar > ul > li > ul { position:absolute; }

    .nav-bar .has-sub span:after { position:static; margin-top:10px; }
    .nav-bar ul ul .has-sub:after { right:5px; }

    .nav-bar ul li li { margin:5px; }
    .nav-bar ul li li li { margin-left:0; margin-right:0; }
    .nav-bar ul ul a { padding:3px 15px;}

    .nav-bar ul ul a:hover, .nav-bar ul ul a:focus,
    .nav-bar ul ul .opened > a { background: none; }

    /* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */

    /* .no-js .nav-bar ul ul li:hover > a { color:#000; background:#ddd; } */

}

/*  ACCORDION NAVIGATION
    ================================================================*/

/* ------------- CURRENTLY KEEPS SMALL SCREEN STYLES -------------- */


/*  DROP DOWN NAVIGATION
    ================================================================*/

@media (min-width:48em){
    [data-type="dropdown"] ul {
        display:block;
        position:absolute;
        z-index:-1;
        top:100%; left:0;
        width:100%; min-width:180px;
        /* background:#333; */
        -wekbit-transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, right 0.4s ease-in-out;
                transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, right 0.4s ease-in-out;
    }
    [data-type="dropdown"] ul ul { top:-5px; }
    [data-type="dropdown"] .opened > ul { left:100%; max-height:80em; opacity:1; }

    li[data-type="dropdown"]:nth-last-child(-n+2) ul { left:auto; right:0; }
    li[data-type="dropdown"]:nth-last-child(-n+2) .opened > ul { left:auto; right:100%; }

    .nav-bar ul li[data-type="dropdown"] li li { margin-left:5px; margin-right:5px; }

    [data-type="dropdown"] a + .has-sub { width:0; min-height:0; height:100%; }
    [data-type="dropdown"] a + .has-sub > span { min-height:0; height:100%; }

    /* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */

    .no-js .cm-menu [data-type="dropdown"] li:hover > ul { left:100%; }
    .no-js .cm-menu [data-type="dropdown"]:nth-last-child(-n+2) ul { left:auto; right:0; }
    .no-js .cm-menu [data-type="dropdown"]:nth-last-child(-n+2) li:hover > ul { left:auto; right:100%; }

}

/*  SLIDING MENU NAVIGATION ADJUSTMENTS
    ================================================================*/


[data-type="sliding"].opened .sub-menu,
[data-type="sliding"].opened .sub-menu ul { max-width:100%; }

.cm-menu [data-type="sliding"].opened .sub-menu > ul { max-height:80em; opacity:1; }
.cm-menu [data-type="sliding"].animated .sub-menu > ul { overflow:visible; z-index:10; }
.cm-menu [data-type="sliding"].animating .sub-menu { z-index:-1; }

@media (min-width:48em){

    [data-type="sliding"] .sub-menu {
        position:absolute;
        -wekbit-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
    }
    [data-type="sliding"] .sub-menu > ul {
        display:block;
        position:absolute;
        z-index:-1;
        top:100%; left:0;
        width:180px;
        background:#333;
        -wekbit-transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, right 0.4s ease-in-out;
                transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, right 0.4s ease-in-out;
    }

    [data-type="sliding"] .sub-menu > ul li { position:static; }
    [data-type="sliding"] .sub-menu > ul > li > ul { position:absolute; top:0; }

    [data-type="sliding"] .sub-menu > ul ul { position:absolute; top:0; }

    [data-type="sliding"] .sub-menu ul ul ul { position:static; margin:0; padding:0; max-height:80em; width:100%; overflow:hidden; background:transparent; opacity:1; }

    [data-type="sliding"] .sub-menu ul ul .has-sub { color:#fff; cursor:default; }
    [data-type="sliding"] .sub-menu ul ul .has-sub { background: none; border-bottom:1px solid #fff; }
    [data-type="sliding"] .sub-menu ul ul .has-sub:after,
    [data-type="sliding"] .sub-menu ul ul .expander-wrap .has-sub  { display:none; }

    [data-type="sliding"] .sub-menu > ul > li > ul > li { float:left; width:50%; padding:0 5px; }
    [data-type="sliding"] .sub-menu > ul > li > ul > li:nth-child(2n+1) { clear:left; }
    [data-type="sliding"] .sub-menu > ul > li > ul > .link-landing { margin-left:0; margin-right:0; width:100%; }
    [data-type="sliding"] .sub-menu > ul > li > ul > .link-landing ~ li:nth-child(2n+1) { clear:none; }
    [data-type="sliding"] .sub-menu > ul > li > ul > .link-landing ~ li:nth-child(2n+2) { clear:left; }

    /* ================= ESSENTIAL SLIDING FUNCTIONALITY ================= */

    [data-type="sliding"] .sub-menu.cm-js-inactive { position:relative; left:0 !important; width:100% !important; }
    [data-type="sliding"] .sub-menu.cm-js-inactive > ul { min-width:100%; }
    [data-type="sliding"] .sub-menu.cm-js-inactive > ul > li > ul { padding:0; max-width:0; }

    [data-type="sliding"] .sub-menu > ul ul { width:100%; margin-left:-5px; padding-left:180px; padding-right:5px; z-index:-1; opacity:0; }
    [data-type="sliding"] .sub-menu .animated ul { opacity:1; }

    [data-type="sliding"].opened .sub-menu, [data-type="sliding"].opened .sub-menu ul { max-width:none; }

    /* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */

    .no-js .cm-menu [data-type="sliding"] li:hover > ul { left:100%; }
    .no-js .cm-menu [data-type="sliding"]:nth-last-child(-n+2) ul { left:auto; right:0; }
    .no-js .cm-menu [data-type="sliding"]:nth-last-child(-n+2) li:hover > ul { left:auto; right:100%; }

}

/*  MEGA MENU NAVIGATION ADJUSTMENTS
    ================================================================*/

@media (min-width:48em){

    .cm-menu [data-type="mega"] { position:static; }
    [data-type="mega"] > ul {
        position:absolute;
        top:100%; left:0;
        width:100%; max-height:0;
        background:#333;
        overflow:hidden;
        -wekbit-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
    }

    [data-type="mega"] > ul ul { position:static; max-height:80em; width:100%; overflow:hidden; background:transparent; opacity:1; }
    [data-type="mega"] > ul .opened ul { margin-left:0; }
    [data-type="mega"] > ul > li { float:left; width:25%; }
    [data-type="mega"] > ul > li:nth-child(4n+1) { clear:left; }

    [data-type="mega"] > ul > .link-landing { margin:0; width:100%; }
    [data-type="mega"] > ul > .link-landing ~ li:nth-child(4n+1) { clear:none; }
    [data-type="mega"] > ul > .link-landing ~ li:nth-child(4n+2) { clear:left; }

    /* ================= OPENED FUNCTIONALITY ADDED ON SETUP ================= */

    [data-type="mega"] a + .has-sub { width:0; min-height:0; height:100%; }
    [data-type="mega"] a + .has-sub > span { min-height:0; height:100%; }
    [data-type="mega"] ul .has-sub:after { display:none; }
    [data-type="mega"].opened > ul { padding:20px; }

    /* ================= SEPARATE EXPANDERS OPTION IS ENABLED ================= */

    [data-type="mega"] ul a + .has-sub { display:none; }

    /* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */

    .no-js .cm-menu [data-type="mega"] ul ul { display:block; }

}


/*================================================================
                 NAVIGATION TOGGLE STYLES
================================================================*/

.visually-hidden, .visuallyHidden{
    visibility: hidden;
}

.toggle-menu { 
    position: absolute; 
    top: -100px;
    left: 1rem;    
    display:block; 
    border:0; 
    width:50px; 
    height:46px; 
    background: none;
}
.toggle-menu:before, .toggle-menu:after, .toggle-menu > span:before {
    content:" ";
    position:absolute;
    left:15%;
    border-radius:2px;
    width:70%; height:3px;
    background:#07263e;
}

.toggle-menu:before { top:11px; }
.toggle-menu:after { top:21px; }
.toggle-menu > span:before { top:31px; }

.toggle-menu:hover, .toggle-menu:focus, .js-menu-active .toggle-menu { background:#111; }

@media (min-width:48em){
    .toggle-menu { display:none; }
}


/*================================================================
                 EXTRA OVERWRITE STYLES
================================================================*/

.main-nav { position:relative; z-index:1000; background:#00143F;}

@media (min-width:48em){

    .main-nav {
        padding: 3px 0;
        border-top: 5px solid #418FDE;
    }
}

[data-type="sliding"] .sub-menu .item-banner { width:100%; }
[data-type="sliding"] .sub-menu .item-banner a { text-align:center; background:none; }

[data-type="mega"] .custom-sub {
    max-height:0; opacity:0;
    overflow:hidden;
    -wekbit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}
[data-type="mega"] .custom-sub ul { position:static; opacity:1; max-height:80em; }
[data-type="mega"] .custom-sub p { margin:10px; color:#fff; }

[data-type="mega"] .custom-sub .banner-wrap { width:100%; }
[data-type="mega"] .custom-sub .banner-wrap a { text-align:center; background:none; }

.cm-menu .opened > .custom-sub { max-height:80em; opacity:1; padding:20px; }
.cm-menu .animated > .custom-sub { overflow:visible; z-index:10; }
.cm-menu .animating > .custom-sub { z-index:-1; }

@media (min-width:48em) {
    [data-type="mega"] .custom-sub {
        position:absolute;
        top:100%; left:0;
        width:100%;
        background:#333;
    }
}

@media (min-width:48em) {
    .table-row { display:table; width:100%; }
    .table-col { display:table-cell; vertical-align:top; }
}

.section-nav .opened > ul { border-bottom:1px solid #d4d4d4; max-height:80em; opacity:1; }
.section-nav .opened > a,
.section-nav .opened > .expander-wrap a { border-bottom:1px solid #aaa; color:#333; background:#d4d4d4; }
.section-nav .opened .opened > .expander-wrap > a { background:#c4c4c4; }


.hp-slider .item img{
    width: 100%;
}


/* FOOTER */

h2 {
    font-size: 22px;
    color: #00143F;
    margin: 0;
    padding: 0;
    border: 0;
}

.page_content{
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
}

.pageTitle {
    background: url("/cms/usta/images/2013/page_title.png") repeat-x scroll 0 13px #F3F3F3;
    color: #002E62;
    font-family: 'ProximaNova-regular',sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin: 0 15px;
    padding: 13px 0 0;
    text-transform: uppercase;
}

.pageHeader{
	width: 100%;
	margin-bottom: 3px;
	background: #f3f3f3;
}

.fullTop{
    display: flex;
    flex-direction: column;
	/* margin: 5px 0px 30px 0px; */
}

.fullTopLeft{
    order: 2;
    
}

.fullTopLeft span{
    color: #092741 !important;
}


.fullTopLeft .GenericModule{
	border: 0px;
}


.fullTopRight {
    order: 1;
}

.fullTopRight img{
    width: 100% !important;
    height: auto !important;
}

.mainFull{
	width: 100%;
}

.mainFull .landingPage_listTop{
    background-color: #00143F;
    border-bottom: 5px solid #418FDE;
    margin-bottom: 10px;

    font-weight: 700;
}

.mainFull > .block > img{
	width: 100%;
}

.mainFull .landingPage_listBody .landingPage_listBody_arrow{
	color: #092741;
}

.mainFull .landingPage_list{
    align-content: space-between;

    font-size: 0;
}

.mainFull .landingPage_list a{
    display: inline-block;
    width: 100%;
    padding: 0 1rem;
    border-top: none;
    margin-bottom: 1rem;

    box-sizing: border-box;
    vertical-align: top;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.mainFull .landingPage_list a img{
    width: 100%;
}

@media (min-width:34em) {
    .pageTitle {
        font-family: 'ProximaNova-regular',sans-serif;
        font-size: 28px;
        line-height: 49px;
    }

    .mainFull .landingPage_list a{
        width: 50%;
        padding: 0 5px;
    }
}

@media (min-width:48em) {
    .mainFull{
        flex-direction: row;
    }
    
    .fullTop{
        flex-direction: row;
        background: #07263e;
    }

    .fullTopLeft{
        width: 390px;
        order: 1;
        align-self: center;
    }
    
    .fullTopLeft span{
        color: #FFFFFF !important;
        
    }

    .fullTopLeft .GenericModule{
        border: 0px;
    }

    .fullTopRight{
        order: 2;
    }

    .mainFull .landingPage_list a{
        width: 25%;
        padding: 0 5px;
    }
}

.landingPage_listTop.doubleLine{
	background-position: 0 70%;
	padding-top: 5px;
	height: 40px;
}

.landingPage_listTop.doubleLine span{
	line-height: 17px;
}

.landingPage_listTop.doubleLine span span{
	width: 18px;
	height: 1px;
	padding-right: 0px;
}

.landingPage_listBody{
	padding: 0;
	font-size: 14.5px;
	font-family: 'ProximaNova-regular', sans-serif;
	color: #7d7d7d;
}

.landingPage_listBody:hover img {
	opacity:0.75;
}

.landingPage_listBody .landingPage_listBody_more{
	text-transform: uppercase;
	color: #002d62;
	font-family: 'ProximaNova-boldit', sans-serif;
	text-decoration: underline;
	font-size: 12.5px;
	font-style: italic;
}

.landingPage_listBody .landingPage_listBody_arrow{
	color: #e41837;
	font-family: 'ProximaNova-sboldit', sans-serif;
	text-decoration: none;
}

.landingPage_list {
    margin: 18px 0 0;
}

.landingPage_listTop span {
    color: #FFFFFF;
    font-family: 'ProximaNova-regularit',sans-serif;
    font-size: 16px;
    line-height: 44px;
    padding: 0 5px 0 18px;
    text-transform: uppercase;
}

.servesFtr .servesFtrText{
    margin: 0 10px;
}

.cmsMiddleContainer {

}

.cmsMiddleContainer .cmsLeft {
    padding: 01rem;
}
.cmsMiddleContainer .cmsLeft .cmsCenterContent {
    
}
.cmsMiddleContainer .cmsLeft .cmsCenter {
    
}

.cmsRight{
    width: 300px;
    margin: 1rem auto;
}

.cmsMiddleContainer .cmsLeft .cmsCenter a, .cmsMiddleContainer .cmsLeft .cmsCenter  a:link, .cmsMiddleContainer .cmsLeft .cmsCenter a:visited {
    color: #003871;
    text-decoration: none;
}

.cmsMiddleContainer .cmsLeft .cmsCenter a:hover{
	text-decoration: underline;
}

.cmsNewsletterSignup {border-width: 1px;border-style: solid;margin-bottom:25px;border-color:#808080;}
.cmsNewsletterSignup h3{font-size: 18px;}
.cmsNewsletterSignup #ea{border-width: 1px;border-style: solid;border-color:#808080;}
.cmsNewsletterSignup #newsletter_submit{
	width: 55px;
	height: 19px;
	background: url('/cms/ustaserves/images/newslettersuSubmit.jpg') no-repeat !important;
}

/* Home Right Rail Modules*/
.hmRailMod {
    background: #fff; 
    /* border:1px solid #00143F; 
    -moz-box-shadow: 3px 3px 8px rgba(0,0,0,0.3); 
    -webkit-box-shadow: 3px 3px 8px rgba(0,0,0,0.3); 
    box-shadow: 3px 3px 8px rgba(0,0,0,0.3);  */
    margin: 0 0 26px 0; 
    /* width: 298px; */
}
#homepage .hmRailMod {
    border: 0;
    box-shadow: none;
}
.hmRailMod h2 {text-align: left; font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-size: 24px; text-transform: uppercase;}
.hmRailModHdr {border-bottom: 7px solid #418FDE;padding: 12px 6px 8px 14px;}
.hmRailModContent {padding: 16px 17px 14px;}
.hmRailModText h3 {font-size: 21px; color: #00143F; text-transform: uppercase; margin: 0 0 19px 0; line-height: 1;}
.hmRailModText p {font-size: 16px; color: #666666; line-height: 1.2;}

.hmRailRight {position: relative;}
.hmRailRight h2 {color: #FFFFFF;}
.hmRailRight .hmRailModHdr {background: #00143F; width: 278px;}
.hmRailRight .hmRailModContent {text-align: left; float: left;}

.hmRailModContentLeft, .hmRailModContentRight {
	float: left;
}

.hmRailModContentRight {
	margin-left: 17px;
	width: 130px;
}

.hmRailModContentRight p{
	margin-top: 0px;
}

.hmRailModContentRight p a{
	display: block;
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	right: 55px;
	bottom: 20px;
}

.GenericModule table{
    width: 100% !important;
}
td {font-size:11px;vertical-align:top;}

.servesHm-wrapper {
    padding: 1rem;
}

.servesHm-wrapper img{
    width:100%;
}

@media (min-width: 34em) {
    .servesHm-wrapper{
        display: flex;
        padding: 1rem 0 0;
    }
    
    .servesHm-wrapper > div{
        width: 50%;
        padding: 0 5px;
    }
    
    .servesHm-wrapper .servesHm-Left{
        padding-right: 1rem;
    }
    
    .servesHm-wrapper div h2{
        font-size: 16px;
    }

    .servesHm-wrapper img {
        width: 100%;
        max-width: 270px;
    }

    .hmRailRight{
        width: 100%;
    }
}

@media (min-width:40em) {
    .servesHm-wrapper {
        
    }

    .servesHm-Left{
        flex-grow: 2;
    }

    .servesHm-Right{
        padding: 0;
        margin: 0;
    }    
}

@media (min-width: 48em) {
    .servesHm-wrapper > div{
        padding: 0;
    }
    
    .servesHm-wrapper .servesHm-Left{
        padding-right: 1rem;
    }
}

@media (min-width: 61em) {
    .GenericModule table{
        width: 600px !important;
    }

    .cmsMiddleContainer {
        display: flex; 
        /* margin: 0 2rem; */
    }

    #homepage .cmsMiddleContainer {
        display: block;
        margin: 0;
    }

    .cmsMiddleContainer .cmsLeft { 
        width: calc(100% - 300px);
    }
    
    .cmsMiddleContainer .cmsLeft .cmsCenterContent{ 
        max-width: 700px;
        margin: 0 auto;
    }

    .servesHm-wrapper .hmModContent{
        display: flex;
    }
    
    .servesHm-wrapper .servesHm-Left .hmModImg{
        width: 270px;
    }
    
    .servesHm-wrapper .servesHm-Left .hmModText{
        width: calc(100% - 270px);
        padding-left: 1rem;
    }
}

.cmsUSTAContainer .clear {
    display: block;
    clear: both;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 0.01em;
}


/* News Page Styles */
.newsModuleWrpr {margin:0; padding:0;}
.newsModuleWrpr .ModuleContents {padding:5px 5px 10px 10px;}
.newsModuleWrpr .ModuleContents .ModuleContents {margin:0; padding:0;}
.ModuleContents img{
	max-width: 100%;
	height: auto !important;
}
.newsModuleWrpr .featuredArticle {margin:0 0 8px 3px;}
.newsModuleWrpr .featuredArticle img {border:3px solid #01222b;}
.newsModuleWrpr .featuredArticle a, .newsModuleWrpr .featuredArticle a:link, .newsModuleWrpr .featuredArticle a:visited {color:#002a54; text-decoration:none;}
.newsModuleWrpr .featuredArticle a:hover {color:#002a54; text-decoration:underline;}
.newsModuleWrpr .featuredArticle .featuredDesc {font-size:12px; color:#002a54;  border:3px solid #ccc; padding:4px; width:449px;}
.newsModuleWrpr .featuredArticle .featuredDesc h3 {font-size:14px; color:#002a54; margin:0 0 4px 0; padding:0;}
.newsModuleWrpr .featuredArticle .featuredDesc p {margin:0 0 4px 0; padding:0;}
.articlePhoto table {
    margin: 0 auto;
}

.articlePhoto img {
    width: 100%;
}


.newsModuleWrpr .newsFilterLeftWrpr .newsFilterMonthWrpr {float:left;}
.newsModuleWrpr .newsFilterLeftWrpr .newsFilterMonthWrpr select.newsFilterMonth {font-size:11px; width:50px; margin-right:6px; vertical-align:middle;}
.newsModuleWrpr .newsFilterLeftWrpr .newsFilterYearWrpr {float:left;}
.newsModuleWrpr .newsFilterLeftWrpr .newsFilterYearWrpr select.newsFilterYear {font-size:11px; width:52px; margin-right:6px; vertical-align:middle; width:60px;}
.newsModuleWrpr .newsFilterLeftWrpr .newsFilterCatWrpr {float:left;}
.newsModuleWrpr .newsFilterLeftWrpr .newsFilterCatWrpr select.newsFilterCat {font-size:11px; width:146px; vertical-align:middle;}
.newsModuleWrpr .newsFilterRightWrpr {float:right;}
.newsModuleWrpr .newsFilterRightWrpr .newsFilterSearchBtn {float:left;}

.newsModuleWrpr .paging {color:#002a54; padding:4px 0 0 0; border-bottom:2px solid #6688AA;}
.newsModuleWrpr .paging .sortStatus {float:right; padding:4px 0; margin:4px 0 0 0;}
.newsModuleWrpr .paging .genericPager {float:left; padding:4px 0; margin:0;}
.newsModuleWrpr .latestHead {float:left; font-size:17px; color:#01222b; font-weight:normal; margin:0; padding-bottom:3px;}
.newsModuleWrpr .lateSearch {border-bottom:solid 2px #01222b; margin-bottom:10px;}
.newsModuleWrpr .newsItemWrpr {height:1%; margin-bottom:15px;}
.newsModuleWrpr .newsItemWrpr .newsItemHdln {font-size:15px; font-weight:normal; color:#003871; margin:0 0 4px 0;}
.newsModuleWrpr .newsItemPhoto {float:left; text-align:center;}
.newsModuleWrpr .newsItemPhoto img {border:3px solid #01222b; margin:0 6px 2px 0}
.newsModuleWrpr .newsItemPhoto span.caption {font-size:9px; color:#585858; margin-right:6px;}
.newsModuleWrpr .newsItemWrpr .postDate {color:#585858; margin:0 0 2px 0;}
.newsModuleWrpr .newsItemWrpr .newsItemAbstract {}
.newsModuleWrpr .newsItemWrpr .newsItemMore {text-align:right;}
.newsModuleWrpr .newsItemdescr {color:#333;}
.newsModuleWrpr .newsItemdescr a {color:#01222b; text-decoration:none;}
.newsModuleWrpr .newsItemdescr a:hover {text-decoration:underline;}
.newsModuleWrpr h3.articleTitle {font-size:15px; font-weight:bold; color:#900;}
.newsModuleWrpr .newsPhotoRight {float:right; width:306px; text-align:center; margin:0 0 10px 10px;}
.newsModuleWrpr .newsPhotoRight img {border:3px solid #01222b;}
.newsModuleWrpr .newsPhotoRight .captionWrpr {color:#900; text-align:left; border:3px solid #ccc; padding:3px;}
.newsModuleWrpr .newsPhotoRight .captionWrpr .cpyrt {color:#333;}
.newsModuleWrpr .date {color:#333; text-transform:none;}

.PrintEmailArticleWidget{
    display: none;
}

/* ##  Generic Pager  ## */

.genericPager {padding:10px 15px 20px 10px;}
.genericPager ul {list-style-type: none; margin:0; padding:0;}
.genericPager li {float:left; display:block; font-size:11px; margin:0 5px 5px 0;}
.genericPager li a {float:left; color:#003871; padding:2px 4px; border:1px solid #ddd; text-decoration:none; }
.genericPager li a:hover, .genericPager li a:focus { color:#000; background-color:#CFCFCF; border: 1px solid #000; text-decoration:none; }
.genericPager li.nolink {color:#fff; border:1px solid #ddd; padding:2px 4px;}
.genericPager li.active {color:#686868; border:1px solid #ddd; padding:2px 4px; background-color:#CFCFCF;}

.filter {
    border: 2px solid #333F48;
    background: #F0F0F0;
}

.filter-options {
    float: left;
}

.filter-actions{
    float: right;
}

.newsFilterLeftWrpr {
    float: none;
    position: relative;
	top :18px;
	left: 10px;
}

.newsFilterLeftWrpr div select{
	font-size: 14px !important;
}

.newsFilterRightWrpr {
    float: none;
    margin-top: 0.6em;
	margin-right: 0.6em;
}

.newsFilterMonthWrpr,
.newsFilterYearWrpr {
    display: inline-block;
}

.newsFilterSearchBtn input.btn {
    display: block;
    color: #fff;
    background-color: #333F48;
    text-transform: uppercase;
    font-size: 0.969375em;
    border: 1px solid #fff;
    padding: 7px 15px;
    text-align: center;
    margin-bottom: 10px;
    transition: all 0.25s ease-in-out;
    font-family: "Helvetica LT W04 Bold C1489514", sans-serif;
}


/* FOOTER */

.servesFtr .servesFtrText{
    margin: 0 10px;
}

@media (min-width:48em) {
    .cmsfooter{
        padding: 0 35px;
    }
    .servesFtrLinks{
        display: flex;
    }

    .servesFtrLinks-item{
        flex: 1;
        padding: 0 10px;
    }
}

.servesFtrLinks-item h5{
    color: #00143F;
    font-size: 18px;
    line-height: 1.4;
}

.servesFtrLinks-item ul{
    margin: 10px 0 0 0;
    padding: 0;
}

.servesFtrLinks-item ul li{
    font-size: 12px;
    line-height: 1.4;
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
}

.servesFtrLinks-item ul li a{
    color: #00143F;
    text-decoration: none;
    padding-left: 30px;
}


.tns-controls{
    display: none;
}

.tns-outer{
    position: relative;
}

.tns-nav{
    display: none;
}

.tns-nav button {
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0 5px;
    background: none;
    
    border: 2px solid #FFF;
    border-radius: 10px;
}

.tns-nav button.tns-nav-active{
    border-color: #57b4e8;
    background: #57b4e8;
}

.tns-outer button[data-action="stop"], .tns-outer button[data-action="start"]{
    display: none;
}

.cmsMiddleContainer{
    padding: 0;
}

@media (min-width:48em) {
    .servesFtrLinks-item ul li a{
        padding: 0;
    }

    .cmsMiddleContainer{
        padding: 0 35px;
    }

    .tns-nav{
        display: block;
        position: absolute;
        z-index: 10;
    
        bottom: 30px;
        left: 50%;
        transform: translate(-50%, 0)
    }
}

#slot_1{
    margin-top: 10px;
}

.hmMod {
    background: #fff; 
    margin: 0 0 26px 0;
}
.hmMod h2 {
    font-weight: bold; 
    font-size: 24px; 
    text-transform: uppercase;
}
.hmModHdr {
    border-bottom: 7px solid #418FDE;
    padding: 12px 6px 8px 14px;
}

.servesHm-wrapper .hmModContent {
    padding: 15px;
}

.hmModImg {
    margin: 0 auto; 
    width: 100%;
}

.hmModText h3 {
    font-size: 20px; 
    color: #00143F; 
    margin: 0 0 25px 0; 
    line-height: 1;
}

.hmModText p, .hmModText div {
    color: #666666; 
    line-height: 1; 
    font-size: 15px;
}

/* .servesHm-Left {
    width: 100%;
    margin: 0 20px 0 0;
} */

.servesHm-wrapper > div {
    display: block;
}

.hmModImg{
    text-align: center;    
}

.servesHm-wrapper h2 {
    margin: 5px 0;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
}

.servesHm-wrapper .hmModHdr {
    background: #00143F;
}


.servesHm-wrapper .servesHm-Right .hmModContent{
    display: block;
}

.servesHm-wrapper .servesHm-Right .hmModContent p{ 
    margin: 0;
}

/* @media (min-width:58.5em) { */
@media (min-width:48em) {
    .servesHm-wrapper{
        display: flex;
    }

    .servesHm-Right {
        max-width: 298px;
        margin: 0 auto;
    }

}

.sponsors-wrapper {
    margin-bottom: 20px;
    background: #00143F;
}

.sponsors-wrapper .tns-nav{
    bottom: 10px;
}

.sponsors .item{
    padding: 5px 0 25px;
    text-align: center;
}

.footer-info-list.accordion-item {
	display: none;
    padding: 1px;
    border-bottom: 1px solid #FFFFFF;
	
}


.footer-info-heading.accordion.is-open:after {
	content: "\002d";
}

.footer-info-heading.accordion {
    position: relative;
    margin: 0 ;
	cursor: pointer;
	pointer-events: auto;
	max-width: 100%;
    padding: 15px 15px 12px;
    border-bottom: 1px solid #cccccc;
}

.footer-info-heading.accordion:after {
    content: "\002b";
    position: absolute;
    top: 8px;
    right: 15px;
    display: inline-block;
    font-size: 30px;
    
    
}

.footer-info-heading.accordion.is-open{
    border-bottom: 0;
}

.servesFtrUSTA {
    text-align: center;
}

.servesFtrText {
    text-align: center;
    float: left;
    margin: 5px 0 0 90px;
    color: #000000;
    font-size: 12px;
}

.tns-ovh{
    width: 100%;
}

@media (min-width:48em) {
    .servesFtrUSTA {
        float: left;
        margin: 0 0 0 39px;
    }

    .footer-info-heading.accordion.is-open:after {
        display: none;
    }

    .footer-info-list.accordion-item {
		display: block !important;
        padding: 0;
        border-bottom: none;
    }

    .footer-info-heading.accordion:after {
        display: none;
    }

    .footer-info-heading.accordion{
        cursor: default;
        pointer-events: none;
        padding: 0;
        border: 0;
    }

    .footer-info-heading.accordion.is-open:after {
        display: none;
    }

}

@media (min-width: 62.5em) {
    #main .sponsors .item{
        padding: 10px 30px 15px 0;
    }
}

/* tab setup */
.tabModule {margin:0; padding-top:0px;}
.tabModule .tabdiv {padding:0; border:2px solid #00659C; border-top-width:6px; min-height:1px;}
.tabModule .tabsRow {}

.tabnav {margin:0; padding:0;}
.tabnav li {float:left; display:inline; margin-right:1px; list-style-type:none;}
.tabnav li a, .tabnav li a:link,.tabnav li a:visited {float:left; display:inline; padding:5px 7px; text-align:center; text-decoration:none; font-size:.9em; color:#666; background:url(/cms/images/admin/tab_off.gif); border:1px solid #808080; border-bottom-width:0;}
.tabnav li a:hover {color:#333;background:url(/cms/images/admin/tab_on.gif);border-color:#505050;}
.tabnav li.ui-tabs-selected a, .tabnav li.ui-tabs-selected a:link, .tabnav li.ui-tabs-selected a:visited {color:#fff;margin-top:0; background:#418FDE url(/cms/images/admin/table_header.gif) repeat-x;border-bottom-width:0;border-color:#00659C;}
.ui-tabs-hide {display: none;}
.spacer {display:block; clear:both; line-height:0; height:0; margin:0; padding:0; overflow:hidden; font-size:.01em;}

.AETabHeader {padding:8px; background:url(/cms/images/admin/info_bg.gif) #ffe7a2 repeat-x; border-bottom:solid 2px #ffbe6b; line-height:1.4em; font-size:11px;}

/* MODAL WINDOW */

#overlay-main{
    display: none;
}

.modal-window {
    position: fixed;
    background-color: rgba(200, 200, 200, 0.75);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  
  .modal-window:target {
    opacity: 1;
    pointer-events: auto;
  }
  
  .modal-window>div {
    width: 80%;
    max-width: 750px;
    height: 80%;
    position: relative;
    margin: 2% auto;
    padding: 2rem;
    background: #fff;
    color: #444;
  }
  
  .modal-window header {
    font-weight: bold;
  }
  
  .modal-close {
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -10px;
    width: 70px;
    text-decoration: none;
  }
  
  .modal-close:hover {
    color: #000;
  }
  
  .modal-window h1 {
    font-size: 150%;
    margin: 0 0 15px;
  }
  
  #bbox-root{
    height: 100%;
  }

.page-topper{
    padding: 0 1rem;
    text-align: center;
}

.page-topper img{
    width: 100%;
}




.ftrSubscribe {background:#4c9ae4; color:#fff; display:flex;  justify-content: center; align-items:center; padding:50px 20px; margin-bottom:20px; font-weight:bold; font-size:1.2em;}
.ftrSubscribe .btnWrpr {margin:0px 10px;}
.ftrSubscribe .btnWrpr .btn {padding:10px 30px; background:#001348; color:#fff; }



.multiMod {width: 100%; margin: 0; overflow: hidden;}
.multiMod .mMMenuBar {position: relative; width: 100%; height: 30px; background:#00143F; border-bottom:solid 3px #418FDE;}
.multiMod .mMMenuBar {color: #fff;}
.mMCats .sf-menu a, .mMCats .sf-menu a:visited {color: #fff;}
.mMCats .sf-menu li.sfHover a {background-color: #006FB9;}
.multiMod .mMSearch {float: right; margin-right: 10px;}
.multiMod .mMSearch .mMLabel { float: left; margin: 5px 6px 0 0;}
.multiMod .mMSearch .mMSrchInpt {border: 1px solid #fff; float: left; width: 140px; font-size: 11px; color: #003871; border: 1px solid #809cb8; margin: 6px 2px 0 0; padding: 2px;}
@media screen and (max-width: 433px) {
	.multiMod .mMSearch .mMSrchInpt {margin: 8px 2px 0 0; }
}



.video-icon-search:hover,
.video-icon-search:focus {color: #006FB9;}
.video-icon-search {cursor: pointer; width: 26px; height: 26px; margin: 0 0 0 10px; position: relative; display: inline-block; top: 6px; color: #fff; transition: all 0.3s ease;}
.multiMod .mMBrdcrmbInner {color: #006FB9;}

.multiMod .mMPagerBar {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f26632+0,f5bb59+50,f26632+100 */
    background: #f26632; /* Old browsers */
    background: -moz-linear-gradient(left, #f26632 0%, #f5bb59 50%, #f26632 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f26632 0%,#f5bb59 50%,#f26632 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f26632 0%,#f5bb59 50%,#f26632 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26632', endColorstr='#f26632',GradientType=1 ); /* IE6-9 */
    color: #fff;
}

.multiMod .mMPagerBar .mMPager .pages a {color: #fff;}
.multiMod .mMIndex .mMCaption {color: #006FB9;}
.multiMod .mMSearch .mMSrchImgBtn {background: none; border: none; margin: 0; width: 100%; height: 100%; position: relative; top: 20px; left: -4px;}
.multiMod .mMCats {float:left; margin:2px 0 0 10px;}
.multiMod .mMCats .mMLabel {float:left; font-size:12px; margin:5px 1.2em 0 0;}

@media screen and (max-width: 550px) {
    .mMSearch .mMLabel { display: none; }
}
.multiMod .mMBrdcrmb {width:100%; background-color:#eaeaea; border-bottom:1px solid #809cb8; margin-bottom:10px; padding:5px 0}
.multiMod .mMBrdcrmbInner {color:#003871; margin:0 10px;}
.multiMod .mMBrdcrmbInner span {font-weight:bold;}
.multiMod .mMIndex  {width:100%; margin-left:-4px;}
.multiMod .mMIndex ul {list-style-type:none; margin:0; padding:0;}

.mMIndex > ul {position: relative; margin: 0px auto; padding: 0px; min-width: 16em; max-width: 88.125em; -webkit-transition: all .1s linear; -moz-transition: all .1s linear; -ms-transition: all .1s linear; -o-transition: all .1s linear; transition: all .1s linear; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.mMIndex > ul::after {clear: both;}
.multiMod .mMIndex ul li {height:126px; position:relative; /*background:url(/cms/atlantatennis/images/multimod/thumb_bg.gif) no-repeat top center;*/ padding:0;}
.multiMod .mMIndex ul li .mMiddle {}
.multiMod .mMIndex ul li.last {margin-right:0;}
.multiMod .mMIndex .mMThumb {position:relative; margin: 0 auto; text-align: center; }
.multiMod .mMIndex .mMThumb > a:after {
    position: absolute;
    width: 100%;
    height: auto;
    content: "Now Playing";
    color: #fff;
    left: 0;
    text-align: center;
    bottom: 0;
    background-color: #333F48;
    font-size: 0.7em;
    padding: 3px 0;
    font-weight: bold;
    display: none;
}
.multiMod .mMIndex .mMThumb.now-playing a:after { display: block !important }
.mMiddle > .mMThumb > a { display: inline-block; position: relative; min-width: 132px; min-height: 74px; background-color: #000; }
.multiMod .mMIndex .mMThumb img {
    width:132px;
    height:74px;
    background-color: #000;
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
}
.multiMod .mMThumb a:link img,
.multiMod .mMThumb a:visited img {border:1px solid #003871;}
.multiMod .mMThumb a:hover img {border:1px solid #c50013;}

.multiMod .mMIndex .mMThumbOverlay {position:absolute; top:0; left:0; display:none; width:138px; height:94px; background:url(/cms/atlantatennis/images/multimod/thumb_overlay.gif) no-repeat 0 0; text-indent:-9999em;}


.multiMod .mMIndex .mMThumbOverlay {position:absolute; top:0; left:0; display:none; width:137px; height:93px; background:url(/cms/atlantatennis/images/multimod/thumb_overlay.gif) no-repeat 0 0; text-indent:-9999em;}

.multiMod .mMIndex .mMCaption {width:80%;  position:relative; top:5px; left: 0; margin: 0 auto; text-align: center; font-size: 0.8em; line-height:1.4; color:#003871; overflow:hidden;}

.multiMod .mMPagerBar {height:27px; background:#00143F; border-bottom:solid 3px #418FDE; color:#fff;}
.multiMod .mMPagerStatus {float:left; font-size:12px; margin:5px 0 0 10px;}
.multiMod .mMPagerBar .mMPager {float:right; font-size:12px; margin:3px 10px 0 0;}
.multiMod .mMPagerBar .mMPager .pages {list-style-type:none; margin:0; padding:0;}
.multiMod .mMPagerBar .mMPager .pages a {color: #fff; float:left; /*display:inline;*/ cursor:pointer;}
.multiMod .mMPagerBar .mMPager .pages a.page-number {margin-right:2px; padding:2px;}
.multiMod .mMPagerBar .mMPager .pages a.page-number:hover, .multiMod .mMPagerBar .mMPager .pages a.pgCurrent {text-decoration:underline;}
.multiMod .mMPagerBar .mMPager a.pgFirst,
.multiMod .mMPagerBar .mMPager a.pgLast,
.multiMod .mMPagerBar .mMPager a.pgPrev,
.multiMod .mMPagerBar .mMPager a.pgNext {width:46px; height:23px; margin:0; padding:0;}

.pgNext {display: none;}
.pgLast {display: none;}

.multiMod .mMPagerBar .mMPager li.pgFirst {background-position:0 0; margin:0; }
.multiMod .mMPagerBar .mMPager li.pgFirst:hover {background-position:0 -23px;}
.multiMod .mMPagerBar .mMPager li.pgLast {background-position:-46px 0;}
.multiMod .mMPagerBar .mMPager li.pgLast:hover {background-position:-46px -23px;}
.multiMod .mMPagerBar .mMPager li.pgPrev {background-position:0 -46px; margin-right:4px;}
.multiMod .mMPagerBar .mMPager li.pgPrev:hover {background-position:0 -69px;}
.multiMod .mMPagerBar .mMPager li.pgNext {background-position:-46px -46px; margin-left:4px;}
.multiMod .mMPagerBar .mMPager li.pgNext:hover {background-position:-46px -69px;}
.multiMod .mMPagerBar .mMPager li.pgEmpty {display:none;}

.mMCats .sf-menu {float:left; width: auto;}
.mMCats .sf-menu a.mMCatBtn,
.mMCats .sf-menu a.mMCatBtn:link,
.mMCats .sf-menu a.mMCatBtn:visited { background: transparent; text-align: center; }
.mMCats .sf-menu a,
.mMCats .sf-menu a:link,
.mMCats .sf-menu a:visited { text-decoration:none; /*text-indent:-9999em;*/ padding-top: 6px; text-align: center;}
.mMCats .sf-menu a,
.mMCats .sf-menu a:visited {color:#fff !important; }
.mMCats .sf-menu li {font-size:11px;}
.mMCats .sf-menu li ul {background-color:#fff; border:1px solid #003871; margin:-3px 0 0 1px; padding:4px 10px 8px 10px; position:absolute; z-index:999; top:30px; left:0px; font-size:.8em;}
.mMCats .sf-menu li li { Xbackground: transparent; margin: 5px 0; font-size: 9px;}
.mMCats .sf-menu li li ul {margin-left:15px;}
.mMCats .sf-menu li li li {}
.mMCats .sf-menu li li a,
.mMCats .sf-menu li li a:link,
.mMCats .sf-menu li li a:visited {height:auto; padding:5px; text-indent:0;}
.mMCats .sf-menu li.sfHover a { background-color: #013567; color: #fff; transition: all 0.3s ease; }
.mMCats .sf-menu li li a:hover,
.mMCats .sf-menu li li a:active {background-color: #418FDE; color: #fff;}
.mMCats .sf-menu li:hover,
.mMCats .sf-menu li.sfHover,
.mMCats .sf-menu a:focus,
.mMCats .sf-menu a:hover,
.mMCats .sf-menu a:active {color:#fff;}
.mMCats .sf-menu a.sf-with-ul ul {padding-right:2.25em; min-width:1px;}

#divVideoPlayer {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
#divVideoPlayer video{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
#divVideoPlayer iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

ul.sf-menu { display: table; table-layout: fixed; width: 100%; margin-left: auto; margin-right: auto; margin:0; position: relative; left: 0px;}
.mMIndex > ul li {width: 25%; float:left;}
.mMIndex > ul::before, .mMIndex > ul::after {content: " "; display: table;}
ul.sf-menu > li {display: table-cell;}
ul.sf-menu li {float: left;position: relative;}
.sf-menu li:hover, 
.sf-menu li.sfHover, 
.sf-menu a:focus, 
.sf-menu a:hover, 
.sf-menu a:active, 
.sf-menu li:hover > a {background-color: #418FDE;}

button[class*="icon-"] {background: none; border: none; margin: 0; padding: 0; font-size:100%;}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	}
ul.sf-menu a {display: block; position: relative; padding: 0.3em 20px; text-decoration: none; color: #333F48; border: 1px solid #888888; background: #013567; font-size: 1.2em; text-transform: uppercase;}


@media only screen and (min-width:16em) {
    .mMIndex > ul li {
        position:relative;
        float:left;
        width:100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media only screen and (min-width:30em) {
    .mMIndex > ul li { width:50%; }
}

@media only screen and (min-width:48em){
    .mMIndex > ul li  { width:25%; }
}

/* GAL START*/
.mod_all_galleries.large_galleries {
    width: 100%;
    max-width: 990px;

    margin: 0 auto;

    transform: translateY(0%);
}

.mod_all_galleries.large_galleries .gallery-image-a {
    /*border: 1px solid #CBDC50;*/
    position: relative;
    display: inline-block;
    width: 300px;
    height: 250px;
    margin: 10px;

    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.mod_all_galleries.large_galleries .gallery-image-a:nth-child(3):after {
    /*content: "Advertisement";*/

    position: absolute;
    bottom: -1.1em;
    left: 0;

    width: 100%;

    color: #000000;
    font-size: .8em;
    font-weight: 500;
    text-align: center;
}

.mod_all_galleries.large_galleries .gallery-image-a .gallery-name {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 93%;
    min-height: 65px;
    padding: 10px;
    margin: 0;

    font-size: 1.1em;
    color: #FFFFFF;
    text-align: left;
    font-weight: 700;
    letter-spacing: 1px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.75+100 
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
     FF3.6-15 
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    Chrome10-25,Safari5.1-6 
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
     W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
     IE6-9 */

}

@media screen and (max-width: 83.5em) {
    .mod_all_galleries.large_galleries {
        max-width: 660px;
    }
}

@media screen and (min-width: 48em) and (max-width: 56.25em) {
    .mod_all_galleries.large_galleries .gallery-image-a {
        display: block;
        margin: 10px auto;
    }
}

@media screen and (max-width: 42.25em) {
    .mod_all_galleries.large_galleries .gallery-image-a {
        display: block;
        margin: 10px auto;
    }
}

ul.sf-menu a {
    font-family: interstate-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.mod_all_galleries .container {
	max-width: 100%;
	margin-top: 10px;	
	width: 100%;
}

/* GAL END*/

/* flexed columns*/
.flexed-columns-container {
    display: block;
    margin:15px 0;
    text-align: center;
    font-size: 16px;

}

@media(min-width:768px) {
    .flexed-columns-container {
        display: flex;
      
    }
}
.flexed-col-header {
    padding: 7px;
    font-size: 18px;
    background: #4698d3;
    text-transform:uppercase;
    
}
.flexed-col-header h2{
    color:#fff;
}
.flexed-columns {
    margin:5px 0 10px 0;
}
.flexed-columns-content{padding:10px;}
.flexed-columns-content p {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 25px;
}
.flexed-columns-content p:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 80px;
    height: 3px;
    background: #4698d3;
}

    .flexed-columns-content .small{font-size:12px;}

    @media(min-width:768px) {
        .flexed-columns {
        flex: 1 0 0px;
        margin: 0 30px 0 0;
        background: #f3f5f6;
    }
    .flexed-columns:last-child{
        margin:0;
    }
}

.mod_all_galleries.large_galleries .gallery-image-a .gallery-name {width:93% !important;}
.mod_gallery_pager {display:flex; align-items:flex-start; flex-wrap:wrap; justify-content:center; padding:10px !important;}
.mod_gallery_pager div {float:none !important; padding-right:0;}
.mod_gallery_pager ul.pages {display:flex; margin:0; flex-wrap:nowrap; padding:0; margin-bottom:10px;}

