@font-face {
  font-family: Visby-heavey;
  src: url("../fonts/VisbyHeavy.otf"); }
@font-face {
  font-family: Visby-light;
  src: url("../fonts/VisbyLight.otf"); }
.epa h3 {
  font-size: 2em !important; }
.epa ul {
  width: 85%; }
  .epa ul li {
    display: inherit;
    list-style-type: none;
    font-size: 1.3em !important;
    height: 140px;
    line-height: 5em; }
    .epa ul li i {
      font-size: 2em;
      color: #ffffff;
      background: #0093b5;
      border-radius: 50%;
      line-height: 2.5em;
      float: right;
      height: 100px;
      width: 100px;
      text-align: center;
      padding-left: 3px; }
    .epa ul li i::after {
      content: "";
      position: relative;
      border-right: solid 5px #0093b5;
      top: 68px;
      right: 24px; }
  .epa ul li:last-of-type {
    display: inherit;
    list-style-type: none;
    font-size: 1.3em !important;
    height: 140px;
    line-height: 5em; }
    .epa ul li:last-of-type i {
      font-size: 2em;
      color: #ffffff;
      background: #0093b5;
      border-radius: 50%;
      line-height: 2.5em;
      float: right;
      height: 100px;
      width: 100px;
      text-align: center;
      padding-left: 0px; }
    .epa ul li:last-of-type i::after {
      content: "";
      position: relative;
      border-right: solid 0px #0093b5;
      top: 68px;
      right: 22px; }
  .epa ul .selected {
    color: #ffffff !important; }
  .epa ul .selected:after {
    content: "";
    background: #01698b;
    height: 120px;
    display: block;
    position: relative;
    z-index: -1;
    top: -113px;
    width: 110%;
    left: 50%;
    transform: translate(-50%);
    border-radius: 15px; }
    .epa ul .selected:after li {
      color: #ffffff; }

.homepage-grig-wrapper {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(5, [row] 115px); }
  .homepage-grig-wrapper .homebox {
    border: 0.05rem solid #d3d3d3;
    background-color: #fff;
    border-radius: 0.5rem;
    position: relative;
    overflow: hidden; }
    .homepage-grig-wrapper .homebox h4 {
      padding: 15px;
      font-family: "Visby-heavey", sans-serif;
      background: #d3d3d3;
      border-radius: 0.25rem 0.25rem 0 0; }
    .homepage-grig-wrapper .homebox p {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 2rem;
      font-family: "Visby-light", sans-serif;
      text-align: center !important;
      line-height: 2rem !important;
      width: 100%; }
    .homepage-grig-wrapper .homebox button {
      position: absolute;
      bottom: 0;
      right: 0;
      margin: 8px;
      width: 80% !important;
      max-width: 200px !important;
      border: 0px !important; }
    .homepage-grig-wrapper .homebox i {
      color: #01698b;
      position: absolute;
      left: 40%;
      top: 60%;
      font-size: 11rem;
      line-height: 5rem;
      opacity: 0.1;
      transform: rotateZ(-15deg) translate(-50%, -50%); }
  .homepage-grig-wrapper .homebox1 {
    grid-column: 1 / 3;
    grid-row: 1 / 3; }
  .homepage-grig-wrapper .homebox2 {
    grid-column: 3;
    grid-row: 1 / 4; }
  .homepage-grig-wrapper .homebox3 {
    grid-column: 4;
    grid-row: 1 / 4; }
  .homepage-grig-wrapper .homebox4 {
    grid-column: 1;
    grid-row: 3 / 6; }
  .homepage-grig-wrapper .homebox5 {
    grid-column: 2;
    grid-row: 3 / 6; }
  .homepage-grig-wrapper .homebox6 {
    grid-column: 3 / 5;
    grid-row: 4 / 6; }

body {
  font-family: "Visby-light", sans-serif;
  font-style: normal;
  font-weight: 100;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 16px;
  color: #000;
  background: #ffffff; }

:root {
  color-scheme: light only; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.m--font-bold {
  padding: 10px 0 8px 10px;
  background-color: #EEEEEE;
  border-radius: 5px;
  margin: 30px 0 15px; }

.offset-md-2 .m--font-bold {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  margin: 0.5rem; }

[class^="col-"], [class*=" col-"], [class^="col"], [class*=" col"] {
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 100;
  font-size: 1.2rem; }

.progress {
  height: 2.5rem !important; }

.progress p {
  text-align: center !important;
  color: #fff !important;
  padding-top: 1rem !important; }

.progress-bar {
  background-color: #01698b; }

.btn {
  margin: 0px 5px; }

.btn-width {
  float: right;
  margin: 10px 0;
  width: 100%;
  max-width: 200px; }

.badge {
  position: absolute;
  font-size: 40%;
  margin-left: 5px; }

.btn-primary {
  color: #fff;
  background-color: #01698b;
  border-color: #003d69;
  min-width: 150px; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1100px;
    margin: 1.75rem auto; }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    min-width: 500px;
    vertical-align: middle; } }
.primary-color {
  background: #01698b;
  color: #ffffff; }

.secondary-color {
  background: #6c757d; }

.success-color {
  background: #198754;
  color: #ffffff; }

.info-color {
  background: #0dcaf0; }

.warning-color {
  background: #ffc107; }

.danger-color {
  background: #dc3545;
  color: #ffffff; }

.light-color {
  background: #f8f9fa; }

.dark-color {
  background: #212529;
  color: #ffffff; }

/*--------------------------------
	Icon Size
---------------------------------*/
.is1 {
  font-size: 1rem !important;
  font-style: normal !important; }

.is1-5 {
  font-size: 1.5rem !important;
  font-style: normal !important; }

.is2 {
  font-size: 2rem !important;
  font-style: normal !important; }

.is3 {
  font-size: 3rem !important;
  font-style: normal !important; }

.is4 {
  font-size: 4rem !important;
  font-style: normal !important; }

.is5 {
  font-size: 5rem !important;
  font-style: normal !important; }

.icons-i {
  float: right;
  background: #efefef;
  padding: 3px 5px 5px 5px;
  border: 1px solid #6c757d;
  border-radius: 5px;
  margin-top: -8px;
  margin-bottom: -8px; }

.icons-i-left {
  float: right;
  background: #efefef;
  padding: 5px 5px 0px 5px;
  border-top: 1px solid #6c757d;
  border-bottom: 1px solid #6c757d;
  border-left: 1px solid #6c757d;
  border-right: 1px solid #6c757d;
  border-radius: 5px 0px 0px 5px; }

.icons-i-right {
  float: right;
  background: #efefef;
  padding: 5px 5px 0px 5px;
  border-top: 1px solid #6c757d;
  border-bottom: 1px solid #6c757d;
  border-left: 0px solid #6c757d;
  border-right: 1px solid #6c757d;
  border-radius: 0px 5px 5px 0px; }

.tox-tinymce-aux {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  z-index: 1300;
  top: -625px !important; }

html, body {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden; }

a {
  color: #0093b5; }

a:focus, a:hover {
  color: #01698b;
  text-decoration: none; }

img {
  width: 100%; }

hr {
  color: #000;
  margin-top: 2rem; }

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-family: "Visby-light", sans-serif;
  letter-spacing: 0px;
  line-height: 1em;
  font-weight: 200; }

h1 {
  color: #000;
  font-size: 2.5rem; }

h2 {
  color: #000;
  font-size: 3rem; }

h3 {
  color: #000;
  font-size: 2rem; }

h4 {
  color: #000;
  font-size: 1.7rem; }

h5 {
  color: #000;
  font-size: 1.3rem; }

h6 {
  color: #000;
  font-size: 1rem; }

p {
  color: #000;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1.8rem;
  letter-spacing: 0.2px; }

li {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.2px; }
  li img {
    width: 80% !important;
    height: auto !important;
    margin: 30px 20% 30px 10% !important; }

label {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0.2px;
  margin: 20px 0 10px 0;
  font-weight: 400; }

ul {
  list-style-position: inside; }

.link {
  color: #343a40;
  background: #eeeeee;
  padding: 6px 10px 4px;
  border-radius: 5px;
  display: grid;
  width: 100%;
  aspect-ratio: 1/1;
  font-size: 1.2rem;
  line-height: 1rem;
  cursor: pointer;
  text-align: center; }
  .link i {
    padding: 0;
    margin-bottom: -20px; }
  .link span {
    font-size: 4rem !important;
    margin-bottom: -40px; }

.link:hover {
  background: #C2C2C2; }

.learnerside {
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: -460px;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  border-left: 3px solid #f6f6f6;
  width: 450px;
  padding: 0px 15px 15px 15px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8); }
  .learnerside h3 {
    background: #eee;
    padding: 22px 15px;
    margin: 0 -15px;
    color: #3d3d3f;
    font-size: 1.5rem; }
  .learnerside .learnersidetop {
    padding-bottom: 80px; }
    .learnerside .learnersidetop span {
      text-decoration: underline;
      cursor: pointer; }
  .learnerside .learnersidebottom {
    position: fixed;
    bottom: 0;
    width: 412px;
    padding: 20px;
    background: #ffffff; }

.learnerside a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s; }

.learnerside a:hover {
  color: #f1f1f1; }

.learnerside .closebtn {
  color: #ffffff;
  width: 100%; }

@media screen and (max-height: 450px) {
  .learnerside {
    padding-top: 15px; }

  .learnerside a {
    font-size: 18px; } }
#myInput {
  background-image: url("../imgs/searchicon.png");
  /* Add a search icon to input */
  background-position: 10px 12px;
  /* Position the search icon */
  background-repeat: no-repeat;
  /* Do not repeat the icon image */
  width: 100%;
  /* Full-width */
  font-size: 16px;
  /* Increase font-size */
  padding: 12px 20px 12px 40px;
  /* Add some padding */
  border: 1px solid #ddd;
  /* Add a grey border */
  margin: 12px 0;
  /* Add some space below the input */ }

#myUL {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0; }

#myUL li a {
  border: 1px solid #ddd;
  /* Add a border to all links */
  margin-top: -1px;
  /* Prevent double borders */
  background-color: #f6f6f6;
  /* Grey background color */
  padding: 12px 12px 6px 12px;
  /* Add some padding */
  text-decoration: none;
  /* Remove default text underline */
  font-size: 18px;
  /* Increase the font-size */
  color: black;
  /* Add a black text color */
  display: block;
  /* Make it into a block element to fill the whole list */
  cursor: pointer; }

#myUL li a:hover:not(.header) {
  background-color: #d3d3d3;
  /* Add a hover effect to all links, except for headers */ }

/*---------------------------------------
  General styles              
-----------------------------------------*/
.logo {
  height: 80px;
  width: auto;
  margin-top: -4px; }

.adminmain {
  font-size: 1em;
  padding: 30px; }
  .adminmain h1 {
    color: #3d3d3f;
    font-size: 3.2rem;
    line-height: normal;
    margin: 30px 0; }
  .adminmain h2 {
    color: #3d3d3f;
    font-size: 1.5rem;
    line-height: 52px;
    margin-top: 0px; }
  .adminmain h3 {
    color: #3d3d3f;
    font-size: 1.5rem;
    line-height: 52px;
    margin-top: 0px; }
  .adminmain .container {
    max-width: 100%; }

.podbg {
  margin-top: 20px; }

.podbg::before {
  background: #ffffff;
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: calc(100% - 10px);
  border-radius: 5px;
  height: 99%;
  z-index: -1; }

.textpod {
  border-radius: 5px;
  padding: 0px;
  background: #eeeeee;
  margin: 15px 3px;
  width: 150px;
  display: inline-flex;
  justify-content: center; }
  .textpod a {
    color: #01698b;
    width: 100%; }
  .textpod .innerhead {
    padding: 20px 10px 5px 10px;
    border-bottom: 1px solid #eeeeee; }
    .textpod .innerhead p {
      line-height: 0em; }
  .textpod .inner {
    padding: 10px;
    font-size: 1.2rem;
    font-weight: 200 !important; }

.textpod-siteadmin {
  border-radius: 5px;
  padding: 0px;
  background: #eeeeee;
  margin: 15px 3px;
  width: 48%;
  display: inline-flex;
  justify-content: center; }
  .textpod-siteadmin a {
    color: #01698b;
    width: 100%; }
  .textpod-siteadmin .innerhead {
    padding: 20px 10px 5px 10px;
    border-bottom: 1px solid #eeeeee; }
    .textpod-siteadmin .innerhead p {
      line-height: 0em; }
  .textpod-siteadmin .inner {
    padding: 10px;
    font-size: 1.2em;
    font-weight: 400 !important; }

.textpod_sq {
  position: relative;
  border-radius: 5px;
  padding: 0px;
  background: #eeeeee;
  margin: 15px 3px;
  width: 150px;
  display: inline-flex;
  justify-content: center; }
  .textpod_sq a {
    color: #01698b;
    width: 100%; }
  .textpod_sq .innerhead {
    padding: 20px 10px 5px 10px;
    border-bottom: 1px solid #eeeeee; }
    .textpod_sq .innerhead p {
      line-height: 0em; }
  .textpod_sq .inner {
    padding: 10px;
    font-size: 1.2em;
    font-weight: 400 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.textpod_sq:after {
  content: "";
  display: block;
  padding-bottom: 50%; }

.podbg .textpod {
  width: 100%; }

@media screen and (min-width: 768px) {
  .podbg {
    margin-top: 0px;
    padding: 0 15px; }

  .textpod {
    width: 12.50%; }

  .textpod_sq {
    width: 100%; }

  .podbg .textpod {
    width: 100%; } }
.helppod {
  border-radius: 5px;
  padding: 0px;
  background: #eeeeee;
  display: flex;
  justify-content: center !important; }
  .helppod a {
    color: #01698b;
    font-size: 1.5em !important;
    display: flex;
    width: 100%;
    justify-content: center;
    line-height: 1em; }
  .helppod .innerhead {
    padding: 20px 10px 5px 10px;
    border-bottom: 1px solid #eeeeee; }
    .helppod .innerhead h1 {
      line-height: 0em; }
  .helppod .inner {
    padding: 10px;
    height: 150px;
    display: flex;
    align-items: center !important; }
    .helppod .inner h1 {
      font-size: 2em !important; }

.textpodmain {
  border-radius: 5px;
  padding: 0px;
  background: #eeeeee;
  min-height: 35vh;
  margin-bottom: 15px; }
  .textpodmain a {
    color: #01698b; }
  .textpodmain .innerhead {
    padding: 20px 10px 5px 10px;
    border-bottom: 1px solid #eeeeee; }
    .textpodmain .innerhead p {
      line-height: 0em;
      font-weight: 400; }
  .textpodmain .inner {
    padding: 10px; }
    .textpodmain .inner p {
      line-height: 1.4rem; }
    .textpodmain .inner hr {
      color: #000000;
      margin-top: -0.5rem; }

.textpod:hover, .textpod-siteadmin:hover {
  background: #01698b; }
  .textpod:hover a:hover, .textpod-siteadmin:hover a:hover {
    color: white; }

.textpod_sq:hover {
  background: #01698b; }
  .textpod_sq:hover a:hover {
    color: white; }

.helppod:hover {
  background: #01698b; }
  .helppod:hover a:hover {
    color: white; }

.maintextpod {
  border-radius: 5px;
  padding: 0px; }
  .maintextpod .innerhead {
    padding: 35px 50px 15px 50px;
    border-bottom: 1px solid #eeeeee; }
    .maintextpod .innerhead p {
      line-height: 0em; }
  .maintextpod .inner {
    padding: 50px; }
    .maintextpod .inner img {
      width: 100%;
      margin: 20px 0; }

.supporttextpod {
  border-radius: 5px;
  padding: 0px;
  border: 1px solid #eee; }
  .supporttextpod .innerhead {
    padding: 15px 20px 25px 20px;
    background: #eeeeee; }
    .supporttextpod .innerhead h2 {
      font-size: 1.8em !important; }
    .supporttextpod .innerhead p {
      line-height: 0em; }
  .supporttextpod .inner {
    padding: 35px 20px 15px 20px;
    font-size: 1.1em !important; }
    .supporttextpod .inner p {
      font-size: 1.2em !important; }

.smallpodmargin {
  margin-top: 10px; }

.smallpodmargin:nth-child(1), .smallpodmargin:nth-child(2) {
  margin-top: 0px; }

.welcome {
  display: flex; }
  .welcome h3 {
    color: #000; }

.textleft {
  text-align: left; }

.textcenter {
  text-align: center; }

.textright {
  text-align: right; }

.download-section-content {
  background: #e8e8e8;
  text-align: center;
  padding: 1rem 0 0 0;
  border-radius: 0.5rem; }
  .download-section-content img {
    height: 190px;
    width: auto; }
  .download-section-content h3 {
    margin: 15px 0 0 0 !important; }

.formcontainer {
  position: relative;
  width: 100%;
  margin-top: 30px; }

.dragZone {
  margin-top: 5px;
  width: 100%;
  height: 200px;
  border: 3px dashed #8D8D8D;
  line-height: 200px;
  text-align: center;
  color: transparent;
  z-index: 2; }

::-webkit-file-upload-button {
  display: none; }

#submitbutton {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3; }

#output {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 1.4rem;
  text-align: center;
  width: 100%; }

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px; }

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: red;
  color: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); }

.ribbon-green:before, .ribbon-green:after {
  content: "";
  position: absolute;
  bottom: -3px; }

.ribbon-green:before {
  left: 0; }

.ribbon-green:after {
  right: 0; }

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #EEEEEE !important;
  margin-bottom: 0px; }
  ul.breadcrumb li {
    display: inline;
    font-size: 18px;
    text-transform: capitalize;
    color: #000; }
  ul.breadcrumb li + li:before {
    padding: 8px;
    color: #000;
    content: "/\00a0"; }
  ul.breadcrumb li a {
    color: #0093b5;
    text-decoration: none; }
  ul.breadcrumb li a:hover {
    color: #01698b;
    text-decoration: underline; }

/*---------------------------------------
  Websites styles             
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .newsbox {
    background: #ffffff;
    padding: 0 15px; }
    .newsbox a {
      font-family: "Visby-heavey", sans-serif; }
      .newsbox a .inner {
        overflow: hidden;
        height: auto;
        margin-bottom: 15px;
        position: relative; }
        .newsbox a .inner img {
          transition: transform .2s; }
        .newsbox a .inner .overlay {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          height: 100%;
          width: 100%;
          opacity: 0;
          transition: .5s ease;
          background-color: #008CBA; }
    .newsbox a:hover {
      text-decoration: underline; }
    .newsbox a:hover .inner .overlay {
      opacity: 0.7; }

  .container {
    max-width: 1400px; } }
#home_hero {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative; }
  #home_hero .container {
    display: flex;
    height: 50vh; }
    #home_hero .container .hero-text {
      margin: auto 0px auto 0px;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.7);
      padding: 15px; }
      #home_hero .container .hero-text h1 {
        color: #000;
        font-size: 1.8rem;
        font-family: "Visby-light", sans-serif; }
      #home_hero .container .hero-text p {
        color: #000;
        font-size: 1.1rem;
        font-family: "Visby-light", sans-serif; }
      #home_hero .container .hero-text .btn {
        background: #01698b;
        color: #ffffff;
        font-size: 1.2rem;
        font-family: "Visby-light", sans-serif;
        padding: 9px 35px 5px; }
      #home_hero .container .hero-text .btn:hover {
        background: #0093b5;
        color: #ffffff; }

@media screen and (min-width: 768px) {
  #home_hero {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative; }
    #home_hero .container {
      display: flex;
      height: 50vh; }
      #home_hero .container .hero-text {
        margin: auto 0px auto 50px;
        width: 50%;
        background-color: rgba(255, 255, 255, 0.7);
        padding: 15px; }
        #home_hero .container .hero-text h1 {
          color: #000;
          font-size: 2.5rem;
          font-family: "Visby-light", sans-serif; }
        #home_hero .container .hero-text p {
          color: #000;
          font-size: 1.5rem;
          font-family: "Visby-light", sans-serif; }
        #home_hero .container .hero-text .btn {
          background: #01698b;
          color: #ffffff;
          font-size: 1.2rem;
          font-family: "Visby-light", sans-serif;
          padding: 9px 35px 5px; }
        #home_hero .container .hero-text .btn:hover {
          background: #0093b5;
          color: #ffffff; } }
#section-hero {
  width: auto;
  padding: 50px 0px;
  margin-bottom: 20px;
  background: #01698b; }
  #section-hero .container {
    position: relative;
    display: flow-root; }
  #section-hero .hero-text {
    position: absolute;
    top: 60px;
    left: 0%; }
    #section-hero .hero-text h1 {
      font-family: "Visby-heavey", sans-serif;
      font-weight: 100; }
  #section-hero .hero-img {
    width: 80%;
    float: right; }
  #section-hero ul {
    margin: 0px 0px 10px -10px; }
    #section-hero ul li {
      color: #ffffff; }
      #section-hero ul li a {
        color: #ffffff; }
    #section-hero ul li + li:before {
      padding: 8px;
      color: #ffffff;
      content: "/\00a0"; }

.pageheader {
  display: flex; }
  .pageheader h1, .pageheader h2, .pageheader h3, .pageheader p {
    color: #ffffff; }
  .pageheader p {
    font-size: 1rem; }

#section-main {
  display: flex;
  width: auto;
  padding: 0px 0px;
  margin: 50px 0px; }
  #section-main .container {
    position: relative;
    display: flow-root; }
    #section-main .container h1 {
      color: #3d3d3f;
      font-size: 3.2rem;
      line-height: normal; }
    #section-main .container h2 {
      color: #3d3d3f;
      font-size: 2rem;
      line-height: 52px;
      margin-top: 0px; }
    #section-main .container h3 {
      color: #3d3d3f;
      font-size: 1.5rem;
      line-height: 52px;
      margin-top: 0px; }
  #section-main .hero-text {
    position: absolute;
    top: 60px;
    left: 0%; }
    #section-main .hero-text h1 {
      font-family: "Visby-heavey", sans-serif;
      font-weight: 100; }
  #section-main .hero-img {
    width: 80%;
    float: right; }

#section-login {
  display: flex;
  width: auto;
  padding: 0px 0px;
  margin: 0px 0px;
  min-height: calc(100vh - 5.5rem);
  align-items: center;
  background: url(../imgs/login.jpg);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; }
  #section-login .container {
    position: relative;
    display: flow-root; }
    #section-login .container h1 {
      color: #3d3d3f;
      font-size: 3.2rem;
      line-height: normal; }
    #section-login .container h2 {
      color: #3d3d3f;
      font-size: 2rem;
      line-height: 52px;
      margin-top: 0px; }
    #section-login .container h3 {
      color: #3d3d3f;
      font-size: 1.5rem;
      line-height: 52px;
      margin-top: 0px; }
  #section-login .hero-text {
    position: absolute;
    top: 60px;
    left: 0%; }
    #section-login .hero-text h1 {
      font-family: "Visby-heavey", sans-serif;
      font-weight: 100; }
  #section-login .hero-img {
    width: 80%;
    float: right; }

#section-main-other {
  display: flex;
  width: auto;
  padding: 0px 0px;
  margin: 30px 0px; }
  #section-main-other .container {
    position: relative;
    display: flow-root; }
    #section-main-other .container .h1bg {
      color: #fff;
      font-size: 1.5rem;
      line-height: normal;
      border-radius: 0.25rem;
      background: #01698b;
      padding: 15px;
      text-align: center;
      margin-bottom: 50px; }
    #section-main-other .container h1 {
      color: #3d3d3f;
      font-size: 3.2rem;
      line-height: normal; }
    #section-main-other .container h2 {
      color: #3d3d3f;
      font-size: 2rem;
      line-height: 52px;
      margin-top: 0px; }
    #section-main-other .container h3 {
      color: #3d3d3f;
      font-size: 1.5rem;
      line-height: 52px;
      margin-top: 0px; }
  #section-main-other .hero-text {
    position: absolute;
    top: 60px;
    left: 0%; }
    #section-main-other .hero-text h1 {
      font-family: "Visby-heavey", sans-serif;
      font-weight: 100; }
  #section-main-other .hero-img {
    width: 80%;
    float: right; }

#index-main {
  display: flex;
  width: auto;
  padding: 0px 0px;
  margin: 0px 0px; }
  #index-main .container {
    position: relative;
    display: flow-root; }
    #index-main .container h1 {
      color: #3d3d3f;
      font-size: 3.2rem;
      line-height: normal;
      text-align: center;
      position: relative;
      margin-bottom: 20px; }
    #index-main .container h2 {
      color: #3d3d3f;
      font-size: 2rem;
      line-height: 52px;
      margin-top: 0px; }
    #index-main .container h3 {
      color: #3d3d3f;
      font-size: 2rem;
      line-height: 52px;
      margin-top: 0px; }
  #index-main .hero-text {
    position: absolute;
    top: 60px;
    left: 0%; }
    #index-main .hero-text h1 {
      font-family: "Visby-heavey", sans-serif;
      font-weight: 100; }
  #index-main .hero-img {
    width: 80%;
    float: right; }

#section-footer {
  padding: 10px; }

@media screen and (min-width: 768px) {
  #index-main {
    padding: 0px 0px;
    margin: 20px 0px; } }
#main {
  background: #ffffff;
  min-height: 50vh;
  display: flex;
  padding: 20px 0px; }
  #main .container {
    margin: auto; }
    #main .container h1 {
      color: #000;
      text-align: left;
      font-family: "Visby-heavey"; }
    #main .container p {
      color: #000;
      text-align: left; }
    #main .container .btn {
      font-family: "Visby-light";
      width: 100%;
      border: 2px solid;
      padding: 15px;
      max-width: 300px;
      cursor: pointer; }
    #main .container .btn:hover {
      background: #000;
      color: #fff; }
    #main .container .row {
      margin: 0px -15px; }

@media screen and (min-width: 768px) {
  #main .container .row {
    margin: 20px -15px; } }
.scroll {
  white-space: nowrap;
  /* [1] */
  overflow-x: auto;
  /* [2] */
  -webkit-overflow-scrolling: touch;
  /* [3] */
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* [4] */
  padding: 0px 40px; }

/* [5] */
.scroll::-webkit-scrollbar {
  display: none; }

.scrolltop {
  white-space: nowrap;
  /* [1] */
  overflow-x: auto;
  /* [2] */
  -webkit-overflow-scrolling: touch;
  /* [3] */
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* [4] */
  padding: 0px 25px; }

/* [5] */
.scrolltop::-webkit-scrollbar {
  display: none; }

.scroll .link {
  width: unset;
  padding: 0 10px;
  background: #f3f3f3;
  display: inline-flex;
  margin: 0px 2px;
  justify-content: center; }

.scroll .link img {
  height: 150px;
  width: 100%; }

.baseimg {
  height: 400px;
  overflow: hidden;
  margin: 30px 0;
  order: -1; }

.nopad {
  padding: 0; }

.maxwidth {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .scroll {
    white-space: unset;
    padding: unset; }

  .scroll .link {
    width: 16%;
    padding: 10px;
    border-radius: 5px; }

  .scroll .link img {
    height: auto;
    width: 60%; }

  .nopad {
    padding: unset; }

  .maxwidth {
    max-width: 1400px; } }
.margin3015 {
  margin: 30px 0px -10px !important; }

/*--------------------------------
	Icon Size
---------------------------------*/
.is1 {
  font-size: 1rem !important; }

.is2 {
  font-size: 2rem !important; }

.is3 {
  font-size: 3rem !important; }

.is4 {
  font-size: 4rem !important; }

.is5 {
  font-size: 5rem !important; }

/*--------------------------------
	Box Headers
---------------------------------*/
.holtaken {
  width: 100%;
  border: #EEEEEE solid 1px;
  border-radius: 5px;
  margin: 5px;
  padding: 0 0 0 0;
  color: #000 !important; }
  .holtaken a {
    float: right;
    padding-right: 10px; }
  .holtaken h6 {
    background: #EEEEEE !important;
    padding: 10px 0 10px 10px !important;
    margin-top: 0 !important;
    color: #000 !important;
    font-size: 1.2rem !important; }
  .holtaken h3 {
    background: #EEEEEE !important;
    padding: 10px 0 10px 10px !important;
    margin-top: 0 !important;
    color: #000 !important;
    font-size: 1rem !important; }
  .holtaken p {
    padding: 10px 0 10px 10px !important;
    text-align: center !important;
    font-size: 2rem !important;
    color: #000 !important; }

.holtakenheader {
  color: #000;
  background: #EEEEEE;
  padding: 10px 0 10px 10px;
  margin-top: 0;
  border-radius: 5px; }

/*---------------------------------------
  Tab Swap              
-----------------------------------------*/
/* Style tab links */
.tablink {
  background-color: grey;
  color: #000000;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  width: 33.333333%;
  border: none;
  font-size: 1.1rem;
  font-weight: normal; }

.tablink:first-child {
  border-radius: 5px 0px 0px 5px; }

.tablink:last-child {
  border-radius: 0px 5px 5px 0px; }

.tablink:hover {
  background-color: #777; }

.tabcontent {
  color: white;
  display: none;
  padding: 20px 0px;
  height: 100%;
  width: 100%; }

.minicontainer {
  display: inline-flex;
  margin: 5px 0; }
  .minicontainer .image {
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-right: 10px;
    position: relative; }
    .minicontainer .image img {
      width: 110px;
      margin-left: 50%;
      transform: translateX(-50%); }
    .minicontainer .image .ribbon-wrapper-green {
      width: 65px;
      height: 65px;
      overflow: hidden;
      position: absolute;
      top: 0px;
      right: 0px; }
      .minicontainer .image .ribbon-wrapper-green .ribbon-green {
        font: bold 10px Sans-Serif;
        color: #333;
        text-align: center;
        text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        position: relative;
        padding: 7px 0;
        left: 5px;
        top: 5px;
        width: 80px;
        background-color: red;
        color: #fff;
        -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); }
  .minicontainer .text {
    width: 65%; }
    .minicontainer .text a {
      font-size: 1.2rem; }

.staffnet-navbar {
  height: 5.5rem;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  padding: 0.5rem;
  background: #ffffff;
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.1); }
  .staffnet-navbar .container {
    position: relative; }
  .staffnet-navbar .btn {
    background: #28a8b4;
    text-transform: uppercase;
    padding: 0.2rem 3rem;
    color: #fff;
    float: right;
    margin-top: 1.2rem; }
  .staffnet-navbar .btn:hover {
    background: #01698b; }
  .staffnet-navbar nav {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%); }
  .staffnet-navbar ul {
    display: unset;
    list-style-type: none;
    padding: 0;
    left: 0;
    top: 20px;
    transform: translate(0px, 0%);
    position: absolute;
    width: 100%; }
    .staffnet-navbar ul li {
      margin-top: 0.2rem;
      padding: 10px 0;
      border-bottom: 1px solid; }
      .staffnet-navbar ul li a {
        border-radius: .25rem;
        margin: 0 0.2rem;
        color: #000;
        padding: 10px 20px; }
      .staffnet-navbar ul li a:hover {
        color: #000;
        background: white;
        text-decoration: none; }
      .staffnet-navbar ul li .btn {
        float: left; }
    .staffnet-navbar ul li:nth-last-child(1) {
      margin-top: 0.2rem; }

.homeSideNav ul {
  margin-left: -45px;
  margin-top: 0px; }
  .homeSideNav ul li {
    list-style: none;
    text-align: center; }
    .homeSideNav ul li a {
      background: #eeeeee;
      width: 100%;
      display: block;
      padding: 7px 5px 3px 5px;
      margin-bottom: 5px;
      color: #000000;
      border-radius: 3px;
      text-align: left; }
    .homeSideNav ul li a:hover {
      color: #ffffff;
      background: #0093b5; }
.homeSideNav ul:nth-of-type(2) {
  margin-top: 30px; }

@media screen and (min-width: 768px) {
  .homeSideNav ul {
    margin-left: -45px;
    margin-top: 80px; }

  .staffnet-navbar ul {
    display: inline-flex;
    list-style-type: none;
    padding: 0;
    right: 15px;
    left: unset;
    top: 50%;
    transform: translate(0px, -50%);
    position: absolute;
    width: unset; }
    .staffnet-navbar ul li {
      border-bottom: 0px solid !important; }
      .staffnet-navbar ul li a:hover {
        color: #fff;
        background: #0093b5;
        text-decoration: none; } }
.overlay3 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 88px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  opacity: 0;
  transition: opacity .5s; }

.offcanvas {
  width: 75%;
  float: unset;
  margin-top: -8px;
  position: absolute;
  background: white;
  z-index: 1001;
  height: 100vh;
  top: 88px;
  left: -700px; }

.masterclassmobnav {
  float: right;
  font-size: 3rem;
  margin: 2px; }

.close {
  float: right;
  font-size: 3rem;
  margin: 9px 2px;
  display: none;
  opacity: 1; }

@media screen and (min-width: 768px) {
  .offcanvas {
    width: 700px;
    float: right;
    margin-top: 22px;
    position: unset;
    background: unset;
    z-index: unset;
    height: unset;
    top: unset;
    left: unset; }

  .masterclassmobnav {
    display: none !important; } }
.logo {
  height: 60px;
  width: auto;
  margin-top: 5px; }

.carehubmobnav {
  display: none !important; }

.close-old {
  display: none !important; }

/*---------------------------------------
  Form styles              
-----------------------------------------*/
.form-control {
  height: 53px;
  font-weight: 200; }

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white; }

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: white; }

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: white; }

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: white; }

radio {
  height: 25px;
  width: 25px;
  background-color: #eee; }

input, textarea {
  margin-top: -5px !important;
  font-size: 1.4rem !important; }

input:disabled, textarea:disabled {
  resize: none;
  background-color: transparent !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0; }

.regpadding {
  padding: 0 30px; }

/*---------------------------------------
  Table styles              
-----------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd; }
  table thead {
    background: #d3d3d3 !important; }
  table th, table td {
    vertical-align: middle !important;
    padding: 16px !important; }
  table tr:nth-child(even) {
    background-color: #f2f2f2 !important; }

.ui-datepicker th, .ui-datepicker td {
  border: 0;
  padding: 1px !important; }

/*---------------------------------------
  Admin & Manager styles              
-----------------------------------------*/
.container-fluid .btn {
  width: 50px !important; }

.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none; }

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0; }

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch; }

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #eeeeee;
  color: #000000;
  transition: all 0.3s; }

#sidebar.active {
  margin-left: -250px; }

#sidebar .sidebar-header {
  padding: 20px;
  background: #eeeeee; }

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #47748b; }

#sidebar ul p {
  color: #000000;
  padding: 10px; }

#sidebar ul li a {
  padding: 10px 30px;
  font-size: 1.2rem !important;
  line-height: 1.2rem;
  display: block;
  color: #000000; }

#sidebar ul li a:hover {
  color: #eeeeee;
  background: #01698b; }

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #000000;
  background: #eeeeee; }

a[data-toggle="collapse"] {
  position: relative; }

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%); }

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #eeeeee; }

ul.CTAs {
  padding: 20px; }

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px; }

a.download {
  background: #000000;
  color: #eeeeee !important; }

a.article,
a.article:hover {
  background: #01698b !important;
  color: #ffffff !important; }

/*---------------------------------------
  Admin pills           
-----------------------------------------*/
.rootpill {
  display: block;
  width: 100%;
  background: #ffffff;
  padding: 15px;
  line-height: 1.8rem;
  font-size: 1.3rem; }
  .rootpill span {
    float: left;
    padding-right: 5px;
    font-size: 1.8rem; }

.rootpill:hover {
  display: block;
  width: 100%;
  background: #01698b;
  color: #ffffff; }

/*---------------------------------------
  Admin Tables           
-----------------------------------------*/
#cardsearch {
  margin: 5px 0;
  padding: 5px 0; }

#cardsearch:nth-of-type(odd) {
  background: #efefef; }

.cardsearchhover:hover {
  background: rgba(0, 86, 149, 0.4) !important;
  cursor: pointer; }

.cardsearchhead {
  background: #d3d3d3;
  color: #000;
  margin: 5px 0;
  padding: 0px 0;
  display: none; }
  .cardsearchhead .namesearch {
    font-size: 1.2em; }

#cardsearchnodisplay {
  display: flex; }

.card {
  padding: 15px;
  height: 100%; }
  .card h4 {
    color: #3d3d3f;
    background: #eee;
    font-size: 1.5rem;
    line-height: 1.2rem;
    margin-top: 0px;
    margin: -15px -15px 30px;
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card h3 {
    color: white !important;
    background: #01698b;
    font-size: 1.2rem !important;
    line-height: 2rem !important;
    margin-top: 0px !important;
    margin: 15px 0px 0px 0px !important;
    padding: 15px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
    border-radius: 0 0 0.5rem 0.5rem; }
  .card p {
    color: #000;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.8rem;
    letter-spacing: 0.2px;
    text-align: center; }

.cardheadlink a {
  display: block;
  width: 100%;
  color: #3d3d3f; }

.cardheadlink a:hover::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.15);
  height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 3px 3px 0 0;
  color: #fff; }

.cardheaddivider::after {
  content: "";
  width: 2px;
  height: calc(100% - 75px);
  background: #eee;
  position: absolute;
  top: 63px;
  left: 50%; }

.cardinner {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-left: 3px solid #01698b;
  border-radius: 5px;
  margin-bottom: 15px; }
  .cardinner h3 {
    color: #3d3d3f;
    font-size: 1.5rem;
    line-height: 1.2rem; }
  .cardinner p {
    color: #000;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.8rem;
    letter-spacing: 0.2px;
    text-align: center;
    margin-top: 20px; }
  .cardinner .btn {
    background: #01698b;
    color: white;
    position: absolute;
    right: 15px;
    bottom: 20px;
    padding: 1px 15px; }
  .cardinner .btn:hover {
    background: #0093b5; }

.cardinnersmall {
  padding: 15px 0px 0 15px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-left: 3px solid #00678a;
  border-radius: 5px;
  margin-bottom: 5px; }
  .cardinnersmall h3 {
    color: #3d3d3f;
    font-size: 1.5rem;
    line-height: 1.2rem; }
  .cardinnersmall p {
    color: #000;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.2rem;
    letter-spacing: 0.2px;
    text-align: left;
    margin-top: 5px; }
  .cardinnersmall .btn {
    background: #01698b;
    color: white;
    position: absolute;
    right: 15px;
    bottom: 25px;
    padding: 5px 15px 2px;
    font-size: 1rem !important; }
  .cardinnersmall .btn:hover {
    background: #0093b5; }

.admin-index-message {
  height: 80px;
  border-radius: 8px; }
  .admin-index-message .inner {
    transform: translate(0%, 35%);
    padding: 0 10px; }

.admin-index-message:hover {
  background: rgba(0, 86, 149, 0.8);
  cursor: pointer;
  color: #fff; }

.admin-index-message::after {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% - 70px);
  transform: translate(15px, 0px);
  top: 0;
  border-bottom: 2px solid #eee; }

.admin-index-message:hover::after {
  content: "";
  height: 0%;
  width: 0%; }

.namesearch {
  display: flex;
  font-size: 1.2em;
  color: #000000;
  padding: 5px 10px;
  align-items: center !important; }

.namesearchticket {
  display: flex;
  font-size: 1.2em;
  color: #000000;
  padding: 5px 10px;
  align-items: center !important; }

.textalignright {
  text-align: left; }

.textcentre {
  text-align: left; }

@media screen and (min-width: 576px) {
  .textalignright {
    text-align: right; }

  .namesearch {
    justify-content: center; }

  .cardsearchhead .namesearch:first-of-type {
    justify-content: flex-start; }

  #cardsearch .namesearch:nth-of-type(2) {
    justify-content: flex-start; }

  .namesearchticket {
    justify-content: flex-start; } }
@media screen and (min-width: 768px) {
  .cardsearchhead {
    display: flex; }

  #cardsearchnodisplay {
    display: none; } }
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  width: 100%;
  padding: 0px;
  min-height: 100vh;
  transition: all 0.3s; }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px; }

  #sidebar.active {
    margin-left: 0; }

  #sidebarCollapse span {
    display: none; } }
/* -----------------------------------------------------
    IMG REPOSERORY
------------------------------------------------------*/
.imageview {
  max-height: 80%;
  max-width: 80%; }

.imageview_container {
  max-width: 100%;
  max-height: 100%; }

.imageview_container_border {
  background: #fff;
  padding: 20px 20px 40px 20px; }

.imageview_container img {
  width: auto;
  height: auto;
  max-width: 90vw;
  max-height: 90vh;
  margin: 5vh 0 5vh 0;
  border: 2px solid #000;
  background: #fff;
  padding: 20px 20px 40px 20px; }

.imageoverlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  transition: 0.5s; }

.imageoverlay-content {
  position: relative;
  top: 0%;
  width: 100%;
  text-align: center;
  padding: 0; }

.imageoverlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s; }

.imageoverlay a:hover, .imageoverlay a:focus {
  color: #f1f1f1; }

.imageoverlay .closebtn {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 60px;
  z-index: 101; }

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 5px; }

.activeacc, .accordion:hover {
  background-color: #ccc; }

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px; }

.activeacc:after {
  content: "\2212"; }

.panel {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  width: 100%; }
  .panel .cardsearchhead {
    background: transparent; }
  .panel .panelinner {
    padding: 10px 0; }

.priority-pill {
  border-radius: 5px;
  padding: 5px 0 1px;
  width: 100%;
  text-align: center;
  max-width: 150px;
  border: 0; }

/*# sourceMappingURL=style.css.map */
