/* ******************************************************************************
*********************************************************************************
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,
.page-center {
  max-width: 1200px;
}
.dnd-section {
  padding-bottom: 35px;
  padding-top: 35px;
}
.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #535659;
}






body {
  color: #535659;
  color: rgba(83, 86, 89, 1.0);
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-size: 18px;
}

a {
  color: rgba(36, 171, 226, 1.0);
}
a:hover {
  color: rgba(27, 126, 167, 1.0);
}

h1 {
  color: #535659;
  color: rgba(83, 86, 89, 1.0);
  font-family: proxima-nova, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

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

h2 {
  color: #535659;
  color: rgba(83, 86, 89, 1.0);
  font-family: proxima-nova, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

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

h3 {
  color: #535659;
  color: rgba(83, 86, 89, 1.0);
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 500;
}
h4 {
  color: #535659;
  color: rgba(83, 86, 89, 1.0);
  font-family: proxima-nova, sans-serif;
  font-size: 22px;
  font-weight: 400;
}
h5 {
  color: #535659;
  color: rgba(83, 86, 89, 1.0);
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
h6 {
  color: #535659;
  color: rgba(83, 86, 89, 1.0);
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

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





.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(83, 86, 89, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(36, 171, 226, 1.0);
  border-color: rgba(36, 171, 226, 1.0);
  border-radius: 30px;
  border-width: 1px;
  color: rgba(252, 252, 252, 1.0);
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(27, 126, 167, 1.0);
  border-color: rgba(27, 126, 167, 1.0);
  color: rgba(252, 252, 252, 1.0);
}

.hs-form label {
  color: rgba(83, 86, 89, 1.0);
}
.hs-form legend {
  color: rgba(83, 86, 89, 1.0);
}
form input,
form select,
form textarea,
.hs-input,
input#hs-pwd-widget-password {
  border-color: rgba(236, 236, 236, 1.0);
  color: ;
  border-radius: 4px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  border-color: rgba(236, 236, 236, 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: #535659;
}

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

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

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

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

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





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

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(83, 86, 89, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(83, 86, 89, 1.0);
}





.top-header-wrapper {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(83, 86, 89, 1.0);
}
.top-header-wrapper ul > li:first-child > a {
  color: rgba(83, 86, 89, 1.0);
}
.top-header-wrapper ul > li:first-child {
  background-color: rgba(251, 237, 40, 1.0);
}
.top-header-wrapper ul > li:first-child:hover {
  background-color: rgba(245, 224, 0, 1.0);
}
.top-header-wrapper ul > li:first-child:hover > a {
  color: rgba(83, 86, 89, 1.0);
}
.custom-menu-primary {
  background-color: rgba(83, 86, 89, 1.0);
}
.top-header-wrapper ul > li:last-child:after {
  border-color: transparent transparent rgba(83, 86, 89, 1.0) transparent;
}

.bottom-header-wrapper {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(83, 86, 89, 1.0);
}
.products-im-a-student-wrapper ul li > a {
  color: rgba(83, 86, 89, 1.0);
} 
.products-im-a-student-wrapper ul li:hover > a {
  color: rgba(83, 86, 89, 1.0);
} 
.products-im-a-student-wrapper ul li.divider:after {
  border-color: rgba(83, 86, 89, 1.0);
}
.products-im-a-student-wrapper ul li.login-button {
  background-color: rgba(164, 164, 164, 1.0);
}
.products-im-a-student-wrapper ul li.login-button a {
  color: rgba(252, 252, 252, 1.0);
}
.products-im-a-student-wrapper ul li.login-button:hover {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(164, 164, 164, 1.0);
}
.products-im-a-student-wrapper ul li.login-button:hover a {
  color: rgba(164, 164, 164, 1.0);
}

@media (min-width: 1200px) {
  .products-im-a-student-wrapper ul li:not(.fpt-button):not(.login-button):not(.logout-button):not(.search-button):not(.eboard-menu)>a:hover {
    border-color: rgba(83, 86, 89, 1.0);
  }
}
@media (min-width: 1024px) {
  .custom-menu-primary .navigation-primary > ul > li > a {
    color: rgba(252, 252, 252, 1.0);
  } 
  .custom-menu-primary .navigation-primary > ul > li:hover {
    border-color: rgba(251, 237, 40, 1.0);
  }
  .custom-menu-primary .navigation-primary > ul > li:hover > a {
    color: rgba(252, 252, 252, 1.0);
  } 
  .custom-menu-primary .navigation-primary > ul > li.active-branch {
    border-color: rgba(251, 237, 40, 1.0);
  }
  .custom-menu-primary .navigation-primary > ul > li.active-branch > a {
    color: rgba(252, 252, 252, 1.0);
  }
  .custom-menu-primary .navigation-primary ul.submenu.level-2 {
    background-color: rgba(83, 86, 89, 1.0);
  }
  .custom-menu-primary .navigation-primary ul.submenu.level-3 h2 {
    border-color: rgba(252, 252, 252, 1.0);
  }
  .custom-menu-primary .navigation-primary ul.submenu.level-3 h2 > a {
    color: rgba(252, 252, 252, 1.0);
  }
  .custom-menu-primary .navigation-primary ul.submenu.level-3 h2:hover {
    border-color: rgba(251, 237, 40, 1.0);
  }
  .custom-menu-primary .navigation-primary ul.submenu.level-3 h2:hover > a {
    color: rgba(252, 252, 252, 1.0);
  }
  .custom-menu-primary .navigation-primary ul.submenu.level-4 li > a {
    color: rgba(252, 252, 252, 1.0);
  }
  .custom-menu-primary .navigation-primary ul.submenu.level-4 li a:hover {
    border-color: rgba(251, 237, 40, 1.0);
    color: rgba(252, 252, 252, 1.0);
  }
  .custom-menu-primary .navigation-primary ul.submenu.level-4 li.active-branch > a {
    border-color: rgba(251, 237, 40, 1.0);
    color: rgba(252, 252, 252, 1.0);
  }
  
}





.cstm-footer-wrapper {
  background-color: rgba(83, 86, 89, 1.0);
  color: rgba(252, 252, 252, 1.0);
}
.footer-title {
  color: rgba(252, 252, 252, 1.0);
}
.cstm-footer-wrapper .hs-menu-wrapper>ul li a {
  color: rgba(252, 252, 252, 1.0);
}
.cstm-footer-wrapper .hs-menu-wrapper>ul li a:hover {
  color: rgba(252, 252, 252, 1.0);
}
.cstm-footer-wrapper .columns-wrapper {
  border-color: rgba(252, 252, 252, 1.0);
}





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

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

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

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

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

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

.blog-pagination__link {
  color: #535659;
}

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

.blog-post__title {
  color: #535659;
  font-family:proxima-nova;
  font-size: 30px;
  font-weight: ;
}

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

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

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

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

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

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

.page-center {
  max-width: 1200px;
  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: 1279px) {
  .dnd-section > .row-fluid,
  .page-center {
    max-width: 992.04px;
  }

}
@media (max-width: 1023px) {
  .dnd-section > .row-fluid,
  .page-center {
    max-width: 320.0004px;
  }

}