/* CSS Document */
/* BODY STYLES */
body {
	/* NEW BRAND */
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	letter-spacing: 0em;
	word-spacing: 0em;
	/* STYLES */
	display: -ms-flexbox; display: flex;
	-ms-flex-direction: column; flex-direction: column;
	font-style: normal;
	font-weight: 400;
	font-size: 100%;
	text-transform: none;
	text-decoration: none;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #ffffff;
	overscroll-behavior: none;
}
p { margin-bottom: 1em; }
em { font-style: italic; }
strong, b { font-weight: 800; }

#page { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; width: 100%; height: auto; }
/* VIDEO STYLES */
.youtube-wrapper {
  position: relative;
	padding-bottom: 52.3%;
	padding-top: 25px;
	height: 0;
  overflow: hidden;
}
.youtube-frame {
    position: absolute;
   	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youtube-link, .vimeo-link { font-size:9px;font-style:italic; }
.vimeo-wrapper {
    position: relative;
	padding-bottom: 54.2%;
	padding-top: 25px;
	height: 0;
    margin-bottom: 10px;
}
.vimeo-frame {
    position: absolute;
   	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* HEADER STYLES */
h1 { color: #0096FA; }
h2, h3, h4, h5, h6 { color: #003B73; }

h1 {
	font-family: "harfang-pro", serif;
	font-weight: 300;
	font-size: 3.8em;
	line-height: 1;
	color:#0096FA;
	padding-bottom:0.3em; }

h1 strong, h2 strong { font-weight: 300; } /* eliminate client-side bold headers */

#image-bar h1, #title_row h1 { font-family: "proxima-nova", Helvetica, Arial, sans-serif; }

h2 {
	font-family: "harfang-pro", serif;
	font-weight: 300;
	font-size: 2.6em;
	line-height: 1;
	padding-bottom: .3em;
}
h3 {
	font-weight: 600;
	font-size: 2em;
	line-height: 1.1;
	padding-bottom: .3em;
}
h4 {
	font-weight: 800;
	font-size: 1.5em;
	line-height: 1.5;
	padding-bottom: .3em;
}
h5 {
	font-weight: 800;
	font-size: 1.2em;
	line-height: 1.7;
	padding-bottom: .3em;
}
h6 {
	font-weight: 800;
	font-size: 1em;
	line-height: 1.7;
	padding-bottom: .3em;
}

.intro { font-size: 1.8em;line-height: 1.3; color: #003B73;margin-bottom: .5em; }

/* QUOTES */
.super_quote {
	margin: 0 0.5em 0.5em 0.5em;
	padding: 0.2em 0.5em 0.2em 0.5em;
	font-size: 2em;
	line-height: 1.2em;
	color: #003b73;
	position: relative;
	border: none;
}

.super_quote:before {
	content: "";
	display: inline-block;
	background-color: #ffcd00;
	height: 0.7em;
	width: 0.7em;
	position: absolute;
	left: -0.6em;
	top: 0.4em;
}

.super_quote i {
	float:left;
	padding: .1em .3em 0 0;
	color: #003B73;
	font-size: 2em;
}

.icon-bubble {
	background:#047;
	color:#fff;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	font-size:60px;
	text-align:center;
	display:block;
}
.icon-1x { font-size: 1em; }
.icon-2x { font-size: 2em; }
.icon-3x { font-size: 3em; }
.icon-4x { font-size: 4em; }
.icon-5x { font-size: 5em; }
.icon-6x { font-size: 6em; }
#main_content { width: 100%; height: auto; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; }

/***** Old blue-button JRS 7-14-15 removed 8-15-2019 *****/

.small-caps {
    font-variant: small-caps; 
}

@media (max-width: 460px) {
	.super_quote {
		margin:0 0.5em 1em 0.5em;
		padding: 0 0 0.2em 0.5em;
	}
}

@media screen and (max-width: 415px) {
  h1 { font-size: 200%; }
  h2 { font-size: 180%; }
  h3 { font-size: 160%; }
  h4 { font-size: 140%; }
  h5 { font-size: 120%; }
  h6 { font-size: 100%; }
  a.blue-button-right, a.blue-button-left, a.blue-button-inline { font-size: 0.65em;padding: 7px 13px; }
  a.abe-button-inline { font-size: 0.65em; }
  .intro { font-size: 120%; }
}
/* Content Lists and HR ---------------------- */
#center_column a:hover { color: #0096FA;}
#center_column ul { padding:0 0 1em 0;margin:0 0 0 1em;list-style-type: disc;line-height:1.4em; }
#center_column ul li { padding:0 0 0.5em 0;margin:0 0 0 1em; }
#center_column ul ul { padding:0.5em 0 0 0;margin:0 0 0 1em;list-style-type: circle;line-height:1.4em; }
#center_column ul ul li { padding:0 0 0.5em 0;margin:0 0 0 1em; }
#center_column ul ul ul { padding:0.5em 0 0 0;margin:0 0 0 1em;list-style-type: square;line-height:1.4em; }
#center_column ul ul ul li { padding:0 0 0.5em 0;margin:0 0 0 1em; }
#center_column ol { padding:0 0 1em 0;margin:0 0 0 1em;list-style-type: decimal;line-height:1.4em; }
#center_column ol li { padding:0 0 0.5em 0em;margin:0 0 0 1em; }
#center_column ol ol { padding:0.5em 0 0 0;margin:0 0 0 1em;list-style-type: lower-alpha;line-height:1.4em; }
#center_column ol ol li { padding:0 0 0.5em 0em;margin:0 0 0 1em; }
#center_column ol ol ol { padding:0.5em 0 0 0;margin:0 0 0 1em;list-style-type: lower-roman;line-height:1.4em; }
#center_column ol ol ol li { padding:0 0 0.5em 0em;margin:0 0 0 1em; }


#right_column a:hover { color: #0096FA;}
#right_column ul { padding:0 0 1em 0;margin:0 0 0 1em;list-style-type: disc;line-height:1.4em; }
#right_column ul li { padding:0 0 0.5em 0;margin:0 0 0 1em; }
#right_column ul ul { padding:0.5em 0 0 0;margin:0 0 0 1em;list-style-type: circle;line-height:1.4em; }
#right_column ul ul li { padding:0 0 0.5em 0;margin:0 0 0 1em; }
#right_column ul ul ul { padding:0.5em 0 0 0;margin:0 0 0 1em;list-style-type: square;line-height:1.4em; }
#right_column ul ul ul li { padding:0 0 0.5em 0;margin:0 0 0 1em; }
#right_column ol { padding:0 0 1em 0;margin:0 0 0 1em;list-style-type: decimal;line-height:1.4em; }
#right_column ol li { padding:0 0 0.5em 0em;margin:0 0 0 1em; }
#right_column ol ol { padding:0.5em 0 0 0;margin:0 0 0 1em;list-style-type: lower-alpha;line-height:1.4em; }
#right_column ol ol li { padding:0 0 0.5em 0em;margin:0 0 0 1em; }
#right_column ol ol ol { padding:0.5em 0 0 0;margin:0 0 0 1em;list-style-type: lower-roman;line-height:1.4em; }
#right_column ol ol ol li { padding:0 0 0.5em 0em;margin:0 0 0 1em; }

hr {
	border:0;
	color: #0096FA;
	background-color: #0096FA;
	height: 1px;
	margin-bottom:1em;
	width:100%;
}

/* Tables ---------------------- */
table { background: #fff;  margin: 0 0 1em 0; border: 1px solid #ddd; font-size:90%;box-sizing:border-box; }
table thead, table tfoot { background: #f5f5f5; }
table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { line-height: 1.3; text-align: left; }
table thead tr th, table tfoot tr td { padding: 0.5em 0; /* font-size: 1em; */ }
table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; }
table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; }
table tbody tr.even, table tbody tr.alt { background: #f9f9f9; }
table tbody tr th, table tfoot tr th { font-weight:800; text-align:left; padding-left:0.5em; }
table tbody tr:nth-child(even) { background: #f9f9f9; }
table tbody tr td { padding: 0.25em 0.5em  ; vertical-align: top; border: none; }
#center_column table {
	background: #fff;
	margin: 0 0 1em 0;
	/* border-color: #0096FA; */
    font-size: smaller;
}

/* #center_column tr th {
	font-weight: 800;
	text-align: left;
	padding-left: 0.5em;
	background: #0096FA;
	color: #fff;
} */

/*wordpress newsfeed styling*/

.alignright { float:right; padding-left:10px; }
.alignleft { float:left; padding-right:10px; }
.wp-caption-text { font-size:85%;line-height:1.2; font-weight:bold; }
@media (max-width: 460px) {
	   .alignright { float:none; padding-left:0; }
       .alignleft { float:none; padding-left:0; }
	}


/*****Start blue-button Update JRS 8-15-2019 *****/
p.blue-button-right a, a.blue-button-right {
     float:right;
	 margin:  10px 0 10px 15px;
	 }
p.blue-button-left a, a.blue-button-left {
     float:left;
	 margin: 10px 15px 10px 0;
	 }
p.blue-button-inline a, a.blue-button-inline {
     line-height:3.5em;
	 margin: 0px;
	 }
p.blue-button-right a, p.blue-button-left a, p.blue-button-inline a, a.blue-button-right, a.blue-button-left, a.blue-button-inline {
     font-weight:bold;
     font-style:italic;
     font-size:1.2em;
     white-space: nowrap;
	 color: #ffffff !important;
	 background: #003B73;
	 padding: 10px 17px;
	 text-decoration: none;
	 -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
     -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
     box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
     -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
     -moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
     text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	 }
p.blue-button-inline a:hover, p.blue-button-left a:hover, p.blue-button-right a:hover, a.blue-button-inline:hover, a.blue-button-left:hover, a.blue-button-right:hover {
     color: #ffffff !important;
     background: #005da3;
     text-decoration: none;
     }
p.abe-button-inline a, a.abe-button-inline {
  font-weight: 700;
  font-style: normal;
  font-size: 1.3em;
  line-height: 1;
	color: #003B73;
	background-color: #ffffff;
	padding: 5px 10px;
	margin: 10px 0;
	text-decoration: none;
	border: 3px solid #003B73;
}
p.abe-button-inline a:hover, a.abe-button-inline:hover {
	background-color: #0096FA;
	//border: 3px solid #0096FA;
    color: #003B73 !important;
    text-decoration: none;
}

@media screen and (max-width: 523px) {
  p.blue-button-right a, p.blue-button-left a, p.blue-button-inline a, a.blue-button-right, a.blue-button-left, a.blue-button-inline { font-size: 0.8em;padding: 8px 15px; }
  p.abe-button-inline a, a.abe-button-inline { font-size: 0.8em; }
}
/*****END blue-buttons *****/











