/* @import url('http://example.com/example_style.css'); */

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:wght@400;600;700&family=Mukta:wght@400;600;700&family=Open+Sans:wght@400;500;600;700&family=Raleway:wght@400;600&display=swap');

* {
  line-height: 1.5 !important;
  font-family: Helvetica, Arial, sans-serif !important;
}

li {
  font-size: 15px;
  font-family: 'Lato' !important;
  color: #181818 !important;
}

td, th {
/*   border: 1px solid #636787; */
}

.menu-item a {
  color: #1f2559; 
}

a.menulink {
  color: #7E83B2 !important; 
}

.navigation-primary a.active-item {
  color: #1f2559 !important;
}

a {
  color: #3574e3;
}

.header__container__main {
  padding: 0 0 !important;
}

.header__column {
  margin-left: 24px !important;
}

.footer-menu a {
    color: #ffffff !important;
}

.footer__copyright a:hover{
    color: #0C1DBC !important;
}

.landing-page-title {
  font-size: 35px !important;
}

.internal-banner-text-subtitle {
  font-size: 20px !important;
  color: #ffffff;
  font-weight: 400 !important;
}

.internal-banner-text-title {
  font-size: 40px !important;
  color: #ffffff;
  font-weight: 600;
}

.internal-page-title {
  color: #1F2559;
  font-weight: 600;
  font-size: 30px !important;
}

h2 {
  font-size: 28px;
  font-weight: 600;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
  font-weight: 400;
}

h5 {
  font-size: 14px !important;
}

p {
  font-size: 15px !important;
  font-family: 'Lato' !important;
  color: #181818 !important;
}

.road-map-title {
  font-size: 20px !important;
  font-weight: 600;
  font-family: font-family: Helvetica, Arial, sans-serif !important;
  color: #1F2559 !important;
}

.box-title {
  font-size: 22px !important;
  margin-bottom: 8px !important;
}

.box-title-desc {
  font-size: 15px !important;
}

.box-title-2 {
  font-size: 20px !important;
  margin-bottom: 8px !important;
  text-align: center !important;
}

.box-title-desc-2 {
  font-size: 15px !important;
  text-align: center !important; 
}

.back-button {
  font-size: 16px !important;
  color: #1F2559 !important;
}

ul {
  font-size: 14px !important;
  font-family: Lato !important;
}
}

button {
  font-size: 14px !important;
}

.elements--events--card__badge {
  font-family: 'Lato' !important;
}

.non-clickable .elements--jobs__panel {
  display: none;
}

.non-clickable .elements--jobs__accordion::after {
  display: none;
}

#digital-solution-anchor .btn-secondary-white:active, .btn-secondary-white:focus, .btn-secondary-white:hover {
  background-color: #FFA739 !important;
  border: 1px solid #FFA739 !important;
}

.elements--events--card__badge {
  background-color: #446FD9 !important;
} 

.elements--events--card__date--month {  
  color: #446FD9 !important;
}

.elements--events--card__date--day {
  font-size: 60px !important;
}

.elements--jobs__category {
  color: #F67700 !important;
  padding-bottom: 6px;
}

/* Events Page Banner */
.hs-content-id-87844451923 div.span6:nth-child(2) {
  margin-left: 0px; 
}

.elements--events--card__date--month {
  margin-bottom: -5px !important;
}

.event-title {
  font-size: 22px !important;
}

.elements--events--card__date {
  display:none;
}

.elements--events--card__container {  
  margin-bottom: 10px !important;
}

/* Event Details Page*/
.event-details-title {
  font-size: 40px !important;
}

.event-details-location {
  font-size: 16px !important;
}

/* Forms */
form label {
  font-weight: 400 !important;
}