/*ICTDS*/
/*Just one small positive thought in the morning can change your whole day.*/

@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&family=Overpass:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,400;1,500;1,600;1,700;1,800;1,900&family=Yantramanav:wght@100;300;400;500;700;900&display=swap');

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.onest-<uniquifier> {
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.yantramanav-thin {
  font-family: "Yantramanav", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.yantramanav-light {
  font-family: "Yantramanav", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.yantramanav-regular {
  font-family: "Yantramanav", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.yantramanav-medium {
  font-family: "Yantramanav", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.yantramanav-bold {
  font-family: "Yantramanav", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.yantramanav-black {
  font-family: "Yantramanav", sans-serif;
  font-weight: 900;
  font-style: normal;
}



/*///navbar styling///*/
.dt-nav ul ul {
    margin-left: -21.5%!important;
}
.dt-nav ul ul {
    top: 6.3em;
}

/*///greenbar styling///*/
nav.header-top .container {
    display: flex;
    color: #fff;
}

nav.header-top {
    background: #096F48;
}

.WCCtext {
    padding-bottom: -13em;
    margin-top: 15px;
}

.WCCtext a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}


nav.header-top img {
    width: 180px;
    margin-right: 5px;
    padding-top: 4px;
}

nav.header-top center {
    background: #177d97;
    /* padding: 0.5em;*/
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

nav.header-top center ul {
    /* padding-bottom: 0em!important; */
    margin-bottom: 0em;
}


nav.dt-nav ul {
    list-style: none;
    display: inline-flex;
}

nav.dt-nav {
    -webkit-box-shadow: 0 3px 5px rgb(57 63 72 / 30%);
}

nav.header-top center ul li {
    padding: 0.5em;
    font-weight: 500;
    margin-right: 2em;
}

nav.header-top center ul li a {
    text-decoration: none;
    color: #fff;
}

nav.header-top center ul li:hover {
    background: #00c3f3;
}
div#titleBar {
    display: none;
}

nav#nav {
    display: none;
}

nav.header-top .body-search {
    margin-left: 40%!important;
}

.form__append-group {
    display: inline-flex;
}

@media screen and (min-width: 835px) {
.body-search .form__append-group {
    max-width: 500px;
    display: flex;
}
}

input#search-site-header {
    height: 49px;
    border-radius: 0;
}

nav.header-top {
    background: #ffffff;
    height: 80px;
    font-weight: 400;
    position: absolute;
    z-index: 999;
    width: -webkit-fill-available;
    width: -moz-available;
    border-bottom-style: solid;
    border-bottom-color: #096F48;
    border-bottom-width: 5px;
}

form#js-search {
    padding-top: 0.25em;
}

button#searchbtn {
    border-radius: 0;
    background: white;
    color: #000!important;
    font-weight: 100;
    height: 49px;
    width: revert;
    padding-left: 0.85em;
    padding-right: 0.25em;
}

.skip-to-content-link {
    background: #000;
    height: 30px;
    left: 50%;
    padding: 8px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
    color: #ffff00;
    padding: 10px;
    padding-bottom: 25px;
    font-weight: 400;
}

.skip-to-content-link:focus {
    transform: translateY(0%);
}

ul.list.list--skip-links {
    display: none;
}

@media screen and (max-width: 918px){
nav.header-top .body-search {
    display: none;
}
}

#footer .site-search {
    display: none;
}

.navbar {
  overflow: hidden;
  background-color: #333;
 /* font-family: Arial, Helvetica, sans-serif;*/
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  padding: 18px;
  font-weight: 400;
  border-radius: 0px;
  padding-top: 20px;
}

.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
    background-color: white;
    color: #000 !important;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  padding-top: 6px;
  padding-bottom: 6px;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

/*.dropbtn:focus {
  background-color: red;
  border-radius: inherit;
}*/

i.fa.fa-caret-down {
  padding-left: 0.25em;
}

.menubar {
    background: #333333;
    padding-top: 4.5em;
}

@media screen and (max-width: 918px){
nav.navbar {
    display: none;
}
}


/*end of dropdown menu */



body, input, textarea, select {
    font-family: 'Onest', sans-serif;
    letter-spacing: normal;
}

#main {
    background: #ffffff;
}

#banner h2 {
    font-family: 'Onest', sans-serif;
    font-size: 4rem;
    line-height: 1;
    font-weight: 500;
}

header#header {
    display: none;
}


nav#nav {
    display: none;
}

#header .h1 {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 3em;
    letter-spacing: normal;
    margin-top: 1em;
    color: #fff;
}

header h1 {
    font-size: 2em;
    font-weight: 400;
}

.container {
    /*width: 70%;*/
width: 95em;
}

.row:nth-child(1) {
    margin-top: 0em;
}

@media screen and (max-width: 759px){
.container {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
}


.list--breadcrumb .list__item {
    display: inline-block;
    margin: 0 0 0.5rem 0;
    padding-left: 0;
}

h2.supplement__heading {
    font-weight: 400;
    border-top-style: solid;
    border-top-width: thick;
    border-top-color: #6a6a6a;
}

ul.list.list--navigation.primary li.list__item {
    line-height: inherit;
    padding-left: 0;
}

ul.list.list--navigation.primary {
    list-style: none;
    padding-left: 0;
}

p.meta.meta--telephone {
    margin-bottom: 0.5em;
}

.editor a {
    font-weight: 500;
    color: #5d5d5d;
}

a {
color: #5d5d5d;
}

a.button:hover {
    background: #096F48;
    color: #fff !important;
}


button.button.primary:hover {
background: #096F48;
    color: #fff !important;
}

header {
    margin-bottom: 0em !important;
}

/*nav.breadcrumb {
    padding-bottom: 0em !important;
}*/

header h1 {
    font-size: 3em;
    font-weight: 400;
}

a.button {
border-radius: 25px;
    background: #fff;
    font-weight: 400;
    letter-spacing: normal;
    color: #000 !important;
    border-style: solid;
    border-width: thin;
    border-color: #6a6a6a;
}

button.button.primary {
border-radius: 25px;
    background: #fff;
    font-weight: 400;
    letter-spacing: normal;
    color: #000 !important;
    border-style: solid;
    border-width: thin;
    border-color: #6a6a6a;
}

.widget-row {
    margin-bottom: 2em;
    margin-top: 2em;
}

.hp-navbox {
    margin-bottom: 1em;
    border-style: solid;
    border-color: #6a6a6a;
    border-width: thin;
    border-radius: 25px;
}


.hp-navbox-header {
    /*background: #d9d9d9;*/
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 1em;
   /* outline-color: #d9d9d9;
    outline-style: solid;*/
}

.hp-navbox-header h2 {
    font-size: 1.85em !important;
    line-height: 1.75em;
    margin-bottom: 0em !important;
    font-weight: 400;
}
.hp-navbox p {
    padding: 1em;
}
.description {
    padding-left: 1em;
    padding-right: 1em;
}

.description-image {
    margin-bottom: -1em;
}

.hp-navbox-footer {
    /* background: #d9d9d9; */
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 0.25em;
    padding: 1em;
    text-align: center;
    /*outline-color: #d9d9d9;
    outline-style: solid;
    margin-top: 0.5em;*/
}



h2.widget__heading {
    font-weight: 400;
    letter-spacing: normal;
}

@media screen and (min-width: 700px) {
    ol#pages-in-list {
        column-count: 2 !important;
    }
}

.box.post h2 {
    font-weight: 400;
}

#main {
    padding-top: 0.5em;
}

ul.divided a:hover {
    text-decoration: underline;
}
ul.divided a {
    text-decoration: auto;
}

li.list__item.is-active {
    font-weight: 600;
}

.logo {
    display: inline-block;
    text-decoration: none;
}

a.list__link {
    text-decoration: none;
}

a.list__link:hover {
    text-decoration: underline;
}

.hp-statement {
    font-size: 2rem;
    line-height: 3rem;
}

nav.widget-navigation ul {
list-style: none;
}

@media screen and (min-width: 736px) {
nav.widget-navigation ul {
    column-count: 2;
}
}

nav.widget-navigation li.list__item {
    outline-style: solid;
    border-radius: 10px;
    margin-bottom: 1rem;
    padding: 1rem;
    outline-width: thin;
    font-weight: 600;
}


.alert {
    border: 2px solid #333;
    border-radius: 15px;
    color: #000;
    background: #ffffff;
    display: block;
    padding: .75rem;
    margin: 0 0 2rem;
}

span.alert__heading {
    font-weight: 600;
    font-size: 1.5rem;
}

p.alert__text {
    margin-bottom: 1rem;
}

span.alert__link-text {
    font-weight: 600;
}


form#directions2 {
    display: inline-flex;
    width: max-content;
}

input#directions-button2 {
    text-transform: initial;
    padding-left: 5px;
    padding-right: 5px;
    height: 55px;
    width: -webkit-fill-available;
    /* border-radius: 25px; */
    background: #fff;
    font-weight: 400;
    letter-spacing: normal;
    color: #000 !important;
    border-style: solid;
    border-width: thin;
    border-color: #6a6a6a;
    height: auto;
    margin-bottom: 0;
}

input#directions-button2:hover {
background: #6a6a6a;
    color: #fff !important;
}


#footer {
    background: #6a6a6a;
}

ul.links li:nth-child(2) {
    display: none;
}

div#copyright {
    margin-top: 0;
}

.company_details ul {
    list-style: none;
    display: inline-flex;
    color: #fff;
}

.company_details ul li a {
    color: #fff;
    text-decoration: none;
}

.company_details ul li a:hover {
    text-decoration: underline;
}

.social_media_row ul {
    list-style: none;
    display: inline-flex;
}

.social_media_row ul img {
    height: 50px;
}

#footer {
    background: #096f48 !important;
}
.social_media_row {
    background: #096f48;
}
.company_details {
    background: #096f48;
}

footer#footer {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
}

#footer .copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8em;
    letter-spacing: normal;
    list-style: none;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-top: 1em;
}

.footerlogo img {
    max-height: 7em;
    margin: 0.5em;
}

.footerlogo {
    background-color: #096f48;
}


/*start of cookie control styling*/

.cc-nb-main-container {
    border-style: solid;
    border-width: medium;
    border-color: green;
}

button.cc-nb-okagree {
    background: #185C16 !important;
}

button.cc-nb-okagree:hover {
    background: #198b15 !important;
}

button.cc-nb-reject {
    background: #ff0000 !important;
}

button.cc-nb-reject:hover {
    background: #cd2e2e !important;
}

button.cc-nb-changep {
    background: #963939 !important;
}

button.cc-nb-changep:hover {
    background: #802a2a !important;
}

li.cc-cp-body-tabs-item {
    background: #096F48 !important;
}

.freeprivacypolicy-com---palette-dark .cc-cp-foot-save {
    background: #096f48;
}

.freeprivacypolicy-com---palette-dark .cc-cp-foot-save:hover {
    background: #06633f;
}

button.cc-cp-foot-save {
    background: #096f48 !important;
    outline-style: solid;
    outline-color: #fff;
}


button.cc-cp-foot-save:hover {
    background: #04311f !important;
}

.cc-pc-head {
    background: #096f48 !important;
}

/*end of cookie control styling*/


.social_media_row li {
    display: grid;
    color: #fff;
    outline-style: solid;
    outline-width: thin;
    outline-color: #ffffff40;
    padding: 0.25em;
}

h3.green {
  color: white;
  background-color: #096f48;
  padding: 10px;
  margin-bottom: 5px;
}

/*///moved from integrations top////*/


div#links button#mblsearchbtn {
    background-color: #cc1a61;
    color: #fff!important;
    border-color: #cc1a61;
    width: -webkit-fill-available;
    font-size: 1em;
    padding: 1.1em;
    border-radius: 0;
    font-weight: 200;
}

div#links ul {
    list-style: none;
}

a.burgerrbtn {
    background: #177d97;
    width: max-content;
    padding: 0.25em;
    border-radius: 5px;
    color: #fff!important;
}

.fa-bars:before {
    content: "\f0c9";
    font-size: 2em;
    color: #096f48;
}

i#burger {
    outline: none;
}

@media screen and (max-width: 835px) {
/*nav.header-top img {
    width: 250px!important;
}*/
i#burger {
    height: 40px;
}
}


/*///burger styling///*/
#burger {
    position: fixed;
    right: 0;
    top: 0;
    color: #000;
    background: #fff;
    font-size: 32px;
    padding: 16px 16px 32px 32px;
    border-radius: 0% 0% 0% 100%;
    transition: 1s;
    cursor: pointer;
    font-size: inherit;
    font-weight: 800;
    outline-color: #00000024;
    outline-style: solid;
}

#quit {
    position: fixed;
    top: 0;
    color: black;
    font-size: 32px;
    padding: 16px;
    display: none;
    cursor: pointer;
    font-style: normal;
}

/*#links{
  display: none;
  flex-direction: column;
  width: 100vw;
  height: 75vh;
  padding: 25vh 0;
  justify-content: space-around;
padding-top: 30vh!important;
}*/

#links {
    display: none;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    padding: 25vh 0;
    justify-content: space-around;
    padding-top: 0vh!important;
    position: absolute;
    background: #fff!important;
    z-index: 999;
}

div#links ul {
    list-style: none;
}

#links a {
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 1.5em;
    /* font-family: 'Roboto'; */
    z-index: 10;
    /* font-style: normal!important; */
    padding-bottom: 0.5em;
    margin-bottom: 0.25em;
line-height:2em
}

i#burger {
    font-style: normal;
    font-weight: 400;
    display: flex;
}



@media screen and (min-width: 919px) {
i#burger {
    display: none!important;
}
}

@media screen and (max-width: 918px) {
.menubar {
    display: none;
}
}

.menubar {
    background: #333333;
    padding-top: 0em;
}

nav.header-top {
    background: #ffffff;
    height: 80px;
    font-weight: 400;
    position: inherit;
    z-index: 999;
    width: -webkit-fill-available;
    width: -moz-available;
    border-bottom-style: solid;
    border-bottom-color: #096F48;
    border-bottom-width: 5px;
}

div#links button#mblsearchbtn {
    background-color: #096f48;
    color: #fff !important;
    border-color: #096f48;
    width: -webkit-fill-available;
    font-size: 1em;
    padding: 1.1em;
    border-radius: 0;
    font-weight: 200;
}

button#searchbtn {
    border-radius: 0;
    background: #185c16;
    color: #ffffff !important;
    font-weight: 100;
    height: 49px;
    width: revert;
    padding-left: 0.85em;
    padding-right: 0.25em;
    border: solid 1px #666;
}


.logo-container {
    height: 25px;
}


button.cc-nb-reject {
    background: #c00101 !important;
}


nav.header-top .body-search {
    margin-left: 65%!important;
    margin-right: 1em;
    margin-top: 0.5em;
}

.fa-solid {
    color: #000;
}
.fa-brands {
    color: #000;
}

body {
    background: #096f48;
}


svg {
    max-width: 100px;
}


a.button.button--primary.button--block {
    display: none;
}

.page-meta {
    outline-style: solid;
    outline-color: #096f48;
    border-radius: 15px;
    padding: 0.5em;
}

article.listing.listing--featured p.meta.meta--string {
    display: none;
}

article.listing h2 {
    font-size: 1.25em !important;
}

.hp-navbox p {
    padding: 1em;
    display: none;
}

.hp-navbox-footer a.button {
    margin-top: 1em;
}

.dropdown ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.dropdown ul li {
    padding-left: 0;
}

