body {
	background-color: #E6E7E8;
}

.hidden {
	display: none !important;
}


.inline {
	display: inline;
}

.visible {
	display: inherit;
}

.red {
	color: red;
}

.bold {
	font-weight: bold;
}

label, li {
	font-family: 'Raleway';
}

li {
	font-size: 14px;
}

h1 {
	font-family: 'Open Sans';
	margin-bottom: 50px;
}

h2 {
	font-family: 'Open Sans';
	margin-bottom: 20px;
}

h3, h4, h5 {
	font-family: 'Open Sans';
}

p {
	color: rgba(37,37,38,.8);
	font-family: 'Raleway';
	font-size: 14px;
}

.inline-with-padding {
	display: inline;
	padding-left: 5px;
}

#top-header {
	background-color: #beaf87;
}

.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.container-fluid-padded {
	padding-left: 15px;
	padding-right: 15px;
}

#header-container {
	position: absolute;
	width: 100%;
}

#top-header,
.thumbnail-container {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.home-container {
	overflow: hidden;
}

.form-container {
	margin-left: auto;
	margin-top: 50px;
	margin-right: auto;
	min-height: 600px;
	width: 90%;
}

#banner {
	background-image: url(/resources/images/clubhouseDark.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 575px;
}

#navbar-home a {
	color: rgba(37,37,38,.8);
	text-decoration: none;
	text-transform: uppercase;
}

.minutes-container h1 {
	margin-bottom: 30px;
}

.minutes-container .row {
	margin-top: 20px;
}

.minutes-container .row:last-of-type {
	margin-bottom: 50px;
}

.minutes-container a,
.results-container a {
	background: url(/resources/images/greenArrow.png);
    background-repeat: no-repeat;
	color: black;
    padding-left: 25px;
    background-position-y: center;
	text-decoration: none;	
}

.minutes-container a:hover,
.results-container a:hover {
	color: rgba(37,37,38,.6);
}

.minutes-container .minutes-col {
	display: flex;
	flex-direction: column;
}

.board-container img {
	height: 200px;
	border-radius: 50%;
	width: 200px;
}

.board-container .board-name,
.hof-container .hof-name {
	color: #032549;
	font-family: 'Roboto';
	font-size: 24px;
	margin-top: 15px;
	text-transform: uppercase;
}

.board-container .board-position {
	font-family: 'Roboto';
	font-size: 14px;
	text-transform: uppercase;
}

.hof-container img {
	height: 300px;
	border-radius: 50%;
	width: 300px;
}

.hof-policies-container .list-upper-roman {
	list-style-type: upper-roman;
}

.hof-policies-container .list-lower-alpha {
	list-style-type: lower-alpha;
}

#login-toast {
 	max-height: 130px; 
}

.toast-header {
	background-color:  #032549;
	color: white;
	opacity: .8;
}

.toast-header .close {
	color: white;
}

.toast-body ul {
	padding-inline-start: 15px;	
}

.top-navbar {
	padding: 0;
	width: 100%;
}

.top-navbar .nav-link {
	color: rgba(37,37,38,.8);
	font-family: Roboto;
	font-size: 16px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

.top-navbar .dropdown-menu {
	border: 0px;
	padding: 0px;
}

.top-navbar .dropdown-menu > a:first-of-type:hover {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.top-navbar .dropdown-menu > a:last-of-type:hover {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.top-navbar .dropdown-divider {
	margin: 0;
}

.top-navbar .dropdown-item {
	color: #4B5764;
	font-family: Raleway;
	font-size: 12px;
	opacity: .9;
	padding: 5px 10px;
}

.top-navbar .dropdown-item:hover, 
.dropdown-item:active, .dropdown-item:hover {
	/*background-color: rgb(75,87,100,.9);*/
	background-color: #6B8048;
	color: #fff;
}

.dropdown-item:first-of-type:active, .dropdown-item:first-of-type:hover {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.dropdown-item:last-of-type:active, .dropdown-item:last-of-type:hover {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#sign-in-menu .dropdown-item:hover,
#sign-in-menu .dropdown-item:active {
	background-color: #ffffff;
	color: rgba(37,37,38,.8);
}


.top-navbar .nav-link:hover, .nav-link:active {
	color: rgba(37,37,38,.6);
}

.col-sm {
	text-align: center;
}

#sponsors {
	margin-top: -232px;
}

#sponsors img {
	max-height: 300px;
}

#sponsor-text {
	margin-top: 66px;
}

#sponsor-text p, #sponsor-text a,
.sponsor-carousel-caption p {
	color: white !important;
}

.sponsor-carousel-caption {
	bottom: 0;
	left: 0;
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative !important;
}

.sponsor-carousel-caption h5 {
	margin-bottom: 0px;
	margin-top: 5px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

#registration-container {
	background-color: #4C4C4D;
	border-radius: 4px;
    min-height: 50px;
    position: relative;
    top: 15px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
	#registration-container {
		top: 115px;
	}
}

#registration-container .dropdown-menu {
	border-radius: 4px;
	margin: 0;
	padding: 0;
}

#register-button {
	align-self: center;
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
	height: 100%;
}

#register-button a:hover {
	text-decoration: none;
}

.btn-primary {
	background-color: #032549;
	border-color: #032549;
	border-radius: 3.2px;
}

.btn-primary:hover {
	background-color: #032549 !important;
	border-color: #032549 !important;
	opacity: .8;
}

.form-group label {
	color: #4B5764;
	font-size: 14px;
}

#news-banner {
	background-color: #252526;
    border-bottom: 5px solid #434E33;
    border-top: 5px solid #434E33;
    color: white;
    display: flex;
	font-family: Raleway;
	font-size: 24px;
	font-weight: bold;
    justify-content: center;
    margin-top: 10px;
    opacity: .8;
    padding: 10px;
}

#footer-container {
	align-items: center;
	background-color: rgba(37,37,38,.6);
	display: flex;
	margin-left: 0px;
	margin-right: 0px;
	padding: 40px;10
	
}

#footer-container a {
	color: #fff;
	font-family: 'Open Sans';
	font-size: 13px;
}

@media (min-width: 992px) {
	.top-navbar-expand-lg .top-navbar-nav .nav-link {
		padding-right: .2rem;
	    padding-left: .2rem;
	}
}

#handicaps-frame h1 {
	font-family: 'Lucida Grande','Lucida Sans Unicode',sans-serif !important;
}

#handicaps-frame th,
#handicaps-frame tr,
#handicaps-frame td {
	font-size: 8pt !important;
	font-family: 'Lucida Grande','Lucida Sans Unicode',sans-serif !important;
}

.schedule-container .tournament-name {
	color: #7A8D5B;
	font-family: 'Roboto';
	font-size: 24px;
	line-height: 24px;
}

.schedule-container img {
	padding-top: 2px;
	cursor: pointer;
	vertical-align: top;
}

.schedule-container .date {
    background: #5C5E63;
    border-radius: 50%;
	color: #FAF5E9;
    font-family: 'Open Sans';
    font-size: 16px;
	height: 30px;
    padding-top: 2px;
    text-align: center;
    width: 30px;
}

.schedule-container h5 {
	color: #E6E7E8;
	font-size: 18px;
}

.schedule-container hr {
	background-color: #E6E7E8;
}

.schedule-container p {
	color: #E6E7E8
}

.schedule-container a {
	font-size: 12px;
	color: #E6E7E8;
}


.tooltip-inner {
    color: #212529;
    background-color: #fff;
}

/*.schedule-container .tournament-date {
	line-height: 24px;
}

.schedule-container hr {
	margin-left: -15px;
	margin-right: -15px;
}

.schedule-container .schedule-image {
	background: url(/resources/images/sixthGreen.jpg) no-repeat;
	background-origin: content-box;
    background-size: 100% 35%;
    padding: 20px;
}*/

.champions-container .image-resize {
	border-radius: 50%;
	height: 88px;
	width: 74px;
}

.champions-container .image-no-resize {
	border-radius: 50%;
}

.champions-container h4 {
	color: #7A8D5B;
	margin-bottom: 0px;
	margin-top: 5px;
	text-align: center;
}

.member-contact-container .nav-link {
	font-family: 'Raleway';
	font-size: 12px;
}

.member-contact-container .tab-pane {
	background-color: #ffffff;
	padding-left: 15px;
	padding-top: 30px;
}

.member-contact-container .nav-tabs .nav-item {
	margin-left: -1px;
}

.member-contact-container h4 {
	margin-bottom: 20px;
	margin-top: 20px;
}

.member-contact-container hr {
	margin-bottom: .5rem;
	margin-top: .5rem;
}

#membersList td,
#membersList th,
#registry-table td,
#registry-table th,
#tournaments-table td,
#tournaments-table th {
	font-family: 'Raleway';
	font-size: 12px;
}

#course-details td,
#course-details th {
	font-family: 'Raleway';
	font-size: 14px;
}

#membersList th,
#course-details th,
#registry-table th,
#tournaments-table th {
	background-color: #BAC88A;
}

#registry-table td, 
#registry-table th,
#tournaments-table th {
	border: 1px solid #A9A9A9;
}

.registry-container .modal-content {
	background: #fff !important;
}

#membersList a,
#registry-table a,
#tournaments-table a {
	color: #005580;
}

.info-text {
	font-size: 13px;
}

.homepage-thumbnail {
    border: 0px;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    min-height: 13em;
    position: relative;
    text-align: center;
    background: #959B8E;
    margin-top: .5em;
    margin-bottom: .5em;
    padding: 0 0 10px 0;
}

.homepage-thumbnail .title {
    padding: .5em 1em;
    padding-top: 11px;
    text-align: center;
    width: 100%;
}

.homepage-thumbnail .title h4 {
    font-family: 'Lato';
    font-size: 24px;
}

.homepage-thumbnail h5 {
	font-family: 'Raleway';
}

.homepage-thumbnail .row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}


.homepage-thumbnail .btn-edit {
	margin: 10px;
	max-height: 37px;
}

.homepage-thumbnail p {
	font-size: 16px;
	margin-bottom: 0px
}

.homepage-thumbnail .report-link,
.homepage-thumbnail .results-link {
	color: #0056b3;
}

.modalOneImage {
	   background-repeat: no-repeat;
       background-image: url('http://ltmgc.com/resources/images/tees.jpg');
       background-size: cover;
       height: 100px;
}

.modalTwoImage {
	   background-repeat: no-repeat;
       background-image: url('http://ltmgc.com/resources/images/scorecard.jpg');
       background-size: cover;
       height: 100px;
}

.modalThreeImage {
	   background-repeat: no-repeat;
       background-image: url('http://ltmgc.com/resources/images/hole.jpg');
       background-size: cover;
       height: 100px;
}

.modalFourImage {
	   background-repeat: no-repeat;
       background-image: url('http://ltmgc.com/resources/images/sixthGreen.jpg');
       background-size: cover;
       height: 100px;
}

.resultsImage {
	   background-repeat: no-repeat;
       background-image: url('http://ltmgc.com/resources/images/sand.jpg');
       background-size: cover;
       height: 100px;
}

.lockerRoomImage {
	   background-repeat: no-repeat;
       background-image: url('http://ltmgc.com/resources/images/tree.jpg');
       background-position-y: center;
       background-size: cover;
       height: 100px;
}

.editForm .modal-content {
	background: #E6E7E8;
	border: 0px;
}

.editForm .modal-header {
	background-color: #778899;
}

.editForm .modal-header .close,
.editForm .modal-header .close:hover {
	color: #fff;
}

.editForm .row {
	margin-left: 0px;
	margin-right: 0px;
}

.editForm .edit-form-link-row {
	margin-left: 20px !important;
}

/*.editForm .form-check-input {
	margin-top: .4rem !important;
}*/

#lockerRoomThumbnail img {
	max-width: 90%;
}

.results-container img {
	margin-bottom: 10px;
	margin-left: 30px;
	margin-top: 15px;
	width: 350px;
}

.results-container video {
	height: auto;
	margin-left: 30px;
	margin-top: 15px;
	width: 350px;
}

.table-bordered,
tbody,
td {
  	border: 1px dotted #4c4c4c !important;
  	font-family: "Open Sans";
  	font-size: 14px;
  	padding: 3px !important;
}

.table-bordered,
thead,
th {
  	border: 1px dotted #4c4c4c !important;
  	font-family: "Open Sans";
  	font-size: 16px;
  	padding: 3px !important;
}


.table-bordered tbody tr {
	background-color: white;
}

.table-bordered tbody tr:hover {
	background-color: inherit;
}

@media (max-width: 767px) {
	#header-container img {
		height: 100px;
		margin: 10px;
		width: 100px;
	}
	
	.results-container img {
		margin-bottom: 10px;
		margin-left: 30px;
		margin-top: 15px;
		width: 250px;
	}

	.results-container video {
		height: auto;
		margin-left: 30px;
		margin-top: 15px;
		width: 250px;
	}
}

@media (min-width: 768px) {
	#header-container img {
		padding: 18px 0 0 248px;
	}
}