/*  
Theme Name: Koven Responsive Version
Description: It's... you know, responsive.
Author: Kent Koven
Author URI: http://www.kentkoven.com
*/

/* lato-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v24-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v24-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* poppins-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/poppins-v21-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v21-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/poppins-v21-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/***** members.usagym.org specific *****/


th, td {
    box-sizing: border-box;
}

.dataTables_scroll, .dataTable {
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size:14px;
    line-height: 17px;
    margin-bottom: 10px;
    overflow: hidden;
}
.dataTables_scrollBody, .sorting, .sorting_asc, .sorting_desc {
    border: none !important;
}





table.striped {
    width: 100%;
    background: #ffffff;
    border: 1px solid rgba(34,36,38,.15);
    border-collapse: collapse;
    border-radius: 8px;
    border-spacing: 0;
    line-height: 19px;
    font-size: 14px;
}
table.dataTable thead .sorting {
	background-color: #ffffff;
}
table.striped tr:nth-child(odd) {
    background-color: #efefef !important;
}
.tableBoldText {
    font-weight: 700;
    text-align: right;
    font-size: 14px;
}
table.dataTable.no-footer {
	border-bottom: 1px solid rgba(34,36,38,.15);
}



button.remove {
    -moz-border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    border-radius: 100px !important;
    padding: 2px 5px !important;
    background-color: #cccccc !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    border:none !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    line-height: normal !important;
    margin: 3px;
}
button.remove:hover {
    background-color: #E90029 !important;
}




/***** General stuff *****/
.BGcolorAll {
    background-color: #797A7A !important;
}
.colorWomen {
    color: #ae2080 !important;
}
.BGcolor-women {
    background-color: #ae2080 !important;
}
.BGcolorWomenLight {
    background-color: rgba(174, 32, 128, 0.2);
}
.leftBorder-women {
     border-left: 3px solid rgba(174, 32, 128, 0.4);
}
.colorMen {
    color: #235aa9 !important;
}
.BGcolor-men {
    background-color: #235aa9 !important;
}
.BGcolorMenLight {
    background-color: rgba(35, 90, 169, 0.2);
}
.leftBorder-men {
     border-left: 3px solid rgba(35, 90, 169, 0.4);
}
.colorRhythmic {
    color: #bd8dbf !important;
}
.BGcolor-rhythmic {
    background-color: #bd8dbf !important;
}
.BGcolorRhythmicLight {
    background-color: rgba(189, 141, 191, 0.2);
}
.leftBorder-rhythmic {
     border-left: 3px solid rgba(189, 141, 191, 0.4);
}
.colorAcrobatic {
    color: #20b24f !important;
}
.BGcolor-acrobatic {
    background-color: #20b24f !important;
}
.BGcolorAcrobaticLight {
    background-color: rgba(32, 178, 79, 0.2);
}
.leftBorder-acrobatic {
     border-left: 3px solid rgba(32, 178, 79, 0.4);
}
.colorTT {
    color: #04afd2 !important;
}
.BGcolor-tt {
    background-color: #04afd2 !important;
}
.BGcolorTTLight {
    background-color: rgba(4, 175, 210, 0.2);
}
.leftBorder-tt {
     border-left: 3px solid rgba(4, 175, 210, 0.4);
}
.colorParkour {
    color: #4E768C !important;
}
.BGcolor-parkour {
    background-color: #4E768C !important;
}
.BGcolorParkourLight {
    background-color: rgba(78, 118, 140, 0.2);
}
.leftBorder-parkour {
     border-left: 3px solid rgba(78, 118, 140, 0.4);
}
.colorGfa{
    color: #f26a21 !important;
}
.BGcolor-gfa {
    background-color: #f26a21 !important;
}
.BGcolorGfaLight {
    background-color: rgba(242, 106, 33, 0.2);
}
.leftBorder-gfa {
     border-left: 3px solid rgba(242, 106, 33, 0.4);
}
.colorCollege{
    color: #117698 !important;
}
.BGcolor-college {
    background-color: #117698 !important;
}
.BGcolorCollegeLight {
    background-color: rgba(17, 118, 152, 0.2);
}
.leftBorder-college {
     border-left: 3px solid rgba(17, 118, 152, 0.4);
}


.red {
    color: #E61E2F;
}
.redBackground {
    background-color: #E61E2F;
}
.darkBlue {
    color: #162C53;
}
.darkBlueBackground {
    background-color: #162C53;
}
.lightBlue {
    color: #0857B5;
}
.lightBlueBackground {
    background-color: #0857B5;
}

.hide {
   display: none;
}

.unclickable > a {
pointer-events: none !important;
}

button.blueButton, a.blueButton, .blueButton {
    -moz-border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    border-radius: 100px !important;
    padding: 6px 20px !important;
    background-color: #0857B5 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    border:none !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    line-height: normal !important;
    margin: 3px;
    font-family: 'Lato', sans-serif;
    letter-spacing: -.3px;
    white-space: nowrap;
    display: inline-block;
}

button.blueButton:hover, a.blueButton:hover, .blueButton:hover {
    background-color: green !important;
}


button.blueButtonLong, a.blueButtonLong, .blueButtonLong {
    -moz-border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    border-radius: 100px !important;
    padding: 6px 20px !important;
    background-color: #0857B5 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    border:none !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    line-height: normal !important;
    margin: 3px;
    font-family: 'Lato', sans-serif;
    letter-spacing: -.3px;
    white-space: nowrap;
    display: block;
    text-align: center;
}
button.blueButtonLong:hover, a.blueButtonLong:hover, .blueButtonLong:hover {
    background-color: green !important;
}




.responsive {
    max-width: 100% !important;
    height: auto !important;
}


.pageEditLink {
    background-image: url(/wp-content/uploads/icon-edit2.png);
    background-size: contain;
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 10;
    background-color: #ffffff;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
    border: 2px solid #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.pageEditLink:hover {
    background-image: url(/wp-content/uploads/icon-edit3.png);
}
.pageEditLink a {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    
}


.desktopOnly {
	display:none;
}
.mobileOnly {
	display:block;
}
.midsizeOnly {
    display:none;
}
.desktopAndMidsizeOnly {
	display:none;
}




html {
	background-color:#ffffff;
	-webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
} 
body {
    font-weight:400;
    font-size: 16px;
    line-height:26px;
    color : #333;
    margin : 0px;
    padding : 0px;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Lato', sans-serif;
}
html, body {
	width:100%;

}

strong, b {
	font-weight:900;
}

a{
	outline:none;
}
a:link, a:visited, a:active {
	color:#0857B5;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
    cursor: pointer;
}
img {
    display: block;
}
a img {
	border:none;
}
img {
	display:block;
}
ul {
	padding:5px;
	margin:0px;
	margin-left:25px;
	list-style-position:outside;
}
ul.noBullet {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
li {
	padding:4px;
	list-style-position:outside;
}



/* Header ___________________________________________________________________________*/
header {
     position: fixed;
	 left:0px;
	 right:0px;
	 top:0px;
     height: 65px;
	 z-index:10;
	 background-color: #162C53;
      -webkit-box-shadow: 0 8px 15px -12px black;           
     -moz-box-shadow: 0 8px 15px -12px black;
     box-shadow: 0 8px 15px -12px black;	 
}
.topLogo {
	height:35px;
    padding: 15px 0px;
    padding-left:25px;
    padding-right: 65px;
	position:absolute;
    overflow: hidden;
	left:0px;
	top:0px;
}
.topLogo:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-25deg);
  -ms-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: -1;
}
.topLogo img {
	display:block;
	height:100%;
	width:auto;
}

.memberLoginButton {
	position: absolute;
	right:100px;
    top:10px;
	color:#ffffff;
	font-size: 15px;
    padding:8px 20px;
    background: #E90029;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.memberLoginButton a {
    display: block;
    position: absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
}






/* Universal menu options */
ul.menu, .menu li {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.menu a {
	font-family: 'Poppins', sans-serif;
    display:block;
	text-decoration:none;
	color:#083363;
    text-transform: uppercase;
    font-weight: 700;
}
.menu a:hover {
    cursor: pointer;
}

/* Mobile Menu Options */
.menuButton {
	text-indent:0;
	color:#ffffff;
	height:35px;
	line-height:45px;
	width:35px;
	text-align:center;
	position:absolute;
	right:15px;
	top:15px;
	z-index:99;
}
.menuButton:hover {
	cursor:pointer;
}
.menuButton img {
	width:35px;
	height:35px;
}
.mobileMenu {
	position:fixed;
	z-index:99;
	width:100%;
	height:100%;
	top:65px;
	bottom:0px;
	overflow:hidden;
	display:none;
}
.mobileMenuOverlay {
	text-align:left;
	position:absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
    background-color: rgba(8, 87, 181, .9);
}
.mobileMenuScrollDiv {
	overflow-x:hidden;
	overflow-y:auto;
	position:absolute;
	bottom: 0px;
	top: 0px;
	left: 0px;
    right: 0px;
    padding: 15px;
    padding-top: 50px;
	-webkit-overflow-scrolling: touch;
}
.mobileButtonAndSearch {
    display: flex;
}
.mobileMemberButton {
    position: relative;
    flex: 2;
    margin-right: 20px;
    color:#ffffff;
	font-size: 15px;
    padding:20px;
    background: #E90029;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
}
.mobileMemberButton a {
    display: block;
    position: absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
}
.mobileSearchButton {
    position: relative;
    width: 60px;
    height: 60px;
    overflow: hidden;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background: #0857B5;
    border: 2px solid #ffffff;
}
.mobileSearchButton img{
    display: block;
    width: 100%;
    height: 100%;
}
.mobileSearchButton a{
    position: absolute;
    display: block;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
}
.mobileTopNav {
    padding:0px;
    background-color:#162C53;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-top: 25px;
    overflow: hidden;
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.mobileTopNav li:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.mobileTopNav li.unclickable > a {
    pointer-events:all !important;
}
.mobileLeftMenu {
    padding: 0px;
    background-color:#162C53;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-top: 25px;
    overflow: hidden;
    text-align: right;
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.mobileLeftMenu a {
    font-weight: 400;
    font-size: 15px !important;
}
.mobileLeftMenu li.leftNavHeader {
    margin:0px;
    padding:0px;
    border:none;
    margin-top: -15px;
}
.mobileLeftMenu li.leftNavHeader a {
    font-weight: 700;
    text-align: right;
    font-size:18px !important;
    border: 1px solid #ffffff;
    border-left: none;
    border-right: none;
    margin: 15px 0px;
    background-color: rgba(255, 255, 255, 0.5);
    color: #0857B5;
    padding: 15px;
}
.mobileLeftMenuTitle {
    font-family: 'Poppins', sans-serif;
	border-bottom:1px solid #e2e2e2;
	padding:30px 15px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color:#ffffff;
	font-size:20px;
	line-height: normal;
    background-color: rgba(255, 255, 255, 0.2);
}
.mobileMenu li, .mobileMenu .child {
	position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobileMenu a, .mobileMenu .child a {
	font-size:18px;
    color:#ffffff !important;
    display: block;
    text-transform: uppercase;
    padding: 15px 40px;
}

.mobileMenu .current_page_item > a,
.mobileMenu .current_page_ancestor > a,
.mobileMenu .current_page_item a:hover {
	color:#ffffff;
}
.mobileMenu .sub-menu {
    background-color: rgba(255, 255, 255, 1);
    margin:0px;
    padding:0px;
    text-align: right;
}
.mobileMenu .sub-menu li {
    border:none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobileMenu .sub-menu a {
    font-size:15px;
    line-height: normal;
    padding:10px;
    color: #333333 !important;
    font-weight: 400;
    text-decoration: none;
}
.mobileMenu .sub-menu li:hover, .mobileLeftMenu a:hover {
    color: #ffffff !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
    text-decoration: none !important;
}
.mobileMenu ul li:nth-last-child(1) {
	border-bottom: none;
}
.mobileMenu .leftNavHeader, .mobileMenu .leftNavHeader a{
    font-weight: 700 !important;
    font-size: 17px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    padding-bottom: 5px;
    display: block;
    pointer-events: none !important;
    text-align: center !important;
    font-family: 'Poppins', sans-serif;
}
[href*="undefined"]{
  pointer-events: none;
  display: block;
  background: rgba(255, 255, 255, 0.2);
}
.mobileMenu .header {
    color: #ffffff;
    padding: 15px 40px;
    text-transform: uppercase;
}
.mobileMenu .open .header {
    font-weight: 700;
}
.mobileMenu .child .child {
    background: #E90029;
    margin: 10px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}



.mobileMenu .header::after {
  content: "  ▼";
  font-size: 10px;
}






/* Year Jump Menu Options */
.topFormContainer {
    background:red;
}
form[name="yearSelectForm"] {
    display: flex;
}
select[name="yearSelect"] {
    padding:5px;
    flex:1;
    text-transform: uppercase;
}
input[name="yearButton"] {
    padding:0px;
    background: green;
    font-family: 'Lato', sans-serif;
    color:#ffffff;
    margin-left:10px;
    width:39px;
    font-weight: 700;
    font-size:30px;
    border:none;-moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}









#searchIcon {
    position: absolute;
    right: 0px;
    top: 0px;
    width:65px;
    height:65px;
}
#searchIcon a {
    position: absolute;
    top:0px;
    bottom: 0px;
    left:0px;
    right: 0px;
    z-index: 2;
}
#searchIcon img {
    width: 100%;
    height:100%;
}
#searchIcon:hover {
    cursor: pointer;
}
#closeButton {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 65px;
    height: 65px;
    background-image: url(/wp-content/uploads/close1.png);
    background-size: cover;
    background-position: center center;
    z-index: 2;
}
#closeButton:hover {
    cursor: pointer;
}

.breadcrumbContainer {
    min-height: 26px;
    background-color: #f2f4f4;
    padding: 10px 25px; 
}
.breadcrumbs {
    font-size: 14px; 
    color: #333333;

}
.breadcrumbs a {
    color: #333333;
    padding: 0px 3px;
}



.pagination {
    clear:both;
    padding:20px 0;
    position:relative;
    line-height:13px;
    text-align:center;
    color:#fff;
}
.pagination span, .pagination a {
    display:inline-block;
    margin: 5px;
    padding:8px;
    text-decoration:none;
    width:15px;
    height:15px;
    color:#fff;
    background: #0857B5;
    -moz-border-radius: 15px;    
    -webkit-border-radius: 15px;   
    -khtml-border-radius: 15px;
    border-radius: 15px;
    font-size:14px;
}
.pagination a:hover{
	background: #E90029;
	opacity:1;
}
.pagination .current{
    background: #668BB3;
    opacity:1 !important;
}

/* Page Header and Fonts ___________________________________________________________________________*/
.pageHeader {
    padding:80px 25px;
    background:#0857b5;
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
h1, h2, h3, h4 {
    margin:0px;
    padding:0px;
    line-height: normal;
    font-weight: 700;
    position: relative;
    z-index: 1;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -.75px;
    height: auto !important;
    background-color: transparent !important;
    color: #333333;
}
.pageHeaderTitle {
    text-transform: uppercase;
    font-size:45px;
    line-height: 45px;
    color:#ffffff;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -.75px;
    position: relative;
    font-weight: 700;
}
.abovePageHeaderTitle, .belowPageHeaderTitle {
    font-size:20px;
    letter-spacing: 5px;
    color:#fff;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.abovePageHeaderTitle {
    margin-bottom:10px;
}
h3 {
    font-size: 20px;
    line-height: 25px;
}
h8 {
	font-size:20px;
	color:#333;
	margin:0px;
	padding:0px;
	margin-bottom:8px;
	line-height:normal;
	opacity: .7;
	font-weight: 700;
	 letter-spacing: -0.03rem;
      font-family: 'Poppins', sans-serif;
}





/* Page Layouts ___________________________________________________________________________*/

.blankCanvas {
	min-height: 700px;
}
.div1300 {
	max-width:1300px;
	margin:auto;
    position: relative;
}

.contentContainer {
	max-width: 1300px;
	margin:75px auto;
	padding:25px;
	min-height: 700px;
	position: relative;
}
.contentContainerWithLeftMenu {
	display: flex;
    flex-direction: column;
    max-width: 1300px;
	margin: 75px auto;
    padding:25px;
	min-height: 700px;
	position: relative;
}
.leftSidebar {
	display: none;
}
.rightContent {
	padding:15px;
    min-height: 700px;
    flex: 1;
    overflow: hidden;
}












.pageTitle {
	margin-bottom: 55px;
	font-size:30px;
    line-height: 38px;
}
.pageSection {
	margin-bottom: 75px;
}
.pageSectionHeader {
	font-weight: 700;
	text-transform: capitalize;
	font-size:23px;
    line-height: 27px;
	margin-bottom:8px;
}
.pageSectionPicture {
	float:none;
	width:100%;
	height:auto;
	margin:auto;
	max-width:400px;
	margin-bottom:5px;
}
.pageSectionPicture img {
	width:100% !important;
	height:auto !important;
}
.pageSectionTextWithPicture {
	margin-left:0px;
}








footer {
	color:#ffffff;
	background:#162C53;
}
.footerMenuColumn {
    flex: 1;
    padding: 15px;
}
.footerMenuColumn .menu a{
    color: #ffffff !important;
    font-size: 13px;
}
.footerMenuColumn .menu li{
    margin-bottom: 10px;
}
.footerMenuColumn .sub-menu {
    display: block !important;
    margin-left: 5px;
}
.footerMenuColumn .sub-menu li{
    margin-bottom: 10px;
}
.footerMenuColumn .sub-menu li a{
    font-weight: 400;
    line-height: 19px;
}
.footerMenuColumn .sub-menu li a:hover{
    text-decoration: underline;
}
.footerBottomBar {
    background-color: #0857B5;
    font-size: 12px;
    align-items: center;
    line-height: 20px;
    padding:5px;
}
.footerLogos {
	padding:5px;
}
.footerLogo {
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
    width: 45px;
    height: 45px;
}
.footerLogo img {
	display: block;
    width:100% !important;
	height:100% !important;
}
.footerSocialIcons {
    margin-top: 30px;
}
.footerSocialIcon {
    width: 45px;
    height: 45px;
    display: inline-block;
    margin: 5px;
    overflow: hidden;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.footerSocialIcon img {
    display: block;
    width: 100% !important;
    height: 100% !important;
}





#scrollToTop {
    width: 75px;
    height: 75px;
    position: fixed;
    bottom: -85px;
    right: 15px;
    color: #ffffff;
    padding: 5px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    transition: all .2s ease-in-out;
    z-index: 2;
}
.scrollToTopPosition {
    bottom: 15px !important;
}
#scrollToTop a {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
}
#scrollToTop img {
    width: 100%;
    height: 100%;
}












/* 870px and higher _________________________________________________________________________________________________________________________________________________________________________*/
@media (min-width:870px){

html, body {
	height:auto !important;
	width:auto !important;
}


.flex {
    display:flex;
}
.flex1 {
    flex: 1;
}
.flex2 {
    flex: 2;
}
.columns2 {
    column-count: 2;
    column-gap: 50px;
}
.columns3 {
    column-count: 3;
    column-gap: 50px;
}
.columns4 {
    column-count: 4;
    column-gap: 50px;
}
.columns5 {
    column-count: 5;
    column-gap: 50px;
}
.desktopOnly {
	display:none;
}
.mobileOnly {
	display:none;
}
.midsizeOnly {
    display: block;
}
.desktopAndMidsizeOnly {
	display:block;
}

header {
  position:relative;
  height: 105px;
  background-color: #ffffff;
}

.pageHeaderTitle {
    text-transform: uppercase;
    font-size:60px;
    line-height: 65px;
    color:#fff;
    text-align: left;
}


.pageTitle {
	margin-bottom: 75px;
	font-size:40px;
    line-height: 48px;
}






/* Midsize Menu ___________________________________________________________________________*/
.secondMenuLine {
    background:#162C53;
    height: 40px;
    position: absolute;
    left: 0px;
    right:0px;
    top:65px;
}
.desktopMenu {
    position: absolute;
    left: 0px;
    right:0px;
}
.desktopMenu ul {
	list-style: none;
	padding:0px;
	text-align:center;
	font-size: 12px;
	width:auto !important;
}
.desktopMenu li {
	position: relative;
	display:inline-block;
}
.desktopMenu a {
	display: block;
	text-decoration: none;
	font-size:15px;
	text-transform:uppercase;
	padding:0px 8px;
	margin:0px 8px;
	line-height:40px;
    color: #ffffff;
}

.desktopMenu li:hover > a,
.desktopMenu ul ul :hover > a,
.desktopMenu a:focus {
	color:#162C53;
    background-color:#ffffff;
}
.menuMiddleLine {
	position:absolute;
	left:50%;
	width:0px;
}




.desktopMenu .current_page_item > a,
.desktopMenu .current_page_ancestor > a {
	color:#ffffff;
}
.desktopMenu .current_page_item > a:hover,
.desktopMenu .current_page_ancestor > a:hover {
    color:#162C53 !important;
}
.desktopMenu ul ul {
	display: none;
	margin: 0px;
	position: absolute;
	left: -100px;
	z-index: 999999;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow:hidden;
	padding: 8px;
    background-color: #ffffff;
	border:none;
}

.desktopMenu ul ul li {
	margin:0px;
	padding:0px;
}
.desktopMenu ul ul a {
	opacity: 1;
    border-bottom: 1px dotted #ddd;
	color: #333333;
	font-size: 13.5px;
	width: 175px;
	line-height:18px;
	padding:10px;
	font-weight: 400;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
     -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	 text-transform:none;
     margin: 0px;
     background-color: #EDF2F5;
}
.desktopMenu ul ul a:hover {
    background: #0857B5;
    color:#ffffff;
}
.desktopMenu ul li:hover > div ul {
	display: block !important;
}
.desktopMenu ul ul .current_page_item > a {
    font-weight: 700;
    color: #333333;
}
.desktopMenu ul ul .current_page_item > a:hover {
    color: #ffffff !important;
}

.desktopMenu ul ul li:first-child a {
 	-moz-border-radius-topright: 5px 5px;
     border-top-right-radius: 5px 5px;
     -moz-border-radius-topleft: 5px 5px;
     border-top-left-radius: 5px 5px;
}
.desktopMenu ul ul li:nth-last-child(1) a {
	-moz-border-radius-bottomright: 5px 5px;
     border-bottom-right-radius: 5px 5px;
     -moz-border-radius-bottomleft: 5px 5px;
     border-bottom-left-radius: 5px 5px;
}







.contentContainerWithLeftMenu {
    flex-direction: row;
}




/* Left Menu ___________________________________________________________________________*/

.leftMenu li{
	margin-top:12px;
	text-align: right;
}
.leftMenu a {
	color:#333 !important;
	text-transform: capitalize;
	line-height:19px;
	font-size: 13px;
    font-weight: 400;
}
.leftMenu a:hover {
    color: #333333 !important;
}
.leftMenu .current-menu-item a {
    font-weight: 700;
    color: #E61E2F !important;
}
.leftMenuDivider a{
	text-transform: uppercase;
	border-top:1px dotted #666;
	margin-top:13px;
	padding-top:13px;
	opacity: 1;
	text-align: right;
	letter-spacing: 2px;
}
.leftMenu:hover  a:hover {
    opacity:1;
    text-decoration: underline;
}
.leftNavHeader, .leftNavHeader a{
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    color: #162C53 !important;
    margin-top: 30px !important;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 5px;
    display: block;
    pointer-events: none !important;
}

[href*="undefined"]{
  pointer-events: none;
  display: block;
  margin-top: 50px;
}


/* Left Menu on members.usagym.org ___________________________________________________________________________*/

#navigation .child {
    text-align: right;
    margin-top: 12px;
    font-size: 13px;
    line-height: 19px;
    font-family: 'Poppins', sans-serif !important;
}
#navigation .selected {
    font-weight: 700;
}
#navigation .header{
    margin-bottom: 10px;
}
#navigation .open {
}
#navigation .open .child {
    margin-top: 0px;
    margin-right: 15px;
    border-right: 1px solid #cccccc;
    padding-right:5px;
    padding-top: 4px;
    padding-bottom: 4px;
}
#navigation .open .child a{
    font-size: 11px;
}

/* end Left Menu on members.usagym.org ___________________________________________________________________________*/











/* Layout ___________________________________________________________________________*/
.leftContent {
	display:block;
	width:215px !important;
    margin-top:100px;
    padding:0px 10px;
}
.leftSidebar {
	display:block;
	width:215px !important;
    margin-top:100px;
    padding:0px 10px;
}
.leftSidebarHeader {
	border-bottom:1px solid #e2e2e2;
	font-weight: 900;
	font-size: 17px;
	line-height: 21px;
	text-transform: uppercase;
	margin-bottom:15px;
	padding-bottom: 20px;
    text-align: right;
}
.leftSidebarSection {
	margin-bottom: 10px;
}
.leftSidebarSectionHeader {
	font-weight: 700;
	font-size:15px;
}
.leftSidebarSection li {
	font-size:13px;
	list-style-type: none;
	line-height: 18px;
	margin-top:10px;
	padding:0px;
}
.leftSidebarSection li a{
	color:#333;
}


.rightContent {
	padding:25px;
    border-left: 1px solid #e2e2e2;
    margin-left: 15px;
}



.pageSectionPicture {
	float:left;
	width:150px;
	height:auto;
	margin-bottom:0px;
}
.pageSectionTextWithPicture {
	margin-left:170px;
}










/* 1255px and higher _________________________________________________________________________________________________________________________________________________________________________*/
@media (min-width:1255px){

.desktopOnly {
	display:block;
}
.midsizeOnly {
    display: none;
}

header {
    height: 65px;
    background-color: #162C53;
}
/*page section header and news story section headers*/


h8 {
	font-size:20px;
	color:#333;
	margin:0px;
	padding:0px;
	margin-bottom:8px;
	line-height:normal;
	opacity: .7;
}


/* Desktop Menu ___________________________________________________________________________*/
.desktopMenu {
    left: 260px;
    right:230px;
    background-color: #162C53 !important;
}
.desktopMenu a {
	line-height:65px;
}





}
}