/* Supplementary Styles */


#header-copy {
	left: 50%;
	position: absolute;
	top: 0px;
}

#tagline {
	font-size: 1.38rem;
	text-align: right;
}

#grtb-tele {
	text-align: right;
	color: #2c90ad;
	font-weight: bold;
	font-size: 1.875rem;
}

#blue-top {
	/* This removes horizontal scrollbar */
	overflow: hidden;
}

.keep-together {
	white-space: nowrap;
}

.et_pb_container .et_pb_slide_description h2 {
	font-size: 2.5em;
	/*padding-top: .5em;*/
}

.et_pb_slide_description a.et_pb_more_button,
.et_pb_slide_description a.et_pb_button {
	/* need important to override important on line 179 of divi style.css */
	line-height: normal !important;
}

/* -------------------------------------------------------------
// *** Media Queries
--------------------------------------------------------------*/

@media only screen and (max-width:1240px) {
	#header-copy h3 {
		font-size: 1.2em;
	}
	#header-copy h1 {
		font-size: 1.2em;
	}
	.et_pb_container .et_pb_slide_description h2 {
		/* remove the important declaration from style.css, tom! */
		font-size: 28px !important;
	}
	
}

@media only screen and (max-width:825px) {
	#header-copy {
		position: static;
	}
	
	.keep-together {
		white-space: normal;
	}
	
	#grtb-tele, #tagline {
		text-align: center;
	}
	.et_fixed_nav #logo {
		margin-bottom: 1em;
	}
	
	#blue-left.mailto {
		font-size: 1em;
	}
	.et_pb_container .et_pb_slide_description h2 {
		/* remove the important declaration from style.css, tom! */
		font-size: 24px !important;
	}
	
}

@media only screen and (max-width:667px) {
	.et_pb_container .et_pb_slide_description h2 {
		/* remove the important declaration from style.css, tom! */
		font-size: 16px !important;
	}
	.et_pb_slide_description a.et_pb_more_button,
	.et_pb_slide_description a.et_pb_button {
		/* need important to override important on line 179 of divi style.css */
		font-size: 14px ;
	}
	
}