@charset "UTF-8";
.centred {
  text-align: center;
}

.videoTopic {
  margin: 0 auto;
  font-weight: 700;
  font-size: xx-large;
}

/*~~~~~~~  Button  ~~~~~~~ */
.bttn {
  text-transform: uppercase;
  display: inline-block;
  padding: 1.5rem 4rem;
  border-radius: 10rem;
  background-color: #fffe87;
  color: #053936;
  border: 3px solid #053936;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.bttn:hover {
  /* Make the button pop up => 3D effect */
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  /* Box Shadow X Y Blur Colour */
  -webkit-box-shadow: 0 1rem 2rem rgba(34, 34, 34, 0.2);
          box-shadow: 0 1rem 2rem rgba(34, 34, 34, 0.2);
}
.bttn:active {
  color: #ddd7d1;
  background-color: #053936;
  /* Make the button appear to be pressed => 3D effect */
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
  /* Box Shadow X Y Blur Colour */
  -webkit-box-shadow: 0 1rem 2rem rgba(34, 34, 34, 0.2);
          box-shadow: 0 1rem 2rem rgba(34, 34, 34, 0.2);
}
.bttn:not(:last-child) {
  margin-right: 1.5rem;
}
.bttnMain {
  background-color: #053936;
  color: #fffe87;
}
.bttnMain:hover {
  background-color: #fffe87;
  color: #ddd7d1;
}
.bttnMain:active {
  background-color: #053936;
  color: #fffe87;
}
.bttnGhost {
  background-color: #F2F2F2;
  border-color: #053936;
  color: #053936;
}
.bttnGhost:hover {
  color: #053936;
  background-color: #fffe87;
}
.bttnGhost:active {
  color: #fffe87;
}
.bttnTextOnly {
  border: none;
  background-color: transparent;
}
.bttnTextOnly:hover, .bttnTextOnly:active {
  background-color: #fffe87;
  color: #ddd7d1;
}
.bttnDanger {
  background-color: #E84610;
  color: #053936;
}
.bttnGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4.5rem;
}
@media only screen and (min-width: 37.5em) {
  .bttnGroup.largeRow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 37.5em) {
  .bttnGroup {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.bttnGroup input:not(:last-child), .bttnGroup a:not(:last-child) {
  margin-bottom: 1.5rem;
}
.bttnGroup input[type="reset"] {
  /*"Reset Form" text seems to be slightly to the right of centre */
  /*So shift it to bring it back to centre-line */
  margin-right: 2rem;
}
.bttnScroll {
  height: 42px;
  width: 42px;
  position: fixed;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 3px solid #053936;
  border-radius: 50%;
  color: #053936;
  -webkit-box-shadow: 0 0.125rem 0.125rem rgba(34, 34, 34, 0.075);
          box-shadow: 0 0.125rem 0.125rem rgba(34, 34, 34, 0.075);
}
.bttnScroll:hover {
  background-color: #fffe87;
}
.bttnScroll a {
  cursor: pointer;
}
.bttnScroll a span {
  margin: auto;
}
.bttnScrollUp {
  bottom: 60px;
}
.bttnScrollDown {
  bottom: 10px;
}
.bttnScrollTop {
  bottom: 110px;
}
.bttnPrint {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.bttnPrint button:hover {
  background-color: #fffe87;
  color: #ddd7d1;
}
.bttnPrint button:active {
  color: #053936;
  background-color: #fffe87;
}

.blankIconButton {
  height: 27.2px;
  width: 27.6px;
  border: 1px solid #F2F2F2;
  background-color: #F2F2F2;
}

.clientPick {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

button.clientPick, .scoreAction {
  background-color: #ddd7d1;
  color: #fffe87;
}
button.clientPick:hover, .scoreAction:hover {
  background-color: #053936;
  color: #fffe87;
}

.centreLeft a:first-child {
  margin-right: auto;
}
.centreLeft a:last-child {
  margin-right: auto;
  visibility: hidden;
}

.mathsTopicsPaper a.btnCTA {
  min-width: 10rem;
}

/*===== END Button  ===== */
div#loginModal div.modal-dialog div.modal-content div.modal-body form input {
  width: 90%;
  margin: 10px;
  position: relative;
}

div.authorAddress {
  background-color: #CCCCCC;
  border: solid 1px #999999;
  margin-bottom: 15px;
}

p.summary {
  margin-top: 30px;
}

address {
  margin-bottom: 0px;
}

span.covid-19 {
  font-weight: 600;
  font-size: 130%;
  color: #999999;
}

.notepaper {
  position: relative;
  margin: 30px auto;
  padding: 29px 20px 20px 45px;
  width: 280px;
  line-height: 30px;
  color: #6a5f49;
  text-shadow: 0 1px 1px white;
  background-color: #f2f6c1;
  background-image: -o-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), -o-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
  border: 1px solid #c3baaa;
  border-color: rgba(195, 186, 170, 0.9);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 5px #d8e071, 0 0 1px rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 5px #d8e071, 0 0 1px rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.02);
}
.notepaper:before, .notepaper:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}
.notepaper:before {
  left: 28px;
  width: 2px;
  border: solid #efcfad;
  border-color: rgba(239, 207, 173, 0.9);
  border-width: 0 1px;
}
.notepaper:after {
  z-index: -1;
  left: 0;
  right: 0;
  background: rgba(242, 246, 193, 0.9);
  border: 1px solid rgba(170, 157, 134, 0.7);
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}

.quote {
  font-family: Georgia, serif;
  font-size: 14px;
}

.curly-quotes:before, .curly-quotes:after {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 48px;
  font-size: 50px;
  opacity: 0.2;
}
.curly-quotes:before {
  content: "“";
  margin-right: 4px;
  margin-left: -8px;
}
.curly-quotes:after {
  content: "”";
  margin-left: 4px;
  margin-right: -8px;
}

.quote-by {
  display: block;
  padding-right: 10px;
  text-align: right;
  font-size: 13px;
  font-style: italic;
  color: #84775c;
}

.lt-ie8 .notepaper {
  padding: 15px 25px;
}

/*~~~~~~~  Form  ~~~~~~~ */
form {
  margin: 2rem 0;
}

.formGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2rem;
}
.formGroup:not(:last-child) {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 25em) {
  .formGroup {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.formGroup select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.formInput {
  /*Font family & colour are set by the browser for form inputs */
  /*So we need to set them to inherit from the body element */
  font-family: inherit;
  color: inherit;
  /*Always when padding an element give it a bit more on the sides to look better */
  padding: 1.5rem 2rem;
  border-radius: 2px;
  background-color: rgba(242, 242, 242, 0.5);
  border: 1px solid #fffe87;
  -webkit-box-shadow: 0 1.5rem 4rem rgba(5, 57, 54, 0.15);
          box-shadow: 0 1.5rem 4rem rgba(5, 57, 54, 0.15);
  /*Add a transparent border at the bottom to match the border when the input is focussed */
  /*Otherwise the form elements will 'jump' when focus switches */
  border-bottom: 3px solid transparent;
  /*Full width on its own line */
  width: 50%;
  display: block;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.formInput:focus {
  /*Browser highlights a border (outline) around the input element when it has focus */
  /*We want to remove this */
  outline: none;
  /*This focus is important for ARIA, i.e. keyboard navigation */
  /*Always make form elements that are focussed visible */
  /*Give it a box shadow and a border at the bottom */
  -webkit-box-shadow: 0 1rem 2rem rgba(5, 57, 54, 0.1);
          box-shadow: 0 1rem 2rem rgba(5, 57, 54, 0.1);
  border-bottom: 3px solid #fffe87;
  /*Apply this style when we have an invalid focussed input element */
}
.formInput:focus:invalid {
  border-bottom: 3px solid #053936;
}
.formInput::-webkit-input-placeholder {
  /*Target the placeholder text */
  color: #999999;
}
.formInput:-ms-input-placeholder {
  /*Target the placeholder text */
  color: #999999;
}
.formInput::-ms-input-placeholder {
  /*Target the placeholder text */
  color: #999999;
}
.formInput::placeholder {
  /*Target the placeholder text */
  color: #999999;
}
.formLabel {
  font-weight: 700;
  /*Use 'block' so we can apply margins to the element */
  display: block;
  margin-left: 2rem;
  margin-top: 0.7rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.formInput.fadeInLabel:placeholder-shown + .formLabel {
  /*Use adjacent sibling selector '+' to choose a label which is next to an input element */
  /*If there were elements between the label and the input we would have to use the general sibling selector '~' */
  /*The sibling we want to select/use always has to be after the other element in the HTML */
  /*When the placeholder is shown -> these attributes are applied to the label */
  /*Once we start typing -> these attributes will not be applied and the label will appear */
  /*Using opacity since we want to animate the label disappearing */
  opacity: 0;
  /*Using visibility since we want the element to be gone from the page */
  visibility: hidden;
  /*Move the label down to the same position as the placeholder text - at the start of the animation */
  -webkit-transform: translateY(4.7rem);
          transform: translateY(4.7rem);
}
.formInputHelp {
  color: #808080;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.formInput.fadeInLabel:placeholder-shown > .formHelp {
  /*Use adjacent sibling selector '+' to choose a label which is next to an input element */
  /*If there were elements between the label and the input we would have to use the general sibling selector '~' */
  /*The sibling we want to select/use always has to be after the other element in the HTML */
  /*When the placeholder is shown -> these attributes are applied to the label */
  /*Once we start typing -> these attributes will not be applied and the label will appear */
  /*Using opacity since we want to animate the label disappearing */
  opacity: 0;
  /*Using visibility since we want the element to be gone from the page */
  visibility: hidden;
  /*Move the label down to the same position as the placeholder text - at the start of the animation */
  -webkit-transform: translateY(4.7rem);
          transform: translateY(4.7rem);
}
.formBlock:not(last-child) {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 37.5em) {
  .formBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
  }
}

input:not([type="radio"]):required + label::after, select:required + label::after, .manyManyLabel.required::after {
  content: " *";
  color: #E84610;
}

.submitRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*===== END  Form  ===== */
/*~~~~~~~  Button  ~~~~~~~ */
.bttn {
  text-transform: uppercase;
  display: inline-block;
  padding: 1.5rem 4rem;
  border-radius: 10rem;
  background-color: #fffe87;
  color: #053936;
  border: 3px solid #053936;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.bttn:hover {
  /* Make the button pop up => 3D effect */
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  /* Box Shadow X Y Blur Colour */
  -webkit-box-shadow: 0 1rem 2rem rgba(34, 34, 34, 0.2);
          box-shadow: 0 1rem 2rem rgba(34, 34, 34, 0.2);
}
.bttn:active {
  color: #ddd7d1;
  background-color: #053936;
  /* Make the button appear to be pressed => 3D effect */
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
  /* Box Shadow X Y Blur Colour */
  -webkit-box-shadow: 0 1rem 2rem rgba(34, 34, 34, 0.2);
          box-shadow: 0 1rem 2rem rgba(34, 34, 34, 0.2);
}
.bttn:not(:last-child) {
  margin-right: 1.5rem;
}
.bttnMain {
  background-color: #053936;
  color: #fffe87;
}
.bttnMain:hover {
  background-color: #fffe87;
  color: #ddd7d1;
}
.bttnMain:active {
  background-color: #053936;
  color: #fffe87;
}
.bttnGhost {
  background-color: #F2F2F2;
  border-color: #053936;
  color: #053936;
}
.bttnGhost:hover {
  color: #053936;
  background-color: #fffe87;
}
.bttnGhost:active {
  color: #fffe87;
}
.bttnTextOnly {
  border: none;
  background-color: transparent;
}
.bttnTextOnly:hover, .bttnTextOnly:active {
  background-color: #fffe87;
  color: #ddd7d1;
}
.bttnDanger {
  background-color: #E84610;
  color: #053936;
}
.bttnGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4.5rem;
}
@media only screen and (min-width: 37.5em) {
  .bttnGroup.largeRow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 37.5em) {
  .bttnGroup {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.bttnGroup input:not(:last-child), .bttnGroup a:not(:last-child) {
  margin-bottom: 1.5rem;
}
.bttnGroup input[type="reset"] {
  /*"Reset Form" text seems to be slightly to the right of centre */
  /*So shift it to bring it back to centre-line */
  margin-right: 2rem;
}
.bttnScroll {
  height: 42px;
  width: 42px;
  position: fixed;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 3px solid #053936;
  border-radius: 50%;
  color: #053936;
  -webkit-box-shadow: 0 0.125rem 0.125rem rgba(34, 34, 34, 0.075);
          box-shadow: 0 0.125rem 0.125rem rgba(34, 34, 34, 0.075);
}
.bttnScroll:hover {
  background-color: #fffe87;
}
.bttnScroll a {
  cursor: pointer;
}
.bttnScroll a span {
  margin: auto;
}
.bttnScrollUp {
  bottom: 60px;
}
.bttnScrollDown {
  bottom: 10px;
}
.bttnScrollTop {
  bottom: 110px;
}
.bttnPrint {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.bttnPrint button:hover {
  background-color: #fffe87;
  color: #ddd7d1;
}
.bttnPrint button:active {
  color: #053936;
  background-color: #fffe87;
}

.blankIconButton {
  height: 27.2px;
  width: 27.6px;
  border: 1px solid #F2F2F2;
  background-color: #F2F2F2;
}

.clientPick {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

button.clientPick, .scoreAction {
  background-color: #ddd7d1;
  color: #fffe87;
}
button.clientPick:hover, .scoreAction:hover {
  background-color: #053936;
  color: #fffe87;
}

.centreLeft a:first-child {
  margin-right: auto;
}
.centreLeft a:last-child {
  margin-right: auto;
  visibility: hidden;
}

.mathsTopicsPaper a.btnCTA {
  min-width: 10rem;
}

/*===== END Button  ===== */
h1.tuition, h2.tuition {
  text-transform: none;
}

img#underConstruction {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.smallInBox {
  width: 150px;
}

div#loginModal {
  border-color: #003d50;
  border-radius: 0;
  padding: 8px;
}

@media (min-width: 768px) {
  div#loginModal.modal-dialog {
    top: 14%;
    right: 7%;
    width: 400px;
  }
}

div#loginModal .modal-header {
  background-color: #38e700;
}

a.navbar-brand {
  color: blue !important;
  text-shadow: 2px 2px yellow !important;
}

div.brand {
  color: #191970;
  text-shadow: 3px 2px #707019;
}

li.active {
  color: #707019;
}

.navbar-default .navbar-nav > li > a {
  color: #38e700;
}

h5.articleTitle {
  background-color: lightgray !important;
}

button.articleBtn {
  color: #007bff;
  font-weight: 700;
  font-size: 150%;
}

article a {
  font-size: 130%;
}

ul.headingQuestions {
  list-style-type: square;
}
ul.headingQuestions > li {
  font-weight: 600;
  font-family: Josefin Slab;
  font-size: 130%;
}

span.byTeachers {
  font-size: 110%;
  color: #191970;
}

ul.inspiration li {
  font-size: 130%;
}

/*~~~~~~~  Table  ~~~~~~~ */
table.studentList {
  width: 100%;
}

.buddyTable {
  border: 1px solid #053936;
  margin: 1rem auto 2rem auto;
  width: calc(100% - 32px);
  border-collapse: collapse;
}
.buddyTable .rightPad {
  padding-right: 1rem;
}
.buddyTable thead tr {
  border-bottom: 2px solid #222222;
  background-color: #f4f2f2;
}
.buddyTable thead tr th {
  font-size: 110%;
  font-weight: 900;
  text-transform: capitalize;
}
@media only screen and (min-width: 37.5em) {
  .buddyTable {
    max-width: 70rem;
  }
}
.buddyRow:nth-child(odd) {
  background-color: #fffe87;
}
.buddyRow:hover {
  background-color: #ddd7d1;
  color: #fffe87;
}
.buddyRow:hover .formRadioButton {
  border-color: #fffe87;
}
.buddyLabel {
  padding-left: 2rem;
  padding-right: 1rem;
  font-style: italic;
}
.buddyData {
  font-weight: 700;
}
.buddyCentre {
  text-align: center;
}
.buddyActions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
}
.buddyActions a {
  height: 4rem;
  width: 3.5em;
}

.editAction {
  background-color: #fffe87;
}

.deleteAction {
  background-color: #E84610;
}

/*===== END  Table  ===== */
/* Multi-Level menu */
.menu {
  max-width: 900px;
  margin: 0 auto;
  padding: 1rem;
  list-style: none;
}

.multiItem:hover > .multiLevelMenu {
  display: block;
}
.multiItem:hover > .multiLink {
  z-index: 1;
}
.multiLink {
  color: inherit;
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 20px;
  position: relative;
  text-decoration: none;
  color: #000;
}
.multiLink:before, .multiLink:after {
  content: "";
  display: block;
  width: 80px;
  height: 60%;
  background-color: transparent;
  position: align-self;
  position: absolute;
  z-index: -1;
  bottom: -6px;
}
.multiLink:before {
  left: 0px;
  -webkit-transform: skewY(-14deg) translateX(-100%) translateY(-50%);
  transform: skewY(-14deg) translateX(-100%) translateY(-50%);
}
.multiLink:after {
  right: 0px;
  -webkit-transform: skewY(14deg) translateX(100%) translateY(-50%);
  transform: skewY(14deg) translateX(100%) translateY(-50%);
}
.multiLevelMenu {
  width: 100%;
  position: relative;
  color: #000;
}
.multiLevelMenu.depth1 {
  display: block;
  background-color: #fff;
  float: left;
  margin-bottom: 2em;
}
.multiLevelMenu.depth1 > .menu > .multiItem {
  float: left;
}
.multiLevelMenu.depth1 > .menu > .multiItem:hover {
  background-color: #44b1b2;
  color: #fff;
}
.multiLevelMenu.depth1 > .menu > .multiItem > .multiLink:hover, .multiLevelMenu.depth1 > .menu > .multiItem > .multiLink:focus {
  background-color: #44b1b2;
}
.multiLevelMenu.depth2 {
  display: none;
  background-color: #fff;
  color: #333 !important;
  position: absolute;
  left: 172px;
  top: 30px;
  -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.multiLevelMenu.depth2 > .menu > .multiItem {
  float: left;
  position: relative;
}
.multiLevelMenu.depth2 > .menu > .multiItem:hover {
  background-color: #3d9fa0;
  color: #fff !important;
}
.multiLevelMenu.depth2 > .menu > .multiItem > .multiLink:hover, .multiLevelMenu.depth2 > .menu > .multiItem > .multiLink:focus {
  background-color: #3d9fa0;
}
.multiLevelMenu.depth-3 {
  display: none;
  -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 100%;
  width: 400px;
}
.multiLevelMenu.depth-3:before, .multiLevelMenu.depth-3:after {
  content: "";
  display: block;
  top: 0;
  bottom: -30px;
  left: -30px;
  right: -30px;
  position: absolute;
}
.multiLevelMenu.depth-3 > .menu > .multiItem {
  float: none;
  position: relative;
  background-color: #e0e0e0;
  z-index: 1;
}
.multiLevelMenu.depth-3 > .menu > .multiItem:hover {
  background-color: #368c8d;
  color: #fff;
}
.multiLevelMenu.depth-3 > .menu > .multiItem > .multiLink:hover, .multiLevelMenu.depth-3 > .menu > .multiItem > .multiLink:focus {
  background-color: #368c8d;
}
.multiLevelMenu.depth-3 > .menu > .multiItem > .multiLink:before, .multiLevelMenu.depth-3 > .menu > .multiItem > .multiLink:after {
  display: none;
}

/* END Multi-Level menu */
/* Add Topic page */
#topicOrder {
  width: 20%;
}

#addTopic {
  width: 40%;
}
#addTopicForm {
  width: 50%;
  margin: 2rem auto;
}

/* END Add Topic page */

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