/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end CSS reset */

div.wahwm-page_title {
	font-family: 'Gravitas One', serif;
	font-size: 2.75rem;
	color: #232d4b;
	padding-top: 15px;
	padding-bottom: 15px;
}

div.subcontent_title,
div.form_field_title {
	font-family: 'Libre Franklin', sans-serif;
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 1.75rem;
	color: #003479;
	margin: 0px;
	padding-bottom: 10px;
}

.wahwm-content a,
.wahwm-content span.aspan {
	color: #005990;
	text-decoration: none;
}

.wahwm-content a:hover,
.wahwm-content span.aspan:hover {
	color: #cccccc;
	cursor: pointer;
}

.wahwm-content a.read_more {
	color: #e57200;
}

.wahwm-content a.read_more:hover {
	color: #cccccc;
}

.wahwm-content a.foot-note-link {
	color: #005990;
	font-size: 0.6em;
	line-height: 1em;
	vertical-align: super;
}

.wahwm-content a.foot-note-link:hover {
	color: #cccccc;
}

.wahwm-content {
	font-family: 'Libre Franklin', sans-serif;
}

.wahwm-content p {
	font-size: 1em;
	line-height: 1.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #333333;
}

.wahwm-content p.last_p::after {
    content: '\25A0';
    color: #e57200;
    font-size: 1.5em;
	line-height: 0.5em;
    margin-left: 0.25em;
}

.wahwm-content div.big_quote {
	position: relative;
	padding-left: 2.4em;
}

.wahwm-content div.big_quote::before {
    display: block;
    content: "\201C";
    font-family: 'Gravitas One', "Georgia", "Radley", serif;
    font-size: 3.25em;
    position: absolute;
    left: 0px;
    top: 0.25em;
    color: #e57200;
}

.wahwm-content div.center_text,
.wahwm-content span.center_text {
	text-align: center;
}

.wahwm-content div.left_text,
.wahwm-content span.left_text {
	text-align: left;
}

.wahwm-content div.right_text,
.wahwm-content span.right_text {
	text-align: right;
}

div.narrow-orange-dot-spacer {
	border-width: 0 0 4px 0;
	width: 10%;
	max-width: 120px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-style: dotted;
	border-color: #e57200;
	border-image-source: url(wahwm_images/orange-dots.svg);
	border-image-slice: 20% 20%;
	border-image-repeat: round;
}

div.narrow-blue-dot-spacer {
	border-width: 0 0 4px 0;
	width: 10%;
	max-width: 120px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-style: dotted;
	border-color: #232d4b;
	border-image-source: url(wahwm_images/blue-dots.svg);
	border-image-slice: 20% 20%;
	border-image-repeat: round;
}

div.line-spacer {
	width: 100%;
	height: 2px;
	background-color: #afafaf;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

div.footnotes {
	width: 80%;
	padding-top: 40px;
}

p.foot-note {
	font-size: 0.8rem;
}

em {
	font-style: italic;
}

sup {
	vertical-align: super;
	font-size: 0.8rem;
	line-height: 0.4rem;
}

strong {
	font-weight: bold;
}

ul.subcontent_list {
	margin: 0 0 0 20px;
}

ul.subcontent_list li {
	font-size: 1em;
	line-height: 1.5em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	color: #333333;
}

/* --------------- Layout --------------- */

div#all-content {
	padding: 0;
	margin: 0;
	width: 100%
}

div#header-content,
div#main-content,
div#footer-content {
	width: 100%;
}

div#curry-nav-wrapper {
	width: 100%;
	max-width: 70rem;
	margin-left: auto;
	margin-right: auto;
}

div#logo,
div#wahwm-content-wrapper,
div#header-bottom {
	width: 96%;
	max-width: 70rem;
	margin-left: auto;
	margin-right: auto;
}

div#header-top {
	width: 100%;
	height: auto;
	overflow: visible;
	background-color: #00215b;
}

div.wahwm-content {
	display: table;
	width: 100%;
}

div.wahwm-subcontent {
	display: table-row;
}

div.wahwm-subcontent-left,
div.wahwm-subcontent-right,
div.wahwm-subcontent-center {
	display: table-cell;
	vertical-align: top;
}

div.wahwm-subcontent-left {
	width: 33.33%;
	padding-right: 2%;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

div.wahwm-subcontent-right {
	width: 66.66%;
	padding-left: 2%;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

div.wahwm-subcontent div.timeline {
	border-left: solid 2px #000000;
}

div.wahwm-subcontent div.leftline {
	border-left: solid 2px #afafaf;
}

div.wahwm-subcontent div.rightline {
	border-right: solid 2px #afafaf;
}

div.wahwm-subcontent div.topline {
	border-top: solid 2px #afafaf;
}

div.vertmid {
	vertical-align: middle;
}

div.wahwm-subcontent-center {
	width: 99.99%;
}

div.wahwm-subcontent-left-image-wrapper {
	position: relative;
	width: 100%;
}

img.wahwm-subcontent-left-image {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

div.wahwm-subcontent-left-image-text {
	font-size: 90%;
	margin-top: 0.5em;
}

div.wahwm-subcontent-center-image-wrapper {
	position: relative;
	width: 100%;
}

img.wahwm-subcontent-center-image {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

div.wahwm-subcontent-center-image-text {
	font-size: 90%;
	margin-top: 0.5em;
}

/* --------------- Header --------------- */

div#logo {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ffffff;
}

div#logo img.logo_image {
	width: 100%;
}

/* --------------- Curry Nav --------------- */

div#curry-nav-wrapper {
	width: 100%;
	height: 3rem;
	background-color: #00215b;
	clear: both;
}

ul#curry-nav {
	float: right;
	margin-top: 0.6rem;
	background-color: #00215b;
	white-space: nowrap;
	list-style: none;
	line-height: 1em;
}

ul#curry-nav li {
	display: inline;
}

.curry-nav-list-item {
    float: left;
    position: relative;
	background-color: #00215b;
}

.curry-nav-list-item::after {
    content: '\2022';
    color: #e57200;
	background-color: #00215b;
    width: 0.5rem;
	z-index: 100;
}

ul#curry-nav li.last-item::after {
    content: '';
}

a.curry-nav-link {
    color: #ffffff;
	background-color: #00215b;
    font-size: 0.75rem;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.075rem;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    display: inline-block;
	font-family: 'Libre Franklin', Arial, sans-serif;
	text-decoration: none;
}

a.curry-nav-link:hover {
	color: #e57200;
	text-decoration: underline;
}

/* --------------- Main Menu --------------- */

div#main-menu {
	clear: both;
	width: 100%;
	border-bottom: solid 10px #ffffff;
}

div#main-menu::after {
  content: "";
  clear: both;
  display: table;
}

ul#main-menu-links {
	margin: 0;
	padding: 0 15px;
	background: #ffffff;
	float: right;
	position: relative;
}

ul#main-menu-links li {
	display: block;
	float: left;
	list-style: none;
	padding: 0 1px;
	margin: 0 1px;
	position: relative;
	border-right: solid 2px #e57200; 
}

ul#main-menu-links li.last-item {
	border-right: none; 
}

ul#main-menu-links a {
	float: left;
	color: #232d4b;
	background: #ffffff;
	font-family: 'Libre Franklin', Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.0em;
	line-height: 2.4em;
	letter-spacing: 0.075em;
	padding: 0 0.6em;
	text-decoration: none;
}

ul#main-menu-links li a:hover,
ul#main-menu-links li a:focus {
	color: #cccccc;
	background: #ffffff;
}

ul#main-menu-links li a:active {
	color: #232d4b;
	background: #ffffff;
}

ul#main-menu-links li:hover > ul, ul#main-menu-links li ul:hover {
	visibility: visible;
	display: block;
}

ul#main-menu-links li ul {
	visibility: hidden;
	position: absolute;
	display: none;
	min-width: 40px;
	top: 2.4em;
	left: -5px;
	z-index: 999;
}

ul#main-menu-links li ul li {
	display: block;
	clear: both;
	width: 100%;
	white-space: nowrap;
	background: #232d4b;
	border-bottom: solid 1px #ffffff;
	border-right: none; 
}

ul#main-menu-links li ul li.first-item {
	border-top: solid 10px #ffffff;
}

ul#main-menu-links li ul li a {
	color: #ffffff;
	background: #232d4b;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}

ul#main-menu-links li ul li a:hover,
ul#main-menu-links li ul li a:focus {
	color: #cccccc;
	background: #232d4b;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	
}

ul#main-menu-links li ul li a:active {
	color: #ffffff;
	background: #232d4b;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}

/* --------------- Footer --------------- */

div#wahwm-footer-wrapper {
	border-top: solid 4px #afafaf;
	margin-top: 20px;
}

div#footer {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	width: 100%;
}

.icon {
    display: inline-block;
    width: 100%;
    height: 100%;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    /* -- pointer-events: none; -- */
}

div.footer-logo {
	width: 75%;
	max-width: 28rem;
	height: auto;
	margin: 0 auto;
}

.icon-logo-color {
	overflow: visible;
}

div.footer-social-media {
    margin: 0 auto;
}

ul.social-media-icons {
    list-style: none;
    line-height: 1;
    margin: 0;
    padding: 0;
}

ul.social-media-icons li {
	display: inline-block;
	margin: 0 .3125rem .3125rem 0;
}

ul.social-media-icons li a {
    color: #e57200;
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    margin: 0.25rem;
	text-decoration: none;
	transition: color .5s
}

ul.social-media-icons li a:hover {
    color: #002f6c;
	transition: color .5s;
}

div.footer-contact {
    margin: 10px auto;
}

div.footer-contact a {
	text-decoration: none;
}

div.footer-contact a:hover {
	color: #cccccc;
	text-decoration: underline;
}

div.footer-contact .address, 
div.footer-contact .tel, 
div.footer-contact .email {
    color: #666666;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 90%;
    line-height: 1.5rem;
    font-style: italic;
	font-weight: normal;
    display: inline;
}

div.footer-contact .tel::after,
.footer-contact .address::after {
	font-style: normal;
	color: #666666;
    content: '|';
    display: inline-block;
    margin: 0 0.325rem 0 0.5rem;
}

div.footer-links {
	width: 100%;
}

ul.footer-links-list {
    list-style: none;
    line-height: 1;
    margin: 0;
    padding: 0;
}

li.footer-links-list-item {
	display: inline;
    position: relative;
}

li.footer-links-list-item::after {
    content: '\2022';
    color: #e57200;
    width: 0.5rem;
	z-index: 100;
}

ul.footer-links-list li.last-item::after {
    content: '';
}

a.footer-link {
    color: #00215b;
    font-size: 100%;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    padding: 0.5rem 0.5rem 0.5rem 0rem;
    display: inline-block;
	font-family: 'Libre Franklin', Arial, sans-serif;
	text-decoration: none;
}

a.footer-link:hover {
	color: #cccccc;
	text-decoration: underline;
}

div.footer-legal {
    margin: 10px auto;
}

div.footer-legal a,
div.footer-legal span {
	text-decoration: none;
	text-transform: uppercase;
    color: #666666;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 0.7rem;
    line-height: 1.5rem;
    font-style: normal;
	font-weight: bold;
	display: inline;
}

div.footer-legal a::after {
	font-style: normal;
	color: #666666;
    content: '|';
    display: inline-block;
    margin: 0 0.325rem 0 0.5rem;
}

div.footer-legal a:hover {
	color: #cccccc;
	text-decoration: underline;
}

/* --------------- Forms --------------- */

div#reflection_form_wrapper {
	width: 90%;
}

div#reflection_form_wrapper div.form_field {
	margin-bottom: 15px;
}

div.form_field table tr td {
	padding: 0 20px 5px 0;
}

p.instructive_text
 {
	color: #003479;
	font-weight: bold;
	padding: 0 10px 10px 0; 
}

.red_alert { color: #ff0000; }

p.fine_print {
	font-size: 0.75em;
    line-height: 1.5em;
}

/* --------------- Carousel and Banner --------------- */

div.carousel-wrapper,
div.banner-wrapper {
	height: 400px;
	position: relative;
	width: 100%;
	margin:0 auto;
}

.carousel-item {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 25px 50px;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

a.carousel-arrow {
	border: solid #ffffff;
	border-width: 0 5px 5px 0;
	display: inline-block;
	padding: 12px;
}

a.carousel-arrow:hover {
	border: solid #cccccc;
	border-width: 0 5px 5px 0;
}

a.carousel-arrow-prev {
	left: 10%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(135deg);
}

a.carousel-arrow-next {
	right: 10%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

div.carousel-big-button  {
    background-color: rgba(0, 0, 0, 0.5);
	border: solid 2px #ffffff;
	padding: 0.5em 5em 0.5em 5em;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
}

div.carousel-big-button a {
	color: #ffffff;
	text-decoration: none;
	font-family: 'Catamaran', 'Arial', 'Helvetica', sans-serif;
	font-size: 120%;
	letter-spacing: 0.2em;
}

div.carousel-big-button a:hover {
	color: #cccccc;
}

/* --------------- Homepage --------------- */

div#home_page-introduction {
	font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-size: 130%;
	padding-top: 10px;
}

div.home_page-section {
	width: 100%;
}

div.home_page-subsection_trio {
	width: 100%;
	display: flex;
}

div.home_page-section_title {
	font-family: 'Gravitas One', serif;
	font-weight: normal;
	font-size: 275%;
	color: #232d4b;
	text-align: center;
	border-bottom: solid 2px #a6adb4;
	padding: 20px 10px 10px 10px;
	margin: 0px 0px 20px 0px;
}

div.home_page-subsection {
	width:33.33%;
	height:auto;
	float:left;
	padding-left: 1%;
	padding-right: 1%;
}

img.home_page-subsection_image {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

div.home_page-subsection_title {
	color: #232d4b;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 125%;
	padding: 0.5em 0 0.5em 0;
}

div.home_page-subsection_text {
	font-size: 100%;
	line-height: 1.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

div.home_page-subsection_text a.go {
	text-decoration: none;
	color: #003479;
}

div.home_page-subsection_text a.go:hover {
	color: #cccccc;
}


/* --------------- Sources --------------- */

div.xcontent {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.25s ease-out;
}

div.xpander div.wahwm-subcontent div.wahwm-subcontent-left,
div.xpander div.wahwm-subcontent div.wahwm-subcontent-right {
	padding-top: 0px;
	padding-bottom: 10px;
}

div.xpander_title {
	background-color: #003479;
	padding: 10px 0 10px 0;
	margin: 0;
}

div.xpander_title span.aspan {
	color: #ffffff;
}

div.xpander_title span.aspan:before {
  display: inline-block;
  content: ' ';
  vertical-align: middle;
  background-image: url('wahwm_images/orange-triangle.svg');
  background-width: 1.25em;
  background-height: 1.25em;
  width: 1.25em;
  height: 1.25em;
  margin-left: 1%;
}

div.source_title {
	font-weight: bold;
	margin: 0 0 10px 0;
	font-size: 1.25em;
	line-height: 1.25em;
	color: #003479;
}

div.source_subtitle {
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #003479;
}

p.source_date {
}

p.source_source,
div.source_source {
	font-size: 80%;
}

p.source_link {
}

/* --------------- Process --------------- */

.wahwm-content div.bulleted::before {
 content: '\25A0';
 color: #e57200;
 font-size: 1.5em;
	line-height: 1.0em;
	margin-top: 0.25em;
	float: left;
}

.wahwm-content div.bulleted p {
	padding-left: 2em;
}

/* --------------- Extra --------------- */

span.seb_member {
	font-weight: bold;
}


