.goc-dark {
	background-color: #232b2d;
}

.goc-light {
	background-color: #232b2d;
}

 @media screen and (max-width: 1024px) {
 	.tm-chrome-size {
 		height: 60px;
 	}
 }

 /* Styles for Cookie Warning */
 .tm-chrome-warning-container {
 	width: 100%;
 	min-height: 100px;
 	position: fixed;
 	bottom: 0;
 	z-index: 800;
 	background: rgba(0,0,0,0.75);
 	padding: 25px 0; 
 	font-family: inherit;
 	display: none;
 }

 .tm-chrome-warning-title, .tm-chrome-warning-copy {
 	max-width: 1000px;
 	margin: 0 auto;
 	color: #ffffff;
 	text-align: center;
 	padding: 5px 0;
 	font-family: inherit;
 }

 .tm-chrome-warning-title {
 	font-size: 1.2em;
 }

 .tm-chrome-warning-copy {
 	line-height: 1.4em;
 	font-size: 0.8em;
 }

 .tm-chrome-warning-btn {
 	width: 150px;
 	padding: 10px;
 	color: #ffffff;
 	background-color: #1786eb;
 	margin: 25px auto 0 auto;
 	text-align: center;
 	font-size: 1.2em;
 	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-family: inherit;
	cursor: pointer;
 }