  ﻿@charset "UTF-8";
/* Eric Meyer's Reset CSS v2.0 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
}

.padding {
  padding: 1em;
}

.center {
  text-align: center;
}

/* clear fix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

.container {
  margin: 1.5em auto;
  margin-top: 0;
  max-width: 1400px;
}

/* grid */
.grid {
  margin: 1.5em auto;
  margin-top: 0;
  max-width: 1400px;
  padding: 0 1em;
}

.grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
}

body .mobile-hidden {
  display: none;
}

body .desktop-hidden {
  display: initial;
}

li p{display:inline}

@media only screen and (min-width: 765px) {
  [class*='col-'] {
    float: left;
    padding: 1.5em;
  }
  .col-1-1 {
    width: 100%;
  }
  .col-2-3 {
    width: 66.6666666666666666%;
  }
  .col-1-3 {
    width: 33.3333333333333333%;
  }
  .col-3-4 {
    width: 75%;
  }
  .col-1-2,
  .col-2-4 {
    width: 50%;
  }
  .col-1-4 {
    width: 25%;
  }
  .col-1-5 {
    width: 20%;
  }
  .col-1-8 {
    width: 12.5%;
  }
  .grid-pad {
    padding: 1.5em 0 1.5em 1.5em;
  }
  .grid-pad [class*='col-']:last-of-type {
    padding-right: 1.5em;
  }
  body .mobile-hidden {
    display: inline;
  }
  body .desktop-hidden {
    display: none;
  }

  body .col-1-2.mobile-hidden{
      display:block;
  }
}

@media only screen and (min-width: 1080px) {
  [class*='col-'] {
    float: left;
    padding: 2em;
  }
}

.inline-list {
  text-align: center;
}

.inline-list li {
  display: inline-block;
  margin: 0.25em;
}

.pure-g > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-box {
  padding: 0.5em;
}

/* headings */
body {
  font-family: arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  padding: 0.313em 0;
  margin-bottom: 0;
  line-height: 1.25em;
  font-weight: 200;
  text-align: center;
}

h1, .h1 {
  font-size: 1.2em;
  font-weight: bold;
}

h2, .h2 {
  font-size: 1.1em;
  font-weight: bold;
  color: #8C4799;
}

h3, .h3, .st-head-row {
  font-size: 1em;
  font-weight: bold;
}

h4, .h4 {
  font-size: 0.9em;
  font-weight: bold;
  color: #717171;
}

h5, .h5 {
  font-size: 1em;
}

h6, .h6 {
  font-size: 1em;
}

h1 span {
  font-size: 0.8em;
  font-weight: normal;
  color: #a3a3a3;
}

p {
  font-size: 0.875em;
  line-height: 1.5em;
  padding: 0.313em 0;
  text-align: center;
}

strong {
  font-weight: bold;
}

a {
  color: #D50032;
}

.content {
  padding: 1em;
}

.content p {
  text-align: left;
  font-size: 1em;
}

.content ul {
  font-size: 1em;
  padding-left: 1em;
}

.content ul li {
  line-height: 1.25em;
  padding: 0.313em 1em;
  padding-left: 2em;
  text-indent: -2em;
}

.content ul li:before {
  content: "• ";
  padding-right: 0.7em;
  font-size: 1.5em;
  color: #D50032;
}

ol {
  font-size: 1em;
  padding-left: 3em;
}

ol li {
  line-height: 1.25em;
  padding: 0.313em 0;
  list-style: decimal;
  padding-left: 1em;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  text-align: left;
}

@media only screen and (min-width: 600px) {
  h1, .h1 {
    font-size: 2.5em;
    font-weight: bold;
  }
  h2, .h2 {
    font-size: 1.875em;
    font-weight: bold;
  }
  h3, .h3 {
    font-size: 1.3em;
  }
  h4, .h4 {
    font-size: 1.125em;
  }
  h5, .h5 {
    font-size: 1em;
  }
  h6, .h6 {
    font-size: 1em;
  }
  p {
    font-size: 1.125em;
    line-height: 1.5em;
    padding: 0.313em 0;
  }
}

button, input.button {
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
}

.redbutton {
  color: white;
  background: #D50032;
  padding: 0 1em;
}

.float-right {
  float: right;
}

.button {
  display: block;
  width: 100%;
  font-size: 1.125em;
  line-height: 3em;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
}

.button.whitebutton {
  background: white;
  color: #8C4799;
  font-weight: normal;
  background: #F4F4F4;
}

input#SpellCheck {
  background: none;
  border: none;
}

.button.greybutton {
  color: #8C4799;
  text-decoration: none;
  border: 1px solid #8C4799;
}

.pure-button.pure-button-secondary {
  color: #8C4799;
  text-decoration: none;
  border: 1px solid #8C4799;
  background: white;
}

.button.purplebutton {
  background: #8C4799;
  color: white;
  border: none;
}

.button.inline {
  display: inline-block;
  width: auto;
  padding: 0em 1em;
  font-size: 0.825em;
}

.outline {
  border: 1px solid #D50032;
}

.textbox-button {
  width: 100%;
  display: table;
  padding: 1em;
  margin: 0 auto;
}

.textbox-button div {
  display: table-cell;
  width: 100%;
}

.textbox-button input[type="text"] {
  width: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  line-height: 45px;
  height: 45px;
  vertical-align: middle;
  display: inline-block;
  padding-left: 0.5em;
  border: 1px solid #8C4799;
}

.textbox-button input[type="text"]:-ms-input-placeholder {
  line-height: 45px;
  height: 45px;
  color:grey;
  vertical-align: middle;
  padding:0;
  padding-left: 0.5em;
}

.textbox-button button, .textbox-button input[type="submit"] {
  white-space: nowrap;
  height: 45px;
  line-height: 12px;
  background: #8C4799;
  color: white;
  margin: 0;
  display: inline-block;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
  padding: 0 1em;
  vertical-align: middle;
}

.tick-button {
  position: relative;
  display: block;
}

.tick-button span:before {
  content: "";
  position: relative;
  width: 20px;
  height: 18px;
  right: 0;
  background: url(/images/svg/icon-tick.svg) 0 0 repeat;
  display: inline-block;
  top: 2px;
  margin-right: 10px;
}

.tick-button.outline {
  padding: 0.5em 0.75em 0.75em;
  border-radius: 50px;
  border: 1px solid #dbdbdb;
}

.tag {
  background: #8C4799;
  color: white;
  padding: 0.25em 0.5em;
  display: inline-block;
  border-radius: 4px;
}

.button-holder.right {
  text-align: right;
}

.button-holder.bottom {
  border: 2px solid #8C4799;
  border-radius: 6px;
  background: white;
  padding: 1em;
  text-align: center;
}

.button-holder.bottom .pure-button {
  margin-top: 1em;
}

.button-holder.bottom .pure-button {
  margin-top: 0.25em;
}

.white-box .col-1-3 .multi-layer {
  margin-top: 0;
}

.multi-layer {
  text-align: center;
  line-height: 2em;
  padding: 1em 0 1.2em;
  margin-bottom: 1em;
}

.multi-layer {
  text-align: center;
  line-height: 2em;
  padding: 1em 0 1.2em;
  margin-bottom: 1em;
}

.col-1-3:last-child .multi-layer {
  margin-bottom: 0;
}

.multi-layer span {
  display: block;
  font-weight: normal;
  line-height: 1em;
}

.pop-up-wrapper{
    max-width:800px;
}

span.stay-loggedin {display:inline-block;margin-left:0.5em;vertical-align:middle}
span.stay-loggedin > input {display:inline-block;vertical-align: middle;}
span.stay-loggedin > label {display:inline-block;width:auto;vertical-align: middle;}


.quiz-link {
    position: relative;
    display: block;
    text-align: center;
}

.bx-next, .bx-prev {
    background: url(/images/slider-arrows.png);
    display: block;
    width: 38px;
    height: 50px;
}

.bx-prev {
    background-position: 0 0;
    float: left;
}

.bx-next {
    background-position: 40px 0;
    float: right;
}

.bx-prev:hover {
    background-position: 0 55px;
}

.bx-next:hover {
    background-position: 40px 55px;
}

.bx-next span, .bx-prev span{
    display: none;
}
.quiz-link span {
    background: #8C4799;
    color: white;
    position: relative;
    position: absolute;
    top: 18%;
    transform: translateY(-50%), translateX(-50%);
    display: inline-block;
    max-width: 320px;
    padding: 1em;
    left: 25%;
    right: 25%;
    margin: 0 auto;
    font-size: 1.12em;
    text-align: center;
    border-radius: 6px;
    width: 50%;
}



@media only screen and (min-width: 369px) {
  .button-holder.bottom .pure-button {
    margin: 0.25em;
  }
}

@media only screen and (min-width: 765px) {
  .multi-layer {
    margin-bottom: 0;
  }
  .button-holder.bottom .pure-button {
    padding: 1em;
    margin: 0.25em;
  }
  
    .button.bottom-right {
      position: absolute;
      bottom: 1em;
      right: 1em;
    }

    .button.bottom-left {
      position: absolute;
      bottom: 1em;
      left: 1em;
    }

    .slider-container {
        padding: 0 2em;
        position:relative;
    }

    .bx-prev {
        position: absolute;
        left: 0;
        top: 45%;
        margin: 0 auto;
    }

    .bx-next {
        position: absolute;
        right: 0;
        top: 45%;
        bottom: 0;
    }

    .quiz-link span {
         top: 20%;
    }

}

body .ui-widget-header {
  background: #8C4799;
  color: white;
}

.ui-dialog-buttonset button {
  background: #8C4799;
  color: white;
  border-radius: 4px;
}

button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
  background: #8C4799;
  color: white;
  border-radius: 4px;
}

@media only screen and (max-width: 480px) {
  .pure-form-aligned .wide21 .pure-control-group label {
    width: 100%;
  }
  li.rtsLI {
    width: 100% !important;
  }
}

.rtsLevel1 {
  border-bottom: 1px solid #d1d1d1;
  overflow: hidden;
}

#RadTabStrip1 {
  border-bottom: 1px solid grey;
  overflow: hidden;
  margin-bottom: 1em;
}

ul.rtsUL {
  border: 1px solid grey;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
  border-bottom: none;
}

ul.rtsUL a {
  background: #d1d1d1;
  color: #000;
  padding: 1.5em 2em !important;
  text-align: center;
  border-left: 1px solid grey;
  font-weight: bold;
  display: block;
}

ul.rtsUL li:first-child a {
  border-left: none;
}

ul a.rtsSelected {
  background: #8C4799;
  color: white;
}

.RadTabStrip .rtsOut, .RadTabStripVertical .rtsOut {
  padding: 0;
}

ul.rtsUL a {
  width: 100%;
}

.hidden {
  display: none;
}

table {
  width: 100%;
  background: white;
}

tbody {
  border: 1px solid #BCBCBC;
}

thead {
  background: #8C4799;
  color: white;
  line-height: 2em;
  padding: 1em;
  border: 1px solid #8C4799;
}

thead a {
    color: white;
}

th {
  padding: 0.25em;
  text-align: left;
  font-weight: bold;
}

td {
  padding: 0.5em 0.25em;
  line-height: 1.4em;
}

table.dg {
  margin-bottom: 1em;
}

.dg th {
  padding: 0.3em 0.5em;
}

.dg td {
  padding: 0.3em 0.5em;
}

address {
  line-height: 1.4em;
}

select {
  max-width: 100%;
}

.right {
  text-align: right;
  display: block;
}

.left {
  text-align: left;
  display: block;
}

#message-display p {
  text-align: left;
  font-size: 1em;
}

#message-display ul {
  margin-left: 1em;
}

#message-display li {
  font-size: 1em;
  list-style: disc;
  margin-bottom: 0.25em;
}

#message-display .container {
  padding: 1em;
  font-weight: bold;
  margin-bottom: 0;
}

#message-display.failure {
  background: #D50032;
  color: white;
}

#message-display.success {
  background: #15BC61;
  color: white;
}

#message-display.warning {
  background: #F29200;
  color: white;
}

.Default.RadEditor, .reContentCell, .Default.reWrapper, .Default.RadEditor .reContentCell {
  border: none !important;
}

#DescriptionWrapper tbody {
  border: 1px solid #8C4799;
}

#Description_contentIframe p, #Description_contentIframe li, #Description_contentIframe {
  font-size: 1.1em;
  line-height: 1.8em;
  font-family: arial, sans-serif;
}

.banner {
    background: #FFFFFF;
    color: #6C3776;
}

.header {
  background: #8C4799;
  overflow: hidden;
}

.header .container {
  margin: 0 auto;
}

.header-inner {
  display: table;
  padding: 0.25em;
  margin: 0 auto;
  width: 100%;
}

.header a {
  color: white;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}

.top-menu-toggle {
  background: #6c3776;
  width: 100%;
  display: block;
  text-align: center;
  color: white;
  padding: 0.25em;
  text-decoration: none;
}

.main-menu {
  display: none;
}

.main-menu.active {
  display: block;
}

.main-menu li {
  position: relative;
}

.main-menu .last ul {
  right: 0;
}

.main-menu ul li a {
  background: #8C4799;
}

.arrow {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: url(/images/icon-down.png) no-repeat center center;
}

.arrow.active {
  background: url(/images/icon-up.png) no-repeat center center;
}

.main-menu ul.active {
  display: block !important;
}

.top-menu {
  background: #6c3776;
}

.top-menu .container {
  margin-bottom: 0;
}

.top-menu a {
  text-decoration: none;
}

.menu-opener {
  vertical-align: middle;
  text-align: center;
}

.menu-opener span {
  background: #6c3776;
  border: 1px solid #2c1730;
  padding: 0.5em 0.75em;
  border-radius: 4px;
  display: block;
  white-space: nowrap;
}

.menu-container {
  display: none;
  width: 100%;
  clear: both;
  float: left;
  background: #6c3776;
  border: 1px solid #2c1730;
  border-bottom: none;
}

.menu-container a, .menu-container a.button, .top-menu a {
  font-size: 1em;
  font-weight: normal;
  line-height: 2.5em;
  display: block;
  padding: 0 0.5em;
  border-bottom: 1px solid #2c1730;
  background: #6c3776;
  color: white;
}

.menu-container.active {
  display: block;
}

.home-hero {
    background: url(/images/home-hero.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 1px solid #bcbcbc;
}

.hero-pannel {
  padding: 2em 0 0;
}

.featured-schools .col-1-2 {
  width: 50%;
  float: left;
  padding: 0.5em;
}

.featured-schools h3 a {
  color: #424242;
  text-decoration: none;
}

.featured-schools {
  font-size: 0.895em;
}

.grey-bg {
  padding: 1em;
  background: #F4F4F4;
  border: 1px solid #BCBCBC;
  border-left: none;
  border-right: none;
}

.grey-bg .container {
  margin-bottom: 0;
}

.padded {
  padding: 1em;
}

.container.left h1 {
  text-align: left;
  padding-left: 0.75em;
}

.border-bottom {
  border: 1px solid #BCBCBC;
}

.featured-jobs .col-1-3 div:hover {
  box-shadow: 0 1px 1px #F29200;
}

.featured-jobs .col-1-3 {
  padding: 0.75em;
}

.featured-jobs .col-1-3 div {
  background: white;
  text-align: left;
  border: 1px solid #BCBCBC;
  padding: 0.75em;
}

.featured-jobs .col-1-3 h3 {
  text-align: left;
  font-size: 1em;
}

.featured-jobs .col-1-3 a {
  text-decoration: none;
  width: 100%;
  display: block;
  overflow: hidden;
  height: 1.6em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.featured-jobs h3 {
  margin-top: 0.25em;
}

.featured-jobs .school a {
  color: #282828;
}

.featured-jobs .closing {
  color: #424242;
  font-size: 0.895em;
}

.categories {
  margin-top: 1em;
}

.categories div {
  border-bottom: 1px solid #d6d6d6;
}

.categories div:first-child {
  border-top: 1px solid #d6d6d6;
}

.categories h3 {
  text-align: left;
  padding: 1em 1em;
}

.categories ul {
  display: none;
  line-height: 2em;
  padding: 0 1.2em 0 1.2em;
  font-size: 0.9em;
}

.wistia_embed {
  border: 2px solid #8C4799;
  border-radius: 4px;
  box-shadow: 0 2px 5px #BCBCBC;
  max-height: 280px;
    overflow: hidden;
}

.content .wistia_embed {
  max-height: none;
  border: none;
}

.videos {
    border-bottom: 1px solid #BCBCBC;
    padding: 2em 0 0;
}

.videos p {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 2em;
} 

.sidebar {
  text-align: center;
}

.videos .container > div {
    padding: 0 1em;
}

body .videos h3 {
    color: #8c4799;
    margin-bottom: 8px;
    padding-bottom: 0;
    margin-top: 8px;
    text-align: center;
}

.videos i {
    color: #808080;
    display: block;
    width: 100%;
    margin-bottom: 12px;
    font-style: italic;
}

.videos .container > div  >span {
    color: #cc0034;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.box {
  background: white;
  margin-bottom: 1em;
  border: 1px solid #BCBCBC;
  width: auto;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  margin: 1em 0 1.5em;
}

.box.active {
  width: 90%;
  margin-right: -32px;
}

h2.filter-search-toggle {
  position: relative;
  padding: 8px 20px;
}

.filter-search-toggle:before {
  content: "";
  position: absolute;
  width: 74px;
  height: 75px;
  background: url(/images/icon-notepad.png) 50% 50% no-repeat;
  display: inline-block;
  left: -58px;
  top: -10px;
}

.filter-search-options {
  display: none;
  text-align: left;
}

.filter-search-options.active {
  display: block;
}

.input-container {
  padding: 0.5em;
  display: block;
}

.input-container select {
  width: 100%;
  display: block;
  margin-top: 0.5em;
  padding: 0.5em;
}

.filter-search-options label {
  width: 100%;
  display: block;
  font-weight: bold;
}

.filter-search-options button {
  background: #8C4799;
  color: white;
  margin-top: 0.75em;
  font-size: 0.9em;
}

.filter-nav h3 {
  text-align: left;
  padding: 0.5em;
}

.filter-nav ul {
  margin-bottom: 1em;
}

.filter-nav li {
  display: block;
  padding: 0.25em 0.5em;
  display: none;
}

.filter-nav li.show {
  display: block;
}

.filter-nav li a {
  padding: 0.5em 0.5em;
  display: block;
  text-decoration: none;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  color: #8C4799;
}

.filter-nav li a.view-all {
  color: #D50032;
  border:none;
}

.filter-nav li.active a {
  font-weight: bold;
  border: 1px solid #8C4799;
  background: #8C4799;
  color: white;
}

.filter-nav li.toggle-visibility {
  display: block;
}

.vacancy-card {
  background: white;
  border: 1px solid #BCBCBC;
  padding: 0.5em;
  text-align: left;
  border-top: none;
}

.vacancy-card:first-child {
  border: 1px solid #BCBCBC;
}

.vacancy-card.featured-vacancy {
  border: 1px solid #F29200;
  border-top: none;
}

.vacancy-card.featured-vacancy:first-child {
  border: 1px solid #F29200;
}

.vacancy-card .school-info {
  padding-left: 1em;
  float: left;
  width: 75%;
}

.vacancy-card h2 {
  text-align: left;
  font-size: 1em;
  display: block;
  height: 1.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.5em;
}

.vacancy-card h2 a {
  text-decoration: none;
}

.vacancy-card .school-name {
  text-align: left;
  font-size: 0.825em;
  display: block;
  height: 1.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.25em;
}

.vacancy-card .closing {
  text-align: left;
  font-size: 0.8em;
  display: block;
  height: 1.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.5em;
}

.vacancy-card img {
  width: 25%;
  display: block;
  float: left;
}

.vacancy-actions, .vacancy-tags {
  display: none;
  overflow: hidden;
}

.cat-browse {
  padding-top: 1em;
}

.vacancy-actions a {
  margin: 0.5em;
  display: block;
  float: left;
  padding: 0.25em 0.75em;
  text-decoration: none;
  border-radius: 4px;
  line-height: 1.4em;
}

a.save {
  background: #F4F4F4;
  color: black;
  margin-right: 0;
  transition:all 1s;
}

a.save:hover{
  background:#d00f42;
  color: white;
}

.save span:before {
  content: "";
  background: url(/images/icon-heart.png);
  width: 18px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 0.25em;
  transition:all 1s;
}

a.save:hover span:before{
   background-position: 0 19px;
}


.view {
  background: #8C4799;
  color: white;
}

.vacancy-title img {
  margin: 0 auto;
  display: block;
}

.school-title {
  text-align: center;
  display: block;
  text-decoration: none;
  margin-top: 0.25em;
}

.vacancy-buttons {
  text-align: center;
}

.vacancy-main-actions {
  display: block;
  width: 100%;
  margin: 1em 0 0.5em;
}

.vacancy-main-actions .save, .vacancy-main-actions .featured-tag, .vacancy-buttons .view {
  margin: 0.25em;
  line-height: 1.2em;
  padding: 0.5em 0.75em;
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
}

.vacancy-buttons .view {
  padding: 0.5em 1.4em;
  line-height: 1.4em;
}

.vacancy-main-actions .featured-tag {
  background: #F29200;
}

.vacancy-overview {
  font-size: 0.8em;
  margin-bottom: 1em;
}

.vacancy-overview .col-1-3 {
  background: white;
  border: 1px solid #BCBCBC;
  border-top: none;
  padding: 0.5em;
}

.vacancy-overview .col-1-3:first-child {
  background: white;
  border: 1px solid #BCBCBC;
}

.vacancy-overview .col-1-3 > span {
  width: 100%;
  display: block;
  line-height: 2em;
}

.vacancy-overview .col-1-3 > span {
  padding-bottom: 0.75em;
}

.vacancy-overview .col-1-3 > span:last-child {
  padding-bottom: 0;
}

.white-box {
  text-align: left;
  background: white;
  padding: 0.5em;
  border: 1px solid #BCBCBC;
  position: relative;
}

.white-box.content {
    line-height: 1.6em;
}

.white-box.content br {
    content: "A" ;
    display: block;
    margin-bottom: 1em;
}

.white-box.content p br {
    margin-bottom: 0em;
}


.white-box h3 {
  text-align: left;
  color: #8C4799;
}

.white-box p {
  text-align: left;
}

.content table,
.content tbody{
    border:none;
}

.content tbody{
    border: 1px solid #BCBCBC;
}

.content td{
    border-bottom: 1px solid #BCBCBC;
    padding:0.25em 0.5em;
}

.col-1-1.no-top-margin {
  padding-top: 0;
}

.down-load-link {
  color: #8C4799;
  text-decoration: none;
  top: 0.75em;
  right: 1em;
  background: #F4F4F4;
  padding: 0.25em 0.5em;
  border-radius: 4px;
}

.important-info {
    background: #E9E9E9;
    margin-top: 1em;
    padding: 1em;
    margin-bottom: 1em;
    color: black;
    border-radius: 5px;
    border: 1px solid #BCBCBC;
}

.important-info span {
  padding-left: 50px;
  background: url(/images/important.png) no-repeat 0 10px;
  position: relative;
  display: block;
  line-height: 1.6em;
}

.download-links {
  margin-top: 1em;
}

.download-links li {
  margin-bottom: 0.5em;
}

.download-links a {
  display: block;
  background: #F4F4F4;
  padding: 0.5em;
  text-decoration: none;
}

.download-links span {
  vertical-align: middle;
}

.download-links span:before {
  content: "";
  width: 16px;
  height: 20px;
  background: url(/images/docs-icon.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}

.download-links .word span:before {
  content: "";
  width: 29px;
  height: 20px;
  background: url(/images/word.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.download-links .pdf span:before {
  content: "";
  width: 28px;
  height: 26px;
  background: url(/images/pdf.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}

.action-links {
  margin-top: 1em;
}

.action-links li {
  margin-bottom: 0.5em;
}

.action-links a {
  display: block;
  background: #F4F4F4;
  padding: 0.75em;
  text-decoration: none;
}

.other-vacancies {
  margin-top: 1em;
}

.other-vacancies h3 {
  color: #8C4799;
  text-align: left;
}

.white-box {
  padding: 1em;
  margin-bottom: 1em;
  position: relative;
}

.white-box .grey strong {
  line-height: 1.6em;
}

.white-box label {
  margin: 0.75em 0 0;
  display: inline-block;
  font-weight: bold;
}

.padded-box.full-width-controls .pure-controls {
  margin: 1.5em 0 0 0;
}

.padded-box.full-width-controls label {
  font-weight: normal;
}

.padded-box.full-width-controls strong {
  font-weight: bold;
}

.padded-box > .pure-controls:first-child {
  margin-top: 0;
}

.white-box input[type="text"], .white-box input[type="password"],
.input-container input[type="text"], .input-container .white-box input[type="password"] {
  border: 1px solid #BCBCBC;
  width: 100%;
  padding: 0.5em;
  margin: 0.5em 0;
  border-radius: 4px;
}

.white-box select {
  border: 1px solid #BCBCBC;
  width: 100%;
  padding: 0.5em;
  margin: 0.5em 0;
  border-radius: 4px;
}

.white-box h3 {
  margin-bottom: 0.5em;
}

.white-box.grey {
  max-width: 700px;
  margin: 0 auto;
  background: #e7e7e7;
}

.white-box.grey h3 {
  color: #282828;
}

.white-box .button {
  margin-top: 1em;
  font-size: 1em;
}

.white-box label {
  width: 100%;
  padding: 0.5em;
}

.padded-box {
  background: white;
  padding: 1em;
  border: 1px solid #BCBCBC;
  margin-bottom: 1em;
}

.padded-box label {
  font-weight: bold;
  line-height: 1.6em;
}

.padded-box p {
  font-size: 0.9em;
  display: inline-block;
}

.padded-box.pure-form-aligned .pure-control-group {
  margin-bottom: 1em;
}
 .pure-form.pure-form-aligned  .pure-form-stacked label{
    text-align: left;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
}

.pure-control-group {
  position: relative;
}

.pure-control-group .required {
  position: absolute;
  top: 0;
  right: 0;
}

.pure-form-aligned {
  min-height: 200px;
}

.pure-form-aligned .pure-control-group label {
  width: 13em;
}


.pure-form-aligned .wide13 .pure-control-group label {
  width: 13em;
}

.pure-form-aligned .wide13 .pure-controls {
  margin: 1.5em 0 0 15em;
}

.pure-form-aligned .wide21 .pure-control-group label {
  width: 21em;
}

.pure-form-aligned .wide21 .pure-controls {
  margin: 1.5em 0 0 23em;
}


.pure-form-aligned .wide25 .pure-control-group label {
  width: 25em;
}

.pure-form-aligned .wide25 .pure-controls {
  margin: 1.5em 0 0 227em;
}

.contact-tabs {
  background: white;
  border: 1px solid #BCBCBC;
}

.contact-tab div {
  padding: 1em;
  border-bottom: 1px solid #BCBCBC;
}

.contact-tabs h3 {
  text-align: left;
  color: #8C4799;
  padding: 1em;
  border-bottom: 1px solid #BCBCBC;
  background: url(/images/icon-plus.png) no-repeat right 10px top 20px;
}

.contact-tabs h3.active {
  background: url(/images/icon-plus.png) no-repeat right 10px bottom 25px;
}

.contact-tab address {
  font-style: italic;
  line-height: 1.4em;
  font-size: 0.9em;
}

.contact-tab p {
  text-align: left;
  font-size: 0.9em;
}

.contact-tab div {
  display: none;
}

.contact-tab div.active {
  display: block;
}

.contact-tab h3 {
  cursor: pointer;
}

.orange, .col-3-4 .failure, #text-message.failure {
  background: #F29200;
  text-align: left;
  padding: 1em;
  color: white;
  margin-top: 1em;
  line-height: 1.3em;
  display: block;
  text-decoration: none;
  border-radius: 6px;
}

#text-message.failure{
    margin-bottom:1em;
}

input.classic{
    color: #8C4799;
    text-decoration: none;
    border: 1px solid #8C4799;
    background: white;
    border-radius:4px;
    padding:0.5em;
    display:inline-block;
}


li.school-vacancy.no-results {
    padding: 1em;
    background: #F29200;
    color: white;
    font-weight: bold;
}

.col-3-4 .failure {
  margin-bottom: 1em;
}

.failure a {
  color: white;
  font-weight: Bold;
}

.orange span {
  font-weight: bold;
}

.col-1-2.center {
  margin: 0 auto;
  display: static;
  float: none;
}

.center .white-box {
  text-align: center;
}

.center .white-box h3 {
  text-align: center;
}

.doc {
    border-bottom:1px solid grey;
    padding:1em;
}


.doc {
    border: 1px solid #C8C8C8;
    border-bottom: none;
    padding:1em;
    overflow:hidden;
}

.doc:nth-child(even){
    background: #FBFBFB;
}

.doc-name{
    float:left;
}


.doc-name a{
    font-weight:bold;
    font-size:1.125em;
}

.doc .edit{
float:right;
}

.doc:first-child{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.doc:last-child{
    border-bottom: 1px solid #C8C8C8;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.grey {
  background: #F4F4F4;
  padding: 0.5em;
}

.grey.padded {
  padding: 1em;
}

.grey address {
  line-height: 1.4em;
  font-size: 1.1em;
  text-decoration: italic;
  font-style: italic;
}

.contact-details {
  line-height: 1.4em;
  font-size: 1.1em;
  margin-top: 0.25em;
}

.ticks {
  padding: 1em 1em 0.5em;
  margin: 1em 0;
}

.ticks li {
  padding-left: 1.75em;
  padding-bottom: 0.75em;
  background: url(/images/icon-tick.png) no-repeat;
}

.mobile-nav-toggle {
  position: fixed;
  background: #8C4799;
  bottom: 0;
  display: block;
  right: 0;
  text-align: right;
  z-index: 5;
  padding: 0.25em;
  color: white;
  text-decoration: none;
  border-top-left-radius: 4px;
}

.mobile-nav {
  display: none;
}

.mobile-nav.active {
  display: block;
}

.nav {
  overflow: hidden;
  position: fixed;
  right: 0;
  z-index: 2;
  bottom: 0;
  width: 100%;
  background: #6c3776;
  padding-bottom: 1.5em;
  max-height: 80%;
  overflow-y: scroll;
}

.nav li {
  display: block;
}

.nav li a {
  display: block;
  background: #8C4799;
  color: white;
  text-decoration: none;
  line-height: 1.6em;
  padding: 0.5em;
  border-top: 1px solid #6c3776;
}

.nav li a:hover {
  background: #6c3776;
}

.nav-title {
  color: white;
  display: block;
  line-height: 1.6em;
  padding: 0.5em;
}

.application-form .col-1-4 {
  padding-right: 0;
}

.application-form .col-3-4 {
  padding-left: 0;
}

.application-form .nav a {
  background: #DFDFDF;
  border-top: 1px solid #A4A4A4;
  border-left: 1px solid #A4A4A4;
  color: #4B4B4B;
  line-height: 2.5em;
  padding-right: 2em;
}

.application-form .nav {
  border-bottom: 1px solid #A4A4A4;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.application-form .nav a:hover {
  background: #E5E5E5;
}

.application-form .nav a.success {
  background: #15BC61 url("../images/tick-circle.png") right 5px center no-repeat;
  color: white;
}

.application-form .nav a.success:hover {
  background: #18d36d url("../images/tick-circle.png") right 5px center no-repeat;
  color: white;
}

.application-form .nav a.active {
    background: #FBFBFB;
    font-weight:bold;
}

.application-form .nav a.active:hover {
    background: white;
}

.button-holder {
  margin-top: 1em;
}

.user-overview {
  background: white;
  overflow: hidden;
  margin: 0 0 1em;
}

.user-overview .col-1-5 {
  border: 1px solid #BCBCBC;
  padding: 1em;
  border-top: none;
  position: relative;
}

.user-overview .col-1-5:first-child {
  border-top: 1px solid #BCBCBC;
}

.user-overview .col-1-5 h3 {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
}

.user-overview .col-1-5 .button {
  position: absolute;
  right: 1em;
  top: 1.5em;
}

.circle {
  background: #8C4799;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  color: white;
  border-radius: 25px;
  border: 4px solid #6c3776;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.user-options {
  margin-bottom: 1em;
}

.option-box {
  border: 1px solid #BCBCBC;
  background: white;
  border-top: none;
  text-align: left;
  padding: 0.5em;
}

.option-box:first-child {
  border: 1px solid #BCBCBC;
  background: white;
}

.option-box label {
  font-weight: bold;
}

.option-box .input-container {
  position: relative;
}

.option-action {
  text-align: center;
}

.required {
  color: #D50032;
  font-weight: bold;
  font-size: 1.6em;
}

.maps {
  border-radius: 6px;
}

.gallery a {
  text-decoration: none;
}

.img-name {
  width: 100%;
  color: #8C4799;
  font-weight: bold;
  display: block;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  font-size: 1.1em;
}

.img-description {
  color: #a3a3a3;
}

.advert-hero {
  text-align: center;
  display: block;
  text-decoration: none;
}

.advert-hero img {
  text-align: center;
  display: inline-block;
  width: 42px;
  height: 32px;
}

.advert-hero span {
  text-align: center;
  display: none;
}

.advert-hero span.h3 {
  display: block;
  color: #8C4799;
}

.pending-tasks li {
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 10px;
  list-style: none;
  background: white;
  border: 1px solid #dbdbdb;
  line-height: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.pending-tasks .children {
  padding-bottom: 0;
}

.pending-tasks .count {
  font-weight: bold;
  display: block;
  float: left;
  margin-right: 5px;
  margin-left: 15px;
  background: #d21942;
  padding: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
}

.pending-tasks a, .pending-tasks span {
  font-weight: normal;
}

.pending-tasks ul ul {
  margin-top: 10px;
  margin-bottom: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pending-tasks li li {
  padding-left: 40px;
  margin-bottom: 0;
  background: white;
  border: none;
  border-top: 1px solid #dbdbdb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.pending-tasks li li:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.latest-school-events ul {
  margin-left: 0;
  padding-left: 0;
}

.latest-school-events li {
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 10px;
  list-style: none;
  background: #fff;
  border: 1px solid #dbdbdb;
  line-height: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.latest-school-events .count {
  font-weight: bold;
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 7px;
  margin-left: 15px;
  background: #d21942;
  padding: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
}

.latest-school-events a, .latest-school-events span {
  font-weight: normal;
}

.latest-school-events p {
  padding-top: 1px;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  padding-left: 1em;
}

.support-contact-details {
  font-size: 0.9em;
}

.school-vacancy {
  overflow: hidden;
  position: static;
  border-radius: 6px;
  border: 1px solid #8C4799;
  margin-bottom: 1em;
  background: white;
}

.school-vacancy table p {
    font-size: 1em;
    padding:1em;
    display:block;
    text-align:left;
}

.documents-header{
    padding-left:7px;
    font-size:1em;
    font-weight:bold;
    border-top: 1px solid #DEDEDE;
    display:block;
    clear:none;
    float:left;
    width:100%;
    margin-top:0.5em;
    padding-top:0.5em;
}

.school-vacancy-info{
    overflow:hidden;
}


.school-vacancies h3 {
  font-size: 0.9em;
  background: #8C4799;
  color: white;
  padding: 1em 0.5em;
}

.school-vacancies h3 span {
  background: #6c3776;
  padding: 0.25em 0.5em;
  font-weight: normal;
  font-size: 0.9em;
  border-radius: 4px;
  margin-bottom: 10px;
}

.school-vacancy-info {
  font-size: 0.9em;
}

.school-vacancy-info li {
  padding: 0.5em;
}

.school-vacancy-info li .strong {
  font-weight: bold;
}

.school-vacancy-actions {
  background: #F4F4F4;
  border-top: 1px solid #8C4799;
  padding-bottom: 0.5em;
  font-weight: bold;
}

.school-vacancy-actions li {
  padding: 0.5em 0.5em 0 0.5em;
  display: inline-block;
}

.school-vacancy-actions li a {
  display: inline-block;
  text-decoration: none;
  padding: 0.5em;
  background: white;
  border: 1px solid #8C4799;
  border-radius: 4px;
  color: #8C4799;
}

span.tip {
    padding: 1em;
    display: block;
    line-height: 1.6em;
    border: 1px solid #9E9E9E;
    border-bottom: none;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center;
    font-size: 1em;
    margin: 0 auto;
    background: #3951B7;
    color: white;
}

span.tip strong{
    border:1px solid white;
    padding:0.25em 0.5em;
    border-radius:4px;
    display:inline-block;
}

.documents-header {
    text-align: left;
}

.pagination {
  vertical-align: middle;
}

.pagination a {
  border: 1px solid #C0C0C0;
  padding: 0.4em;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  background: #FFFFFF;
  text-decoration: none;
}

.footer {
  background: #eaeaea;
  border-top: 1px solid #BCBCBC;
}

.footer .container {
  margin-bottom: 0;
}

.logos {
  display: table;
  padding: 0.25em;
}

.logos li {
  display: table-cell;
  padding: 0.5em;
  position: relative;
}

.logos li:first-child:after {
  content: "";
  height: 50%;
  border-right: 1px solid #BBBBBB;
  position: absolute;
  top: 25%;
  right: 0;
}

.sub-footer {
  background: #8C4799;
  color: white;
  overflow: hidden;
  font-size: 0.750em;
  text-align: center;
  padding: 1em 0.5em;
  line-height: 2em;
}

.sub-footer a {
  color: white;
  text-decoration: none;
}

.sub-footer .left {
  float: left;
}

.sub-footer .right {
  float: right;
}

.fv-form-pure .fv-has-error label {
  color: #282828 !important;
}

.pure-form .fv-has-error input,
.pure-form .fv-has-error input:focus,
.pure-form .fv-has-error textarea,
.pure-form .fv-has-error textarea:focus,
.pure-form .fv-has-error select,
.pure-form .fv-has-error select:focus {
  border: 1px solid #D50032 !important;
}

.fv-form-pure .fv-has-success input,
.fv-form-pure .fv-has-success input:focus,
.fv-form-pure .fv-has-success textarea,
.fv-form-pure .fv-has-success textarea:focus,
.pure-form .fv-has-success select,
.pure-form .fv-has-success select:focus {
  border: 1px solid #15BC61 !important;
}

.fv-form-pure .pure-control-group .fv-help-block {
  margin-top: 1em !important;
}

textarea {
  min-height: 300px;
  padding: 1em;
  width:100%;
  margin-bottom:0.5em;
}

.pure-control-group textarea{
    margin-bottom:0.5em;
}

.mce-wordcount.mce-widget.mce-label.mce-flow-layout-item {
  width: auto;
  text-align: right;
}

#content.RadEditor {
  width: 66% !important;
  display: inline-block;
}

img.header-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 1;
    display:block;
    height:100%;
}

.hero-pannel{
    overflow:hidden;
    position:relative;
}

.hero-pannel .container{
    position:relative;
    z-index:2
}

.pure-form-aligned input {
    margin-right: 0.5em;
}


@media only screen and (min-width: 765px) {
  #message-display .container {
    padding: 1em 1em 1em 120px;
    font-weight: bold;
    min-height: 106px;
    margin-bottom: 0;
  }
  #message-display.failure .container {
    background: url("/images/big-cross.png") no-repeat 10px 1em;
  }
  #message-display.success .container {
    background: url("/images/big-tick.png") no-repeat 10px 1em;
  }
  #message-display.warning .container {
    background: url("/images/big-warning.png") no-repeat 10px 1em;
  }

  .application-form .col-3-4 {
    padding-left: 0;
    border: 1px solid #A4A4A4;
    padding: 2em;
    box-shadow: 1px 1px 16px 1px #D7D7D7;
    background: #FBFBFB;
    }

  .mce-tinymce {
    display: inline-block !important;
    width: 66% !important;
  }
  .white-box.no-padding-desktop {
    padding: 0;
  }
  .header {
    padding: 1em 0.25em;
  }
  .header a.menu-opener {
    display: none;
  }
  .header-inner {
    display: block;
    float: left;
    width: auto;
  }
  .logo {
    display: block;
    float: left;
    width: 200px;
  }
  .hero-pannel {
    background-size: 90%;
    padding: 3em;
  }
  .textbox-button {
    width: 60%;
  }
  .textbox-button input {
    font-size: 1em;
  }
  .textbox-button button {
    font-size: 1em;
  }
  .top-menu-toggle {
    display: none !important;
  }
  .main-menu {
    display: table;
    width: 100%;
  }
  .main-menu li {
    display: table-cell;
    position: relative;
    text-align: center;
  }
  .main-menu li a {
    font-size: 0.8em;
    line-height: 1em;
    vertical-align: middle;
    display: inline-block;
    border-bottom: none;
  }
  .main-menu > li {
    border-right: 1px solid #5c2f65;
  }
  .main-menu > li:first-child {
    border-left: 1px solid #5c2f65;
  }
  .main-menu ul.active {
    display: block;
    position: absolute;
    width: 238px;
    overflow: hidden;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    z-index: 5;
  }
  .main-menu ul.active li {
    display: block;
  }
  .main-menu ul.active a {
    background: #5c2f65;
    color: white;
    width: 100%;
    display: block;
    position: static;
    padding: 0.5em;
    width: 100%;
    line-height: 1.4em;
  }
  .arrow {
    width: 25px;
    height: 34px;
    position: static;
    top: 0;
    right: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
  }
  .menu-container {
    display: block;
    float: right;
    width: auto;
    clear: none;
    background: none;
    border: none;
    padding-top: 0.6em;
  }
  .menu-container li {
    display: block;
    float: left;
    border-left: 1px solid #2c1730;
  }
  .menu-container li:first-child {
    border: none;
  }
  .menu-container a {
    border-bottom: none;
    font-size: 13px;
  }
  .menu-container a.whitebutton {
    background: white;
    color: #8C4799;
    font-size: 13px;
    border: 1px solid #2c1730;
  }
  .menu-container .menu {
    background: #6c3776;
    border: 1px solid #2c1730;
    overflow: hidden;
    border-radius: 4px;
    float: left;
  }
  .menu-container .button {
    float: right;
    width: auto;
    margin-left: 0.5em;
  }
  .grey-bg {
    padding: 1em;
  }
  .grey-bg.no-padding-top {
    padding-top: 0;
  }
  .no-padding-top {
    padding-top: 0;
  }
  .role-selectors {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
  }
  .account-selector {
    padding-top: 0.25em;
    font-size: 1.2em;
    margin-top: 1em;
  }
  .account-selector a.button {
    font-size: 0.8em;
    padding: 0 0.75em;
    line-height: 2em;
  }
  .desktop-padding {
    padding: 2em;
  }
  .featured span {
    display: inline-block;
    width: 33%;
    vertical-align: middle;
  }
  .featured:before {
    content: "";
    width: 33%;
    height: 104px;
    background: url(/images/icon-book.png) 50% 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
  }
  .featured:after {
    content: "";
    width: 33%;
    height: 104px;
    background: url(/images/icon-books.png) 50% 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
  }
  .cat-browse {
    padding: 0;
  }
  .cat-browse span {
    display: inline-block;
    width: 33%;
    vertical-align: middle;
  }
  .cat-browse:before {
    content: "";
    width: 33%;
    height: 104px;
    background: url(/images/icon-photo.png) 50% 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
  }
  .cat-browse:after {
    content: "";
    width: 33%;
    height: 104px;
    background: url(/images/icon-children.png) 50% 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
  }
  .categories {
    border: 1px solid #BCBCBC;
    overflow: hidden;
  }
  .container .categories div {
    border: none;
    border-right: 1px solid #BCBCBC;
    float: left;
    width: 25%;
    text-align: left;
  }
  .categories div:last-child {
    border-right: none;
  }
  .categories h3 {
    padding: 1em;
    text-align: left;
    font-size: 1.4em;
  }
  .categories ul {
    padding: 1.4em;
    text-align: left;
    line-height: 1.8em;
    padding-top: 0;
    display: block;
  }
  .categories a {
    text-decoration: none;
  }
  .featured-schools .col-1-2 {
    width: 50%;
    float: left;
    padding: 2em;
  }
  .filter-search-options {
    display: block;
  }
  .sidebar .box {
    margin-top: 0;
    width: 100%;
  }
  .filter-search-toggle {
    font-size: 1em;
    width: 100%;
    display: block;
  }
  .filter-search-toggle:before {
    left: -33px;
    display: none;
  }
  .vacancy-card {
    position: relative;
    border: 1px solid #BCBCBC;
    margin-bottom: 1em;
  }
  .vacancy-card.featured-vacancy {
    border: 1px solid #F29200;
  }
  .vacancy-card img {
    width: 12%;
  }
  .vacancy-tags {
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  }
  .vacancy-tags .tag {
    background: #F4F4F4;
    color: black;
    display: block;
    float: left;
    margin: 0.5em 0.75em;
    line-height: 1.4em;
  }
  .tag.featured-tag {
    background: #F29200;
    color: white;
    margin-right: 0;
  }
  .vacancy-actions {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .vacancy-title {
    text-align: left;
    position: relative;
  }
  .vacancy-title .school-logo {
    float: left;
    display: block;
    margin-right: 1em;
  }
  .title-inner {
    overflow: hidden;
  }
  .vacancy-title h1 {
    font-size: 1.5em;
    float: left;
    margin-top: 0.5em;
    margin-left:32px;
  }
  .vacancy-title .school-title {
    float: left;
    clear: left;
  }
  .school-title.school-dashboard .school-logo,
  .school-title.school-dashboard .title-inner {
    display: inline-block;
    vertical-align: middle;
  }
  .school-title.school-dashboard .school-logo {
    margin-right: 0;
  }
  .school-title.school-dashboard h1 {
    margin-top: 0;
    margin-left:32px;
  }

  #txtSchoolName{
    margin-left:32px;
  }

  .vacancy-buttons {
    float: right;
    position: absolute;
    top: -1em;
    right: 1em;
  }
  .vacancy-main-actions {
    text-align: right;
  }
  .down-load-link {
    position: absolute;
  }
  .vacancy-overview .col-1-3 {
    border: 1px solid #BCBCBC;
    padding: 1.5em;
  }
  .vacancy-overview .col-1-3:first-child {
    border: 1px solid #BCBCBC;
    border-right: none;
  }
  .vacancy-overview .col-1-3:last-child {
    border: 1px solid #BCBCBC;
    border-left: none;
  }
  .vacancy-overview span span {
    font-weight: bold;
  }
  .user-overview {
    background: white;
    overflow: hidden;
    display: table;
    width: 100%;
  }
  .user-overview .col-1-5 {
    border: 1px solid #BCBCBC;
    display: table-cell;
    text-align: center;
    border-left: none;
  }
  .user-overview .col-1-5:first-child {
    border: 1px solid #BCBCBC;
  }
  .user-overview .col-1-5 h3 {
    text-align: center;
    font-size: 1em;
    padding-left: 0;
    padding-top: 1em;
    display: block;
    margin-bottom: 0.75em;
  }
  .user-overview .col-1-5 .button {
    position: static;
    right: 1em;
    top: 1.5em;
  }

  .pure-control-group p{
      padding-left:12em;
      text-align:left;
  }

  .circle {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    line-height: 54px;
  }
  .option-box {
    display: table;
    width: 100%;
  }
  .option-box > div {
    display: table-cell;
  }
  .option-title {
    min-width: 150px;
    padding-left: 16px;
  }
  .option-title h3 {
    font-size: 1.1em;
    text-align: left;
  }
  .option-description p {
    font-size: 1em;
    text-align: left;
    padding-left: 1em;
  }
  .option-action {
    text-align: right;
  }
  .mobile-nav {
    position: static;
    display: block;
  }
  .nav {
    position: static;
    display: block;
    padding-bottom: 0;
    border-radius: 6px;
    overflow: hidden;
    max-height: none;
  }
  .nav li {
    text-align: left;
  }
  .application-form .nav {
     position:relative;
      z-index:20;
  }
  .mobile-nav-toggle {
    display: none;
  }
  .body-content {
    text-align: left;
    margin-bottom: 1em;
  }
  .body-content h2 {
    color: #282828;
    text-align: left;
    font-size: 1.5em;
  }
  .body-content h3 {
    text-align: left;
  }
  .body-content p {
    text-align: left;
    font-size: 1em;
  }
  .option-box .input-container {
    width: 60%;
  }
  .advert-hero {
    text-align: left;
  }
  .advert-hero span {
    display: inline-block;
  }
  .advert-hero img {
    vertical-align: middle;
  }
  .advert-hero span.h3 {
    display: inline-block;
    vertical-align: middle;
  }
  .advert-hero span.h3 span {
    font-size: 0.7em;
    font-weight: normal;
    color: #D50032;
    border: 1px solid #D50032;
    padding: 0 0.5em;
    border-radius: 6px;
  }
  .advert-hero span.p {
    width: 100%;
    text-align: left;
    padding-left: 58px;
    padding-bottom: 15px;
  }
  .school-vacancy h3 {
    text-align: left;
  }
  .school-vacancy h3 a {
    color: white;
    font-weight: bold;
  }
  .school-vacancy-info {
    width: 100%;
    display: block;
    padding: 0.5em;
    overflow: hidden;
  }
  .school-vacancy-info li {
    width: 50%;
    float: left;
  }
  .school-vacancy-info li span {
    width: 50%;
    display: block;
    float: left;
  }
  .school-vacancy-actions {
    width: 100%;
    display: block;
    clear: both;
  }
  .school-vacancy-actions a:hover {
    color: white;
    background: #8C4799;
  }
  .download-links li {
    position: relative;
  }
  .download-links .delete-link {
    position: absolute;
    right: 1em;
    top: 0;
  }
  .pure-control-group .required {
    position: static;
  }
  .footer .container {
    margin-bottom: 1.5em;
  }
  .footer-nav {
    float: left;
    padding-left: 1em;
    display: block;
    padding-top: 0.5em;
    width: 50%;
    padding-top: 0.5em;
  }
  .footer-nav li {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    line-height: 2em;
    font-size: 0.895em;
  }
  .footer-nav li a {
    color: #282828;
    text-decoration: none;
    font-weight: bold;
  }
  .footer .logos {
    float: right;
    display: block;
    width: 50%;
    text-align: center;
  }
  .footer .logos li {
    width: 48%;
    text-align: center;
    display: inline-block;
  }

    img.header-img {
        height:auto;
    }
}

@media only screen and (min-width: 850px) {

    .logo{
        width:255px;
    }
}

@media only screen and (min-width: 1024px) {
  .header .container {
    padding: 0 1em;
  }

  .menu-container a, .menu-container a.whitebutton {
    font-weight: bold;
    padding: 0.25em 0.75em;
    font-size: 0.938em;
  }
  .menu a:hover {
    background: #4c2753;
  }
  .textbox-button {
    width: 50%;
  }
  .circle {
    width: 80px;
    height: 80px;
    line-height: 75px;
    border-radius: 40px;
    font-size: 18px;
  }
  .option-box > div {
    padding: 1em;
  }
  .option-title.with-description {
    width: 20%;
  }

  .option-description {
    width: 66%;
  }
  .nav-title {
    font-weight: bold;
    padding: 0.75em 0.5em;
  }
  .footer-nav li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    line-height: 2em;
    font-size: 0.895em;
    margin-top: 1.5em;
    margin-left: 2em;
  }
  .footer-nav li:first-child {
    margin-left: 0;
  }
  .sub-footer {
    font-size: 0.895em;
  }

    .hero-pannel{
        -o-background-size:80% auto!important;
        -webkit-background-size:80% auto!important;
        -moz-background-size:80% auto!important;
        background-size:80% auto!important;
    }
        .quiz-link span {
            top: 35%;
    }
}

@media only screen and (min-width: 1100px) {
      .logo {
    width: auto;
  }
  .filter-search-toggle {
    font-size: 1.1em;
    margin-top: 0.25em;
  }
  .filter-search-toggle:before {
    display: block;
  }
  .filter-search-options {
    margin-top: 1em;
  }
  .main-menu li a {
    font-size: 0.9em;
    vertical-align: middle;
    display: inline-block;
    border-bottom: none;
    line-height: 3em;
    font-weight: bold;
  }
  .vacancy-card h2 a {
    font-size: 1.2em;
  }
  .vacancy-card .school-name {
    font-size: 1em;
  }
  .vacancy-card .closing {
    font-size: 0.9em;
  }
  .vacancy-card img {
    width: 88px;
  }
  .vacancy-overview{
      font-size:0.9em;
  }
}

.stacktable {
  width: 100%;
  margin-bottom: 1em;
}

.stacktable td {
  vertical-align: middle;
  line-height: 3em;
}

.st-head-row {
  padding-top: 1em;
  line-height: 2em;
  text-align: center;
  background: #8C4799;
  color: white;
}

.st-head-row.st-head-row-main {
  display: none;
}

.st-key {
  width: 49%;
  text-align: center;
  padding-right: 1%;
  font-weight: bold;
}

.st-val {
  width: 49%;
  padding-left: 1%;
}

table.responsive-table .fp-select {
  width: auto;
}

.responsive-table {
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
}

.responsive-table td, .responsive-table th {
  border-right: 1px solid #e2e2e2;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.825em;
}

.responsive-table th {
  border-bottom: 1px solid #e2e2e2;
  line-height: 3em;
  color: white;
  font-weight: bold;
}

.responsive-table .h3 {
  font-size: 1em;
}

.stacktable.small-only {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
}

.stacktable.small-only td {
  border-bottom: 1px solid #e2e2e2;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* RESPONSIVE EXAMPLE */
.stacktable.large-only {
  display: table;
}

.stacktable.small-only {
  display: none;
}

@media (max-width: 800px) {
  .stacktable.large-only {
    display: none;
  }
  .stacktable.small-only {
    display: table;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

@media print
{

    body{
        font-size:12px;
    }

    h1{
        font-size:1.5em!important;
    }
    .header {
        display: none;
    }

    .top-menu {
        display: none;
    }

    .footer {
        display: none;
    }

    .grey-bg {
        background: none;
    }

    .dg.stacktable.small-only{
        display:none!important;;
    }
    
    .dg.stacktable.large-only{
        display:block!important;
    }

    thead{
        background:none;
        color:black;
    }


   .vacancy-overview{
        overflow:hidden;
        border: 1px solid #BCBCBC; 
    }
    .vacancy-overview .col-1-3{
        border:none;
        width:33.333333333333333%;
        float:left;
        height:auto!important;
    }
    .vacancy-overview .col-1-3:first-child{
        border:none;
    }

    .vacancy-buttons{
        display:none;
    }

    .action-links{
        display:none;
    }

    .hero-pannel{
        margin:0;
        padding:0;
    }

    .other-vacancies{
        display:none;
    }

    #lnkPrint{
        display:none;
    }
}

.white-popup {
    background:white;
    max-width:500px;
    margin:0 auto;
    text-align:center;
    padding:2em;
    border-radius:6px;
}

.white-popup .view{
    padding:1em;
    display:inline-block;
    text-decoration:none;
    margin-top:1em;
}



.schools-table{
    background:#8c4799;
    color:white;
    text-align:left;
    overflow:hidden;
    max-width:839px;
}

.schools-table h2 {
    color: white;
}

.schools-table h3 {
    font-weight: normal;
}

.schools-table ol{
    width:50%;
    float:left;
}

.schools-table a{
    color:white;
    font-weight:bold;
}

.schools-table .mfp-close {
    display: none;
}

#essexmap {
    margin: 0 auto;
    display: block
}


small.subnote {
    display: none;
}

@media all and (max-width: 720px) {


    .schools-table {
        display: block!important;
        margin-bottom: 0.5em;
        padding: 0.5em;
                position: relative;
    }
    .schools-table h2 {
        margin-top: 0;
        padding: 0;
        width: 100%;
        cursor: pointer;
    }

    .schools-table h2:after {
        content: "+";
        right: 0.5em;
        position: absolute;
        font-size: 1.25em;
    }

        .schools-table.active h2:after {
        content: "-";

    }

    .schools-table h3 {
        color: white;
        margin-bottom: 0;
        padding-bottom: 0;
        cursor: pointer;
    }

   .schools-table  a[href="javascript:void(0)"] {
        display: none;
    }

   .schools-table ol {
       display: none;
   }

   .schools-table.active ol {
        display: block;
        width: 100%;
        float: none;
       padding-left: 1.5em;
    }

   .schools-table hr {
      display: none; 
   }

    .schools-table.active hr {
        display:block
    }

   #essexmap {
       display: none;
   }

   small.subnote {
    display: block;
    }

}

.return-to-teaching-quote {
    text-align: center;
    font-style: italic;
    margin: 10px;
}

p.return-to-teaching-quote {
    font-size: 1.125em;
    color: rgb(128, 0, 128);
    padding: 16px;
    clear: right;
    border: 1px solid #8c4799;
    text-align: center;
    margin: 10px 0;
    border-left: none;
    border-right: none;
}

.return-to-teaching-image {
    width: 90%;
    max-height: 300px;
    border: 1px solid purple;
}


#cookie-law {
    position: fixed;
    bottom: 0;
    padding: 0.5rem;
    width: 100%;
    z-index: 999;
}

#cookie-law .container {
    background: #fffffff0;
    border-radius: 12px;
    text-align: right;
    padding: 1rem;
    margin: 0 auto;
    position: relative;
    box-shadow: 0px 0px 1px #000000fa;
}

#cookie-law p {
    margin: 0;
    padding: 0;
    text-align: left;
}

.cookie-title {
    font-size: 16px;
    font-weight: bold;
    color: #8c4799;
}

.cookie-body {
    font-size: 14px;
}

#close-cookie-banner {
    position: absolute;
    right: 5px;
    top: 5px;
    text-decoration: none;
    border-radius: 200px;
    border: 2px solid #dd0330;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
}

