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

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

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






body {
  color: #141c21;
  font-family: Proxima Nova;
  font-weight: 500;
  font-size: 17px;
}

p {
  font-family: Proxima Nova;
  font-weight: 500;
}

a {
  font-family: Proxima Nova;
  color: rgba(20, 28, 33, 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:#ffb932;
}

a:active {
  color: rgba(60, 68, 73, 1.0);
}

h1 {
  color: #141c21;
  font-family: Proxima Nova;
  font-size: 41px;
  font-weight: 700;
}

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

h2 {
  color: #003a63;
  font-family: Proxima Nova;
  font-size: 28px;
  font-weight: 700;
}

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

h3 {
  color: #141c21;
  font-family: Proxima Nova;
  font-size: 20px;
  font-weight: 700;
}

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

h4 {
  color: #003a63;
  font-family: Proxima Nova;
  font-size: 18px;
  font-weight: 700;
}

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

h5 {
  color: #f2a000;
  font-family: Proxima Nova;
  font-size: 16px;
  font-weight: 700;
}

h6 {
  color: #003a63;
  font-family: Proxima Nova;
  font-size: 17px;
  font-weight: 700;
}






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

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(0, 58, 99, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(0, 58, 99, 0.0);
  border-color: rgba(0, 58, 99, 1.0);
  border-radius: 3px;
  border-width: 1px;
  color: rgba(0, 58, 99, 1.0);
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(0, 58, 99, 1.0);
  border-color: rgba(0, 58, 99, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(40, 98, 139, 0.0);
  border-color: rgba(40, 98, 139, 1.0);
  color: rgba(0, 58, 99, 1.0);
}

.hs-form label {
  color: rgba(53, 51, 55, 1.0);
}

.hs-form legend {
  color: rgba(53, 51, 55, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(226, 232, 234, 1.0);
  color: rgba(53, 51, 55, 1.0);
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(226, 232, 234, 1.0);
  outline: 2px solid rgba(226, 232, 234, 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: #141c21;
}

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

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

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

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

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





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

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(20, 28, 33, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(20, 28, 33, 1.0);
}





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

.header__container {
  max-width: 1194px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a,
nav.custom-menu-primary ul>li:before{
  color: rgba(255, 255, 255, 1.0);
}
nav.custom-menu-primary ul > li:hover,
nav.custom-menu-primary .hs-menu-wrapper>ul>li.child-open,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch {
  border-color: rgba(233, 233, 237, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
.custom-menu-primary .hs-menu-wrapper > ul > li:focus > a,
nav.custom-menu-primary ul>li:hover:before,
nav.custom-menu-primary ul>li.child-open:before,
nav.custom-menu-primary .hs-menu-wrapper>ul>li.child-open > a{
  color: rgba(20, 28, 33, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
nav.custom-menu-primary ul>li.active-branch:before{
  color: rgba(20, 28, 33, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch {
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li:focus,
nav.custom-menu-primary .hs-menu-wrapper>ul>li.child-open{
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul ul,
nav.custom-menu-primary ul>li .sub-menu-wrap{
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .hs-menu-wrapper ul ul li a{
  color: rgba(20, 28, 33, 1.0);
}

.custom-menu-primary .hs-menu-wrapper ul ul li a:hover,
.custom-menu-primary .hs-menu-wrapper ul ul li a:focus {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 185, 50, 1.0);
}

nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap ul.hs-menu-children-wrapper li.active-branch>a,
nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap ul.hs-menu-children-wrapper li>ul>li:not(.back).active-branch>a{
  color: rgba(255, 185, 50, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

aside.sidenav .logo{
  background-color: rgba(255, 255, 255, 1.0);
  border-color:  rgba(255, 255, 255, 1.0);
}

aside.sidenav{
  background-color: rgba(0, 58, 99, 1.0);
}







.footer {
  background-color: rgba(242, 244, 245, 1.0);
  color:rgba(15, 20, 25, 1.0);
}
.footer a{
  color:rgba(15, 20, 25, 1.0);
}

.footer a:hover{
  color:rgba(15, 20, 25, 1.0);
}

.links-holder ul li a{
  color:rgba(15, 20, 25, 1.0);
}

.links-holder ul li a:hover{
  color:rgba(15, 20, 25, 0.5);
}
footer.footer .footer__container .learning-path strong{
  border-bottom-color:rgba(242, 244, 245, 1.0);
}

footer.footer .footer__container .bottom-footer nav.footer-nav ul li a,
footer.footer .footer__container .bottom-footer span a{
  color:rgba(15, 20, 25, 1.0);
}
footer.footer .footer__container .bottom-footer nav.footer-nav ul li a:hover,
footer.footer .footer__container .bottom-footer span a:hover{
  color:rgba(15, 20, 25, 0.5);
}

.footer__container {
  max-width: 1194px;
}





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

.blog-post__date {
  border-color: #141c21;
}

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

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

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

.blog-pagination__link {
  color: #141c21;
}

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

.blog-post__title {
  color: #003a63;
  font-family:Proxima Nova;
  font-size: 28px;
  font-weight: ;
}

.blog-post__author {
  background-color: #141c21;
}

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

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

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

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

.blog-sidebar a {
  color: #141c21;
}

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

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

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

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

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

.blog-post__back-to-blog {
  color: #141c21;
}

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

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

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

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

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

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

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

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

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




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


@media(max-width:767px){
  body {
    font-size: 14.11px;
  }
}