		/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 13 July 2017 18:27:01
*/


#admin-login {
  visibility: hidden;
}

#admin-login ~ .row {
  display: none;
}

#admin-login:checked ~ .row {
  display: block;
}

#joining-header-progress ol {
  display: none;
}

#joining-header-progress p {
  text-align: center;
}

.hero + .section--gray,
.hero + .section--dark {
  margin-top: 1em;
}

@media (min-width: 1200px) {  
  #joining-header-progress p {
    display: none;
  }

  #joining-header-progress {
    display: table;
    width: 100%;
    counter-reset: progress;
  }

  #joining-header-progress ol {
    display: table-row;
    margin: 0;
    padding: 0;
  }

  #joining-header-progress li {
    display: table-cell;
    text-align: center;
    padding: 1em;
    border-bottom: 4px solid #d8d8d0;
  }

  #joining-header-progress li:before {
    content: counter(progress) ". ";
    counter-increment: progress;
  }

  #joining-header-progress .complete,
  #joining-header-progress .current {
    border-color: #2dc0d2;
  }

  #joining-header-progress .current {
    font-weight: bold;
  }
}

.input-group.date .input-group-addon {
  display: none;
}

.datepicker-dropdown {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

@media (min-width: 440px) {    
    .table {
      display: table;
    }
    
    .table dl {
      display: table-row;
    }

    .table dt, 
    .table dd {
      display: table-cell;
      padding: 0.5em 1em;
    }

    .table dt {
      width: 200px;
    }

    table,
    .table {
        border-top: 4px solid #d8d8d0;
        border-bottom: 4px solid #d8d8d0;
    }

    dl:nth-child(odd) {
        background-color: #e8e8e0;
    }

    dl:nth-child(even) {
        background-color: #faf9f2;
    }
}

@media (min-width: 768px) {
  .col-push-6 {
      left: 50%;
  }

  .col-pull-6 {
      right: 50%;
  }

  .col-push-4 {
      left: 33.33333333333333%;
  }

  .col-pull-4 {
      right: 33.33333333333333%;
  }
}

.controls {
    padding-left: 20px;
}

.control {
    margin: 0;
    border: 1px solid #faf9f2;
    cursor: pointer;
}

.control:hover {
    color: #00548a;
}

.control.open {
    background-color: #023a70;
    border: 1px solid #faf9f2;
}

.control.open:hover {
    color: #fff;
}
/*
.signpost--blank .signpost__link:active, .signpost--blank .signpost__link:focus, .signpost--blank .signpost__link:hover, .signpost--blank a:active, .signpost--blank a:focus, .signpost--blank a:hover, .signpost--contrast .signpost__link:active, .signpost--contrast .signpost__link:focus, .signpost--contrast .signpost__link:hover, .signpost--contrast a:active, .signpost--contrast a:focus, .signpost--contrast a:hover, .signpost--blank .signpost__link:visited, .signpost--blank a:visited, .signpost--contrast .signpost__link:visited, .signpost--contrast a:visited, .signpost--blank .signpost__link, .signpost--blank a, .signpost--contrast .signpost__link, .signpost--contrast a {
    color: #fff;
}
*/
.mandatorymark,
.sq-form-required-field {
    color: #a94442;
}

.sq-form-question-answer ul {
    list-style: none;
}

.alert,
.sq-form-error {
    padding: 1em 1em 0 1em;
    margin-bottom: 1.5em;
    list-style: none;
    border-radius: 0.5em;
    color: #fff;
    background-color: #6e1a5d;
}

.sq-form-error {
    margin-top: 1.5em;
}

.alert.alert-success {
    background-color: #008348;
}

.alert.alert-info {
    color: #4a4a4a;
    background-color: #d8d8d0;
}

.alert.alert-danger,
.sq-form-error {
    background-color: #8e1539;
}

.alert.alert-danger a, .alert.alert-success a, .alert.alert-warning a
{
    color: #fff;
}

.alert:after {
    content: "";
    position: relative;
    bottom: -1em;
    left: 2em;
    border-width: 1.2em 1.2em 0 0;
    border-style: solid;
    border-color: #6e1a5d transparent;
    display: block;
    width: 0;
}

.sq-form-error:after {
    content: "";
    position: relative;
    bottom: 3.5em;
    left: 2em;
    border-width: 0 1.2em 1.2em 0;
    border-style: solid;
    border-color: #8e1539 transparent;
    display: block;
    width: 0;
}

.alert-success:after {
    border-color: #008348 transparent;
}

.alert-info:after {
    border-color: #d8d8d0 transparent;
}

.alert-danger:after {
    border-color: #8e1539 transparent;
}

.button--search {
    position: relative;
    padding-right: 4em;
}

.button--search:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3em;
    height: 100%;
    border-left: 2px solid #fff;
    content: "";
    background: url(https://my.rcn.org.uk/_designs/box-2015/css/rcn-customisations.css/search_icon.svg) center center no-repeat;
    background-size: 19px 19px;
    text-align: center
}

#logged_in_login_prompt {
    float: right
}

/* Bootstrap input groups */

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%; /* added */
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* Buttons */
.btn {
  font-size: 17px;
  font-weight: 700;
  height: 38px;
  /*line-height: 1.4285;*/
}

legend.hide-legend {
  display: none;
}

/* Colours used in MyCongress etc */

.colour-positive {
  color: #21b90d;
}

.colour-negative {
  color: #f50a0a;
}

.colour-info {
  color: #004791;
}

/* Bootstrap modals */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.formslib_label_radio {
   padding-right:15px;
}