article,aside,details,figcaption,figure,footer,header,hgroup,main,section,summary{display:block;}
audio,canvas,video{display:inline-block;}
audio:not([controls]){display:none;height:0;}
[hidden]{display:none;}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
body{margin:0;}
a:focus{outline:thin dotted;}
a:active,
a:hover{outline:0;}
h1{font-size:2em;margin:0.67em 0;}
abbr[title]{border-bottom:1px dotted;}
b,strong{font-weight:bold;}
dfn{font-style:italic;}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}
mark{background:#ff0;color:#000;}
code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}
pre{white-space:pre-wrap;}
q{quotes:"\201C" "\201D" "\2018" "\2019";}
small{font-size:80%;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
img{border:0;}
svg:not(:root){overflow:hidden;}
figure{margin:0;}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
legend{border:0;padding:0;}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}
button,input{line-height:normal;}
button,select{text-transform:none;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
button[disabled],html input[disabled]{cursor:default;}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
input[name="code"],input[name="appointment"] {background-color: #444444;background-image: url('../img/c-t-e.png');background-position: 10px 0px; background-repeat: no-repeat;padding-left: 60px;width:80%;height:40px;border:0;font-size: 1.4em;color:#fff;}
input[name="code"]:focus, input[name="appointment"]:focus {color: #fff; border: 0;outline: none; font-size: 1.4em;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
textarea{overflow:auto;vertical-align:top;}
table{border-collapse:collapse;border-spacing:0;}
*,
*::after,
*::before {
	box-sizing: border-box;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffff00;
  font-size: 0.8em;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ffff00;
  font-size: 0.8em;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ffff00;
  font-size: 0.8em;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ffff00;
  font-size: 0.8em;
}
html,body{
	width: 100%;
	height: 100%;
    margin: 0; 
    padding: 0; 
    background-color: #444444;
    border: 15px solid #ebebeb;
}

body {
	--color-text: #fff;
	--color-link: #b2b2b2;
	--color-link-hover: #00ff00;
	--color-loader: #00ff00;
	--color-border: #ebebeb;
	font-family:"freight-big-pro";
	color: var(--color-text);
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.loader {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
	z-index: 100;
    height: 100vh;   
    margin: 0 20px; 	
}
a {
	text-decoration: none;
	color: #dddb00;
	outline: none;
	transition: color 0.2s;
}

a:hover,
a:focus {
	color: #dddb00;
}

button:focus,
a:focus {
	outline: none;
}

main {
	position: relative;
	width: 100%;
}

.content {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 100;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);	
}
.content div p {
	font-size: 2em;
}
.content div p span {
	color: #ff0;
	border-bottom: 2px solid #ff0;		
	display: inline-block;
	line-height: 0.85;			
}
.content div p span.underline {
	color: #fff;
	border-bottom: 2px solid #fff;	
	display: inline-block;
	line-height: 0.85;			
}
.right-content {
	margin: 0 0 55px 0;
	align-self: flex-end;

}
.left-content {
	flex: 60%;

}

/* Header */
.icb-header {
	position: relative;
	z-index: 100;
	display: flex;
	align-items: left;
	justify-content: left;
	justify-items: left;
	align-self: start;
	margin: 0 5em;
	min-height: 10vh;
}
.icb-footer {
	position: relative;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-items: center;
	align-self: start;
	min-height: 10vh;
}
#cowboys, #contact-box {display: none;}
#contact-box
{
	width: 1050px;
	margin: 5em auto;
}
.footer {align-content: center; text-align: center;}
.footer p {display: inline-block;}
.footer a:hover {color: var(--color-loader);}
.footer span {margin: 0 1em;}
div#svg-container {width: 100%; height: 300px;}


@media screen and (min-width: 53em) {
	body {
		padding: 0;
	}
	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: #ffff00;
	  font-size: 1.4em;
	}
	::-moz-placeholder { /* Firefox 19+ */
	  color: #ffff00;
	  font-size: 1.4em;
	}
	:-ms-input-placeholder { /* IE 10+ */
	  color: #ffff00;
	  font-size: 1.4em;
	}
	:-moz-placeholder { /* Firefox 18- */
	  color: #ffff00;
	  font-size: 1.4em;
	}
	div#svg-container {width: 100%; height: 400px;margin-top:8em;}
	.content {
		display: flex;
		flex-direction: row;
	}
	.left-content {
		text-align: left;
		padding-left:40px;

	}
	.right-content {
		flex: 40%;
		margin: 0 0 55px 0;
		align-self: flex-end;

	}	
	.content div p {
		font-size: 5em;
		margin: 5px 0;
	}
	.content div p span {
		color: #ff0;
		border-bottom: 2px solid #ff0;		
		display: inline-block;
		line-height: 0.85;			
	}
	.content div p span.underline {
		color: #fff;
		border-bottom: 2px solid #fff;	
		display: inline-block;
		line-height: 0.85;			
	}
}