@font-face {
	font-family: 'Catamaran';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/catamaran-v7-latin-ext_latin-regular.woff2') format('woff2')
}
@font-face {
	font-family: 'Catamaran';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('fonts/catamaran-v7-latin-ext_latin-700.woff2') format('woff2')
}
@font-face {
	font-family: 'Catamaran';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url('fonts/catamaran-v7-latin-ext_latin-900.woff2') format('woff2')
}

#SSDTRatingIcon {
  background-color: white;
  width: 220px;
  height: 68px;
  display: flex;
  align-items: center;
  color: black;
  font-weight: bold;
}
	
#SSDTRatingIcon span {
    display: flex; /* fixes the alignment issue */
    font-size: 16px; /* fixes the font scaling issue on widescreen */
}	
td
{
    padding:1%;
   vertical-align:top;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}


html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, li, fieldset,
form, label, legend, caption,
tfoot, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
	
}

html, body {
	box-shadow: 0 0 200px rgba(0, 0, 0, 0.27) inset;
background-color:#333333;
	min-height: 100%;
	font-family: 'Catamaran';
}
.actions li {
	list-style: none
}

input::-moz-focus-inner {
	border: 0;
	padding: 0
}

/* Basic */
	html {
		box-sizing: border-box
	}

	*, *:before, *:after {
		box-sizing: inherit
	}

/* Type */
	body, select, textarea {
		color: rgba(255, 255, 255, 0.8);
		font-size: 16.5pt;
		font-weight: normal;
		line-height: 1.75
	}
		@media screen and (max-width: 1680px) {
			body, input, select, textarea {
				font-size: 13pt
			}
		}
		@media screen and (max-width: 1280px) {
			body, input, select, textarea {
				font-size: 12pt
			}
		}
		@media screen and (max-width: 360px) {
			body, input, select, textarea {
				font-size: 11pt
			}
		}

	a {
		-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		transition: color 0.2s ease, border-bottom-color 0.2s ease;
		border-bottom: dotted 1px rgba(55, 55, 155, 0.35);
		color: #069FFF;
		text-decoration: none
	}
		a:hover {
			border-bottom: solid 1px rgba(255, 255, 255, 0.88);
			color: #ffffff$
		}

	strong, b {
		color: #444;
		font-weight: bold
	}

	em, i {
		font-style: italic
	}

	p {
		margin: 0 0 2em 0
	}

	h1, h2, h3, h4, h5, h6 {
		color: #444;
		font-weight: bold;
		line-height: 1.5
	}
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none
		}

	h1 {
		font-size: 2.75em
	}

	h2 {
		font-size: 1.75em
	}

	h3 {
		font-size: 1.1em
	}

	h4 {
		font-size: 1em
	}

	h5 {
		font-size: 0.8em
	}

	h6 {
		font-size: 0.6em
	}

	@media screen and (max-width: 736px) {
		h1 {
			font-size: 3em
		}

		h2 {
			font-size: 1.75em
		}

		h3 {
			font-size: 1em
		}

		h4 {
			font-size: 0.8em
		}

		h5 {
			font-size: 0.6em
		}

		h6 {
			font-size: 0.6em
		}
	}

	code {
		background: rgba(255, 255, 255, 0.05);
		border-radius: 0.25em;
		border: solid 1px rgba(255, 255, 255, 0.15);
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0
	}
		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto
		}


	.text-center {
		text-align: center
	}

/* Button */
	input[type="button"],
	button,
	.button {

 text-decoration:none;
 border:none
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: border-color 0.2s ease;
		-webkit-transition: border-color 0.2s ease;
		-ms-transition: border-color 0.2s ease;
		transition: border-color 0.2s ease;
		background-color: #fff;
		border: solid 1px !important;
		border-color: rgba(255, 255, 255, 0.15) !important;
		border-radius: 3em;
		color: #393939 !important;
		cursor: pointer;
		display: inline-block;
		font-size: 0.7em;
		font-weight: bold;
		letter-spacing: 0.2em;
		line-height: 2.75em;
		outline: 0;
		padding: 0 3.75em;
		position: relative;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap
	}
		input[type="button"]:after,
		button:after,
		.button:after {
			-moz-transform: scale(0.25);
			-webkit-transform: scale(0.25);
			-ms-transform: scale(0.25);
			transform: scale(0.25);
			pointer-events: none;
			-moz-transition: opacity 0.2s ease, -moz-transform 0.2s ease;
			-webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
			-ms-transition: opacity 0.2s ease, -ms-transform 0.2s ease;
			transition: opacity 0.2s ease, transform 0.2s ease;
			background: #ffffff;
			border-radius: 3em;
			content: '';
			height: 100%;
			left: 0;
			opacity: 0;
			position: absolute;
			top: 0;
			width: 100%
		}
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			border-color: rgba(255, 255, 255, 0.6) !important
		}
			input[type="button"]:hover:after,
			button:hover:after,
			.button:hover:after {
				opacity: 0.05;
				-moz-transform: scale(1);
				-webkit-transform: scale(1);
				-ms-transform: scale(1);
				transform: scale(1)
			}
			input[type="button"]:hover:active,
			button:hover:active,
			.button:hover:active {
				border-color: #ffffff !important
			}
				input[type="button"]:hover:active:after,
				button:hover:active:after,
				.button:hover:active:after {
					opacity: 0.1
				}

		input[type="password"] {
			border: 0;
			outline: 0;
			padding: 15px;
			border-radius: 10px;
			width: 300px
		}

/* Wrapper */
	.wrapper {
		position: relative
	}
		.wrapper > .inner {
			width: 100%;
			padding: 1em;
		}
			@media screen and (max-width: 1680px) {
				footer > .inner {
					padding: 2em 4em 2em 4em !important
				}
			}
			@media screen and (max-width: 736px) {

				.wrapper > .inner {
					padding: 2em 2em 2em 2em
				}
				footer > .inner {
					padding: 2em 2em 2em 2em !important
				}
			}
		.wrapper.style1 {
		    padding:0.5%;
		    margin:8%;
			background-color: #dddddd;
			color:#333333;
		}
		.wrapper.style2 {
			background-color: #333333;
			
	          color: #dddddd;
			padding: 1em;
		}
		
		.wrapper.fullscreen {
			min-height: calc(87vh - 2.5em)
		}
			@media screen and (max-width: 736px) {

				.wrapper.fullscreen {
					min-height: calc(40vh - 5.5em)
				}
			}

/* Wrapper */
	#topMenu + #wrapper {
		margin-left: 0;
		position: relative
	}
	div#wrapper{
	        margin-top: 8em;
	}
		@media screen and (max-width: 736px) {
			#topMenu + #wrapper {
				padding-top: 0;
				top: 1em
			}

		}

	#header + #wrapper > .wrapper > .inner {
		margin: 0 auto
	}
/* General styling for the top menu */
#topMenu {
    padding: 0;
    background: 0;
    cursor: default;
    height: auto; /* Change to auto to allow the height to adjust */
    left: 0;
    text-align: center;
    top: 0;
    width: 100%;
    line-height: 3.5em;
    position: relative;
    z-index: 20;
    overflow: hidden; /* Prevent any overflow issues */
}

/* Styling for the inner container */
#topMenu .inner {
    background-color: black !important;
    display: flex;
    flex-direction: column; /* Stack children vertically */
    justify-content: flex-end; /* Pushes content to the bottom */
    align-items: center; /* Center horizontally */
    padding: .2em 0 .5em 0; /* Adjust padding as needed, removed horizontal padding */
    width: 100%; /* Ensure the header spans the full width of the screen */
    background-image: url(https://tippinggoat.com/w/data/files/website-header-tall.png);
    background-size: contain; /* Ensure the background image scales correctly */
    background-repeat: no-repeat; /* Prevent the background image from repeating */
    background-position: center;
    min-height: 170px; /* Adjust height as needed */
    box-sizing: border-box; /* Include padding in the element’s total width and height */
}

/* Styling for the navigation menu */
#topMenu nav {
    display: flex;
    justify-content: center;
    align-items: flex-end; /* Aligns menu items to the bottom */
    width: 100%;
}

/* Styling for the unordered list within the navigation menu */
#topMenu nav ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Styling for each anchor link within the navigation menu */
#topMenu nav a {
    display: block;
    padding: 10px 0; /* Adjust padding as needed */
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.20em;
    line-height: 0.95;
    outline: 0;
    text-transform: uppercase;
    text-shadow: 0.05em 0.05em #000000;
}

/* Styling for each list item within the navigation menu */
#topMenu nav > ul > li {
    margin: 0 1em;
    padding: 0;
    position: relative;
}

/* Active state styling for list items and anchor links */
#topMenu nav li.active,
#topMenu nav li.active a {
    color: #fff !important;
}

#topMenu nav a.active {
    color: #ffffff;
    border-bottom: 1px solid #ffffff7d;
}

#topMenu nav a:hover {
    border-bottom: 1px solid #ffffff59;
}
    #innerNav
    {
        font-weight:bold;
        background-color:#424242;
    }
		@media screen and (max-width: 736px) {
			#topMenu {
				height: auto;
				font-size: 0.94em;
				position: relative;
				background-color: rgba(0, 0, 0, 0.30);
				padding-bottom: 20px
			}
			
    #topMenu nav {
        flex-direction: column;
    }
    
			#topMenu nav ul {
        align-items: center;
			}
			#topMenu nav .active a {
				border-bottom: 1px solid #fff
			}
			footer {
				font-size: 1em
			}
		}

/* Intro */
		#intro p {
			font-size: 1.25em
		}
			@media screen and (max-width: 736px) {
				#intro p {
					font-size: 1em
				}
			}

/* Footer */
	footer {
		text-align: right
	}

/* Submenus */
	.subPageDropdown a {
		border: 0 !important
	}
			
	.subPageDropdown ul {
		margin: 0;
		padding-left: 0
	}

	.subPageDropdown li {
		color: #fff;
		display: block;
		float: left;
		position: relative;
		padding: 0 1em 0 1em;
		text-decoration: none;
		transition-duration: 0.5s
	}
		
	#topMenu li a {
		color: rgba(255, 255, 255, 0.8)
	}

	#topMenu li:hover,
	#topMenu li:focus-within {
		cursor: pointer
	}

	#topMenu li:focus-within a {
		outline: none
	}

	#topMenu .nav-item {
		margin-top: 5px
	}

	ul.subPageDropdown {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		margin-top: 10px;
		display: none;
		padding-left: 10px !important
	}

	#topMenu ul li:hover > ul,
	#topMenu ul li:focus-within > ul,
	#topMenu ul li ul:hover,
	#topMenu ul li ul:focus {
		visibility: visible;
		opacity: 1;
		display: block
	}

	#topMenu ul li ul li {
		clear: both;
		text-align: left;
		background-color: rgba(0, 0, 0, 0.30);
		white-space: nowrap
	}

	/* Submenus dropdown arrow */
	.menu li > a:after {
		content: ' ▼';
		font-weight: bold
	}

	.menu > li > a:after {
		content: ' ▼';
		font-weight: bold
	}

	.menu li > a:only-child:after {
		content: ''
	}
	
	.button-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Three equal columns */
    gap: 20px; /* Space between columns */
    margin: 20px 0; /* Space above and below the grid */
    text-align: center; /* Center text within columns */
}

.column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

