body {
  /* From UCalgary theme.css: color: #6F6258; */
  background-color: #ffffff;
  font-size: 16px;
  /* Bootstrap Default: 14px / 11pt */
  
  /* Official font for UCalgary - Cannot be accessed from ServiceNow for licensing reasons.
     Uncomment when licensing solved and comment out line for Calibri
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  */
  font-family: Calibri, Arial, Helvetica, sans-serif;

  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}

@media print {
  body {
  	/* Official font for UCalgary - Cannot be accessed from ServiceNow for licensing reasons.
    	 Uncomment when licensing solved and comment out line for Calibri
  	font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  	*/
    font-family: Calibri, Arial, Helvetica, sans-serif;
  }
}


/*
// Footer Section
*/
footer {
  /* Pre-footer */
  /* Super-footer */
}
footer #pre-footer {
  min-height: 70px;
  background: #fca311;
}
footer #pre-footer .container > .row {
  padding: 15px 0;
}
footer #pre-footer .icon,
footer #pre-footer .title,
footer #pre-footer .links {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}
footer #pre-footer .icon {
  margin-top: 3px;
  line-height: 1em;
}
footer #pre-footer .icon > .glyphicon {
  font-size: 35px;
}
footer #pre-footer .title {
  font-size: 20px;
}
footer #pre-footer .links {
  list-style-type: none;
  margin-top: 5px;
  padding: 0;
}
footer #pre-footer .links li {
  margin: 5px 0 0;
}
footer #pre-footer .links li a {
  color: #ffffff;
}
footer #pre-footer .social {
  margin: 15px 0 0;
  line-height: 1em;
  text-align: center;
}
footer #pre-footer .social a.btn-social {
  display: inline-block;
}
footer #pre-footer .social a.btn-social:not(:last-child) {
  margin-right: 17px;
}
footer #pre-footer .social a.btn-social .svg {
  display: block;
  border-radius: 5px;
  width: 32px;
  height: 32px;
}
footer #pre-footer .social a.btn-social .svg path.icon {
  fill: #fca311;
}
footer #pre-footer .social a.btn-social .svg path.background {
  fill: #ffffff;
}
footer #pre-footer .social a.btn-social .svg:hover path.icon {
  fill: #ffffff;
}
footer #pre-footer .social a.btn-social .svg:hover path.background {
  fill: #fca311;
  stroke: #ffffff;
  stroke-width: 2px;
}
@media only screen and (min-width: 992px) {
  footer #pre-footer .container > .row .blocks {
    display: table;
    padding-top: 1px;
  }
  footer #pre-footer .container > .row .blocks > .block {
    display: table-cell;
    vertical-align: middle;
  }
  footer #pre-footer .icon {
    display: inline-block;
    float: left;
    margin: 0;
    padding-right: 10px;
  }
  footer #pre-footer .title {
    max-width: 200px;
    border-right: 2px solid white;
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
    margin-right: 15px;
    padding-right: 15px;
  }
  footer #pre-footer .links {
    text-align: left;
    margin: 0;
  }
  footer #pre-footer .links li {
    margin: 0;
    display: inline;
  }
  footer #pre-footer .links li:not(:last-child):after {
    content: "|";
    display: inline;
    padding: 0 10px 0 15px;
    cursor: default;
  }
  footer #pre-footer .social {
    margin: 6px 0 0;
    text-align: right;
  }
  footer #pre-footer .social a.btn-social:not(:last-child) {
    margin-right: 3px;
  }
  footer #pre-footer .social a.btn-social .svg {
    width: 28px;
    height: 28px;
  }
}
footer #footer {
  min-height: 150px;
  background: #8d827a;
}
footer #footer .container > .row {
  padding: 25px 0 23px;
}
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 #footer .small {
  margin: 0;
}
footer #footer .small.legalese {
  text-align: left;
  margin-top: 27px;
}
footer #footer .small.address {
  text-align: right;
  margin-top: 0;
}
footer #footer .small.copyright {
  text-align: right;
  margin-top: 17px;
}
footer #footer #footer-special {
  text-align: center;
  margin-top: 4px;
}
footer #footer a.btn-social {
  display: inline-block;
  margin-top: 4px;
}
footer #footer a.btn-social:not(:last-child) {
  margin-right: 17px;
}
footer #footer a.btn-social .svg {
  display: block;
  border-radius: 5px;
  width: 32px;
  height: 32px;
}
footer #footer a.btn-social .svg:hover rect#background {
  fill: #ffffff;
  /* Fuzzy white outline (w/ rounded corners)??? */
}
footer #footer a.btn-social .svg.facebook:hover path#icon {
  fill: #3b5998;
  /*Facebook*/
  fill: #3b5998;
  /*Facebook*/
}
footer #footer a.btn-social .svg.twitter:hover path#icon {
  fill: #55acee;
  /*Twitter*/
  fill: #55acee;
  /*Twitter*/
}
footer #footer a.btn-social .svg.linkedin:hover path#icon {
  fill: #007bb5;
  /*LinkedIn*/
  fill: #007bb5;
  /*LinkedIn*/
}
footer #footer a.btn-social .svg.instagram:hover path#icon {
  fill: #125688;
  /*Instagram*/
  fill: #125688;
  /*Instagram*/
}
footer #footer a.btn-social .svg.youtube:hover path#icon {
  fill: #bb0000;
  /*YouTube*/
  fill: #bb0000;
  /*YouTube*/
}

/* Small Devices, Tablets */
@media only screen and (max-width: 992px) {
  footer #pre-footer,
  footer #footer {
    text-align: center;
  }
  footer #pre-footer a {
    display: inline-block;
  }
  footer #pre-footer span.divider {
    display: none;
  }
  footer #footer #footer-special {
    margin-bottom: 20px;
  }
  footer #footer .small.address,
  footer #footer .small.copyright,
  footer #footer .small.legalese {
    text-align: center;
    margin-top: 15px;
  }
}





/* Colors*/

.light-orange {
  color: #fca311 !important;
}

.light-orange-border {
  border: 2px solid #fca311 !important;
}

.light-orange-back {
  color: #ffffff !important;
  background-color: #fca311 !important;
  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 !important;
}

.dark-orange {
  color: #f47c00 !important;
}

.dark-orange-border {
  border: 2px solid #f47c00 !important;
}

.dark-orange-back {
  color: #ffffff !important;
  background-color: #f47c00 !important;
  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 !important;
}

.red {
  color: #e30c00 !important;
}

.red-border {
  border: 2px solid #e30c00 !important;
}

.red-back {
  color: #ffffff !important;
  background-color: #e30c00 !important;
  transition: background-color 500ms ease;
}
.red-back a {
  color: #ffffff !important;
}

.btn.red-back:hover,
.btn.red-back:active,
.btn.red-back:focus {
  background-color: #ff170a !important;
}



/*
// General UCalgary Neutrals
*/
.white {
  color: #ffffff;
}

.white-back {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.white-border {
  border: 2px solid #ffffff;
}

.light-grey {
  color: #c4c3bb;
}

.light-grey-back {
  background-color: #c4c3bb !important;
  color: #ffffff !important;
}

.light-grey-border {
  border: 2px solid #c4c3bb;
}

.dark-grey {
  color: #8d827a;
}

.dark-grey-back {
  background-color: #8d827a !important;
  color: #ffffff !important;
}

.dark-grey-border {
  border: 2px solid #8d827a;
}

.black {
  color: #000000;
}

.black-back {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.black-border {
  border: 2px solid #000000;
}

/* links and buttons */
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;
}