/* ******************************************************************************
*********************************************************************************
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: 1880px;
}

.rebranded-template-2023 .dnd-section > .row-fluid {
  max-width: 1280px;
  padding-left: 30px;
  padding-right: 30px;
}

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

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




/* html {
font-size: 16;
} */

html{
  font-size: 16px;
}

body {
  color: #000;
  font-family: 'Public Sans',Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
}

p {
  font-family: 'Public Sans',Helvetica,Arial,sans-serif;
  font-weight: 400
}

a {
  font-family: 'Public Sans',Helvetica,Arial,sans-serif;
  color: rgba(26, 77, 121, 1.0);
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

a:hover,
a:focus {
  color:#4595ff;
}

a:active {
  color: rgba(66, 117, 161, 1.0);
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

h1 {
  color: #1a4d79;
  font-family: 'Public Sans',Helvetica,Arial,sans-serif;
  font-size: 55px;
  font-weight: 700;
}

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

h2 {
  color: #1a4d79;
  font-family: 'Public Sans',Helvetica,Arial,sans-serif;
  font-size: 40px;
  font-weight: 700;
}

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

h3 {
  color: #1a4d79;
  font-family: 'Public Sans',Helvetica,Arial,sans-serif;
  font-size: 34px;
  font-weight: 700;
}

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

h4 {
  color: #1a4d79;
  font-family: 'Public Sans',Helvetica,Arial,sans-serif;
  font-size: 30px;
  font-weight: 700;
}

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

h5 {
  color: #1a4d79;
  font-family: 'Public Sans',Helvetica,Arial,sans-serif;
  font-size: 24px;
  font-weight: 700;
}

h6 {
  color: #1a4d79;
  font-family: 'Public Sans',Helvetica,Arial,sans-serif;
  font-size: 20px;
  font-weight: 700;
}

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





form, 
.submitted-message {
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.0) ;
  background-color: rgba(255, 255, 255, 0.0);
  font-family: 'Public Sans',Helvetica,Arial,sans-serif;
  padding: 15px 5px;
}
h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(13, 37, 61, 1.0);
}
.hs-button, 
.button--primary {
  background-color: rgba(255, 122, 89, 1.0);
  border-radius: 50px;
  border: 1px solid;
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 122, 89, 1.0);
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.hs-button:hover, .button--primary:hover {
  background-color: rgba(255, 122, 89, 1.0);
  border-color: rgba(255, 122, 89, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.hs-button:focus, .button--primary:focus  {
  background-color: rgba(255, 122, 89, 1.0);
  border-color: rgba(255, 122, 89, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.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-field label, .hs-form-field a {
  color: rgba(51, 71, 91, 1.0);
}
form#email-prefs-form div,
form#email-prefs-form p,
form#email-prefs-form h1,
form#email-prefs-form h2,
form#email-prefs-form span {
  color: rgba(51, 71, 91, 1.0);
}

a#hs_login_reset {
  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 {
  border: 1px solid !important;
  background-color: rgba(245, 248, 250, 1.0);
  border-color: rgba(203, 214, 226, 1.0) !important;
  color: rgba(51, 71, 91, 1.0);
  border-radius: 0px;
}
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) !important;
  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) !important;
}


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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: 'Public Sans',Helvetica,Arial,sans-serif;
}

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





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

.header__container {
  max-width: 1880px;
}

.custom-menu-primary a {
  color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary a.active-item {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary a:hover {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary ul ul {
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary ul ul a {
  color: rgba(39, 120, 177, 1.0);
}
.custom-menu-primary ul ul a:hover {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(39, 120, 177, 1.0);
}
.custom-menu-primary ul ul a.active-item {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(39, 120, 177, 1.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: 'Public Sans',Helvetica,Arial,sans-serif;
}

.header__language-switcher-label-current:after {
  border-top-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);
  }
}





/* .custom-footer {
  background-color: rgba(255, 255, 255, 1.0);
  color: #000;
}

.footer__container {
  max-width: 1880px;
} */





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

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

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

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

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

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

.blog-pagination__link {
  color: #000;
}

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

.blog-post__title {
  color: #1a4d79;
  font-family:'Public Sans',Helvetica,Arial,sans-serif;
  font-size: 40px;
  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);
}

/*             Blog Grid Listing and Post styles            */

.blog-header {
  background-color: rgb(238, 240, 242);
}

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

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

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

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

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

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

.blog-sidebar a {
  color: #000;
}

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

.blog__subscription-block {
  background-color: rgb(238, 240, 242);
}

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

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

.blog-post__meta a {
  color: #000;
}

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

.blog-post__meta a:hover {
  color: #4595ff
}

.blog-post__links {
  border-top:  2px solid rgb(228, 230, 232);
}

.blog-post__back-to-blog {
  color: #000;
}

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

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

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

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

.comment.depth-1 {
  border-left: 2px solid rgb(228, 230, 232);
}

.section.post-footer .hs-input {
  border-color: rgb(228, 230, 232);
}

.blog-recent-posts {
  background-color: rgb(238, 240, 242);
}










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 {
  max-width: 1880px;
  margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, blog_settings=, header=, forms=};
}
.dnd-section .widget-type-cell { 
  padding-left:0;
	padding-right:0;
}
/* .white .page-content .form-wrapper { background:none !important; } */
.white .page-content .form-wrapper textarea { background: rgba(255,255,255,.2); color: #ffffff; padding:10px 8px; }
.white .page-content .form-wrapper label { color: #ffffff !important; }
.white .page-content .form-wrapper form { max-width:none; }
.white .page-content .form-wrapper input[type=text] { width:100%; }
.white .page-content .form-wrapper input:hover { color:#fff; }
.page-content .form-wrapper input[type=submit],
.cta-storybrand { 
  background:#A55B23; 
	color:#fff; 
	border-radius:30px;
	border:none;
	text-transform:uppercase;
	font-family: 'Roboto', 'Public Sans', Helvetica,Arial, sans-serif;
	font-weight:600;
	font-size:16px;
	line-height:initial;
	padding:12px 24px !important;
	}
.cta-storybrand:hover,
.page-content .form-wrapper input[type=submit]:hover {
	color:#fff;
}
.white .page-content .form-wrapper .actions {
  padding-left:20px;
	text-align:left;
}

.btn-white {
  background:#fff;
  color: #1a4d79;
	font-weight: 600;
  text-transform: uppercase;
	text-align: center;
  font-size: 14px;
	letter-spacing: 1.3px;
	line-height: 1.3;
	padding: 1em 2.4em;
	border-radius: 35px;
}
.btn-white:hover {
  background: #36566f;
	color: #fff;
	text-decoration:none;
}

.btn-dark-orange {
  background:#A55B23;
  color: #fff;
	font-weight: 600;
  text-transform: uppercase;
	text-align: center;
  font-size: 14px;
	letter-spacing: 1.3px;
	line-height: 1.3;
	padding: 1em 2.4em;
	border-radius: 35px;
}
.btn-dark-orange:hover {
  background: #fff;
	color: #A55B23;
	text-decoration:none;
}

/* fixing bullets */
.page-content ul li {
  list-style-type:none;
}
.page-content ul li:before {
  content: '•';
	color: black;
  display: inline-block;
	width: 1em;
  margin-left: -1em;
}
.page-content form ul li:before {
  display:none;
}
/* end fixing bullets */

.page-content input[name="attachments"] {
  background:none;
}
.white .page-content input[name="attachments"] {
  color:#fff;
}

.side-lister-image img {
  max-width:310px; /*170*/
	margin: 0 auto;
}

.orange-rectangle-cta {
    display: inline-block;
    padding: 13px 30px;
    font-size: 16px;
    color: #fff;
    background: #db7a00;
    border-radius: 2px;
    text-decoration: none;
    line-height: normal;
	transition: .25s;
}
.orange-rectangle-cta:hover {
    color: #fff;
	  background: #0085ca;
    text-decoration: none;
}


.std-padding.with-video, .interior-cta.with-video {
    overflow: hidden;
}
.feature-video-wrap {
    display: none;
}
@media (min-width: 768px) {
	.feature-video-wrap {
			display: block;
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			z-index: 0;
			overflow: hidden;
	}
	.feature-video-wrap video {
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
}