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

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

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




html {
	font-size: 14;
}

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

p {}

a {
  color: rgba(32, 82, 131, 1.0);
  cursor: pointer;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

a:hover,
a:focus {
  color: rgba(32, 82, 131, 1.0);
}

a:active {
	color: rgba(72, 122, 171, 1.0);
}

h1 {
	color: #363636;
	font-family: Montserrat, sans-serif;
	font-size: 46px;
	font-weight: 400;
}

h2 {
	color: #363636;
	font-family: Montserrat, sans-serif;
	font-size: 34px;
	font-weight: 400;
}

h3 {
	color: #363636;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 400;
}

h4 {
	color: #363636;
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	font-weight: 400;
}

h5 {
	color: #646464;
	font-family: Open Sans, sans-serif;
	font-size: 17px;
	font-weight: 400;
}

h6 {
	color: #363636;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	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(54, 54, 54, 1.0);
}

.hs-button,
.button--primary,
.blog-comments .hs-button {
	background-color: rgba(0, 136, 204, 1.0);
	border-color: rgba(0, 136, 204, 1.0);
	border-radius: 30px;
	border-width: 2px;
	color: rgba(255, 255, 255, 1.0);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
}

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

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

.hs-form label {
	color: rgba(100, 100, 100, 1.0);
}

.hs-form legend {
	color: rgba(100, 100, 100, 1.0);
}

form input,
form select,
form textarea,
.hs-input,
.hs-search-field__input,
.systems-page input[type='password'] {
	border-color: rgba(255, 255, 255, 1.0);
	color: #646464;
	border-radius: 6px;
  background-color: rgba(247, 247, 247, 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(233, 233, 233, 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: #646464;
}

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

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

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





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

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

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

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






.custom-header-top-section {
  background-color: rgba(255, 255, 255, 0.3);
}
.custom-header-top-section,
.hs-header-top-right-inner .mkdf-search-opener{
    color: rgba(85, 85, 85, 1.0);
}

.hs-header-top-left-content ul > li > a {
    color: rgba(32, 82, 131, 1.0);
}
.hs-header-top-left-content ul > li > a:hover {
    color: rgba(32, 82, 131, 1.0);
}

.hs-header-top-right-inner .hs-search-field {
    background-color: rgba(44, 42, 42, 1.0);
}


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

.header__container {
	max-width: 1130px;
}

body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(99, 99, 99, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a {
  color: rgba(32, 82, 131, 1.0);
}

body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {

}
body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: rgba(#null, 0.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, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-item {
  color: rgba(32, 82, 131, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li:hover > a.active-item {
  color: rgba(36, 34, 34, 1.0);
}

body .custom-menu-primary .submenu.level-2 > li > a,
body .custom-menu-primary .submenu.level-3 > li > a {
  color: rgba(187, 187, 187, 1.0);
}

body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: rgba(33, 33, 33, 1.0);
}



body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-item:hover,
body .custom-menu-primary .submenu.level-3 .menu-item .menu-link.active-item:hover {
  color: rgba(255, 255, 255, 1.0);
}


.hs-header-cta a.cta_button {
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(32, 82, 131, 1.0);
    border-color: rgba(32, 82, 131, 1.0);
}
.hs-header-cta a.cta_button:hover {
    border-color: rgba(32, 82, 131, 1.0);
    color: rgba(32, 82, 131, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
}

.fix-header .hs-header-cta a.cta_button {
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(0, 136, 204, 1.0);
    border-color: rgba(0, 136, 204, 1.0);
}
.fix-header .hs-header-cta a.cta_button:hover {
    border-color: rgba(255, 255, 255, 1.0);
    color: rgba(0, 136, 204, 1.0);
    background-color: rgba(255, 255, 255, 1.0);
}

.hs-header-sidebar-menu {
  background-color: rgba(44, 42, 42, 1.0);
}
.hs-header-mission-group h2,
.hs-header-sidebar-menu .cm-recent-blog-wrapper h4,
.hs-header-sidebar-search-group h4 {
  color: rgba(255, 255, 255, 1.0);
}
.hs-header-mission-group h6 {
  color: rgba(105, 105, 105, 1.0);
}
.hs-header-mission-group p {
    color: rgba(180, 180, 180, 1.0);
}
.hs-header-mission-group,
.hs-header-sidebar-menu .cm-recent-post-item {
    border-bottom-color: rgba(56, 54, 54, 1.0);
}
.hs-header-sidebar-menu .cm-recent-post-item-inner .mkdf-item-text-holder .mkdf-item-title a {
    color: rgba(255, 255, 255, 1.0);
}
.hs-header-sidebar-menu .cm-recent-post-item-inner .mkdf-item-text-holder .mkdf-item-title a:hover {
    color: rgba(255, 255, 255, 1.0);
}

.hs-header-sidebar-menu .cm-recent-post-item-inner .mkdf-item-info-section {
    color: rgba(188, 188, 188, 1.0);
}
.hs-header-sidebar-search-group .hs-search-field__input {
    background-color: rgba(36, 34, 34, 1.0);
}

.hs-header-sidebar-search-group form button {
    color: rgba(255, 255, 255, 1.0);
}
.mkdf-side-menu a.mkdf-close-side-menu span {
    color: rgba(155, 155, 155, 1.0);
}


.hs-header-top-right-inner .mkdf-side-menu-button-opener {
    color: rgba(54, 54, 54, 1.0);
}




@media(min-width: 1025px) {
  body .custom-menu-primary .submenu.level-2,
  .custom-menu-primary .navigation-primary ul.submenu.level-3 {
    background-color: rgba(33, 33, 33, 1.0);
  }
  body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
  body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
  body .header__language-switcher .lang_list_class li:hover,
  body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(255, 255, 255, 1.0);
  }
  body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-item,
  body .custom-menu-primary .submenu.level-3 .menu-item .menu-link.active-item {
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(187, 187, 187, 1.0);
  }
  
  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    border-bottom-color:rgba(32, 82, 131, 1.0);
  }
  
  body .custom-menu-primary .submenu.level-1 > li:hover > a.active-item:after {
    border-bottom-color: rgba(36, 34, 34, 1.0);
  }
  .fix-header .custom-header-bottom-section {
      background-color:rgba(32, 35, 37, 1.0);
      border-bottom-color:rgba(32, 35, 37, 1.0);
  }
  body.fix-header .custom-menu-primary a {
      color:rgba(255, 255, 255, 1.0);
  }
  body.fix-header .custom-menu-primary .submenu.level-1 > li:hover > a {
    color:rgba(32, 82, 131, 1.0);
  }
  body.fix-header .custom-menu-primary .submenu.level-1 > li:hover > a.active-item {
      color: rgba(32, 82, 131, 1.0);
  }
  body.fix-header .custom-menu-primary .submenu.level-1 > li > a.active-item {
      color:rgba(255, 255, 255, 1.0);
  }
   body.fix-header .navigation-primary .submenu.level-1 > li > a.active-item:after {
    border-bottom-color:rgba(255, 255, 255, 1.0);
  }
    body.fix-header .navigation-primary .submenu.level-1 > li:hover > a.active-item:after {
    border-bottom-color:rgba(32, 82, 131, 1.0);
  }
  .hs-header-top-left-content ul>li:not(:last-child):after,
  .hs-header-top-right-inner .mkdf-top-bar-widget:not(:last-child):after {
      border-right-color: rgba(229, 231, 232, 1.0);
  }

}







.hs-footer-top-setion {
  background-color: rgba(33, 33, 33, 1.0);
  color: rgba(188, 188, 188, 1.0);
}

.hs-footer-top-column.menu, 
.hs-footer-top-column.rec_posts {
    border-left-color: rgba(62, 62, 62, 1.0);
}
.hs-footer-contact-details ul > li.hs-icon_phone-group {
    color: rgba(0, 136, 204, 1.0);
}

.hs-footer-contact-details ul > li.hs-icon_phone-group a {
    color: rgba(54, 54, 54, 1.0);
}
.hs-footer-contact-details ul > li.hs-icon_phone-group a:hover {
    color: rgba(32, 82, 131, 1.0);
}
.hs-footer-contact-details ul > li a,
.cm-recent-post-item-inner .mkdf-item-text-holder .mkdf-item-title a,
.hs-footer-top-column.menu .hs-menu-wrapper ul li a {
    color: rgba(255, 255, 255, 1.0);
}
.hs-footer-contact-details ul > li a:hover,
.cm-recent-post-item-inner .mkdf-item-text-holder .mkdf-item-title a:hover,
.hs-footer-top-column.menu .hs-menu-wrapper ul li a:hover {
    color: rgba(32, 82, 131, 1.0);
}
.hs-footer-top-column-inner h4,
.hs-footer-top-column-inner h4,
.hs-footer-top-column-inner h4 a {
    color: rgba(255, 255, 255, 1.0);
}
.hs-footer-top-column.form .hs-input {
    background-color: rgba(39, 38, 38, 1.0);
    color: rgba(194, 194, 194, 1.0);
}
.hs-footer-top-column.form .hs-input:focus {
    background-color: rgba(44, 42, 42, 1.0);
    color: rgba(255, 255, 255, 1.0);
}
.hs-footer-top-column.form .hs-input::-webkit-input-placeholder {
    color: rgba(194, 194, 194, 1.0);
}
.hs-footer-top-column.form .hs-input:-moz-placeholder {
    color: rgba(194, 194, 194, 1.0);
}
.hs-footer-top-column.form .hs-input::-moz-placeholder {
    color: rgba(194, 194, 194, 1.0);
}
.hs-footer-top-column.form .hs-input:-ms-input-placeholder {
    color: rgba(194, 194, 194, 1.0);
}
.hs-footer-top-column.form .hs_please_tick_the_box_to_agree_to_our_terms_and_conditions_and_continue_with_your_enquiry.hs-fieldtype-booleancheckbox.field.hs-form-field span {
    color: rgba(194, 194, 194, 1.0);
}
.hs-footer-top-column.form .hs_would_you_like_to_hear_about_the_latest_costratify_news_by_signing_up_to_our_newsletter_.hs-fieldtype-booleancheckbox.field.hs-form-field span {
    color: rgba(188, 188, 188, 1.0);
}
.hs-footer-top-column.form input.hs-button.primary {
    background-color: rgba(255, 255, 255, 1.0) !important;
    color: rgba(33, 33, 33, 1.0) !important;
}
.hs-footer-top-column.form input.hs-button.primary:hover {
    background-color: rgba(0, 136, 204, 1.0) !important;
    color: rgba(255, 255, 255, 1.0) !important;
}
.hs-footer-bottom-setion {
  background-color: rgba(37, 36, 36, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.footer__copyright a {
    color: rgba(32, 82, 131, 1.0);
}
.footer__copyright a:first-of-type {
    color: rgba(255, 255, 255, 1.0);
}

.hs-footer-social-icons ul li .mkdf-icon-font-elegant {
    color: rgba(255, 255, 255, 1.0);
}
.hs-footer-social-icons ul li.hs-footer-twitter-icon {
    background-color: rgba(0, 172, 236, 1.0);
}
.hs-footer-social-icons ul li {
    background-color: rgba(32, 82, 131, 1.0);
}
.hs-footer-social-icons ul li.hs-footer-facebook-icon {
    background-color: rgba(58, 88, 150, 1.0);
}


.footer__container {
	max-width: 1130px;
}





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

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

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

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

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

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

.blog-pagination__link {
	color: #646464;
}

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

.blog-post__title {
	color: #363636;
	font-family:Montserrat;
	font-size: 34px;
	font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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










body .icon svg {
	fill: #6464642;
}

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

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

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

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

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


@media only screen and (min-width: 1400px) {
  .dnd-section > .row-fluid,
  .header__container,
  .footer__container,
  .page-center,
  .content-wrapper {
    max-width: 1329.9999999972px;
  }
}


@media only screen and (max-width: 1200px) {
  .dnd-section > .row-fluid,
  .header__container,
  .footer__container,
  .page-center,
  .content-wrapper {
    max-width: 979.9999999908px;
  }
}

@media only screen and (max-width: 1024px) {
  .dnd-section > .row-fluid,
  .header__container,
  .footer__container,
  .page-center,
  .content-wrapper {
    max-width: 797.9999999938001px;
  }
}

@media only screen and (max-width: 768px) {
  .dnd-section > .row-fluid,
  .header__container,
  .footer__container,
  .page-center,
  .content-wrapper {
    max-width: 629.9999999957px;
  }
}

@media only screen and (max-width: 600px) {
  .dnd-section > .row-fluid,
  .header__container,
  .footer__container,
  .page-center,
  .content-wrapper {
    max-width: 449.99999999370004px;
  }
}

@media only screen and (max-width: 480px) {
  .dnd-section > .row-fluid,
  .header__container,
  .footer__container,
  .page-center,
  .content-wrapper {
    max-width: 80%;
  }
}

@media only screen and (max-width: 320px) {
  .dnd-section > .row-fluid,
  .header__container,
  .footer__container,
  .page-center,
  .content-wrapper {
    max-width:95%;
  }
}







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