:root {
    /*COLOUR VARIABLES: DEFAULT COLOURS*/
    --acc-background: #00338d;
    --acc-primary: #00338d;
    --acc-blockBodyText: #ffffff;
  }

  /*COLOURS*/
  .acc-simple-darkBlue { 
    --acc-background: transparent;
    --acc-primary: #0C233C;
  }  
  .acc-simple-blue { 
    --acc-background: transparent;
    --acc-primary: #00338d;
  }  
  .acc-simple-cobalt { 
    --acc-background: transparent;
    --acc-primary: #1e49e2;
  }  
  .acc-simple-purple { 
    --acc-background: transparent;
    --acc-primary: #7213ea;
  }  
  .acc-block-darkBlue {
    --acc-background: #0C233C;
    --acc-primary: #0C233C;
  }
  .acc-block-blue {
    --acc-background: #00338d;
    --acc-primary: #00338d;
  }
  .acc-block-cobalt {
    --acc-background: #1e49e2;
    --acc-primary: #1e49e2;
  }
  .acc-block-purple {
    --acc-background: #7213ea;
    --acc-primary: #7213ea;
  }
  .acc-block-pacificBlue {
    --acc-background: #00B8F5;
    --acc-blockBodyText: #000;
  }  
  .acc-block-gradientPurpleBlue {
    --acc-background: linear-gradient(90deg, #7213ea 50%, #1e49e2 100%);
    --acc-primary: #00338d;
  }
  .acc-block-gradientBlue {
    --acc-background: linear-gradient(90deg, #00B8F5 50%, #ACEAFF 100%);
    --acc-blockBodyText: #000;
  }

  /*BUTTON styles*/
  .acc-panel > button:after {
    /* font-family: "icomoon"; */
    /* content: "\e98d"; */
    /* font-size: 2.5rem; */
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    content: "\002b";
    float: right;
    position: absolute;
    top: 50%; 
    right: 30px; 
    transform: translateY(-50%);
    margin-left: 10px;
  }
  .acc-panel > button.active:after {
    /* content: "\e98e"; */
    content: "\2212";
  }
  .acc-panel button {
    cursor: pointer;
    width: 100%;
    line-height: 1.3;
    text-align: left;
    font-weight: normal;
    border: none;
    position: relative;
  }
  .acc-panel-wide button {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
    font-size: 2.5rem !important;
  }
  .acc-panel-slim button {
    font-size: 1.9rem;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .acc-block-blue button,
  .acc-block-cobalt button,
  .acc-block-purple button,
  .acc-block-darkBlue button,
  .acc-block-pacificBlue button,
  .acc-block-gradientPurpleBlue button,
  .acc-block-gradientBlue button {
    color: var(--acc-blockBodyText) !important;
  }
  .acc-simple-blue button,
  .acc-simple-cobalt button,
  .acc-simple-purple button,
  .acc-simple-darkBlue button
  {
    color: var(--acc-primary) !important;
  }

  /*GENERAL PANEL STYLES*/
  .acc-panel > div {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    font-size: 1.6rem;
    line-height: 1.3;
    border: 0;
    outline: 0;
  }
  .acc-panel-gapped .acc-panel {
  margin-bottom: 20px !important;
}

  /*SIMPLE PANEL STYLES*/
  .acc-simple-blue > .acc-panel,
  .acc-simple-darkBlue > .acc-panel,
  .acc-simple-cobalt > .acc-panel,
  .acc-simple-purple > .acc-panel {
    margin: 0;
    padding: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #eee;
    color: #333;
  }
  .acc-simple-blue > .acc-panel:last-of-type,
  .acc-simple-darkBlue > .acc-panel:last-of-type,
  .acc-simple-cobalt > .acc-panel:last-of-type,
  .acc-simple-purple > .acc-panel:last-of-type {
    border-bottom: none;
  }
  .acc-simple-blue button,
  .acc-simple-darkBlue button,
  .acc-simple-cobalt button,
  .acc-simple-purple button,
  .acc-simple-blue .acc-content,
  .acc-simple-darkBlue .acc-content,
  .acc-simple-cobalt .acc-content,
  .acc-simple-purple .acc-content
   {
    background: var(--acc-background) !important;
    padding-left: 10px;
    padding-right: 10px;
  }

   /*BLOCK PANEL STYLES*/
   .acc-block-blue > .acc-panel,
   .acc-block-darkBlue > .acc-panel,
   .acc-block-cobalt > .acc-panel,
  .acc-block-purple > .acc-panel,
  .acc-block-pacificBlue > .acc-panel,
  .acc-block-gradientPurpleBlue > .acc-panel,
  .acc-block-gradientBlue > .acc-panel {
    margin-bottom: 1px;
    background: var(--acc-background) !important;
    color: var(--acc-blockBodyText) !important;
    border: none;
  }
  .acc-block-blue button,
  .acc-block-darkBlue button,
  .acc-block-cobalt button,
  .acc-block-purple button,
  .acc-block-pacificBlue button,
  .acc-block-gradientPurpleBlue button,
  .acc-block-gradientBlue button,
  .acc-block-blue .acc-content,
  .acc-block-darkBlue .acc-content,
  .acc-block-cobalt .acc-content,
  .acc-block-purple .acc-content,
  .acc-block-pacificBlue .acc-content,
  .acc-block-gradientPurpleBlue .acc-content,
  .acc-block-gradientBlue .acc-content {
    background: var(--acc-background) !important;
    padding-left: 30px;
    padding-right: 30px;
  }

/*CONTENT STYLES*/
.acc-block-blue p,
.acc-block-darkBlue p,
.acc-block-cobalt p,
  .acc-block-purple p,
  .acc-block-pacificBlue p,
  .acc-block-gradientPurpleBlue p,
  .acc-block-gradientBlue p {
    color: var(--acc-blockBodyText);
  }
  .acc-content p,
  .acc-content ul,
  .acc-content ol {
    margin-bottom: 20px;
  }
  .acc-content ul,
  .acc-content ol {
    margin-left: 40px;
  }
  .acc-content ul li {
    list-style-type: disc;
    margin-bottom: 5px;
  }
  .acc-content ol li {
    list-style-type:decimal;
    margin-bottom: 5px;
  }
  .acc-panel img {
    margin: 20px;
  }
  .acc-content {
    width: 100%;
    text-align: left;
  }

  /*CHECKBOX STYLES*/
  .checkboxContainer {
    font-size: 0.9em;
    padding-bottom: 15px;
  }