/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

















@media (min-width: 1280px){
  .dnd-section > .row-fluid {
    max-width: 1110px;
  }
}

.dnd-section {
  padding-bottom: 80px;
  padding-top: 80px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #00585c;
}





html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #494A52;
  font-family: Roboto Mono;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 100
}

p {
  font-family: Roboto Mono;
  font-weight: 100
}

a {
  font-family: Roboto Mono;
  color: rgba(0, 0, 0, 1.0);
}

a:hover,
a:focus {
  color:#00585c;
}

a:active {
  color: rgba(40, 40, 40, 1.0);
}

h1 {
  color: #00585c;
  font-family: Roboto;
  font-size: 48px;
  font-weight: 100;
}

@media(max-width: 767px) {
  h1 {
    font-size: 38.400000000000006px;
  }
}

h2 {
  color: #00585c;
  font-family: Roboto;
  font-size: 40px;
  font-weight: 100;
}

@media(max-width: 767px) {
  h2 {
    font-size: 34.0px;
  }
}

h3 {
  color: #00585c;
  font-family: Roboto;
  font-size: 34px;
  font-weight: 100;
}

@media(max-width: 767px) {
  h3 {
    font-size: 28.9px;
  }
}

h4 {
  color: #00585c;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 100;
}

@media(max-width: 767px) {
  h4 {
    font-size: 20.4px;
  }
}

h5 {
  color: #00585c;
  font-family: Roboto;
  font-size: 21px;
  font-weight: 100;
}

h6 {
  color: #00585c;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 100;
}







form,
.submitted-message {
  font-family: Roboto Mono;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 88, 92, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(205, 226, 0, 1.0);
  border-color: rgba(67, 45, 78, 1.0);
  border-radius: 50px;
  border-width: 0px;
  color: rgba(0, 0, 0, 1.0);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}


.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}



.hs-button:active,
.button--primary:active {
  background-color: rgba(245, 255, 40, 1.0);
  border-color: rgba(107, 85, 118, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

.hs-form label {
  color: rgba(0, 0, 0, 1.0);
}

.hs-form legend {
  color: rgba(85, 85, 85, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(151, 151, 151, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  color: #000000;
  border-radius: 4px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(95, 63, 110, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #494A52;
}

.hs-richtext {
  font-size: 14;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Roboto Mono;
}

.fn-date-picker td.is-today .pika-button {
  color: #000000;
}

.fn-date-picker td.is-selected .pika-button {
  background: #000000;
}

.fn-date-picker td .pika-button:hover {
  background-color: #00585c !important;
}

@media only screen and (min-width: 941px){
  .custom-menu-primary .navigation-primary>ul>li:last-child>a{
    color: rgba(0, 0, 0, 1.0);
    background-color: rgba(205, 226, 0, 1.0);
    border-color: rgba(67, 45, 78, 1.0);
    border-radius: 50px;
    border-width: 0px;
  }
  .custom-menu-primary .navigation-primary>ul>li:last-child>a:hover{
    background-color: #fff;
    border-color: #fff;
    color: #000;
  }
  .custom-menu-primary .navigation-primary>ul>li:last-child:hover>a{
    color: #000!important;
  }
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(0, 0, 0, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

thead th,
thead td {
  background-color: rgba(0, 0, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(0, 0, 0, 1.0);
}





a.menu-link {
    font-family: 'Roboto Mono', sans-serif;
    font-weight: 300 !important;
}

/* .header__container {
  max-width: 1110px;
} */

body {
/*     padding: 24px; */
}
.frame_component {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2000;
    width: 100%;
    height: 100vh;
    pointer-events: none;
}
.frame-cover-top {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 24px;
    background-color: #fff;
}
.frame-cover-bottom {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 24px;
    background-color: #fff;
}
.frame-cover-right {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 24px;
    height: 100%;
    background-color: #fff;
}
.frame-cover-left {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 24px;
    height: 100%;
    background-color: #fff;
}
.frame-line-top {
    position: absolute;
    left: 0%;
    top: 23px;
    right: 0%;
    bottom: auto;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
}
.frame-line-bottom {
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 23px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
}
.frame-line-right {
    position: absolute;
    left: auto;
    top: 0%;
    right: 23px;
    bottom: 0%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.2);
}
.frame-line-left {
    position: absolute;
    left: 23px;
    top: 0%;
    bottom: 0%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.2);
}
.plus_wrapper {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.plus_wrapper.is-frame-top {
    position: absolute;
    left: 23px;
    top: 23px;
    right: auto;
    bottom: auto;
}

.plus_wrapper.is-frame-bottom {
    position: absolute;
    left: auto;
    top: auto;
    right: 23px;
    bottom: 23px;
}
.plus_component {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1px;
    height: 1px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.plus_vertical {
    position: absolute;
    width: 1px;
    height: 32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #000;
}
.plus_horizontal {
    position: absolute;
    width: 32px;
    height: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #000;
}



@media(min-width:941px) {
  header.header {
    background-color: rgba(0, 88, 92, 1.0);
    border-color: rgba(151, 151, 151, 1.0);
  }
  body .custom-menu-primary a {
    color: #ffffff;
  }

  body .custom-menu-primary .submenu.level-1 > li:hover > a,
  body .custom-menu-primary .submenu.level-1 > li:focus > a{
    color: #ffffff;
  }
  body .custom-menu-primary a.active-branch,
  body .header__language-switcher-label-current:active {
    color: #fff;
  }
  body .custom-menu-primary .submenu.level-1 > li.active-branch,
  body .header__language-switcher-label-current:active {
    background-color: #00585c;
  }
  body .custom-menu-primary .submenu.level-1 > li {
    background-color: ;
  }
  body .custom-menu-primary .submenu.level-1 > li:hover,
  body .custom-menu-primary .submenu.level-1 > li:focus {

  }
  body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
    color: #fff;
  }

  body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
    background-color: #fff;
  }
  body .custom-menu-primary .submenu.level-2 > li > a,
  .custom-menu-primary .submenu.level-2 .header-submenu__title a{
    color: #fff;
  }
  body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
    background-color: #008484;
  }
  body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
    background-color: #008484;
  }

  body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
  body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus{
    background-color: #00585c;
    color: #fff;
  }
  body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
    color: #fff;
    background-color: #FFFFFF;
  }
  .custom-menu-primary .navigation-primary>ul>li.has-submenu ul.submenu.level-2{
    background-color: rgba(0, 132, 132, 1.0);
  }
  .custom-menu-primary .navigation-primary>ul>li>a {
    font-size: 14px;
  }
  

}





.footer {
  background-color: rgba(0, 88, 92, 1.0);
  color: #fff;
}

.footer__container {

}
.footer-title h2,
.footer__form__title{
  color: #FFFFFF;
}
.footer-menu-inner-column li a{
  color: #fff;
}
.footer-menu-inner-column li a:hover{
  color: #fff;
}

.cm-footer-form .hs-input{
  background-color: rgba(0, 88, 92, 1.0);
  color: #FFFFFF;
}
.cm-footer-form .hs-input:focus{
  border-color: rgba(255, 255, 255, 0.5);
}
.cm-footer-form input.hs-button.primary:hover,
.cm-footer-form input.hs-button.primary:focus{
  background-color: rgba(255, 255, 255, 1.0);
  color: #00585c;
}
.cm-footer-form input.hs-button.primary:focus{  
  border-color: rgba(255, 255, 255, 0.5);
}




.content-wrapper {
  max-width: 1110px;
}

.blog-post__date {
  border-color: #494A52;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #494A52;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #21222a;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #71727a;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #000000;
}

.blog-pagination__link {
  color: #494A52;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #000000;
}

.blog-post__title {
  color: #00585c;
  font-family:Roboto;
  font-size: 40px;
  font-weight: ;
}

.blog-post__author {
  background-color: #00585c;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}










body .icon svg {
  fill: #000000;
}

body .tns-nav button.tns-nav-active {
  background-color: #000000;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #000000;
}

body .social-links__icon {
  background-color: #000000;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #00585c;
}

.page-center {
  max-width: 1110px;
  margin: 0 auto;
}

.hs_cos_wrapper.widget-type-rich_text ul li ,
p { 
    font-family: Roboto !important; 
}

.hs_cos_wrapper.widget-type-rich_text ul {
    padding-left: 20px;
}






.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}



p.ftr-mail a {
    color: #fff;
}

p.ftr-mail a:hover {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1080px) {
  
  body {
/*       padding: 15px; */
  }

}


@media (max-width: 767px) {
  
  body {
/*       padding: 15px; */
  }

  .frame-cover-top { 
      height: 14px; 
  }

  .frame-cover-bottom { 
      height: 14px; 
  }
  
  .frame-cover-right { 
      width: 14px; 
  }

  .frame-cover-left { 
      width: 14px; 
  }
  
  .frame-line-top { 
      top: 14px; 
  }

  .frame-line-bottom { 
      bottom: 13px; 
  }

  .frame-line-right { 
      right: 13px; 
  }
  
  .frame-line-left { 
      left: 13px; 
  }

  .plus_wrapper.is-frame-top { 
      left: 13px;
      top: 13px; 
  }

  .plus_vertical { 
      height: 22px; 
  }

  .plus_horizontal { 
      width: 22px; 
  }

  
}