


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

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

#hero {
  margin-top: 185px;
}

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

.logo{
  margin-top: 20px;
}

.abo-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 25pt;
    float: right;
    padding-top: 20px;
    padding-left: 80px;
}
 

/* .abo-text-stacked {
    font-family:  'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16pt;
    display: block;
    width: 100px;
    line-height: 20px;
}*/
 .abo-text-stacked {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16pt;
    /* display: block; */
    /* width: 100px; */
    /* line-height: 20px; */
    /* float: right; */
    padding-left: 40px;
    padding-top: 20px;
}
.navbar {
    padding-bottom: 0px;
    padding-top: 14px;
}

/*********************/
/**** 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: 28px;
    width: 100%;
    max-height: 100%;
    color: #323857;
}

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


/*ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}*/



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


/************/
/*** color **/
/************/

.red-c {
    color: #bb071f;
}

.blue-bg {
    background-color: #00818f;
    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;
    color: #fff;
}

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

.black-c {
    color: #181d31
}

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

a.black-bg:hover {
    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-20 {
  padding-right: 20px;
}
.pr-50 {
    padding-right: 50px;
}

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

.pl-5{
  padding-left: 5px;
}

.pl-10{
  padding-left: 10px;
}

.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-20{
  margin-top: -20px;
}

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

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

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


.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 {
    color: #00818f;
    text-decoration: none;
}

a {
  color: #00818F;
  font-weight: 600;
  }

a:hover {
  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: #181d31;
    border: 2px solid #00818f;
    font-weight: bold;
}

.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{
  max-width: 180px;
}
/*.btn-secondary:disabled {
  background-color: #2a3238;
  border-color:  #2a3238;
}
*/
.btn-secondary:disabled, .btn-secondary:hover, .btn-secondary:focus {
  background-color: #181d31;
  border-color: #181d31;
}

.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;*/
    text-transform: capitalize;
    font-weight: 600;
}
  .header-link a {
      padding: 8px 20px;
      text-transform: capitalize;
      font-weight: 600;
      color: #181d31;
  }

  .header-link a.active{
      padding: 8px 20px;
      text-transform: capitalize;
      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: 36px;
    font-weight: normal;
    margin-bottom: 10px;
}

.content-image {
  width: 100%;
}

.roboto {
    font-family: 'Roboto';
}
.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: #002F46;
}

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 {
  height: 3.5rem;
  background-color: #002F46;
  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: 16px;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.primnav li a:hover {
  background-color: #00818f;
}
.primnav li a.active {
  background-color: #00818f;
}




/************************************/
/*********  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: 16px;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;  
}

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

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


/************************************/
/************ Side Menu *************/
/************************************/

.sidenav {
    height: 100%;
  width: 0;
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  background-color: #f0f6f7;
  overflow-x: hidden;
  transition: 0.5s;
  -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 {
background-color: #daecee;
}

/*.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 .fa-stack {
  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;
}

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

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

.mobile-nav li a.secondary {
    background-color: #ffffff;
    color: #191f32;
    padding-left: 40px;
}

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

/*#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 {
    /*width: 200px;*/
    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));
  width: 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);
    right: 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 {
  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: 15px;
    margin-bottom: 20px;
    padding-left: 5px;
}

.sidenav .form-control {
    border-radius: 0;
    width: 300px;
}
#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: 40px;
  background-color: #00818f;
    border-radius: 0;
}

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



/***********************************/
/************ Jumbotron ************/
/***********************************/


.jumbotron {
    margin: 0;
	position: relative;
}
.jumbotron .row {
	position: absolute;
	bottom: 50px;
}

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

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

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



/******* 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: 7px 0;
    padding-top: 0;
}




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



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


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

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


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

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

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

.ft-content p {
    color: #fff;
}

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

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

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

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

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





/***********************************************/
/* Public content cards */
/***********************************************/
.card-public {
  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-public .card-header {
  font-family: 'Roboto Light';
  height: 130px;
  border-bottom: none;
  font-size: 2em;
  padding: .75rem;
  background-color: #f0f6f7;
}
.card-public .card-body {
  position: relative;
}
.card-public .card-footer {
  border-top: none;
  background-color: #f0f6f7;
}
.card-public .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: -75px;
  margin-bottom: 20px;
  border-radius: 50%;
}


/***********************************************/
/* Font sizing utilities */
/***********************************************/
.text-sm {
  font-size: .85rem;
}
.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;
}


/***********************************************/
/* Public content highlight accents */
/***********************************************/
.highlight-accent {
    height: 3px;
    background-color: #00818F;
    margin-bottom: 10px;
}
.highlight-accent-xs {
    width: 30px;
}
.highlight-accent-sm {
    width: 60px;
}
.highlight-accent-lg {
    width: 120px;
}


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



.table-header-blue {
  background-color: #1E6C92;
  color: #fff;
}


ul.indented {
  margin-left: -20px;
  font-size: 16px;
}
ul.indented li {
  margin-bottom: 5px;
}


hr.light {
	opacity: .5;
}

.md-field{
  width: 175px
}
.sm-field{
  width: 125px
}
.xs-field{
  width: 65px;
}
.search input{
  width: 260px
}
.input-group-append{
  height: 45px !important;
  margin-top: -5px;
}
.form-control{
  background-color: transparent;
  background-image: none;
  border: 1px solid #9a9a9a;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  padding-left: 8px;
  font-weight: 300;
  height: 45px !important;
  margin-top: -5px;
}
.text-inherit{
	font-size: inherit;
}
.text-sm {
	font-size: .85em;
}
.text-lg {
	font-size: 1.25em;
}
.text-xl {
	font-size: 1.5em;
}
.text-2x {
	font-size: 2em;
}
.text-3x {
	font-size: 3em;
}
.text-4x {
	font-size: 4em;
}
.text-5x {
	font-size: 5em;
}

/*******************************************/
/*******YES NO RADIO BUTTON STYLES *********/
/*******************************************/


/* TOGGLE STYLING */
.toggle {
  margin: 0 0 1.5rem;
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.toggle input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.toggle input + label {
  margin: 0;
  padding: 0.75rem 2rem;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: solid 1px #c5c5c5;
  background-color: #fff;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
  /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
  /*flex: 0 0 50%; display: flex; justify-content: center; align-items: center;*/
  /* ----- */
}
.toggle input + label:first-of-type {
  border-radius: 6px 0 0 6px;
  border-right: none;
}
.toggle input + label:last-of-type {
  border-radius: 0 6px 6px 0;
  border-left: none;
}
.toggle input:hover + label {
  border-color: #213140;
  background-color: #E0E5E9;
}
.toggle input:checked + label {
  /*background-color: #4b9dea;*/
  background-color: #181D31;
  color: #fff;
  /*box-shadow: 0 0 10px rgba(102, 179, 251, .5);*/
  /*border-color: #4b9dea;*/
    background-color: #181D31;
  z-index: 1;
}

/*.toggle input:checked + label:before {
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    content: "\f00c";
    width: 1.4em;
    color: #45CF0D;
    padding-right: 4px;
    padding-bottom: : 0.75rem;
    margin-left: -10px;
}*/

.toggle input:focus + label {
  outline: dotted 1px #ccc;
  outline-offset: 0.45rem;
}
@media (max-width: 800px) {
  .toggle input + label {
    padding: 0.75rem 0.25rem;
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus{
  color: #000;
  border: 1px rgb(36, 129, 143) solid;  
  box-shadow: 0 0 3px rgba(81, 203, 238, 1) !important;
}
input[type="radio"], input[type="checkbox"] {
  float: left;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  margin-right: 7px;
}
input[type="radio"], input[type=checkbox] {
  zoom: 1;
}
.form-check label{
  padding-left: 5px
}
textarea{
  max-width: 100%;
  padding: 5px 10px;
}
.mob-menu{
  position: absolute;
  right: 15px;
  top: -70px;
  background-color:;
  color: #fff;

}

.mobile-nav .nav{
  background: #daecee;
  height: 100vh;

}

.mobile-nav .navbar{
  padding: 0px !important;
  margin: 0px !important;
}
.mobile-nav .navbar li{
  padding: 15px;  
  font-size: 1.25em;
  border-bottom: 1px solid;
}
.mobile-nav .navbar li:last-child{
  border: none;
}
.dataTable{
  font-size: 14px;
}

/* Table Styles */

#table-container tfoot tr, tfoot tr{
	background: #00818f;
	color: #fff;
	font-weight: 600;
}
#table-container tbody th, #table-container tbody td:first-child, #notstack-table tbody th{
	padding-left:25px
}
#notstack-table tbody th{
	width: 30%
}

@media only screen and (max-width: 768px) {
	.table-col-right, .table-col-center{
		text-align: left !important;
	} 
	#table-container .detail_content {
		display: none;
	}
	#table-container .detail_content td {
		border: none;
	}
	.active {
		display: block !important;
	  }
	/* Force table to not be like tables anymore */
	#table-container table, 
	#table-container thead, 
	#table-container tbody, 
	#table-container th, 
	#table-container td, 
	#table-container tr { 
		display: block; 
	}
	#table-container tbody th, #table-container tbody td:first-child{
		padding-left:40%;
	}
	#table-container tbody th{
		display: block;
		text-align: center !important;
		width: 100%;
		padding-left: 0px !important;
		background-color: #bee5eb;
	}
  
	/* Hide table headers (but not display: none;, for accessibility) */
	#table-container thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	 
	#table-container tr { border: 1px solid #ccc; }
 
	#table-container td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 0px solid #eee; 
		position: relative;
		padding-left: 40%; 
		white-space: normal;
		text-align:left;
	}
 
	#table-container td:before { 
		/*	Label the data	*/
		content: attr(data-title); 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */		
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		/* white-space: nowrap; */
		text-align:left;
		font-weight: bold;
		white-space: normal;
	}
	#table-container tfoot th{
		text-align: center;
		border-bottom: 2px solid 
	}
	#notstack-table tbody th{
		width: 40%
	}
}
table tr td[data-title="Phone"]{
      white-space: nowrap;
    }
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
    table tr td[data-title="Email"]{
      font-size: 13px;
    }
}
@media only screen 
    and (device-width : 375px) 
    and (device-height : 667px) 
    and (-webkit-device-pixel-ratio : 2) { 
    table tr td[data-title="Email"]{
      font-size: 13px;
    }
}
@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3) { 

    table tr td[data-title="Email"]{
      font-size: 13px;
    }
}

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