/* Custom Stylesheet hash:17092402561709309385 dated 02 Sep, 2024 12:44:30+America/Los_Angeles */
/* Add custom CSS here */


h1 {
font-family: 'Akkurat-Pro-Regular',sans-serif;
font-weight: 500;
}

h3 {
color: #2d3138;
}

p {
	font-family: 'Arial',sans-serif;
}
.menu a {
  color: #ec1c42!important;
font-size: 14px;
font-family: 'Arial',sans-serif;
font-weight: 600;
}

#article a, #category a, #section a {
color: #1473e6;
}

#article a:hover, #category a:hover, #section a:hover  {
text-decoration: underline;
}

/* CTA and Accordian START */
.accordion-content .listing {
  padding-left: 25px;
}
.accordion-content .listing a {
  color: #1473e6;
  font-size: 16px;
  font-weight: 500;
}
.accordion-content .listing a:hover {
text-decoration: underline;
}
#ctamain {
  background: rgb(255, 255, 255);
  border: 1px solid #dfe4e6;
  border-radius: 20px;
  filter: drop-shadow(8px 7px 0px #dfe4e6);
  padding: 20px;
  max-width: 20rem;
}

.accordion-container {
    background: rgb(255, 255, 255);
  border: 1px solid #dfe4e6;
  filter: drop-shadow(8px 7px 0px #dfe4e6);
  border-radius:24px;
}

.main-image img {
  display: block;
  border-radius: 10px;
  max-width: 100%;
}

#ctah1  {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  background: #ec1c42;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 20px 0 15px;
  max-width: 5.7rem;
  font-family: 'Akkurat-Pro-Regular',sans-serif;
  font-weight: bold;
}


#ctah3 {
  font-family: 'Akkurat-Pro-Regular',sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  margin: 15px 0;
  transition: 0.2s ease;
  color: #757575;
}

#ctah3:hover {
  cursor: pointer;
}

#ctap {
  font-size: 0.85rem;
  color: rgb(127, 127, 127);
  line-height: 1.3rem;
  font-family: 'Arial',sans-serif;
}

.portrait {
  display: flex;
  align-items: center;
}

.portrait img {
  width: 32px;
  height: 32px;
}

.portrait h4 {
  font-size: 0.9rem;
  font-weight: 500;
  padding-left: 10px;
  margin: 0;
}

.cards {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1.2rem;
  margin-top: 50px;
}

.accordion-title {
  font-family: 'Akkurat-Pro-Regular',sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #757575;
}

/* Screen larger than 500px? 2 column */
@media (min-width: 500px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .cards { grid-template-columns: repeat(3, 1fr); }
}
/* CTA and Accordian END */
html, .select, .drill-default {
	font-family: Open Sans, sans-serif;
}
a, a:hover, a:focus, a:active, .u-visuallink, .u-visuallink:hover,
.heading--blue,
.fr-toolbar .fr-command.fr-btn.fr-active,
.fr-popup .fr-command.fr-btn.fr-active,
.fr-desktop .fr-command.fr-active:hover,
.fr-desktop .fr-command.fr-active:focus,
.fr-desktop .fr-command.fr-active.fr-selected,
.fr-popup .fr-colors-tabs .fr-colors-tab:hover,
.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab,
.tab__notCurrent a:hover {
	color: #ec1c42;
}

.button--primary,
.button--primary:hover:enabled,
.button--primary:focus:enabled,
.button--primary:active:enabled,
.nav__menu a:hover, .nav__menu a:active, .dd__link:hover,
.fr-popup .fr-checkbox input:checked + span,
.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1="background"]::after,
.fr-image-resizer .fr-handler,
.fr-image-progress-bar-layer > div.fr-loader span,
.autocomplete--field__item:hover, .autocomplete--field__item.is-selected {
	background-color: #ec1c42;
}

.textfield:focus,
.search-wrapslim .inputaddon__field:focus,
.file-btn:focus, .file-btn.is-active, .dz-drag-hover {
	border-color: #ec1c42;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 4px -1px #ec1c42;
}

.button--primary:focus:enabled, .button--primary:active:enabled,
.select:focus, .drill-default:focus, .drill-default.drill-focus {
	box-shadow: 0 0 3px 0 #ec1c42;
}

.tab > li,
.textfield.picker__input--active,
.textfield--heading:focus,
.pager__selected,
.tab__notCurrent:hover,
.picker__select--month:focus, .picker__select--year:focus,
.picker__day--highlighted, .picker__day--selected:hover,
.picker--focused .picker__day--selected, .picker__button--clear:focus,
.picker__button--close:focus,
.fr-popup .fr-input-line input[type="text"]:focus,
.fr-popup .fr-input-line textarea:focus,
.fr-popup .fr-checkbox input:checked + span,
.fr-popup .fr-checkbox input:focus + span,
.fr-image-resizer, .fr-image-upload-layer.fr-drop,
table td.fr-selected-cell, table th.fr-selected-cell,
.fr-table-resizer div,
.fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
	border-color: #ec1c42;
}

input[type="checkbox"].switch:focus + div {
	box-shadow: 0 0 .2em 1px #ec1c42, 0 1px 1px hsla(0,0%,100%,.6);
}

.picker__day--today:before,
.picker__button--today:before {
	border-top-color: #ec1c42;
}