/* APA Pattern Library v1.4.9 */
@import "./bootstrap/css/bootstrap.css";
/**
  * @stylesheet variables.sass Variables
**/
/**
  * @stylesheet colors.sass Colors
  *
  * @parent foundations.design 0
  * 
  * @demo demos/colors.html
**/
/**
  * @stylesheet variables.sass Variables
**/
/* Define the background colors */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
.bg-apa-brand-blue {
  background-color: #004C97 !important;
}
.bg-apa-red {
  background-color: #E7231E !important;
}
.bg-apa-yellow {
  background-color: #FFE738 !important;
}
.bg-apa-cyan {
  background-color: #15BEf0 !important;
}
.bg-apa-seafoam {
  background-color: #00B18F !important;
}
.bg-apa-teal {
  background-color: #33BFD5 !important;
}
.bg-apa-chartreuse {
  background-color: #E9EA75 !important;
}
.bg-apa-gold {
  background-color: #FCCB00 !important;
}
.bg-apa-bright-green {
  background-color: #8DC440 !important;
}
.bg-apa-true-green {
  background-color: #3BB24A !important;
}
.bg-apa-cerulean {
  background-color: #3E52A3 !important;
}
.bg-apa-purple {
  background-color: #422C88 !important;
}
.bg-apa-pubs-purple {
  background-color: #39207C !important;
}
.bg-apa-pubs-red {
  background-color: #D22730 !important;
}
.bg-apa-teal-20 {
  background-color: #D6F2F7 !important;
}
.bg-gray-050 {
  background-color: #F4F4F4 !important;
}
.bg-gray-100 {
  background-color: #E9E9EA !important;
}
.bg-gray-150 {
  background-color: #DEDEDF !important;
}
.bg-gray-250 {
  background-color: #C7C8C9 !important;
}
.bg-gray-500 {
  background-color: #909294 !important;
}
.bg-gray-800 {
  background-color: #4D5154 !important;
}
.bg-gray-900 {
  background-color: #212529 !important;
}
.bg-white {
  background-color: #FFFFFF !important;
}
.bg-light {
  background-color: #F4F4F4 !important;
}
.bg-dark {
  background-color: #212529 !important;
}
.bg-primary {
  background-color: #003A70 !important;
}
.bg-cta {
  background-color: #FCCB00 !important;
}
.bg-success {
  background-color: #00866d !important;
}
.bg-danger {
  background-color: #DC3545 !important;
}
.bg-alert-primary {
  background-color: #F0F8FF !important;
}
.bg-alert-warning {
  background-color: #FFF4D7 !important;
}
.bg-alert-danger {
  background-color: #FDE9E9 !important;
}
.bg-alert-success {
  background-color: #D4EDDA !important;
}
.bg-alert-light {
  background-color: #F4F4F4 !important;
}
.bg-alert-dark {
  background-color: #212529 !important;
}

/**
  * @stylesheet typography.sass Typography
  *
  * @parent foundations.design 1
**/
/**
  * @stylesheet variables.sass Variables
**/
/**
  * @styles 0-typography-general General
  * 
  * @demo demos/typography-general.html
**/
/**
  * @styles 1-headings Headings
  * 
  * @demo demos/headings.html
**/
body {
  color: #212529;
}

*, body, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Lato", Helvetica, sans-serif;
}

h1, .h1, h2, .h2 {
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 600;
}

h1, .h1 {
  font-size: 48px;
}

h2, .h2 {
  font-size: 40px;
}

h3, .h3 {
  font-size: 36px;
}

h4, .h4 {
  font-size: 28px;
}

h5, .h5 {
  font-size: 24px;
}

h6, .h6 {
  font-size: 18px;
}

a {
  color: #003A70;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #212529;
  text-decoration: underline;
}

a.underline {
  color: #003A70;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a.underline:hover {
  color: #212529;
  text-decoration: none;
}

a.text-primary:hover, a.text-primary:focus {
  color: #003A70 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #00866d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #6c757d !important;
}

a.text-info:hover, a.text-info:focus {
  color: #316BC8 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #FF9B06 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #FFFFFF !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #212529 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #D51212 !important;
}

.text-white {
  color: #FFFFFF !important;
}

.text-primary {
  color: #003A70 !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #00866d !important;
}

.text-info {
  color: #316BC8 !important;
}

.text-warning {
  color: #FF9B06 !important;
}

.text-danger {
  color: #D51212 !important;
}

.text-light {
  color: #FFFFFF !important;
}

.text-dark {
  color: #212529 !important;
}

.nav-link {
  display: flex;
  align-items: center;
}

.lato {
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: bold;
}

/**
  * @styles 3-section-title Section Titles & Subtitles
  *
  * Helpful for adding visual heirarchy to the page.
  *
  * @demo demos/section-title.html
**/
.section-title {
  font-family: "Lato", Helvetica, sans-serif;
  color: #212529;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.34;
  letter-spacing: 0.05rem;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  width: auto;
}
.section-title--accent:after {
  content: "";
  background-color: #15BEf0;
  width: 89px;
  height: 3px;
  margin-top: 15px;
}

/**
  * @styles 5-paragraph Paragraphs
  * 
  * Using small, medium, and large classes for sizing.
  *
  * @demo demos/typography-paragraph.html
**/
/**
  * @styles 6-centered-text Centered Text
  *
  * @demo demos/centered-text.html
  * 
**/
.centered-text-lg {
  text-align: center;
}
@media (max-width: 600px) {
  .centered-text-lg {
    text-align: left;
  }
}

p.small {
  font-size: 12px;
}

p.medium {
  font-size: 16px;
}

p.large {
  font-size: 21px;
}

/**
  * @stylesheet buttons.sass Buttons
  *
  * @parent components.design 5
**/
/**
  * @stylesheet variables.sass Variables
**/
/* button colors -- background-color, color, border-color */
.btn {
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
.btn-primary {
  background-color: #003A70;
  border-color: #003A70;
  color: #FFFFFF;
}
.btn-outline {
  background-color: #FFFFFF;
  border-color: #003A70;
  color: #003A70;
}
.btn-cta {
  background-color: #FCCB00;
  border-color: #FCCB00;
  color: #212529;
}
.btn-success {
  background-color: #00866d;
  border-color: #00866d;
  color: #FFFFFF;
}
.btn-outline--dismiss {
  background-color: #FFFFFF;
  border-color: #C7C8C9;
  color: #595959;
}
.btn-outline--no-fill {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn-textbutton {
  background-color: inherit;
  border-color: transparent;
  color: #004C97;
}
.btn-pubs-1 {
  background-color: #D22730;
  border-color: #D22730;
  color: #FFFFFF;
}
.btn-pubs-2 {
  background-color: #003A70;
  border-color: #003A70;
  color: #FFFFFF;
}
.btn-pubs-3 {
  background-color: #39207C;
  border-color: #39207C;
  color: #FFFFFF;
}
.btn-pubs-4 {
  background-color: #FFFFFF;
  border-color: #D22730;
  color: #D22730;
}
.btn-pubs-5 {
  background-color: #FFFFFF;
  border-color: #003A70;
  color: #003A70;
}
.btn-pubs-6 {
  background-color: #FFFFFF;
  border-color: #39207C;
  color: #39207C;
}
.btn-pubs-7 {
  background-color: #FFFFFF;
  border-color: #39207C;
  color: #39207C;
}
.btn-pubs-8 {
  background-color: #FFFFFF;
  border-color: #003A70;
  color: #003A70;
}

/* button hover colors -- background-color, color, border-color */
.btn-primary:hover {
  background-color: #15354F;
  border-color: #15354F;
  color: #FFFFFF;
}
.btn-outline:hover {
  background-color: #D5E8F9;
  border-color: #003A70;
  color: #003A70;
}
.btn-cta:hover {
  background-color: #E7BA09;
  border-color: #FCCB00;
  color: #212529;
}
.btn-success:hover {
  background-color: #036d59;
  border-color: #036d59;
  color: #FFFFFF;
}
.btn-outline--dismiss:hover {
  background-color: #F4F4F4;
  border-color: #212529;
  color: #212529;
}
.btn-outline--no-fill:hover {
  background-color: rgba(255, 255, 255, 0.4);
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn-textbutton:hover {
  background-color: #E0F6FD;
  border-color: transparent;
  color: #23527C;
}
.btn-pubs-1:hover {
  background-color: #93001C;
  border-color: #93001C;
  color: #EFB1B6;
}
.btn-pubs-2:hover {
  background-color: #003A70;
  border-color: #003A70;
  color: #7fbbdd;
}
.btn-pubs-3:hover {
  background-color: #221e44;
  border-color: #221e44;
  color: #a496c8;
}
.btn-pubs-4:hover {
  background-color: #D22730;
  border-color: #D22730;
  color: #FFFFFF;
}
.btn-pubs-5:hover {
  background-color: #003A70;
  border-color: #003A70;
  color: #FFFFFF;
}
.btn-pubs-6:hover {
  background-color: #39207C;
  border-color: #39207C;
  color: #FFFFFF;
}
.btn-pubs-7:hover {
  background-color: #39207C;
  border-color: #39207C;
  color: #FFFFFF;
}
.btn-pubs-8:hover {
  background-color: #003A70;
  border-color: #003A70;
  color: #FFFFFF;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn, .btn-sm, .btn-group-sm > .btn {
  display: flex;
  justify-content: center;
  border-radius: 3px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/**
  * @styles 0-general-buttons Core Buttons
  *
  * @demo demos/button-general.html
**/
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 103, 161, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #FFFFFF;
  background-color: #003A70;
  border-color: #003A70;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #003A70;
  border-color: #003A70;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 103, 161, 0.5);
}

.btn-info, .btn-info:hover {
  color: #FFFFFF;
  background-color: #316BC8;
  border-color: #316BC8;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #316BC8;
  border-color: #316BC8;
}

/**
  * @styles 1-apapubs-button APA Publishing Buttons
  *
  * 
  * @demo demos/button-apapubs.html
  **/
.btn-outline:hover svg path {
  fill: #003A70;
}

.btn-outline.focus, .btn-outline:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline.disabled, .btn-outline:disabled {
  color: #003A70;
  background-color: #FFFFFF;
  border-color: #003A70;
}

.btn-outline:not(:disabled):not(.disabled).active, .btn-outline:not(:disabled):not(.disabled):active, .show > .btn-outline.dropdown-toggle {
  color: #003A70;
  background-color: #FFFFFF;
  border-color: #003A70;
}

.btn-outline:not(:disabled):not(.disabled).active:focus, .btn-outline:not(:disabled):not(.disabled):active:focus, .show > .btn-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/**
  * @styles 2-types Button Sizes & Types
  *
  * Identifies lesser important actions.
  *
  * @demo demos/button-types.html
**/
.btn-outline--no-fill:hover svg path {
  fill: #FFFFFF;
}

.btn-outline--no-fill.focus, .btn-outline--no-fill:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline--no-fill.disabled, .btn-outline--no-fill:disabled {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}

.btn-outline--no-fill:not(:disabled):not(.disabled).active, .btn-outline--no-fill:not(:disabled):not(.disabled):active, .show > .btn-outline--no-fill.dropdown-toggle {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}

.btn-outline--no-fill:not(:disabled):not(.disabled).active:focus, .btn-outline--no-fill:not(:disabled):not(.disabled):active:focus, .show > .btn-outline--no-fill.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline--dismiss:hover svg path {
  fill: #212529;
}

.btn-outline--dismiss.focus, .btn-outline--dismiss:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline--dismiss.disabled, .btn-outline--dismiss:disabled {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #212529;
}

.btn-outline--dismiss:not(:disabled):not(.disabled).active, .btn-outline--dismiss:not(:disabled):not(.disabled):active, .show > .btn-outline--dismiss.dropdown-toggle {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #212529;
}

.btn-outline--dismiss:not(:disabled):not(.disabled).active:focus, .btn-outline--dismiss:not(:disabled):not(.disabled):active:focus, .show > .btn-outline--dismiss.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-cta:focus, .btn-cta.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 103, 161, 0.5);
}

.btn-cta.disabled, .btn-cta:disabled {
  color: #212529;
  background-color: #FCCB00;
  border-color: #FCCB00;
}

.btn-cta:not(:disabled):not(.disabled):active, .btn-cta:not(:disabled):not(.disabled).active, .show > .btn-cta.dropdown-toggle {
  color: #212529;
  background-color: #FCCB00;
  border-color: #FCCB00;
}

.btn-cta:not(:disabled):not(.disabled):active:focus, .btn-cta:not(:disabled):not(.disabled).active:focus, .show > .btn-cta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 103, 161, 0.5);
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #FFFFFF;
  background-color: #00866d;
  border-color: #00866d;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #00866d;
  border-color: #00866d;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 103, 161, 0.5);
}

/* additional textbutton styles */
.btn-textbutton {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: underline;
  border-radius: 3px;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
}

.btn-textbutton:hover, .btn-textbutton:focus, .btn-textbutton:active, .btn-textbutton.active, .open .dropdown-toggle.btn-textbutton {
  text-decoration: none;
}

.btn-textbutton:active, .open .dropdown-toggle.btn-textbutton {
  background-image: none;
}

/* dropdown toggle styles */
.dropdown-toggle::after {
  display: none;
}

.dropdown-toggle.btn-sm {
  font-size: 0.875rem !important;
}

.dropdown-toggle.btn {
  font-size: 1rem;
}

.dropdown-toggle.btn-lg {
  font-size: 1.25rem;
}

/* other Bootstrap button classes retrofitted to Secondary button */
.btn-outline-primary {
  color: #003A70;
  background-color: #FFFFFF;
  border-color: #003A70;
}

.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #003A70;
  border-color: #003A70;
}

.btn-outline-primary:hover svg path, .btn-outline-secondary:hover svg path, .btn-outline-info:hover svg path {
  fill: #FFFFFF;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #003A70;
  background-color: #FFFFFF;
  border-color: #003A70;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #003A70;
  background-color: #FFFFFF;
  border-color: #003A70;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:hover {
  color: #FFFFFF;
  background-color: #003A70;
  border-color: #003A70;
}

.btn-outline-secondary, .btn-outline-info {
  color: #003A70;
  background-color: #FFFFFF;
  border-color: #003A70;
}

.btn-outline-info:hover {
  color: #FFFFFF;
  background-color: #003A70;
  border-color: #003A70;
}

.input-group-append .btn {
  border-radius: 0;
}

/**
  * @styles 3-addnewitem-button Add New Item Button
  *
  * @demo demos/button-addnewitem.html
**/
/**
  * @styles 4-kebab-button Menu Buttons
  *
  * @demo demos/button-menu.html
**/
.kebab {
  background: none;
}
.kebab:hover {
  color: #003A70;
  background-color: #E0F6FD;
  text-decoration: none;
}

.kebab svg {
  fill: #333333;
}

.kebab:hover svg {
  fill: #23527C;
}

.btn-pubs-1, .btn-pubs-2, .btn-pubs-3 {
  border-radius: 0px;
}

.btn-pubs-4, .btn-pubs-5, .btn-pubs-6 {
  border: 2px solid;
  border-radius: 50px;
}

.btn-pubs-7, .btn-pubs-8 {
  border: 2px solid;
  border-radius: 0px;
}

/* outline dismiss square override */
.btn-apapub-squared-override {
  border-radius: 0px !important;
}

/**
  * @styles 5-button-group Button Group
  *
  * @demo demos/button-group.html
**/
/* Primary button group styling - for when JS needed for button radio button behavior */
.btn-outline.btnSelected {
  background-color: #003A70;
  color: #FFFFFF;
}

/* Publications button group styling - for when JS needed for button radio button behavior */
.btn-pubs-8.btnGroup {
  border-color: #004C97;
}

.btn-pubs-8.btnDefault {
  background-color: #FFFFFF;
  color: #004C97;
}

.btn-pubs-8.btnDefault:hover {
  background-color: #D5E8F9;
}

.btn-pubs-8.btnSelected {
  background-color: #004C97;
  color: #FFFFFF;
}

/* styling active radio button group button for checkbox behavior radio button group and radio type input button groups - matching regular PL primary button and .btn-pubs-2 */
.btn-group > .btn-outline:not(:disabled):not(.disabled).active,
.btn-group > .btn-outline:not(:disabled):not(.disabled):active,
.btn-group > .show > .btn-outline.dropdown-toggle {
  background-color: #003A70;
  border-color: #003A70;
  color: #FFFFFF;
}

/**
  * @stylesheet cards.sass Cards
  *
  * @parent components.design 6
  *
  * @description
  * APA applications adhere to [Bootstrap card containers](https://getbootstrap.com/docs/4.0/components/card/) for markup. In general, content cards should always be lighter than their backgrounds (e.g., white cards on light gray backgrounds).
  * Below are a few basic styles:
  **/
/**
  * @stylesheet variables.sass Variables
**/
/**
  * @styles 0-card-basic Card Header: Semantics
  *
  * @demo demos/card-semantics.html
**/
/**
  * @styles 1-card-customization Card with Customization
  *
  * @demo demos/card-customization.html
**/
/**
  * @styles 2-card-toggle Card with Header and Chevron Expandable Section
  *
  * @demo demos/card-toggle.html
**/
/**
  * @styles 3-card-responsive-group Responsive Card Group
  *
  * @demo demos/card-responsive-group.html
**/
.card {
  border-color: #C7C8C9;
  border-radius: 5px;
}

.card .card-header {
  background-color: #FFFFFF;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #C7C8C9;
}

.card .card-body p {
  color: #212529;
}

.card .card-footer {
  background-color: #FFFFFF;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 1px solid #C7C8C9;
}

[data-toggle=collapse] svg.chevron {
  transform: rotate(180deg);
}

[data-toggle=collapse].collapsed svg.chevron {
  transform: rotate(0deg);
}

svg.chevron {
  transition: 0.3s transform ease-in-out;
}

.card-chevron button.btn-link:hover {
  background-color: #f1f1f1;
}

.card .list-group-item {
  padding: 1.25rem;
}

.card h1.card-header, .card h2.card-header, .card h3.card-header, .card h4.card-header, .card h5.card-header, .card h6.card-header, .card .card-header {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 500;
}

/* this allows .card-group responsiveness */
.responsiveCardGroup .row > div[class*=col-] {
  display: flex;
  flex: 1 0 auto;
}

/* For 4-card .card-group responsiveness, to account for 991px stacking of card-group and small device stacking before cards separate with default BS styling, to make borders look good - Card # is from left > right on desktop 1-2-3-4 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsiveCardGroup .card:nth-of-type(1) {
    border-bottom-left-radius: 0 !important;
  }
  .responsiveCardGroup .card:nth-of-type(2) {
    border-top-right-radius: 5px !important;
    border-left: 1px solid #cccccc !important;
  }
  .responsiveCardGroup .card:nth-of-type(3) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 5px !important;
    border-left: 1px solid #cccccc !important;
  }
  .responsiveCardGroup .card:nth-of-type(4) {
    border-top-right-radius: 0 !important;
    border-left: 1px solid #cccccc !important;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .responsiveCardGroup .card:nth-of-type(1) {
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 0 !important;
  }
  .responsiveCardGroup .card:not(:first-child):not(:last-child) {
    border-left: 1px solid #cccccc !important;
  }
  .responsiveCardGroup .card:nth-of-type(4) {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 5px !important;
    border-left: 1px solid #cccccc !important;
  }
}
/**
  * @stylesheet modals.sass Modals
  *
  * @parent components.design 11
  *
  * @description
  * When creating modals, be mindful of section heading semantics. Since modals sit outside of page, they should not use a <code>&lt;h1&gt;</code> but instead start with a <code>&lt;h2&gt;</code>. For an example of an accessible modal, please refer to <a class="underline" href="https://www.w3.org/TR/wai-aria-practices-1.1/examples/dialog-modal/dialog.html">WAI-ARIA Authoring Practices</a>.
  **/
/**
  * @stylesheet variables.sass Variables
**/
/**
  * @styles 0-modal-types Modal - Types
  *Different types of modal designs to be used in different scenarios.
  * @demo demos/modal-types.html
**/
.modal {
  border-color: #C7C8C9;
  border-radius: 5px;
}

.modal .modal-header {
  background-color: #FFFFFF;
  border-color: #C7C8C9;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.modal .modal-footer {
  background-color: #F4F4F4;
  border-color: #C7C8C9;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal h1.modal-title, h2.modal-title, h3.modal-title, h4.modal-title, h5.modal-title, h6.modal-title {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

/**
  * @styles 1-modal-sizes Modal - Sizes 
  *
  * Default, large, and small modal sizes, which can be applied to any type of modal.
  *
  * @demo demos/modal-sizes.html
**/
/**
  * @styles 2-modal-timed Timed Modal
  *
  *An example of a modal that disappears after 5 seconds after being launched. Make sure there is enough time for a user to read the message.
  *
  * @demo demos/modal-timed.html
**/
/**
  * @styles 3-modal-checkbox Do Not Show Again Modal with Cookie
  *
  * This modal example has a checkbox that when checked, sets a cookie to not show the modal again for one day.
  *
  * @demo demos/modal-cookie-do-not-show-again.html
**/
/**
  * @stylesheet notes.sass Notes
  *
  * @parent components.design 12
  *
  * @description
  * Use a note to highlight important information on the page. This should be used instead of an alert if the message is long or needs to be larger.
  *
  * @demo demos/notes.html
**/
/**
  * @stylesheet variables.sass Variables
**/
.alert-note {
  color: #8A6D3B;
  background-color: #FCF8E3;
  border-left: solid 4px #8A6D3B;
  border-radius: 0;
}

.alert-note a {
  color: #003A70;
  text-decoration: underline;
}
.alert-note a:hover {
  text-decoration: none;
}

.alert-note strong {
  color: #8A6D3B;
}

.alert-note .alert-heading {
  font-family: "Lato", sans-serif;
}

.alert-note-light {
  color: #212529;
  border-left: solid 4px #C7C8C9;
  background-color: #F1F1F1;
  border-radius: 0;
}
.alert-note-light a {
  color: #212529 !important;
  text-decoration: underline;
}
.alert-note-light a:hover {
  text-decoration: none;
}

/**
  * @stylesheet pagination.sass Pagination
  *
  * @parent components.design 13
**/
/**
  * @stylesheet variables.sass Variables
**/
/**
  * @styles 0-pagination-general General
  *
  * @demo demos/pagination.html
**/
/**
  * @styles 1-pagination-icons Working with Icons
  *
  * @demo demos/pagination-icons.html
**/
/**
  * @styles 2-pagination-large-data Large Data Sets
  *
  * @demo demos/pagination-large-data.html
**/
/**
  * @styles 2-pagination-demo Demo
  *
  * @demo demos/pagination-demo.html
**/
/* Note: These pagination size styles were commented out - will revisit later if we are to add these to the PL SASS and demo */
/*
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border: solid 1px $border-gray !important;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
*/
.active a {
  background-color: #003A70;
  border-color: #003A70;
  color: #FFFFFF;
  z-index: 2;
}

.page-link {
  color: #003A70;
  background-color: #FFFFFF;
  border-color: #003A70;
}

.page-link:hover {
  color: #003A70;
  background-color: #D5E8F9;
  border-color: #003A70;
}

.page-item.active .page-link {
  color: #FFFFFF;
  background-color: #003A70;
  border-color: #003A70;
}

/**
  * @stylesheet tooltip-popover.sass Tooltips & Popovers
  *
  * @parent components.design 16
  **/
/**
* @styles 0-tooltip Tooltips
*
* @demo demos/tooltip.html
**/
/**
  * @stylesheet variables.sass Variables
**/
.tooltip-inner {
  background-color: #212529;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #212529;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #212529;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #212529;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #212529;
}

.popover-header a#close {
  margin-top: -3px;
}

/**
  * @styles 1-tooltip Popovers
  *
  * @demo demos/tooltip-popover.html
**/
/**
  * @stylesheet breadcrumbs.sass Breadcrumbs
  *
  * @parent components.design 4
  *
  * @demo demos/breadcrumbs.html
**/
/**
  * @stylesheet variables.sass Variables
**/
.breadcrumb {
  background: transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "›";
}

.breadcrumb-item.active {
  color: #4D5154;
}

/**
  * @stylesheet footer.sass Footer
  *
  * @parent components.design 9
**/
/**
  * @stylesheet variables.sass Variables
**/
/**
  * @styles 0-footer-general General
  * 
  * @demo demos/footer-general.html
**/
/**
  * @styles 1-footer-basic Footer Basic
  *
  * Here a very minimal footer for web apps.
  *
  * @demo demos/footer-basic.html
  **/
footer {
  border-top: 1px solid #CCCCCC;
  width: 100%;
  background-color: #FFFFFF; /* was #F1F1F1 with cascade over it of #FFFFFF */
  color: #333333;
  font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 200;
  padding: 2.33rem;
}

footer a {
  color: #003A70;
  text-decoration: underline;
}

footer a:hover {
  text-decoration: none;
}

footer p {
  margin-bottom: 0;
}

/**
  * @stylesheet forms.sass Forms
  *
  * @parent components.design 10
**/
/**
  * @stylesheet variables.sass Variables
**/
/**
  * @styles 0-general-form General Form Field
  *
  * @demo demos/forms-general.html
**/
/**
  * @styles 1-required-optional-form Required & Optional
  *
  * @demo demos/forms-required-optional.html
**/
/**
  * @styles 2-email-password-form Email & Password
  *
  * @demo demos/forms-email-password.html
**/
/**
  * @styles 3-name-form First & Last Name
  *
  * @demo demos/forms-name.html
**/
/**
  * @styles 4-address-form Address Form Example
  *
  * @demo demos/forms-address.html
**/
/**
  * @styles 5-checkboxes-radios Checkboxes & Radios
  *
  * @demo demos/forms-checkboxes-radios.html
**/
/**
  * @styles 6-other-form Other Fields
  *
  * @demo demos/forms-other.html
**/
/**
  * @styles 7-checkbox-toggle-form Checkbox Toggle
  *
  * @demo demos/forms-checkbox-toggle.html
**/
/**
  * @styles 8-validation Form Validation Example
  *
  * @demo demos/forms-validation.html
**/
/**
  * @styles 9-character-count Character Count
  *
  * @demo demos/forms-character-count.html
**/
form {
  padding: 1rem;
}

label {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
}

.form-control {
  border: solid 2px #C7C8C9;
  width: 100%;
  text-align: left;
  padding-right: 5px;
  font-weight: 100;
  color: #212529;
  border-radius: 0;
  font-size: 14px;
}

.list-group-item {
  border-radius: 0 !important;
}

.dropdown-toggle {
  display: flex;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-size: 14px;
}

.optionalText {
  font-style: italic;
  color: #767676;
  font-size: 12px;
  padding-left: 2px;
}

form .required-asterisk {
  padding-left: 1px;
}

form p.small {
  line-height: 0.5rem;
}

select {
  width: 100%;
  border: 1px solid #C7C8C9;
  border-radius: 4px;
  padding-left: 16px;
  color: #333;
  vertical-align: middle;
  font-family: "Lato", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  font-size: 14px;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "Lato", sans-serif;
  font-size: 14px !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: "Lato", sans-serif;
  font-size: 14px !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  font-family: "Lato", sans-serif;
  font-size: 14px !important;
}

.typeahead.dropdown-menu {
  border-radius: 0;
  border: solid 1px #C7C8C9;
}

.typeahead.dropdown-menu .active a {
  background-color: #316BC8 !important;
  border-color: #003A70 !important;
  color: #FFFFFF;
}

.counter.input-group {
  width: 180px;
}

.counter.input-group .btn-number {
  padding: 0 0.75rem;
  background: transparent;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-control-label::before {
  width: 24px;
  height: 24px;
  border: solid 1px #C7C8C9;
  background-color: #FFFFFF;
  left: -1.75rem;
  top: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #15BEf0;
}

.custom-control-label::after {
  width: 24px;
  height: 24px;
  left: -1.75rem;
  top: 0;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #15BEf0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #15BEf0;
}

.error-format {
  color: #900000 !important;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

legend {
  font-size: 16px;
}

/* jQuery validate form field styles */
.help-block {
  color: #990000;
}

.has-error input, .has-error select, .has-error textarea {
  border-color: #A94442;
}

.has-error input:focus, .has-error select:focus, .has-error textarea:focus {
  border-color: #A94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #FF0000;
}

.has-success input, .has-success select, .has-success textarea {
  border-color: #2A8C3A;
}

.has-success input:focus, .has-success select:focus, .has-success textarea:focus {
  border-color: #2A8C3A;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #51CB65;
}

/* Added to remove padding on the form verification added by IDEM to login screens */
form#regenerate-verification-link {
  padding: 0;
}

/**
  * @stylesheet alerts.sass Alerts
  *
  * @parent components.design 1
  *
  * @description
  * Alert controls retain color palette specified in variables with a few twists. View colors [here](colors.sass.html).
  **/
/**
  * @stylesheet variables.sass Variables
**/
/**
  * @styles 0-alerts Alerts - Default
  *
  * Use alerts to show the user a message.
  * 
  * @demo demos/alerts.html
**/
.alert .close {
  color: currentColor;
  text-shadow: none;
  opacity: 1;
  font-weight: 100;
}
.alert svg {
  padding-right: 0.22rem;
}
.alert .close:not(:disabled):not(.disabled):hover, .alert .close:not(:disabled):not(.disabled):focus {
  color: #939597;
}
.alert a {
  text-decoration: underline;
  color: currentColor;
  font-weight: bold;
}
.alert a:hover {
  text-decoration: none;
}

.alert-primary {
  color: #003A70;
  background-color: aliceblue;
}

.alert-secondary {
  border: solid 1px #b8daff;
  color: #003A70;
  background-color: #FFFFFF;
}

.alert-danger {
  color: #770a0a;
  background-color: #fde9e9;
  border-color: #f9baba;
}
.alert-danger strong {
  color: #770a0a;
}

.alert-warning {
  color: #865000;
  background-color: #fff4d7;
  border-color: #c9b392;
}
.alert-warning strong {
  color: #865000;
}

.alert-success {
  border: solid 1px #00b996;
  background-color: #d4edda;
  color: #005344;
}

.alert-light {
  background-color: #F1F1F1;
  border: solid 1px #C7C8C9;
  color: #212529;
}

.alert-dark {
  background-color: #212529;
  border: solid 1px #212529;
  color: #FFFFFF;
}

/**
  * @styles 1-small-alerts Small Alerts
  *
  * Use a small alert if you need to put an alert within a card.
  *
  * @demo demos/alerts-small.html
**/
.alert.smaller {
  padding: 0.26rem 0.6rem;
  font-size: 14px;
}

/**
  * @styles 2-dismissible-alerts Dismissible Alerts
  *
  * @demo demos/alerts-dismissible.html
**/
.alert.alert-dark .close {
  color: #FFFFFF;
  text-shadow: none;
}

/**
  * @styles 3-bulletlist-alerts Alerts Bullet List
  *
  * @demo demos/alerts-bulletlist.html
**/
.alert-note {
  color: #83683f;
  background-color: #fff7ec;
  border-radius: 0;
  border: solid 1px #fff7ec;
  border-left: solid 4px #83683f;
}

.alert-note a {
  color: #0054a3;
}

.alert-note strong {
  color: #83683f;
}

.alert-note .alert-heading {
  font-family: "Lato", sans-serif;
}

/**
  * @styles 4-timeout-alerts Alerts - Timeout
  *
  * Apply a 5-second timeout for alerts without a close. This excludes error messages. (Refresh the page and scroll to this section to see an example.)
  *
  * @demo demos/alerts-timeout.html
**/
/**
  * @stylesheet visual-assets.sass Visual Assets
  *
  * @parent foundations.design 2
  *
  * @demo demos/visual-assets.html
  **/
/**
  * @stylesheet progress-meter.sass Progress Meter
  *
  * @parent components.design 14
  *
  * @description
  * A simple progress meter used on several apps (e.g., ecommerce screens, CAS). Note the progress labels are not shown <760px.
  * 
  * @demo demos/progress-meter.html
  **/
/**
  * @stylesheet variables.sass Variables
**/
/* **************** PROGRESS METER **************** */
.flexer, .progress-indicator {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.no-flexer, .progress-indicator.stacked {
  display: block;
}

.no-flexer-element {
  -ms-flex: 0;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}

.flexer-element, .progress-indicator > li {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}

.progress-indicator {
  margin: 0 0 1em;
  padding: 0;
  font-size: 80%;
  text-transform: uppercase;
}

.progress-indicator > li {
  list-style: none;
  text-align: center;
  width: auto;
  padding: 0 !important;
  margin: 0;
  position: relative;
  text-overflow: ellipsis;
  color: #676767;
  display: block;
  font-size: 14px;
} /* Note: The padding: 0 !important is there to override the padding:6px 0; used for the #mainBodyContainer ul li style (for bullets padding) */
.progress-indicator > li.completed, .progress-indicator > li.completed .bubble {
  color: #11551b;
}

.progress-indicator > li .bubble {
  border-radius: 1000px;
  width: 40px;
  height: 40px;
  background-color: #ddd;
  display: block;
  margin: 0 auto 0.5em;
}

.progress-indicator > li .bubble:after, .progress-indicator > li .bubble:before {
  display: block;
  position: absolute;
  top: 9px;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #ddd;
}

.progress-indicator > li.completed .bubble, .progress-indicator > li.completed .bubble:after, .progress-indicator > li.completed .bubble:before {
  background-color: #d4edda;
  border-color: #d4edda;
}

.progress-indicator > li .bubble:before {
  left: 0;
}

.progress-indicator > li .bubble:after {
  right: 0;
}

.progress-indicator > li:first-child .bubble:after, .progress-indicator > li:first-child .bubble:before {
  width: 50%;
  margin-left: 50%;
}

.progress-indicator > li:last-child .bubble:after, .progress-indicator > li:last-child .bubble:before {
  width: 50%;
  margin-right: 50%;
}

.progress-indicator > li.active, .progress-indicator > li.active .bubble {
  color: #003a70;
} /* background-color was #337ab7 but changing to match main APA brand colors */
.progress-indicator > li.active .bubble, .progress-indicator > li.active .bubble:after, .progress-indicator > li.active .bubble:before {
  background-color: #003a70;
  border-color: #122a3f;
} /* background-color was #337ab7 but changing to match main APA brand colors */
.progress-indicator > li a:hover .bubble, .progress-indicator > li a:hover .bubble:after, .progress-indicator > li a:hover .bubble:before {
  background-color: #5671d0;
  border-color: #1f306e;
}

.progress-indicator > li a:hover .bubble {
  color: #5671d0;
}

.progress-indicator > li.danger .bubble, .progress-indicator > li.danger .bubble:after, .progress-indicator > li.danger .bubble:before {
  background-color: #d3140f;
  border-color: #440605;
}

.progress-indicator > li.danger .bubble {
  color: #d3140f;
}

.progress-indicator > li.warning .bubble, .progress-indicator > li.warning .bubble:after, .progress-indicator > li.warning .bubble:before {
  background-color: #edb10a;
  border-color: #5a4304;
}

.progress-indicator > li.warning .bubble {
  color: #edb10a;
}

.progress-indicator > li.info .bubble, .progress-indicator > li.info .bubble:after, .progress-indicator > li.info .bubble:before {
  background-color: #5b32d6;
  border-color: #25135d;
}

.progress-indicator > li.info .bubble {
  color: #5b32d6;
}

.progress-indicator.stacked > li {
  text-indent: -10px;
  text-align: center;
  display: block;
}

.progress-indicator.stacked > li .bubble:after, .progress-indicator.stacked > li .bubble:before {
  left: 50%;
  margin-left: -1.5px;
  width: 3px;
  height: 100%;
}

.progress-indicator.stacked .stacked-text {
  position: relative;
  z-index: 10;
  top: 0;
  margin-left: 60% !important;
  width: 45% !important;
  display: inline-block;
  text-align: left;
  line-height: 1.2em;
}

.progress-indicator.stacked > li a {
  border: none;
}

.progress-indicator.stacked.nocenter > li .bubble {
  margin-left: 0;
  margin-right: 0;
}

.progress-indicator.stacked.nocenter > li .bubble:after, .progress-indicator.stacked.nocenter > li .bubble:before {
  left: 10px;
}

.progress-indicator.stacked.nocenter .stacked-text {
  width: auto !important;
  display: block;
  margin-left: 40px !important;
}

@media handheld, screen and (max-width: 400px) {
  .progress-indicator {
    font-size: 60%;
  }
}
/* custom style overrides for progress indicator */
/* since progress meter is done with <ul>, not giving this any padding-left like other <li>'s */
ul.progress-indicator {
  padding-left: 0 !important;
}

/* putting numbers inside circles */
.bubble {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  z-index: 9999;
  padding-top: 6px;
} /* z-index is for responsiveness with line, padding-top for centering # */
.whiteOverride {
  color: #fff !important;
} /* used for white numbers in active bubbles */
/* making line in-between circles thicker, and placing in middle of bubbles with margin-top */
.progress-indicator > li .bubble::after, .progress-indicator > li .bubble::before {
  height: 5px;
  margin-top: 10px;
  z-index: -1;
}

.progress-indicator {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.3em;
}

/* hiding progress indicator labels at 760px and below */
@media only screen and (max-width: 760px) {
  .progressLabel {
    display: none;
  }
}
/**
  * @stylesheet tags.sass Tags
  *
  * @parent components.design 15
  * 
  * @demo demos/tags.html
**/
/**
  * @stylesheet variables.sass Variables
**/
/* commenting these older styles out just in case we have to revert them back once the new tag styles go live - check all sites using the PL */
/*
.tag {
  border-radius: 3px;
  padding: 3px !important;
  border: solid 1px $border-gray;
  color: $darkest;
  font-size: 14px;
  margin: 3px;
}
.tag button {
  background-color: transparent;
  border: none;
  padding: 0;
  color: $darkest;
  cursor: pointer;
}
*/
.badge.custom-tag {
  margin: 3px;
  padding: 3px;
  line-height: 20px;
  border-radius: 3px;
}

.badge.badge-pill.custom-tag {
  border-radius: 10em;
}

.badge-pubs-2 {
  background-color: #003A70;
  border-color: #003A70 !important;
  color: #FFFFFF !important;
}

.badge .close {
  margin-left: 0.25rem;
  color: currentColor;
  font-size: 1.6em;
  text-shadow: none;
  opacity: 1;
  font-weight: 100;
}

.badge .close:not(:disabled):not(.disabled):hover,
.badge .close:not(:disabled):not(.disabled):focus {
  color: #939597;
  text-shadow: none;
  opacity: 1;
}

.badge-dark .close,
.badge-pubs-2 .close {
  color: #FFFFFF;
  text-shadow: none;
  opacity: 1;
}

/**
  * @stylesheet badges.sass Badges
  *
  * @parent components.design 3
  *
  * @description
  * A small count and labeling component.
**/
/**
  * @styles 0-badge-default Default Example
  *
  * Badges scale to match the size of the immediate parent element by using relative font sizing and `em` units.
  *
  * @demo demos/badge.html
**/
/**
  * @styles 1-badge-contextual-variations Contextual Variations
  *
  * Add any of the below mentioned modifier classes to change the appearance of a badge. Please note that this is also the default sizing of a badge. This default size would appear when there is no font size defined within the parent element.
  *
  * @demo demos/badge-contextual.html
**/
/**
  * @styles 2-badge-casing Casing Options
  *
  * Should be the opposite casing of the buttons so that users do not confuse it with a button.
  *
  * @demo demos/badge-casing.html
**/
/**
  * @styles 3-badge-defined-sizes Defined Sizes
  *
  * Add any of the below mentioned modifier classes to set a specific size of a badge.
  *
  * @demo demos/badge-defined-sizes.html
**/
/**
  * @styles 4-badge-notifications Notifications
  *
  * Badges can be used as part of links or buttons to provide a counter for notifications. Use the `.badge-pill` class for notifications.
  *
  * @demo demos/badge-notifications.html
**/
/**
  * @stylesheet variables.sass Variables
**/
.badge {
  border: solid 1px #C7C8C9;
  color: #212529;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.badge-sm {
  font-size: 12px;
}

.badge-md {
  font-size: 14px;
}

.badge-lg {
  font-size: 18px;
}

.badge-primary {
  color: #003A70;
  background-color: aliceblue;
  border: solid 1px #b8daff;
}

.badge-secondary {
  color: #003A70;
  background-color: #FFFFFF;
  border: solid 1px #b8daff;
}

.badge-success {
  color: #005344;
  background-color: #d4edda;
  border: solid 1px #00b996;
}

.badge-danger {
  color: #770a0a;
  background-color: #fde9e9;
  border-color: #f9baba;
}

.badge-warning {
  color: #865000;
  background-color: #fff4d7;
  border-color: #c9b392;
}

.badge-light {
  background-color: #F1F1F1;
  border: solid 1px #C7C8C9;
  color: #212529;
}

.badge-dark {
  background-color: #212529;
  border: solid 1px #212529;
  color: #FFFFFF;
}

/**
  * @stylesheet accordion.sass Accordion
  *
  * @parent components.design 0
  *
  * @demo demos/accordion.html
**/
/**
  * @stylesheet variables.sass Variables
**/
[data-toggle=collapse] .fa-minus {
  display: block;
}

[data-toggle=collapse] .fa-plus {
  display: none;
}

[data-toggle=collapse].collapsed .fa-minus {
  display: none;
}

[data-toggle=collapse].collapsed .fa-plus {
  display: block;
}

[data-toggle=collapse] {
  background-color: #FFFFFF;
}

[data-toggle=collapse] {
  background-color: #F4F4F4;
}

[data-toggle=collapse].collapsed {
  background-color: #F4F4F4;
}

[data-toggle=collapse].collapsed {
  background-color: #FFFFFF;
}

.accordion .btn, .accordion .btn-sm, .accordion .btn-group-sm > .btn {
  width: 100%;
}

.accordion h5 .btn-link {
  color: #212529;
}

/*.accordion .card-header {
    background-color:$light;
}*/
.accordion .card {
  overflow: hidden;
}

.accordion .card-header {
  margin-bottom: -1px;
  padding: 0px;
}

.accordion .card-header .btn {
  text-transform: none;
  letter-spacing: 0;
  padding: 1.2rem 1.5rem;
  border-radius: 0px;
}

.accordion .card-header .btn:hover {
  background: #dbdbdb;
}

/**
  * @stylesheet footer.sass Footer
  *
  * @parent components.design 9
**/
/**
  * @stylesheet variables.sass Variables
**/
/**
  * @styles 0-footer-general General
  * 
  * @demo demos/footer-general.html
**/
/**
  * @styles 1-footer-basic Footer Basic
  *
  * Here a very minimal footer for web apps.
  *
  * @demo demos/footer-basic.html
  **/
footer {
  border-top: 1px solid #CCCCCC;
  width: 100%;
  background-color: #FFFFFF; /* was #F1F1F1 with cascade over it of #FFFFFF */
  color: #333333;
  font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 200;
  padding: 2.33rem;
}

footer a {
  color: #003A70;
  text-decoration: underline;
}

footer a:hover {
  text-decoration: none;
}

footer p {
  margin-bottom: 0;
}
