



h1, .h1 {
  font-size: 3.8rem;
  line-height: 1.3;
  font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
    h1, .h1 {
      font-size: 3.8rem;
      line-height: 1.3;
  }
}
@media (max-width: 767px) {
    h1, .h1 {
      margin: 5px 0 20px 0;
  }
}

@media (min-width: 48em) {
  article h1 {
    margin-top: .1em;
  }
}

h2, .h2 {
  font-size: 2.5rem;
  line-height: 1.3;
  margin-bottom: 25px;
  letter-spacing:-0.03em;
  font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  color:#191919;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 2.8rem;
    line-height: 1.25;
  }
}

h3, .h3 {
  font-size: 2.3rem;
  line-height:1.3;
  margin-bottom:25px;
  letter-spacing:-0.03em;
  font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  color:#191919;
}

h4, .h4 {
  font-size: 2.0rem;
  margin-bottom: 25px;
  letter-spacing:-0.03em;
  font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  color:#191919;
}

.article ul {
  margin-bottom:30px;
  padding-left:0;
  font-size:1.6rem;
}

.article ul li {
  list-style-type: none;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 12px;
  padding-left: 19px;
}

.article ul li:before {
  content: "\002022";
  color: #b10035;
  padding-right: 10px;
  font-size: 2.2rem;
  line-height:1.25;
  position: relative;
  margin-left: -19px;

}

.article ul li a {
  color:#b10035;
  text-decoration: underline;
}

.open-all {
  display: block;
  color: #b10035;
  margin-bottom: 12px;
  font-size: 1.3rem;
  text-decoration: underline;
  text-align: right;
}
.open-all:hover,
.open-all:focus {
  color:#b10035;
}

.accordion.panel-group {
  margin-bottom: 50px;
  overflow: hidden;
}
.accordion.panel-group .panel-heading {
  background-color: transparent;
  padding:0;
}
.accordion.panel-group .panel {
  border-left: 0;
  border-right: 0;
  box-shadow: none;
  border-radius: 0;
  background: none;
}
.accordion.panel-group .panel .panel-body {
  border: 0;
  padding-left: 0;
  padding-top: 0;
}
.accordion.panel-group .panel .panel-body h4 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.accordion.panel-group .panel-title {
  font-size: 2.1rem;
  line-height: 1.4;
  clear: both;
  overflow: hidden;
  position: relative;
  margin:0;
}
.accordion.panel-group .panel-title > a {
  clear: both;
  overflow: hidden;
  display: inline-block;
  padding: 15px 40px 15px 0;
  color: #b10035;
  width:100%;
}
.accordion.panel-group .panel-title a:after {
  content: '\e90f';
  font-family: 'icomoon';
  color: #b10035;
  float: right;
  position: absolute;
  top: 15px;
  right: 10px;
}
.accordion.panel-group .panel-title a.collapsed:after {
   content: '\e90e';
}
.accordion.panel-group .panel-title a:hover:after, .accordion.panel-group .panel-title a:focus:after {
   text-decoration: underline;
}
.accordion.panel-group .panel-title a span {
   margin-right: 60px;
   display: inline-block;
}
.accordion.panel-group .panel-default .panel-title a:hover:after, .accordion.panel-group .panel-default .panel-title a:focus:after {
    text-decoration: none;
}
.accordion.panel-group .panel + .panel {
    margin-top: -1px;
}
.accordion.panel-group small {
    color: #999;
}
.accordion.panel-group h2:focus, .accordion.panel-group h3:focus, .accordion.panel-group h4:focus {
    outline: none;
}


h5,.h5 {
  font-size:1.7rem;
  line-height:1.35;
  margin-bottom:1.5rem;
  font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  color:#191919;
  letter-spacing:-0.02em;
}

h6 {
  font-size:1.4rem;
  line-height:1.5;
  margin-bottom:16px;
  font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  letter-spacing:-0.02em;
}

.list-group .list-group-item {
  border-color:#cecece;
   border-radius:0;
  background-color:transparent;
  color:#191919;
  padding-left:22px;
    border-width: 1px 0 0;
}
.list-group .list-group-item span {
  font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  font-size:1.5rem;
  line-height:1.3;
  display:inline-block;
  margin-top:5px;
  margin-bottom:5px;
}
.list-group .list-group-item span:before {
  content: '\e90c';
  font-family: 'icomoon';
  color: #b10035;
  font-size: 1.3rem;
  margin-left: -21px;
  padding-right: 12px;
}
.list-group .list-group-item:hover, .list-group .list-group-item:focus {
    background-color: transparent;
    color:#b10035;
}
.list-group .list-group-item:hover p, .list-group .list-group-item:focus p {
    color: #191919;
}

.btn {
  border-radius:0;
}
.btn-secondary {
  color: #ffffff;
  background-color: #191919;
  border-color: #191919;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color:#000;
  border-color: #000;
}
.btn-primary {
  color: #ffffff;
  background-color: #b10035;
  border-color: #b10035;
  /*border-radius:6px;*/
  text-transform: uppercase;
 font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  white-space:normal;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color:#9a012f;
  border-color:#9a012f;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-primary:hover,
.btn-primary:focus {
  color:#fff;
}
.btn-lg {
  padding: 15px 32px;
}
.btn-submit {
  clear:both;
}


.btn-primary:hover,
.btn-primary.active,
.btn-primary:active,
a.bg-primary:hover,
.btn-primary.focus,
a.bg-primary:focus,
.label-primary[href]:hover,
.label-primary[href]:focus,
.btn-primary:active:focus,
.open>.dropdown-toggle.btn-primary {
  background-color: #9a012f;
  border-color    : #9a012f;
  outline-color   : #9a012f
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}

.btn.active,
.btn:active {
  box-shadow: none;
}

.dropdown {
  margin-bottom:20px;
}
.dropdown .btn {
  border-radius:6px;
  background:#f2f2f2;
  border-color: #ddd;
  font-family: 'Open sans',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
   text-align:left;
  padding:10px 12px;
  letter-spacing:-0.02em;
  white-space:normal;
}
.dropdown .dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 15px;
  clear: both;
  font-weight: 400;
  color: #292b2c;
}
.dropdown-toggle::after {
  content:"\e910";
  font-family:'icomoon';
  display: inline-block;
  float:right;
  border: 0;
  margin-top: 0;
  margin-right: 10px;
}

/* frontify positioning only */
.col-sm-12 {
  min-height:200px;
}

body {
  font-size:1.6rem;
}
p {
  font-size: 1.6rem;
  font-family:'Open sans',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  line-height: 1.5;
}
.lead {
  font-size:2rem;
  line-height:1.55;

}
.article p {
  margin-bottom:20px;
}
.article .lead {
  margin-bottom:30px;

}
strong, b {
  font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  font-weight:normal;
}

.top-bar-menu {
  background: #b10035;
}
.top-bar-menu .btn-link {
  text-decoration: underline;
  color:#fff;
  
}
.top-bar-menu .mysra-link:before {
    content: '\e90c';
    font-family: 'icomoon';
    color: #b10035;
    font-size: 1.2rem;
    padding-right: 6px;
    position: relative;
    top: 1px;
}

.top-bar-menu .mysra-link{font-family:'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif !important;}


.list-group .list-group-item {
  border-color:#cecece;
  border-left:0;
  border-right:0;
  border-radius:0;
  background-color:transparent;
  color:#191919;
  padding-left:22px;
}
.list-group .list-group-item span {
  font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  font-size:1.5rem;
  line-height:1.3;
  display:inline-block;
  margin-top:5px;
  margin-bottom:5px;
}
.list-group .list-group-item span:before {
  content: '\e90c';
  font-family: 'icomoon';
  color: #b10035;
  font-size: 1.3rem;
  margin-left: -21px;
  padding-right: 12px;
}
.list-group .list-group-item:hover, .list-group .list-group-item:focus {
    background-color: transparent;
    color:#b10035;
}
.list-group .list-group-item:hover p, .list-group .list-group-item:focus p {
    color: #191919;
}




.list-group .list-group-item-full-content {
  border          : 0 solid #cecece;
  border-top-width: 1px;
  border-radius   : 0;
  background-color: transparent;
  color           : #191919;
  padding-left    : 22px;
}

.list-group .list-group-item-full-content .link-arrow:before {
  content      : '\e90c';
  font-family  : icomoon;
  color        : #b10035;
  font-size    : 1.9rem;
  margin-left  : -22px;
  padding-right: 5px;
  position     : relative;
  top          : -3px;
}

.list-group-item-full-content .link-arrow a {
  color          : #191919;
  text-decoration: none;
}

.list-group-item-full-content .link-arrow a:hover {
  text-decoration: underline
}

.iframe-wrap {
  position:relative;
  height:0;
  padding-bottom:56.25%;
}

.iframe-wrap iframe {
  position:absolute;
  width:100%;
  height:100%;
  left:0;
}

.play-button {
  height:80px;
  width:80px;
  position:absolute;
  left:0;
  right:0;
  top:50%;
  transform:translateY(-50%);
  margin:0 auto;
  cursor:pointer;
}

.sidebar-cta-video {
  position: relative;
}
.sidebar-cta-video .play-button {
  height: 60px;
  width: 60px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  cursor:pointer;
}

.sidebar-cta {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.sidebar-cta h5 {
    color: #b10035;
    margin-top: 20px;
    margin-bottom: 8px;
}
.sidebar-cta a {
    display: block;
}
.sidebar-cta a:hover, .sidebar-cta a:focus {
    text-decoration: none;
}

.sidebar-cta-img {
  max-height: 200px;
  overflow: hidden;
}
.sidebar-cta-img img {
  width: 100%;
}
.sidebar-cta {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.sidebar-cta h5 {
  color: #b10035;
  margin-top: 20px;
  margin-bottom: 8px;
}
.sidebar-cta a {
  display: block;
  color:#191919;
}
.sidebar-cta a:hover, .sidebar-cta a:focus {
   text-decoration: none;
}

.quote-block {
  border-left: 5px solid #b10035;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.article .quote-block {
  margin-bottom:35px;
}

em {
  font-style:italic;
}

.alert-info {
  border: 0;
  background-color: #f2f2f2;
  font-size: 1.4rem;
  color: #191919;
  padding: 30px 40px 40px 80px;
  position: relative;
}
.alert-info p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 14px;
}
.alert-info:before {
    content: '\e917';
    font-family: 'icomoon';
    color: #b10035;
    position: absolute;
    display: inline-block;
    top: 23px;
    left: 26px;
    font-size: 4rem;
}
.alert {
  border-radius:0;
}

.results-found-text {
  margin-bottom: 30px;
}
.results-found-text:before {
  content: '\e903';
  font-family: 'icomoon';
  display: inline-block;
  padding-right: 8px;
  font-size:1.5rem;
}
.accordion-results.panel-group .panel-default {
    padding-left: 15px;
    padding-right: 10px;
    background-color: #fff;
    transition: background-color 0.15s ease-in-out;
}
.accordion-results.panel-group .panel-active {
    background-color: #f2f2f2;
}
.accordion.panel-group .panel-title a:hover,
.accordion.panel-group .panel-title a:focus {
  text-decoration:none;
}
.accordion.panel-group .panel-title > a small {
    display: block;
    clear: both;
    color: #000;
    font-size: 1.5rem;
    line-height:1.6;
    font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
}
.accordion.panel-group .panel-title > a span {
   margin-right: 15px;
   display: inline-block;
   margin-bottom: 5px;
}
@media all and (min-width: 992px) {
  .accordion.panel-group .panel-title > a span {
    margin-right: 60px;
  }
}
.accordion.panel-group .panel-title > a small {
  display: block;
  clear: both;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.6;
}
.accordion-results.panel-group .panel-body span {
    display: block;
    margin-bottom: 10px;
    padding-left: 30px;
    font-size:1.6rem;
}
.accordion-results.panel-group .panel-body span i {
    padding-right: 12px;
    margin-left: -28px;
}
.accordion-results.panel-group .panel-title .office-link {
    float: none;
    text-decoration: underline;
}
@media all and (min-width: 768px) {
  .accordion-results.panel-group .panel-title .office-link {
     padding-left: 3px;
  }
}
.offices-hidden {
    display: none;
    margin-top: -10px;
}

.search-again-link {
  padding: 10px 15px;
  border: 1px solid #cdcdcd;
  margin-top: 30px;
  margin-bottom: 35px;
  text-decoration:underline;
}
.search-again-link:hover,
.search-again-link:focus {
  color:#b10035;
}
.accordion-results.panel-group.accordion-listings .panel-default {
  padding: 0;
}
.accordion-results.panel-group .accordion-section {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
}
.accordion-results.panel-group .accordion-section:not(:first-of-type) {
  border-top: 1px solid #cdcdcd;
}
.accordion-results.panel-group.accordion-listings .panel-title > a {
  padding-left: 15px;
  width:100%:
}

.result-link {
    border-top: 1px solid #cdcdcd;
}
.result-link:last-child {
    border-bottom: 1px solid #cdcdcd;
}
.result-link a {
    display: inline-block;
    width: 100%;
    padding: 20px 15px;
}
.result-link h4 {
    margin-top: 0;
    margin-bottom: 8px;
}
.result-link a h4 {
    margin-top: 0;
    margin-bottom: 8px;
    color: #b10035;
}
.result-link a:hover, .result-link a:focus {
  text-decoration: none;
}
.result-link a:hover h4, .result-link a:focus h4 {
  text-decoration: underline;
}
.result-link small {
   font-size:1.4rem;
  color:#191919;
}
.search-again-link {
    padding: 10px 15px;
    border: 1px solid #cdcdcd;
    margin-top: 30px;
    margin-bottom: 35px;
}
.search-again-link a:hover,
.search-again-link a:focus {
  color:#b10035;
}

.side-menu {
    padding:0;
}
.side-menu li {
    line-height: 1.5;
    margin-bottom: 0;
    list-style: none;
    font-family: 'Open sans',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
    font-size: 1.5rem;
}
.side-menu li + li {
    border-top: 1px solid #cdcdcd;
}
.side-menu li a {
    background-color: #b10035;
    color:#fff;
    display: block;
    padding: 12px 14px;
}
.side-menu li a:hover,
.side-menu li a:focus {
    text-decoration:none;
    background-color:#9a012f;
}

@media (min-width: 48em) {
    aside {
    padding-top: 1em
  }
}


.form-control {
    border-radius: 6px;
    box-shadow: none;
    height: 40px;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.well .form-control {background-color:#fff}

label ~ label {margin-top:2rem;}

.check-solicitor label,
.check-solicitor select {
  width: 100%;
}

.check-solicitor form,
.check-solicitor label {
  text-align: left;
}

/* DoneDone issue #54 */
.check-solicitor {
  padding: 1.5625em 2.5em;
}



.content-box {
  margin-bottom: 20px;
  border: 1px solid #cdcdcd;
  padding: 35px 30px;
}
@media all and (min-width:992px) {
  .content-box {
    padding: 50px 40px;
  }
}
.content-box form {
  text-align: center;
}
.content-box label {
  display: block;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
  font-size: 1.8rem;
  font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
}
.content-box .dropdown {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
@media all and (min-width:992px) {
  .content-box label {
    margin-right: 20px;
    float: left;
    width: 35%;
    text-align: right;
  }
  .content-box .form-help {
    width: 50%;
    float: left;
  }
  .content-box .dropdown {
    width: 50%;
    margin-bottom: 15px;
  }
}
.content-box .form-help small {
  display: block;
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.7;
  font-size:1.4rem;
}
.content-box .form-help .form-control {
  width: 100%;
  float: none;
  margin-bottom: 10px;
}
.content-box form .btn-submit {
    display: inline-block;
    margin-top: 20px;
}

.link-list-block ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.43;
  font-size:16px;
}
.link-list-block ul a {
  color: #b10035;
  padding-bottom: 12px;
  display: block;
}
.link-list-block-text ul a {
  padding-bottom: 3px;
  display: block;
}
.link-list-block-text ul span {
  padding-bottom: 20px;
  display: inline-block;
}

.link-list-block h4:not(:first-of-type) {
  border-top : 1px solid #d9d9d9;
  margin-top : 15px;
  padding-top: 30px;
}

.search-card {
    position: relative;
    border: 1px solid #ddd;
}
.search-card-header {
    padding: 20px;
    border-bottom: 1px solid #ddd;
}
.search-card .card-date,
.search-card .card-topic {
    font-weight:bold;
    text-transform: uppercase;
    font-size: 1.2rem;
}
.search-card .card-date {
    color: #999;
    margin-bottom: 5px;
}
.card-icon-wrap {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: center;
}
.card-icon-wrap i {
    font-size: 2.6rem;
}
.card-icon-wrap span {
    display: block;
    font-weight:bold;
    font-size: 1.1rem;
    text-transform: uppercase;
}
.search-card-body {
    padding: 20px;
}
.search-card h3 {
    margin-top: 0;
    margin-bottom: 15px;
}
.search-card h3 a {
    color: #b10035;
}
@media all and (min-width: 992px){
  .grid-item {
    width: calc(50% - 25px);
    float: left;
  }
}
@media all and (min-width: 768px) {
  .grid-item {
    margin-bottom: 30px;
  }
}
@media all and (max-width:767px) {
  .grid-item {
    border-bottom:10px solid #ddd;
  }
}


.checkbox-custom {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}
.checkbox-custom input[type=checkbox] {
    position: absolute;
    margin-left: -16px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    opacity: 0;
    z-index: 1;
    width: 16px;
    height: 16px;
    cursor: pointer;
    top: 3px;
}
.checkbox-custom label {
    min-height: 22px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 10px;
}
.checkbox-custom label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    left: 0;
    margin-left: -16px;
    border: 1px solid #191919;
    background-color: #fff;
}
.checkbox-custom label:after {
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    line-height:1.8;
    left:5px;
    top: -1px;
    margin-left: -20px;
    text-align: unset;
    padding-top: 1px;
    font-size: 14px;
    color: #76838f;
}
.checkbox-custom input[type=checkbox]:checked + input[type=hidden] + label::after,
.checkbox-custom input[type=checkbox]:checked + label::after {
    color: #000;
    content: '\e905';
    font-family: 'icomoon';
}
.checkbox-custom input[type=checkbox]:checked + input[type=hidden] + label,
.checkbox-custom input[type=checkbox]:checked + label {
    font-family: 'Open sans',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;

}


.radio-custom {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}
.radio-custom input[type=radio] {
    position: absolute;
    margin-left: -16px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.radio-custom label {
    min-height: 22px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 10px;
    line-height: 1.1;
}
.radio-custom label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    margin-left: -16px;
    border: 1px solid #191919;
    border-radius: 50%;
    background-color: #fff;
}
.radio-custom label:after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 1.9;
    top: -1px;
    left: 0;
    right: 0;
    margin-left: -16px;
    text-align: center;
    padding-top: 1px;
    font-size: 1.2rem;
    color: #191919;
}
.radio-custom input[type=radio]:checked + input[type=hidden] + label::after,
.radio-custom input[type=radio]:checked + label::after {
    content: '\e906';
    font-family: 'icomoon';
  line-height:1.4;
}
.radio-custom input[type=radio]:checked + input[type=hidden] + label,
.radio-custom input[type=radio]:checked + label {
   font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
}

.panel-active {
    background-color:#fff !important;
}
.accordion.all-filters {
    border: 0;
    margin-bottom: 0;
}
.accordion.all-filters > .panel-default {
    padding: 0;
    border-bottom: 0;
}
.accordion-filters {
    border: 1px solid #dedede;
}
@media all and (min-width: 768px) {
  .accordion.all-filters > .panel-default > .panel-heading {
    display: none;
  }
  .accordion.all-filters > .panel-default > .panel-collapse {
    display: block !important;
    height: auto !important;
  }
  .accordion-filters {
    border: 1px solid #dedede;
    border-top: 4px solid #b10035;
  }
}
.accordion.all-filters > .panel-default > .panel-collapse > .panel-body {
    padding: 0;
}

.accordion-filters .panel {
    padding: 0 15px;
}
.accordion.all-filters .accordion h4.panel-title {
    margin: 0;
}
.accordion-filters .radio-custom label:before, .accordion-filters .checkbox-custom label:before {
    background-color: #f2f2f2;
}
.accordion.all-filters > .panel-default > .panel-heading > .panel-title {
    background: #b10035;
    color: #fff;
    padding: 0 15px;
}
.accordion.all-filters > .panel-default > .panel-heading > .panel-title a {
    color:#fff;
}
.accordion.all-filters > .panel-default > .panel-heading > .panel-title a:after {
    color: #fff;
    right: 25px;
}
@media all and (max-width:767px) {
  .all-filters .accordion-filters {
    margin-bottom:30px;
  }
}
.reset-filters {
    color: #b10035;
    text-decoration: underline;
    font-size: 1.6rem;
    margin: 0 0 30px 0;
    display: inline-block;
}

.switch-wrap > span {
  margin-right: 20px;
  font-size:1.5rem;
}
@media all and (max-width:767px) {
  .switch-wrap {
    padding:0 15px;
  }
}
.switch-checkbox {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 20px;
    margin-bottom: 0;
    top: 4px;
}
.switch-checkbox input {
    display: none;
}
.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}
.switch-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 0;
    bottom: -3px;
    background-color: #191919;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
input:checked + .switch-slider {
   background-color:#e6bdbd;
}
input:checked + .switch-slider:before {
   -webkit-transform: translateX(26px);
   -ms-transform: translateX(26px);
   transform: translateX(26px);
   background-color:#b10035;
}

/* JUST FOR FRONTIFY */
.switch-wrap {
  min-height:40px;
}

.article h2 {
    border-top: 1px solid #000;
    margin-top: 35px;
    padding-top: 35px;
}

.article .h2-no-border {
    border: 0;
    margin-top: 20px;
    padding-top: 0;
}

@media all and (min-width:768px) {
  .article h2 {
    margin-top:45px;
  }
}

.alert-info-sm.alert-info {
    padding: 20px 20px 8px 64px;
}
.alert-info-sm.alert-info:before {
    top: 14px;
    left: 18px;
    font-size: 3.2rem;
}
@media all and (min-width:768px) {
  .alert-info-sm.alert-info {
    padding: 25px 40px 12px 80px;
  }
  .alert-info-sm.alert-info:before {
    top: 10px;
    left: 26px;
    font-size: 3.8rem;
  }
}

.iframe-wrap {
  position:relative;
  height:0;
  padding-bottom:56.25%;
  margin-bottom:2em;
}

.iframe-wrap iframe {
  position:absolute;
  width:100%;
  height:100%;
  left:0;
}

.play-button {
  height:80px;
  width:80px;
  position:absolute;
  left:0;
  right:0;
  top:50%;
  transform:translateY(-50%);
  margin:0 auto;
  cursor:pointer;
}
/*@media all and (max-width:991px) {
  .play-button {
    display:none;
  }
}*/

.accordion.panel-group .panel-title>a span {
    margin-right: 60px;
}
.accordion.panel-group .panel-title>a span {
    margin-right: 15px;
    display: inline-block;
}
.accordion.panel-group .panel-title>a p {
    font-family: 'Open sans',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
    margin-bottom: 0;
    margin-top: 10px;
    color: #191919;
    display:block;
  font-weight:normal;
}
.accordion-more {
  color: #b10035;
  text-decoration: underline;
  margin-bottom:0;
}
.accordion p {
  margin-bottom:20px;
  letter-spacing:0;
}
.article ul:not(.nav-tabs) {
    margin-bottom: 30px;
}
.accordion.panel-group ul {
    padding-left: 0;
}
.article ul:not(.nav-tabs)>li, .accordion.panel-group ul:not(.list-no-bullets) > li {
    list-style-type: none;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 12px;
    padding-left: 19px;
}
.article ul:not(.nav-tabs)>li a, .accordion.panel-group ul:not(.list-no-bullets) > li a {
    color: #b10035;
    text-decoration: underline;
}
.article ul:not(.nav-tabs)>li:before, .accordion.panel-group ul:not(.list-no-bullets) > li:before {
    content: "\002022";
    color: #b10035;
    padding-right: 10px;
    font-size: 2.2rem;
    position: relative;
    margin-left: -19px;
    float: left;
    display: block;
}

.accordion.panel-group .panel-title a.single * {
    pointer-events: none;
    cursor: none
}

.accordion.panel-group .panel-title a.collapsed.single:after,
.accordion.panel-group .panel-title a.single:after {
    content: ''
}

.result-icon-links {
  padding-top: 25px;
  padding-bottom: 20px;
}
.result-icon-links a {
  padding: 0;
  color:#b50038;
  display:inline;
}
.result-icon-links i {
  margin-right: 10px;
  margin-left: -13px;
  display: inline-block;
  width: 15px;
}
.result-icon-links small {
  margin-bottom: 7px;
  display: inline-block;
  padding-left: 13px;
}
.degree-toggle {
  color: #b10035;
  cursor: pointer;
  text-decoration: underline;
}
.degree-list {
  margin-bottom: 0;
}
.degree-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.8;
}

/** Not sure if this is used**/
.degree-list ul .well {
  margin-top: 20px;
}

.degree-list:not(.degree-single) {
  padding-top: 4px;
}
.degree-list:not(.degree-single) ul {
  padding-left: 15px;
  padding-top: 15px;
}
.degree-single ul {
  display: inline-block;
}

.result-link small.degree-list>ul {
    padding-bottom: 0;
    margin-bottom: 0;
}

.result-link small.degree-list ul>li {
    font-size: 1.4rem;
    padding-left: initial;
}

.result-link small.degree-list ul>li:before {
    content: '';
}

.popover.bottom {
  text-align: center;
  margin: 0 0 0 0;
  margin-top: 22px;
  padding: 0;
  border-color: #ddd;
  border-radius: 6px !important;
  width: 290px;
  max-width: 290px;
}
@media (min-width: 768px) {
  .popover.bottom {
    width: 440px;
    max-width: 440px;
  }
}
.popover.bottom .modal-title {
  margin-top: 0;
  color: #fff;
}
.popover.bottom .popover-content {
  line-height: 1.6;
  font-size: 1.5rem;
  padding: 1rem 1.5rem;
  text-align:left;
  border-radius: 0 0 6px 6px;
}
.popover.bottom .pop-body {
  padding: 15px 20px 20px 20px;
}
.popover.bottom .popover-title {
  background: #b10035;
  padding: 15px 20px;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0;
  border-radius: 6px 6px 0 0;
}
.popover.bottom .pop-footer {
  background: #f2f2f2;
  text-align: center;
  padding: 15px 20px 20px 20px;
  border-radius: 0 0 6px 6px;
}
.popover.bottom .pop-footer span {
  color: #b10035;
  text-decoration: underline;
  font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  font-size: 1.8rem;
  cursor: pointer;
}
.popover.bottom .pop-footer span:before {
  content: '\e911';
  display: inline-block;
  padding-right: 8px;
  font-family: 'icomoon';
}
.popover.bottom .arrow:after {
  border-bottom-color: #b10035;
}
.popover-link {
  cursor:pointer;
  border-bottom: 1px dotted #b10035;
  text-decoration:none;
  font-style:italic;
}
.popover-link:hover,
.popover-link:focus {
  text-decoration:none;
}



/* CSS from Tooltipster plugin */

.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-box{border:none;border-radius:5px;background:#fff;box-shadow:0 0 10px 6px rgba(0,0,0,.1)}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box{margin-top:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box{margin-right:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box{margin-left:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box{margin-bottom:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-content{color:#8d8d8d}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow{height:6px;margin-left:-6px;width:12px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow{height:12px;margin-left:0;margin-top:-6px;width:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border{border:6px solid transparent}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border{border-left-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border{border-right-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border{border-top-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped{top:-6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped{left:-6px}


/*  Extra CSS */
.tooltip {
    display: inline-block;
    opacity: 1;
  font-size: inherit;
position:inherit}

.tooltip_templates {
  display: none;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
  padding: 0;
  color: #191919;
  min-width: 290px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content .info-title {
  background: #b10035;
  padding: 15px 20px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-content .info-title a {
  color: #fff;
  font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-content .info-contain {
  padding: 15px 20px 20px 20px;
  font-size: 15px;
  line-height: 24px;
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-content .info-contain * {
  font-size: 15px;
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-content .info-contain a {
  color: #b10035;
  text-decoration: underline;
}

.tooltip.tooltipstered {
  opacity:1;
  display:inline-block;
  font-size:inherit;
  font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  position:static;
  color:#b10035;
  font-style:italic;
  text-decoration:none;
}

div.tooltip {
  opacity:0;
  font-size:12px;
  position:absolute;
}

.btn.btn-cta {
    white-space: normal;
    text-align: left;
    border-radius: 5px;
    position: relative;
    padding-left: 35px;
    padding-right:15px;
    margin-bottom: 20px;
  line-height:1.8;
}
.btn.btn-cta:before {
    content: '\e90c';
    font-family: 'icomoon';
    color: #b10035;
    position: absolute;
    top: 10px;
    left: 16px;
    font-size: 1.3rem;
    transition: color 0.15s ease-in-out;
}
.btn.btn-cta:hover:before {
    color: #fff;
}
.btn.btn-cta h6 {
    color: #fff;
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 1.5rem;
  font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
}
.btn.btn-cta p {
    color: #fff;
font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 15px;
}

.btn-arrow {
    display: block;
    border-radius: 5px;
    padding: 10px 30px 10px 40px;
  font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
    font-size: 1.5rem;
    text-align: left;
    white-space: normal;
  color:#fff;
}
.btn-arrow:before {
    content: '\e90c';
    font-family: 'icomoon';
    color: #b10035;
    font-size: 1.4rem;
    margin-left: -21px;
    padding-right: 12px;
    transition: color 0.15s ease-in-out;
}
.btn.btn-arrow:hover:before {
    color: #fff;
}
.button-group .btn-arrow {
    float: left;
    clear: left;
    margin-bottom: 20px;
}

.grid-block {
    border-top: 5px solid #b10035;
    padding-top: 30px;
    margin-top: 35px;
}

.grid-link {
    display: block;
    background: #f2f2f2;
    padding: 25px 20px 25px 50px;
    border-radius: 10px;
    margin-bottom: 25px;
    color: #191919;
}

.grid-link h4, .grid-link h3, .grid-link h2 {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.25;
    border-top:none;
    font-size: 2rem;
    padding-top:0;
}

.grid-link h4:before, .grid-link h3:before, .grid-link h2:before {
    content: '\e90c';
    font-family: 'icomoon';
    color: #b10035;
    padding-right: 12px;
    margin-left: -27px;
    font-size: 1.8rem;
    position: relative;
    top: -1px;
    color: #b10035;
    display: inline-block;

}

.grid-purple {
    border-color: #7D4199;
}

.grid-purple .grid-link h4:before, .grid-purple .grid-link h3:before, .grid-purple .grid-link h2:before {
    color: #7D4199;
}

.grid-blue {
    border-color: #009ac7;
}

.grid-blue .grid-link h4:before,.grid-blue .grid-link h3:before,.grid-blue .grid-link h2:before {
    color: #009ac7;
}

.grid-green {
    border-color: #a3ba4d;
}

.grid-green .grid-link h4:before,.grid-green  .grid-link h3:before,.grid-green  .grid-link h2:before {
    color: #a3ba4d;
}

.grid-orange {
    border-color: #f8b131;
}

.grid-orange .grid-link h4:before,.grid-orange  .grid-link h3:before,.grid-orange  .grid-link h2:before {
    color: #f8b131;
}

/** 
  Amended 30/08/2017 
  Added other heading levels to the CSS to fit HTML heading model and retain consistent design whatever the heading level. 

**/


.grid-blue {
    border-color: #009ac7;
}
.grid-blue .grid-link h4:before {
    color: #009ac7;
}

.grid-green {
    border-color: #a3ba4d;
}
.grid-green .grid-link h4:before {
    color: #a3ba4d;
}

.grid-orange {
    border-color: #f8b131;
}
.grid-orange .grid-link h4:before {
    color: #f8b131;
}

.grid-purple {
    border-color: #7D4199;
}
.grid-purple .grid-link h4:before {
    color: #7D4199;
}

.card-video {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .card-video {
    height: 362px;
  }
}
@media (min-width: 1200px) {
  .card-video {
    height: 400px;
  }
}
.card-video h4 {
  margin-top: 25px;
  margin-bottom: 8px;
}
.card-video small {
  margin-bottom: 15px;
  display: inline-block;
}
.card-video p {
  margin-top: 0;
}


.sidebar-logos {
    display: table;
}
.sidebar-logos .col-xs-4 {
    float: none;
    display: table-cell;
    vertical-align: middle;
}
.sidebar-logos img {
    width: 100%;
}

.control-label {
   font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  font-size:1.6rem;
}
.form-horizontal .form-help {
  font-size: 1.4rem;
  margin-top: 8px;
  margin-bottom: 5px;
  color: #888;
}
.form-horizontal .form-control {
  width: 100%;
}
@media (max-width: 767px) {
  .form-horizontal .control-label {
    margin-bottom: 12px;
  }
}

.form-control.error {
    border-color: #a94442;
}

.form-progress {
  display: inline-block;
  margin-bottom: 15px;
  font-size:1.4rem;
}

.img-list-group h2 {
    padding-left: 21px;
}
.img-list-group h2:before {
    content: '\e90c';
    font-family: 'icomoon';
    color: #b10035;
    font-size: 1.9rem;
    margin-left: -22px;
    padding-right: 12px;
    position: relative;
    top: -3px;
}
.img-list-group h2 a {
  color:#191919;
}
.img-list-group .img-wrapper {
    margin-bottom: 10px;
    overflow: hidden;
    max-height: 250px;
}

.img-list-group .img-wrapper img {
    width: 100%;
}

@media (min-width: 992px) {
  .img-list-group .img-wrapper {
    height: 250px;
  }
}

@media (min-width: 768px) {
  .img-list-group .img-wrapper {
    max-height: none;
    height: 160px;
  }
  .img-list-group .img-wrapper img {
    width: auto;
    max-width: none;
    height: 100%;
  }
}
.img-list-group .list-group .list-group-item {
  font-size:1.6rem;
}
.img-list-group .list-group .list-group-item:first-child {
    border-top: 0;
}
.img-list-group .list-group .list-group-item:before {
    content: '\e90c';
    font-family: 'icomoon';
    color: #b10035;
    font-size: 1.4rem;
    margin-left: -21px;
    padding-right: 10px;
    position: relative;
    top: -1px;
}

.video {
  margin-bottom:30px;
}
.video .video-title {
  line-height: 1.25;
  display: block;
}
.video .video-title a {
  color:#191919;
}
.video p {
    margin-top: 20px;
}
@media all and (min-width:768px) {
  .video {
    margin-bottom:20px;
  }
  .video .video-title {
    min-height: 50px;
  }
}


.event {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.event h3 {
    margin-bottom: 18px;
}
.event .event-details {
    margin-bottom: 15px;
    display: inline-block;
    line-height: 1.6;
    font-size: 1.5rem;
}
.event .event-link {
    margin-top: 10px;
    display: inline-block;
}

/* The code below is just for Frontify */
.example-grid .row [class^=col-] {
  padding-top:10px;
  padding-bottom:10px;
  background-color:#f2f2f2;
  border:1px solid #ccc;
}

/* Styling from mmenu plugin */
.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu{box-sizing:border-box;background:inherit;display:block;padding:0;margin:0;position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.mm-panels,.mm-panels>.mm-panel{background:inherit;border-color:inherit;box-sizing:border-box;margin:0;position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.mm-panels{overflow:hidden}.mm-panel{-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left}.mm-panel.mm-opened{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panel.mm-subopened{-webkit-transform:translate(-30%,0);-ms-transform:translate(-30%,0);transform:translate(-30%,0);-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panel.mm-highest{z-index:1}.mm-panel.mm-noanimation{-webkit-transition:none!important;transition:none!important}.mm-panel.mm-noanimation.mm-subopened{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panels>.mm-panel{-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;padding:0 20px}.mm-panels>.mm-panel.mm-hasnavbar{padding-top:40px}.mm-panels>.mm-panel:not(.mm-hidden){display:block}.mm-panels>.mm-panel:after,.mm-panels>.mm-panel:before{content:'';display:block;height:20px}.mm-vertical .mm-panel{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.mm-listview .mm-vertical .mm-panel,.mm-vertical .mm-listview .mm-panel{display:none;padding:10px 0 10px 10px}.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after{border-color:transparent}.mm-vertical li.mm-opened>.mm-panel,li.mm-vertical.mm-opened>.mm-panel{display:block}.mm-listview>li.mm-vertical>.mm-next,.mm-vertical .mm-listview>li>.mm-next{box-sizing:border-box;height:40px;bottom:auto}.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,.mm-vertical .mm-listview>li.mm-opened>.mm-next:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}.mm-btn{box-sizing:border-box;width:40px;height:40px;position:absolute;top:0;z-index:1}.mm-clear:after,.mm-clear:before,.mm-close:after,.mm-close:before{content:'';border:2px solid transparent;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-clear:before,.mm-close:before{border-right:none;border-bottom:none;right:18px}.mm-clear:after,.mm-close:after{border-left:none;border-top:none;right:25px}.mm-next:after,.mm-prev:before{content:'';border-top:2px solid transparent;border-left:2px solid transparent;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0}.mm-prev:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-next:after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}.mm-navbar{border-bottom:1px solid;border-color:inherit;text-align:center;line-height:20px;height:40px;padding:0 40px;margin:0;position:absolute;top:0;left:0;right:0}.mm-navbar>*{display:block;padding:10px 0}.mm-navbar a,.mm-navbar a:hover{text-decoration:none}.mm-navbar .mm-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-navbar .mm-btn:first-child{left:0}.mm-navbar .mm-btn:last-child{text-align:right;right:0}.mm-panel .mm-navbar{display:none}.mm-panel.mm-hasnavbar .mm-navbar{display:block}.mm-listview,.mm-listview>li{list-style:none;display:block;padding:0;margin:0}.mm-listview{font:inherit;font-size:14px;line-height:20px}.mm-listview a,.mm-listview a:hover{text-decoration:none}.mm-listview>li{position:relative}.mm-listview>li,.mm-listview>li .mm-next,.mm-listview>li .mm-next:before,.mm-listview>li:after{border-color:inherit}.mm-listview>li>a,.mm-listview>li>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:inherit;display:block;padding:10px 10px 10px 20px;margin:0}.mm-listview>li:not(.mm-divider):after{content:'';border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;left:0;right:0;bottom:0}.mm-listview>li:not(.mm-divider):after{left:20px}.mm-listview .mm-next{background:rgba(3,2,1,0);width:50px;padding:0;position:absolute;right:0;top:0;bottom:0;z-index:2}.mm-listview .mm-next:before{content:'';border-left-width:1px;border-left-style:solid;display:block;position:absolute;top:0;bottom:0;left:0}.mm-listview .mm-next+a,.mm-listview .mm-next+span{margin-right:50px}.mm-listview .mm-next.mm-fullsubopen{width:100%}.mm-listview .mm-next.mm-fullsubopen:before{border-left:none}.mm-listview .mm-next.mm-fullsubopen+a,.mm-listview .mm-next.mm-fullsubopen+span{padding-right:50px;margin-right:0}.mm-panels>.mm-panel>.mm-listview{margin:20px -20px}.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview{margin-top:-20px}.mm-menu{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75)}.mm-menu .mm-navbar a,.mm-menu .mm-navbar>*{color:rgba(0,0,0,.3)}.mm-menu .mm-btn:after,.mm-menu .mm-btn:before{border-color:rgba(0,0,0,.3)}.mm-menu .mm-listview{border-color:rgba(0,0,0,.1)}.mm-menu .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.3)}.mm-menu .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.5);tap-highlight-color:rgba(255,255,255,.5)}.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.5)}.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(0,0,0,.05)}.mm-menu .mm-divider{background:rgba(0,0,0,.05)}
.mm-page{box-sizing:border-box;position:relative}.mm-slideout{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}html.mm-opened{overflow-x:hidden;position:relative}html.mm-blocking{overflow:hidden}html.mm-blocking body{overflow:hidden}html.mm-background .mm-page{background:inherit}#mm-blocker{background:rgba(3,2,1,0);display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:2}html.mm-blocking #mm-blocker{display:block}.mm-menu.mm-offcanvas{z-index:0;display:none;position:fixed}.mm-menu.mm-offcanvas.mm-opened{display:block}.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened{z-index:10}.mm-menu.mm-offcanvas{width:80%;min-width:140px;max-width:440px}html.mm-opening .mm-menu~.mm-slideout{-webkit-transform:translate(80%,0);-ms-transform:translate(80%,0);transform:translate(80%,0);-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}@media all and (max-width:175px){html.mm-opening .mm-menu~.mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:550px){html.mm-opening .mm-menu~.mm-slideout{-webkit-transform:translate(440px,0);-ms-transform:translate(440px,0);transform:translate(440px,0);-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}
@charset "UTF-8";.mm-sronly{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;position:absolute!important}

/* Custom stying */
#menu-sra .nav-pills {
  display:none;
}
.mm-opened .mm-navbar {
    background: #b10035;
    font-family: 'Open sans bold';
}
.mm-opened .mm-navbar .mm-title {
    color: #fff;
}
.browse-all-menu .nav li {
    font-size: 15px;
}
.browse-all-menu .nav li a {
    transition: all 0.1s ease-in-out;
    border-radius: 0;
}
.mm-opened .mm-listview > li {
    border-bottom: 1px solid #ddd;
    margin:0;
}
.mm-opened .mm-listview > li:after {
  display:none;
}
.mm-opened .mm-listview > li .mm-next {
    background-color: #fff;
}
.mm-opened .mm-listview > li > a {
    color: #000;
}
.mm-opened .mm-listview > li .mm-next:after {
    border-color: #b10035;
}
.mm-opened .mm-close {
    right: 6px;
}
.mm-opened .mm-close:before {
  content:"\e911";
  font-family:'icomoon';
  color:#fff;
  right:23px;
  top:8px;
  margin:0 auto;
  font-size:18px;
  display:inline-block;
  border:0;
  transform:none;
}
.mm-opened .mm-close:after {
  display:none;
}
.mm-opened .mm-navbar .mm-prev:before {
    border-color: #fff;
}

.navbar-default {
    background-color: transparent;
    border: none;
    margin-bottom: -1px;
}
.navbar-default .navbar-collapse {
    padding-left: 0;
}
.navbar-default .navbar-nav {
    margin-left: -15px;
    margin-top: 7px;
}
.navbar-default .navbar-nav > li > a:not(.btn-primary) {
    color: #191919;
    font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
    font-size: 1.6rem;
    padding: 10px 0 9px 0;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 3px solid transparent;
}
.navbar-default .navbar-nav > li > a:not(.btn-primary):hover, .navbar-default .navbar-nav > li > a:not(.btn-primary):focus {
    border-color: #b10035;
    transition: 0.2s border-color ease-in-out;
}
.navbar-default .navbar-nav > li a.active {
    border-color: #b10035;
}

.brand-logo {
  width: 300px;
  padding:1em;
}
@media all and (min-width:360px) {
  .brand-logo {
    width:330px;
  }
}
@media all and (min-width:992px) {
  .brand-logo {
    margin-top: 8px;
    padding:10px 0;
  }
}

@media (min-width: 64em) {
  .brand-logo {
    padding: 1em 0;
  }
}

.navbar-extra-xs {
    background: #b10035;
    overflow: hidden;
     margin: 0.5em 0 1em;
    transition: transform 0.2s ease-in-out, top 0.2s ease-in-out, padding-bottom 0.2s ease-in-out;
    z-index: 100;
    height: 45px;
    width: 100%;
    transform: translateY(0px);
}
.navbar-extra-xs .btn-primary {
    padding: 12px 8px;
    border-radius: 0;
}
@media all and (min-width:380px) {
  .navbar-extra-xs .btn-primary {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.navbar-extra-xs .btn + .btn {
    border-left: 1px solid rgba(255, 255, 255, 0.7);
}
.navbar-extra-xs .btn-primary span {
    padding-left: 12px;
    font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
}
.search-box-xs {
    padding:0;
    display:none;
}
.search-box-xs input[type=text] {
    height:52px;
    width:100%;
    padding:10px 15px;
    border:1px solid #ddd;
    border-radius:0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.search-box-xs .btn-primary {
    background:#eee;
    border-color:#eee;
    color:#000;
    height:52px;
    border-radius:0;
    padding-top:15px;
}
@media all and (max-width: 991px) {
  .navbar-default {
    width:100%;
    padding:0;
    min-height:62px;
  }
  .navbar-default .navbar-collapse {
    display: none !important;
  }
}



.navbar-extra-xs {
    background: #b10035;
    overflow: hidden;
    margin: 0;
    transition: transform .2s ease-in-out,top .2s ease-in-out,padding-bottom .2s ease-in-out;
    z-index: 100;
    height: 45px;
    width: 100%;
    transform: translateY(0)
}

.navbar-extra-xs .btn-primary {
    padding: 12px 8px;
    border-radius: 0
}

@media all and (min-width: 380px) {
    .navbar-extra-xs .btn-primary {
        padding-left:20px;
        padding-right: 20px
    }
}

.navbar-extra-xs .btn+.btn {
    border-left: 1px solid rgba(255,255,255,.7)
}

.navbar-extra-xs .btn-primary span {
    padding-left: 12px;
    font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
}

.search-box-xs {
    padding: 0;
    display: none
}

.search-box-xs input[type=text] {
    height: 52px;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

.search-box-xs .btn-primary {
    background: #eee;
    border-color: #eee;
    color: #000;
    height: 52px;
    border-radius: 0;
    padding-top: 15px
}

.navbar-default .navbar-nav>li>a:not(.btn-primary) {
  padding-bottom: 10px;
}

.navbar-default .navbar-nav>li>a.btn-secondary:hover,
.navbar-default .navbar-nav>li>a.btn-secondary:focus {
  border-color: #000;
}

.navbar-default .navbar-nav>li>a.btn-secondary {
  margin-right: 0;
}

#browse-menu-btn {
  line-height: 1.25;
}

.list-arrow-lg {
  list-style: none;
  padding-left: 0;
}
.list-arrow-lg ul {
  list-style: none;
  padding: 5px 0;
}
.list-arrow-lg ul > li {
  position: relative;
  padding-left: 28px;
}
.list-arrow-lg ul > li:before {
  content: '\e90c';
  font-family: 'icomoon';
  color: #b10035;
  font-size: 2rem;
  position: absolute;
  top: 1px;
  left: 0px;
}
.list-arrow-lg h3 {
  margin-bottom: 15px;
}
.list-arrow-lg h2 a,
.list-arrow-lg h3 a {
  color:#191919;
}

.links-icon {
  margin-bottom:30px;
}
.links-icon .icon {
  padding-right:8px;
  font-size:1.7rem;
  display:inline-block;
}
.links-icon a {
  text-decoration: underline;
  padding-right:12px;
  font-size:1.4rem;
  margin-bottom:12px;
  color:#191919;
}
@media all and (max-width: 1199px) {
  .links-icon a {
    display:block;
  }
}

.article h1 {
  margin-bottom: 16px;
}
.article-date {
  color: #6f777b;
  margin-bottom: 15px;
  display: inline-block;
}
.page-header {
  border: 0;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-bottom: 0;
  overflow: hidden;
}
@media all and (min-width:768px) {
  .page-header {
    margin-top:0px;
    margin-bottom:40px;
  }
}

h1 small {
  line-height: 1.75;
  font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  
}


.accordion-well {
    margin-bottom:35px;
}
.accordion-well .link-block {
    display       : block;
  color         : #191919;
  background    : #f2f2f2;
  text-align    : left;
  border-top    : 1px solid #d2d2d2;
  border-bottom : 1px solid #d2d2d2;
  border-left   : 0;
  border-right  : 0;
  font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  font-size     : 2rem;
  padding       : 12px;
  text-transform: uppercase;
}
.accordion-well .link-block:not(.collapsed) .icon:before {
    content:'\e90f';
}
.accordion-well .link-block .icon {
    float:right;
    font-size:2.3rem;
}

.accordion-well .link-block .well {
    padding:25px;
}

ol {
  padding-left:20px;
}
ol li {
  margin-bottom:15px;
  line-height:1.5;
  font-size:1.6rem;
}

.article ul.fake-ol {
  list-style: none;
}
.article ul.fake-ol ul li {
  margin-left: 0;
  padding-left: 0;
}
.article ul.fake-ol p {
  display: inline;
}
.article ul.fake-ol > li {
  padding-left: 0px;
  padding-right: 0;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .article ul.fake-ol > li {
    padding-left: 10px;
    margin-left: 28px;
  }
}
@media (max-width: 767px) {
  .article ul.fake-ol > li {
    margin-left: 0 !important;
  }
}
.article ul.fake-ol > li:before {
  display: none;
}
.article ul.fake-ol > li .num1 {
  display: block;
  padding-right: 0px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .article ul.fake-ol > li .num1 {
    display: inline-block;
    text-align: right;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .article ul.fake-ol > li .num1 {
    margin-left: 0 !important;
   font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  }
}
.article ul.fake-ol .re-ul {
  padding-left: 20px;
  margin-top:18px;
  margin-bottom:30px;
}
.article ul.fake-ol .re-ul li:before {
  content: "\002022";
}

@supports(display:grid){
    ul.fake-ol>li:not(#historyListItem) {
      display:                grid;
      grid-template-areas:    "left-column main-column";
      grid-template-columns:  min-content auto;
      grid-template-rows:     auto;}
  
    ul.fake-ol li>span.num1 {
      grid-column: left-column;
      font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
      text-align:  left;
      }

    ul.fake-ol li>*:not(:first-child) {
      grid-column: main-column;
      text-align:  left;}
}


hr.thick-divider {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 0;
    border-color:#b10035;
    border-bottom: 5px solid #b10035;
}

hr.thin-divider {
  height: 0;
  border-color:#ddd;
}
.sidebar hr {
  margin: 30px 0;
}

.breadcrumb {
    background: transparent;
    padding-left: 0;
    color: #191919;
    margin-bottom: 5px;
    font-size: 1.5rem;
}
.breadcrumb>li+li:before {
    content: "> ";
    color: #191919;
}
.breadcrumb>li+li a {
    text-decoration: underline;
}
.breadcrumb a {
  color:#191919;
}

#browse-menu-btn {
    color: #fff;
    font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
    padding:10px 15px;
    font-size: 1.5rem;
    width: 200px;
    text-align: left;
    position: relative;
    z-index: 2;
    line-height:1.3
}
#browse-menu-btn:hover, #browse-menu-btn:focus {
    background: #191919;
    color: #fff;
}
#browse-menu-btn .icon-bars {
    color: #b10035;
    padding-right: 9px;
    font-size: 2.1rem;
    position: relative;
    top: 3px;
    pointer-events: none;
    line-height:0;
}

#browse-menu-btn {
    color: #fff;
    font-family:'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
    padding:10px 15px;
    font-size: 1.5rem;
    width: 200px;
    text-align: left;
    position: relative;
    z-index: 2;
    line-height:1.4
}
#browse-menu-btn:hover, #browse-menu-btn:focus {
    background: #191919;
    color: #fff;
}
#browse-menu-btn .icon-bars {
    color: #b10035;
    padding-right: 9px;
    font-size: 2.1rem;
    position: relative;
    top: 3px;
    pointer-events: none;
    line-height:0;
}


/* Code for the main menu */

.browse-all-menu .active-menu a {
    font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
}

.nav-pills>li>a {
    border-radius: 2px
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

@media all and (max-width: 991px) {
    .navbar-default {
        width:100%;
        padding: 0;
        min-height: 62px
    }
}

@media all and (max-width: 991px) {
    .navbar-default .navbar-collapse {
        display:none!important
    }
}

@media all and (max-width: 991px) {
    .navbar-default .navbar-header {
        float:none;
        margin: 0 0 10px 0
    }
}

@media all and (max-width: 991px) and (min-width:768px) {
    .navbar-default .navbar-header {
        width:750px;
        margin: 0 auto;
        margin-bottom: 10px
    }
}

.navbar-header::before,.navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar-header {
        float:left
    }
}

@media all and (max-width: 991px) {
    .navbar-default {
        width:100%;
        padding: 0;
        min-height: 62px
    }
}

@media all and (max-width: 991px) {
    .navbar-default .navbar-collapse {
        display:none!important
    }
}

@media all and (max-width: 991px) {
    .navbar-default .navbar-header {
        float:none;
        margin: 0 0 10px 0
    }
}

@media all and (max-width: 991px) and (min-width:768px) {
    .navbar-default .navbar-header {
        width:750px;
        margin: 0 auto;
        margin-bottom: 10px
    }
}

.parent-link:focus,.parent-link:hover {
    color: #b10035
}

#mmenu-test .nav-pills {
    display: none
}

#browse-menu-btn.btn-close i::before {
    content: '\e911';
    font-family: icomoon
}

#browse-menu-btn .fa-bars {
    color: #b10035;
    padding-right: 10px;
    font-size: 2.1rem;
    position: relative;
    top: 2px;
    margin-top: -2px;
    pointer-events: none
}

.nav-stacked>li+li {
    margin-top: 0
}

.bottom-bar-menu {
    border-bottom: 1px solid #d9d9d9
}

@media (min-width: 768px) {
    .bottom-bar-menu {
        margin-bottom:20px
    }
}

.top-bar-menu a {
    color: #fff
}

.top-bar-menu a:focus,.top-bar-menu a:hover {
    color: #fff
}

.second-level-menu.single-link-menu a {
    margin-bottom: 18px
}

#browse-all-collapse {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    #browse-all-collapse {
        margin-top:-20px;
        border-bottom: 1px solid #cdcdcd
    }
}

@media (max-width: 767px) {
    #browse-all-collapse {
        background:#f2f2f2;
        padding: 0
    }
}

#browse-all-collapse .nav-stacked .active {
    background-color: #b10035;
    color: #fff;
    border-radius: 0
}

@media (max-width: 767px) {
    #browse-all-collapse .nav-stacked .expand-children {
        width:15%;
        border-left: 1px solid #eee;
        text-align: center;
        background: #fff;
        color: #b10035
    }
}

@media (max-width: 767px) {
    #browse-all-collapse .nav-stacked .expand-children+a {
        width:85%
    }
}

#browse-all-collapse .current-active-level {
    opacity: 1!important;
    left: 0!important;
    background: #f2f2f2;
    border-right: 1px solid #cdcdcd;
    font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
}

#browse-all-collapse .current-active-level .current-active-level {
    border: 0
}

#browse-all-collapse .first-level>.current-active-level {
    background: #fff;
    border: 0
}

.current-page {
    background: #b10035;
    color: #fff
}

.expand-children span {
    display: none
}

.big-menu {
    position: relative
}

.big-menu::before {
    content: '';
    display: block;
    background-color: transparent;
    width: 100%;
    height: 43px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 7px;
    transition: background-color .15s ease-in-out
}

@media (min-width: 992px) {
    .big-menu-open::before {
        background-color:#555;
        z-index: 1
    }
}

.browse-all-menu {
    overflow: hidden
}

@media (max-width: 767px) {
    .browse-all-menu {
        padding:0
    }
}

.browse-all-menu .nav-pills .active a {
    background-color: #b10035
}

.browse-all-menu .nav-pills .active a:focus,.browse-all-menu .nav-pills .active a:hover {
    background-color: #e40044;
    border-color: #e40044
}

.browse-all-menu .col-sm-2,.browse-all-menu .col-sm-5 {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 50em;
    margin-bottom: -50em;
    background-color: #fff;
    transition: background-color 50ms ease-in-out;
    position: relative
}

.browse-all-menu .first-level {
    z-index: 3;
    border-right: 1px solid #cdcdcd
}

.browse-all-menu .second-level {
    z-index: 2
}




.browse-all-menu .third-level {
    z-index: 1;
    border-left: 1px solid #cdcdcd
}

.browse-all-menu .second-level,.browse-all-menu .third-level {
    left: -160px
}

.browse-all-menu .active-menu {
    background-color: #f2f2f2;
    border-right: 1px solid #cdcdcd
}

@media (max-width: 767px) {
    .browse-all-menu .nav li {
        border-bottom:1px solid #ddd
    }
}

.browse-all-menu .nav li a:focus,.browse-all-menu .nav li a:hover {
    color: #b10035;
    border-radius: 0
}

@media (min-width: 992px) {
    .browse-all-menu .nav li a:focus,.browse-all-menu .nav li a:hover {
        background-color:#b10035;
        color: #fff
    }
}

.browse-all-menu .col-sm-4 {
    padding-left: 0;
    padding-right: 0
}

.small-navigation-button {
    float: right
}

@media all and (min-width: 380px) {
    .navbar-extra-xs .btn-secondary {
        padding-left:20px;
        padding-right: 20px
    }
}

.navbar-extra-xs .btn-secondary .fa {
    font-size: 1.8rem
}

.up-nav {
    transform: translateY(0);
    top: 0
}

.down-nav {
    transform: translateY(-50px);
    top: 0
}
.browse-all-menu a {
    color: #191919;
    text-decoration: none;}

.browse-all-menu .parent-link {
    padding: 10px 15px;
    display: block;
    font-size: 1.5rem;
    font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
    color: #b10035;
}


select {
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #eee;
  padding: 10px 12px;
  font-family:'Open sans',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  font-size: 1.4rem;
}
select:focus {
  outline:none;
}

.custom-select select::-ms-expand {
  display: none;
}

.custom-select {
  position: relative;
  background: #eee;
  border-radius: 6px;
  display:inline-block;
}
.custom-select select {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding-right:35px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.custom-select .icon-select-arrows:before {
  position: absolute;
  top: 14px;
  right: 8px;
  font-size: 1.4rem;
  z-index: 0;
}

@media all and (max-width: 991px) {
 .navbar-default .navbar-header {
  float: none;
  margin: 0;
 } 

}

@media all and (max-width: 991px) and (min-width: 768px) {
 .navbar-default .navbar-header {
  width: 750px;
  margin: 0 auto;
  margin-bottom: 10px;
 }
}

  #browse-menu-btn {
     color: #fff;
    font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;;
    padding: 10px 15px;
    font-size: 1.5rem;
    width: 200px;
    text-align: left;
    position: relative;
    z-index: 2;
    line-height: 1.33;
}
#browse-menu-btn:hover, #browse-menu-btn:focus {
    background: #191919;
    color: #fff;
}
#browse-menu-btn .icon-bars {
    color: #b10035;
    padding-right: 10px;
    font-size: 2.1rem;
    position: relative;
    top: 2px;
    margin-top: -2px;
    pointer-events: none;
    display: inline-block;
}

/* Error notice */
.alert.error-notice {border:4px solid #b50038;}
.alert.error-notice a {color:#b50038;text-decoration:underline;}





/*Error question*/

.alert.error-question {border-left:4px solid #b50038;}

.rule-tags {
  padding:10px 15px;
}
.rule-tags .btn {
  border-radius: 5px;
  margin-right: 8px;
  margin-bottom: 10px;
  background-color:#191919;
  border-color:#191919;
  text-transform:initial;
  font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;

}

.pane-wrap .form-control {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 0;
  background: #fff;
}
.pane-wrap form .btn {
  float: right;
  background-color:#191919;
  border-color:#191919;
  text-transform:initial;
}

.handbook-search-actions .filter-label {
    padding-right: 12px;
    display: inline-block;
}
.handbook-search-actions .dropdown {
    display: inline-block;
    min-width: 330px;
}
.handbook-search-actions .dropdown .dropdown-toggle {
    min-width: 150px;
    padding-right: 35px;
}
.handbook-search-actions .dropdown .dropdown-toggle:after {
    position: relative;
    right: -10px;
    margin: 0;
    width
}
.handbook-search-actions .dropdown .dropdown-menu {
    padding: 10px 0;
}
.handbook-search-actions .dropdown .dropdown-header {
    font-size: 15px;
    font-family: 'open-sans-bold', sans-serif;
    color: #000;
}
.handbook-search-actions .dropdown a {
    font-size: 15px;
}


/* FRONTIFY ONLY */
.handbook-search-actions {
 min-height:410px;
}

.handbook-search {
    background: #b10035;
    padding: 45px 0;
}
@media all and (max-width:767px) {
  .handbook-search {
    margin-top:-20px;
    border-top:1px solid #fff;
  }
}
.star-search h1, .star-search .lead, .star-search a {
    color: #fff;
}
.star-search h1 {
    margin-top: 0;
}
.star-search a {
    text-decoration: underline;
}
.star-search .nav-justified {
    margin: 0;
    width: 100%;
}
.star-search form {
    margin-bottom: 20px;
    position: relative;
}
.star-search .lead {
  font-family:"open-sans",sans-serif;
}
.star-search .nav-justified .input-group-btn {
    width: 1%;
}
.star-search .btn-toggle-wrap {
    vertical-align: top;
}
.star-search .input-group .dropdown-menu {
  min-width:250px;
}
.star-search .input-group .dropdown-menu a {
  text-decoration: none;
  cursor:pointer;
}
.star-search .input-group .dropdown-menu a:hover,
.star-search .input-group .dropdown-menu a:focus {
  text-decoration: underline;
  background:transparent;
}
@media all and (max-width:767px) {
  .star-search .input-group .dropdown-menu {
    position:absolute;
    float:left;
    margin-top:2px;
    background-color:#fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
}
.star-search .input-group .form-control {
    border-radius: 0;
    border: 0;
    height: 45px;
    background: #fff;
    padding-left: 15px;
    margin: 0px !important;
}
.star-search .input-group .btn {
    border-radius: 0;
    border: 0;
    height: 46px;
    padding: 12px 18px;
    background-color: #000;
    color: #fff;
}
.star-search .btn.dropdown-toggle {
    background-color: #eaeaea;
    color: #000;
    border: 0;
    border-right: 1px solid #e6e6e6;
    border-radius: 0;
    height: 45px;
     font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;

    padding: 10px 30px 10px 15px;
}
.star-search .btn.dropdown-toggle:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    top: 20px;
    right: 0px;
}
.handbook-search .btn-toggle-wrap {
  vertical-align:top;
}

.handbook-search-actions {
  margin-top: 5px;
  margin-bottom: 30px;
}
.handbook-search-actions p {
  font-size: 15px;
  line-height: 21px;
}
.handbook-search-actions hr {
  margin: 25px 0 30px 0;
}
.handbook-search-actions .col-sm-4 a {
  color:#191919;
}
.handbook-search-actions .col-sm-4 h4 {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 25px;
}
.handbook-search-actions .icon-star {
    margin-left: 7px;
    color: #b10035;
}
@media all and (max-width: 767px) {
  .handbook-search-actions .icon-star {
    margin-left: 7px;
    color: #b10035;
  }
  .handbook-search-actions .col-sm-4 {
      margin-top: 15px;
  }
  .handbook-search-actions .col-sm-4 > a {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .handbook-search-actions {
    margin-top: 30px;
  }
  .handbook-search-actions .col-sm-4 > a {
    text-decoration: underline;
    display: inline-block;
    margin-right: 30px;
  }
}
@media all and (min-width: 992px) {
  .handbook-search-actions hr {
    margin-bottom: 40px;
  }
}


.handbook-rules-list {
    margin-bottom: 30px;
    padding-top: 0;
}
@media all and (max-width: 767px) {
  .handbook-rules-list a {
    font-size: 17px;
  }
}
.handbook-rules-list a > .fa-star {
  font-size: 13px;
  opacity: 0;
  color: #b10035;
  margin-left: 10px;
  text-decoration: none;
  transition: font-size 0.1s ease-in-out, opacity 0.15s ease-in-out;
}
.handbook-rules-list a > .fa-star.active {
  display: inline-block;
  font-size: 18px;
  opacity: 1;
}
.handbook-rules-list p {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  .handbook-rules-list .col-sm-4 {
    margin: 0 6px 5px 6px;
    min-height: 170px;
    width: calc(33.333% - 12px);
    padding: 0;
  }
}
@media all and (min-width: 992px) {
  .handbook-rules-list .col-sm-4 {
    min-height: 150px;
  }
}
@media all and (min-width: 1200px) {
  .handbook-rules-list .col-sm-4 {
    min-height: 125px;
  }
}
.handbook-rules-list .col-sm-4 * {
  transition: all 0.1s ease-in-out;
}
.handbook-rules-list .col-sm-4 > a,
.handbook-rules-list .col-sm-4 p,
.handbook-rules-list .col-sm-4 small {
  display: block;
  padding-left: 9px;
  padding-right: 9px;
}
.handbook-rules-list .col-sm-4 > a {
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #b10035;
  font-family: 'open-sans-bold';
  padding-bottom: 6px;
  padding-top: 14px;
}
.handbook-rules-list .col-sm-4 p {
  margin-bottom: 0;
  padding-bottom: 15px;
}


.handbook-rules-list .rule-list-highlight {
  background: rgba(177, 0, 53, 0.1);
}

.handbook-rules-list .rule-list-lowlight * {
  color: #888;
}
.handbook-rules-list .rule-list-lowlight a {
  color: #999;
}

.handbook-rules-list a > .icon-star {
    font-size: 13px;
    opacity: 0;
    color: #b10035;
    margin-left: 10px;
    text-decoration: none;
    transition: font-size 0.1s ease-in-out, opacity 0.15s ease-in-out;
}
.handbook-rules-list a > .icon-star.active {
    display: inline-block;
    font-size: 18px;
    opacity: 1;
}

.handbook-rules-list .col-sm-4 .section-date,
.handbook-rules-list .col-sm-4 .section-versions,
.handbook-rules-list .col-sm-4 .section-archived {
  display: none; /* changed once user filters */
  font-size: 13px;
  position: relative;
  padding-bottom: 10px;
}
.handbook-rules-list .col-sm-4 .section-versions {
  text-decoration: underline;
  cursor: pointer;
  padding-bottom: 18px;
}
.handbook-rules-list .col-sm-4 .section-versions a {
  color: #b10035;
}
.handbook-rules-list .col-sm-4 .section-archived {
  padding-bottom: 15px;
}

.search-bar-sm {
  padding:35px 0;
}
.search-bar-sm h2 {
  margin-top:0;
  margin-bottom:18px;
  color:#fff;
}
.search-bar-sm form {
  margin-bottom:0;
}


.hb-search-results.row {
  margin-top: 0;
}
.hb-search-results.row .search-card {
  margin-bottom: 20px;
}
.hb-search-results.row .search-card .card-topic {
  font-size: 15px;
}
.hb-search-results.row .search-card-header {
  padding: 15px;
}
.hb-search-results.row .search-card-body {
  padding: 20px 15px;
}
.hb-search-results.row .search-card-body p {
  margin-bottom: 2px;
}
.hb-search-results.row .card-icon-wrap {
  top: 14px;
}
.hb-search-results.row .card-icon-wrap i {
  color: #000;
}
.hb-search-results.row .card-icon-wrap .fa-list-ul {
  margin-bottom: 7px;
}
.searched-term {
    display: inline-block;
    background: #e9e9e9;
    outline:3px #e9e9e9 solid;
}
.search-card .card-topic {
    width: calc(100% - 64px);
}
.search-card .card-date,
.search-card .card-topic {
    font-family: 'open-sans-bold';
    text-transform: uppercase;
    font-size: 12px;
}

@media all and (max-width: 767px) {
  .hb-title-sticky {
    height: 0;
    width: 100%;
    background: #fff;
    z-index: 5;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    left: 0;
  }
  .hb-title-sticky span {
    padding: 12px 15px;
    display: inline-block;
    width: calc(100% - 100px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .hb-title-sticky .fixed-share {
    color: #fff;
    background: #b10035;
    padding: 12px 15px;
    float: right;
    width: 100px;
    cursor: pointer;
  }
  .hb-title-sticky.affix {
    top: 0;
    position: fixed;
    transition: top 0.25s ease-in-out;
    height: 46px;
  }
  .hb-title-sticky.affix-top {
    transition: top 0.25s ease-in-out, height 0.01s ease-in-out 0.5s;
    top: -46px;
    height: 0;
    position: fixed;
  }
  .hb-title-sticky.affix-bottom {
    position: fixed;
  }
  .hb-title-sticky.down-nav {
    top: -46px;
  }
}

@media all and (min-width: 768px) {
  .hb-title-sticky {
    display: none;
  }
}


.more-updates {
    color: #b10035;
    text-decoration: underline;
    padding-bottom: 12px;
    display:block;
}
.more-updates i {
    display: inline-block;
    margin-left: 10px;
}
.show-edits {
    cursor: pointer;
    color: #b10035;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 12px;
}
.hide-edits {
    color: #b10035;
    text-decoration: underline;
    cursor: pointer;
    display: none;
}

.open-guidance {
    background: #007DA3;
    height: 24px;
    width: 24px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: background 0.1s ease-in-out;
    font-family: serif;
    font-style:normal;
    font-size: 21px;
    font-weight: bold;
    line-height: 23px;
    display:block;
}

.accordion.panel-group .list-no-bullets li {
    margin-bottom: 12px;
}
.accordion.panel-group .list-no-bullets a {
    color: #b10035;
    text-decoration: underline;
    font-size:16px;
}

.hb-share-link {
    padding: 15px 15px 15px 44px;
    display: block;
    text-decoration: underline;
    clear: both;
    color:#191919;
}
.hb-share-link:hover,
.hb-share-link:focus {
  color:#191919;
}
.hb-share-link i {
    display: inline-block;
    text-decoration: none;
    margin-left:-28px;
    margin-right: 12px;
    transition: all 0.15s ease-in-out;
}
.hb-share-link.bookmark-link i {
    transition: transform 0.15s ease-in-out;
}
.hb-share-link.bookmark-link.active i {
    color: #b10035;
}
.hb-share-link.bookmark-link.active i:before {
    content: '\e91b';
}
.animate-icon i {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.15, 1.15);
  -moz-transform: translateZ(0) scale(1.15);
  transform: translateZ(0) scale(1.15);
}

.handbook-content .accordion.panel-group .edit-out,
.handbook-content .accordion.panel-group .edit-out * {
    background-color: rgba(177, 0, 53, 0.3);
    text-decoration: line-through;
  outline: 2px solid rgba(177, 0, 53, 0.3)
}

.handbook-content .accordion.panel-group .edit-in, 
.handbook-content .accordion.panel-group .edit-in * {
    text-decoration: underline;
    background-color: #a6e8f6;
  outline: 2px solid #a6e8f6;
}

.handbook-content .accordion.panel-group .panel-default {
    position: relative;
    padding-bottom: 15px;
}
.handbook-content .accordion.panel-group .panel-title>a:not(.collapsed) {
    cursor: default;
}
.handbook-content .accordion.panel-group .panel-title>a {
    padding-bottom: 0;
}
.handbook-content .accordion.panel-group .panel-title>a:not(.collapsed) .rule-title, .handbook-content .accordion.panel-group .panel-title>a:not(.collapsed):after {
    cursor: pointer;
}
.handbook-content .accordion.panel-group .panel-title>a span {
    margin-right: 0;
}
.handbook-content .accordion.panel-group a:not(.collapsed) .group-wrap, .handbook-content .accordion.panel-group .collapse.in .group-wrap {
    background-color: #fff;
    transition: background-color 0.15s ease-in-out;
}
.handbook-content .accordion.panel-group a:not(.collapsed) .group-wrap i, .handbook-content .accordion.panel-group .collapse.in .group-wrap i {
    display: block;
    position: absolute;
    right: 7px;
}
.handbook-content .accordion.panel-group .group-wrap i {
    display: none;
}
.accordion.panel-group .panel-title>a dl, .accordion.panel-group .panel-title>a dd {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    margin-bottom: 0;
    color:#191919;
}
.handbook-content .accordion.panel-group p, .handbook-content .accordion.panel-group dd {
    transition: background-color 0.15s ease-in-out;
}
.handbook-content .accordion.panel-group .panel-default .panel-body {
    padding-right: 40px;
    padding-bottom: 0;
}

.handbook-content .accordion.panel-group a:not(.collapsed) .group-wrap.highlighted, .handbook-content .accordion.panel-group a:not(.collapsed) .group-wrap.highlight,
.handbook-content .accordion.panel-group .collapse.in .group-wrap.highlighted,
.handbook-content .accordion.panel-group .collapse.in .group-wrap.highlight {
  background-color: #eee;
}
.handbook-content .accordion.panel-group a:not(.collapsed) > .open-guidance,
.handbook-content .accordion.panel-group .collapse.in > .open-guidance {
  display: block;
  position: absolute;
  right: 7px;
  top: 56px;
  transition: right 0.15s ease-in-out;
}
.handbook-content .accordion.panel-group .highlight-dd,
.handbook-content .accordion.panel-group .highlighted-dd {
  background-color: #eee;
}
.handbook-content .guidance-per-rule .highlight,
.handbook-content .guidance-per-rule .highlighted {
  background-color: #eee;
}
.guidance-per-rule.accordion .panel-default.highlight, .guidance-per-rule.accordion .panel-default.highlighted {
  background: #eee;
}

.guidance-per-rule.accordion .panel-default.highlight,
.guidance-per-rule.accordion .panel-default.highlighted {
    background: #eee;
}
.guidance-per-rule.accordion {
  overflow: visible; }
.guidance-per-rule.accordion .panel-default {
  transition: background 0.15s ease-in-out, width 0.15s ease-in-out, padding 0.15s ease-in-out;
  background: #fff;
  width: 100%;
}
@media all and (min-width: 768px) {
  .guidance-per-rule.accordion .panel-default {
    padding-left: 10px;
  }
}
.guidance-per-rule.accordion .panel-default * {
  z-index: 1;
}
@media all and (min-width: 768px) {
  .guidance-per-rule.accordion .panel-default:before, .guidance-per-rule.accordion .panel-default:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    border: 1px dotted transparent;
    transition: border-color 0.2s ease-in-out;
  }
}
@media all and (min-width: 768px) {
  .guidance-per-rule.accordion .panel-default:before {
    height: 100%;
    right: 0px;
    transform: translateY(-50%);
    top: 50%;
  }
}

@media all and (min-width: 768px) {
  .guidance-per-rule.accordion .panel-default .bracket-line {
    display: block;
    position: absolute;
    width: 100%;
    border: 1px dotted transparent;
    transition: border-color 0.2s ease-in-out;
    right: -100%;
    top: 100px;
    z-index: 0;
  }
}
.guidance-per-rule.accordion .panel-default .bracket-wrap {
  height: 2px;
}
@media all and (min-width: 768px) {
  .guidance-per-rule.accordion .hb-bracket {
    border-top: 1px dotted #b10035;
  }
  .guidance-per-rule.accordion .hb-bracket:before {
    border-right: 1px dotted #b10035;
    border-bottom: 1px dotted #b10035;
  }
  .guidance-per-rule.accordion .hb-bracket .bracket-line {
    border-top: 1px dotted #b10035;
  }
  .guidance-per-rule.accordion .hb-bracket .bracket-line.affix,
  .guidance-per-rule.accordion .hb-bracket .bracket-line.affix-top,
  .guidance-per-rule.accordion .hb-bracket .bracket-line.affix-bottom {
    position: absolute;
  }
  .guidance-per-rule.accordion .hb-bracket .bracket-line.affix-bottom,
  .guidance-per-rule.accordion .hb-bracket .bracket-line.affix-bottom.affixed-bottom {
    bottom: 50px;
    top: initial !important;
  }
  .guidance-per-rule.accordion .hb-bracket .panel-title a {
    padding-right: 50px;
  }
  .guidance-per-rule.accordion .hb-bracket .panel-title a:after {
    right: 16px;
  }
  .guidance-per-rule.accordion .hb-bracket .panel-title a .open-guidance {
    right: 13px;
  }
}
@media all and (min-width:992px) {
  .guidance-per-rule.accordion .hb-bracket .bracket-line.affix {
    position: fixed !important;
    width: 300px;
    right: initial;
    top: 100px;
    left: 50%;
    z-index: -1;
  }
}

.hb-share-link+.hb-share-link {
    padding-top: 5px;
}

.handbook-help {
    background: #eee;
    height: 100%;
    max-height: 1500px;
    overflow-y: auto;
}
.handbook-help .help-links {
  border-top: 1px solid #ddd;
}
.handbook-help .help-links a {
  display: block;
  padding: 15px;
  font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  position: relative;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  color:#191919;
}
@media all and (min-width: 768px) {
  .handbook-help .help-links a {
    padding: 20px 15px 15px 15px;
  }
}
.handbook-help .help-links a:hover, .handbook-help .help-links a:focus {
  text-decoration: none;
}
.handbook-help .help-links a:hover span, .handbook-help .help-links a:focus span {
  text-decoration: underline;
}
.handbook-help .help-links a:after {
  content: '\e90c';
  font-family: 'icomoon';
  color: #007DA3;
  display: inline-block;
  background: #fff;
  border-left: 1px solid #ddd;
  padding: 15px 25px;
  position: absolute;
  right: 0;
  top: 0;
}
@media all and (min-width: 768px) {
  .handbook-help .help-links a:after {
    padding: 18px 40px;
    height: 58px;
    border-bottom: 1px solid #ddd;
  } 
}

.handbook-sidebar .level-title {
  background: #007DA3 ;
  color: #fff;
  padding: 20px 15px 15px 15px;
  margin: 0;
  line-height: 25px;
  float: left;
  width: calc(100% - 90px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  transition: all 0.15s ease-in-out;
}
.help-back, .back-sidebar {
    cursor: pointer;
    float: left;
    width: 90px;
    height: 60px;
    padding: 17px 15px;
    background: #005E7A;
    text-align: center;
}
.help-back i, .back-sidebar i {
    color: #fff;
    font-size: 24px;
}

@media all and (min-width: 768px) {
  .handbook-sidebar .level-title {
    padding-top: 72px;
    border-top: 1px solid #dc6383;
  }
  .help-back, .back-sidebar {
    padding: 41px 15px;
    border-top: 1px solid #dc6383;
    height: 113px;
  }
  .help-back i, .back-sidebar i {
    font-size: 29px;
  }
}
@media all and (min-width: 992px) {
  .handbook-sidebar .level-title {
    padding-top: 80px;
  }
  .help-back, .back-sidebar {
    padding-top: 45px;
    padding-bottom: 45px;
    height: 121px;
  }
}


.back-bar {
    display: block;
    position: absolute;
    bottom: -50px;
    background: #005E7A;
    width: 100%;
    padding: 12px 15px;
    color: #fff;
    transition: bottom 0.2s ease-in-out;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.back-bar:hover,
.back-bar:focus {
    color:#fff;
    text-decoration:none;
}
.out-of-view .back-bar {
    bottom: 0;
}

.help-inner,
.pane-wrap{
  opacity: 1;
  clear: both;
  transition: all 0.2s ease-in-out;
}
.help-inner * {
  transition:opacity 0.2s ease-in-out;
}
.help-inner .icon-spinner {
  opacity:0;
}
.hb-loading {
    position: relative;
}
.hb-loading a,
.hb-loading .rule-tags {
  opacity:0.2;
}
.hb-loading .icon-spinner {
  color: #b10035;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 1;
  animation: spin 1s infinite steps(8);
  text-align: center;
  font-size:48px;
  width:62px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@media all and (min-width:768px) {
 .handbook-sidebar.out-of-view .help-inner,
 .handbook-sidebar.out-of-view .pane-wrap {
    opacity: 0.6;
 }
}
.handbook-sidebar .level-title .icon-angle-double-up,
.handbook-sidebar .level-title .icon-angle-double-down {
  color: #fff;
  font-size: 34px;
  margin-left: 14px;
  position: relative;
}
@media all and (max-width: 767px) {
  .handbook-sidebar .level-title i {
    display: none;
  }
}
.handbook-sidebar .back-to-rule {
  position: absolute;
  left: 0;
  top: 30px;
  transition: top 0.15s ease-in-out;
}
.handbook-sidebar .back-to-rule:hover,
.handbook-sidebar .back-to-rule:focus {
  text-decoration:none;
}
.handbook-sidebar .back-to-rule i:before {
  font-size: 34px;
  transition: font-size 0.15s ease-in-out;
}
.into-view .back-to-rule {
    display:none !important;
}

.bookmarked .open-guidance {
  background: #007DA3;
  font-size: 0;
  color: #b10035;
}
.bookmarked .open-guidance:before {
  content: '\e91b';
  font-family: 'icomoon';
  display: inline-block;
  color: white;
  font-size: 13px;
  padding-top: 1px;
  font-style: normal;
}

.handbook-wrap {
    position: relative;
    left: 0;
    transition: left 0.4s ease-in-out;
    overflow: hidden;
}
.sidebar-out {
    left: 0;
    transition: all 0.4s ease-in-out;
}
.sidebar-in .handbook-sidebar {
    right: 0;
    z-index: 10;
}
.handbook-sidebar {
  position: fixed;
  height: 100%;
  padding: 0;
  top: 0;
  z-index: 2;
  transition: all 0.4s ease-in-out;
}
@media all and (max-width: 767px) {
  .handbook-sidebar {
   right: -100%;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    z-index:5 !important;
  } 
}
@media all and (min-width: 768px) {
  .handbook-sidebar {
    right: -50%;
  }
  .sidebar-in .handbook-sidebar {
    z-index: 5;
 }
}
.secondary-pane {
    position: absolute;
    top: 0;
    height: 100%;
    background: #f2f2f2;
    width: 100%;
    left: 100%;
    transition: left 0.4s ease-in-out;
    overflow-y: auto;
}

.pane-wrap {
    padding: 20px;
    clear: both;
}
.secondary-pane {
    position: absolute;
    top: 0;
    height: 100%;
    background: #f2f2f2;
    width: 100%;
    left: 100%;
    transition: left 0.4s ease-in-out;
    overflow-y: auto;
}
.sidebar-out {
    left: 0;
    transition: all 0.4s ease-in-out;
}

#hb-guidance .pane-wrap {
  transition: margin-top 0.2s ease-in-out;
}
@media all and (min-width: 768px) {
  #hb-guidance .pane-wrap {
    margin-top: 110px;
  } 
}
@media all and (min-width: 768px) {
  #hb-guidance .pane-title {
    position: fixed;
    top: 0;
    width: 33.3333%;
    z-index: 2; 
  } 
}
@media all and (min-width: 768px) {
  #hb-guidance .pane-title.fixed .level-title {
    padding-top: 35px;
  }
  #hb-guidance .pane-title.fixed .back-sidebar {
    height: 76px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  #hb-guidance .pane-title.fixed .back-to-rule {
    top: 2px;
  }
  #hb-guidance .pane-title.fixed .back-to-rule i:before {
    font-size: 28px;
  } 
}
#hb-guidance .back-sidebar {
  position: relative;
  z-index: 6;
  transition: all 0.15s ease-in-out; 
}

.pane-wrap {
  padding: 20px;
  clear: both;
}
.pane-wrap h5 {
  margin-top: 0;
}
.pane-wrap h4 {
  margin-top: 22px;
  margin-bottom: 15px;
}
.pane-wrap a {
  padding-right: 5px;
}
.pane-wrap a strong {
  text-decoration: underline;
  color: #b10035;
  display: inline-block;
  margin-bottom: 5px;
}

.handbook-sidebar.affix {
  top: 0;
  position: fixed;
  transition: top 0.15s ease-in-out, right 0.4s ease-in-out;
}
.handbook-sidebar.affix-top {
  top: 30px;
  position: fixed;
}
.handbook-sidebar.affix-top #hb-guidance .pane-wrap {
  margin-top: 80px;
}
.handbook-sidebar.affix-top .back-bar.active {
  bottom: 25px;
}
.handbook-sidebar.affix-bottom {
  position: fixed;
  top: 0;
}

.handbook-wrap .page-header .hb-page-info {
    margin-top: 18px;
    margin-bottom: 0;
}
.handbook-wrap .page-header .hb-page-info i {
    margin-left: 0;
    margin-right: 8px;
    top: 0;
    font-family: 'open-sans-bold', sans-serif;
}
.handbook-wrap .page-header .open-guidance {
    display: inline;
    padding:0 9px;
    font-size:24px;
    margin-left: 20px;
    position: relative;
    top: -7px;
  background-color:#007DA3;
}

.btn-link {
    color: #b10035;
    text-decoration: underline;
}



@font-face {
    font-family: 'Open sans';
    src:    url('https://www.sra.org.uk/static/fonts/OpenSans-Regular.woff2') format('woff2'),
            url('https://www.sra.org.uk/static/fonts/OpenSans-Regular.woff') format('woff'),
            url('https://www.sra.org.uk/static/fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display:swap }

@font-face {
    font-family: 'open-sans';
    src:    url('https://www.sra.org.uk/static/fonts/OpenSans-Regular.woff2') format('woff2'),
            url('https://www.sra.org.uk/static/fonts/OpenSans-Regular.woff') format('woff'),
            url('https://www.sra.org.uk/static/fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display:swap }


@font-face {
    font-family: 'Open sans bold';
    font-weight: 400;
    src:    url('https://www.sra.org.uk/static/fonts/OpenSans-Bold-webfont.woff2') format('woff2'),
            url('https://www.sra.org.uk/static/fonts/OpenSans-Bold-webfont.woff') format('woff'),
            url('https://www.sra.org.uk/static/fonts/OpenSans-Bold-webfont.ttf') format('truetype');
    font-style: normal;
    font-display:swap }

@font-face {
    font-family: 'open-sans-bold';
    font-weight: 400;
    src:    url('https://www.sra.org.uk/static/fonts/OpenSans-Bold-webfont.woff2') format('woff2'),
            url('https://www.sra.org.uk/static/fonts/OpenSans-Bold-webfont.woff') format('woff'),
            url('https://www.sra.org.uk/static/fonts/OpenSans-Bold-webfont.ttf') format('truetype');
    font-style: normal;
    font-display:swap }



@font-face {
    font-family: icomoon;
    src: url(https://www.sra.org.uk/static/fonts/icomoon.woff);
    src: url(https://www.sra.org.uk/static/fonts/icomoon.eot?#iefix) format('embedded-opentype'),
         url(https://www.sra.org.uk/static/fonts/icomoon.woff) format('woff'),
         url(https://www.sra.org.uk/static/fonts/icomoon.ttf) format('truetype'),
         url(https://www.sra.org.uk/static/fonts/icomoon.svg#) format('svg');
    font-weight: 400;
    font-style: normal;}


body{
  font-family:'Open sans',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
}


.pagination li a {color:#b50038;font-size:18px;}
.pagination li#current-page a, .pagination li a.page-back, .pagination li a.page-next,.pagination li a:hover  {color: #fff;background-color:#b10038;}
.article .pagination li#current-page a,
.article .pagination li a.page-back,
.article .pagination li a.page-next,
.article .pagination li a:hover {
  color: #fff;
}


.btn-submit {margin-top:2rem}

.flex-container {display:flex;flex-wrap:nowrap}
.flex-container .well ~ .well {
  margin-left:2rem;
  border-radius:1rem;
}

.rounded {border-radius:1rem;}

@media screen and (max-width:991px){
  .flex-container {flex-direction: column;flex: 0 0 100%;}
  .flex-container .well ~ .well {margin-left:0}
  .flex-container .well {width:100%;}
}

.call-out, .call-out  * {background-color:#000;color:#fff;text-align:center}
.call-out a:hover {color:white;}

.call-out-center {display:table;width:100%;}
.call-out-center > * {display:table-row;vertical-align: middle;}

.call-to-action .well{border-radius:1rem}
.call-to-action hr{border:1px solid #888;margin:3rem 0;}

.search-item {border:2px solid #666666;background-color:unset;}
.search-item .tags {margin-bottom:0.25rem;color:#333333}
.search-item.new {border:2px solid #b10035;background-color:unset;margin-top:42px}
.search-item.new .new {background:#b50038;color:#fff;padding:1rem 1.5rem;font-weight:800;position:absolute;margin:-5.8rem -2rem;right:2rem}

.search-item.well {
  border: 2px solid #666;
  background-color: unset;
  position:relative;
}
.search-item .tags {
  margin-bottom: 0.25rem;
  color: #333;
}
.search-item.well.highlighted {
  border: 2px solid #b10035;
  background-color: unset;
  margin-top: 46px;
  
}


.search-item .pinned {
  position: absolute;
  right: 0.5em;
  top:0.5em;
  margin: 0 1rem;
  color:#b50038;
  
}

.search-item .pinned:before{
    content      : '\e91b';
  font-family  : 'icomoon';
  display      : inline-block;
  padding-right: 8px;
  font-size    : 1.5rem;
}


.search-item.new .new {
  background: #b50038;
  color: #fff;
  padding: 1rem 1.5rem;
  font-weight: 800;
  position: absolute;
  margin: -6.2rem -2.1rem;
  right: calc(1rem + 9px);
  
}

.filter-sort {display:block;padding:0 15px}


.well.filters {
    border-top:5px solid #b50038;
  
}

.well.filters h3 {color:#b50038;margin-top:0}

.well.filters .input-group-btn .btn-secondary {border-bottom:0}
.well.filters .search-box .input-group,  .filters .search-box input[type=text]{width:100%}

.sra-navbar {
  padding:1rem;
  font-family:'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  background-color:#b50031; 
  color:#fff; 
  
  }


.sra-navbar .btn-group{
 display: -ms-flexbox;
 flex: 1 1 -1px;
}


.sra-navbar p {
  color:white;
  margin:1rem;
 
}

.sra-navbar .btn-group .btn{
  color:#fff;
  margin: 0 1rem;

}

.sra-navbar .btn:hover,
.sra-navbar .btn:focus {
  color:#fff;
  background-color:#9a012f;
}

.well.navbar-fixed-bottom {
  margin-bottom: 0;
}

.cookie-actions .btn {
  margin: 1em 1em 0 0;
}


@supports(display:flex){
  .sra-navbar .btn-group{display:flex;align-items:center;justify-content:center;}
  .sra-navbar p {margin:0;}
}



 #rightColumnBox {
    margin-top: 1rem;
    margin-left: 29px;
    vertical-align: top
}

 #rightColumnBox h2 {
    color: #626262;
    font-size: 2rem;
    margin-bottom: 20px
}

 #rightColumnBox .filterSide {
    margin-bottom: 20px;
    list-style-type: none;
    padding-left: 0
}
 #rightColumnBox .filterSide>li {
    list-style-type: none;
    margin-bottom: 30px
}


 #rightColumnBox .filterSide>li>a {
    font-size: 1.6rem;
    font-weight: 700;
    color: #626262;
    position: relative;
    cursor: pointer;
    padding-left: 20px;
    text-decoration: none
}
 #rightColumnBox .filterSide>li .clear {
    position: relative;
    font-size: 1.4rem;
    font-weight: 700;
    color: #b50038;
    padding-left: 24px;
    text-decoration: none
}

 #rightColumnBox .filterSide>li .clear::before {
    display: none
}

 #rightColumnBox .filterSide>li .clear:after {
    font-weight: 700;
    background: #b50038;
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 1.1;
    text-align: center;
    color: #fff;
    text-decoration: none;
    content: 'x';
    font-size: 1.5rem
}

 #rightColumnBox .filterSide>li>a::before {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    content: '\f0da';
    font-family: FontAwesome, sans-serif;
    font-size: 1.8rem
}

 #rightColumnBox .filterSide>li>a.active::before {
    content: '\f0d7'
}

 #rightColumnBox .filterSide>li>ul {
    display: none;
    list-style-type: none;
    padding-left: 0
}



 #rightColumnBox .filterSide label {
    margin-bottom: 0
}

.mainContent .whiteBox .suggested {
    font-size: 1.2rem;
    background: #626262;
    color: #fff;
    padding: 1px 5px 3px;
    vertical-align: middle;
    margin-right: 12px;
    position: relative;
    top: 1px
}

 .mainContent .whiteBox h2 {
    margin-top: 0;
    line-height: 2.8;
    border-bottom: 0
}

 .mainContent .whiteBox h2 .pdfItem {
    color: #1b3fcf;
    font-size: 1.1rem;
    vertical-align: top;
    position: relative;
    top: -2px
}

 .mainContent .whiteBox a {
    color: #1b3fcf;
    font-size: 2rem;
    vertical-align: top
}

.mainContent .whiteBox a:after {
    display: none
}

.mainContent .whiteBox .summaryItem {
    margin-top: 10px;
    color: #42393c;
    font-size: 1.6rem
}

 .mainContent .whiteBox .summaryItem b {
    font-weight: 700
}

 .mainContent .whiteBox .dateItem {
    margin-top: 10px;
    font-size: 1.4rem;
    color: #42393c
}

.mainContent .pageList {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1
}

 .mainContent .pageList a {
    color: #626262
}

.mainContent .pageList a.pagingactive {
    color: #b50038
}

 .mainContent .pageList a.prev {
    position: relative;
    font-weight: 700;
    margin-right: 20px;
    color: #999;
    padding-left: 14px;
    display: inline-block
}

.mainContent .pageList a.prev::before {
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '\f0d9';
    font-family: FontAwesome, sans-serif;
}

 .mainContent .pageList a.next {
    position: relative;
    font-weight: 700;
    margin-left: 20px;
    padding-right: 14px;
    display: inline-block
}

 .mainContent .pageList a.next::before {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    content: '\f0da';
    font-family: FontAwesome, sans-serif;
}

.filterResults {
    display: none;
    margin: 0
}

.filterOverlay {
    display: none
}

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

.listingBox {
    background: #fff;
    border-bottom: 1px solid #e1e8ed;
    margin: 0 0 16px;
    padding: 10px 15px
}

.listingBox h2 {
    font-size: 2rem;
    margin: 0;
    border: none;
    color: #42393c
}

.listingBox p {
    font-size: 1.6rem;
    margin: 10px 0 8px;
    color: #42393c
}

.listingBox ul {
    padding: 0;
    margin: 0 !important;
    list-style-type: none
}

.listingBox ul li {
    margin: 0 0 4px;
    padding: 0
}

.listingBox ul li::before {
    display: none
}

.listingBox ul li a {
    margin-bottom: 4px;
    font-size: 1.4rem !important;
    color: #1b3fcf;
    text-decoration: none
}

.listingBox ul li a:after {
    display: none !important
}

.listingBox>a {
    margin-top: 5px;
    font-size: 1.6rem;
    color: #1b3fcf;
    text-decoration: none
}

h1+.listingBox {
    margin-top: 30px
}

@media (max-width: 829px) {

  
 #rightColumnBox {
        display: none
    }

   .mainContent {
        margin: 0
    }

    .mainContent .whiteBox .suggested+a {
        display: block;
        margin-top: 6px
    }

   .mainContent   .filterResults {
        
      
        display:block;
        color: #b50038;
        font-weight: 700;
        font-size: 2rem;
        cursor: pointer;
        padding-right: 20px;
          position:relative;
     text-align: right;
    }

 .mainContent   .filterResults .fa {
       position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
      
    }
  
  @supports(display:flex){
  display:flex;
    justify-content:flex-end;
  
  }

    .filterOverlay {
        display: none;
        position: absolute;
        margin: 0;
        top: 0;
        right: 0;
        width: 95%;
        height: 100vh;
        z-index: 400;
        background: #f0f0f0;
        padding: 15px 30px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        box-shadow: #afafaf 1px 1px 20px 1px
    }

    .filterOverlay .close {
        font-size: 2.4rem;
        font-weight: 700;
        cursor: pointer;
        position: relative;
        padding-left: 26px;
        float: none;
        color: inherit;
        opacity: 1
    }

    .filterOverlay .close::before {
        content: '\f0d9';
        font-family: FontAwesome, sans-serif;
        font-size: 3.4rem;
        position: absolute;
        top: 50%;
        left: 0;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .filterOverlay h2 {
        font-size: 2.4rem;
        color: #626262;
        font-weight: 700;
        border-bottom: none;
        margin-top: 24px
    }

    .filterOverlay .mobFilterList {
        margin-top: 12px
    }

    .filterOverlay .mobFilterList .filterSide>li:before, .filterOverlay .mobFilterList .filterSide>li :before{
    content:"";
}
  
    .filterOverlay .mobFilterList .filterSide>li>ul {
        display: none;
        position: absolute;
        z-index: 100;
        margin: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f0f0f0
    }

    .filterOverlay .mobFilterList .filterSide>li>ul>li {
        margin: 0;
        cursor: pointer;
        position: relative;
        list-style-type: none;
        padding-left: 0
    }



   
    .filterOverlay .mobFilterList .filterSide {
        position: relative;
        padding: 0;
        margin: 0
    }

    .filterOverlay .mobFilterList .filterSide>li {
        padding: 0;
        margin: 0;
        list-style: none;
        position: static
    }

    .filterOverlay .mobFilterList .filterSide>li>a {
        background: #fff;
        margin: 0;
        border-bottom: 2px solid #ebf0f3;
        color: #626262;
        display: block;
        padding: 12px 14px;
        cursor: pointer;
        position: relative;
        text-decoration: none;
        font-family: open-sans-bold, helvetica, arial, sans-serif;
    }

    .filterOverlay .mobFilterList .filterSide>li>a::before {
        position: absolute;
        content: '\f0da';
        display: block;
        color: #626262;
        font-family: FontAwesome, sans-serif;
        right: 14px;
        left: auto;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 2.6rem
    }

   
    .filterOverlay .mobFilterList .clear::before {
        display: none !important
    }

 

    h1+.listingBox {
        margin-top: 18px
    }
}

@media (max-width: 450px) {
    .mainContent h1 {
        margin-bottom: 60px
    }

 .mainContent  .filterResults{display:block;
                 position:relative; 
                 top:10px;
                 right:20px;}

   .mainContent  h1+.listingBox {
        margin-top: -40px;
          margin-bottom:30px;
    }
}


img {
  max-width: 100%;
}

.thumb {
  max-width: 10em;
}
#galleryDiv .gallery img {max-height:330px;}

@supports(display:flex){
    display: flex;
    flex-wrap: wrap;
}


@media screen and (max-width: 767px) {

  .table.is-responsive tbody,
  .table.is-responsive td,
  .table.is-responsive th,
  .table.is-responsive thead,
  .table.is-responsive tr {
    display: block;
  }

  .table.is-responsive thead {
    display: none;
  }

  .table.is-responsive.table-striped td {
    background: #fff;
  }

  .table.is-responsive.table-striped .th-dark td,
  .table.is-responsive.table-striped .th-light td {
    background: transparent;
  }

  .table.is-responsive tr {
    border-bottom: 1px solid #d1d3d4;
  }

  .table.is-responsive tr:last-child {
    border-bottom: 0;
  }

  .table.is-responsive td {
    position     : relative;
    width        : 100%;
    border       : 0;
    border-bottom: 1px solid #d1d3d4;
    white-space  : normal;
    text-align   : left;
  }

  .table.is-responsive td:last-child {
    border-bottom: 0;
  }

  .table.is-responsive td[data-title] {
    width        : 100%;
    padding-right: 0;
    padding-left : 35%;
    overflow     : hidden;
  }

  .table.is-responsive td[data-title]:before {
    content      : attr(data-title);
    display      : block;
    float        : left;
    font-weight  : bold;
    height       : 100%;
    margin-bottom: -8px;
    margin-left  : -53.84615%;
    margin-top   : -8px;
    padding      : 8px 16px 8px 8px;
    position     : relative;
    text-align   : left;
    width        : 53.84615%;
    z-index      : 100;
  }

  .table.is-responsive td[data-title]:after {
    position    : absolute;
    display     : block;
    content     : "";
    top         : 0;
    left        : 0;
    bottom      : -1px;
    right       : 65%;
    margin-right: 8px;
    background  : #eff0f0;
    border-right: 1px solid #d1d3d4;
  }

  .table.is-responsive td:last-of-type,
  .table.is-responsive td:last-of-type:after {
    border-bottom: 1px solid #000;
  }

  .table.is-responsive tr:last-of-type td:last-of-type,
  .table.is-responsive tr:last-of-type td:last-of-type:after {
    border-bottom: none;
  }
}

.table-responsive {
  border: none;
}

.menu-heading>a {
  color: #191919;
}

.selected>.menu-heading>a {
  color: #b50038;
}

.selected-top-parent ul .selected>ul,
.selected-top-parent>ul,
li.selected-has-children ul {
  margin-left: 1em;
}

.selected-top-parent>.menu-heading>a,
li.selected-has-children>div a {
  color        : #b50038;
  border-bottom: none!important;
  text-decoration:underline;
}

.selected-heading>ul,
li.selected>ul {
  border-left : 3px solid #b50038;
  padding-left: 10px;
}

.left-nav ul {
  padding-left   : 0;
  list-style-type: none
}

.left-nav ul li {
  font-family  : 'Open sans',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif !important;

  line-height  : 1.5!important;
  margin-bottom: 14px;
  margin-top   : 10px
}

.left-nav ul li a {
  color    : #191919;
  font-size: 0.875em;
  line-height: 1.2
}

.left-nav .panel-default {
  margin-top   : 15px;
  margin-bottom: 15px
}

.left-nav .panel-default li {
  line-height: 2.8
}

a.btn {
  text-decoration: none;
}

.search-box {
  margin-top: 0;}

ul.accordion-body.collapse.in {
    border-left: none;
}

li.selected.selected-has-children > ul.accordion-body.collapse.in {
  border-left:3px solid #b50038;
  
  }
  
.left-nav li.selected li.selected ul {
    border-left: 2px dotted #b50038;
    margin-left: 1.4em;
}
  .left-nav li.selected>div>a + span {
    color: #b50038;
}

.left-nav li.selected>div>a:hover + span {
    text-decoration:underline
}
  
.article .index-links ul:not(.nav) li a:not([href]) {
    color: #000;
    text-decoration: none;
    font-family: 'Open sans',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif !important;
  
}


.handbook-help .help-links a.help-links-link.disabled:after {
    content: '\e924';
    max-width: 92px;
    color: #b10035;
    background: rgba(255, 255, 255, 0.5);
}

.hb-share-link.disabled {
  text-decoration:none;
  color:#191919;
  cursor:not-allowed;
}

.not-logged-in-banner {
    padding: 15px 15px 15px 44px;
    border: 1px solid #b10035;
    margin: 10px 15px 0;
    position: relative;
}
.not-logged-in-banner .icon {
    color: #b10035;
    position: absolute;
    left: 10px;
    font-size: 25px;
    top: 25%;
}
.not-logged-in-banner > a {
    text-decoration: underline;
    color:#191919;
}

article.article form button[type=submit].FormSubmitButton.pull-right{
 float:none!important 
}

article.article form.EPiServerForms .Form__Status .Form__Status__Message.Form__Success__Message {background-color:transparent}

.EPiServerForms .FormChoice label, .Form .FormChoice label, .search-box .FormChoice label{font-weight:600;}
.EPiServerForms .FormChoice label, .Form .FormChoice label {font-family:'Open sans',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif !important;font-weight:600}





.chart-filter,select#subc,.charts-menuitem-content,.charts-menuitem {
    font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;

}

#mainContent .chart-filter * + *,
#hideAll * + *,
#mainContent div#chartGuide {
    margin-top: 0;
}

.chart-filter {
    z-index: 5000;
    display: inline-block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-bottom: 10px;
    background-color: #868585;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}

.filter {
    display: inline-block;
    float: left;
    width: calc(100% / 3);
    padding: 10px;
    color: #fff;
    background-color: #868585;
}

.filter-cat {
    margin-top: 5px;
    padding: 3px 0 4px 3px;
}

.google-visualization-controls-label {
    color: #fff;
}

.charts-combobox input.label-input-label {
    color: #000;
}

.charts-combobox-button {
    font-size: 9px!important;
    color: #000;
}

.chart_div {
    z-index: 500;
  height:
}

.charts-combobox input.label-input-label {
    color: #000!important;
}

.google-visualization-controls-label {
    padding-bottom: 10px;
}

.charts-combobox input {
    font-size: 16px !important;
    line-height: 1 !important;
    vertical-align: middle !important;
    border: medium none !important;
     font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;

}

.charts-combobox {
    padding: 5px;
    border: 1px solid #fff!important;
    border-radius: 10px!important;
    background: none!important;
    background-color: #fff!important;
}

.charts-inline-block {
    background-color: none!important;
}

.inert {
    color: #fff;
    background-color: #868585;
}

.inert .charts-combobox input,
.inert .charts-combobox {
    color: #fff!important;
    background-color: #868585!important;
}

.inert .charts-combobox-button {
    color: #868585!important;
}

.able.charts-combobox input,
.able.charts-combobox {
    color: #666!important;
    background: none!important;
}

.able .charts-combobox-button {
    background-color: #fff!important;
}

.chart-filter {
    z-index: 100;
    margin-bottom: 0!important;
}

.filter label {
    font-size: 1.5em;
    display:block;
}

#chartGuide {
    z-index: 90;
    max-width: 1140px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: transparent;
    background-color: rgba(150, 150, 150, .0);
}

#chartGuideChild {
   font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;

    font-size: 12pt;
    display: inherit;
    opacity: 1.0;
    width:100%;
}

#columnParent {
    font-size: .8em;
    display: block;
    background-color: rgb(230, 230, 230);
    background-color: rgba(230, 230, 230, .9);
    min-width:calc(100% / 3);
    border-right: 2px solid rgba(133, 133, 133, 1);
}

#columnParent:last-child{border-right:0}



#columnParent.col2 {

}

#columnParent.col3 {
    margin-right: 0;
}

#columnParent:last-child {
    margin-right: 0;
}

#columnParent:first-child {
    margin-left: 0;
}

#columnParent h3 {
    font-size: 9pt;
    padding-left: 5px;
}

#helper1,
#helper2,
#helper3 {
    width: 100%;
}

.helperHeader {
    font-size: 1em;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 5px 0 5px 0;
    text-align: center;
    color: #fff;
    background-color: rgb(139, 195, 74);
    background-color: rgba(139, 195, 74, .8);
}

.helperBody {
    padding: 0 5px 5px 5px;
}

.helperBody p {
    padding: 0 5px;
}

.helpertext {
    font-size: 1rem;
    width: auto;
    margin: 0;
    padding: 5px;
    text-align: center;
    color: #fff;
    background-color: #1b5e20;
}

#mainContent .infotag {
    font-size: 14px;
    margin-top: 0;
    padding: 1px;
    text-align: center;
}

.inert .filter-cat {
    border: solid 1px #fff;
    border-radius: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: -9999px -9999px;
    appearance: none;
}

.inert #subc {
    width: 235px;
    margin: 0;
    opacity: 1;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #868585;
    -moz-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: -9999px -9999px;
    appearance: none;
}

.inert .remove-arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.inert .remove-arrow:before,
.inert .remove-arrow:after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.inert .remove-arrow:after {
    font-size: .625em;
    line-height: 1em;
    top: 50%;
    right: 5px;
    width: 1em;
    height: 1em;
    margin-top: -.5em;
    content: '';
    color: #000;
    background-color: #868585;
}

.inert .remove-arrow:before {
    top: 0;
    right: 0;
    bottom: 0;
    width: 1.5em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0 10px 10px 0;
    background-color: #868585;
}

.able .filter-cat {
    border: solid 1px #fff;
    border-radius: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: -9999px -9999px;
    appearance: none;
}

.able #subc {
    font-size: 16px !important;
    line-height: 1.65 !important;
    width: 230px;
    margin: 0;
    vertical-align: middle !important;
    opacity: 1;
    color: #000;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #fff;
    -moz-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: -9999px -9999px;
    appearance: none;
}

.able .remove-arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.able .remove-arrow:before,
.remove-arrow:after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.able .remove-arrow:after {
    font-size: .625em;
    line-height: 1em;
    top: 50%;
    right: 5px;
    width: 1em;
    height: 1em;
    margin-top: -.5em;
    content: '\25bc';
    color: #000;
    background-color: #fff;
}

.able .remove-arrow:before {
    top: 0;
    right: 0;
    bottom: 0;
    width: 1.5em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0 10px 10px 0;
    background-color: #fff;
}

#chartWarning {
  font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;

    display: none;
    width: 750px;
    padding: 10px 10px;
    background-color: #ececef;
}

.filter-tooltip {
    position: absolute!important;
    display: inline!important;
    padding-left: 5px!important;
}

#filter2_div .google-visualization-controls-label {
    padding-bottom: 5px;
}

.charts-combobox .charts-menu {
    z-index: 1000;
    width: 250px!important;
    margin-top: -1px;
}

#printChart {
    position: absolute;
    display: block;
    float: left;
    width: 750px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#printChart span {
    font-size: .9em;
    float: right;
    width: auto;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 1px;
    cursor: pointer;
    text-decoration: underline;
    color: #fff;
}

#hideAll {
    position: relative;
    width: 100%;
    height: 1.5em;
    margin-top: -7px;
    background-color: #868585;
}

#hideAll span.hideAll {
    display: block;
    width: 210px;
    margin-left: 42%;
    cursor: pointer;
    color: #fff;
}

.helperHeader,
.infotag,
.clip_button {
    cursor: pointer;
}

.clip_button {
    padding: 3px;
    cursor: pointer;
    border: 1px solid #d6d6d6;
    background-color: #efefef;
}

#printTable {
    padding: 3px;
    cursor: pointer;
    border: 1px solid #d6d6d6;
    background-color: #efefef;
}

#columnParent.ie-fix {
    width: 230px;
    margin-left: 5px;
}

#columnParent.ie-fix.col1 {
    margin-right: 50px;
}

#columnParent.ie-fix.col2 {
    margin-right: 45px;
}

#columnParent.ie-fix.col3 {
    margin-right: 0;
}

#table_div {
    width: 750px;
    min-height: 100px;
    max-height: 550px;
    margin-bottom: 2rem;
}

#chart_div {
    /* width: 750px;
    height: 550px;
    max-height: 550px; */
}

@media screen and (min-width:801px) and (max-width:995px) {
    .charts-combobox-button,.able .remove-arrow:after,.inert .remove-arrow:after,.inert .remove-arrow:before,.able .remove-arrow:before {display:none!important;}
    #filter2_div>div {position:unset!important;}
}

@media screen and (max-width:800px) {

    .able .remove-arrow:after,

    #hideAll,
    #chartGuide {
        display: none;
    }
    #columnParent {
        width: 100%;
    }
    #columnParent:first-child {
        margin-left: 0;
    }
    #columnParent .helperBody {
        width: 100%;
    }
    .filter {
        display: block;
        float: none;
        width: 90%;

        margin-right: 0;
    }
    .filter label {
        font-size: .75em;
        font-weight: bold;
    }
    .charts-inline-block {
        display: block!important;
    }
    .chart-filter {
        display: block;
        width: 98%;
        margin-bottom: 20px!important;
        justify-content:space-evenly
    }
    .charts-combobox input {
        width: 75%!important;
    }
    .charts-combobox .charts-menu {
        width: 80%!important;
    }
    #table_div.data-table {
        width: auto;
        height: auto;
        min-height: auto;
        max-height: auto;
    }
    .remove-arrow {
        width: 100%;
    }
    .inert #subc,
    .able #subc {
        font-size: small;
        width: 70%;
    }
    .charts-menuitem {
        padding: 4px 7em 4px 8px!important;
    }
    .inert .remove-arrow:before,
    .inert .remove-arrow:after {
        display: none;
    }
    .inert .remove-arrow:after {
        display: none;
    }
    .filter-cat {
        width: 100%;
    }
    #filter2_div {
        width: 90%;
    }
    #filter2_div>div {position:unset!important;}
}





[data-icon]:before {
    font-family: "icomoon" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-alert:before { content: "\e917"; }
.icon-angle-double-down:before { content: "\e920"; }
.icon-angle-double-up:before { content: "\e921"; }
.icon-bars:before { content: "\e916"; }
.icon-check:before { content: "\e905"; }
.icon-chevron-down:before { content: "\e90e"; }
.icon-chevron-left:before { content: "\e90d"; }
.icon-chevron-right:before { content: "\e90c"; }
.icon-chevron-up:before { content: "\e90f"; }
.icon-circle:before { content: "\e906"; }
.icon-clone:before { content: "\e91d"; }
.icon-close:before { content: "\e91f"; }
.icon-cross:before { content: "\e911"; }
.icon-desktop:before { content: "\e907"; }
.icon-down-arrow:before { content: "\e900"; }
.icon-ellipsis-h:before { content: "\e909"; }
.icon-envelope-o:before { content: "\e918"; }
.icon-facebook:before { content: "\e915"; }
.icon-file:before { content: "\e901"; }
.icon-graduation-cap:before { content: "\e908"; }
.icon-home:before { content: "\e902"; }
.icon-laptop:before { content: "\e919"; }
.icon-linkedin:before { content: "\e912"; }
.icon-list-ul:before { content: "\e91c"; }
.icon-location:before { content: "\e947"; }
.icon-magnifier:before { content: "\e903"; }
.icon-open-new-tab:before { content: "\e904"; }
.icon-phone:before { content: "\e91a"; }
.icon-printer:before { content: "\e90b"; }
.icon-select-arrows:before { content: "\e910"; }
.icon-spinner:before { content: "\e91e"; }
.icon-star:before { content: "\e91b"; }
.icon-star-o:before { content: "\e90a"; }
.icon-twitter:before { content: "\e914"; }
.icon-youtube:before { content: "\e913"; }

.guidance-search {
    background: #007DA3;
    padding: 45px 0;
}



p a {
  color:#b10035;
  text-decoration:underline;
}

a {
  color:#b10035;
}

p a:hover,
p a:focus {
  color:#b10035;
}


/**********************************************************************
Anchor tags
    --- reset links to none underlined
**********************************************************************/

.well p a,
.article ul:not(.nav-tabs)>li a {
  text-decoration: none;
}

.well p a:hover,
.well p a:focus,
.article ul:not(.nav-tabs)>li a:hover,
.article ul:not(.nav-tabs)>li a:focus {
  text-decoration: underline;
}

a:focus,
a:hover {
  color: #191919
}

.list-no-bullets {
  list-style: none;
  padding-left: 0;
}
.article ul.list-no-bullets li {
  padding-left:0;
}
.article ul.list-no-bullets li:before {
  content:none;
}

.second-level-menu {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom:30px;
  padding-top:10px;
  padding-bottom:20px;
}
.second-level-menu a {
  display: block;
  font-size:1.8rem;
  line-height:1.38;
  color: #b10035;
  margin-bottom:6px;
  font-family:'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
}
.second-level-menu p {
  font-size:1.5rem;
  line-height:1.4;
  margin-bottom:20px;
}

.second-level-menu a:hover,
.second-level-menu a:focus {
  color: #b10035;
}

.card-block {
  overflow:hidden;
  padding-bottom:20px;
}
@media all and (min-width:992px) {
  .card-block {
    padding-bottom:10px;
  }
}
@media all and (max-width:767px) {
  .card-block:last-child {
    padding-bottom:0;
  }
}
.card-block a {
  display: block;
  margin-top:30px;
  margin-bottom:15px;
  font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  color:#191919;
  letter-spacing:-0.03em;
  font-size: 2.3rem;
  line-height:1.3;
}
.card-img-wrap {
  overflow:hidden;
  max-height:360px;
}
@media all and (min-width:992px) {
  .card-img-wrap {
    height:200px;
  }
}
@media all and (min-width:1200px) {
  .card-img-wrap {
    height:250px;
  }
}
.card-block img {
  width:100%;
}
@media all and (min-width:992px) {
  .card-block img {
    max-height:200px;
    width:auto;
    max-width:none;
  }
}
@media all and (min-width:1200px) {
  .card-block img {
    max-height:250px;
  }
}

.back-top {
  position: absolute;
  right: 20px;
  top: -58px;
  background: #191919;
  border-color: #191919;
  text-transform: uppercase;
  padding: 5px 15px;
  color:#fff;
  border-radius:0;
}
.back-top:hover,
.back-top:focus,
.back-top:active {
  background-color: #191919;
  border-color: #191919;
}
.back-top .icon {
  display: block;
  font-size: 2.6rem;
  margin-bottom: 3px;
}
.back-top.affix-top {
    bottom: 0;
    top: auto;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.back-top.affix {
    bottom: 0;
    top: auto;
    position: fixed;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.back-top.affix-bottom {
    position: absolute;
    bottom: auto;
    top: 1px !important;
}

#wrapper .footer-links {background:transparent;}

.search-box {
  margin-top:22px;
  margin-bottom:16px;
}
.search-box input[type="text"] {
  border:0;
  box-shadow:none;
  border-radius:0;
  height:34px;
  padding-left:0.5rem;
}
.search-box input[type="text"]:focus {
  border-color:#ccc;
}
.search-box .input-group-btn:last-child > .btn {
  margin-left:0;
}
.search-box .btn-secondary {
  border-bottom:2px solid #b10035;
  border-radius:0;
  height:34px;
}
.search-box .btn-secondary:hover {
  border-color: #9a012f;
}
.search-box .navbar-form {
  padding:0;
}



.footer-links {
  position: relative;
   margin-top: 0;
  background: #2c2c2c;
  color: #c6c6c6;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-links a:not(.back-top) {
    color: #c6c6c6;
    font-size: 1.2rem;
    margin-bottom: 10px;
    display: inline-block;
}
.footer-links a:not(.back-top):hover {
  color: #c6c6c6;
}
.footer-links ul {
    font-size: 13px;
}
.footer-links p {
    color: #fafafa; 
    font-family: 'Open sans',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
    line-height: 21px;
    margin-bottom: 16px;
    letter-spacing: -.02em;
    font-size: 1.4rem;
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .footer-links .col-sm-6:nth-of-type(odd) {
      clear: left;
 } 
}
@media all and (min-width:769px) {
  .footer-links .container {
    padding:0;
  }
}

.social-links {
  margin-top: 15px;
}
.social-links a:hover,
.social-links a:focus {
  text-decoration:none;
}
@media (min-width: 768px) {
  .social-links {
      text-align: right;
      margin-top: 0;
  }
}
.social-links .social-icon {
    font-size: 2.4rem;
    transition: color 0.15s ease-in-out;
}
.social-links .social-icon:hover, .social-links .social-icon:focus {
  color: #e40044;
}

.footer-darker {
  position: relative;
  background: #191919;
  color: #fafafa;
  padding: 15px 0;
}
.footer-darker .container {
    padding: 0;
}
.footer-darker a {
    color: #fafafa;
}
.footer-darker a:hover, .footer-darker a:focus {
    color: #fafafa;
}
.footer-darker .col-sm-9 a {
  padding-left:0;
}
.list-no-bullets {
    list-style: none;
    padding-left: 0;
}



.sra-navbar {
  border-radius: 0;
}

.sra-navbar .btn-group {
  display: inline-flex;
}

.sra-navbar .btn-group .btn-lg {
  padding     : .875em 1em;
  margin-right: 0;
}

.nav-tabs {
  margin-bottom:25px;
  border:0;
  position:relative;
}
.nav-tabs:before {
  content:'';
  display:block;
  border-bottom:1px solid #b10035;
  position:absolute;
  bottom:0;
  width:100%;
}
.nav-tabs > li {
  float:none;
  display:table-cell;
  vertical-align: middle;
  padding:0!important;
}

.nav-tabs > li:before {
  display:none;
  margin:0;
  padding:0;
  }
.nav-tabs > li:hover,
.nav-tabs > li:focus,
.nav-tabs > li:active {
  border-color:transparent;
  background-color:#eee;
}
.nav-tabs > li a {
  font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  border-radius:0;
  margin-right:0;
  white-space:normal;
  vertical-align: middle;
  padding:10px 20px;
}
@media all and (max-width:480px) {
  .nav-tabs > li a {
    padding:10px 9px;
  }
}
.nav-tabs > li a:hover,
.nav-tabs > li a:focus {
  border-color:transparent;
  box-shadow:none;
  background:transparent;
  color:#191919;
}

.nav-tabs > li.active,
.nav-tabs > li.active:hover,
.nav-tabs > li.active:focus,
.nav-tabs > li.active:active {
  border:1px solid #b10035;
  border-top-width: 3px;
  border-bottom-color: #fff;
  background-color:#fff;
}

.nav-tabs>li.active a, .nav-tabs>li.active a:hover, .nav-tabs>li.active a:focus, .nav-tabs>li.active:hover a, .nav-tabs>li.active:hover a:hover, .nav-tabs>li.active:hover a:focus, .nav-tabs>li.active:focus a, .nav-tabs>li.active:focus a:hover, .nav-tabs>li.active:focus a:focus, .nav-tabs>li.active:active a, .nav-tabs>li.active:active a:hover, .nav-tabs>li.active:active a:focus {
  border-color:transparent;
  box-shadow: none;
  background: transparent;
  color: #191919;
}
.nav-tabs > li:not(.active) {
  border-bottom:1px solid transparent;
}
.nav-tabs > li:not(.active):hover,
.nav-tabs > li:not(.active):focus {
  border-bottom:1px solid #b10035;
}

.tab-pane h4 {
  margin-top:30px;
}
.tab-pane>a {
  color:#b10035;
}

 

.list-complex {
  margin:15px 0;
}

.list-complex dt:not(:first-child), dl.list-complex dd > dl > dt {
    display: block;
    padding: 0 0 0 2rem;
    font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
   }

.list-complex dd:not(:first-child), .list-complex dd dl>dd {
  margin:0 0 1rem 2rem;
}

dl.list-complex dl {margin:0 0 0 2rem}

.list-complex a dfn {
  text-decoration:none;
  display:inline-block;
  border-bottom: 1px dotted #b10035;
  line-height:1.25;
  cursor:pointer;
}

dl:not(.list-complex)>dt {
    padding: 10px 0;
}

dl:not(.list-complex)>dd {
    padding-bottom: 15px;
}

.article dl:not(.list-complex) dd ul>li {
    font-size: 1.5rem;
}

@supports(display:grid)
{ .list-complex dt:not(:first-child), dl.list-complex dd > dl > dt {
    display: inherit;
    font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  padding:0;
}
  .list-complex dd, .list-complex dd dl > dd , dl.list-complex dl {margin:0;}
  
  dl.list-complex, dl.list-complex dl {
       display: grid;
    grid-template-columns: min-content auto;
    row-gap: 2rem;
    column-gap: 2rem;
    border-width: 1px 1px 0 0;
    align-items: baseline;
  }
  dl.list-complex dt {
 
    text-align:left;



  }
  dl.list-complex dd {
  
    
    text-align:left;

  }}

.table {
  margin-top:15px;
  margin-bottom:40px;
  overflow:hidden;
  border-spacing:0 !important;
  border-collapse: separate !important; 
  border-spacing: 0;
  border: 1px solid #ddd;
  border-left:0;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
}
.table th {
  background-color:#b10035;
  color:#fff;
  padding:20px 15px;
  border-top:0;
}
.table th:not(:first-child) {
  border-left:1px solid #ddd;
}
.table th,
.table td {
  padding: 10px 15px;
  text-align: left;
}
.table td {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  vertical-align:top;
}
.table tr:first-child th:first-child {
  border-top-left-radius:10px;
}
.table tr:first-child th:last-child {
  border-top-right-radius: 10px;
}
.table > thead > tr > th {
  border-bottom:0;
}
.table > tbody > tr > th {
  border-top:0;
}
.table:not(.table-multirow) tr:last-child td:first-child {
  border-bottom-left-radius:10px;
}
.table:not(.table-multirow) tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.list-group .list-group-item {
  border-color:#cecece;
  border-left:0;
  border-right:0;
  border-radius:0;
  background-color:transparent;
  color:#191919;
  padding-left:22px;
}
.list-group .list-group-item span {
 font-family: 'Open sans bold',-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;  font-size:1.5rem;
  line-height:1.3;
  display:inline-block;
  margin-top:5px;
  margin-bottom:5px;
}
.list-group .list-group-item span:before {
  content: '\e90c';
  font-family: 'icomoon';
  color: #b10035;
  font-size: 1.3rem;
  margin-left: -21px;
  padding-right: 12px;
}
.list-group .list-group-item:hover,
.list-group .list-group-item:focus {
    background-color: transparent;
    color:#b10035;
}
.list-group .list-group-item:hover p,
.list-group .list-group-item:focus p,
.list-group .list-group-item:hover small,
.list-group .list-group-item:focus small {
    color: #191919;
}
.list-group .btn-link {
  color: #b10035;
  padding: 10px 0;
}
.well {
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.well .list-group {
  margin-bottom: 0;
}
.well h5 {
  margin-top: 0;
  margin-bottom: 10px;
}

.two-digit {width:4em;display:inline-block;margin-right:14px;}
.four-digit {width:6em;display:inline-block; margin-right:14px;}
.form-group .two-digit > input, .form-group .four-digit > input {width:100%}



