﻿/**********************************************************************************************************/
/*  File Name: csps.css */
/*  Author: Rajini Sureshkumar  */
/*  Created On: May 29, 2019  */
/* Modified On: June 06, 2019 - Denis Turcotte */
/*  Purpose: To have all the css customization in one place */
/*  Reminder: When we customize the GCWEB- theme.css class, we have to load customization file after the original css file to take effect.*/
/*            Since we do use master pages, we reference the css files there. This will affect every pages that use that master page       */
/*            If you want to have the eFfect on that particular page only, place the code within the page */
/***********************************************************************************************************/

/* The style below was added to display the "Eupdate" Icon as it's not part of the Canada.ca css file.--- originally from all master pages */
.followus ul li a.eupdate {
    background: url('/assets/newsletter.svg') no-repeat !important;
}

.followus ul li a.eupdate:hover {
    background: url('/assets/newsletter-h.svg') no-repeat !important;
}
/******/

/*  Add new color classes to use with Star Rating */
.Orange {
    color: orange;
}
.Black {
    color: black;
}


/* Hides the default Google badge rendered by Google's reCAPTCHA service */
.grecaptcha-badge {
    visibility: hidden;
}
/******/

/* To remove the line visible part of the calendar list popup part- relevant to calendar page.*/
.wb-calevt-cal .cal-days td ul.ev-details, .wb-calevt-cal .cal-days td:hover ul {
    background-color: #fff;
    border: none;
    clip: rect(auto, auto, auto, auto);
    color: #fff;
    height: inherit;
    list-style-type: none;
    margin: 0;
    margin-top: unset;
    overflow: inherit;
    padding: 0;
    position: absolute;
    width: 10em;
    z-index: 5;
}

/*******/


/* put back the alert backgroung color to div  */

div.alert-danger {
    background-color: #f3e9e8;
    border-color: #d3080c;
    margin-left: 0rem;
}

section.alert-danger {
    background-color: #f3e9e8;
    border-color: #d3080c;
    margin-left: 0rem;
}

section.alert-danger p {
        margin-right: 8px;
}
div.alert-danger p {
    margin-right: 8px;
}

div.alert-success {
    background-color: #d8eeca;
    border-color: #278400;
    margin-left: 0rem;
}


section.alert-success {
    background-color: #d8eeca;
    border-color: #278400;
    margin-left: 0rem;
}
section.alert-success p {
        margin-right: 8px;
}
div.alert-success p {
    margin-right: 8px;
}

div.alert-info {
    background-color: #d7faff;
    border-color: #269abc;
    margin-left: 0rem;
}

section.alert-info {
    background-color: #d7faff;
    border-color: #269abc;
    margin-left: 0rem;
}
section.alert-info p {
    margin-right: 8px;

}
div.alert-info p {
    margin-right: 8px;
    margin-left: 0rem;
}

div.alert-warning {
    background-color: #f9f4d4;
    border-color: #f90;
    margin-left: 0rem;
}

section.alert-warning {
    background-color: #f9f4d4;
    border-color: #f90;
    margin-left: 0rem;
}
section.alert-warning p {
        margin-right: 8px;
}
div.alert-warning p {
    margin-right: 8px;
}
/* End of alert colors*/


/*  The portion of CSS code below are for the filter box customization it is use in the event, catalogue and calendar page on the datatable */

.dataTables_filter {
    background-color: #335075;
    border: 1px solid #335075;
    font-weight: 600;
    font-family: "Lato";
    font-size: 17px;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 0;
}

.dataTables_filter label {
    color: white;
    margin-bottom: 0px;
}

.dataTables_filter input {
    height: 25px;
}

.dataTables_wrapper .dataTables_filter {
    margin-right: 11px;
}

.dataTables_wrapper .top [type=search] {
    margin-right: 1em;
    height: 2.55em;
}
/*Added by Robby, see ticket #CSPS0039273SR 10-28-2019*/
.top {
    margin-bottom: 2.27em;
}

.dataTables_wrapper .dataTables_info:after {
    content: "";
}
@media screen and (min-width: 480px){
    .dataTables_wrapper .dataTables_info {
        position: absolute;
        display: block;
        padding-left: 0.7em;
        padding-top: 0.45em;
    }
    .top{
        margin-bottom: 3.35em;
    }
}
 
/* class removed background grey*/
table.dataTable2 thead .sorting_asc, table.dataTable2 thead .sorting_desc {
    background-color: #ffffff;
}
/* End */
@media screen and (max-width: 480px) {
    .dataTables_wrapper .dataTables_info {
        position: relative;
        display: block;
        padding-left: 0.5em;
        padding-top: 0.45em;
    }
}

/* Prevents text in filter box from getting cut off on smaller mobile devices */
@media screen and (max-width: 991px) {
    .top input[type="search"] {
        padding: 0;
        line-height: 25px;
        font-size: 0.9em;
        margin-top: 0.5em;
    }
}


/*******/
/*Start code for template */

label {
    font-weight: normal;
}

label[for="ctl11_RdoBtnListWebsite_1"], label[for="ctl12_RdoBtnListWebsite_1"] {
    display: inline;
}
/*End code for template */

/*Start code for registration form for events */
#event-registration-form header,
#event-registration-form .modal-body h3 {
    text-align: left;
}

#event-registration-form .modal-body h3 {
    margin: 10px 0 0;
}

#event-registration-form .form-group input,
#event-registration-form .form-group select {
    width: 100%;
}

#event-registration-form .controls {
    text-align: right;
    margin-top: 40px;
}

/*Controls the loading icon when submitting the form*/
#event-registration-form .controls .submit.loading span {
  display: none;
}
#event-registration-form .controls .submit span.fa-spinner {
  display: none;
}
#event-registration-form .controls .submit.loading span.fa-spinner {
  display: inline-block;
}


#event-registration-form .modal-footer {
    display: none;
}

#event-registration-form .alert h2 {
    font-size: 1.1em;
}

#event-registration-form .field-name {
    background-color: #fff;
    top: 10px;
    position: relative;
}

#event-registration-form label .error {
    /*equivalent to .hidden*/
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

#event-registration-form .form-group.has-error label {
    color: #d3080c;
    font-weight: 700;
}

#event-registration-form .wb-frmvld {
    margin-top: 1em;
}

#event-registration-form #specifiedAccommodation {
  min-height: 60px;
  min-width: 100%;
  resize: vertical;
}

#event-registration-form label.required:before,
#event-registration-form legend.required:before,
#event-registration-form .checkbox.required:before,
#event-registration-form input[type="checkbox"].required:before {
    top: 10px;
    position: relative;
}

/*Custom alert-info with icon on the border of the section*/
#event-registration-form .alert > :first-child:before {
    background-color: white;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1.2;
    margin-left: -2em;
}

#event-registration-form .session-lang {
    display: block;
    font-weight: bold;
}

#form-submitted .modal-footer .popup-modal-dismiss {
    float: right !important;
}
/*Fin code for registration form for events */

/*Start code for DA registration form*/
.da-registration-form input[type=text],
.da-registration-form input[type=email] {
  width: 300px;
}
.da-registration-form .form-group:not(:first-of-type),
.da-registration-form .chkbxrdio-grp {
  float: left;
  margin-top: 20px;
  width: 100%;
}
.da-registration-form .form-group,
.da-registration-form .chkbxrdio-grp {
  clear: both;
}
.da-registration-form .chkbxrdio-grp legend {
  font-weight: normal;
  font-size: inherit;
}
.da-registration-form .error {
  /*
    this makes sure when we have multiple errors shown
    that they are on their respective line
  */
  float: left;
  clear: both;

  text-align: left !important;
  white-space: normal !important;
}
.da-registration-form .governmentOptionsTable td {
  padding-bottom: 5px;
}
.da-registration-form .federalDeptListLabel {
  float: left;
  margin-right: 20px;
}
.da-registration-form .federalDeptList {
  width: 300px;
  /*used in order to keep the error message side by side*/
  float: left;
}
.da-registration-form .otherGov {
  width: 200px;
  /*used in order to keep the error message side by side*/
  float: left;
}
.da-registration-form .federalDeptList + span {
  margin-left: 20px;
  clear: inherit;
}
.da-registration-form .controls {
  clear: both;
}
.da-registration-form .submitted-info {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.da-registration-form .submitted-info span {
  margin-left: 10px;
}

.da-registration-form #mainContent_BtnSubmit.loading span {
  display: none;
}
.da-registration-form #mainContent_BtnSubmit span.fa-spinner {
  display: none;
}

.da-registration-form #mainContent_BtnSubmit.loading span.fa-spinner {
  display: inline-block;
}
.da-registration-form .privacy-statement {
  margin-top: 20px;
  float: left;
}

/*End code for DA winter pilot*/
/*Start code for form CMS */
form .btn:not(.btn-call-to-action), .form-control, button.wb-toggle {
  padding: 6px 12px;
}
/*End code for form CMS */

/*Added by Sylvie see ticket #CSPS0035790SR by Michael 2019-06-26 */
.btn-login {
    background-color: #26374a !important;
    border: 1px solid #26374a !important;
    font-weight: 600 !important;
    font-family: "Lato";
    font-size: 17px !important;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 8px;
    margin-right: 15px;
    border-radius: 0;
}

/*******/

/* To customize the global feedback form which appears under Features at the bottom of every page */
#ff {
    background-color: #d7faff; 
    text-decoration: none;
}

#comments {
    border-color: #d7faff;
}

#commentaires {
    border-color: #d7faff;
}

details[open] > .panel-info {
    border-color: #bce8f1;
}

:not(#wb-srch) form {
    font-size: 1em;
    line-height: 1.65em;
}

#RequiredFieldValidatorComments {
    color: #E10000;
}


/*  New Css to remove style tag in the FeedBack Form  -- START */
#FeedBackForm textarea.NoResize ,textarea.NoResize {
    resize: none;
}

#FeedBackForm input.Hide {
    display: none !important;
}

#commentDescription {
    background-color: #d7faff;
    text-decoration: none;
}

#FeedBackForm .inline {
    display: inline;
    color: red;
}

/*  New Css to remove style tag in the FeedBack Form  -- END */


/*******/

/* Used to customize the Catalogue index page */

    #btnClear, #btnFilter {
        width: 100%;
    }
    /*#custom-handle {
                width: 3em;
                height: 1.6em;
                text-align: center;
                line-height: 1.6em;
                font-size: 0.8em;
            }
            #chkDuration {
                transform: scale(1.25);
                cursor: pointer;
            }*/
    @media screen and (max-width: 991px) {
        #filterBox {
            padding-right: 0;
        }

        #mainContent_catalog {
            padding-left: 0;
            margin-top: 1em;
        }
    }

/*******/

/*Everything below has been moved from theme.css by Robby Zbib 10/25/2019*/

/* New class for all other pages 2019-09-05 by sylvie - #CSPS0038918SR*/

h1::before {
    content: url('/assets/cspssymbol.png');
    /* content: url('/assets/poppy.png');  */
    margin-right: 0.3em;
}

/* New class for home page only 2019-09-05 by sylvie - #CSPS0038918SR*/
    .h1hp::before {
    content: none;
    border-bottom: 1px solid #af3c43;
    margin-bottom: .2em;
    padding-bottom: .2em;
}

/* Old*/
/*h1 {
    font-size: 2em;
    margin: 0.67em 0;
}*/



.cmpgn-sctns {
    margin-top: 20px;
}

/*thead:before {
    content: "-";
    display: block;
    line-height: 1em;
    color: transparent;
    }*/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-bottom: 1em;
}

/*  remove padding from bottom of Language text (top Of page)*/
#wb-lng.col-xs-3, #wb-lng.col-sm-12  { padding-bottom: 0 }

.text-decoration-none {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

.breakword {
    word-wrap: break-word;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -ms-word-break: break-all;
    word-break: break-all;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

    .row.display-flex > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

.font-small, small {
    font-size: 90%;
}

form .btn:not(.btn-call-to-action), .form-control {
    padding: 6px 12px;
}

.container-notice {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
   font-size: 1.2em;
}

    .container-notice:after, .container-notice:before {
        display: table;
        content: " "
    }

    .container-notice:after {
        clear: both
    }

@media (min-width:768px) {
    .container-notice {
        width: 750px
    }
}

@media (min-width:992px) {
    .container-notice {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container-notice {
        width: 1170px
    }
}

.text-larger {
    font-size: 120%;
}

.nobold {
    font-weight: normal;
}

/* added to fix <b class=required> that replace the <strong class=required>*/
b.required {
     color: #d3080c ;
  font-weight: 700; 
}

.container-notice {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.2em;
}

    .container-notice:after, .container-notice:before {
        display: table;
        content: " "
    }

    .container-notice:after {
        clear: both
    }

@media (min-width:768px) {
    .container-notice {
        width: 750px
    }
}

@media (min-width:992px) {
    .container-notice {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container-notice {
        width: 1170px
    }
}

.text-larger {
    font-size: 120%;
}
.text-medium {
    font-size: 26px;
}

.nobold {
    font-weight: normal;
}

.bg-lightgray {
    background-color: whitesmoke;

}

#about {
    background-color: #f5f5f5;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; /**/
}

.full-width {
    width: 100%;
}
.border-light {
    max-width: 100%;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 0px;
    height: auto;
    display: inline-block;
}

.border-dark {
    max-width: 100%;
    border: 1px solid #000;
    padding: 15px;
    border-radius: 0px;
    height: auto;
    display: inline-block;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-top-dark {
    border-top: 1px solid #000 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}


.bg-secondary {
    background-color: #e6e5e5 !important ;

}

}      
.bg-dark {
    background-color: #343a40 !important
}
.bg-light {
    background-color: #f8f9fa !important
}

.text-white {
    color: #fff;
    font-weight: bold;
}

.mrgn-tp-xxl {
    margin-top: 73px;
}

.hght-inhrt-sm {
    min-height: inherit;
    max-height: 13em;
}

.mrgn-bttm {
    margin-bottom: 20px;
}

.no-space {
    margin-left: 0;
}

.hght-sm {
    max-height: inherit;
    min-height: 12em;
}

.hght-lg {
    max-height: inherit;
    min-height: 16em;
}

.hght-md {
    max-height: inherit;
    min-height: 14em;
}

/*Bootstrap 4.0*/

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

    .btn-light:focus, .btn-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
    .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df;
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        }
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124;
    }

    .btn-dark:focus, .btn-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
    .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d;
    }

        .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

    .alert-secondary hr {
        border-top-color: #c8cbcf;
    }

    .alert-secondary .alert-link {
        color: #202326;
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-light hr {
        border-top-color: #ececf6;
    }

    .alert-light .alert-link {
        color: #686868;
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

    .alert-dark hr {
        border-top-color: #b9bbbe;
    }

    .alert-dark .alert-link {
        color: #040505;
    }

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-blue {
    background-color: #c8d3e8 !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}
.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}
.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #545b62 !important;
}
.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #1d2124 !important;
}
.text-muted {
    color: #6c757d !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

/* ADD 2020-10-28 - for portable by sylvie -https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css */
.table-responsive-sm {
    width: 100%;
    margin-bottom: 17.25px;
    min-height: .01%;
    overflow-x: auto ;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
   
}

@media (max-width:575.98px) {
    .table-responsive-sm {
      min-height: .01%;
      overflow-x: auto;
      display: block;
       -webkit-overflow-scrolling: touch;
       -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-sm > .table {
        margin-bottom: 0
    }
}
   
/*END Bootstrap 4.0*/

/*Ticket #CSPS0051245SR - this will add a purple bar below our images*/

@media (max-width: 767px) {
    img.imagebar {
        border-bottom: 10px solid #3F2A56;
    }
}

@media (min-width: 768px) {
    img.imagebar {
        border-bottom: 14px solid #3F2A56;
    }
}

@media (min-width: 992px) {
    img.imagebar {
        border-bottom: 18px solid #3F2A56;
    }
}

@media (min-width: 1200px) {
    img.imagebar {
        border-bottom: 20px solid #3F2A56;
    }
}


/*Ticket #CSPS0051678SR - Headings: Blog posts */
p.panel-title {
    font-family: Lato, sans-serif;
    line-height: 1;
    font-weight: bold;
}
/*END*/

/*Ticket #CSPS0051719SR - CSS: Grey bar  */
.grey-bg-full {
    background-color: #f5f5f5;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 30px;
}
/*END*/


/* Ticket #CSPS0060169SR to Fix Style="" - Replace by Code in CSS */
#filterBox {
    padding-left: 0;
}

.NoRightPadding {
    padding-right: 0;
}

.NoLeftPadding {
    padding-left: 0;
}

.FullWidth {
    width: 100%;
}

.Width55{
    Width: 55%;
}

/* New class for all other pages 2019-09-05 by sylvie - #CSPS0038918SR*/

h1::before {
    content: url('/assets/cspssymbol.png');
    /* content: url('/assets/poppy.png');  */
    margin-right: 0.3em;
}

/* New class for home page only 2019-09-05 by sylvie - #CSPS0038918SR*/
.h1hp::before {
    content: none;
    border-bottom: 1px solid #af3c43;
    margin-bottom: .2em;
    padding-bottom: .2em;
}

/* Old*/
/*h1 {
    font-size: 2em;
    margin: 0.67em 0;
}*/


 Ticket #CSPS0060314SR - Feb 24, 2021 - https://www.ic.gc.ca/eic/site/062.nsf/eng/h_00108.html 
.section-title::after {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    background: #af3c43;
    bottom: -2rem;
    width: 10rem;
}

.section-title {
    position: relative;
    padding: 0;
    margin-bottom: 50px;
}


/*h2::after {
    content: '';
    display: block; 
    position: absolute;
    height: 3px;
    background: #af3c43;
    bottom: -2rem;
    width: 10rem;
}
h2 {
    position: relative;
    padding: 0;
    margin-bottom: 50px;
}

    h2.h3::after, h2.h4::after, h2.h5::after, h2.h6::after, section.followus h2::after {
        content: '';
        display: block;
        position: absolute;
        height: 0;
        background: white;
        bottom: 0;
        width: 0;
    }

h2.h3, h2.h4, h2.h5, h2.h6, section.followus h2 {
    position: relative;
    padding: 0;
    margin-bottom: 10px;
}*/

/* END Ticket #CSPS0060314SR */

/* List/div steps Document - ADD by Sylvie March 04, 2021 */
ol.lst-stps, .lst-stps {
    counter-reset: item;
    padding-left: 0;
}

    ol.lst-stps > li, .lst-stps > .lst-stps-itm {
        counter-increment: item;
    }

    ol.lst-stps > li, ol.lst-stps-sub > li, .lst-stps .lst-stps-itm {
        list-style-type: none;
        margin-top: 30px;
        position: relative;
        padding-left: 60px;
        padding-right: 15px;
        min-height: 2.2em;
    }

        ol.lst-stps li > *:last-child, .lst-stps .lst-stps-itm > *:last-child, .lst-stps-sub > .lst-stps-itm:last-child {
            margin-bottom: 0px;
        }

        ol.lst-stps > li:before, .lst-stps .lst-stps-itm:before {
            content: counter(item);
        }

        ol.lst-stps li > ol.lst-stps-sub, .lst-stps .lst-stps-itm > .lst-stps-sub {
            counter-reset: subitem;
        }

    ol.lst-stps li > ol.lst-stps-sub {
        margin-left: -35px;
    }

    ol.lst-stps li:before, .lst-stps .lst-stps-itm:before {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 3px solid #26374a;
        background-color: #fff;
        float: left;
        position: absolute;
        box-sizing: content-box;
        line-height: 2.2;
        text-align: center;
        font-weight: 600;
        height: 2.2em;
        width: 2.2em;
        left: 0px;
        margin-top: -8px;
    }

    ol.lst-stps > li > ol.lst-stps-sub > li:before, .lst-stps > .lst-stps-itm > .lst-stps-sub > .lst-stps-itm:before {
        counter-increment: subitem;
        content: counter(item) "" counter(subitem, lower-alpha) "";
    }

    ol.lst-stps.stps-strpd > li ol.lst-stps-sub, .lst-stps.stps-strpd > .lst-stps-itm > .lst-stps-sub {
        margin-top: 15px;
    }

    ol.lst-stps.stps-strpd > li, ol.lst-stps.stps-strpd ol.lst-stps-sub > li, .lst-stps.stps-strpd .lst-stps-itm {
        padding-top: 23px;
        padding-bottom: 23px;
        margin-top: 0px;
    }

        ol.lst-stps.stps-strpd > li:nth-child(odd), ol.lst-stps.stps-strpd > li:nth-child(even) > ol.lst-stps-sub > li:nth-child(odd), ol.lst-stps.stps-strpd > li:nth-child(odd) > ol.lst-stps-sub > li:nth-child(even), .lst-stps.stps-strpd > .lst-stps-itm:nth-child(odd), .lst-stps.stps-strpd > .lst-stps-itm:nth-child(even) > .lst-stps-sub > .lst-stps-itm:nth-child(odd), .lst-stps.stps-strpd > .lst-stps-itm:nth-child(odd) > .lst-stps-sub > .lst-stps-itm:nth-child(even) {
            background-color: #f5f5f5;
        }

            ol.lst-stps.stps-strpd > li:nth-child(odd) > ol.lst-stps-sub > li:nth-child(odd), .lst-stps.stps-strpd > .lst-stps-itm:nth-child(odd) > .lst-stps-sub > .lst-stps-itm:nth-child(odd) {
                background-color: #fff !important;
            }

            ol.lst-stps.stps-strpd > li:nth-child(even) > ol.lst-stps-sub > li:nth-child(even):last-child, ol.lst-stps.stps-strpd > li:nth-child(odd) > ol.lst-stps-sub > li:nth-child(even):last-child, .lst-stps.stps-strpd > .lst-stps-itm:nth-child(even) > .lst-stps-sub > .lst-stps-itm:nth-child(even):last-child, .lst-stps.stps-strpd > .lst-stps-itm:nth-child(odd) > .lst-stps-sub > .lst-stps-itm:nth-child(even):last-child {
                padding-bottom: 0px;
            }

    ol.lst-stps li > :first-child, .lst-stps .lst-stps-itm > :first-child {
        margin-top: auto;
    }

    ol.lst-stps.stps-strpd > li, ol.lst-stps.stps-strpd li ol.lst-stps-sub > li, .lst-stps.stps-strpd .lst-stps-itm {
        padding-left: 75px;
    }

        ol.lst-stps.stps-strpd li:before, .lst-stps.stps-strpd .lst-stps-itm:before {
            margin-left: 15px;
        }

@media all and (max-width: 767px) {
    ol.lst-stps li:before, .lst-stps .lst-stps-itm:before {
        font-size: 0.8em;
        line-height: 2;
        height: 2em;
        width: 2em;
        margin-top: -3px;
        font-weight: 600;
    }

    ol.lst-stps > li, ol.lst-stps > li ol.lst-stps-sub > li .lst-stps > .lst-stps-itm {
        padding-left: 45px
    }

    ol.lst-stps.stps-strpd > li, ol.lst-stps.stps-strpd > li ol.lst-stps-sub, .lst-stps.stps-strpd .lst-stps-itm {
        padding-top: 19px;
        padding-bottom: 19px;
        margin-top: 0px;
    }
}
/* END List/div steps Document */

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
    font-weight: 900
}

.checkbox,
.checkbox-inline,
.radio,
.radio-inline,
:not(#wb-srch) form,
form .btn:not(.btn-call-to-action) {
    font-size: 16px;
    line-height: 23px
}

.gc-navseq {
	padding-left: 0.9em;
}
.gc-navseq .small, .gc-navseq small {
	line-height: 0em;
}
.gc-navseq * {
	font-weight: inherit!important;
	line-height: inherit!important
}
.gc-navseq>li, ul.gc-navseq-fa>li {
	padding-bottom: 20px;
	list-style: none;
	padding-left: 1.2em;
	border-left: 5px solid #26374a;
	position: relative;
}
ul.gc-navseq-fa>li .fa-li {
	left: 0em;
	position: relative;
}
ul.gc-navseq-fa {
	margin-left: 0.9em
}
li .gc-navseq {
	margin-top: 16px;
}
.gc-navseq>li>:first-child::before, ul.gc-navseq-fa li span.fa-li {
	border-radius: 50%;
	border: 3px solid #26374a;
	background-color: #fff;
	float: left;
	text-decoration: none;
	box-sizing: content-box;
	line-height: 1.3em;
	text-align: center;
	padding: 3px;
	font-size: 1.0em;/* transition: width 0.2s, height 0.2s, margin-top 0.2s, font-size 0.2s, margin-left 0.2s, line-height 0.2s;
	*/
}
ul.gc-navseq-fa li span.fa-li {
	height: 1.3em;
	width: 1.3em;
	margin-left: -2.3em;
}
ul.gc-navseq>li>:first-child::before {
	height: 0.8em;
	width: 0.8em;
	margin-left: -2.05em;
	content: "";
}
@-moz-document url-prefix() {
 ul.gc-navseq>li>:first-child::before {
 margin-left: -2.0em;
}
}
.gc-navseq li a::before {
	text-decoration: underline;
}
ul.gc-navseq.noline>li {
	border-left: 5px solid transparent
}
.gc-navseq>li:last-child, .gc-navseq>li.completed:last-child, ul.gc-navseq-fa li:last-child {
	border-left: 5px solid transparent;
	padding-bottom: 0;
}
ul.gc-navseq.noline>li>:first-child::before {
	margin-top: 0.2em
}
ul.gc-navseq>li ul.gc-navseq.noline>li.active::before {
	content: " ";
	height: 4px;
	width: 1.6em;
	background-color: #26374a;
	position: absolute;
	margin-left: -3.6em;
	margin-top: 0.825em;
}
/*active*/
.gc-navseq li.active>:first-child::before, .gc-navseq-fa li.active span.fa-li {
	background-color: #26374a;
	color: #fff;
}
/*sub-steps*/
.gc-navseq li ul {
	margin-top: 16px!important;
}
/*Hover animation */
ul.gc-navseq>li>a[href]:hover::before {
	width: 0.83em;
	height: 0.83em;
	margin-top: -0.1em;
	font-size: 1.2em;
	margin-left: -1.775em;
	line-height: 1.55;
}
ul.gc-navseq.noline>li>a[href]:hover::before {
	margin-top: 0.15em;
}
.gc-navseq-fa>li>a[href]:hover span.fa-li {
	width: 1.55em;
	height: 1.55em;
	margin-top: -0.05em;
	margin-left: -2.45em;
}
.gc-navseq-fa>li>a[href]:hover span.fa-li::before {
	margin-top: -0.1em;
}

/*Vertical steps in mobile */
@media screen and (max-width:991px) {
section.gc-nav {
	margin-top: 30px;
	border-right: 5px solid #26374a;
	border-top: 5px solid #26374a;
	border-radius: 0 6px 6px 0;
}
section.gc-nav nav>.gc-navseq {
	padding-top: 15px;
	margin-top: -18px;
	clear: both;
}
section.gc-nav nav>.gc-navseq > li:last-child {
	border-bottom: 5px solid #26374a;
	border-left: 5px solid #26374a;
	border-bottom-left-radius: 6px;
	padding-bottom: 24px;
}
section.gc-nav h1 {
	margin-bottom: -18px;
	margin-right: 20px;
	background-color: white;
	padding: 20px 10px 10px 20px;
	display: inline-block;
	margin-left: -20px;
	margin-top: -40px;
	float: left;
}
}
/*nav buttons */
.gc-navseq-nav-btn:hover, .gc-navseq-nav-btn:focus, .gc-navseq-nav-btn:visited {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 5px;
}
.gc-navseq-nav-btn {
	background-color: #26374a;
}
.gc-navseq-nav-btn:hover {
	background-color: #444;
}
.gc-navseq-nav-btn:not(:focus) {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

@media all and (min-width:992px) {
#gc-navseq-nav {
	display: flex;
}
}

/*Navigation template in mobile */
@media all and (max-width:991px) {
.gc-nav nav {
	padding-top: 40px;
}
}
#gc-navseq-nav {
	margin-bottom: 0;
	list-style: none;
	padding-left: 0;
}
}
.gc-navseq-nav-btn:focus {
	position: relative;
}
.gc-navseq {
    padding-left: 0.9em;
}

    .gc-navseq .small, .gc-navseq small {
        line-height: 0em;
    }

    .gc-navseq * {
        font-weight: inherit !important;
        line-height: inherit !important
    }

    .gc-navseq > li, ul.gc-navseq-fa > li {
        padding-bottom: 20px;
        list-style: none;
        padding-left: 1.2em;
        border-left: 5px solid #26374a;
        position: relative;
    }

        ul.gc-navseq-fa > li .fa-li {
            left: 0em;
            position: relative;
        }

ul.gc-navseq-fa {
    margin-left: 0.9em
}

li .gc-navseq {
    margin-top: 16px;
}

.gc-navseq > li > :first-child::before, ul.gc-navseq-fa li span.fa-li {
    border-radius: 50%;
    border: 3px solid #26374a;
    background-color: #fff;
    float: left;
    text-decoration: none;
    box-sizing: content-box;
    line-height: 1.3em;
    text-align: center;
    padding: 3px;
    font-size: 1.0em; /* transition: width 0.2s, height 0.2s, margin-top 0.2s, font-size 0.2s, margin-left 0.2s, line-height 0.2s;
	*/
}

ul.gc-navseq-fa li span.fa-li {
    height: 1.3em;
    width: 1.3em;
    margin-left: -2.3em;
}

ul.gc-navseq > li > :first-child::before {
    height: 0.8em;
    width: 0.8em;
    margin-left: -2.05em;
    content: "";
}

@-moz-document url-prefix() {
    ul.gc-navseq > li > :first-child::before {
        margin-left: -2.0em;
    }
}

.gc-navseq li a::before {
    text-decoration: underline;
}

ul.gc-navseq.noline > li {
    border-left: 5px solid transparent
}

.gc-navseq > li:last-child, .gc-navseq > li.completed:last-child, ul.gc-navseq-fa li:last-child {
    border-left: 5px solid transparent;
    padding-bottom: 0;
}

ul.gc-navseq.noline > li > :first-child::before {
    margin-top: 0.2em
}

ul.gc-navseq > li ul.gc-navseq.noline > li.active::before {
    content: " ";
    height: 4px;
    width: 1.6em;
    background-color: #26374a;
    position: absolute;
    margin-left: -3.6em;
    margin-top: 0.825em;
}
/*active*/
.gc-navseq li.active > :first-child::before, .gc-navseq-fa li.active span.fa-li {
    background-color: #26374a;
    color: #fff;
}
/*sub-steps*/
.gc-navseq li ul {
    margin-top: 16px !important;
}
/*Hover animation */
ul.gc-navseq > li > a[href]:hover::before {
    width: 0.83em;
    height: 0.83em;
    margin-top: -0.1em;
    font-size: 1.2em;
    margin-left: -1.775em;
    line-height: 1.55;
}

ul.gc-navseq.noline > li > a[href]:hover::before {
    margin-top: 0.15em;
}

.gc-navseq-fa > li > a[href]:hover span.fa-li {
    width: 1.55em;
    height: 1.55em;
    margin-top: -0.05em;
    margin-left: -2.45em;
}

    .gc-navseq-fa > li > a[href]:hover span.fa-li::before {
        margin-top: -0.1em;
    }

/*Vertical steps in mobile */
@media screen and (max-width:991px) {
    section.gc-nav {
        margin-top: 30px;
        border-right: 5px solid #26374a;
        border-top: 5px solid #26374a;
        border-radius: 0 6px 6px 0;
    }

        section.gc-nav nav > .gc-navseq {
            padding-top: 15px;
            margin-top: -18px;
            clear: both;
        }

            section.gc-nav nav > .gc-navseq > li:last-child {
                border-bottom: 5px solid #26374a;
                border-left: 5px solid #26374a;
                border-bottom-left-radius: 6px;
                padding-bottom: 24px;
            }

        section.gc-nav h1 {
            margin-bottom: -18px;
            margin-right: 20px;
            background-color: white;
            padding: 20px 10px 10px 20px;
            display: inline-block;
            margin-left: -20px;
            margin-top: -40px;
            float: left;
        }
}
/*nav buttons */
.gc-navseq-nav-btn:hover, .gc-navseq-nav-btn:focus, .gc-navseq-nav-btn:visited {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 5px;
}

.gc-navseq-nav-btn {
    background-color: #26374a;
}

    .gc-navseq-nav-btn:hover {
        background-color: #444;
    }

    .gc-navseq-nav-btn:not(:focus) {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        margin: 0;
        overflow: hidden;
        position: absolute;
        width: 1px;
    }

@media all and (min-width:992px) {
    #gc-navseq-nav {
        display: flex;
    }
}

/*Navigation template in mobile */
@media all and (max-width:991px) {
    .gc-nav nav {
        padding-top: 40px;
    }
}

#gc-navseq-nav {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

}

.gc-navseq-nav-btn:focus {
    position: relative;
}
/*END Navigation template in mobile */



/*provisional styles*/
 .provisional.profile {
    position: relative;
    overflow-x: hidden;
}

.provisional.profile .pagetag {
    max-width: 65ch;
}

.provisional.single-feature figcaption {
    margin-top: 5px;
    text-decoration: underline;
}

.provisional .thumbnail {
    border-color: #335075;
    border-width: 1px;
    padding: 0px;
}

.provisional.contributors {
    font-size: 16px;
    font-weight: 600;
}

.provisional.from {
    font-size: 17px;
    margin-top: 7px;
}

.provisional.contributors ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: -50px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.provisional.most-requested-bullets li {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 0
}

.provisional.most-requested-bullets .pddng-r-0 {
    padding-right: 0px;
}

.provisional.most-requested-bullets h2 {
    font-size: 1.2em;
}

.provisional.list-bld {
    font-weight: 600;
}

.provisional.followus h2 {
    font-size: 1.1em;
    margin-top: 10px;
}

.provisional.followus {
    padding: 0;
}

    .provisional.followus h2 {
        display: block;
    }

    .provisional.followus h2, .provisional.followus ul {
        margin-left: 0;
    }

.provisional.followus-vertical {
    line-height: 0em;
}

.provisional.followus-vertical, .provisional.followus {
    background-color: transparent;
}

    .provisional.followus-vertical a {
        text-decoration: none;
    }

    .provisional.followus-vertical ul {
        display: block;
        list-style-type: none;
        margin-block-start: 1em;
        padding-inline-start: 1em;
        font-size: 16px;
        margin-block-end: 0em;
    }

        .provisional.followus-vertical ul li {
            margin-bottom: 15px;
        }

            .provisional.followus-vertical ul li:last-child {
                margin-bottom: 0px;
            }

            .provisional.followus-vertical ul li a {
                border: none;
                padding: 0px 5px;
            }

    .provisional.followus ul li a {
        border: none;
    }

.provisional .social-lnk {
    position: relative;
    bottom: -18px;
    left: 45px;
}

.provisional.followus-vertical li {
    display: block;
    background-position: left;
}

.provisional.followus .facebook, .provisional.followus .twitter, .provisional.followus .youtube, .provisional.followus .instagram {
    display: block;
    height: 38px;
    width: 38px;
}
/* remove this section if you do not want the new icons */

.provisional.followus .facebook {
    background: url("https://design.canada.ca/images/social-media/facebook.png") 0 0 / cover no-repeat;
}

.provisional.followus .twitter {
    background: url("https://design.canada.ca/images/social-media/twitter.png") 0 0 / cover no-repeat;
}

.provisional.followus .youtube {
    background: url("https://design.canada.ca/images/social-media/youtube.png") 0 0 / cover no-repeat;
}

.provisional.followus .instagram {
    background: url("https://design.canada.ca/images/social-media/instagram.png") 0 0 / cover no-repeat;
}

.provisional.followus .linkedin {
    background: url("https://design.canada.ca/images/social-media/linkedin.png") 0 0 / cover no-repeat;
}

/* end of new social media icons */

@media screen and (min-width: 991px) {
    .provisional.contributors li {
        display: inline-block;
        margin-right: .7em;
    }

        .provisional.contributors li:first-child:before {
            content: none;
        }

        .provisional.contributors li:before {
            content: "\2022";
            margin-right: .7em;
        }
}

@media screen and (max-width: 1200px) {
    .provisional.contributors ul {
        margin-inline-start: -30px;
    }
}

@media screen and (max-width: 991px) {
    .provisional.most-requested-bullets li {
        font-size: 19px;
    }

    .provisional.contributors ul {
        margin-inline-start: 1.5em;
    }
}
/*END provisional styles*/
/*END by Sylvie March 04, 2021*/

/*Added  custom CSS for the Badge Button in the /Catalogue/Courses-(lang).aspx
    * Reference to OS-Ticket #CSPS0061581SR  */



#mainContent_BadgeTopics span.badge {
    background-color: #DEDEDE;
    text-decoration: none;
}

    #mainContent_BadgeTopics span.badge a {
        color: #111;
        padding: 5px 0;
    }

#mainContent_BadgeTopics a {
    text-decoration: none;
}


#mainContent_BadgeTopics .badge {
    padding: 5px 10px;
}

#mainContent_BadgeTopics span.badge:hover {
    background-color: #ccc;
}


/* Reference to OS-Ticket #CSPS0061581SR  */         