/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */















@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');
@import url('//fonts.googleapis.com/css?family=Roboto:400,100,300,700,500');
@import url('//fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300');

.dnd-section > .row-fluid {
  max-width: 1170px;
}

.dnd-section {
  padding-bottom: 60px;
  padding-top: 60px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #eeeeee;
}




html {
  font-size: 15;
}

body {
  color: #555555;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400
}

a {
  color: rgba(51, 122, 183, 1.0);
}

a:hover {
  color: #23527c;
}

a:active {
  color: rgba(91, 162, 223, 1.0);
}

h1 {
  color: #001b38;
  font-family: Roboto;
  font-size: 26px;
  font-weight: 700;
}

h2 {
  color: #333333;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 500;
}

h3 {
  color: #333333;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
}

h4 {
  color: #333333;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
}

h5 {
  color: #333333;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
}

h6 {
  color: #333333;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
}

blockquote {
  border-color: #eeeeee;;
}

@media screen and (max-width: 767px) {
  h1 {
    line-height: 1em !important;
  }
}




form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: Roboto;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(0, 59, 120, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(69, 123, 178, 1.0);
  border-color: rgba(69, 123, 178, 1.0);
  border-radius: 3px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
}

.hs-button:hover,
.button--primary:hover {
  background-color: rgba(69, 123, 178, 1.0);
  border-color: #457bb2;
  color: #ffffff;
}

.hs-button:focus {
  background-color: rgba(69, 123, 178, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(109, 163, 218, 1.0);
  border-color: rgba(109, 163, 218, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(85, 85, 85, 1.0);
}

.hs-form legend {
  color: rgba(85, 85, 85, 1.0);
}

form input,
form select,
form textarea,
.hs-input,
input[type="password"] {
  border-width: 0px;
  border-color: rgba(241, 241, 241, 1.0);
  color: rgba(51, 51, 51, 1.0);
  border-radius: 4px;        
  background-color: rgba(241, 241, 241, 1.0);
}

form input:focus,
form select:focus,
form textarea:focus,     
.hs-input:focus,
input[type="password"]:focus {
  color: rgba(#null, 0.0);
  border-color: rgba(241, 241, 241, 1.0);
  background-color: rgba(241, 241, 241, 1.0);
}

/* input.hs-input.error,
input.hs-input.error:focus,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #e99292;
} */

.hs-error-msgs label {
  color: #ff0000;
}

.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: #555555;
}

.hs-richtext {
  font-size: 15;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Roboto;
}

.fn-date-picker td.is-today .pika-button {
  color: #555555;
}

.fn-date-picker td.is-selected .pika-button {
  background: #555555;
}

.fn-date-picker td .pika-button:hover {
  background-color: #eeeeee !important;
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(85, 85, 85, 1.0);
  color: rgba(85, 85, 85, 1.0);
}

thead th,
thead td {
  background-color: rgba(85, 85, 85, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(85, 85, 85, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(85, 85, 85, 1.0);
}





.custom-header,
.navbar-inverse {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(169, 5, 51, 1.0);
}

.header__container {
  max-width: 1170px;
}

.top-navigation-fragment a {
  color: rgba(255, 255, 255, 1.0);
}

.top-navigation-fragment a:hover {
  background: rgba(0, 0, 0, 0.1);
}


body .custom-menu-primary .submenu.level-1 > li > a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a {
  border-right-color: rgba(#null, 0.0);
}

body .custom-menu-primary .submenu.level-1 > li > a:hover {
color: rgba(255, 255, 255, 1.0);
}

@media screen and (min-width: 927px) {
  body .submenu.level-2 li a {  
    color: rgba(38, 38, 38, 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 {
  color: #ffffff;
  }

  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 {
  background-color: rgba(255, 255, 255, 0.0);
  }

  body .custom-menu-primary .submenu.level-1 > li {
  background-color: rgba(#null, 0.0);
  }

  body .custom-menu-primary .submenu.level-1 > li:hover > a {
  background-color: rgba(255, 255, 255, 0.0);
  }

  body .custom-menu-primary .submenu.level-1 > li.active-branch > a {
  color: #ffffff;
  }

  body .submenu.level-1 .submenu.level-2 {
    background-color: rgba(255, 255, 255, 1.0);
  }

  body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
    background-color: ;
  }

  body .custom-menu-primary .submenu.level-2 .menu-item.active-branch > .menu-link {
    background-color: ;
  }

  .header__language-switcher-label-current,
  .header__language-switcher .lang_list_class li a {
    font-family: Roboto;
  }

  .header__language-switcher-label-current:after {
    border-top-color: rgba(255, 255, 255, 1.0);
  }

  body .submenu.level-2 li:hover > a,
  body .header__language-switcher .lang_list_class li:hover,
  body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
    color: rgba(38, 38, 38, 1.0);
    background-color: rgba(0, 0, 0, 0.05);
  }

  body .custom-menu-primary .submenu.level-2 li.active-branch > a {
    color: #000000;
  }
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(169, 5, 51, 1.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(255, 255, 255, 1.0);
  }
}




.footer-newsletter-subscription,
.footer-minimise-logo {
  background-color: rgba(255, 255, 255, 1.0);
}

body .footer-minimise-logo h3 {
  color: rgba(101, 101, 101, 1.0);
}

body .footer-newsletter-subscription .form-group .btn-contact-us {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(169, 5, 51, 1.0);
}

body .footer-newsletter-subscription .form-group .btn-contact-us.alternate {
  background-color: rgba(20, 33, 45, 1.0);
}

.footer-locations {
  background-color: rgba(169, 5, 51, 1.0);
}

.footer-location-links ul li a {
  color: rgba(245, 199, 212, 1.0);
}

.footer-location-links ul li a:hover { 
  color: rgba(245, 199, 212, 1.0);
  background-color: rgba(0, 0, 0, 0.1);
}

body .footer {
  color: rgba(86, 97, 107, 1.0);
  background-color: rgba(20, 33, 45, 1.0);
}

.footer__container {
  max-width: 1170px;
}

body .footer a,
.footer .copyright .self {
  color: rgba(150, 159, 168, 1.0);
}

body .footer a:hover {
  color: rgba(150, 159, 168, 1.0);
}

body .footer-navigation-primary > ul > li > a,
body .footer-navigation-primary > ul > li > a:hover {
  color: rgba(216, 216, 216, 1.0);
}

body .footer-navigation-primary ul ul li a {
  color: rgba(160, 173, 185, 1.0);
}

body .footer-navigation-primary ul ul li a:hover {
  color: rgba(160, 173, 185, 1.0);
}





.content-wrapper {
  max-width: 1170px;
}

.blog-post__date {
  border-color: #555555;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #555555;
}

.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: #2d2d2d;
}

.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: #7d7d7d;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #555555;
}

.blog-pagination__link {
  color: #555555;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #555555;
}

.blog-post__title {
  color: #333333;
  font-family:Roboto;
  font-size: 30px;
  font-weight: ;
}

.blog-post__author {
  background-color: #eeeeee;
}

#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: #555555;
}

body .tns-nav button.tns-nav-active {
  background-color: #555555;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #555555;
}

body .social-links__icon {
  background-color: #555555;
} 

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: #eeeeee;
}

.page-center {
  max-width: 1170px;
  margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {footer_location=, typography=, tables=, footer_newsletter_subscription=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}

@media (max-width: 1199px) {
  .dnd-section > .row-fluid,
  .footer__container,
  .page-center,
  .header__container,
  .content-wrapper {
    max-width: 970px;
  }
}

@media (max-width: 991px) {
  .dnd-section > .row-fluid,
  .footer__container,
  .page-center,
  .header__container,
  .content-wrapper {
    max-width: 750px;
  }
}

@media (max-width: 767px) {
  .dnd-section > .row-fluid,
  .footer__container,
  .page-center,
  .header__container,
  .content-wrapper {
    max-width: 100%;
  }
}