@import url('https://fonts.googleapis.com/css?family=Cinzel:400,700|Open+Sans:400,700');

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	color: #333333;
	letter-spacing: -0.04em;
	-webkit-text-size-adjust: none;
}

a {
	color: #2189ad;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

p {
	margin: 0 0 20px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
}

h1, .h1 {
	font-family: 'Cinzel', serif;
	font-size: 48px;
	line-height: 45px;
	font-weight: 300;
	color: #002d72;
	letter-spacing: -0.04em;
}

h2 {
	font-family: 'Cinzel', serif;
	font-size: 38px;
	line-height: 35px;
	font-weight: 300;
	color: #002d72;
	letter-spacing: -0.04em;
}

h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #90754d;
	letter-spacing: -0.04em;
}

h4 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	font-style: italic;
	color: #666666;
	letter-spacing: -0.04em;
}

h5, h6 {
	font-size: 14px;
	line-height: 22px;
	font-weight: 800;
	letter-spacing: -0.04em;
}

hr {
	margin: 0 auto 20px;
	width: 100%;
	height: 1px;
	background: #000;
	border: none;
}

ul {
	margin: 0 0 20px 30px;
}

ul ul {
	margin: 0 0 0 20px;
}

ol {
	margin: 0 0 20px 30px;
}

ol ol {
	margin: 0 0 0 20px;
}

blockquote {
	margin: 0 40px;
}

.no-margin {
	margin: 0;
}

.button-link a {
	position: relative;
	display: inline-block;
	margin: 0 18px 20px;
	padding: 8px 12px;
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.04em;
	text-align: center;
	text-decoration: none !important;
	vertical-align: middle;
	background-image: linear-gradient(top, #2189ad 50%, #002d72 50%);
	background-image: -o-linear-gradient(top, #2189ad 50%, #002d72 50%);
	background-image: -moz-linear-gradient(top, #2189ad 50%, #002d72 50%);
	background-image: -webkit-linear-gradient(top, #2189ad 50%, #002d72 50%);
	background-image: -ms-linear-gradient(top, #2189ad 50%, #002d72 50%);
	opacity: 1;
}

.button-link a::before {
	content: ' ';
	display: block;
	position: absolute;
	left: -17px;
	top: 0;
	width: 18px;
	height: 100%;
	background: url('images/button-before-arrow.png') no-repeat left top;
	background-size: 100% 100%;
}

.button-link a::after {
	content: ' ';
	display: block;
	position: absolute;
	right: -17px;
	top: 0;
	width: 18px;
	height: 100%;
	background: url('images/button-after-arrow.png') no-repeat left top;
	background-size: 100% 100%;
}

.button-link.yellow a {
	color: #000033;
	background-image: linear-gradient(top, #f9cf41 50%, #f2ae00 50%);
	background-image: -o-linear-gradient(top, #f9cf41 50%, #f2ae00 50%);
	background-image: -moz-linear-gradient(top, #f9cf41 50%, #f2ae00 50%);
	background-image: -webkit-linear-gradient(top, #f9cf41 50%, #f2ae00 50%);
	background-image: -ms-linear-gradient(top, #f9cf41 50%, #f2ae00 50%);
}

.button-link.yellow a:before {
	background-image: url('images/button-before-arrow-yellow.png');
}

.button-link.yellow a::after {
	background-image: url('images/button-after-arrow-yellow.png');
}

.button-link.slide a {
	margin-bottom: 0;
	font-size: 24px;
}

.button-link a:hover {
	opacity: 0.7;
}

.teal-blue-text { color: #2189ad; }
.royal-blue-text { color: #002d72; }
.bright-gold-text { color: #f2ae00; }
.antique-gold-text { color: #90754d; }

.border {
	border: 1px solid #000000;
}

.shadow {
	-webkit-box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.4);
	box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.4);
}

/*-----------------------------------------------------------------------------------------------------------
		MISC
-----------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
}

.wp-caption {
	max-width: 100%;
	text-align: center;
}

.wp-caption-text {
	margin-bottom: 0;
	font-size: 12px;
}

img.alignright {
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	margin: 0 10px 2px 0;
	display: inline;
}

img.aligncenter {
	margin: 0 auto 20px;
	display: block;
}

.alignright {
	margin: 0px 0px 15px 15px !important;
	float: right;
}

.alignleft {
	margin: 0px 15px 15px 0px !important;
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media all and (max-width: 767px) {

	h1, .h1 {
		font-size: 32px;
		line-height: 32px;
	}

	h2 {
		font-size: 28px;
		line-height: 28px;
	}

	h3 {
		font-size: 18px;
		line-height: 22px;
	}

	h4 {
		font-size: 20px;
		line-height: 24px;
	}

}

@media all and (max-width: 599px) {

	img.alignright {
		display: block;
		margin: 0 auto 15px;
	}

	img.alignleft {
		display: block;
		margin: 0 auto 15px;
	}

	.alignright {
		margin: 0px auto 15px !important;
		float: none;
		clear: both;
	}

	.alignleft {
		margin: 0px auto 15px !important;
		float: none;
		clear: both;
	}

}