/*
Theme Name: ucalgary theme
Theme URI: https://www.ucalgary.ca
Author: ucalgary
Author URI: https://www.ucalgary.ca
Description: Ucalgary Theme on Boostrap Framework 4
Version: 1.0
Text Domain: ucalgary
*/
/*************************************
Font Import Section
**************************************/
@import url("https://use.typekit.net/hyh4qgq.css");
/*************************************
General Tag Section
**************************************/
*,
*:before,
*:after {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  overflow-x: hidden;
}
body {
  color: #6f6258;
  background-color: #c4c3bb;
  font-size: 16px;
  line-height: 1.42857143;
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h1 b,
h1 strong,
h1 a b,
h1 a strong,
h2 b,
h2 strong,
h2 a b,
h2 a strong,
h3 b,
h3 strong,
h3 a b,
h3 a strong,
h4 b,
h4 strong,
h4 a b,
h4 a strong {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
}
a,
a:link,
a:visited,
a.btn-link,
a.btn-link:link,
a.btn-link:visited {
  color: #e30c00;
  text-decoration: none;
}
a:hover,
a:active,
a:focus,
a.btn-link:hover,
a.btn-link:active,
a.btn-link:focus {
  color: #f47c00;
  text-decoration: none;
}

/*************************************
Header Section For Boostrap Nav
**************************************/
p:empty {
  margin: 0;
}
a,
a:link,
a:visited,
a.btn-link,
a.btn-link:link,
a.btn-link:visited {
  color: #e30c00;
  text-decoration: none !important;
}
a:hover,
a:active,
a:focus,
a.btn-link:hover,
a.btn-link:active,
a.btn-link:focus {
  color: #f47c00;
  text-decoration: none;
}
ul,
ol {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 0 0 18px;
}
li {
  margin: 0 0 0.55em 0;
}
*:focus {
  outline: none !important;
}
.glyphicon {
  cursor: default;
}
a > .glyphicon,
.btn > .glyphicon {
  cursor: pointer;
}
.col-12 {
  -ms-flex: auto;
  flex: auto;
  max-width: 100%;
}
.container h1,
.container h2,
.container h3,
.container h4,
.container p,
.container a {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.btn {
  border-width: 0;
  border-radius: 8px;
  transition: color 500ms ease, background-color 500ms ease, border-color 500ms ease;
}
.btn.btn-default {
  font-weight: 700;
  white-space: unset;
}
.btn.btn-lg {
  font-size: 16px;
  padding: 10px 20px;
}
.btn.btn-fat {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.form-control,
.input-group > .form-control,
.input-group > .input-group-addon,
.input-group > .input-group-btn > .btn {
  border: none;
  border-radius: 8px;
}
.input-group-btn:last-child > .btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.input-group-btn:last-child > .btn:hover,
.input-group-btn:last-child > .btn:active,
.input-group-btn:last-child > .btn:focus {
  color: #ffffff;
  background-color: #fca311;
}
/*// Core settings*/
html,
body {
  height: 100%;
}
body {
  color: #6f6258;
  background-color: #c4c3bb;
  font-size: 16px; /* Bootstrap Default: 14px (equivalent to 11pt) */
  line-height: 1.42857143; /* Bootstrap Default: 1.42857143 (divide target line-height size by the font-size) */
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .container-fluid {
  padding: 0;
}
body .container-fluid > .row {
  max-width: 1500px;
  margin: 0 auto;
}
body .container {
  width: 100%;
  max-width: 1170px;
}
body .container .container {
  width: 100%;
}
@media print {
  body {
    font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  }
}
/*// Basic Page - Header Interaction*/
main#content {
  max-width: 1500px;
  background-color: #ffffff;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -150px;
}
@media (min-width: 992px) {
  main#content {
    padding-top: 0;
  }
}
/*// Basic Page - Footer Interaction*/
main#content:after {
  height: 0;
  content: "";
  display: block;
}
body.pre-footer main#content {
  margin-bottom: -220px;
}
body.pre-footer main#content:after {
  height: 220px;
}
/*************************************
General Tag Section
**************************************/
*,
*:before,
*:after {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  overflow-x: hidden;
}
body {
  color: #6f6258;
  background-color: #c4c3bb;
  font-size: 16px;
  line-height: 1.42857143;
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h1 a {
  font-size: 30px;
}
h2,
h2 a {
  font-size: 24px;
}
h3,
h3 a {
  font-size: 18px;
}
h4,
h4 a {
  font-size: 16px;
}
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h1 b,
h1 strong,
h1 a b,
h1 a strong,
h2 b,
h2 strong,
h2 a b,
h2 a strong,
h3 b,
h3 strong,
h3 a b,
h3 a strong,
h4 b,
h4 strong,
h4 a b,
h4 a strong {
  font-weight: 600;
}
a,
a:link,
a:visited,
a.btn-link,
a.btn-link:link,
a.btn-link:visited {
  color: #e30c00;
  text-decoration: none;
}
a:hover,
a:active,
a:focus,
a.btn-link:hover,
a.btn-link:active,
a.btn-link:focus {
  color: #f47c00;
  text-decoration: none;
}
/*************************************
Header Section For Boostrap Nav
**************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1966;
  width: 100%;
}
header .site-header .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
header #navigation {
  background: rgba(136, 125, 117, 1);
  min-height: 75px;
  max-height: 80px;
}
header #second-nav {
  background: rgba(109, 100, 93, 1);
  min-height: 80px;
  max-height: 82px;
}
header #second-nav h1 {
  margin-top: 8px;
  margin-bottom: 9px;
}
header #second-nav #divide {
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
}
.bg-light {
  background-color: transparent !important;
  top: -27px;
  left: -18px;
  padding-bottom: 0;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  padding-left: 15px;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active {
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
}
.navbar-light .navbar-nav .nav-link.active:active,
.navbar-light .navbar-nav .nav-link.active:visited,
.navbar-light .navbar-nav .nav-link.active:focus {
  background-color: #f47c00;
}
.navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #f47c00;
  padding-left: 15px;
}
.navbar-light .navbar-nav .nav-link {
  margin-right: 15px;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-collapse {
  background-color: rgba(109, 100, 93, 1);
}
.navbar-nav {
  background-color: rgba(109, 100, 93, 1);
}
.navbar-light .navbar-toggler {
  margin-top: 18px;
}
.navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, 1);
}
.navbar-light .navbar-toggler-icon {
  color: #ffffff;
}
div#bs-navbar-collapse {
  width: 100%;
  min-width: 1200px;
}
a#skip {
  display: block;
  position: absolute;
  z-index: 999;
}
a#skip:focus {
  left: 0;
  top: 0;
  padding: 3px;
  background: #ffc;
  border: 1px solid #990000;
}
/*************************************
Generic UCalgary 'Brick'
**************************************/
body {
  padding: 0;
}
main#content {
  margin: 0 auto;
  max-width: 1500px;
  min-height: 100%;
  height: auto;
  margin-bottom: 0;
  margin-top: 0;
  background-color: #ffffff;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 0;
}
main#content:after {
  height: 0;
  content: "";
  display: block;
}
.main-content-margin {
  margin-top: 25px;
}
main .brick {
  margin-bottom: 25px;
}
main .brick .brick {
  margin-left: -15px;
  margin-right: -15px;
}
main .brick.single-cta .equal-height-container {
  padding-left: 15px;
  padding-right: 15px;
}
main .brick.image > .image {
  padding-left: 15px;
  padding-right: 15px;
}
main .brick [class*="brick"]:last-child {
  margin-bottom: 0 !important;
}
main .brick.rounded-brick,
main .brick.rounded-bottom,
main .brick.rounded-brick-below,
main .brick.no-bottom-margin {
  margin-bottom: 0 !important;
}
main .brick.small-top-margin {
  margin-top: 5px;
}
main .brick.small-bottom-margin {
  margin-bottom: 5px;
}
main .brick.no-bottom-margin {
  margin-bottom: 0 !important;
}
main .brick.top-brick {
  margin-top: 140px;
}
main .brick footer {
  margin-top: 50px;
}
main .brick.no-bottom-margin footer {
  margin-top: 0;
}
.container h1,
.container h2,
.container h3,
.container h4,
.container p,
.container a {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.uc-logo {
  width: 200px;
}
#title {
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  margin: 2px;
}
.btn.btn-ghost {
  font-size: 18px;
  transition: text-shadow 500ms ease, color 500ms ease, background-color 500ms ease, border-color 500ms ease;
}
.btn-ghost,
.btn-ghost:link,
.btn-ghost:visited {
  font-size: 16px;
  margin-top: 10px;
  padding: 10px 15px;
  color: inherit;
  background-color: rgba(255, 255, 255, 0);
  border-width: 2px;
  border-color: inherit;
  font-weight: 700;
  white-space: unset;
}
.btn-ghost:hover,
.btn-ghost:active,
.btn-ghost:focus {
  color: #fff !important;
  background-color: #e30c00 !important;
  border-color: #e30c00 !important;
}
p > a.btn.btn-ghost {
  font-size: 18px;
  transition: text-shadow 500ms ease, color 500ms ease, background-color 500ms ease, border-color 500ms ease;
}
input {
  min-width: 2em;
}
.btn-primary {
  padding: 14.5px !important;
}
.dropdown-menu.catagories-relative {
  position: relative;
}
.colour-columns {
  padding: 100px 0;
  height: auto;
  min-height: 400px;
  max-height: 400px;
}
.portfolio-item {
  margin-bottom: 30px;
}
.red-left-border {
  border-top: solid 2px #e30c00;
  padding-top: 15px;
  border-left: none;
}
.red-border-tb {
  border-bottom: solid 2px #e30c00;
  border-left: none;
  margin-bottom: 10px;
}
.locations.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #e30c00;
  margin-right: -20px;
}
.medium-banner-content-block hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}
/*************************************
Chicklet styles
**************************************/
main
  .brick:not([class*="hero-cta"]):not([class*="timelines"]):not([class*="chicklets"]):not([class*="image-quote"]).rounded-top
  > .row,
main
  .brick:not([class*="hero-cta"]):not([class*="timelines"]):not([class*="chicklets"]):not([class*="image-quote"]).rounded-bottom
  > .row,
main
  .brick:not([class*="hero-cta"]):not([class*="timelines"]):not([class*="chicklets"]):not([class*="image-quote"]).rounded-brick
  > .row,
main .brick.hero-cta.graphic.rounded-top > .row,
main .brick.hero-cta.graphic.rounded-bottom > .row,
main .brick.hero-cta.graphic.rounded-brick > .row {
  position: relative;
  background-color: #ffffff;
}
main
  .brick:not([class*="hero-cta"]):not([class*="timelines"]):not([class*="chicklets"]):not([class*="image-quote"]).rounded-top
  > .row
  > .container,
main
  .brick:not([class*="hero-cta"]):not([class*="timelines"]):not([class*="chicklets"]):not([class*="image-quote"]).rounded-brick
  > .row
  > .container,
main .brick.hero-cta.graphic.rounded-top > .row > .container,
main .brick.hero-cta.graphic.rounded-brick > .row > .container {
  background-color: inherit;
  padding-top: 1px;
}
main
  .brick:not([class*="hero-cta"]):not([class*="timelines"]):not([class*="chicklets"]):not([class*="image-quote"]).rounded-bottom
  > .row
  > .container,
main
  .brick:not([class*="hero-cta"]):not([class*="timelines"]):not([class*="chicklets"]):not([class*="image-quote"]).rounded-brick
  > .row
  > .container,
main .brick.hero-cta.graphic.rounded-bottom > .row > .container,
main .brick.hero-cta.graphic.rounded-brick > .row > .container {
  background-color: inherit;
  padding-bottom: 1px;
}
main
  .brick:not([class*="hero-cta"]):not([class*="timelines"]):not([class*="chicklets"]):not([class*="image-quote"]).rounded-top
  > .row
  > .container:first-child:before,
main
  .brick:not([class*="hero-cta"]):not([class*="timelines"]):not([class*="chicklets"]):not([class*="image-quote"]).rounded-brick
  > .row
  > .container:first-child:before,
main .brick.hero-cta.graphic.rounded-top > .row > .container:first-child:before,
main .brick.hero-cta.graphic.rounded-brick > .row > .container:first-child:before {
  height: 20px;
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: -19px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: inherit;
}
main
  .brick:not([class*="hero-cta"]):not([class*="timelines"]):not([class*="chicklets"]):not([class*="image-quote"]).rounded-top
  > .row,
main
  .brick:not([class*="hero-cta"]):not([class*="timelines"]):not([class*="chicklets"]):not([class*="image-quote"]).rounded-bottom
  > .row,
main
  .brick:not([class*="hero-cta"]):not([class*="timelines"]):not([class*="chicklets"]):not([class*="image-quote"]).rounded-brick
  > .row,
main .brick.hero-cta.graphic.rounded-top > .row,
main .brick.hero-cta.graphic.rounded-bottom > .row,
main .brick.hero-cta.graphic.rounded-brick > .row {
  z-index: 4;
}
main
  .brick:not([class*="hero-cta"]):not([class*="timelines"]):not([class*="chicklets"]):not([class*="image-quote"]).rounded-bottom
  > .row
  > .container:last-child:after,
main
  .brick:not([class*="hero-cta"]):not([class*="timelines"]):not([class*="chicklets"]):not([class*="image-quote"]).rounded-brick
  > .row
  > .container:last-child:after,
main .brick.hero-cta.graphic.rounded-bottom > .row > .container:last-child:after,
main .brick.hero-cta.graphic.rounded-brick > .row > .container:last-child:after {
  height: 20px;
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: -19px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: inherit;
}
.brick.chicklets .chicklet {
  height: 300px;
  padding: 15px;
  overflow: hidden;
  cursor: pointer;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.brick.chicklets .chicklet > h2 {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  margin: 0;
  padding: 0 30px;
  text-align: center;
  text-shadow: 0px 0px 10px black;
  color: #ffffff;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.brick.chicklets .chicklet > div {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
}
.brick.chicklets .chicklet > div h3 {
  margin-top: 0;
  margin-bottom: 15px;
}
.brick.chicklets .chicklet > div p a.read-more {
  color: inherit;
  position: absolute;
  bottom: 15px;
}
.brick.chicklets .chicklet:hover,
.brick.chicklets .chicklet:active,
.brick.chicklets .chicklet:focus {
  background-blend-mode: luminosity;
}
.brick.chicklets .chicklet:hover > h2,
.brick.chicklets .chicklet:active > h2,
.brick.chicklets .chicklet:focus > h2 {
  opacity: 0;
}
.brick.chicklets .chicklet:hover > div,
.brick.chicklets .chicklet:active > div,
.brick.chicklets .chicklet:focus > div {
  opacity: 1;
  visibility: visible;
}
.brick.chicklets.rounded-brick-above > div.row:first-child {
  padding-top: 0;
}
.brick.chicklets.rounded-brick-above .chicklet:nth-child(1) {
  height: 320px;
  padding-top: 35px;
}
.brick.chicklets.rounded-brick-below > div.row:last-child {
  padding-bottom: 0;
}
.brick.chicklets.rounded-brick-below .chicklet:nth-last-child(1) {
  height: 320px;
  padding-bottom: 35px;
}
.brick.chicklets.rounded-brick-below .chicklet:nth-last-child(1) > h2 {
  bottom: 50px;
}
.brick.chicklets.rounded-brick-below.contextual-links-region > div.row:nth-last-child(2) {
  padding-bottom: 0;
}
.chicklets .row [class^="col-"] {
  padding: 0;
}
/*************************************
Image Squares
**************************************/
.img-blocks,
.squares {
  padding: 0;
  margin: 0;
}
.img-block {
  z-index: -2;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
  transition: opacity 0.5s ease-in-out;
}
.brick.img-blocks .squares > .main-block-title {
  position: relative;
  left: 0;
  bottom: 60px;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 0;
  text-align: center;
  text-shadow: 0px 0px 10px black;
  color: #ffffff;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  z-index: 0;
}
.brick.img-blocks .squares:hover > .main-block-title,
.brick.img-blocks .squares:active > .main-block-title,
.brick.img-blocks .squares:focus > .main-block-title {
  opacity: 0;
  visibility: hidden;
}
.brick.img-blocks .squares > .block-content {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 400px;
  color: #ffffff;
  padding: 40px;
  margin: 0px 0px 0px 0px;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.brick.img-blocks .squares:hover > .block-content,
.brick.img-blocks .squares:active > .block-content,
.brick.img-blocks .squares:focus > .block-content {
  opacity: 1;
  visibility: visible;
}
.brick.img-blocks .squares > .block-content h3 {
  top: 10px;
  position: absolute;
}
.brick.img-blocks .squares > .block-content p {
  top: 80px;
  position: absolute;
}
.brick.img-blocks .squares > .block-content a {
  bottom: 30px;
  left: 40px;
  position: absolute;
}
.tint {
  position: relative;
  float: left;
  cursor: pointer;
}
.tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  -moz-transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.tint:hover:before {
  background: none;
}
.container h1,
.container h2,
.container h3,
.container h4,
.container p,
.container a {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.uc-logo {
  width: 200px;
}
#title {
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  margin: 2px;
}
.btn-ghost,
.btn-ghost:link,
.btn-ghost:visited {
  font-size: 16px;
  margin-top: 10px;
  padding: 10px 15px;
  color: inherit;
  background-color: rgba(255, 255, 255, 0);
  border-width: 2px;
  border-color: inherit;
  font-weight: 700;
  white-space: unset;
}
.btn-ghost:hover,
.btn-ghost:active,
.btn-ghost:focus {
  color: #fff !important;
  background-color: #e30c00 !important;
  border-color: #e30c00 !important;
}
p > a.btn.btn-ghost {
  font-size: 18px;
  transition: text-shadow 500ms ease, color 500ms ease, background-color 500ms ease, border-color 500ms ease;
}
input {
  min-width: 2em;
}
/*************************************
General UCalgary Brand Colors
**************************************/
.dark-green {
  color: #827b30;
}
.dark-green-border {
  border: 2px solid #827b30;
}
.dark-green-back {
  color: #ffffff !important;
  background-color: #827b30;
  transition: background-color 500ms ease;
}
.dark-green-back a {
  color: #ffffff !important;
}
.btn.dark-green-back:hover,
.btn.dark-green-back:active,
.btn.dark-green-back:focus {
  background-color: #9e953a;
  color: #fff;
}
.tint-dark-green {
  position: relative;
  float: none;
  cursor: pointer;
  margin-bottom: 10px;
}
.tint-dark-green:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(130, 123, 48, 0.5);
  -moz-transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
  border-radius: 50%;
}
.tint-dark-green:hover:before {
  background: none;
}
.light-green {
  color: #b5be35;
}
.light-green-border {
  border: 2px solid #b5be35;
}
.light-green-back {
  color: #ffffff !important;
  background-color: #b5be35;
  transition: background-color 500ms ease;
}
.light-green-back a {
  color: #ffffff !important;
}
.btn.light-green-back:hover,
.btn.light-green-back:active,
.btn.light-green-back:focus {
  background-color: #c5cd4c;
  color: #fff;
}
.tint-light-green {
  position: relative;
  float: none;
  cursor: pointer;
  margin-bottom: 10px;
}
.tint-light-green:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(181, 190, 53, 0.5);
  -moz-transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
  border-radius: 50%;
}
.tint-light-green:hover:before {
  background: none;
}
.lime {
  color: #e0e31c;
}
.lime-border {
  border: 2px solid #e0e31c;
}
.lime-back {
  color: #ffffff !important;
  background-color: #e0e31c;
  transition: background-color 500ms ease;
}
.lime-back a {
  color: #ffffff !important;
}
.btn.lime-back:hover,
.btn.lime-back:active,
.btn.lime-back:focus {
  background-color: #e5e73e;
  color: #fff;
}
.tint-lime {
  position: relative;
  float: none;
  cursor: pointer;
  margin-bottom: 10px;
}
.tint-lime:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(224, 227, 28, 0.5);
  -moz-transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
  border-radius: 50%;
}
.tint-lime:hover:before {
  background: none;
}
.gold {
  color: #ffcc00;
}
.gold-border {
  border: 2px solid #ffcc00;
}
.gold-back {
  color: #ffffff !important;
  background-color: #ffcc00;
  transition: background-color 500ms ease;
}
.gold-back a {
  color: #ffffff !important;
}
.btn.gold-back:hover,
.btn.gold-back:active,
.btn.gold-back:focus {
  background-color: #ffd426;
  color: #fff;
}
.tint-gold {
  position: relative;
  float: none;
  cursor: pointer;
  margin-bottom: 10px;
}
.tint-gold:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 204, 0, 0.5);
  -moz-transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
  border-radius: 50%;
}
.tint-gold:hover:before {
  background: none;
}
.light-orange {
  color: #fca311;
}
.light-orange-border {
  border: 2px solid #fca311;
}
.light-orange-back {
  color: #ffffff !important;
  background-color: #fca311;
  transition: background-color 500ms ease;
}
.light-orange-back a {
  color: #ffffff !important;
}
.btn.light-orange-back:hover,
.btn.light-orange-back:active,
.btn.light-orange-back:focus {
  background-color: #fcb237;
  color: #fff;
}
.tint-light-orange {
  position: relative;
  float: none;
  cursor: pointer;
  margin-bottom: 10px;
}
.tint-light-orange:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(252, 163, 17, 0.5);
  -moz-transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
  border-radius: 50%;
}
.tint-light-orange:hover:before {
  background: none;
}
.dark-orange {
  color: #f47c00;
}
.dark-orange-border {
  border: 2px solid #f47c00;
}
.dark-orange-back {
  color: #ffffff !important;
  background-color: #f47c00;
  transition: background-color 500ms ease;
}
.dark-orange-back a {
  color: #ffffff !important;
}
.btn.dark-orange-back:hover,
.btn.dark-orange-back:active,
.btn.dark-orange-back:focus {
  background-color: #ff8f1b;
  color: #fff;
}
.tint-dark-orange {
  position: relative;
  float: none;
  cursor: pointer;
  margin-bottom: 10px;
}
.tint-dark-orange:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 143, 27, 0.5);
  -moz-transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
  border-radius: 50%;
}
.tint-dark-orange:hover:before {
  background: none;
}
.red {
  color: #e30c00;
}
.red-border {
  border: 2px solid #e30c00;
}
.red-back {
  color: #ffffff !important;
  background-color: #e30c00 !important;
  transition: background-color 500ms ease !important;
}
a.red-back {
  color: #ffffff !important;
}
.btn.red-back:hover,
.btn.red-back:active,
.btn.red-back:focus {
  background-color: #ff170a !important;
  color: #fff;
}
.red-back a i {
  color: #ffffff !important;
}
.red-back a i:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}
.tint-red {
  position: relative;
  float: none;
  cursor: pointer;
  margin-bottom: 10px;
}
.tint-red:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(227, 12, 0, 0.5);
  -moz-transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
  border-radius: 50%;
}
.tint-red:hover:before {
  background: none;
}
.red-nav-border {
  border-bottom: solid #e30c00 3px;
  margin-bottom: 10px;
  border-right: none;
}
.ruby {
  color: #d81d5a;
}
.ruby-border {
  border: 2px solid #d81d5a;
}
.ruby-back {
  color: #ffffff !important;
  background-color: #d81d5a;
  transition: background-color 500ms ease;
}
.ruby-back a {
  color: #ffffff !important;
}
.btn.ruby-back:hover,
.btn.ruby-back:active,
.btn.ruby-back:focus {
  background-color: #e43770;
  color: #fff;
}
.tint-ruby {
  position: relative;
  float: none;
  cursor: pointer;
  margin-bottom: 10px;
}
.tint-ruby:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(216, 29, 90, 0.5);
  -moz-transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
  border-radius: 50%;
}
.tint-ruby:hover:before {
  background: none;
}
.maroon {
  color: #af2626;
}
.maroon-border {
  border: 2px solid #af2626;
}
.maroon-back {
  color: #ffffff !important;
  background-color: #af2626;
  transition: background-color 500ms ease;
}
.maroon-back a {
  color: #ffffff !important;
}
.btn.maroon-back:hover,
.btn.maroon-back:active,
.btn.maroon-back:focus {
  background-color: #ce2d2d;
  color: #fff;
}
.tint-maroon {
  position: relative;
  float: none;
  cursor: pointer;
  margin-bottom: 10px;
}
.tint-maroon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(206, 45, 45, 0.5);
  -moz-transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
  border-radius: 50%;
}
.tint-maroon:hover:before {
  background: none;
}
.chocolate {
  color: #662400;
}
.chocolate-border {
  border: 2px solid #662400;
}
.chocolate-back {
  color: #ffffff !important;
  background-color: #662400;
  transition: background-color 500ms ease;
}
.chocolate-back a {
  color: #ffffff !important;
}
.btn.chocolate-back:hover,
.btn.chocolate-back:active,
.btn.chocolate-back:focus {
  background-color: #8c3200;
  color: #fff;
}
/*************************************
 General UCalgary Neutrals
 **************************************/
.white {
  color: #ffffff;
}
.white-back {
  background-color: #ffffff;
  color: #000000 !important;
}
.white-border {
  border: 2px solid #ffffff;
}
.light-grey {
  color: #c4c3bb;
}
.light-grey-back {
  background-color: #c4c3bb;
  color: #ffffff !important;
}
.light-grey-border {
  border: 2px solid #c4c3bb;
}
.dark-grey {
  color: #8d827a;
}
.dark-grey-back {
  background-color: #8d827a;
  color: #ffffff !important;
}
.dark-grey-border {
  border: 2px solid #8d827a;
}
.black {
  color: #000000;
}
.black-back {
  background-color: #000000;
  color: #ffffff !important;
}
.black-border {
  border: 2px solid #000000;
}
/*************************************
Location Tab Menu
**************************************/
.nav-pills.locations > li > a {
  border-radius: 4px;
  background-color: transparent !important;
  color: #8d827a !important;
  font-weight: bold;
}
.nav-pills.locations > li.active > a,
.nav-pills.locations > li.active > a.red-back:focus,
.nav-pills.locations > li.active > a.red-back:hover {
  background-color: #e30c00 !important;
  color: #fff !important;
}
/*************************************
 Circle Image CTAs Styles
 **************************************/
.circle-img-size {
  height: 335px;
  width: 335px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.icon-nav-button {
  border: solid 4px #fff;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  cursor: pointer;
  transition: fill 0.5s ease-in-out !important;
  -webkit-transition: background 0.5s ease-in-out !important;
  -moz-transition: background 0.5s ease-in-out !important;
  -ms-transition: background 0.5s ease-in-out !important;
  -o-transition: background 0.5s ease-in-out !important;
}
.icon-margin {
  text-align: center;
}
.icon-nav-button:hover {
  fill: #9e953a;
  background: #9e953a;
  transition: background 0.5s ease-in-out !important;
  -webkit-transition: background 0.5s ease-in-out !important;
  -moz-transition: background 0.5s ease-in-out !important;
  -ms-transition: background 0.5s ease-in-out !important;
  -o-transition: background 0.5s ease-in-out !important;
}
.img-profile {
  height: 250px;
  object-fit: cover;
  object-position: center;
}
/*************************************
 Banner Image Styles
 **************************************/
.large-image-banner {
  position: relative;
  background-color: rgba(109, 100, 93, 1);
  height: 100%;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
}
.medium-image-banner {
  position: relative;
  background-color: rgba(109, 100, 93, 1);
  height: 100%;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
.small-image-banner {
  position: relative;
  background-color: rgba(109, 100, 93, 1);
  height: 100%;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
.video-content {
  position: relative;
  background-color: rgba(109, 100, 93, 1);
  height: 100%;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
.video-content video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.video-content .container {
  position: relative;
  z-index: 2;
}
.large-banner-content-block {
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  z-index: 2;
  top: 5px;
  width: 100%;
  background-color: rgba(109, 100, 93, 0.8);
  position: relative;
  display: block;
}
.medium-banner-content-block {
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  z-index: 2;
  top: 5px;
  width: 100%;
  background-color: rgba(109, 100, 93, 0.8);
  position: relative;
  display: block;
}
.small-banner-content-block {
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  z-index: 2;
  top: 5px;
  width: 100%;
  background-color: rgba(109, 100, 93, 0.8);
  position: relative;
  display: block;
}
.large-banner-content-block a,
.medium-banner-content-block a,
.small-banner-content-block a {
  color: #fff;
}
.small-banner-content-block a:hover,
.medium-banner-content-block a:hover,
.large-banner-content-block a:hover {
  color: #f47c00;
}
.video-content-block {
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  z-index: 2;
  top: 0;
  width: 100%;
  background-color: rgba(109, 100, 93, 0.8);
  position: relative;
  display: block;
}
.small-text-banner {
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  z-index: 2;
  top: 5px;
  width: 100%;
  background-color: transparent;
  position: relative;
  display: block;
  text-shadow: 2px 2px #000000;
}
.medium-text-banner {
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  z-index: 2;
  top: 5px;
  width: 100%;
  background-color: transparent;
  position: relative;
  display: block;
  text-shadow: 2px 2px #000000;
}
.large-text-banner {
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  z-index: 2;
  top: 5px;
  width: 100%;
  background-color: transparent;
  position: relative;
  display: block;
  text-shadow: 2px 2px #000000;
}
.small-text-banner p,
.medium-text-banner p,
.large-text-banner p {
  font-size: 16px;
}
.small-text-banner.top,
.medium-text-banner.top,
.large-text-banner.top {
  top: 25px;
}
.medium-text-banner.middle {
  top: 75px;
}
.medium-text-banner.bottom {
  top: 500px;
}
.img-banner-cover {
  object-fit: cover;
  object-position: center;
}
div .container-fluid.medium-background-image {
  position: relative;
  z-index: 1;
}
.medium-background-image {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
  height: 600px;
  background-size: cover;
  background-repeat-x: no-repeat;
}
.medium-background-image.no-bottom-margin {
  margin-bottom: 0;
}
.colour-brick-padding {
  padding: 40px 0;
}
/*************************************
Rounded Brick
**************************************/
.top-rounded-brick {
  height: 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 5;
  position: relative;
  margin-bottom: 0;
  margin-top: -9px;
}
.bottom-rounded-brick {
  height: 25px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 5;
  position: relative;
  margin-bottom: 50px;
  margin-top: -25px;
}
/*************************************
Banner btn CTA
**************************************/
.cta-link {
  color: #ffffff !important;
  margin-bottom: 50px;
  margin-top: 10px;
}
.cta-link .container {
  position: relative;
  z-index: 2;
}
#advance-search-link-reserves a,
#advance-search-link-advanced-search a {
  color: #fff;
}
#advance-search-link-reserves a:hover,
#advance-search-link-advanced-search a:hover {
  color: #f47c00;
}
/*************************************
Color Background Banner Styles
**************************************/
.container-fluid.brick > .red-back,
.container-fluid.brick > .light-green-back,
.container-fluid.brick > .dark-green-back,
.container-fluid.brick > .lime-back,
.container-fluid.brick > .gold-back,
.container-fluid.brick > .light-orange-back,
.container-fluid.brick > .dark-orange-back,
.container-fluid.brick > .ruby-back,
.container-fluid.brick > .maroon-back {
  padding: 50px 15px 50px 15px;
}
/*************************************
Pre-Footer Styles
**************************************/
footer .contact-details {
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  padding: 20px;
}
#icon {
  font-size: 25px;
  display: inline-block;
  float: left;
  margin: 0;
  padding-right: 10px;
}
footer .contact-details li:not(:last-child):after {
  content: "|";
  display: inline;
  padding: 0 10px 0 15px;
  cursor: default;
}
footer .contact-details li a:hover {
  color: #e30c00 !important;
}
/*************************************
Footer Styles
**************************************/
footer .socialmedia {
  text-align: center;
}
footer .socialmedia li:not(:last-child):after {
  content: " ";
  display: inline;
  padding: 0 5px 0 5px;
  cursor: default;
}
footer .socialmedia li a#facebook:hover {
  color: #3b5898;
}
footer .socialmedia li a#twitter:hover {
  color: #55acee;
}
footer .socialmedia li a#linkedin:hover {
  color: #247bb5;
}
footer .socialmedia li a#instagram:hover {
  color: #185588;
}
footer .socialmedia li a#youtube:hover {
  color: #bb1700;
}
footer {
  position: relative;
  margin-top: 0;
  min-height: 150px;
  height: 100%;
  max-height: 200px;
  clear: both;
  z-index: 1965;
  color: #fff;
  background: #8d827a;
}
footer #footer {
  min-height: 150px;
  max-height: 450px;
  background: #8d827a;
  padding: 30px 0 20px 0;
}
footer #footer p {
  text-align: center !important;
}
footer #footer a,
footer #footer .small {
  font-size: 12px;
  color: #ffffff;
}
footer #footer a:hover,
footer #footer a:active,
footer #footer a:focus {
  color: #fca311;
}
footer .dropdown-menu {
  top: auto;
  left: auto;
  float: none;
  background-color: #8d827a;
}
footer .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #8d827a;
}
.address-details {
  text-align: center;
}
.energize-img {
  margin: 15px 0;
}
.website-links {
  text-align: center;
}
.funding-banner{
  position: relative;
  margin-top: 0;
  height: 100%;
  clear: both;
  z-index: 1965;
  color: #fff;
  background: #231f20;
  padding: 30px 0 20px 0;
}
/*************************************
Responsive Styles
**************************************/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .s-lch-widget-float.open {
    top: 220px !important;
  }
}
@media (max-width: 480px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="tel"],
  input[type="url"],
  input[type="search"],
  input[type="number"],
  input[type="color"] {
    font-size: 16px !important;
  }
}
@media (max-width: 515px) and (min-width: 401px) {
  .icon-nav-button {
    width: 125px;
    height: 125px;
  }
}
@media (min-width: 576px) {
  img.img-fluid.banner-md {
    object-fit: cover;
    width: 100%;
    height: 600px;
  }
}
@media (min-width: 701px) {
  #title {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > td {
    white-space: normal;
    min-width: 125px;
  }
  table {
    display: block;
    overflow-x: auto;
  }
}
/*************************************
Medium devices (tablet, 768px and up)
**************************************/
@media (min-width: 768px) {
  h1,
  h1 a {
    font-size: 50px;
  }
  h2,
  h2 a {
    font-size: 34px;
  }
  h3,
  h3 a {
    font-size: 25px;
  }
  h4,
  h4 a {
    font-size: 19px;
  }
  header #second-nav {
    min-height: 80px;
    max-height: 103px;
  }
  main .brick.top-brick {
    margin-top: 180px;
  }
  main .brick footer {
    margin-top: 50px;
  }
  main .brick.no-bottom-margin footer {
    margin-top: 0;
  }
  footer #footer p {
    text-align: inherit !important;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding-left: 0;
  }
  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link:active {
    color: rgba(255, 255, 255, 0.8);
    background-color: transparent;
    border-bottom: solid 5px #f47c00;
  }
  .navbar-light .navbar-nav .nav-link.active:active,
  .navbar-light .navbar-nav .nav-link.active:visited,
  .navbar-light .navbar-nav .nav-link.active:focus {
    border-bottom: solid 5px #f47c00;
  }
  .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
    border-bottom: solid 5px #f47c00;
    padding-left: 0;
  }
  .navbar-collapse {
    background-color: rgba(109, 100, 93, 0);
  }
  .navbar-nav {
    background-color: rgba(109, 100, 93, 0);
    margin-top: 31px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.1rem;
    padding-left: 0.1rem;
    margin-right: 1rem;
  }
  .brick.chicklets.rounded-brick-below .chicklet:nth-last-child(1), .brick.chicklets.rounded-brick-below .chicklet:nth-last-child(2):not(: nth-child(2n)) {
    height: 320px;
    padding-bottom: 35px;
  }
  .brick.chicklets.rounded-brick-below .chicklet:nth-last-child(1) > h2,
  .brick.chicklets.rounded-brick-below .chicklet:nth-last-child(2):not(:nth-child(2n)) > h2 {
    bottom: 50px;
  }
  .icon-margin {
    text-align: center;
  }
  .red-nav-border {
    border-right: solid #e30c00 3px;
    border-bottom: none;
  }
  .nav.nav-pills.nav-stacked > li {
    margin: 0 -16px 0.55em 0px;
  }
  .top-rounded-brick {
    height: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0;
    margin-top: -9px;
  }
  .bottom-rounded-brick {
    height: 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 50px;
    margin-top: -25px;
  }
  .btn-ghost,
  .btn-ghost:link {
    padding: 10px 30px;
  }
  .red-left-border {
    border-top: solid 2px #e30c00;
    border-left: solid 0px #fff;
  }
  .address-details {
    text-align: center;
  }
  .social-details {
    text-align: center;
  }
  .medium-text-banner.top {
    top: 150px;
  }
  .medium-text-banner.middle {
    top: 350px;
  }
  .medium-text-banner.bottom {
    top: 500px;
  }
  .small-text-banner p,
  .medium-text-banner p {
    font-size: 18px;
  }
  .red-border-tb {
    border-bottom: solid 4px #e30c00;
    border-left: none;
    margin-bottom: 10px;
  }
  img.img-fluid.banner-md {
    object-fit: cover;
    width: 100%;
    height: 600px;
  }
}

/*************************************
Medium devices (desktops, 992px and up)
**************************************/
@media (min-width: 992px) {
  header #second-nav {
    min-height: 80px;
    max-height: 99px;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding-left: 0;
  }
  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link:active {
    color: rgba(255, 255, 255, 0.8);
    background-color: transparent;
    border-bottom: solid 5px #f47c00;
  }
  .navbar-light .navbar-nav .nav-link.active:active,
  .navbar-light .navbar-nav .nav-link.active:visited,
  .navbar-light .navbar-nav .nav-link.active:focus {
    border-bottom: solid 5px #f47c00;
  }
  .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
    border-bottom: solid 5px #f47c00;
    padding-left: 0;
  }
  #title {
    font-size: 18px;
  }
  .navbar-collapse {
    background-color: rgba(109, 100, 93, 0);
  }
  .navbar-nav {
    background-color: rgba(109, 100, 93, 0);
    margin-top: 31px;
  }
  main .brick.top-brick {
    margin-top: 170px;
  }
  main .brick footer {
    margin-top: 50px;
  }
  main .brick.no-bottom-margin footer {
    margin-top: 0;
  }
  footer #footer p {
    text-align: inherit !important;
  }
  .brick.chicklets .chicklet {
    height: 380px !important;
    padding: 30px !important;
    cursor: auto;
  }
  .brick.chicklets .chicklet > div {
    padding: 30px;
  }
  .brick.chicklets .chicklet > div p a.read-more {
    bottom: 25px;
  }
  .brick.chicklets.rounded-brick-above .chicklet:nth-child(1),
  .brick.chicklets.rounded-brick-above .chicklet:nth-child(2),
  .brick.chicklets.rounded-brick-above .chicklet:nth-child(3) {
    height: 400px !important;
    padding-top: 50px !important;
  }
  .brick.chicklets.rounded-brick-below .chicklet:nth-last-child(1),
  .brick.chicklets.rounded-brick-below .chicklet:nth-last-child(2):nth-child(2n),
  .brick.chicklets.rounded-brick-below .chicklet:nth-last-child(2):not(:nth-child(2n)),
  .brick.chicklets.rounded-brick-below .chicklet:nth-last-child(3):nth-child(2n) {
    height: 400px !important;
    padding-bottom: 50px !important;
  }
  .brick.chicklets.rounded-brick-below .chicklet:nth-last-child(1) > h2,
  .brick.chicklets.rounded-brick-below .chicklet:nth-last-child(2):nth-child(2n) > h2,
  .brick.chicklets.rounded-brick-below .chicklet:nth-last-child(2):not(:nth-child(2n)) > h2,
  .brick.chicklets.rounded-brick-below .chicklet:nth-last-child(3):nth-child(2n) > h2 {
    bottom: 50px;
  }
  .icon-nav-button {
    margin-right: 20px;
  }
  .icon-margin {
    text-align: center;
  }
  .red-nav-border {
    border-right: solid #e30c00 3px;
    border-bottom: none;
  }
  .top-rounded-brick {
    height: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0;
    margin-top: -9px;
  }
  .bottom-rounded-brick {
    height: 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 50px;
    margin-top: -25px;
  }
  .red-left-border {
    border-top: solid 2px #e30c00;
    border-left: none;
  }
  .medium-text-banner.top {
    top: 75px;
  }
  .medium-text-banner.middle {
    top: 175px;
  }
  .medium-text-banner.bottom {
    top: 500px;
  }
  .small-text-banner p,
  .medium-text-banner p {
    font-size: 18px;
  }
  /*************************************
  Text Brick
  **************************************/
  .text-brick {
    margin: 50px 0;
  }
  .text-brick-content {
    padding: 25px 10px;
  }
  .red-left-border {
    border-top: none;
    border-left: solid 2px #e30c00;
    padding-top: 0;
  }
  .red-border-tb {
    border-bottom: none;
    border-left: solid 4px #e30c00;
    margin-bottom: 0;
  }
}
/*************************************
Large devices (large desktops, 1200px and up)
**************************************/
@media (min-width: 1200px) {
  header #second-nav {
    min-height: 80px;
    max-height: 82px;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding-left: 0;
    text-align: center;
  }
  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link:active {
    color: rgba(255, 255, 255, 0.8);
    background-color: transparent;
    border-bottom: solid 5px #f47c00;
    text-align: center;
  }
  .navbar-light .navbar-nav .nav-link.active:active,
  .navbar-light .navbar-nav .nav-link.active:visited,
  .navbar-light .navbar-nav .nav-link.active:focus {
    border-bottom: solid 5px #f47c00;
  }
  .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
    border-bottom: solid 5px #f47c00;
    padding-left: 0;
    text-align: center;
  }
  div#bs-navbar-collapse {
    padding-left: 25px;
  }
  #title {
    font-size: 25px;
  }
  ul.nav.navbar-nav li {
    margin-right: 20px;
  }
  .navbar-nav > li > a {
    padding-top: 6px;
    padding-bottom: 0;
  }
  .navbar-nav {
    background-color: rgba(109, 100, 93, 0);
    margin-top: 15px;
  }
  .nav.nav-pills.hours-locations.nav-stacked > li {
    margin: 0 -18px 0.55em 0px;
  }
  main#content {
    margin-top: 125px;
    padding-bottom: 150px;
  }
  main .brick {
    margin-bottom: 50px;
  }
  main .brick.top-brick {
    margin-top: 50px;
  }
  main > div.brick:nth-last-child(1),
  main > .contextual-links-region:not(.brick) > div:nth-last-child(2) {
    margin-bottom: 100px;
  }
  main
    .brick:not([class*="hero-cta"]):not([class*="timelines"]):not([class*="chicklets"]):not([class*="image-quote"]).rounded-top
    > .row
    > .container:first-child:before,
  main
    .brick:not([class*="hero-cta"]):not([class*="timelines"]):not([class*="chicklets"]):not([class*="image-quote"]).rounded-brick
    > .row
    > .container:first-child:before,
  main .brick.hero-cta.graphic.rounded-top > .row > .container:first-child:before,
  main .brick.hero-cta.graphic.rounded-brick > .row > .container:first-child:before {
    height: 50px;
    top: -49px;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  main
    .brick:not([class*="hero-cta"]):not([class*="timelines"]):not([class*="chicklets"]):not([class*="image-quote"]).rounded-bottom
    > .row
    > .container:last-child:after,
  main
    .brick:not([class*="hero-cta"]):not([class*="timelines"]):not([class*="chicklets"]):not([class*="image-quote"]).rounded-brick
    > .row
    > .container:last-child:after,
  main .brick.hero-cta.graphic.rounded-bottom > .row > .container:last-child:after,
  main .brick.hero-cta.graphic.rounded-brick > .row > .container:last-child:after {
    height: 50px;
    bottom: -49px;
    -webkit-border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .brick.chicklets.rounded-brick-above .chicklet:nth-child(1),
  .brick.chicklets.rounded-brick-above .chicklet:nth-child(2),
  .brick.chicklets.rounded-brick-above .chicklet:nth-child(3) {
    height: 430px !important;
    padding-top: 80px !important;
  }
  .brick.chicklets.rounded-brick-below .chicklet:nth-last-child(1),
  .brick.chicklets.rounded-brick-below .chicklet:nth-last-child(2),
  .brick.chicklets.rounded-brick-below .chicklet:nth-last-child(3) {
    height: 430px !important;
    padding-bottom: 80px !important;
  }
  .brick.chicklets.rounded-brick-below .chicklet:nth-last-child(1) > h2,
  .brick.chicklets.rounded-brick-below .chicklet:nth-last-child(2) > h2,
  .brick.chicklets.rounded-brick-below .chicklet:nth-last-child(3) > h2 {
    bottom: 80px;
  }
  footer {
    margin-top: -150px;
  }
  footer .socialmedia {
    text-align: left;
  }
  footer #footer p {
    text-align: inherit !important;
  }
  footer .contact-details {
    font-size: 18px;
  }
  .icon-margin {
    text-align: center !important;
  }
  .website-links {
    text-align: left;
  }
  /*************************************
  Image and Video Styles
  **************************************/
  .dropdown-menu.catagories-relative {
    position: absolute;
  }
  /* Large Image Styles
  **************************************/
  .large-image-banner {
    min-height: 800px;
    background-color: rgba(0, 0, 0, 1) !important;
    margin-bottom: 25px;
  }
  .large-image-banner.no-margin-bottom {
    margin-bottom: 0;
  }
  .large-image-banner img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 800px;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .large-banner-content-block.top {
    top: 25px;
  }
  .large-banner-content-block.middle {
    top: 200px;
  }
  .large-banner-content-block.bottom {
    top: 450px;
  }
  /* Medium Image Styles
  *********************/
  .medium-banner-content-block.top {
    top: 75px;
  }
  .medium-banner-content-block.middle {
    top: 150px;
  }
  .medium-banner-content-block.bottom {
    top: 450px;
  }
  .medium-image-banner {
    min-height: 600px;
    background-color: rgba(0, 0, 0, 1) !important;
    margin-bottom: 25px;
  }
  .medium-image-banner.no-bottom-margin {
    margin-bottom: 0;
  }
  .medium-image-banner img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 600px;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  /* Small Image Styles
  *********************/
  .small-image-banner img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 400px;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .small-image-banner {
    min-height: 400px;
    background-color: rgba(0, 0, 0, 1) !important;
    margin-bottom: 25px;
  }
  .small-banner-content-block {
    top: 50px;
  }
  /* Small Image Styles
  *********************/
  .video-content {
    height: 50vh;
  }
  .video-content-block.top {
    top: 50px;
  }
  .video-content-block.middle {
    top: 175px;
  }
  .video-content-block.bottom {
    top: 300px;
  }

  img.text-banner-layover {
    opacity: 0.3;
    background-color: black;
  }
  .red-nav-border {
    border-right: solid #e30c00 5px;
    border-bottom: none;
  }
  .col-sm-3.col-md-3.col-lg-3.red-nav-border {
    margin-right: -20px;
    padding-right: 0;
  }
  .nav.nav-pills.nav-stacked > li {
    margin: 0 -5px 0.55em 0px;
  }
  .cta-link {
    margin-top: 380px;
  }
  .colour-brick-padding {
    padding: 80px 0;
  }
  /*Text Brick
  **************************************/
  .large-text-banner.top,
  .medium-text-banner.top,
  .small-text-banner.top {
    top: 150px;
  }
  .large-text-banner.middle,
  .medium-text-banner.middle,
  .small-text-banner.middle {
    top: 350px;
  }
  .large-text-banner.bottom,
  .medium-text-banner.bottom,
  .small-text-banner.bottom {
    top: 450px;
  }
  .large-text-banner p,
  .small-text-banner p,
  .medium-text-banner p {
    font-size: 21px;
  }
  .text-brick {
    margin: 15px 0;
  }
  .text-brick-content {
    padding: 25px 10px;
  }
  /*************************************
  Color Background Banner Styles
  **************************************/
  .container-fluid.brick > .red-back,
  .container-fluid.brick > .light-green-back,
  .container-fluid.brick > .dark-green-back,
  .container-fluid.brick > .lime-back,
  .container-fluid.brick > .gold-back,
  .container-fluid.brick > .light-orange-back,
  .container-fluid.brick > .dark-orange-back,
  .container-fluid.brick > .ruby-back,
  .container-fluid.brick > .maroon-back {
    padding: 50px 10 50px 0;
  }
  .top-rounded-brick {
    height: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-bottom: 0;
    margin-top: -50px;
  }
  .bottom-rounded-brick {
    height: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-bottom: 50px;
    margin-top: -50px;
  }
  .bottom-rounded-brick.no-bottom-margin {
    height: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-bottom: -50px;
    margin-top: -50px;
  }
  .red-left-border {
    border-top: none;
    border-left: solid 2px #e30c00;
    padding-top: 0;
  }
  .red-border-tb {
    border-top: none;
    border-left: solid 4px #e30c00;
    margin-bottom: 0;
  }
  .vcenter {
    position: relative;
    top: 50%;
  }
  .h-100 {
    height: inherit;
    min-height: 100px !important;
  }
  .h-150 {
    height: 100%;
    min-height: 150px !important;
  }
  .h-200 {
    height: 100%;
    min-height: 200px !important;
  }
  .h-300 {
    height: 100%;
    min-height: 300px !important;
  }
  .h-400 {
    height: 100%;
    min-height: 400px !important;
  }
  .h-450 {
    height: 100%;
    min-height: 450px !important;
  }
  .h-500 {
    height: 100%;
    min-height: 500px !important;
  }
}

/**** Print CSS *****/
/* Print Style Sheet */
@media print {
  #content,
  #page {
    width: 100%;
    margin: 0;
    float: none;
  }
  * {
    margin: 2px !important;
    padding: 2px !important;
  }
  header {
    display: none;
  }
  #content {
    margin-left: 0;
    left: 0;
    top: 0;
    float: none;
    width: auto;
    display: block;
    box-decoration-break: clone;
  }
  #content a {
    font-weight: bold;
    color: #000066;
    text-decoration: underline;
  }
  body {
    background: white;
    color: black;
    margin: 0;
    font-size: 12px;
    overflow: visible;
  }
  #comments {
    display: none;
  }
  footer {
    display: none;
  }
  #sidebar {
    display: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  h3 {
    margin-left: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  blockquote,
  table,
  pre {
    page-break-inside: avoid;
  }
  ul,
  ol,
  dl {
    page-break-before: avoid;
  }
  img {
    page-break-inside: avoid;
    page-break-after: avoid;
    display: none;
  }
  img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  img.right {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
  }
  img.left {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
  }
  .right {
    float: right;
  }
  .left {
    float: left;
  }
  figure {
    page-break-inside: avoid;
  }
  .panel-separator {
    orphans: 2;
    widows: 2;
  }
  p {
    orphans: 2;
    widows: 2;
  }
  @page {
    margin: 2cm;
  }
  .padding-xl-top {
    padding-top: 0 !important;
  }
  blockquote {
    page-break-inside: avoid;
  }
  a {
    page-break-inside: avoid;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a:link,
  a:visited,
  a {
    background: transparent;
    color: #520;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
  }
  a:after > img {
    content: "";
  }
  article a[href^="#"]:after {
    content: "";
  }
  a:not(:local-link):after {
    content: " <" attr(href) "> ";
  }
  .entry iframe,
  ins {
    display: none;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap;
  }
  .embed-youtube,
  .embed-responsive {
    display: none;
  }
  #header-widgets,
  nav,
  aside.mashsb-container,
  .sidebar,
  .mashshare-top,
  .mashshare-bottom,
  .content-ads,
  .make-comment,
  .author-bio,
  .heading,
  .related-posts,
  #decomments-form-add-comment,
  #breadcrumbs,
  #footer,
  .post-byline,
  .meta-single,
  .site-title img,
  .post-tags,
  .readability {
    display: none;
  }
  ul,
  ol {
    list-style: square;
    margin-left: 18pt;
    margin-bottom: 20pt;
  }
  li {
    line-height: 1.6em;
  }
}
