/*
Theme Name: Lily Qi Custom Theme
Author: Web Mobile Image
Author URI: https://www.webmobileimage.com
Description: Custom theme for Emovis
Developer: SFW
Version: 4.1 110425
Requires at least: 6.2
Tested up to: 6.8.3
Requires PHP: 7.4
*/
/* -------------------
BASE STYLES   
-------------------- */

body {
	line-height:1
}
button {
	outline:0
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
q {
	display:inline;
	font-style:italic
}
q:before {
	content:'"';
	font-style:normal
}
q:after {
	content:'"';
	font-style:normal
}
textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"] {
	-webkit-appearance:none;
	appearance:none;
	border-radius:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
th, td {
	padding:2px
}
big {
	font-size:120%
}
small, sup, sub {
	font-size:80%
}
sup {
	vertical-align:super
}
sub {
	vertical-align:sub
}
dd {
	margin-left:20px
}
kbd, tt {
	font-family:courier;
	font-size:12px
}
ins {
	text-decoration:underline
}
del, strike, s {
	text-decoration:line-through
}
dt {
	font-weight:bold
}
address, cite, var {
	font-style:italic
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
* {
	box-sizing:border-box;
	-webkit-tap-highlight-color:transparent
}
.sticky {
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}
.alignright {
}
.alignleft {
}
.aligncenter {
}
.screen-reader-text {
	clip:rect(1px, 1px, 1px, 1px);
	position:absolute !important
}
/* ----------------------------------------------
THEME STYLES   
------------------------------------------------- */ 

body, html {
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
	color:#242424;
	background-color:#FFF;
	font-size: 16px;
	font-size: 100%;
	-webkit-text-size-adjust: none;
	position: relative;
	height: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
/*========= basic global font sizes =============*/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
 margin-bottom: .5rem;
	font-weight: 400;
	line-height: 1.2;
	color:#193663;
}
h1 {
	font-size:22px;
	color:#193663;
	font-weight:700;
	letter-spacing:-.02em;
}
.h1 {
	font-size:26px;
	color:#193663;
	font-weight:900;
	letter-spacing:-.02em;
}
h2, .h2, .h2 {
	font-size:24px;
	color:#193663;
	letter-spacing:-.02em;
	margin-top: 15px;
	margin-bottom: 10px;
}
.content h2, .h2 {
	margin-top: 30px;
}
h3, .h3 {
	font-size:18px;
	color:#193663;
 margin-bottom: .25rem;
}
p {
	font-size: 16px;
	line-height: 160%;
	margin: 0px;
	padding-bottom: 10px;
}
.content ul {
	margin-left:0;
}
.content ul li {
	font-size: 16px;
	line-height: 160%;
	letter-spacing:-.015em;
	padding-bottom: 10px;
	list-style:none;
	margin-left:20px;
}
.content ul li:before {
	content: '\f111';
	font-family: 'FontAwesome';
	font-size: 8px;
	float: left;
	margin-left: -20px;
	color: #193663;
}
.content ul ul li:before {
	content: '\f10c';
	font-family: 'FontAwesome';
	font-size: 8px;
	float: left;
	margin-left: -20px;
	color: #193663;
}
p.lead {
	font-size: 24px;
}
b, strong {
	font-weight: 700;
}
 @media only screen and (min-width: 768px) {
h1 {
font-size:20px;
}
 .h1 {
font-size:24px;
}
 h2, .h2 {
font-size:30px;
}
h3 {
font-size:22px;
}
p {
font-size: 14px;
}
.content ul li {
font-size: 14px;
}
p.lead {
font-size: 16px;
}
}
 @media only screen and (min-width: 992px) {
h1 {
font-size:22px;
}
.h1 {
font-size:26px;
}
h2, .h2 {
font-size:36px;
}
h3 {
font-size:24px;
}
p {
font-size: 16px;
}
.content ul li {
font-size: 16px;
}
p.lead {
font-size: 18px;
}
}
@media only screen and (min-width: 1200px) {
h1 {
font-size:24px;
}
 .h1 {
font-size:29px;
}
h2, .h2 {
font-size:40px;
}
h3 {
font-size:30px;
}
p {
font-size: 17px;
padding-bottom: 15px;
}
.content ul li {
font-size: 17px;
}
p.lead {
font-size: 22px;
}
}
 @media only screen and (min-width: 1600px) {
 h1 {
font-size:28px;
}
 .h1 {
font-size:32px;
}
h2, .h2 {
font-size:60px;
}
 h3 {
font-size:36px;
}
p {
font-size: 20px;
}
.content ul li {
font-size: 20px;
}
p.lead {
font-size: 24px;
}
}
/* --------- other helpers and overrides ---------*/

sup, sub {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}
sub {
	top: 0.4em;
}
ul, menu, dir {
	display: block;
	list-style-type: disc;
	margin:0;
	padding: 0;
	margin-left:1.2rem;
}
a, a:visited {
	/*color:#337ab7;*/
	color:#2857A0;
	text-decoration: none;
	transition: all 0.12s ease-in-out 0s;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8e8f8e;
}
a:hover, a:focus {
	color: #BE1136;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BE1136;
}
a:focus {
	outline: thin dotted;
}
a.anchor {
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}

/* telephone links */

a[href^="tel:"], a[href^="tel:"]:visited {
color: inherit;
font-weight:inherit;
text-decoration:none;
border:none;
}
 a[href^="tel:"]:hover {
color: inherit;
font-weight:inherit;
border:none;
}
img {
	max-width: 100%;
	height: auto
}
img.fullwidth-photo {
	width: 100%;
	height: auto
}
figure {
	padding: 0px;
	margin: 0px
}
.marginabove {
	padding-top: 30px
}
.spaceabove {
	padding-top: 30px
}
.spacebelow {
	padding-bottom: 30px
}
@media only screen and (min-width: 768px) {
.spaceabove {
padding-top: 30px
}
.spacebelow {
padding-bottom: 30px
}
}
@media only screen and (min-width: 1200px) {
.spaceabove {
padding-top: 40px
}
.spacebelow {
padding-bottom: 40px
}
}
@media only screen and (min-width: 1800px) {
.spaceabove {
padding-top: 60px
}
.spacebelow {
padding-bottom: 60px
}
}
.padding {
	padding-top: 30px;
	padding-bottom: 30px
}
.overflow {
	overflow:hidden;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}
a#skiptocontent {
	padding: 6px;
	position: absolute;
	top: -60px;
	left: 0px;
	color:#FFF;
	background: #00A8E2;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-bottom-right-radius: 8px;
	background: transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100
}
a#skiptocontent:focus {
	position: absolute;
	left: 0px;
	top: 0;
	color:#FFF;
	background: #FF8300;
	outline: 0;
-webkit-transition: top .1s ease-in, background .5s linear;
transition: top .1s ease-in, background .5s linear;
	margin-bottom:200px;
}
.video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	margin-bottom:20px;
}
.video-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute
}
.video-border, .photo-border {
	border: 3px solid #FFF;
	margin-bottom: 30px
}
@media only screen and (min-width: 768px) {
.video-wrapper {
margin-bottom: 0px
}
}
@media only screen and (min-width: 1200px) {
.iframe-responsive.map {
margin-top:30px;
}
}
.iframe-container {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}
.iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.error-message {
	color:#cc0000;
	font-weight:bold;
}
/* =========== CONTAINERS ================= */
.container {
	width:95%;
	max-width:95%;
	margin-left:auto;
	margin-right:auto;
}
@media only screen and (min-width: 375px) {
.container {
 width:90%;
 max-width:90%;
}
}
@media only screen and (min-width: 768px) {
.container {
 width:90%;
 max-width:90%;
}
}
 @media only screen and (min-width: 1200px) {
 .container {
width:82%;
max-width:82%;
}
}
.card {
	background-color: transparent;
	background-clip: border-box;
	border: none;
	border-radius: 0;
}
.img-border {
	background-color:#333;
	border: 3px solid #dee2e6;
}
.img-border:hover {
	border: 3px solid #FFF;
}
.img-thumbnail {
	padding:3px;
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid #dee2e6;
	border-radius: 0;
	max-width: 100%;
	height: auto;
}
.img-thumbnail:hover {
	background-color: #FFF;
	border: 1px solid #FFF;
}
/* =========== buttons and colors ================= */

.btn {
	font-weight: 600;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.42857143;
	text-align: center;
	white-space:  normal;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 3px solid transparent;
	border-radius: 4px;
	margin-bottom: 0;
	padding-top: 6px;
	padding-right: 1rem;
	padding-bottom: 6px;
	padding-left: 1rem;
}
.btn:visited {
	color: #FFF
}
.btn-blue, .btn-blue:visited {
	color:#FFF;
	text-transform:uppercase;
	background-color:#193663;
}
.btn-blue:hover, .btn-blue:focus {
	color:#FFF;
	background-color:#BE1136;
}
 @media only screen and (min-width: 576px) {
 .btn-blue, .btn-blue:visited {
 font-size:20px;
 padding:12px;
 padding-right: 26px;
 padding-left: 26px;
}
}
.btn-red, .btn-red:visited {
	color:#FFF;
	text-transform:uppercase;
	background-color:#BE1136;
}
.btn-red:hover, .btn-red:focus {
	color:#FFF;
	background-color:#1e4177;
}


.btn-search {
	color: #FFF;
	background-color: #1AAABD;
	border:none;
}
.btn-search:visited {
	color: #FFF;
	background-color: #1AAABD;
}
.btn-search:hover {
	color: #FFF;
	background-color: #1C3C6E;
}


.form-btn {
	border: 2px solid #CCC;
}
.search-area .form-btn {
	margin-top: 200px;
}
@media only screen and (min-width: 768px) {
.search-area .form-btn {
margin-top: 40%;
}
}
.form-btn input {
	height:60px;
	background: #FFF;
	font-size: 28px;
}
.form-btn input:focus {
	background: transparent;
	background: #FFF;
	outline: none;
	box-shadow: none;
	border-color:#ced4da;
}
.brd-left-none {
	border-left: none !important;
}
.form-btn .form-control {
	border-right:none !important;
}
.border-bottom {
	border: none;
	border-bottom: solid 1px #ced4da;
	border-radius: 0px;
}
.form-btn input::placeholder {
/*color: #fff;*/
font-weight: normal;
}
.form-btn .fa {
	font-size: 30px;
}




.post.not-found {
	min-height:300px;
}

/* for menu overlay */
.close-btn, .close-btn:visited {
	position: relative;
	width: 50px;
	height: 50px;
	margin-right:15px;
	font-weight:100;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #2857A0;
	border-radius: 50%;
	border: 2px solid #2857A0;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.close-btn:hover {
	color: #2857A0;
	border: 2px solid #2857A0;
}
.close-btn .btn, .close-btn .btn:visited {
	color:#2857A0;
	font-size:52px;
	font-weight:100;
}
.close-btn:hover .btn, .close-btn:focus .btn {
	color: #2857A0;
}
.menu-overlay .close-btn {
	margin-right:5%;
	margin-top:15px;
}
@media only screen and (min-width: 768px) {
.close-btn, .close-btn:visited {
width: 34px;
height: 34px;
}
.close-btn .btn, .close-btn .btn:visited {
font-size:34px;
}
.menu-overlay .close-btn {
margin-right:10%;
}
}
@media only screen and (min-width: 992px) {
.close-btn, .close-btn:visited {
width: 43px;
height: 43px;
}
.close-btn .btn, .close-btn .btn:visited {
font-size:43px;
}
.menu-overlay .close-btn {
margin-right:63px;
}
}
@media only screen and (min-width: 1200px) {
.close-btn, .close-btn:visited {
width: 62px;
height: 62px;
}
.close-btn .btn, .close-btn .btn:visited {
font-size:62px;
}
.menu-overlay .close-btn {
margin-right:82px;
}
}
@media only screen and (min-width: 1800px) {
.close-btn, .close-btn:visited {
width: 85px;
height: 85px;
}
.close-btn .btn, .close-btn .btn:visited {
font-size:85px;
}
.menu-overlay .close-btn {
margin-right:105px;
}
}
.menu-btn {
	color: #FFF;
	padding:0;
}
 @media only screen and (min-width: 768px) {
.menu-btn {
color: #193663;
padding:0;
}
}
/* colors */
.gray {
	color: #59666C;
}
.blue {
	color: #193663;
}
.ltblue {
	color: #bac3cf;
}
.white {
	color: #FFF;
}
.bold {
	font-weight:700;
}
.bolder {
	font-weight:900;
}
/* backgrounds */
.bg-pink {
	background-color: #FCF;
}
.bg-ltgray {
	background-color: #ecedf0;
}
.bg-blue {
	background-color: #193663;
}
.bg-bluepattern {
	background-image: url(images/light_noise_diagonal_blue.png);
	background-repeat: repeat;
}
.bg-bluegradient {
	background: #193663;
background: -moz-linear-gradient(left,  #193663 1%, #2f4a72 100%);
background: -webkit-linear-gradient(left,  #193663 1%,#2f4a72 100%);
background: linear-gradient(to right,  #193663 1%,#2f4a72 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#193663', endColorstr='#2f4a72',GradientType=1 );

}





.border-gray-lg {
	margin-top:28px;
	margin-bottom:28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2d4dc;
}
hr.ltblue {
	border-top: 3px solid #d2d4dc;
	margin-bottom:1.5rem;
}
/* stylized blockquote */

blockquote {
	position:relative;
	width:95%;
	padding-top:80px;
	padding-bottom:40px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:60px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D2D4DC;
	border-bottom-color: #D2D4DC;
	background-image: url(images/quotemark-light.png);
	background-repeat: no-repeat;
	background-position: left 20px;
	background-size: 66px 45px;
}
 @media only screen and (min-width: 768px) {
blockquote {
 position:relative;
 width:85%;
 padding-left:80px;
 padding-top:80px;
 padding-bottom:80px;
 background-image: url(images/quotemark.png);
 background-repeat: no-repeat;
 background-position: left 80px;
 background-size: 66px 45px;
}
}
 @media only screen and (min-width: 1200px) {
blockquote {
 background-position: left 80px;
 background-size: 66px 45px;
}
}
blockquote p {
	font-size:30px;
	line-height:115%;
	color:#193663;
	letter-spacing:-.025em;
	position:relative;
}
 @media only screen and (min-width: 768px) {
blockquote p {
 font-size:28px;
}
}
 @media only screen and (min-width: 992px) {
blockquote p {
 font-size:36px;
}
}
 @media only screen and (min-width: 1200px) {
blockquote p {
 font-size:40px;
}
}
 @media only screen and (min-width: 1600px) {
 blockquote p {
 font-size:48px;
}
}
blockquote span.attribution {
	font-size:80%;
}
/* ================================================= */
/* ====================== header ================= */
/* ================================================= */

header {
	background-color:#193663;
	color:#FFF;
	padding-top:5px;
	padding-bottom:5px;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:68px;
	z-index:8888;
}
 @media only screen and (min-width: 768px) {
 header {
 background-color:rgba(210, 212, 220, 1);
 background-color:#f1f2f4;
 padding-top:10px;
 padding-bottom:10px;
 position:fixed;
 left:0;
 top:0;
 width:100%;
 height:75px;
 z-index:8888;
 border-top-width: 6px;
 border-top-style: solid;
 border-top-color: #D2D4DC;
}
 header.home {
 background-color:rgba(255, 255, 255, 0.5);
 padding-top:10px;
 padding-bottom:10px;
 border:none;
 border-top-width: 12px;
 position:fixed;
 left:0;
 top:0;
 width:100%;
 z-index:8888;
}
}
header .container {
	width:95%;
	max-width:95%;
	height:100%;
}
 @media only screen and (min-width: 1200px) {
header .container {
 width:90%;
 max-width:90%;
 height:100%;
}
}
header .row {
	height:100%;
	align-items: center;
}
header .fa-bars {
	font-size:30px;
	padding:4px;
	margin-right:10px;
}
header .custom-logo {
	width:100%;
	max-width:135px;
	height:auto;
}
header .logo-sm {
	width:100%;
	max-width:105px;
	height:auto;
}

header a, header a:visited, header a:hover, header a:focus{
	border:none;
}

/* =================================================== */
/* ================= navigation menu ================= */
header nav {
	color: #193663;
	text-transform:uppercase;
}
 @media only screen and (min-width: 992px) {
header nav {
 text-align: center;
 margin-top:15px;
}
}
header nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 1;
	vertical-align: middle;
	letter-spacing: normal;
	text-align:  center;
}
header nav ul li {
	display: inline;
	text-align: center;
	padding:0;
	margin:0;
	vertical-align: middle;
	line-height:100%;
}
header nav li a, header nav li a:visited {
	display:inline-block;
	font-size: 18px;
	font-weight: 700;
	font-style:normal;
	color: #193663;
	text-transform: uppercase;
	letter-spacing:.065em;
	margin:0;
	border:0;
}
header nav li a:hover, header nav li a:focus {
	color: #961a31;
}


/* mobile nav displays till 992 */
 @media only screen and (min-width: 992px) {
 header nav ul li:last-child {
 padding-right:0;
}
 header nav li:last-child:after {
content: '';
}
 header nav li a {
 font-size: 13px;
 padding-left: .25rem;
 padding-right:.25rem;
}
}
 @media only screen and (min-width: 1200px) {
header nav li a {
 font-size: 14px;
 padding-left: .5rem;
 padding-right:.5rem;
}
}
 @media only screen and (min-width: 1800px) {
header nav li a {
 font-size: 16px;
}
}
header nav li a:hover, header nav li a:focus {
	color: #961a31;
	text-decoration:none;
}
header nav li.current_page_item a, header nav li.active a {
	color: #961a31;
}
header nav li.current_page_item a:hover, header nav li.active a:hover {
	color: #961a31;
}
header nav li.current-page-ancestor a {
	color: #961a31;
}
.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}
/* drop down menu */

.dropdown-menu {
	min-width: 200px;
	margin-right:-15px;
	right:0 !important;
}
header nav li ul a, header nav li ul a:visited, header nav li ul a, header nav li ul a:visited {
	display:block;
	font-size: 14px;
	font-weight:  600;
	font-style:normal;
	color: #193663;
	text-transform:  none;
	margin:0;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	background:#FFF;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5f5f5;
}
header nav li ul a:hover, header nav li ul a:focus {
	color: #BE1136;
	background:#f5f5f5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5f5f5;
}
/* ==============    MENU OVERLAY ======================= */

.overlay-bg {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeded 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #eeeded 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #eeeded 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeded', GradientType=0 );
	animation-duration: 250ms;
}
.menu-overlay {
	position: fixed;
	width: 100%;
	height:100%;
	z-index: 9999;
	top: 0;
	left: 0;
	/*overflow-y: hidden;*/
	transition: 0.5s;
	display:none;
}
.overlay-header {
	width:100%;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.overlay-content {
	position: relative;
	width: 100%;
	height:100%;
}
.menu-overlay nav {
	color:#58595B;
	font-weight:700;
	padding-bottom:20%;
}
.menu-overlay nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	vertical-align: middle;
	letter-spacing: normal;
	text-align: center;
}
.menu-overlay nav ul li {
	display: block;
	text-align: center;
	padding:0;
	margin:0;
	margin-bottom:4px;
	vertical-align: middle;
}
.menu-overlay nav li a, .menu-overlay nav li a:visited {
	display: block;
	font-size: 28px;
	line-height:125%;
	font-weight: 700;
	font-style:normal;
	color: #193663;
	text-transform: uppercase;
	letter-spacing:.065em;
	padding-top: 8px;
	padding-bottom: 8px;
}
@media only screen and (min-width: 414px) {
.menu-overlay nav li a {
padding-top:15px;
padding-bottom:15px;
}
}
@media only screen and (min-width: 768px) {
.menu-overlay nav li a {
font-size: 24px;
}
}
@media only screen and (min-width: 992px) {
.menu-overlay nav li a {
font-size: 28px;
}
}
.menu-overlay .dropdown-menu li a {
	font-size: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.menu-overlay nav li a:hover, .menu-overlay nav li a:focus {
	color: #BE1136;
	border:none;
}
.menu-overlay .dropdown-toggle {
	white-space: normal;
}
.menu-overlay .dropdown-menu {
	width:100%;
	min-width:inherit;
	margin:0;
	right:auto;
}
.menu-overlay .dropdown-menu.show {
	border-width: 2px;
	border-style: solid;
	border-color: #d2d4dc;
	border-radius:20px;
	padding:24px;
}
/* header donate button */

header .donate-btn .btn {
	margin-right:15px;
	padding: 3px;
	padding-right: 6px;
	padding-left: 6px;
}
 @media only screen and (max-width: 375px) {
 .hidexsm {
 display:none !important;
}
}
 @media only screen and (min-width: 376px) {
header .headertop {
 display:none;
}
}
 @media only screen and (min-width: 1200px) {
header .donate-btn .btn {
 margin-right:15px;
 padding-top: 6px;
 padding-right: 1rem;
 padding-bottom: 6px;
 padding-left: 1rem;
}
}
/* social icons */
header .social {
	text-align:right;
	margin-top:0;
	margin-right:15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: flex-end;
}
 @media only screen and (min-width: 1200px) {
header .social {
 margin-right:9;
}
}
footer .social {
	text-align:left;
	margin-top:0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: flex-start;
}
.social a {
	margin-right:10px;
}
footer .social a {
	margin-right:10px;
	margin-left:0;
}
@media only screen and (min-width: 992px) {
header .social a {
margin-left:6px;
margin-right:0;
}
 footer .social a {
margin-right:10px;
margin-left:0;
}
}
@media only screen and (min-width: 1800px) {
 header .social a {
margin-left:15px;
}
 footer .social a {
margin-right:15px;
margin-left:0;
}
}
.social a {
	font-size:1.25em;
	border-radius: 50%;
	color: #FFF;
	background-color: #D2D4DC;
	line-height: 1;
	width: 32px;
	height: 32px;
	text-align: center;
	border: none;
	position: relative;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
 @media only screen and (min-width: 768px) {
 header .social a {
 background-color: #193663;
}
}
footer .social a {
	background-color: #A8A7A6;
	line-height: 1;
}
 @media only screen and (min-width: 400px) {
.social a {
font-size:1.35em;
width: 36px;
height: 36px;
}
}
@media only screen and (min-width: 768px) {
.social a {
font-size:1.25em;
 width: 32px;
 height: 32px;
}
}
@media only screen and (min-width: 992px) {
.social a {
font-size:1.2em;
width: 30px;
height: 30px;
}
}
@media only screen and (min-width: 1800px) {
.social a {
font-size:1.5em;
width: 39px;
height: 39px;
}
}
.social a:hover, .social a:focus {
	background-color: #193663;
	text-decoration:none;
}
/* ================================================= */
/* ====================== home page ================ */
/* ================================================= */

.homebanner {
	padding:0;
	margin-top:68px;
}
 @media only screen and (min-width: 768px) {
 .homebanner {
 margin-top:0;
}
}
.homebanner .card-img {
	min-height:400px;
}
 @media only screen and (min-width: 768px) {
 .homebanner .card-img {
 min-height:600px;
}
}
.homebanner .card-img-overlay {
	position: relative;
	top:  auto;
	padding:0;
}
.homebanner .cardbody {
	background: #D2D4DC;
	width:100%;
	padding:30px;
	padding-left:5%;
}
 @media only screen and (min-width: 768px) {
 .homebanner .card-img-overlay {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 padding:0;
 -js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 align-items: flex-end;
 padding-bottom:6%;
}
 .homebanner .cardbody {
 background: #D2D4DC;
 width:42.5%;
 padding:30px;
 padding-left:5%;
 border-radius: 0 8px 8px 0;
 -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
 -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
 box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
}
}
 @media only screen and (min-width: 1800px) {
.homebanner .cardbody {
 padding:30px;
 padding-left:5%;
}
}
/* home banner typography */


.homebanner .cardbody p {
	font-size:19px;
	color:#193663;
	text-align:center;
}
.homebanner .cardbody .card-title {
	font-size:17px;
	line-height:120%;
	padding-bottom:20px;
	margin-bottom:20px;
	position:relative;
}
.homebanner .cardbody .card-title:after {
	content:'';
	position:absolute;
	width:30%;
	height:2px;
	left:35%;
	bottom:0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #193663;
}
.homebanner .cardbody h1 {
	font-size:28px;
	line-height:110%;
	text-align:center;
	color:#FFF;
	text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
	margin-bottom:20px;
}
 @media only screen and (min-width: 768px) {
.homebanner .cardbody p {
 font-size:18px;
 text-align:left;
}
.homebanner .cardbody .card-title {
 font-size:16px;
 width:80%;
}
.homebanner .cardbody .card-title:after {
 width:30%;
 left:0;
}
 .homebanner .cardbody h1 {
 font-size:24px;
 text-align:left;
}
}
 @media only screen and (min-width: 992px) {
.homebanner .cardbody p {
 font-size:19px;
}
.homebanner .cardbody .card-title {
 font-size:17px;
}
 .homebanner .cardbody h1 {
 font-size:28px;
}
}
 @media only screen and (min-width: 1200px) {
.homebanner .cardbody p {
 font-size:28px;
}
.homebanner .cardbody .card-title {
 font-size:24px;
}
 .homebanner .cardbody h1 {
 font-size:32px;
}
}
 @media only screen and (min-width: 1500px) {
.homebanner .cardbody p {
 font-size:32px;
}
.homebanner .cardbody .card-title {
 font-size:28px;
}
 .homebanner .cardbody h1 {
 font-size:40px;
}
}
 @media only screen and (min-width: 1800px) {
.homebanner .cardbody p {
 font-size:36px;
}
.homebanner .cardbody .card-title {
 font-size:30px;
}
 .homebanner .cardbody h1 {
 font-size:48px;
}
}
.homebanner .cardbody p a, .homebanner .cardbody p a:visited {
	font-weight:700;
	color: #BE1136;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: transparent;
}
.homebanner .cardbody p a:hover, .homebanner .cardbody p a:focus {
	color:#BE1136;
	text-decoration:none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #BE1136;
}
.homebanner .cardbody p a.btn {
	font-size:inherit;
	color:#FFF;
}
.homebanner .cardbody p a.btn:hover {
	text-decoration: none;
}
.pagesection.noscrollx {
	overflow-x:hidden;
}
/* home meet lily section */


.pagesection.meetlily {
	padding-top:60px;
	padding-bottom:60px;
}
.pagesection.meetlily iframe {
	border-radius:15px;
}
.pagesection.meetlily .col-12 {
	margin-bottom:30px;
}
 @media only screen and (min-width: 768px) {
.pagesection.meetlily .col-12 {
 margin-bottom:0;
}
}
/* home issues section */


.pagesection.home-issues {
	text-align:center;
	color:#FFF;
}
.pagesection.home-issues figure {
	margin-top:20px;
	margin-bottom:20px;
}
.pagesection.home-issues img {
	border: 2px solid #D2D4DC;
	border-radius:10px;
}
.pagesection.home-issues p.cta {
	font-weight:700;
	font-size:24px;
	margin-top:20px;
	margin-bottom:20px;
}
 @media only screen and (min-width: 1200px) {
.pagesection.home-issues p.cta {
 font-size:36px;
 margin-top:36px;
 margin-bottom:36px;
}
}
a.redlink, a.redlink:visited {
	color:#961a31
}
a.redlink:hover, a.redlink:focus {
	color:#BE1136
}
.pagesection.home-issues p.cta a, .pagesection.home-issues p.cta a:visited {
	color:#BE1136
}
.pagesection.home-issues p.cta a:hover, .pagesection.home-issues p.cta a:focus {
	color:#BE1136;
	text-decoration:underline;
}

/* home content section */

.home-content h2, .pagesection .home-content h2 {
	font-size:22px;
	font-weight:700;
	color:#193663;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 10px;

}

/* home join section */


 @media only screen and (min-width: 1200px) {
 .row.more-space {
 margin-right: -30px;
 margin-left: -30px;
}
.row.more-space .col {
 padding-right: 30px;
 padding-left: 30px;
}
}
.join .card {
	text-align:center;
	color:#BE1136;
	background-color:#FFF;
	border: 1px solid #aeb9c7;
	border-radius: 12px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
	box-shadow: 0 0 10px rgba(0, 0, 0, .12);
}
.join .card-body {
	min-height:330px;
}
.join .card .icon {
	margin-bottom:15px;
}
.join .card h3 {
	color:#BE1136;
	padding:0;
	margin:0;
	margin-bottom:15px;
}
.card-footer {
 padding: .75rem 1.25rem;
	background-color: transparent;
	border:none;
}
/* sign up form- compact */





/* home slider */

.home-slider {
	margin-top:60px;
	margin-bottom:60px;
}
.home-slider img {
	border: 2px solid #D2D4DC;
	border-radius:10px;
}
/* ================================================= */
/* ====================== interior ================= */
/* ================================================= */


main {
	/*min-height:600px;*/
	padding-top:66px;

}

 @media only screen and (min-width: 768px) {
main {
	
	padding-top:75px;

}

}
main.home {
	padding-top:0;
}
.pageheader {
	padding:0;
	position:relative;
}
.pageheader .img-wrapper {
	position:relative;
}
.pageheader .img-wrapper:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width:50%;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000', GradientType=1 );
}
.pageheader .inner {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.pageheader .inner {
	align-items: flex-end;
}
.pageheader.nophoto {
	/*margin-top:75px;*/
}
.pageheader.nophoto .inner {
	align-items: center;
}
.pageheader h1 {
	font-size: 5.5vw;
	letter-spacing:-.02em;
	color:#FFF;
	text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
	margin-bottom:20px;
}
.pageheader.nophoto h1 {
	font-size: 5vw;
	letter-spacing:-.02em;
	color:#FFF;
	margin-bottom:0;
}
 @media only screen and (min-width: 768px) {
.pageheader.nophoto h1 {
 font-size: 4vw;
}
}
.pagesection {
	padding-top:30px;
	padding-bottom:30px;
}
.pagesection .divider {
	height:20px;
	width:100%;
	margin-bottom:30px;
}
.pagesection img {
	margin-bottom:30px;
}
 @media only screen and (min-width: 768px) {
.pagesection img {
 margin-bottom:0;
}
}
.pagesection h2 {
	text-align:center;
	padding-top:10px;
	padding-bottom:30px;
}
.pagesection h3 {
	padding-bottom:15px;
}
 @media only screen and (min-width: 768px) {
.pagesection article {
 padding:20px;
 padding-top:0;
}
}
.pagesection.featured-grid {
	padding-top:40px;
	padding-bottom:60px;
}
.pagesection.bg-blue h2 {
	color:#FFF;
}
.pagesection.bg-blue .card {
	background-color:#FFF;
	border-radius:4px;
	margin-bottom: 15px;
	padding:20px;
	display:block;
	text-align:center;
}
 @media (min-width: 992px) {
.pagesection.featured-grid .card {
 margin-bottom: 25px;
 min-height:450px;
}
}
.pagesection.bg-blue .card h3 {
	text-align:center;
	font-weight:700;
}
.row.rule-below {
	position: relative;
	padding-bottom:20px;
	margin-bottom:50px;
}
.row.rule-below:after {
	content:'';
	position:absolute;
	width:50%;
	left:25%;
	bottom:0;
	height:2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d2d4dc;
}
/* endorsement logos */

.endorsements {
	text-align:center;
}
.logo-row {
	padding-top:20px;
	padding-bottom:20px;
}
.logo-row .card img {
	max-height:100%;
	width:auto;
}
.logo-row .card {
	padding: 10px;
	padding-top:12px;
	padding-bottom:12px;
	height: 120px;
	margin-bottom: 40px;
	background-color: #faf6f1;
	background-color: rgba(255, 255, 255, .60);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
	box-shadow: 0 0 10px rgba(0, 0, 0, .12);
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* grid of photos */
.gridphotos {
	padding-top:30px;
	padding-bottom:30px;
}
 @media only screen and (min-width: 1200px) {
 .gridphotos {
 padding-top:60px;
 padding-bottom:60px;
}
.row.gridphotos {
 margin-right: -30px;
 margin-left: -30px;
}
 .row.gridphotos .col {
 padding-right: 30px;
 padding-left: 30px;
}
}
.gridphotos img {
	margin-bottom:30px;
	border: 2px solid #D2D4DC;
	border-radius:10px;
}
 @media only screen and (min-width: 1200px) {
.gridphotos img {
 margin-bottom:60px;
}
}
/* Lily Links */


.container.lily-links {
	max-width:1024px;
	margin-bottom:50px;
}
.container.lily-links p {
	font-weight:500;
}
.container.lily-links p:last-of-type {
	margin:0;
	padding:0;
}
.container.lily-links a:link, .container.lily-links a:visited {
	padding-bottom:3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: transparent;
}
.container.lily-links a:hover, .container.lily-links a:focus {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2857A0;
}
/* -------- owl carousel theme styles -------- */

.owl-carousel {
	-webkit-animation-duration:1000ms;
	animation-duration:1000ms;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
.owl-carousel .owl-item {
	-webkit-transition:opacity 400ms ease;
	-moz-transition:opacity 400ms ease;
	-ms-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease
}
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
 .owl-theme .owl-nav [class*=owl-] {
 background-color:transparent;
 opacity: .7;
}
 .owl-theme .owl-nav [class*=owl-]:hover {
background-color:transparent;
 opacity: .9;
}
/* owl arrows for banners */

.owl-carousel .owl-nav .owl-prev {
	background-image: url(images/arrows/arrow-prev-blue.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.owl-carousel .owl-nav .owl-next {
	background-image: url(images/arrows/arrow-next-blue.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.owl-prev {
	width: 30px;
	height: 30px;
	position: absolute;
	left: -46px;
	top:40%;
	border: none;
	z-index:19999;
}
.owl-next {
	width: 30px;
	height: 30px;
	position: absolute;
	right: -46px;
	top:40%;
	border: none;
	z-index:19999;
}
 @media only screen and (min-width: 768px) {
.owl-carousel .owl-prev {
 width: 46px;
 height: 46px;
left: -66px;
}
.owl-carousel .owl-next {
 width: 46px;
 height: 46px;
right: -66px;
}
}
 @media only screen and (min-width: 992px) {
.owl-carousel .owl-prev {
 width: 57px;
 height: 57px;
}
.owl-carousel .owl-next {
 width: 57px;
 height: 57px;
}
}
 @media only screen and (min-width: 1600px) {
.owl-carousel .owl-prev {
 width: 63px;
 height: 63px;
}
.owl-carousel .owl-next {
 width: 63px;
 height: 63px;
}
}
.owl-prev, .owl-prev:visited, .owl-next, .owl-next:visited {
	opacity:.8;
}
.owl-prev, .owl-prev:hover, .owl-next, .owl-next:focus {
	opacity:1;
}
/* ------------- accordion ------------ */
 .accordion-set {
	display:block;
	clear: both;
	margin:0px;
	padding:0px;
	padding-bottom:60px;
}
/* expand all collapse all */
p.expand {
	font-size:15px;
	text-align: right;
	font-weight:700;
	color:#193663;
	text-transform:uppercase;
	letter-spacing:.02em;
	width:90%;
	margin-top:24px;
}
 @media only screen and (min-width: 768px) {
p.expand {
 width:100%;
 margin-top:0;
}
}
p.expand a, p.expand a:visited {
	color:#193663;
}
p.expand a:hover, p.expand a:focus {
	color:#BE1136;
}
.expand_all {
 margin-right:.25rem;
}
.closeall {
 margin-left:.25rem;
}
/* --------------------------------- */
.accordion-container {
	width: 100%;
	clear: both;
	margin:0px;
	padding:0px;
}
a.accordion-toggle, a.accordion-toggle:visited, a.accordion-notoggle, a.accordion-notoggle:visited {
	font-size:28px;
	font-weight:700;
	line-height:115%;
	color:#00285E;
	background-color:#ededf1;
	text-transform: none;
	text-decoration:none;
	display: block;
	position:relative;
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
 @media only screen and (min-width: 768px) {
 a.accordion-toggle, a.accordion-toggle:visited, a.accordion-notoggle, a.accordion-notoggle:visited {
 font-size:22px;
}
}
 @media only screen and (min-width: 992px) {
 a.accordion-toggle, a.accordion-toggle:visited, a.accordion-notoggle, a.accordion-notoggle:visited {
 font-size:24px;
}
}
 @media only screen and (min-width: 1600px) {
a.accordion-toggle, a.accordion-toggle:visited, a.accordion-notoggle, a.accordion-notoggle:visited {
 font-size:28px;
}
}
a.accordion-toggle:before {
	content: '|';
	position:absolute;
	left:0;
	top:25%;
	color: #BE1136;
}
.accordion-container:first-of-type a.accordion-toggle {
	border:none;
}
a.accordion-toggle h3 {
	margin:0px;
	padding:0px;
}
a.accordion-toggle.open {
	color:#00285E;
}
a.accordion-toggle:hover {
	color:#00285E;
}
a.accordion-toggle:hover h2 {
/*text-decoration:underline;*/
}
a.accordion-toggle:focus {
	outline: thin dotted;
}
/* mobile accordion toggle icon */
 .accordion-toggle span.toggle-icon img {
	width:24px;
	height:auto;
 margin-left:.75rem;
 margin-right:.75rem;
	line-height:1;
}
 @media only screen and (min-width: 1600px) {
.accordion-toggle span.toggle-icon img {
 width:32px;
}
}
a.accordion-toggle, a.accordion-toggle:visited, a.accordion-toggle:hover {
	text-decoration: none;
}
a.accordion-toggle span.toggle-icon, a.accordion-toggle span.toggle-icon:visited, a.accordion-toggle span.toggle-icon:hover {
	text-decoration: none;
}
.accordion-toggle span.toggle-icon .fa {
	font-size:16px;
}
 @media only screen and (min-width: 768px) {
.accordion-toggle span.toggle-icon .fa {
 font-size:14px;
}
}
 @media only screen and (min-width: 992px) {
.accordion-toggle span.toggle-icon .fa {
}
}
 @media only screen and (min-width: 1200px) {
.accordion-toggle span.toggle-icon .fa {
 font-size:16px;
}
}
 @media only screen and (min-width: 1800px) {
.accordion-toggle span.toggle-icon .fa {
 font-size:16px;
}
}
.accordion-content {
	display: none;
	padding: 10px;
}
.accordion-content p {
	font-weight:500;
}
/* article block for issues page */
.article-block {
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-width: 4px;
	border-style: solid;
	border-color: #d2d4dc;
	border-radius:20px;
	padding:24px;
}
.article-block:first-of-type {
	margin-top: 15px;
}
.article-block > h2:first-of-type {
	margin-top: 0;
}
.pagesection article.article-block {
	padding-top:20px;
}
 @media only screen and (min-width: 1200px) {
.article-block {
 padding-left:36px;
 padding-right:36px;
}
}
.pagesection .article-block h3 {
	font-size:24px;
	color:#961a31;
	text-transform:uppercase;
	letter-spacing:.035em;
	font-weight:700;
	padding:0;
	margin:0;
	margin-bottom:10px;
}
/* sub page menus */

nav.subnav {
	color: #193663;
	text-transform:uppercase;
}
 @media only screen and (min-width: 992px) {
nav.subnav {
 text-align: center;
 margin-top:15px;
}
}
nav.subnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 1;
	vertical-align: middle;
	letter-spacing: normal;
	text-align:  center;
}
nav.subnav ul li {
	display: inline;
	text-align: center;
	padding:0;
	margin:0;
	vertical-align: middle;
	line-height:100%;
}
.join .card {
	text-align: center;
	color: #BE1136;
	background-color: #FFF;
	border: 1px solid #aeb9c7;
	border-radius: 12px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
	box-shadow: 0 0 10px rgba(0, 0, 0, .12);
}
nav.subnav ul li a, nav.subnav ul li a:visited {
	display:inline-block;
	font-size: 18px;
	font-weight: 700;
	font-style:normal;
	color: #193663;
	background-color:#d2d4dc;
	text-transform: uppercase;
	letter-spacing:.065em;
	margin:15px;
	padding:24px;
	text-align: center;
	color: #BE1136;
	background-color: #FFF;
	border: 1px solid rgba(174, 185, 199, 0.5);
	border-radius: 12px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
	box-shadow: 0 0 10px rgba(0, 0, 0, .12);
}
 @media only screen and (min-width: 992px) {
 nav.subnav ul li:last-child {
 padding-right:0;
}
 nav.subnav li a {
 font-size: 13px;
 padding-left: .5rem;
 padding-right:.5rem;
}
}
 @media only screen and (min-width: 1200px) {
nav.subnav li a {
 font-size: 16px;
}
}
nav.subnav ul li a:hover, nav.subnav ul li a:focus {
	text-decoration:none;
	color: #FFF;
	background-color: #193663;
}
.subnav li.current_page_item a {
	color: #FFF;
	background-color: rgba(40, 87, 160, 0.6);
}
.subnav ul li.active a {
	color: #FFF;
	background-color: rgba(40, 87, 160, 0.6);
}
.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}
/* contact form styles */
.wpcf7-form {
	padding-top:20px;
	padding-bottom:20px;
}
@media only screen and (min-width: 1200px) {
.wpcf7-form {
width:75%;
}
}
.modal .wpcf7-form {
	padding-top:0;
	padding-bottom:0;
}
.wpcf7-form-control-wrap.dynamictext-997 input {
	display:inline;
	width: auto;
	padding:0;
	-webkit-appearance: none;
	margin:0;
	font-size:  inherit;
	font-weight: inherit;
	color: inherit;
	border:none
}
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}
.content .wpcf7 p {
	text-align:left;
	margin-bottom:15px;
}
form.wpcf7-form label span {
	display: inline;
	width:100%;
	font-weight:400;
	font-size:16px;
}
span.wpcf7-form-control-wrap.your-consent > span.wpcf7-list-item-label {
	display:  inline;
}
span.wpcf7-list-item {
	display: block !important;
}
form.wpcf7-form label {
	display: block;
	width:100%;
font-size:.9rem;
	font-weight:700;
	color:#58595B
}
form.wpcf7-form .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
	margin-bottom:20px;
}
form input[type=text], form input[type=email], form input[type=tel], form textarea, form select {
	width:100%;
	padding:12px;
	-webkit-appearance:none;
	margin-top:6px;
	margin-bottom:6px;
	font-size:16px;
	font-weight:700;
	color:#3a3a3a;
	border-radius: 0;
	border: 2px solid #ccc;
}
form .input-group input[type=text] {
	height:60px;
	background: #FFF;
	font-size: 28px;
	border: none;
}
form .input-group input[type=text]:focus {
	border: none;
}
form ::-webkit-input-placeholder {
font-size:14px;
font-weight:400;
padding-left:4px;
color:#3a3a3a;
opacity:.85;
}
form :-moz-placeholder {
font-size:14px;
font-weight:400;
padding-left:4px;
color:#3a3a3a;
opacity:.85;
}
form ::-moz-placeholder {
font-size:14px;
font-weight:400;
padding-left:4px;
color:#3a3a3a;
opacity:.85;
}
form :-ms-input-placeholder {
font-size:14px;
font-weight:400;
padding-left:4px;
color:#3a3a3a;
opacity:.85;
}
span.wpcf7-list-item {
	display: block;
	margin-bottom:10px !important;
	font-size: 16px;
}
.wpcf7-list-item-label {
	font-size: 16px;
}
 @media only screen and (min-width: 768px) {
 .wpcf7-list-item-label {
font-size: 14px;
}
}
 @media only screen and (min-width: 992px) {
 .wpcf7-list-item-label {
font-size: 16px;
}
}
@media only screen and (min-width: 1200px) {
 .wpcf7-list-item-label {
font-size: 17px;
}
}
 @media only screen and (min-width: 1600px) {
 .wpcf7-list-item-label {
font-size: 20px;
}
}
form input[type=submit] {
	display: inline-block;
	margin-top: -1px;
	font-weight: 700;
	line-height: 1;
	text-transform:uppercase;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color:#193663;
	color:#FFF;
	letter-spacing:.015em;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 0px;
	padding-top: 12px;
	padding-right: 2rem;
	padding-bottom: 12px;
	padding-left: 2rem;
}
form input[type=submit]:hover {
	background-color:#BE1136;
}
/* sign up form - more compact */


.signup .wpcf7-form {
	width: 100%;
	padding:0;
	margin:0;
}
 @media only screen and (min-width: 1200px) {
.signup .wpcf7-form {
 width: 100%;
}
}
.signup form p, .join .signup form p {
	text-align:left;
}
.signup form.wpcf7-form label {
	display: block;
	width: 100%;
 font-size: .9rem;
	font-weight: 500;
	color: #BE1136;
}
.signup form input[type=text], .signup form input[type=email], .signup form input[type=tel], .signup form textarea, form select {
	padding:6px;
	margin:0;
	font-size:15px;
	border: 1px solid #cb405e;
}
.signup form form p {
	line-height:1;
	margin:0;
	padding:0;
}
.signup form br {
	display:none;
}
.signup form input[type=submit] {
	display: inline-block;
	background-color:#BE1136;
	border-radius: 4px;
	margin-top:15px;
	margin-left:25%;
	text-align:center;
}
.signup form input[type=submit]:hover {
	background-color:#1e4177;
}
/* footer signup form */



footer .signup {
	padding-bottom:20px;
}
footer .signup form.wpcf7-form label {
	color: #FFF;
 font-size: .8rem;
	font-weight:600;
}
footer .signup form input[type=text], footer .signup form input[type=email], footer .signup form input[type=tel], footer .signup form textarea, form select {
	padding:4px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background-color:rgba(255, 255, 255, 0.35);
}
footer .signup form input[type=text]:focus, footer .signup form input[type=email]:focus, footer .signup form input[type=tel]:focus, footer .signup form textarea, form select:focus {
	padding:4px;
	border: 1px solid #FFF;
	background-color:#FFF;
}
footer .signup form input[type=submit] {
	background-color:#BE1136;
	text-align: left;
	margin-left:0;
}
footer .signup form input[type=submit]:hover {
	background-color:#cb405e;
}
/* ================================================= */
/* ====================== footer ================= */
/* ================================================= */
footer {
	background-color:#193663;
	padding-top:60px;
	padding-bottom:60px;
	color:#FFF;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #d2d4dc;
	text-align:center;
}
 @media only screen and (min-width: 768px) {
footer {
 text-align: left;
}
}
 @media only screen and (max-width: 767px) {
footer .item {
 margin-bottom:30px;
 max-width:80%;
 margin-left:auto;
 margin-right:auto;
}
 footer .social {
 margin-top:20px;
}
}
footer .logo {
	width:70%;
	max-width:70%;
	margin-top:40px;
}
 @media only screen and (min-width: 768px) {
footer .logo {
 width:90%;
 max-width:90%;
 margin-top:0;
}
}
 @media only screen and (min-width: 1200px) {
 footer .logo {
 width:80%;
 max-width:80%;
}
}
footer h2 {
	color:#FFF;
	font-size:18px;
	font-weight:700;
}
footer h3 {
	color:#FFF;
	font-size:15px;
	font-weight:700;
}
footer p {
	color:#FFF;
}
footer p a, footer p a:visited {
	color:#FFF;
}
footer p a:hover, footer p a:focus {
	color: #BE1136;
	text-decoration:none;
}
footer nav {
	color: #FFF;
	text-transform:uppercase;
}
 @media only screen and (min-width: 992px) {
footer nav {
 text-align: center;
}
}
footer nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 1;
	vertical-align: middle;
	letter-spacing: normal;
	text-align:  center;
}
footer nav ul li {
	display: block;
	text-align: center;
	padding:0;
	margin:0;
	vertical-align: middle;
	line-height:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255, 255, 255, 0.8);
}
 @media only screen and (min-width: 768px) {
footer nav ul li {
 text-align:   left;
}
}
footer nav li a, footer nav li a:visited {
	display: block;
	font-size: 18px;
	font-weight: 600;
	font-style:normal;
	color: #FFF;
	padding:0;
	margin:0;
	padding-top:15px;
	padding-bottom:10px;
	border: none;
	
}


/* mobile nav displays till 992 */
 @media only screen and (min-width: 992px) {
 footer nav li a {
 font-size: 13px;
}
}
 @media only screen and (min-width: 1200px) {
footer nav li a {
 font-size: 16px;
}
}
footer nav li a:hover, footer nav li a:focus {
	color: #BE1136;
	text-decoration:none;
}
footer nav li.current_page_item a, footer nav li.active a {
	color: #BE1136;
}
footer nav li.current_page_item a:hover, footer nav li.active a:hover {
	color: #BE1136;
}
footer nav li.current-page-ancestor a {
	color: #BE1136;
}
.footer-btm {
	padding-top:60px;
	padding-bottom:30px;
	text-align:center;
}
.footer-btm p {
	font-size:13px;
}


footer p.smalltext {
	font-size:12px;
	margin-top:20px;
	color:#d2d4dc;
	color:#d1d6df;
	color:#bcc0c8;
}


footer p.smalltext a, footer p.smalltext a:visited, footer p.smalltext a:hover, footer p.smalltext a:focus {
	color:inherit;
}
