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

/* Test */
















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

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


}

@media (min-width: 1200px){
  .dnd-section > .row-fluid {
    max-width: 1140px;
  }
  .page-center {
    max-width: 1140px;
  }
}

@media(max-width:1200px){
  body .dnd-section{
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
}

@media(max-width:992px){
  body .dnd-section{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

.dnd-section {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}





html {
  font-size: 1.2;
}

body {
  color: rgba(67, 67, 67, 0.0);
  font-family: IBM Plex Sans;
  font-size: 1.2rem;
font-weight: 400;
}

p {
  font-family: IBM Plex Sans;
  font-weight: 400
}

a {
  font-family: IBM Plex Sans;
  color: rgba(0, 123, 255, 1.0);
}

a:hover,
a:focus {
  color: rgba(0, 86, 179, 1.0);
}

a:active {
  color: rgba(40, 163, 255, 1.0);
}

h1 {
  color: #121212;
  font-family: IBM Plex Sans;
  font-size: 4.35rem;
  font-weight: 300;
}

@media(max-width: 992px) {
  h1 {
    font-size: 3.335rem;
  }
}


@media(max-width: 992px) {
  h1 {
    font-size: 2.61rem;
  }
}

h2 {
  color: #151515;
  font-family: Nunito Sans;
  font-size: 1.875rem;
  font-weight: 300;
}

@media(max-width: 1200px) {
  h2 {
    font-size: 2.4999999937500004rem;
  }
}

@media(max-width: 992px) {
  h2 {
    font-size: 1.875rem;
  }
}

h3 {
  color: #151515;
  font-family: Nunito Sans;
  font-size: 1.75rem;
  font-weight: 300;
}

@media(max-width: 1200px) {
  h3 {
    font-size: 2.1249999925rem;
  }
}

@media(max-width: 992px) {
  h3 {
    font-size: 1.49999999975rem;
  }
}

h4 {
  color: #151515;
  font-family: Nunito Sans;
  font-size: 1.5rem;
  font-weight: 300;
}

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

h5 {
  color: #151515;
  font-family: Nunito Sans;
  font-size: 1.121rem;
  font-weight: 300;
}

h6 {
  color: #151515;
  font-family: Nunito Sans;
  font-size: 1rem;
  font-weight: 300;
}

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





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

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

.hs-button,
.button--primary {
  background-color: rgba(21, 87, 250, 1.0);
  border-color: rgba(0, 98, 204, 1.0);
  border-radius: 6px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(5, 69, 228, 1.0);
  border-color: #0545e4;
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(0, 98, 204, 1.0);
}

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

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

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

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(73, 80, 87, 1.0);
  border-radius: 0px;
  border-width: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(0, 0, 0, 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: #434343;
}

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: IBM Plex Sans;
}

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

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

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

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

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

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





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

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

.header__container {
  max-width: 1140px;
}

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(21, 21, 21, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li:hover > a,
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 {
  color: rgba(8, 80, 254, 1.0);
}

body .custom-menu-primary .submenu.level-1>li>a.active-item{
  color: rgba(21, 21, 21, 1.0);
  background-color: rgba(255, 255, 255, 0.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: rgba(21, 21, 21, 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 {
  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,
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-branch {
  color: rgba(21, 21, 21, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #151515;
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: rgba(21, 21, 21, 1.0);
}
/* body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
background-color: #fff;
} */
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: rgba(255, 255, 255, 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, 1.0);
  color: rgba(21, 87, 250, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: rgba(21, 21, 21, 1.0);
  background-color: rgba(238, 238, 238, 1.0);
}

body .custom-menu-primary .submenu.level-2>li>a.active-item{
  color: rgba(21, 21, 21, 1.0);
    background-color: rgba(238, 238, 238, 1.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: IBM Plex Sans;
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(21, 21, 21, 1.0);
}

body .custom-menu-primary .submenu.level-1>li.log-in{
  border-color: rgba(21, 87, 250, 1.0) !important;
  background-color: rgba(255, 255, 255, 0.0);
}

body .custom-menu-primary .submenu.level-1>li.log-in:hover{
  border-color: rgba(21, 87, 250, 1.0) !important;
  background-color: rgba(21, 87, 250, 1.0);
}

body .custom-menu-primary .submenu.level-1>li.log-in>a{
  color: rgba(21, 87, 250, 1.0);
}

body .custom-menu-primary .submenu.level-1>li.log-in>a:hover{
  color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-1>li.get-a-demo{
  background-color: rgba(21, 87, 250, 1.0);
  border-color: rgba(0, 98, 204, 1.0);
}

body .custom-menu-primary .submenu.level-1>li.get-a-demo:hover{
  background-color: rgba(5, 69, 228, 1.0);
}


body .custom-menu-primary .submenu.level-1>li.get-a-demo>a{
  color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-1>li.get-a-demo>a:hover{
  color: rgba(255, 255, 255, 1.0);
}



@media(min-width:993px){
  .submenu.level-2{
    background-color: rgba(255, 255, 255, 1.0);
  }
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(255, 255, 255, 0.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(21, 21, 21, 1.0);
  }
}





.footer {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(127, 143, 165, 1.0);
}

.footer__container {
  max-width: 1140px;
}

.custom-footer-inner .copy-right{
  color: rgba(143, 159, 181, 1.0);
}

footer.footer a{
  color: rgba(0, 123, 255, 1.0);

}
footer.footer a:hover{
  color: rgba(0, 86, 179, 1.0);

}





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

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

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

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

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

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

.blog-pagination__link {
  color: #434343;
}

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

.blog-post__title {
  color: #151515;
  font-family:Nunito Sans;
  font-size: 1.875px;
  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);
}










body .icon svg {
  fill: #434343;
}

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

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

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

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 {
  margin: 0 auto;
}




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

body { color: rgba(67,67,67,1); }

.menu-item.impact-day { position: relative; text-indent: -9999px; width: 120px; }
.menu-item.impact-day:before {content: "";display: block;background-image: url('https://5565021.fs1.hubspotusercontent-na1.net/hubfs/5565021/CS-Fundamentals_Black.png');
  width: 100%;
    height: 40px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 500;
    left: 0;
    top: 7px;
}
.menu-item.impact-day a {
    position: relative; z-index: 12000;
  color: #434343;
}


/************* Styles 2023 ****************/
 
.btn-pink a { 
    background-color: #F51AA4;
    box-shadow: 0px 17px 36px -12px #F51AA4, 0px 17px 36px -12px rgba(0, 0, 0, 0.37);
    color: #fff; 
    border-radius: 0px;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.105px;
    min-width: 180px;
    padding: 15px 30px;
    text-align: center;
    transition: all .7s ease;
}
 
.btn-pink a:hover , 
.btn-pink a:focus {
    background-color: #c9007f; 
    color: #fff; 
    text-decoration: none;
    transition: all .7s ease;
}









/******** Mobile Styling *********/

@media (max-width: 1080px) {
 
  
}

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation: portrait) {
  
  
}  

@media (max-width: 767px) {
   
  .btn-pink a { 
      font-size: 18px; 
      min-width: 150px;
      padding: 13px 20px; 
  }
  
}

@media (max-width: 479px) {

  
}