@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400;700&display=swap');

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
body {
  font-family: 'Kumbh Sans', sans-serif ;
}
H1, H2, H3, H4 {
  font-family: 'Kumbh Sans', sans-serif;
}

h2 {
  font-size:32px;
  font-weight: 300px;
}

h5 {
  font-size: 15px !important;
  letter-spacing: 1px;
  color:#2462a8;
  font-weight: 400;
}

.spacer {
 padding: 25px 0 25px 0;
  border-top: 1px solid #ededed;
}

  
  .separator-thick {
    border-top: 5px solid #ededed;
    margin: 35px 0 35px 0;
}
.gs_title {
  font-size 18px;
  font-weight: 400;
  color: #fff;
}
.header { display: flex; justify-content: space-between; max-width: 1240px; margin: 0 auto; align-items: center; padding: 5px 0 0 15px; }
.header .container-fluid.header__dnd--top { display: none; }
.header--landing-page .header__container { margin: 0; padding: 0; }
.header .span12.widget-span.widget-type-cell.dnd-column { padding: 0; }
.header img { height: auto; }
  
  @media (min-width: 1280px) {
.row-fluid-wrapper.row-depth-1.row-number-21.dnd-row .span4:nth-child(2), .row-fluid-wrapper.row-depth-1.row-number-22.dnd-row .span4:nth-child(2) {
    position: relative;
   top: 0 !important; 
}
}

#patch-list li::marker {
  color:#2b88d9;
}