html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body {
  font: 14px/20px Helvetica, Helvetica Neue, Arial;
}

.wrapper {
  width: 90%;
  margin: 0 5%;
}

/* ===================
    SPSO Theme
   =================== */
.debug {
  font-size: 10px;
  line-height: 1.2em;
}

body {
  background-color: #e9e9e9;
}

.bordered {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 8px;
  padding: 10px 20px 20px;
}

.error, .validation-error {
  background-color: tint(#EFD8E0, 50);
  background-image: url(/public/20241019051117oe_/https://forms.spso.org.uk/spso/images/error.png);
  background-position: 16px 12px;
  background-repeat: no-repeat;
  border: 2px solid #c00;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 12px 20px 10px 45px;
}

.error {
  display: none;
}

.inline-error {
  color: #c00;
  font-size: 12px;
}

.info {
  background-color: #CBE8FF;
  background-image: url(/public/20241019051117oe_/https://forms.spso.org.uk/spso/images/info.png);
  background-position: 16px 12px;
  background-repeat: no-repeat;
  border: 2px solid #36c;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 12px 20px 10px 45px;
}
.info > p {
  margin-top: 0;
}

.header-container {
  background-color: #fff;
  border-bottom: 2px solid #999;
}

.main-container {
  margin-bottom: 60px;
}

.form_nav {
  margin-top: 30px;
  text-align: right;
}

.footer-container {
  background-color: #fff;
  border-top: 2px solid #999;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 999999;
}

.btn {
  border-radius: 6px;
  display: inline-block;
  color: #ffffff;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
}
.btn:focus {
  outline: 4px solid #eeb927;
}

.action {
  -webkit-box-shadow: inset 0 1px 0 0 #bbb;
  box-shadow: inset 0 1px 0 0 #bbb;
  background-color: #444;
  border: 1px solid #333;
  font-size: 14px;
  padding: 4px 18px;
  text-shadow: 1px 1px 0 #666;
}
.action:hover {
  background-color: #666;
}

.upload, .btn-success {
  -webkit-box-shadow: inset 0 1px 0 0 #bbb;
  box-shadow: inset 0 1px 0 0 #bbb;
  background-color: #393;
}

.save {
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
}

.previous {
  -webkit-box-shadow: inset 0 1px 0 0 #d9c4d6;
  box-shadow: inset 0 1px 0 0 #d9c4d6;
  background-color: #67135b;
  border: 1px solid #333;
  text-shadow: 1px 1px 0 #666;
}

.previous:hover {
  background-color: #8d4e84;
}

.next {
  -webkit-box-shadow: inset 0 1px 0 0 #b389ad;
  box-shadow: inset 0 1px 0 0 #b389ad;
  background-color: #67135b;
  border: 1px solid #333;
  text-shadow: 1px 1px 0 #666;
}

.next:hover {
  background-color: #8d4e84;
}

form div {
  margin: 1em 0;
  position: relative;
}

#orgselect div {
  margin: 0;
}

label {
  float: left;
  padding-right: 0.6em;
  text-align: right;
  width: 8em;
}
.form-row-block label {
  display: block;
  float: none;
  margin-bottom: 0.5rem;
  text-align: left;
  width: auto;
}

label span {
  font-style: italic;
}

label span.labelp {
  display: block;
  font-style: normal;
  margin-bottom: 1.2em;
}

.required {
  color: red;
  font-weight: bold;
}

.wordcount {
  font-size: 12px;
  margin-bottom: 0;
}

.wordcount.under {
  color: #c00;
}

fieldset {
  border: 1px solid #ededed;
  border-radius: 5px;
  margin: 10px;
  padding: 4px 10px 10px;
}

legend {
  color: #555;
  font-weight: bold;
  padding: 0 6px;
}

input[type=text], input[type=email], input[type=password] {
  border: 2px solid #9f9f9f;
  padding: 4px;
  width: 40%;
}

select {
  padding: 4px;
}
.form-row-block select {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%;
}

#selectsector {
  display: none;
}

.row-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row-checkbox label {
  float: none;
  margin-left: 0.75rem;
  text-align: left;
  width: auto;
}
.row-checkbox input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1.125rem;
  width: 1.125rem;
}

option {
  line-height: 1.4em;
  padding: 2px;
}

.reviewttl {
  border-top: 2px solid #eee;
  padding-top: 20px;
}

.amend {
  color: #08c;
  font-size: 13px;
  margin-left: 8px;
  text-decoration: none;
}

.inline {
  float: none;
  width: auto;
}

.wide {
  display: block;
  float: none;
  line-height: 1.2em;
  margin-bottom: 10px;
  text-align: left;
  width: 90%;
}

aside .wide {
  margin-bottom: 2px;
}

aside input[type=text], aside input[type=email], aside input[type=password] {
  width: 90%;
}

.or {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.progress {
  list-style: none;
  margin-left: 0;
  padding-left: 10px;
}

.progress li {
  background-position: left;
  background-repeat: no-repeat;
  margin-left: 0;
  padding-left: 24px;
}

.progress a {
  color: #333;
  text-decoration: none;
}

.progress a:hover {
  text-decoration: underline;
}

.todo a {
  color: #888;
}

.done {
  background-image: url(/public/20241019051117oe_/https://forms.spso.org.uk/spso/images/tick.png);
}

.todo {
  background-image: url(/public/20241019051117oe_/https://forms.spso.org.uk/spso/images/todo.png);
}

.current {
  background-image: url(/public/20241019051117oe_/https://forms.spso.org.uk/spso/images/current.png);
  font-weight: bold;
}

textarea {
  border: 2px solid #9f9f9f;
  height: 120px;
  padding: 10px;
  width: 90%;
}

.inlineta textarea {
  width: 40%;
}

.review {
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  width: 100%;
}

.review tr {
  border-bottom: 1px solid #ddd;
}

.review td {
  padding: 5px 4px 2px;
  vertical-align: top;
}

.review td:first-child {
  color: #666;
  padding-right: 10px;
  width: 200px;
}

/*.header-container,
.footer-container,
.main aside {
    background: #f16529;
}

.title {
    color: white;
} */
/* ===================
    Sectors
   =================== */
.sector {
  border: 2px solid #eee;
  border-radius: 5px;
  margin: 10px 0;
  padding: 0 20px;
}

.sector h3,
.sector h4,
.sector h5 {
  margin: 0;
}

.sector h4 {
  font-size: 1.1em;
}

.sector h5 {
  font-size: 1em;
}

.sector h3:hover,
.sector h4:hover {
  color: #67135b;
  cursor: pointer;
}

.sector h3 button,
.sector h4 button {
  all: inherit;
  background-color: transparent;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5em 0;
}

/* IE9 fix */
.lt-ie10 .sector h3 button,
.lt-ie10 .sector h4 button {
  background-color: transparent;
}
.lt-ie10 .sector h3 button:before,
.lt-ie10 .sector h4 button:before {
  content: "+";
}
.lt-ie10 .sector h3 button svg,
.lt-ie10 .sector h4 button svg {
  display: none;
}

/* IE10 fix */
@media all and (-ms-high-contrast: none) {
  .sector h3 button,
  .sector h4 button {
    background-color: transparent;
  }
  .sector h3 button:before,
  .sector h4 button:before {
    content: "+";
  }
  .sector h3 button svg,
  .sector h4 button svg {
    display: none;
  }
}
button svg {
  height: 1em;
  margin-right: 0.5em;
}

[aria-expanded=true] .vert {
  display: none;
}

h3 button:focus svg,
h4 button:focus svg {
  outline: 2px solid;
}

.subsectors,
.ssdetails {
  margin: 0 20px;
}

.ssdetails {
  border: 1px solid #aaa;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
}

.chzn-container {
  margin: 0;
}
.chzn-container a div,
.chzn-container .chzn-drop {
  margin: 0;
}

/* ==============
    MOBILE: Menu
   ============== */
nav ul {
  margin: 0;
  padding: 0;
}

nav a {
  display: block;
  margin-bottom: 10px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: white;
  background: #e44d26;
}

nav a:hover,
nav a:visited {
  color: white;
}

nav a:hover {
  text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */
.main {
  padding: 30px 0;
}

.main article {
  margin-bottom: 20px;
}

.main article h1 {
  font-size: 2em;
}

.main aside {
  margin-bottom: 20px;
}

.footer-container footer {
  padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */
.ie7 .title {
  padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 480px) {
  .two-col {
    overflow: hidden;
  }
  .two-col > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: calc(var(--s1) / 2 * -1);
  }
  .two-col > * > * {
    margin: calc(var(--s1) / 2);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .two-col > * > :first-child {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 999;
        -ms-flex-positive: 999;
            flex-grow: 999;
    min-width: calc(50% - var(--s1));
  }
  /* ====================
      INTERMEDIATE: Menu
     ==================== */
  nav a {
    float: left;
    width: 27%;
    margin: 0 1.7%;
    padding: 25px 2%;
  }
  nav li:first-child a {
    margin-left: 0;
  }
  nav li:last-child a {
    margin-right: 0;
  }
  /* ========================
      INTERMEDIATE: IE Fixes
     ======================== */
  nav ul li {
    display: inline;
  }
  .oldie nav a {
    margin: 0 0.7%;
  }
}
@media only screen and (min-width: 768px) {
  /* ====================
      WIDE: CSS3 Effects
     ==================== */
  /* ============
      WIDE: Menu
     ============ */
  .title {
    float: left;
  }
  nav {
    float: right;
    width: 38%;
  }
  /* ============
      WIDE: Main
     ============ */
  .main article {
    float: left;
    width: 70%;
  }
  .main aside {
    float: right;
    width: 24%;
  }
}
@media only screen and (min-width: 1140px) {
  /* ===============
      Maximal Width
     =============== */
  .wrapper {
    width: 1026px; /* 1140px - 10% for margins */
    margin: 0 auto;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

#clearorg {
  display: none;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  aside,
  footer {
    display: none;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm 1cm 2cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}