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































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

.dnd-section .widget-type-cell,
.page-center, .container, .content-wrapper,
.dnd-section > .row-fluid{
  padding-bottom: 40px;
  padding-top: 40px;
}

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




body {
  color: rgba(77, 77, 77, 1.0);
  font-family: titillium_webregular;
  font-weight: 400;
  font-size: 16px;
}


a {
  color: rgba(9, 166, 199, 1.0);
}

a:hover,
a:focus {
  color: rgba(6, 105, 126, 1.0);
}

a:active {
  color: rgba(49, 206, 239, 1.0);
}

h1 {
  color: rgba(77, 77, 77, 1.0);
  font-family: Forza A,Forza B;
  font-size: 2.65rem;
  font-weight: 700;
}



h2 {
  color: rgba(77, 77, 77, 1.0);
  font-family: Forza A,Forza B;
  font-size: 1.75rem;
  font-weight: 700;
}



h3 {
  color: rgba(77, 77, 77, 1.0);
  font-family: Forza A,Forza B;
  font-size: 1.25rem;
  font-weight: 700;
}


h4 {
  color: rgba(77, 77, 77, 1.0);
  font-family: Forza A,Forza B;
  font-size: 1rem;
  font-weight: 700;
}


h5 {
  color: rgba(77, 77, 77, 1.0);
  font-family: Forza A,Forza B;
  font-size: 1rem;
  font-weight: 700;
}

h6 {
  color: rgba(77, 77, 77, 1.0);
  font-family: Forza A,Forza B;
  font-size: 1rem;
  font-weight: 700;
}

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





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

h3.form-title {
  background-color: rgba(235, 235, 235, 0.0);
  color: rgba(77, 77, 77, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(23, 162, 184, 1.0);
  border-color: rgba(23, 162, 184, 1.0);
  border-radius: 4px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(19, 132, 150, 1.0);
  border-color: rgba(19, 132, 150, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(63, 202, 224, 1.0);
  border-color: rgba(63, 202, 224, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

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


form select,
form textarea,
.hs-input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(206, 212, 218, 1.0);
  color: rgba(#null, 0.0);
  border-radius: 4px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(88, 220, 247, 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: {color=#4d4d4d, opacity=100, rgba=rgba(77, 77, 77, 1), rgb=rgb(77, 77, 77), hex=#4d4d4d, css=#4d4d4d};
}

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

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

.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(71, 71, 71, 1.0);
  color: rgba(71, 71, 71, 1.0);
}

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

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

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





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

.header__container {
  max-width: 1140px;
}





.header-login > ul > li > a {
  color: rgba(9, 166, 199, 1.0);
}

.header-login > ul > li > a:hover {
  color: rgba(9, 166, 199, 1.0);
}



body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a,
header .header-menu .header_gnav>li>a, header .header-menu .header_gnav>li>span,
.navigation-primary .submenu.level-1>li>a,
header .navigation-primary .submenu.level-1>li>a{
  color: rgba(9, 166, 199, 1.0);
}


body .custom-menu-primary .submenu.level-1 > li > a:hover,
body .custom-menu-primary .submenu.level-1 > li:focus > a,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus,
header .header-menu .header_gnav>li>a:hover, header .header-menu .header_gnav>li>span:hover{
  color: rgba(9, 166, 199, 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,
header .header-menu .header_gnav>li>a.active-item,
header .header-menu .header_gnav>li>a.active-branch,
header .header-menu .header_gnav>li>span.active-item{
  color: rgba(237, 27, 36, 1.0);
}
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,
header .header-menu .header_gnav>li>a.active-item,
header .header-menu .header_gnav>li>a.active-branch,
header .header-menu .header_gnav>li>span.active-item{
  background-color: rgba(255, 255, 255, 0.0);
}

body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus,
header .header-menu .header_gnav>li:hover>a{
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch,
header .header-menu .header_gnav>li>a.active-item{
  color: rgba(237, 27, 36, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: rgba(237, 27, 36, 1.0);
}
body .custom-menu-primary .submenu.level-2 > li > a ,
header .header-menu .header_gnav .header_snav a{
  color: rgba(0, 0, 0, 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,
header .header-menu .header_gnav .header_snav a:hover{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(0, 0, 0, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch,
header .header-menu .header_gnav .header_snav a.active-branch,
header .header-menu .header_gnav .header_snav a.active-item,
body .navigation-primary .submenu.level-2 > li > a.active-item,
body .navigation-primary .submenu.level-2 > li > a.active-branch{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(237, 27, 36, 1.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: titillium_webregular;
}
header .header-menu .header_gnav,
header .header-menu .header_gnav .header_snav{
  border-top-color:  rgba(#null, 0.0);
}


body .header .submenu.level-1 > li.menu-item >a.menu-link.active-item,
body .header .submenu.level-1 > li.menu-item >a.menu-link.active-branch{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(237, 27, 36, 1.0);
}
body .header .submenu.level-2 > li.menu-item >a.menu-link.active-item,
body .header .submenu.level-2 > li.menu-item >a.menu-link.active-branch{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(237, 27, 36, 1.0);
}

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


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

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

body .custom-menu-primary .submenu.level-2>li:nth-child(3) .level-3>li>a:before, 
body .custom-menu-primary .submenu.level-2>li:nth-child(4) .level-3>li>a:before{
  color: rgba(9, 166, 199, 1.0);
}


body .custom-menu-primary .submenu.level-2>li:nth-child(3) .level-3>li:hover>a:before, 
body .custom-menu-primary .submenu.level-2>li:nth-child(4) .level-3>li:hover>a:before{
  color: rgba(9, 166, 199, 1.0);
}

body .custom-menu-primary a.hs-button{
  background-color: rgba(9, 166, 199, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(9, 166, 199, 1.0);
}
body .custom-menu-primary a.hs-button:hover {
  background-color: rgba(9, 166, 199, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(9, 166, 199, 1.0);

}


body .top_header{
  background-color:  rgba(0, 0, 0, 0.7000000000000001); 
}

body .sport-results__navigation .hs-menu-wrapper>ul li.my-results->a, 
body .myResult .sport-results__navigation .hs-menu-wrapper>ul li.my-results->a, 
body .shop__navigation ul li a,
.language_button p span:last-child:before{
  color:  rgba(255, 255, 255, 1.0); 
}


body .sport-results__navigation .hs-menu-wrapper>ul li.my-results->a:hover, 
body .myResult .sport-results__navigation .hs-menu-wrapper>ul li.my-results->a:hover, 
body .shop__navigation ul li a:hover{
  color:  rgba(255, 255, 255, 1.0); 
  background-color:  rgba(255, 255, 255, 0.2); 
}


body  .top_header .sport-results__navigation ul li.speedhive a,
body  .top_header .sport-results__navigation ul li>span.icon{
  color:  rgba(249, 149, 1, 1.0); 
}

body  .top_header .sport-results__navigation li.hs-menu-item.hs-menu-depth-3.search-motorsports-results > a{
  color:  rgba(0, 0, 0, 1.0); 
}

body .sport-results__navigation .hs-menu-wrapper>ul>li>ul>li:first-child{
  background-color:  rgba(255, 255, 255, 1.0); 
}

body .sport-results__navigation .hs-menu-wrapper>ul>li>ul>li:first-child:hover .speedhive >ul >li span.icon,
body .sport-results__navigation .hs-menu-wrapper>ul>li>ul>li:first-child:hover ul li.speedhive a{
  color:  rgba(255, 255, 255, 1.0); 
}

body .sport-results__navigation .hs-menu-wrapper>ul>li>ul>li:first-child:hover .hs-menu-depth-3.search-motorsports-results>a, body .sport-results__navigation .hs-menu-wrapper>ul>li>ul>li:first-child:hover .hs-menu-depth-3.search-motorsports-results>a:after{
  color:  rgba(255, 255, 255, 1.0); 
}

body .sport-results__navigation .hs-menu-wrapper>ul>li>ul>li:first-child:hover{
  background-color:  rgba(249, 149, 1, 1.0); 
}



body .sport-results__navigation .hs-menu-wrapper>ul>li>ul>li:last-child{
  background-color:  rgba(255, 255, 255, 1.0); 
}

body .top_header .sport-results__navigation ul li.sporthive>a,
body .top_header .sport-results__navigation ul li.sporthive .sport-results__icons>li> span{
  color:  rgba(32, 201, 151, 1.0); 
}

body .sport-results__navigation li.hs-menu-item.hs-menu-depth-3.search-active-sports-results a{
  color:  rgba(0, 0, 0, 1.0); 
}

body .sport-results__navigation .hs-menu-wrapper>ul>li>ul>li:last-child:hover li.hs-menu-item.hs-menu-depth-3.search-active-sports-results a{
  color:  rgba(255, 255, 255, 1.0); 
}

body .sport-results__navigation .hs-menu-wrapper>ul>li>ul>li:last-child:hover ul li.sporthive>a,
body .sport-results__navigation .hs-menu-wrapper>ul>li>ul>li:last-child:hover ul li.sporthive .sport-results__icons>li> span{
  color:  rgba(255, 255, 255, 1.0); 
}
body .sport-results__navigation .hs-menu-wrapper>ul>li>ul>li:last-child:hover{
  background-color:  rgba(32, 201, 151, 1.0); 
}


body .language_menu ul li a{
  color:  rgba(77, 77, 77, 1.0); 
}

body .language_menu ul li a:hover{
  color:  rgba(237, 27, 36, 1.0); 
}

.language_menu ul>li{
  border-color:  rgba(200, 206, 218, 1.0); 

}





footer.footer {
  background-color: rgba(243, 245, 247, 1.0);

}

.footer_copyright {
  color: rgba(77, 77, 77, 1.0);
}

.footer__container {
  max-width: 1140px;
}

.footer_nav .hs-menu-wrapper>ul>li>a, .social_icon h4, .contact_us h4 {
  color: rgba(77, 77, 77, 1.0);
}

.footer_nav .hs-menu-wrapper>ul>li>ul>li>a{
  color: rgba(9, 166, 199, 1.0);
}

.footer_nav .hs-menu-wrapper>ul>li>ul>li>a:hover{
  color: rgba(9, 166, 199, 1.0);
}


.contact_us p{
  color: rgba(77, 77, 77, 1.0);
}

.copyright p{
  color: rgba(77, 77, 77, 1.0);
}

.copyright p a{
  color: rgba(51, 51, 51, 1.0);
}

.copyright a:hover{
  color: rgba(51, 51, 51, 1.0);
}





body footer .social_icon ul >li >a:before{
  color: rgba(255, 255, 255, 1.0);
}

body footer .social_icon ul >li >a:hover:before{
  color: rgba(255, 255, 255, 1.0);
}

body footer .social_icon ul .facebook:before{
  background: rgba(59, 89, 152, 1.0);
}

body footer .social_icon ul .facebook:hover:before{
  background: rgba(59, 89, 152, 1.0);
}

body footer .social_icon ul .youtube:before{
  background: rgba(187, 0, 0, 1.0);
}

body footer .social_icon ul .youtube:hover:before{
  background: rgba(187, 0, 0, 1.0);
}

body footer .social_icon ul .twitter:before{
  background: rgba(0, 172, 237, 1.0);
}

body footer .social_icon ul .twitter:hover:before{
  background: rgba(0, 172, 237, 1.0);
}


body footer .social_icon ul .instagram:before{
  background: rgba(177, 125, 78, 1.0);
}

body footer .social_icon ul .instagram:hover:before{
  background: rgba(177, 125, 78, 1.0);
}


.contact_us .cta_button.get_in_touch{
  background-color: rgba(23, 162, 184, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(23, 162, 184, 1.0);
}

.contact_us .cta_button.get_in_touch:hover{
  background-color: rgba(19, 132, 150, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(19, 132, 150, 1.0);
}










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

.blog-post__date {
  border-color: {color=#4d4d4d, opacity=100, rgba=rgba(77, 77, 77, 1), rgb=rgb(77, 77, 77), hex=#4d4d4d, css=#4d4d4d};
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: {color=#4d4d4d, opacity=100, rgba=rgba(77, 77, 77, 1), rgb=rgb(77, 77, 77), hex=#4d4d4d, css=#4d4d4d};
}

.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: {color=#4d4d4d, opacity=100, rgba=rgba(77, 77, 77, 1), rgb=rgb(77, 77, 77), hex=#4d4d4d, css=#4d4d4d};
}

.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: {color=#4d4d4d, opacity=100, rgba=rgba(77, 77, 77, 1), rgb=rgb(77, 77, 77), hex=#4d4d4d, css=#4d4d4d};
}

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

.blog-pagination__link {
  color: {color=#4d4d4d, opacity=100, rgba=rgba(77, 77, 77, 1), rgb=rgb(77, 77, 77), hex=#4d4d4d, css=#4d4d4d};
}

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

.blog-post__title {
  color: {color=#4d4d4d, opacity=100, rgba=rgba(77, 77, 77, 1), rgb=rgb(77, 77, 77), hex=#4d4d4d, css=#4d4d4d};
  font-family:Forza A,Forza B;
  font-size: 1.75px;
  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(222, 226, 228);
}

.hs-blog-listing,
.hs-blog-post {
  background-color:rgba(232, 236, 238, 0.0);;
}

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

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

.blog-post__read-more svg {
  fill: {color=#4d4d4d, opacity=100, rgba=rgba(77, 77, 77, 1), rgb=rgb(77, 77, 77), hex=#4d4d4d, css=#4d4d4d};
}

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

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

.blog-sidebar a {
  color: {color=#4d4d4d, opacity=100, rgba=rgba(77, 77, 77, 1), rgb=rgb(77, 77, 77), hex=#4d4d4d, css=#4d4d4d};
}

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

.blog__subscription-block {
  background-color: rgb(222, 226, 228);
}

.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: {color=#4d4d4d, opacity=100, rgba=rgba(77, 77, 77, 1), rgb=rgb(77, 77, 77), hex=#4d4d4d, css=#4d4d4d};
}

.blog-post__body, .blog-post__tags a {
  color: {color=#4d4d4d, opacity=100, rgba=rgba(77, 77, 77, 1), rgb=rgb(77, 77, 77), hex=#4d4d4d, css=#4d4d4d};
}

.blog-post__meta a:hover {
  color: #06697e
}

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

.blog-post__back-to-blog {
  color: {color=#4d4d4d, opacity=100, rgba=rgba(77, 77, 77, 1), rgb=rgb(77, 77, 77), hex=#4d4d4d, css=#4d4d4d};
}

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

.blog-post__back-to-blog svg {
  fill: {color=#4d4d4d, opacity=100, rgba=rgba(77, 77, 77, 1), rgb=rgb(77, 77, 77), hex=#4d4d4d, css=#4d4d4d};
}

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

.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(222, 226, 228);
}








 


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: 1140px;

}






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


@media (max-width: 543px){
  h1{
    font-size: 2.25rem;
  }
  h2{
    font-size: 1.5rem;
  }
}





@media (min-width: 576px){
  .dnd-section > .row-fluid ,
  .page-center,
  .header__container,
  .footer__container,
  .content-wrapper,
  .container{
    max-width: 540.0px;
  }
}
@media (min-width: 768px){
  .dnd-section > .row-fluid ,
  .page-center,
  .header__container,
  .footer__container,
  .content-wrapper,
  .container{
    max-width: 720.0000000000001px;
  }
}


@media (min-width: 992px) and (max-width: 1199px){
  .dnd-section > .row-fluid ,
  .page-center,
  .header__container,
  .footer__container,
  .content-wrapper,
  .container{
    max-width: 960.0px;
  }
}

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