@charset "UTF-8";
/* = 1. scorsa.org.uk stylesheet
/************************************************/

/* version info & site colours                    */
/* #769FBD - site lt blue                         */
/* #1D428A - site dk blue                         */


/* = 2. sticky footer styles
/************************************************/

/* html/body must have no pad/margin              */
html,
body {
    height: 100%;
}

/* fixed navbar padding & font                    */
body {
    padding-top: 95px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* footer row overflow fix                        */
footer .row {
    overflow-y: hidden !important;
}

/* bg override for empty container                */
.emptyContainer.columns-equal-class.wrap-section {
    background: #759FBD !important;
}

/* base font size for body content                */
body p,
ul li,
ul li a,
.sub-nav ul li,
.sub-nav ul li a,
ol li,
ol li a,
ol li p {
    font-size: 18px;
}

/* lead/intro font size & justify                 */
p.sco-lead,
.intro,
.sco-intro,
.sco-lead {
    font-size: 22px !important;
    text-align: justify;
}


#content {
    margin-bottom: 20px;
}

#content li {
    margin-bottom: 8px;
}

/* underline links only on hover                  */
#content:hover a {
    text-decoration: underline;
}

/* exclude back-circle from underline             */
#content:hover a.sco-back-circle, #content:hover h1 a, #content:hover h2 a  {
    text-decoration: none !important;
}

/* no underline on hover for specific links       */
.no-hover-underline:hover,
.sco-back-circle:hover,
.sco-sub-menu a:hover {
    text-decoration: none !important;
}

.sco-back-circle.hovered {
    transform: scale(1.05);
    transition: transform 0.2s ease-in-out;
}

/* enlarge msword-style icons                     */
.sco-icon {
    font-size: 1.5em;
    vertical-align: middle;
}

/* hidden link hover styling                      */
a.hidlink:hover {
    color: #FFF;
    cursor: text;
    text-decoration: none;
}

/* member area thumbnail                          */
.sco-mem-thumb {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

/* = 3. page wrapper & footer
/************************************************/

/* wrapper for page content                       */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

/* thumb image styling                            */
.thumbrow p img.img-responsive {
    border: 1px solid #DDD;
    padding: 20px;
    margin-bottom: 30px;
}

/* footer styling                                 */
footer {
    background-color: #f5f5f5;
    padding: 20px 0;
}

/* = 4. external link styles
/************************************************/

/* base external link style                       */
.sco-link,
.extern,
.external {
    position: relative;
    display: inline-block;
    padding-right: 0.8em;
    text-decoration: none;
}

/* external link arrow icon                       */
.sco-link::after,
.extern::after,
.external::after {
    content: "↗";
    position: absolute;
    top: -0.2em;
    right: 0;
    font-size: 0.75em;
    transform: rotate(-12.5deg);
    color: #555;
    pointer-events: none;
}

/* hide arrow in footer                           */
footer .external::after {
    content: "";
}

/* = 5. new pages menu adjust
/************************************************/

/* dropdown bg & text                             */
.navbar-nav .dropdown-menu {
    background-color: #142E60;
    color: white;
    border: none;
}

/* dropdown link style                            */
.navbar-nav .dropdown-menu > li > a {
    color: white;
    padding: 10px 15px;
}

/* dropdown hover effect                          */
.navbar-nav .dropdown-menu > li > a:hover {
    background-color: #003366;
    color: #fff;
}

/* = 6. general styles
/************************************************/
/* new home page layout                         */

/* new padded section break */
.sco-section {
  margin-bottom: 40px;
  margin-top: 40px;
}

.sco-section-content {
  padding-left: 15px;
  padding-right: 15px;
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

/* Responsive indentation */
@media (min-width: 768px) {
  .sco-section-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}


.sco-blue-bg {
  background-color: rgba(118, 159, 189, 0.08) !important; /* very pale blue */
}

.sco-orange-bg {
  background-color: rgba(255, 163, 0, 0.06) !important; /* very pale orange */
}

.sco-mauve-bg {
  background-color: rgba(177, 136, 203, 0.06) !important; /* very pale mauve */
}

.sco-pink-bg {
  background-color: rgba(208, 0, 111, 0.06) !important; /* very pale dark pink */
}


/* Responsive image */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}



.format {
  display: flex;
  align-items: flex-start;
  font-size: 1.4em;           /* Larger text */
  line-height: 1.4;
  margin-bottom: 18px;        /* Compact vertical spacing */
  text-align: left;
}

.checkmark {
  margin-right: 16px;         /* Space between checkmark and text */
  flex-shrink: 0;             /* Prevent shrinking on small screens */
  width: 28px;                /* Optional: control size if needed */
  height: 28px;
}

.sco-block-type-1, .sco-block-type-2, .sco-block-type-2 {
    padding-top: 3em;
}

.sco-block-type-1 p {
    color: #FFF;
}

.sco-block-type-2 p {
    color: #142E60;
}

.sco-block-type-1 .btn {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  white-space: nowrap;
  padding: 10px 80px 10px 80px;
  font-size: 16px;
  line-height: 1.42857143;
  
}

.sco-block-type-2 {
  background: #FFF;
  border: 1px solid #142E60;
  border-radius: 4px !important;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  white-space: nowrap;
  padding: 10px 80px 10px 80px;
  font-size: 16px;
  line-height: 1.42857143;
}


/* navbar brand spacing & font                    */
.navbar-brand {
    padding: 8px 10px 0 10px !important;
    font-size: 18px;
}

/* navbar brand image border                      */
.navbar-brand img {
    border: 0px solid #FFF !important;
    border-radius: 4px !important;
    overflow: hidden;
}

/* navbar brand image transition                  */
.navbar-brand img {
    display: block;
    transition: transform 0.3s ease-in-out;
}

/* navbar brand hover scale                       */
.navbar-brand img:hover {
    transform: scale(1.05);
}

/* navbar link hover                              */
a.navbar-link:hover {
    text-decoration: none !important;
}

/* mobile navbar adj                              */
@media (max-width: 767px) {
    .navbar-brand {
        padding-left: 10px;
    }

    .navbar-toggle {
        margin-right: 10px;
    }
}

/* firefox-only adj                               */
@-moz-document url-prefix() {
    .navbar-header .navbar-brand img {
        height: 40px;
        margin-top: 0;
    }

    .navbar-toggle {
        margin-top: 8px;
    }
}

/* dev test highlight                             */
.devtestonly {
    color: #0FF;
    background: #FF0;
}

/* demo wrapper border                            */
.bootstrap-wrapper-demo * {
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    background: #CCC;
}

/* header margin                                  */
header {
    margin: 20px 0 10px;
}

/* link colours                                   */
a {
    color: #0b63c2;
}

a:hover,
a:focus,
a:active {
    color: #759fbc;
}

/* h3 link colours                                */
h3 a {
    color: #001F62;
}

h3 a:hover,
h3 a:focus,
h3 a:active {
    color: #759fbc;
}

/* dashed hr line                                 */
hr {
    border-top: 1px dashed #0b63c2;
}

/* contact form input width                       */
input.contactform {
    min-width: 250px;
}

/* validation error colour                        */
.validation-summary-errors ul li {
    color: red !important;
}

/* form field height                              */
.formfield {
    vertical-align: middle !important;
    line-height: 2.4em;
    height: 2.4em;
}

/* custom button colour                           */
.btn-custom,
.btn-custom > a {
    color: #EEE !important;
}

.btn-custom:hover,
a.btn-custom > a:hover {
    color: #FFF !important;
}

/* margin bottom classes                          */
.mb-1 {
    margin-bottom: 1em !important;
}

.mb-2 {
    margin-bottom: 2em !important;
}

.mb-3 {
    margin-bottom: 3em !important;
}

.mb-4 {
    margin-bottom: 4em !important;
}

.mb-8 {
    margin-bottom: 8em !important;
}

/* margin top classes                             */
.mt-1 {
    display: block;
    margin-top: 1em;
}

.mt-2 {
    display: block;
    margin-top: 2em !important;
}

.mt-3 {
    display: block;
    margin-top: 3em !important;
}

.mt-4 {
    display: block;
    margin-top: 4em !important;
}

/* fixed height container                         */
.sc-fixed-height {
    min-height: 470px !important;
}

/* margin left classes                            */
.ml-1 {
    display: block;
    margin-left: 1em;
}

.ml-2 {
    display: block;
    margin-left: 2em !important;
}

.ml-3 {
    display: block;
    margin-left: 3em !important;
}

/* navbar link height fix                         */
.navbar-nav > li > a {
    line-height: 25px !important;
}

/* = 7. members home page
/************************************************/

/* Image Container */
#scoImageSection {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  max-height: 300px;
  opacity: 1;
}

/* Hidden State with Easing */
.sco-mem-hidden {
  max-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
}

/* Image Styling */
.sco-mem-image-container {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Toggle Button - Members Homepage Image */
.sco-toggle-image-btn {
    background-color: #759FBC !important;
    border: 1px solid #759FBC !important;
    color: #fff;
    font-size: 16px;
    padding: 4px 4px;
    height: 26px;
    border-radius: 4px;
    box-shadow: none !important;
    outline: none !important;
}
/* Hover, Focus, Active */
.sco-toggle-image-btn:hover,
.sco-toggle-image-btn:focus,
.sco-toggle-image-btn:active {
  background-color: #5a89a8;
  border-color: #5a89a8;
  color: #fff;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

/* Arrow Styling */
.toggle-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

/* Rotated State */
.sco-arrow-rotated {
  transform: rotate(180deg);
}

/* Remove black box on click/focus */
.sco-toggle-image-btn:focus,
.sco-toggle-image-btn:active {
  outline: none !important;
  box-shadow: none !important;
  background-color: #5a89a8;
  border-color: #5a89a8;
}

/* Hover styling */
.sco-toggle-image-btn:hover {
  background-color: #5a89a8;
  border-color: #5a89a8;
  color: #fff;
  text-decoration: none;
}

/* Arrow Styling */
.toggle-arrow {
  margin-left: 2px;
  transition: transform 0.3s ease;
}

/* New accordion styling */
/* Make button behave like a block link */
.sco-accordion-trigger {
  display: block;
  width: 100%;
  text-align: center;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

/* Remove default button focus styles */
.sco-accordion-trigger:focus {
  outline: none;
  box-shadow: none;
}

/* Style the header title inside the button */
.sco-header-title {
  margin: 0;
  padding: 20px; /* Adjust to match your original spacing */
  font-size: 1.8em; /* Match your heading size */
  font-weight: bold;
  cursor: pointer;
}

/* Chevron styling */
.sco-chevron {
  display: inline-block;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

/* Optional: rotate chevron when panel is open */
.sco-accordion-trigger[aria-expanded="true"] .sco-chevron {
 /* transform: rotate(90deg); Right arrow becomes down arrow */
}

/* / new acc styling */


/* topic block display                            */
#memhome {
    display: block;
}

/* thumb layout for mobile                        */
@media (max-width: 767px) {
    .sco-row {
        display: table;
        width: 100%;
    }

    .sco-side {
        display: table-header-group;
    }

    .sco-main {
        display: table-row-group;
    }
}

/* clearfix for stacked cols                      */
.sco-stack-columns::after {
    content: "";
    display: table;
    clear: both;
}

/* align page thumb top                           */
.col-sm-4.sco-align-top {
    vertical-align: top;
}

/* image wrapper margin                           */
.image-wrapper,
.sco-image-wrapper {
    margin-top: 8px;
    padding-top: 0;
}

.sco-page-image-wrapper {
    margin-top: 25px;
    padding-top: 0;
}

.col-sm-4 {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* = 8. colour classes
/************************************************/

/* text colours                                   */
.text-mid-blue {
    color: #276AB3;
}

.text-orange {
    color: #FFA300;
}

.text-red {
    color: #D0006F;
}

.text-purple {
    color: #702F8A;
}

/* background colours                             */
.bg-mid-blue {
    background-color: #276AB3;
    color: #ffffff;
}

.bg-orange {
    background-color: #FFA300;
    color: #000000;
}

.bg-red {
    background-color: #D0006F;
    /*#F4541B;*/
    color: #ffffff;
}

.bg-purple {
    background-color: #702F8A;
    color: #ffffff;
}

/* Optional: consistent styling for headers */
.sco-accordion-header {
    padding: 1rem;
    border-radius: 6px;
}

/* Chevron-specific colour classes */
.chevron-mid-blue {
    color: #276AB3;
}

.chevron-orange {
    color: #FFA300;
}

.chevron-red {
    color: #D0006F;
    /*#F4541B;*/
}

.chevron-purple {
    color: #702F8A;
}


/* members in/out navbar */

.navbar-nav > li {
    display: inline-block;
    font-family: inherit !important;
    vertical-align: middle;
    max-width: 100%;
    min-width: 0;
    white-space: nowrap;
}

.navbar-nav > li.sea {
    font-family: inherit !important;
    display: inline-block;
    vertical-align: middle;
    max-width: 240px;
    min-width: 0;
    white-space: nowrap;
}

.navbar-nav.navbar-right > li {
    display: inline-block;
    float: none;
    vertical-align: middle;
    white-space: nowrap;
}

#cse-search input[type="text"] {
    width: 120px;
}

.gcse-searchresults-only {
    display: block !important;
    min-height: 400px;
    z-index: 9999;
}

.navbar-nav > li.sco-sign {
    height: 55px;
    /* or match your navbar height */
}

.navbar-nav > li.sco-sign > a.navbar-link {
    height: 100%;
    display: block;
    padding: 15px;
}

/* split 1 */
/* = 9. Member section */
/************************************************/

.sco-member-back-link {
    position: absolute;
    top: 100px;
    right: 200px;
    z-index: 1000;
}

.sco-bg-ltblue {
  /* background:#769FBD !important; */
  background-color: rgba(117, 159, 188, 0.1) !important; /* or #759FBC for solid */
  padding: 20px 15px; /* optional, if you want consistent spacing */
}


.sco-card-body-min-height .panel-body {
    height: 470px !important;
    min-height: 430px !important;
}

.sco-no-border,
.no-border {
    border: none !important;
    box-shadow: none !important;
}

.sco-back-circle {
    display: inline-block;
    width: 76px;
    height: 76px;
    background-color: #142E60;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    text-decoration: none;
    padding-top: 10px;
    font-size: 12px;
    line-height: 1.2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.sco-back-circle:hover {
    background-color: #5f89a9;
    color: #fff;
    text-decoration: none !important;
}

.sco-back-circle i {
    display: block;
    font-size: 22px;
    margin-bottom: 4px;
    text-decoration: none !important;
}

.sco-accordion-wrapper {
    /* border: 2px solid #E4ECF2; */
    background: white;
    margin-bottom: 30px;
    padding: 5px;
    overflow: hidden;
}

.sco-accordion-header-area {
    background-color: rgba(117, 159, 188, 0.1);
    padding: 20px 15px;
}

.sco-accordion-trigger {
    text-decoration: none;
    display: block;
    color: inherit;
}

.sco-header-title {
    font-size: 2.2em;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    padding: 0.3em 0.8em 0.3em 0.8em;
    letter-spacing: 0.5px;
    line-height: 1.1;
    background: linear-gradient(to right, #f7f9fb, #eaeff3);
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(61, 92, 112, 0.15);
    transition: all 0.3s ease;
}

.sco-header-subtitle {
    font-size: 1.2em;
    color: #759FBC;
    margin: 10px 0 20px;
    text-align: center;
}

.sco-sub-heading {
    margin: 30px 0 0px;
}

.sco-submenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding: 10px 15px 15px;
    background-color: rgba(117, 159, 188, 0.1);
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

.sco-submenu a {
    display: inline-block;
    padding: 6px 14px;
    font-size: 0.95em;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    color: #3d5c70;
    transition: all 0.3s ease;
}

.sco-submenu a:hover {
    border-color: #759FBC;
    background-color: #e4eef5;
    color: #2f4d61;
}

span.sco-subtitle {
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .sco-submenu {
        display: none;
    }
}

.sco-backlink-link {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 12px 18px;
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    background-color: #f0f4f8;
    text-decoration: none;
    color: #005ea5;
}

.sco-backlink-link i.fa-arrow-left {
    font-size: 1.2rem;
    margin-right: 8px;
}

.sco-backlink-link:hover,
.sco-backlink-link:focus {
    background-color: #dbe9f5;
    color: #003e70;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .sco-backlink-container {
        text-align: center;
        padding: 16px;
    }

    .sco-backlink-link {
        font-size: 1.15rem;
        padding: 14px 20px;
    }

    .sco-backlink-link i.fa-arrow-left {
        font-size: 1.3rem;
        margin-right: 10px;
    }
}

.sco-back-link {
    display: inline-block;
}

@media (max-width: 768px) {
    .sco-back-link {
        font-size: 0;
        position: relative;
    }

    .sco-back-link::before {
        content: "Back";
        font-size: 12px;
        position: absolute;
        top: 0px;
        right: 10px;
        width: 100%;
        text-align: center;
    }

    .sco-back-circle {
        background-color: rgba(20, 46, 96, 0.8);
        position: absolute;
        top: 30px;
        left: 100px;
    }
}

/* = 10. member sub-page layout 
/************************************************/

h2 span {
    display: block;
    font-size: 20px !important;
    margin-top: 0.3em;
}

@media (max-width: 600px) {
    h2 {
        font-size: 1.5em;
    }

    h2 span {
        font-size: 1em;
    }
}

.intro {
    font-size: 1.1em;
    margin-bottom: 20px;
}

.sco-content-block {
    margin-bottom: 20px;
}

.sco-image-fixed {
    width: 333px;
    height: 500px;
    object-fit: cover;
}

.sco-link-note {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 6px;
    font-size: 0.9em;
    font-style: italic;
    color: #2c2c2c;
    background-color: #f0f0f0;
    border-radius: 4px;
    pointer-events: none;
    cursor: default;
}

.image-wrapper {
    position: relative;
    display: inline-block;
}

.image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.new-badge {
    position: absolute;
    top: 20%;
    right: 10%;
    background-color: rgba(118, 159, 189, 0.85);
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 0.9em;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

@media (max-width: 600px) {
    .new-badge {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 0.75em;
        top: 16%;
        right: 8%;
    }
}

/* = 11. site-specific classes
/************************************************/

#outer-container {
    background: #fff;
}

h1,
h2,
h3,
h4 {
    color: #1d428a;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

.title {
    margin-bottom: 1em;
    margin-top: 1em;
    padding-bottom: 10px;
    border-bottom: 1px dashed #0b63c2;
}

h1.title span {
    color: #CCC !important;
}

.sub-title {
    margin-bottom: 1em;
    margin-top: 1em;
    font-size: 18px;
}

.well {
    background-color: #FFF; /*inherit;*/
	border: 1px solid #E4ECF2;
}

.nolink,
a.nolink:hover {
    color: #FFF;
    text-decoration: none;
}

.sc-banner-advert-x * {
    font-size: 16px !important;
}

.sc-banner-advert-x {
    /* margin-top: 20px !important; */
    border: 1px solid #EEE !important;
    border-radius: 10px;
}

/* split 2 */

/* = 12 Blog
/************************************************/

/* Articulate Post styles */
.post-area {
    display: inline-block;
    margin: 1em 0;
    width: auto;
    min-width: 100%;
    border: 1px solid #759fbc;
    border-radius: 6px;
    background: #759fbc;
}

.post-area .btn-link {
    font-weight: 400;
    color: #1d428a;
    /* dk blue */
    border-radius: 0;
    margin: 0;
}

.title-area {
    display: inline-block;
    padding-bottom: 1em !important;
    width: auto;
    min-width: 100%;
}

.post-title h3,
.post-title h3 a,
.post-title h3 a:hover {
    font-size: 24px;
    color: #142E60;
    /*#001F62; */
}

.post-title h3,
a.pdf {
    /*font-size: 20px;*/
}

.post-img-area {
    display: inline-block;
    padding: .5em !important;
    margin: 1em 0;
}

.meta-tags {
    display: block;
    width: 100%;
}

.meta-tags p {
    text-align: left;
    color: blue;
}

/* meta tag block */

.sco-meta-panel {
    border-left: 2px solid #f2f2f2;
    /* thinner & lighter than #EEE */
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(61, 92, 112, 0.08);
    /* softened drop shadow */
    background-color: #f7f9fb;
    padding: 12px;
}


.sco-meta-item {
    padding: 8px 12px;
    border-bottom: 1px dotted #ccdbe6;
    color: #3d5c70;
    font-size: 1.1em;
}

.sco-meta-item:last-child {
    border-bottom: none;
}


/* Styles for image captions, relies on HTML5 Shiv for IE8 and below */
figure {
    text-align: center;
    margin: 10px;
}

figure img {
    margin-left: auto;
    margin-right: auto;
}

figure figcaption {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

/* Styles for a sidebar! */
aside {
    margin: 0;
}

@media (min-width: 768px) {
    aside {
        margin: 0 0 10px 10px;
    }
}

/* page height */

.sco-min-height, .sco-min-height-650 {
    height: 650px;
    min-height: 650px;
    padding-bottom: 50px;
}

.sco-min-height-450 {
    height: 450px;
    min-height: 450px;
    padding-bottom: 50px;
}

.sco-min-height-550 {
    height: 550px;
    min-height: 550px;
    padding-bottom: 50px;
}
/* no min height needed on mobile */
@media (max-width: 767px) {
  .sco-min-height,
  .sco-min-height-450,
  .sco-min-height-550,
  .sco-min-height-650 {
    min-height: auto !important;
    height: auto !important;
    padding-bottom: 0 !important;
  }
}

table td {
    font-size: 14px;
}

/* To allow long lines to wrap! */
p {
    word-wrap: break-word;
}

h5.blogleader {
    max-width: 512px !important;
    margin: 16px auto !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
}

/* hide the comment icon */
.demo-blog .meta > .meta__favorites .material-icons,
.meta__favorites {
    display: none !important;
}

/* = 13 Events
/************************************************/
/* front page top right Ad */
.col-xs-9.left-side-content {
    line-height: 10px;
}

/* no h3 allowed! */
.sco-event p, .sco-year-box p.heading3 {
    font-size:22px !important;
}

.sco-event a:hover {
    text-decoration: underline;
    font-weight: 700;
}

/* speakers page */

.entry-area {
    min-height: 300px;
    margin: 0px;
}

.entry-area img {
    min-height: 200px;
    margin: 0px;
}

.sco-thumbnail {
    line-height: 100px;
    margin: 0px !important;
    position: relative;
}

.sco-thumbnail {
    height: auto;
    vertical-align: middle;
}

img.sco-disc,
.sco-thumbnail img {
    border-radius: 50% !important;
}


/* = 14 Calendar & Speakers Page
/************************************************/
/* new */

/* Base event container */
.sco-event {
  background-color: rgba(117, 159, 188, 0.1);
  border-left: 4px solid #DDDDDD; /* default */
  border: 1px solid #d9e2ec;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

/* Future event override - Enhanced pastel orange */
.sco-future-event {
  background-color: #f0cbb3; /* Soft but visible peach-orange */
  border-left: 4px solid #e6a88c !important;
  color: #333;
  padding: 1rem;
  border-radius: 6px;
}

/* Past event override -  Very light lavender-mauve 
.sco-past-event {
background-color: #f3eaf7; 
  border-left: 4px solid #d3bce4;
  color: #333;
  padding: 1rem;
  border-radius: 6px;
}
*/

.sco-past-event {
  background-color: #E4ECF2; /* Soft blue-grey background */
  border-left: 4px solid #759FBC; /* Muted steel-blue accent */
  padding: 1rem;
  border-radius: 6px;
  color: #444;
}

/* Month or year heading */
.sco-month {
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #759fbc;
  color: #2c3e50;
}
/* /new */
.nextevent {
    /*background: #FDFD96;*/
    border: 1px solid #769FBD;
    padding: 1px 0 5px 10px;
    margin-top: 1em;
}

.futureevent {
    /*background: #fee3c8;*/
    /*#fdca96;*/
    border: 1px solid #769FBD;
    padding: 1px 10px 10px 10px;
    margin-top: 1em;
}

.nextevent h4,
.prevevent h4,
.futureevent {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.prevevent,
.pastevent {
    border: 1px solid #769FBD;
    padding: 1px 10px 10px 10px;
    margin-top: 1em;
}

/* Campaigns Calendar specific */
.sco-year-box {
  border: 1px solid #769FBD !important; /* match accordion */
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 3px;
  background-color: #fff;
}

.sco-month {
  margin-bottom: 2rem;
}

.sco-month-heading {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.sco-month-name {
  color: #5a3e7c;
  font-size: 1.5rem;
}

.sco-month-theme {
  color: #333;
  font-weight: normal;
}

.sco-event {
  background-color: #E4ECF2;
  border-left: 4px solid #759FBC;
  padding: 1rem;
  border-radius: 6px;
  color: #444;
}

.sco-event ul {
  padding-left: 1.2rem;
}

.sco-event ul li {
  margin-bottom: 0.5rem;
}

/*
/* = 13 Navigation
/************************************************/
/* Nested navigation lists indent */
nav ul ul {
    margin-left: 15px;
}

ul.nav.navbar-nav li a {
    font-size: 16px;
}

#sub-nav li {
    font-size: 16px;
    font-weight: 700;
    color: #1d428a;
}

#sub-nav li a {
    font-weight: 400;
    padding: 5px 10px;
}

/* Lighter background colour for subnav */
.navbar .sub-nav {
    background: #193875;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #759fbc;
}

/* Remove right margin from grouped navigation dropdowns */
.navbar .btn-group > .btn:first-child {
    margin-left: 0;
    margin-right: 0;
}

.nav > li a {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
}

@media (min-width:992px) {
    .nav > li a {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 14px;
    }
}

/* custom for 'caret' handling - move later */
/*
.dropdown > a {
    display: inline-block;
    vertical-align: middle;
}

.dropdown-toggle {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

.calendar-menu {
    display: flex;
    align-items: center;
}

.calendar-link {
    text-decoration: none;
    padding-right: 6px;
}

.dropdown-toggle {
    padding: 0;
    background: none;
    border: none;
    text-decoration: none;
}
*/

.dropdown > a {
    display: inline-block;
    vertical-align: middle;
}

.dropdown-toggle {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0 6px;
    background: none;
    border: none;
    text-decoration: none;
}

/* Larger font size on wider viewports */
.nav .glyphicon {
    line-height: 20px;
}

/* Background colour */
.navbar-default {
    background-color: #142e60;
    border-color: #10244b;
    color: #fff;
}

.navbar-default .navbar-nav > li a,
.navbar-default .navbar-nav > li a:hover,
.navbar-default .navbar-nav > li a:focus,
.navbar-default .navbar-nav > .active a,
.navbar-default .navbar-nav > .active a:hover {
    color: #fff;
}

.navbar-default .navbar-nav > .dropdown > a .caret,
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-default .navbar-nav > .active a:hover {
    background-color: #759fbc;
}

.navbar-default .navbar-nav > .active a,
.navbar-default .navbar-nav > li a:hover,
.navbar-default .navbar-nav > li a:focus {
    background-color: #759fbc;
}

.navbar-default .navbar-nav > .open a,
.navbar-default .navbar-nav > .open a:hover,
.navbar-default .navbar-nav > .open a:focus {
    background-color: #759fbc;
    color: #fff;
}

.navbar-toggle,
.navbar-nav .open .dropdown-menu {
    background: #eee;
    color: #000;
}

.dropdown-menu > li a:hover,
.dropdown-menu > li a:focus {
    background-color: #759fbc;
}

/* Limit the width of the search input */
.navbar-form .form-control {
    max-width: 200px;
    width: 100%;
}

input.form-control.scorsa-bg,
.sea-btn.scorsa-btn {
    height: 35px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* = 14 Right search bar responsive
/************************************************/

@media (max-width: 1092px) {
    .collapse.in {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        border-width: 0 0 1px;
        top: 0;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none;
    }

    .navbar-nav {
        float: none;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .navbar-toggle {
        display: block;
    }
}

/* Search input width */
.navbar-form .form-control {
    max-width: 200px;
    width: 100%;
}

/* Responsive search input on smaller screens */
@media (max-width: 767px) {
    .navbar-form .form-control {
        max-width: 100%;
    }
}

/* Navbar right list */
ul.navbar-right {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* Search list item */
li.sea {
    display: list-item;
    max-width: 200px;
    width: 200px;
}

/* new mob style */
@media (max-width: 767px) {
    li.sea {
        margin: 0 auto;
        float: none;
        text-align: center;
    }

    .navbar-form {
        display: inline-block;
        width: auto;
    }
}

/* new sub link styles */

@media (max-width: 767px) {
    .navbar-nav.navbar-right {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .navbar-nav.navbar-right li {
        margin: 4px 6px;
    }

    .navbar-nav.navbar-right .text-nowrap {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100px;
    }
}

/* Force search input width */
.navbar-form .form-control {
    max-width: 180px !important;
}

/* Force search container width */
li.sea {
    max-width: 240px !important;
    text-align: center !important;
    float: none !important;
}

/* Force logout link to stay inline and not wrap */
.navbar-nav.navbar-right li.text-nowrap {
    max-width: 100px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    float: none !important;
}

.navbar-nav.navbar-right {
    margin-left: -15px !important;
    /* Adjust as needed */
}

/* = 15 Page Top
/************************************************/

.row.sb-row {
    margin-top: 0.8em;
}

.scorsa-bg,
#scorsa-bg,
.scorsa-btn {
    background: #769FBD !important;
    border: 1px solid #769FBD !important;
    color: #FFF;
}

.scorsa-btn {
    background: #769FBD !important;
    border: 1px solid #769FBD !important;
    color: #FFF;
    height: 2.43em !important;
}

.scorsa-bg::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFF;
    font-weight: 400;
}

.scorsa-bg::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFF;
    font-weight: 400;
}

.scorsa-bg:-ms-input-placeholder {
    /* IE 10+ */
    color: #FFF;
    font-weight: 400;
}

.scorsa-bg:-moz-placeholder {
    /* Firefox 18- */
    color: #FFF;
    font-weight: 400;
}


/* = 16 Custom Bullets
/************************************************/
.btn-default {
    color: #fff;
    background-color: #142e60;
    border-color: #10244b;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    color: #fff;
    background-color: #759fbc;
    border-color: #648ba6;
}

.btn-default:active,
.btn-default.active {
    background-color: #759fbc \9;
}

.btn-default:hover {
    color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #1d428a;
    border-color: #007d2f;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #0b63c2;
    background-color: #006326;
    border-color: #004a1c;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #009639 \9;
}

.btn-green {
    color: #fff;
    display: block !important;
    background-color: #009639;
    margin-bottom: 2em !important;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
    color: #427000;
    background-color: #97D700;
    border-color: #97D700;
}

.btn-green:active,
.btn-green.active {
    background-color: #009639 \9;
}

.btn-dkblue {
    color: #fff;
    display: block !important;
    background-color: #142e60;
    border-color: #10244b;
    margin-bottom: 2em !important;
}

.btn-dkblue:hover,
.btn-dkblue:focus,
.btn-dkblue:active,
.btn-dkblue.active {
    color: #427000;
    background-color: #142e60;
    border-color: #10244b;
}

.partners-logo {
    margin-bottom: 45px;
}

/** partners scrollable div */
.sco-scroll-wrapper {
    width: 90%;
    overflow: hidden;
    margin: 30px auto;
    padding: 10px 0;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    white-space: nowrap;
    /* 👈 prevents wrapping */
    font-size: 0;
    /* 👈 removes inline spacing gaps */
    text-align: left;
}

.sco-strip {
    display: inline-block;
    white-space: nowrap;
    font-size: 0;
    transition: transform 10s linear;
}

.sco-scroll-wrapper:hover .sco-strip {
    transform: translateX(-50%);
}

.sco-logo {
    display: inline-block;
    vertical-align: top;
    width: 106px;
    height: 106px;
    margin-right: 16px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sco-logo:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.sco-logo img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

/* = 17 Carousel
/************************************************/
#banner h2,
#banner p,
#banner a {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
}

#banner h2 {
    font-size: 40px;
    line-height: 45px;
}

#banner p {
    color: #333;
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 700;
}

.ls-borderlesslight .ls-shadow {
    display: none !important;
}

.carousel-control {
    background-image: none !important;
}

/* = 18 Embedding Media
/************************************************/
/* Place YouTube/Vimeo videos inside an .embed-container div */
.embed-container {
    position: relative;
    padding-bottom: 48%;
    /* 16/9 ratio */
    padding-top: 30px;
    /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embed-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 30px;
}

/* = 19 Bootstrap Changes
/************************************************/
img {
    /*border: 1px solid #EEE;*/
}

img.nobord {
    border: 0 !important;
}

/* Add extra margin to pulled images */
img.pull-right,
div.well.pull-right {
    margin: 10px 0 10px 10px;
}

img.pull-left,
div.well.pull-left {
    margin: 10px 10px 10px 0;
}

/* Fix Google Maps canvas - Wrap your Google Maps embed in a `.reset-box-sizing` to reset Bootstrap's global `box-sizing` changes. */
.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing :before,
.reset-box-sizing :after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* Auto link styling */
#content p .pdf:before,
#content li .pdf:before,
#content td .pdf:before,
#content th .pdf:before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: "";
    color: #009639;
}

#content p .doc:before,
#content li .doc:before,
#content td .doc:before,
#content th .doc:before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: "";
    color: #009639;
}

#content p .xls:before,
#content li .xls:before,
#content td .xls:before,
#content th .xls:before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: "";
    color: #009639;
}

#content p .ppt:before,
#content li .ppt:before,
#content td .ppt:before,
#content th .ppt:before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: "";
    color: #009639;
}

#content p .audio:before,
#content li .audio:before,
#content td .audio:before,
#content th .audio:before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: "";
    color: #009639;
}

#content p .video:before,
#content li .video:before,
#content td .video:before,
#content th .video:before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: "";
    color: #009639;
}

.media {
    margin-bottom: 15px;
    word-break: break-word;
}

@media (min-width: 992px) {
    aside.pull-right {
        padding-right: 0;
    }
}

/* = 20 Custom Search Styles (Google)
/************************************************/
#search tr,
#search td,
#search th {
    background: none;
    padding: 0;
}

input.gsc-search-button,
input.gsc-search-button:hover,
input.gsc-search-button:focus {
    border-color: #800 !important;
    background-color: #900 !important;
}

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
    width: auto !important;
    height: 25px !important;
    padding: 4px 27px !important;
    margin-top: 0 !important;
}

.gsc-selected-option-container {
    min-width: 80px !important;
}

.gs-title,
.gsc-control-cse .gs-result .gs-title * {
    font-size: 20px !important;
}

.gs-snippet {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

/* = 21 Utilities
/************************************************/

/* login */
input#Username:-webkit-autofill,
input#Password:-webkit-autofill {
    font-weight: 700 !important;
    -webkit-box-shadow: 0 0 0 50px #769FBD inset;
    /* custom background color */
    -webkit-text-fill-color: #FFF;
}

.sco-split-wrapper {
    height: 300px;
    position: relative;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 20px;
}

.sco-button-container {
    position: absolute;
    bottom: 40px;
    left: 40px;
    /* right: 200px; */
    /* text-align: center; */
}

.sco-action-button {
    background: #142D5F;
    border: 1px solid #ccc;
    color: #EEE;
    padding: 8px 20px;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
}

.sco-action-button:hover {
    background-color: #d5d5d5;
    color: #FFF;
}

.sco-title {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .sco-button-container {
        position: static;
        margin-top: 20px;
    }
}

.inlb {
    display: inline !important;
    font-size: 16px;
}

.mh400 {
    min-height: 400px !important;
}

.mh460 {
    min-height: 460px !important;
}

.site-update {
    font-style: italic;
    color: #DDD !important;
}

.toppad img {
    margin-top: 30px;
    min-height: 200px;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
    min-height: 140px;
    /* new */
}

.media-object.mt2 {
    display: inline-block;
    display: block;
    margin-top: 2em;
}

.noimgtitle {
    color: #0b63c2;
    margin-top: 0;
}

.maintitle {
    letter-spacing: -1.8px !important;
    margin-bottom: 1em;
}

/* = 22. Section bullets
/************************************************/

ul.homebullet {
    margin-bottom: 20px;
    margin-top: 20px;
}

ul.homebullet li {
    display: list-item;
    max-height: 20px;
    padding-left: 10px;
}

ul.homebullet li span {
    position: relative;
    left: 10px;
}

ul.homebullet li {
    line-height: 2px !important;
    padding-bottom: 15px;
}

/* sco-genbullet - general info bullet */
ul.homebullet li::marker, ul.sco-genbullet li::marker {
    color: #276AB3;
    content: "●";
    font-size: 1.4em;
}

ul.sco-genbullet li:hover::marker {
    color: #3A7FD8;
}

/* sco-legbullet - legal bullet */
ul.sco-legbullet li::marker {
    color: #702F8A;
    content: "●";
    font-size: 1.4em;
}

ul.sco-legbullet li:hover::marker {
    color: #8E3BAA;
}

/* sco-safbullet - safety bullet */
ul.sco-safbullet li::marker {
    color: #FFA300;
    content: "●";
    font-size: 1.4em;
}

ul.sco-safbullet li:hover::marker {
    color: #FFB733;
}

/* sco-indbullet - industry bullet */
ul.sco-indbullet li::marker {
    color: #D0006F;
    content: "●";
    font-size: 1.4em;
}

ul.sco-indbullet li:hover::marker {
    color: #E02F8A;
}


ul li span.sco-emph {
    color: #0b63c2;
    /* #759FBC; sco-lt-blue */
    /* sco-mid-blue #0b63c2; */
}

/* colour override - tbd */
.sco-general-article li::marker {
    color: #0b63c2;
    /* mid-blue */
    content: "●";
    margin-left: 20px;
}

.sco-legal-articleli::marker {
    color: #0b63c2;
    /* mid-blue */
    content: "●";
    margin-left: 20px;
}

.sco-safety-articleli::marker {
    color: #0b63c2;
    /* mid-blue */
    content: "●";
    margin-left: 20px;
}

.sco-industry-article li::marker {
    color: #0b63c2;
    /* mid-blue */
    content: "●";
    margin-left: 20px;
}


/* = 23 Webinars Page
/************************************************/
.med {
    max-width: 160px;
    margin-top: 3em;
}

.rowframe {
    display: block;
    border: 1px solid #769FBD;
    border-radius: 5px;
    padding: 12px;
    width: 100%;
}

.rowframe100 {
    display: block;
    border: 1px solid #769FBD;
    border-radius: 5px;
    height: 100px;
    min-height: 100px;
    padding: 12px;
    width: 100%;
}

.rowframe150 {
    display: block;
    border: 1px solid #769FBD;
    border-radius: 5px;
    height: 150px;
    min-height: 150px;
    padding: 12px;
    width: 100%;
}

.rowframe200 {
    display: block;
    border: 1px solid #769FBD;
    border-radius: 5px;
    height: 200px;
    min-height: 200px;
    padding: 12px;
    width: 100%;
}

.rowframe250 {
    display: block;
    border: 1px solid #769FBD;
    border-radius: 5px;
    height: 250px;
    min-height: 250px;
    padding: 12px;
    width: 100%;
}

.rowframe300 {
    display: block;
    border: 1px solid #769FBD;
    border-radius: 5px;
    height: 300px;
    min-height: 300px;
    padding: 12px;
    width: 100%;
}

.rowframe350 {
    display: block;
    border: 1px solid #769FBD;
    border-radius: 5px;
    height: 350px;
    min-height: 350px;
    padding: 12px;
    width: 100%;
}

.rowframe400 {
    display: block;
    border: 1px solid #769FBD;
    border-radius: 5px;
    height: 400px;
    min-height: 400px;
    padding: 12px;
    width: 100%;
}

.small {
    font-size: 14px;
}

.ital {
    font-style: italic;
}

h4.webinar-item {
    display: list-item;
    list-style-type: '❱  ';
    list-style-position: inside;
    /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-position */
    margin-right: 20px;
}

.customwrap {
    color: #1D428A;
    background: #769FBD;
    margin: 20px auto;
    padding: .25em .625em;
    width: 100%;
}

.align-ctr {
    margin: 0 auto;
    text-align: center;
    display: block;
}

blockquote {
    border-left: 5px solid #759fbc;
}

blockquote p {
    color: #759fbc;
    font-weight: 400;
}


.panel-title {
    min-height: 24px;
}

a.pdsa-panel-toggle {
    display: inline-block;
    float: right;
}

/* = 24 Panels
/************************************************/

.panel-primary > .panel-heading {
    background-color: #FFF !important;
    border-color: 1px solid #769FBD !important;
    /* scorsa lt-blue */
    /*border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;*/
    color: #3C3C3C;
}

.panel-heading {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    /*margin-bottom: 10px;*/
    padding: 10px 15px;
}

.cal.panel-heading {
    border-left: 1px solid #769FBD !important;
    /* scorsa lt-blue */
    border-right: 1px solid #769FBD !important;
    border-top: 1px solid #769FBD !important;
}

#headingThree.panel-heading {
    border-bottom: 1px solid #769FBD !important;
}

.panel-body {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #EEE;
}

.cal.panel-body {
    border-top: 0;
    /*border-top-left-radius: 3px;
    border-top-right-radius: 3px;*/
    border-bottom: 1px solid #769FBD;
    border-left: 1px solid #769FBD !important;
    /* scorsa lt-blue */
    border-right: 1px solid #769FBD !important;
    margin-bottom: 12px;
    padding: 0 15px;
}

.panel-title a {
    color: inherit;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none !important;
}

.panel-title a:hover {
    text-decoration: none;
}

/* = 25 Media Queries
/************************************************/

@media (min-width: 768px) {
    .title {
        font-size: 45px;
    }

    .sub-title {
        font-size: 30px;
    }

    a.textlink {
        display: inline-block;
        width: 1080px;
    }

    a.textlinksm {
        display: inline-block;
        width: 650px;
    }

    .panel-title a {
        font-size: 16px;
        color: inherit;
        font-weight: 700;
        text-decoration: none !important;
    }
}

/* mobile */

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    .btn-sign,
    .btn-member,
    .btn-standard,
    .btn-download,
    .btn-view,
    .btn-event .btn {
        display: inline-block;
        min-width: 120px;
        font-size: 16px !important;
    }

    /* advert - home-page 
	.test-box-inner {
		border: 1px solid #769FBD;
		border-radius: 5px;
		padding: 6px;
		background: #37bfa9;
		margin-left: 80px;
    	margin-top: 20px;
    	margin-bottom: 20px;
    	max-width: 396px;
	}
	*/
    .test-box-inner img {
        max-width: 380px !important;
    }

    .sc-banner-advert {
        margin-left: 0 !important;
    }

    .col-xs-6 left-side-content {}

    .test {
        border: 1px solid #769FBD;
        border-radius: 5px;
        padding: 6px;
        background: #37bfa9;
        margin-left: 80px;
    }

    .col-xs-12.test-box-outer {
        margin-left: 15px;
    }
}

/* tablet */
@media screen and (max-width: 768px) {
    .btn-sign {
        width: 90%;
    }
}

/* = 26 Faq-accordion */
/************************************************/

.faqlist.panel-heading {
    color: #428bca !important;
    background-color: #FFF !important;
    border-color: #428bca !important;
}

/* wip only - move to correct section */
.panel-body h4,
h4.que span {
    display: inline-block;
}

h4.que {
    display: inline-block;
    color: red !important;
}

h4.quetext {
    display: inline-block;
    color: #030303 !important;
}

.ans {
    display: block !important;
    color: green !important;
}

/* /faq-accordion */


/* = 27 Calendar accordion
/************************************************/

.bs-accordion .panel-heading h4 a,
.bs-accordion .panel-heading a {
    display: block;
    padding: 10px 15px;
}

.bs-accordion .panel-heading {
    padding: 0;
}

.bs-accordion .panel-heading a {
    display: block;
    padding: 10px 15px;
}

.bs-accordion .panel-heading a[aria-expanded=true] .glyphicon.glyphicon-chevron-right {
    transform: rotate(90deg);
    transition: transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.bs-accordion .panel-heading a .glyphicon.glyphicon-chevron-right {
    transition: transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* /calendar-accordion */

/* = 28 Socials
/************************************************/
.fa-twitter:before {
    color: #0B63C2;
    content: "\f099";
}

.fa-linkedin:before {
    content: "\f0e1";
    color: #0B63C2;
}

.blcompress {
    letter-spacing: -1px;
    margin: 0;
    font: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

/* 29 = footer */
/************************************************/
footer {
    border-top: 1px solid #ccc;
    background: #001F62;
    color: #FFF;
}

footer .fa-stack {
    margin-top: -3px;
}

footer a .fa-stack-1x {
    color: #fff;
}

footer p,
footer a {
    color: #FFF;
}

.blcompress,
.text-muted {
    color: #FFF !important;
}

.sitelinks {
    margin-top: 1em;
}

p.credit {
    display: inline-block;
    margin-top: 0.5em;
}

.image-container {
    width: 100%;
    height: auto;
}

/* = 30 Buttons
/************************************************/

.btn-sign,
.btn-member {
    margin: 10px;
    display: inline-block;
}

.btn-sign {
    background-color: #37bfa9;
    color: white;
    font-size: 26px;
    padding: 12px 32px;
    border: none;
    cursor: pointer;
    border-radius: 40px;
    margin-right: 10%;
    flex-grow: 1;
    margin: 10px;
}

.btn-member {
    background-color: #001e62 !important;
    color: white;
    font-size: 26px;
    padding: 12px 32px;
    border: none;
    cursor: pointer;
    border-radius: 40px;
    margin-left: 10%;
    flex-grow: 1;
    margin: 10px;
}

.btn-standard {
    background-color: #001e62;
    color: white;
    font-size: 24px;
    padding: 15px;
    border: none;
    cursor: pointer;
    border-radius: 40px;
    flex-grow: 1;
    margin-top: 16px;
}

.btn-view {
    background-color: #001e62;
    font-size: 26px;
    padding: 12px 32px;
    border: none;
    cursor: pointer;
    border-radius: 40px;
    text-align: center;
    text-decoration: none !important;
    color: white;
    box-sizing: border-box;
}

.btn-view:hover {
    color: white;
    background-color: #003399;
}

.btn-download {
    background-color: #37bfa9;
    font-size: 26px;
    padding: 12px 32px;
    border: none;
    cursor: pointer;
    border-radius: 40px;
    text-align: center;
    text-decoration: none !important;
    color: white;
    box-sizing: border-box;
}

.btn-download:hover {
    background-color: #2aa18f;
    color: white;
}

.btn-event {
    background-color: #001e62;
    color: white;
    font-size: 24px;
    padding: 10px;
    border: none;
    cursor: pointer;
    border-radius: 40px;
    flex-grow: 1;
    width: 80%;
    margin-top: 16px;
}

/* = 31 new home page lower buttons */
/************************************************/
.sco-btn-group {
    text-align: center;
    /* Ensures buttons stay centered */
    table-layout: fixed;
    /* Keeps button width equal */
}

.btn-group {
    padding-bottom: 1rem;
    /* or 16px */
    white-space: nowrap;
}

.btn-group-custom {
    display: inline-block; /* internal content */
    padding-bottom: 1rem;
    /* or 16px */
    white-space: nowrap;
}

.btn-group .btn {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    margin-right: 5px;
}

/* Equal width for both buttons */
.sco-btn-sign,
.sco-btn-member {
  display: inline-block !important;
  width: 49%;               /* Nearly half, with room for margin */
  padding: 20px 80px;       /* Increased padding for larger button feel */
  font-size: 28px;
  border: none;
  cursor: pointer;
  border-radius: 40px;
  text-align: center;
}

/* Remove margin between buttons if needed */
.btn-group .btn {
  margin-right: 2%;
}

/* Optional: prevent wrapping on mobile */
.btn-group {
  white-space: nowrap;
  overflow-x: auto;
}

.sco-btn-sign {
    background-color: #37bfa9 !important;
    color: white;
    margin-right: 0;
}

.sco-btn-member {
    background-color: #001e62 !important;
    color: white;
    margin-left: 0;
}

.sco-btn-sign:hover {
    background-color: #2aa18f !important; /* Slightly darker teal */
    color: #ffffff !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

.sco-btn-member:hover {
    background-color: #00164a !important; /* Slightly darker navy */
    color: #ffffff !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
    transition: all 0.3s ease;
}
/* /new home page buttons */

/* = 32 Banners
/************************************************/
.banner-text {
    color: white;
    font-size: 32px;
    margin-top: -17%;
}

.banner-content {
    text-align: center;
}

.content-block {
    width: 100%;
    background-color: #769fbd;
}

.content-block-white {
    width: 100%;
    background-color: #FFFFFF;
}

.content-block .btn, .content-block-white .btn {
    font-size: 24px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    margin: 12px 0 12px 0;
	text-align: center;
}

.btn-custom {
    font-size: 24px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    margin: 12px 0 12px 0;
	text-align: center;
  vertical-align: middle;
  display: inline-block;
  white-space: nowrap;
}


.block-content {
    margin: auto;
    width: 100%;
    display: flex;
    padding: 10px;
}

.content-block .text-content {
    width: 95%;
    margin-left: 2.5%;
    color: white;
    font-size: 24px;
}

/* front page checkmarks */
.sco-custom-width {
    margin: 0 auto;
    max-width: 860px;
}

.checkmark {
    display: inline-block;
    transform: rotate(45deg);
    height: 25px;
    width: 12px;
    border-bottom: 7px solid #001e62;
    border-right: 7px solid #001e62;
    margin-top: 4%;
}

@supports (-ms-ime-align: auto) {
    /* Edge-specific styles here */
.checkmark {
    display: inline-block;
    transform: rotate(45deg);
    height: 25px;
    width: 12px;
    border-bottom: 7px solid #001e62;
    border-right: 7px solid #001e62;
    margin-top: 4%;
    margin-right: 12%;
  }
	
.format {
  font-size: 1.8em;
  line-height: 1.6;
  margin-bottom: 8px;
  margin-left: 18px;
  text-align: left;
  white-space: nowrap; /* prevents wrapping if needed */
  }
}

.main-content {
    width: 95%;
    margin-left: 2.5%;
}

.checkmarks {
    display: flex;
}

.checkmarks-left {
    width: 90%;
}

.checkmarks-right {
    /* margin-left: 25%; - now using bs */
    width: 90%;
}

.format {
    display: flex;
}


/* = 33 Pages */
/************************************************/
/* Homepage Icons top */

/* Container for each image + text pair */

.sco-icon-block {
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 0 10px !important;
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
}

.sco-icon-pair {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  margin-bottom: 2em;
}

.sco-icon-img {
  max-width: none !important;
  height: auto !important;
  margin-right: 8px !important;
  display: inline-block !important;
}

.sco-icon-text {
  display: inline-block !important;
  white-space: nowrap !important;
  font-size: 16px !important;
}

span.sco-icon-label {
    font-size: 24px;
}

/* Spacing between blocks */
.sco-icon-block {
  margin-bottom: 30px;
}

/* Horizontal layout using table */
.sco-icon-row, .sco-icon-pair {
  display: table;
  width: 100%;
}

/* Image cell */
.sco-icon-img {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  /*padding-right: 16px;*/
}

.sco-icon-img-50 {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
  /*padding-right: 16px;*/
}

/* Text cell */
.sco-icon-text {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  color: #001E62 !important;
}

/* next row */

.sco-inverse-heading-1 {
  background-color: #769FBD !important;
  color: #FFFFFF !important;
  padding: 20px !important;
  border-radius: 6px !important;
  font-weight: bold !important;
  text-align: center !important;
  margin: 20px auto !important;
  display: inline-block !important;
  width: 100% !important;
}

/* Podcast page - button */

.btn-podcast {
    background-color: #759fbc;
    color: #fff;
    font-size: 24px;
    width: 100%;
}

.btn-podcast:hover {
    background-color: #142e60;
    color: #fff;
    font-size: 24px;
}

/* Driving-for-work event page */
.child {
    background: #37BfA9;
    border: 2px solid #37BfA9;
    border-radius: 10px;
    color: #FFF;
}

button.btn-fittodrive {
    background-color: #001e62;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    flex-grow: 1;
    font-size: 16px;
    margin-bottom: 10%;
    width: 50%;
    padding: 5px;
    line-height: 16px;
}

.nopadding {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nopad-left {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.nopad-right {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.child h4 {
    color: #FFF;
}

.rounded {
    border-radius: 6px;
}

.sc-banner-advert {
    border-radius: 5px;
    max-width: 380px;
    padding: 6px;
    float: right;
}

.test-box-inner h4 {
    color: #001E62
}

/* acc panel - fit to drive */
.endblock {
    display: block;
    height: 2px;
    border-bottom: 1px solid #769FBD !important;
}

/* = Misc / Unsorted - custom styles - 
/* driving-for-work event - speakers accordion */
/************************************************/

p.caption {
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
}

/* end - custom styles - speakers accordion */
/* begin - members menu test */

.scom-container {
    max-width: 1200px;
    margin: 50px auto;
    /* Adds space above the menu bar */
    padding: 0 15px;
    /* Adds padding within the container */
}

/* Menu Bar Styling */
.scom-menu-bar {
    background-color: #001F62;
    padding: 10px 0;
    border-radius: 5px;
}

.scom-menu-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    /* Makes top-level menu horizontal */
    justify-content: center;
    /* Centers the menu items */
}

.scom-menu-bar > ul > li {
    position: relative;
    /* Allows dropdown items to be positioned */
    margin: 0 10px;
}

.scom-menu-bar a {
    text-decoration: none;
    font-weight: bold;
    color: white;
    padding: 10px 20px;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.scom-menu-bar a:hover {
    background-color: #555;
}

/* Dropdown Styling */
.scom-dropdown-menu {
    display: none !important;
    /* Force dropdown menu to hide by default */
    position: absolute;
    top: 100%;
    /* Position below parent */
    left: 0;
    background-color: #fff;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    border: 1px solid #ddd;
    z-index: 1000;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Adds subtle shadow */
}

.scom-dropdown-menu li {
    margin: 0;
}

.scom-dropdown-menu a {
    color: #333;
    padding: 10px 20px;
    display: block;
    white-space: nowrap;
    /* Prevents text from wrapping */
}

.scom-dropdown-menu a:hover {
    background-color: #f4f4f4;
}

/* Show dropdown on hover */
.scom-menu-bar li:hover > .scom-dropdown-menu {
    display: block !important;
    /* Force dropdown menu to show on hover */
}

/* Members Sign up form */
.form.marketingForm {
    display: block;
    margin-bottom: 100px !important;
    padding-bottom: 50px;
}

/* Members Area - Scottish Government Resources */
.sco-section {
    margin-bottom: 40px;
}

.sco-link {
    display: block;
    margin: 8px 0;
    color: #0077cc;
    font-weight: bold;
    text-decoration: none;
}

.sco-link:hover {
    text-decoration: underline;
    color: #004080;
}

/* Members Area - Electric Vehicles */
.sco-feature-list {
    list-style: none;
    padding-left: 0;
}

.sco-feature-list li {
    margin-bottom: 0.5em;
}

.sco-feature-list li span {
    font-weight: bold;
    margin-right: 0.5em;
}
