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

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

#hero {
  margin-top: 100px;
}

/*#secondary-nav {
  position:relative;
  z-index: 800;
}*/
#secondary-nav {
  position:fixed;
  top: 69px;
  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 *****/
/*********************/



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;
    color: #323857;
} 


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: #E08D3D;
    color: #fff;
}

.drk-blue {
    color: #181d31;

}

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

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

div a.blue-bg {
    background-color: #e08d3d;
    color: #fff;
}

a.blue-bg:hover, a.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;
    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: 240px;
}

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



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

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


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


.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-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-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: #e08d3d;
    text-decoration: none;
}

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

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;
}

.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: #005596;
    border: 2px solid #ffffff;
    font-weight: bold;
}

.btn-button-1:hover {
    border: 2px color #ffffff;
    background-color: #e08d3d;
    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;
  border-color:  #00818F;
  color:  #ffffff;
}

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

.btn-secondary-ghost:active {
  background-color: #00818F;
  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;
}


.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 20px;
      
      font-weight: 600;
      color: #005596;
  }

  .header-link a.active{
      padding: 8px 20px;
      
      font-weight: 600;
	  color: #e08d3d;
      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: #005596;
}

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;
}

navprim {
    height: 3.5rem;
    background-color: #005596;
    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 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
}

.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: #e09d3d;
}


.primnav li a.active {
  background-color: #005596;
  color: #E08D3D
}
/************************************/
/*********  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: #005596;
  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;
}
#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;
  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;
    padding-right: 17%;
    line-height: 45px;
    margin-bottom: 7px;
	color: #005596
}

.secondary-headline {
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 45px;
    margin-bottom: 20px;
}

.hero-home {
    height: 400px;
    background: url(../images/mainpage2.webp) no-repeat center center;
    background-size: cover;
}

.hero-youcare {
    height: 400px;
    background: url("../images/yourcareexplained.webp") no-repeat center center;
    background-size: cover;
}

.hero-careplan {
    height: 400px;
    background: url("../images/homecare.webp") no-repeat center center;
    background-size: cover;
}

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

.hero-criticalFAQ {
    height: 400px;
    background: url("../images/ciFAQ.webp") no-repeat center center;
    background-size: cover;
}

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

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

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

.hero-quote {
    height: 400px;
    background: url(../images/agent.webp) no-repeat center center;
    background-size: cover;
}

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

.hero-additional{
    height: 400px;
    background: url(../images/addcare.webp) no-repeat center center;
    background-size: cover;
}
	
.hero-priv {
    height: 400px;
    background: url(../images/quote.webp) 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: #005596;
}

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

}

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

.banner-section a:hover {
    background-color: #e08d3d;
    border-color: #ffffff;
}



/******* 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%;
}





/***********************************************/
/******* Optional Bottom Message ***************/
/***********************************************/



.bot-opt-message {

}



/***********************************************/
/***************** Footer **********************/
/***********************************************/

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

.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: #e08d3d;
    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;
}
.text-4x {
  font-size: 4rem;
}
.line-height-sm {
  line-height: 1.2rem;
}





/***********************************************/
/* Public content highlight accents */
/***********************************************/
.highlight-accent {
    height: 3px;
    background-color: #00818F;
    margin-bottom: 10px;
}
.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;
}
.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;
}*/


/* 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-title {
  font-size: 1.3rem;
  line-height: 2rem;
}
  .card-webinar-highlighted .card-webinar-title {
    width: 75%;
  }

.card-webinar-fltcip1-mar {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../images/webinar-fltcip1-mar.jpg);
  background-position: center center;
  background-size: cover;
}
.card-webinar-fltcip2-mar {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../images/webinar-fltcip2-mar.jpg);
  background-position: center center;
  background-size: cover;
}
.card-webinar-caregiving-may {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../images/webinar-caregiving-may.jpg);
  background-position: center center;
  background-size: cover;
}
.card-webinar-ltc-iq {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../images/webinar-ltc-iq.jpg);
  background-position: center center;
  background-size: cover;
}
.card-webinar-closer-look {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../images/webinar-closer-look.jpg);
  background-position: center center;
  background-size: cover;
}
.card-webinar-retirement {
  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-benefits {
  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-planning {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../images/webinar-planning.jpg);
  background-position: center center;
  background-size: cover;
}
.card-webinar-timing {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../images/webinar-timing.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-cash-flow {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../images/webinar-cash-flow.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-global-employee {
  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: #181d31;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url(../images/webinar-vbf.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;
  color: #fff;
}
.filter-tag.active,
.filter-tag.active:hover {
  background-color: #00818f;
  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-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;
}

.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;
}

.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;
}

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

/* 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: #e9eef2;
      /*border-color: #C4D1DC;*/
  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;
  }


/* 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;
}

  #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 h3{
        margin-bottom: 0px;
      }

      #faq h2{
        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;
}
.col-12.col-md-6.mb-4 .video-still.video-btn.mb-3 .video-still-overlay {
}

.video-still-title {
  width: 80%;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 30px;
  text-shadow: 2px 2px #000;
}
.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;
}

input.form-submit, input.form_submit { 
	border:none;
}

input.submit { width:71px; background-image:url('./images/btn-submit.png'); }
input.submit.btn-lg { width:88px; background-image:url('./images/btn-submit.png'); }
input.submit-question {	float:left; width:131px; background-image:url('./images/btn-submit-question.png'); }
input.get-connected { width:121px; background-image:url('./images/btn-get-connected.png'); margin-right:10px; }
input.get-connected.btn-lg { width:148px; background-image:url('./images/btn-get-connected.png'); margin-right:10px; }

.tooltip{
  z-index: 1 !important;
}
