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

/* Test */
















.dnd-section > .row-fluid {
  max-width: 1300px;
}

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

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #00263A;
}
.page-center {
  max-width: 1300px;
}




html {
  font-size: 14;
}

body {
  color: #2d2926;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  font-size: 14px;
}


a {
  color: rgba(181, 133, 0, 1.0);
  cursor: pointer;
  -webkit-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  -ms-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

a:hover,
a:focus {
  color: rgba(94, 121, 48, 1.0);
}

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

h1 {
  color: #2d2926;
  font-family: Noto Serif Display;
  font-size: 36px;
  font-weight: 600;
}


h2 {
  color: #2d2926;
  font-family: Noto Serif Display;
  font-size: 30px;
  font-weight: 600;
}



h3 {
  color: #2d2926;
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 400;
}



h4 {
  color: #2d2926;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 500;
}


h5 {
  color: #2d2926;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
}

h6 {
  color: #2d2926;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 300;
}

blockquote {
  border-left: 10px solid #dc9f27;
}





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

h3.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(1, 33, 105, 1.0);
  padding:10px;
}

.hs-button,
.button--primary,
.blog-comments .hs-button {
  border-color: rgba(181, 133, 0, 1.0);
  border-radius: 2px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(181, 133, 0, 1.0);
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus,
.blog-comments .hs-button:hover,
.blog-comments .hs-button:focus {
  border-color: rgba(0, 38, 58, 1.0);
  background-color: rgba(0, 38, 58, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(221, 173, 40, 1.0);
  border-color: rgba(221, 173, 40, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(45, 41, 38, 1.0);
}

.hs-form legend {
  color: rgba(181, 133, 0, 1.0);
}

form input,
form select,
form textarea,
.hs-input,
.hs-search-field__input,
.systems-page input[type='password'],
input#hs-pwd-widget-password{
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(229, 229, 229, 1.0);
  border-radius: 3px;
  color: rgba(45, 41, 38, 1.0);
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
.hs-search-field__input:focus,
.systems-page input[type='password']:focus {
  border-color: rgba(229, 229, 229, 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: #2d2926;
}

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

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

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(242, 242, 242, 1.0);
  color: rgba(45, 41, 38, 1.0);
}

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

tfoot td {
  background-color: rgba(242, 242, 242, 1.0);
  color: rgba(45, 41, 38, 1.0);
}

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





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

.header-social-bar a:before{
  color: rgba(61, 57, 53, 1.0);
}
.header-social-bar a:hover:before {
  color: rgba(1, 33, 105, 1.0);
}
.header-social-bar a{
  background-color: rgba(255, 255, 255, 0.0);
}
.header-social-bar li a.twitter:hover {
  background-color: rgba(#null, 0.0);
  border-color: rgba(#null, 0.0);
}
.header-social-bar li a.facebook:hover {
  background-color: rgba(#null, 0.0);
  border-color: rgba(#null, 0.0);
}
.header-social-bar li a.linkedin:hover {
  background-color: rgba(#null, 0.0);
  border-color: rgba(#null, 0.0);
}

.header-cta a {
  background-color: rgba(181, 133, 0, 1.0);
  border-color: rgba(181, 133, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.header-cta a:hover {
  background-color: rgba(151, 111, 0, 1.0);
  border-color: rgba(151, 111, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.header-button-grp .btn-white a {
  background-color: rgba(76, 95, 113, 1.0);
  border-color: rgba(76, 95, 113, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.header-button-grp .btn-white a:hover {
  background-color: rgba(#null, 0.0);
  border-color: rgba(#null, 0.0);
  color: rgba(255, 255, 255, 1.0);
}





.header,
.sticky .header-bottom{
  background-color: rgba(255, 255, 255, 1.0);
}

.header__container {
  max-width: 1300px;
}

body .custom-menu-primary a{
  color: #2d2926;
}

body .custom-menu-primary a{
  color:rgba(45, 41, 38, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a:hover {
  color:rgba(1, 33, 105, 1.0);
}


body .custom-menu-primary a.active-branch{
  color:rgba(1, 33, 105, 1.0);

}
body .custom-menu-primary .submenu.level-1 > li.active-branch{
  background-color:rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color:rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color:rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color:rgba(1, 33, 105, 1.0);
}


body .custom-menu-primary .submenu.level-2 > li > a {
  color:rgba(45, 41, 38, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link,
body .custom-menu-primary .submenu.level-2,
body .custom-menu-primary ul ul ul{
  background-color:rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary ul ul,
.submenu.level-2{
  border-color:rgba(1, 33, 105, 1.0) !important;
}


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:rgba(246, 246, 246, 1.0);
  color:rgba(1, 33, 105, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color:rgba(1, 33, 105, 1.0);
  background-color:rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch:hover {
  background-color:rgba(246, 246, 246, 1.0);
  color:rgba(1, 33, 105, 1.0);
}









.footer {
  background-color: rgba(242, 242, 242, 1.0);
  color: rgba(45, 41, 38, 1.0);
}

.footer__container {
  max-width: 1300px;
}

/* Footer Top */
.footer-top-sec h3{
  color: rgba(45, 41, 38, 1.0);
}
.footer-about p,
.footer p{
  color: rgba(45, 41, 38, 1.0);
}

.footer-location a,
.footer-about p a,
.footer a{
  color: rgba(45, 41, 38, 1.0);
}

.footer-location a:hover,
.footer-about p a:hover,
.footer a:hover{
  color: rgba(1, 33, 105, 1.0);
}

.footer-location ul li:before,
.footer-about p i,
.footer-top-sec i{
  color: rgba(1, 33, 105, 1.0);
}
.footer-latest-news .hs-rss-item{
  border-color: rgba(255, 255, 255, 0.1);
}
.footer-latest-news .hs-rss-item a{
  color: rgba(45, 41, 38, 1.0);
}
.footer-latest-news .hs-rss-item a:hover {
  color: rgba(1, 33, 105, 1.0);
}

/* Footer Bottom */
.footer-bottom-sec{
  background-color: rgba(0, 38, 58, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.footer-bottom-sec a {
  color: rgba(255, 255, 255, 1.0);
}
.footer-bottom-sec a:hover{
  color: rgba(94, 121, 48, 1.0);
}

.copyright p{
  color: rgba(255, 255, 255, 1.0);
}
.copyright p a {
  color: rgba(255, 255, 255, 1.0);
}
.copyright p a:hover{
  color: rgba(94, 121, 48, 1.0);
}


.footer-social-bar a {
  border-color: rgba(76, 95, 113, 1.0);
  background-color: rgba(76, 95, 113, 1.0);
}
.footer-social-bar a:hover{
  border-color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

.footer-social-bar a:before{
  color: rgba(255, 255, 255, 1.0);
}
.footer-social-bar a:hover:before {
  color: rgba(1, 33, 105, 1.0);
}

.tipsy-arrow-s{
  border-color: rgba(255, 255, 255, 1.0);
}
.tipsy-inner{
  color: rgba(1, 33, 105, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}





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

.blog-post__date {
  border-color: #2d2926;
}

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

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

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

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

.blog-pagination__link {
  color: #2d2926;
}

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

.blog-post__title {
  color: #2d2926;
  font-family:Noto Serif Display;
  font-size: 30px;
  font-weight: ;
}

.blog-post__author {
  background-color: #00263A;
}

#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);
}

/*             Blog Grid Listing and Post styles            */

.blog-header {
  background-color: rgb(245, 245, 245);
}

.hs-blog-listing,
.hs-blog-post {
  background-color: #ffffff;
}

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(6, 0, 0, 0.10);
}

.blog-post__tag-link:hover{
  color: #5e7930;
}

.blog-post__read-more svg {
  fill: #2d2926;
}

.blog-post__read-more a:hover svg {
  fill: #5e7930;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(6, 0, 0, 0.10);
}

.blog-sidebar a {
  color: #2d2926;
}

.blog-sidebar a:hover {
  color: #5e7930;
}

.blog__subscription-block {
  background-color: rgb(245, 245, 245);
}

.post-featured-image {
  max-height: 600px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(6, 0, 0, 0.10);
}

.blog-post__meta a {
  color: #2d2926;
}

.blog-post__body, .blog-post__tags a {
  color: #2d2926;
}

.blog-post__meta a:hover {
  color: #5e7930
}

.blog-post__links {
  border-top:  2px solid rgb(161, 113, 0);
}

.blog-post__back-to-blog {
  color: #2d2926;
}

.blog-post__back-to-blog:hover {
  color: #5e7930;
}

.blog-post__back-to-blog svg {
  fill: #2d2926;
}

a.blog-post__back-to-blog:hover svg {
  fill: #5e7930;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(161, 113, 0);
}

.comment.depth-1 {
  border-left: 2px solid rgb(161, 113, 0);
}



.blog-recent-posts {
  background-color: rgb(245, 245, 245);
}










body .icon svg {
  fill: #00263A;
}

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

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

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

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

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





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