﻿@charset "utf-8";

.aside, .hubpageright .sectionNav, .sectionNav {
    float: left;
    width: 20%;
}

.sectionNav {
    top: 0;
    position: relative;
    -webkit-transition: top .5s;
    transition: top .5s;
}

hr, img {
    display: block;
}

#tw-widget a, #tw-widget.tweet a, [class^=hvr-], ul.menuNav li > a {
    text-decoration: none;
}

.fa {
    -moz-osx-font-smoothing: grayscale;
}

.column, .column .columnItem, .footer, .footer .row, .moreSection, .sectionWrapper {
    overflow: hidden;
}

.products blockquote p, blockquote p {
    quotes: "\201C""\201D""\2018""\2019";
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'),local(OpenSans-Light),url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format("woff2"),url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format("woff");
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'),local(OpenSans),url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format("woff2"),url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format("woff");
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'),local(OpenSans-Semibold),url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format("woff2"),url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format("woff");
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'),local(OpenSans-Bold),url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format("woff2"),url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format("woff");
}

a, abbr, acronym, address, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, s, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, th, thead, time, tr, u, ul, var, video {
    border: 0;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    padding: 0;
}

body, html, input {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #303030;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

#logoWrapper #logo h1, #logoWrapper #logo p {
    font-weight: lighter;
    font-family: 'open sans',arial,sans-serif;
}

body * {
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.bodyTest {
    background: url('../img/watermark_test.png') repeat #ffffff;
}

.bodyStaging {
    background: url('../img/watermark_staging.png') repeat #ffffff;
}

section {
    clear: both;
}

section > h2 {
    margin-top: .5em;
}

div.content[role=main] {
    float: left;
    width: 56%;
    margin: 0 2%;
}

div.content.wide[role=main] {
    width: 76%;
}

.contentpage div.content[role=logout] {
    float: left;
    width: 76%;
    margin: 0 2%;
}

.hubpageright div.content[role=main], div.logout[role=main] {
    float: left;
    width: 78%;
    margin-left: 2%;
    margin-right: 0;
}

div.content[role=main].guideFrmContainer {
    margin: 0 2% 1%;
    width: 46%;
}

.guideWideaside > div.aside {
    width: 100%;
    float: left;
}

div.guideWideaside {
    float: left;
    width: 30%;
}

.contentpage #main {
    width: 72%;
    /*margin-right: 2%;*/
    float: left;
}

.wrapper {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
}

.wrapper:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-no-wrap {
    display: flex;
}

.flex-centered {
    align-items: center;
}

.flex .twocolumns {
    float: none;
    align-self: center;
}

.flex-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.pagewrapper {
    min-height: 100%;
    position: relative;
}

.main {
    font-size: 18px;
}

table.main {
    font-size: 16px;
}


.integrated-care-mobile {
    display: none;
}

/*AUDITS - SAFEGUARDING CHARITY NEW STYLES*/

.flag-list {
    display: flex;
    min-width: 100%;
}
.flag-list-title {
    color: white;
    min-width: 35%;
    max-width: 35%;
    position: relative;
    background: #1C73A6;
    justify-content: center;
    align-content: center;
    padding: 0 5px 10px 5px;
    margin-bottom: 10px; /*adds space between the list items*/
}
    .flag-list-title h2,
    .flag-list-title h3,
    .flag-list-title h4 {
        color: white;
        font-size: 1em; /*reduces the size of the text to fit into the shape*/
        font-weight: bold;
        padding: 10px 5px;
        border-bottom: 1px solid white;
        flex-wrap: wrap;
    }

    .flag-list-title:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        right: 0;
        border-bottom: 1.25em solid white; /*The height of the white space*/
        border-left: 7em solid transparent; /*To make the point in the centre*/
        border-right: 7em solid transparent;
    }


.flag-list-icon {
    color: white;
    font-size: 0.75em;
    padding-bottom: 5px;
}

.flag-list-icon i{
    margin-right: 5px;
    padding-left: 10px;
}

.flag-list-text {
    padding-left: 10px;
    min-height: 100%;
}

/*blue offer list*/

.offer-list #offer-one,
.offer-list #offer-two,
.offer-list #offer-three {
    color: white;
    border-radius: 12px;
    padding: 15px;
    font-weight: 600;
}

/*Horizontal instead of vertical*/
.offer-list-horizontal {
    display: flex;
}

    .offer-list-horizontal .offer-icon {
        width: 200px;
    }

@media screen and (max-width: 680px) {

    .offer-list-horizontal {
        display: block;
    }

        .offer-list-horizontal .offer-icon {
            width: 75px;
        }
}


    /*changes the background to the different paras*/
    .offer-list #offer-one {
        background-color: #1C73A6;
    }
    .offer-list #offer-two {
        background-color: #2B4478;
    }

    .offer-list #offer-three {
        background-color: #15547E;
    }

/*changes the ticks to the different backgrounds*/
span#tick-two {
    background-color: #2B4478;
    border-color: #2B4478;
    border: solid 5px white;
}

span#tick-three {
    background-color: #15547E;
    border-color: #15547E;
    border: solid 5px white;
}

.offer-tick,
.offer-icon /*added icon for consultancy pages*/ {
    float: left;
    background-color: #1C73A6;
}

.offer-tick {
    border-radius: 50%;
    width: 50px;
    border: solid 5px white;
    margin: 10px;
}

    .offer-tick:before {
        content: "✓";
        font-size: 2rem;
        font-weight: bold;
        color: white;
        margin-top: 10px;
        margin-left: 10px;
    }

/*FLAG LIST SIZING ONLY*/
@media screen and (min-width: 840px) and (max-width: 1025px) {
    .flag-list-title:after {
        border-left: 6em solid transparent;
        border-right: 6em solid transparent;
    }
}


@media screen and (min-width: 724px) and (max-width: 840px) {
    .flag-list-title:after {
        border-left: 6.5em solid transparent;
        border-right: 6.5em solid transparent;
    }
}


@media screen and (min-width: 676px) and (max-width:724px) {
    .flag-list-title:after {
        border-left: 7em solid transparent;
        border-right: 7em solid transparent;
    }


    .flag-list-title {
        min-width: 50%;
    }
}

@media screen and (max-width:676px) {
    .flag-list-title {
        padding-bottom: 5px;
        min-width: 100%;
    }

        .flag-list-title:after {
            display: none;
        }


    .flag-list {
        display: block;
    }

}

/* NEW STYLES FOR SUMMARY REPORT*/



.card {
    width: 100%;
    margin: 5px;
    height: 100%
}

.card-header { /*go to colors css to change card header colour*/
   height: 100%;
    text-align: center;
    padding: 5px 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

    .card-header h2,
    .card-header h3,
    .card-header h4,
    .card-header i,
    .card-header a,
    .card-header a:hover{
        color: white !important;
    }

.card-body { /*Use existing bdr styles to colour the border*/
    padding: 5px 10px;
    border: 2px solid;
}

h3.image-overlay {
    top: -40px;
    position: relative;
    color: white;
    background-color: rgba(0,0,0,0.8);
    margin-bottom: -30px;
    height: 30px;
}
/**/
/*Picture grid*/
.SCIE-grid {
    display: inline-grid;
    align-content: center;
    width: 100%;
}

.grid-box {
    border: 2px solid;
    margin: 5px;
    border-radius: 10px;
    padding: 5px 7px;
    word-wrap: break-word;
}

   .grid-box img {
        border-radius: 10px;
    }

.grid-columnspan-2 {
   grid-column: span 2;
}

.grid-rowspan-2 {
    grid-row: span 2;
}

.grid-rowspan-3 {
    grid-row: span 3;
}

.grid-rowspan-4 {
    grid-row: span 4;
}

@media screen and (max-width: 800px) {
    .grid-box-large {
        grid-column: span 2;
    }

    /*For using the card header in columns to look like tabs*/
    .flex-3col .card-header h2,
    .flex-3col .card-header h3,
    .flex-3col .card-header h4 {
        font-size: 1em;
    
    }

        .flex-3col .card-header h2 i,
        .flex-3col .card-header h3 i,
        .flex-3col .card-header h4 i {
            display: block;
        }

}
/***********************/

/* TRANSFORMING CARE CONSULTANCY PAGES */

.flex-2col img.rounded {
    margin-right: 5px;
}

.flex-2col div.bdr {
    padding: 15px;
    margin-top: 25px;
}

span.offer-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2em;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 75px;
    width: 75px;
    margin-right: 10px;
    margin-left: 25px;
}

p.offer-description {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 75px;
}

.offer-list-horizontal span.offer-icon {
   margin-left: 5px;
}




@media only screen and (max-width:850px) {
    .contentpage .sectionNav, .hubpageright .sectionNav, .sectionNav {
        float: left;
        width: 25%;
    }

    .contentpage div.content[role=main], .hubpageright div.content[role=main], div.content[role=main].guideFrmContainer {
        width: 73%;
        margin: 0 0 0 2%;
    }

    div.aside, div.guideWideaside {
        width: 73%;
        clear: right;
        float: right;
    }

    .contentpage #aside, .contentpage #main {
        width: 100%;
        float: none;
    }

    .contentpage #aside {
        margin-left: 0;
        clear: both;
    }

    .LearningTogether .LTAsideMain, .LearningTogether .LTMain {
        width: 100%;
    }
}

@media only screen and (max-width:580px) {
    div.aside {
        float: none;
        width: 100%;
        clear: both;
    }

    .contentpage .sectionNav, .hubpageright .sectionNav, .sectionNav {
        float: none;
        width: 100%;
    }

    .contentpage div.content[role=main], .hubpageright div.content[role=main] {
        width: 100%;
        margin: 15px 0 10px;
    }

    div.content[role=main].guideFrmContainer {
        width: 100% !important;
        float: none;
        display: block;
        position: relative;
        margin: 0 0 10px;
    }

    div.guideWideaside {
        width: 100%;
        float: none;
        display: block;
        position: relative;
    }
}

table {
    margin: 15px 0;
}

div.content table:not(.dataTable) {
    border-collapse: collapse;
    margin: 10px 0 1em;
}

    div.content table:not(.dataTable) td {
        border: 1px solid #ddd;
        padding: 5px;
        /*width: 20%; 
            Sam: removed because this is absurd, every table has to be 5 columns or overflows?
        */
        margin: 0;
    }

div.content table td ul {
    list-style: none;
}

div.content table td ul.bullet {
    list-style: disc;
}

div.content table td ul li {
    padding-bottom: .5em;
}

span.bullet::before, p.bullet::before {
    content: "•";
    margin-right: 5px;
}

.left {
    float: left;
}

.right, .sciebar ul {
    float: right;
}

img.left {
    margin: 0 15px 15px 0;
}

img.right {
    margin: 0 0 15px 15px;
}

.clear {
    clear: both;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

.float-none {
    float: none;
}

img {
    height: auto !important;
    border: 0;
}

img.left-icon {
    margin: 0 15px 0 0 !important;
}

hr {
    -webkit-margin-before: 1.2em;
    -webkit-margin-after: 1.2em;
    border: 1px solid #CCC;
}


.sub-hdr > i {
    padding-right: 15px;
}
   
.green-fill { /*Makes the text/icon green instead of just the background*/
    color: #638768 !important;
}      

/* Flex classes */

.no-wrap {
    flex-wrap: nowrap;
}

.flex-row {
    flex-direction: row;
}

.flex-align-center {
    align-self: center;
}

/******/

.m-0 {
    margin: 0;
}

.mr-1 {
    margin-right: 1em;
}

.mb-1 {
    margin-bottom: 1em;
}

#cookies, legend {
    display: none;
}

.no-background {
    background: 0 0 !important;
}

.aside a[href*='http://']:not([href*=".pdf"]):not([href*=".doc"]):not(.notexternal):not(.social-link):not([href*=miisolutions]), .aside a[href*='https://']:not([href*=".pdf"]):not([href*=".doc"]):not(.notexternal):not(.social-link):not([href*=miisolutions]), .content a[href*='http://']:not([href*=".pdf"]):not([href*=".doc"]):not(.notexternal):not(.social-link):not([href*=miisolutions]), .content a[href*='/SCOpush.aspx?url=*'], .content a[href*='https://']:not([href*=".pdf"]):not([href*=".doc"]):not(.notexternal):not(.social-link):not([href*=miisolutions]) {
    background-image: url(../img/icons/external.png);
    background-position: 100% 25%;
    background-repeat: no-repeat;
    margin-right: 3px;
    padding-right: 20px;
}

a[href*=".zip"]:not(.remove-icon) {
    background-image: url(../img/icons/zip.gif);
}

a[href*=".doc"]:not(.remove-icon), a[href*=".docx"]:not(.remove-icon) {
    background-image: url(../img/icons/doc.gif);
}

a[href*=".pdf"]:not(.remove-icon) {
    background-image: url(../img/icons/pdf.gif);
}

a[href*=".ppt"]:not(.remove-icon), a[href*=".pptx"]:not(.remove-icon) {
    background-image: url(../img/icons/ppt.gif);
}

a[href*=".xls"]:not(.remove-icon) {
    background-image: url(../img/icons/xls.gif);
}

a[href*=".mp4"]:not(.remove-icon), a[href*=".wmv"]:not(.remove-icon), a[href*=".mov"]:not(.remove-icon), a[href*=".avi"]:not(.remove-icon) {
    background-image: url(../img/icons/video.gif);
}

a[href*=".doc"], a[href*=".zip"], a[href*=".docx"], a[href*=".ppt"], a[href*=".pptx"], a[href*=".xls"], a[href*=".mp4"], a[href*=".wmv"], a[href*=".mov"], a[href*=".avi"], a[href*=".pdf"] {
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding: 5px 20px 5px 0;
}

a.video-link {
    background-image: url(../img/icons/video.gif) !important;
    background-position: 100% 50% !important;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
}

@media only print {
    a {
        background-image: none !important;
    }
}

a.pdfImg,
div.aside li.article h2 > a {
    padding: 0;
    background-image: none;
}

h2 a {
    padding: 0;
    background-image: none;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

button, input[type=reset], input[type=submit] {
    border: 0;
    cursor: pointer;
}

.full-width-form label, .full-width-form textarea {
    width: 100% !important;
}

.full-width-form label {
    margin-top: 0;
}

#chars-container {
    display: block;
    clear: left;
}

#chars {
    display: inline-block;
}

.sciebar {
    position: relative;
    background: #5584b5;
    padding: 5px 0;
    color: #fff;
    font-size: 13px;
}

.header {
    background: #5f93c9;
    padding-top: 20px;
    margin-bottom: 20px;
}

.sciebar ul {
    list-style: none;
    padding: 0;
    margin: 0 20px 0 0;
}

.sciebar ul li {
    display: inline-block;
}

.sciebar a {
    color: #fff;
    padding: 0 0 0 10px;
    border: none;
}

.sciebar a:hover {
    color: #fbe745;
}

.sciebar a.is-page::after {
    font-family: 'Font Awesome 5 Free';
    content: ' ';
    color: #51a351;
    font-weight: 900;
}

.sciebar a.not-page::after {
    font-family: 'Font Awesome 5 Free';
    content: ' ';
    color: #bd362f;
    font-weight: 900;
}

#logoWrapper {
    margin: 0;
    padding-bottom: 20px;
}

#logo {
    display: table;
}

#logoWrapper #logo h1, #logoWrapper #logo p {
    font-size: 17px;
    line-height: 20px;
    text-align: left;
    margin: 0 10px;
    color: #FFF;
}

#logoWrapper #logo a, #logoWrapper #logo img {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

#logoWrapper #logo img {
    border: 0 !important;
    width: 79px;
}

#logoWrapper #logo a {
    color: #404040;
}

@media only screen and (max-width:550px) {
    #logoWrapper #logo img {
        border: 0 !important;
        width: 40px;
    }
}

nav a:after, nav a:link, nav a:visited {
    color: #fff;
}

nav ul li {
    float: left;
    list-style: none;
}

ul.menuNav li > a {
    font-size: 1.3em;
    display: block;
    padding: 6px 16px 8px;
}

ul.menuNav > li a:focus, ul.menuNav > li.active, ul.menuNav > li:active, ul.menuNav > li:focus, ul.menuNav > li:hover {
    background: #1E6194;
}

@media only screen and (max-width:800px) {
    ul.menuNav li > a {
        font-size: 1.2em;
        padding: 8px 10px 11px;
    }
}

.mob-nav {
    clear: both;
    display: none;
}

fieldset.search {
    clear: both;
}

ul.menuNav > li.search-box:hover {
    background: 0 0;
}

.search-box {
    float: right;
    margin-top: 4px;
}

.search-box button:hover {
    background: #5F93C9;
}

.container-s {
    display: table;
    font-size: 14px;
}

.container-s div.row {
    display: table-row;
}

.container-s div.cell {
    display: table-cell;
}

.container-s div.cell:last-child {
    width: 1px;
}

.button-s, input[type=search] {
    width: 100%;
    height: 30px;
    font-family: inherit;
    font-size: inherit;
    -webkit-appearance: none;
    border-radius: 0;
}

input[type=search] {
    margin: 0;
    padding: 0 10px;
    background-color: #f8f8f8;
    border: 0;
}

.button-s {
    width: auto;
    margin: 0;
    padding: 0 20px;
    color: #fff;
    background-color: #00539F;
    white-space: nowrap;
    border: 0;
    cursor: pointer;
}

.button-r {
    float: right;
    margin-left: 15px;
    padding-top: 5px;
    font-size: 14px;
}

.button-r:hover {
    text-decoration: none;
    background-color: black;
}
a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: #1E6194;
    padding: 4px 0 0;
    min-height: 42px;
    z-index: 9999;
}

.mean-container .meanmenu-reveal {
    width: 100%;
    display: inline-block !important;
}

.mean-container .trigger-wrapper {
    width: 22px;
    height: 22px;
    padding: 10px;
    float: left;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    display: block;
    font-weight: 600;
}

    .mean-container .trigger-wrapper > span {
        display: block;
        background: #fff;
        height: 3px;
        margin-top: 3px;
    }

    .mean-container .menu_title {
        float: left;
        color: #FFF;
        font-size: 16px;
        font-weight: 600;
        padding-top: 8px;
    }

    .mean-container .mean-nav {
        width: 100%;
        background: #1E6194;
    }

        .mean-container .mean-nav ul {
            padding: 0;
            margin: 0;
            width: 100%;
            list-style-type: none;
        }

            .mean-container .mean-nav ul li {
                position: relative;
                float: left;
                width: 100%;
            }

                .mean-container .mean-nav ul li a {
                    display: block;
                    float: left;
                    width: 90%;
                    padding: 1em 5%;
                    margin: 0;
                    text-align: left;
                    color: #fff;
                    border-top: 1px solid #383838;
                    border-top: 1px solid rgba(255,255,255,.5);
                    text-decoration: none;
                    text-transform: uppercase;
                    font-size: 16px;
                }

                .mean-container .mean-nav ul li li a {
                    width: 80%;
                    padding: 1em 10%;
                    border-top: 1px solid #f1f1f1;
                    border-top: 1px solid rgba(255,255,255,.25);
                    opacity: .75;
                    filter: alpha(opacity=75);
                    text-shadow: none !important;
                    visibility: visible;
                }

                .mean-container .mean-nav ul li.mean-last a {
                    border-bottom: none;
                    margin-bottom: 0;
                }

.core {
    font-weight: 700;
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255,255,255,.1);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 20px;
    height: 20px;
    padding: 14px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255,255,255,.1);
    border: none !important;
    border-left: 1px solid rgba(255,255,255,.4) !important;
    border-bottom: 1px solid rgba(255,255,255,.2) !important;
}

.mean-container .mean-push, .mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0,0,0,.4);
}

.mean-container .mean-push {
    float: left;
    clear: both;
}

.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.mean-remove {
    display: none !important;
}
/*
@media only screen and (max-width:1100px) {
    .container-s {
        width: 100%;
    }

    .search-box {
        float: left;
        width: 100%;
        margin: 10px 0 15px;
    }

    fieldset.search span {
        padding: 2%;
        width: 95%;
    }
}
*/


@media only screen and (min-width:550px) {
    .button-r-mobile {
        display: none;
    }
}

@media only screen and (max-width:550px) {
    .container-s {
        width: 100%;
    }

    .mob-nav {
        display: block;
    }

    .cell input[type=search], .mob-nav .button-s {
        margin-bottom: 0;
    }

    .button-r {
        display: none;
    }

    .button-r-mobile {
        display: block;
    }
}

@media only screen and (max-width:480px) {
}

.retweet {
    font-size: 12px;
    color: #999;
    margin-bottom: 20px;
}

.container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.example2 {
    position: relative;
}

#tw-widget .user {
    padding: 20px 20px 16px;
    position: relative;
}

#tw-widget .user a span {
    display: block;
    text-align: left;
    font-weight: 700;
}

#tw-widget .user a img[data-scribe="element:avatar"] {
    display: none;
}

#tw-widget .user a span[data-scribe="element:name"] {
    font-size: 20px;
}

#tw-widget .user a span[data-scribe="element:screen_name"] {
    font-size: 14px;
    color: #000;
}

#tw-widget .tweet {
    margin: 0;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

#tw-widget.tweet a {
    font-weight: 700;
}

#tw-widget .tweet a[data-scribe="element:url"] {
    font-weight: 400;
}

#tw-widget .tweet a:hover[data-scribe="element:url"] {
    font-weight: 400;
    color: #000;
}

#tw-widget .tweet a[data-scribe="element:hashtag"], #tw-widget .tweet a[data-scribe="element:mention"] {
    font-weight: 400;
}

#tw-widget .tweet a:hover[data-scribe="element:hashtag"] {
    font-weight: 400;
    color: #000;
}

#tw-widget .tweet img[aria-label^=Emoji] {
    max-height: 14px;
}

#tw-widget .timePosted {
    margin: 0;
    padding-left: 10px;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
}

.aligncenter, .feature, .products {
    text-align: center;
}

@media (min-width:48em) {
    #tw-widget li {
        width: 33%;
        float: left;
        padding-bottom: 20px;
    }
}

.feature {
    background: #fff;
    position: relative;
    cursor: pointer;
    float: left;
    margin: 0 0 30px;
    padding: 0 6px;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.feature:hover {
    background: #385568;
    box-shadow: 0 10px 0 #FFD964;
}

.feature img {
    margin: 0 auto;
    position: relative;
    top: 0;
    transition: transform .3s ease-in-out;
}

.feature:hover img {
    transform: translate3d(0,7px,0);
}

.feature h2 {
    margin: 13px 0 8px;
    color: #333;
    font-size: 24px;
    line-height: 26px;
}

.feature h2 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
}

.feature:hover h2 {
    color: #fbe745;
}

.feature .subline {
    color: #333;
}

.feature:hover .subline {
    color: #fff;
}

.feature p {
    font-size: 16px;
    margin: 5px 5px 1em;
}

@media only screen and (max-width:890px) {
    .feature p {
        font-size: 14px;
        padding: 0 8px;
    }
}

@media only screen and (max-width:800px) {
    .feature h2 {
        font-size: 18px;
        padding: 0 8px;
    }

    .feature h2 {
        font-size: 16px;
        line-height: 18px;
    }
}

.products {
    margin: 0;
    padding: 10px 0;
    position: relative;
    cursor: pointer;
    float: left;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.products:hover {
    background: rgba(25,60,83,1);
}

.products img {
    margin: 0 auto;
    position: relative;
    top: 0;
    transition: transform .3s ease-in-out;
}

.products:hover img {
    transform: translate3d(0,3px,0);
}

.products h3 {
    color: #FFD964;
    font-size: 18px;
    margin: 10px 0;
}

.products:hover h3 {
    color: #fbe745;
}

.products .subline, .products:hover .subline {
    color: #fff;
}

.products blockquote {
    background: 0 0;
    border-left: 0;
    margin: 0;
    padding: 0;
}

.products blockquote p {
    font-weight: 600;
}

.products blockquote p:after, .products blockquote p:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .1em;
    vertical-align: -.4em;
    font-family: Arial,Helvetica,sans-serif;
}

.products blockquote p:after {
    content: close-quote;
    margin-left: 0;
    vertical-align: -.6em;
}

.products p {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
}

@media only screen and (max-width:800px) {
    .products {
        margin: 0;
    }

    .products p {
        margin: 5px 10px 0;
    }
}

[class^=hvr-] {
    margin: 1.5em 0 0;
    padding: 1em;
    cursor: pointer;
    background: #FFE546;
    color: #666;
    -webkit-tap-highlight-color: transparent;
}

#hidden_content {
    display: none;
}

.videoWrapper {
    position: relative;
    padding: 1% 1% 57.25%;
    border: 1px solid #ccc;
    height: 0;
    width: 100%;
    margin: 0 auto 25px;
}

.videoWrapper iframe {
    position: absolute;
    width: 98%;
    height: 96.5%;
}

.intro-box .videoWrapper {
    position: relative;
    padding: 0 0 56.25%;
    height: 0;
    width: 100%;
    border: 0;
}

.intro-box .videoWrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.intro-box {
    background: #ecebeb;
    float: left;
    width: 48.5%;
    margin: 0 1% 0 0;
    border: 1pt solid #CCC;
}

.intro-box {
    background: #fff;
    width: 99%;
    margin: 0 0 30px;
    padding: 20px;
}

.intro-box a, .intro-box > p, .intro-box ul li {
    font-size: 14px !important;
    font-weight: 400;
}

.intro-box-title {
    font-size: 22px;
    color: #09f;
}

.intro-box > p {
    font-size: 16px;
}

.intro-box .videoWrapper, .intro-box blockquote {
    margin: 15px 0;
}

@media only screen and (max-width:790px) {
    .intro-box {
        float: left;
        width: 100%;
        margin-top: 20px;
    }

    .intro-box {
        margin-bottom: 20px;
    }
}
#org_table {
    border: 0;
    width: 100%;
}

    #org_table td label {
        display: inline-flex;
        float: none;
        margin: 0;
        font-size: 15px;
        cursor: pointer;
        max-width: 85%;
    }

    #org_table td input {
        float: none;
    }
.orgList td {
    position: relative;
}

    .orgList td input[type=radio] {
        margin: 15px 10px;
        cursor: pointer;
    }
/*
.orgList td label {
    clear: right;
    margin-top: 11px;
    font-size: 15px;
    cursor: pointer;
}

.orgList td input {
    cursor: pointer;
}
*/
.orgList td .info-opener {
    font-size: 22px;
    position: absolute;
    top: calc(50% - 11px);
    right: 5px;
    cursor: pointer;
}

.orgList .org-info {
    clear: both;
    width: 100%;
    padding-top: 5px;
    padding-left: 28px;
    font-size: 15px;
}

.error ul {
    padding-left: 3em;
    list-style: disc;
}

#a-z ul, .footer .col ul, .paragraph ul, div.aside ul, ul.accordion, ul.content, ul.content ul, ul.guideContents {
    list-style: none;
}

.error ul li {
    padding: 0 0 .2em;
}

.content fieldset {
    padding: 10px;
    margin: 0 0 10px;
    border: 1px solid #ccc;
}

.content fieldset legend {
    display: block;
    font-weight: 700;
    font-size: 21px;
}

.content fieldset p {
    margin: 0;
}

.content fieldset span {
    clear: both;
}

.content form label {
    display: block;
    float: left;
    /*clear: left;*/
    margin-top: 18px;
    min-width: 30%;
    max-width: 70%;
}

.content .fullwidth-label {
    max-width: 100%;
}

.divCell {
    float: left;
    min-width: 25%;
    max-width: 70%;
    min-height: 10px;
    margin: 2px 5px 0 0;
}

.checkboxlabel {
    clear: none;
    font-weight: 400;
    padding: 1px 0 0;
    text-align: left;
    width: 90%;
}

span[id*=rgx], span[id*=rqd] {
    line-height: 1.5;
    display: inline-block;
}

.content label.checkboxlabel {
    width: 90%;
    clear: none;
    padding: 1px 0 0;
    text-align: left;
    font-weight: 400;
    margin: 6px 0;
}

.content form input[type=password], .content form input[type=text], .content form input[type=email], .content form input[type=tel], .content form select {
    display: block;
    float: left;
    padding: 6px;
    font-family: inherit;
    margin-top: 15px;
    width: 258px;
    max-width: 89%;
    font-size: 1em;
    border: 1px solid #a8a8a8;
}

.content p input[type=password], .content p input[type=text] {
    font-size: 1em;
}

.content form input[type=button], .content form input[type=submit] {
    margin: 5px 0;
}

.field-validation-error {
    display: block;
    clear: left;
    color: #D70101;
}

.errormsg, .field-validation-error span {
    display: block;
    padding: 7px 0;
    float: left;
    color: #D70101 !important;
    /*max-width: 90%;*/
}

.error {
    color: Red;
}

.formWarning {
    background-color: #f6dbaa;
    border: 1px solid #c3b4b4;
    padding: 3px;
    margin-top: 5px;
    color: #000 !important;
    font-size: 0.9em;
}

.squareBoxes section {
    border: 1px solid #ccc;
    margin: 0 0 20px 0;
    padding: 10px;
}

.squareBoxes .intro .intro-right {
    border: none;
}

#interestsForm section, .personalProfile section {
    border: 1px solid #c3b4b4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 20px 0;
    padding: 10px;
}

.addressDetails > div, .myDetails > div, .tableDiv > div, .learningDetails > div {
    line-height: 1.5em;
}

.addressDetails > div > div, .myDetails > div > div, .tableDiv > div > div, .learningDetails > div > div {
    display: inline-block;
    max-width: 66%;
    vertical-align: top;
}

.tableDiv > div > div {
    border-top: 1px solid #09f;
    padding: 10px;
}

.learningDetails > div div:first-child {
    min-width: 25%;
    font-weight: 600;
}

.addressDetails > div div:first-child, .myDetails > div div:first-child {
    min-width: 33%;
    font-weight: 600;
}

.addressDetails > div div:nth-child(2) {
    min-width: 48%;
}

.mailingDetails label.checkboxlabel {
    max-width: 90%;
}

.mailingDetails div {
    clear: left;
}

.mailingDetails .interestsTab div, .myDetails .regionsTab div {
    display: inline-block;
}

.mailingDetails .interestsTab > div:first-child, .myDetails .regionsTab > div:first-child {
    width: 32%;
    vertical-align: top;
    font-weight: 600;
}

.mailingDetails .interestsTab > div:nth-child(2), .myDetails .regionsTab > div:nth-child(2) {
    width: 61%;
}

.mailingDetails .interestsTab > div:nth-child(2) li, .myDetails .regionsTab > div:nth-child(2) li {
    list-style: none;
}

.myDetails .regionsTab > div:nth-child(2) li, .myDetails .regionsTab span {
    left: -4px;
    position: relative;
}

.tableDiv > div div:first-child {
    width: 25%;
    font-weight: 600;
    border-right: 1px solid #09f;
    padding: 5px;
}

.lblReminder {
    display: inline-block;
    float: left;
    padding: 10px 0 10px 30%;
    clear: both;
}

.content textarea {
    float: left;
    width: 258px;
    height: 100px;
    max-width: 89%;
    padding: 1%;
    font-family: inherit;
    font-size: inherit;
    margin: 5px 0;
    border: 1px solid #ccc;
}

.content input[type=checkbox], .content input[type=radio] {
    float: left;
    clear: left;
    margin-right: 10px;
    margin-top: 13px;
}

.add-new-link {
    cursor: pointer;
    display: none;
}

.domval-invalid {
    color: red;
    display: none;
}

.elearningRecord > p {
    clear: both;
}

.elearningRecord input[type=text] {
    float: none;
    display: inline-block;
    margin: 0;
}

.elearningRecord #elearnReview {
    width: 100%;
    max-width: 100%;
}

.apt-youtube {
    width: 50%;
    margin-left: 20px;
    margin-bottom: 20px;
}

.apt-youtube .fa {
    margin-right: 5px;
}

.twocol-youtube {
    float: left;
    width: 47%;
    margin-right: 6px;
}

@media only screen and (max-width:500px) {

    .twocol-youtube {
        width: 97%;
    }

    .apt-youtube {
        width: 100%;
    }

    .divCell, .divRow, .liRow {
        width: 100%;
        min-width: 100%;
    }

    .divCell, .divRow .right {
        float: none;
    }

    .divCell {
        clear: both;
    }

    .divRow input[type=password], .divRow input[type=text], .divRow select, .liRow select, fieldset p input[type=password], fieldset p input[type=text], fieldset p select {
        width: 100%;
        min-width: 100%;
        margin-top: 0;
    }

    .content orgLookup div {
        clear: both;
        margin: 0;
    }
}

.sectionWrapper {
    display: block;
    height: auto;
    margin-bottom: 15px;
}

.sectionWrapper .sectionHeader {
    display: block;
    background-color: #579141;
    margin: 0 !important;
    color: #fefefe !important;
    padding: 5px 10px;
}

.sectionWrapper .sectionItem {
    clear: both;
    overflow: hidden;
    padding: 6px 15px;
    background-color: #f2f2f7;
    display: block;
}

.sectionWrapper .sectionItem .sectionImg {
    max-width: 100px;
    height: auto !important;
    float: left;
    margin-right: 15px;
}

.sectionItem:nth-child(odd) {
    background-color: #c6d4bb;
}

.guideSection .sectionItem a {
    padding-left: 20px;
    display: block;
    background: url(../img/icons/topNavOver.png) 0 4px no-repeat;
    background-size: 12px 12px;
}

.guideSection .sectionItem p, .moreSection .sectionItem p {
    margin: 0 !important;
}

.guideSection .sectionItem p > a[href*=".pdf"] {
    padding: 0 0 0 20px;
}

.moreSection .sectionItem p {
    background: url(../img/icons/topNavOver.png) 100% no-repeat;
}

.moreSection .sectionItem a {
    display: block;
}

footer {
    position: relative;
    z-index: 9;
}

.footer {
    background: #5c5c5c;
    color: #fff;
    padding: 5px 0;
    margin-top: 20px;
    font-size: 14px;
}

.footer > p {
    padding: 5px 1%;
}

.footer .column .columnItem h3 {
    font-size: 20px !important;
    color: #FFF;
    border: none;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #fff !important;
    background-color: #222;
}

.footer .row {
    margin: 0 0 0 -1%;
}

.footer .row > .col {
    float: left;
    width: 24%;
    padding: 5px 0 10px;
    margin: 0 0 1% 1%;
}

.footer .col ul.social li {
    display: inline-block;
}

.ie7 .footer .col ul.social li {
    display: inline;
    margin-right: .2em;
}

.footer .col ul.social li a {
    background: 0 0;
}

.shareLinks {
    float: none;
    position: relative;
    height: 22px;
    width: 22px;
}

.footer .column .columnItem {
    margin-bottom: 0;
}

.footer .column .columnItem img {
    border: 0;
    padding: 0;
}

.footer .column .columnItem p {
    font-size: 13px;
}

#hb-gotop, .column .columnItem .itemContent blockquote > cite {
    font-size: 1.2em;
}

.footer .column p > img {
    width: auto;
}

.footer .column ul.social li {
    display: inline-block;
    width: 20px;
}

#hb-gotop, a#hb-gotop span {
    display: none;
}

.footer .social img {
    width: 20px;
}

#hb-gotop {
    background: #5595c5;
    text-align: left;
    padding: 10px 10px 10px 15px;
    bottom: 50px;
    right: 20px;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    position: fixed;
}

#hb-gotop:hover {
    background: #1E6194;
}

.column {
    margin-top: 15px;
}

.column .columnItem {
    float: left;
    margin-bottom: 20px;
    position: relative;
}

.columnItem .itemContent {
    padding: 0;
}

.columnItem p.title a {
    background: 0 0 !important;
}

.column .columnItem .itemContent img {
    width: 100%;
    max-width: 100px;
}

.column.imgBord img {
    border: 1px solid #ccc;
    width: 100%;
}

.column .columnItem .itemContent blockquote, .column .columnItem .itemContent p {
    margin-bottom: 20px;
}

.column .columnItem .itemContent p a.nButton {
    display: inline-block;
}

.column .columnItem .itemContent blockquote > p {
    font-weight: 700;
}

.column .columnItem .title, .column .columnItem h2, .column .columnItem h3 {
    font-size: 20px;
    padding: 5px 0;
    display: block;
    border-bottom: 2px solid #DDD;
    margin-bottom: 10px;
    background: 0 0;
    font-weight: 400;
}

.twoColumn .columnItem {
    width: 49%;
    margin-left: 2%;
}

.twoColumn .columnItem.Narrow {
    width: 29%;
}

.twoColumn .columnItem.Wide {
    width: 69%;
}

.twoColumn .columnItem:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
}

.threeColumn .columnItem {
    width: 32%;
    margin-left: 2%;
}

.threeColumn .columnItem:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
}

.fourColumn .columnItem {
    width: 23.5%;
    margin-left: 2%;
}

.fourColumn .columnItem:nth-child(4n+1) {
    margin-left: 0;
    clear: both;
}

@media only screen and (max-width:740px) {

    .threeColumn .columnItem {
        width: 49%;
        margin-left: 2%;
    }

    .threeColumn .columnItem:nth-child(3n+1) {
        margin-left: 2%;
        clear: none;
    }

    .threeColumn .columnItem:nth-child(2n+1) {
        margin-left: 0;
        clear: both;
    }

    .fourColumn .columnItem {
        width: 49%;
        margin-left: 2%;
    }

    .fourColumn .columnItem:nth-child(4n+1) {
        margin-left: 2%;
        clear: none;
    }

    .fourColumn .columnItem:nth-child(2n+1) {
        margin-left: 0;
        clear: both;
    }
}

@media only screen and (max-width:380px) {
    .column .columnItem {
        width: 100%;
        margin-left: 0 !important;
        float: none;
    }

    ul.guideContents li {
        width: 100%;
        margin: 0 0 10px;
        float: none;
    }

    .contentpage ul.content > li.article, .home ul.content > li.article, ul.content > li.threecol {
        width: 100%;
        margin-left: 0;
    }

    .contentpage ul.content > li.article:nth-child(2n+1), .home ul.content > li.article:nth-child(2n+1), ul.content > li.threecol:nth-child(2n+1) {
        margin-left: 0;
    }
}

.col, .letters {
    float: left;
}

.3-col-section, .4-col-section {
    clear: both;
    padding: 0;
    margin: 0;
}

.col {
    display: block;
    margin: 2% 1% 0;
    overflow: visible;
}

.col:first-child {
    margin-left: 0;
}

.group:after, .group:before {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.span_1_of_4 {
    width: 23.23%;
}

.span_1_of_3 {
    width: 35%;
}

@media only screen and (max-width:790px) {
    .span_1_of_3 {
        width: 100%;
    }
}

@media only screen and (max-width:740px) {
    .col {
        margin: 1% 0;
    }

    .span_1_of_4 {
        width: 99%;
    }
}

@media only screen and (max-width:600px) {
    .col {
        margin: 1% 0;
    }
}

.drop-down {
    float: right;
}

@media only screen and (max-width:1000px) {
    .drop-down, .letters {
        float: left;
        width: 100%;
    }
}

.a-zWrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.a-zWrapper {
    background-color: rgba(214,211,212,.57);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#91D6D3D4,endColorstr=#91D6D3D4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#91D6D3D4, endColorstr=#91D6D3D4);
    zoom: 1;
    padding: .5% 3% 3%;
    margin: 10px 0;
    float: left;
}

.ie9 .a-zWrapper {
    filter: none;
}

.a-zWrapper * {
    box-sizing: border-box;
}

.a-zWrapper .a-zSection {
    background-color: #FFF;
    border: 0 solid #393838;
    float: left;
    height: auto;
    margin: 2% 0;
    padding: 2%;
    width: 100%;
}

blockquote {
    background: #f9f9f9;
    border-top: 2px solid #1f80c0;
    border-bottom: 2px solid #1f80c0;
    border-left: none !important;
    margin: 1.5em 0;
    padding: 17px 17px 14px;
    position: relative;
}

blockquote.with-image {
    margin-bottom: calc(1.5em + 60px) !important; 
   /* border-bottom: none;*/
}

    blockquote.with-image::before, blockquote.with-image::after {
        display: block;
        content: '';
        /* background: #1f80c0; Having this and border-bottom none above meant you couldn't change the colour of the bottom border - had to be blue*/
        height: 2px;
        width: calc(50% - 75px);
        position: absolute;
        bottom: 0;
        left: 0;
    }

blockquote.with-image::after{
    left: auto;
    right: 0;
}

blockquote cite {
    margin: 0px 0px 15px 15px;
    display: block;
    font-style: normal;
    font-weight: 900;
}

blockquote p + cite {
    margin: 15px 15px 0px 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}


blockquote p {
    margin-bottom: 15px;
    padding: 0 15px;
    text-indent: 1.5em;
    position: relative;
}

blockquote.with-image p {
    margin-bottom: 30px;
}

blockquote p:after, blockquote p:before {
    content: open-quote;
    font-size: 6em;
    line-height: .1em;
    margin-right: .1em;
    font-family: georgia;
    color: #aaa;
    position: absolute;
    top: 30px;
    left: -23px;
}

blockquote p:after {
    content: close-quote;
    margin-left: .1em;
    right: -25px;
    left: auto;
    bottom: -31px;
    top: auto;
}

.cta blockquote, .aside blockquote {
    border: none;
}

.cta blockquote p, .aside blockquote p {
    text-indent: 1em;
}

.cta blockquote p:after, .cta blockquote p:before,
.aside blockquote p:after, .aside blockquote p:before {
    font-size: 3em;
    top: 22px;
    left: -10px;
}

.cta blockquote p:after, .aside blockquote p:after {
    right: -15px;
    bottom: -7px;
    top: auto;
    left: auto;
}

blockquote img {
    position: absolute;
    bottom: -60px;
    left: calc(50% - 60px);
    width: 120px;
    height: 120px !important;
    border-radius: 120px;
}

blockquote[class^="alt"] cite {
    font-weight: 600;
}

blockquote.alt-purple {
    border-color: #943462;
}

blockquote.alt-purple cite {
    color: #943462;
}

blockquote.alt-green {
    border-color: #638768;
}

blockquote.alt-green cite {
    color: #638768;
}

blockquote.with-image.half-width cite { 
    text-align: center;
    margin: 0 0 70px;
}

@media screen and (max-width: 1024px) {
    blockquote.with-image cite { 
        text-align: center;
        margin: 0 0 70px;
    }
}

.contentpage ul.content, .divRow, .home ul.content, .home ul.content > li.article.tertiary ul, .ie7 div.aside li.article, .sectionNav > div > ul > li, .sectionNav > ul > li, div.aside ul, ul.content, ul.content .article.secondary, ul.guideContents {
    overflow: hidden;
}

.nBreadcrumb {
    margin-bottom: 20px;
}

@media only screen and (min-width:583px) {
    .breadcrumb ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .breadcrumb ul li {
        display: inline;
        font-size: 12px;
        color: #000000;
        font-weight: 600;
    }

    .breadcrumb ul li a {
        margin-right: 3px;
        white-space: nowrap;
        color: #000000;
        font-weight: 600;
    }

    .breadcrumb ul li:after {
        content: "/";
        padding-left: 2px;
        padding-right: 2px;
    }

    .breadcrumb ul li:last-child:after {
        display: none;
    }
}

@media only screen and (max-width:582px) {
    .breadcrumb, .nBreadcrumb ul {
        margin-left: 2.5%;
        list-style: none;
    }

    #breadcrumb-nav-trigger {
        margin-left: 2.5%;
        width: 95%;
    }

    .breadcrumb li, .nBreadcrumb ul li {
        width: 100%;
        padding: 5px;
        border-top: 1px solid #000;
    }

    .breadcrumb li:first-child {
        border-top: 0;
        margin-top: -3px;
    }

    .breadcrumb li a, .breadcrumb li {
        font-size: 13px;
        font-weight: 600;
        color: #000000;
        display: block;
    }

    .breadcrumb li a {
        margin-left: 10px;
    }

    .breadcrumb li:last-child {
        padding-left: 15px;
    }

    .breadcrumb li a::before, .nBreadcrumb ul li a::before {
        font-family: 'Font Awesome 5 Free';
        position: absolute;
        right: 30px;
        font-weight: 900;
    }
}

.sectionNav ul, .sectionNav > div ul {
    margin-bottom: 15px;
    padding: 0;
    position: relative;
    background: #fff;
    width: 100%;
    list-style: none;
    border: 1px solid #ccc;
}

.sectionNav ul.nav, .sectionNav ul.nav ul, .sectionNav > div ul.nav {
    border: 0;
    margin-bottom: 0;
}

.sectionNav ul.secondNav {
    margin-top: 15px;
}

.sectionNav ul li {
    font-size: 18px;
    position: relative;
}

.aside ol li, .aside ul li, .content ol li, .content ul li, .sectionNav ul li > ul li a {
    font-size: 16px;
}

.sectionNav ul.nav li {
    margin-left: 10px;
    border-left: 2px solid #ccc;
}

.sectionNav ul.nav > li {
    margin-left: 0;
}

.sectionNav ul li a {
    font-weight: 400;
    display: block;
}

.sectionNav ul a:hover {
    text-decoration: underline;
    color: #000;
}

.sectionNav div > ul > li a, .sectionNav ul > li a {
    display: block;
    padding: 5px 0 5px 25px;
    clear: both;
    background: url(../img/new/icons/icon_breadcrumb.png) 7px 13px no-repeat;
}

.sectionNav div > ul.nav > li a, .sectionNav ul.nav > li a {
    background-image: none;
    padding-left: 15px;
    position: relative;
    z-index: 1;
}

.sectionNav div > ul.nav > li a::before, .sectionNav ul.nav > li a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "--";
    position: absolute;
    left: 0;
    color: #ccc;
    letter-spacing: -3px;
    font-size: 16px;
}

.sectionNav div > ul > li > a.active, .sectionNav div > ul > li > a.selected, .sectionNav ul.subNav li a.active, .sectionNav ul.subSubNav li a.active, .sectionNav ul.subSubSubNav li a.active, .sectionNav ul > li > a.active, .sectionNav ul > li > a.selected {
    color: #000;
    border-left: 3px solid #1F80C0;
    border-bottom: 1px solid #ccc;
}

.sectionNav ul.nav li a {
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.sectionNav ul.nav li a.current-page {
    font-weight: 600;
    background-color: #dee8f1;
    color: #000;
}

.sectionNav ul.nav li a.inactive {
    display: none;
}

.sectionNav ul.nav li .Subnav a.active-section, .sectionNav ul.nav li .subNav a.active-section {
    background-color: #1F80C0;
    color: white;
}

.sectionNav ul.nav > li:first-child > a {
    background-color: #1E6194;
    color: #FFF;
}

.Subnav * {
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.sectionNav.fixed a.current-page + [class^="Sub"] *, .sectionNav.fixed a.current-page + [class^="sub"] * {
    background: #dee8f1;
}

.fixed .xsmall-nav li a {
    font-size: 0px;
    padding: 0;
    min-height: 15px;
    transition: all .4s ease-in-out !important;
}

.fixed .xsmall-nav li a:hover {
    font-size: 14px;
    background-color: #1f80c0 !important;
    color: #fff;
    text-decoration: none;
    padding: 5px 0 5px 15px;
}

.fixed .xsmall-nav li a::after {
    content: '>';
    font-size: 11px;
    position: absolute;
    right: 5px;
}

.fixed .xsmall-nav li a.current-page, .xsmall-nav li a.active-section, .xsmall-nav li a.selected {
    display: block;
    height: auto;
    font-size: 16px !important;
    padding: 5px 0 5px 15px;
}

.fixed .xsmall-nav li a.current-page::after, .xsmall-nav li a.active-section::after, .xsmall-nav li a.selected::after {
    display: none;
}

.sectionNav .previous, .sectionNav .next {
    display: block !important;
}

.sectionNav.fixed .previous, .sectionNav.fixed .next {
    background-color: #dee8f1;
}

.fixed .xsmall-nav .previous, .fixed .xsmall-nav .next {
    display: none !important;
}

.divRow {
    clear: both;
}

li.liRow {
    list-style: none;
    display: inline-block;
    width: 49.5%;
        /*float: left;*/
}

li.liRow label.checkboxlabel {
    max-width: 100%;
    margin: 4px 0;
}

li.liRow input[type=checkbox] {
    margin-top: 10px;
}

@media only screen and (max-width:1083px) {
    li.liRow {
        width: 100%;
    }
}

div.aside ul, ul.content {
    padding: 0;
    margin: 0;
}

div.aside ul li, ul.content li {
    padding: 5px 0;
    margin: 0 0 3%;
}

.content ul.content {
    margin-top: 30px;
}

div.aside ul li ul > li {
    padding: 5px 0;
    margin: 0;
}

div.aside > ul > li {
    margin-bottom: 10px;
}

div.aside li.article.image > h2 {
    margin: 0;
}

div.aside li.article.image > div.image {
    max-width: 220px;
    margin: auto;
    border: 1px solid #ccc;
}

.image.border {
    max-width: 220px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

div.aside li.article > .key {
    padding: 0 5px;
}

div.aside li.article > .key > li > img {
    max-width: 16px;
    float: left;
    margin-right: 15px;
}

.wTopAside .aside {
    float: right;
    clear: right;
}

.wTopAside .aside.topAside {
    float: right;
}

ul.content > li.article {
    float: left;
    width: 23.33%;
}

.ie7 ul.content {
    margin-bottom: 10px;
}

ul.content > li.article {
    position: relative;
    padding: 0;
    margin-left: 1%;
}

div.aside ul > li.article, div.em, ul.accordion > li > h2, ul.accordion > li > h3, ul.accordion > li > h4, ul.accordion > li > h5, ul.guideContents li {
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #fafafa;
}

div.aside ul > li.article.downloads, div.downloads, ul.content > li.article.downloads {
    background: rgba(101,101,200,.1);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#196565C8,endColorstr=#196565C8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#196565C8, endColorstr=#196565C8);
    zoom: 1;
}

.tertiary a:hover, li.article > a:hover {
    background: 0 0;
}

.ie9 div.aside ul > li.article, .ie9 div.aside ul > li.article.downloads, .ie9 div.downloads, .ie9 div.em, .ie9 ul.accordion > li > h3, ul.accordion > li > h2, ul.accordion > li > h4, .ie9 ul.content > li.article, .ie9 ul.content > li.article.downloads, .ie9 ul.guideContents li {
    filter: none;
}

.aside li.article, ul.accordion > li div.em {
    border: 1px solid #ccc;
}

div.em p:last-child {
    margin-bottom: 0;
}


.contentpage ul.content > li.article, .home ul.content > li.article, ul.content > li.threecol {
    width: 32%;
    margin-left: 2%;
}

.contentpage ul.content > li.article:nth-child(3n+1), .home ul.content > li.article:nth-child(3n+1), ul.content > li.threecol:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}

.ie7 .home ul.content > li.article {
    width: 32%;
}

.home ul.content > li.article.tertiary ul li {
    float: left;
    width: 22%;
    text-align: center;
    clear: none;
    margin-left: 3%;
}

.home ul.content > li.article.tertiary ul {
    margin: 0;
}

.home ul.content > li.article.tertiary ul li img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.aside li.article > a > img, .aside li.article > img:first-child {
    margin-top: -5px;
    margin-left: -5px;
    width: 105% !important;
}

ul.content li.article > a > img, ul.content li.article > img:first-child {
    border: 1px solid #ccc;
    width: 100%;
}

ul.content li > h2 {
    font-size: 20px;
    display: block;
    border-bottom: 2px solid #DDD;
    margin-bottom: 10px;
    background: 0 0;
    font-weight: 400;
    padding: 5px 0;
}

ul.content li p {
    font-size: 16px;
    margin-bottom: 20px;
    clear: both;
}

div.aside li h2 {
    font-size: 20px;
}

div.aside ul li div > .articlecontent, div.aside ul li div > h2, div.aside ul li > .articlecontent, div.aside ul li > h2, div.aside > ul > li > p, ul.content dl, ul.content li > ul {
    padding: 0 5px;
}

.articlecontent p:last-child, ul.content > li > p:last-child {
    padding: 0;
    margin: 0;
}

ul.content li > ul > li {
    clear: both;
}

ul.content > li.article.tertiary ul li {
    float: left;
    text-align: center;
    clear: none;
    margin-left: 3%;
}

thead th {
    background: #faf8f7;
    border: 1px solid #ddd9d6;
    font-weight: 700;
}

td, th {
    text-align: left;
    vertical-align: top;
    padding: 5px;
}

a.nButton span {
    vertical-align: middle;
}

tbody td, tbody th {
    border: 1px solid #eee;
}

.slim td.col1, .slim th.col1 {
    width: 1%;
}

.threeCol td, .threeCol th {
    width: 33%;
}

ul.content li > .articlecontent {
    padding-bottom: 2em;
}

div.aside ul .article img, ul.content .article img {
    width: 100%;
    height: auto;
}

div.aside li.article.icon img {
    display: none;
}

ul.content .article.secondary img {
    float: left;
    margin: 0 5px 5px 0;
    clear: left;
    width: 40%;
}

div.aside ul .button {
    float: right;
}

ul.content dl dd {
    margin: 0 0 .5em;
}

.content {
    float: left;
}

.columnItem a, .content a, .em a, div.aside a {
    font-weight: 600;
}

ul.content {
    float: none;
    margin: 0 0 20px;
}

.content h1 {
    font-size: 2.2em;
    margin-bottom: 15px;
}

h1 sup, h1 sub {
    font-size: .4em;
    color: #09f;
}

.content ol {
    padding-left: 3em;
}

ol.itemspacing li {
    margin-bottom: 10px;
}

ol.two-columns {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

ul.two-columns {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}


ol.three-columns {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}

ul.three-columns {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}

ul.guideContents {
    clear: both;
    margin-left: -1px;
}

ul.guideContents li {
    float: left;
    width: 48%;
    margin: 0 0 10px 2%;
    padding-bottom: 0;
}

ul.guideContents li:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
}

ul.guideContents li img {
    float: left;
    margin: 0 10px 0 0;
    display: block;
}

ul.guideContents li h3 {
    font-size: 1.2em;
    margin: 0;
}

div.em {
    margin: 10px 0;
    padding: 15px;
    border: 1px solid #ddd;
}

.em-header { /*White background for just the header*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    padding-top: 10px;
    padding-left : 5px;
    margin: 0 -15px 5px -15px; /* counteracts the em box*/
}


img.em-logo {
    padding: 5px 5px 5px 0;
    min-width: 15%;
    max-width: 20%;
}

@media screen and (max-width: 676px) {
    .em-header {
        display: block;
    }

    img.em-logo {
        max-width: 40%;
        margin: 0 auto;
        display: block;
    }
}

    


    div.em[id*=Login] {
        color: red !important;
    }

div.em p img {
    float: left;
    margin: 0 10px 10px 0;
}

div.em > img {
    float: left;
    margin: 0 5px 5px 0;
    max-width: 150px;
}

div.em > img[src*=downloads], div.em > img[src*=icon], div.em > img[src*=pencil] {
    width: 6%;
    height: auto;
}

div.aside li.article {
    background: 0 0 !important;
    padding: 5px;
}

div.aside li.article h2, div.aside li.article h2 a {
    font-size: 22px;
    color: #09F;
    margin: 0;
}

div.aside li.article h2 > a {
    font-weight: 400;
    display: block;
}

div.aside li.article ul li {
    border-bottom: 1px solid #CCC;
}

div.aside li.article ul li:last-child {
    border-bottom: none;
}

div.aside li.article div.panel ul p {
    margin: 0;
}

.documentinfo {
    font-weight: 700;
}

@media only screen and (max-width:850px) {

    div.aside ul .article img, ul.content .article img {
        width: auto;
        height: auto;
    }
}

@media only screen and (max-width:650px) {
    .contentpage ul.content > li.article, .home ul.content > li.article, ul.content > li.threecol {
        width: 49%;
    }

    .contentpage ul.content > li.article:nth-child(3n+1), .home ul.content > li.article:nth-child(3n+1), ul.content > li.threecol:nth-child(3n+1) {
        clear: none;
        margin-left: 2%;
    }

    .contentpage ul.content > li.article:nth-child(2n+1), .home ul.content > li.article:nth-child(2n+1), ul.content > li.threecol:nth-child(2n+1) {
        clear: both;
        margin-left: 0;
    }
}

@media only screen and (max-width:380px) {
    .contentpage ul.content > li.article, .home ul.content > li.article, ul.content > li.threecol {
        width: 100%;
        margin-left: 0;
    }

    .contentpage ul.content > li.article:nth-child(2n+1), .home ul.content > li.article:nth-child(2n+1), ul.content > li.threecol:nth-child(2n+1) {
        margin-left: 0;
    }
}

.button, .button[href*=".doc"], .button[href*=".pdf"], input[type=submit].button {
    font-size: 16px;
    font-weight: 400 !important;
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
    padding: 5px 25px 5px 10px !important;
    background: url(/assets/img/new/button-icon/arrow.png) 95% 50% no-repeat;
    background-color: #5F93C9;
    background-size: 8px;
}

.button.bg-green {
    background-color: #638768
}

.button.more {
    background-position: 90% 55%;
}

.buttonBox {
    padding: 0.5em;
}

input[type=submit].button {
    background-position: 95% 60%;
}

input[type=submit].btnCancel {
    background-position: 90% 60%;
}

.button:hover, .button[href*=".doc"]:hover, .button[href*=".pdf"]:hover {
    color: #fff !important;
    background-color: #1E6194 !important;
}

.button > span {
    display: none;
}

input.button {
    border: 0 !important;
}

.btnCancel {
    background-color: #af0303 !important;
}

.btnCancel:hover {
    background-color: #750101 !important;
}

a.box-link {
    display: block;
    background: #fafafa;
    cursor: pointer;
    margin: 0 0 10px;
    padding: 5px 10px;
    font-size: 1.1em;
    border: 1px solid #ddd;
    position: relative
}

a.box-link:before {
    content: '';
    display: block;
    position: absolute;
    right: 4px;
    top: 4px;
    background: url(../img/new/icons/icon_accordion_lores.png) no-repeat;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 20px;
    height: 27px;
}

ul.accordion {
    padding: 0;
    margin: 0;
}

.em ul.bullet, ul.accordion ul {
    list-style: disc;
}

    ul.accordion > li > h2,
    ul.accordion > li > h3,
    ul.accordion > li > h4,
    ul.accordion > li > h5 {
        cursor: pointer;
        margin: 0 0 10px;
        font-size: 1.1em;
        padding: 5px 20px 5px 35px;
        position: relative;
        border: 1px solid #ddd;
        color: #09F;
    }

li.accContent h2:focus,
li.accContent h3:focus,
li.accContent h4:focus {
    border: 2px solid black !important;
}

ul.accordion + h3 {
    margin-top: 30px;
}

ul.accordion h2.active, ul.accordion > li > h2:active, ul.accordion > li > h2:hover, ul.accordion h3.active, ul.accordion > li > h3:active, ul.accordion > li > h3:hover, ul.accordion h4.active, ul.accordion > li > h4:active, ul.accordion > li > h4:hover {
    background-color: #cfe3be;
}

ul.accordion div > h4 {
    font-size: 1.1em;
}

    ul.accordion h2 span,
    ul.accordion h3 span,
    ul.accordion h4 span,
    ul.accordion h5 span {
        position: absolute;
        left: 8px;
        top: 2px;
        width: 20px;
        height: 27px;
        background: url(../img/new/icons/icon_accordion_lores.png) no-repeat;
        text-indent: -5000px;
    }

ul.accordion h3.rightArrow span {
    right: 8px;
    left: auto;
}

ul.accordion h3.rightArrow {
    padding: 5px 20px 5px 5px;
    letter-spacing: 1px;
}

    ul.accordion:not(.color-chart) > li > h4 > strong {
        font-size: 0.9em;
        color: #690c0c;
    }

ul.accordion div p span.heavier {
    font-weight: 600;
}

.color-chart {
    margin-bottom: 20px;
}

.color-chart > p {
    padding: 10px 10px 10px 35px;
    margin: 0;
    font-size: 1.1em;
}

.color-chart .accContent {
    margin-bottom: 15px;
}

.color-chart h2, .color-chart h3, .color-chart h4, .color-chart h5 {
    color: white !important;
    padding: 5px 20px 8px 35px !important;
    border: none !important;
    margin-bottom: 15px !important;
}

.color-chart li.accContent div h4 {
    padding: 5px 5px 5px 0px !important;
    font-weight: 700;
}

.color-chart h2 strong, .color-chart h3 strong, .color-chart h4 strong, .color-chart h5 strong {
    font-weight: 700;
}

ul.color-chart h2 span, ul.color-chart h3 span, ul.color-chart h4 span, ul.color-chart h5 span {
    background: url(../img/new/icons/icon_accordion_lores_white.png) no-repeat;
}

.color-chart > h4 {
    color: white;
    margin: 20px 0 0;
    padding: 5px 0 10px 15px;
    border-bottom: none !important;
}

.color-chart .accContent > h3 > small {
    font-size: 0.8em;
    color: white;
    margin: 0px;
    padding: 5px 0px;
    display: block;
}

.color-chart > div {
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px 15px;
    margin-top: 0;
}

ul.accordion.color-chart div[class^="bdr"] {
    margin-top: -15px;
}

ul.accordion.color-chart div h2,
ul.accordion.color-chart div h3,
ul.accordion.color-chart div h4,
ul.accordion.color-chart div h5 {
    color: rgb(48, 48, 48) !important;
}
/* pie and bar charts */
.chart-block {
    margin-bottom: 25px;
    padding: 10px;
    text-align: center;
    align-self: center;
}

.chart-block p {
    margin-top: 20px;
    padding: 5px;
    margin-bottom: 0;
}

@media only screen and (min-width:768px) and (max-width:1158px) {
    .chart-block canvas {
        width: 200px !important;
        height: 200px !important;
    }
}

ul.accordion h2.active span,
ul.accordion h3.active span,
ul.accordion h4.active span,
ul.accordion h5.active span {
    background-position: -20px 0;
    top: 5px;
}

ul.accordion .accContent > div {
    margin: -11px auto 10px;
    border: 1px solid #DDD;
    border-top: none;
    padding: 10px;
        /*overflow: auto;*/
        /*width: 97%;*/
}

ul.accordion .btn-wrapper {
    text-align: center;
    margin: 15px 0;
        /* overriding styles from css class: ul.accordion div */
    padding: 0;
    border: none;
}

ul.accordion .btn-wrapper .btn {
    display: block;
    padding: 15px 0;
    text-transform: uppercase;
}

ul.accordion .btn-wrapper .btn.start {
    background-color: #16a085;
    color: #ffffff;
}

.content ul.contents, ul.bullet {
    padding-left: 3em;
    list-style: disc;
    margin-bottom: 15px;
}

ul.bullet ul {
    margin: 5px 0 0;
}

ul.bullet li {
    padding: 0 0 .2em;
}

ul.accordion.remove-bullets, ol.remove-bullets, ul.remove-bullets {
    list-style: none;
}

ol.remove-bullets {
    margin-left: -48px; /* removed the indent */
}

    /* List styling */
ul.featureList {
    margin: 5px 0;
    padding-left: 2em;
    list-style-type: none;
}

div ul.featureList {
    list-style-type: none !important;
}

ul.featureList li {
    padding: 0 0 .2em;
}

ul.featureList li.tickboxoff:before {
    content: "\2610";
    margin-right: 5px;
}

ul.featureList li:before {
    position: absolute;
    margin-left: -1.3em;
    font-weight: bold;
}

ul.featureList li.tick:before {
    content: "\2713";
    color: darkgreen;
}

    ul.featureList li.q-mark:before {
        content: "\003F";
    }

ul.featureList li.cross:before {
    content: "\2717";
    color: crimson;
}

.featureList.devices {
    padding: 0;
}

.featureList.devices .feature-list-device-item {
    background-color: #eaeaea;
    display: block;
    width: 175px;
    padding: 0;
    margin: 5px 5px;
}

.featureList.devices .feature-list-device-item i.fa {
    background-color: #424242;
    color: #ffffff;
    width: 33px;
    height: 33px;
    vertical-align: middle;
}

.featureList.devices .feature-list-device-item i.fa:before {
    position: relative;
    top: 10px;
}

.featureList.devices .feature-list-device-item span {
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px;
}

.light-green {
    background-color: rgba(211,224,178,.3);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66D3E0B2,endColorstr=#66D3E0B2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66D3E0B2, endColorstr=#66D3E0B2);
}

.turquoise {
    background-color: rgba(31,123,114,.2);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19CC7A02,endColorstr=#19CC7A02);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19CC7A02, endColorstr=#19CC7A02);
}

.programme {
    background-color: rgba(255,102,0,.2);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FF6600,endColorstr=#33FF6600);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FF6600, endColorstr=#33FF6600);
}

@media only screen and (max-width:768px) {

    .flex-2col div, .flex-2col img {
        flex-basis: 100% !important;
    }

    .content form label {
        max-width: 85%!important;
    }


}

.process-map .popup-wrapper {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.6);
    overflow-y: scroll;
}

.process-map .popup-window {
    position: relative;
    max-width: 890px;
    margin: 60px auto;
    padding: 50px;
    background: #FFF;
    border: 1px solid #999;
    text-align: left;
    color: #333;
}

#tabs ul li a, .one_tab > p {
    text-decoration: none;
    text-align: center;
}

.process-map .options {
    list-style: none;
    position: absolute;
}

.process-map .options li {
    width: 35px;
    height: 35px;
    line-height: 35px;
    float: left;
    font-size: 25px;
    margin-left: 10px;
    background-color: #F0A888;
    text-align: center;
}

#tabs, #tabs ul {
    float: left;
    width: 100%;
}

.process-map .options-top {
    top: 10px;
    right: 10px;
}

.process-map .options-bottom {
    bottom: 10px;
    right: 10px;
}

.process-map .options li a {
    display: block;
}

.process-map .options li i {
    color: #000;
}

.process-map .none {
    display: none;
}

.process-map area:focus {
    border: 2px solid #000;
}

#tabs {
    font-size: 90%;
    border: 2px solid #CCC;
    background: #9eb75f;
    margin-bottom: 10px;
}

#tabs ul {
    background: #fff;
}

#tabs li {
    list-style: none;
    width: 33.334%;
    background-color: #C6D4BB;
}

* html #tabs li {
    display: inline;
}

#tabs li, #tabs li a {
    float: left;
}

#tabs ul li {
    border-right: 1px solid #000;
}

#tabs ul li.active {
    background: #9eb75f;
}

#tabs ul li.active a {
    font-weight: 700;
    color: #fff;
}

#tabs div {
    background: #fff;
    clear: both;
    color: #444;
    float: left;
    height: auto;
    margin: 3%;
    min-height: 200px;
    padding: 5%;
    width: 94%;
}

#tab-3 .em, .one_tab .em, .videoTab .em {
    display: block !important;
    min-height: 0 !important;
}

#tabs #tab-3 {
    padding: 0;
}

#tabs div h3 {
    margin: 10px 0;
}

#tabs div p {
    line-height: 150%;
}

#tabs div p a:hover {
    text-decoration: underline;
}

#tabs ol {
    float: left;
}

#tabs ol li, #tabs ul li {
    font-size: 16px;
}

#tabs ol li {
    list-style: disc;
    width: 95%;
    margin-left: 5%;
    background: #fff !important;
}

.account ul, .pagesize .pagination ul, li.article li, ul.staff, ul.topic, ul.video {
    list-style: none;
}

#tabs ul li a {
    padding: 4px 0;
    color: #000;
    font-weight: 700;
    width: 100%;
}

#tabs ul li:last-child {
    border-right: 0;
}

#tab-3 h3, #tab-3 p {
    padding-left: 10px;
    margin-bottom: 10px;
}

#tab-3 a {
    color: #00539F !important;
}

#tab-3 .em {
    padding: 5px !important;
}

.two_tabs > ul li {
    width: 50% !important;
    padding: 0;
}

.videoTab .em {
    padding: 5px !important;
}

.one_tab > p {
    padding-top: 5px;
    font-weight: 700;
    width: 100%;
    color: #fff;
}

.one_tab .em {
    padding: 5px !important;
}

.transcript h3, .transcript p {
    padding-left: 10px;
    margin-bottom: 10px !important;
}

#tabs ol li ol {
    margin-top: 10px;
    margin-left: 10px;
}

#tabs .videoTab {
    padding: 0;
}

.iwtvidWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 0 0 1em;
    display: block !important;
}

.iwtvidWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#tabs div.em {
    background: rgba(101,101,200,.1);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#196565C8,endColorstr=#196565C8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#196565C8, endColorstr=#196565C8);
    zoom: 1;
}

.ie9 #tabs div.em, .ie9 .endorsement {
    filter: none;
}

.thumbs {
    float: left;
    border: 1px solid #000;
    margin-bottom: 20px;
    margin-right: 20px;
}

.section {
    background-color: #FFF;
    border: 1px solid #ccc;
    float: left;
    height: auto;
    margin: 2% 0;
    padding: 2%;
    width: 100%;
}

.section ul {
    margin-left: 1em;
}

.content h2 {
    padding: 0;
}

narmal {
    font-size: 10px;
}

ul.staff li {
    clear: both;
}

ul.staff li h4 {
    clear: both;
    margin-bottom: 10px;
    font-weight: 700;
}

.author {
    overflow: hidden;
}

.author img, ul.staff li img {
    float: right;
    clear: right;
    margin: 0 0 10px 10px;
    border: 1px solid #ccc;
    padding: 5px;
}

.in-section-wrapper {
    margin-bottom: 15px;
}

.in-section {
    clear: both;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.in-section.top {
    border-top: 1px solid #ccc;
}

.in-section img {
    margin: 8px 10px 10px 0;
    float: left;
    width: 30%;
}

.in-section h3 {
    margin-bottom: 8px;
}

.in-section p {
    overflow: hidden;
    margin-bottom: 10px;
}

.features-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    background: #eaf5e6;
    border-bottom: 4px solid #6c8610;
    padding: 0 0 15px;
    margin-bottom: 20px;
}

.features-list .org {
    flex-basis: 100%;
    background-color: #6c8610;
    background-image: none !important;
    padding: 5px 10px 5px 2.2%;
    margin: 0 0 5px !important;
    color: white !important;
    font-size: 20px;
    font-weight: 600;
}

.features-list .org a {
    color: white !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

.features-list .org em {
    font-weight: 400;
    font-size: 16px;
}

.features-list h5 {
    color: #50640a;
    font-weight: 600;
    flex-basis: 100%;
    margin-top: 5px;
    padding-left: 2%;
}

.features-list > img {
    width: 31%;
}

.features-list > div {
    width: 60%;
}

.features-list > p {
    width: 96%;
}

.features-list .full-width {
    width: 96%;
}

.features-list > div a {
    background: #6c8610;
    color: white;
    display: inline-block;
    width: auto;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.features-list > div a:hover {
    color: white;
    background: #1E6194;
}

.features-list > div a.inline-link {
    display: inline;
    background: none;
    padding: 0;
    margin: 0;
    color: #6c8610;
}

.features-list blockquote {
    border-left: 10px solid #6c8610;
    margin: 1.5em 2%;
}

.features-list.light {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    background: #eaf5e6;
    border-bottom: 4px solid #6c8610;
    padding: 0 0 15px;
    margin-bottom: 20px;
}

@media only screen and (max-width:400px) {
    .in-section h3 {
        clear: both;
    }
}

.intro {
    overflow: hidden;
    width: 100%;
}

.intro .intro-left {
    width: 48%;
    float: left;
}

.intro .intro-right {
    width: 48%;
    float: right;
    padding: 5px;
    border: 1px solid #ccc;
}

.intro .intro-right i {
    margin-left: 2px;
    margin-right: 5px;
}

.intro .intro-right.none-video {
    padding: 0;
    border: none;
}

.intro .intro-right.none-video blockquote {
    margin: 0;
}

.intro .intro-right .featureList {
    padding: 0px;
    border: none;
    margin: 0px;
    width: 98%;
}

.intro .intro-right .featureList li {
    width: 98%;
}

.intro .intro-right.vimeo {
    padding: 0;
    border: none;
    margin-top: 2px;
    margin-bottom: 10px;
}

.vimeo-border {
    padding: 5px;
    border: 1px solid #ccc;
    align-self: flex-start;
}

.video-box-right {
    float: right;
    padding: 5px !important;
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-top: 10px;
}

.intro .col-25 {
    width: 25%;
    box-sizing: border-box;
}

.intro .col-75-no-border {
    width: 75%;
    box-sizing: border-box;
    border: none;
    padding: 0px;
}

.dementia-gateway-column .columnItem img {
    border: 1px solid #CCC;
    width: 100%;
}

.account {
    border: 1px solid #CCC;
    padding: 10px;
    float: right;
    margin: 0 0 15px 15px;
    width: 35%;
}

.LTMain {
    width: 73%;
    margin-right: 2%;
    float: left;
    margin-top: 5px;
}

.LearningTogether .subNav {
    border-top: 1px solid #ccc;
}

#ltFeatureWrapper {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

#ltFeatureWrapper .filmInfo {
    width: 33%;
    float: left;
    border: 1px solid #ccc;
    background-color: #F2F2F7;
}

#ltFeatureWrapper .filmInfo h3 {
    padding: 5%;
    background-color: #cabee3;
    display: block;
}

#ltFeatureWrapper .filmInfo .filmInfoContent {
    padding: 5%;
}

#ltFeatureWrapper .film {
    width: 65%;
    margin-left: 2%;
    float: right;
    overflow: hidden;
}

#ltFeatureWrapper .film .iwtvidWrapper {
    margin: 0 !important;
}

#ltFeatureWrapper .image {
    width: 100%;
    height: 200px !important;
}

.no-js .LearningTogether .sectionNav > ul > li > ul {
    display: none;
}

.no-js .LearningTogether .sectionNav > ul > li.selected > ul, .no-js .LearningTogether .sectionNav > ul > li:hover > ul {
    display: block;
}

.LearningTogether .sectionNav > ul.nav > li:first-child > a {
    background: #8975B5;
}

.LearningTogether .sectionNav ul.subNav li a.active, .LearningTogether .sectionNav ul.subSubNav li a.active, .LearningTogether .sectionNav ul.subSubSubNav li a.active, .LearningTogether .sectionNav > div > ul > li > a.active, .LearningTogether .sectionNav > div > ul > li > a.selected, .LearningTogether .sectionNav > ul > li > a.active, .LearningTogether .sectionNav > ul > li > a.selected {
    border-left: 3px solid #7a1fc0;
}

.LearningTogether .sectionNav .ltNavHover > a {
    border-bottom: 1px solid #ccc;
}

.LearningTogether .sectionNav > ul li a.current-page {
    background-color: #e6def1;
}

.LearningTogether .mobile-trigger {
    background-color: #8975B5;
}

.LearningTogether .mobile-trigger.active {
    background-color: #7559B4;
}

.LT.moreSection {
    margin: 15px 0;
}

.LT.moreSection .sectionItem:nth-child(odd) {
    background-color: #D9BEE3;
}

div.LTAside ul li {
    padding: 0;
}

.LTAside blockquote {
    margin: 0;
}

.LTAside .article {
    padding: 10px !important;
}

.LTAside .article > p {
    padding: 10px;
    margin: 0;
}

div.LTAsideMain {
    width: 25%;
}

.nButton {
    margin-bottom: 0;
    padding: 5px 5px 5px 10px;
    color: #FFF;
}

.nButton:hover {
    color: #FFF !important;
    text-decoration: none !important;
}

a.nButton span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top: -1px;
    color: transparent;
    margin-left: 5px;
}

.nButton a, input[type=submit].email {
    display: block;
    text-align: left;
    font-size: 1.1em;
}

.nButton a {
    padding: 5px 5px 5px 35px;
    color: #FFF;
}

.nButton a:hover {
    color: #FFF !important;
    text-decoration: none !important;
}

.nButton a.twitter {
    background: url(/assets/img/new/button-icon/twitter.png) center center no-repeat;
    background-size: 25px;
}

.nButton a.google {
    background: url(/assets/img/new/button-icon/google.png) center center no-repeat;
    background-size: 25px;
}

.nButton a.facebook {
    background: url(/assets/img/new/button-icon/facebook.png) center center no-repeat;
    background-size: 25px;
}

.nButton a.linkedin {
    background: url(/assets/img/new/button-icon/linkedin.png) center center no-repeat;
    background-size: 25px;
}

.nButton a.follow {
    background: url(/assets/img/new/button-icon/follow.png) no-repeat;
    background-size: 25px;
}

.nButton a.following {
    background: url(/assets/img/new/button-icon/following.png) 0 center no-repeat;
    background-size: 25px;
}

.nButton a.email {
    background-size: 25px;
}

.nButton a.email, input[type=submit].email {
    background: url(/assets/img/new/button-icon/email.png) 0 center no-repeat;
}

input[type=submit].email {
    background-size: 25px;
    padding: 5px 5px 5px 35px;
    color: #FFF;
    box-sizing: border-box;
    font-weight: 700;
    text-decoration: none;
}

a.green[href*="http://"], a.lightPurple[href*="http://"], a.orange[href*="http://"], a.purple[href*="http://"], a.red[href*="http://"], a.scieBlue[href*="http://"] {
    margin-bottom: 0 !important;
    padding: 5px 5px 5px 10px !important;
}

.nButton a.quote {
    background: url(/assets/img/new/button-icon/quote.png) 0 center no-repeat;
    background-size: 25px;
}

.nButton a.feedback {
    background: url(/assets/img/new/button-icon/feedback.png) 0 center no-repeat;
    background-size: 25px;
}

.nButton span {
    background: url(/assets/img/new/button-icon/arrow.png) 95% center no-repeat;
    background-size: 8px;
}

a.nButton span.follow {
    background: url(/assets/img/new/button-icon/follow.png) 95% center no-repeat;
    background-size: 100% 100%;
}

a.nButton span.following {
    background: url(/assets/img/new/button-icon/following.png) 95% center no-repeat;
    background-size: 100% 100%;
}

a.nButton span.quote {
    background: url(/assets/img/new/button-icon/quote.png) 95% center no-repeat;
    background-size: 100% 100%;
}

a.nButton span.feedback {
    background: url(/assets/img/new/button-icon/feedback.png) 95% center no-repeat;
    background-size: 100% 100%;
}

a.nButton span.email {
    background: url(/assets/img/new/button-icon/email.png) 95% center no-repeat;
    background-size: 100% 100%;
}

.Subnav .hidden {
    display: none;
}

.purple {
    background-color: #8555c5;
}

a.purple[href*="http://"] {
    background: #8555c5 !important;
}

    /*.purple:hover {
    background-color: #6638a2;
}*/

.lightPurple {
    background-color: #8975b5;
}

a.lightPurple[href*="http://"] {
    background: #8975b5 !important;
}

.lightPurple:hover {
    background-color: #7559b4;
}

.orange {
    background-color: #d95b07;
}

a.orange[href*="http://"] {
    background: #d95b07 !important;
}

    /*.orange:hover {
    background-color: #cd4d05;
}*/

.green {
    background-color: #008A17;
}

a.green[href*="http://"] {
    background: #008A17 !important;
}

    /*.green:hover {
    background-color: #429a13;
}*/

.red {
    background-color: #af0303;
}

a.red[href*="http://"] {
    background: #af0303 !important;
}

.red:hover {
    background-color: #750101;
}

.scieBlue {
    background-color: #5595C5;
}

a.scieBlue[href*="http://"] {
    background: #5595C5 !important;
}

.scieBlue:hover {
    background-color: #3f84b9;
}

.endorsement {
    width: 35%;
    padding: 1%;
    clear: both;
    background: #b1a0c1;
    margin: 0 0 10px 20px;
    float: right;
}

.endorsement p {
    padding: 1%;
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

@media only screen and (max-width:380px) {

    .endorsement {
        width: 98%;
        padding: 1%;
        margin: 0 0 10px;
        float: none;
    }
}

.aToZ #main {
    width: 75%;
    float: left;
}

.aToZ .aside {
    width: 23%;
    margin-left: 2%;
    float: left;
}

.aToZ .a-zWrapper {
    width: 100%;
    margin-top: 0;
}

.searchResults #main {
    width: 56%;
    margin: 0 2%;
}

.searchResults .aside {
    width: 20%;
    margin: 0;
}

.SelectorWrapper {
    border: 1px solid #CCC;
    overflow: hidden;
}

.SelectorWrapper h3 {
    background: #EEE;
    border-bottom: 1px solid #CCC;
    padding: 5px;
    margin: 0;
    font-size: 15px;
    color: #444;
    font-weight: 700;
}

.aToZ .SelectorWrapper {
    border-width: 0;
    overflow: hidden;
}

.aToZ .about {
    background: #5595C5 none repeat scroll 0% 0%;
    margin: 0.2%;
    padding: 5px;
    color: #FFF;
    font-size: 18px;
}

.aToZ .a-to-z-alphabet {
    list-style: none;
    text-align: center;
    overflow: hidden;
}

.aToZ .a-to-z-alphabet > .letter {
    float: left;
    width: 7.292307692307692%;
    border: 1px solid #CCC;
    background: #DEE8F1;
    margin: .2%;
}

.aToZ .a-to-z-alphabet > .letter:first-child {
    width: 14.98461538461538%;
}

.aToZ .a-to-z-alphabet > .letter a {
    display: block;
    width: 100%;
    padding: 5px;
    color: #00539F;
    font-weight: 400;
}

.aToZ .a-to-z-alphabet > .letter a:focus, .aToZ .a-to-z-alphabet > .letter a:hover {
    background-color: #EBEDF6;
    color: #000000;
    text-decoration: none;
}

.aToZ .a-to-z-alphabet > .letter a.selected {
    background-color: #CFE3BE;
}

.aToZ .a-to-z-alphabet > .letter p {
    border: 1px solid transparent;
}

.aToZ .a-to-z-alphabet > .letter.disabled, .aToZ .a-to-z-alphabet > .letter.disabled:hover {
    padding: 5px;
    color: #9e9e9e;
    background-color: #e0e0e0;
}

@media only screen and (max-width:650px) {
    .aToZ .a-to-z-alphabet > .letter {
        width: 13.88571428571429%;
    }

    .aToZ .a-to-z-alphabet > .letter:first-child {
        width: 42.45714285714286%;
    }
}

.aToZ .sectionNav ul {
    overflow: hidden;
    margin-bottom: 0;
    border: 0;
}

.aToZ .sectionNav .subSectionNav > li {
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

.aToZ .sectionNav .subSectionNav > .section-resources {
    border-bottom: 0;
}

.aToZ .sectionNav .subSectionNav .clearfix h3, .aToZ .sectionNav .subSectionNav li h3 {
    background: #5595C5;
    margin: 0;
    padding: 5px;
    color: #fff;
    font-size: 18px;
}

.aToZ .sectionNav .subSectionNav li ul {
    background: #DEE8F1;
}

.aToZ .sectionNav .subSectionNav li ul li {
    border-bottom: 1px solid #ccc;
}

.aToZ .sectionNav .subSectionNav li ul li:last-child {
    border-bottom: 0;
}

.aToZ .sectionNav .facet-fields-show-more,
    .aToZ .sectionNav .az_subject_thesaurus_terms_s {
    border-top: 1px solid #ccc;
}

.aToZ .sectionNav > ul > li a {
    background: 0 0;
    color: #00539F;
}

.aToZ .sectionNav .subSectionNav li ul li:hover {
    background-color: #ebedf6;
}

.aToZ .sectionNav .subSectionNav li ul li:hover a {
    color: #000;
}

.aToZ .sectionNav .subSectionNav li a.clearResult {
    padding: 5px 5px 5px 35px;
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    background-image: url(/assets/img/new/pl/icon_close.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-size: 15px;
    font-size: 15px;
}

.aToZ .sectionNav .subSectionNav li a.clearResult:hover {
    background-color: #0E76A8;
    color: #FFF;
}

.aToZ .sectionNav .subSectionNav li ul li a {
    padding: 5px 13% 5px 2%;
}

span.count {
    background: #999;
    background: rgba(0,0,0,.5);
    color: #fff;
    padding: 2px 4px;
    margin: 0 2px 0 0;
    border-radius: 3px;
    font-weight: 700;
    position: absolute;
    right: 5px;
    top: 3px;
    font-size: 14px;
}

.aToZ ul li a span.arrow_up {
    background: url(/assets/img/new/pl/arrow-up.png) right bottom no-repeat;
    height: 8px;
    width: 16px;
    display: inline-block;
}

.aToZ ul li a .arrow_down {
    background: url(/assets/img/new/pl/arrow-down.png) right bottom no-repeat;
    height: 8px;
    width: 16px;
    display: inline-block;
}

.aToZ .sectionNav .subSectionNav ul li.removeFacet a, .aToZ .sectionNav .subSectionNav ul li.removeFacet a:hover {
    background-image: url(/assets/img/new/pl/icon_close.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 15px;
    background-color: #cfe3be;
    color: #1e6194;
    width: 100%;
}

.pagesize {
    width: 100%;
}

.pagesize .pagination {
    width: 50%;
    float: left;
    margin: 0 auto;
    font-size: 10px;
}

.pagesize .pagination ul li {
    float: left;
}

.pagination ul li a {
    padding: 2px 5px;
    display: block;
    color: #00539f;
    text-decoration: underline;
}

a {
    text-decoration: none;
}

.pagination ul li span.page {
    padding: 2px 15px;
    display: block;
}

.pagination ul li.active {
    padding: 2px 5px;
    text-decoration: none;
}

.pagesize .search-result-item-count {
    width: 50%;
    float: right;
    margin: 0 auto;
    font-size: 10px;
}

.pagesize .search-result-item-count p {
    float: right;
}

.searchResults p {
    padding: 5px 0;
    margin: 0;
    display: table;
}

.searchResults {
    width: 100%;
    clear: both;
    padding-top: 10px;
}

.searchResults dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.searchResults dt {
    width: 30%;
}

.searchResults dt + dd {
    width: 65%;
}

#aToZResults .aToZResult {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    position: relative;
    padding: 10px;
    overflow: hidden;
}

.aToZResult .scoImage {
    float: right;
    max-width: 75px;
    margin: 0 0 15px 15px;
}

.aToZResult p {
    display: block;
    text-align: justify;
}

.scoResult {
    background: #efeff9;
}

.aToZResult .scoImage a {
    background: 0 0;
}

.aToZResult .scoImage a > img {
    width: 100%;
}

.aToZ dl img {
    display: inline;
}

@media only screen and (max-width:850px) {
    .aToZ #main, .aToZ .aside {
        float: none;
        width: 100%;
    }

    .aToZ .aside {
        margin-left: 0;
        clear: both;
    }

    div.aside ul .article img {
        width: auto;
    }

    .searchResults .sectionNav {
        float: left;
        width: 25%;
    }

    .searchResults #main {
        width: 73%;
        margin: 0 0 0 2%;
        float: left;
    }

    .searchResults .aside {
        width: 73%;
        clear: right;
        float: right;
        margin-top: 20px;
    }
}

@media only screen and (max-width:580px) {
    .searchResults #main, .searchResults .aside, .searchResults .sectionNav {
        width: 100%;
        float: none;
    }

    .searchResults #main {
        margin: 0;
    }

    .searchResults .aside {
        clear: none;
        margin-top: 20px;
    }

    nav.pagination {
        clear: both;
        display: block;
    }

    .searchResults dt {
        width: 50%;
        float: left;
    }
}

@media only screen and (max-width:350px) {
    .prevention .banTitle {
        padding: 20px 0 0;
        margin: 0;
    }

    .prevention .banTitle .type {
        display: none;
    }
}

.sctvhomepage div.content {
    padding-bottom: 0;
}

.sctvhomepage .hubpageright div.content {
    margin-right: 0;
    padding-top: 0;
}

.topiclist {
    border-right: 1px solid #fff;
    float: left;
    margin-right: 2%;
    padding-right: 1%;
    margin-left: -1px;
    width: 31%;
    list-style: none;
}

.topiclist:nth-of-type(3n) {
    border-right: 0;
    margin-right: 0;
}

.topiclist ul {
    padding-left: 1.5em;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

ul.topic, ul.video {
    overflow: hidden;
    margin-bottom: 20px;
}

.content ul.video li.article {
    border-bottom: 1px solid #ccc;
    clear: both;
    overflow: hidden;
    padding: 10px 0;
}

.content ul.video li.article:first-child {
    border-top: 1px solid #ccc;
}

.content ul.video li.article img {
    float: left;
    margin: 0 20px 0 0;
    max-width: 30%;
}

.content ul.video li.article div {
    float: left;
    margin: 0;
    padding-top: 5px;
    width: 65%;
}

.content ul.topic li.article {
    margin: 0 0 20px 2%;
    padding: 10px;
    width: 23.5%;
    float: left;
    border: 1px solid #ccc;
}

.content ul.topic li.article:nth-child(4n+1) {
    margin-left: 0;
    clear: both;
    border-top: 1px solid #ccc;
}

.content ul.topic li.article img {
    margin-bottom: 5px;
    width: 100%;
}

.content ul.topic li.article div {
    min-height: 6em;
    padding-top: 5px;
}

.content ol {
    padding-bottom: 20px;
}

ul.topiclist li {
    display: block;
    clear: both;
    font-size: 14px;
    position: relative;
    margin-bottom: 5px;
}

ul.topiclist li span {
    position: absolute;
    top: 0;
    left: 5px;
}

#player {
    overflow: hidden;
}

@media only screen and (max-width:760px) {
    .content ul.topic li.article {
        width: 49%;
        margin-left: 2%;
    }

    .content ul.topic li.article:nth-child(2n+1) {
        margin-left: 0;
        clear: both;
    }
}

@media only screen and (max-width:580px) {
    .sctvhomepage div.content[role=main] {
        width: auto;
        float: none;
    }

    .topiclist {
        float: none;
        width: auto;
        margin-left: 0;
        border-right: none;
    }

    .content ul.video li.article div {
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width:400px) {
    .content ul.topic li.article {
        float: none;
        width: auto;
        margin-left: 0;
    }

    .content ul.video li.article div {
        float: none;
        width: 100%;
    }

    .content ul.video li.article img {
        width: auto;
        max-width: 100%;
        float: none;
    }
}

.mobile-trigger {
    display: none;
    width: 100%;
    position: relative;
    min-height: 42px;
    z-index: 999;
    background-color: #1E6194;
    font-size: 18px;
    color: #fff;
}

.mobile-trigger .menu-title {
    float: left;
    margin-top: -2px;
    margin-left: 35px;
    text-align: left;
    padding: 10px 0;
}

.mobile-trigger .reveal-wrapper {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    color: #FFF;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    right: auto;
}

.page-header h1 {
    line-height: 120%;
}

h2, h3 {
    color: #09f;
}

.strong {
    font-weight: 600 !important;
}

.bold-first-letter::first-letter {
    font-weight: 900;
    color: #6c8610;
}

.mobile-trigger .reveal-wrapper > span {
    display: block;
    background: #FFF;
    height: 3px;
    margin-top: 3px;
}

.mobile-trigger.active {
    background-color: #5984b4;
}

@font-face {
    font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        src: local('Open Sans'),local(OpenSans),url(https://themes.googleusercontent.com/static/fonts/opensans/v5/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format("woff");
}

h1, h2, h3, h4, h5, p {
    font-family: 'Open Sans',sans-serif;
    padding: 0;
    font-weight: 400;
}

h2, h3, h4, h5, p {
    margin: 0 0 15px;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
    font-weight: 400;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

@media only screen and (max-width:740px) {
    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 20px;
    }
}

ol, ul {
    padding: 0;
    margin: 0;
}

strong, strong * {
    font-weight: 700;
}

.info h1 {
    padding: 2px;
}

.container > h1 {
    padding: 0 0 30px;
}

a {
    color: #00539F;
    font-weight: 300;
}

a:active, a:focus, a:hover {
    outline: 0;
}

.tab-focus {
    border: 2px solid #000 !important;
    display: inline-block;
}

.content a:hover {
    color: #00539F;
    text-decoration: underline;
}

.page-header h1 {
    text-align: left;
    font-weight: 400;
}

.page-header h1 {
    font-size: 42px;
    color: #09f;
    margin: 20px 0;
}

@media only screen and (max-width:740px) {
    .page-header h1 {
        font-size: 32px;
    }
}

.lead {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 400;
}

@media only screen and (max-width:740px) {
    .lead {
        font-size: 20px;
    }
}

p {
    font-size: 16px;
    line-height: 140%;
}

/* Making content h3 will make it more likely that we get a snipped for SEO */
.para-style { /*Makes it look like a para even though it could be a header*/
    font-size: 16px;
    line-height: 140%;
    color: rgb(48, 48, 48);
}


  
@media only screen and (max-width:740px) {
    p, .para-style, .content ul.bullet li, ul.featureList li, ol.bullet li {
        font-size: 14px;
    }
}


    /* jQuery UI adjustment */


@media print {
    body {
        -webkit-print-color-adjust: exact;
    }

    .print-avoid-break {
        break-inside: avoid;
    }

    .content, .guideWideaside {
        width: 100% !important;
        margin: 0 !important;
    }

    .archive, .aside, .featureWrapper.programmePage, .nBreadcrumb, .sciebar, .sectionNav, .show-more #button, footer, nav, .search-box, .breadcrumb, .share-content {
        display: none;
    }

    #hidden_content, img.printImage, li.accContent div {
        display: block !important;
    }

    img.printImage {
        max-width: 260px;
    }

        /* START better care print pages */
    .practice-module {
        display: block !important;
    }

    .practice-module .item {
        width: 100% !important;
        border: none !important;
        page-break-inside: avoid !important;
    }

    .practice-module .item .preview-text {
        height: auto !important;
        min-height: 0 !important;
        padding-bottom: 5px;
    }

    .better-care .page-header, .better-care .header {
        background: none !important;
    }

    .better-care #logo img.screen-logo, .practice-module .expanded {
        display: block !important;
    }

    .practice-module .expanded {
        padding-bottom: 20px !important;
    }

    .practice-module a.read-more, .practice-module a.expand-all, .practice-module button.read-more, .practice-module button.expand-all {
        display: none !important;
    }

    .practice-module i {
        height: 25px !important;
        font-size: 25px !important;
    }

    .practice-module .item {
    }

    .fluid-wrapper #player {
        width: 400px !important;
        height: 267px !important;
    }
        /*ul, li {
       page-break-inside: avoid!important;
    }*/
        /* END better care print pages */
    .hide-print {
        display: none;
    }

    li.accContent div .vimeo-border {
        display: none !important;
    }
}

.text-align-center {
    text-align: center;
}

img.maxfullwidth {
    max-width: 100%;
}

img.maxhalfwidth {
    max-width: 50%;
}

div.maxhalfwidth {
    max-width: 50%;
    width: 50%;
    padding: 0 15px;
}

img.maxthirdwidth {
    max-width: 33%;
}

img.maxquarterwidth {
    max-width: 25%;
}

img.minquarterwidth {
    max-width: 22%;
}

img.rounded { /*for images that are squares*/
    border-radius: 50%;
    max-width: 150px;
    max-height: 150px;
}

.corner-rounded { /*for images or boxes that are rectangles*/
    border-radius: 10px;
}

.svgalignmiddle {
    vertical-align: top;
    margin-top: 20px !important;
}

.flex-2col, .flex-3col {
    display: flex;
    flex-wrap: wrap;
}

.flex-2col div, .flex-2col img {
    flex-basis: 50%;
}

.flex-2col img {
    height: 206px !important;
}

.flex-3col div{
    flex-basis: 32%;
}

.flex-3col div:nth-child(3n-1){
    margin: 0 2%;
}

.flex-col-100 {
    flex-basis: 100% !important;
}

.gallery-container span {
        /*margin-bottom: 20px;*/
    font-size: 12px;
    font-weight: bold;
    display: block;
}

.gallery {
    margin: 0 10px 10px;
    border: 2px solid #000000;
}

    /**
 * Visually hidden yet accessible content
 */
.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    visibility: hidden;
    opacity: 0;
}

    /**
 * Footnotes (in page)
 */
.footnotes {
    margin: 50px 0px 20px 0px;
    border-top: 1px solid silver;
    font-size: 0.8em;
}

.footnotes ol {
    margin: 0px;
    padding: 20px;
}

.footnotes.noborder {
    border-top: 0px;
    margin: 0px 0px 15px;
}

.footnotes.noborder ol {
    margin: 0px;
    padding: 0px 0px 20px 48px;
}

.footnotes ol li {
    padding: 0px 0px 10px 0px;
}

.footnotes ol li ol {
    margin: 0px 0px 0px 20px;
    padding: 5px 0px 5px 0px;
}

.footnotes ol li ol li {
    padding: 0px 0px 0px 10px;
}

.footnotes :target {
    background: #DEE8F1;
}

.arts-index img {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 5px;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.no-padding-bottom {
    padding-bottom: 0px !important;
}

.extra-padding-bottom {
    padding-bottom: 30px !important;
}

.small-padding-top {
    padding-top: 12px !important;
}

.margin-auto {
    margin: 0 auto !important;
}

.extra-margin-top {
    margin-top: 30px !important;
}

.extra-margin-top-md {
    margin-top: 24px !important;
}

.extra-margin-bottom {
    margin-bottom: 30px !important;
}

.margin-bottom-sm {
    margin-bottom:5px;
}

img.border {
    border: 1px solid #CCC;
    padding: 10px;
    margin-bottom: 10px;
}

.checkbox-group {
    margin-bottom: 10px;
}

.checkbox-group:last-child {
    margin-bottom: 0px;
}

.checkbox-list {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.checkbox-list input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 11px;
}

.checkbox-list input[type="checkbox"]:hover, .checkbox-list label:hover {
    cursor: pointer;
}

.checkbox-wrapper {
    margin-bottom: 10px;
}

.checkbox-wrapper fieldset {
    padding: 0px;
    margin: 0px;
    border: none;
}

#checklist-saved {
    padding: 10px;
    border: 1px solid #d6e9c6;
    background-color: #dff0d8;
    color: #3c763d;
    border-radius: 5px;
    display: none;
}

.content input[disabled], .content input[readonly] {
    opacity: 0.5;
}

.h1-style {
    font-size: 2.2em;
    margin-bottom: 15px;
}

.h2-style {
    font-size: 28px;
    margin-bottom: 15px;
    color:#09f;
}

.h3-style {
    font-size: 22px;
    margin-bottom: 15px;
    color: #09f;
}

.h4-style {
    font-size: 20px;
}

.h5-style {
    font-size: 18px;
}

/**
 *  print out links
 *      - displaying all link href's from within .main-content and .content at the bottom of a printed page
 *      - also see associated JavaScript in main.min.js
 */
.POL_ref-badge,
.POL_wrapper {
    display: none;
}

    @media only print {
        .POL_ref-badge {
            display: inline;
            background-color: #dddddd;
            border: 1px solid #bbbbbb;
            color: #000000;
            font-size: 10px !important;
            font-weight: bold;
            text-transform: lowercase;
            margin-left: 2px;
            padding: 0 1px 1px;
            border-radius: 3px;
        }

        .POL_wrapper {
            display: block;
            background-color: #dddddd;
            border: 1px solid #bbbbbb;
            padding: 10px;
            margin-top: 50px;
        }

            .POL_wrapper .POL_list {
                color: #000;
                font-size: 12px !important;
                list-style-type: none;
            }

                .POL_wrapper .POL_list .POL_list-item {
                    margin-bottom: 6px;
                }

                    .POL_wrapper .POL_list .POL_list-item:last-child {
                        margin-bottom: 0;
                    }

                    .POL_wrapper .POL_list .POL_list-item span {
                        font-weight: bold;
                    }
    }


    /**
 *  eLearning Calculator
 */

    /*eLearning price sticker */


.elearning-price-wrapper {
    float: right;
    background: #638768;
    width: 20%;
    border-radius: 10px;
    padding: 0 10px;
    box-shadow: 2px 2px 3px 1px;
    margin: 2px;
}


    
.elearning-price-wrapper p {
    color: white;
        position: relative;
        text-align: center;
        margin-bottom: auto;
        font-size: 1.2em;
        padding: 5px 0;
    }

     
    .elearning-price-wrapper p i {
       margin-right: 5px;
    }


    .elearning-calculator {
        box-shadow: 0px 2px 10px #424242;
        margin: 25px 0;
    }

        .elearning-calculator .elearning-calculator-header {
            background-color: #16a085;
            color: #ffffff;
            text-align: center;
            padding: 20px 0;
            position: relative;
        }

            .elearning-calculator .elearning-calculator-header:after,
            .elearning-calculator .cal-row:last-child:after {
                content: '';
                display: block;
                width: 0;
                height: 0;
                position: absolute;
                left: 0;
                right: 0;
                bottom: -40px;
                margin: 0 auto;
                border-width: 20px;
                border-style: solid;
                border-top-color: #16a085;
                border-right-color: transparent;
                border-bottom-color: transparent;
                border-left-color: transparent;
            }

            .elearning-calculator .elearning-calculator-header .fa {
                border: 3px solid #ffffff;
                width: 70px;
                height: 70px;
                border-radius: 50%;
            }

                .elearning-calculator .elearning-calculator-header .fa:before {
                    position: relative;
                    top: 15px;
                    left: 1px;
                }

            .elearning-calculator .elearning-calculator-header .heading {
                color: #ffffff;
                text-transform: uppercase;
                margin-bottom: 0;
            }

        .elearning-calculator .elearning-calculator-input,
        .elearning-calculator .elearning-calculator-output {
            padding-left: 30px;
            padding-right: 30px;
        }

        .elearning-calculator .elearning-calculator-input {
            padding-top: 40px;
        }

        .elearning-calculator .elearning-calculator-output {
            padding-top: 30px;
            padding-bottom: 25px;
        }

        .elearning-calculator .elearning-calculator-login {
            padding: 40px 30px 30px;
        }

        .elearning-calculator .cal-row {
            margin-bottom: 25px;
            clear: both;
            position: relative;
        }

            .elearning-calculator .cal-row:last-child {
                border-bottom: 3px solid #16a085;
                margin-bottom: 0;
                padding-bottom: 25px;
            }

                .elearning-calculator .cal-row:last-child:after {
                    bottom: -43px;
                }

            .elearning-calculator .cal-row label.cal-row-label,
            .elearning-calculator .cal-row label {
                display: inline;
                float: none;
                clear: both;
                margin-top: 0;
                /*min-width: 0;
    max-width: 0;*/
            }

                .elearning-calculator .cal-row label.cal-row-label {
                    font-size: 16px;
                    font-weight: 600;
                    display: inline-block;
                    margin-bottom: 5px;
                }

            .elearning-calculator .cal-row input[type=number] {
                width: 120px;
                height: 34px;
                padding: 6px 12px;
                font-size: 14px;
                border: 1px solid #16a085;
                border-radius: 4px;
            }

    @media (max-width: 767px) {
        .elearning-calculator .cal-row input[type=number] {
            display: block;
        }
    }

    .elearning-calculator .cal-row .cal-radio-group {
        display: inline-grid;
    }

        .elearning-calculator .cal-row .cal-radio-group input[type=radio] {
            float: none;
            clear: both;
            margin: 0;
            vertical-align: middle;
        }

        .elearning-calculator .cal-row .cal-radio-group .cal-radio-group-option {
            margin-bottom: 5px;
        }

            .elearning-calculator .cal-row .cal-radio-group .cal-radio-group-option label {
                vertical-align: middle;
            }

    .elearning-calculator .elearning-calculator-output .heading {
        color: #16a085;
        text-transform: uppercase;
    }

    .elearning-calculator .elearning-calculator-output .discount-wrapper {
        margin-bottom: 20px;
        padding: 10px;
        border: 1px dashed #16a085;
    }

    .elearning-calculator .elearning-calculator-output .breakdown-wrapper {
        margin-bottom: 20px;
        padding: 10px;
        border: 1px solid #16a085;
        background-color: #eeeeee;
    }

    .elearning-calculator .elearning-calculator-output .description-wrapper {
        margin-bottom: 20px;
    }

    .elearning-calculator .elearning-calculator-output .email-instructions {
        text-align: center;
        font-size: 18px;
        padding: 10px 0;
        margin-bottom: 10px;
    }

        .elearning-calculator .elearning-calculator-output .email-instructions a {
            text-decoration: underline;
        }

        .elearning-calculator .elearning-calculator-output .email-instructions .fa {
            margin-right: 5px;
        }

        .elearning-calculator .elearning-calculator-output .email-instructions,
        .elearning-calculator .elearning-calculator-output .email-instructions a,
        .elearning-calculator .elearning-calculator-output .email-instructions .fa {
            color: #9b59b6;
        }

            .elearning-calculator .elearning-calculator-output .email-instructions .please-wait-text,
            .elearning-calculator .elearning-calculator-output .email-instructions .thank-you-text {
                display: inline-block;
                font-weight: 600;
            }

            .elearning-calculator .elearning-calculator-output .email-instructions .thank-you-text {
                background-color: #ffffff;
                color: #9b59b6;
                border: 1px solid #9b59b6;
                border-radius: 3px;
                padding: 5px 10px;
            }

    .elearning-calculator .purchase-instructions {
        background-color: #f6f6f6;
        padding: 15px;
        border-left: 3px solid #16a085;
    }

        .elearning-calculator .purchase-instructions .heading {
            text-transform: none;
        }

        .elearning-calculator .purchase-instructions .bullet {
            background-color: #efefef;
            padding: 7px 15px 7px 30px;
        }

            .elearning-calculator .purchase-instructions .bullet li {
                padding-bottom: 5px;
            }

                .elearning-calculator .purchase-instructions .bullet li:last-child {
                    padding-bottom: 0;
                }

    .elearning-calculator .feedback {
        margin-top: 15px;
    }

    .elearning-calculator a {
        color: #2980b9;
    }

    .elearning-calculator .intro-offer {
    }

    .elearning-calculator .intro-offer-info,
    .elearning-calculator .discount-alert-info {
        font-size: 20px;
        font-weight: bold;
        color: #16a085;
    }

    .elearning-calculator .discount-wrapper p {
        margin-bottom: 0;
    }

        .elearning-calculator .discount-wrapper p:not(:first-child) {
            margin-top: 10px;
        }

    .elearning-calculator .breakdown-wrapper .breakdown-item:not(:first-child) {
        margin-top: 6px;
    }

    .elearning-calculator .btn-wrapper {
        text-align: center;
        background-color: #16a085;
        margin: 25px 0;
    }

        .elearning-calculator .btn-wrapper .btn {
            color: #ffffff;
            display: block;
            padding: 15px 0;
            text-transform: uppercase;
            font-weight: 600;
            width: 100%;
            font-size: 16px;
        }



        input.btn {
            background: none;
        }

    .box {
        border: 1px solid #ccc;
        padding: 10px;
        background-color: #eee;
        color: #303030;
    }

    html, body {
        box-sizing: border-box;
        padding: 0;
        margin: 0;
    }

    *, *:before, *:after {
        box-sizing: inherit;
    }

    .time {
        float: right;
        position: absolute;
        right: 10px;
    }

    .data .item {
        display: none;
    }

        .data .item.current {
            display: block;
        }

    .fluid-wrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }

        .fluid-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .apt-review {
        text-align: center;
        margin-top: 30px;
    }

    .apt-group-wrapper label {
        margin-top: 10px;
        padding-right: 10px;
        min-width: 20%;
        max-width: 80%;
    }

    .apt-group-wrapper select {
        margin-top: 5px;
        margin-right: 8px;
        padding: 1px;
    }

    .apt-group-wrapper {
        margin-bottom: 15px;
        overflow: hidden;
    }

    .apt-group-buttons {
        float: left;
    }

    #chart-loading {
        vertical-align: middle;
        text-align: center;
    }

    .case-studies h2 {
        color: black;
        background: #dee8f1;
        padding: 2px 10px 7px;
        font-weight: 600;
        border-bottom: 3px solid #1F80C0;
    }

    .case-studies .flex {
        justify-content: space-between;
        align-items: center;
        border-bottom: 2px solid #dee8f1;
        padding-top: 10px;
        padding-bottom: 15px;
    }

        .case-studies .flex:last-child {
            border-bottom: none;
        }

        .case-studies .flex > a, .case-studies .flex > img {
            width: 25%;
            background-image: none !important;
        }

        .case-studies .flex > div {
            width: 100%;
            padding: 10px 0;
        }

        .case-studies .flex a + div {
            width: 70%;
            padding: 0;
        }

    h3.h3-case-study {
        color: #09f !important;
        padding-left: 0 !important;
    }

    h3.bodytextheading {
        font-family: 'Open Sans',sans-serif;
        padding: 0;
        font-weight: 6 00;
        margin: 0px;
        font-size: 18px;
        color: #000;
    }

    .blue-figure-list {
        justify-content: space-between;
        flex-wrap: nowrap;
        margin: 10px 0 20px;
    }

        .blue-figure-list > * {
            border-radius: 10px;
            padding: 15px 10px !important;
            color: white;
            font-weight: 600;
            position: relative;
        }

            .blue-figure-list > *:nth-child(odd) {
                background: #73a1d6;
                width: 40%;
            }

                .blue-figure-list > *:nth-child(odd)::after {
                    content: '';
                    width: 0;
                    height: 0;
                    border-top: 25px solid transparent;
                    border-bottom: 25px solid transparent;
                    border-left: 25px solid #73a1d6;
                    position: absolute;
                    right: -25px;
                    top: 50%;
                    margin-top: -13px;
                }

            .blue-figure-list > *:nth-child(even) {
                background: #5091cd;
                width: 55%;
            }

        .blue-figure-list > ol {
            padding-left: 35px !important;
        }

            .blue-figure-list > ol li {
                margin: 5px 0;
            }

    .venn body {
        color: #858585;
        font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    }

    .venn {
        display: block;
        position: relative;
        clear: both;
        height: 450px;
        width: 500px;
        margin: 0 auto 20px;
    }

        .venn .sphere {
            width: 270px;
            height: 270px;
            border-radius: 50%;
            position: absolute;
            border: 2px rgba(80,145,205,.3) solid;
            border-radius: 50%;
            background: rgba(222,232,241,.3);
            display: flex;
            align-items: center;
            text-align: center;
            padding: 30px 10px;
        }

        .venn .one {
            left: 115px;
            top: 0;
            align-items: flex-start;
            background: rgba(222,232,241,.7);
        }

        .venn .two {
            right: 0px;
            top: 90px;
            text-align: right;
            z-index: 9;
        }

        .venn .three {
            left: 115px;
            top: 180px;
            align-items: flex-end;
            background: rgba(222,232,241,.7);
        }

        .venn .four {
            left: 0;
            top: 90px;
            text-align: left;
        }

        .venn .text {
            width: 100%;
            display: block;
            font-weight: 600;
            font-size: 15px;
            color: rgba(80,145,205,1);
        }

        .venn .overlap {
            position: absolute;
            top: 47%;
            left: 33%;
            width: 35%;
            text-align: center;
            z-index: 9;
            color: black;
        }

    .components {
        clear:both; 
    }

    .components h2, .components h3, .components h4, .components h5 {
        color: black;
        background: #dee8f1;
        padding: 2px 10px 7px;
        border-bottom: 2px solid #1F80C0;
        font-weight: 600;
        margin: 0;
    }

    .components h3.inverse {
        color: #ffffff;
        background: #1E6194;
        padding: 2px 10px 7px;
        border-bottom: 2px solid #0b5d9b;
        font-weight: 600;
        margin: 0px 0px 10px 0px;
    }

        .components h4 + h5 {
            font-weight: 600;
            background: rgba(222, 232, 241, 0.70);
            border-bottom: 1px solid #1F80C0;
            font-size: 1em;
        }


        .components ul {
            background: #f9f9f9;
            padding: 15px 15px 15px 30px;
            border-bottom: 2px solid #1F80C0;
        }

        .components ul li ul {
            background: #f9f9f9;
            padding: 0px 15px 15px 30px;
            border-bottom: none;
        }

    .components p {
        background: #f9f9f9;
        padding: 15px 15px 15px 30px;
        border-bottom: 2px solid #1F80C0;
    }


    .components h3 + ol > li {
        clear: both;
        padding-bottom: 25px;
    }


    .components h3 + ol > li > p {
        background: rgba(222, 232, 241, 0.70);
        border-bottom: 1px solid #1F80C0;
        font-size: 1em;
        padding: 5px 5px 5px 10px;
        margin-bottom: 0px;
    }

        .components h3 + ol > li > p.inverse {
            display: inline-block;
            float: right;
            border: 0px 1px 1px 50px solid #1F80C0;
            border-radius: 0px 0px 0px 25px;
            margin: 0px 1px 25px 5px;
            padding: 2px 15px 2px 25px;
            color: #000000;
            font-weight: 800;
            background: background: rgba(222, 232, 241, 0.70);
        }

        .components h3 + ul > li > blockquote {
            border-top-style: dashed;
            border-bottom-style: dashed;
        }

         .components h3 + ul > li > blockquote > p {
             border-bottom:none;
             margin:0px;
             padding:0px 0px 0px 15px;
         }

    /* Animations */
    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    @-webkit-keyframes slideInUp {
        from {
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
            visibility: visible;
        }

        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    @keyframes slideInUp {
        from {
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
            visibility: visible;
        }

        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    @-webkit-keyframes slideOutDown {
        from {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        to {
            visibility: hidden;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }
    }

    @keyframes slideOutDown {
        from {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        to {
            visibility: hidden;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }
    }

    .slideOutDown {
        -webkit-animation-name: slideOutDown;
        animation-name: slideOutDown;
    }

    /* Practice Modules */
    .practice-module {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .practice-module h2 {
            width: 75%;
            align-self: center;
            color: #1b5e7f;
        }

        .practice-module a.expand-all, .practice-module button.expand-all {
            align-self: center;
            text-align: right;
            color: white;
            background: #48a98a;
            padding: 5px 10px;
            width: auto;
            transition: background .5s;
            font-size: 16px;
            font-family: 'Open Sans',Helvetica,Arial,sans-serif;
        }

            .practice-module a.expand-all:hover, .practice-module button.expand-all:hover {
                background: #198eaa;
                text-decoration: none !important;
            }

            .practice-module button.expand-all:focus {
                outline: 0;
            }

        .practice-module .item {
            width: 49%;
            overflow: hidden;
            padding-bottom: 15px;
            position: relative;
        }

            .practice-module .item > * {
                border-left: 1px solid;
                border-right: 1px solid;
                margin: 0;
            }

            .practice-module .item::after {
                content: '';
                display: block;
                border-bottom-width: 6px;
                border-bottom-style: solid;
            }

            .practice-module .item h3 {
                padding: 5px 10px;
                color: white;
                font-weight: bold;
            }

        .practice-module i {
            height: 75px !important;
            color: #333;
            margin: 0 20px 0 17px;
            position: relative;
            z-index: 9;
            line-height: 1.2;
            font-size: 73px;
            float: right;
        }

        .practice-module .item .preview-text {
            height: 200px;
            min-height: 200px;
        }

        .practice-module .item > div, .practice-module .item > p, .practice-module .item > a, .practice-module .item > button {
            padding: 15px 5px 0 10px;
        }

        .practice-module .item ul {
            padding-left: 20px;
        }

    .preview-text > *:last-child, .expanded > *:last-child {
        margin-bottom: 0 !important;
    }

    .practice-module .expanded {
        display: none;
        animation-duration: 0.3s;
        padding-top: 0 !important;
    }


    .practice-module button.read-more:focus {
        outline: 0;
    }

    .practice-module a.read-more, .practice-module button.read-more {
        font-weight: 600;
        display: block;
        margin: 0 !important;
        padding-bottom: 15px;
    }

    a.read-more::after, button.read-more::after {
        content: "\f063";
        display: inline-block;
        font: normal normal normal 14px/1 'Font Awesome 5 Free';
        font-weight: 900;
        margin-left: 5px;
    }

    .practice-module button.read-more {
        background: transparent;
        font-size: 16px;
        width: 100%;
        text-align: left;
        font-weight: 600;
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    }

    a.read-less::after, button.read-less::after {
        content: "\f062";
    }

    .practice-module ol {
        margin: 0 0 20px 0;
        padding: 0 0 0 25px;
    }

    @media only screen and (max-width: 1024px) {

        .practice-module .preview-text {
            overflow: hidden;
        }
    }

    @media only screen and (max-width: 850px) {

        .practice-module .item {
            width: 100%;
        }
    }

    @media only screen and (max-width: 736px) {
        .practice-module a.expand-all, .practice-module button.expand-all {
            display: none;
        }
    }

    /* Moved from _MainFeatureInterests */
    .cta .interest-body {
        font-weight: normal;
        font-size: 15px;
    }

        .cta .interest-body .item {
            clear: right;
            margin-bottom: 8px;
        }

            .cta .interest-body .item.bullet::before {
                content: '• ';
            }

        .cta .interest-body .item i {
            background: none;
            color: inherit;
            line-height: 1.0em;
            font-size: 1.6em;
        }

        .cta .interest-body .title {
            font-weight: 600;
            margin-bottom: 15px;
        }

        .cta .interest-body .item i.mailing-icon {
            font-size: 1.1em;
            font-weight: bold;
            padding-top: 3px;
        }

        .cta .interest-body .fa {
            padding-left: 8px;
        }
    /************/

    /* Login form cookie css */

    .cookies #NoLoginForm {
        display: none;
    }
    /*************************/

    /*****************/
    /* Recording page */
    /*****************/

    /* blue flex items that fade from darker blue to light blue */

    .blue-blocks-fade div {
        padding: 10px;
    }

        .blue-blocks-fade div:nth-child(1) {
            background: #1E6194;
            color: #ffffff;
        }

        .blue-blocks-fade div:nth-child(2) {
            background: #4f79a5;
            color: #ffffff;
        }

        .blue-blocks-fade div:nth-child(3) {
            background: #97acc9;
            color: #000000;
        }

        .blue-blocks-fade div:nth-child(4) {
            background: #dce3ed;
            color: #000000;
        }

        .blue-blocks-fade div:nth-child(4) {
            position: relative;
            text-align: center;
        }

    @media only screen and (min-width:768px) {
        .blue-blocks-fade {
            display: flex;
            justify-content: space-between;
        }

            .blue-blocks-fade div {
                padding: 10px;
                flex-grow: 1;
                flex-shrink: 1;
                flex-basis: 0;
                text-align: center;
                display: flex;
                align-items: center;
            }

                .blue-blocks-fade div:nth-child(4):after, .blue-blocks-fade div:nth-child(4):before {
                    content: "";
                    position: absolute;
                    width: 20px;
                    height: 50%;
                    left: 100%;
                }

                .blue-blocks-fade div:nth-child(4):after {
                    bottom: 0;
                    background: linear-gradient(to right bottom, #dce3ed 50%, transparent 50%);
                }

                .blue-blocks-fade div:nth-child(4):before {
                    top: 0;
                    background: linear-gradient(to right top, #dce3ed 50%, transparent 50%);
                }
        .show-mobile {
            display: none;
        }
    }

/* Table column sizing
================================== */
.title-cell {
    width: 32%
}

.evidence-cell {
    width: 17%;
}

.relevance-cell {
    width: 18%;
}

.post-cell {
    width: 15%;
}

.co-pro-cell {
    width: 18%;
}

/* Apply styles
================================== */
.Rtable {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 3em 0;
    padding: 0;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

    .Rtable .Rtable-row {
        width: 100%;
        display: flex;
        border-bottom: 2px solid #999;
        height: 100%;
        flex-wrap: wrap;
    }

        .Rtable .Rtable-row.Rtable-row--head {
            align-items: stretch;
            position: -webkit-sticky; /* Safari */
            position: sticky;
            top: 0;
        }

        .Rtable .Rtable-row .Rtable-cell {
            box-sizing: border-box;
            flex-grow: 1;
            padding: 0.8em 1.2em;
            overflow: hidden;
            list-style: none;
            justify-content: space-between;
        }

@media all and (min-width: 750px) {


    .Rtable .Rtable-row .Rtable-cell:first-child {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    .Rtable .Rtable-row .Rtable-cell:not(:first-child) {
        flex: 1;
    }

    .Rtable.Rtable--collapse--perm .Rtable-row .Rtable-cell:not(:first-child) {
        flex: none;
    }
}

.Rtable .Rtable-row .Rtable-cell.column-heading {
    color: white;
    padding: 1em;
    text-align: left !important;
}

.Rtable--collapse .Rtable-row--head .column-heading:first-child {
    display: none !important;
}

.Rtable .Rtable-row .Rtable-cell .Rtable-cell--heading {
    display: none;
}


.evidence-cell, .relevance-cell, .post-cell, .co-pro-cell, .Rtable-cell--content img {
    text-align: center;
    margin: 0 auto;
}

.note-toggle {
    position: relative;
}

    .note-toggle div {
        display: none;
    }

    .note-toggle span {
        display: none;
        position: absolute;
    }

    .note-toggle img {
        display: inline-block;
    }

.showSingle {
    width: 20px;
    height: 27px;
    background: url(../img/new/icons/icon_accordion_lores.png) no-repeat;
    text-indent: -5000px;
    display: inline-block;
    position: absolute;
    top: -5px;
    right: 0;
}

    .showSingle.title_active {
        transform: rotate(180deg);
        display: inline-block;
    }

.title-cell.column-heading {
}

.Rtable--collapse--perm {
    display: block;
    width: 100%;
    padding: 1em;
    box-shadow: none;
    margin: 0;
}

    .Rtable--collapse--perm .Rtable-row {
        box-sizing: border-box;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 2em;
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    }

        .Rtable--collapse--perm .Rtable-row .Rtable-cell {
            width: 100% !important;
            display: flex;
            align-items: center;
            border: 1px solid #ccc;
            padding: 0;
        }

            .Rtable--collapse--perm .Rtable-row .Rtable-cell .Rtable-cell--heading {
                display: inline-block;
                flex: 1;
                max-width: 40%;
                min-width: 120px;
                color: #ffffff;
                text-align: left !important;
                border-right: 1px solid #ccc;
                margin-right: 0;
                padding: 10px;
                align-self: stretch;
                background-color: #943462;
            }

            .Rtable--collapse--perm .Rtable-row .Rtable-cell .Rtable-cell--content {
                /* flex: 2; */
                padding: 10px !important;
                text-align: left;
                width: 100%;
            }

    .Rtable--collapse--perm .evidence-cell .Rtable-cell--content {
        padding-left: 0 !important;
    }

    .Rtable--collapse--perm .Rtable-row--head {
        display: none;
    }
/* Responsive
==================================== */
@media all and (max-width: 750px) {
    .showSingle {
        top: 5px;
        right: 10px;
    }

    .note-toggle {
        max-width: 50%;
        margin-top: 10px !important;
    }

    .showSingle.title_active {
        transform: rotate(180deg);
        display: inline-block;
        top: 5px;
        right: 10px;
    }

    .is-striped {
        background-color: white;
    }

    .Rtable--collapse {
        display: block;
        width: 100%;
        padding: 1em;
        box-shadow: none;
    }

        .Rtable--collapse .Rtable-row {
            box-sizing: border-box;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 2em;
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
        }

            .Rtable--collapse .Rtable-row .Rtable-cell {
                width: 100% !important;
                display: flex;
                align-items: center;
                border: 1px solid #ccc;
            }

                .Rtable--collapse .Rtable-row .Rtable-cell .Rtable-cell--heading {
                    display: inline-block;
                    flex: 1;
                    max-width: 50%;
                    min-width: 120px;
                    color: #ffffff;
                    text-align: left !important;
                    border-right: 1px solid #ccc;
                    margin-right: 0;
                    padding: 10px;
                    align-self: stretch;
                    background-color: #943462;
                }

    .title-cell .Rtable-cell--heading {
        display: none !important;
    }

    .Rtable--collapse--perm .Rtable-row .title-cell .Rtable-cell--heading {
        display: block !important;
        max-width: 120px;
    }

    .Rtable--collapse--perm .Rtable-row .Rtable-cell--heading {
        max-width: 100% !important;
        width: 100% !important;
    }

    .Rtable--collapse--perm .Rtable-row .Rtable-cell {
        flex-direction: column;
        max-width: 100%;
    }

    .Rtable--collapse .Rtable-row .Rtable-cell .Rtable-cell--content {
        /* flex: 2; */
        padding: 10px;
        text-align: center;
        /*width: 100%;*/
        margin: auto;
    }

        .Rtable--collapse .Rtable-row .Rtable-cell .Rtable-cell--content.note-toggle {
            width: 50%;
        }

    .Rtable--collapse .evidence-cell .Rtable-cell--content {
        padding-left: 0 !important;
    }

    .Rtable--collapse .Rtable-row--head {
        display: none;
    }

    .Rtable .Rtable-row .Rtable-cell {
        padding: 0;
    }

    .Rtable--collapse--perm .Rtable-row .Rtable-cell .Rtable-cell--content {
        text-align: left;
        padding: 10px !important;
    }
}



@media only screen and (max-width:500px) {
    .intro .intro-left, .intro .intro-right, .video-box-right, .maxhalfwidth.video-box-right {
        float: none;
        width: 100%;
        max-width: 100%;
    }

    .maxhalfwidth.video-box-right {
        padding: 5px;
        margin: 0px;
    }

    img.maxthirdwidth, img.maxhalfwidth {
        max-width: 100%;
    }
    .addressDetails > div, .myDetails > div, .learningDetails > div {
        padding-bottom:10px;
    }
    .addressDetails > div > div, .myDetails > div > div, .learningDetails > div > div, .mailingDetails > div > div {
        display: block;
        min-width: 100%;
        max-width: 100%;
    }
    .regionsTab > div:first-child {
        display: block;
        width: 100%!important;
    }
    .myDetails .regionsTab > div:nth-child(2) li {
        left:0;
    }
}

/* Video chapters retrieved from old css file */
.chapters-wrapper {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

    .chapters-wrapper .chapter {
        border-top: 1px solid #ccc;
    }

        .chapters-wrapper .chapter:first-child {
            border-top-width: 0;
        }

        .chapters-wrapper .chapter .chapter-point {
            display: block;
            padding: 10px 55px 10px 15px;
            text-decoration: none;
            color: #000000;
            position: relative;
            font-weight: 300;
        }

        .chapters-wrapper .chapter:nth-child(even) .chapter-point {
            background-color: #F9F9F9;
        }

        .chapters-wrapper .chapter .chapter-point:hover {
            background-color: #F5F5F5;
        }

        .chapters-wrapper .chapter .chapter-point.current {
            background-color: #9f9f9f;
        }

.time {
    float: right;
    position: absolute;
    right: 10px;
}

/* Course Management */

.table-top {

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1em;

    background: #f6f6f6;
    margin-bottom: 1em;
}

    .table-top #licences {
        flex-basis: 100%;
    }

    .table-top h4 {
        margin-bottom: .5em;
    }

    .table-top input[type=email] {
        height: 28px;
        font-size: inherit;
        font-family: inherit;
        margin: 0;
        padding: 0 10px;
        margin-left: 0 !important;
        border: 1px solid #ddd9d6;
    }
@media screen and (max-width: 750px) {
    .table-top {
        flex-direction: column;
    }
        .table-top #licences {
        }
}


.course-group {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1em;
}

.course {
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    background: #efefef;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media only screen and (max-width:500px) {
    .course {
        flex-wrap: wrap;
    }
}

.course > div:last-child {
    margin: auto 0;
}

.course .button {
    display: inline-block;
}

.course p {
    margin-bottom: 0;
}

.order-group {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1em;
}

.order {
    border-left: 3px solid #1E6194;
    padding: 1em;
    background: #f6f6f6;
}

.enrolment-container > .enrolment {
    display: flex;
    justify-content: space-between;
    border-left: 3px solid #1E6194;
}

    .enrolment-container > .enrolment > div:last-child {
        margin: auto 0;
        flex-shrink: 0;
    }

.enrolment-container {
    display: grid;
    grid-gap: 1em;
}

.enrolment {
    padding: 1em;
    background: #f6f6f6;
    position: relative;

}

    .enrolment-container > .enrolment.expired {
        padding-top: 2em;
        border-color: #9a0a00;
    }
        .enrolment-container > .enrolment.expired::after {
            position: absolute;
            left: -3px;
            top: 0;
            background: #9a0a00;
            color: #fff;
            line-height: 25px;
            font-size: 14px;
            height: 25px;
            padding: 0 .5em;
            content: 'Expired'
        }



.sub-enrolment {
    padding: 1em;
    background: #efefef;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    position: relative;
}

    .sub-enrolment::after {
        padding: .5em;
        position: absolute;
        top: 0;
        right: 0;
        border-bottom-left-radius: 3px;
        color: #fff;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }

    .sub-enrolment.complete {
        border-color: #8ead2d;
    }

        .sub-enrolment.complete::after {
            content: '';
            background: #8ead2d;
        }

    .sub-enrolment.incomplete {
        border-color: #9a0a00;
    }

        .sub-enrolment.incomplete::after {
            content: '';
            background: #9a0a00;
        }


.enrolment-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.enrolment-info > p {
    margin: 0;
}

@media screen and (max-width: 750px) {
    .enrolment-info {
        flex-direction: column;
    }
}

.enrolment-launch {
    margin-top: 1em;
    display: flex;
    flex-direction: column;
}

.enrolment-reminders {
    display: flex;
    justify-content: space-between;
    padding: .5em 1em;
    margin-bottom: 1em;
    background: #efefef;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}
    .enrolment-reminders > * {
        margin: auto 0;
    }


/*********************/

/*** Datatables.net ***/

.dataTables_filter {
    float: none !important;
    text-align: left !important;
}
    .dataTables_filter input {
        margin-left: 0 !important;
        margin-bottom: 5px;
        border: 1px solid #ddd9d6;
    }

/**********************/

/****** Basket ******/
.basket {
    position: fixed;
    bottom: 0;
    left: 0;
    /*box-shadow: 0 0 12px 2px rgba(0,0,0,0.2);*/
    z-index: 10000;
    max-width: 500px;
}

    .basket > div:last-child {
        padding: .5em 1em;
        background: #fff;
        border-right: 2px solid #1E6194;
    }

    .basket h4 {
        margin: .5em 0 0 0;
    }

    .basket .button {
        display: inline-block;
        margin-top: 5px;
        background-color: #1E6194;
    }

    .basket ul > li {
        list-style: none;
        list-style-position: inside;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 0;
    }

        .basket ul > li:not(:last-child) {
            border-bottom: 1px dashed #ccc;
        }

        .basket ul > li > div {
            flex-shrink: 0;
            padding-left: .5em;
            font-size: 1.5em;
        }

            .basket ul > li > div > button {
                margin: 0 5px;
                font-size: 1em;
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
            }

    .basket > .top-bar {
        width: 100%;
        height: 2em;
        font-size: 1.5em;
        line-height: 1.5em;
        min-width: 4em;
        position: relative;
        cursor: pointer;
        background: #1E6194;
        color: #fff;
        border-top-right-radius: 5px;
    }
        .basket > .top-bar::before {
            content: '\f291';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            position: absolute;
            left: .5em;
            top: .25em
        }

        .basket > .top-bar::after {
            content: '\f078';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            position: absolute;
            right: .5em;
            top: .25em
        }

        .basket > .top-bar.hidden::after {
            content: '\f077';
        }

.checkout-list {
    margin-bottom: 1em;
}
.checkout-list li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

    .checkout-list li {
        border-top: 1px dashed #ccc;
    }

.checkout-list li span:last-child {
    margin-left: 10px;
    flex-shrink: 0;
}

.checkout-list li h4 {
    margin: 0;
}

/**************************/

/*** Checkbox styled as toggle switch ***/

.toggle-wrapper input[type=checkbox] {
    display: none;
}

.toggle-wrapper label {
    cursor: pointer;
    width: 60px;
    height: 30px;
    background: grey;
    display: block;
    border-radius: 30px;
    position: relative;
}

    .toggle-wrapper label:before {
        content: 'OFF';
        color: #fff;
        position: absolute;
        right: 6px;
        font-size: 12px;
        top: calc(50% - 8px);
    }

.toggle-wrapper input:checked + label:before {
    content: 'ON';
    left: 6px;
    right: auto;
}

.toggle-wrapper label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 24px;
    transition: 0.3s;
}

.toggle-wrapper input:checked + label {
    background: #8ead2d;
}

    .toggle-wrapper input:checked + label:after {
        left: 33px
    }

/***********************/

.terms-box {
    max-height: 200px;
    overflow-y: scroll;
}

/* IE 11 fixes*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    blockquote p {
        text-indent: 0 !important;
    }
    blockquote p::after, blockquote p::before {
        font-size: .7em;
    }
    blockquote p::before {
       left: -14px;
    }

    
    .aside blockquote p::after, .aside blockquote p::before {
        font-size: .07em;
    }
    .aside blockquote p::before {
        left: -20px;
    }
    .aside blockquote p::after {
        right: -25px;
    }

}

.covid-19-banner {
    color: #fff;
    padding: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.covid-19-banner p {
    margin: 0;
    font-size: small;
}

.covid-19-wrapper {
    background: #a00000;
}

.covid-19-banner i {
    margin-right: 10px;
}

.hub-subject-terms {
    padding: 1em;
    background-color: #f6f6f6;
    margin-bottom: 0.5em;
    width: 100%;
 
}

.hub-subject-terms ul {
    column-count: 4;
}

    .hub-subject-terms ul li {
        margin: 2px;
        background: #efefef;
        border: 1px solid #e4e4e4;
        border-radius: 3px;
    }

    .hub-subject-terms a {
        font-size: 14px;
        padding: 2px;
       
    }

 
.hub-filter {
    padding: .25em .5em;
    background: #dee8f1;
    margin: 0 .5em;
    display: inline-block;
}
.hub-filter.active {
    border: 1px solid #1E6194;
}

@media only screen and (max-width: 780px) {
    .hub-subject-terms ul {
        column-count: 3;
    }
}

@media only screen and (max-width: 620px) {
    .hub-subject-terms ul {
       column-count: 2;
    }
}


/*** Hex diagram for safeguarding/children/education/typeindicatorsofabuse ***/
.hex-container {
    position: relative;
    text-align: center;
    color: white;
    margin: 15px;
}
    /* Common style */
    .hex-container .centered,
    .hex-container .top-center,
    .hex-container .top-right-up,
    .hex-container .top-right-down,
    .hex-container .bottom-center,
    .hex-container .bottom-left,
    .hex-container .top-left {
        position: absolute;
        transform: translate(-50%, -50%);
        width: 28%;
        list-style: none;
    }
    /* Centered text */
    .hex-container .centered {
        top: 50%;
        left: 50%;
        color: white;
    }

    /* Top center text */
    .hex-container .top-center {
        top: 14%;
        left: 50%;
    }
    /* Top right up text */
    .hex-container .top-right-up {
        top: 32%;
        left: 82.5%;
    }
    /* Top right down text */
    .hex-container .top-right-down {
        top: 70%;
        left: 82.5%;
    }
    /* Bottom center text */
    .hex-container .bottom-center {
        top: 86%;
        left: 50%;
    }
    /* Bottom left text */
    .hex-container .bottom-left {
        top: 67%;
        left: 17%;
    }
    /* Top left text */
    .hex-container .top-left {
        top: 32%;
        left: 17%;
    }

.hexDiagram {
    width: 100%;
}
/* Portrait and Landscape */
@media only screen and (max-width: 650px) {
    .hex-container .centered,
    .hex-container .top-center,
    .hex-container .top-right-up,
    .hex-container .top-right-down,
    .hex-container .bottom-center,
    .hex-container .bottom-left,
    .hex-container .top-left {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: auto;
    }

    .hex-container .centered {
        color: #09f;
    }

    .hex-container ul {
        padding-left: 3em;
        margin-bottom: 15px;
    }

        .hex-container ul li {
            list-style: disc !important;
            font-size: 14px;
        }

    .hexDiagram {
        display: none;
    }

    .hex-container {
        position: relative;
        text-align: left;
        color: black;
        margin: 0;
    }
}
/**********************************/
/*Adds a paintbrush stroke behind the heading*/

.paintbrush-grid { /*grid for boxes with a paintbrush heading*/
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 2fr 2fr 2fr;
    align-content: center;
}

    .paintbrush-grid p,
    .paintbrush-grid h4 {
        padding: 0 10px;
    }

    .paintbrush-grid p,
    .paintbrush-grid ul li { /*Making the text stand out more*/
        color: black;
    }


.paintbrush-highlight {
    padding: 18px !important;
    margin: 0 auto;
    font-weight: 600;
    text-align: center;
    position: relative;
    bottom: 15px;
    z-index: 1;
    color: white !important;
}
.paintbrush-grid div {
    margin: 0 5px 15px; /*creates space between boxes*/
}

div.em-purple h3.paintbrush-highlight,
div.em-orange h3.paintbrush-highlight,
div.em-blue h3.paintbrush-highlight,
h3.paintbrush-highlight.highlight-black {
    color: white !important;
}

@media screen and (max-width: 680px) {
    .paintbrush-grid {
       display: inline-block;
    }
}
