@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300&family=Oswald&family=Volkhov:wght@400;700&display=swap');

#QUURcookieDisclosureDiv {
  background-color: #e6e8ef !important;
  box-shadow: 0 -5px 15px rgb(5 5 30 / 25%) !important;
}
#QUURcookieDisclosureDiv p {
    margin-bottom: 10px;
    font-size: 1.25rem;
    line-height: 1.1;
}
#QUURcookieDisclosureDiv #QUURcookieDisclosureOKDiv {
  margin: 0;
  padding: 0.8rem 3rem !important;
  border-radius: 0;
  background-color: #1f3a60 !important;
  color: #FFF !important;
  font-size: 1.25rem !important;
  box-shadow: 0 5px 15px rgb(5 5 30 / 25%) !important;
  transition: all 0.3s;
}
#QUURcookieDisclosureDiv #QUURcookieDisclosureOKDiv:hover {
  background-color: #1b4f98 !important;
}
    
h1, h2, h3, h4, h5 { letter-spacing: -0.05rem; }

.queensred { color: #9d1939; }
.queensblue { color: #11335d; }

a.button6 {
  display: inline-block;
  padding: 0.7em 1.4em;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.15em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #FFFF;
  background-color: #3369ff;
  box-shadow: inset 0 -0.6em 0 -0.35em rgba(0,0,0,0.17);
  text-align: center;
  position: relative;
}
a.button6:active { top: 0.1em; }

@media all and (max-width:30em) {
  a.button6 {
    display: block;
    margin: 0.4em auto;
  }
}

/* fix for weird display issue on first item */
.button-group.stack-for-small > li { display: inline-block; }

/* what is this for? 
a span:focus, a span:hover { color:#888; } */

/* Taken from line 6228 of NEW-responsive.css */
a {
  color: #cb204a;
  line-height: inherit;
  text-decoration: none;
}
a:focus, a:hover {
  color: #d8224f;
  text-decoration: underline;
}
article a:not(div.lab-overlay a, .button), 
main a, #maincontent a:not(aside a),
div.content a:not(.accordion-navigation a, .button) { text-decoration: underline; }

a img { border: none; }

/* override button text color (accessiblity, contrast) */
.button.warning { color: #212121;}
.button.dropdown.warning::after {
    border-color: #212121 transparent transparent;
}

/* CC campaign styles */
.cc-banner {
  width: 100%;
  height: 360px;
  background-color: #11335d;
  margin-bottom: 0.65rem;
}
#three-d.cc-banner { background: url(../curiositycreates/images/bn_network_1088x360.jpg) center top no-repeat; }
#ambient.cc-banner { background: url(../curiositycreates/images/bn_ambtech_1088x360.jpg) center top no-repeat; }
#connections.cc-banner { background: url(../curiositycreates/images/bn_outreach_1088x360.jpg) center top no-repeat; }
#aae.cc-banner { background: url(../curiositycreates/images/bn_aae_1088x360.jpg) center top no-repeat; }
#nanotech.cc-banner { background: url(../curiositycreates/images/bn_nanoparticles_1088x360.jpg) center top no-repeat; }
#particles.cc-banner { background: url(../curiositycreates/images/bn_particles_1088x360.jpg) center top no-repeat; }
#remote.cc-banner { background: url(../curiositycreates/images/bn_robotarm_1088x360.jpg) center top no-repeat; }
#slide.cc-banner { background: url(../curiositycreates/images/bn_waterslide_1088x360.jpg) center top no-repeat; }
#sustainable.cc-banner { background: url(../curiositycreates/images/bn_molten_1088x360.jpg) center top no-repeat; }
#movers.cc-banner { background: url(../curiositycreates/images/bn_bridge_1088x360.jpg) center top no-repeat; }

.cc-wordmark {
/*  max-width: 215px;  not sure if this is needed anymore */
  padding: 1.9rem; /* instead of margin, anything higher messes up h2 */
}
.cc-wordmark img { background-color: #11335d85; }
/* .cc-banner h1 {
  color: #fff;
  font-size: 2rem;
  line-height: 1.15;
  text-transform: uppercase;
  text-align: center;
}
.cc-banner h1 .cc-gold {
  display: block;
  color: #FDBE10;
} */
.cc-content h2 {
  color: #595959;
  font-family: 'Palatino', serif;
  font-size: 2.25rem;
  line-height: 1.1;
}

.cc-banner h1 hr {
  border: 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#11335d+0,11335d+32,eebd31+32,eebd31+50,eebd31+69,9d1939+69,9d1939+100 */
  background: #11335d; /* Old browsers */
  background: -moz-linear-gradient(left,  #11335d 0%, #11335d 32%, #eebd31 32%, #eebd31 50%, #eebd31 69%, #9d1939 69%, #9d1939 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #11335d 0%,#11335d 32%,#eebd31 32%,#eebd31 50%,#eebd31 69%,#9d1939 69%,#9d1939 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #11335d 0%,#11335d 32%,#eebd31 32%,#eebd31 50%,#eebd31 69%,#9d1939 69%,#9d1939 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11335d', endColorstr='#9d1939',GradientType=1 ); /* IE6-9 */
}

/* .cc-stories { padding: 2em; }
.cc-stories .cc-link {
  font-size: 1.35em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.cc-stories .cc-link a { color: #464646; } */

/* from lab image overlay, changed:
  .lab-image to .cc-image-link
  .lab-overlay to .cc-overlay */

.cc-list {
  display: grid;
  /*  align-items: center; -- for responsive layout */
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); /* ditto */
  /* grid-template-columns: repeat(3, 1fr); */
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 0.5em; /* also new + next line */
  grid-auto-flow: dense;
  margin-bottom: 1em;
}

/* not needed so it will be responsive!
.cc-list #div01 { grid-area: 1 / 1 / 2 / 2; }
.cc-list #div02 { grid-area: 1 / 2 / 2 / 3; }
.cc-list #div03 { grid-area: 1 / 3 / 2 / 4; }
.cc-list #div04 { grid-area: 2 / 1 / 3 / 2; }
.cc-list #div05 { grid-area: 2 / 2 / 3 / 3; }
.cc-list #div06 { grid-area: 2 / 3 / 3 / 4; }
.cc-list #div07 { grid-area: 3 / 1 / 4 / 2; }
.cc-list #div08 { grid-area: 3 / 2 / 4 / 3; }
.cc-list #div09 { grid-area: 3 / 3 / 4 / 4; } */

.cc-block { /* box model strikes again - adds extra space to bottom of container */
  padding: 5px 0.5em 0;
  border: 2px #eebd31 solid;
}
.cc-image-link {
  position: relative;
  transition: all 200ms ease-out;
}
span.cc-overlay { /* fixes accessbility issue */
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  margin: 0;
  text-align: center;
  position: absolute;
  font-size: 1.4rem;
  line-height: 1.2;
  background: rgb(0, 0, 0); /* fallback color */
  background: rgba(49,49,49,.8);
  text-shadow: #000 0px 3px 20px;
  padding: 10px;
  left: 50%;
  z-index: 99;
  transform: translate(-50%,-100%);
  transition: all 200ms ease-out;
}
span.cc-overlay:hover {
  color: white;
  all 200ms ease-out;
}
div.cc-image-link:hover {
  color: #fff;
  text-decoration: underline;
  opacity: 0.85;
  transform: scale(1.05);
}
.cc-desc {
  font-size: 0.94em;
  margin: 0.5em 0 0;
}
.icon-header {
    position: relative;
    top: 2px;
	font-size: 30px;
}

/* grid layout for Grad Maps page */
.gradmaps-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 1rem;
/*    align-items: flex-start; */
}

/* chemeng, civil, ece, mme, mine */
.div4, .div5, .div6, .div11, .div12 {
    grid-row: span 3;
}

/* engphys, geo, math  */
.div7, .div9, .div10 {
    grid-row: span 2;
}

.gradmaps-container > div { margin-bottom: 0; }

.gradmaps-container > div > p {
    text-align: center;
    line-height:1.15;
    margin-bottom: 0.7rem;
}

/* figure styles (not used in Foundation) was for just Research Catalogue */

figure {
    margin: 1rem; /* may need to adjust */
}
    
figcaption {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-style: italic;
    font-size: 0.95em;
    line-height: 1.6;
}

/* custom AAE social icons */
.aae-icons a {
  font-size: 4.5rem;
  margin: auto 1rem;
}

.links {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}

.external-link {
  background-image: url(../images/external-link.svg);
  background-repeat: no-repeat;
  background-position: right 3px;
  padding-right: 16px;
  background-size: auto 12px;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}

.media-link {
  background-image: url(../images/external-link.svg);
  background-repeat: no-repeat;
  background-position: right 3px;
  padding-right: 16px;
  background-size: auto 12px;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}

.font-icon {
    /* color: #cb204a; should use defaults */
    line-height: 2.5;
}
.font-icon:before { 
    font-size: 1.7em; 
    vertical-align: sub; 
}
.font-icon:hover {color: #9d1939;}

.font-icon.large {
    font-size: 30px;
    line-height: 30px;
}

img.csimg {
	max-width: 80%;
	height: auto;
}

/* style additions to modals (for 125 page) - may need to be turned into IDs */
.list-125 .columns a { color: #9d1939; line-height: 2; }
.reveal-modal .row img { display: block; margin-left: auto; margin-right: auto; }
.reveal-modal .subheader { color: #9d1939; margin-bottom: 0; line-height: 1.1; }
.reveal-modal .lead { line-height:1.2; color: #9d1939; margin-bottom: 0.6em; }
.reveal-modal h3 { margin-top:0.5em; font-size:1.5em; }
.modal-footer { background-color: #9d1939; }

/* added following to override underline in nav */
nav a, footer a { border-bottom: none !important; }

/* circular border (on rectangular images)
  need to define width for both div & image in markup) */
.cutout-circle {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.cutout-circle img {
  display: inline;
  margin: 0 auto;
}

/* Taken from line 7000 of NEW-responsive.css */
#background { background-color: #fcfcfc; }

.site-container {
  box-shadow: 0px 1px 10px 3px #cacaca;
  background-color: #FFF;
  margin: 0 auto;
  padding: 0rem .9375rem 0;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  max-width: 70rem;
/* max-width: 59.0625rem;*/
  width: 100%;
}

@media only screen and (min-width:59.125em) {
  article {
    margin-right: .9375rem;
  }
}

div #cse input.gsc-search-button {
  padding: .375rem 1.25rem;
  font-size: .8rem;
  margin-bottom: 1rem;
}
div #cse input#gsc-i-id1 {
  background: 0 0 !important;
  outline: 0;
  line-height: normal;
  border-radius: 62.4375rem;
  font-size: medium;
  height: 1.5625rem;
  padding: .3125rem .6875rem;
  font-family: sans-serif;
}

aside .side-nav li, aside .side-nav-2 li, aside ul { background-color: #666; }

div #cse .gcsc-branding, div #cse .gsc-above-wrapper-area,
div #cse .gsc-branding, div #cse .gsc-resultsHeader { display: none; }
div #cse .gsc-clear-button {
  position: relative;
  bottom: .24rem;
}
div #cse .gsc-result {
  border: none !important;
  padding: 0 !important;
}
div #cse .gsc-cursor-current-page {
  color: #fff !important;
  background-color: #310044;
  padding: .25rem;
  border-radius: .125rem;
  margin-right: .375rem !important;
}
div #cse .gsc-thinWrapper { float: none; }
button.gsc-search-button-v2 { margin: 0; }

header h2 { color: #9d1939; }
header .faculty-logo {
  padding: 5px;
	margin-top: 10px;
  float: left;
}
header .queens-logo {
  padding: 5px;
  float: right;
}
header .queens-logo img {
  border: 0;
	margin-top: 15px;
  margin-bottom: 12px;
}
.oc-menu, .oc-search{
  color: #FFF;
  font-size: 1.875rem;
  padding: 0 .3125rem;
}

@media only screen and (min-width:59.125em) {
  #background>.site-container>header.row {
    /* padding-bottom:0.8rem; */
  }
}
.oc-menu {
  position: relative;
  bottom: 1px;
  left: 1px;
}
aside ul { margin-left: 0; }
aside .side-nav li.active, aside .side-nav-2 li.active { background-color: #ce202f; }
aside .accordion .accordion-navigation>.content { padding: 0; }
.gold-bar,.spacer-bar { padding-bottom: .5rem; }
aside .accordion .accordion-navigation>a { padding: .5rem; }
aside .side-nav-2 { padding-left: 1rem; }

<!-- Removed to allow new menu to display -->
/* nav ul.left{
width:100%;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
-webkit-align-content:stretch;
-ms-flex-line-pack:stretch;
align-content:stretch;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start
} */
nav .top-bar-section ul.left>li {
  border-left: dotted 1px #EEE;
  border-bottom: none;
  border-top: none;
  clear: none;
  height: 1.875rem;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
nav .top-bar-section ul.left>li:last-child {
  /* border-right:dotted 1px #EEE; */
}
nav .top-bar-section ul li > a { font-size: .95rem; }
nav .tbs-dept ul li > a { font-size: .80rem; }

li svg.homeButton {
  width: 18px;
  height: 48px;
  position: relative;
  fill: #fff;
}
li svg.searchButton {
  width: 20px;
  height: 20px;
  position: relative;
  fill: #fff;
	padding: 0px;
	top: 5px;
}
nav.top-bar > ul.title-area > li > a {
  display: block;
  padding: 0 1em;
  color: #464646;
  font-weight: bold;
  text-decoration: none;
}
/*nav.top-bar > ul.title-area > li:hover { background-color: #fff; } */
nav.top-bar > ul.title-area > li:hover svg { fill: #000; }
/* nav.top-bar > ul.title-area > li:hover svg { fill: #ce202f; } */
nav.top-bar > ul.title-area > li:hover a { color: #000; }

.gold-bar{ border-bottom: .3125rem solid #eebd31; }

.slide_show {
  width: auto;
  height: auto;
  position: relative;
  margin: 0 auto;
}
.slide_show .view {
  position: absolute;
  top: 0;
  max-width: 100%;
}
.slide_show .view:first-child {
  position: static;
  display: block !important;
}
#hero_graphic {
  background-color: #310044;
  margin-bottom:0 !important;
}
#welcomeBanner {
  overflow: hidden;
  padding: 1.25rem;
  background-color: #310044;
  color: #FFF;
  font-size: .875rem;
}
#welcomeBanner h1 {
  font-size: 1.75rem;
  color: #FFF;
}
.facultyProfile h5, .home-accessible h4,
.home-accessible h5, .home-completeengineer h4,
.home-completeengineer h5, .home-item h4,
.home-item h5, .home-news h4, .home-news h5,
.home-twitter h4, .home-twitter h5,
.spotlight h4, .spotlight h5 {
  /* color:#4f0071; */ }

#welcomeBanner .col1of2 {
  float: left;
  margin: 0 0 0 .9375rem;
}
#welcomeBanner .col1of2:first-child { margin: 0; }
.facultyBanners{ margin-top: .9375rem; }
.facultyBanners button {
  font-size: 1.25rem;
  font-weight: 300;
  background-size: 465px 60px;
  background-image: url(/_files/images/blankbanner.jpg);
  width: 465px;
  max-width: 100%;
}

.home-accessible, .home-completeengineer,
.home-item,.home-news, .home-twitter {
  border-top: .0625rem solid #e7e7e7;
  /* margin-top: .9375rem; */
  padding-top: .3125rem;
}

.spotlight {
  /* margin-top:.9375rem;*/
  border-top: .0625rem solid #fff;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.spotlight .button { margin: 0; }

.facultyProfile p {
  font-size: .8rem;
  text-align: justify;
}
.facultyProfile p img {
  float: right;
  margin: 0 0 1em 1em;
}

.news1 h5 {
	padding-bottom: 10px;
	font-weight: bold;
}
.specific h4 {
	font-size: 1.4rem;
	color: #fff;
	background-color: #11355d;
	padding: 10px 10px 10px 20px;
	margin-bottom: 0px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
div.news1 {
  background-color: #FAFAFA;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.news1 a {
    color: #222;
    line-height: inherit;
    text-decoration: none;
}
.news1 a:focus, a:hover {
  color: #222;
  text-decoration: underline;
}
.home-news .newsitem {
	padding: 10px 10px 15px 20px;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color: #cacaca;
}
.home-news div h5 {
  font-size: 1rem;
  color: #333;
	/* color: #4f0071;
  margin-bottom: 0; */
}
.home-news div h6 {
  font-size: .9rem;
  color: #333;
  margin-bottom: .5rem;
}
.home-news div p {
  font-size: .8rem;
  color: #222;
  margin-bottom: 0;
}
.home-news div p a { color: #888; }
.home-news div p a:hover { color: #dd2b56; }
.home-news div hr { margin: .5rem 0 .7rem; }
.newsheader { color: #4f0071; }

.socal {            /* SPELLING/TYPO??? */
	font-size: 42px;
	color: #3b94d9;
	text-align: center;
}
.social-icon {
	padding: 0px 30px 0px 0px;
	color: #ce202f;
}
.social-icon:hover { color: #3b94d9; }
.home-twitter h4 { text-align:left; }

/* removing -- this is NOT good practice 
iframe[id^=twitter-widget]{ height:600px !important; } 
*/

.home-completeengineer { margin-bottom:3.125rem; }

.issuuembed { margin:0 auto; }

.page_title {
  background: -webkit-linear-gradient(left,#2e0f38,#d7ae20);
  background: -o-linear-gradient(right,#2e0f38,#d7ae20);
  background: -moz-linear-gradient(right,#2e0f38,#d7ae20);
  background: linear-gradient(to right,#2e0f38,#d7ae20);
  overflow: hidden;
}
.page_title h2 {
  padding: .84375rem 0;
  color: #FFF;
  font-weight: 700;
}

@media only screen and (min-width:40.0625em) {
  .page_title {
    background-image: url(https://engineering.queensu.ca/_files/images/_shared/bg-title.jpg);
    background-repeat: no-repeat;
  }
	.page_title_new {
    /* border-bottom-style: dotted; */
  }
}

.side-nav-top {
  /* padding-top:.875rem; */
	margin-left: -15px;
}
.side-nav-bottom { padding-bottom:.875rem; }
.side-nav ul.nested,
aside .side-nav-2 ul.nested { text-indent: 1rem; }
.side-nav ul.nested a,
aside .side-nav-2 ul.nested a { font-size: .8rem; }

article {
  min-height: 12.5rem;
  margin-top: 1.5625rem;
  margin-bottom: 3.125rem;
}
article h6 {
  color: #888;
  font-weight: 700;
}
article p {
  line-height: 1.6;
  margin: 0 0 18px;
  word-wrap: break-word;
}
/* hidden for MADEV - Blank Page content type 
article .tabs .tab-title>a { border-bottom: 3px solid transparent; }
article .tabs .tab-title>a:hover { border-bottom: 3px solid #4f0071; } */
article .item-label {
  display: block;
  text-align: center;
  margin-top: .5rem;
}
article .item-img {
  transition: .15s;
  width: 100%;
  height: auto;
}
article .item-img:hover {
  opacity: .85;
  transform: scale(1.05);
}
article .layout-table {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}

#hero {
  position: relative;
  margin: 1.125rem 0;
  width: 100%;
}
#hero>img { height: auto; }
#hero figcaption {
  font-size: 3rem;
  color: #fff;
  text-shadow: 0 0 1.125rem #000;
  line-height: 3rem;
  font-family: 'Noto Serif', sans-serif;
}
#heroSubtitle {
  font-size: 1.5rem !important;
  font-family: 'Noto Sans', sans-serif !important;
}

div[class^=overlay-] {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding: 1.5rem;
}

main { padding-bottom: 50px; }

footer .icon-copyright, footer .icon-disclaimer,
footer .icon-facebook, footer .icon-feasit,
footer .icon-twitter, footer .icon-vimeo {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}
.overlay-top {
  top: 0;
  left: 0;
}
.overlay-center {
  top: 50%;
  transform: translateY(-50%);
}
.overlay-bottom { transform: translateY(-100%); }
.hero-left { text-align: left; }
.hero-center{ text-align: center; }
.hero-right{ text-align: right; }

footer .icons { text-align: center; }

.faculty-profile-image {
  max-width: 9.0625rem;
  max-height: 13.5625rem;
}
footer {
  border-top: solid 2px #000;
  background-color: #292929;
  /*background: #555;                                                          For browsers that do not support gradients
  background: -webkit-linear-gradient(#11335d, #11335d 75%, #eebd31, #9d1939); For Safari 5.1 to 6.0
  background: -o-linear-gradient(#11335d, #11335d 75%, #eebd31, #9d1939);      For Opera 11.1 to 12.0
  background: -moz-linear-gradient(#11335d, #11335d 75%, #eebd31, #9d1939);    For Firefox 3.6 to 15
  background: linear-gradient(#11335d, #11335d 75%, #eebd31, #9d1939);         Standard syntax */
}

footer>div { padding: .9375rem 0; }

@media only screen and (max-width:40em),only screen and (min-width:40.0625em) and (max-width:59.0625em) {
  footer .r1 .columns:nth-child(n+2) { /* see next style */
    border-top: 1px solid #8f8f8f;
  }
}
@media only screen and (min-width:59.125em) {
  footer .r1 .columns:nth-child(n+2) { /* added class to differentiate 1st row */
    border-left: 1px solid #8f8f8f;
  }
}
footer p {
    font-size: .8em;
    margin-bottom: .8em;
    color: #CCC;
}

/* don't think this are used anymore - JV */
footer .icon-twitter {
  background: url(https://chemeng.queensu.ca/_files/images/fi-twitter.png) center top no-repeat;
  background-size: 1.5rem;
}
footer .icon-twitter:hover {
  background: url(https://chemeng.queensu.ca/_files/images/fi-twitter-hover.png) center top no-repeat;
  background-size: 1.5rem
}
footer .icon-facebook {
  background: url(https://chemeng.queensu.ca/_files/images/fi-facebook.png) center top no-repeat;
  background-size: 1.5rem
}
footer .icon-facebook:hover{
  background: url(https://chemeng.queensu.ca/_files/images/fi-facebook-hover.png) center top no-repeat;
  background-size: 1.5rem;
}
footer .icon-vimeo {
  background: url(https://chemeng.queensu.ca/_files/images/fi-vimeo.png) center top no-repeat;
  background-size: 1.5rem;
}
footer .icon-vimeo:hover {
  background: url(https://chemeng.queensu.ca/_files/images/fi-vimeo-hover.png) center top no-repeat;
  background-size: 1.5rem;
}
footer .icon-feasit {
  background: url(https://chemeng.queensu.ca/_files/images/fi-feasit.png) center top no-repeat;
  background-size: 1.5rem
}
footer .icon-feasit:hover {
  background: url(https://chemeng.queensu.ca/_files/images/fi-feasit-hover.png) center top no-repeat;
  background-size: 1.5rem;
}
footer .icon-disclaimer {
  background: url(https://chemeng.queensu.ca/_files/images/fi-disclaimer.png) center top no-repeat;
  background-size: 1.5rem;
}
footer .icon-disclaimer:hover {
  background: url(https://chemeng.queensu.ca/_files/images/fi-disclaimer-hover.png) center top no-repeat;
  background-size: 1.5rem;
}
footer .icon-copyright {
  background: url(https://chemeng.queensu.ca/_files/images/fi-copyright.png) center top no-repeat;
  background-size: 1.5rem;
}
footer .icon-copyright:hover {
  background: url(https://chemeng.queensu.ca/_files/images/fi-copyright-hover.png) center top no-repeat;
  background-size: 1.5rem;
}

/* Variables */
/* Small Navigation */
.logo-small { float: right; }
.title-bar { padding: 0 0.5rem; }
.menu-icon, .title-bar-title {
  position: relative;
  top: 10px;
}

/* Medium-Up Navigation */
@media only screen and (min-width: 40rem) {
  .logo-wrapper {
    position: relative;
  }
  .logo-wrapper .logo {
    width: 118px;
    height: 92px;
    position: absolute;
    left: 50%;
    right: 50%;
    top: -6px;
    margin-left: -59px;
  }
  .top-bar-right {
    width: 50%;
    padding-left: 86px;
  }
  .top-bar-right ul {
    float: left;
  }
  .top-bar-left {
    width: 50%;
    padding-right: 86px;
  }
  .top-bar-left ul {
    float: right;
  }
}

@media only screen and (min-width: 40.0625em) {
  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 70rem;
	}
}

/* Styles for Google CSE (taken from line 2525 NEW-responsive.css)
Removed 'button' from definition to leave regular buttons unaffected
.button,div #cse input.gsc-search-button{
  -webkit-appearance:none;
  -moz-appearance:none;
  border-radius:3px;
  border-style:solid;
  border-width:0;
  cursor:pointer;
  font-weight:400;
  line-height:normal;
  margin:0 0 1.25rem;
  position:relative;
  text-align:center;
  text-decoration:none;
  display:inline-block;
  padding:1rem 2rem 1.0625rem;
  font-size:1rem;*/
  /*background-color:#4f0071;*/
  /*border-color:#8700c0;*/
  /*background-color:#333;*/
  /*background-color:#008cba;
  border-color:#000; color:#FFF;
  transition:background-color 300ms ease-out; } */

/*Styles for Google CSE (taken from line 5009 NEW-responsive.css)*/
.split.button,
div #cse input.split.gsc-search-button {
  position: relative;
  padding-right: 5.0625rem;
}
.split.button span,
div #cse input.split.gsc-search-button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
.split.button.alert span,
.split.button.secondary span,
.split.button.success span,
div #cse input.split.alert.gsc-search-button span,
div #cse input.split.secondary.gsc-search-button span,
div #cse input.split.success.gsc-search-button span { border-left-color: rgba(255,255,255,.5); }
.split.button span:after,
div #cse input.split.gsc-search-button span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid inset inset;
  left: 50%;
  border-width: .375rem;
  margin-left: -.375rem;
  top: 48%;
  border-color: #FFF transparent transparent;
}
.split.button span:active,
div #cse input.split.gsc-search-button span:active { background-color: rgba(0,0,0,.1); }
.split.button span,
div #cse input.split.gsc-search-button span {
  border-left-color: rgba(255,255,255,.5);
  width: 3.09375rem;
}
.split.button.tiny,
div #cse input.split.tiny.gsc-search-button { padding-right: 3.75rem; }
.split.button.tiny span,
div #cse input.split.tiny.gsc-search-button span { width: 2.25rem; }
.split.button.tiny span:after,
div #cse input.split.tiny.gsc-search-button span:after {
  border-top-style: solid;
  border-width: .375rem;
  margin-left: -.375rem;
  top: 48%;
}
.split.button.small,
div #cse input.split.small.gsc-search-button { padding-right: 4.375rem; }
.split.button.small span,
div #cse input.split.small.gsc-search-button span { width:2.625rem; }
.split.button.small span:after,
div #cse input.split.small.gsc-search-button span:after {
  border-top-style: solid;
  border-width: .4375rem;
  margin-left: -.375rem;
  top: 48%;
}
.split.button.large,
div #cse input.split.large.gsc-search-button { padding-right: 5.5rem; }
.split.button.large span,
div #cse input.split.large.gsc-search-button span { width: 3.4375rem; }
.split.button.large span:after,
div #cse input.split.large.gsc-search-button span:after {
  border-top-style: solid;
  border-width: .3125rem;
  margin-left: -.375rem;
  top: 48%;
}
.split.button.expand,
div #cse input.split.expand.gsc-search-button { padding-left: 2rem; }
.split.button.secondary span:after,
div #cse input.split.secondary.gsc-search-button span:after { border-color: #333 transparent transparent; }
.split.button.radius span,
div #cse input.split.gsc-search-button span{
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.split.button.round span,div #cse input.split.round.gsc-search-button span {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
.split.button.no-pip span:after,
.split.button.no-pip span:before,
div #cse input.split.no-pip.gsc-search-button span:after,
div #cse input.split.no-pip.gsc-search-button span:before { border-style: none; }
.split.button.no-pip span>i,
div #cse input.split.no-pip.gsc-search-button span>i {
  display: block;
  left: 50%;
  margin-left: -.28889em;
  margin-top: -.48889em;
  position: absolute;
  top: 50%;
}
/* Styles for Google CSE (taken from line 7221 NEW-responsive.css) */
div #cse input.gsc-search-button {
  padding: .375rem 1.25rem;
  font-size: .8rem;
  margin-bottom: 1rem;
}
/* Search styles to resolve conflict between Google CSE and Foundation */
.gsc-control-cse * {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.gsc-control-cse input { box-shadow: none !important; }
.gsc-control-cse input:focus { outline: none; }
.gsc-control-cse table {
  border: none;
  background: transparent;
}
.gsc-control-cse table tr th,
.gsc-control-cse table tr td { padding:2px !important; }
.gsc-input-box,
.gsc-search-box .gsc-input>input,
.gsc-input-box-hover {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* Side-nav styles - taken from line 4965 NEW-responsive.css */
.side-nav, aside .side-nav-2 {
  display: block;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.side-nav li, aside .side-nav-2 li {
  font-size: .95rem;
  font-weight: 400;
  margin: 0;
}
.side-nav li a:not(.button),
aside .side-nav-2 li a:not(.button) {
  color: #FFF;
  display: block;
  margin: 0;
  padding: .4375rem .875rem;
  text-decoration: none;
}
.side-nav li a:not(.button):focus,
.side-nav li a:not(.button):hover,
aside .side-nav-2 li a:not(.button):focus,
aside .side-nav-2 li a:not(.button):hover {
  background: #333;
  color: #FFF;
}
.side-nav li a:not(.button):active,
aside .side-nav-2 li a:not(.button):active { color: #4f0071; }

.side-nav li.active>a:first-child:not(.button),
aside .side-nav-2 li.active>a:first-child:not(.button) {
	color: #fff;
  font-weight: 400;
}
.side-nav li.divider,
aside .side-nav-2 li.divider {
  border-top: 1px solid;
  height: 0;
  list-style: none;
  padding: 0;
  border-top-color: #e6e6e6;
}
.side-nav li.heading, aside .side-nav-2 li.heading{
  color:#FFF;
  font-size: .875rem;
  font-weight: 700;
}
aside .side-nav-2 { padding-left: 1rem; }

/* Styles for header area */
/* override Queen's wordmark placement */
.qw-header-component { margin-left: 0 !important; }

/* IMP: transitioning to div - remove h1 once fully tested */
h1.home-title, div.home-title {
    font-size: 2rem;
    margin-bottom: 0.55em;
    font-weight: 550;
    line-height: 1;
}
h1.home-title a, div.home-title a { border: 0; }

.home-title-sub { 
    /* not used anymore? */
    font-size: 1rem; 
    color: #000; 
}
  
h1.home-title span.subheader,
div.home-title span.subheader {
  font-size: 1.45rem;
  text-transform: uppercase;
  letter-spacing: 0.05pt;
}
.aux-menu { margin: 0.5em 0; }
.aux-menu a { color: #9d1939; font-size: 0.85em; }
.aux-menu a.button {
    color: #fff;
    margin: 5px 0 5px 5px;
    padding: 0.7rem 1rem;
    background-color: #11355d;
    text-transform: uppercase;
    font-weight: 600;
}
.aux-menu a.button:hover { background-color: #1b4f98; }

/*Styles for home page banner */
.home_graphic {
	position: absolute;
	width: 1118px; /*forces overlay to correct width */
	bottom: 0;
	padding: 1em 2em 1em 2.5em;
	background-color: #fff;
	opacity: 0.85;
    filter: alpha(opacity=85); /* For IE8 and earlier */
/*	height: 130px; */
}
.home_graphic h2 {
  font-size: 1.25rem;
	color: #333;
}
.home_graphic h3 {
  font-size: 1.3rem;
	color: #333;
}
/* Similar styles for carousel (landing page @ 10 cols) */
.home_graphic.carousel {
    width: inherit;
	max-width: 932px; 
}
.home_graphic.carousel p {
    line-height: 1.4;
    margin-bottom: 0.3rem;
}
/* Styles for breadcrumbs */
.columns-0 { padding: 0; }
.breadcrumbs { border-style: none; }
.breadcrumbs > * a {
  color: #525252;
  border-bottom: none;
}

/*Styles for base footer */
.base-footer p {
  color: #949494;
  font-size: 0.75em;
  padding: 5px 0 0 10px;
  margin: 0 0 10px 5px;
  line-height: 1.5;
}
.base-footer a {
  color: #fff;
  line-height: inherit;
  text-decoration: underline;
  border-bottom: 1px solid #dcdcdc;
}
.base-footer a:focus,
.base-footer a:hover { text-decoration: underline; }

.base-footer .c2 p { margin-bottom: 0; }
.base-footer .c2 .medium-space { padding: 2.25em; }

.base-footer .icon-font { 
    color: #FFF; 
    font-size: 1rem;
    line-height: 1;
}

/*MEGA MENU */
 /* mega menu list */
.nav-menu {
  display: block;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 15;
}

/* a top level navigation item in the mega menu */
.nav-item {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

/* first descendant link within a top level navigation item */
.nav-item > a {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0 0 -1px 0;
  border: 1px solid transparent;
}

/* focus/open states of first descendant link within a top level navigation item */
.nav-item > a:focus,
.nav-item > a.open { border: 1px solid #dedede; }

/* open state of first descendant link within a top level
   navigation item */
.nav-item > a.open {
  background-color: #fff;
  border-bottom: none;
  z-index: 1;
}

/* sub-navigation panel */
.sub-nav {
  position: absolute;
  display: none;
  top: 2.6em;
  margin-top: -1px;
  padding: 0.5em 1em;
  border: 1px solid #dedede;
  background-color: #fff;
}

/* sub-navigation panel open state */
.sub-nav.open { display: block; }

/* list of items within sub-navigation panel */
.sub-nav ul {
  display: inline-block;
  vertical-align: top;
  margin: 0 1em 0 0;
  padding: 0;
}

/* list item within sub-navigation panel */
.sub-nav li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu-border-r-w { border-right: 1px solid #FFF; }

/* Skip to main content link */
/* WebAIM.org - http://webaim.org/techniques/skipnav/ */
#skiptocontent a {
    color: #662d91;
    padding: 6px;
	position: absolute;
	top: -50px;
	left: 0px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-bottom-right-radius: 10px;
	background: transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}
#skiptocontent a:focus {
	position: absolute;
	left: 0px;
	top: 0px;
  background: #eef;
	outline: 0;
	-webkit-transition: top .1s ease-in, background .6s linear;
    transition: top .1s ease-in, background .6s linear;
}

/* new custom panel styling */
.panel-white { 
    background: #fff; 
    box-shadow: 0px 2px 7px rgba(0,0,0,0.15);
}
.panel-gold {
  background-color: #ffe8a8;
  border: 1px solid #ebc77a;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
/* new - used on grad program pages */
.panel-heading {
  /* min-width: 395px; */
  height: 50px;
  background-image: url("../programs/graduate-professional/images/MajorMaps-banner_bg.png");
  background-repeat: round;
  margin-bottom: 15px;
  text-align: center;
}
.panel-heading p {
  font-size: 1.21875rem;
  color: #FFF;
  font-weight: 600;
  text-shadow: 2px 2px 4px #000;
  margin-bottom: 0;
  line-height: 2.6;
}

/* Old Current Students page styles for word cloud, Twitter etc */
.current-students-word-cloud .weight0 { font-size: 8pt; margin:30px; vertical-align:top; }
.current-students-word-cloud .weight1 { font-size: 9pt; margin:30px; vertical-align:top; }
.current-students-word-cloud .weight2 { font-size: 10pt; margin:30px; vertical-align:bottom; }
.current-students-word-cloud .weight3 { font-size: 11pt; margin:30px; vertical-align:bottom; }
.current-students-word-cloud .weight4 { font-size: 12pt; margin:30px; vertical-align:bottom; }
.current-students-word-cloud .weight5 { font-size: 13pt; margin:30px; vertical-align:bottom; }
.current-students-word-cloud .weight6 { font-size: 14pt; margin:30px; vertical-align:top; }
.current-students-word-cloud .weight7 { font-size: 15pt; margin:30px; vertical-align:bottom; }
.current-students-word-cloud .weight8 { font-size: 18pt; margin:30px; vertical-align:top; }
.current-students-word-cloud .weight9 { font-size: 20pt; margin:30px; vertical-align:bottom; }
.current-students-word-cloud {
	color: #6e6e6e;
	padding: 10px;
	text-align: center;
}

/* styles for foundation icons (footer only) */
.icon-footer {
  font-size: 30px;
  color: #fff;
  line-height: inherit;
  text-decoration: none;
  margin: 0 0.5rem 0;
}
.icon-body { font-size: 50px; }
/* icons in main body */
a span.icon-body {
  color: #333;
  line-height: inherit;
  text-decoration: none;
}
a span.icon-body:focus, a span.icon-body:hover { color: #888; }
.icon-menu {
  font-size: 14px;
	padding: 0px;
	margin: 0px;
}

.foot-space {	padding-bottom: 2em; }
.foot-space h2 { font-size: 1.4em; }

@media print {
  aside,header[role="banner"],nav,footer {
    display: none;
  }
  a[href]:after {
    content: none !important;
  }
}

/* improved styling for tabs */
.tabs { border-bottom: 1px solid #e6e6e6; }
.tabs dd, .tabs .tab-title { 
    border: 1px solid #e6e6e6;
    border-bottom: none;
}
.tabs .tab-title > a { background-color: #FFF; }
/*
.tabs .tab-title.active > a { background-color: #EFEFEF; } 
*/

/* By Navjot */
.tabs.students .tab-title.Undergraduate > a { background-color: #eee2e380; border: 2px solid #ac2b37; }
.tabs.students .tab-title.Graduate > a { background-color: #e8e1f080; border: 2px solid #663399;}
.tabs.students .tab-title.International > a { background-color: #e2e9e980; border: 2px solid #1a7f7a;}
.tabs.students .tab-title.General > a { background-color: #faf3e180; border: 2px solid #edb220;}
.tabs.students .tab-title.Indigenous > a { background-color: #eaf1fb80; border: 2px solid #2f5597;}

/* 
.tabs .tab-title.active.Undergraduate > a { background-color: #EEE2E3; } 
*/

/* NEW: incoporate images in tabs (Employer Partners pg) */
.tabs.image-tab .tab-title {
    text-align:center;
    width: 33%;         /* currently allows only 3 tabs @ full width */
    min-width: 245px; /* not the most responsive solution */
}
.tabs.image-tab .tab-title a {
    color: #11355D;
    font-family: 'Oswald', 'Impact', sans-serif;
    font-size: 1.8rem;
}

/* Adding the following for MAS curriculum page - ensuring cell text doesn't wrap in first column */
.curriculum td:nth-child(1) { white-space: nowrap; overflow: auto;}

.smaller { font-size:50%; }
.text-small { font-size: 0.8rem; } /* New: 50% is too small! Uses similar convention to alignment classes. */

/* table styling (example timetable) */
table caption { padding-bottom: 0.5em; } /* default - fixes weird spacing */
.timetable th { width: 15%; text-align: center; background-color: #f67477; }
.timetable .cell-time { background-color: #c091d3; }
.timetable tbody .cell-blocked { background-color: #FFF3D4; }
.timetable tbody th[scope="row"] { background-color: #f6d6fd; }
.timetable tbody td { text-align: center; background-color: #fff; }

table.new { border-spacing: 0; }
table.new td, table.new th { border: 1px solid #ddd; vertical-align:top; }
table.new td p { font-size: 0.875rem; }
table.new td li { font-size: 0.875rem; margin-bottom: 0.5em;} 

/* new list styles (xtra spacing) */
.x-linespacing li { 
    margin-top: 0.3em;
    margin-bottom: 0.5em; 
}

a.dropdown-link { text-decoration: underline double #cb204a; } /* distinguish "dropdown" overlays from regular links */

/* transcript link styles, omitted alignment */
a.transcript {font-size: 0.8em; margin-top: 0.5em;}

/* emergency message */
.row.emergency-msg {
  background-color: #FFF4E0! important;
  border: 1px #FFD721 solid;
  margin: 0;
}
.row.emergency-msg p {
  margin: 5px 30px;
  padding: 5px;
  color: #9D1939;
}

/* New custom banner for EDII */
.banner-fullwidth {
    width: 100%;
    height: 400px;
    background-color: #6d595080;
    background-image: url('/images/PaperHeads_Diversity_EDII_Banner_1118x400');
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-fullwidth h1 {
    color: #fff;
    margin: 0;
    font-size: 3rem;
    line-height: 1;
    text-shadow: 6px 5px 3px #00000080, -1px -2px 3px #00000060;
}

/* ENGWELL STYLES */
.ew-blue {color: #11355D;}
.ew-red {color: #9D1939;}
.condensed { font-family: 'Oswald', 'Impact', sans-serif; }
.writing { font-family: 'Kalam', 'Comic Sans', 'Comic Sans MS', 'Textile', cursive; }
.typewriter {
  font-weight: 400;
  font-family: 'Courier New', monospace;
  letter-spacing: -2pt;
}
.ew-grid {
  padding: 1.5em;
  margin-bottom: 2em;
  border: 10px solid #553274;
  border-radius: 15px;
}
h1.ew-h1 {
    font-size: 3.25em;
    line-height: 1;
    margin-bottom: 0.85em;
}
h1.ew-hd .subheader {font-size: 0.85em;}
h2.ew-hd, h3.ew-hd  {
  background-color: #222f5b;
  padding: 0.6rem;
  color: #FFF;
  font-size: 2.25em;
}
.ew-lp {padding-bottom: 2em;}
.ew-lp div.columns {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.ew-lp div.columns:hover { transform: scale(1.05); }
.ew-lp a {
    font-size: 2rem;
    line-height: 1;
}
.ew-lp a:hover {
    text-decoration: none;
    color: #553274;
}
#modalTitle01, #modalTitle02 {margin-bottom: 0; }
.ew-modal {
  border: 5px solid #222f5b;
  padding: 15px 0 0;
}
.ew-modal p {
  font-size: 1.5rem;
  font-family: 'Oswald', sans-serif;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.ew-modal p:hover { transform: scale(1.05); }
.ew-modal a:hover {
    text-decoration: none;
    color: #553274;
}
.ew-lp-block {
  border: 5px solid #222f5b;
  margin-bottom: 2em;
}
.ew-lp-block h2 {margin: 0; }
.ew-lp-block p { margin: 15px; }
p.backlink {
    margin: 1em 0;
    text-align: left;
}
.ew-bannerimg {
  margin-top: 1em;
  position: relative;
}
.ew-overlay {
  position: absolute;
  top: 15%;
  left: 64%;
  width: 340px;
  text-align: center;
  background-color: #4158c4ba;
  padding: 15px;
}
.ew-overlay p {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 4px;
}
.ew-cols .panel {padding: 1.2em;}
.ew-cols p {
  font-size: 0.95em;
  line-height: 1.45;
  margin-bottom: 0.7em;
}
.ew-cols img {margin-bottom: 10px;}

.resource-banner  { 
    text-align: left; /* should remove with styles in template */
    padding-right: 1.5em;
}
.resource-banner .col1 { padding-left: 1em;}
.resource-banner .col2 { 
    margin-bottom: 1.5em;
    border-bottom: 5px #553274 solid;
}
.resource-banner h1 {
    color: #553274;
    line-height: 1.1;
    font-size: 2.3em;
    margin: 0.45em 0;
}
.resource-banner h2 {
  color: #11355D;
  font-size: 2em;
}
.resource-sidebar { margin-left: 1em;}
.resource-group { margin-bottom: 1.5em;}
p.resource-intro {
  margin-bottom: 1em;
  margin-top: 1.5em;
  font-weight: 600;
}
.resource-block.indent { margin-left: 1.5em; }
.resource-title {
    font-family: 'Kalam', 'Comic Sans', 'Comic Sans MS', 'Textile', cursive;
    color: #11355D;
    font-size: 1.6rem;
    margin-bottom: 0;
    line-height: 1.6;
}

/* new Tricolour boxes stats (for WiE site) */
.reduce-margin { margin-bottom: 10px; } /* could be a generic style to override p styles */
.increase-size {font-size: 1.6rem;}
.boxes div {
    text-align: center;
    padding: 10px;
    margin-bottom: 1rem;
}
.boxes p { 
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: 600; 
    margin-bottom:0;
}
.boxes span.stat { font-size: 2rem; }
.box-blue {border: 5px solid #1f3a60;}
.box-gold {border: 5px solid #edb220;}
.box-red {border: 5px solid #ac2b37;}

/* ISOTOPE STYLES (WiE section) - shd consolidate w/UG programs update */
#form-ui .groups {margin-bottom: 10px;}
#form-ui .groups label {color: #000}
#form-ui .resources label {width: 275px; margin-bottom: 5px; color: #000;}
#form-ui .resources input {margin: 0.5rem;}
#form-ui .resources label#programs, .grid-item.program {border: 2px solid #edb220; background-color: #faf3e180;}
#form-ui .resources label#research, .grid-item.research {border: 2px solid #ac2b37; background-color: #eee2e380;}
#form-ui .resources label#financial, .grid-item.financial {border: 2px solid #663399; background-color: #e8e1f080;}
#form-ui .resources label#pd-career, .grid-item.pd-career {border: 2px solid #2f5597; background-color: #eaf1fb80;}
#form-ui .resources label#social, .grid-item.social {border: 2px solid #1a7f7a; background-color: #e2e9e980;}

.grid-item {padding: 10px; margin-bottom: 10px; width: 45%; }
.grid-item-etlt {padding: 10px; margin-bottom: 10px; width: 100%; }
.grid-item--width2 { width: 50%; } /* why is this here? */
.grid-item .grid-item-etlt p {font-size: 0.9rem; margin-bottom: 0;}
.grid-item .grid-item-etlt a {color: #00305e;}
.grid {height: 100%;}


/* ISOTOPE STYLES by NAVJOT */
#form-ui .programs {margin-bottom: 10px;}
#form-ui .programs label {color: #000}
#form-ui .programs label {width: 220px; margin-bottom: 5px; color: #000;}
#form-ui .programs input {margin: 0.5rem;}
#form-ui .categories label {width: 220px; margin-bottom: 5px; color: #000;}
#form-ui .categories input {margin: 0.5rem;}

#form-ui .programs label#program1, .grid-item-etlt.program4 {border: 2px solid #2f5597; background-color: #eaf1fb80;}
#form-ui .programs label#program2, .grid-item-etlt.all {border: 2px solid #1a7f7a; background-color: #e2e9e980;}
#form-ui .programs label#program3 {border: 2px solid #663399; background-color: #e8e1f080;}
#form-ui .programs label#program4 {border: 2px solid #801a63; background-color: #d4b7cf80;}
#form-ui .programs label#all {border: 2px solid #801a1a; background-color: #f6c5c580;}

#form-ui .categories label#category1, .grid-item-etlt.program1 {border: 2px solid #edb220; background-color: #faf3e180;}
#form-ui .categories label#category2, .grid-item-etlt.program2 {border: 2px solid #ac2b37; background-color: #eee2e380;}
#form-ui .categories label#category3, .grid-item-etlt.program3 {border: 2px solid #663399; background-color: #e8e1f080;}



/* WiE contact page */
.static-icon-med {font-size: 1.3rem; margin-right: 5px;}

/* Bug fix for Google Charts */
.google-visualization-tooltip { pointer-events: none; }

/* Event styles */
.event-description {margin-bottom: 1rem;}
img.event { margin-left: 1rem; max-width: 40%;}

/* UG programs page (update 2021) */
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 1rem;
}
.grid-container div {padding: 1rem 1rem 0;}
.colorgrid .panel {border: 2px solid #d6d6d6; background-color: #f1f1f1;}

.colorgrid .panel p:first-child {
    text-align: center;
    font-family: 'Oswald', Impact, sans-serif; 
    font-size: 1.38rem;
}

/* New: Checkmark style lists */
ul.checklist {list-style:none;}
ul.checklist li:before {
    content: "\2714 \0020";
    font-size: 1.2rem;
    margin-right: 0.2rem;
}
/* Custom - employers page */
.blue-bg {
  background-color: #11355D;
  display: inline-block;
  padding: 0.6rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.01rem;
  margin-bottom: 1rem;
}

/* RESEARCH CATALOGUE STYLES */ 

.research-catalog-header {
  background: #1f3a60 url('../research/catalogue/images/bg_header.jpg') no-repeat;
}

.research-catalog-header .header-title { padding: 20px 20px 0px; }
.research-catalog-header .header-title p a {
  text-align: left; 
  color: #FFF;
  font-size: 2rem;
  line-height: 1.15;
  text-decoration: none !important;
}
.research-catalog-header .header-title .subheader {
  color: #eaa900;
  font-size: 1.25rem;
}
/* for small only */
.research-catalog-header .header-title .button {
  text-transform: uppercase;
  font-weight: 600;
}
.research-catalog-header .banner-main {
    background-image: linear-gradient(to bottom right, #5b5b67b3, #292929);
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 2px #333;
}
.research-catalog .banner h1 a { 
    color: #FFF; 
    text-decoration: none;
}

/* overrides title styling - remove if template is switched */
.research-catalog-header .banner-main h1:before { border-bottom: 0; }
.research-catalog-header .banner-main h1,
.research-catalog-header .banner-main .banner-link {
    color: #a6a6a6;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
}
.research-catalog-header .banner-main .banner-link {
    font-size: 2.5rem;
    letter-spacing: -0.05rem;
}
.research-catalog-header .banner-main a:hover {
    color: #a6a6a6;
    text-decoration-thickness: 2pt;
}

/* MAIN PAGE */
.catalog-menu li .button { min-height: 100px; }

.catalog-menu li .button {
  text-align: left;
  padding: 20px 10px 20px 100px;
  font-size: 1.25rem;
  transition: background-color 300ms ease-out;
}

/* Subnav styles  */
.research-catalog-header .top-bar { height: unset; }

.catalog-submenu-lg .top-bar-section li.theme1 a,
.theme1.button,
.theme1.banner { background-color: #eba900; color: #000061; }
.catalog-submenu-lg .top-bar-section li.theme1 a:hover,
.theme1 .button:hover:not(.dropdown) { background-color: #dd9f00; }

.catalog-submenu-lg .top-bar-section li.theme2 a,
.theme2.button,
.theme2.banner { background-color: #D14600; }
.catalog-submenu-lg .top-bar-section li.theme2 a:hover,
.theme2 .button:hover:not(.dropdown) { background-color: #b83d00; }

.catalog-submenu-lg .top-bar-section li.theme3 a,
.theme3.button,
.theme3.banner { background-color: #b81237; }
.catalog-submenu-lg .top-bar-section li.theme3 a:hover,
.theme3 .button:hover:not(.dropdown) { background-color: #940f2d; }

.catalog-submenu-lg .top-bar-section li.theme4 a,
.theme4.button,
.theme4.banner { background-color: #48256d; }
.catalog-submenu-lg .top-bar-section li.theme4 a:hover,
.theme4 .button:hover:not(.dropdown) { background-color: #391e56; }

.catalog-submenu-lg .top-bar-section li.theme5 a,
.theme5.button,
.theme5.banner { background-color: #00305e; }
.catalog-submenu-lg .top-bar-section li.theme5 a:hover,
.theme5 .button:hover:not(.dropdown) { background-color: #022445; }

li#researchers a { background-color: #58595b; }
li#researchers a:hover { background-color: #292929; }

.catalog-submenu-sm nav { padding: 0.5rem 1.25rem; } 
.catalog-submenu-sm .drop-link { color: #FFF; }
.catalog-submenu-sm nav a:hover { text-decoration: underline; }

.catalog-submenu-lg .button-group a { text-align: center; }
.catalog-submenu-lg .top-bar-section,
.catalog-submenu-sm { background-color: #58595b; }
.catalog-submenu-lg .top-bar-section ul li {
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
.catalog-submenu-lg .top-bar-section ul li a:hover { text-decoration: none; }

/* no longer needed? 
.theme1.button, .theme2.button, .theme3.button, 
.theme4.button, .theme5.button { text-transform: uppercase; } */

/* BANNER STYLES */ 

.theme1 .banner {
  background: #eba900 url("../research/catalogue/images/theme1.svg") no-repeat 20px 10px;
  background-size: 70px;
  color: #000061;
}
.theme2 .banner {
  background: #D14600 url("../research/catalogue/images/theme2.svg") no-repeat 20px 10px;
  background-size: 70px;
}
.theme3 .banner {
  background: #b81237 url("../research/catalogue/images/theme3.svg") no-repeat 20px 10px;
  background-size: 70px;
}
.theme4 .banner {
    background: #48256d url("../research/catalogue/images/theme4.svg") no-repeat 20px 10px;
    background-size: 70px;
}
.theme5 .banner {
  background: #00305e url("../research/catalogue/images/theme5.svg") no-repeat 20px 10px;
  background-size: 70px;
}
.theme6 .banner {
  background: #58595b url("../research/catalogue/images/people-icons.jpg") no-repeat 20px 15px;
  background-size: 70px;
}

#researchers .banner, #researchers.banner {
  background: #58595b;
  min-height: unset;
  padding: 10px;
}
#researchers h1 {
    text-align: center; 
    color: #fff;
}

.groups-dropdown button { margin-top: 5px; margin-bottom: 5px; }
.groups-dropdown a { text-decoration: none; }

/* L2 & child pages */
.research-catalog .banner { padding: 10px; }

.research-catalog .banner h1 {
    font-size: 1.25rem;
    text-align: left;
}
.research-catalog .banner h1 a:hover { 
    background: none; 
    text-decoration: underline;
}

/* overrides default h1 link color */
.banner.theme1 h1 a { color: #000061; }

main.research-catalog {
    background: #FFF url('../research/catalogue/images/bg_white_1118x900.jpg') no-repeat bottom;
    background-size: 100%;
}
.catalog-content article { 
    margin-bottom: 0;
    padding: 1rem;
    background: #ffffffcc;
}
.research-catalog h2 { text-align: center; }
.research-catalog figure { 
    background-color: #ffffffbf;
    border: solid 1px #FFF;
}

.column-list-2 { column-count: 2; }

/* NEW CURRENT STUDENTS PAGE */

.banner-students {
    height: 350px;
    background: #314e72;
    background: url('https://engineering.queensu.ca/Current-Students/images/banner_autumn-buildings.jpg') no-repeat bottom right;
}
.banner-students h1 {
    color: #fff;
    text-shadow: 3px 3px 5px #113355;
    font-size: 4.5rem;
    line-height: 1.2;
    position: relative;
    top: 1.6rem;
}
#subnav-students .button-group {
    border: 1px solid #113355;
    background: #113355;
}
#subnav-students .button {margin-bottom: 0;}

/* top of content area */
.students-top {padding-top: 1rem;}
.students-top:first-child .panel {margin: 0;}

/* Current Students resources */

.resource-card { transition: all .05s ease-in; }
.resource-card:hover {
    box-shadow: 3px 6px 10px -4px rgb(0 0 0 / 25%);
    transform: scale(1.025)
}
.resource-card:hover .title { color: #9d1939; }
.resource-card a:hover,
.resource-card a:focus { text-decoration: none;}
.resource-card:hover .inner { border-color: #9d1939; }
.resource-card .inner { 
    border: 1px solid #ccc; 
    padding: 0.6rem;
    margin: 0;
    color: #1f3a60;
}
.resource-card .inner:first-child {
    background-color: #FAFAFA;
    border-bottom: 0;
}
.resource-card .title {
    font-family: 'Volkhov', serif;
    font-size: 1.15rem;
    line-height: 1.35;
    text-align: center;
    margin-bottom: 0;
}
.resource-card p:not(.title) {
    font-size: 0.9rem;
    margin-bottom: 0;
}
.panel-resource {border: 1px solid #ccc;}
.panel-resource .resource-title a {
    font-family: 'Volkhov', serif;
    color: #11355D;
    font-size: 1.3rem;
}