/*
  Theme Name: Ask Christee theme
  Author: Sherri Ferritto Williams
  Description: A custom WordPress theme for AskChristee
  Developer: SFW
  Version: 4.1 053024
  Requires at least: 6.0
  Tested up to: 6.3
  Requires PHP: 7.4
  */
  /* ----------------------------------------------
  THEME STYLES   
  ------------------------------------------------- */
  body, html {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	/*color: #353535;*/
    color: #292929;
	background-color: #284779;
	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: 700;
	line-height: 1.2;
	color: #0E316C;
 margin-bottom: .65rem;
}
h1, .h1 {
	font-size: 28px;
	margin-bottom: 1rem;
	color: #0E316C;
	letter-spacing: -.015em;
}
h1 em, .h1 em {
	letter-spacing: normal;
}
h2, .h2 {
	font-size: 24px;
	letter-spacing: -.02em;
	margin-top: 15px;
}
h3, .h3 {
	font-size: 18px;
}
p {
	font-size: 18px;
	line-height: 155%;
	margin-bottom: 10px;
}
.content ul.nobullets {
	margin-left: 0;
}
.content ul li {
	font-size: 18px;
	line-height: 155%;
	letter-spacing: -.015em;
	margin-bottom: 10px;
	list-style: none;
}
.content ul {
	margin-left: 15px;
}
.content ul li:before {
	content: '\f111';
	font-family: 'FontAwesome';
	font-size: 6px;
	float: left;
	margin-left: -15px;
	color: #0E316C;
}
.content ul ul li:before {
	content: '\f10c';
	font-family: 'FontAwesome';
	font-size: 6px;
	float: left;
	margin-left: -15px;
	color: #0E316C;
}
.content ul.teal li:before {
	color: #58B2BA;
}
.content ul.nobullets li:before {
	display: none;
}
/* ordered lists */
  .content ol li {
	font-size: 18px;
	line-height: 155%;
	letter-spacing: -.015em;
	padding-bottom: 10px;
}
p.lead {
	font-size: 24px;
	font-weight: 400;
}
b, strong {
	font-weight: 700;
}
 @media only screen and (min-width: 768px) {
 h1, .h1 {
 font-size: 24px;
}
 h2, .h2 {
 font-size: 22px;
}
 h3, .h3 {
 font-size: 18px;
}
 p {
 font-size: 16px;
}
 .content ul li, .content ol li {
 font-size: 16px;
}
 p.lead {
 font-size: 16px;
}
}
 @media only screen and (min-width: 992px) {
 h1 {
 font-size: 26px;
}
}
 @media only screen and (min-width: 1200px) {
 h1, .h1 {
 font-size: 32px;
 margin-bottom: 1.25rem;
}
 p {
 font-size: 18px;
}
 .content ul li, .content ol li {
 font-size: 18px;
}
 p.lead {
 font-size: 24px;
}
}
/* --------- other helpers and overrides ---------*/
  ul, menu, dir {
	list-style: none;
	padding: 0;
	margin: 0;
}
a, a:visited {
	color: #0E316C;
	/*color: #3E78E5;*/
    text-decoration: none;
	transition: all 0.12s ease-in-out 0s;
}
a:hover, a:focus {
	color: #58B2BA;
	text-decoration: none;
}
main a, main a:visited {
	text-decoration: underline;
	text-decoration-color: #58B2BA;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}
main a:hover, main a:focus {
	text-decoration: underline;
}
a.noline, main a.noline {
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
}
a.gray, a.gray:visited {
	color: #666;
}
a.gray:hover, a.gray:focus {
	color: #12408c;
}
a.read-more {
	font-size: 90%;
	font-weight: 600;
	color: #278189;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
	transition: all 0.2s ease-in-out 0s;
	position: relative;
	padding-right: 24px;
}
a.read-more:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #58B2BA;
	background-image: url(images/arrow-white.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
 @media only screen and (min-width: 768px) {
 a.read-more:after {
 bottom: auto;
 top: 3px;
}
}
a.read-more:hover, a.read-more:focus {
	color: #4fa0a7;
}
a.learn-more {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
 letter-spacing: .035rem;
	color: #58B2BA;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
	transition: all 0.2s ease-in-out 0s;
	position: relative;
	padding-right: 24px;
}
a.learn-more:after {
	content: ' \003E';
}
a.learn-more:hover, a.learn-more:focus {
	color: #4fa0a7;
}
  /* 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
}
 @media only screen and (min-width: 1200px) {
 sub, sup {
 font-size: 65%;
}
}
.overflow {
	overflow: hidden;
}
.no-brk {
	display:inline;
	white-space: nowrap;
}
.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-border, .photo-border {
	border: 3px solid #FFF;
	margin-bottom: 30px;
}
.video-rounded {
	border-radius: 12px;
}
 @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%;
}
 @media only screen and (max-width: 767px) {
 .container.mobile-wide {
 width: 97.5%;
 max-width: 97.5%;
}
}
 @media only screen and (min-width: 768px) {
 .container {
 width: 90%;
 max-width: 90%;
}
 .col-md-onefifth {
 -ms-flex: 0 0 20%;
 flex: 0 0 20%;
 max-width: 20%;
}
}
 @media only screen and (min-width: 1200px) {
 .col-lg-onefifth {
 -ms-flex: 0 0 20%;
 flex: 0 0 20%;
 max-width: 20%;
}
 .container-narrow {
 width: 75%;
 max-width: 75%;
}
}
 @media only screen and (min-width: 1600px) {
 .container {
 width: 86%;
 max-width: 86%;
}
 .container-narrow {
 width: 75%;
 max-width: 75%;
}
}
 @media (min-width: 1600px) {
 .col-xxl-4 {
 -ms-flex: 0 0 33.333333%;
 flex: 0 0 33.333333%;
 max-width: 33.333333%;
}
}
 @media (min-width: 1400px) {
 .col-xxl-2 {
 flex: 0 0 auto;
 width: 16.66666667%;
}
 .col-xxl-8 {
 flex: 0 0 auto;
 width: 66.66666667%;
}
}
  /* custom gutters */
  @media(min-width:992px) {
 .lg-gutters {
 padding-right: -28px;
 padding-left: -28px;
}
 .lg-gutters > [class*='col-'] {
 padding-right: 28px;
 padding-left: 28px;
}
 .xl-gutters {
 padding-right: -48px;
 padding-left: -48px;
}
 .xl-gutters > [class*='col-'] {
 padding-right: 48px;
 padding-left: 48px;
}
}
.card {
	background-color: transparent;
	background-clip: border-box;
	border: none;
	border-radius: 0;
}
.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: 700;
	letter-spacing: .03em;
	text-transform: uppercase;
	font-style: normal;
	font-size: 18px;
	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: 18px;
	margin-bottom: 0;
	padding: 8px;
	padding-right: 24px;
	padding-left: 24px;
}
 @media only screen and (min-width: 768px) {
 .btn {
 font-size: 18px;
 border-radius: 18px;
}
}
 @media only screen and (min-width: 1200px) {
 .btn {
 font-size: 24px;
 border-radius: 24px;
}
}
.btn:hover {
	border: 3px solid transparent;
}
.btn-small {
	font-size: 16px;
	border-radius: 16px;
	padding: 6px;
	padding-right: 14px;
	padding-left: 14px;
}
.btn-xs {
	font-size: 14px;
	border-radius: 12px;
	padding: 4px;
	padding-right: 9px;
	padding-left: 9px;
}
.btn-full {
	width: 100%;
}
.btn-blue, .btn-blue:visited {
	color: #FFF;
	background-color: #0E316C;
}
.btn-blue:hover, .btn-blue:focus {
	color: #FFF;
	background-color: #12408c;
}
.btn-ltblue, .btn-ltblue:visited {
	color: #FFF;
	background-color: #58B2BA;
}
.btn-ltblue:hover, .btn-ltblue:focus {
	color: #FFF;
	background-color: #5881ba;
}
.btn-gray, .btn-gray:visited {
	background-color: #ced5e1;
	color: #0c2c61;
}
.btn-gray:hover {
	color: #FFF;
	background-color: #12408c;
}
.btn-grayblue, .btn-grayblue:visited {
	color: #FFF;
	background-color: #6f84a5;
}
.btn-grayblue:hover, .btn-grayblue:focus {
	color: #FFF;
	background-color: #8e9fb9;
}
.btn-white, .btn-white:visited {
	color: #0E316C;
	background-color: #FFF;
}
.btn-white:hover, .btn-white:focus {
	color: #4d5f7b;
	background-color: #FFF;
}
 @media only screen and (min-width: 1200px) {
 .btn-lg {
 font-size: 30px;
 padding-right: 30px;
 padding-left: 30px;
 border-radius: 30px;
}
}
.btn-full {
	width: 100%;
}
.btn-circle {
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
 @media only screen and (min-width: 768px) {
 .btn-circle {
 width: 20px;
 height: 20px;
}
}
 @media only screen and (min-width: 1200px) {
 .btn-circle {
 width: 30px;
 height: 30px;
}
}
.btn-outline, .btn-outline:visited {
	border: 1px solid #0E316C;
	background-color: #FFF;
	color: #0E316C;
}
.btn-outline:hover, .btn-outline:focus {
	border: 1px solid #0E316C;
	background-color: #0E316C;
	color: #FFF !important;
}
/* backgrounds and colors */
  .blue {
	color: #0E316C;
}
.bg-blue {
	background-color: #0E316C;
}
.bg-ltblue {
	background-color: #58B2BA;
}
.bg-medblue {
	background-color: #AAB7CB;
}
.bg-teal {
	background-color: #58B2BA;
}
.bg-red {
	background-color: #e6675f;
}
.bg-white {
	background-color: #FFF;
}
.bg-white50 {
	background-color: rgba(255, 255, 255, 0.5);
}
.bg-white65 {
	background-color: rgba(255, 255, 255, 0.65);
}
.bg-gray {
	background-color: #ced5e1;
}
.bg-ltgray {
	background-color: #f1f1f1;
}
.bg-ltgray2 {
	background-color: #F3F5F7;
}
/*
  .bg-icon-squares {
      background-image: url(images/icon-twelve-squares.png);
      background-repeat: no-repeat;
      background-position: right 30px;	
      background-size: 150px;
  }
  */
  .bg-graygradient {
	background: rgb(243, 245, 247);
	background: linear-gradient(90deg, rgba(243, 245, 247, 1) 0%, rgba(243, 245, 247, .85) 100%);
}
.bg-red, .bg-red h2, .bg-red h3, .bg-red p {
	color: #FFF;
}
.bg-red a {
	color: #FFF;
}
.dkgray {
	color: #444;
}
.gray {
	color: #666;
}
.black {
	color: #1f1f1f;
}
/* ================================================= */
  /* ====================== header ================= */
  /* =================================== ============== */
  header {
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
/* ================================================= */
  /* show and hide header */
  #header {
	position: fixed;
	height: 100px;
	top: 0;
	width: 100%;
	bottom: inherit;
	z-index: 8000;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
	-o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b5bbc6;
	border-bottom-color: #ccc;
}
 @media only screen and (min-width: 992px) {
 #header {
/* height: 96px;*/
    }
}
.headroom {
	will-change: transform;
	transition: transform 200ms linear;
	-moz-transition: transform 200ms linear;
	-webkit-transition: transform 200ms linear;
}
#header.headroom--not-top .header-border {
	display: none;
}
#header.headroom--not-top {
 transition: opacity .25s ease-in-out;
 -moz-transition: opacity .25s ease-in-out;
 -webkit-transition: opacity .25s ease-in-out;
	background-color: #f2f3f3;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
	-o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
	height: 80px;
	width: 100%;
	left: 0;
	right: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b5bbc6;
}
header .logo img {
 *width: 160px;
	max-width: 160px;
}
 @media only screen and (min-width: 768px) {
 #header.headroom--not-top {
 height: 90px;
 padding-top: 20px;
}
}
 @media only screen and (min-width: 992px) {
 #header.headroom--not-top .mobile-tools, #header.headroom--not-top .header-contact, #header.headroom--not-top .hideonscroll {
 display: none;
}
 header .logo img {
      /*max-width: 100%;*/
      max-width: 225px;
}
 #header.headroom--not-top .logo img {
 width: 160px;
 padding: 0;
}
 header nav.mainmenu {
 text-align: center;
}
}
#header.headroom--pinned {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(-100%);
	transform: translateY(0%);
}
#header.headroom--unpinned {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
#header.headroom--not-top nav ul {
	text-align: center;
}
/* =================================================== */
  /* ================= navigation menu ================= */
  header nav.mainmenu {
	color: #363946;
	font-weight: 600;
}
 @media only screen and (min-width: 768px) {
 header nav.mainmenu {
 text-align: right;
}
}
header nav.mainmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 1;
	vertical-align: middle;
	letter-spacing: normal;
	text-align: center;
}
header nav.mainmenu ul li {
	display: inline;
	text-align: center;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	line-height: 100%;
}
header nav.mainmenu li a, header nav.mainmenu li a:visited {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	color: #0E316C;
	text-transform: none;
	margin: 0;
}
  /* mobile nav displays till 992 */
  @media only screen and (min-width: 992px) {
 header nav.mainmenu li a {
 font-size: 16px;
      /*padding-left: .65rem;
  padding-right:.65rem;*/
      padding-left: .35rem;
 padding-right: .35rem;
}
}
 @media only screen and (min-width: 1200px) {
 header nav.mainmenu li a {
 font-size: 17px;
      /*padding-left: 1rem;
  padding-right:1rem;*/
      padding-left: .5rem;
 padding-right: .5rem;
}
}
 @media only screen and (min-width: 1400px) {
 header nav.mainmenu li a {
      /*padding-left: 1rem;
  padding-right:1rem;*/
      padding-left: .75rem;
 padding-right: .75rem;
}
}
 @media only screen and (min-width: 1600px) {
 header nav.mainmenu li a {
 font-size: 21px;
}
}
header nav.mainmenu li a:hover, header nav.mainmenu li a:focus {
	color: #58B2BA;
	text-decoration: none;
	border: none;
}
header nav.mainmenu li.current_page_item a, header nav.mainmenu li.active a {
	/*color: #0E316C;*/
    color: #58B2BA;
}
header nav.mainmenu li.current_page_item a:hover, header nav.mainmenu li.active a:hover {
	color: #58B2BA;
}
header nav.mainmenu li.current-page-ancestor > a {
	color: #0E316C;
}
.nav > li > a:focus, .nav > li > a:hover {
	background-color: transparent;
}
/* drop downs */
  header nav.mainmenu ul.dropdown-menu {
	text-align: left;
	min-width: 200px;
}
header nav.mainmenu .dropdown-menu {
 margin: .125rem 0 0;
	margin-top: 10px !important;
	min-width: 13rem;
	padding-top: 14px;
	padding-bottom: 14px;
	color: inherit;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: 0;
}
header nav.mainmenu .dropdown-menu.show {
	border: none;
	display: block;
	position: relative;
	padding: 0;
	margin-top: 0 !important;
	text-transform: none;
	line-height: 110%;
}
header nav.mainmenu ul.dropdown-menu li {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #F3F5F7;
	margin-left: 0;
}
header nav.mainmenu ul.dropdown-menu li a {
	display: block;
	font-size: 15px;
	font-weight: 600;
	font-style: normal;
	color: #0E316C;
	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: #F3F5F7;
}
header nav.mainmenu ul.dropdown-menu li a:link, header nav.mainmenu ul.dropdown-menu li a:visited {
	color: #0E316C;
}
header nav.mainmenu ul.dropdown-menu li a:hover, header nav.mainmenu ul.dropdown-menu li a:focus {
	color: #58B2BA;
	background: #f5f5f5;
}
/* mobile navigation takeover overlay */
  header .tools-wrapper {
	text-align: right;
}
header .tools-wrapper .item {
	display: inline;
	margin-left: 10px;
}
header nav.mainmenu {
	color: #363946;
	font-weight: 600;
}
 @media only screen and (min-width: 768px) {
 header nav.mainmenu {
 text-align: right;
}
}
header nav.secondarymenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 1;
	vertical-align: middle;
	letter-spacing: normal;
	text-align: center;
}
header nav.secondarymenu ul li {
	display: inline;
	text-align: center;
	padding: 0;
	padding-left: 1rem;
	margin: 0;
	vertical-align: middle;
	line-height: 100%;
}
header nav.secondarymenu li a, header nav.secondarymenu li a:visited {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	color: #0E316C;
	text-transform: none;
	margin: 0;
}
header nav.secondarymenu li a:hover, header nav.secondarymenu li a:focus {
	color: #58B2BA;
}
header nav.secondarymenu li.button a, header nav.secondarymenu li.button a:visited {
	color: #FFF;
	background-color: #0E316C;
	font-weight: 700;
	letter-spacing: .03em;
	font-style: normal;
	text-transform: none;
	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-radius: 12px;
	padding: 6px;
	padding-right: 12px;
	padding-left: 12px;
}
header nav.secondarymenu li.button a:hover, header nav.secondarymenu li.button a:focus {
	color: #FFF;
	background-color: #12408c;
}
/* ==============    menu button ======================= */
  .hamburger {
	display: inline-block;
	cursor: pointer;
	padding: 0;
}
.hamburger:focus {
	outline: none;
	box-shadow: none;
}
.bar1, .bar2, .bar3 {
	display: block;
	width: 42px;
	height: 3px;
	background-color: #0E316C;
	margin: 8px 0;
}
/* close button */
  .btn-close {
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 9000;
	height: 44px;
	width: 44px;
	line-height: 1;
	background-color: transparent;
	padding: 0;
	font-size: 36px;
	color: #0E316C;
	border-radius: 50%;
	border: 2px solid #0E316C;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 3px;
}
 @media only screen and (min-width: 480px) {
 .btn-close {
 top: 35px;
 right: 35px;
}
}
/* =================================================== */
  .menu-overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 9999;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #0E316C;
	background: -moz-linear-gradient(top, #0E316C 0%, #0E316C 100%);
	background: -webkit-linear-gradient(top, #0E316C 0%, #0E316C 100%);
	background: linear-gradient(to bottom, #0E316C 0%, #0E316C 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0E316C', endColorstr='#0E316C', GradientType=0);
	overflow-y: hidden;
	transition: 0.5s;
	animation-duration: 2s;
	display: none;
}
.overlay-header {
	width: 100%;
	height: 96px;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.menu-overlay .btn-close {
	color: rgba(255, 255, 255, 0.90);
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.90);
}
.menu-overlay .btn-close:hover {
	color: #FFF;
	border: 2px solid #FFF;
}
.overlay-content {
	position: relative;
	width: 100%;
	/*height:100%;*/
    height: calc(100vh - 96px);
	text-align: center;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: flex-start;
	justify-content: center;
}
.menu-overlay nav {
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
.menu-overlay nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 1;
	vertical-align: middle;
	letter-spacing: normal;
	text-align: center;
}
.menu-overlay nav ul li {
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	line-height: 100%;
}
.menu-overlay nav li a {
	display: block;
	font-size: 24px;
	line-height: 135%;
	font-weight: 600;
	font-style: normal;
	margin: 0;
	padding-top: 12px;
	padding-bottom: 12px;
}
.menu-overlay nav .dropdown-menu {
	position: relative !important;
	transform: none !important;
	width: 100%;
	margin-bottom: 10px;
	background-color: rgba(255, 255, 255, 0.1);
}
.menu-overlay nav li ul li a {
	font-size: 20px;
	text-transform: none;
}
.menu-overlay nav li a, .menu-overlay nav li a:visited {
	color: #FFF;
}
.menu-overlay nav ul.dropdown-menu li a, .menu-overlay nav ul.dropdown-menu li a:visited {
	color: #FFF;
}
.menu-overlay nav li a:hover, .menu-overlay nav li a:focus {
	/*color: #10AFE0;*/
    color: #2DC3F0;
	border: none;
}
.menu-overlay nav ul.dropdown-menu li a:hover, .menu-overlay nav ul.dropdown-menu li a:focus {
	color: #2DC3F0;
}
.menu-overlay nav li.current_page_item a {
	color: #2DC3F0;
}
.menu-overlay nav li.current_page_item a:hover {
	color: #2DC3F0;
}
.menu-overlay nav .dropdown-toggle {
	white-space: normal;
}
.menu-overlay nav.secondarymenu li.button {
	margin-top: 6px;
	margin-bottom: 6px;
}
/* mobile version */
  .menu-overlay nav.secondarymenu li.button a, .menu-overlay nav.secondarymenu li.button a:visited {
	color: #0E316C;
	background-color: #FFF;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .03em;
	font-style: normal;
	text-transform: none;
	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-radius: 12px;
	padding: 6px;
	padding-right: 12px;
	padding-left: 12px;
}
.menu-overlay nav.secondarymenu li.button a:hover, .menu-overlay nav.secondarymenu li.button a:focus {
	color: #12408c;
	background-color: #FFF;
}
/* ================================================= */
  /* ====================== home page ================= */
  /* ================================================= */
  .home-spacing {
	padding-top: 20px;
	padding-bottom: 20px;
}
 @media only screen and (min-width: 768px) {
 .home-spacing {
 padding-top: 30px;
 padding-bottom: 30px;
}
}
.home-banner {
	padding-top: 36px;
	padding-bottom: 36px;
	background: #FFF;
}
.home-banner h1 {
	font-size: 36px;
	font-size: 8vw;
	line-height: 110%;
	letter-spacing: -.04em;
	font-weight: 600;
	color: #0E316C;
	margin: 0;
}
.home-banner.gradient {
	background-image: linear-gradient(151deg, #10397c, #58B2BA);
}
.home-banner.gradient h1 {
	color: #FFF;
}
 @media only screen and (min-width: 768px) {
 .home-banner h1 {
 font-size: 3.85vw;
}
}
 @media only screen and (min-width: 1800px) {
 .home-banner h1 {
 font-size: 60px;
}
}
/* ================================================= */
  /* ================= new home page ================= */
  /* ================================================= */
  .home .intro {
	padding-top: 40px;
	position: relative;
}
 @media only screen and (min-width: 1200px) {
 .home .intro {
 padding-top: 50px;
 padding-bottom: 20px;
}
}
 @media only screen and (min-width: 1600px) {
 .home .intro {
 padding-bottom: 40px;
}
}
.home .intro {
	margin-bottom: 30px;
}
.home .container {
	position: relative;
	z-index: 1;
	max-width: 1440px;
}
 @media only screen and (min-width: 768px) {
 .home .container-narrow {
 width: 85%;
 max-width: 1440px;
}
}
.home .container-wide {
	width: 95%;
	max-width: 95%;
}
.home .intro h2 {
	font-size: 40px;
	line-height: 110%;
	letter-spacing: -.04em;
	font-weight: 600;
	color: #0E316C;
	margin-top: 30px;
	margin-bottom: 20px;
}
 @media only screen and (min-width: 768px) {
 .home .intro h2 {
 font-size: 3.25vw;
 margin-top: 0;
}
}
 @media only screen and (min-width: 1400px) {
 .home .intro h2 {
 font-size: 40px;
}
}
 @media only screen and (min-width: 1800px) {
 .home .intro h2 {
 font-size: 44px;
 margin-bottom: 30px;
}
}
.intro p {
	font-size: 22px;
	line-height: 143%
}
 @media only screen and (min-width: 768px) {
 .intro p {
 font-size: 18px;
}
}
 @media only screen and (min-width: 1200px) {
 .intro p {
 font-size: 22px;
}
}
 @media only screen and (min-width: 1600px) {
 .intro p {
 font-size: 26px;
}
}
.intro-bg {
	position: absolute;
	right: 0;
	top: 12%;
	width: 75%;
	z-index: 0;
}
 @media only screen and (min-width: 768px) {
 .intro-bg {
 top: 30%;
 width: 36.9%;
}
}
 @media only screen and (min-width: 1400px) {
 .intro-bg {
 top: 20%;
}
}
/* home section padding */
  .home-section-padding {
	padding-top: 20px;
	padding-bottom: 20px;
}
/* home info buttons */
  .home-info-buttons {
	color: #0E316C;
	/*background-color: rgba(14, 49, 108, 0.02);*/
    text-align: center;
	padding-bottom: 60px;
}
.home-info-buttons p.eyebrow {
	font-size: 16px;
	text-transform: uppercase;
 letter-spacing: .035rem;
}
.home-info-buttons h2 {
	font-size: 40px;
	line-height: 110%;
	letter-spacing: -.04em;
	font-weight: 600;
	color: #0E316C;
	color: #58B2BA;
	margin-top: 30px;
	margin-bottom: 30px;
}
 @media only screen and (min-width: 768px) {
 .home-info-buttons h2 {
 font-size: 3.25vw;
 margin-top: 0;
}
}
 @media only screen and (min-width: 1400px) {
 .home-info-buttons h2 {
 font-size: 40px;
}
}
 @media only screen and (min-width: 1800px) {
 .home-info-buttons h2 {
 font-size: 44px;
 margin-bottom: 44px;
}
}
.home-info-buttons .feature-block {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
 @media only screen and (min-width: 768px) {
 .home-info-buttons .feature-block {
 width: 85%;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 0;
}
}
.home-info-buttons h3 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .035em;
}
.home-info-buttons img {
	width: auto;
	height: 80px;
	margin-bottom: 20px;
}
.home-info-buttons .feature-block p br {
	display: none;
}
 @media only screen and (min-width: 1200px) {
 .home-info-buttons .feature-block p {
 font-size: 18px;
}
 .home-info-buttons .feature-block p br {
 display: block;
}
}
/* home CTA buttons */
  .home-cta-buttons .card {
	border: 3px solid #e1e6ed;
	background-color: #f0f2f6;
	background-color: #f6f7f9;
	border-radius: 12px;
	padding: 30px;
	margin-bottom: 30px;
	-webkit-box-shadow: 5px 5px 6px -1px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 5px 5px 6px -1px rgba(0, 0, 0, 0.12);
	box-shadow: 5px 5px 6px -1px rgba(0, 0, 0, 0.12);
 webkit-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	text-align: center;
}
 @media only screen and (min-width: 768px) {
 .home-cta-buttons .card {
 padding: 15px;
 min-height: 200px;
}
}
 @media only screen and (min-width: 992px) {
 .home-cta-buttons .card {
 padding: 15px;
 min-height: 250px;
}
}
 @media only screen and (min-width: 1200px) {
 .home-cta-buttons .card {
 padding: 15px;
 min-height: 275px;
}
}
 @media only screen and (min-width: 1400px) {
 .home-cta-buttons .card {
 padding: 25px;
}
}
.home-cta-buttons .card-body {
	padding: 20px;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.home-cta-buttons .card:hover {
	-webkit-transform: scale(1.025);
	-o-transform: scale(1.025);
	transform: scale(1.025);
}
.shadow {
	-webkit-box-shadow: 5px 5px 6px -1px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 5px 5px 6px -1px rgba(0, 0, 0, 0.22);
	box-shadow: 5px 5px 6px -1px rgba(0, 0, 0, 0.22);
}
.angle {
	transform: rotate(-2deg);
}
.rounded12 {
	border-radius: 12px;
}
.home-cta-buttons .card .h1 {
	font-weight: 600;
}
 @media only screen and (min-width: 768px) {
 .home-cta-buttons .card .h1 {
 font-size: 2.333vw;
}
}
 @media only screen and (min-width: 1200px) {
 .home-cta-buttons .card .h1 {
 font-size: 28px;
}
}
.home-cta-buttons .card-footer {
 padding: .5rem 1rem;
	background-color: transparent;
	border: none;
}
.home-cta-buttons .card-footer p {
	padding: 0;
	margin: 0;
}
.home-cta-buttons .card .btn {
	font-size: 18px;
}
 @media only screen and (min-width: 768px) {
 .home-cta-buttons .card .btn {
 font-size: 1.5vw;
}
}
 @media only screen and (min-width: 1400px) {
 .home-cta-buttons .card .btn {
 font-size: 21px;
}
}
/* home video card */
  .card.home-video-card {
	border: 4px solid rgba(14, 49, 108, .75);
	background-color: #f6f7f9;
	border-radius: 12px;
	padding: 30px;
	margin-bottom: 30px;
	-webkit-box-shadow: 5px 5px 6px -1px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 5px 5px 6px -1px rgba(0, 0, 0, 0.12);
	box-shadow: 5px 5px 6px -1px rgba(0, 0, 0, 0.12);
 webkit-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	text-align: center;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	position: relative;
}
.card.home-video-card:before {
	content: '';
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #58B2BA;
	background-image: url(images/arrow-white.png);
	background-repeat: no-repeat;
	background-position: center center;
}
 @media only screen and (min-width: 768px) {
 .card.home-video-card {
 padding: 15px;
 min-height: 200px;
}
}
 @media only screen and (min-width: 992px) {
 .card.home-video-card {
 padding: 15px;
 min-height: 250px;
}
}
 @media only screen and (min-width: 1200px) {
 .card.home-video-card {
 padding: 15px;
 min-height: 275px;
}
}
 @media only screen and (min-width: 1400px) {
 .card.home-video-card {
 padding: 25px;
}
}
.card.home-video-card:hover {
	-webkit-transform: scale(1.025);
	-o-transform: scale(1.025);
	transform: scale(1.025);
}
card.home-video-card .card-body {
	padding: 0;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.card.home-video-card p {
	font-size: 21px;
	font-weight: 600;
	color: #12408c;
	line-height: 134%;
}
.card.home-video-card p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
 @media only screen and (min-width: 768px) {
 .card.home-video-card p {
 font-size: 1.833vw;
}
}
 @media only screen and (min-width: 1200px) {
 .card.home-video-card p {
 font-size: 22px;
}
}
.card.home-video-card p a {
	color: #5881ba;
}
.card.home-video-card p a:hover, .card.home-video-card p a:focus {
	color: #58B2BA;
}
/* home text */
  .home-text {
	padding-top: 36px;
	padding-bottom: 36px;
	background-image: url(images/home-sold-faded.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
 @media only screen and (min-width: 768px) {
 .home-text {
 padding-top: 20px;
 padding-bottom: 20px;
}
}
 @media only screen and (min-width: 992px) {
 .home-text {
 padding-top: 36px;
 padding-bottom: 36px;
}
}
.home-text .item {
	margin-bottom: 30px;
}
 @media only screen and (min-width: 768px) {
 .home-text .item {
 margin-bottom: 0;
}
}
.home-text p {
	font-weight: 500;
}
 @media only screen and (max-width: 767px) {
 .home-text p {
 font-size: 21px;
}
}
 @media only screen and (min-width: 1400px) {
 .home-text p {
 font-size: 21px;
}
}
/* home video section */
  .home-video {
	padding-top: 36px;
	padding-bottom: 36px;
	position: relative;
	background-color: #F1F4F7;
}
 @media only screen and (min-width: 1200px) {
 .home-video {
 padding-top: 60px;
 padding-bottom: 72px;
}
}
/* home help section */
  .home-resources {
	padding-top: 36px;
	padding-bottom: 36px;
	position: relative;
	background-color: #F1F4F7;
}
 @media only screen and (min-width: 1200px) {
 .home-help {
 padding-top: 60px;
 padding-bottom: 72px;
}
}
.help-card {
	width: 100%;
	padding-top: 42px;
	padding-bottom: 42px;
	background-color: #d4dbe4;
	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: 1200px) {
 .help-card {
 width: 89%;
}
}
.help-card .inner {
	width: 89%;
	padding: 15px;
	padding-top: 36px;
	padding-bottom: 36px;
	position: relative;
	background-color: #FFF;
	border-radius: 20px;
	text-align: center;
}
 @media only screen and (min-width: 1200px) {
 .help-card .inner {
 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;
}
 .help-card .inner .item {
 margin: 0;
 padding-left: 15px;
 padding-right: 15px;
}
}
/* ================================================= */
  /* ====================== modules page ================= */
  /* ================================================= */
  .module-grid .module-item {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 48px;
	background-color: #FFF;
	border-radius: 4px;
	width: 100%;
	max-width: 220px;
	margin-left: auto;
	margin-right: auto;
	min-height: 160px;
	background: #ffffff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 0.25s ease in;
	position: relative;
}
 @media only screen and (min-width: 768px) {
 .module-grid .module-item {
 width: 100%;
 max-width: 100%;
}
}
.module-grid .module-item a {
	text-align: center;
	width: 100%;
}
.module-grid .module-item img {
	width: auto;
	height: 80px;
}
.module-grid .module-item p {
	font-weight: 600;
	font-size: 19px;
	text-align: center;
	color: #0e306c;
	margin: 0;
	padding: 0;
}
.infoIcon {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	font-size: 1.2em;
	z-index: 1000;
}
/* module modals */
  .modal {
	z-index: 8888;
}
.modal-dialog {
	width: 90%;
	max-width: 700px;
}
.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
	padding-left: 30px;
	padding-right: 30px;
}
.modal-body p {
	font-size: 15px;
}
.modal-footer .btn {
	font-size: 24px;
}
.modal-footer .modal-close {
	font-size: 24px;
	line-height: 1;
	border-radius: 6px;
	padding: 4px;
	padding-right: 9px;
	padding-left: 9px;
}
 @media only screen and (min-width: 768px) {
 .home-help .item {
 text-align: right;
}
}
/* ================================================= */
  /* ====================== interior ================= */
  /* ================================================= */
  main {
	padding-top: 100px;
	min-height: 82vh;
	background-color: #FFFFFF;
}
main.no-pad {
	padding-top: 0;
}
.content {
	padding-top: 40px;
	padding-bottom: 40px;
}
 @media only screen and (max-width: 767px) {
 .content.mobile-wide {
 padding-top: 20px;
 padding-bottom: 20px;
}
}
 @media only screen and (min-width: 1200px) {
 .content {
 padding-top: 40px;
 padding-bottom: 40px;
}
}
.content.no-pad {
	padding-top: 0;
	padding-bottom: 0;
}
/* About page */
  .about-intro {
	background: #FFF;
}
 @media only screen and (min-width: 768px) {
 .about-intro {
 padding-top: 36px;
}
}
.about-intro h1 {
	font-weight: 600;
	color: #0E316C;
}
.about-spacing {
	padding-top: 36px;
	padding-bottom: 36px;
}
 @media only screen and (min-width: 1200px) {
 .about-spacing {
 padding-top: 56px;
 padding-bottom: 56px;
}
}
.about-whitetext {
	background-color: rgba(14, 49, 108, 0.35);
}
.about-whitetext article, article.whitebox {
	position: relative;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
	box-shadow: 1px 4px 13px 7px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 1px 4px 13px 7px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 1px 4px 13px 7px rgba(0, 0, 0, 0.05);
}
 @media only screen and (min-width: 1200px) {
 .about-whitetext article, article.whitebox {
 padding-right: 50px;
 padding-bottom: 30px;
 padding-left: 50px;
}
}
.about-whitetext .h1 {
	font-weight: 600;
	margin-bottom: 24px;
}
.about-features {
	color: #0E316C;
	background-color: rgba(14, 49, 108, 0.05);
	text-align: center;
}
.about-features .feature-block {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
 @media only screen and (min-width: 768px) {
 .about-features .feature-block {
 width: 75%;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 0;
}
}
.about-features h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .035em;
}
.about-features img {
	width: auto;
	height: 80px;
	margin-bottom: 20px;
}
.about-features p br {
	display: none;
}
 @media only screen and (min-width: 1200px) {
 .about-features p {
 font-size: 24px;
}
 .about-features p br {
 display: block;
}
}
.about-users .user-block img {
	width: 85%;
	max-width: 85%;
}
 @media only screen and (min-width: 1500px) {
 .about-users h2 {
 font-size: 28px;
}
}
.about-users .btn-outline {
	width: 85%;
	text-align: center;
}
 @media only screen and (min-width: 1200px) {
 .about-users .btn-outline {
 width: 85%;
}
}
.about-help {
	text-align: center;
}
.about-help h2 {
	margin-bottom: 30px;
	font-size: 24px;
}
/* basic callout */
  .basic-callout {
	padding: 30px;
	border-radius: 9px;
	border: 1px solid #58B2BA;
	margin-top: 24px;
	margin-bottom: 24px;
}
.basic-callout h2:first-of-type {
	margin-top: 0;
}
.basic-callout p {
	font-weight: 500;
	color: #0E316C;
}
.basic-callout .icon {
	width: 40px;
	height: auto;
	margin-right: 6px;
}
/* features table */
  .table-wrapper {
	position: relative;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.features-table {
	margin-top: 30px;
	text-align: center;
	border: 2px solid #58B2BA;
	border-radius: 12px;
	width: auto;
	display: inline-block;
}
.features-table.table td, .features-table.table th {
	/*border-bottom: 1px solid #58B2BA;*/
    border: none;
}
.features-table.table thead td, .features-table.table thead th {
	border-top: none;
}
.features-table.table thead th {
	vertical-align: bottom;
	/*border-bottom: 1px solid #58B2BA;*/
    border: none;
}
.features-table thead {
	font-weight: 700;
	color: #0E316C;
	text-align: center;
	width: 100%;
	vertical-align: bottom;
}
.features-table tbody {
	width: 100%;
	vertical-align: bottom;
}
.features-table tbody tr {
	background-color: #f2f5f5;
}
 .features-table tbody tr:nth-of-type(2n+2) {
 background-color: #FFF;
}
.features-table td {
	vertical-align: middle;
	padding: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
 @media only screen and (min-width: 1200px) {
 .features-table td {
 padding-left: 50px;
 padding-right: 50px;
}
}
.features-table thead td {
	vertical-align: bottom;
	border-top: none;
}
.features-table tr th {
	font-weight: 700;
	text-align: left;
	padding-left: 10px;
}
.features-table head tr th {
	text-align: center;
}
.features-table .highlighted {
	background-color: #fafafa;
}
.features-table img {
	width: 26px;
	height: auto;
}
.features-table .redx {
	color: #F1090D;
	font-size: 48px;
	line-height: 0;
	display: block;
}
 @media only screen and (min-width: 768px) {
 .col-container {
 width: 100%;
 position: relative;
 -js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
}
 .col-container .colcol {
 flex: 1;
 align-items: center;
 justify-content: center;
}
}
.faq-card, .faq-card:visited {
	background-color: #FFF;
	border-radius: 24px;
	padding: 24px;
	text-align: left;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.faq-card:hover, .faq-card:focus {
	background-color: rgba(255, 255, 255, 0.9);
}
.faq-card:after {
	content: "";
	position: absolute;
	bottom: 15px;
	right: 15px;
	background-image: url(images/learn-more-arrow.png);
	background-repeat: no-repeat;
	z-index: 1;
	width: 36px;
	height: 14px;
}
.faq-icon {
}
.faq-card h2 {
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
.faq-card p {
	color: #232323;
	font-size: 16px;
	line-height: 124%;
	font-weight: 600;
}
.faq-card a, .faq-card a:visited {
	text-decoration: none;
}
.faq-card a:hover, .faq-card a:focus {
	text-decoration: none;
	color: #C60;
}
.faq-card a:hover h2, .faq-card a:focus h2 {
	text-decoration: none;
	color: #58B2BA;
}
/* FAQ Listing Page */
  .faq-box {
	position: relative;
	background-color: #FFF;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	margin-bottom: 30px;
	box-shadow: 1px 2px 6px 3px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 1px 2px 6px 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 1px 2px 6px 3px rgba(0, 0, 0, 0.05);
	min-height: 130px;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
/* About detail pages */
  .about-detail {
/*background-color: #F3F5F7;*/
  }
/* Resources listing pages */
  .article-list {
	background-color: #F3F5F7;
	padding-top: 30px;
	padding-bottom: 30px;
}
.article-list article {
	position: relative;
	background-color: #FFF;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 100px;
	margin-bottom: 30px;
	box-shadow: 1px 4px 13px 7px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 1px 4px 13px 7px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 1px 4px 13px 7px rgba(0, 0, 0, 0.05);
	min-height: 90px;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.article-list.module-features article {
	padding-right: 20px;
	padding-left: 20px;
}
.article-list.module-features article:first-of-type {
	margin-top: 30px;
}
 @media only screen and (min-width: 768px) {
 .article-list article {
 min-height: 120px;
}
}
.article-list a {
	text-decoration: none;
	color: inherit;
}
.article-list a:hover {
	color: #0E316C;
}
.article-list :hover > h3 {
	color: #58B2BA;
}
.article-list.module-features :hover > h3 {
	color: #0E316C;
}
.article-list article .btn-circle {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.article-list article .chap_number {
	font-family: 'Ubuntu', sans-serif;
	font-size: 72px;
	letter-spacing: -.045em;
	color: rgba(88, 178, 186, 0.2); /* green */
	font-weight: 700;
	width: 80px;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 6px;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.article-list article .icon {
	color: #0E316C;
	width: 90px;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 6px;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.article-list article .icon img {
	max-width: 45%;
	margin-left: auto;
	margin-right: auto;
}
.article-list article p {
	margin: 0;
	padding: 0;
	line-height: 136%;
	font-size: 16px;
}
.article-list.module-features article p, .article-list.module-features .content article ul {
	font-size: 17px;
}
.video-list {
	padding-top: 30px;
	padding-bottom: 30px;
}
.video-list a {
	color: inherit;
}
.video-list a:hover, .video-list a:focus {
	color: #58B2BA;
}
.video-list a.btn-blue {
	color: #FFF;
}
/* Module Info Features page */
  .step {
	text-transform: uppercase;
	font-weight: 800;
	color: #0E316C;
}
.module-feature-heading {
	font-weight: 700;
	color: #3f5b87;
	font-size: 18px;
	margin-top: 15px;
}
 @media only screen and (min-width: 768px) {
 .module-feature-heading {
 font-size: 16px;
}
}
 @media only screen and (min-width: 1200px) {
 .module-feature-heading {
 font-size: 18px;
}
}
.module-feature-heading a {
	color: #3f5b87;
}
.article-list.module-features article .btn-circle {
	position: relative;
	bottom: auto;
	right: auto;
	margin-left: 4px;
	transition: all 0.25s ease-in-out 0s;
}
.module-feature-heading a[aria-expanded="true"] .btn-circle {
	transform: rotate(90deg);
}
/* Resources detail pages */
  .article-wrapper {
	background-color: #FFF;
	margin-bottom: 20px;
}
 @media only screen and (min-width: 992px) {
 .resource-detail {
 background-color: #F3F5F7;
}
 .article-wrapper {
 background-color: #FFF;
 border-radius: 4px;
 padding-top: 30px;
 padding-right: 50px;
 padding-bottom: 30px;
 padding-left: 50px;
 margin-bottom: 0;
 box-shadow: 1px 4px 13px 7px rgba(0, 0, 0, 0.05);
 -webkit-box-shadow: 1px 4px 13px 7px rgba(0, 0, 0, 0.05);
 -moz-box-shadow: 1px 4px 13px 7px rgba(0, 0, 0, 0.05);
}
}
.article-wrapper p a {
	text-decoration: underline;
}
.article-wrapper blockquote {
	padding: 30px;
	border-radius: 9px;
	border: 1px solid #58B2BA;
	background-color: rgba(243, 245, 247, 0.3);
	margin-top: 24px;
	margin-bottom: 24px;
}
.article-wrapper blockquote p {
	font-weight: 600;
	color: #0E316C;
}
.article-wrapper blockquote p:last-of-type {
	margin: 0;
}
blockquote.blockquote {
	padding: 30px;
	border-radius: 9px;
	border: 1px solid #58B2BA;
	background-color: rgba(243, 245, 247, 0.3);
	margin: 0;
	margin-top: 24px;
	margin-bottom: 24px;
}
blockquote.blockquote p {
	font-weight: 600;
	color: #0E316C;
}
/* glossary terms filtering */
  .filter-button-group {
	margin-top: 20px;
	margin-bottom: 30px;
}
.filter-button-group button {
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	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: none;
	border-radius: 0;
	margin-bottom: 15px;
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-appearance: none;
	color: #0E316C;
	background-color: #f5f5f7;
}
.filter-button-group button:hover {
	color: #FFF;
	background-color: #0E316C;
}
/* sidebar subnav */
  .content ul.subnav li a {
}
/* sidebar */
  .content .sidebar ul.menu {
	margin: 0;
	margin-bottom: 30px;
}
.content .sidebar ul.menu li {
	font-size: 18px;
}
.content .sidebar ul.menu li:before {
	content: '';
	display: none;
}
.content .sidebar ul.menu li.current-menu-item {
	font-weight: 700;
}
.content .sidebar ul.menu li a {
	text-decoration-thickness: 1px;
}
/* contact form styles */
  .wpcf7-form {
	padding-top: 20px;
	padding-bottom: 20px;
}
 @media only screen and (min-width: 1200px) {
 .wpcf7-form {
 width: 75%;
}
 .white-popup .wpcf7-form {
 width: 100%;
}
 aside .wpcf7-form {
 width: 100%;
}
}
.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;
}
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 textarea {
	height: 100px;
}
 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;
}
.content span.wpcf7-list-item {
	display: block;
	margin: 0 0 0 1em;
}
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: #0E316C;
	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: 4px;
	padding-top: 12px;
	padding-right: 2rem;
	padding-bottom: 12px;
	padding-left: 2rem;
}
form input[type=submit]:hover {
	background-color: #12408c;
}
/* -------- Search Results page --------- */
  #searchform {
	max-width: 260px;
}
form .input-group {
	background: #FFF;
}
form .input-group input[type=text] {
	background: #FFF;
	border: 1px solid #eee;
	height: calc(1.5em + .75em + 4px);
	padding: 4px;
	padding-right: 9px;
	padding-left: 9px;
	margin: 0;
}
form .input-group input[type=text]:focus {
	border: none;
}
.search-results article {
	padding-bottom: 21px;
	margin-bottom: 21px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.search-results h2 {
	font-size: 22px;
}
/* -------- Realtor Landing Page --------- */
  .agent-spacing {
	padding-bottom: 20px;
}
.agent-info {
	text-align: center;
}
 @media only screen and (min-width: 768px) {
 .agent-info {
 text-align: left;
}
}
.agent-info h1 {
	margin-bottom: 8px;
}
.agent-info p {
	margin: 0;
}
.agent-photo {
	width: 60%;
	max-width: 60%;
	margin-left: auto;
	margin-right: auto;
}
 @media only screen and (min-width: 768px) {
 .agent-photo {
 width: 100%;
 max-width: 100%;
}
}
.agent-thumb {
	border-radius: 50%;
	margin-bottom: 20px;
}
 @media only screen and (min-width: 768px) {
 .agent-thumb {
 margin-bottom: 0;
}
}
.agentsection {
	border-top: 2px solid #dce0e0;
	border-top: 2px solid rgba(14, 49, 108, 0.15);
	border-top: 1px solid #58B2BA;
	margin: 25px 0;
	padding: 0;
	margin-bottom: 10px;
	margin-right: 15px;
}
.agent-bio h2 {
	margin-top: 20px;
}
.content ul.prof-details {
	margin: 0;
	list-style: none;
}
.content ul.prof-details li:before {
	content: '';
	display: none;
}
ul.prof-details {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
ul.prof-details li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
}
 @media only screen and (min-width: 768px) {
 ul.prof-details {
 -moz-column-count: 2;
 -webkit-column-count: 2;
 column-count: 2;
 -webkit-column-gap: 30px;
 column-gap: 30px;
}
 ul.prof-details li {
 -webkit-column-break-inside: avoid;
 page-break-inside: avoid;
 break-inside: avoid-column;
}
}
 @media only screen and (min-width: 1200px) {
 ul.prof-details {
 -moz-column-count: 3;
 -webkit-column-count: 3;
 column-count: 3;
}
}
.content ul.financing-types {
	margin-left: 0;
}
ul.financing-types li {
	display: inline;
}
.content ul.financing-types li:before {
	content: '';
	display: none;
}
ul.financing-types li:after {
	content: ',';
	color: inherit;
 padding-right: .35rem;
}
ul.financing-types li:last-of-type:after {
	content: '';
	color: inherit;
	padding-right: 0;
}
 @media only screen and (min-width: 768px) {
 .prof-info p {
 font-size: 15px;
}
}
.prof-info p.nospace {
	margin-bottom: 0
}
.prof-info p.label {
	color: #3e5a89;
	color: #26457a;
	font-weight: 700;
	margin-bottom: 0
}
 @media only screen and (min-width: 992px) {
 .prof-info p.label {
 font-weight: 400;
}
}
.callout {
	padding: 30px;
	border-radius: 9px;
	border: 1px solid #58B2BA;
	background-color: rgba(243, 245, 247, 0.3);
	margin-bottom: 24px;
}
.callout > h2 {
	margin-top: 0;
}
/* large quote*/
  .largequote {
	padding: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 10px;
	background-color: rgba(14, 49, 108, 0.05);
}
.largequote.white {
	background-color: #FFF;
}
 @media only screen and (min-width: 1400px) {
 .largequote {
 padding: 40px;
}
}
.largequote blockquote p {
	font-size: 26px;
	line-height: 133%;
	color: #0E316C;
	font-weight: 500;
	position: relative;
	margin: 0;
}
.largequote.smallquote blockquote p {
	font-size: 20px;
}
 @media only screen and (min-width: 768px) {
 .largequote blockquote p {
 font-size: 30px;
}
 .largequote.smallquote blockquote p {
 font-size: 20px;
}
}
 @media only screen and (min-width: 1800px) {
 .largequote blockquote p {
 font-size: 36px;
}
 .largequote.smallquote blockquote p {
 font-size: 26px;
}
}
.largequote blockquote:before {
	content: "";
	display: block;
	width: 50%;
	height: 45px;
	margin-bottom: 10px;
	background-image: url(images/large-quotemark.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}
.largequote figcaption {
	font-size: 26px;
	line-height: 133%;
	color: #41565E;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
}
.largequote cite {
	margin-top: 10px;
	display: block;
	color: #0E316C;
}
.largequote cite p {
	color: #0E316C;
}
/* ------------- accordion ------------ */
  .accordion-set {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	padding-bottom: 40px;
}
 @media only screen and (min-width: 768px) {
 .accordion-set {
 padding-bottom: 0;
}
}
/* --------------------------------- */
  .accordion-container {
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.accordion-toggle, .accordion-toggle:visited {
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: middle;
	position: relative;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.accordion-toggle a {
	border: none;
}
.accordion-container .accordion-toggle {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #dae3ed;
}
.accordion-container:first-of-type .accordion-toggle {
	border: none;
}
.accordion-toggle h3 {
	font-size: 20px;
	text-transform: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
	vertical-align: middle;
}
 @media only screen and (min-width: 768px) {
 .accordion-toggle h3 {
 padding-right: 10px;
}
}
.accordion-toggle.open {
	color: #0E316C;
}
.accordion-toggle:focus {
	color: #12408c;
}
.accordion-toggle:focus {
	outline: thin dotted;
}
.accordion-container .accordion-toggle.open h3 {
	border-bottom: none;
}
.toggle-title br {
	display: none;
}
 @media only screen and (min-width: 768px) {
 .toggle-title br {
 display: block;
}
}
/* toggle icon */
  .accordion-toggle .toggle-title {
	position: relative;
}
.accordion-set span.toggle-icon {
	margin-right: 15px;
}
.accordion-toggle, .accordion-toggle:visited, .accordion-toggle:hover {
	text-decoration: none;
}
.accordion-toggle span.toggle-icon, .accordion-toggle span.toggle-icon:visited, .accordion-toggle span.toggle-icon:hover {
	text-decoration: none;
	color: #58B2BA;
}
/* accordion content */
  .accordion-content {
	padding-top: 20px;
	padding-bottom: 20px;
	display: none;
}
/* expand all collapse all */
  p.expand {
	font-size: 15px;
	text-align: right;
	font-weight: 700;
	color: #2787b8;
	text-transform: uppercase;
	letter-spacing: .02em;
	margin-top: 15px;
}
p.expand a {
	color: #0E316C;
}
.expand_all {
 margin-right: .25rem;
}
.closeall {
 margin-left: .25rem;
}
/* pricing table */
  .pricing-section {
	padding-bottom: 30px;
}
.pricing-section h2 {
	margin: 0;
	padding: 0;
}
.pricing-table {
	margin-top: 30px;
	text-align: center; /*overflow:hidden;*/
}
.pricing-table.table td, .pricing-table.table th {
	border-top: 1px solid #ced5e1;
}
.pricing-table.table thead td, .pricing-table.table thead th {
	border-top: none;
}
.pricing-table thead {
	font-weight: 700;
	color: #0E316C;
	text-align: center;
	background-color: #fafafa;
	vertical-align: bottom;
}
.pricing-table td {
	vertical-align: middle;
	width: 37.5%;
	padding: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
 @media only screen and (min-width: 1200px) {
 .pricing-table td {
 padding-left: 50px;
 padding-right: 50px;
}
}
.pricing-table thead td {
	vertical-align: bottom;
	border-top: none;
	width: 37.5%;
}
/*.pricing-table tr td:first-of-type {
      font-weight:600;
      text-align: left;
      width:25%;
      padding-left:10px;
  }*/
  .pricing-table tr th {
	font-weight: 700;
	text-align: left;
	width: 25%;
	padding-left: 10px;
}
.pricing-table head tr th {
	text-align: center;
}
.pricing-table .highlighted {
	background-color: #fafafa;
}
.pricing-table img {
	width: 26px;
	height: auto;
}
/* pricing other options */
  .pricing-other-options h2 {
	text-align: center;
	margin-bottom: 40px;
}
.pricing-other-options .card {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.6);
	border: 3px solid #e1e6ed;
	border-radius: 12px;
	padding: 30px;
	margin-bottom: 30px;
	-webkit-box-shadow: 5px 5px 6px -1px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 5px 5px 6px -1px rgba(0, 0, 0, 0.12);
	box-shadow: 5px 5px 6px -1px rgba(0, 0, 0, 0.12);
 webkit-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
.pricing-other-options .card:hover {
	background-color: rgba(255, 255, 255, 1);
	border: 3px solid rgba(88, 178, 186, .45);
}
 @media only screen and (min-width: 768px) {
 .pricing-other-options .card {
 padding: 15px;
 min-height: 300px;
}
}
 @media only screen and (min-width: 992px) {
 .pricing-other-options .card {
 padding: 25px;
 min-height: 350px;
}
}
 @media only screen and (min-width: 1200px) {
 .pricing-other-options .card {
 padding: 25px;
 min-height: 375px;
}
}
 @media only screen and (min-width: 1400px) {
 .pricing-other-options .card {
 padding: 25px;
 min-height: 395px;
}
}
 @media only screen and (min-width: 1700px) {
 .pricing-other-options .card {
 min-height: 375px;
}
}
.pricing-other-options .card-body {
	padding: 0;
}
.pricing-other-options .card-footer {
 padding: .5rem 1rem;
	background-color: transparent;
	border: none;
}
.pricing-other-options .card-footer p {
	padding: 0;
	margin: 0;
}
.pricing-other-options .card .btn {
	font-size: 16px;
}
 @media only screen and (min-width: 768px) {
 .pricing-other-options .card .btn {
 font-size: 14px;
}
}
 @media only screen and (min-width: 1400px) {
 .pricing-other-options .card .btn {
 font-size: 16px;
}
}
/* ================================================= */
  /* ====================== footer ================= */
  /* ================================================= */
  footer {
	width: 100%;
	color: #FFF;
	background: #0e316c;
}
footer .item {
	margin-bottom: 20px;
}
 @media only screen and (min-width: 768px) {
 footer .item {
 margin-bottom: 0;
}
}
footer .logo {
	max-width: 160px;
	margin-left: auto;
	margin-right: auto;
}
 @media only screen and (min-width: 768px) {
 footer .logo {
 margin-left: 0;
}
}
.footer-top {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}
 @media only screen and (min-width: 768px) {
 .footer-top {
 text-align: left;
}
}
.footer-btm {
	background-color: #284779;
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: center;
	font-size: 14px;
}
 @media only screen and (min-width: 768px) {
 .footer-btm {
 text-align: left;
}
}
.footer-btm p {
	font-size: 15px;
}
.footer-btm .account-tools {
	text-align: center;
}
 @media only screen and (min-width: 768px) {
 .footer-btm .account-tools {
 width: 100%;
 text-align: right;
}
}
.footer-btm .btn-small {
	font-size: 14px;
	border-radius: 18px;
	padding: 4px;
	padding-right: 12px;
	padding-left: 12px;
	margin-left: 6px;
	margin-right: 6px;
}
/* footer menu */
  nav.footermenu {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}
nav.footermenu ul {
	margin: 0;
	margin-top: 20px;
	text-align: center;
	display: block;
	list-style: none;
}
nav.footermenu ul li {
	display: block;
	list-style: none;
	margin-bottom: 6px;
}
 @media only screen and (min-width: 768px) {
 nav.footermenu ul {
 margin: 0;
 text-align: left;
}
 nav.footermenu ul {
 display: inline-block;
}
 nav.footermenu ul li {
 display: inline-block;
 margin: 0;
 margin-right: 18px;
}
 nav.footermenu li:after {
 content: '|';
 color: inherit;
 padding-left: 18px;
}
 nav.footermenu ul li:last-child:after {
 content: '';
}
}
 @media only screen and (min-width: 992px) {
 nav.footermenu ul {
 margin: 0;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
 nav.footermenu ul li:last-child {
 margin-right: 0;
}
}
nav.footermenu li a, nav.footermenu li a:visited {
	color: #FFF;
}
nav.footermenu li a:hover, nav.footermenu li a:focus {
	color: #FFF;
	text-decoration: underline;
}
/* social icons */
  footer .social {
	margin-top: 15px;
	-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) {
 footer .social {
 justify-content: flex-end;
}
}
footer .social a {
	margin-right: 15px;
	margin-left: 7px;
}
 @media only screen and (min-width: 992px) {
 footer .social a {
 margin-left: 0;
}
}
 @media only screen and (min-width: 1800px) {
 footer .social a {
 margin-right: 20px;
}
}
.social a {
	font-size: 2em;
	border-radius: 50%;
	color: #FFF;
	line-height: 1;
	text-align: center;
	border: none;
	position: relative;
}
 @media only screen and (min-width: 400px) {
 .social a {
 font-size: 3em;
}
}
 @media only screen and (min-width: 768px) {
 .social a {
 font-size: 1.25em;
}
}
 @media only screen and (min-width: 992px) {
 .social a {
 font-size: 1.5em;
}
}
 @media only screen and (min-width: 1200px) {
 .social a {
 font-size: 2em;
 width: 39px;
 height: 39px;
}
}
 @media only screen and (min-width: 1800px) {
 .social a {
 font-size: 2.5em;
 width: 63px;
 height: 63px;
}
}
.social a:link, .social a:visited {
	opacity: 1;
}
.social a:hover, .social a:focus {
	color: #FFF;
	text-decoration: none;
	opacity: .6;
}
/* portfolio slider modal */
  .mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8500;
	overflow: hidden;
	position: fixed; /*background: #FFF;
      opacity: 1;*/
}
.mfp-wrap {
	z-index: 8600;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #222;
	right: 0;
	text-align: right;
	padding-right: 6px;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.mfp-image-holder .mfp-content {
	max-width: 1622px;
}
.mfp-container {
	padding: 0;
}
.mfp-bottom-bar {
	display: none;
}
.mfp-close {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	right: 15px;
	top: 15px;
	text-decoration: none;
	text-align: center;
	opacity: 1;
	padding: 0;
	color: #999 !important;
	border-radius: 50%;
	border: 2px solid #999;
}
.mfp-close:hover {
	color: #000 !important;
	border: 2px solid #FFF;
}
/* text-based popup styling */
  .white-popup {
	position: relative;
	background: #FFF;
	width: 100%;
	margin: 0 auto;
	min-height: 200px;
}
 @media only screen and (min-width: 576px) {
 .white-popup {
 width: auto;
 max-width: 75%;
 margin: 0 auto;
}
}
 @media only screen and (min-width: 1200px) {
 .white-popup {
 position: relative;
 background: #FFF;
 width: 75%;
 max-width: 800px;
 margin: 0 auto;
 border-radius: .25rem;
}
}
/* Module Login UI */



  .header-dropdown-wrapper {
	display: flex;
	align-items: center;
	max-width: 250px;
}
.header-dropdown__user-image-wrapper {
	position: relative;
	cursor: pointer;/*background-color:#8DF3C7;*/
}
.header-dropdown__warning-icon {
	position: absolute;
	right: -5px;
	bottom: -3px;
	display: none;
}
#compProfile.dropdown-menu {
	margin-left:-93px;
	top:2px !important

}
.header-dropdown {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.header-dropdown__toggle {
	box-shadow: none;
	color: #0e316c;
	border: none;
	display: flex;
	align-items: center;
	cursor: pointer;/*background-color:#F0769E;*/
  }
.header__user-image {
	width: 38px;
	height: 38px;
	border-radius: 8px;
	object-fit: cover;
	object-position: center;
}
.header-dropdown__user-name {
	margin-left: 16px;
	font-size: 15px;
	font-weight: 700;
}
.header-dropdown__arrow {
	width: 16px;
	margin-left: 8px;
}
.header-dropdown .header-dropdown__item {
	padding: 8px 16px;
	color: #2e3540;
	display: flex;
	align-content: center;
}
.header-dropdown .header-dropdown__menu {
	font-size: 16px;
	border: none;
	box-shadow: 0 4px 31px 0 rgba(0, 0, 0, .1);
}
.header-dropdown .dropdown-menu {
	background-color: #fefefe;
	border: 1px solid rgba(0, 0, 0, .45);
}
 .header-dropdown .dropdown-toggle::after {
 display: none;
}
 .header-dropdown__toggle.dropdown-toggle::after {
 display: none;
}
.custom-popover {
	min-width: 400px !important;
	border-radius:10px;
}
.custom-popover.dropdown-menu {
}
.custom-popover .custom-popover__title {
	color: #0e316c !important;
	background-color: #fff;
}
.custom-popover .custom-popover__body {
	font-size: 19px;
	padding: 16px;
}
.dropdown-menu-end {
 --bs-position: end;
}
.popover-arrow {
	position: absolute;
	left: 80px;
	top:-8px;
	width:16px;
	height:9px;
	background-image: url(images/tooltip-arrow.png);
	background-repeat: no-repeat;

}
