#global-nav {
	background-color: #ffffff;
}

#stuck {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 500;
	height: 0px
}

#hero {
	margin-top: 185px;
}

/*#secondary-nav {
  position:relative;
  z-index: 800;
}*/
#secondary-nav {
	position: fixed;
	top: 166px;
	width: 100%;
	z-index: 490;
}

.no-hero {
	margin-top: 135px;
}

#applybutton {
	/*float: right;*/
	position: relative;
	z-index: 999;
}

#applybutton-static {
	float: right;
	position: relative;
	z-index: 100;
	right: 0px;
	top: -48px;
}

#main-content {
	min-height: 250px;
}

.bg-lightblue {
	background: #f0f5f8;
}

/*********************/
/**** Global css *****/
/*********************/

/* pre-load search button graphic to prevent flicker */
body:after {
	display: none;
	content: url(../images/new_search.png)
		url(../images/new_search_hover.png);
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #181d31 font-family: Poppins
}

img {
	max-width: 100%;
	height: auto;
}

html, body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	width: 100%;
	max-height: 100%;
	color: #323857;
}

p {
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 26px;
}

p a {
    text-decoration: underline;
}

.text-shadow {
	text-shadow: 2px 2px 4px #000000;
}

li {
	font-size: 16px;
}

/*a,
a:hover,
.btn,
.btn:hover,
button,
button:hover,
.smooth,
.smooth:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

a,
a:focus,
a:hover:focus,
button:focus,
button:hover:focus,
.btn:focus,
.btn:hover:focus,
a:hover {
    text-decoration: none;
    outline: none;
    border: none;
    -webkit-border: none;
    -moz-border: none;
    -ms-border: none;
    -o-border: none;
} */
.c-center {
	justify-content: center !important;
	text-align: center;
	margin: 3px 0;
}

hr.grad {
	border: 0;
	height: 1px;
	background-color: rgba(226, 226, 226, 1);
	/*background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(226, 226, 226, 1), rgba(0, 0, 0, 0));*/
}

.dash-header {
	background: #f0f5f8;
	padding: .75rem 1.25rem;
	border-radius: 4px;
	text-align: center;
}

/************/
/*** color **/
/************/
.red-c {
	color: #bb071f;
}

.blue-bg {
	background-color: #00818f;
	background-color: {{page.header.color
}

}
!
important
;

    
color
:
 
#fff
;


}
.drk-blue {
	color: #181d31;
}

.drk-blue-bg {
	background-color: #181d31;
	color: #fff;
}

.blue-c {
	color: #00818f;
}

div a.blue-bg {
	background-color: #00818f;
	background-color: {{page.header.color
}

}
!
important
;

    
color
:
 
#fff
;


}
a.blue-bg:hover, a.blue-bg:focus, button.blue-bg:hover, button.blue-bg:focus {
	background-color: #181d31;
	color: #fff;
}

.black-c {
	color: #181d31
}

.black-bg {
	background-color: #181d31;
	color: #fff
}

.white-bg {
	background-color: #ffffff;
}

.lt-blue-bg {
	background-color: #f0f6f7;
}

a.black-bg:hover, a.black-bg:focus, a.black-bg:active {
	background-color: #00818f;
	background-color: {{page.header.color
}

}
!
important
;

    
color
:
 
#fff


}
.shaded-box {
	background-color: #f0f6f7;
	padding: 10px;
}

.shaded-border {
	background-color: #f0f6f7;
	border-left: 8px solid #00818F;
	padding: 15px;
	margin-bottom: 20px;
}

.shaded-full-border {
	background-color: #fcf3d387;
	border: 1px solid #F3CA40;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 5px;
}

.shaded-border-form-check {
	background-color: #f0f6f7;
	border-left: 8px solid #00818F;
	padding: 15px 15px 15px 30px;
	margin-bottom: 20px;
}

.shaded-content {
	padding: 15px;
	color: #222;
	margin-bottom: 15px;
	border: 0;
	border-radius: 0;
}

/***************/
/*** spacing ***/
/***************/
.top-margin {
	margin-top: 250px;
}

.top-no-secondnav {
	margin-top: 200px;
}

.pr-50 {
	padding-right: 50px;
}

.pr-100 {
	padding-right: 100px;
}

.mt-60 {
	margin-top: 80px
}

.pt-100 {
	padding-top: 100px
}

.pt-80 {
	padding-top: 80px
}

.pt-60 {
	padding-top: 60px
}

.pt-40 {
	padding-top: 40px
}

.pt-20 {
	padding-top: 20px
}

.pt-10 {
	padding-top: 10px
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-minus-80 {
	padding-bottom: -80px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-180 {
	margin-top: 180px;
}

.mt-170 {
	margin-top: 170px;
}

.mt-160 {
	margin-top: 160px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-10 {
	margin-top: 10px;
}

.ml-minus-20 {
	margin-left: 20px;
}

.mt-minus-80 {
	margin-top: -80px;
}

.mt-minus-60 {
	margin-top: -60px;
}

.mt-minus-50 {
	margin-top: -50px;
}

.mt-minus-40 {
	margin-top: -40px;
}

.mt-minus-30 {
	margin-top: -30px;
}

.mt-minus-20 {
	margin-top: -20px;
}

.mt-minus-10 {
	margin-top: -10px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-60 {
	margin-left: 60px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-minus-10 {
	margin-bottom: -10px;
}

.mb-minus-20 {
	margin-bottom: -20px;
}

.mb-minus-30 {
	margin-bottom: -30px;
}

.mb-minus-40 {
	margin-bottom: -40px;
}

.mb-minus-50 {
	margin-bottom: -50px;
}

.mb-minus-80 {
	margin-bottom: -80px;
}

.mb-minus-85 {
	margin-bottom: -85px;
}

.mr-15 {
	margin-right: 15px;
}

.mr-50 {
	margin-right: 50px;
}

h1, h2, h3, h4, h5, h6 {
	color: #181d31;
	margin-bottom: 20px;
	font-family: Poppins
}

.navbar a {
	color: #181d31;
	text-decoration: none;
}

.navbar a:hover, .navbar a:focus {
	color: #00818f;
	text-decoration: none;
}

a {
	color: #007C8A;
	font-weight: 600;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #181d31;
	text-decoration: underline;
}

a.active {
	text-decoration: underline;
}

/***************/
/*** buttons ***/
/***************/
.btn-button-2 {
	padding: 8px 20px;
	text-transform: capitalize;
	font-weight: 600;
	text-decoration: none;
}

.btn-button-2:hover {
	border: 1px solid transparent;
	color: #ffffff;
}

.btn-button-2:focus, .btn-button-2:hover:focus {
	outline: none;
	box-shadow: none;
	border: 1px solid transparent;
}

.btn-button-1 {
	padding: 9px 28px;
	border-radius: 100px;
	color: #181d31;
	border: 2px solid #00818f;
	font-weight: bold;
/*	font-size: 16px;*/
	text-decoration: none;
}

.btn-button-1:hover {
	border: 2px solid transparent;
	background-color: #181e31;
	color: #fff;
}

.btn-button-1:focus, .btn-button-1:hover:focus {
	border: 2px solid transparent;
	box-shadow: none;
	background: #181e31;
	color: #fff;
}

.bg-btn {
	background-color: #9fd9e1;
}

{
font-weight
:
 
400;
color
:
 
#007bff
;

    
background-color
:
 
transparent
;

    
border-color
:
  
transparent
;


}

/*.btn-secondary:disabled {
  background-color: #2a3238;
  border-color:  #2a3238;
}
*/
.btn-secondary:disabled, .btn-secondary:hover, .btn-secondary:focus {
	background-color: #181d31;
	border-color: #181d31;
	color: #ffffff !important;
}

.btn-secondary, .btn-secondary:active {
	background-color: #00818f;
	text-decoration: none;
	background-color: {{page.header.color
}

}
!
important
;

  
border-color
:
  
#00818F
;

  
color
:
  
#ffffff
;


}
.btn-secondary-ghost, .btn-secondary:active {
	background-color: transparent;
	border-color: #00818F;
	color: #00818F;
	text-decoration: none;
}

.btn-secondary-ghost:active {
	background-color: #00818f;
	background-color: {{page.header.color
}

}
!
important
;

  
border-color
:
  
#00818F
;

  
color
:
  
#ffffff
;


}
.btn-secondary-ghost:disabled, .btn-secondary-ghost:hover,
	.btn-secondary-ghost:focus {
	background-color: #181d31;
	border-color: #181d31;
	color: #ffffff!important;
}


/*---------------To imitate Okta widget buttons-----------------*/

.btn-secondary-okta{
	background-color: #00818f;
	border-color: #00818f;
	color: #ffffff !important;
	width: 314px;
	height: 50px;
}

.btn-secondary-okta:disabled, .btn-secondary-okta:hover, .btn-secondary-okta:focus, .btn-secondary-okta:active {
	background-color: #181d31;
	border-color: #181d31;
	color: #ffffff !important;
}

.btn-secondary-ghost-okta {
	background-color: transparent;
	border-color: #00818F;
	color: #00818F;
}

.btn-secondary-ghost-okta:disabled, .btn-secondary-ghost-okta:hover,
	.btn-secondary-ghost-okta:focus {
	background-color: #181d31;
	border-color: #181d31;
	color: #ffffff!important;
}
/*--------------------------------------------------------------*/

.btn-pad {
	padding-left: 20px;
	padding-right: 20px;
}

.absolute {
	margin-left: 110px;
	position: absolute;
	bottom: 0px;
}

.header-link {
	/*  padding: 8px 20px;*/
	font-size: 14px;
	font-weight: 600;
}

.header-link a {
	padding: 8px 15px;
	font-weight: 600;
	color: #181d31;
}

.header-link a.active {
	padding: 8px 20px;
	font-weight: 600;
	text-decoration: underline;
}

.title:hover {
	color: #00818f
}

.title {
	font-size: 18px;
	/*   font-weight: bold;*/
	font-family: Poppins;
}

.content-text-area h2 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 10px;
}

.content-image {
	width: 100%;
}

.poppins {
	font-family: Poppins;
}

.cormorant {
	font-family: 'Cormorant Garamond', Serif;
	font-size: 25px;
	line-height: 20px;
}
/***********************/
/**** Header section ***/
/***********************/
.header-top {
	background-color: #f7f7f7;
}

.header-top-item p>span {
	color: #00818f;
	margin-right: 5px;
}

.header-menu {
	background-color: #00818f;
	background-color: {{page.header.color
}

}
!
important
;


}
nav.navbar.navbar-expand-md.hover-menu {
	display: inline-block;
}

.nav-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background: 0 0;
	border: 0;
}

/************************/
/*** Main Primary Nav ***/
/************************/

/*#primary-nav {
  position: relative;
  z-index: 100;
}
*/
#primary-nav {
	position: relative;
	z-index: 100;
}

.navprim {
	/*width: 1110px;*/
	/* height: 3.5rem;
  background-color: #00818f;background-color: {{page.header.color}} !important;
  color: white;
  display: flex;
  justify-content: space-between;*/
	/* In order to position search-form absolutely (relative to header) */
	position: relative;
	/* Only needed for Variants 2 + 4 to clip content that is pushed out of view */
	/*  overflow: hidden;*/
}

.primnav {
	/*width: 975px;*/
	height: 52px !important;
	float: left;
}

.primnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: transparent;
	height: 52px;
}

.primnav li {
	float: left;
}

.primnav li a {
	display: block;
	color: white;
	font-size: 18px;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.primnav li a:hover, .primnav li a:focus {
	background-color: #014f75;
}

.primnav li a.active {
	background-color: #002F46;
}
/************************************/
/*********  Secondary Nav ***********/
/************************************/
navsecond {
	height: 3.5rem;
	background-color: #F0F5F8;
	color: white;
	position: relative;
	/* Only needed for Variants 2 + 4 to clip content that is pushed out of view */
	overflow: hidden;
}

.second-menu {
	background-color: #F0F5F8;
	-webkit-box-shadow: 0px 4px 21px -1px rgba(0, 0, 0, 0.63);
	-moz-box-shadow: 0px 4px 21px -1px rgba(0, 0, 0, 0.63);
	box-shadow: 0px 4px 21px -1px rgba(0, 0, 0, 0.63);
}

.secondnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: transparent;
}

.secondnav li {
	float: left;
}

.secondnav li a {
	display: block;
	color: #191F32;
	font-size: 18px;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.secondnav li a:hover, .secondnav li a:focus {
	background-color: #DFEEF1;
	color: #045154;
}

.secondnav li a.active {
	background-color: #bae2ea;
	color: #045154;
}

.mobile-divider {
	height: 50px;
	padding-top: 6px;
	background-color: #002F46;
}

.mobile-divider p {
	color: #ffffff;
	font-size: 20px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
}

.mobile-divider-small {
	height: 10px;
	padding-top: 4px;
	background-color: #002F46;
}
/************************************/
/************ Side Menu *************/
/************************************/
.btn-mobile {
	cursor: pointer;
}

.mobile-icons {
	margin-top: 25px;
	margin-bottom: 30px;
	height: 20px;
	padding: 0px 30px 0px 30px;
}

.space {
	height: 60px;
	width: 126px;
	border: 0px;
	background: transparent;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 900;
	top: 0;
	left: 0;
	background-color: #f0f6f7;
	overflow-x: hidden;
	transition: 0.0s;
	-ms-overflow-style: none; /* removes left scrollbar in ie menu */
	/*  height: 2000vh;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #f0f6f7;
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 60px;*/
}

.sidesearch {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 900;
	top: 0;
	left: 0;
	background-color: #f0f6f7;
	overflow-x: hidden;
	transition: 0.0s;
	-ms-overflow-style: none; /* removes left scrollbar in ie menu */
	/*  height: 2000vh;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #f0f6f7;
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 60px;*/
}
/**************/
.sidenav-content {
	position: relative;
	/*top: 25%;*/
	width: 100%;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
}

#mobile .card {
	border: 0;
}

/*** sidenav accordian *****/
.mobile-nav {
	/*max-width: 500px;*/
	max-width: 100%;
	margin: 50px auto;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	border-bottom: solid 1px #cccccc;
	border-bottom-color: #cccccc;
	background-color: #daecee;
	padding: 0px;
	margin: 0px;
	border-top: solid 1px #cccccc;
	border-bottom: none;
}

/*.mobile-nav .card,
.mobile-nav .card:last-child .card-header {
  border: none;
}*/

/*.mobile-nav .card-header {
  border-bottom: solid 1px #cccccc;
  border-bottom-color: #cccccc;
  background-color: #daecee;
  padding: 0px;
  margin: 0px;
  border-top: solid 1px #cccccc;
  border-bottom: none;
}*/
.mobile-nav .border-bottom {
	border-bottom: solid 1px #cccccc;
}

.mobile-nav {
	font-size: 18px;
}

.mobile-nav .mobile-primary-left {
	background-color: transparent;
	width: 85%;
	padding: .75rem 1.25rem;
	/*border-bottom: solid 1px #cccccc*/
}

/*.mobile-nav .mobile-primary-right {
    background-color: #ffffff;
    width: 15%;
    padding-top: .75rem;
    padding-right: 0rem;
    padding-bottom: .75rem;
    padding-left: .5rem;
    border-left: solid 1px #cccccc;
}*/
.mobile-nav .btn {
	width: 100%;
	font-weight: bold;
	color: #004987;
	padding: 0px;
	margin: 0px;
	border: none;
}
/*.mobile-nav .expand-icon-wrap {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #d9d7d7;
    font-size: 24px;
    line-height: 46px;
     color: #03C6FE; 
    background-color: #ffffff;
  }*/
.mobile-nav .btn-link:hover, .mobile-nav .btn-link:focus {
	text-decoration: none;
}

.mobile-nav li+li {
	margin-top: 10px;
}
/*
#mobile .panel-title > a:before {
    float: right !important;
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    padding-right: 15px;
    font-size: 18px;
    padding-top: 10px;
    color: #191f32;
}
#mobile .panel-title > a.collapsed:before {
    float: right !important;
    font-family: "Font Awesome 5 Free";
    content:"\f067";
    font-size:  18px;
}
#mobile .panel-title > a:hover, 
#mobile .panel-title > a:active, 
#mobile .panel-title > a:focus  {
    text-decoration:none;
}

*/
.borders {
	border-style: solid;
	border-top: 2px;
	border-bottom: 2px;
	border-color: #f0f6f7;
}

.mobile-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 8px 0px 0px 0px;
	/*width: 100%;*/
}

.mobile-nav ul li a {
	display: block;
	padding-top: 5px;
	padding-right: 16px;
	padding-bottom: 15px;
	padding-left: 35px;
	text-decoration: none;
	border-bottom: solid 1px #cccccc /*background-color: #daecee;*/
}

.mobile-nav li a.primary {
	font-size: 1.25em;
	color: #191f32;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #ccc;
	border-top: 0px;
}

.mobile-nav li a.secondary {
	background-color: transparent;
	color: #191f32;
	font-size: 1.25em;
	color: #191f32;
	text-decoration: none;
	text-align: left;
	border-bottom: 0px;
}

.mobile-nav li a.global {
	background-color: transparent;
	color: #191f32;
	/* border-bottom:  1px solid #ccc;*/
	font-weight: 900;
	text-align: center;
}

/*#mobile li a:hover:not(.active) {
  background-color: #002F46;
  color: white;
}*/

/*****************/

/*.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #181d31;
  display: block;
  transition: 0.3s;
  text-align: left;
}

.sidenav a:hover {
  color: #666666;
}*/

/*.sidenav .btn {
   
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.sidenav .closebtn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 25px;
    margin-left: 50px;
    color: #181d31;
  }

#main {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
*/
/* Logo and title */
.left {
	display: flex;
	align-items: center;
}
/*
.left .logo-container {
  margin: 0 1rem;
}

.left .logo-container img {
  width: 2rem;
}

.left .title-container {
  font-size: 1.4rem;
  color: white;
}
*/

/*----------------------------------------------------------------------------*
 * Variant 4: no extra button, search bar sliding in with 0.3s transition
 *----------------------------------------------------------------------------*/

/* Search form */
#search-form-4 {
	height: 100%;
	/* In order to position search-text absolutely (relative to search-form) */
	position: relative;
}

/* Text bar of search form */
#search-text-4 {
	position: absolute;
	top: 0;
	/* Width of search-text minus width of search-submit */
	right: calc(-1 * ( 61vw - 3.5rem - 4rem + 1px - 3.5rem));
	right: -webkit-calc(-1 * ( 61vw - 3.5rem - 4rem + 1px - 3.5rem));
	right: -moz-calc(-1 * ( 61vw - 3.5rem - 4rem + 1px - 3.5rem));
	width: calc(61vw - 3.5rem - 4rem + 1px); /* Width of search-text */
	width: -webkit-calc(61vw - 3.5rem - 4rem + 1px);
	/* Width of search-text */
	width: -moz-calc(61vw - 3.5rem - 4rem + 1px);
	/* Width of search-text */
	height: 100%;
	font-size: 1.2rem;
	padding: 0 1rem;
	background: #ffffff;
	color: #333;
	/*border-color: #00818F;*/
	/*border-color: #002F46;*/
	border-width: 1px 1px 1px 1px;
}

#search-text-4:hover {
	background: #eee;
}
/* For mobile portrait: search-form hides all the header, including logo */
@media screen and (max-width: 400px) {
	#search-text-4 {
		width: calc(100vw - 3.5rem);
		width: -webkit-calc(100vw - 3.5rem);
		width: -moz-calc(100vw - 3.5rem);
		right: calc(-1 * ( 100vw - 3.5rem)- 3.5rem);
		right: -webkit-calc(-1 * ( 100vw - 3.5rem)- 3.5rem);
		right: -moz-calc(-1 * ( 100vw - 3.5rem)- 3.5rem);
	}
}

#search-text-4.active {
	right: 3.6rem; /* Width of search-submit */
	transition: right 0.3s;
}

/* Submit button of search form */
#search-submit-4 {
	color: #ffffff;
	height: 100%;
	width: 3.6rem;
	background-color: #63B2BB;
	position: relative; /* In order to make z-index work */
	z-index: 1; /* Display it in front of search-text */
	/*  border: none;*/
	border-color: #63B2BB;
	border-style: solid;
	border-width: 0px 00px 0px 1px;
	margin-right: -1px;
	background-image: url(../images/search-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

#search-submit-4:hover, #search-submit-4:focus {
	background-color: #002F46;
	border-color: #002F46;
	border-style: solid;
	border-width: 0px 00px 0px 1px;
}

/***********************************/
/*** END Expanding search ***/
/***********************************/

/***********************************/
/********* sidenav search **********/
/***********************************/
#side-searchForm {
	display: absolute;
	/*width: 100%;
    margin-left: 11%;*/
	margin-top: 200px;
	margin-bottom: 20px;
	padding-left: 5px;
}

.sidenav .form-control {
	border-radius: 0;
	font-size: 1.5rem;
	width: 275px;
	height: 60px;
}

#side-searchForm .form-row {
	margin: 0;
	padding: 0;
}

#side-searchForm .form-row button, #side-searchForm .form-row input {
	border: 1px solid #DBDBDB;
	border-radius: 0;
	margin: 0;
}

#side-searchForm .form-row input {
	border-right: 0px;
	width: 400px;
}

#side-searchForm .form-row button {
	width: 40px;
	background-color: #00818f;
	background-color: {{page.header.color
}

}
!
important
;


}
#side-searchForm .form-row button i {
	color: #FFFFFF;
}

#side-searchForm .form-row button:hover {
	background: #323857 !important;
}

.sidenav .btn-search {
	color: #ffffff;
	width: 60px;
	height: 60px;
	font-size: 1.75em;
	background-color: #00818f;
	background-color: {{page.header.color
}

}
!
important
;

  
border-radius
:
 
0;
}
.form-control:focus, .btn .btn-search:focus {
	border-color: none !important;
	box-shadow: none !important;
}

/***********************************/
/************ Jumbotron ************/
/***********************************/
.percent-100 {
	height: 100%;
}

.jumbotron {
	margin: 0px;
	padding-bottom: 50px;
}

.jumbotron h1 {
	font-size: 2.8rem;
	/*font-weight: bold;*/
	font-family: Poppins;
	padding-right: 17%;
	line-height: 45px;
	margin-bottom: 7px;
}

.secondary-headline {
	font-weight: bold;
	color: #181d31;
	font-size: 1.5rem;
	line-height: 35px;
	margin-bottom: 20px;
}
/* IMPORTANT !! Uncomment this after campaign ******************* */
/*.hero-home {
    height: 400px;
    background: url(../images/hero_homepage.jpg) no-repeat center center;
    background-size: cover;
}*/
.hero-home-2024  {
	height: 400px;
	background: url(../images/hero_homepage-2024.jpg) no-repeat center center;
	background-color: #fff;
	background-size: cover;
}


.hero-home-navigator  {
	height: 400px;
	background: url(../images/hero-home-navigator.jpg) no-repeat center center;
	background-color: #fff;
	background-size: cover;
}

.hero-home{
	height: 400px;
	background: url(../images/hero-edp.jpg) no-repeat center center;
	background-color: #fff;
	background-size: cover;
}

.hero-edp {
	height: 400px;
	/*background: url(../images/hero_homepage-ret-uniform.jpg) no-repeat center center;*/
	background: url(../images/hero-edp.jpg) no-repeat center center;
	background-color: #fff;
	background-size: cover;
}

.hero-wiltc {
	height: 400px;
	background: url(../images/hero_wiltc.jpg) no-repeat center center;
	background-size: cover;
}

.hero-pd {
	height: 400px;
	background: url(../images/hero_pd.jpg) no-repeat center center;
	background-size: cover;
}

.hero-ptr {
	height: 400px;
	background: url(../images/hero_ptr.jpg) no-repeat center center;
	background-size: cover;
}

.hero-about {
	height: 400px;
	background: url(../images/hero_homepage.jpg) no-repeat center center;
	background-size: cover;
}

.hero-contact {
	height: 400px;
	background: url(../images/hero_homepage.jpg) no-repeat center center;
	background-size: cover;
}

.hero-help {
	height: 400px;
	background: url(../images/hero_homepage.jpg) no-repeat center center;
	background-size: cover;
}

.hero-ci {
	height: 400px;
	background: url(../images/hero_ci.jpg) no-repeat center center;
	background-size: cover;
}

/********** campaign hero content *************/
.hero-campaign1 {
	height: 400px;
	background:
		url(../support/landing-pages/landing-images/hero_military.jpg)
		no-repeat center center;
	background-size: cover;
}

.campaign1 {
	margin-top: 80px;
}

.hero-veteransday {
	height: 400px;
	background: url(../images/hero_veteransday-2019.jpg) no-repeat center
		center;
	background-size: cover;
}

/********** campaign hero content *************/
.banner-text p {
	font-size: 20px;
	line-height: 40px;
	color: #fff
}

.banner-section {
	background: #00818f;
}

.banner-section .bg-btn {
	/*background-color: rgba(255, 255, 255, 0.39);*/
	/*border-color: #80dde8;*/
	border: solid 2px #0d8795;
}

.banner-section a {
	color: #000000;
}

.banner-section a:hover {
	background-color: #181e31;
	border-color: transparent;
}

/******* Cards *************/
.static-card {
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.50);
	background-color: #ffffff;
}

h5.large-text {
	display: block;
	font-size: 2.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	/*font-weight: 900;*/
	color: #ffffff;
}

.static-card-title {
	font-size: 2em;
	font-weight: 500;
}

.static-card-header {
	padding: .75rem 1.25rem;
	font-size: 2em;
	font-weight: 500;
	margin-bottom: 0;
	border-radius: 10px 10px 0px 0px;
	background-color: #004D5A;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.static-card-body {
	padding: 0;
}
/******* Text Treatments ********/
.glow {
	text-shadow: 1px 1px 10px #fff, 1px 1px 10px #fff;
}

.large-text {
	display: block;
	font-size: 2.5em;
	padding-top: 5px;
	padding-bottom: 5px;
}

.medium-text {
	font-size: 1.5em;
}

.normal-weight {
	font-weight: normal;
}

.footnote, .footnote-public {
	font-size: 12px;
}

.footnote-public {
	display: block;
	line-height: 1.6em;
	padding-top: 10px;
}

/********************************/

/*** About ***/
.about-content h2 {
	font-size: 30px;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.about-content h2 span {
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}

.about-content h2 span:after {
	content: "";
	width: 100px;
	height: 1px;
	background: #00818f;
	position: absolute;
	bottom: 7px;
	margin-left: 10px;
}

.about-content {
	padding-right: 100px;
}

.about-img img {
	width: 100%;
}

/***********************************/
/******* Latest highlight **********/
/***********************************/
.highlight-section {
	background-color: #f0f6f7;
}

.highlight-content .btn {
	color: #fff;
}

.highlight-content .date {
	display: inline-block;
	margin-bottom: 7px;
	font-size: 14px;
}

.highlight-content {
	margin-top: 30px;
}

/*.highlight-content > a {
    padding: 0 0 7px;
}*/

/***********************************/
/*******Related content **********/
/***********************************/
.related-content-section {
	background-color: #f0f6f7;
}

.related-content .btn {
	color: #fff;
}

.related-content .date {
	display: inline-block;
	margin-bottom: 7px;
	font-size: 14px;
}

.related-content {
	margin-top: 30px;
}

.related-content>a {
	padding: 7px 0;
	padding-top: 0;
}

/***********************************/
/********** mini accordian *********/
/***********************************/
.mini-accordian ul li {
	display: block;
	line-height: 20px;
}

.mini-accordian ul li a {
	color: #6e789b;
	font-size: 16px;
	display: block;
	border-bottom: 1px solid #9398a9;
	margin-bottom: 16px;
}

.mini-accordian ul li a>span {
	text-align: right;
	display: inline-block;
	float: right;
	font-size: 12px;
	padding: 12px 0;
}

.mini-accordian {
	margin-top: 40px;
}

.mini-accordian .panel-title>a {
	display: block;
	font-size: 16px;
	line-height: 40px;
	border-bottom: 1px solid #b5bace;
	color: #181D31;
	margin-bottom: 12px;
	text-decoration: none;
	cursor: pointer;
}

.mini-accordian .panel-title>a:hover {
	color: #00818f;
}

.question-area h2 {
	font-weight: normal;
	padding-right: 12rem;
	line-height: 34px;
	margin-bottom: 10px;
}

.mini-accordian a.collapsed {
	position: relative;
}

.mini-accordian .panel-title>a.collapsed:after {
	content: "+";
	float: right;
	font-size: 20px;
	margin-top: 5px;
}

.mini-accordian .panel-title>a:after {
	content: "-";
	float: right;
	font-size: 20px;
	margin-top: 5px;
}

.mini-accordian .panel-body {
	padding-bottom: 10px;
}

/***********************************************/
/**************** Checkmark list ***************/
/***********************************************/
.check-list {
	margin-left: 10px;
	margin-top: 1rem;
}

.check-list i {
	color: #0D8795;
	margin-right: 2rem;
	font-size: 40px;
}

/* *************** icon check list *************/
ul.icon {
	list-style-type: none;
}

ul.icon li {
	text-indent: -1.4em;
	margin: 0.5em 2em;
}

ul.icon li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	float: left;
	width: 1.4em;
	color: #00818f;
}

ul.icon li.check:before {
	content: "\f00c";
}

ul.icon li.star:before {
	content: "\f005";
}

ul.icon li.carrot:before {
	content: "\f0da";
}

.check-square:before {
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	float: left;
	text-indent: -1.4em;
	font-size: 1.5em;
	color: #00818f;
}

/* *******************************************/

/***********************************************/
/**************** Talking Points ***************/
/***********************************************/
.talking-points-description h2 {
	font-weight: normal;
	font-size: 30px;
	/* padding-right: 15rem; */
	line-height: 27px;
	margin-bottom: 30px;
}

.talking-icon {
	width: 60px;
	display: inline-block;
	float: left;
	min-height: 67px;
}

.talking-content p {
	margin-top: 8px;
}

.talking-icon i {
	color: #00bad0;
	font-size: 40px;
}

.talking-content {
	overflow: hidden;
	padding-top: 10px;
	display: block;
}

/***********************************************/
/****************  Pull Quotes   ***************/
/***********************************************/
.quote-description h2 {
	font-weight: bold;
	font-size: 25px;
	padding-right: 15rem;
	line-height: 27px;
	margin-bottom: 18px;
}

.quote-highlight-section {
	height: 274px;
	background-color: #F0F6F7;
}

.quote-icon {
	margin-top: -20px;
}

.quote-content {
	font-size: 40px;
	text-align: center;
	line-height: 1.4em;
}

.quote-image {
	margin-left: 40px;
	margin-top: -76px;
	height: 350px;
	width: auto;
}

.quote-cite {
	font-size: 16px;
	text-align: right;
	margin-right: 55px;
}

hr {
	margin-top: 20px;
	border: 1px solid #c5c5c5;
	width: 100%;
}


/* for thicker blue hr */
.thick-blue {
	height: 3px; background-color: #00818f; border: 0;
}

/***********************************************/
/******* Optional Bottom Message ***************/
/***********************************************/
.bot-opt-message {
	
}

/***********************************************/
/***************** Footer **********************/
/***********************************************/
/*footer {
	box-shadow: 0 1000px 0 1000px #181D31;
}

footer a {
    text-decoration: none;
}

.ft-headline {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	font-family: Poppins;
}

.ft-content p {
	padding-bottom: 14px;
	color: #fff;
	line-height: 20px;
}

.ft-content ul li a {
	color: #fff;
	line-height: 33px;
	text-transform: capitalize;
}

.ft-content ul li a:hover {
	color: #fff;
}

.ft-content a {
	font-size: 16px;
	color: #fff;
}

.ft-content a:hover {
	color: #00818f;
	text-decoration: underline;
}

footer hr {
	margin-top: 20px;
	border: 1px solid #c5c5c5;
	width: 90%;
	float: left;
}

.copyright {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 12px;
}*/

.work-pending:before {
	content: "UX & Marketing-Pending ";
	color: red;
}

/***********************************************/
.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: center;
	padding: 1rem;
	border-top: 1px solid #e9ecef;
}

/**************************************************************************************/
/********************************* ZARBO STYLES ***************************************/
/**************************************************************************************/

/***********************************************/
/* Font sizing utilities */
/***********************************************/
.text-sm {
	font-size: .9rem;
}

.text-normal {
	font-size: 1rem;
}

.text-lg {
	font-size: 1.2rem;
}

.text-xl {
	font-size: 1.4rem;
}

.text-xxl {
	font-size: 1.6rem;
}

.text-2x {
	font-size: 2rem;
}

.text-3x {
	font-size: 3rem !important;
}

.text-4x {
	font-size: 4rem !important;
}

.text-16px {
	font-size: 16px;
}

.line-height-sm {
	line-height: 1.2rem;
}

/***********************************************/
/* YouTube */
/***********************************************/
.hytPlayerWrap {
	display: inline-block;
	position: relative;
}

.hytPlayerWrap.ended::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	cursor: pointer;
	background-color: black;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 64px 64px;
	background-image:
		url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
}

.hytPlayerWrap.paused::after {
	content: "";
	position: absolute;
	top: 70px;
	left: 0;
	bottom: 50px;
	right: 0;
	cursor: pointer;
	background-color: black;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px 40px;
	background-image:
		url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}

/***********************************************/
/* Public content highlight accents */
/***********************************************/
.highlight-accent {
	height: 3px;
	background-color: #00818f;
	background-color: {{page.header.color
}

}
!
important
;

    
margin-bottom
:
 
10
px
;


}
.highlight-accent-xs {
	height: 2px;
	width: 30px;
}

.highlight-accent-sm {
	width: 60px;
}

.highlight-accent-lg {
	width: 120px;
}

.highlight-accent-vertical {
	width: 3px;
	background-color: #00818f;
	background-color: {{page.header.color
}

}
!
important
;


}
.highlight-accent-vertical-sm {
	height: 60px;
}

.highlight-accent-vertical-lg {
	height: 120px;
}

.highlight-accent-vertical-xl {
	height: 180px;
}

/***********************************************/
/* Public content statement highlight sections */
/***********************************************/
.statement-highlight-section {
	background-color: #F0F6F7;
}

.statement-highlight-section p {
	text-align: center;
	font-size: 3.4rem;
	line-height: 4.6rem;
	padding-bottom: 0;
}

@media ( max-width : 576px) {
	.statement-highlight-section p {
		font-size: 2.6rem;
		line-height: 4rem;
	}
}

/***********************************************/
/* Public content table */
/***********************************************/
.table-header-blue {
	background-color: #1E6C92;
	color: #fff;
}

/***********************************************/
/* Public content indented list */
/***********************************************/
ul.indented, ol.indented {
	margin-left: -20px;
	font-size: 16px;
}

ul.indented li, ol.indented li {
	margin-bottom: 5px;
}

/***********************************************/
/* Public content color */
/***********************************************/
.text-light-blue {
	color: #1E6C92;
}

/***********************************************/
/* Public content callouts */
/***********************************************/
/*.callout-container {
  padding: 10px 0;
   border-top: 1px solid rgba(0,129,143,.35);
}
.callout-title,
.callout-copy {
  display: block;
}
.callout-title {
  font-weight: 700;
  font-size: 1.1rem;
}
.callout-copy {
  font-size: .9rem;
}*/

/***********************************************/
/* Public content evenly split columns */
/***********************************************/
@media ( min-width : 992px) {
	.split-group {
		display: flex;
	}
	.split-group-divider {
		flex: 0;
		align-self: center;
		margin-left: 3rem;
		margin-right: 3rem;
	}
}

@media ( max-width : 991px) {
	.split-group {
		display: flex;
		flex-direction: column;
	}
	.split-group-divider {
		flex: 0;
		align-self: center;
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
}

.split-group-col {
	flex: 1;
}

/***********************************************/
/* Public content timeline */
/***********************************************/
.timeline-container {
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

.timeline-item {
	flex: 1;
}
/*.timeline-graphic {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.timeline-line {
  background-color: #1E6C92;
  width: 100%;
  height: 4px;
}
.timeline-date {
  border: 4px solid #1E6C92;
  width: 120px;
  height: 120px;
  color: #1E6C92;
  font-size: 2.6em;
  border-radius: 50%;
  margin-top: -62px;
  display: flex;
  justify-content: center;
  align-items: center;
}*/
.timeline-graphic {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 60px;
	margin-bottom: 20px;
}

.timeline-line {
	background-color: #1E6C92;
	width: 100%;
	height: 4px;
}

@media ( max-width : 575px) {
	.timeline-line {
		width: 75%;
	}
}

.timeline-date {
	border: 4px solid #1E6C92;
	width: 120px;
	height: 120px;
	color: #1E6C92;
	font-size: 2.6em;
	border-radius: 50%;
	margin-top: -62px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.timeline-date-white {
	background-color: #fff;
}

.timeline-date-grey {
	background-color: #f0f6f7;
}

/***********************************************/
/* Public content card variants */
/***********************************************/

/* Invisible cards */
.card-invisible {
	background-color: transparent;
	border: none;
	border-radius: none;
}

.card-invisible .card-header {
	padding: 0;
	background-color: transparent;
	border-bottom: none;
}

.card-invisible .card-body {
	padding: 0;
}

.card-invisible .card-footer {
	padding: 0;
	background-color: transparent;
	border-top: none;
}

/* Stats cards */
.card-stats {
	border: none;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.card-stats .card-header {
	font-family: 'Roboto';
	font-weight: 300;
	height: 130px;
	border-bottom: none;
	font-size: 2em;
	padding: .75rem;
	background-color: #f0f6f7;
}

.card-stats .card-body {
	position: relative;
}

.card-stats .card-footer {
	border-top: none;
	background-color: #f0f6f7;
}

.card-stats .counter-container {
	/*background-color: #00818F;*/
	/*background-color: #014F75;*/
	/*background-color: #02618F;*/
	background-color: #1E6C92;
	width: 120px;
	height: 120px;
	color: #fff;
	font-size: 2.8em;
	margin-top: -78px;
	margin-bottom: 20px;
	border-radius: 50%;
}

/*.card-stats .counter-container {
    background-color: #26aab9;
    width: 120px;
    height: 120px;
    color: #ffffff;
    font-size: 2.8em;
    margin-top: -78px;
    margin-bottom: 20px;
    border-radius: 50%;
    border-color: #181d31;
    border: 1px solid;
}
*/
/*.card-stats .counter-container {

    background-color: #02618F;
    background-color: #26aab9;*/
/* width: 120px; */
/*    height: 120px;
    color: #ffffff;
    font-size: 2.8em;
    margin-top: -78px;
    margin-bottom: 20px;
    border-radius: 50%;
    border-color: #ffffff;
    border: 2px solid;
}*/

/* Progress cards */
.card-progress {
	border: none;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 8px 5px rgb(0 0 0 / 19%);
    border-radius: 10px;

}

.one {
	background-color: #e9f7f9;
/*		border-color: #CFF1F5;*/
}

.two {
	background-color: #A6EBF3;
	border-color: #A6EBF3;
}

.three {

	background-color: #85EBE1;
	border-color: #85EBE1;

}

.four {
	background-color: #90E2D1;
	border-color: #90E2D1;
}

.b-one {
		border: solid 6px #e9f7f9;
}

.b-two {
	border: solid 6px #A6EBF3;
}

.b-three {
	border: solid 6px #85EBE1;

}

.b-four {
	border: solid 6px #90E2D1;
}

.card-progress .card-header {
	font-family: 'Roboto';
	font-weight: 300;
	height: 130px;
	border-bottom: none;
	font-size: 20px;
	padding: .75rem;
	background-color: transparent;
}

.rule-style {
	width: 80%; 
	margin-top: 2px;
	border: 1px solid #00000061;
}

.rule-style-last {
	width: 80%; 
	margin-top: 28px;
	border: 1px solid #00000061;
}

.card-progress .card-body {
	position: relative;
}

.card-progress .card-body p {
	text-align: left;
	
}

.card-progress .card-footer {
	border-top: none;
	background-color: transparent;
	min-height: 215px;
}

.card-progress .card-footer p {
	border-top: none;
	background-color: transparent;
	text-align: left;
}


.card-progress .number-container {

    background-color: #1E6C92;
    width: 80px;
    height: 80px;
    color: #fff;
    font-size: 2.8em;
    margin-top: -168px;
    margin-bottom: 20px;
/*    margin-left: -20px;*/
    border-radius: 50%;
    background-color: #ffffff;
/*	border: solid 6px #000000;*/
}

.card-progress .number-container p {
	font-family: 'Roboto';	
	color: #000000;
	font-size: 60px;
	padding-bottom: 0px;



}

.highlight-tan{
	background-color:#F5F4DF;
}


/* You Cards */

.card-you {
	border: none;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 8px 5px rgb(0 0 0 / 19%);
    border-radius: 10px;

}

.card-you .card-header {
	font-family: 'Roboto';
	font-weight: 300;
/*	height: 130px;*/
	border-bottom: none;
	font-size: 20px;
	padding: 1.25rem;
	background-color: transparent;
}


.card-you .card-body {
	position: relative;
}

.card-you .card-body p {
	text-align: left;
	
}

.card-you .card-footer {
	border-top: none;
	background-color: transparent;
}

.card-you .card-footer p {
	border-top: none;
	background-color: transparent;
	text-align: left;
}




/* Resources cards */
.card-resources {
	/*background-color: #a2a2a2;*/
	border: none;
	border-radius: 3px;
	/*color: #fff;*/
	/*  -webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.15);
     -moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.15);
          box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.15);*/
	transition: all .25s linear;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
}

.card-resources:hover {
	box-shadow: -1px 10px 29px 0px rgba(0, 0, 0, 0.8);
	/*-webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.35);
     -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.35);
          box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.35);*/
}

.card-resources .card-header {
	background-color: #F0F6F7;
	border-bottom: 3px solid #00818F;
	/*color: #fff;*/
	text-align: center;
	font-size: 1.3rem;
	/*padding: 1.25rem;*/
	font-family: 'Poppins';
}

.card-resources .card-footer {
	background-color: #fff;
	border-top: none;
	padding: 0 1.25rem 1.25rem;
}

.card-resources .card-footer a:hover {
	text-decoration: none;
}

.card-resources-tag {
	font-size: .9rem;
	margin-right: 8px;
	/*padding: 0 3px;*/
	/*border-left: 2px solid #00818F;*/
}

.card-resources-badge {
	display: inline-block;
	background-color: #181d31;
	color: #fff;
	padding: .4rem .5rem;
	font-size: .9rem;
	font-weight: 400;
	margin-right: 5px;
}

/* Webinar cards */
.card-webinar {
	background-color: #565656;
	border: none;
	color: #fff;
	/*transition: all 0.2s ease-in-out;*/
	transition: all .25s linear;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
}

.card-webinar:hover {
	box-shadow: -1px 10px 29px 0px rgba(0, 0, 0, 0.8);
	/* -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.35);
     -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.35);
          box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.35);*/
}

.card-webinar-highlighted {
	border: 5px solid #17a2b8;
}

.card-webinar .card-body, .card-webinar .card-footer {
	background-color: transparent;
}

.card-webinar .card-footer {
	border-top: none;
	padding: 40px 1.25rem 1.25rem;
}

.card-webinar-date, .card-webinar-title {
	display: block;
}

.card-webinar-date {
	font-size: .9rem;
	margin-bottom: 15px;
}

.card-webinar-type {
	font-size: 1rem;
	margin-bottom: 15px;
}

/* video title on learn */

.badge-type {
    display: inline-block;
/*    background-color: #181d31;*/
    color: #fff;
    padding: 0.4rem 0.5rem;
    font-size: .9rem;
    font-weight: 400;
    margin-right: 5px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;	
    border: 1px solid #ffffff;
}

.container-video{
  position: relative;
  text-align: center;
}

.top-left {
    position: absolute;
    font-size: 1rem;
    color: white;
    top: 18px;
    left: 18px;
    z-index: 5;
}
/* **************** */


.card-webinar-title {
	font-size: 1.3rem;
	line-height: 2rem;
}

.card-webinar-highlighted .card-webinar-title {
	width: 75%;
}

.card-webinar-fltcip1 {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-fltcip1.jpg);
	background-position: center center;
	background-size: cover;
}

.card-webinar-fltcip2 {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-fltcip2.jpg);
	background-position: center center;
	background-size: cover;
}

.card-webinar-aging {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-adapting-home.jpg);
	background-position: center center;
	background-size: cover;
}

.card-webinar-planning {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-retirement.jpg);
	background-position: center center;
	background-size: cover;
}

.card-webinar-diet {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-diet.jpg);
	background-position: center center;
	background-size: cover;
}

.card-webinar-women-health {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-women-health.jpg);
	background-position: center center;
	background-size: cover;
}

.card-webinar-benefits {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-emp-benefits.jpg);
	background-position: center center;
	background-size: cover;
}

.card-webinar-retirement-tsp {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-tsp.jpg);
	background-position: center center;
	background-size: cover;
}

.card-webinar-benefits-work {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-benefits.jpg);
	background-position: center center;
	background-size: cover;
}

.card-webinar-service {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-service.jpg);
	background-position: center center;
	background-size: cover;
}

.card-webinar-dos {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-dos.jpg);
	background-position: center center;
	background-size: cover;
}

.card-webinar-saving {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-saving.jpg);
	background-position: center center;
	background-size: cover;
}

.card-webinar-life-events {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-life-events.jpg);
	background-position: center center;
	background-size: cover;
}

.card-webinar-retirement-planning {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-retirement.jpg);
	background-position: center center;
	background-size: cover;
}

.card-webinar-adapting-home {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-adapting-home.jpg);
	background-position: center center;
	background-size: cover;
}

.card-webinar-manage-cognitive-changes {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)),
		url(../images/webinar-manage-cognitive-changes.jpg);
	background-position: center center;
	background-size: cover;
}

/*.card-webinar-dental-health {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-dental-health.jpg);
	background-position: center center;
	background-size: cover;
}*/

.card-webinar-cognitive-fitness {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-cognitive-fitness.jpg);
	background-position: center center;
	background-size: cover;
}

.card-webinar-va {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-va.jpg);
	background-position: center center;
	background-size: cover;
}

.card-webinar-wah {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-global-employee.jpg);
	background-position: center center;
	background-size: cover;
}

.card-webinar-vbf {
	color: #ffffff;
	font-size: 1.3rem;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/related-content-vbf-os2021.jpg);
	background-position: center center;
	background-size: cover;
}

.card-webinar-benefit-elig {
	color: #ffffff;
	font-size: 1.3rem;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-ben-elig.jpg);
	background-position: center center;
	background-size: cover;
}

.card-webinar-your-claims-dash {
	color: #ffffff;
	font-size: 1.3rem;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-your-fltcip-claims-dash.png);
	background-position: center center;
	background-size: cover;
}

.card-webinar-safety-home {
	color: #ffffff;
	font-size: 1.3rem;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-safety-at-home.jpg);
	background-position: center center;
	background-size: cover;
}

.card-webinar-cog-fit-plan {
	color: #ffffff;
	font-size: 1.3rem;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-cognitive-fitness-plan.jpg);
	background-position: center center;
	background-size: cover;
}


.card-webinar-age-in-place-cog {
	color: #ffffff;
	font-size: 1.3rem;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-age-in-place-cog.jpg);
	background-position: center center;
	background-size: cover;
}

.card-webinar-prevent-age-cog-decline {
	color: #ffffff;
	font-size: 1.3rem;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-prevent-age-cognitive-decline.jpg);
	background-position: center center;
	background-size: cover;
}

.card-webinar-eye-exam {
	color: #ffffff;
	font-size: 1.3rem;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-eye-exam.jpg);
	background-position: center center;
	background-size: cover;
}

.card-webinar-dental-health {
	color: #ffffff;
	font-size: 1.3rem;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-dental.jpg);
	background-position: center center;
	background-size: cover;
}

.card-webinar-va-ltc {
	color: #ffffff;
	font-size: 1.3rem;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-va-ltc-benefits.jpg);
	background-position: center center;
	background-size: cover;
}

.card-edp-questions-answers {
	color: #ffffff;
	font-size: 1.3rem;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/image-edp-questions-answers.jpg);
	background-position: center center;
	background-size: cover;
}

.card-edp-questions-answers-aip {
	color: #ffffff;
	font-size: 1.3rem;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/image-edp-questions-answers.jpg);
	background-position: center top 20%;
	background-size: cover;
}

.card-edp-brochure {
	color: #ffffff;
	font-size: 1.3rem;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/image-edp-brochure.jpg);
	background-position: center center;
	background-size: cover;
}
.card-webinar-informed-decision {
	color: #ffffff;
	font-size: 1.3rem;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-informed-decision.jpg);
	background-position: center center;
	background-size: cover;
}

.card-webinar-understand-adl {
	color: #ffffff;
	font-size: 1.3rem;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-understand-adl.jpg);
	background-position: center center;
	background-size: cover;
}

.card-webinar-caregiver-settings {
	color: #ffffff;
	font-size: 1.3rem;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.6)), url(../images/webinar-caregiver-settings.jpg);
	background-position: center center;
	background-size: cover;
}


/*.card-webinar-wrapup  {
  color: #181d31;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url(../images/webinar-wrapup.jpg);
  background-position: center center;
  background-size: cover;
}*/

/*.card-webinar-v2 {
  border: none;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
     -moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
          box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
}
.card-webinar-v2 .card-body,
.card-webinar-v2 .card-footer {
  flex: 1;
  height: 50%;
}
.card-webinar-v2 .card-body {
  background-color: #565656;
  color: #fff;
}
.card-webinar-v2 .card-footer {
  background-image: url(../images/webinar-vbf.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  border-radius: 
}*/

/***********************************************/
/* Filter tags */
/***********************************************/
.filter-tag {
	display: inline-block;
	background-color: #181d31;
	color: #fff;
	border-radius: 3px;
	padding: .35rem 1rem;
	font-weight: 400;
	margin-right: 10px;
	margin-bottom: 10px;
}

.filter-tag:hover, .filter-tag:focus {
	text-decoration: none;
	background-color: #00818f;
	background-color: {{page.header.color
}

}
!
important
;

  
color
:
 
#fff
;


}
.filter-tag.active, .filter-tag.active:hover {
	background-color: #00818f;
	background-color: {{page.header.color
}

}
!
important
;

  
text-decoration
:
 
none
;

  
color
:
 
#fff
;


}
.filterDiv {
	display: none;
}

.show {
	display: block;
}

/***********************************************/
/* Stretched link */
/***********************************************/
.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}

/***********************************************/
/* article */
/***********************************************/
.card-img-top-max {
	max-height: 184px;
}

.card-title {
	font-size: 1.25rem;
}

.card-article {
	background-color: #565656;
	border: none;
	color: #fff;
	transition: all 0.2s ease-in-out;
	border-radius: 0px;
}

.card-article-home-holidays {
	background-image: url(../images/article-home-for-holidays.jpg);
	background-position: center center;
	background-size: cover;
	min-height: 300px;
}

.card-article-retirement {
	background-image: url(../images/article-retirement-week-2020.jpg);
	background-position: center center;
	background-size: cover;
	min-height: 300px;
}

/************************************************/
/********************Articles********************/
.article-whats-new {
	overflow: hidden;
	min-height: 400px;
	width: 100%;
	position: relative;
	background-image: url(../images/article-whats-new.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	letter-spacing: 1px;
	padding-top: 75px;
	margin-top: -20px;
	margin-bottom: 30px;
}

.article-location-key {
	overflow: hidden;
	min-height: 400px;
	width: 100%;
	position: relative;
	background-image: url(../images/article-location-key.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	letter-spacing: 1px;
	padding-top: 75px;
	margin-top: -20px;
	margin-bottom: 30px;
}

.article-coverage-100 {
	overflow: hidden;
	min-height: 400px;
	width: 100%;
	position: relative;
	background-image: url(../images/article-coverage-100.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	letter-spacing: 1px;
	padding-top: 75px;
	margin-top: -20px;
	margin-bottom: 30px;
}

.article-benefits-invaluable {
	overflow: hidden;
	min-height: 400px;
	width: 100%;
	position: relative;
	background-image: url(../images/article-benefits-invaluable.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	letter-spacing: 1px;
	padding-top: 75px;
	margin-top: -20px;
	margin-bottom: 30px;
}

.article-osteoporosis {
	overflow: hidden;
	min-height: 400px;
	width: 100%;
	position: relative;
	background-image: url(../images/article-osteoporosis.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	letter-spacing: 1px;
	padding-top: 75px;
	margin-top: -20px;
	margin-bottom: 30px;
}

.article-alzheimers {
	overflow: hidden;
	min-height: 400px;
	width: 100%;
	position: relative;
	background-image: url(../images/article-alzheimers.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	letter-spacing: 1px;
	padding-top: 75px;
	margin-top: -20px;
	margin-bottom: 30px;
}

.article-arthritis {
	overflow: hidden;
	min-height: 400px;
	width: 100%;
	position: relative;
	background-image: url(../images/article-arthritis.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	letter-spacing: 1px;
	padding-top: 75px;
	margin-top: -20px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
	.article-arthritis {
		background-position: -290px 0px;
	}
}

.article-ensure-mom {
	overflow: hidden;
	min-height: 400px;
	width: 100%;
	position: relative;
	background-image: url(../images/article-ensure-mom.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	letter-spacing: 1px;
	padding-top: 75px;
	margin-top: -20px;
	margin-bottom: 30px;
}

.article-five-reasons {
	overflow: hidden;
	min-height: 400px;
	width: 100%;
	position: relative;
	background-image: url(../images/article-five-reasons.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	letter-spacing: 1px;
	padding-top: 75px;
	margin-top: -20px;
	margin-bottom: 30px;
}

.article-home-holidays {
	overflow: hidden;
	min-height: 400px;
	width: 100%;
	position: relative;
	background-image: url(../images/article-home-holidays.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	letter-spacing: 1px;
	padding-top: 75px;
	margin-top: -20px;
	margin-bottom: 30px;
}

.article-whats-plan {
	overflow: hidden;
	min-height: 400px;
	width: 100%;
	position: relative;
	background-image: url(../images/article-retirement-plan-2020.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	letter-spacing: 1px;
	padding-top: 75px;
	margin-top: -20px;
	margin-bottom: 30px;
}

.article-service-member {
	overflow: hidden;
	min-height: 400px;
	width: 100%;
	position: relative;
	background-image: url(../images/article-service-member.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	letter-spacing: 1px;
	padding-top: 75px;
	margin-top: -20px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
	.article-service-member {
		background-position: -100px 0px;
	}
}

.article-care-support {
	overflow: hidden;
	min-height: 400px;
	width: 100%;
	position: relative;
	background-image: url(../images/article-care-support.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	letter-spacing: 1px;
	padding-top: 75px;
	margin-top: -20px;
	margin-bottom: 30px;
}

.article-advance-plan {
	overflow: hidden;
	min-height: 400px;
	width: 100%;
	position: relative;
	background-image: url(../images/article-advance-plan.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	letter-spacing: 1px;
	padding-top: 75px;
	margin-top: -20px;
	margin-bottom: 30px;
}

.article-show-your-parents {
	overflow: hidden;
	min-height: 400px;
	width: 100%;
	position: relative;
	background-image: url(../images/article-show-your-parents.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	letter-spacing: 1px;
	padding-top: 75px;
	margin-top: -20px;
	margin-bottom: 30px;
}

.article-uniform {
	overflow: hidden;
	min-height: 400px;
	width: 100%;
	position: relative;
	background-image: url(../images/article-ltc-ret-military.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	letter-spacing: 1px;
	padding-top: 75px;
	margin-top: -20px;
	margin-bottom: 30px;
}

.article-understand-cost {
	overflow: hidden;
	min-height: 400px;
	width: 100%;
	position: relative;
	background-image: url(../images/article-understand-cost.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	letter-spacing: 1px;
	padding-top: 75px;
	margin-top: -20px;
	margin-bottom: 30px;
}

/************************************************/

/* topic accordion styles */
#faq {
	
}

#faq .panel-space {
	margin-bottom: 10px;
}

#faq .panel-default>#faq .panel-heading+#faq .panel-collapse>#faq .panel-body
	{
	border-top-color: #ddd;
}

#faq .panel-group #faq .panel-heading+#faq .panel-collapse>#faq .list-group,
	#faq .panel-group .panel-heading+#faq .panel-collapse>#faq .panel-body
	{
	border: 1px solid #ddd;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#faq .panel-default .panel-heading {
	/*color: #333;*/
	background-color: #f5f5f5;
	border-color: #dedede;
	transition: all 0.2s ease-in-out;
	width: 100%;
}

#faq .panel-default .panel-heading:hover, #faq .panel-default .panel-heading:focus
	{
	background-color: #C4D1DC;
}

#faq .panel-default .panel-title {
	font-size: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}

#faq .panel-default .panel-title a {
	font-weight: 400;
}

.title-space {
	margin-top: 30px;
	margin-bottom: 10px;
}

/* question accordion styles */
#faq .panel-questions {
	background-color: transparent;
	border: transparent;
	border-radius: 0;
	box-shadow: none;
}

#faq .panel-title a {
	display: inline-block;
	width: 100%;
	padding: 10px 15px;
	text-decoration: none;
}

#faq .panel-title a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f068";
	float: left;
	width: 1.4em;
	color: #00818f;
}

#faq .panel-title a.collapsed:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f067";
	float: left;
	width: 1.4em;
	color: #00818f;
}

#faq .panel-questions .panel-heading {
	/*color: #333;*/
	background-color: transparent;
	border-color: transparent;
	border-radius: 5px;
}

#faq .panel-heading {
	border-bottom: 1px solid transparent;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#faq .panel-heading:focus {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

#faq .panel-questions .panel-heading:hover, #faq .panel-questions .panel-heading:focus
	{
	background-color: transparent;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

#faq .panel-group {
	border-bottom: 1px solid transparent;
	/*border-top-left-radius: 5px;*/
	/*border-top-right-radius: 5px;*/
}

#faq .panel-group .panel {
	/*margin-bottom: 0;*/
	border-radius: 5px;
}

#faq .panel-questions .panel-title {
	font-size: 18px;
}

#faq .panel-questions .panel-title a {
	font-family: 'Open Sans', sans-serif;
	color: #181d31;;
	transition: none;
	font-weight: 500;
}

#faq .panel-questions .panel-title a:hover {
	color: #00818F;
}

#faq .panel-questions .panel-title a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f068";
	float: left;
	width: 1.4em;
	color: #00818f;
}

#faq .panel-questions .panel-title a.collapsed:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f067";
	float: left;
	width: 1.4em;
	color: #00818f;
}

#faq .panel-body {
	padding: 15px;
}

#faq .panel-questions>.panel-heading+.panel-collapse>.panel-body {
	border: none;
	padding-top: 0;
}

#faq .panel-questions .panel-body p {
	margin: 0;
	padding-left: 20px;
}

#faq .panel-questions .panel-body p+p {
	padding-top: 10px;
}

#faq .panel-questions .panel-body ul {
	margin-left: 0;
	font-size: 16px;
}

#faq .panel-questions .panel-body p+ul {
	margin-top: 0;
}

#faq h2 {
	margin-bottom: 0px;
}

#faq h3 {
	margin-bottom: 0px;
}

#faq h4 {
	margin-bottom: 0px;
}

/***********************************************/
/* Video styles */
/***********************************************/
.video-still {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
}

.video-still-img {
	width: 100%;
	vertical-align: top;
}

.video-still-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .3);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.video-still-overlay-learn {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .3);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.video-still-overlay-learn:hover {
    box-shadow: -1px 10px 29px 0px rgba(0, 0, 0, 0.8);
}

.video-still-title {
	width: 80%;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	line-height: 2.6rem;
	margin-bottom: 25px;

}

.modal-dialog-video {
	max-width: 800px;
}

.modal-body-video {
	position: relative;
	padding: 0;
}

.close-video {
	position: absolute;
	right: 15px;
	top: 45%;
	z-index: 999;
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
	opacity: .75;
	text-shadow: none;
}

.btn-info {
	background-color: #147f90;
}

.btn-success {
	background-color: #1a7f31;
}

.btn-link {
	color: #0570e2;
}

.text-break {
	overflow-wrap: break-word;
	word-break: break-all;
	word-break: break-word;
}

.tooltip {
	z-index: 1 !important;
}
.text-wrap{
	white-space: normal !important;
}

/* ** guided planner styles for tools page **/
.planner-intro {
	font-family: 'Open Sans';
	font-size: 25px;
	font-weight: lighter;
	line-height: 35px;
}

.planner-text {
	font-size: 18px;
	font-weight: lighter;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.planner-image {
	height: 110px;
	width: 110px;
	margin-left: auto;
	margin-right: auto;
}

/* new search function */
.new_search_container {
	position: relative;
	z-index: 1500;
	height: 52px !important;
}

.new_search {
	width: 50px;
	height: 52px !important;
	box-sizing: border-box;
	border: 1px solid #00818F;
	font-size: 16px;
	position: relative;
	background-color: #ffffff;
	background-image: url(../images/new_search.png);
	background-repeat: no-repeat;
	padding: 12px 10px 12px 40px;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	-ms-transition: width 0s ease-in-out;
	background-position-x: right;
	cursor: pointer;
}

.new_search_level {
	position: relative;
}

.new_search:focus {
	width: 700px;
	height: 52px !important;
	outline-color: #00818F;
	border-color: transparent;
	border: 1px solid #00818f;
	border-radius: 0px;
	position: absolute;
	right: 0px;
}

.close-icon {
	/* position: relative;
  padding: 10px;*/
	
}

.search-wrapper {
	/* width: 500px;
  margin: auto;
  margin-top: 50px;*/
	
}

.search-box {
	width: 52px;
	height: 52px !important;
	box-sizing: border-box;
	border: 1px solid #00818F;
	font-size: 16px;
	position: relative;
	background-color: #ffffff;
	background-image: url(../images/new_search.png);
	background-repeat: no-repeat;
	padding: 12px 10px 12px 40px;
	-webkit-transition: width 0.1s ease-in-out;
	transition: width 0.1s ease-in-out;
	-ms-transition: width 0s ease-in-out;
	background-position-x: right;
	cursor: pointer;
}

.search-box:hover {
	background-image: url(../images/new_search_hover.png);
	background-position-x: right;
}

.search-box:active {
	background-image: url(../images/new_search_hover.png);
}

.search-box::-ms-clear {
	display: none;
}

.search-box:focus {
	width: 700px;
	height: 52px !important;
	outline-color: #00818F;
	border-color: transparent;
	border: 1px solid #00818f;
	border-radius: 0px;
	position: absolute;
	right: 0px;
}
/*.close-icon {
  border:0px solid transparent;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  outline: 0px;
  cursor: pointer;
}
.close-icon:after {
  content: "X";
  display: block;
  width: 15px;
  height: 15px;
  position: relative;
  background-color: #FA9595;
  z-index:1;
  right: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 2px;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-weight: normal;
  font-size: 12px;
  box-shadow: 0 0 2px #E50F0F;
  cursor: pointer;
}*/
.close-icon {
	/*content: "";*/
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	background-color: rgba(0, 129, 143, .1);
	z-index: 1800;
	right: 0px;
	top: 0;
	bottom: 0;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: white;
	font-weight: normal;
	font-size: 12px;
	cursor: pointer;
	right: 0px;
}

.search-box:not (:valid ) ~ .close-icon {
	display: none;
}

.bg-comm-header {
	border-color: #DEDEDE;
	background-color: #EAEDEF;
	border-radius: .40rem .40rem 0 0;
}

.btn-link {
	color: #007C8A;
	font-weight: 900;
}

.btn-link:hover, .btn-link:focus {
	color: #181d31;
	text-decoration: underline;
}

.confirm-check {
	margin:-3px 20px -8px 0px;
}

fieldset {
	font-size: 1.15rem !important;
	font-family: 'Open Sans';
}

#emailInput::selection {
	color: #007C8A;
	background: rgb(238, 240, 239);
}

.rounded-bottom {
	border-radius: 0 0 .40rem .40rem;
}

.fa-leaf{
	color: #28a745;
}
.mobal-body-content-fix{
	max-height: 450px; 
	overflow-y: scroll; 
	padding: 20px
}
.mobal-body-content-fix li{
	font-size: 14px;
	padding-bottom: 10px;
}

#idUploadProgress{
	color: #00818F;
    font-weight: 800;
    margin: 5px;
    padding-left: 20px;
}

.invalid{
      border: 1px solid #f13243;
      background-color: #ead2d2;
  }
  
  .ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	}


/***********************************************/
/* for claims pages */
/***********************************************/
/*.circle {
border-radius: 50%;
width: 34px;
height: 34px;
padding: 10px;
background: #fff;
border: 3px solid #000;
color: #000;
text-align: center;
font: 32px Arial, sans-serif;
}*/

.circle {
width: 60px;
height: 60px;
line-height: 50px;
border-radius: 50%;
text-align: center;
font-size: 32px;
font-weight: 900;
border: 3px solid #00818F;
margin-right: 20px;
color: #00818F;

}

.bx-1{
height: 60px;
width:	60px;
}

.bx-2{
height:  60px;
padding-top: 10px;
}

/*iPhone 6, 7, & 8 in portrait*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) {  
	.bx-2{
			min-height: 60px;
			width: 294px;
			margin-bottom: 40px;
			}
}

.bx-wrap {

}
/*.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;

    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;

    font: 32px Arial, sans-serif;
}*/

/*******************************************/
/******* Password Rules Styling *********/
/*******************************************/
.pwd-rules{
	position:absolute; 
    color:#dc3545;
    background: #fff;
    border: 1px solid #00818F;
    border-radius: 4px;
    z-index:1100;  
    /*font-size: .90em;*/
}
.pwd-rules ul li{
	padding: 0px 5px;
	list-style: none;
	margin-left:-30px;
  font-size: .92em;
}
.pwd-rules ul li:first-child{
	padding-top: 15px;
}
.pwd-rules ul li:last-child{
	margin-bottom: -25px;
}
.pwd-rules ul li span{
	padding-right: 5px;
	font-size: 1.0em;
}
.pwd-rules h3{
	color: #323857;
	padding-left: 15px;
}
.pwd-rules .arrow{
	color: #999;
	font-size: 2.1em;
	
}


@media only screen and (min-width: 1024px){
.pwd-rules{       	
    padding: 0px 0px 20px 0px;    
    width: 235px;    
    right: -90px;
    top: -162px;    
}

.pwd-rules .arrow{    
    position: absolute;
    margin-top: 0px;    
    top: 190px;
    left: -13px;    
    transform: rotate(90deg)
}
}


@media only screen and (min-width: 1200px){
.pwd-rules{       	
    padding: 0px 0px 20px 0px;    
    width: 235px;    
    right: -10px;
    top: -162px;    
}
.new-pass{
	right: -185px !important;
}
.pwd-rules .arrow{    
    position: absolute;
    margin-top: 0px;    
    top: 190px;
    left: -13px;    
    transform: rotate(90deg)
}
}


@media only screen and (max-width: 812px){
	.pwd-rules{    
    padding: 0px;    
    width: 290px;
    bottom: 55px;    
}

.pwd-rules .arrow{    
    justify-content: center;
    display: flex;
    margin-top: 0px;
    position: relative;
    top: 19px;
    
}
}

/*******************************************/
/******* User Id Rules Styling *********/
/*******************************************/
.userid-rules{
    position:absolute; 
    color:#dc3545;
    background: #fff;
    border: 1px solid #00818F;
    border-radius: 4px;
    z-index:1100;  
    /*font-size: .90em;*/
}
.userid-rules ul li{
    padding: 0px 5px;
    list-style: none;
    margin-left:-30px;
    font-size: .92em;
}
.userid-rules ul li:first-child{
    padding-top: 15px;
}
.userid-rules ul li:last-child{
    margin-bottom: -25px;
}
.userid-rules ul li span{
    padding-right: 5px;
    font-size: 1.0em;
}
.userid-rules h3{
    color: #323857;
    padding-left: 15px;
}
.userid-rules .arrow{
    color: #999;
    font-size: 2.1em;
    
}


@media only screen and (min-width: 1024px){
.userid-rules{       	
    padding: 0px 0px 20px 0px;    
    width: 235px;    
    right: -75px;
    top: 220px;    
}

.userid-rules .arrow{    
    position: absolute;
    margin-top: 0px;    
    top: 5px;
    left: -13px;    
    transform: rotate(90deg)
}
}


@media only screen and (min-width: 1200px){
.userid-rules{       	
    padding: 0px 0px 20px 0px;    
    width: 235px;    
    right: 5px;
    top: 178px;   
}

.userid-rules .arrow{    
    position: absolute;
    margin-top: 0px;    
    top: 5px;
    left: -13px;    
    transform: rotate(90deg)
}
}

@media only screen and (max-width: 812px){
    .userid-rules{    
    padding: 0px;    
    width: 290px;
    bottom: 235px;    
}
.userid-rules .arrow{    
    justify-content: center;
    display: flex;
    margin-top: 0px;
    position: relative;
    top: 19px;
    
}
}
.userid-note{
    color:#000; 
    background:#eee; 
    padding:10px; 
    margin:27px 0px -28px 0px;
    font-size: .8em;
}

.toggle-lastfourssn{            
    left: 50px !important;
    top: 24px !important;
}

.toggle-lastfourssn-long{            
    left: 250px !important;
    top: 24px !important;
}

.toggle-lastsixssn{            
    left: 60px !important;
    top: 24px !important;
}

.btn-button-3 {
	padding: 9px 28px;
	border-radius: 100px;
	color: #181d31;
	border: 2px solid #00818f;
	font-weight: bold;
}

.btn-button-3:hover {
	border: 2px solid transparent;
	color: #fff !important;
	background-color: #181e31;
	
}

.btn-button-3:focus, .btn-button-3:hover:focus {
	border: 2px solid transparent;
	box-shadow: none;
	color: #fff !important;
	background: #181e31;
}

/*******************************************/
/***************MFA Styling ****************/
/*******************************************/
.mfa-input {
    width: 180px;
    height: 70px;
    font-size: 45px !important;
    font-family: 'Quicksand';
    /* padding-left: 16px; */
    color: black;
    text-align: center;
}
.mfa-input:focus{
    color: #000;
    border: 1px rgb(36, 129, 143) solid;
    box-shadow: 0 0 3px rgb(81 203 238) !important;
}

@media screen and (max-width:650px) {
    .mfa-input {
        width: 143px;
        height: 50px;
        font-size: 2rem !important;
        /* padding: 0 0 0 12px; */
        border-radius: 3px;
        font-family: Quicksand,sans-serif;
    }
    
}
@media screen and (min-width:1020px) and (max-width:1300px) {
    .mfa-input {
        width: 143px;
        height: 50px;
        font-size: 2rem !important;
        /* padding: 0 0 0 12px; */
        border-radius: 3px;
        font-family: Quicksand,sans-serif;
    }
    
}
.mfa-new-code {
	 color:#007C8A;
	 padding-left:7%	
}
.data-mfa {
	font-size: 14px;
}
.error-time-limit{
    margin-bottom: 15px;
    border-left: 7px solid #ffac1c !important;
    border-color: #ffc1074d;
    background: #ffc1074d;
    display: inline-block !important;
    color: #212529;
}
.ml-40 {
	margin-left: 40px;
}
.mfa-disble-padding{
	padding-top:10px!important;
	padding-bottom:10px!important;
}
.mfa-disable-modal{
	max-width:700px!important;
	margin-top:250px!important;
	margin-left:auto!important;
	margin-right:auto!important;
}
.mfa-disable-footer{
   border-top:0px !important;
}
.mfa-exclamation-circle:before{
	flex: 0 0 30px;
	height:30px;
	border:3px solid #ffa507!important;
	margin-right:20px;
	border-radius:50%;
	content: '!';
	display: flex;
	align-items:center;
	justify-content:center;
	font-size:20px;
}
.mfa-exclamation-circle{
	padding:20px;
	nax-width:300px;
	display:flex;
	color:#ffa507!important;
}

/* *** EDP Dash background *** */
.dash-back {
    background-color: #F0F0F0;
    padding: 15px;
    border-radius: 8px;
}

@media (min-width: 576px){
.modal-dialog-contact-info {
    max-width: 600px !important;
    margin: 1.75rem auto;
    margin-top: 140px !important;
  }
}

.border-0{
border: 0 !important;
}

.padding-contact-info{
	padding: 10px 15px 10px 15px !important;
	margin-top:5px;
}

.modal-footer-contact-info {
	display: -ms-flexbox;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: center;
	padding: 1rem;
}


/* styles for care nav model box */
.care-nav-font {
	font-size:24px;
}

.care-nav-padding {
	padding-bottom: 0px;
}

.care-nav-margin {
	margin-left: 13px;
	margin-top: 20px;
}

.pc-hr {
  border: none; 
  height: 1px; 
  background-color: #093453;
  margin-top: 5px;
  margin-bottom: 20px;
}