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
















.dnd-section > .row-fluid {
  width: 83.333%;
}


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

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





html {
  font-size: 15;
}

body {
  color: #545759;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 15px;
}


p {
  font-family: Open Sans;
  font-weight: 400;
}

a {
  font-family: Open Sans;
  color: rgba(0, 180, 214, 1.0);
}

a:hover,
a:focus {
  color:#1b516f;
}

blockquote {
  border-left: 5px solid #FFFFFF;;
}


h1 {
  color: #00b4d6;
  font-family: Raleway;
  font-size: 40px;
  font-weight: 600;
}

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

h2 {
  color: #1b516f;
  font-family: Raleway;
  font-size: 30px;
  font-weight: 400;
}

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

h3 {
  color: #545759;
  font-family: Raleway;
  font-size: 21px;
  font-weight: 400;
}

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

h4 {
  color: #545759;
  font-family: Raleway;
  font-size: 18px;
  font-weight: 400;
}

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

h5 {
  color: #007db4;
  font-family: Open Sans;
  font-size: 17px;
  font-weight: 600;
}

h6 {
  color: #545759;
  font-family: Raleway;
  font-size: 14px;
  font-weight: 400;
}







form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: Open Sans;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(27, 81, 111, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(0, 180, 214, 1.0);
  border-color: rgba(0, 180, 214, 1.0);
  border-radius: 0px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hs-button:hover,
.button--primary:hover {
  background-color: #0089a3;
  border-color: #0089a3;
  color: #FFFFFF;
}

.hs-form label {
  color: rgba(84, 87, 89, 1.0);
}

.hs-form legend {
  color: rgba(84, 87, 89, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(210, 210, 211, 1.0);
  color: ;
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(27, 81, 111, 1.0);
}

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

input:-moz-placeholder,
input::-webkit-input-placeholder {
  color: #545759;
}




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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Open Sans;
}

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

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

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





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

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(84, 87, 89, 1.0);
}

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





.header,
.header-wrapper-section{
  background-color: rgba(255, 255, 255, 1.0);
}

.header__container {
  width: 83.333%;
}

body  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: rgba(26, 41, 53, 1.0);
}

body .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
body .custom-menu-primary .hs-menu-wrapper > ul > li:focus > a {
  color: rgba(26, 41, 53, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

body .custom-menu-primary .hs-menu-wrapper > ul  li.active-branch > a {
  color: rgba(0, 180, 214, 1.0);
}

body .custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .hs-menu-wrapper > ul ul a {
  color: rgba(26, 41, 53, 1.0);
}

body .custom-menu-primary .hs-menu-wrapper > ul ul li > a:hover {
  background-color: rgba(0, 180, 214, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.form-btn-actions button.btn-primary{
  background-color: rgba(27, 81, 111, 1.0);
  border-color: rgba(27, 81, 111, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.form-btn-actions button.btn-primary:hover{
  background-color: rgba(17, 51, 70, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.login_btn_wrapper > a{
  background-color: rgba(252, 181, 56, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.login_btn_wrapper > a:hover{ 
  background-color: rgba(239, 167, 42, 1.0);
}







.footer {
  background-color: rgba(242, 244, 243, 1.0);
  color: rgba(84, 87, 89, 1.0);
}
.footer-menu-wrapper .hs-menu-wrapper > ul li a{
  color: rgba(84, 87, 89, 1.0);
}
.footer-menu-wrapper .hs-menu-wrapper > ul li a:hover{
  color: rgba(84, 87, 89, 1.0);
}


.footer__container {
  width: 83.333%;
}
.footer__copyright{
  background-color: rgba(84, 87, 89, 1.0);
  color: rgba(242, 244, 243, 1.0);
}

.subscribe_to_our_blog p a.btn-secondary{
  background-color: rgba(27, 81, 111, 1.0);
  border-color: rgba(27, 81, 111, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.subscribe_to_our_blog p a.btn-secondary:hover{
  background-color: rgba(17, 51, 70, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(15, 45, 62, 1.0);
}






.content-wrapper {
  max-width: 83.333%;
}

.blog-post__date {
  border-color: #545759;
}


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


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

.blog-post__title {
  color: #1b516f;
  font-family:Raleway;
  font-size: 30px;
  font-weight: ;
}

.blog-post__author {
  background-color: #FFFFFF;
}

#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: #494a52;
}

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

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

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

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

.page-center {
  width: 83.333%;
}




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