<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");}
}

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

.ssmBrand {
    color: #1d4f91;
    text-align: center;
    font-size: 1.6em;
}

#regGrey h3 {
    font-size: 1.6em;
    text-align: center;
}

.brand-topic-title {
    font-size: 1.3em;
    text-transform: uppercase;
    color: #1d4f91;
}

.brand-topic {
    padding: 6px 2px 12px 2px;
    text-align: center;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #ccc;
}

/* ===================  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: inline-flex;
justify-content: center;
align-items: center;

flex-wrap: nowrap;
}

.headerLeft{

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

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

.headerRight {
flex-grow: 1;
color:#fff;
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 ===================*/
/* ===================  2020 END =================== */

/* ===================  gallery =================== */
.rowgall {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;

}

/* Create three equal columns that sits next to each other */
.galleryColumn {
  -ms-flex: 33%; /* IE10 */
  flex: 20%;
padding-bottom: 10px;

  padding: 0 5px;
}

.galleryColumn img {
  margin-top: 10px;
  vertical-align: middle;
  width: 100%;
  border-radius: 4px;
 cursor: pointer;
}

.galleryColumn img:hover {
    filter: brightness(1.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.3s;
}

.galleryColumn.Main {
    padding-top: 10px;
}

@media screen and (max-width: 1000px) {
.galleryColumn.Main {
    max-width: max-content;
}
}

/* Responsive layout - makes a two column-layout instead of three columns */
@media screen and (max-width: 1000px) {
  .galleryColumn {
    -ms-flex: 50%;
    flex: 55%;
    max-width: 48.5%;
  }
}



/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .galleryColumn {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 10;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0,0.85);
  z-index: 4000;
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

.close {
  color: white;
  position: absolute;
  top: 5%;
    right: 3%;
    font-size: 70px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

.prevgall,
.nextgall {
cursor: pointer;
    position: absolute;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: auto;
    padding: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: -40px;
    font-size: 20px;
    transition: 0.6s ease;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(0, 0, 0, 0.25);
border-radius: 0 4px 4px 0;
}

.nextgall {
  right: 0;
  border-radius: 4px 0 0 4px;
}

/* On hover, add a black background color with a little bit see-through */
.prevgall:hover,
.nextgall:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.fullImg { width: 100%; 
padding-bottom: 56.25%; 
background-size: contain;
background-repeat: no-repeat;
    background-position: center;
}

#regGrey .Inner {
    padding-bottom: 20px!important;
}

.iconLeft:before {
font-family: "Font Awesome 5 Duotone";
font-weight: 900;
content: "\f02c";
display: none;
}

#divfix {display:none;}


@media only screen and (max-height: 450px) {
.modal {padding-top: 30px;}
.modal-content { width: 75%;}
}


/* ===================  gallery =================== */




.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: 1024px) {
.ButtonBottom { width: 98%; margin-top: -5%;}
}

@media screen and (max-width: 860px) {
main-col-container {grid-template-columns: repeat(4,auto);}
.col-panel-span-three {grid-column: span 6;}
}

 @media screen and (max-width: 800px) {
#regWhite .tabs-nav-wrap ul {display: block;}
#regWhite .tabs-nav-wrap li {padding: 5px;}
}

@media (max-width: 700px) {
.col-panel-span-three {grid-column: span 6;}
}

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

@media (max-width: 500px) {
.ButtonBottom { width: 98%; margin-top: -5%;}
.main-col-container {grid-template-columns: repeat(2,auto);}
}

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

#regBlue { display: none; }
</pre></body></html>