﻿body a
{
    color: #002ab0;
}

.site-header {
    width: 100%;
    height: 176px;
}

.site-header-top {
    height: 54px;
    background-color: #A82C97;
}

    .site-header-top .links-container {
        display: flex;
        justify-content: end;
        padding: 15px 20px;
        color: #fff;
    }

.links-container a.btn {
    border: 2px solid transparent;
    display: inline-block;
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease !important;
    transition: all 0.35s ease !important;
    background-color: #ffffff;
    color: #A82C97;
    text-decoration: none;
}

    .links-container a.btn:after {
        content: "\f05a";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-left: 6px;
    }

    .links-container a.btn.white:hover {
        background-color: #e8e8e8;
        color: #A82C97;
    }

.links-container .blog-number {
    display: flex;
    align-items: center;
    margin-right: 10px;
    text-transform: uppercase;
}

    .links-container .blog-number a {
        color: #fff;
        text-decoration: none;
    }

    .links-container .blog-number a:hover {
        text-decoration: underline;
    }

.site-header-bottom {
    height: 122px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-header-bottom .logo-container {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 20px;
}

.site-header-bottom .logo-container img {
    max-height: 68px;
}

.site-footer {
    width: 100%;
    color: #fff;
    font-family: Arial, sans-serif;
}

.site-footer-main {
    background-color: #000;
    padding: 40px 20px;
    min-height: 150px;
}

.site-footer-bottom a {
    color: #ffffff;
    text-decoration: none;
}

.site-footer-bottom {
    background-color: #A82C97;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    padding: 20px 0;
}

    .site-footer-bottom .footer-container {
        max-width: 1200px; /* match header/footer */
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .site-footer-bottom .footer-left {
        text-align: left;
    }

    .site-footer-bottom .footer-right {
        text-align: right;
    }

        .site-footer-bottom .footer-right ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .site-footer-bottom .footer-right ul li {
                display: inline-block;
                margin-left: 10px;
                font-size: 20px;
            }


.site-footer-main > .singles-container {
    display: flex;
    align-items: center; 
    justify-content: center;
    flex-wrap: nowrap; 
}

.footer-columns {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    display: flex;
    align-items: center;
}

.footer-col {
    float: left;
}


    .footer-col-left .company-information .company-contact p {
        margin-top: 10px;
    }

    .footer-col-left .company-information .company-contact a {
        color: #FFF;
        text-decoration: none;
    }

    .footer-col-left .company-information .company-contact a:hover {
        text-decoration: underline;
    }

.footer-col-left .company-information .logo {
    max-height: 60px;
    margin-bottom: 20px;
}

.footer-col-left {
    width: 60%;
    padding: 24px 0;
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    flex-wrap: nowrap;
}

.footer-col-right-container {
    width: 40%;
    display: flex;
    justify-content: flex-end;
}

.footer-col-right {
    padding: 24px 0;
    text-align: left;
}

.footer-columns::after {
    content: "";
    display: block;
    clear: both;
}

.footer-links-title {
    font-weight: 700;
    margin: 0 0 8px;
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

    .footer-links li {
        margin: 8px 0;
    }

    .footer-links a {
        color: #fff;
        text-decoration: none;
    }

        .footer-links a:hover {
            text-decoration: underline;
        }


.block-single {
    display: inline-block;
    position: relative;
    margin-right: 56px;
    vertical-align: top;
    width: 100px;
    height: auto;
}

    .block-single > a {
        display: block;
        position: relative;
    }

    .block-single img {
        display: block;
        width: 100%;
        height: auto;
    }

    .block-single .hover {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 12px;
        color: #fff;
        font-weight: 600;
        line-height: 1.25;
        opacity: 0;
        pointer-events: none;
        transition: opacity .18s ease-in-out;
        background: rgba(0,0,0,.45);
        text-shadow: 0 1px 2px rgba(0,0,0,.8);
        font-size: 10px;
    }

    .block-single:hover .hover {
        opacity: 1;
    }

    .block-single:hover img {
        filter: brightness(.75);
    }

.site-footer-main > div .block-single:last-child {
    margin-right: 0;
}


/* === Sizing for the split header === */
.header-top {
  background:#a12e92;
  text-align:right;
  height:54px;              /* top purple band */
}

.header-bottom {
  height:122px;             /* white area under the band */
  width:100%;
  background:#fff;
}

/* center inner content; keep fixed site width */
.header-container {
  width:1200px;             /* fixed old-site width */
  margin:0 auto;
  height:100%;
}

/* --- white area layout (floats, not responsive) --- */
.header-masthead {          /* logo column */
  float:left;
  width:252px;
  /* center a 40px-high logo inside 122px tall area = (122-40)/2 = 41 */
  padding-top:41px;
}

.header-logo {
  width:252px;
  height:40px;
  background-image:url(/images/strainsert_logo.png);
  background-size:100% auto;
  background-repeat:no-repeat;
  background-position:top center;
}
.header-logo a { display:block; width:100%; height:100%; }

.header-nav {               /* menu column */
  float:right;
  width:948px;              /* 1200 - 252 */
}

/* clear the floats */
.header-bottom::after { content:""; display:block; clear:both; }

/* menu visuals */
.header-menu { list-style:none; margin:0; padding:0; text-align:right; }
.header-menu li {
  display:inline-block;
  position:relative;
  padding:0 18px;
  height:122px;             /* match white area */
  line-height:122px;        /* vertical centering for text */
}
.header-menu li:hover { background:#a12e92; }
.header-menu li a {
  font-family:'Open Sans',Arial,sans-serif;
  color:#536473;
  font-weight:300;
  font-size:21px;
  text-decoration:none;
}
.header-menu li:hover a { color:#fff; }

/* top band links (unchanged except band height/line-height) */
.header-top a {
  color:#fff;
  font-size:14px;
  text-transform:uppercase;
  text-decoration:none;
  font-family:'Open Sans',Arial,sans-serif;
  line-height:54px;         /* equal to .header-top height */
  padding:0 24px;
}


.footer {
    width: 100%;
    border-top: 48px solid #a12e92;
    padding: 50px 0 100px;
    font-family: 'Open Sans',Arial,sans-serif;
    color: #617683;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    text-align:center;
}

.footer h4 {
    font-size:18px;
    margin:.7em 0;
    line-height:1.2;
}

.footer a {
    text-decoration: none;
    color: #617683;
}

.footer-address {
    margin: 35px 0 0;
    font-size: 16px;
    line-height: 1.5;
}

.footer-divider {
    margin:0 auto 10px auto;
    display:block;
    height:15px;
    max-width:725px;
    background:url(/images/divider_footer.png);
    clear:both;
}

.footer-copyright {
    font-size: 14px;
    line-height: 1.5;
}

#container, .wrapper
{
    margin: 0 auto;
    width: 961px;
}

@font-face {
    font-family: 'Euro';
    src: url('/fonts/euc____-webfont.eot?') format('eot'),
         url('/fonts/euc____-webfont.woff') format('woff'),
         url('/fonts/euc____-webfont.ttf') format('truetype'),
         url('/fonts/euc____-webfont.svg#Euro') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helv';
    src: url('/fonts/hlbc___-webfont.eot?') format('eot'),
         url('/fonts/hlbc___-webfont.woff') format('woff'),
         url('/fonts/hlbc___-webfont.ttf') format('truetype'),
         url('/fonts/hlbc___-webfont.svg#Helv') format('svg');
    font-weight: normal;
    font-style: normal;
}

.param
{
	padding-right: 10px;
}
.label
{
	font:bold 14px Arial,Helvetica,sans-serif;
}
