/*!
 *******************************************************************
 * Variables Overrides and Definitions
 *******************************************************************
 */
/*!
* Bootstrap v4.2.1 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*!
*******************************************************************
* Site CSS
*******************************************************************
*/
.site-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  background-color: #3B393D;
  font-size: 14px;
  font-weight: normal;
  color: #fff; }
  .site-footer--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background-color: #3B393D;
    padding: 20px 40px; }
    @media only screen and (min-width: 768px) {
      .site-footer--wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media only screen and (min-width: 1024px) {
      .site-footer--wrapper {
        z-index: 1;
        padding: 20px 40px; } }
  .site-footer--copyright {
    font-size: 10px; }

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  background-color: #fff;
  height: 60px;
  padding: 15px 0;
  border-top: 1px solid #e5e5e5; }
  @media only screen and (min-width: 768px) {
    .social {
      height: 70px; } }
  @media only screen and (min-width: 1024px) {
    .social {
      z-index: 1; } }
  .social .icon {
    background-position: center;
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    margin-right: 5px;
    margin-left: 5px;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
  .social .social-icon-instagram {
    background-image: url("../images/instagram.svg"); }
    .social .social-icon-instagram:hover {
      background-image: url("../images/instagram-dark.svg"); }
  .social .social-icon-tiktok {
    background-image: url("../images/tiktok.svg"); }
    .social .social-icon-tiktok:hover {
      background-image: url("../images/tiktok-dark.svg"); }
  .social .social-icon-youtube {
    background-image: url("../images/youtube.svg"); }
    .social .social-icon-youtube:hover {
      background-image: url("../images/youtube-dark.svg"); }
  .social .social-icon-facebook {
    background-image: url("../images/facebook.svg"); }
    .social .social-icon-facebook:hover {
      background-image: url("../images/facebook-dark.svg"); }
  .social .social-icon-twitter {
    background-image: url("../images/twitter.svg"); }
    .social .social-icon-twitter:hover {
      background-image: url("../images/twitter-dark.svg"); }
  .social .social-icon-linkedin {
    background-image: url("../images/linkedin.svg"); }
    .social .social-icon-linkedin:hover {
      background-image: url("../images/linkedin-dark.svg"); }
  .social ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    .social ul li {
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 24px;
      text-align: center; }
      .social ul li a {
        display: inline-block;
        width: 35px;
        height: 35px;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        background-color: #f15a22;
        color: #fff;
        background-clip: padding-box;
        margin: 0 10px; }
      .social ul li:hover a {
        background-color: #3B393D;
        color: #fff; }

.address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
  @media only screen and (min-width: 768px) {
    .address {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%; } }
  @media only screen and (min-width: 1024px) {
    .address {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%; } }
  .address p {
    margin: 0;
    padding: 0;
    line-height: 1.3; }
    .address p span {
      display: inline-block;
      margin-bottom: 10px; }

.site-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 20px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (min-width: 768px) {
    .site-nav {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%; } }
  @media only screen and (min-width: 1024px) {
    .site-nav {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .site-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin: 0;
    padding: 0; }
    @media only screen and (min-width: 1024px) {
      .site-nav ul {
        padding: 0 0 0 20px; } }
  .site-nav li {
    margin: 0;
    padding: 0;
    list-style: none; }

.reverse-link,
.reverse-link:link,
.reverse-link:visited,
.reverse-link:active {
  color: #fff; }

.reverse-link:hover {
  color: #f15a22; }

@media only screen and (min-width: 1024px) {
  header {
    float: none;
    width: 100%;
    height: 60px;
    background-color: #f15a22;
    -webkit-box-shadow: inset 0px -2.5px 3px -3px #666;
            box-shadow: inset 0px -2.5px 3px -3px #666; }
  .content-right {
    margin-left: 195px; }
  .btn-home {
    width: 100%; }
  .primary-nav {
    width: 175px; }
  .sprite-logo-white,
  .sprite-logo-orange {
    position: absolute;
    top: 5px;
    left: 10px;
    background-position: 0 0;
    width: 390px;
    height: 50px;
    background-image: url("../images/DuoLogo400.svg");
    background-size: 400px 50px !important; }
  header .header-inner {
    max-width: 195px; }
  .secondary-nav .glyph {
    display: none !important; }
  .secondary-header .secondary-header-inner .secondary-nav ul li a {
    border-bottom: 1px solid #95989A; } }

@media only screen and (min-width: 566px) and (max-width: 1023px) {
  .sprite-logo-white,
  .sprite-logo-mobile {
    position: absolute;
    top: 5px;
    left: 1px;
    background-position: 0 0;
    width: 390px;
    height: 50px;
    background-image: url("../images/DuoLogo400.svg");
    background-size: 400px 50px !important; } }

@media only screen and (max-width: 565px) {
  .sprite-logo-white,
  .sprite-logo-mobile {
    position: absolute;
    top: 10px;
    left: 1px;
    background-position: 0 0;
    width: 250px;
    height: 45px;
    background-image: url("../images/DuoLogo.gif");
    background-size: 140px 45px !important; } }

#mobile-footer {
  display: none !important; }

div.header-social {
  display: none !important; }

.site-footer {
  padding: 0 !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important; }

.social {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important; }
  .social ul.social-list {
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important; }
    .social ul.social-list li {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      float: none; }

/*!
*******************************************************************
* Login page CSS langara.ca/login/index
*******************************************************************
*/
.login-content {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .login-content * {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }
  .login-content-links {
    font-family: 'adelle', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased; }
  .login-content-notes {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .login-content-notes {
        width: 75%; } }
  .login-content .login-highlited-notes {
    padding: 20px;
    background-color: #dc3545; }
    .login-content .login-highlited-notes-note {
      background-color: #fff;
      border: 1px solid #000;
      -webkit-border-radius: 15px;
              border-radius: 15px; }
    .login-content .login-highlited-notes-header {
      font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      -o-font-smoothing: antialiased;
      font-smoothing: antialiased;
      color: #dc3545;
      text-transform: uppercase;
      line-height: 1.55em;
      border-bottom: 1px solid #000;
      padding: 10px 20px; }
      .login-content .login-highlited-notes-header h2 {
        font-weight: bold;
        margin: 0; }
    .login-content .login-highlited-notes-body {
      font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      -o-font-smoothing: antialiased;
      font-smoothing: antialiased;
      line-height: 1.55em;
      padding: 10px 20px; }
  .login-content .login-highlited-notes-lower {
    background-color: #fff;
    border: 1px solid #000;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    line-height: 1.55em;
    padding: 10px 20px; }
    .login-content .login-highlited-notes-lower p, .login-content .login-highlited-notes-lower li, .login-content .login-highlited-notes-lower text, .login-content .login-highlited-notes-lower i {
      color: #3B393D; }
  .login-content .main-links {
    margin: 30px 0; }
    @media only screen and (min-width: 768px) {
      .login-content .main-links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto; } }
    @media only screen and (min-width: 768px) {
      .login-content .main-links-panel {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column wrap;
            -ms-flex-flow: column wrap;
                flex-flow: column wrap;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px); }
        .login-content .main-links-panel:first-child {
          margin-right: 30px; } }
    .login-content .main-links-panel-heading h2 {
      font-size: 30px;
      font-weight: 400;
      background-color: #f15a22;
      color: #fff;
      text-transform: uppercase;
      padding: 15px; }
    .login-content .main-links-panel-body .links-container {
      margin: 0;
      padding: 0; }
      .login-content .main-links-panel-body .links-container .link-button {
        list-style: none;
        margin: 0;
        padding: 15px 10px;
        font-size: 100%;
        line-height: 1;
        border-top: 1px solid transparent;
        border-bottom: 1px solid #95989A; }
        .login-content .main-links-panel-body .links-container .link-button span {
          display: block;
          font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
          font-size: 11px;
          font-weight: normal;
          -webkit-font-smoothing: antialiased;
          -moz-font-smoothing: antialiased;
          -o-font-smoothing: antialiased;
          font-smoothing: antialiased;
          color: #95989A; }
        .login-content .main-links-panel-body .links-container .link-button::before {
          content: none;
          position: relative;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: transparent; }
        .login-content .main-links-panel-body .links-container .link-button-disabled.link-button {
          color: #95989A;
          border-top: 1px solid transparent !important;
          border-bottom: 1px solid #95989A !important;
          background-color: white !important;
          -webkit-transform: none !important;
              -ms-transform: none !important;
                  transform: none !important;
          -webkit-box-shadow: none !important;
                  box-shadow: none !important;
          -webkit-transition: none !important;
          transition: none !important; }
          .login-content .main-links-panel-body .links-container .link-button-disabled.link-button a, .login-content .main-links-panel-body .links-container .link-button-disabled.link-button p {
            color: #95989A; }
          .login-content .main-links-panel-body .links-container .link-button-disabled.link-button i {
            color: #e5e5e5; }
        .login-content .main-links-panel-body .links-container .link-button-disabled:hover.link-button {
          color: #95989A;
          cursor: default; }
          .login-content .main-links-panel-body .links-container .link-button-disabled:hover.link-button i {
            color: #e5e5e5; }
          .login-content .main-links-panel-body .links-container .link-button-disabled:hover.link-button a {
            color: #95989A;
            cursor: default; }
        .login-content .main-links-panel-body .links-container .link-button-grow {
          -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out; }
        .login-content .main-links-panel-body .links-container .link-button-grow:hover {
          -webkit-transform: scale(1, 1.05);
              -ms-transform: scale(1, 1.05);
                  transform: scale(1, 1.05);
          -webkit-box-shadow: 1px 1px 5px 1px #ccc;
                  box-shadow: 1px 1px 5px 1px #ccc; }
      .login-content .main-links-panel-body .links-container .link-button:hover {
        color: #f15a22;
        border-top: 1px solid #f15a22;
        border-bottom: 1px solid #f15a22;
        background-color: #e5e5e5; }
        .login-content .main-links-panel-body .links-container .link-button:hover i {
          color: #f15a22; }
    .login-content .main-links-panel-body img, .login-content .main-links-panel-body svg {
      width: 42px;
      height: 42px;
      margin-right: 20px; }
    .login-content .main-links-panel-body a,
    .login-content .main-links-panel-body a:visited,
    .login-content .main-links-panel-body a:active,
    .login-content .main-links-panel-body a:focus,
    .login-content .main-links-panel-body a:hover {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      width: 100%; }
      .login-content .main-links-panel-body a p,
      .login-content .main-links-panel-body a:visited p,
      .login-content .main-links-panel-body a:active p,
      .login-content .main-links-panel-body a:focus p,
      .login-content .main-links-panel-body a:hover p {
        font-weight: 600;
        color: #000;
        display: inline-block;
        margin: 0;
        padding: 0;
        height: 100%;
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                    -ms-grid-row-align: center;
                align-self: center; }
    .login-content .main-links-panel-body i {
      font-size: 42px;
      margin-right: 15px; }
    .login-content .main-links-panel-notes {
      font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      -o-font-smoothing: antialiased;
      font-smoothing: antialiased;
      color: #95989A;
      margin: 30px 0; }
  .login-content .help-links-panel {
    margin: 30px 0; }
    .login-content .help-links-panel-heading h2 {
      font-size: 30px;
      font-weight: 400;
      background-color: #95989A;
      color: #fff;
      padding: 15px; }
    .login-content .help-links-panel-body .links-container {
      margin: 0;
      padding: 0; }
      @media only screen and (min-width: 768px) {
        .login-content .help-links-panel-body .links-container {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-flow: row wrap;
              -ms-flex-flow: row wrap;
                  flex-flow: row wrap;
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 auto;
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      .login-content .help-links-panel-body .links-container .link-button {
        font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -o-font-smoothing: antialiased;
        font-smoothing: antialiased;
        list-style: none;
        margin: 0;
        padding: 15px 10px;
        font-size: 100%;
        line-height: 1;
        border-top: 1px solid transparent;
        border-bottom: 1px solid #95989A; }
        @media only screen and (min-width: 768px) {
          .login-content .help-links-panel-body .links-container .link-button {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-flow: column wrap;
                -ms-flex-flow: column wrap;
                    flex-flow: column wrap;
            -webkit-box-flex: 0;
            -webkit-flex: 0 1 auto;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
            width: -webkit-calc(50% - 15px);
            width: calc(50% - 15px);
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between; } }
        .login-content .help-links-panel-body .links-container .link-button::before {
          content: none;
          position: relative;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: transparent; }
    .login-content .help-links-panel-body a,
    .login-content .help-links-panel-body a:visited {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      width: 100%; }
      .login-content .help-links-panel-body a p,
      .login-content .help-links-panel-body a:visited p {
        color: #f15a22;
        display: inline-block;
        margin: 0;
        padding: 0;
        height: 100%;
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                    -ms-grid-row-align: center;
                align-self: center; }
    .login-content .help-links-panel-body a:focus p,
    .login-content .help-links-panel-body a:active p,
    .login-content .help-links-panel-body a:hover p {
      color: #000;
      font-weight: 600; }

.old-login-panel {
  margin: 30px 0; }
  .old-login-panel-heading h2 {
    font-size: 28px;
    font-family: 'adelle', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    background-color: black;
    color: #fff;
    padding: 15px; }
    @media only screen and (min-width: 768px) {
      .old-login-panel-heading h2 {
        width: -webkit-calc(50% - 45px);
        width: calc(50% - 45px); } }
  .old-login-panel-heading p {
    font-size: 21px;
    color: #dc3545; }
    .old-login-panel-heading p span {
      font-weight: 600; }

/*!
*******************************************************************
* Employment Opportunities page CSS langara.ca/about-langara/employment-opportunities/index
*******************************************************************
*/
.employment-opportunities-title {
  position: relative;
  padding-top: 10px;
  color: #F15A22;
  font-size: 120%;
  font-family: 'adelle', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  .employment-opportunities-title span {
    width: 90px;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 2px solid #F15a22; }
  @media only screen and (min-width: 768px) {
    .employment-opportunities-title {
      font-size: 160%; } }
.employment-opportunities-upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: #333;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  .employment-opportunities-upper .join-section {
    margin: 0px 0px 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .employment-opportunities-upper .join-section-text {
      font-size: 120%; }
      .employment-opportunities-upper .join-section-text p {
        color: #95989A;
        opacity: 1; }
      @media only screen and (min-width: 768px) {
        .employment-opportunities-upper .join-section-text {
          -webkit-flex-basis: 60%;
              -ms-flex-preferred-size: 60%;
                  flex-basis: 60%; } }
    .employment-opportunities-upper .join-section-button {
      text-align: center;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .employment-opportunities-upper .join-section-button {
          width: auto; } }
      .employment-opportunities-upper .join-section-button .join-section-button-link {
        text-align: center;
        color: #FFF;
        background-color: #F15A22;
        text-transform: uppercase;
        width: 100%;
        height: 65px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        border: 1px solid #F15A22;
        font-size: 110%; }
        .employment-opportunities-upper .join-section-button .join-section-button-link .button-text {
          margin-right: 20px;
          -webkit-align-content: center;
              -ms-flex-line-pack: center;
                  align-content: center; }
        @media only screen and (min-width: 768px) {
          .employment-opportunities-upper .join-section-button .join-section-button-link {
            display: block;
            padding: 15px;
            margin: 65px auto 0px;
            width: 210px;
            height: 150px; }
            .employment-opportunities-upper .join-section-button .join-section-button-link .button-text {
              display: block;
              margin-top: 35px;
              margin-right: 0; } }
      .employment-opportunities-upper .join-section-button .join-section-button-link:visited {
        color: #FFF;
        background-color: #F15A22; }
      .employment-opportunities-upper .join-section-button .join-section-button-link:focus,
      .employment-opportunities-upper .join-section-button .join-section-button-link:active,
      .employment-opportunities-upper .join-section-button .join-section-button-link:hover {
        color: #000; }
      .employment-opportunities-upper .join-section-button .join-section-button-text {
        text-align: left;
        margin: 10px 0px 0px; }
      .employment-opportunities-upper .join-section-button .apply-foot-notes {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -o-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-family: 'adelle', Arial, 'Helvetica Neue', Helvetica, sans-serif;
        font-size: 65%;
        margin: 0; }
        .employment-opportunities-upper .join-section-button .apply-foot-notes p {
          margin: 0; }
  .employment-opportunities-upper .values-section {
    margin: 0px 0px 25px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
    @media only screen and (min-width: 768px) {
      .employment-opportunities-upper .values-section {
        -webkit-flex-basis: 45%;
            -ms-flex-preferred-size: 45%;
                flex-basis: 45%; } }
  .employment-opportunities-upper .about-us-section {
    margin: 0px 0px 50px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
    @media only screen and (min-width: 768px) {
      .employment-opportunities-upper .about-us-section {
        -webkit-flex-basis: 45%;
            -ms-flex-preferred-size: 45%;
                flex-basis: 45%; } }
.employment-opportunities .career-highlights-section {
  margin: 0px 0px 50px; }
  .employment-opportunities .career-highlights-section .career-highlights {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .employment-opportunities .career-highlights-section .career-highlights-tag {
      -webkit-flex-basis: 48%;
          -ms-flex-preferred-size: 48%;
              flex-basis: 48%;
      text-align: center;
      color: #333;
      margin-bottom: 35px;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      -o-font-smoothing: antialiased;
      font-smoothing: antialiased; }
      @media only screen and (min-width: 768px) {
        .employment-opportunities .career-highlights-section .career-highlights-tag {
          -webkit-flex-basis: 30%;
              -ms-flex-preferred-size: 30%;
                  flex-basis: 30%; } }
      .employment-opportunities .career-highlights-section .career-highlights-tag-heading {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 5px;
        color: #95989A;
        text-align: left;
        text-transform: uppercase; }
        @media only screen and (min-width: 768px) {
          .employment-opportunities .career-highlights-section .career-highlights-tag-heading {
            font-size: 17px; } }
      .employment-opportunities .career-highlights-section .career-highlights-tag-image {
        width: 65px;
        border: 2px solid #F15A22;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        padding: 5px;
        margin-bottom: 10px; }
      .employment-opportunities .career-highlights-section .career-highlights-tag-description {
        max-width: 200px;
        margin: 0 auto;
        color: #3B393D;
        text-align: left; }

.employment-opportunities .statistics-section {
  margin: 50px 0px; }
  .employment-opportunities .statistics-section-stats {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px; }
    .employment-opportunities .statistics-section-stats .stat {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      text-align: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .employment-opportunities .statistics-section-stats .stat-image {
        width: 120px; }
      .employment-opportunities .statistics-section-stats .stat-description {
        max-width: 150px;
        margin: 0;
        opacity: 0.8;
        text-align: left; }
      @media only screen and (min-width: 768px) {
        .employment-opportunities .statistics-section-stats .stat {
          -webkit-flex-basis: 30%;
              -ms-flex-preferred-size: 30%;
                  flex-basis: 30%;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin: 0; }
          .employment-opportunities .statistics-section-stats .stat-description {
            margin: 0 auto;
            max-width: 200px; } }
      .employment-opportunities .statistics-section-stats .stat-tag {
        text-align: center;
        margin: 0 auto; }
        .employment-opportunities .statistics-section-stats .stat-tag-number {
          display: block;
          font-weight: bold;
          -webkit-font-smoothing: antialiased;
          -moz-font-smoothing: antialiased;
          -o-font-smoothing: antialiased;
          font-smoothing: antialiased;
          color: #F15A22;
          font-family: 'adelle', Arial, 'Helvetica Neue', Helvetica, sans-serif;
          font-size: 48px; }
        .employment-opportunities .statistics-section-stats .stat-tag-label {
          position: relative;
          font-weight: bold;
          -webkit-font-smoothing: antialiased;
          -moz-font-smoothing: antialiased;
          -o-font-smoothing: antialiased;
          font-smoothing: antialiased;
          color: #F15A22;
          opacity: 0.8;
          font-family: 'adelle', Arial, 'Helvetica Neue', Helvetica, sans-serif;
          font-size: 100%; }
  .employment-opportunities .statistics-section-foot-notes {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #F15A22;
    font-family: 'adelle', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 65%;
    margin: 5px 0 0; }

.employment-opportunities .testimonials-section {
  margin: 50px 0px; }
  .employment-opportunities .testimonials-section .testimonials-quotes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .employment-opportunities .testimonials-section .testimonials-quotes .testimonial-tag {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      color: #95989A;
      font-size: 22px;
      font-family: 'adelle', Arial, 'Helvetica Neue', Helvetica, sans-serif;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      -o-font-smoothing: antialiased;
      font-smoothing: antialiased;
      margin-bottom: 20px; }
      @media only screen and (min-width: 768px) {
        .employment-opportunities .testimonials-section .testimonials-quotes .testimonial-tag {
          -webkit-flex-basis: 45%;
              -ms-flex-preferred-size: 45%;
                  flex-basis: 45%;
          margin-bottom: 0; } }
      .employment-opportunities .testimonials-section .testimonials-quotes .testimonial-tag-quote {
        color: #95989A; }
      .employment-opportunities .testimonials-section .testimonials-quotes .testimonial-tag-author {
        font-weight: normal;
        font-size: 12.5px;
        text-align: left;
        text-transform: uppercase;
        color: #95989A;
        margin-bottom: 0; }
      .employment-opportunities .testimonials-section .testimonials-quotes .testimonial-tag-details {
        font-weight: normal;
        font-size: 12.5px;
        font-style: italic;
        text-align: left;
        color: #95989A; }
      .employment-opportunities .testimonials-section .testimonials-quotes .testimonial-tag span {
        margin-bottom: 20px; }

.employment-opportunities .caret-right::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f324"; }

.employment-opportunities .left-quote::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f10d"; }

.employment-opportunities .asterisk::before {
  position: relative;
  top: -5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f069";
  font-size: 50%; }

.employment-opportunities .asterisk-double::before {
  position: relative;
  top: -5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f069\f069";
  font-size: 50%; }

.employment-opportunities .icon-glyph::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

/*!
*******************************************************************
* Multi-panel index template CSS langara.ca/news-and-events/covid-19/index
*******************************************************************
*/
.multi-panel-title {
  position: relative;
  padding-top: 10px;
  color: #F15A22;
  font-size: 120%;
  font-family: 'adelle', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  .multi-panel-title span {
    width: 90px;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 2px solid #F15a22; }
  @media only screen and (min-width: 768px) {
    .multi-panel-title {
      font-size: 160%; } }
.multi-panel-upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: #333;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 50px 0; }
  .multi-panel-upper-left {
    margin: 0px 0px 25px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
    @media only screen and (min-width: 768px) {
      .multi-panel-upper-left {
        margin: 0;
        -webkit-flex-basis: 45%;
            -ms-flex-preferred-size: 45%;
                flex-basis: 45%; } }
  .multi-panel-upper-right {
    margin: 0px 0px 50px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
    @media only screen and (min-width: 768px) {
      .multi-panel-upper-right {
        margin: 0;
        -webkit-flex-basis: 45%;
            -ms-flex-preferred-size: 45%;
                flex-basis: 45%; } }
.multi-panel-lower {
  margin: 0 0 25px; }

.multi-panel-paragraph {
  color: #95989A;
  opacity: 1; }

/*!
*******************************************************************
* Newsfeed for Coronavirus update index template CSS langara.ca/news-and-events/covid-19/index
*******************************************************************
*/
.coronavirus-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .coronavirus-header h2 {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    @media only screen and (min-width: 768px) {
      .coronavirus-header h2 {
        width: 35%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; } }
  .coronavirus-header form#coronavirus-search-form {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
    @media only screen and (min-width: 768px) {
      .coronavirus-header form#coronavirus-search-form {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        width: auto; } }
  .coronavirus-header .coronavirus-search-homepage {
    position: relative;
    font-size: 80%;
    line-height: 150%;
    width: 90%;
    display: block;
    margin: 0 auto 12px auto;
    padding: 7px 5% 5px 5%;
    background-color: #efefef;
    border: 1px solid #cacaca;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    font-family: 'adelle', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased; }
    @media only screen and (min-width: 768px) {
      .coronavirus-header .coronavirus-search-homepage {
        float: right;
        width: 220px;
        right: 0;
        margin: 0; } }
  .coronavirus-header .btn-search-submit {
    position: absolute;
    right: 35px;
    top: 8px;
    color: #5b5b5b; }

.coronavirus-news-container {
  margin: 20px 0; }

.coronavirus-news-container .coronavirus-news-block {
  position: relative;
  padding: 10px 0px 10px 0;
  border-bottom: 1px solid #666666; }

.coronavirus-news-container .coronavirus-news-block:last-child {
  border-bottom: 0; }

.coronavirus-news-container .coronavirus-news-block .coronavirus-news-title {
  font-size: 95%;
  line-height: 125%; }

.coronavirus-news-container .coronavirus-news-block .coronavirus-news-subtitle {
  font-size: 88%;
  text-transform: uppercase;
  line-height: 115%;
  font-weight: normal;
  letter-spacing: -.5px;
  margin: 8px 35px 0 0; }

.coronavirus-news-container .coronavirus-news-block .btn-news-more {
  font-size: 125%;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  font-weight: bold; }

.news-events-feed .coronavirus-news-block .coronavirus-news-date {
  font-size: 75%;
  line-height: 125%;
  color: #666666;
  padding-bottom: 5px;
  border-bottom: 1px solid #666666; }

.news-events-feed .coronavirus-news-block .coronavirus-news-more {
  display: inline-block;
  font-size: 75%;
  line-height: 166.666667%;
  font-weight: bold;
  padding: 10px 0;
  float: right; }
/*# sourceMappingURL=internal-2019.css.map */