<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.webp .mh {background-image: linear-gradient(to bottom right,#000000cc,#00000042), url("/uploaded/Image/mastheads/sm/Building500.webp");}
.no-webp .mh {background-image: linear-gradient(to bottom right,#000000cc,#00000042), url("/uploaded/Image/mastheads/sm/Building500.jpg");}

@media (max-width: 450px) {
.webp .mh {background-image: linear-gradient(to bottom right,#000000cc,#00000042), url("/uploaded/Image/mastheads/mobile/450_Building500.webp");}
.no-webp .mh {background-image: linear-gradient(to bottom right,#000000cc,#00000042), url("/uploaded/Image/mastheads/mobile/450_Building500.jpg");}
}

.brand-topic {
    padding: 20px;
    background: #1d4f91;
color: #fff;
font-size: 18px;
font-weight: 700;
margin-bottom:10px;
}

.brand-body {
    PADDING: 10px;
}

#regWhite svg.svg-inline--fa.fa-ssm-logo {
    color: #1d4f91;
    height: 3em;
width: 25em!important;
}

.leadership img {
    max-width: 125px;
}


div#regGrey {
    background: #1d4f91;
}

.ssmBrand {
    color: #1d4f91;
    font-size: 1.5em;
}

h3.section-title-brands {
    font-size: 1.2em;
}

.card-span.across-three.clean {
    background: transparent;
    color: #909090;
}
  


#regBlue .card-subtitle {
    font-size: 1.3em;
    font-weight: 400;
    color: #ffffff!important;

    border-style: none;
    border-width: 0 0 1px 0;
    padding-bottom: 10px;
    width: 100%;
}

#regBlue .card-body{
color:white;
}

#regWhite .accordion__item {
    border-top: 1px solid #1d4f91;
}

 .slidercontainer {
    padding-top: 47.75%;
}

.slidercontainer img {
    height: auto;
}

/*---------------------- TAB STRUCTURE START---------------------------------------*/

 

/*----------------- TAB TITLE START ------------------*/
#regWhite h3.tab-title {
    margin: 0px;
    border-width: 0 0 4px 0;
    border-color: #1d4f91;
    border-radius: 0;
}
/*----------------- TAB TITLE END ------------------*/

 


.tabs-main-content { margin: 10px;}

 

#regWhite #TABCON {border-style: none;}
#regWhite #TABCON .card-col-container {border-style: none; margin-bottom: 0px;}

 

#regWhite .tabs-nav-wrap ul {display: flex; list-style: none; margin:0px;}
#regWhite li.tab-nav-link {
    width: -webkit-fill-available;
    width: -moz-available;
    background-image: url(/uploaded/image/Cards/CardTitleBlank.png);
    background-position: right;
    background-size: contain;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    list-style: none;
    background-color: #565656;
    font-size: 1.1em;
    cursor: pointer;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border:1px solid #4a4a4a;
    background-repeat: no-repeat;
}

 

#regWhite .tabs-nav .tab-nav-link.current,
#regWhite .tabs-nav .tab-nav-link:hover {
  background-color: #1d4f91;
}

 

/*---------------------- TAB STRUCTURE END---------------------------------------*/

 

.ButtonBottom {width:98%;}

 

.Buttons-1R {
    color: #fff!important;
    text-align: center;
    background-color: #d6291c;
    width: 100%;
    display: inline-block;
    border: 0px solid #FFF;
    padding: 1% 1%;
    font-weight: 300!important;
    font-size: 1.2em;
    border-radius: 5px 5px 5px 5px;
}

 

.Buttons-1R:hover {
    font-weight: 400!important;
}

 

@media (max-width: 1020px) {
.ButtonBottom { width: 98%; margin-top: -5%;}
#regWhite .col-panel-span-three {grid-column: span 12;}
}

 @media (max-width: 1200px){
  .slidercontainer {
    padding-top: 64.25%;
}

.slidercontainer img {
    height: 100%;
}
}

@media screen and (max-width: 800px) {
#regWhite .tabs-nav-wrap ul {display: block;}
#regWhite .tabs-nav-wrap li {padding: 5px;}
#regWhite .col-panel-span-three {grid-column: span 12;}
}




@media (max-width: 600px) {
.ButtonBottom { width: 98%; margin-top: -5%;}
}



@media (max-width: 500px) {
.ButtonBottom { width: 98%; margin-top: -5%;}
}

 

@media (max-width: 400px) {
.ButtonBottom { width: 98%; margin-top: -5%;}
}
/* ===================  timeline start ===================*/
.timeline-wrapper {
    display: block;
    width: 100%;
    height: 15rem;
    position: relative;
    color: #565656;
    text-align: center;
    margin: 0 auto;
overflow-y: hidden;
}

.timeline-wrapper .timeline-line {
    display: block;
    width: 98%;
height: 2px;
    background: #1d4f91;
    position: absolute;
    top: 50%;
    box-shadow: 0 0 1px black;
    left: 3%;
    margin-left: 2.5px;
}

  .timeline-content-day {
    height: 100%;
display: inline-flex;
    flex-direction: row;
    
    justify-content: center;
  }

.timeline-wrapper .timeline-content-item {
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    width: 80PX;
 
    position: relative;
    height: 100%;
    margin-right: -5px;
    z-index: 1;
}

.timeline-wrapper .timeline-content-item &gt; span {
    height: 2rem;
    display: block;
    font-weight: bold;
    position: absolute;
    top: 50%;
    margin-top: -.25em;
    width: 100%;
    cursor: pointer;
}


.timeline-wrapper .timeline-content-item &gt; span:before {
    content: " ";
    display: block;
    width: .75em;
    height: .75em;
    background: white;
    margin: 0 auto .5em auto;
    border-radius: 50%;
    box-shadow: 0 0 1px black;
}

.timeline-wrapper .timeline-content-item .timeline-content-item-reveal a span:after {

    margin-left: .3em;
}





.timeline-content-item-reveal {
      display: none;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -50%;
      width: 100%;
}

.timeline-content-item.active {
      width: 100PX;}
    .timeline-content-item.active .timeline-content-item-reveal {
        display: block!important;
      }

.timeline-content-item-reveal a {
        display: block;
        width: 100%;
        height: 100%;
}



.timeline-wrapper .timeline-content-item .timeline-content-item-reveal a img {
  
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-height: 90%;
    max-width: 90%;

}

.timeline-content-item-reveal span {
          position: absolute;
          width: 250%;
          margin-left: -75%;
          bottom: -2.5rem;
font-style: italic;
          left: 0;
          text-decoration: none;
          white-space: nowrap;
          color: white;
          text-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 0 1px black;
          color: black;
          font-size: 0.8em;
          }

  .timeline-content-item-reveal span:after {

            margin-left: .3em;
}

/* ===================  Timeline ===================*/


/* ===================  Main column start ===================*/

.main-col-container {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 15px;
margin-bottom: 20px;
}



/* ===================  Six column end===================*/

/*----------------------------------------------------------------------------
cards
-----------------------------------------------------------------------------*/

.far  { margin-right: 10px;}
.fas { margin-right: 10px;}
.fa { margin-right: 10px;}

.col-panel-header{ 
display: flex;
justify-content: center;
align-items: center;

flex-wrap: nowrap;
}

.headerLeft{

flex-grow: 1;
order: -1;
    min-width: 17%;
    width: 40%;

}

.headerMiddle{
flex-grow: 1;
order: 2;
inline-size: 18%;
padding-right: 10px;
}

.headerRight {
flex-grow: 1;
color:#909090;
font-size: 1.1em;
order: 1;
text-align: left;
padding-left: 13px;
}

.web-date{
font-size: 1.3em;
font-weight: 400;
color: #1d4f91;
border-color: #1d4f91;
border-style: solid;
border-width: 0px 0px 1px 0px;
padding-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
text-align: left;
}

.headerLeft-recorded{
background-color:#660000;
flex-grow: 1;
}
/* ===================  shadow column container generic start ===================*/

.col-panel, .col-panel-span-two, .col-panel-span-three, .col-panel-span-four, .col-panel-span-five, .col-panel-span-six  {
    border-style: solid;
    border-width: 1px;
    border-radius: 10px 10px 10px 10px;
    border-color: #c3c3c3;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 11px 18px -10px #909090;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    text-align: center;
}
.col-panel-span-two{
grid-column: span 2;
}
.col-panel-span-three{
grid-column: span 3;
   background: none;
    border: none;
    box-shadow: none;
}
.col-panel-span-four{
grid-column: span 4;
}
.col-panel .span-five{
grid-column: span 5;
}
.col-panel-span-six{
grid-column: span 6;
}

.row-panel-span-two{
grid-row:span 2;
}

.col-panel-body {
    padding: 0px;
text-align: left;
  flex-grow: unset;
margin: auto;
width:100%;
}

#regBodyContent .col-panel-body h3 {
    font-size: 1.2em;
    line-height: 1.0em;
}

.col-panel-button {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #ccc;
    min-height: 35px;
    line-height: 35px;
    position: relative;
}

.col-panel-button-free {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #ccc;
    min-height: 35px;
    line-height: 35px;
    position: relative;
}

.col-panel-button-locked {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #ccc;
    min-height: 35px;
    line-height: 35px;
    position: relative;
}

.col-panel-button-full {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #000;
    min-height: 35px;
    line-height: 35px;
    position: relative;
background-color: #1d4f91;
color: white;
}

.col-panel-button-complete {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #000;
    min-height: 35px;
    line-height: 35px;
    position: relative;
background-color: #1d4f91;
color: white;
}

.col-panel-button-recorded{
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #000;
    min-height: 35px;
    line-height: 35px;
    position: relative;
background-color: #660000;
color: white;
}


.col-panel-video{
margin-top: 15px;

}

#regBlue .col-panel-button a:hover {
    color: white;
    background: #565656;
}

#regBlue .col-panel-button-free a:hover {
    color: white;
    background: #1d4f91;
}

#regBlue .col-panel-button-locked a:hover {
    color: white;
    background: #bc2e0e;
}

#regBlue .col-panel-button a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    border-bottom: solid;
}

#regBlue .col-panel-button-free a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
}

#regBlue .col-panel-button-locked a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
}

.web-title-example {
    font-size: 1.0em;
    font-weight: 100;
    border-color: #cbcbcb;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    margin-top: 10px;
    padding-left: 15px;
    background-image: url(https://images.solidsolutions.co.uk/uploaded/image/Cards/CardTitleBlank.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}


/* ===================  column container generic start ===================*/


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


    .main-col-container {
        grid-template-columns: repeat(4,auto);
    }



}

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

    .main-col-container {
        grid-template-columns: repeat(2,auto);
    }
}


/* ===================  2020 END =================== */

#OTHER .card-headingTitle {
    font-size: 1.23em; }

}


#regWhite .img {
width: 125px;
}


@media (max-width: 1000px) {
div #slideimgOver {grid-column: span 12;}
}
</pre></body></html>