/* .tree-down:after { */
/*   content:'';  */
/*   width:2px;  */
/*   height:3px;  */
/*   background:saddlebrown;  */
/*   position:absolute;  */
/*   bottom:-3px; */
/*   left: 9px; */
/* } */
/* .tree-down{ */
/* 	color:saddlebrown; */
/* } */

.table-caption {
    caption-side: top;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.badge-registered {
	background-color: #ECEEF5 !important;
	color: #00234F !important;
}

.badge-owned {
	background-color: #009EDD !important;
	color: #ffffff !important;
}


.select2-drop {
    z-index:10050;
}

.select2-search {
	z-index: 10050;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.label-success {
    background-color: #5cb85c;
    color: white;
}


.label-danger {
  background-color: #d9534f;
   color: white;
}

.label-warning {
  background-color: #fcf8e3; 
  color: white; 
}


.label-info {
  background-color: #5bc0de; 
  color: white;
}

.label-primary {
    background-color: #337ab7;
    color: white;
}

.media {
    overflow: hidden;
}

.well {
  background-color: #f5f5f5; /* Background color */
  border: 1px solid #e3e3e3; /* Border color */
  border-radius: 4px; /* Rounded corners */
  padding: 15px; /* Padding inside the well */
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); /* Subtle inset shadow */
  margin-bottom: 20px; /* Optional margin at the bottom */
}

#creditCardWell > div > #creditCardContainer .well2 {
  /* Your CSS styles for .well go here */
  background-color: #f5f5f5; /* Background color */
  border: 1px solid #e3e3e3; /* Border color */
  border-radius: 4px; /* Rounded corners */
  padding: 15px; /* Padding inside the well */
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); /* Subtle inset shadow */
  margin-bottom: 20px;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.nav > li a:hover {
	background-color: #d9edf7;
}


.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}


.panel-primary {
    border-color: #337ab7;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading {
	background-color: #dff0d8;
    color: #3c763d;
    
}

.panel-info {
	border-color: #bce8f1;
}


.panel-info>.panel-heading {
	color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.info-card-panel {
	color: #ffffff !important;
    background-color: #00234F !important;
    border-color: #00234F !important;

}

.nav-sidebar ul {
    width: 100%;
    padding: 0;
    margin: 0;
}


a {
  text-decoration: none;
}

.scale2 {
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	padding: 10px;
}

body.modal-open .date-picker-wrapper {
	z-index: 1200 !important;
}

.padding-left {
	padding-left: 12px;
}

.input-group-addon {
	top: 0px !important;
}

.wrap-contents {
	overflow: hidden;
}

.little-red-button {
	padding: 0 px;
	color: #d9534f;
	cursor: pointer;
	cursor: hand;
}

.cursor-pointer {
	cursor: pointer;
	cursor: hand;
}

.datepicker {
	z-index: 1151 !important;
}

.forgot-small {
	top: 25%;
}

input::-webkit-input-placeholder {
	color: #ccc !important;
}

input::-moz-placeholder {
	color: #ccc !important;
}

input:-moz-placeholder {
	color: #ccc !important;
}

input:-ms-input-placeholder {
	color: #ccc !important;
}

.container {
	background-color: #fff;
	padding: 0;
}

.navbar>.container {
	background-color: transparent;
}

.navbar-nav>li>a {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}

.navbar-default .navbar-nav>li a:focus, .navbar-default .navbar-nav>li a:hover
	{
	color: #DEDEDE;
	
}

.navbar-default .navbar-nav>li>a {
	color: #FFFFFF;
}

.navbar {
	min-height: 30px !important;
}

.navbar-brand {
	padding: 13px 15px !important;
}

.btn {
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
}

.btn-margin-top {
	margin-top: 4px;
}

.btn-margin-bottom {
	margin-bottom: 4px;
}

.btn-margin-left {
	margin-left: 4px;
}

.btn-margin-right {
	margin-right: 4px;
}

form[role=form] {
	margin-bottom: 20px;
}

.page-header {
	margin-top: 10px;
}

.modal-scrollable .modal-body {
	overflow-y: auto;
}

.modal-header {
	border-bottom: 1px solid transparent;
	background-color: #005581;
	color: #fff;
}

.modal-footer {
	background-color: #f7f7f7;
}

.radio-inline-label {
	white-space: pre-wrap;
	width: auto;
	vertical-align: top;
}

.rc-context-header {
	color: #555;
	cursor: default;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	border-radius: 4px 4px 0 0;
	padding: 6px;
}

body {
	background-color: #fcfcfc;
}

.navbar-fixed-top {
	border: 0;
}
/*
 * Sidebar
 */
/* Hide for mobile, show later */
.sidebar {
	display: none;
}

@media ( min-width : 768px) {
	.sidebar {
		position: fixed;
		top: 51px;
		bottom: 0;
		left: 0;
		z-index: 1000;
		display: block;
		padding: 40px 20px 40px;
		overflow-x: hidden;
		overflow-y: auto;
		/* Scrollable contents if viewport is shorter than content. */
		background-color: #f5f5f5;
		-webkit-box-shadow: inset -4px -4px 6px 0 rgba(0, 0, 0, 0.04);
		-moz-box-shadow: inset -4px -4px 6px 0 rgba(0, 0, 0, 0.04);
		box-shadow: inset -4px -4px 6px 0 rgba(0, 0, 0, 0.04);
	}
}
/* Sidebar navigation */
.nav-sidebar {
	margin-right: -21px;
	/* margin-left: -20px; */
	/* 20px padding + 1px border */
	margin-bottom: 20px;
	
}

.btn-link {
	text-decoration: none;
}

.nav > li {
    position: relative;
    display: block;
}


.nav-sidebar>li>a, .nav-sidebar>li>a:visited, .nav-sidebar>li>.link-icon
	{
	color: #00234f;
	padding-right: 5px;
	/* padding-left: 20px; */
	font-size: 12px;
}

.nav-sidebar>li>a>span, .nav-sidebar>li>a:visited>span, .nav-sidebar>li>.link-icon>span
	{
	display: block;
	font-size: 34px;
	margin-bottom: 6px;
	
}

  .nav-sidebar>li>a {
      
      display: block;
      
    }





.nav-sidebar>li>.link-icon {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav-sidebar>li>a:hover, .nav-sidebar>li>a:focus, .nav-sidebar>.active>a,
	.nav-sidebar>.active>a:hover, .nav-sidebar>.active>a:focus {
	color: #fff;
	background-color: #DEDEDE !important;
}
/* greyscale images on sidebar */
img.desaturate {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}

.nav-sidebar>li>a>.bi {
	background-color: transparent;
}

.badge-RCParent {
	position: relative;
}

.badge-RC {
	position: absolute;
	top: -5px;
	background-color: #a94442;
}

.badge-icon {
	padding: 1px;
	position: absolute;
	top: -5px;
	font-size: 25px;
	left: 55%;
	background-color: rgba(255, 255, 255, .25);
	border-radius: 40px;
	color: #ab0534;
}

/* custom error badges */
.badge-danger, label.error {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	vertical-align: baseline;
	background-color: #a94442;
	border-radius: 10px;
}
/*
 * Main content
 */
@media ( min-width : 768px) {
	.main {
		padding-right: 40px;
		padding-left: 40px;
	}
}

.main .page-header {
	margin-top: 0;
}



.rc-nav-main.navbar.navbar-default {
	border: 0;
	border-bottom: 0px solid #005581;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0px;
	background-color: #005581;
}

.navbar-nav {
	padding: 10px 0;
}

.navbar-brand {
	margin-top: 8px;
}

.rc-subheader {
	background-color: #005581;
}

.rc-subheader>.container {
	background-color: #005581;
}

.rc-search input[type=search] {
	border: 0;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	font-size: 12px;
	height: 21px;
	height: 28px;
	padding: 4px 4px;
}

.rc-primary.container {
	background-color: transparent;
	margin-bottom: 20px;
	width: 100%;
}

.rc-page-header {
	margin: 39px 0 0px;
	border-bottom: none;
}

.rc-required-indicator {
	color: #ab0534;
	margin-left: 2px;
}

.dynamic-item-add-button {
	text-transform: capitalize;
}

.dynamic-item {
	border-top: 1px solid #eee;
	margin: 0;
	padding: 8px 0;
}

.dynamic-item:first-child {
	border-top: 0;
}

.dynamic-item:hover {
	background-color: #f5f5f5;
}

.dynamic-item>div.dynamic-item-options {
	text-align: right;
}

.dynamic-item>div.dynamic-item-options>a {
	margin-left: 10px;
}

.dynamic-item>div.dynamic-item-options>a>span {
	font-size: 20px;
}

.dynamic-item-output {
	margin-bottom: 20px;
}

.dynamic-item-name {
	font-size: 18px;
}

.rotate-90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.rc-join-renew-options {
	border-top: 1px solid #BB3F62;
	margin: 0 0 20px;
	padding: 0;
	vertical-align: top;
}

.rc-join-renew-options>li {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 50%;
}

.rc-join-renew-options>li:first-child {
	margin-left: 0;
}

.rc-join-renew-options>li .menu_head>span.bi {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: -webkit-transform 0.2s 0.2s ease-in-out;
	-moz-transition: -moz-transform 0.2s 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s 0.2s ease-in-out;
	transition: -webkit-transform 0.2s 0.2s ease-in-out, -moz-transform 0.2s
		0.2s ease-in-out, -o-transform 0.2s 0.2s ease-in-out, transform 0.2s
		0.2s ease-in-out;
}

.rc-join-renew-options>li>ul {
	display: block;
	left: 0;
	max-height: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 66px;
	-webkit-transition: max-height 0.4s ease-in-out;
	-moz-transition: max-height 0.4s ease-in-out;
	-o-transition: max-height 0.4s ease-in-out;
	transition: max-height 0.4s ease-in-out;
	width: 100%;
	z-index: 100;
}

.rc-join-renew-options>li>ul>li {
	border-top: 1px solid #00537f;
	display: block;
	position: relative;
}

.rc-join-renew-options>li>ul>li:first-child {
	border-top: 0;
}

.rc-join-renew-options>li>ul>li>a:link, .rc-join-renew-options>li>ul>li>a:visited
	{
	background-color: #003956;
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 12px 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.rc-join-renew-options>li>ul>li>a:hover {
	background-color: #00537f;
}

.rc-join-renew-options>li:hover .menu_head>span.bi,
	.rc-join-renew-options>li:active .menu_head>span.bi {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s
		ease-in-out, -o-transform 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.rc-join-renew-options>li:hover>ul, .rc-join-renew-options>li:active>ul
	{
	-webkit-box-shadow: 0 4px 14px 0 rgba(0, 57, 86, 0.3);
	-moz-box-shadow: 0 4px 14px 0 rgba(0, 57, 86, 0.3);
	box-shadow: 0 4px 14px 0 rgba(0, 57, 86, 0.3);
	max-height: 1000px;
	-webkit-transition: max-height 0.4s 0.2s ease-in-out;
	-moz-transition: max-height 0.4s 0.2s ease-in-out;
	-o-transition: max-height 0.4s 0.2s ease-in-out;
	transition: max-height 0.4s 0.2s ease-in-out;
}

.rc-options-join-block>h3>small {
	color: #ab0534;
	font-size: 12px;
}

.rc-options-join-block>img, .rc-options-join-block>.rc-join-renew-options
	{
	zoom: 1;
	filter: alpha(opacity = 30);
	-webkit-opacity: 0.3;
	-moz-opacity: 0.3;
	opacity: 0.3;
}

.rc-join-renew-button {
	background-color: #ab0534;
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 22px 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.rc-join-renew-button:hover {
	background-color: #bf063a;
	color: #fff;
	text-decoration: none;
}

.rc-join-renew-button:first-child {
	border-right: 1px solid #BD4668;
}

.rc-join-renew-org-button {
	width: 100% !important;
}

.rc-social {
	list-style: none;
	margin: 0;
	margin-bottom: 14px;
	margin-left: 1px;
	padding: 0;
}

.rc-social>li {
	display: inline-block;
	margin-right: 2px;
}

.rc-social>li:last-child {
	margin-right: 0;
}

.rc-content.row {
	 margin-top: 70px;
	/* margin-top: 70px; */
}

.rc-sponsors {
	background-color: #fff;
	border: 1px solid #f2f2f2;
	border-radius: 2px;
	padding: 11px;
	text-align: center;
}

.rc-sponsors a {
	display: inline-block;
	padding: 10px;
}

.rc-sponsors img {
	width: 80px;
}

footer {
	background-image:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNhYjA1MzQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc5MDQyNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
	background-image: -webkit-linear-gradient(top, #ab0534 0%, #790425 100%);
	background-image: -moz-linear-gradient(top, #ab0534 0%, #790425 100%);
	background-image: -o-linear-gradient(top, #ab0534 0%, #790425 100%);
	background-image: linear-gradient(to bottom, #ab0534 0%, #790425 100%);
	min-height: 300px !important;
}

.select2-container .select2-choices .select2-search-field input,
	.select2-container .select2-choice, .select2-container .select2-choices
	{
	-webkit-border-radius: 2px !important;
	-webkit-background-clip: padding-box !important;
	-moz-border-radius: 2px !important;
	-moz-background-clip: padding !important;
	border-radius: 2px !important;
	background-clip: padding-box !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.select2-search input {
	-webkit-border-radius: 2px !important;
	-webkit-background-clip: padding-box !important;
	-moz-border-radius: 2px !important;
	-moz-background-clip: padding !important;
	border-radius: 2px !important;
	background-clip: padding-box !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.logo-dropdown {
	height: 40px;
	width: 80px;
	padding-left: 10px;
}

.rc-table strong {
	margin-right: 10px;
}

.rc-tab-content {
	margin-top: 20px;
}

.rc-org-panel form {
	display: inline-block;
}

.rc-org-panel .panel-body.index {
	min-height: 185px;
	
}

.rc-org-panel .panel-body.report {
	min-height: 10px;
}

.rc-org-panel .panel-body .img {
	padding: 5px;
}

.member-panel-items li:first-child:nth-last-child(1),
	.member-panel-items li:first-child:nth-last-child(1) ~ li {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.member-panel-items li:first-child:nth-last-child(2),
	.member-panel-items li:first-child:nth-last-child(2) ~ li {
	width: 47%;
	display: inline-block;
	vertical-align: top;
}

.rc-invoice-footer {
	text-align: center;
	width: 100%;
}

.invoice-credit {
	background: #dff0d8;
}

.invoice-refund {
	background: #f2dede;
}

#doping_details {
	display: none;
}

.link-account-options {
	padding: 0 14px 12px;
}

#link_div {
	display: none;
}

.form-horizontal .demographics .control-label, .form-horizontal .anti-doping .control-label
	{
	margin: 0 0 6px 4px;
	text-align: left;
}

.form-wizard-container {
	padding-left: 0;
  padding-right: 0;
}

.quiz-incorrect-text, .quiz-explanation {
	display: none;
}

.waiver-group {
	margin: 0 0 30px;
}

.waiver-text {
	height: 375px;
	overflow: auto;
}

.green {
	color: green;
}

.clear {
	opacity: 0;
}
/* .go-green { */
/*     width: 25px; */
/*     height: 23px; */
/*     background-position: 0 -1px; */
/*     display: inline-block; */
/*     border: none;  */
/* } */
/* .go-yellow {     */
/* 	width: 25px; */
/*     height: 23px; */
/*     background-position: 0 -25px; */
/*     display: inline-block; */
/*     border: none;  */
/* } */
/* .go-red {     */
/* 	width: 25px; */
/*     height: 23px; */
/*     background-position: 0 -49px; */
/*     display: inline-block; */
/*     border: none;  */
/* } */
.orange {
	color: orange;
}

.gold {
	color: gold;
}

.black {
	color: black;
}

.brown {
	color: brown;
}

.red {
	color: #a94442;
}

.rc-group {
	margin: 10px 0 54px;
}

.rc-group:first-child {
	margin: 0 0 54px;
}

.rc-group-header {
	background-color: #f7f7f7;
	border-radius: 3px;
	margin: 60px 0 30px;
}

.rc-group-header:first-child {
	margin: 10px 0 30px;
}

.rc-group-header>div>h4 {
	color: #094DA3;
    font-weight: normal;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -0.5px;
}

.rc-individual-profile-agree-text {
	margin: 7px 12px 0 0;
}

.rc-full-width {
	width: 100%;
}

.rc-join-renew-options>li>ul>li:first-child>a {
	font-size: 22px;
}

#org_logo_header_display>img, #logo_url_header_display>img {
	height: auto;
	width: auto;
	max-width: 150px;
	max-height: 150px;
}

.popularMembership>h1 {
	font-family: Marker Felt;
	font-size: 1.4em;
	color: #c10000;
}

.popularMembership>h2 {
	font-size: 1.3em;
	position: relative;
	top: 0px;
}

.popularMembership {
	min-height: 20px;
	padding: 5px;
	margin-bottom: 15px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
}

.well>p {
	font-size: 16px;
}

.well>h1 {
	margin-top: 2px;
	color: #a6192e;
	font-family: sans-serif;
	font-weight: 300;
	font-size: 1.7em;
	font-style: italic;
}

h1 .caps {
	font-weight: bold;
}

.donationModalDiv>p {
	font-size: 16px;
}

.supportOurSport {
	font-weight: 600;
	color: #00234f;
	line-height: 0.5;
	font-size: 1.3em;
}

.supportOurSportModal {
	font-size: 25px;
}

.btn-donateBtn {
	border-radius: 2px;
	border: 1px solid transparent;
	border-color: #a6192e;
	color: #FFF;
	background-color: #a6192e !important;
}

.btn-donateBtn:hover, .btn-donateBtn:active, .btn-donateBtn:focus,
	.btn-donateBtn.active {
	background-color: #951629 !important;
	color: #FFFFFF;
	border-color: #731120;
}

.memberProfileBtnDivider .btn {
	margin-bottom: 5px;
}

/* UPDATED DESIGNS */

.btn-success, .btn-primary, .btn-secondary, button.btn-link, .btn.btn-donateBtn {
	min-height: 44px;
    border-radius: 6px !important;
    padding: 9px 20px;
    min-width: 110px;
    color: var(--Brand-Navy-30, #094DA3) !important;
    font-size: 16px;
	font-style: normal;
	font-weight: 500;
	background: var(--Gray-Cool-10, #EBEEF5) !important;
	border: 1.5px solid var(--Brand-Navy-30, #094DA3) !important;
}

.btn:hover {
	text-decoration: underline !important;
}

a.btn-link {
	color: var(--Brand-Navy-30, #009edd) !important;
}

a.btn-link:hover {
	color: var(--Brand-Navy-30, #009edd) !important;
	text-decoration: underline !important;
}

a.link-underline {
	color: var(--Brand-Navy-30, #009edd) !important;
}

a.link-underline:hover {
	color: var(--Brand-Navy-30, #009edd) !important;
	text-decoration: underline !important;
}

.heading-text {
	color: #00234f !important;
}

input[type="button"],
input[type="submit"], button.btn-success, a.btn-success {
    color: var(--Gray-Cool-00-White, #FFF) !important;
	border: 1.5px solid var(--Brand-Red-50-Primary, #B61E42) !important;
	background: var(--Brand-Red-50-Primary, #B61E42) !important;
}

.btn.btn-donateBtn, #donate_button {
	color: var(--Gray-Cool-00-White, #FFF) !important;
	border: 1.5px solid #009EDD !important;
	background: #009EDD !important;
}

.btn-navy, #courses-btn {
	background-color: #ECEEF5 !important;
	border-color: #ECEEF5 !important;
    color: #00234F !important;
    max-height: 44px;
    overflow: hidden;
    white-space: nowrap;
}

button.secondary-btn, a.secondary-btn {
	background-color: #ECEEF5 !important;
	border: 1.5px solid #00234F !important;
	color: #00234F !important;
	border-radius: 5px !important;
}

.btn-gold {
	background-color: #009EDD !important;
	border-color: #009EDD !important;
	color: #ffffff !important;
}

.member-profile-info, a.member-profile-info, i.member-profile-info {
	color: #00234F !important;
    font-weight: 500;
}



/*---- NAVBAR ----*/

.rc-nav-main.navbar.navbar-default {
	background-color: #FFF !important;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 15%) !important;
}

.navbar-default .navbar-nav>li>a {
	color: var(--Brand-Navy-30, #094DA3) !important;
}

/*.navbar-default .navbar-nav>li {
	min-height: 44px;
    padding: 9px 20px;
    border-radius: 100px !important;
    border: 0px solid var(--Brand-Navy-30, #094DA3);
    background: var(--Gray-Cool-05, #F5F7FA);
}*/


/*----- FORMS -----*/

.form-horizontal .control-label > input {
	margin-right: 5px;
}

.form-control {
	border-radius: 6px !important;
    height: 44px !important;
    border: 1.5px solid var(--Gray-Cool-10, #EBEEF5);
    background: var(--Gray-Cool-10, #EBEEF5) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--Brand-Navy-30, #094DA3) !important;
    text-align: left !important;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.form-horizontal .rc-group .row {
	min-height: 48px;
}

.form-control:focus {
	border-color: var(--Brand-Navy-30, #094DA3) !important;
	background-color: var(--Gray-Cool-10, #EBEEF5) !important;
	box-shadow: unset;
	color: var(--Brand-Navy-30, #094DA3) !important;
}

.form-horizontal .control-label {
    text-align: left !important;
    font-weight: bold;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--Gray-Cool-90, #2D3342) !important;
	margin-top: auto;
	margin-bottom: auto;
	color: #444450 !important;
	text-align: left !important;
	font-weight: bold;
}

.form-control .select2-choice {
    border-radius: 6px !important;
    background-color: var(--Gray-Cool-10, #EBEEF5) !important;
    height: 44px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal !important;
    color: var(--Brand-Navy-30, #094DA3) !important;
    background-image: unset !important;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(select2.png) no-repeat 0 1px;
}

.select2-container .select2-choice .select2-arrow {
	border-left: 0px !important;
    background: unset !important;
    top: 8px !important;
}

/*----- BREADCRUMBS ------- */

.breadcrumb {
	margin-top: 18px !important;
    border-radius: 3px !important;
    background: var(--Gray-Cool-10, #EBEEF5) !important;
}

.breadcrumb-item > a {
	color: var(--Brand-Navy-30, #094DA3) !important;
}

.breadcrumb-item > a:hover {
	color: var(--Brand-Navy-30, #094DA3) !important;
	text-decoration: underline;
}

.breadcrumb-item.active {
	color: var(--Brand-Red-50-Primary, #B61E42) !important;
}


/*----- TABS ------- */

.nav-tabs {
	border-radius: 400px !important;
    background: var(--Gray-Cool-10, #EBEEF5) !important;
    padding: 8px 8px !important;
    align-items: center !important; 
}

.nav-tabs .nav-link {
	color: var(--Brand-Navy-30, #094DA3) !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
    border-radius: 300px !important;
}


.nav-tabs .nav-link.active {
	border-radius: 300px !important;
    background: var(--Brand-Navy-30, #094DA3) !important;
    color: var(--Gray-Cool-00-White, #FFF) !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
}

.form-wizard-container .form-wizard-navigation>div:after {
	height: 32px !important;
	right: -19px !important;
	top: 0px !important;
}

/*---- SAFESPORT -----*/

.course-panel {
	padding: 0px !important;
}

.course-card {
	border: 0px;
    border-radius: 10px;
}

.course-panel > img {
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.course-card > .card-footer {
	padding: 25px 1rem;
	background-color: var(--Gray-Cool-05, #F5F7FA) !important;
}

.course-card > .card-footer > .btn {
	border-radius: 42px !important;
	border: 1.5px solid var(--Gray-Cool-00-White, #FFF) !important;
	background: var(--Gray-Cool-00-White, #FFF) !important;
}

.safeSport-container {
	border-radius: 8px;
	background: var(--Gray-Cool-05, #F5F7FA);
}

h3 {
	color: var(--Brand-Navy-30, #094DA3);
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: -0.5px;
}

h4 {
	color: var(--Brand-Navy-30, #094DA3);
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
}

.modal-title {
	color: #fff !important;
}

.modal-header {
	background-color: #00234f !important;
}

.text-white {
	color: #ffffff !important;
}

/*---- SIDEBAR -----*/

.individual-nav-sidebar>li>a {
	display: flex;
    align-items: center;
    padding-left: 12px;
    margin-bottom: 10px;
    font-weight: 500;
    min-height: 50px;
    font-size: 15px;
}

.individual-nav-sidebar>li>a>span, .individual-nav-sidebar>li>a:visited>span, .individual-nav-sidebar>li>.link-icon>span {
	font-size: 25px !important;
	margin-bottom: 0px;
	margin-right: 12px;
}

.individual-sidebar {
		width: 10%;
}

@media (max-width: 1120px) {
	.member-actions-row {
		flex-wrap: wrap;
	}
}

@media (max-width: 1200px) {
	.supportOurSport {
		line-height: 1.0;
	}
}

@media (max-width: 1020px) {
	.nav-tabs {
		border-radius: 4px !important;
	}
	.nav-tabs .nav-link.active {
		border-radius: 4px !important;
	}
	.nav-tabs .nav-link {
		border-radius: 4px !important;
	}
}

@media (min-width: 860px) and (max-width: 1060px) {
	.individual-sidebar {
		width: 12%;
	}
	
}

@media (min-width: 769px) and (max-width: 860px) {
	.individual-sidebar {
		width: 13%;
	}
}


.select2-container .select2-choice abbr {
	top: 17px !important;
}

/*.nav-fill .nav-item, .nav-fill>.nav-link {*/
/*	overflow: auto !important;*/
/*}*/

#birthdate {
    text-align: left !important; /* Ensures text is left-aligned */
}

/* For specific targeting on WebKit browsers (such as Safari on iPhone) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #birthdate {
        text-align: left !important;
    }
}

.autocomplete-custom-item-content {
	display: flex;
	flex-direction: column;
}

.autocomplete-custom-item-title {
	font-weight: 500;
}

.autocomplete-custom-item-subtitle {
	font-size: 0.8rem;
}

.backgroundCheckButton {
	color: #00234f !important;
    cursor: pointer;
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

.backgroundCheckButton:hover {
  color: white !important;
}
