﻿/***********************
TEACH CSS CORE OVERRIDES
************************/

@media screen and (max-width: 480px) {
    #saveprintemail {
        display: none;
    }
}

.ms-rteTable-default td {
    font-size: 1em;
}

i.fa.fa-download,
i.fa.fa-info-circle {
    color: #0072c6;
    font-size: 1.2em;
}

a:visited,
.ms-siteSettings-root a:visited,
.ms-heroCommandLink:visited,
.ms-vb-icon a:visited,
.ms-calloutLink:visited,
.ms-calloutLinkDisabled:visited,
.ms-commandLink:visited,
.ms-secondaryCommandLink:visited,
.ms-pivotControl-surfacedOpt:visited:hover,
.ms-pivotControl-overflowDot:visited:hover,
.ms-pivotControl-surfacedOpt-selected:visited,
.ms-vb a.ms-listlink:visited,
.ms-vb2 a.ms-listlink:visited,
.ms-vb-user a.ms-listlink:visited,
.ms-srch-result-groups .ms-srch-item-title h3>a:visited,
#Refinement .ms-ref-unsel-toggle.ms-commandLink:visited,
.ms-searchCenter-result-main .ms-srchnav-list .ms-srchnav-link-selected:visited,
.ms-searchCenter-result-main .ms-srchnav-link:visited,
.ms-accentText:visited,
.ms-link:visited,
#notificationArea .ms-accentText:visited,
#notificationArea .ms-link:visited,
.ms-heroCommandLink:visited,
a.ms-calloutLink:visited,
.ms-commandLink:visited,
.ms-secondaryCommandLink:visited,
li.ms-core-menu-item .ms-core-menu-link:visited,
.ms-secondaryCommandLink:visited,
a.ms-calloutLink:visited {
    color: #0072c6;
}


/********
Flex fix
*********/

@media only screen and (max-width: 1025px) {
    /*.article-app .articles.tile.tile-4 .article,*/
    li.hero-links-item {
        flex: auto !important;
        width: 40% !important;
        /*box-sizing: unset !important;*/
    }
}

@media only screen and (max-width: 768px) {
    .article-app .articles.tile.tile-4 .article,
    .hero-links.tab.tab-2 .hero-links-item,
    .hero-links.tab.tab-4 .hero-links-item {
        flex: auto !important;
        width: 40% !important;
        /*box-sizing: unset !important;*/
    }
}

@media only screen and (max-width: 425px) {
    .article-app .articles.tile.tile-4 .article,
    .hero-links.tab.tab-2 .hero-links-item,
    .hero-links.tab.tab-4 .hero-links-item {
        width: 100% !important;
    }
}

.article-app .articles.tile.tile-4 .article,
.hero-links.tab.tab-4 .hero-links-item {
    flex: 1;
}


/** Change bg image position **/

.article-app .articles.tile.tile-4 .article .article-image-container {
    background-position: top center;
}


/***********
End flex fix
************/


/******************
SEARCH BOX OVERRIDE
******************/

.ms-srch-sb.ms-srch-sb-border {
    border-radius: 10px !important;
}

.ms-srch-sb.ms-srch-sb-border input {
    border-radius: 10px 0 0 10px !important;
}

.ms-srch-sb-searchLink {
    border-radius: 0 10px 10px 0 !important;
}


/** END SEARCH BOX OVERRIDE **/


/***************
NAVIGATION ICONS
***************/

#sideNavBox button:hover .fa,
#sideNavBox button:focus .fa {
    text-decoration: none;
}

#sideNavBox button .fa {
    font-size: 1.2em;
}

#sideNavBox li.static button.sideNavBoxExpandCollapse span.lnexpand.custom-plus:before {
    content: "\f196";
}

#sideNavBox li.static button.sideNavBoxExpandCollapse span.lnexpand.custom-minus:before {
    content: "\f147";
}

#sideNavBox li.static.dynamic-children.father ul.dynamic li.dynamic a.menu-item:before {
    content: "";
}

#sideNavBox li.static.father ul.dynamic li.dynamic a.menu-item:before {
    content: "\f105";
}

#sideNavBox li.static a.menu-item:before {
    content: "\f105";
}

#sideNavBox ul.static li.static.selected a.static.selected.menu-item:hover::before {
    color: red !important;
    text-decoration: none;
}

#sideNavBox .dynamic-unlimited li.static.father ul.dynamic li.static.father li.static a.static.menu-item:not(.dynamic-children) {
    background-color: #FFF;
}

/* #sideNavBox .dynamic-unlimited li.static.father ul.dynamic li.static.father li.static:before,
#sideNavBox .dynamic-unlimited li.static.father ul.dynamic li.static:not(.father):before,
#sideNavBox .dynamic-unlimited li.static.father>ul.dynamic li.static:not(.father):before,
#sideNavBox .dynamic-unlimited .ms-core-listMenu-verticalBox li.static:not(.father):before {
    content: "";
}*/

#sideNavBox li.static button.sideNavBoxExpandCollapse span.lnexpand.custom-plus,
#sideNavBox li.static button.sideNavBoxExpandCollapse span.lnexpand.custom-minus {
    padding-top: 5px;
}


/**  END NAVIGATION ICONS **/


/**  BUTTONS **/

a.btn:after,
button.btn:not(.no-print):after {
    font-family: "FontAwesome";
    content: "  \f101";
}


/**  BUTTONS **/


/**  WEBPARTS **/

.highlighted-content .highlighted-content-text p,
.tq-highlighted-content .highlighted-content-text p {
    margin: 0px 0px 10px 0px;
}

.tq-highlighted-content .highlighted-content-text {
    padding: 14px;
    vertical-align: middle;
    background-color: #fff;
    box-sizing: border-box;
}


/* IE 11 fix for the articles**/

.article-app .articles .article .article-inner-text-container {
    height: auto;
}


/**  END WEBPARTS **/


/******
FOOTER
******/

footer .quick-links .quick-links-list {
    list-style: none;
    padding-left: 0;
}


/** END FOOTER **/


/*******************************
HOMEPAGE ZONE PARALLAX BACKGROUND 
*******************************/

.homepage .band-4b {
    background-color: #333333;
    background: /*linear-gradient(0deg,rgba(255,0,150,0.3),rgba(255,0,150,0.3)),*/
    /*url(/PublishingImages/icon-container-background.jpg);*/
    url(/PublishingImages/parallax-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.homepage #band-1 .bg-color {
    /*background-color: rgba(200,10,53,0.7);*/
    /*background-color: #333333;*/
}

.MP1_3 #band-1 .bg-overlay {
    background-size: contain;
}


/** END HOMEPAGE ZONE PARALLAX BACKGROUND **/


/*****************
SITE LOGO OVERRIDE
*****************/

#Logo.dynamic-logo-extended .show-dynamic .icon-display {
    display: block;
}

.dynamic-title {
    display: none;
}


/** END SITE LOGO OVERRIDE **/


/*********
GLOBAL NAV
*********/

#topnavbar .nav li>.menu-item:hover {
    text-decoration: none;
}


/** END GLOBAL NAV **/


/******
BUTTONS
******/

.btn:hover,
.btn:focus,
.btn.focus {
    text-decoration: none !important;
}


/** END BUTTONS **/


/************
LANDING PAGE CONTENT
*************/

.homepage-outer .highlighted-content .highlighted-content-text p {
    margin: 0 0 10px;
}

.tq-in-this-section ul {
    list-style: none;
    padding-left: 0;
}

.tq-in-this-section li.tq-section-item {
    display: inline-block;
}

h3.tq-section-link-header {
    background-color: #88e7fc;
    padding: 14px;
    border-radius: 10px;
    font-size: 24px;
    font-size: 2rem;
    border: 1px solid #8fcbd8;
}

h3.tq-section-link-header:hover {
    background-color: #aae9f7;
}

h3.tq-section-link-header:hover a {
    text-decoration: none;
}

.tq-section-link-header a.tq-section-link {
    position: relative;
    width: 100%;
    display: block;
    transition: background-color 0.2s;
    border-radius: 8px;
    font-weight: bold;
    color: #333;
}

.tq-section-link span.fa-caret-right {
    margin: auto;
    float: right;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -23px;
    font-size: 45px;
}

.tq-section-item .tq-section-link-content {
    padding: 0px 30px 20px;
    font-size: 18px;
}


/** END LANDING PAGE CONTENT **/


/************
PAGE CONTENT
*************/


/* Add bottom margin to tables */

table.ms-rteTable-default {
    margin-bottom: 20px !important;
}

a.btn:hover .fa {
    text-decoration: none;
}

.tq-personalisation h4 {
    border-left: 8px solid #3fc3d8;
    padding-left: 10px;
    font-size: 24px;
    color: #24335a;
}

.tq-personalisation h3 {
    font-size: 24px;
}


/* html.landing-page-outer .highlighted-content.image-left .highlighted-content-description {
    font-size: 20px;
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
    padding: 5px 0;
} */


/** related page item **/

.tq-related-menu {
    padding-top: 20px;
    margin-top: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.tq-related-menu ul {
    padding-left: 0;
    margin: 0 auto;
}

.tq-related-menu li {
    display: inline-table;
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 25px;
}

.tq-related-menu li .tq-related-menu-item {
    padding: 10px;
    border: 5px solid #88e7fc;
    color: #333;
    display: table-cell;
    text-align: center;
    background-color: transparent;
    vertical-align: middle;
}

.tq-related-menu li .tq-related-menu-item:hover {
    background-color: #88e7fc;
    text-decoration: underline;
}

.tq-related-menu li .tq-related-menu-item a {
    color: #333;
}

.tq-related-menu li .tq-related-menu-item a:visited {
    color: #333;
}

.tq-related-menu p {
    font-weight: 700;
    font-size: 1.2em;
}

.tq-related-menu a div,
.tq-related-menu a.tq-related-menu-item div {
    color: black;
}

.tq-related-menu>ul>li a:focus,
.tq-related-menu>ul>li a.tq-related-menu-item:focus {
    outline: transparent!important;
    color: black;
}

.tq-related-menu>ul>li a.tq-related-menu-item:hover {
    color: black;
}

@media only screen and (max-width: 570px) {
    .tq-related-menu ul {
        list-style: none;
    }
    .tq-related-menu li {
        display: block;
        padding-left: 0;
    }
    .tq-related-menu li .tq-related-menu-item {
        display: block;
    }
}


/** end related page item **/


/** teacher pay and benefits **/

.tq-pay-and-benefits {
    background-image: url(/becomeATeacher/PublishingImages/pay-and-benefits.svg);
    background-repeat: no-repeat;
    height: 375px;
    padding: 15px;
}

@media only screen and (max-width: 440px) {
    .tq-pay-and-benefits {
        background-image: url(/becomeATeacher/PublishingImages/pay-and-benefits-mobile.svg);
    }
}


/** end teacher pay and benefits **/


/*************
Event Calendar
**************/


/** Location and time font size **/

.eventscalendar-app .time-container .time,
.eventscalendar-app .time-container .location {
    font-size: 1em !important;
}


/*************
End Event Calendar
**************/


/** CONTACT PAGE  **/

.tq-tile-box {}

.tq-tile-box .tq-tile-box-contents {
    border: 1px solid #ececec;
    margin-bottom: 33px;
    padding: 10px;
}

.tq-tile-box .tq-tile-box-contents h3 {
    padding: 4px 2px;
    background-color: #ececec;
    margin-top: -30px;
    font-size: 15px;
}

.contact-social .fa {
    padding: 10px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

@media only screen and (max-width: 441px) {
    .contact-social .fa {
        padding: 20px;
    }
}

.contact-social {
    padding-top: 5%;
}

.contact-social div {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 1%;
}

.contact-social .fa:hover {
    opacity: 0.7;
}

.contact-social .fa-facebook {
    background: #3B5998;
    color: white;
}

.contact-social .fa-twitter {
    background: #55ACEE;
    color: white;
}

.contact-social .fa-linkedin {
    background: #007bb5;
    color: white;
}

.contact-social .fa-youtube {
    background: #ff0000;
    color: white;
}

.contact-social .fa-instagram {
    background: #125688;
    color: white;
}

.contact-social .fa-envelope {
    background: #333333;
    color: white;
}

.contact-social .fa-globe {
    background: #a50034;
    color: white;
}

.contact-social .fa-pinterest {
    background: #E60019;
    color: white;
}


/** END CONTACT PAGE  **/


/** WORKING WITH US PAGE  **/

.grey-tile-infographic span {
    display: table-cell;
    border: 2px solid white;
    font-family: roboto;
    font-size: 1.7em;
    color: #8c100a;
}

.grey-tile-infographic ul {
    list-style: none;
    padding-left: 0;
    display: table;
    margin-top: 20px;
}

.grey-tile-infographic li {
    display: table-cell;
    border: 2px solid white;
    background-color: #ececec;
    font-family: roboto;
    color: #3a3a3a;
    padding: 10px 20px;
}

.working-with-us.grey-tile-infographic li {
    font-size: 1.7em;
}

.what-teachers-do.grey-tile-infographic li {
    font-size: 1.2em;
}

.grey-tile-infographic li img {
    width: 80px;
    height: 80px;
    padding-right: 20px;
}

.what-teachers-do.grey-tile-infographic li img,
.flexible-work-options.grey-tile-infographic li img {
    float: left;
}

.flexible-work-options.grey-tile-infographic li h3,
.flexible-work-options.grey-tile-infographic li h4 {
    margin-bottom: 0;
}

@media only screen and (max-width: 425px) {
    .grey-tile-infographic ul {
        display: block;
    }
    .grey-tile-infographic li {
        display: list-item;
    }
}


/** END WORKING WITH US PAGE  **/


/** CUSTOM DYNAMIC COLUMN LIST **/

.custom-dynamic-column-list ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

@media only screen and (max-width: 425px) {
    .custom-dynamic-column-list ul {
        columns: 1 !important;
        -webkit-columns: 1 !important;
        -moz-columns: 1 !important;
    }
}


/** END CUSTOM DYNAMIC COLUMN LIST **/


/** SCHOLARSHIP CUSTOM STYLES **/

.scholarships-item {
    padding: 0;
    margin-bottom: 15px;
    border: 1px solid #88e7fc;
}

.scholarships .scholarships-col .check-list p {
    padding: 5px;
}

.scholarships .scholarships-col .check-list p:not(:nth-child(1)) {
    border-top: 1px dotted #ababab;
}

@media screen and (min-width: 768px) {
    .scholarships-item {
        display: table;
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .scholarships-item {
        margin-bottom: 30px;
    }
}

.scholarships-col p {
    margin-bottom: 15px;
}


/*.scholarships .scholarships-col:nth-child(2) p:not(:first-child):not(:last-child) {
        border-top: 1px solid #ececec;
    }*/

@media screen and (min-width: 768px) {
    .scholarships-col {
        display: table-cell;
        width: 27%;
        border-left: 1px solid #88e7fc;
        padding: 1% 15px 5%;
    }
}

@media screen and (min-width: 1200px) {
    /*.scholarships-col {
        padding: 20px 30px;
      }*/
}

@media screen and (min-width: 768px) {
    .scholarships-item {
        border-left: 0px;
    }
}

@media screen and (min-width: 992px) {
    .scholarships-item {
        border-left: 0px;
    }
}

@media screen and (min-width: 1200px) {
    .scholarships-item {
        border-left: 0px;
    }
}


/*.scholarships {
      margin-bottom: 30px;
    }*/

@media screen and (min-width: 1200px) {
    /*.scholarships-col {
        width: 23%;
      }
    
      .scholarships-content .scholarships-col:first-child {
        width: 26%;
      }*/
    .scholarships-content .scholarships-col:nth-child(2) {
        width: 22%;
    }
    .scholarships-content .scholarships-col:nth-child(3) {
        width: 29%;
    }
}

.scholarships-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.scholarships-content {
    padding: 0 15px 10px;
    font-size: 12px;
    line-height: 1.4;
}

.scholarships-content span {
    font-family: "montserrat-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.1;
}

@media screen and (min-width: 768px) {
    .scholarships-content {
        padding: 0;
    }
}

@media screen and (min-width: 992px) {
    .scholarships-content {
        font-size: 14px;
        line-height: 1.5;
    }
    .scholarships-content span {
        font-size: 36px;
        display: block;
        margin-bottom: 0;
    }
}

.scholarships-name {
    margin-top: 0;
    background-color: #88e7fc;
    padding: 12px 15px;
    font-size: 14px !important;
    line-height: 1;
}

.scholarships-name a {
    font-family: "montserrat-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-decoration: underline;
}

@media screen and (min-width: 992px) {
    .scholarships-name a {
        font-family: "montserrat-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-size: 18px;
        line-height: 1.5;
        color: #333 !important;
    }
}

@media screen and (min-width: 1200px) {
    .scholarships-name {
        padding: 20px 30px;
    }
}

.scholarships-title {
    margin-top: 16px !important;
    margin-bottom: 10px;
    font-family: "montserrat-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #000;
}

@media screen and (min-width: 992px) {
    .scholarships-title {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 17px;
    }
}

.scholarships .check-list {
    list-style: none;
    padding-left: 0;
}


/*.check-list p:before {
        content: "f00c";
    }*/


/** END SCHOLARSHIP CUSTOM STYLES**/


/** Find teaching jobs in Queensland **/

.find-teaching-jobs-flow>ul>li {
    padding: 20px 30px 20px 0;
    min-height: 60px;
}

.bdr-left-5 {
    margin-top: 15px;
}

.tq-steps {
    padding-left: 15px;
}

.tq-step {
    border: 2px dotted #d5edf6;
    background-color: #88e7fc;
    padding: 5% 4%;
    font-size: 1.4em;
    font-weight: 700;
    margin: -20px -30px 10px -15px;
}

.find-teaching-jobs-flow .bg-alt-colors.bdr-left-5:nth-child(odd) {
    background-color: rgba(136, 231, 252, 0.10);
}

@media screen and (min-width: 441px) {
    .tq-step {
        border-radius: 50%;
        /***/
        padding: 3% 2%;
        font-size: 1em;
        float: left;
        margin: 0 20px 0 0px;
    }
    .bdr-left-5 {
        border-left: 5px solid #a50034;
    }
}

.tq-step-heading {
    font-size: 18px;
    font-weight: 700;
}


/* steps column layout*/

.find-teaching-jobs-flow .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.find-teaching-jobs-flow .column2 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.find-teaching-jobs-flow .column1 {
    flex: 0.2
}


/** END Find teaching jobs in Queensland **/


/** Why teaching is a rewarding career **/

.tq-rewarding-career li {
    padding: 25px 20px;
}


/** END Why teaching is a rewarding career **/


/********** END PAGE CONTENT *************/


/********** EXTRA SYLING *************/

.no-list-style ul {
    list-style: none;
    padding-left: 0;
}

ul.no-list-style {
    list-style: none;
    padding-left: 0;
}

ul.list-style {
    list-style: inside;
    padding-left: inherit;
}

ul.no-list-style.b-bdr-dotted li {
    padding: 5px;
}

ul.no-list-style.b-bdr-dotted li:not(:nth-child(1)) {
    border-top: 1px dotted #ababab;
}

.bg-alt-colors:nth-child(odd) {
    background-color: #f4f4f4;
}

.youtube-wrapper:nth-child(1) {
    margin-top: 35px;
}

p.toc-heading {
    font-size: 16px;
    color: #5c5c5c;
}


/* WELL CLASS CUSTOM STYLING */

.well.icon {
    position: relative;
}

.well.icon.sections {
    border: solid #c6c6c6;
    border-width: 1px 1px 1px 7px;
    background-color: #f5f5f5;
}

.well.icon.note {
    border: solid #b483c5;
    border-width: 1px 1px 1px 7px;
    background-color: #fbefff;
}

.well.icon.tip {
    border: solid #7491c5;
    border-width: 1px 1px 1px 7px;
    background-color: #edf4ff;
}

.well.icon.important {
    border: solid #e27b7b;
    border-width: 1px 1px 1px 7px;
    background-color: #ffebf2;
}

.well.icon.related {
    border: solid #76b999;
    border-width: 1px 1px 1px 7px;
    background-color: #e9fff4;
}

.well.icon.resources {
    border: solid #ecba70;
    border-width: 1px 1px 1px 7px;
    background-color: #fff3e3;
}

.well.icon:after {
    font-family: FontAwesome;
    font-size: 1.4em;
    position: absolute;
    top: 15px;
    right: 15px;
}


/* Section anchor links */

.well.icon.sections:after {
    content: "\f0ca";
    color: #c6c6c6;
}


/* Learn more about */

.well.icon.note:after {
    content: "\f24a";
    color: #b483c5;
}


/* Tips */

.well.icon.tip:after {
    content: "\f128";
    color: #7491c5;
}


/* Important notes */

.well.icon.important:after {
    content: "\f12a";
    color: #e27b7b;
}


/* Related information links */

.well.icon.related:after {
    content: "\f0c1";
    color: #76b999;
}


/* Resources links */

.well.icon.resources:after {
    content: "\f02d";
    color: #ecba70;
}


/********** END EXTRA SYLING *************/


/********** MARGIN AND PADDING *************/

.mt-5 {
    margin-top: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ma-5 {
    margin: 5px !important;
}

.ma-10 {
    margin: 10px !important;
}

.ma-15 {
    margin: 15px !important;
}

.ma-20 {
    margin: 20px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pa-5 {
    padding: 5px !important;
}

.pa-10 {
    padding: 10px !important;
}

.pa-15 {
    padding: 15px !important;
}

.pa-20 {
    padding: 20px !important;
}


/** END MARGIN AND PADDING **/


/**********
PRINT STYLES
*************/

@media print {
    ul.ms-breadcrumb {
        display: none;
    }
    #Logo.dynamic-logo-extended .icon-display {
        height: auto !important;
    }
    #Logo.dynamic-logo-extended .dynamic-motto-title .dynamic-title {
        display: none;
    }
    .quick-links.row.noindex {
        display: none;
    }
    .social-media-links.noindex {
        display: none;
    }
    .above-outer-footer-container {
        display: none;
    }
    .composite-footer-container {
        display: none;
    }
    .tq-related-menu li {
        width: 25%;
    }
}


/** END PRINT STYLES **/


/*******************
Indigenous statement
********************/

.indigenous-statement {
    margin: 0 auto;
    padding: 40px 15px 0;
    font-size: 90%;
    text-align: center;
    min-height: 75px;
}

.indigenous-statement a {
    /* color: #333; */
    border-bottom: 1px dotted black;
}


/***********************
END Indigenous statement
************************/


/**********************************************
Change to rural and remote  benefits calculator
***********************************************/

.btn-no-bg {
    background: transparent !important;
}

@media only screen and (max-width: 425px) {
    .xs-text-left {
        text-align: left;
    }
    .homepage .band-4b {
        background: transparent;
    }
}


/**************************************************
END Change to rural and remote  benefits calculator
***************************************************/


/* Pullout Quote
Add <p data-pullquote="b"> to text and wrap quote with <b>Quote goes here </b> */

b {
    font-weight: inherit;
}

@media only screen and (min-width: 426px) {
    .has-pullquote::before {
        /* Reset metrics. */
        content: attr(data-pullquote);
        float: right;
        width: 320px;
        position: relative;
        padding: 0px 20px;
        margin: 0 0 20px 36px;
        font-size: 17.5px;
        border-left: 5px solid #a50034;
    }
    .pullquote-left::before {
        float: left;
        margin: 12px 31px 24px -102px;
        width: 251px;
    }
}


/**************************************************
NEWS PAGE LAYOUT
***************************************************
/* Hiding the dates from news pages*/

.news-page.article.article-right .date-line {
    display: none;
}


/* Hide caption-page image webpart*/

.news-page-layout .captioned-image {
    display: none;
}