@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300;600;700&family=Zen+Tokyo+Zoo&display=swap');


body {font-family: 'Signika', sans-serif;}

h1{font-family: 'Signika', sans-serif; color: #020b08 !important; font-size: 2.6rem !important;line-height:3rem !important; }
h2{font-family: 'Signika', sans-serif; color: #020b08 !important; }
h3{font-family: 'Signika', sans-serif; color: #020b08 !important; font-weight: 300; font-size:1.4rem;}
h4{font-family: 'Signika', sans-serif; color: #020b08 !important;}
h5{font-family: 'Signika', sans-serif; color: #020b08 !important; text-transform:uppercase; font-weight:bold;}
h6{font-family: 'Signika', sans-serif; color: #020b08 !important;}

p {font-family: 'Signika', sans-serif; color: #020b08;}
ul li {font-family: 'Signika', sans-serif; color: #020b08;}

.backstretch p {font-family: 'Signika', sans-serif; text-transform:none;}
.backstretch {
    background-image:url('../img/static-layer.svg');
    background-position:center;
    background-size:cover;
}

.backstretch.secure-roots {
    background-image:url('../img/secure_roots_header_template.svg');
}

.backstretch.secure-roots .submenu {
    color: #fff !important;
    background-color: #81c39c !important;
}

.hideme {
    opacity:0;
}

 .ub-expand-toggle-button {
    text-align: left;
    text-align: center;
    display: table;
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 2rem;
    margin-top: 1rem;
    border: solid #fec526 3px;
    color: #020b08 !important;
    font-weight: bold;
    position: relative;
    padding: 0.5rem 1rem;
    text-transform:capitalize;
}
.ub-expand-toggle-button::after {
    content: " ";
    background-color: #fff;
    width: 4px;
    height: 20px;
    position: absolute;
    bottom: 10px;
    right: -3px;
}

.wp-block-cover {
    padding-left:2rem;
    padding-right:2rem;
    padding-top:0.5rem;
} 
.wp-block-group__inner-container {
    padding:2rem;
}
/*
font-family: 'Signika', sans-serif;
font-family: 'Zen Tokyo Zoo', cursive;

Colours:
Yellow #fec526
Purple #2f3180
Black #020b08
Background grey # ededed
*/
.header p {margin-bottom:0px;}

.grid-container {
    max-width: 72.5rem;
}


/* .page-content p, .page-content ul, .page-content li, .page-content table, .page-content a {
    font-size:1.1rem;
} */
 .page-content table {
    font-size:1.1rem;
}

.rep-image {
    height: 200px;
    width: 100%;
    min-height: 150px;
    background-position: center;
    background-size: cover;
    display: block;
}
.backstretch, .intro-guide {
    background-color:#fec526;
}
.social-icon img {
    max-width:30px;
    max-height:16px;
}
.menu.dropdown {
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.top-bar-right {
    display: flex;
    align-items: center;
}
.top-bar-right .social-icon {
    display: inline-flex;
}
.header-pad {
    margin-top: 0%;
    margin-bottom: 0%;
}

.button {
    background-color:#fff;
    margin-bottom:2rem;
    margin-top:1rem;
    border:solid #fec526 3px;
    color:#020b08 !important;
    font-weight:bold;
    position:relative;
}

.button::after {
    content: " ";
    background-color:#fff;
    width:4px; 
    height:20px;
    position:absolute; 
    bottom: 10px;
    right: -3px;
}
.button:hover {
    background-color:#fff;
    opacity:0.7;
}

.backstretch .button {
    background-color:#fec526;
    margin-bottom:2rem;
    margin-top:1rem;
    border:solid white 3px;
    color:#020b08 !important;
    font-weight:bold;
    position:relative;
}

.backstretch .button::after {
    content: " ";
    background-color:#fec526;
    width:4px; 
    height:20px;
    position:absolute; 
    bottom: 10px;
    right: -3px;
}

.login-only.button {
    background-color:#fec526;
    margin-bottom:2rem;
    margin-top:1rem;
    border:solid white 3px;
    color:#020b08 !important;
    font-weight:bold;
    position:relative;
}

.login-only.button::after {
    content: " ";
    background-color:#fec526;
    width:4px; 
    height:20px;
    position:absolute; 
    bottom: 10px;
    right: -3px;
}

.home-series {
    padding-top:1rem;
    padding-bottom:1rem;
}
.home-series .callout {
    border-width:0px;
    background-color:#fec526;
    border-radius:0px;
    position:relative;
    padding:1.4rem 2rem;
    padding-bottom:6rem;
    
}
.home-series .callout a {
    position:absolute !important;
    bottom:2rem;
    right:2rem;
    margin-bottom:0rem !important;
}
.home-series .callout h3 {
    font-weight:bolder;
    font-size: 170%;
    min-height: 77px;
}
.home-series .callout h4 {
    font-size:150%;
    min-height:85px;
}

.home-series .callout .button {
    background-color:#fec526;
    margin-bottom:2rem;
    margin-top:1rem;
    border:solid white 3px;
    color:#020b08 !important;
    font-weight:bold;
    position:relative;
}

.pagination ul {
    margin-left:0px;
    text-align:center;
    margin-top:1rem;
}
.pagination .page-numbers {
    margin-left:5px;
    margin-right:5px;
    border:2px solid #fff;
    color:#020b08 !important;
    font-size: 1.2rem;
    border-radius: 50%;
    padding: 0.1875rem 0.825rem;
}
.pagination .page-numbers:hover {
    background-color:#fff;
    opacity:0.8;
}
.pagination .current {
    background-color:#fec526;
    color:#fff !important;
}
.pagination .current:hover {
    background-color:#fec526;
    color:#fff !important;
}
.resource {
    margin-bottom:1rem;
}
.resource .image img {
    border-radius:5px; 
    margin-bottom:5px;
}
.resource .box-foot h4 {
    font-size:1.2rem;
    text-align:center;
}
.resource .box-foot p {
    text-align:center;
    margin-top:-8px;
}
.resource .box-foot h4 a {
    color:#020b08 !important;
}


.home-series .callout .button::after {
    content: " ";
    background-color:#fec526;
    width:4px; 
    height:20px;
    position:absolute; 
    bottom: 10px;
    right: -3px;
}

.wp-block-buttons .wp-block-button a {
    background-color:#fff;
    margin-bottom:2rem;
    margin-top:1rem;
    border:solid #fec526 3px;
    color:#020b08 !important;
    font-weight:bold;
    position:relative;
}
.wp-block-buttons .wp-block-button a::after {
    content: " ";
    background-color:#fff;
    width:4px; 
    height:20px;
    position:absolute; 
    bottom: 10px;
    right: -3px;
}
.inner {
    height:100%;
}
.inner a {
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2rem;
    color:#fff !important;
    text-transform:uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner.login a {
    background-color:#020b08;
}
.inner.sign-up a {
    background-color:#2f3180;
}

.menu-holder {
    background-color:#fff;
}
.menu-holder a {
    font-size:0.8rem;
}
.menu-holder .menu-text, .menu-holder .menu-text a {
    padding:0 !important;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    content: ">";
    position:initial;
    display: contents;
    width: auto;
    height: auto;
    border: 0;
    border-bottom-width: 0;
}
.intro-guide {
    padding:1rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.intro-guide h1 {
    font-size:2.7rem !important;
}
.intro-guide p {
    font-size:1.2rem;
}
.menu .active > a {
    background-color:transparent;
}
 
.cell.page-content {
    min-height:300px;
}


.alignwide {
    margin-left  : -80px;
    margin-right : -80px;
}
.alignfull {
    margin-left: calc( -99vw / 2 + 100% / 2 );
    margin-right: calc( -99vw / 2 + 100% / 2 );
    max-width: 98vw;
    width: 98vw;
    height: auto;
    padding-left: 1rem;
}
.alignfull img {
    /* width: 100vw; */
}
.wp-block-cover .wp-block-cover__inner-container {
    max-width: 51rem;
    margin: 0 auto;
    padding-top:2rem;
    padding-bottom:2rem;
    text-align: center; 
}
.hs-form-iframe {
    width:100% !important; 
}
.page-content {
    background:transparent;
}
.intro img {
    max-width:40%;
    min-width:300px;
    margin-top: 0rem;
}
.intro h4 {
    margin-bottom: 10rem;
}
.backstretch{
    padding-top: 2rem;
    min-height:25vh;
}
.sub-title-intro {
    min-height:auto !important; 
    background-color:rgb(206, 206, 206);
    padding-top:2rem;
    padding-bottom:1rem;
    margin-bottom:1rem;
}

.button {
    border-radius:0px;
}
a {
    color:#fec526 !important;
}
.page-content table a {
    color:#e3962c !important;
}
.menu.dropdown a {
    color:#333333 !important;
}
.submenu {
    color: #fff !important;
    background-color:#fec526 !important;
}
.submenu a {
    color:#fff !important;
}

.admin-menu {
    background-color:#fec526;
}
.admin-menu .menu a {
    color:#fff !important;
}
.admin-menu .menu .active > a {
    background-color:#000;
}
.admin-menu a:hover {
    opacity:0.8;
}

.quick-links li a {
    font-weight:normal;
    text-transform:uppercase;
}


.wp-block-buttons .wp-block-button a:hover {
    opacity:0.8;
}
.page-content {
    padding-top: 0rem;
    padding-bottom: 3rem;
}

.wp-block-latest-posts li {
    padding:0px !important;
    background-color:#fff !important;
    padding-bottom:14px !important;
}
.fancy-title h2 {
    font-family:'Neutra Text Demi';
}
.main-content {
    background-color: #ededed;
    padding:1rem;
}
.main-content.homepage h2{
    font-size:3.6rem;
    line-height:4.5rem;
}
.home-middle {
    background-color:#fff;
    margin-bottom:1rem;
}
.home-middle p {
    font-size:1.1rem;
}
.home-bottom {
    background-color:#2f3180;
    padding-bottom:2rem;
}
.home-bottom h4, .home-bottom h2 {
    color:#fff !important;
}
.home-bottom h2 {
    font-family: 'Zen Tokyo Zoo', cursive !important;
    font-size: 10rem;
    line-height: 8rem;
    vertical-align: middle;
    text-align: center;
    margin-top: -2rem;
}
.home-bottom h2 span {
    color:#fff;
    font-weight:normal;
}
.odometer-inside span {
    line-height:6rem;
}

.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
    margin: 10px 1rem 10px 1rem;
    text-align:left !important;
}
.wp-block-latest-posts li time {
    color:#252a3e; 
}
.wp-block-latest-posts li a:hover {
    opacity:0.8;
}



.intro-section  ul li {
    list-style: none;
    padding:0.7rem;
}

.site-logo {
    margin:0px !important;
}

.page-wrapper {
    background-color:#fff;
}


.wp-block-latest-posts li:before {
    display:none !important;
}

  .page-content ul li {
    padding:0.3rem;
}

  h2 strong {
      color:#000;
  }

  .cat-buttons .button {
      margin-right:10px;
  }

       input[type="text"] {
        width: 100%;
        border: 2px solid #aaa;
        border-radius: 4px;
        /* margin: 8px 0; */
        outline: none;
        padding: 8px;
        box-sizing: border-box;
        transition: 0.3s;
      }    


  

.menu.dropdown {
    text-transform:uppercase;
}

.wp-block-button__link {
    border-radius:0px;
    color:#000;
    font-size:0.9rem;
}
.wp-block-button__link:hover {
    color:#000;
    opacity:0.8;
}

.no-js .top-bar {
    display: none;
}

.accreds-holder .slick-slide img
{
    padding:0 !important;
    margin: 2rem;
    border-radius: 10px;
    width: 88%;
    display: inline-block;
}
.subpage-wrapper {
    background-color:#fff;
    padding-top:1rem;
}

.distributors-card h4 {
    font-family: 'Special Elite', cursive;
    color: #fff !important;
    text-transform: uppercase;
    font-size:1.4rem !important;
}
.advert-circle {
    position:absolute;
    right: 3rem;
    top: 3rem;
    background-color: #2f3180;
    color: #fff;
    border-radius: 50%;
    padding: 1.3rem 1rem 1rem 1rem;
    transform: rotate(10deg);
}
.advert-circle p {
    color:#fff !important;
    text-align:center;
    margin-bottom:0px
}
.advert-circle p strong {
    font-size:3rem;
    line-height:1.8rem
}
.advert-circle p span {
    font-size:1.4rem;
    line-height:1rem;
}
.advert-circle p a {
    color:#fff !important;
}

.news-overview {
    padding-top:2rem;
    padding-bottom:2rem;
    padding-left:1rem;
    padding-right:1rem;
    position:relative;
}
.news-overview img {
    padding-bottom:1rem;
}
.news-overview p {
    min-height:40px;
}
.wp-block-file.document {
    display: inline-block;
    background-color: #d0e3ea;
    padding: 1rem;
    margin: 0 1rem 1rem 0;
}
.news-item h3 {
    text-align:center;
    margin-top:1rem;
    margin-bottom:1rem;
}
.news-item h3 a {
    color:#020b08 !important; 
    text-align: center;
}
.news-item .img-tile {
    height:280px;
    border-radius:5px;
    background-size:cover;
    background-position:center;
}
.news-item .img-tile a {
    width: 100%;
    height: 100%;
    display: block;
}
.wp-block-file.document a {
    color:#fff !important;
}
.card.company-card .card-section {
    position:relative;
    padding-bottom:3rem;
}
.card.company-card .card-section a {
    position:absolute;
    left:1rem;
    bottom:1rem;
}
.page-content .key {
    list-style:none;
    margin-left:0rem !important;
}
.page-content .key ul {
    margin-left:0rem !important;
}   
.page-content .key img {
    max-width:20px;
    margin-right:10px;
}

.wp-block-cover.alignfull.has-background-dim {
    margin-bottom:2rem;
}
.news-overview {
    background-color:#fff;
}

.footer {
    background-color: #fff;
    color:#020b08 !important;
}
.footer img {
    filter:unset;
}
.footer a {
    font-weight:bold;
    color:#020b08 !important;
}
.footer p {
    color: #020b08 !important;
}
.page-content {
    border-width:0px !important; 
}

body {min-height:100vh;}
body .main-content {
    min-height:81vh;
}

.accreds-holder .slick-slider {
    margin-bottom:0px;
}
.accreds-holder .slick-slide img {
    padding:2rem;
}

.wp-has-aspect-ratio .wp-block-embed__wrapper {
    display: inline-block;
    position: relative;
    padding-bottom: 60%;
    width: 100%;
}
.wp-has-aspect-ratio iframe {
    height: 100% !important;
    position: absolute;
    top: 0; left: 0;
    width: 100% !important;
}

.res-list li {
    text-transform:capitalize;
}

/* Dashboard Panel Start */
.dashboard-panel {
    margin-top:2rem;
}
.dashboard-panel .button {
    width: 70%;
    min-width: 120px;
    background-color:#F5F7F6;
}
.dashboard-panel .button::after {
    background-color:#F5F7F6;
}

.dashboard-panel .cell {
    margin-bottom:2rem;
}
.dashboard-panel .card {
    padding:2rem 2rem 1.5rem 2rem;
    background-color:#F5F7F6;
    border-radius:0px;
    height:100%;
    border-width:0px;
}
.dashboard-panel .card h2 {
    line-height: 2.2rem;
    font-size: 2rem;
}
.dashboard-panel .card.active {
    background-color:#fec526;
}

/* Dashboard Panel End */

/* Resource Archive/Single Start */

.input-group-field {
    border-top-right-radius:0px !important;
    border-bottom-right-radius:0px !important;
}
.single-res .callout {
    background-color:#fec526;
    border-width:0px;
    padding:2rem;
}
.single-res .callout h3 {
    font-weight:600;
}
.single-res .callout ul {
    margin-left:0rem;
    list-style-type:none;
}
.single-res .callout a {
    color:#0c0c0c !important;
    font-weight:bold;
}
.single-res .callout h4 a {
    font-size: 1.5625rem;
}

.single-res .callout ul li {
    background-image: url('../img/target.png');
    background-repeat: no-repeat;
    line-height: 30px;
    padding-left: 30px;
    background-position: left center;
    margin-bottom:10px;
}

.single-res h1 {
    margin-top:2rem;
    margin-bottom:1rem;
}
.subject-focus {
    background-image: url('../img/education.png');
    background-repeat: no-repeat;
    line-height: 30px;
    padding-left: 30px;
    background-position: left center;
}
.curr-keywords {
    background-image: url('../img/light-bulb.png');
    background-repeat: no-repeat;
    line-height: 30px;
    padding-left: 30px;
    background-position: left center;
}


/* Resource Archive/Single End */



@media only screen and (max-width: 1580px) {
    .main-content.homepage h2{
        font-size:2.5rem;
        line-height:3.5rem;
    }
}

@media only screen and (max-width: 1000px) {
.home-overview .item .sub-text {
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
    text-align:center;
    display: block;
    font-size: 1.2rem;
    line-height: 1.3rem;  
}
}
@media only screen and (max-width: 440px) {

    .backstretch h1 {
      font-size:2rem;
      line-height:3rem;
    }
   .alignfull .wp-block-cover__inner-container .alignfull {
      margin-left: 0px;
      margin-right: 0px;
      width: auto;
   }
   .alignwide {
        margin-left: 0px;
        margin-right: 0px;
    }
   .main-content.homepage h2 {
      font-size:1.8rem;
      line-height:2.8rem;
   }
   .wp-block-column.is-vertically-aligned-center {
       order:2;
   }

   .menu.align-right.accordion-menu {
        justify-content:left !important;
   }
   .menu.align-right.accordion-menu li{
        justify-content:left !important;
    }
    .menu.align-right.accordion-menu li a {
        width:100%;
        width: 100%;
        text-align: center;
        font-size: 1.4rem;
        font-weight: bold;
    }
    .menu.align-right.accordion-menu li a:hover {
        color:#fff!important;
        background-color:#fec526;
    }
    .top-bar {
        background-color:rgb(227, 230, 234);
    }
}




@media only screen and (max-width: 1130px) {
    .lgrey img {
        margin-bottom: 1.0rem;
    }

}


@media screen and (min-width: 40em) {
.no-js .top-bar {
    display: block;
}

.no-js .title-bar {
    display: none;
}
}


@media screen and (max-width: 1290px) {
    .live-tracking {
        display:none;
    }
    .live-tracking.small-button {
        display:block;
    }
}

.wpcf7-form label {
    color:#fff;
}

.wpcf7-submit {
    width: 100%;
}

@media print {
    .menu  {
      display:none;
    }
    .backstretch {
        padding-top:0rem;
    }
    .robothelp {
        display:none;
    }
    .footer p, .footer h3, .footer ul {
        display:none;
    }
    .accreds-holder {
        display:none;
    }
}

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

    .inner a {
        line-height:3.3rem;
    }
    .advert-circle {
        right: 0rem;
        top: -7rem;    
    }
    
    .menu.accordion-menu a { color:#000 !important;}
    .menu.accordion-menu .submenu a { color:#fff !important;}

    .header-pad.menu-holder {
        margin-bottom:1rem;
    }
    .backstretch {
        padding-top:0rem;
    }
    .title-bar {
        padding: 0.8rem !important;
        padding-bottom: 0.6rem !important;
        background-color: #252a3e !important;
       
    }
    .hover-underline-menu .menu a {
        color:#676666 !important; 
    }
    .menu.align-right.accordion-menu li a:hover {
        background-color:#d0e3ea !important;
    }
    .wp-block-cover::before {
        opacity:0 !important;
    }
    .wp-block-cover::after {
        opacity:0 !important;
    }
    .intro h4 {
        margin-bottom: 3rem;
    }
    .wp-block-buttons .wp-block-button {
        margin-right: 19px !important;
    }
    .footer img {
        width: auto;
        margin: 0; 
        margin-right:10px;
    }
}

.pagination a {
display:inline-block;
}
