/* resets */
/* { margin: 0; padding: 0; border: none; } */
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a { text-decoration: none; }
html { color: #4A4A4A; font-size: 1em; line-height: 1.4; }
::-moz-selection { background: #fde547; text-shadow: none; }
::selection { background: #fde547; text-shadow: none; }
audio, canvas, iframe, img, svg, video { vertical-align: middle; }
fieldset { border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }


/* variables
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
:root {
	--wba-logo-stacked:										url(assets/img/logo-stacked.png);
	--wba-logo-horizontal:								url(assets/img/logo-horizontal.png);
	--wba-logo-stacked-outline: 	 				url(assets/img/logo-stacked-outline.png);
	--wba-logo-horizontal-outline:				url(assets/img/logo-horizontal-outline.png);
	--wba-logo-stacked-white:							url(assets/img/logo-stacked-white.png);
	--wba-logo-horizontal-white:					url(assets/img/logo-horizontal-white.png);
	--wba-logo-stacked-outline-white:			url(assets/img/logo-stacked-outline-white.png);
	--wba-logo-horizontal-outline-white:	url(assets/img/logo-horizontal-outline-white.png);

	--wba-icon:								url(assets/img/icon.png);
	--wba-icon-outline:				url(assets/img/icon-outline.png);
	--wba-icon-white:					url(assets/img/icon-white.png);
	--wba-icon-outline-white:	url(assets/img/icon-outline-white.png);

	--wba-dark-blue:		#003462;
	--wba-dark-blue-80: #335C81;
	--wba-dark-blue-60: #6685A0;
	--wba-dark-blue-40: #99ACC0;
	--wba-dark-blue-20:	#CCD6DF;
	--wba-dark-blue-80-trans: rgba(0, 52, 98, .8);
	--wba-dark-blue-60-trans: rgba(0, 52, 98, .6);
	--wba-dark-blue-40-trans: rgba(0, 52, 98, .4);
	--wba-dark-blue-20-trans:	rgba(0, 52, 98, .2);
	--wba-blue:					#2899D5;
	--wba-blue-80:			#52ADDD;
	--wba-blue-60:			#7EC1E6;
	--wba-blue-40:			#A9D6EE;
	--wba-blue-20:			#D3EBF7;
	--wba-blue-80-trans:			rgba(40, 153, 213, .8);
	--wba-blue-60-trans:			rgba(40, 153, 213, .6);
	--wba-blue-40-trans:			rgba(40, 153, 213, .4);
	--wba-blue-20-trans:			rgba(40, 153, 213, .2);
	--wba-white-80:			rgba(255, 255, 255, 0.8);
	--wba-white-60:			rgba(255, 255, 255, 0.6);
	--wba-white-40:			rgba(255, 255, 255, 0.4);
	--wba-white-20:			rgba(255, 255, 255, 0.2);
	--wba-dark-gray:		#333;					
	--wba-gray:					#666;					
	--wba-light-gray:		#787878;					

	--wba-font-legitima:						"legitima", serif;
	--wba-font-gravesend:						"gravesend-sans", sans-serif;
	--wba-font-garamond:						Garamond, serif;
	--wba-font-light: 	 						300;
	--wba-font-regular:  						400;
	--wba-font-medium:   						500;
	--wba-font-bold: 		 						700;
}

/*
font-family: "legitima", serif;
font-weight: 500;
font-style: normal;
or
font-style: italic;

font-family: "gravesend-sans", sans-serif;
font-weight: 300; light
font-weight: 500; medium
font-weight: 700; bold
font-style: normal;

*/

/* hide for mobile
------------------------------ */
#mobile-menu { display: none; }

/* interface styles
------------------------------ */
body {
    font: 16px/24px var(--wba-font-legitima);
    line-height: 100%;
    background-color: #fff;
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 100px;
    box-sizing: border-box;
}

/* header
------------------------------ */
#header-container {
    position: relative;
    width: 100%;
    height: 80px;
    background-color: #fff;
    box-sizing: border-box;
}

#logo {
    float: left;
    display: block;
    width: 176px;
    height: 50px;
    margin: 15px 0 0 0;
}
#logo img { width: 100%; }


/* navigation
------------------------------ */
nav ul { list-style: none; }

#header-container nav .menu-main-navigation-container { float: right; }
#header-container nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#header-container nav ul li {
    float: left;
    height: 80px;
    padding: 0 17px;
    box-sizing: border-box;
}
#header-container nav ul li a {
    display: block;
    height: 80px;
    line-height: 80px;
    color: var(--wba-light-gray);
		font-family: var(--wba-font-gravesend);
		font-size: 16px;
    font-weight: 700;
    padding: 0 2px;
		transition: all 0.33s ease-in-out;
}
#header-container nav ul li.menu-item-has-children a,
#header-container nav ul li.current-menu-item a,
#header-container nav ul li.current-menu-parent a,
#header-container nav ul li.current-menu-ancestor a {
	background-image: url(../img/nav-hover.png);
	background-position: 50% calc(100% + 32px);
	background-repeat: no-repeat;
	background-size: 32px;
}
#header-container nav ul li:last-child a { color: var(--wba-blue); }

#header-container nav ul li a:hover,
#header-container nav ul li.menu-item-has-children:hover a {
	color: var(--wba-dark-blue);
	background-position: 50% 100%;
}
#header-container nav ul li:last-child a:hover {
	color: var(--wba-blue-60);
}

#header-container nav ul li.current-menu-item a,
#header-container nav ul li.current-menu-parent a,
#header-container nav ul li.current-menu-ancestor a {
	color: var(--wba-dark-blue);
	background-position: 50% 100%;
}

#header-container nav ul li.menu-item-has-children ul.sub-menu {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 0px;
	text-align: center;
	background-color: var(--wba-dark-blue);
	transition: height 0.5s ease;
}
/*#header-container nav ul li.menu-item-has-children ul.sub-menu.left-align-sub-menu { text-align: left; }*/

#header-container nav ul li.menu-item-has-children:hover ul.sub-menu,
#header-container nav ul li.menu-item-has-children.current-menu-item ul.sub-menu,
#header-container nav ul li.menu-item-has-children.current-menu-parent ul.sub-menu,
#header-container nav ul li.menu-item-has-children.current-menu-ancestor ul.sub-menu { height: 60px; z-index: 101; }

#header-container nav ul li.menu-item-has-children ul.sub-menu li {
	display: inline-block;
	float: none;
	height: 60px;
	line-height: 100%;
	padding: 0 15px;
}
#header-container nav ul li.menu-item-has-children:hover ul.sub-menu li a,
#header-container nav ul li.menu-item-has-children ul.sub-menu li a {
	height: auto;
	line-height: 100%;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 22px 0 4px 0;
	background: none;
	border-bottom: 2px solid transparent;
	text-transform: none;
}
#header-container nav ul li.menu-item-has-children ul.sub-menu li a:hover,
#header-container nav ul li.menu-item-has-children ul.sub-menu li.current-menu-item a {
	color: #fff;
	background: none;
	border-bottom: 2px solid #fff;
}





/* hero photo + header
------------------------------ */
#hero-container {
    position: relative;
    width: 100%;
    height: 60px;
    overflow: hidden;
    box-sizing: border-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
#hero-container.has-hero { height: 500px; }
#hero-container.has-hero.has-sub-menu { margin-top: 60px; }

/* content
------------------------------ */
#content-container {
    font-size: 20px;
    padding: 55px 120px;
    box-sizing: border-box;
}
.slim-content { padding: 0 100px; box-sizing: border-box; }
.page-template-how-to-apply .slim-content { padding: 0 50px; }

.columns .col-2-1,
.columns .col-2-2,
.columns .col-3-1,
.columns .col-3-2,
.columns .col-3-3 {
    float: left;
    width: 50%;
    height: auto;
    line-height: 150%;
    margin: 0 0 25px 0;
    box-sizing: border-box;
}

.columns .col-2-1 { padding-right: 3%; }
.columns .col-2-2 { padding-left: 3%; }

.columns .col-3-1,
.columns .col-3-2,
.columns .col-3-3 { width: 30%; }
.columns .col-3-2 { margin: 0 5%; }

.columns .one-third, .columns .two-thirds { float: left; width: 33%; box-sizing: border-box; }
.columns .two-thirds { width: 67%; padding-right: 4%; }

/* columns with divider */
.columns.with-divider.center-divider .col-2-1,
.columns.with-divider.center-divider .col-2-2 {
    float: left;
    width: 45%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
    height: auto;
    min-height: 700px;
}
.columns.with-divider.center-divider .col-divider {
    float: left;
    width: 10%;
    height: auto;
    min-height: 700px;
    padding: 20px 0;
    text-align: center;
    background-image: url(../img/bg-col-divider.png);
    background-repeat: repeat-y;
    background-position: 50% 0;
}
.columns.with-divider.center-divider .col-divider h2 {
    font-size: 24px;
    padding: 10px 0;
    background-color: #fff;
}



/* set baseline for headers */
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
	line-height: 120%;
	font-family: var(--wba-font-gravesend);
}

article h1 {
    font-size: 44px;
    color: var(--wba-dark-blue);
    text-align: center;
    margin: 0 0 20px 0;
}
article h2 {
    color: var(--wba-dark-blue-80);
    font-size: 32px;
    text-align: center;
    margin: 0 0 36px 0;
}
article h3 {
	font-size: 30px;
	color: var(--wba-dark-blue-80);
}
article h4 {
	font-size: 20px;
	color: var(--wba-dark-blue-60);
	margin: 0 0 11px 0; 
}
article h5 {
	font-size: 20px;
	color: var(--wba-dark-blue-80);
	margin: 0;
}
article h6 {
	font-size: 20px;
	color: var(--wba-dark-blue);
}

article p,
article ol,
article ul {
    font-size: 1.2rem;
    line-height: 150%;
    padding: 0 0 0 0;
    margin-bottom: 20px;
    box-sizing: border-box;
}

article p.intro {
    font-size: 1.4rem;
    color: #4A4A4A;
    line-height: 31px;
    text-align: center;
		margin-bottom: 40px;
}

/* ordered lists */
article ol { clear: both; margin-left: 45px; box-sizing: border-box; }
article ol li { margin-bottom: 8px; padding-left: 5px; box-sizing: border-box; }

/* graphic bullets */
article ul { clear: both; margin: 0 0 25px 25px; box-sizing: border-box; }
article ul li {
    margin: 0 0 5px 0;
    padding: 0;
    line-height: 24px;
    box-sizing: border-box;
}

article a {
	color: var(--wba-blue);
	transition: all 0.33s ease-in-out;
}
article a:hover {
	color: var(--wba-blue-80);
	text-decoration: none;
}


article table {
    margin: 0 0 20px 0;
    border-collapse: collapse;
}
article table tr td {
    font-size: 16px;
    padding: 6px 25px 6px 0;
    vertical-align: top;
}

/*article strong { color: #006fa3; }*/

article blockquote {
    font-size: 120%;
    font-weight: 700;
    margin: 0 0 25px 25px;
    padding: 15px 0 15px 25px;
    box-sizing: border-box;
    border-left: 4px solid #006fa3;
    box-sizing: border-box;
}
article blockquote p { margin: 0; }

article hr {
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
		border: none;
    border-top: 4px solid var(--wba-blue);
    margin: 25px auto;
}


/* images */
.entry-content img {
    width: auto;
    max-width: 100%;
}


/* cta buttons
------------------------------ */
.cta-btn,
.gform_button {
    display: table;
    margin: 0 auto;
    min-width: 360px;
    min-height: 60px;
    line-height: 60px;
    text-align: center;
		font-family: var(--wba-font-gravesend);
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0;
    background: var(--wba-dark-blue);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.50);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
}
.cta-btn:hover,
.gform_button:hover {
	color: #fff;
}

.form-wrapper .cta-btn,
.form-wrapper .gform_button {
    width: 100%;
    min-width: 100%;
    min-height: 40px;
    line-height: 40px;
    font-size: 24px;
}
.form-wrapper .cta-btn.download-btn { background-color: var(--wba-dark-blue); }


/* overview cta boxes
------------------------------ */
.page-callouts {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin: 90px 0 0 0;
    padding: 0;
}
.page-callouts li {
    width: 30%;
    text-align: center;
		font-family: var(--wba-font-gravesend);
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 34px;
    margin: 0 0 50px 0;
    background-color: var(--wba-dark-blue);
    border-bottom: 3px solid var(--wba-blue);;
}
.page-callouts li a { color: #fff; }
.page-callouts li img { width: 100%;  }
.page-callouts li div {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}






/* staff
------------------------------ */
.page-template-staff #hero-container,
.single-lsa-staff #hero-container { height: 60px; background-image: none; }

.page-template-staff article h2 { margin: 0 0 15px 0; }


#staff-grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
}
#staff-grid li {
    width: 22%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 34px;
    margin: 0 1.5%;
    padding: 1.5% 1.5% 50px 1.5%;
    background-color: #fff;
    transition: background-color 0.5s ease;
}
#staff-grid li a { color: #4A4A4A; }
#staff-grid li h4 { font-size: 18px; margin: 0 0 7px 0; }
#staff-grid li a img { width: 100%; margin-bottom: 30px; border: 1px solid #979797; }

#staff-grid li .staff-title { line-height: 120%; }

#staff-grid li:hover { color: #fff; background-color: var(--wba-dark-blue); }
#staff-grid li:hover a, #staff-grid li:hover h4 { color: #fff; }


/* staff bio
------------------------------ */
.back-to {
    display: table;
    margin: 0 auto 22px auto;
    font-size: 20px;
    color: #9B9B9B;
}
.back-to img { width: 14px; margin-top: -4px; }

.name-title { text-align: center; margin: 0 0 60px 0; }
.name-title h1 { margin: 0; }
.name-title h3 { margin: 0 0 40px 0; }

.columns .bio-photo {
    float: right;
    width: 50%;
    margin: 0 0 25px 0;
    padding-left: 3%;
    box-sizing: border-box;
    text-align: center;
}
.columns .bio-photo img {
	width: auto;
	max-width: 100%;
	border: 1px solid #cccccc;
	margin-bottom: 25px;
}
.columns .bio-photo .cta-btn {
	width: 100%;
}



/* how to apply
------------------------------ */
.form-wrapper {
    height: auto;
    min-height: 600px;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    background-color: #F9F8EC;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.50);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.columns .col-2-2 .form-wrapper img {
    display: block;
    width: 100%;
    max-width: 298px;
    margin: 0 auto 35px auto;
}

article .form-wrapper p {
    line-height: 140%;
    margin-bottom: 20px;
}

article .form-wrapper .gform_fields {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none
}
article .form-wrapper .gform_fields .gfield { text-align: center; margin: 0 0 20px 0; }
.form-wrapper .gform_fields .gfield .gfield_label { display: block; margin: 0 0 5px 0; font-weight: 700; }

.form-wrapper .gform_fields .gfield input {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 8px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.50);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.form-wrapper .ginput_container_radio {
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.50);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.form-wrapper .gfield_error .ginput_container_radio { border: 1px solid #A70202; }

article .form-wrapper .gfield_radio { margin: 0; padding: 0; }
article .form-wrapper .gfield_radio li {
    float: left;
    width: 50%;
    height: 80px;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    box-sizing: border-box;
    font-size: 14px;
}
article .form-wrapper .gfield_radio li:last-child { border-left: 1px solid #cccccc; }
.form-wrapper .gform_fields .gfield_radio input {
    width: auto;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.validation_error,
.gfield_description.validation_message {
    color: #A70202;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 15px 0;
}
.gfield_description.validation_message { font-weight: 400; padding: 5px 0 0 0; }
.form-wrapper .gform_fields .gfield.gfield_error input { border: 1px solid #A70202; }

.gform_wrapper .gform_validation_container { display: none; } /* hide weird validation field + message */




/* home page
------------------------------ */
.home #content-container { padding: 60px 0; }
.home #hero-container {
	position: relative;
	height: 80vh;
	max-height: 890px;
	background-image: url(../img/hero-hp.jpg);
	overflow: hidden;
}
.home #hero-container .wrapper {
	position: relative;
	z-index: 2;
	height: 80vh;
	max-height: 890px;
	box-sizing: border-box;
}
.home #hero-container #hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 80vh;
	max-height: 890px;
	background-color: var(--wba-dark-blue-40-trans);
}

.home #hero-container h1 {
    width: 100%;
    margin: 11% 0 0 0;
    padding: 0;
    text-align: center;
    color: #FFFFFF;
		font-family: var(--wba-font-gravesend);
    font-size: 5.5vw;
    font-weight: 700;
    line-height: 100%;
    text-shadow: 0 0 14px rgba(0,0,0,0.60);
}
.home #hero-container .wrapper .hero-content {
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
    padding: 0 150px;
}
.home .hero-content p {
    margin: 0 0 40px 0;
    font-size: 36px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 110%;
    text-align: center;
    text-shadow: 0 0 4px rgba(0,0,0,0.60);
}


/* home page announcement
------------------------------ */
#announcement-container { background-color: #DA202A; }
#announcement.wrapper {
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    box-sizing: border-box;
}
#announcement img { width: 20px; margin: 0 10px 5px 0; }


/* home page callouts
------------------------------ */
#home-page-featured-content {
    width: 100%;
		height: 100%;
    display: flex;
    justify-content: space-between;
		align-items: stretch;
		list-style: none;
		margin: 0;
		padding: 0;
}
#home-page-featured-content li {
    width: 31%;
		height: 100%;
		color: #4a4a4a;
    text-align: center;
    line-height: 100%;
    margin: 0;
    padding: 0;
}
#home-page-featured-content li a { color: #4a4a4a; }
#home-page-featured-content li img {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 1px solid #003A60;
    box-sizing: border-box;
    border-bottom: none;
}
#home-page-featured-content li .featured-btn {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--wba-dark-blue);
    border-bottom: 3px solid var(--wba-blue);
		font-family: var(--wba-font-gravesend);
    font-weight: 500;
    font-size: 16px;
		color: #fff;
    box-sizing: border-box;
}
#home-page-featured-content li .featured-content {
    line-height: 24px;
    padding: 25px 30px;
    border-right: 1px solid var(--wba-dark-blue);
    border-left: 1px solid var(--wba-dark-blue);
    box-sizing: border-box;
}
#home-page-featured-content li .featured-content h5 {
    color: #000;
    font-size: 20px;
    margin: 0 0 5px 0;
}


#home-solo-cta {
    position: relative;
    display: flex;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
    clear: both;
    width: 100%;
    min-height: 120px;
    color: var(--wba-dark-blue);
		font-family: var(--wba-font-gravesend);
    font-size: 16px;
		font-weight: 700;
    margin: 100px 20px 50px 20px;
    padding: 0 250px 0 130px;
    border: 8px solid var(--wba-blue-60);
}
#home-solo-cta .cta-btn {
    width: auto;
    min-width: auto;
    font-size: 16px;
    font-weight: 400;
    padding: 0 20px;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: var(--wba-dark-blue);
}
#home-solo-cta img {
    position: absolute;
    top: -50px;
    right: 87px;
    width: 124px;
}

/* bottom callouts
------------------------------ */
#bottom-callout-container {
    width: 100%;
    min-height: 350px;
    box-sizing: border-box;
    background-color: #E8E6CC;
    border-top: 50px solid #fff;
}
#bottom-quote {
    float: left;
    width: 60%;
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
    padding: 55px 30px 0 0;
    box-sizing: border-box;
}
#bottom-quote .rando-quotes { display: none; }
#bottom-quote p { font-size: 16px; margin: 0; }
#bottom-quote p.the-quote { font-size: 20px; line-height: 30px; margin-bottom: 10px; }
#bottom-graphic {
    float: right;
    width: 40%;
    height: 350px;
    margin-top: -50px;
    padding: 90px 30px 0 30px;
    text-align: center;
		background-color: var(--wba-blue);
    /* background-image: url(../img/bottom-quote-graphic-placeholder.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: cover; */
}
#bottom-graphic h3 {
	font-family: var(--wba-font-gravesend);
	font-size: 20px;
	color: #FFFFFF;
	line-height: 150%;
}


/* slim callout */
#bottom-slim-callout-container {
    clear: both;
    margin: 100px 0 90px 0;
}
#bottom-slim-callout {
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    height: 100px;
    margin: 0 auto;
    padding: 0 38px 0 162px;
    box-sizing: border-box;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.50);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-shadow: -1px 1px 0 rgba(0,0,0,0.50);
    background-image: url(../img/slim-callout-graphic.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}


#bottom-graphic .cta-btn,
#bottom-slim-callout .cta-btn {
    display: table;
    margin: 22px auto 0 auto;
    padding: 0;
    width: 180px;
    min-width: 180px;
    height: 46px;
    min-height: 46px;
    line-height: 46px;
    color: var(--wba-dark-blue);
    font-size: 16px;
    background-color: #fff;
    text-shadow: none;
}
#bottom-slim-callout .cta-btn { float: right; margin: 0; }


/* footer
------------------------------ */
#footer-container {
    position: relative;
    min-height: 320px;
    padding: 0 20px 20px 20px;
    background-color: var(--wba-dark-blue);
    box-sizing: border-box;
}

.tribute {
    height: 100px;
    line-height: 100px;
		font-family: var(--wba-font-gravesend);
		font-size: 12px;
    color: var(--wba-white-80);
    text-align: center;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--wba-blue-40);
}
.tribute img { display: inline-block; width: 55px; height: 55px; }



#footer-container p {
	font-family: var(--wba-font-gravesend);
	font-size: 14px;
	color: var(--wba-white-80);
	line-height: 27px;
}
#footer-container a { color: var(--wba-white-80); }
#footer-container p.copyright { font-size: 14px; margin: 30px 0 0 0; }

#social-icons { float: right; list-style: none; }
#social-icons li {
	float: left;
	width: 42px;
	height: 42px;
	margin: 0 0 0 20px;
	background-color: var(--wba-white-80);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	overflow: hidden;
	transition: all 0.33s ease-in-out;
}
#social-icons li:hover {
	background-color: #fff;
}
#social-icons li a {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    color: var(--wba-dark-blue);
    font-size: 30px;
}
#social-icons li.icon-facebook a { line-height: 46px; }



/* helper classes
------------------------------------------------------------ */
.hidden { display: none !important; visibility: hidden; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.invisible { visibility: hidden; }

.no-link { cursor: default; }


/* Clearings
------------------------------------------------------------ */
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.gfield_radio:before,
.gfield_radio:after {
	content: "";
	display: table;
}

.clear:after,
.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.gfield_radio:after {
	clear: both;
}



/* media queries
------------------------------------------------------------ */
@media only screen and (min-width: 2001px) {
    
    /* keep home page hero from wrapping on two lines */
    .home #hero-container h1 { font-size: 4vw; }
    
}

@media only screen and (min-width: 1600px) and (max-width: 2000px) {
    
    /* keep home page hero from wrapping on two lines */
    .home #hero-container h1 { font-size: 4.5vw; }
    
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    
    /*header.wrapper { padding: 0 100px; }*/
    #header-container nav ul li { padding: 0 10px; }
    #header-container nav ul li a { font-size: 14px; }
    #header-container nav ul li ul li a { font-size: 13px; }
    
    
    #home-solo-cta-wrapper { padding: 0 10px; }
    #home-solo-cta {
        align-content: flex-start;
        justify-content: space-around;
        align-items: center;
        font-size: 16px;
        margin: 100px 0 50px 0;
        padding: 0 200px 0 25px;
        box-sizing: border-box;
    }
    #home-solo-cta .cta-btn { font-size: 16px; }
    #home-solo-cta img { right: 20px; }
    
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
    
    /* header
    ------------------------------ */
    #header-container { height: 50px; border-bottom: 1px solid #A4C400; }
    #header-container .wrapper { padding: 0; }
    #logo { width: 100px;  height: auto; margin: 7px 0 0 14px; }
    
    #mobile-menu {
        display: block;
        position: absolute;
        top: 11px;
        right: 14px;
        z-index: 200;
        width: 62px;
        height: 28px;
        line-height: 28px;
        cursor: pointer;
        color: var(--wba-dark-blue);
				font-family: var(--wba-font-gravesend);
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        border: 1px solid var(--wba-dark-blue);
        box-sizing: border-box;
    }    
    
    #header-container nav {
        display: none;
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        z-index: 9999;
        width: 100%;
        height: auto;
        clear: both;
        padding: 0;
        background-color: #003A60;
        border-bottom: none;
    }
    
    #header-container nav .menu-main-navigation-container {
        clear: both;
        float: none;
        padding: 0;
    }

    #header-container nav ul {
        position: static;
        clear: both;
        float: none;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    #header-container nav ul li {
        float: none;
        width: 100%;
        height: auto;
        padding: 0;
        text-align: left;
        border: none;
        background: none;
    }
    #header-container nav ul li a {
        display: block;
        width: 100%;
        height: auto;
        line-height: 100%;
        padding: 15px 10px 15px 25px;
        text-align: left;
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        background: none;
        text-transform: none;
    }
    #header-container nav ul li:last-child a { color: #fff; }
    
    #header-container nav ul li ul.sub-menu,
    #header-container nav ul li.menu-item-has-children ul.sub-menu { display: none; }
    
    #header-container nav ul li a,
    #header-container nav ul li a:hover,
    #header-container nav ul li.menu-item-has-children:hover a,
    #header-container nav ul li.current-menu-item a,
    #header-container nav ul li.current-menu-ancestor a,
    #header-container nav ul li.current-menu-parent a,
    #header-container nav ul li.current-menu-item a:hover,
    #header-container nav ul li.current-menu-parent a:hover,
    #header-container nav ul li.current-menu-ancestor a:hover {
			border: none !important;
			color: #fff !important;
			background: none !important;
		}

    #header-container nav ul li.menu-item-has-children ul.sub-menu { display: block; overflow: hidden; position: static; top: auto; left: auto; z-index: 105; width: 100%; height: auto; text-align: left; background-color: var(--wba-blue-40); transition: none; }
    #header-container nav ul li.menu-item-has-children:hover ul.sub-menu,
    #header-container nav ul li.menu-item-has-children.current-menu-item ul.sub-menu,
    #header-container nav ul li.menu-item-has-children.current-menu-parent ul.sub-menu,
    #header-container nav ul li.menu-item-has-children.current-menu-ancestor ul.sub-menu { height: auto; z-index: 105; }

    #header-container nav ul li.menu-item-has-children ul.sub-menu li {
			display: block;
			height: auto;
			line-height: 100%;
			padding: 0 20px;
			border: none;
		}
    #header-container nav ul li.menu-item-has-children:hover ul.sub-menu li a,
    #header-container nav ul li.menu-item-has-children ul.sub-menu li a { height: auto; line-height: 100%; color: #fff; font-weight: 400; padding: 10px 10px 10px 25px; background: none; text-transform: none; }
    #header-container nav ul li.menu-item-has-children ul.sub-menu li a:hover,
    #header-container nav ul li.menu-item-has-children ul.sub-menu li.current-menu-item a { color: #fff; background: none; border-bottom: none }
    
    #header-container nav ul li.menu-item-has-children { border-bottom: none; }
    
    
    /* hero photo
    ------------------------------ */
    #hero-container, #hero-container.has-hero { height: 180px; }
    #hero-container.has-hero.has-sub-menu { margin-top: 0px; }
    .page-template-staff #hero-container, .single-lsa-staff #hero-container { height: 0px; }
    

    /* page header + intro
    ------------------------------ */
    article h1 { font-size: 30px; }    
    article p.intro { font-size: 20px; line-height: 26px; }

    
    /* staff overview
    ------------------------------ */
    .page-template-staff #hero-container,
    .page-template-staff-bio #hero-container { display: none; }

    #staff-grid { margin: 20px 0 0 0; }
    #staff-grid li { width: 30%; font-size: 14px; line-height: 24px; }
    #staff-grid li h4 { font-size: 16px; }
    #staff-grid li a img { margin-bottom: 20px; }
    

		#home-solo-cta {
			display: block;
			clear: both;
			width: 100%;
			min-width: 100%;
			height: auto;
			min-height: auto;
			font-size: 18px;
			margin: 80px auto 20px auto;
			padding: 20px 0;
			line-height: 120%;
			text-align: center;
		}
    #home-solo-cta .cta-btn {
			display: table;
			width: auto;
			min-width: auto;
			font-size: 16px;
			font-weight: 400;
			margin: 15px auto;
			padding: 0 20px;
		}
    #home-solo-cta img {
			display: none;
		}

    
    /* footer
    ------------------------------ */
    #footer-container { min-height: 320px; padding: 30px 20px; }
    .tribute { height: auto; line-height: 140%; margin-bottom: 40px; padding: 0 20px; }
    .tribute img { display: block; margin: 20px auto; }
    #footer-container p { text-align: center; }
    #footer-container p.copyright { font-size: 14px; margin: 30px 0 0 0; }
    #social-icons { float: none; clear: both; display: table; margin: 0 auto 35px auto; }
    
    
}



@media only screen and (min-width: 768px) and (max-width: 1023px) {

    /* content */
    #content-container { padding: 30px 25px; }
    .slim-content { padding: 0 25px; }
    
    /* overview cta boxes
    ------------------------------ */
    .page-callouts li { font-size: 22px; }
    
    /* how to apply columns
    ------------------------------ */
    .columns.with-divider.center-divider .col-2-1,
    .columns.with-divider.center-divider .col-2-2 { float: none; width: 100%; margin: 0; padding: 0; }

    .columns.with-divider.center-divider .col-2-1,
    .columns.with-divider.center-divider .col-2-2,
    .columns.with-divider.center-divider .col-divider { height: auto; min-height: auto; margin: 0 0 10px 0; }
    
    .columns.with-divider.center-divider .col-divider { float: none; display: block; width: 100%; height: 30px; min-height: 30px; margin: 20px 0; padding: 0; background-repeat: repeat-x; background-position: 50% 50%; }
    .columns.with-divider.center-divider .col-divider h2 { display: inline-block; padding: 0 10px; }
    .columns .col-2-2 .form-wrapper img { width: 100%; max-width: 100%; }
    
    /* bottom callout
    ------------------------------ */
    #bottom-quote { width: 50%; font-size: 16px; line-height: 26px; padding: 25px 20px 0 0; }
    #bottom-quote p { font-size: 16px; margin: 0; }
    #bottom-quote p.the-quote { font-size: 16px; line-height: 22px; margin-bottom: 5px; }
    #bottom-graphic { width: 50%; padding: 90px 50px 0 50px; }
    #bottom-graphic h3 { font-size: 16px; }

    
    /* home page
    ------------------------------ */
    .home #content-container { padding: 50px 10px; }
    #home-page-featured-content li { border-right: 10px solid #fff; border-left: 10px solid #fff; }
    #home-page-featured-content li .featured-content h5 { font-size: 24px; }
  
    
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
    
    
    /* content */
    #content-container { padding: 30px 25px; }    
    .slim-content { padding: 0; }
    
    article h2 { font-size: 22px; margin: 0 0 30px 0; }
    article h3 { font-size: 20px; }
    article h4 { font-size: 18px; }
    article h5 { font-size: 16px; }
    article h6 { font-size: 16px; }
    
    article p, article ol, article ul { font-size: 14px; line-height: 170%; margin-bottom: 35px; }
    
    .columns { clear: both; float: none; }
    
    .columns .col-2-1,
    .columns .col-2-2,
    .columns .col-3-1,
    .columns .col-3-2,
    .columns .col-3-3,
    .columns .bio-photo,
    .columns.with-divider.center-divider .col-2-1,
    .columns.with-divider.center-divider .col-2-2 { float: none; width: 100%; margin: 0; padding: 0; }

    .columns.with-divider.center-divider .col-2-1,
    .columns.with-divider.center-divider .col-2-2,
    .columns.with-divider.center-divider .col-divider { height: auto; min-height: auto; margin: 0 0 10px 0; }
    
    .columns.with-divider.center-divider .col-divider { float: none; display: block; width: 100%; height: 30px; min-height: 30px; margin: 20px 0; padding: 0; background-repeat: repeat-x; background-position: 50% 50%; }
    .columns.with-divider.center-divider .col-divider h2 { display: inline-block; padding: 0 10px; }
    .columns .col-2-2 .form-wrapper img { width: 100%; max-width: 100%; }
    
    .columns .bio-photo { margin: 0 0 35px 0; }
    
    .columns .one-third,
    .columns .two-thirds { float: none; width: 100%; padding: 0; }    
    
    article .form-wrapper .gfield_radio li { padding: 0 10px; line-height: 120%; }
    
    /* overview cta boxes
    ------------------------------ */
    .page-callouts li { width: 45%; font-size: 16px; line-height: 22px; }
    .page-callouts li div { min-height: 60px; display: flex; align-items: center; justify-content: center; }
    
    
    /* bottom callout
    ------------------------------ */
    #bottom-callout-container { width: 100%; min-height: 350px; border-top: none; }
    #bottom-callout.wrapper { padding: 0; }
    #bottom-quote { float: none; width: 100%; padding: 34px 20px 30px 20px; font-size: 16px; line-height: 26px; }
    #bottom-quote p { font-size: 16px; margin: 0; }
    #bottom-quote p.the-quote { font-size: 15px; line-height: 24px; margin-bottom: 4px; }
    
    #bottom-graphic { float: none; width: 100%; height: 350px; margin-top: -20px; padding: 100px 50px 0 50px; }
    #bottom-graphic h3 { margin: 0 0 25px 0 ; max-width: auto; }
    #bottom-graphic .cta-btn { width: auto; min-width: auto; margin: 10px auto 0 auto; padding: 0 15px; font-size: 18px; }
    
    /* home page
    ------------------------------ */
    .home #hero-container,
    .home #hero-container .wrapper { height: 450px; }

    .home #hero-container h1 { font-size: 34px; margin: 40px 20px; }
    .home #hero-container .wrapper .hero-content { position: static; bottom: auto; left: auto; padding: 0 20px; }
    .home .hero-content p { font-size: 24px; line-height: 120%; }

    .home .hero-content .cta-btn { min-width: 260px; font-size: 20px; }
    
    
}



@media only screen and (min-width: 320px) and (max-width: 480px) {    
    
    .wrapper { padding: 0 20px; } 
    
    /* staff overview
    ------------------------------ */
    #staff-grid { margin: 20px 0 0 0; }
    #staff-grid li { width: 45%; font-size: 14px; line-height: 24px; }
    #staff-grid li h4 { font-size: 16px; }
    #staff-grid li a img { margin-bottom: 20px; }
    
    
    #bottom-graphic h3 { font-size: 18px; }
    
    /* home page
    ------------------------------ */
    .home #content-container { padding: 40px 0; }

    /* home page callouts
    ------------------------------ */
    #announcement-container { background-color: #DA202A; }
    #announcement.wrapper { padding: 15px 0; font-size: 16px; font-weight: 400; }

    .home #hero-container h1 { font-size: 30px; margin: 40px 10px; }
    .home #hero-container .wrapper .hero-content { position: static; bottom: auto; left: auto; padding: 0 20px; }
    .home .hero-content p { font-size: 20px; line-height: 120%; }

    .home .hero-content .cta-btn { min-width: 260px; font-size: 20px; }
    
    /* home page callouts
    ------------------------------ */
    #home-page-featured-content { width: 100%; display: block; }
    #home-page-featured-content li { width: 100%; margin: 0 0 25px 0; }
    
    

}



/* print styles
------------------------------------------------------------ */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}