<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.card-body-shoppingbag {
width:45%;
padding: 5px;
}

#EXP header {
background-color: #1f315d;
}

#regBodyContent #EXP .card-button a:hover {
    color: white;
    background: #1f315d;
}


#PDM header {
background-color: #f1ba13;
}

#regBodyContent #PDM .card-button a:hover {
    color: white;
    background: #f1ba13;
}

#QUOTE  header {
background-color: #DA291C;
}

#regBodyContent #QUOTE  .card-button a:hover {
    color: white;
    background: #DA291C;
}

#regBodyContent #STD .card-button a:hover {
    color: white;
    background: #DA291C;
}

#regBodyContent a {
    color: #565455;
}

#regBodyContent a:hover {
    color: #fff;
}

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

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

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

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


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

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

.home-page-header{
    margin-left: -8px;
    text-align: center;
    margin-top: 20px;
}

#regWhite h1 {
    line-height: 40px;
    color: #DA291C;
    font-weight: 700;
    display: block;
    font-size: 2.5em;
}

#regWhite h2 {
padding-right: 0px !important;
    font-size: 22px !important;
    color: #565656 !important;
    letter-spacing: 11px !important;
    text-align: center;
    margin-bottom: 1%;
}

.bs-container {
background: none;
}

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

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

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

.card-panel-header{ 
display: flex;
justify-content: center;
align-items: center;
background-color: #dfdfdf;
flex-wrap: nowrap;
}

.headerMiddle{
flex-grow: 1;
order: 2;
inline-size: 18%;
margin-bottom: -1%;
}

.card-title {
    text-align:center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 11px 3%;
    width: 94.1%;
    font-size: 1.2em;
    font-family: 'Ubuntu';
    font-weight: 300;
}

.card-body {
    text-align:center !important;
    margin-top: 0;
    margin-bottom: 0;
    padding: 11px 3%;
    width: 94.1%;
    font-size: 1em;
    font-family: 'Ubuntu';
    font-weight: 300;
}

.card-body-image {
margin-left:9%;
text-align: center;
padding: 11px 3%;
}

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

.card-panel, .card-panel-span-two, .card-panel-span-three, .card-panel-span-four, .card-panel-span-five, .card-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;
}
.card-panel-span-two{
grid-column: span 2;
}
.card-panel-span-three{
grid-column: span 3;
}
.card-panel-span-four{
grid-column: span 4;
}
.card-panel .span-five{
grid-column: span 5;
}
.card-panel-span-six{
grid-column: span 6;
}

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

.card-panel-body {
flex-grow: 2;
    padding: 0px;
    text-align: left;
    margin-top: -1%;
}

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

#regBodyContent .card-panel-button-nhs a:hover {
    color: white;
    background: #0a5252;
}

#regBodyContent .card-panel-button-nhs 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 */
}

#regBodyContent .card-panel-button-quote a:hover {
    color: white;
    background: #ba1b0f;
}

#regBodyContent .card-panel-button-quote 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 */
}

#regBodyContent .card-panel-button-trial a:hover {
    color: white;
    background: #757474;
}

#regBodyContent .card-panel-button-trial 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 */
}

/*----------------- MASTHEAD EDITS START -----------------*/
.Titles {
    margin: auto 0;
    padding: 0 25px;
    text-shadow: 0px 2px 6px #000;
}

#MASTHEAD  {height: 420px !important;}
#MASTHEAD .Titles h1 {font-size: 6.0em;}

#MASTHEAD .masthead-container {border-color: black !important;}

.CTA{
    position: relative;
    color: white !important;
    text-align: center;
    padding: 5px 15px;
    border: solid 2px;
    border-radius: 8px;
    border-color: #da291c;
    width: fit-content;
    font-size: 1.8em;
    text-shadow: 0px 0px 1px #da291c;
    margin: 0px auto 40px;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 5px 14px -10px #909090;
    transition:transform 1s, background-color 1s, padding 1s;
    -webkit-transform:transform 1s , background-color 1s, padding 1s;
z-index: 2000;
}

.CTA:hover  {
                     transform:scale(1.1);
                     transform-origin: 50% 50%;
                     background-color: rgba(218,41,28,1);
}

#MASTHEAD img {
    max-width: 1920px;
    width: 250%; 
    top: -150px !important;
    min-width: 960px !important;
    opacity: 0.4 !important;
    right: 0;
    margin: auto;
}

/*----------------- MASTHEAD EDITS END -----------------*/


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

/*-----Glyphs for bookshelf ----*/
/*--DC GLYPH --*/
.accordion__item &gt; .accordion-header:after {
  content: "\f0d7";
font-family: "FontAwesome";
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}


.fa-wrench:before{content:"\f0ad";font-family: "FontAwesome";}
.fa-chevron-right:before {content: "\f054"; font-family: "FontAwesome";}
.fa-share:before {content: "\f064"; font-family: "FontAwesome";}

.ti-angle-double-left:before {content: "\f100"; font-family: "FontAwesome";}
.ti-close:before {content: "\f057"; font-family: "FontAwesome";}
.ti-angle-double-right:before {content: "\f101"; font-family: "FontAwesome";}
.ti-control-play:before {content: "\f04b"; font-family: "FontAwesome";}
.ti-menu-alt:before {content: "\f0c9"; font-family: "FontAwesome";}
.ti-layout-grid2:before {content: "\f00a"; font-family: "FontAwesome";}
.ti-zoom-in:before {content: "\f00e"; font-family: "FontAwesome";}
.ti-zoom-out:before {content: "\f010"; font-family: "FontAwesome";}
.ti-volume:before {content: "\f028"; font-family: "FontAwesome";}

.ti-facebook:before {content: "\f082"; font-family: "FontAwesome";}
.ti-google:before  {content: "\f0d4"; font-family: "FontAwesome";}
.ti-twitter-alt:before {content: "\f081"; font-family: "FontAwesome";}
.ti-email:before {content: "\f199"; font-family: "FontAwesome";}



/*---END GLYPH ---*/





@media screen and (max-width: 860px) {
    .card-col-container {
        grid-template-columns: repeat(4,auto);
    }
}

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

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

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

@media (max-width: 1020px) {
.CTA{margin: 0px auto 20px; background-color: rgba(218,41,28,0.55);}
#MASTHEAD {height: 320px !important}
#MASTHEAD img {left:-300px !important}
}

@media (max-width: 700px) {
#MASTHEAD .Titles h2 {padding: 20px; letter-spacing: 5px;}
}

@media (max-width: 600px) {
#MASTHEAD img {top: 0 !important;}
#MASTHEAD .Titles h1 {font-size: 4em;}
}

@media (max-width: 450px) {
#MASTHEAD .Titles {padding: 0;}
#MASTHEAD .Titles h1 {font-size: 3.5em;}
#MASTHEAD {height: 500px !important;}
#MASTHEAD img {min-width: 1500px !important; left: -350px !important} 
}
</pre></body></html>