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


.dnd-section {
  padding-bottom: calc(50px - 20px);
  padding-top: calc(50px - 20px);
}


@media screen and (min-width: 75em) {
  .dnd-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

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





html {
  font-size: 16;
}

body {
  color: #626262;
  font-family: Lato;
  font-size: 16px;
font-weight: 400
}

p {
  font-family: Lato;
  font-weight: 400
}

a {
  font-family: Lato;
  color: rgba(162, 15, 0, 1.0);
}

a:hover,
a:focus {
  color:#a20f00;
}

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

h1 {
  color: #002051;
  font-family: Lato;
  font-size: 30px;
  font-weight: 700;
}

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

h2 {
  color: #002051;
  font-family: Lato;
  font-size: 26px;
  font-weight: 700;
}

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

h3 {
  color: #002051;
  font-family: Lato;
  font-size: 24px;
  font-weight: 700;
}

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

h4 {
  color: #002051;
  font-family: Lato;
  font-size: 22px;
  font-weight: 700;
}

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

h5 {
  color: #002051;
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
}

h6 {
  color: #002051;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
}

blockquote {

}





.body-container form, 
.body-container .submitted-message {
  border: 1px solid;
  border-color: rgba(255, 255, 255, 1.0) ;
  background-color: rgba(255, 255, 255, 1.0);
  font-family: Lato;
  padding: 20px 10px;
}

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

.hs-button, 
.button--primary {
  background-color: rgba(255, 122, 89, 1.0);
  border-radius: 3px;
  border: 1px solid;
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 122, 89, 1.0);
  padding-left: 24px !important;
  padding-right: 24px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.hs-button:hover, .button--primary:hover {
  background-color: rgba(255, 122, 89, 1.0);
  border-color: rgba(255, 122, 89, 1.0);
  color: #FFFFFF;
}


.hs-button:focus, .button--primary:focus  {
  background-color: rgba(255, 122, 89, 1.0);
  border-color: rgba(255, 122, 89, 1.0);
  color: #FFFFFF;
}

.hs-button:active, .button--primary:active  {
  background-color: rgba(255, 122, 89, 1.0);
  border-color: rgba(255, 122, 89, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(51, 71, 91, 1.0);
}
.hs-form legend {
  color: rgba(51, 71, 91, 1.0);
}

body form .hs-input, 
body form .hs-search-field__input,
body form select,
body form #hs-pwd-widget-password,
body form textarea {
  background-color: rgba(245, 248, 250, 1.0);
  border-color: rgba(203, 214, 226, 1.0);
  color: rgba(51, 71, 91, 1.0);
  border-radius: 3px;
}

body form .hs-input:hover, 
body form .hs-search-field__input:hover,
body form select:hover,
body form #hs-pwd-widget-password:hover,
body form textarea:hover {
  border-color: rgba(203, 214, 226, 1.0);
  color: rgba(51, 71, 91, 1.0);
}

body form .hs-input:focus, 
body form .hs-search-field__input:focus,
body form select:focus,
body form #hs-pwd-widget-password:focus,
body form textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
}

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

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

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

.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: #F8FAFC !important;
}





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

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

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

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





.header .header__container.desktop_header {
  background-color: rgba(255, 255, 255, 0.0);
}

/* .header__container {
  width: 100%;
} */

.custom-menu-primary .navigation-primary .submenu .menu-item a {
  color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .navigation-primary > .submenu > .menu-item.active-branch > a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .navigation-primary > .submenu > .menu-item:hover > a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .navigation-primary .submenu .has-submenu.menu-item:before {
  border-color: transparent transparent rgba(0, 35, 91, 1.0) transparent;
}

@media screen and (min-width: 75em) {
  .custom-menu-primary .navigation-primary .submenu .menu-item > ul.submenu {
    background-color: rgba(0, 35, 91, 1.0);
    border-color: rgba(162, 15, 0, 1.0);
  }
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a {
  color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a:hover {
  background-color: rgba(204, 2, 1, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item.active-branch > a {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
}  


.header-top .socials-link {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  background-color: rgba(154, 0, 255, 0.0);
}
.header-top .socials-link i {
  color: rgba(255, 255, 255, 1.0);
}
.header-top .search {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(255, 255, 255, 1.0);
}
.header-top .search button.msoSearchBtn i {
  color: rgba(255, 255, 255, 1.0);
}
.header-top .search input.msoSearchBox {
  color: rgba(255, 255, 255, 1.0);
}


.header-top .socials-link:hover {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 2, 1, 1.0);
}
.header-top .socials-link:hover i {
  color: rgba(255, 255, 255, 1.0);
}


@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(255, 255, 255, 0.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(255, 255, 255, 1.0);
  }
}





.footer {
  background-color: rgba(0, 32, 81, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.footer__container {
  width: 100%;
}

.footer__main .comman-style p {
  color: rgba(255, 255, 255, 1.0);
}
.footer__copyright {
  color: rgba(255, 255, 255, 0.6);
}

.footer__main .comman-style h3 {
  color: rgba(255, 255, 255, 1.0);
}

.footer-menu-links .navigation-primary .submenu.level-1 li a {
  color: rgba(255, 255, 255, 1.0);
}
.footer-menu-links .navigation-primary .submenu.level-1 li a:hover {
  color: rgba(255, 255, 255, 1.0);
}

a.socials-link {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
a.socials-link i {
  color: rgba(255, 255, 255, 1.0);
}
.search {
  background-color: rgba(162, 15, 0, 1.0);
}
.search button.msoSearchBtn i {
  color: rgba(255, 255, 255, 1.0);
}
.search input.msoSearchBox {
  color: rgba(255, 255, 255, 1.0);
}
@media screen and (min-width: 75em) {
  .socials-link:hover {
    color: rgba(255, 255, 255, 1.0);
    border-color: rgba(255, 255, 255, 1.0);
    background-color: rgba(162, 15, 0, 1.0);
  }
  a.socials-link:hover i {
    color: rgba(255, 255, 255, 1.0);
  }
}





.content-wrapper {
  width: 100%;
}



.content-wrapper {
  padding-bottom: calc(50px - 20px);
  padding-top: calc(50px - 20px);
}


@media screen and (min-width: 75em) {
  .content-wrapper {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}


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

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

.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: #3a3a3a;
}

.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: #8a8a8a;
}

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

.blog-pagination__link {
  color: #626262;
}

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

.blog-post__title {
  color: #002051;
  font-family:Lato;
  font-size: 26px;
  font-weight: ;
}

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

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

.page-center {
  width: 100%;
  margin: 0 auto;
}




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