.bg-themed {
    background-color: #007057;
}

.bg-themed-light {
    background-color: #c8f2e7;
}

.block-row h2 {
    border-bottom: 3px solid #007057;
    background-color: #c8f2e7;
    padding: 1px 10px;
}

h3, .h3, h3 a, h3 a:hover {
    color: #007057!important;
    /*margin-bottom: 1rem!important;*/
    /*border-bottom: 1px solid #c8f2e7;*/
}

.department-home-card h5 {
    color: #007057!important;
    font-size: 1.75rem;
}

.hero-bg h2, .hero-bg h3 {
    color: inherit;
    border-bottom: initial;
}

.blockquote:before {
    font-size: 6.875rem;
    /*color: rgba(0, 123, 255, 0.54);*/
    color: #1da289;
    content: "“";
    font-family: "Noto Serif", "Georgia", "Times New Roman", "Times", serif;
    font-size: 5.5rem;
    height: 3.75rem;
    left: 0.9375rem;
    line-height: 1;
    max-width: 3.75rem;
    position: absolute;
    text-align: inherit;
    top: 0.9375rem;
    width: 100%;
}

.blockquote {
    font-size: 1.25rem;
    /** border: 1px solid rgba(222, 226, 230, 0.54);
    border-left: 0.5rem solid rgba(0, 123, 255, 0.54); **/
    border: 1px solid #c8f2e7;
    border-left: 0.5rem solid #1da289;
    color: #6c757d;
    font-style: italic;
    line-height: 1.6;
    /** margin: 1.875rem auto;
    max-width: 60%; **/
    padding: 4.6875rem 1.875rem 1.875rem 4.6875rem;
    position: relative;
    width: 100%;
}

.breadcrumb {
    padding: 0px;
    background-color: inherit;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

.navbar {
    z-index: 50;
}

p {
    text-align: justify!important;
}

p:empty {
    padding: 0;
    margin: 0;
}


.shadow-bottom {
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 16%);
    -moz-box-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 16%);
}

.shadow-top {
    -webkit-box-shadow: 0 -2px 2px 0 rgb(0 0 0 / 16%);
    -moz-box-box-shadow: 0 -2px 2px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 -2px 2px 0 rgb(0 0 0 / 16%);
}

#navHeader {
    height: 110px;
}

#preHeader {
    height: 33px;
    /*background-color: #2F7B6C;*/
}

.header--fixed {
    height: 110px;
	position: fixed;
	z-index: 10;
	right: 0;
	left: 0;
	top: 0
}

.headroom {
	transition: transform .25s ease-in-out;
	will-change: transform;
}

.headroom--not-top {
	transform: translateY(-100%);
}

/**
.headroom--top {
	transform: translateY(0px);
}
**/
/**
.headroom--pinned {
	transform: translateY(0);
}
**/
.headroom--unpinned {
	transform: translateY(-100%);
}

.navHeader--fixed {
    /*height: 90px;*/
	position: fixed;
	z-index: 20;
	right: 0;
	left: 0;
	/*top: 70px;*/
}

.hrNav {
	transition: transform .25s ease-in-out;
	will-change: transform;
}

.hrNav--not-top {
	transform: translateY(-100%);
}

.hrNav--top {
	transform: translateY(33px) !important;
}

.hrNav--pinned {
	transform: translateY(0);
}

.hrNav--unpinned {
	transform: translateY(-100%);
}

.mega-menu {
  /*background-color: #2F7B6C;*/
  /*background-color: #1da289;*/
  /*background-color: #007057;*/
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 100;
  /**
  box-shadow: -1px 10px 4px -7px rgba(0,0,0,0.51);
  -webkit-box-shadow: -1px 10px 4px -7px rgba(0,0,0,0.51);
  -moz-box-shadow: -1px 10px 4px -7px rgba(0,0,0,0.51);

  box-shadow: 0px 2px 2px 0px #333333;
  -webkit-box-shadow: 0px 2px 2px 0px #333333;
  -moz-box-box-shadow: 0px 2px 2px 0px #333333;
  */
}

.mega-menu .container {
    display: block;
}


.hoverable {
  position: static;
}

.hoverable:hover {
  /*background-color: #1da289;*/
  background-color: #007057;
  color: #ffffff !important;
}

.hoverable a:active, .hoverable a:hover, .hoverable:active {
  color: #ffffff !important;
}

/**
.hoverable > a:after {
  content: "\25BC";
  font-size: 10px;
  padding-left: 6px;
  position: relative;
  top: -1px;
}
**/

.hoverable:hover .mega-menu {
  display: block;
}


.toggleable > label:after {
  /*content: "\25BC";*/
  font-size: 10px;
  padding-left: 6px;
  position: relative;
  top: -1px;
}

.toggle-input {
  display: none;
}
.toggle-input:not(checked) ~ .mega-menu {
  display: none;
}

.toggle-input:checked ~ .mega-menu {
  display: block;
}

.toggle-input:checked + label {
  color: white;
  background: #2F7B6C; /*@apply bg-blue-800 */
}

.toggle-input:checked ~ label:after {
  /*content: "\25B2";*/
  font-size: 10px;
  padding-left: 6px;
  position: relative;
  top: -1px;
}

/**
.navbar {
  padding: 0px;
}
**/

.navbar-toggler {
    padding: 3px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80' width='40' height='40'%3E%3Crect width='100' height='18' rx='6'%3E%3C/rect%3E%3Crect y='30' width='100' height='18' rx='6'%3E%3C/rect%3E%3Crect y='60' width='100' height='18' rx='6'%3E%3C/rect%3E%3C/svg%3E");
}

.navbar-brand img {
    height: 55px;
    width: auto;
}

/*#content .container {*/
#content {
    margin-top: 0px !important;
    padding-top: 140px;
}

.hero-fg {
    padding: 80px 0px 80px 0px;
}

/**
#content .block-hero .container {
    padding-top: 60px;
}
**/

.btn-navtab {
    border: 1px solid #097;
    background-color: #097;
    color: #fff;
}

.btn-navtab:hover {
    background-color: #00997759;
    color: #fff;
}

.btn-navtab-outline {
    border: 1px solid #097;
    color: #fff;
}

.btn-navtab-outline:hover {
    background-color: #00997759;
}

.tab .nav-tabs li a,
.tab .nav-pills li a,
.nav-pills .nav-pills li a,
.btn-themed{
    /*border: 1px solid #007bff;*/
    border: 1px solid #097;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link, .btn-themed {
    background-color: #097;
}

.tab .nav-tabs li a:hover, .nav .nav-pills li a:hover, .tab .nav li a:hover, .btn-themed:hover {
    background-color: #00997759;
    color: #fff !important;
}

.accordion-section .panel-default > .panel-heading {
    border: 0;
    background: #f4f4f4;
    padding: 0;
}

.accordion-section .panel-default .panel-title a {
    display: block;
    font-size: 1.2rem;
}

.accordion-section .panel-default .panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 3rem;
    content: "\f106";
    /*content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");*/
    color: #1f7de2;
    float: right;
    margin-top: -12px;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
    /*content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");*/

}

.accordion-section .panel-default .panel-body {
    font-size: 1.2rem;
}

.fb-wrapper {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.fb-wrapper iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}


#live-chat {
	bottom: 0;
	font-size: 0.9rem;
	right: 24px;
	position: fixed;
	width: 350px;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 0 0 0.2rem rgb(83 107 225 / 50%);
	z-index: 999;
}

#live-chat header {
	background: #2f2fa2;
	border-radius: 5px 5px 0 0;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
}

/**
#live-chat h4:before {
	background: #1a8a34;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 8px;
	margin: 0 8px 0 0;
	width: 8px;
}
**/

#live-chat h4 {
	font-size: 1.3rem;
	margin-bottom: 0px;
}

#live-chat h5 {
	font-size: 1.1rem;
	color: #007bff;
}

#live-chat p, .paragraph-reset p {
    text-align: initial!important;
}

#live-chat form {
	padding: 24px;
}

/**
#live-chat input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 8px;
	outline: none;
	width: 234px;
}
**/

.chat-message-counter {
	background: #e62727;
	border: 1px solid #fff;
	border-radius: 50%;
	display: none;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	left: 0;
	line-height: 28px;
	margin: -15px 0 0 -15px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 28px;
}

.chat-close {
	background: #1b2126;
	border-radius: 50%;
	color: #fff;
	display: block;
	float: right;
	font-size: 14px;
	height: 24px;
	line-height: 16px;
	margin: 2px 0 0 0;
	text-align: center;
	width: 24px;
	padding-top: 3px;
}

.chat {
	background: #fff;
	display: none;
}

.chat-history {
	height: 252px;
	padding: 8px 24px;
	overflow-y: scroll;
}

.chat-message {
	margin: 16px 0;
}

.chat-message img {
	border-radius: 50%;
	float: left;
}

.chat-message-content {
	margin-left: 56px;
}

.chat-time {
	float: right;
	font-size: 10px;
}

.chat-feedback {
	font-style: italic;
	margin: 0 0 0 80px;
}


@keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.0;}
}

.blink {
    text-decoration: blink;
    animation-name: blinker;
    animation-duration: 0.6s;
    animation-iteration-count:infinite;
    animation-timing-function:ease-in-out;
    animation-direction: alternate;
}


@media (min-width: 992px) {
    #navMenuList {
        margin-bottom: -50px;
    }
}

@media (min-width: 576px) {
    .navbar-brand img {
        height: 80px;
        width: auto;
    }
}

@media (max-width: 767px) {
    .border-md-right-0 {
        border-right: 0 !important;
    }

    #navHeader {
        height: auto;
    }

    #content {
        margin-top: 0px !important;
        padding-top: 0px;
    }

    /**
    #content .block-hero .container, .hero-fg {
        margin-top: -22px;
        padding-top: 0px;
    }
    **/

    .tab .nav-tabs li, .tab .nav-pills li {
        width: 100%;
        text-align: center;
    }
    .tab .nav-tabs li a:before, .tab .nav-pills li a:before {
        bottom: 0;
    }
    .nav-justified .nav-item {
        all: unset;
    }

    #live-chat {
        border-radius: inherit;
        width:100%;
        right: 0px;
    }

    #live-chat header {
        border-radius: inherit;
    }

}

/*======================================
=          CUSTOM GUTTER CODE          =
======================================*/

@media (min-width:768px) {

    .custom-gutter > [class*='col-'] {
        padding-right: 20px;
        padding-left: 20px;
    }

    .custom-gutter > [class*="col-"]:first-child {
      padding-left: 15px;
    }

    .custom-gutter > [class*="col-"]:last-child {
      padding-right: 15px;
    }

    .card-employee {
        float: left!important;
        width: 30%!important;
        margin-right: 5%;
    }

    .card-last-employee {
        margin-right: 0%!important;
    }

}


