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

/* Test */
















@media (min-width: 768px) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 750.0px;
  }
}

@media (min-width: 992px) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 969.999999996px;
  }
}

@media (min-width: 1024px) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 900.0px;
  }
}

@media (min-width: 1200px) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 999.999999996px;
  }
}

@media (min-width: 1600px) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 1200px;
  }
}

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

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





html {
  font-size: 14;
}

body {
  
  color: rgba(60, 72, 88, 1.0 );
  
  font-family: Goudy;
  font-size: 14px;
  font-weight: 300;
}

p,ul,ol,.hs-form label {
  font-size: 16px;
}
p{
  font-weight: 300;
}
a {
  color: rgba(30, 66, 115, 1.0);
  cursor: pointer;
}

a:hover,
a:focus {
  color: rgba(210, 35, 42, 1.0);
}

a:active {
  color: rgba(70, 106, 155, 1.0);
}

h1 {
  color: rgba(60, 72, 88, 1.0);
  font-family: TrajanPro;
  font-size: 36px;
  font-weight: 300;
}

h2 {
  color: rgba(60, 72, 88, 1.0);
  font-family: TrajanPro;
  font-size: 2.6em;
  font-weight: 300;
}

h3 {
  color: rgba(60, 72, 88, 1.0);
  font-family: TrajanPro;
  font-size: 1.825em;
  font-weight: 300;
}

h4 {
  color: rgba(60, 72, 88, 1.0);
  font-family: TrajanPro;
  font-size: 1.3em;
  font-weight: 300;
}

h5 {
  color: rgba(60, 72, 88, 1.0);
  font-family: TrajanPro;
  font-size: 1.25em;
  font-weight: 300;
}

h6 {
  color: rgba(60, 72, 88, 1.0);
  font-family: TrajanPro;
  font-size: 0.9em;
  font-weight: 500;
}

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





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

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(60, 72, 88, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(167, 13, 13, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border: 0px solid rgba(255, 255, 255, 0.0);
  border-radius: 3px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(167, 13, 13, 0.8);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(207, 53, 53, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(60, 72, 88, 1.0);
}

.hs-form legend {
  color: rgba(60, 72, 88, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  border-radius: 0px;
  background-image: linear-gradient(rgba(156, 39, 176, 1.0),rgba(156, 39, 176, 1.0)),linear-gradient(rgba(210, 210, 210, 1.0),rgba(210, 210, 210, 1.0));
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  background-image: linear-gradient(rgba(156, 39, 176, 1.0),rgba(156, 39, 176, 1.0)),linear-gradient(rgba(210, 210, 210, 1.0),rgba(210, 210, 210, 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: #3c4858;
}

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

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

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

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

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





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

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(60, 72, 88, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(60, 72, 88, 1.0);
}





.header {
  background-color: rgba(255, 255, 255, 0.0);
}
.scroll-header .header {
  background-color: rgba(0, 0, 0, 1.0);

}
.navbar-icon, .sponsor-icon, .shopping-cart-icon {
  color: rgba(255, 255, 255, 1.0);
}

.sponsor-icon .btn-transparent i svg {
  fill: rgba(255, 255, 255, 1.0);
} 

.navbar-toggle {
  background-color: rgba(0, 0, 0, 0.0);
  border-color: rgba(255, 255, 255, 1.0);    
  color: rgba(255, 255, 255, 1.0);
}  
.navbar-toggle:hover, .navbar-toggle:focus, .shopping-cart-icon:hover, .navbar-icon:hover {
  background-color: rgba(0, 0, 0, 0.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(153, 153, 153, 1.0);
}
 
.custom-menu-primary {  
  border-color: rgba(227, 227, 227, 1.0);   
}
.custom-menu-primary>div { 
  background-color: rgba(0, 0, 0, 1.0);
}
.custom-menu-primary .navigation-primary .level-1>li>a {
  color: rgba(255, 255, 255, 1.0);
}
.sponsor-icon:hover .btn-transparent i svg{
  fill: rgba(153, 153, 153, 1.0);   
} 
.custom-menu-primary .navigation-primary .level-1>li:after {
  background-color: rgba(229, 229, 229, 1.0); 
 
}
.navbar-icon:hover, .header .sponsor-icon:hover, .shopping-cart-icon:hover {
  color: rgba(153, 153, 153, 1.0); 
} 
.custom-menu-primary .navigation-primary .level-1>li>a:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(0, 0, 0, 0.0);

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

}

.custom-menu-primary .navigation-primary .level-1>li.has-submenu>ul.submenu {
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .navigation-primary .level-1>li.has-submenu>ul.submenu>li>a {
  color: rgba(255, 255, 255, 1.0);


}
.custom-menu-primary .navigation-primary .level-1>li.has-submenu>ul.submenu>li>a:hover {
  color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .navigation-primary .level-1>li.has-submenu>ul.submenu>li.active-branch>a:hover {
  color: rgba(255, 255, 255, 1.0);
}










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

.footer-newsletter h4, 
.footer-newsletter p{
  color: rgba(255, 255, 255, 1.0);
}

.footer-menu .hs-menu-wrapper>ul>li>a {
  color: rgba(255, 255, 255, 1.0);
}

.footer-menu .hs-menu-wrapper>ul>li>a:hover {
  color: rgba(255, 255, 255, 1.0);
}

.footer .btn.btn-danger {
  background-color: rgba(167, 13, 13, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.footer .btn.btn-danger a {
  color: rgba(255, 255, 255, 1.0);
}

.footer .btn.btn-danger:hover {
  background-color: rgba(167, 13, 13, 0.8);
  color: rgba(255, 255, 255, 1.0);
}

.footer .btn.btn-danger:hover a {
  color: rgba(255, 255, 255, 1.0);
}





footer.b_footer {
  background-color: rgba(3, 9, 6, 1.0);
}
footer.b_footer .color-white{
  color: rgba(255, 255, 255, 1.0);
}

.social-footer-container:hover .btn.btn-just-icon{
  color: rgba(255, 255, 255, 1.0);
}

header.b_header {
  background-color: rgba(255, 255, 255, 0.0);
}
body.scroll-header header.b_header {
  background-color: rgba(3, 9, 6, 1.0);
}
a.btn-back{
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
}
a.btn-back:hover{
  color: rgba(153, 153, 153, 1.0);
  border-color: rgba(255, 255, 255, 1.0); 
}









.blog-post__date {
  border-color: #3c4858;
}

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

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

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

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

.blog-pagination__link {
  color: #3c4858;
}

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

.blog-post__title {
  color: #3c4858;
  font-family:TrajanPro;
  font-size: 2.6px;
  font-weight: ;
}

.blog-post__author {
  background-color: #3c4858;
}

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

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

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

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

.blog-post__read-more svg {
  fill: #3c4858;
}

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

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

.blog-sidebar a {
  color: #3c4858;
}

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

.blog__subscription-block {
  background-color: rgb(#null);
}

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

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

.blog-post__meta a {
  color: #3c4858;
}

.blog-post__body, .blog-post__tags a {
  color: #3c4858;
}

.blog-post__meta a:hover {
  color: #D2232A
}

.blog-post__links {
  border-top:  2px solid rgb(#null);
}

.blog-post__back-to-blog {
  color: #3c4858;
}

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

.blog-post__back-to-blog svg {
  fill: #3c4858;
}

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

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

.comment.depth-1 {
  border-left: 2px solid rgb(#null);
}

.section.post-footer .hs-input {
  border-color: rgb(#null);
}

.blog-recent-posts {
  background-color: rgb(#null);
}










body .icon svg {
  fill: #3c4858;
}

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

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

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

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




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