﻿/* ===================  timeline start ===================*/
.timeline-wrapper {
    display: block;
    width: 100%;
    height: 15rem;
    position: relative;
    color: #1d4f91;
    text-align: center;
    margin: -60px 0 auto;

}

.timeline-wrapper .timeline-line {
    display: block;
    width: 98%;
    height: 2px;
    background: #009fdf;
    position: absolute;
    top: 50%;
    box-shadow: 0 0 1px black;
    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: 100PX;
 
    position: relative;
    height: 100%;
    margin-right: -5px;
    z-index: 1;
}

.timeline-wrapper .timeline-content-item > span {
    height: 2rem;
    display: block;
    font-weight: bold;
    position: absolute;
    top: 50%;
    margin-top: -.25em;
    width: 100%;
    cursor: pointer;
}


.timeline-wrapper .timeline-content-item > span:before {
    content: " ";
    display: block;
    width: .75em;
    height: .75em;
    background: #1d4f91;
    margin: 0 auto .5em auto;
    border-radius: 50%;
    box-shadow: 0 0 1px #1d4f91;
}

.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%;
          top: 7rem;
font-style: italic;
          left: 0;
          text-decoration: none;
          white-space: nowrap;
          color: white;
          color: #262626;
          font-size: 0.8em;
font-weight: bolder;
          }

  .timeline-content-item-reveal span:after {

            margin-left: .3em;
}

/* ===================  Timeline ===================*/

.webp .mh {background-image: linear-gradient(to bottom right,#000000cc,#00000042), url("/Uploaded/Image/mastheads/1920_AboutUs.webp");}
.no-webp .mh {background-image: linear-gradient(to bottom right,#000000cc,#00000042), url("/Uploaded/Image/mastheads/1920_AboutUs.jpg");}

@media (max-width: 450px) {
.webp .mh {background-image: linear-gradient(to bottom right,#000000cc,#00000042), url("/Uploaded/Image/mastheads/450_AboutUs.webp");}
.no-webp .mh {background-image: linear-gradient(to bottom right,#000000cc,#00000042), url("/Uploaded/Image/mastheads/450_AboutUs.jpg");}
}

.brand-topic {
    padding: 20px;
    background: #1d4f91;
color: #fff;
font-size: 18px;
font-weight: 700;
margin-bottom:10px;
}

.brand-body {
    PADDING: 10px;
}
/*============ regWhite Start ============*/

#regWhite .light a, .light a {color: #ff6319; font-weight: bold; text-decoration: none;}
#regWhite .card-body a {color: #ff6319; font-weight: bold; text-decoration: none;}

#WhySSM .card-body {
    display: flex;
    align-items: center;
    margin: -5px 0;
}

#WhySSM img {
    width: 90px;
    padding: 5px 20px 5px 0;
}

#WhySSM {
margin-top: 25px;
}

#WhySSM p {
 flex-basis: 0;
 flex-grow: 1;
}

#regGreen .card-body {
background-color: #eee;
}

#regGreen .card-body a {color: #ff6319; font-weight: bold; text-decoration: none;}



.card-title {
    font-size: 1.3em;
    font-weight: 600;
    color: #1d4f91;
    border-color: #1d4f91;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 10px;
    width: 100%;
}

.history {
    font-size: 1.3em;
    font-weight: 600;
    color: #fff;
    border-color: #fff;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 10px;
    width: 100%;
}

#regWhite .card-col-container {
column-gap: 20px;
}

@media (max-width: 480px) {
#regWhite .card-col-container {
    column-gap: 10px; 
}
}
#regWhite svg.svg-inline--fa.fa-ssm-logo {
    color: #1d4f91;
    height: 3em;
width: 25em!important;
}

#regWhite .inner {overflow: visible;}


/*============ regWhite End ============*/


.leadership img {
    max-width: 125px;
}

div#regPurple {
    background: #262626;
}
div#regGrey {
    background: #1d4f91;
}

#regGrey .card-body {
display: flex;
align-items: center;
}

div#regGreen {
    background: #eee;
}

.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 Start ============*/


#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;
}

/*============ regBlue End ============*/

#regWhite .accordion__item {
    border-top: 1px solid #1d4f91;
}

.slidercontainer {
    padding-top: 125%;
}

.slidercontainer img {
    height: auto;
}


.slideroverlay {
background-color: #009fdfee;
box-shadow: 0px -5px 20px -5px #262626;
}


.slidercontainer:hover .slideroverlay {
height: 65%;
background-color: #262626dd
}

.slidertext {
padding-top: 10px;
}

.card-subtitle.slideroverlaytitle {
font-weight: bold;

}

/*---------------------- 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---------------------------------------*/


.card-button a:hover {
    color: white;
    background: #1d4f91;
}

.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;
}




/* ===================  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; }

}

@media (max-width: 1000px) {
div #slideimgOver {grid-column: span 12;}
}

#cookiescript_badge {
left: 135px !important;
}
  @media (max-width: 1200px){
  .slidercontainer {
    padding-top: 125%;
}

@media (max-width: 1020px) {
.ButtonBottom { width: 98%; margin-top: -5%;}
#regWhite .col-panel-span-three {grid-column: span 12;}
.slidercontainer:hover .slideroverlay {
height: 95%;
}
}

 @media (max-width: 1350px){
.slidercontainer:hover .slideroverlay {
height: 70%;}
.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: 800px) {
.slidercontainer:hover .slideroverlay {
height: 75%;
}
}

@media (max-width: 600px) {
.ButtonBottom { width: 98%; margin-top: -5%;}
.slidercontainer:hover .slideroverlay {
height: 65%;
}
}



@media (max-width: 500px) {
.ButtonBottom { width: 98%; margin-top: -5%;}
.slidercontainer:hover .slideroverlay {
height: 90%;
}
}

 

@media (max-width: 400px) {
.ButtonBottom { width: 98%; margin-top: -5%;}
.slidercontainer:hover .slideroverlay {
height: 95%;
}
}

