/*
 * Theme Name:  FNUNIV/NCCIE
 * Author:      Engineered Code Consulting Inc.
 * Author URI:  https: //www.engineeredcode.com/
 * Version:     2022.05.03
 */

/*
 * [ Table of Contents ]
 * 
 * Temp
 * Fonts
 * Contact Form 7
 * Common
 * Homepage
 * Homepage Panels Responsive Text
 * Header - Nav
 * Logo
 * About Us / Table of Contents
 * Resource Library
 * Search
 * Story
 * Contact Sidebar
 * Author Page
 * Faculty
 * News
 * Library Search
 * Footer
 * Accordion Panel
 * Nav
 * Lead Comments Section
 * Map
 * Notifications
 * Events
 * Microsite
 * Film Microsite
 * Film Microsite - Slick Slider
 * Indigenous Governance
 * Teaching Resource Centre
 * Knowledge Space
 * Bootstrap Modal
 * Bootstrap Modal - Vertical Align
 * Responsive
 *
 */

/* ---------- Temp ---------- */

#orange-shirt-day-link a {
    color: #ffeecc;
}

#orange-shirt-day-link a:hover {
    color: #fff;
}

#orange-shirt-day-link {
    border-bottom-color: #d75f04;
    background-color: #f47021;
    color: #ffeecc;
}

#notification-bar a {
    color: #fff;
}

#notification-bar a:hover {
    color: #fff;
}

#notification-bar {
    border-bottom-color: #2e5c8b;
    background-color: #2e5c8b;
    color: #fff;
}

/* ---------- Fonts ---------- */

@font-face {
    font-family: 'bebasregular';
    src: url('fonts/BebasNeue-Regular.eot');
    src: url('fonts/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeue-Regular.woff2') format('woff2'), url('fonts/BebasNeue-Regular.woff') format('woff'), url('fonts/BebasNeue-Regular.ttf') format('truetype'), url('fonts/BebasNeue-Regular.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ---------- Contact Form 7 ---------- */

.wpcf7-form label {
    display: block;
}

.wpcf7-form input[type="checkbox"] {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    padding: 10px;
}

.wpcf7-recaptcha {
    margin-bottom: 15px;
}

/*
// reCaptcha V3 hidebadge
.grecaptcha-badge {
    visibility: collapse !important;
}
*/

/* ---------- Common ---------- */

html.nccie {
    background-color: #1c3a59;
}

html.nccie body {
    background: none;
}

.featuredTopic {
    margin: 10px 10px 10px 0;
}

.featuredTopic .btn-block {
    white-space: normal;
}

.nccTagCloud {
    margin-right: 15px;
    margin-top: 15px;
}

.input-group-btn .btn.btn-default {
    border-color: #578fc8;
    height: 36px;
}

.sectionHeading {
    position: relative;
    z-index: 0;
}

div#nccieMapControls .col-xs-6:last-child {
    border-left: 1px solid #ccc;
}

.sectionHeading h3, #nccieMapControls h3 {
    background-color: #fff;
    display: inline-block;
    font-family: "Roboto Slab";
    font-size: 20px;
    font-weight: 700;
    margin: 40px 0 24px;
    padding-right: 15px;
    text-transform: uppercase;
}

.holismSectionHeading h3 {
    background-color: #fff;
    display: inline-block;
    font-family: "Roboto Slab";
    font-size: 20px;
    font-weight: 700;
    margin: 0px 0 24px;
    padding-right: 15px;
    text-transform: uppercase;
}

#nccieMapControls h3.text-warning, h3.indigenous-lang-header-text {
    margin-top: 0;
}

.sectionHeading:before {
    border-top: 5px solid #f2cda9;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 49px;
    z-index: -1;
}

.holismSectionHeading:before {
    border-top: 5px solid #f2cda9;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 9px;
    z-index: -1;
}

.col-md-4>.nccFeaturedStory h2, .nccPopularStory h2 {
    font-family: "Roboto Slab";
    font-size: 20px;
    font-weight: 700;
}

.nccPopularStory h2 {
    font-size: 14px;
    margin-top: 0;
}

.nccPopularStoryTitle.nccIndigenousLanguageTitle h2 {
    font-size: 20px;
}

.nccFeaturedStory {
    margin-bottom: 40px;
}

.embed-responsive-16by9>div>div {
    background-size: cover;
    height: 100%;
}

.nccFeaturedStory a, a.nccPopularStory {
    display: block;
}

.nccFeaturedStory h5 a {
    display: inline;
}

.fnuniv .whiteBody img {
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 79px -23px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 79px -23px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 79px -23px rgba(0, 0, 0, 0.75);
    border: 7px solid #ffffff;
}

.whiteBody {
    background-color: #fff;
    padding-bottom: 80px;
}

.img-vert-space {
    margin-top: 20px;
    margin-bottom: 20px;
}

ul#nccie_language_switcher_submenu {
    background-color: #2a5a8e;
    border: 1px solid #578fc8;
    font-weight: 600;
    margin: 0;
}

ul#nccie_language_switcher_submenu a {
    color: #fff;
    width: 100%;
    background: none;
    outline: none;
}

ul#nccie_language_switcher_submenu a:hover {
    background-color: rgba(255, 255, 255, .1);
}

li#nccie_language_switcher .caret {
    margin-left: 5px;
}

body.nccie-en ol,
body.nccie-en ul,
body.nccie-fr ol,
body.nccie-fr ul {
    overflow-wrap: normal;
}

/* ---------- Homepage ---------- */

#nccHomePagePanels .nccHomePagePanels-bottom {
    margin-top: 30px;
}

#nccHomePagePanels img {
    margin-top: 30px;
    width: 100%;
}

h1#nccDescriptionTag {
    font-family: "Roboto Slab";
    font-size: 22px;
    line-height: 30px;
    margin: 50px auto 0;
}

#nccHomePagePanels .nccHomePagePanels-left {
    height: auto;
    margin-top: 30px;
}

#nccHomePagePanels .nccHomePagePanels-left-top img {
    margin-top: 0;
}

/* ---------- Homepage Panels Responsive Text ---------- */

.nccHomePagePanel {
    position: relative;
}

.nccHomePagePanel .nccHomePagePanelText {
    bottom: 15px;
    left: 15px;
    position: absolute;
    /* max-width: 80%; */
}

.nccHomePagePanel .nccHomePagePanelText span.nccHomePagePanelTitle.h1, .nccHomePagePanel .nccHomePagePanelText span.nccHomePagePanelSubtitle.h2 {
    display: block;
    line-height: 1.15;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.nccHomePagePanel .nccHomePagePanelText h2.nccHomePagePanelSubtitle, .nccHomePagePanel .nccHomePagePanelText span.nccHomePagePanelSubtitle.h2 {
    text-decoration: none;
    color: #fccc07;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    font-family: "Encode Sans", Helvetica, Arial, sans-serif;
    margin-bottom: 8px;
    margin-top: 0;
}

.nccHomePagePanel .nccHomePagePanelText h1.nccHomePagePanelTitle, .nccHomePagePanel .nccHomePagePanelText span.nccHomePagePanelTitle.h1 {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-family: "Roboto Slab";
    margin: 0;
}

.nccHomePagePanels-top .nccHomePagePanel .nccHomePagePanelText {
    /* bottom: 50px; */
    /* left: 20px; */
}

.nccHomePagePanels-large .nccHomePagePanel .nccHomePagePanelText h2.nccHomePagePanelSubtitle {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 0;
}

.nccHomePagePanels-large .nccHomePagePanel .nccHomePagePanelText h1.nccHomePagePanelTitle {
    font-size: 40px;
    margin: 0;
    line-height: 1em;
}

.nccHomePageRightContainer .btn-lp-subject .btn {
    height: 65px;
}

@media (min-width: 992px) {
    .nccHomePageRightContainer .btn-lp-subject .btn-lp-subject-text {
        font-size: 12px;
    }
}

@media (min-width: 1320px) {
    .nccHomePageRightContainer .btn-lp-subject .btn-lp-subject-text {
        font-size: 16px;
    }
}

.nccHomePageLeftContainer h1, .nccHomePageRightContainer h1, .nccHomePageLeftContainer span.h1, .nccHomePageRightContainer span.h1, .SocialMediaSection span.h1 {
    font-size: 40px;
    margin-top: 40px;
    margin-bottom: 25px;
    letter-spacing: -.25px;
    font-family: "Roboto Slab";
    display: block;
}

/* ---------- Homepage Panels Responsive Text (min-width: 500px) ---------- */

@media (min-width: 500px) {
    .nccHomePagePanel .nccHomePagePanelText h2.nccHomePagePanelSubtitle, .nccHomePagePanel .nccHomePagePanelText span.nccHomePagePanelSubtitle.h2 {
        font-size: calc(10px + 10 * ((100vw - 500px) / 500));
    }
    .nccHomePagePanel .nccHomePagePanelText h1.nccHomePagePanelTitle, .nccHomePagePanel .nccHomePagePanelText span.nccHomePagePanelTitle.h1 {
        font-size: calc(16px + 20 * ((100vw - 500px) / 500));
    }
    .nccHomePagePanel .nccHomePagePanelText {
        bottom: calc(18px + 20 * ((100vw - 500px) / 500));
        left: calc(18px + 10 * ((100vw - 500px) / 500));
    }
    .nccHomePagePanels-large .nccHomePagePanel .nccHomePagePanelText h2.nccHomePagePanelSubtitle {
        font-size: calc(10px + 15 * ((100vw - 500px) / 500));
    }
    .nccHomePagePanels-large .nccHomePagePanel .nccHomePagePanelText h1.nccHomePagePanelTitle {
        font-size: calc(20px + 60 * ((100vw - 500px) / 500));
    }
    .nccHomePagePanels-top .nccHomePagePanel .nccHomePagePanelText {
        /* bottom: calc(20px + 100 * ((100vw - 500px) / 500)); */
        /* left: calc(30px + 30 * ((100vw - 500px) / 500)); */
    }
}

/* ---------- Homepage Panels Responsive Text (min-width: 768px) ---------- */

@media (min-width: 768px) {
    .nccHomePagePanel .nccHomePagePanelText {
        bottom: 30px;
        left: 25px;
    }
    .nccHomePagePanel .nccHomePagePanelText h2.nccHomePagePanelSubtitle, .nccHomePagePanel .nccHomePagePanelText span.nccHomePagePanelSubtitle.h2 {
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 0;
    }
    .nccHomePagePanel .nccHomePagePanelText h1.nccHomePagePanelTitle, .nccHomePagePanel .nccHomePagePanelText span.nccHomePagePanelTitle.h1 {
        font-size: 27px;
        margin: 0;
    }
    .nccHomePagePanels-top .nccHomePagePanel .nccHomePagePanelText {
        /* bottom: 45px; */
        /* left: 50px; */
    }
    .nccHomePagePanels-large .nccHomePagePanel .nccHomePagePanelText h2.nccHomePagePanelSubtitle {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .nccHomePagePanels-large .nccHomePagePanel .nccHomePagePanelText h1.nccHomePagePanelTitle {
        font-size: 50px;
        margin: 0;
        line-height: 1em;
    }
}

/* ---------- Homepage Panels Responsive Text (min-width: 992px) ---------- */

@media (min-width: 992px) {
    .nccHomePagePanel .nccHomePagePanelText {
        bottom: 20px;
        left: 15px;
    }
    .nccHomePagePanel .nccHomePagePanelText h2.nccHomePagePanelSubtitle, .nccHomePagePanel .nccHomePagePanelText span.nccHomePagePanelSubtitle.h2 {
        font-size: 10px;
        margin-bottom: 5px;
        margin-top: 0;
    }
    .nccHomePagePanel .nccHomePagePanelText h1.nccHomePagePanelTitle, .nccHomePagePanel .nccHomePagePanelText span.nccHomePagePanelTitle.h1 {
        font-size: 16px;
        margin: 0;
    }
    .nccHomePagePanels-top .nccHomePagePanel .nccHomePagePanelText {
        bottom: 25px;
        left: 30px;
    }
    .nccHomePagePanels-large .nccHomePagePanel .nccHomePagePanelText h2.nccHomePagePanelSubtitle {
        font-size: 14px;
        margin-bottom: 15px;
        margin-top: 0;
    }
    .nccHomePagePanels-large .nccHomePagePanel .nccHomePagePanelText h1.nccHomePagePanelTitle {
        font-size: 30px;
        margin: 0;
    }
}

/* ---------- Homepage Panels Responsive Text (min-width: 1200px) ---------- */

@media (min-width: 1200px) {
    .nccHomePagePanel .nccHomePagePanelText {
        bottom: 22px;
        left: 20px;
        position: absolute;
    }
    .nccHomePagePanel .nccHomePagePanelText h2.nccHomePagePanelSubtitle, .nccHomePagePanel .nccHomePagePanelText span.nccHomePagePanelSubtitle.h2 {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .nccHomePagePanel .nccHomePagePanelText h1.nccHomePagePanelTitle, .nccHomePagePanel .nccHomePagePanelText span.nccHomePagePanelTitle.h1 {
        font-size: 20px;
        margin: 0;
    }
    .nccHomePagePanels-top .nccHomePagePanel .nccHomePagePanelText {
        bottom: 30px;
        left: 40px;
    }
    .nccHomePagePanels-large .nccHomePagePanel .nccHomePagePanelText h2.nccHomePagePanelSubtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .nccHomePagePanels-large .nccHomePagePanel .nccHomePagePanelText h1.nccHomePagePanelTitle {
        font-size: 40px;
        margin: 0;
    }
}

/* ---------- Homepage Social ---------- */

.widgetized-facebook-feed-widget-area .textwidget.custom-html-widget>iframe, .widgetized-twitter-feed-widget-area .textwidget.custom-html-widget {
    margin: 15px auto 0;
    background-color: #2e5c8b;
    padding: 15px;
    border-radius: 4px;
    display: block;
    width: 370px;
    height: 495px;
}

/* ---------- Header - Nav ---------- */

#fnu-header-link-pipe {
    font-family: "Roboto Slab";
    display: inline-block;
    padding-right: 12px;
    font-size: 19px;
    color: #d9ddec;
    padding-bottom: 6px;
}

#fnu-header-link-text {
    font-family: "Roboto Slab";
    display: inline-block;
}

#fnu-header-link-logo {
    margin-top: -8px;
}

.nccieMainHeaderArea {
    font-size: 0;
    margin-bottom: 30px;
    margin-top: 40px;
}

#nccieTopNavMenuLogo {
    margin-top: -11px;
    height: 44px;
}

.nccieTopNavMenu ul {
    margin: 17px 15px;
}

.nccieTopNavMenu ul, .nccieTopNavMenu li {
    line-height: 0;
    vertical-align: middle;
}

.nccieTopNavMenu a {
    line-height: 20px;
}

.nccieMainNavMenu a {
    font-family: "Roboto Slab";
    font-weight: 700;
    text-transform: uppercase;
}

.nccieMainNavMenu .nav.navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

ul#menu-top-left-menu-1.nav.navbar-nav {
    font-size: 13px;
}

ul#menu-top-left-menu-french-1.nav.navbar-nav {
    font-size: 13px;
}

#menu-top-left-menu-1.nav.navbar-nav {
    font-size: 13px;
}

#menu-top-left-menu-french-1.nav.navbar-nav {
    font-size: 13px;
}

.navbar-wrapper {
    /*background-color: #f6dabe;*/
    background-color: #d9ddec;
    margin-top: 20px;
}

.navbar-brand img {
    height: 60px;
}

a.navbar-brand {
    margin-top: 10px;
    padding: 0 !important;
    position: relative;
    z-index: 10;
}

#navArea a.navbar-brand {
    margin: 20px 0 0 20px;
}

#navArea .navbar-toggle {
    margin-top: 30px;
}

.navbar-tagline h2, .navbar-tagline span.h2 {
    font-family: "Roboto Slab";
    font-size: 24px;
    margin: 0 0 40px;
    letter-spacing: .5;
    font-style: italic;
    display: block;
}

/* ---------- Logo ---------- */

.nccieSymbolicLogoBlock {
    height: 120px;
    max-width: 100%;
    width: 780px;
}

.nccieLogoWrapper {
    display: inline-block;
    width: 57.69%;
}

.nccieLogo {
    height: 100%;
    width: 100%;
}

.nccieLogo img {
    height: auto;
    vertical-align: bottom;
    width: 100%;
}

.nccieSymbolicWrapper {
    display: inline-block;
    margin-right: 3.85%;
    width: 38.46%;
}

.nccieSymbolic {
    background-position: right;
    display: none;
}

.nccieSymbolic img {
    display: block;
    float: right;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

/* ---------- About Us / Table of Contents ---------- */

.nccieTOCtitle, .nccieChildPageTitle, .nccieAboutUs h1, .nccieAboutUs h2, .indigenous_languages_title h1, .nccie_title h1 {
    font-family: "Roboto Slab";
}

.nccieTOCtitle h1, .nccieAboutUs h1, .indigenous_languages_title h1, .nccie_title h1 {
    font-size: 40px;
    margin-bottom: 25px;
    letter-spacing: -.25px;
}

.nccieAboutUs h2 {
    margin-top: 50px;
    letter-spacing: -.25px;
}

.nccieAboutUs .lead {
    color: #2e5c8b;
}

.nccieAboutUs p.captionText {
    font-size: 12px;
    text-align: center;
}

.nccieTOCcontent {
    color: #2e5c8b;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.nccieTOCsideBar .affix {
    top: 0px;
}

.nccieTOCsideBar .affix-bottom {
    position: absolute;
    width: 360px;
}

.noSectionHeading {
    height: 30px;
    margin-top: -10px;
}

.nccieChildPageTitle h2 {
    font-size: 28px;
    margin-top: 50px;
    display: inline-block;
}

a.nccieChildPage:hover {
    text-decoration: none;
}

.nccieChildPageTitle h2:hover {
    text-decoration: underline;
}

.nccieChildPageExcerpt strong {
    font-weight: 600;
}

.nccieChildPageExcerpt, .nccieAboutUs {
    font-size: 16px;
    font-weight: 500;
}

li.nccieChildPage {
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0;
    font-weight: 600;
}

li.nccieChildPage:last-child {
    border: none;
}

li.nccieChildPage .fa-chevron-right {
    margin-right: 10px;
    font-size: 13px;
    padding-bottom: 3px;
}

.nccSectionDivider {
    border-bottom: 1px solid #ebebeb;
    margin: 25px auto;
}

.nccieAboutUs .videoLink {
    margin-bottom: 11px;
}

.nccieAboutUs .videoLink a {
    font-weight: 700;
    font-size: 13px;
}

.nccieAboutUs .videoLink .fa-play-circle {
    padding-right: 5px;
}

.nccSectionQuote {
    border-left: 2px solid #c8cfe4;
    padding-left: 15px;
    margin: 25px 0;
}

p.nccSectionQuoteReference {
    font-size: 12px;
}

p.nccSectionQuoteReference.ks-footnote {
    color: #444444;
    font-size: 13px;
    border-top: 1px solid #cccccc;
    margin-top: 50px;
    padding-top: 15px;
    text-align: left;
}

p.nccPlaylistCurrentItemDescription.nccSectionQuoteReference.ks-footnote {
    /*color: #fff;*/
    font-size: 13px;
    border-top: 1px solid #cccccc;
    margin-top: 50px;
    padding-top: 15px;
    text-align: left;
}

.aboutLogoImg {
    margin: 50px 0;
}

.nccieAboutUsHeader {
    font-family: "Roboto Slab";
}

.languageImageContainer {
    margin: 20px auto;
}

.nccieAboutUs thead th {
    font-size: 18px;
    font-weight: 800;
    color: #2e5c8b;
}

#acknowledgement-table td {
    font-size: 14px;
    border-left: 1px solid #dddddd;
}

.nccieAboutUs #inGratitudeThankYou {
    margin-bottom: 25px;
    font-style: italic;
    font-family: "Roboto Slab";
    font-size: 20px;
    font-weight: 700;
    color: #ef6a52;
}

.nccieAboutUs #inGratitudeThankYou>.row>div {
    margin: 15px 0;
}

#acknowledgement-table.table>tbody>tr:first-child>th {
    width: 20%;
}

.nccAboutUsPanelLink h4 {
    line-height: 1.4em;
    font-size: 14px;
    color: #f06b4d;
}

a.nccAboutUsPanelLinkAnchor:hover {
    text-decoration: none;
}

a.nccAboutUsPanelLinkAnchor {
    color: #f06b4d;
}

.nccAboutUsPanelLink {
    /* background-color: #f9eadc; ORIGINAL COLOUR */
    background-color: #ffab94;
    /* Dark Red */
    padding: 10px 20px;
    margin-top: 0;
}

.nccAboutUsPanelLink.nccOrangePanel {
    background-color: #ffd694;
}

.nccAboutUsPanelLink.nccOrangePanel .fa-arrow-circle-right {
    color: #f3a01e;
}

.nccAboutUsPanelLink.nccYellowPanel {
    background-color: #ffed8e;
}

.nccAboutUsPanelLink.nccYellowPanel .fa-arrow-circle-right {
    color: #fdd000;
}

.nccAboutUsPanelLink.nccBluePanel {
    background-color: #d9dded;
}

.nccAboutUsPanelLink.nccBluePanel h4, .nccAboutUsPanelLink.nccBluePanel span.nccLinkStyle, .nccAboutUsPanelLink.nccBluePanel span.nccLinkStyle:hover, .nccAboutUsPanelLink.nccBluePanel .fa-arrow-circle-right {
    color: #2a588d;
}

.nccAboutUsPanelLink .fa-arrow-circle-right {
    font-size: 70px;
    /* color: #f3cdab; ORIGINAL COLOUR */
    color: #f06b4d;
    padding-top: 8px;
}

.nccAboutUsPanelLink span.nccLinkStyle {
    color: #f06b4d;
    font-weight: 600;
}

.nccAboutUsPanelLink span.nccLinkStyle:hover {
    color: #f06b4d;
    text-decoration: underline;
}

.nccieAboutUs #Indigenous-Education-Logo-Glyph {
    max-height: 160px;
}

/* ---------- Resource Library ---------- */

#nccie_resource_libary_wrapper {
    margin-top: 50px;
    overflow-x: scroll;
    padding-bottom: 15px;
}

table#nccie_resource_libary {
    width: 100% !important;
}

/* ---------- Search ---------- */

.storySearchCriteriaListWrapper .depth2 {
    padding-left: 20px;
}

.storySearchCriteriaContainer label {
    font-weight: 400;
    padding-left: 10px;
    font-size: 13px;
}

.lpSearchCriteriaContainer label {
    padding-left: 4px;
    font-size: 12px;
    font-weight: 600;
    max-width: 150px;
    vertical-align: middle;
    /*overflow: hidden;
    text-overflow: ellipsis; 
    display: inline-block;
    margin-bottom: -3px;*/
}

.storySearchCriteriaContainer .sectionHeading h3 {
    margin: 0 0 24px;
}

.storySearchCriteriaContainer .sectionHeading:before {
    top: 9px;
}

.storySearchCriteriaContainer .sectionHeading.smallerSectionHeading h3, #nccieMapControls h3 {
    font-size: 16px;
}

.storySearchCriteriaContainer .sectionHeading.smallerSectionHeading:before {
    top: 7px;
}

.storySearchCriteriaContainer>div {
    margin-bottom: 24px;
}

.storySearchCriteriaContainer.nccieSearchNotFound>div {
    margin-bottom: 0;
}

.storySearchCriteriaContainer input:hover, .storySearchCriteriaContainer label:hover {
    cursor: pointer;
}

.storySearchCriteriaListWrapper {
    max-height: 300px;
    overflow: auto;
}

.nccieSearchCriteriaWrapper {
    margin-bottom: 20px;
}

.nccieSearchCriteria span {
    font-size: 13px;
}

.nccieSearchCriteria button {
    margin-right: 10px;
    margin-bottom: 5px;
}

.nccieSearchCriteria button * {
    margin-left: 5px;
}

.nccieSearchStoryTitle h2 {
    margin-top: 0;
}

.nccieSearchStory, .nccPopularStory {
    margin-top: 15px;
    margin-bottom: 20px;
}

.nccPopularStory.nccIndigenousLanguage:first-child {
    margin-top: 8px;
}

.nccPopularStory .embed-responsive {
    margin-top: 1px;
}

.nccieSearchStory .embed-responsive {
    margin-top: 4px;
}

.nccieSearchStoryImage, .nccFeaturedStoryImage, .nccPopularStoryImage {
    background-position: 50%;
}

.col-md-8>.nccFeaturedStory h2, .nccieSearchStoryTitle {
    font-family: "Roboto Slab";
    font-size: 36px;
    font-weight: 700;
}

.nccFeaturedStory a:hover, a.nccPopularStory:hover, .nccieSearchStory a:hover, .nccieAssets a:hover, .nccHomePageRightContainer a:hover {
    text-decoration: none;
}

.nccieStorySearch input#searchBar {
    cursor: text;
}

.nccSearchBar.nccSearchBarInterview {
    background-color: #d9ddec;
    padding: 15px;
}

.nccSearchBar.nccSearchBarResources {
    background-color: #f5dab3;
    padding: 15px;
}

.nccSearchBar.nccSearchBarInterview #searchBar, .nccSearchBar.nccSearchBarInterview .btn {
    border-color: #2e5c8b;
}

.nccSearchBar.nccSearchBarInterview i:before {
    color: #2e5c8b;
}

.nccSearchBar.nccSearchBarResources #searchBar, .nccSearchBar.nccSearchBarResources .btn {
    border-color: #e9ad54;
}

.nccSearchBar.nccSearchBarResources i:before {
    color: #e6a33f;
}

.nccSearchBar.nccSearchBarResources #searchBar:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(233 173 83 / 60%);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(233 173 83 / 60%);
}

.nccieSearchMode {
    margin-bottom: 24px;
}

.nccieSearchMode .storySearchRadio {
    margin: 0 5px;
}

.nccieSearchMode input[type="radio"] {
    vertical-align: text-bottom;
}

.nccieSearchMode input[type="radio"]~label {
    font-weight: 400;
    margin: 0;
}

.nccieSearchNotFound {
    margin-bottom: 24px;
}

.nccieContentSearchCriteria {
    margin: 0 5px;
}

/* ---- Lesson Plan Template */

.ncc-templates-list i {
    font-size: 2em;
    margin-right: 10px;
    margin-top: -4px;
}

.ncc-templates-list h2 {
    margin-top: 35px;
    font-size: 25px;
}

/* ---------- Story ---------- */

.nccieTitle h1 {
    font-family: "Roboto Slab";
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 0;
}

.nccieInterviewee, .nccieVideoLanguage {
    margin-top: 15px;
}

.nccieContributor {
    margin-top: 5px;
}

.nccieInterviewee table, .nccieContributor table {
    font-size: 15px;
    word-wrap: break-word;
    table-layout: fixed;
}

.nccieInterviewee table thead tr th:first-child, .nccieInterviewee table tbody tr td:first-child, .nccieContributor table thead tr th:first-child, .nccieContributor table tbody tr td:first-child {
    width: 35%;
}

.nccieInterviewee strong, .nccieContributor strong {
    font-weight: 600;
}

div.nccieVideo table.table>tbody>tr>td, div.nccieVideo table.table>tbody>tr>td {
    border-top: none;
}

.nccieContributor table.table {
    margin-bottom: 0px;
}

.nccieAssetContent {
    margin-bottom: 10px;
}

.nccieFileType {
    color: #2e5c8b;
    font-size: 40px;
    margin-top: 13px;
}

.nccieAsset {
    padding-bottom: 10px;
    padding-top: 10px;
}

.nccieAssets table p {
    font-size: 15px;
}

.nccieAssets h3 {
    font-family: "Encode Sans", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #2e5c8b;
    font-weight: 600;
    margin-top: 10px;
}

.ncc_story ul.grandchildTopics.list-unstyled li {
    position: relative;
}

span.ncc_story_topics_description {
    position: absolute;
    top: 25px;
    left: 22px;
    padding: 10px;
    margin-left: 10px;
    z-index: 1000;
    border-radius: 4px;
    border: 1px solid #ddd;
    color: #333;
    background-color: #f5f5f5;
}

#nccAvailableLanguages {
    background-color: #2a5a8e;
    color: #fff;
    font-weight: 600;
}

/* ---------- Contact Sidebar ---------- */

ul#fnuniv-sidebar-contact {
    list-style: none;
    text-align: center;
    padding: 0 30px;
}

#fnuniv-sidebar-contact h2.widgettitle {
    font-size: 14px;
    font-weight: 700;
}

#fnuniv-sidebar-contact a.btn.btn-default {
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: 700;
}

#fnuniv-sidebar-contact li:last-child {
    border: none;
}

#fnuniv-sidebar-contact li:first-child {
    padding-top: 0;
}

#fnuniv-sidebar-contact li {
    padding: 50px 0 50px;
    border-bottom: 3px solid #b3b3b3;
}

.fnuniv .whiteBody #fnuniv-sidebar-contact img {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

/* ---------- Author Page ---------- */

.nccieAuthorPage h1, .nccieAuthorPage h2, .nccieAuthorPage h3, .nccieAuthorPage h4 {
    font-family: "Roboto Slab";
}

.nccieAuthorPage h2 {
    margin-top: 0;
}

.nccieAuthorPage h4 {
    padding-bottom: 30px;
    letter-spacing: -.25px;
}

.nccieAuthorPage h4.nccieSideHeadingSmall {
    margin-top: 40px;
    padding-bottom: 0;
}

.nccieAuthorPage dd.nccieAuthorBio {
    white-space: pre-wrap;
}

#nccieResearcherAvatar {
    margin-bottom: 30px;
    width: 120px;
    height: 120px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

#nccieResearcherAvatar img.avatar {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
    max-width: initial;
    max-height: initial;
}

.nccieAboutMeSection:before {
    border-top: 5px solid #f2cda9;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 32px;
    z-index: -1;
}

.nccieAboutMeSection {
    position: relative;
}

.nccieAboutMeSection h3 {
    background-color: #fff;
    display: inline-block;
    font-family: "Roboto Slab";
    font-size: 20px;
    font-weight: 700;
    margin: 23px 0 24px;
    padding-right: 15px;
    text-transform: uppercase;
}

/* ---------- Faculty ---------- */

.fnunivFacultyStaff .table>tbody>tr>td:first-child {
    font-weight: 700;
    text-align: right;
    padding-right: 20px;
    padding-left: 0;
}

.fnunivFacultyStaff .table>tbody>tr>td>ul {
    padding-left: 18px;
}

.fnunivFacultyStaff .table>tbody>tr>td>ul.list-unstyled {
    padding-left: 0;
}

/* ---------- News ---------- */

.news-row {
    margin-bottom: 40px;
}

.news-row .news-thumbnail {
    margin-bottom: 40px;
}

.fnuniv .whiteBody .news-row .news-thumbnail img {
    margin: 0;
}

.news-row .news-title h2 {
    margin-top: 0;
}

.news-row .news-date {
    margin-bottom: 11px;
}

.news-row~div .pagination>li>span.page-numbers.current {
    background-color: #e9be00;
}

/* ---------- Library Search ---------- */

#multiColumn img {
    margin: 15px 0;
    border: none;
    box-shadow: 0px 0px 10px 2px #f1f1f1;
    max-width: 100%;
}

ul.nav.nav-tabs {
    margin-bottom: 50px;
}

/* ---------- Footer ---------- */

.nccieFooterCopyright {
    background-color: #1d3a59 !important;
}

.nccieFooterCopyright p {
    margin: 0;
}

.nccieTopNavMenu a, .nccieFooterMenu a, .nccieFooterCopyright a, .nccieTopNavMenu a:focus, .nccieFooterMenu a:focus, .nccieFooterCopyright a:focus {
    color: #fff;
    display: inline-block;
    font-family: "Roboto Slab";
    font-size: 13px;
    font-weight: 400;
    height: 22px;
    text-transform: uppercase;
    text-decoration: none;
}

.nccieTopNavMenu a:hover, .nccieFooterMenu a:hover, .nccieFooterCopyright a:hover, .microsite-navbar .menu-item a:hover, .nccieTopNavMenu a:hover, .nccieFooterMenu a:hover, .nccieFooterCopyright a:hover, #ks-hero-area .microsite-navbar .menu-item a:hover {
    color: #eee;
    text-decoration: none;
}

.nccieFooterContentMenuWrapper .nccieFooterMenu ul.list-unstyled, .nccieStorySidebar .sectionHeading h3 {
    margin-bottom: 0;
}

.nccieStorySidebar .firstSectionHeading h3 {
    margin-top: 0;
}

.nccieStorySidebar .firstSectionHeading.sectionHeading:before {
    top: 9px;
}

.nccieStorySidebar #nccStoriesMap {
    margin-bottom: 40px;
}

.nccieFooterContentMenuWrapper .nccieFooterContent, .nccieFooterMenu {
    padding: 20px 0;
    font-size: 14px;
}

.nccieFooterCopyright .nccieFooterContent {
    padding: 20px 0 5px;
    font-size: 14px;
}

.nccInterviewee {
    margin-top: 40px;
}

.nccieFooterContentMenuWrapper {
    /* margin-top: 40px; */
}

.nccieFooterContentMenuWrapper img {
    max-height: 60px;
    margin-bottom: 20px;
}

ul#menu-footer-menu {
    margin-top: 10px;
}

/* ---------- Accordion Panel ---------- */

#accordion .panel.panel-default {
    border-color: #fbcc00;
}

#accordion .panel-heading.accordion {
    background-color: #ffd51d;
    border-color: #ffd51d;
    cursor: pointer;
}

#accordion .panel-heading.accordion~.panel-body {
    border: 4px solid #ffd51d;
}

#accordion .panel-heading.accordion~.panel-body img {
    max-width: 100%;
}

#accordion .panel.panel-default p:last-child {
    display: none;
}

/* ---------- Nav ---------- */

#navArea {
    background-color: #fff;
}

#navArea .navbar-default .navbar-toggle:focus, #navArea .navbar-default .navbar-toggle:hover {
    background-color: rgba(0, 0, 0, .15);
}

#navArea .navbar-default .navbar-toggle {
    border-color: transparent;
}

#navArea .navbar-default .navbar-toggle .icon-bar {
    background-color: rgba(0, 0, 0, .5);
}

.fnuniv .navbar-brand img {
    height: 40px;
}

.fnuniv .sectionHeading:before {
    border-top: 5px solid #b1932b;
}

.nccieTopNavMenu .wpml-ls-legacy-list-horizontal a {
    padding: 4px 10px;
}

.nccieTopNavMenu .wpml-ls-legacy-list-horizontal {
    padding: 0;
}

/* ---------- Lead Comments Section ---------- */

div.leadCommentSection {
    position: fixed;
    z-index: 400;
    right: 40px;
    top: 40px;
}

textarea.storyComments, textarea.storyEditorialComments, textarea.storyLeadComments, textarea.assetContent, #storyKeywords, #storyDescription, #storyAnnotation {
    resize: none;
}

/* ---------- Map ---------- */

.nccMapControl {
    color: #fff;
}

#boundary_type {
    color: #fff;
    background-color: #09111a;
    border: 1px solid #003b59;
    padding: 4px 0;
    font-weight: 600;
    text-align: center;
    height: 32px;
    margin-bottom: 30px;
}

#nccieMapControls .labelText {
    font-weight: 600;
    font-size: 11px;
    position: relative;
    bottom: 3px;
}

.nccieMapControlButtonLeft {
    padding: 9px;
    border-radius: 4px 0 0 4px;
    display: inline-block;
    margin-right: -4px;
    width: 40px;
    text-align: center;
}

.nccieMapControlMarkerWrapper .nccieMapControlButtonLeft {
    background-image: url(/wp-content/uploads/2019/03/nccieMapControlStoriesIcon.png);
    background-repeat: no-repeat;
    background-position: center;
}

.nccieMapControlHeatmapWrapper .nccieMapControlButtonLeft {
    background-image: url(/wp-content/uploads/2019/03/nccieMapControlHeatMapIcon.png);
    background-repeat: no-repeat;
    background-position: center;
}

.nccieMapControlNoneWrapper .nccieMapControlButtonLeft, .nccieMapControlMarkerWrapper .nccieMapControlButtonLeft, .nccieMapControlHeatmapWrapper .nccieMapControlButtonLeft {
    background-color: #2d5c86;
}

.nccieMapControlNoBoundaryWrapper .nccieMapControlButtonLeft {
    background-color: #1c3953;
}

.nccieMapControlTreatyBoundaryWrapper .nccieMapControlButtonLeft {
    background-color: #ed6855;
}

.nccieMapControlLanguageBoundaryWrapper .nccieMapControlButtonLeft {
    background-color: #fbca37;
}

.nccieMapControlTerritoryBoundaryWrapper .nccieMapControlButtonLeft {
    background-color: #c8cee2;
}

.nccieMapControlButtonRightOverlay {
    padding: 8px 10px;
    border: 1px solid #e0e1e1;
    border-left: none;
    border-radius: 0 4px 4px 0;
    display: inline-block;
    min-width: 90px;
}

.nccieMapControlButtonRight {
    padding: 8px 10px;
    border: 1px solid #e0e1e1;
    border-left: none;
    border-radius: 0 4px 4px 0;
    display: inline-block;
    min-width: 110px;
}

.nccieMapControlButtonRight:hover, .nccieMapControlButtonRightOverlay:hover {
    background-color: #ebeef5;
    border-color: #b7c3e5;
}

#nccie_fullpage_map #nccStoriesMap {
    height: 480px !important;
    border-top: 2px solid #09111a;
}

/* ---------- Notifications ---------- */

.nccNotificationContent {
    white-space: pre-line;
}

#nccNotification i.fa-bell {
    font-size: 24px;
    margin: 11px 0;
}

/* ---------- Events ---------- */

article.post .post-date {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    float: left;
    margin-right: 10px;
    text-align: center;
}

article.post .post-date .day {
    background: #d9ddec;
    border-radius: 2px 2px 0 0;
    color: #2e5b8b;
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-weight: bold;
    padding: 10px;
}

article.post .post-date .month {
    background: #2e5b8b;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    color: #FFF;
    font-size: 0.9em;
    padding: 0 10px 2px;
}

#nccEvents h4 {
    margin-top: 0;
}

#nccEvents table tr td {
    border-top: none;
}

#nccEvents a, #nccEvents a:hover {
    color: #2e5c8b;
    text-decoration: none;
}

#nccEventListing .nccEventCalendar {
    padding-top: 24px;
}

/* ---------- Microsite ---------- */

.micrositeLogo {
    /*width: 100%;*/
    height: 50px;
}

.microsite-navbar {
    padding-top: 60px;
}

.microsite-navbar .menu-item {
    /*font-size: 15px;*/
    letter-spacing: 1.5px;
    padding: 0 10px;
    font-size: 12px;
    width: 120px;
    text-align: center;
    line-height: 1em;
    vertical-align: middle;
}

.microsite-navbar .menu-item a {
    width: 100px;
    display: inline-block;
    padding: 5px 0;
}

.nccie-fr .microsite-navbar .menu-item {
    font-size: 9px;
}

.microsite-navbar .micrositeMainNavLeftMenu, .microsite-navbar .micrositeMainNavRightMenu {
    /*margin-top: 23px;*/
    margin-top: 5px;
}

/* ---------- Film Microsite ---------- */

.film-microsite .whiteBody, .knowledgespace .whiteBody {
    padding-bottom: 0;
    color: #444;
    line-height: 1.75;
    position: relative;
    z-index: 0;
}

.film-microsite .whiteBody p {
    margin: 0 0 20px;
}

.film-microsite .whiteBody a, .film-microsite .whiteBody a:hover, .film-microsite .whiteBody a:active, .film-microsite .whiteBody a:visited, .film-microsite .whiteBody a:focus {
    color: #8d7491;
}

.film-microsite .whiteBody #douglas-cardinal #filmmakers-area a, .film-microsite .whiteBody #douglas-cardinal #filmmakers-area a:active, .film-microsite .whiteBody #douglas-cardinal #filmmakers-area a:visited, .film-microsite .whiteBody #douglas-cardinal #filmmakers-area a:focus {
    color: #ca444b;
}

.film-microsite .whiteBody #bay-street #filmmakers-area a, .film-microsite .whiteBody #bay-street #filmmakers-area a:active, .film-microsite .whiteBody #bay-street #filmmakers-area a:visited, .film-microsite .whiteBody #bay-street #filmmakers-area a:focus {
    color: #738d9b;
}

.film-microsite .fa-play-circle {
    margin-right: 5px;
}

.microsite-navbar, .film-microsite h1, .film-microsite h2, #filmmakers-area h3, #filmmakers-area h4 {
    font-family: bebasregular, Arial, sans-serif;
}

.film-microsite a {
    color: white;
}

.film-microsite h1, .film-microsite h2, .film-microsite h3, .film-microsite h4 {
    margin-top: 0;
    font-weight: 400;
}

.film-microsite h1 {
    font-size: 80px;
    text-transform: uppercase;
    margin: -10px auto;
}

.film-microsite #waniska-syllabics {
    padding-top: 50px;
    max-width: 140px;
}

.film-microsite p.lead {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 24px;
}

#film-microsite-nav {
    border: 1px solid rgba(255, 255, 255, .5);
    display: inline-block;
    padding: 4px 20px 2px;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, .1);
    font-family: bebasregular, Arial, sans-serif;
    font-size: 19px;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
}

#film-microsite-nav ul {
    margin-bottom: 0;
}

#film-microsite-nav ul li, #film-microsite-nav ul li a {
    padding: 0 8px;
}

.film-microsite h3.sub-head {
    color: #1f1f1f;
    font-family: bebasregular, Arial, sans-serif;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 50px;
    word-spacing: 5px;
}

.film-microsite .Waniska-Cree-Text {
    margin: 50px 0;
}

.film-microsite #filmmakers-area .filmmakers-area-content h4.sub-head-small {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 18px;
    letter-spacing: .5px;
}

.film-microsite h2 {
    font-size: 55px;
    padding-top: 100px;
    color: #fff;
    letter-spacing: 2px;
    word-spacing: 5px;
    text-transform: uppercase;
}

.film-microsite #filmmakers-area h4 {
    padding-top: 100px;
    color: #fff;
    letter-spacing: 1.5px;
    word-spacing: 5px;
    font-size: 42px;
    text-transform: uppercase;
}

.film-microsite #about-area h2, .film-microsite #description-area h2, .film-microsite #filmmakers-area h2, .film-microsite #filmmakers-area h4 {
    color: #1f1f1f;
    padding-top: 80px;
    margin-bottom: 40px;
}

.film-microsite #about-area h3 {
    margin-bottom: 75px;
}

.film-microsite #about-area h4 {
    color: #8d7491;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 400;
}

.film-microsite #filmmakers-area h2 {
    margin-top: 50px;
    padding-top: 80px;
}

.film-microsite h3 {
    color: #8d7491;
}

/*
.film-microsite .modal-backdrop {
	z-index: 0;
}
*/

.film-microsite .row-no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.film-microsite .row-no-padding>[class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#film-hero-area, #film-landing-hero-area {
    background: url(/wp-content/uploads/2018/10/waniska-film-page-hero-bkgd_2500x1406_1.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    background-position-y: -10px;
}

#douglas-cardinal #film-hero-area {
    background: url(/wp-content/uploads/2019/08/douglas-cardinal_film-page-hero_1500x847.png);
    background-position: center;
    background-size: cover;
    color: #fff;
    background-position-y: -10px;
}

#asonamatowin #film-hero-area {
    background: url(/wp-content/uploads/2019/08/NCCIE-Asonamatowin-HeaderImage-01.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    background-position-y: 0;
    background-repeat: no-repeat;
}

#bay-street #film-hero-area {
    background: url(/wp-content/uploads/2019/08/bay-street_film-page-hero_1500x847.png);
    background-position: center;
    background-size: cover;
    color: #fff;
    background-position-y: -10px;
}

#film-landing-hero-area {
    height: 650px;
}

#douglas-cardinal .film-hero-title {
    padding: 100px 0 0 0;
}

#bay-street .film-hero-title {
    /*	Padding for no subhead
		padding: 100px 0 83px;
	*/
    padding: 100px 0 0 0;
}

#film-hero-area a, #film-hero-area a:hover, #film-hero-area a:visited, #film-hero-area a:active, #film-hero-area a:focus, #film-hero-area h1, #film-landing-hero-area a, #film-landing-hero-area a:hover, #film-landing-hero-area a:visited, #film-landing-hero-area a:active, #film-landing-hero-area a:focus, #film-landing-hero-area h1, #ks-hero-area a, #ks-hero-area a:hover, #ks-hero-area a:visited, #ks-hero-area a:active, #ks-hero-area a:focus, #ks-hero-area h1 {
    color: #fff;
}

#film-landing-hero-area .film-microsite-landing-title h1 {
    margin-top: 100px;
}

#film-landing-hero-area .film-microsite-landing-content .lead p {
    margin-bottom: 75px;
}

#film-hero-area .film-hero-video {
    margin-bottom: -75px;
}

#filmmakers-area {
    margin-bottom: 100px;
}

#filmmakers-area .filmmakers-area-content, #ks-area .ks-area-content {
    margin-top: 80px;
    margin-bottom: 80px;
}

#ks-area .ks-area-content .ks-footnote {
    color: #444444;
    font-size: 13px;
    border-top: 1px solid #cccccc;
    margin-top: 50px;
    padding-top: 15px;
    text-align: left;
}

#filmmakers-area h3.filmmakers-sub-head {
    font-family: "Encode Sans", Helvetica, Arial, sans-serif;
    color: #1f1f1f;
    margin-bottom: 20px;
}

#filmmakers-area .filmmakers-area-content .img-responsive {
    /*margin: 0 auto;
	margin-bottom: -50px;*/
}

#filmmakers-area .filmmakers-area-content p, #filmmakers-area .filmmakers-area-content h3, #about-company-area p {
    margin-bottom: 25px;
}

#filmmakers-area .filmmakers-area-content h4 {
    margin-bottom: 15px;
}

#filmmakers-area .filmmakers-area-content h2, #filmmakers-area .filmmakers-area-content h4 {
    padding-top: 0;
    font-size: 40px;
}

#filmmakers-area ul.filmmakers-anchors {
    margin-top: 30px;
}

#filmmakers-area .filmmakers-anchors a, .film-microsite .whiteBody #douglas-cardinal #filmmakers-area .filmmakers-anchors a, .film-microsite .whiteBody #bay-street #filmmakers-area .filmmakers-anchors a {
    font-family: bebasregular, Arial, sans-serif;
    color: #999999;
    letter-spacing: .5px;
    word-spacing: 5px;
    font-size: 18px;
    margin: auto 5px;
}

#filmmakers-area .filmmakers-anchors a:hover, #filmmakers-area .filmmakers-anchors a:active {
    color: #1f1f1f;
    text-decoration: none;
    border-bottom: 2px solid #8d7491;
    padding-bottom: 3px;
}

.film-microsite .whiteBody #douglas-cardinal #filmmakers-area .filmmakers-anchors a:hover, .film-microsite .whiteBody #douglas-cardinal #filmmakers-area .filmmakers-anchors a:active {
    color: #1f1f1f;
    text-decoration: none;
    border-bottom: 2px solid #ca444b;
    padding-bottom: 3px;
}

.film-microsite .whiteBody #bay-street #filmmakers-area .filmmakers-anchors a:hover, .film-microsite .whiteBody #bay-street #filmmakers-area .filmmakers-anchors a:active {
    color: #1f1f1f;
    text-decoration: none;
    border-bottom: 2px solid #738d9b;
    padding-bottom: 3px;
}

.film-microsite .whiteBody #asonamatowin #filmmakers-area .filmmakers-anchors a:hover, .film-microsite .whiteBody #asonamatowin #filmmakers-area .filmmakers-anchors a:active {
    color: #1f1f1f;
    text-decoration: none;
    border-bottom: 2px solid #889173;
    padding-bottom: 3px;
}

#filmmakers-area .filmmakers-lead {
    margin-bottom: 40px;
    font-size: 18px;
}

#about-company-area {
    background: url(/wp-content/uploads/2018/11/footerherobg.jpg);
    background-position: bottom;
    background-size: cover;
    background-color: #212222;
    color: #fff;
}

#douglas-cardinal #about-company-area {
    background: url(/wp-content/uploads/2019/08/douglas-cardinal-footerherobg.png);
    background-position: bottom;
    background-size: cover;
    background-color: #212222;
    color: #fff;
}

#bay-street #about-company-area {
    background: url(/wp-content/uploads/2019/08/bay-street-footerherobg.png);
    background-position: bottom;
    background-size: cover;
    background-color: #212222;
    color: #fff;
}

#asonamatowin #about-company-area {
    background: url(/wp-content/uploads/2019/08/NCCIE-Asonamatowin-CazabonBkndImage-01.jpg);
    background-position: bottom;
    background-size: cover;
    background-color: #212222;
    color: #fff;
}

#about-company-area .about-company-area-content {
    margin-top: 80px;
    color: #cccccc;
}

#about-company-area .about-company-area-content h3 {
    font-family: bebasregular, Arial, sans-serif;
    color: #fff;
    letter-spacing: 1px;
    word-spacing: 2px;
    font-size: 22px;
    margin-bottom: 25px;
}

#about-company-area .about-company-area-profile {
    font-size: 14px;
}

#about-company-area .about-company-area-profile h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

#photo-gallery-area {
    background-color: #212222;
}

#photo-gallery-area h2 {
    margin-bottom: 80px;
    padding-top: 20px;
}

#photo-gallery-area-content {
    color: #fff;
}

.image-with-center-text {
    position: relative;
    margin-top: -80px;
}

.image-with-center-text h2, .image-with-center-text p.lead {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
}

.image-with-center-text p.line1 {
    margin-top: -25px;
    font-size: 14px;
}

.image-with-center-text h2.line2 {
    font-size: 14px;
}

.image-with-center-text p.line3 {
    margin-top: 25px;
    font-size: 14px;
    white-space: nowrap;
}

.film-microsite .whiteBody .line3.lead a {
    color: #fff;
}

#about-film-area {
    background-color: #ebefef;
    padding-top: 120px;
    font-size: 17px;
}

#about-film-area .awards-wrapper {
    margin: 60px 0 80px;
}

#douglas-cardinal #about-film-area {
    background-color: #f9f3ec;
    padding-top: 120px;
    padding-bottom: 60px;
    font-size: 17px;
}

#bay-street #about-film-area {
    background-color: #eaeeef;
    padding-top: 120px;
    padding-bottom: 60px;
    font-size: 17px;
}

#asonamatowin #about-film-area {
    background-color: #eef1e7;
    padding-top: 120px;
    padding-bottom: 60px;
    font-size: 17px;
}

.film-microsite-playlist-heroarea {
    background-image: url(/wp-content/uploads/2019/08/ks-playlist-page-hero-bkgd_1500x1000_1.jpg);
    background-size: contain;
    background-position-y: 0;
    background-repeat: no-repeat;
    background-color: #fff;
}

.nccPlaylistTitle h1 {
    color: #2e5c8b;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 40px;
    text-transform: uppercase;
    font-family: "Roboto Slab";
}

.nccPlaylistTitle .nccPlaylistSubTitle {
    margin-bottom: 25px;
}

.nccPlaylistTitle .nccPlaylistSubTitle h1 {
    text-transform: none;
}

.film-microsite .nccPlaylistSubTitle h1 {
    font-size: 30px;
}

#nccPlaylist {
    overflow-y: auto;
    overflow-x: hidden;
}

#nccPlaylist ul li:first-child a {
    margin-top: 0;
}

#nccPlaylist ul li:last-child a {
    margin-bottom: 0;
}

#nccPlaylist a {
    padding: 0;
    margin: 15px 0;
}

#nccPlaylist::-webkit-scrollbar {
    background-color: #c8cfe5;
    width: 12px;
}

#nccPlaylist::-webkit-scrollbar-thumb {
    background-color: #2e5c8b;
}

#nccPlaylist .nccPlaylistItemTitle {
    font-weight: 600;
    padding-right: 10px;
    line-height: 1.25;
}

.nccPlaylistCurrentItemTitle {
    font-size: 30px;
    font-weight: 600;
    margin: 20px 0 10px;
    font-family: "Roboto Slab";
    color: #2e5c8b;
}

.nccPlaylistDescription, .nccPlaylistDescriptionRight {
    margin-bottom: 30px;
}

.nccPlaylistCurrentItemStoryLink {
    margin-top: 25px;
}

html.nccie body.film-microsite {
    /*background-image: url(/wp-content/uploads/2018/10/waniska-photo-3_1920x864.jpg);*/
}

.film-microsite .nccPlaylistTitle h1 {
    color: #fff;
    font-size: 60px;
    padding: 50px 0 0;
    text-align: center;
    font-family: bebasregular, Arial, sans-serif;
    text-shadow: 0 0 20px #777;
}

.film-microsite .nccPlaylistDescription {
    color: #333;
}

.film-microsite .nccPlaylistContent {
    padding-bottom: 50px;
}

.film-microsite #nccPlaylist a.nccPlaylistItem:hover {
    background-color: rgba(0, 0, 0, .15);
    /*color: #fff;*/
}

.film-microsite #nccPlaylist a.nccPlaylistItem:focus {
    background-color: rgba(0, 0, 0, .15);
    outline: none;
}

.film-microsite #nccPlaylist::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, .15);
    width: 12px;
}

.film-microsite #nccPlaylist::-webkit-scrollbar-thumb {
    background-color: rgba(187, 187, 187, .75);
}

.film-microsite #nccPlaylist .nccPlaylistItemTitle {
    /*color: #fff;*/
    color: #2e5c8b;
    font-weight: 600;
}

.film-microsite #nccPlaylist .nccPlaylistItemDuration {
    /*color: #fff;*/
    color: #2e5c8b;
}

.film-microsite .nccPlaylistCurrentItemTitle {
    /*color: #fff;*/
    font-size: 20px;
    font-weight: 600;
    font-family: "Encode Sans", Helvetica, Arial, sans-serif;
}

.film-microsite .nccPlaylistCurrentItemDescription {
    /*color: #fff;*/
    /*    height: 125px;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: pre-line; */
}

/*.film-microsite .nccPlaylistCurrentItemDescription::-webkit-scrollbar {
    background-color: rgba(0,0,0,.15);
	width: 12px;
}

.film-microsite .nccPlaylistCurrentItemDescription::-webkit-scrollbar-thumb {
    background-color: rgba(187, 187, 187, .75);
}*/

.film-microsite .btn.btn-microsite, .film-microsite .btn.btn-microsite:hover, .film-microsite .btn.btn-microsite-solid, .film-microsite .btn.btn-microsite-solid:hover {
    border: 1px solid #8d7491;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 20px;
    font-size: 12px;
}

.film-microsite #douglas-cardinal .btn.btn-microsite, .film-microsite #douglas-cardinal .btn.btn-microsite-solid {
    border: 1px solid #ca444b;
    color: #fff;
}

.film-microsite #douglas-cardinal #nccie_trailer a {
    color: #ca444b;
    border-color: #ca444b;
    background: rgba(202, 68, 75, .05);
}

.film-microsite #bay-street .btn.btn-microsite, .film-microsite #bay-street .btn.btn-microsite-solid {
    border: 1px solid #738d9b;
    color: #fff;
}

.film-microsite #bay-street #nccie_trailer a {
    color: #738d9b;
    border-color: #738d9b;
    background: rgba(115, 141, 155, .1);
}

.film-microsite #asonamatowin .btn.btn-microsite, .film-microsite #asonamatowin .btn.btn-microsite-solid {
    border: 1px solid #889173;
    color: #fff;
}

.film-microsite #asonamatowin #nccie_trailer a {
    color: #889173;
    border-color: #889173;
    background: rgba(136, 145, 115, .1);
}

.btn.btn-microsite-solid, .btn.btn-microsite-solid:hover {
    background-color: #8d7491;
}

.btn-microsite-link, .btn-microsite-link:hover {
    color: #8d7491;
    margin-left: 25px;
    text-transform: uppercase;
}

.film-microsite #nccie_trailer {
    padding-bottom: 30px;
}

.film-microsite #nccie_trailer a, .film-microsite #nccie_trailer a:hover, .film-microsite #nccie_trailer a:active, .film-microsite #nccie_trailer a:focus {
    padding: 10px 15px;
    border: 1px solid;
    /*background: rgba(0,0,0,.05);*/
    background: rgba(141, 116, 145, .1);
    border-radius: 30px;
    outline: none;
}

/* ---------- Film Microsite - Slick Slider ---------- */

.film-microsite-landing-films-carousel .film-microsite-film-thumbnail.slickItems.slick-slider {
    z-index: 9999;
    margin-top: -30px;
}

.film-microsite-landing-films-carousel img.slick-slide {
    margin: 0 20px;
}

.film-microsite-landing-films-carousel img.slick-slide:hover {
    box-shadow: 0px 30px 50px -10px #a593a5;
}

.film-microsite-landing-films-carousel img.slick-slide:focus {
    outline: none;
}

.film-microsite-landing-films-carousel .slick-track {
    padding-top: 50px;
    padding-bottom: 50px;
}

.film-microsite-landing-films-carousel .slick-dots li {
    margin: 0;
}

.film-microsite-landing-films-carousel .slick-dots li button:before {
    font-size: 12px;
    opacity: 1;
    color: #d7d7d7;
}

.film-microsite-landing-films-carousel .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #8d7491;
}

.film-microsite-landing-playlists-title h2 {
    color: #1f1f1f;
    margin: 0 0 30px;
    font-size: 40px;
}

.film-microsite-landing-body .whiteBody {
    padding-top: 100px;
}

.film-microsite-landing-playlists-item {
    background-color: #f0f0f0;
    padding: 20px;
    margin-bottom: 30px;
    max-height: 160px;
}

.film-microsite-landing-playlists-item .nccPlaylistItemContent p {
    color: #444;
    height: 60px;
    white-space: normal;
    overflow: hidden;
    line-height: 1.35;
}

.film-microsite-landing-films-carousel .slick-prev {
    left: 50px;
    z-index: 1000;
}

.film-microsite-landing-films-carousel .slick-next {
    right: 70px;
    z-index: 1000;
}

.film-microsite-landing-films-carousel .slick-next:before, .film-microsite-landing-films-carousel .slick-prev:before {
    font-size: 50px;
}

/* ---------- Indigenous Governance Landing Page ---------- */

#ks-governance #ks-hero-area {
    background: url(/wp-content/uploads/2019/08/ks-intro-landing-page-hero-bkgd_1500x1000_1.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    background-position-y: top;
}

.knowledgespace #ks-governance #ks-content-area h1 {
    color: #2e5c8b;
    font-size: 40px;
    margin-bottom: 25px;
    letter-spacing: -.25px;
    font-family: "Roboto Slab";
    margin-top: 50px;
    text-transform: initial;
    font-weight: 600;
}

.knowledgespace #ks-governance #ks-content-area {
    padding-top: 0;
}

.knowledgespace #ks-governance #ks-content-area .nccSectionDivider {
    border-bottom: 1px solid #ccc;
    margin: 25px auto;
}

.knowledgespace .ks-footnote-alt {
    color: #2e5c8b;
    font-size: 14px;
    padding-top: 15px;
}

.btn.btn-primary-light {
    color: #2e5c8b;
    background-color: #b9d0e8;
    border-color: #a8cbe0;
    margin: 50px 0;
    padding: 10px;
}

.btn.btn-primary-light:hover {
    color: #204060;
    background-color: #9fbee0;
    border-color: #7cb0d0;
}

.FNUniv-JohnsonShoyama {
    margin-top: 50px;
}

.knowledgespace #ks-governance .nccPopularStoryTitle.nccIndigenousLanguageTitle h2 {
    font-size: 16px;
}

.ks-gov-inmemory {
    position: relative;
    color: #fff;
}

.ks-gov-inmemory img {
    margin: 50px auto 0 auto;
}

.ks-gov-inmemory-text {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    text-shadow: 2px 2px 0px #333333;
}

.knowledgespace #ks-governance #ks-content-area .ks-gov-inmemory h1 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 0;
    letter-spacing: 3px;
    margin-top: 50px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: bebasregular, Arial, sans-serif;
}

.ks-gov-inmemory-description {
    font-size: 18px;
    display: inline-block;
    width: 70%;
    line-height: 1.4;
}

/* ---------- Indigenous Governance Film Detail Page ---------- */

#ks-ig-film #film-hero-area {
    background: url(/wp-content/uploads/2019/08/ks-intro-landing-page-hero-bkgd_1500x1000_1.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    /*background-position-y: -10px;*/
}

#ks-ig-film #about-film-area {
    background-color: #f9f3ec;
    padding-top: 120px;
    padding-bottom: 50px;
    font-size: 17px;
}

#ks-ig-film #ks-ig-interviewsynopsis {
    margin-bottom: 0;
}

#ks-ig-film .film-hero-title {
    padding: 100px 0 0 0;
}

#ks-ig-film a.btn.btn-block.btn-danger {
    padding: 15px 0;
}

.film-microsite #tipsModal .modal-dialog .modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.film-microsite #tipsModal .modal-dialog .modal-content .modal-header button.close {
    float: right;
    font-size: 22.5px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
    top: 10px;
    right: 10px;
}

.film-microsite #tipsModal .modal-dialog .modal-content .modal-header button.close:hover, .film-microsite #tipsModal .modal-dialog .modal-content .modal-header button.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.film-microsite .whiteBody a.btn-danger, .film-microsite .whiteBody a.btn-danger:hover, .film-microsite .whiteBody a.btn-danger:active, .film-microsite .whiteBody a.btn-danger:visited, .film-microsite .whiteBody a.btn-danger:focus, .film-microsite .whiteBody a.btn-primary, .film-microsite .whiteBody a.btn-primary:hover, .film-microsite .whiteBody a.btn-primary:active, .film-microsite .whiteBody a.btn-primary:visited, .film-microsite .whiteBody a.btn-primary:focus {
    color: #ffffff;
}

/* ---------- Indigenous Governance Film Detail Table ---------- */

table#ks-ig-interviewsynopsistable {
    margin: 50px 0 100px;
}

table#ks-ig-interviewsynopsistable th:first-child, table#ks-ig-interviewsynopsistable th:nth-child(2) {
    padding-left: 30px;
    padding-right: 30px;
    white-space: nowrap;
    text-align: center;
}

table#ks-ig-interviewsynopsistable thead {
    background-color: #2e5c8b;
    color: #fff;
}

table#ks-ig-interviewsynopsistable th, table#ks-ig-interviewsynopsistable td {
    border: 1px solid #fff;
}

table#ks-ig-interviewsynopsistable.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #eaf0f5;
}

table#ks-ig-interviewsynopsistable.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #d5dee9;
}

table#ks-ig-interviewsynopsistable th.ks-ig-interviewsummaryheader {
    font-size: 24px;
}

/* ---------- Teaching Resource Centre ---------- */

.teacher-resource-lead {
    font-weight: 400;
    color: #333;
    margin-bottom: 32px;
}

.btn-lp-subject .btn {
    margin: 10px auto;
    width: 100%;
    padding-left: 100px;
    font-size: 21px;
    position: relative;
    height: 85px;
    border: 0px solid transparent;
}

.btn-lp-subject .btn-lp-subject-icon {
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    left: 20px;
    top: 50%;
    height: 50px;
    margin-top: -25px;
    font-size: 45px;
    border-right: 1px solid #fff;
    padding-right: 20px;
    padding-top: 4px;
    width: 70px;
}

.btn-lp-subject .btn-lp-subject-text {
    display: table;
    vertical-align: middle;
    text-align: center;
    float: left;
    white-space: normal;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    line-height: 1.25;
}

button.btn.btn-primary.btn-lp-subject-adv {
    font-size: 18px;
    padding: 10px;
    border-radius: 8px;
}

.text-overflow-fix {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

a.nccLpAdvancedSearch {
    /*padding-left: 40px; */
    color: #8a6d3b;
    text-align: right;
    float: right;
}

a.NewSearchButton.btn.btn-block.btn-primary, a.NewLessonPlanSearchButton.btn.btn-block.btn-primary {
    background-color: #d9ddec;
    color: #2e5c8b;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    margin: 20px auto;
}

/* ---------- Teaching Resource Centre - Button Colours ---------- */

.btn.btn-lp-subject-blue {
    background-color: #d3e8ec;
    color: #24829f;
}

.btn.btn-lp-subject-blue:hover, .btn.btn-lp-subject-blue:focus {
    background-color: #cae3e8;
    color: #1c667d;
}

.btn.btn-lp-subject-green {
    background-color: #e7eae0;
    color: #899f67;
}

.btn.btn-lp-subject-green:hover, .btn.btn-lp-subject-green:focus {
    background-color: #dde2cf;
    color: #7b905a;
}

.btn.btn-lp-subject-purple {
    background-color: #e5e0e6;
    color: #836985;
}

.btn.btn-lp-subject-purple:hover, .btn.btn-lp-subject-purple:focus {
    background-color: #d7cfd8;
    color: #715a72;
}

.btn.btn-lp-subject-red {
    background-color: #edd9d7;
    color: #a4453a;
}

.btn.btn-lp-subject-red:hover, .btn.btn-lp-subject-red:focus {
    background-color: #e7cdca;
    color: #973f35;
}

.btn.btn-lp-subject-orange {
    background-color: #f4e1d3;
    color: #b26836;
}

.btn.btn-lp-subject-orange:hover, .btn.btn-lp-subject-orange:focus {
    background-color: #eecfba;
    color: #9f5b2d;
}

.btn.btn-lp-subject-teal {
    background-color: #dde8e9;
    color: #55908d;
}

.btn.btn-lp-subject-teal:hover, .btn.btn-lp-subject-teal:focus {
    background-color: #cee1e3;
    color: #4b817e;
}

/* ---------- Knowledge Space ---------- */

.ncc-templates-div {
    margin-top: 30px;
}

.ncc-templates-div .ncc-templates-div-thumb {
    margin-right: 15px;
}

.ncc-templates-div .ncc-templates-div-thumb img {
    border: 3px solid #2e5c8b;
    max-height: 100px;
}

.ncc-templates-div h2 {
    margin-top: 15px;
    font-size: 25px;
}

.ncc-templates-div-title.pull-left {
    width: 75%;
}

.ncc-templates-div .ncc-templates-div-thumb.pull-left {
    width: 20%;
}

#ks-landing #ks-hero-area {
    background: url(/wp-content/uploads/2019/08/ks-landing-page-hero-bkgd_1500x1600_1.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    background-position-y: top;
}

#ks-intro-landing #ks-hero-area, #ks-elder-knowledge #ks-hero-area {
    background: url(/wp-content/uploads/2019/08/ks-intro-landing-page-hero-bkgd_1500x1000_1.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    background-position-y: top;
}

#ks-playlist-landing #ks-hero-area {
    background: url(/wp-content/uploads/2019/08/ks-playlists-landing-page-hero-bkgd_1500x1000_1.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    background-position-y: top;
}

#ks-film-landing #ks-hero-area {
    background: url(/wp-content/uploads/2019/08/ks-films-landing-page-hero-bkgd_1500x1000_1.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    background-position-y: top;
}

#ks-hero-area h1, #ks-hero-area .ks-film-poster-text h2 {
    color: #fff;
    font-family: bebasregular, Arial, sans-serif;
    font-size: 55px;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 80px;
    margin-bottom: 30px;
}

.ks-area-content .spacer-top {
    margin-top: 40px;
}

.knowledgespace #ks-landing #ks-area {
    color: #444;
}

.knowledgespace #ks-landing #ks-hero-area h1 {
    margin-bottom: 0;
    font-size: 60px;
}

.knowledgespace #ks-landing .lead {
    font-size: 20px;
    margin-top: 0px;
    font-weight: 500;
}

.knowledgespace #ks-content-area {
    background-color: rgba(255, 255, 255, .8);
    padding: 130px 0 50px;
    color: #333;
    margin-top: 30px;
}

.film-microsite-playlist-heroarea #ks-content-area {
    background-color: rgba(255, 255, 255, .25);
    padding: 50px 0;
    color: #333;
    margin-top: 30px;
}

.knowledgespace #ks-intro-landing #ks-content-area {
    padding: 30px 0;
}

.knowledgespace #ks-film-landing #ks-content-area {
    padding: 50px 0 80px;
}

.knowledgespace #ks-film-landing #ks-content-area img, .knowledgespace #ks-playlist-landing #ks-content-area img {
    margin: 30px auto 0 auto;
    position: relative;
}

#film-microsite-nav.ks-nav {
    padding: 5px 0;
    font-size: 14px;
}

#film-microsite-nav.ks-nav img {
    padding-right: 10px;
    margin-left: -5px;
}

#film-microsite-nav.ks-nav a {
    color: rgba(255, 255, 255, .8);
}

.knowledgespace #ks-content-area .nccKnowledgeSpacePlaylistCount, .knowledgespace #ks-content-area .nccKnowledgeSpacePlaylistWatch, #ks-hero-area .nccKnowledgeSpacePlaylistWatch a {
    color: #2e5c8b;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
}

.knowledgespace #ks-content-area .nccKnowledgeSpacePlaylistCount {
    margin-top: 30px;
}

.knowledgespace #ks-content-area .nccKnowledgeSpacePlaylistCount img {
    vertical-align: bottom;
    padding-right: 5px;
}

.knowledgespace #ks-content-area .nccKnowledgeSpacePlaylistDescription {
    text-align: left;
    margin: 15px auto 25px;
    max-width: 360px;
}

.knowledgespace #ks-content-area .nccKnowledgeSpacePlaylistWatch {
    margin-bottom: 60px;
}

.knowledgespace #ks-content-area .nccKnowledgeSpacePlaylistWatch i {
    padding-right: 5px;
}

.knowledgespace #ks-content-area .nccKnowledgeSpacePlaylistCount, .knowledgespace #ks-content-area .nccKnowledgeSpacePlaylistDescription, .knowledgespace #ks-content-area .nccKnowledgeSpacePlaylistWatch {
    text-align: center;
}

.knowledgespace .ks-content-intro {
    font-size: 22px;
    margin: 50px 0 40px;
}

.knowledgespace #ks-content-intro-circle-img {
    margin-top: -65px;
}

.knowledgespace #ks-area h4 {
    color: #1f1f1f;
    word-spacing: 5px;
    font-size: 24px;
    text-transform: uppercase;
    font-family: bebasregular, Arial, sans-serif;
    font-weight: 400;
}

.ks-gray-section {
    background-color: #ebefef;
    padding: 30px 0 100px;
}

.ks-gray-section .ks-footnote, .ks-footnote {
    color: #444444;
    font-size: 13px;
    border-top: 1px solid #cccccc;
    margin-top: 50px;
    padding-top: 15px;
    text-align: left;
}

.knowledgespace .ks-coming-soon #ks-content-area {
    padding-bottom: 130px;
}

.knowledgespace .ks-coming-soon #ks-content-area h1 {
    color: #2e5c8b;
    font-size: 75px;
}

.knowledgespace .ks-circle-chevron {
    background-color: #ebefef;
    height: 70px;
}

.knowledgespace .ks-circle-chevron span {
    display: inline-block;
    background-color: #fff;
    border-radius: 0 0 50px 50px;
    color: #2e5c8b;
    font-size: 40px;
    margin-bottom: -30px;
    width: 100px;
    height: 50px;
    position: relative;
}

.knowledgespace .ks-circle-chevron i {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
}

.knowledgespace #ks-syllabic-area {
    margin-top: 50px;
}

.knowledgespace #ks-syllabic-area .ks-syllabic {
    border-right: none;
    padding-right: 0;
    text-align: center;
}

.knowledgespace #ks-syllabic-area .ks-syllabic img {
    max-width: 250px;
}

.knowledgespace #ks-syllabic-area .ks-syllabic-text {
    font-size: 24px;
    font-family: "Roboto Slab";
    font-weight: 400;
    text-align: center;
}

.knowledgespace #ks-syllabic-area span {
    font-style: italic;
    display: inline-block;
}

#ks-area #ks-circle-nav.ks-area-content {
    margin-top: 0;
    margin: 0 auto;
    top: 0;
    left: 0;
    position: relative;
    width: 100%;
    line-height: 0;
    height: 850px;
}

#ks-area #ks-circle-nav.ks-area-content #ks-circle-nav-bg {
    background: url(/wp-content/uploads/2019/08/Circle-Nav-BG.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding-top: 56.25%;
    position: relative;
    min-width: 400px;
    min-height: 400px;
}

#ks-circle-nav-img {
    margin: 0 auto;
}

#ks-circle-nav .ks-landing-audio-block {
    max-width: 235px;
    line-height: 1.5em;
    z-index: 32000;
}

#ks-circle-nav .ks-landing-audio-block h3 {
    font-family: "Roboto Slab";
    margin-top: 10px;
}

#ks-hero-area .ks-landing-play-audio, #ks-hero-area a.ks-landing-play-audio {
    color: #2e5c8b;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}

#ks-hero-area .ks-landing-play-audio i {
    padding-right: 5px;
}

#ks-circle-nav #ks-landing-careful-thought, #ks-circle-nav #ks-landing-good-thoughts, #ks-circle-nav #ks-landing-clean-thoughts, #ks-circle-nav #ks-landing-happiness {
    position: initial;
    display: inline-block;
    margin: 30px;
}

#ks-circle-nav-img {
    height: 850px;
    left: 145px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 850px;
    z-index: 2;
}

#ks-circle-nav-img-transparent {
    left: 145px;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 9999;
}

#ks-circle-north, #ks-circle-east, #ks-circle-south, #ks-circle-west, #ks-circle-centre {
    display: none;
    height: 850px;
    left: 145px;
    margin: 0 auto;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 850px;
    z-index: 100;
}

#ks-circle-north-text, #ks-circle-east-text, #ks-circle-south-text, #ks-circle-west-text, #ks-circle-north-text-mobile, #ks-circle-east-text-mobile, #ks-circle-south-text-mobile, #ks-circle-west-text-mobile, #ks-circle-centre-text, #ks-circle-centre-text-mobile {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    z-index: 900;
}

#ks-circle-north-text, #ks-circle-north-text-mobile, #ks-circle-centre-text, #ks-circle-centre-text-mobile {
    color: #999;
    left: 0;
    position: absolute;
    right: 0;
    top: 150px;
}

#ks-circle-east-text, #ks-circle-east-text-mobile {
    color: #2e5c8b;
    left: 710px;
    position: absolute;
    top: 370px;
}

#ks-circle-south-text, #ks-circle-south-text-mobile {
    color: #fccd09;
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
}

#ks-circle-west-text, #ks-circle-west-text-mobile {
    color: #fccd09;
    position: absolute;
    top: 370px;
    left: 235px;
}

#ks-circle-north-text.ks-hover {
    top: 140px;
}

#ks-circle-east-text.ks-hover {
    top: 340px;
}

#ks-circle-west-text.ks-hover {
    top: 360px;
}

#ks-circle-south-text.ks-hover {
    bottom: 130px;
}

#ks-circle-centre-text.ks-hover {
    top: 380px;
}

#ks-circle-north-text span.ks-circle-north-text-title, #ks-circle-east-text span.ks-circle-east-text-title, #ks-circle-south-text span.ks-circle-south-text-title, #ks-circle-west-text span.ks-circle-west-text-title, #ks-circle-centre-text span.ks-circle-centre-text-title, #ks-circle-north-text-mobile span, #ks-circle-east-text-mobile span, #ks-circle-south-text-mobile span, #ks-circle-west-text-mobile span, #ks-circle-centre-text-mobile span {
    display: block;
    font-family: "Roboto Slab";
    font-size: 26px;
    margin: 30px 0 35px;
    text-transform: initial;
    line-height: 1.2em;
}

#ks-circle-centre-text span.ks-circle-centre-text-title {
    font-size: 24px;
    margin: 15px 0 15px;
}

.nccie-fr #ks-circle-north-text span.ks-circle-north-text-title, .nccie-fr #ks-circle-east-text span.ks-circle-east-text-title, .nccie-fr #ks-circle-south-text span.ks-circle-south-text-title, .nccie-fr #ks-circle-west-text span.ks-circle-west-text-title, .nccie-fr #ks-circle-west-text span.ks-circle-centre-text-title {
    font-size: 22px;
}

#ks-circle-north-text span.ks-circle-north-text-title, #ks-circle-north-text.ks-hover span.ks-arrow-link, #ks-circle-north-text.ks-hover i, #ks-circle-north-text-mobile span.ks-circle-north-text-title {
    color: #2e5c8b;
}

#ks-circle-centre-text span.ks-circle-centre-text-title, #ks-circle-centre-text.ks-hover span.ks-arrow-link, #ks-circle-centre-text.ks-hover i, #ks-circle-centre-text-mobile span.ks-circle-centre-text-title {
    color: #2e5c8b;
}

#ks-circle-east-text span.ks-circle-east-text-title, #ks-circle-east-text.ks-hover span.ks-arrow-link, #ks-circle-east-text.ks-hover i, #ks-circle-east-text-mobile span.ks-circle-east-text-title, #ks-circle-south-text span.ks-circle-south-text-title, #ks-circle-south-text.ks-hover span.ks-arrow-link, #ks-circle-south-text.ks-hover i, #ks-circle-south-text-mobile span.ks-circle-south-text-title, #ks-circle-west-text span.ks-circle-west-text-title, #ks-circle-west-text.ks-hover span.ks-arrow-link, #ks-circle-west-text.ks-hover i, #ks-circle-west-text-mobile span.ks-circle-west-text-title {
    color: #fff;
}

#ks-circle-east-text {
    color: #2e5c8b;
    left: 710px;
    position: absolute;
    top: 350px;
}

#ks-circle-north-text i, #ks-circle-east-text i, #ks-circle-south-text i, #ks-circle-west-text i, #ks-circle-north-text-mobile i, #ks-circle-east-text-mobile i, #ks-circle-south-text-mobile i, #ks-circle-west-text-mobile i {
    padding-right: 10px;
}

#ks-circle-nav-mobile.ks-area-content {
    display: block;
}

#ks-circle-nav.ks-area-content {
    display: none;
}

#ks-circle-nav-mobile-north, #ks-circle-nav-mobile-east, #ks-circle-nav-mobile-south, #ks-circle-nav-mobile-west, #ks-circle-nav-mobile-centre {
    margin: 15px auto;
}

#ks-circle-nav-mobile-north #ks-circle-north-text-mobile, #ks-circle-nav-mobile-east #ks-circle-east-text-mobile, #ks-circle-nav-mobile-south #ks-circle-south-text-mobile, #ks-circle-nav-mobile-west #ks-circle-west-text-mobile, #ks-circle-nav-mobile-centre #ks-circle-centre-text-mobile {
    top: 100px;
    left: 0;
    right: 0;
    bottom: initial;
}

#ks-circle-nav-mobile-north {
    background: url(/wp-content/uploads/2019/08/Circle-Nav-North-Mobile.jpg);
    background-size: cover;
    height: 350px;
    position: relative;
}

#ks-circle-nav-mobile-east {
    background: url(/wp-content/uploads/2019/08/Circle-Nav-East-Mobile.jpg);
    background-size: cover;
    height: 350px;
    position: relative;
}

#ks-circle-nav-mobile-south {
    background: url(/wp-content/uploads/2019/08/Circle-Nav-South-Mobile.jpg);
    background-size: cover;
    height: 350px;
    position: relative;
}

#ks-circle-nav-mobile-west {
    background: url(/wp-content/uploads/2019/08/Circle-Nav-West-Mobile.jpg);
    background-size: cover;
    height: 350px;
    position: relative;
}

#ks-circle-nav-mobile-centre {
    background: url(/wp-content/uploads/2021/03/Circle-Nav-Centre-Mobile3.jpg);
    background-size: cover;
    height: 350px;
    position: relative;
}

.ks-film-poster-text {
    position: absolute;
    top: 220px;
    left: 0;
    right: 0;
}

.knowledgespace #ks-film-landing #ks-content-area img.ks-film-poster-syllabic {
    max-width: 100px;
    display: inline-block;
    margin: -30px auto 0;
}

#ks-hero-area .ks-film-poster-text h1, #ks-hero-area .ks-film-poster-text h2 {
    font-size: 36px;
    letter-spacing: 3px;
    margin: 0 auto;
    width: 80%;
    line-height: 1;
}

.nccie-fr #ks-hero-area .ks-film-poster-text h1, .nccie-fr #ks-hero-area .ks-film-poster-text h2 {
    font-size: 26px;
}

.ks-film-poster-text .ks-film-poster-description {
    font-size: 18px;
    display: inline-block;
    width: 80%;
    line-height: 1.4;
}

.ks-film-poster-text .ks-film-poster-link {
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1.3;
    width: 80%;
}

.ks-film-poster-text .ks-film-poster-link i {
    padding-right: 10px;
}

/* ---------- Bootstrap Modal ---------- */

.regular .modal-dialog button.close {
    position: absolute;
    top: 75px;
    right: 25px;
    color: #fff;
    opacity: .9;
}

.regular .modal-backdrop.fade.in {
    opacity: .9;
    filter: alpha(opacity=90);
}

.film-microsite .modal-dialog button.close {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #fff;
    opacity: .9;
}

.film-microsite .modal-dialog .modal-content {
    background: none;
    border: none;
    box-shadow: none;
}

.film-microsite .modal-backdrop.fade.in {
    opacity: .9;
    filter: alpha(opacity=90);
}

/* ---------- Bootstrap Modal - Vertical Align ---------- */

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
    /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    max-width: inherit;
    /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

/* ---------- Indigenous Languages ---------- */

.website-tips h3 {
    margin-top: 0;
}

/* --- Lesson Plan --- */

.lessonPlanDetails {
    word-break: break-word;
}

.lessonPlanDetails .form-group label {
    margin-bottom: 0;
}

.lessonPlanDetails .form-control-static {
    padding-top: 0;
}

.lessonPlanDetails .sectionHeading h3 {
    margin-bottom: 15px;
}

.lessonPlanDetails .titleRow {
    margin-bottom: 10px;
    /*50px; */
}

.lessonPlanDetails .assetPanel {
    min-height: 167px;
}

.lessonPlanDetails .learningOutcomes {
    margin-bottom: 0px;
}

.lessonPlanDetails .learningOutcomes p:Last-Child {
    margin-bottom: 0px;
}

.lessonPlanDetails .form-group label.activityMaterialResources {
    margin-bottom: 15px;
}

.lessonPlanDetails .lessonplanAreaDescription {
    margin-bottom: 15px;
}

.lessonPlanDetails .lessonPlanRT h2 {
    font-size: 24px;
}

.lessonPlanDetails .lessonPlanRT h1 {
    font-size: 24px;
}

.lessonPlanDetails .assetListTable {
    word-break: normal;
}

.lessonPlanDetails .downloadButtons {
    margin-top: 22px;
}

.lessonPlanDetails .learningOutcomeCode {
    padding-left: 50px;
    font-size: 12px;
}

#lpSurveyModal label {
    text-align: right;
    margin-bottom: 20px;
}

#lpSurveyModal input[type="text"] {
    /*margin-bottom: 20px;*/
    margin-top: -6px;
}

.lessonPlanSearch .gradeList, .length {
    background-color: #D3D3D3;
    border-radius: 4px;
    padding: 5px 10px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    margin-bottom: 2px;
    padding-left: 40px;
    position: relative;
}

.lessonPlanSearch .gradeIcon {
    color: white;
    position: absolute;
    top: 11px;
    left: 10px;
}

.NewSearchButton.btn.btn-block.btn-primary:hover, a.NewLessonPlanSearchButton.btn.btn-block.btn-primary:hover {
    background-color: #cacee0;
    color: #18314a;
}

/* ---------- Video Listing Page "/videos" ---------- */

@media (min-width: 992px) and (max-width: 1319px) {
    .video-description.nccVideoTitleHorizontal {
        min-height: 105px;
    }
    .video-description.nccVideoTitleHorizontal h5 {
        font-size: 0.75em;
    }
}

@media (min-width: 1320px) {
    .video-description.nccVideoTitleHorizontal {
        min-height: 129px;
    }
    .video-description.nccVideoTitleHorizontal h5 {
        font-size: 1em;
    }
}

@media (min-width: 992px) {
    .nccVideoTitleHorizontalThumbnail.ncciePrimaryAssetYouTube.embed-responsive.embed-responsive-16by9 {
        padding-bottom: 28.5%;
    }
}

/* ---------- END Video Listing Page "/videos" ---------- */

/* ---------- Responsive ---------- */

/* Extra Small to Small Only (0px to 767px) */

@media (max-width: 767px) {}

/* Small devices (600px to 767px) */

@media (min-width: 600px) and (max-width: 767px) {
    .image-with-center-text p.line1 {
        margin-top: -35px;
        font-size: 17px;
    }
    .image-with-center-text h2.line2 {
        font-size: 22px;
    }
    .image-with-center-text p.line3 {
        margin-top: 35px;
        font-size: 17px;
    }
}

/* Extra Small to Medium Only (0px to 991px) */

@media (max-width: 991px) {
    .nccPopularStory h2 {
        margin-top: 10px;
    }
    #about-film-area img {
        margin-bottom: 25px;
    }
    .nccPopularStory h2 {
        /*margin-top: 10px;*/
    }
    .col-md-4>.nccFeaturedStory h2 {
        margin-top: 0;
    }
    .nccieSearchStoryTitle h2 {
        margin-top: 10px;
        font-size: 20px;
    }
    .nccieSearchStoryContent, .nccieSearchStoryContent h5 {
        font-size: 13px;
    }
    .nccieSearchStory .embed-responsive {
        margin-top: 13px;
    }
}

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

@media (min-width: 768px) {
    #nccie_resource_libary_wrapper {
        overflow-x: auto;
        padding-bottom: 0;
    }
    .knowledgespace #ks-content-area .nccKnowledgeSpacePlaylistCount, .knowledgespace #ks-content-area .nccKnowledgeSpacePlaylistDescription, .knowledgespace #ks-content-area .nccKnowledgeSpacePlaylistWatch {
        text-align: left;
    }
    .film-microsite h1 {
        font-size: 120px;
        letter-spacing: 6px;
    }
    #description-area img {
        margin-top: 80px;
    }
    .nccieFooterContentMenuWrapper img {
        margin-bottom: 0;
    }
    ul#menu-footer-menu, ul#menu-footer-menu-french {
        margin-top: 0;
        text-align: right;
    }
    .image-with-center-text p.line1 {
        margin-top: -50px;
        font-size: 24px;
    }
    .image-with-center-text p.line3 {
        margin-top: 50px;
        font-size: 24px;
    }
    .navbar .navbar-nav>li>a {
        font-size: 14px;
        padding: 10px 14px;
    }
    .aboutLogoImg {
        margin: auto;
    }
    .nccie-fr .nccieMainNavMenu .nav.navbar-nav#menu-main-menu-french {
        font-size: 14px;
    }
}

/* Small to Medium Only (768px to 991px) */

@media (min-width: 768px) and (max-width: 991px) {
    .micrositeLogo {
        height: 70px;
    }
    .image-with-center-text h2.line2 {
        font-size: 30px;
    }
    .ks-film-poster-text {
        top: 90px;
    }
    #ks-hero-area .ks-film-poster-text h1, .nccie-fr #ks-hero-area .ks-film-poster-text h1, #ks-hero-area .ks-film-poster-text h2, .nccie-fr #ks-hero-area .ks-film-poster-text h2 {
        font-size: 15px;
    }
    .ks-film-poster-text .ks-film-poster-description {
        font-size: 12px;
    }
}

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

@media (min-width: 992px) {
    a.NewSearchButton.btn.btn-block.btn-primary {
        margin: -60px auto 20px;
    }
    a.NewLessonPlanSearchButton.btn.btn-block.btn-primary {
        margin: 20px auto;
    }
    .micrositeLogo {
        height: 80px;
    }
    .microsite-navbar .menu-item {
        /*padding: 0 30px;
		font-size: 22px;*/
        font-size: 15px;
        width: 90px;
    }
    .nccie-fr .microsite-navbar .menu-item {
        /*font-size: 16px;*/
        font-size: 15px;
        width: 90px;
    }
    .image-with-center-text h2.line2 {
        font-size: 42px;
    }
    #nccHomePagePanels #nccHomePagePanels-left, .nccHomePagePanelWide {
        max-width: 100%;
    }
    #nccHomePagePanels img, #nccHomePagePanels .nccHomePagePanels-right-top img {
        margin-top: auto;
    }
    #nccHomePagePanels .nccHomePagePanels-left {
        /*height: 130px; For Three Left Panel Images */
        /* height: 450px; */
        /* For Single Left Panel Image */
    }
    .knowledgespace #ks-syllabic-area .ks-syllabic {
        border-right: 1px solid #fff;
        padding-right: 35px;
        text-align: right;
    }
    .knowledgespace #ks-syllabic-area .ks-syllabic img {
        max-width: initial;
    }
    .knowledgespace #ks-syllabic-area .ks-syllabic-text {
        font-size: 48px;
        text-align: left;
    }
}

/* Medium to Large Only (992px to 1199px) */

@media (min-width: 992px) and (max-width: 1199px) {
    .ks-film-poster-text {
        /*top: 180px; */
        top: 110px;
    }
    #ks-hero-area .ks-film-poster-text h1, #ks-hero-area .ks-film-poster-text h2 {
        font-size: 32px;
    }
    .nccie-fr #ks-hero-area .ks-film-poster-text h1, .nccie-fr #ks-hero-area .ks-film-poster-text h2 {
        font-size: 22px;
    }
    .downloadButtons .btn-block span {
        font-size: .9em;
    }
}

#nccie_resource_library_wrapper div.dtsp-panesContainer {
    margin-bottom: 30px;
}

.topicTermPageItem {
    margin-bottom: 30px;
}

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

@media (min-width: 1200px) {
    .ncc-templates-div .ncc-templates-div-thumb.pull-left {
        width: 15%;
    }
    .ks-film-poster-text {
        top: 160px;
    }
    .microsite-navbar .menu-item {
        /*padding: 0 35px;*/
        font-size: 20px;
        width: 120px;
        text-align: center;
        line-height: 1em;
        vertical-align: middle;
    }
    .nccie-fr .microsite-navbar .menu-item {
        font-size: 20px;
    }
    .nccieMapControlButtonRight {
        padding: 8px 10px;
        border: 1px solid #e0e1e1;
        border-left: none;
        border-radius: 0 4px 4px 0;
        display: inline-block;
        min-width: 90px;
    }
    #nccHomePagePanels .nccHomePagePanels-left, #nccHomePagePanels .nccHomePagePanels-right, #nccHomePagePanels .nccHomePagePanelWide {
        /* height: 163px; For Three Left Panel Images */
        height: 260px;
        /* For Single Left Panel Image */
    }
    #ks-circle-nav #ks-landing-careful-thought {
        position: absolute;
        top: 0;
        left: 0;
    }
    #ks-circle-nav #ks-landing-good-thoughts {
        position: absolute;
        top: 0;
        right: 0;
    }
    #ks-circle-nav #ks-landing-clean-thoughts {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    #ks-circle-nav #ks-landing-happiness {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    #ks-circle-nav-mobile.ks-area-content {
        display: none;
    }
    #ks-circle-nav.ks-area-content {
        display: block;
    }
}

/* 2021-01-18 */

.btn.btn-donate {
    font-size: 24px;
    padding: 20px 50px;
    font-weight: bold;
    color: #212529;
    background-color: #ffcb1d;
    border-color: #ffcb1d;
    margin-top: 30px;
}

.nccReconciliationPanelLink .fa-arrow-circle-right {
    font-size: 50px;
    padding-top: 15px;
}

.nccReconciliationSideBar {
    margin-top: 30px;
}

.nccReconciliationSidebarVideo {
    margin-top: 20px;
}

#top-nav-menu-mobile a#nccDonateButton {
    color: #645102;
    border: 1px solid #b08d03;
    background-color: #fccc07;
}

#top-nav-menu-mobile a#nccDonateButton:hover {
    color: #4b3c02;
    border: 1px solid #977902;
    background-color: #e3b602;
}

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

@media (min-width: 768px) {
    a#nccDonateButton {
        color: #fccc07;
        border: 1px solid #fccc07;
        padding: 0 5px 0 5px;
        border-radius: 2px;
        vertical-align: top;
    }
    a#nccDonateButton:hover {
        background-color: #fccc07;
        color: #977902;
        border: 1px solid #977902;
    }
}

/* 2021-02-05 */

.nccFeaturedTeachingResource>i {
    text-align: center;
    float: left;
    margin-right: 15px;
}

.nccFeaturedTeachingResourceContent {
    margin: 30px 0;
}

.nccFeaturedTeachingResourceTitle>h1 {
    margin-top: 0;
}

.nccHomePageRightContainer .nccVideoTitleHorizontal {
    padding-left: 0;
}

/* Medium to Large Only (992px to 1199px) */

@media (min-width: 992px) and (max-width: 1199px) {
    .nccReconciliationPanelLink .fa-arrow-circle-right {
        padding-top: 25px;
    }
}

@media (min-width: 992px) {
    .nccHomePageRightContainer .nccVideoTitleHorizontal h3 {
        padding-left: 15px;
        margin-top: 0;
    }
}

/* 2021-02-17 */

.nccFeaturedStoryImage {
    border: 3px solid #2e5c8b;
    border-radius: 2px;
}

#fnu-header-home-link-pipe {
    padding-left: 10px;
}

#fnu-header-home-link {
    font-size: 15px;
}

/* 2021-02-22 */

.seeMore {
    color: #1c667d;
    font-weight: bold;
    cursor: pointer;
}

@media (max-width: 991px) {
    .indigenous-lang-panel {
        margin-top: 50px;
    }
}

/* 2021-03-01 */

#ks-circle-centre-text {
    color: #999;
    left: 0;
    position: absolute;
    top: 385px;
    right: 0;
}

/* KV 20210223 NCC-1653 Elder Resource Styling */

#nccie_resource_library.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #e6ebf0;
}

#nccie_resource_library_wrapper div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-pill {
    background-color: #2e5c8b;
    color: white;
    border-radius: 6px;
}

#nccie_resource_library_wrapper div.dtsp-panesContainer {
    background-color: #e6ebf0;
    border: 2px solid #eccead;
}

#nccie_resource_library_wrapper div.dtsp-panesContainer div.dtsp-titleRow div {
    font-size: 12px;
}

#nccie_resource_library_wrapper div.dtsp-panesContainer div.dtsp-titleRow button {
    font-size: 12px;
}

div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dtsp-topRow div.dtsp-searchCont input.dtsp-search, div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dtsp-topRow div.dtsp-searchCont input.dtsp-search.dtsp-disabledButton::placeholder {
    display: block;
    font-family: "Roboto Slab";
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2e5c8b;
    padding-left: 0 !important;
}

#nccie_resource_library_length label {
    font-size: 16px;
    font-family: 'Roboto slab', sans-serif;
    color: #2e5c8b;
}

#nccie_resource_library_length label select {
    border-radius: 6px;
    padding: 2px 0 2px 5px;
}

#nccie_resource_library_filter {
    color: #2e5c8b;
    font-size: 16px;
    font-family: 'Roboto slab', sans-serif;
}

#nccie_resource_library_filter label input, #nccie_resource_library_filter label input:focus {
    background-color: #eccead;
    border-radius: 6px;
    border: 1px solid #2e5c8b;
    font-size: 16px;
    outline: none;
    padding: 2px 10px;
}

#nccie_resource_library_wrapper div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dataTables_wrapper:hover, #nccie_resource_library_wrapper div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dataTables_wrapper.dtsp-selected {
    border: 2px solid #2e5c8b;
    border-radius: 6px;
}

#nccie_resource_library_wrapper div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dataTables_wrapper {
    border: 2px solid #b0bed9;
    border-radius: 6px;
}

#nccie_resource_library_wrapper div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dataTables_wrapper .dataTables_scrollBody {
    border-radius: 6px;
}

#nccie_resource_library_wrapper .ekr-url-button {
    border-radius: 6px;
    font-size: 12px;
    padding: 1px 10px;
}

#nccie_resource_library_wrapper .ekr-url-button .fas {
    font-size: 10px;
}

div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dtsp-topRow div.dtsp-searchCont input.dtsp-search {
    min-width: 200px !important;
}

.ekr-pill {
    display: inline-block;
    background-color: #cfcfcf;
    text-align: center;
    border: 1px solid rgb(50 50 50 /25%);
    border-radius: 6px;
    width: auto;
    min-width: 30px;
    color: white;
    font-size: 0.9em;
    padding: 0 4px;
}

.ab-pill {
    background-color: #B14400
}

.bc-pill {
    background-color: #E0C600
}

.mb-pill {
    background-color: #81A235
}

.nb-pill {
    background-color: #3E5491
}

.nl-pill {
    background-color: #186E83
}

.nt-pill {
    background-color: #0073C1
}

.ns-pill {
    background-color: #8E3468
}

.nu-pill {
    background-color: #694E80
}

.on-pill {
    background-color: #CC0900
}

.pe-pill {
    background-color: #800300
}

.qc-pill {
    background-color: #002495
}

.sk-pill {
    background-color: #0E6A21
}

.yt-pill {
    background-color: #38366A
}

.ekr-name {
    font-weight: bold;
    font-size: small;
    border-bottom: 1px solid #aeb0b2;
    padding-bottom: 5px;
}

.ekr-people {
    font-size: small;
    padding-top: 5px;
}

table.dataTable.elder-knowledge-resource-table thead th, table.dataTable.elder-knowledge-resource-table tfoot th {
    font-size: 15px;
}

table.dataTable.elder-knowledge-resource-table {
    font-size: small;
}

#nccie_resource_library_info {
    font-size: small;
    color: #2e5c8b;
    font-weight: 400;
}

#nccie_resource_library_paginate a {
    font-size: small;
    color: #2e5c8b !important;
}

#nccie_resource_library_paginate span a.paginate_button.current {
    font-size: small;
    background-image: linear-gradient(#e6ebf0 0%, #2e5c8b 100%);
    color: white !important;
    padding: .25em, .1em;
}

table.elder-knowledge-resource-table thead tr th {
    border: none;
}

table.elder-knowledge-resource-table tbody tr td {
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

table.elder-knowledge-resource-table tbody tr td:first-child, .table.elder-knowledge-resource-table>tbody>tr>td:last-child {
    padding-left: 15px;
    padding-right: 15px;
}

table.elder-knowledge-resource-table.dataTable.no-footer {
    border-bottom: none;
    margin-bottom: 20px;
}

/* table.elder-knowledge-resource-table~div#nccie_resource_library_info {
    font-size: 16px;
    font-weight: 400;
} */

#nccie_resource_library_paginate.dataTables_paginate .paginate_button.current, #nccie_resource_library_paginate.dataTables_paginate .paginate_button.current:hover {
    background-color: #2e5c8b;
    background: #2e5c8b;
    color: #fff !important;
    border-radius: 6px;
    padding: 2px 12px;
    border: none;
}

#nccie_resource_library_paginate.dataTables_paginate .paginate_button {
    color: #2e5c8b !important;
    font-family: 'Roboto slab', sans-serif;
    margin-left: 4px;
    padding: 2px 12px;
    font-weight: 600;
}

.dataTables_wrapper #nccie_resource_library_paginate.dataTables_paginate .paginate_button:hover {
    background-color: #2e5c8b;
    background: #2e5c8b;
    color: #fff !important;
    border-radius: 6px;
    border-color: #2e5c8b;
}

#nccie_resource_library_paginate.dataTables_paginate .paginate_button.previous, #nccie_resource_library_paginate.dataTables_paginate .paginate_button.next {
    font-family: "Encode Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

#nccie_resource_library_paginate.dataTables_paginate .paginate_button.previous.disabled, #nccie_resource_library_paginate.dataTables_paginate .paginate_button.next.disabled {
    color: #666 !important;
    background: none;
    border: none;
}

div.dtsp-searchPanes div.dtsp-columns-4:nth-child(2) {
    min-width: 30.333% !important;
    max-width: 30.333% !important;
    padding-left: 1% !important;
    padding-right: 1% !important;
    margin: 0px !important;
}

div.dtsp-panesContainer div.dtsp-searchPanes {
    justify-content: space-evenly !important;
}

#nccie_resource_library_info {
    padding-bottom: 30px;
}

.nccie-fr .navbar-default .navbar-nav > li > a {
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
}

.nccieAssets .table {
	margin-bottom: 0;
}

/* 2021-0-29 Changes for Tip Sheets page */

.ncc-tipsheets-div {
    margin-top: 30px;
}

.ncc-tipsheets-div .ncc-tipsheets-div-thumb {
    margin-right: 25px;
}

.ncc-tipsheets-div .ncc-tipsheets-div-thumb img {
    border: 3px solid #2e5c8b;
    max-height: 100px;
}

.ncc-tipsheets-div h2 {
    margin-top: 35px;
    font-size: 25px;
}

.ncc-tipsheets-div-title.pull-left {
    width: 65%;
}

.ncc-tipsheets-div .ncc-tipsheets-div-thumb.pull-left {
    width: 25%;
}

@media (min-width: 1200px) {
    .ncc-tipsheets-div .ncc-tipsheets-div-thumb.pull-left {
        width: 18%;
    }
}
