@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* #84abd0 */

/* #afc5d3 */

/* #6988a6 */

/* 386e93 color used as primary */

/* #c1d5e7  very light*/

/* footer dark 2c5875 */

/*  — PHONE PORTRAIT — */

/*@media screen and (orientation: portrait) and (max-width: 767px){ html {border-top:2rem solid blue;} }*/

/* — PHONE LANDSCAPE —  */

/*@media screen and (orientation: landscape) and (max-width: 767px){  html {border-top:2rem solid violet;} }*/

/* — SMALL — */

/*@media screen and (min-width: 768px) and (max-width: 989px){ html  {border-top:2rem solid lightblue;} }*/

/* —  MEDIUM — */

/*@media screen and (min-width: 990px) and (max-width:1199px){ html {border-top:2rem solid orange;} }*/

/* —  LARGE — */

/*@media screen and (min-width:1200px){ html {border-top:2rem solid red;} }*/

/* X-Small devices (portrait phones, less than 576px) */

/* No media query for `xs` since this is the default in Bootstrap */

/*html {     border-top: 2rem solid yellowgreen; } */
/* Small devices (landscape phones, 576px and up) */

/*@media (min-width: 576px) {     html {     border-top: 2rem solid blue; } }*/

/* Medium devices (tablets, 768px and up) */

/*@media (min-width: 768px) {     html { border-top: 2rem solid violet;} }*/

/*Large devices (desktops, 992px and up) */

/*@media (min-width: 992px) {     html { border-top: 2rem solid orange; } }*/

/* X-Large devices (large desktops, 1200px and up) */

/*@media (min-width: 1200px) {     html { border-top: 2rem solid red; } }*/

/* XX-Large devices (larger desktops, 1400px and up) */

/*@media (min-width: 1400px) {     html { border-top: 2rem solid pink; } }*/
/*HOME PAGE BLOG FEED*/

.logo-feed  {max-width: 420px!important;}

.blog-feed { margin-left: 29px!important;

background-image: url(../img/blogheader.png);
background-position: top;
background-repeat: no-repeat;
background-size: contain;
}
/*  — SMALL — */
 @media screen and (min-width: 768px) and (max-width: 992px) {
.blog-feed {margin-left: 0;}
.logo-feed  {max-width: 100%}

}
/* —  MEDIUM — */
@media screen and (min-width: 992px) and (max-width:1200px) { 
.blog-feed {margin-left: 0;}
.logo-feed  {max-width: 100%}

}
.blog-feed li {
    margin-bottom:16px;
}

.blog-feed li.bf a {
    line-height: 1 ;
    margin-bottom:16px;
        text-decoration: none;
    color: #000;
    font-weight: 600!important;
}

.blog-feed li.bf  a:hover {
    text-decoration: underline;
    color: default;
}


/* .small_content img { display:none; } */



input.error { border: 1px solid red; }
span.error {
    background: url('../images/unchecked.gif') no-repeat;
    background-position: left center;
    padding-left: 16px;
    margin-left: .3em;
    top: .5em;
    font-family: "Raleway";
    font-weight: 400;
    font-size: .7rem;
    line-height: 150%;}
span.valid {
    background: url('../images/checked.gif') no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    font-family: "Raleway";
    font-weight: 400;
    font-size: .7rem;
    line-height: 150%;}




.shad  {text-shadow: 1px 1px rgba(0,0,0, .4);}

.sitemap {
    background-color:  #2c5875;
}

.sitemap a {
    color:  #fff!important;
}


/* No media query for `xs` since this is the default in Bootstrap */

#header .home {
    width: 280px;
    height: 120px;
    background-image: url("../img/silvonlogo.svg");
    background-repeat: no-repeat;
    background-position: top 34px left 0;
    background-size: 230px;
    margin-bottom: 0;
    margin-top: 0;

}

#header {
    border-bottom: 3px solid #386e93;
    background-color: #fff;
     margin-bottom: 0;
    height: 130px;
}

h1.homeh1 {
    font-family: "Raleway";
    font-weight: 800;
    font-size: 1.8rem!important;
    line-height: 1.3!important;
    margin-top: 20px!important;
    padding: 0!important;
}

.topbanner {
     margin-top: 0;
    max-height: 700px;
    padding: 0 33% 0 0;
    background-image: url('../img/banner-rework.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 0 left -650px;
    /*background-position: top left;*/
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    #header {
        border-bottom: 3px solid #386e93;
        background-color: #fff;
         margin-bottom: 0;
        /*height: 138px;*/
    }
    #header .home {
        width: 280px;
        height: 121px;
        background-image: url("../img/silvonlogo.svg");
        background-repeat: no-repeat;
        background-position: top 34px left 0;
        background-size: 230px;
        margin-bottom: 0;
        margin-top: 0;
    }
    .topbanner {
         max-height: 700px;
        padding: 0 33% 0 0;
        background-image: url('../img/banner-rework.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top -20px left -500px;
    }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    #header {
        border-bottom: 3px solid #386e93;
        background-color: #fff;
         margin-bottom: 0;
        height: 130px;
    }

    #header  .home {
        width: 280px;
    width: 280px;
    height: 120px;
    background-image: url("../img/silvonlogo.svg");
    background-repeat: no-repeat;
    background-position: top 34px left 0;
    background-size: 230px;
    margin-bottom: 0;
    margin-top: 0;

 
    }

.topbanner {
    margin-top: 0;
    max-height: 700px;
    padding: 0 33% 0 0;
    background-image: url('../img/banner-rework.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top -10px left -120px;
    /*background-position: top left;*/
}
}

/*Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    #header {
         background-color: #fff;
        border-bottom: 3px solid #386e93;
        margin-bottom: 0;
        height: 130px;
    }


  #header  .home {
   width: 240px;
    height: 120px;
    background-image: url("../img/silvonlogo.svg");
    background-repeat: no-repeat;
    background-position: top 34px left 0;
    background-size: 230px;
    margin-bottom: 0;
    margin-top: 0;
    }
    .topbanner {
        padding: 0 0;
        background-image: url('../img/banner-rework.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top   center;
    }
}

/* X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
      #header {
         background-color: #fff;
        border-bottom: 3px solid #386e93;
        margin-bottom: 0;
        height: 130px;
    }

    li.toplink {
    margin-left:3%;
}
li.toplink:first-of-type {
    margin-left: 0;
}
  #header   .home {
    width: 280px;
    height: 120px;
    background-image: url("../img/silvonlogo.svg");
    background-repeat: no-repeat;
    background-position: top 34px left 0;
    background-size: 230px;
    margin-bottom: 0;
    margin-top: 0;
    }
   .topbanner {
         margin-top: 0;
        max-height: 480px;
        padding: 0 0;
        background-image: url('../img/banner-rework.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top  center;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1400px) {
    #header {
        border-bottom: 3px solid #386e93;
        background-color: #fff;
        margin-bottom: 0;
        height: 130px;
    }

   li.toplink {
    margin-left:7%;
}
li.toplink:first-of-type {
    margin-left: 0;
}
   #header  .home {
   width: 280px;
    height: 120px;
    background-image: url("../img/silvonlogo.svg");
    background-repeat: no-repeat;
    background-position: top 34px left 0;
    background-size: 230px;
    margin-bottom: 0;
    margin-top: 0;

}
  .topbanner {
        margin-top: 0;
        max-height: 480px;
        padding: 0 0;
        background-image: url('../img/banner-rework.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top -30px center;
    }

}




h1 {
    font-family: "Raleway";
    font-weight: 800;
    font-size: 2rem;
    line-height: 105%;
}

h1 img {
    display: block;
    margin: 20px auto;
}

h1.homeh1 {
    font-family: "Raleway";
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 1.3;
    margin-top: 40px;
}

h2 {
    font-family: "Raleway";
    font-weight: 500;
    font-size: 1.35rem;
    line-height: 1.2;
}

h3 {
    font-family: "Raleway";
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 133%;
}

h4 {
    font-family: "Raleway";
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 133%;
}

h5 {
    font-family: "Raleway";
    font-weight: 700;
    font-size: 1rem;
    line-height: 133%;
}

p,
ol,
ul {
    font-family: "Raleway";
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
}

.d-grid .container a.btn-primary-light { background-color: #386e93; color: #fff;}
.d-grid .container a.btn-primary-light:hover { background-color: #c1d5e7; color:#386e93;  }
.d-grid .container { padding: 0; }
    
 
.cca ul li::before,
.scc ul li::before,
.ana ul li::before,
.dr ul li::before,
.sec1 ul li::before {
    color: #fff;
}


ul.list-unstyled li::before,
ul.nav li::before,
ul.navbar-nav li::before {
    content: "";
    display: none;
    width: 0;
    font-size: 0;
    margin-left: 0;
}


.thin {
    font-family: "Raleway";
    font-weight: 300;
}

.light {
    font-family: "Raleway";
    font-weight: 200;
}

.xlight {
    font-family: "Raleway";
    font-weight: 100;
}

.btn {
    font-family: "Raleway";
    font-weight: 600;
}

.test {
    outline: 1px solid #900;
}

body {
    font-size: 90%;
}

.hero-block {
    min-height: 600px;
    margin-bottom: 30px;
    border-bottom: 3px solid #98B8DE;
    background-repeat: no-repeat;
    background-size: auto 650px;
    background-position: center right
}

.banners {
    padding-bottom: 25px;
    margin-bottom: 40px;
    border-bottom: 1px solid #98B8DE;
}

.bannerHV {
    padding-bottom: 25px;
    margin-bottom: 40px;
    border-bottom: 3px solid #98B8DE;
}

.footeraddress p {
    font-size: .90rem;
}


/*  — PHONE PORTRAIT — */
 @media screen and (orientation: portrait) and (max-width: 767px) {
.b_content span.small_content img { display: none;}
}
/* — PHONE LANDSCAPE —  */
@media screen and (orientation: landscape) and (max-width: 767px) {
.b_content span.small_content img { display: none;}
}
 
 
/*  — SMALL — */
 @media screen and (min-width: 768px)  {
.b_content span.small_content img{
    position: absolute;
    left: 27%;
    top: 25px;
    width: 50px;
    max-height:50px;
    border: 1px solid #6988a6;
    border-radius: 3px;
}

}

 /* —  MEDIUM — */
@media screen and (min-width: 992px) and (max-width:1200px) { 
.b_content span.small_content img {
    position: absolute;
    left: 27%;
    top: 25px;
    width: 150px;
    max-height:110px;
    border: 1px solid #6988a6;
    border-radius: 3px;
}

}
/* — LARGE — */
@media screen and (min-width:1200px) { 
.b_content span.small_content img {
    position: absolute;
    left: 27%;
    top: 25px;
     width: 160px;
    max-height:120px;
    border: 1px solid #6988a6;
    border-radius: 3px;
}

span.small_content a {text-decoration:none; color: #000; } 


.list {
    column-width: 47%;
    column-count: 2;
    padding-right: 3%;

}
 .bislist {
    column-width: 100%;
    column-count: 1;
    padding-right: 0;

}
}
 
/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    .list4 {
    column-width: 100%;
    column-count: 1;
    padding-right: 0;

}
.bislist {
    column-width: 100%;
    column-count: 1;
    padding-right: 0;

}


}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
.list4, .bislist {
    column-width: 45%;
    column-count: 2;
    padding-right: 5%;

} 
 
}

/*Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
.list4, .bislist {
     column-width: 45%;
    column-count: 4;
    padding-right: 5%;

}
 .bislist {
    column-width: 45%;
    column-count: 2;
    padding-right: 5%;

} }

/* X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) { 
.list4  {
    column-width: 45%;
    column-count: 4;
    padding-right: 5%;

}
 .bislist {
    column-width: 45%;
    column-count: 2;
    padding-right: 5%;

}

}


/* XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1400px) {
.list4  {
    column-width: 45%;
    column-count: 4;
    padding-right: 5%;

}
 .bislist {
    column-width: 45%;
    column-count: 2;
    padding-right: 5%;

}


}






.product_box {
    background: #afc5d3;
    border-radius: 2px;
    margin-top: 0;
    margin-bottom: 30px;

}

.blog_content {
    margin-bottom: 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #ddd;
}

.blog_content:last-of-type {
    border-bottom: none;
    margin-bottom: 0;

}

.b_head {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 20px 0;
    background-color: #386e93;
}

.b_content {
    font-size: .97rem;
    font-weight: 400;
    line-height: 1.5;
}

.b_content p:last-of-type {
    display: none !important;
    background: red;
}


.border-primary {
    border: 1px solid #BDC8D3 !important;
}


.triallist li {
    padding-left: 20px;
    margin-bottom: .5rem;
    background-image: url(../img/plus-solid.svg);
    background-repeat: no-repeat;
    background-position: top 6px left 0;
    background-size: .7rem;
}


/*
.div {
    outline: 1px solid #900;
}
*/

/* ============ desktop view ============ */

@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;

    }
    .dropdown-menu {
        position: relative;
        background-color: #f1f1f1 !important;


        margin: -16px 0 0 -2px !important;
    }

    .dropdown-item {
        padding: .25rem .8rem;
        color: rgba(0, 0, 0, .7) !important;

    }
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;



    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;


    }
    .dropdown-menu>li:hover {
        background-color: #f1f1f1;
    }
    .dropdown-menu>li:hover>.submenu {
        display: block;
    }


}

/* ============ desktop view .end// ============ */

.logincontact {
    padding: 3px 20px;
    margin-left: 1rem;
    margin-right: 0
}

/*  — PHONE PORTRAIT — */

@media screen and (orientation: portrait) and (max-width: 414px) {
    .logincontact {
        padding: 3px 5px;
        margin-left: 0;
        margin-right: .5rem
    }
    .topbanner a {
        padding: 3px 5px;
        margin-top: 10px;
        font-size: .95rem;
    }
    h1 img {
        height: 112px;
        position: relative;
        margin-top: 0px;
    }
}





/*  — PHONE PORTRAIT — */

@media screen and (orientation: portrait) and (max-width: 414px) {}

ul.nav {
    z-index: 100;
    position: absolute;
    padding: 3px 30px;
    right: 5%;
    top: 12px;
}

ul.navbar-nav {
    position: absolute;
    padding: 3px 30px;
    bottom: 10px;
}

a.nav-link {
    font-size: 1rem;
    white-space: nowrap;
    font-weight: 400 !important;
    line-height: 110%;
}

a.nav-link:hover {
    color: #000;
}

.nav-item {
    margin-left: 0;
    padding: 5px;
}




.cta {
    padding: 10px 30px !important;
    margin-top: -10px;
}



.nav-link {
    padding: 5px;
    white-space: nowrap;
    color: rgba(0, 0, 0, .7) !important;
}



.oc {
    padding-top: 10px !important;
}

.oc h3 {
    padding-top: 0
}


img.c1,
img.c2,
img.c3 {

    margin: 7% 7%;
    width: 86% !important;
    height: 86% !important;
}



/*  — PHONE PORTRAIT — */

/*@media screen and (orientation: portrait) and (max-width: 800px) {*/

@media screen and (orientation: portrait) and (min-width: 768px) and (max-width: 992px) {
    .nav-link {
        color: rgba(0, 0, 0, .7) !important;
    }

    .sitemap a {
        font-size: .75rem !important;
    }
    .footeraddress p {
        font-size: .75rem !important;

    }

}

/*li.toplink {
    margin-left: 7%;
}
*/
li.toplink:first-of-type {
    margin-left: 0;
}

li.toplink:last-of-type {
    margin-left: 7%;

    transform: skew(-10deg, 0);
}

li.toplink span {
    transform: skew(20deg, 0) !important;
}

/* —  MEDIUM — */

@media screen and (min-width: 992px) and (max-width:1200px) {

    li.toplink {
        margin-left: 0;
    }

    li.toplink:first-of-type {
        margin-left: 0;
    }

    li.toplink:last-of-type {
        margin-left: 0;
    }

}


.btn-primary {
    background-color: #386e93;
     color: #fff;
   border: none;
}

.btn-primary:hover,
.btn-primary:active {
    background-color: #afc8e0;
    color: #000;
    border: none;

}

.btn-primary-light {
    text-transform: uppercase;
    background-color: #c1d5e7;
    border: none;
}

.btn-primary-light:hover,
.btn-primary-light:active {
    background-color: #386e93;
    color: #fff;
    border: none;

}

/*CARD FRONT PAGE*/

.card {
    margin-top: 30px;
    margin-right: 5px;
    padding: 0;
    background-color: #e8e8e8;
}

.card:first-of-type {
    margin-left: 0
}

.card:last-of-type {
    margin-right: 0
}

.card-body {
    padding: .5rem 1rem;
}

.card img {
    min-height: 175px;
    width: 100% !important;
    margin: 0 0 5px 0;

}

.card .btn {
    margin: 12px auto 12px !important;
    font-size: .95rem;
    line-height: 1.1;
    padding: 4px 24px;
    width: calc(100% - 15px);
}

.card .btnfirst {
    margin: 12px auto 12px !important;
    font-size: .95rem;
    line-height: 1.1;
    padding: 4px 24px;
    width: 100%;
    display: block !important;
    margin: -10px auto 50px !important;
}


.card h2 {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.03rem;
    margin: 0;

}

.card p {
    font-weight: 400;
    font-size: .95rem;
    line-height: 1.2;
    text-align: center;
}

/* — LARGE — */

@media screen and (min-width:1200px) {

    .card {
        /*width: calc(1100px / 4);*/
        width: calc(95% / 4);
        display: inline-block;
        margin: 30px 5px 0;
    }
    .card:first-of-type {
        margin-left: auto
    }
    .card:last-of-type {
        margin-right: auto
    }


}

/* —  MEDIUM — */

@media screen and (min-width: 992px) and (max-width:1200px) {

    .card {
        background-color: #e8e8e8;
    }
    .card p {
        font-weight: 400;
        font-size: .95rem;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 35px;
    }

    .card .btn {
        margin: 55px auto 12px !important;
        font-size: .95rem;
        line-height: 1.1;
        padding: 10px 24px;
        width: calc(100% - 15px);
    }

    .card .btnfirst {
        margin: 55px auto 12px !important;
        font-size: .95rem;
        line-height: 1.1;
        padding: 10px 24px;
        width: 100%;
        display: block !important;
        margin: -10px 0 50px !important;
    }


}

/*  — SMALL — */

@media screen and (min-width: 768px) and (max-width: 992px) {
    .card {
        width: calc(1200px / 2);

        display: block;

        margin: 10px auto;

    }
    .card:first-of-type {
        margin-left: auto
    }

    .card:last-of-type {
        margin-right: auto
    }

    .card {
        background-color: #e8e8e8;
    }
    .card p {
        font-weight: 400;
        font-size: .95rem;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 35px;
    }

    .card .btn {
        margin: 55px auto 12px !important;
        font-size: .95rem;
        line-height: 1.1;
        padding: 10px 24px;
        width: calc(100% - 15px);
    }

    .card .btnfirst {
        margin: 55px auto 12px !important;
        font-size: .95rem;
        line-height: 1.1;
        padding: 10px 24px;
        width: 100%;
        display: block !important;
        margin: -10px 0 50px !important;
    }

}

/*  — PHONE PORTRAIT — */

@media screen and (orientation: portrait) and (max-width: 767px) {
    .card {
        background-color: #e8e8e8;
    }
    .card p {
        font-weight: 400;
        font-size: .95rem;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 35px;
    }

    .card .btn {
        margin: 55px auto 12px !important;
        font-size: .95rem;
        line-height: 1.1;
        padding: 10px 24px;
        width: calc(100% - 15px);
    }

    .card .btnfirst {
        margin: 55px auto 12px !important;
        font-size: .95rem;
        line-height: 1.1;
        padding: 10px 24px;
        width: 100%;
        display: block !important;
        margin: -10px 0 50px !important;
    }

}

/* — PHONE LANDSCAPE —  */

@media screen and (orientation: landscape) and (max-width: 767px) {
    .card {
        background-color: #e8e8e8;
    }
    .card p {
        font-weight: 400;
        font-size: .95rem;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 35px;
    }

    .card .btn {
        margin: 55px auto 12px !important;
        font-size: .95rem;
        line-height: 1.1;
        padding: 10px 24px;
        width: calc(100% - 15px);
    }

    .card .btnfirst {
        margin: 55px auto 12px !important;
        font-size: .95rem;
        line-height: 1.1;
        padding: 10px 24px;
        width: 100%;
        display: block !important;
        margin: -10px 0 50px !important;
    }

}


/*END CARD HOME PAGE*/

.wwa h3,
.oc h3 {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.03rem;
    margin-top: 10px !important;

}

.wwa p,
.oc p {
    font-weight: 400;
    font-size: .95rem;
    line-height: 120%;
    text-align: center;
    padding: 0 25px;
}

.wwa .btn-primary,
.oc .btn-primary {
    margin: 12px auto;
    display: inline-block;
    font-size: 16px;
    line-height: 120%;
    padding: 6px 20px;

}

.wwa {
    width: 49%;
    margin-right: 2%;
}

.oc {
    width: 49%;
    margin-right: 0;
}

.sitemapheader {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-bottom: 0px !important;
}

.sitemap a {
    font-size: .95rem;
    color: #386e93;
    padding-bottom: 2px;
    text-decoration: none;
}

.sitemap a:hover {
    font-size: .95rem;
    color: #afc5d3;
    padding-bottom: 2px;
    border-bottom: 1px dashed #afc5d3;
    text-decoration: none;
}

/*#6988a6*/


.footeraddress {
    font-size: .85rem !important;

}

.sitemap li {
    margin-bottom: 8px;
}


.sitemaptopper {
    margin: 30px 0;
    background-color: #386e93;
    padding: 2px;
}

h5 {

    line-height: 1.15rem;
    color: white;
    background-color: #386e93;
    padding: 2px;

}





/*  — SMALL — */

/*@media screen and (min-width: 768px) and (max-width: 992px) {*/

@media screen and (min-width: 768px) and (max-width: 1099px) {

    ul.nav {
        position: absolute;
        top: 20px;
        right: 0;
        padding: 3px 30px;
        z-index: 200;
    }
    ul.navbar-nav {
        position: absolute;
        padding: 3px 25px 3px 0;
        padding: 3px 25px 3px 20px;

        z-index: 200;


top: 0;
z-index: 3000!important;

    }

    li.toplink {

        margin-left: 30px;
    }

    li.toplink:first-of-type {
        margin-left: 0;
    }
    li.toplink:last-of-type {
        margin-left: 20px;

        transform: skew(-10deg, 0);
    }
    .cta {
        padding: 5px 15px !important;
        margin-top: -8px;
    }


    h1 img {
        display: block;

        margin: 10px auto;
    }

    .wwa {
        width: 100%;
        margin-right: 0;
        padding: 10px;
    }
    .oc {
        width: 100%;
        margin-right: 0;
        padding: 10px;
    }

    .wwa img {
        margin: 20px;
        width: calc(100% - 20px);
    }
}

/* —  MEDIUM — */

@media screen and (min-width: 992px) and (max-width:1198px) {

    h1 img {
        display: block;

        margin: 10px auto;
    }
    ul.nav {
        position: absolute;
        top: 20px;
        right: 0;
        padding: 3px 0;
        z-index: 200;
    }
    ul.navbar-nav {
        position: absolute;
        padding: 3px 25px 3px 0;
        top: 70px;
        z-index: 200;
    }

    li.toplink {
        margin-left: 0;
    }

    li.toplink:first-of-type {
        margin-left: 0;
    }
    li.toplink:last-of-type {
        margin-left: 0;
        margin-top:-5px !important;
        transform: skew(-10deg, 0);
    }
    .cta {
        padding: 5px 15px !important;
        margin-top: -8px;
    }





    .card {
        width: calc(1200px / 2);

        display: inline-block;


    }
    .card {
        width: 46% !important;

        display: block !important;
        margin: 30px auto 0;

    }
    .card:first-of-type {
        margin-left: auto
    }

    .card:last-of-type {
        margin-right: auto
    }


    .wwa {
        width: 100%;
        margin-right: 0;
    }
    .oc {
        width: 100%;
        margin-right: 0;
    }

}


