
/* Global Text Styling  */

body {
  --mcmaster-maroon: #8D2555;
  --mcmaster-maroon-light: #D0C0C4FF;
  --mcmaster-maroon-lighter: #E8E1E4FF;
  --mcmaster-gold: #FFC057;
  --mcmaster-grey: #EDF0F4;
  --mcmaster-grey-dark: #D8D8D8;
  --mcmaster-black: #262626;
  --mcmaster-heritage-grey: #5E6A71;
  --mcmaster-heritage-gold: #FDBF57;
  --mcmaster-brighter-world-yellow: #FFD100;
  --mcmaster-brighter-world-lime: #D2D755;
  --mcmaster-brighter-world-sky-blue: #8BD3E6;
  --mcmaster-brighter-world-red: #A6192E;
  --mcmaster-brighter-world-green: #007B4B;
  --mcmaster-brighter-world-blue: #007096;
}

html, body
{
  /*font-family: Arial, sans-serif;*/
  font-family: 'Roboto', sans-serif;
  color: var(--mcmaster-black);
  /*font-weight: normal;*/
  /*font-style: normal;*/
}

h1
{
  /*font-family: 'Poppins', sans-serif;*/
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  color: var(--mcmaster-black);
  margin-top:0;

}

h2.sectionheader
{
  font-size: 20px;
  text-transform: uppercase;
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'Roboto', sans-serif;
  color: #2480f9;
  margin:30px 0;

}


h2
{
  font-size: 28px;
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'Roboto', sans-serif;
  color: var(--mcmaster-black);

}



h3
{
  font-size: 20px;
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'Roboto', sans-serif;
  color: var(--mcmaster-black);
  margin: 0px 0 25px;

}

h4
{
  font-size: 14px;
  text-transform: uppercase;
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'Roboto', sans-serif;
  color: #6a7480;
  margin:10px 0 25px;

}

p,li
{
  font-size: 16px;
  line-height: 26px;
  color: var(--mcmaster-black);
  margin-bottom: 25px;

}

.tooltiptext
{

  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: var(--mcmaster-black);

}

p a
{
  text-decoration: underline;
}

.small-text
{
  font-size: 14px;
}

.sonata_breadcrumb {
  display: none !important;
}

/* Utilities */


.utilities-container
{
  display: -webkit-flex;
  display:flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content:flex-end;
  justify-content: flex-end;
}

.utilities li {
  display: flex;
  height: 40px;
}

.utilities li a
{
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--mcmaster-black);
  border-radius: 0;
  padding: 10px;
  display: flex;
  align-self: center;
}

.utilities li:last-of-type {
  padding-right: 0;
}

.glyphicon-search
{
  font-size: 24px;
}

.utilities-container form {
  margin-top: 20px;
}

.utilities-container .dropdown {
  position: relative;
  top: 4px;
}

.form-inline .form-control, .search-bar
{
  height: 50px;
  width:300px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #5c5f63;
  background-color: #fff;
  background-image: none;
  border: 1px solid #5c5f63;
  border-radius: 0px;
}

.input-group
{
  width: 300px;
  float: right;
}

.search-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #abbbce;
  border: 1px solid transparent;
  border-radius: 0px;
  height:50px;
  width:50px;
  color:white;
  margin-left: -5px;
}


.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover
{
  background: none;
  color: var(--mcmaster-black);
  text-decoration: underline;
}


/* Navigation */

.navbar-default
{
  background-color: #ffffff;
}

.navbar
{
  margin-bottom: 0;
  border:none;
  border-radius: 0;

}

#main-nav .nav-justified > li > a {
  padding: 1.25em 1em;
}

#main-nav .nav-justified > li {
  width: auto;
}

#main-nav .dropdown-chevron {
  color:#000;
  position:relative;
  top:-2px;
  margin-left:5px;
  margin-right:0;
}

#main-nav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover
{
  background-color: #8d2655;
  color: #fff;
}

.nav-justified > li > a {
  border-bottom: 5px solid transparent;
}

#main-nav .nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
}

.utilities-container .nav > li > a:focus {
  background-color: #8d2655;
}

#main-nav .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: transparent;
  color: #000;
}

#main-nav .nav .open > a {
  border-bottom: 5px solid #711e44;
}

.navbar-default .navbar-toggle {
  border-radius: initial;
  border: 1px solid #711e44;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #711e44;
}

#main-nav .nav > li.newsletter-item {
  padding: 0.25em 0;
  float: right;
}

.header-alert {
  padding: 5px 0;
  background: #ffc057;
  font-size: 17px;
  font-weight: bold;
  display: flex;
}

.header-alert > .container,
.header-alert > .container .row {
  height: 100%;
}

.header-alert .col-md-12 {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-alert .col-md-12 .fa {
  color: #232324;
}

.header-alert .col-md-12 a {
  color:#232324
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

#bs-example-navbar-collapse-1 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.bootstrap-datetimepicker-widget a[data-action] {
  color: #8d2655;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 500;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #711e44;
  font-size: 15px;
  line-height: 23px;
  color: white;
  font-weight:300;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px #721f44 solid;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,.175);
  box-shadow: 0 0 0 rgba(0,0,0,.175);
}

.dropdown-menu ul
{
  list-style: none;
  list-style-image: none;
  list-style-type: none;
}

.search-results .dropdown-menu li
{
  color: white;
  font-weight: normal;
  list-style: none;
}

.dropdown-menu li a, .dropdown input
{
  color: white;
  padding: 10px 20px;
  text-decoration: underline;
  display: block;
  list-style: none;
  list-style-image: none;
  list-style-type: none;

}

.dropdown-menu ul li
{
  list-style: none;
}

.dropdown-menu li a:hover,
.nav .dropdown-menu > .active > a,
.nav .dropdown-menu > .active > a:hover,
.nav .dropdown-menu > .active > a:focus
{
  background-color: #edf0f4;
  color: #8d2655;
}

.dropdown-menu .content
{
  color: #a0a0a0;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 24px;
  display: block;
}

.dropdown-menu .content p
{
  color: #a0a0a0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

a span.content
{
  margin-top: -20px;
  display: block;
  text-decoration: none;
}

.dropdown-menu .content a
{
  padding: 0;
  display: inline;
  text-decoration: underline;
}


.dropdown-menu {
  min-width:auto;
  width:100%;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: 0;
  padding:25px 10px;
  z-index: 1000;
}




.navbar-collapse
{
  z-index: 100;
}


.nav-justified > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  color: #232324;
  text-align: center;
  text-transform: uppercase;

}

.fr #main-nav .nav-justified > li > a {
  font-size: 12px;
}

.yamm .yamm-content
{
  padding: 0px;
}

.dropdown-menu > ul { float: left; width: 50%; }

.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus
.nav-justified > li > a:focus,
.nav-justified > li > a:hover {

  border-bottom: 5px solid #711e44;

}
.nav-justified > li:first-child > a {
}
.nav-justified > li:last-child > a {

}
.read-more-content{
  display: none;
}

@media (min-width: 768px) {
  .nav-justified {
  }
  .nav-justified > li > a {

  }
  .nav-justified > li:first-child > a {
    border-left: 0;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
  }
  .nav-justified > li {
    display:inline-block;
  }
}

.nav
{
  margin: 0;
}

.nav li
{
  font-size: 14px;
  line-height: normal;
  color: var(--mcmaster-black);
  margin-bottom: auto;
  list-style: none;
  text-indent:0em;
}

.main-container {
  margin-top: 10px;
}

.homepage .main-container {
  margin-top: 0;
}

/* Footer Stying */

footer ul
{
  padding: 0;
  list-style: none!important;
  list-style-image: none;
  list-style-type: none;
}

footer ul li
{
  padding: 5px 0;
  font-size: 14px;
  line-height: normal;
  margin-bottom: auto;
  list-style: none!important;

}

footer ul li a
{
  color: white;
  font-weight: 300;
}

footer ul li a:hover
{
  color: #edf0f4;
}

footer{background: #8d2655; margin-top: 50px;}

.homepage footer
{
  margin-top: 0;
}

footer h2
{
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  margin:30px 0 15px;

}
.sitemap
{
  margin-top:80px;
}

.sitemap ul, .sitemap p
{
  text-align: center;
  color: white;
  font-size: 12px;

}

.sitemap ul li
{
  display: inline;
  margin-right:10px;

}

.sitemap ul li
{
  display: inline;

}

.sitemap li::after {
  content: " | ";
}

.sitemap li:last-child:after{
  content: "";
}


.sitemap ul li a
{
  margin:0 7px;
}

footer.footer-v2 a, footer.footer-v2 a:hover{
  color: #5c5c5c;
}
footer.footer-v2{
  margin-top: 44px;
  padding-top: 15px;
  padding-bottom: 0;
  border-top: 10px solid var(--mcmaster-gold);
  text-align: center;
  font-size: 12px;
  background: transparent;
}
footer.footer-v2 ul.social-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer.footer-v2 ul.social-links .fa{
  color: var(--mcmaster-black);
}
footer.footer-v2 .social-links li {
  margin: 0;
  display: inline-block;
  padding: 0;
}
footer.footer-v2 .sitemap ul, footer.footer-v2 .sitemap p{
  color: var(--mcmaster-black);
}
footer.footer-v2 .sitemap{
  margin-top: 45px;
}
footer.footer-v2 .sitemap ul li{
  margin: 0;
  padding: 0 20px;
}
footer.footer-v2 .sitemap ul li:not(:first-child){
  border-left: 1px solid var(--mcmaster-grey-dark);
}
footer.footer-v2 .sitemap ul li a{
  text-decoration: underline;
}
footer.footer-v2 .sitemap li::after{
  content: none;
  display: none;
}
/* Global CSS */


.inline-pyramid
{
  display: flex;
  align-items:center;
  margin-bottom: 35px;
  border-top:1px #9d9d9d solid;
  border-bottom:1px #9d9d9d solid;

}

.inline-pyramid img
{
  margin: 20px 0;
  max-height: 280px;
  max-width: 321px;
}

ul,ol
{
  padding:0;
  margin: 0 20px 20px;
}

li
{
  padding: 0;
  list-style-position: outside;
}

a
{
  color:#0552B8;
}


ul li
{
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-bottom: 10px;
}

.sidebar p
{
  margin-bottom: 10px;
}

.sidebar img
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.sidebar h3
{
  margin-top: 30px;
}

.sidebar .callout
{
  margin-left: 0;
  float: none;
  white-space: normal;
  overflow: hidden;
}

.sidebar .category
{
  background-color: #abbbce;
  color: var(--mcmaster-black);
  border: none;
  font-size: 16px;
  padding: 10px 25px;
  margin: 5px;
  display: inline-block;
}

.img-left
{
  float: left;
  margin-right:20px;
  clear: both;
}

.img-right
{
  float: right;
  margin-left:20px;
  clear: both;
}
.callout i
{
  margin-left:2px;
}



.health-sections{
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
  margin: 35px 0;

}

.health-sections li{
  text-align: center;
  background-color:#edf0f4;
  padding: 0;
}

.health-sections li a
{
  padding: 15px 50px;
  color:black;
}

.health-sections li a:not(.active):not(:hover) {
  background: none;
}

.fa
{
  color: #711e44;
  margin-right: 10px;
  vertical-align: middle;
}

.mcmaster {
  margin-top: -10px;
  margin: -10px auto 0 auto;
  display: block;
}

.calloutlink
{
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
}


.logo-container
{
  height: 80px;
  /*display: -webkit-flex;*/
  /*display:flex;*/
  /*-webkit-align-items: center;*/
  /*align-items: center;*/
  /*-webkit-justify-content:flex-start;*/
  /*justify-content: flex-start;*/
}


.mobilepadding, .no-padding
{
  padding-left: 0;
  padding-right: 0;
}

.dropdown-menu li
{
  list-style: none;
}
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .dropdown-toggle.btn-primary:hover, .open>.dropdown-toggle.btn-primary:active{
  background-color: #8d2655;
  color: white;
}


.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary
{
  background-color: #8d2655;
}

.btn-prime
{
  background-color: #2480f9;
  color: white;
  border:1px solid white;
  padding:10px;
  width: 250px;
}

.btn-prime:hover, .btn-prime:active, .btn-prime:focus
{
  background-color: #3e8df4;
  color: white;
  border:1px solid white;
  padding:10px;
  width: 250px;
}

.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-social>:first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0,0,0,0.2);
}

.btn-social + .btn-social {
  margin-top: 10px;
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0,0,0,0.2);
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:visited {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0,0,0,0.2);
}

.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0,0,0,0.2);
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:visited {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0,0,0,0.2);
}

.btn-facebook .fa.fa-facebook,
.btn-twitter .fa.fa-twitter {
  color: #fff;
}


/* Homepage */


.carousel-caption {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    /*font-family: 'Poppins', serif;*/
    font-family: 'Roboto Slab', serif;
}
.homepage .carousel-caption {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 10;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
  text-align: center;
  background: rgba(0,0,0,0.4);
}

.homepage .carousel-caption h1
{
  font-size: 2.5em;
  color: white;
  margin: 0 auto;
  /*font-family: 'Poppins', serif;*/
  font-family: 'Roboto Slab', serif;
  width: 95%;
  line-height: 1.5em;
}

.homepage .carousel-caption.no-subtitle h1 {
  width: 70%;
}

.homepage .carousel-caption p
{
  font-size: 2em;
  color: white;
  margin: 0 auto;
  /*font-family: 'Poppins', serif;*/
  font-family: 'Roboto Slab', serif;
  width: 95%;
  line-height: 1.5em;
}

.homepage .carousel-inner > .item {
  max-height: 600px;
}

.in-slider
{
  position: absolute;
  bottom:20px;
  right: 20px;
  z-index: 600;
}

.in-slider .dropdown-menu {
  min-width: auto;
  width: auto;
}

.in-slider .dropdown-toggle
{
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 100;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: white;
  width: 110px;
  color: var(--mcmaster-black);
  text-align: left;
}

.fr .in-slider .dropdown-toggle {
  width: 150px;
}

.in-slider .dropdown-menu a {
  font-size: 14px;
}

.carousel-control
{
  width: 5%;
  z-index: 50;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  left:40px;
  z-index: 51;
  width: 60%;
  padding-left: 0;
  margin-left: -28%;
  text-align: center;
  list-style: none;
}

.whoweare, .blog
{
  background: #edf0f4;

}

.whoweare .text
{
  height: 391px;
  background: #edf0f4;
  display: -webkit-flex;
  display:flex;
  -webkit-align-items: center;
  align-items: center;
  padding:0 30px;
  text-align: center;
}

.whoweare .img
{
  height: 391px;

}


.redsection
{
  background: #8d2655;

}

.redsection h1, .redsection h2, .redsection p
{
  color: white;
}

.redsection .tweet
{
  height: 576px;
  display: -webkit-flex;
  display:flex;
  -webkit-align-items: center;
  align-items: center;
  padding:0 30px;
  text-align: center;
}


.redsection .tweet > div
{
  margin: 0 auto;
  width: 100%;
}

.redsection-v2 {
  min-height: 450px;
  display: flex;
  align-items: center;
  text-align: center;
  background-image: url(/bundles/nccmtapp/images/maple_leaf.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.redsection-v2 .left, .redsection-v2 .right{
  height: 300px;
}
.redsection-v2 .left h1 {
  margin-bottom: 60px;
}
.redsection-v2 .left h2, .redsection-v2 .right h2 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 40px;
}
.redsection-v2 .right ul{
  margin: 0 0 0 0;
}
.redsection-v2 .right li{
  list-style: none;
  padding: 0;
}
.redsection-v2 .right{
  text-align: left;
}
.redsection-v2 .right a{
  color: white;
  text-decoration: underline;
}
.redsection-v2 .right a:hover,
.redsection-v2 .right a:focus {
  color: var(--mcmaster-grey);
}
.fr .redsection-v2 .left, .fr .redsection-v2 .right {
  height: 340px;
}
.moreinfo
{
  background-color: #edf0f4;
}


div.moreinfo div.moreinfoitem
{
  width: 100%;
  max-width: 450px;
  padding: 50px;
  background: white;
  box-shadow: 10px 10px 5px #888888;
  -webkit-box-shadow: 0px 0px 70px -21px rgba(0,0,0,0.73);
  -moz-box-shadow: 0px 0px 70px -21px rgba(0,0,0,0.73);
  box-shadow: 0px 0px 70px -21px rgba(0,0,0,0.73);
  margin: 50px auto;
}


.featured_blog
{
  border: 5px #edf0f4 solid;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 20px;

}

.featured_blog div
{
  margin: 0 auto;
}

.featured_blog img
{
  float: left;
  margin: 0 20px 0 0;
  max-width: 50%;

}

.blogitem
{
  width: 100%;
  padding: 50px;
  background: white;
  border: 5px #edf0f4 solid;
  margin: 45px 0;

}


.map
{
  height: 526px;

}

.map img {
  width: 100%;
  height: 100%;
}

.contact .text {
  height: 526px;
  background: #edf0f4;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 30px;
  text-align: center;

}

/* Homepage B&W section */
.image-group img {
  float: left;
}

.text div
{
  width: 100%;

}
.search-box ul li a:hover
{
  color:white;
}


/* Internal Pages */

.spacer
{
  margin-top: 15px;
  margin-bottom: 15px;

}

.submenu-container
{
  background-color: #edf0f4;
}

.submenu
{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}



.submenu .btn
{
  padding-top:10px;
  padding-bottom:10px;
}


.pageheader
{
  text-transform: uppercase;
  margin: 0;
}

.btn-group-lg>.btn
{
  background:#edf0f4;
  border-radius: 0;
  font-size: 16px;
  font-weight: 200;
  border:none;
  padding: 25px 10px;

}

.btn-group-lg>.btn:hover
{
  background-color: white;
}

.btn-group-lg
{
  margin-left: auto;
}

.submenu .active
{
  border:none;
  background-color: white;
}


.breadcrumb
{
  background-color: white;
  padding: 0;
  margin: 30px 0;
}

.breadcrumb li
{
  margin: 0;
  font-style: italic;
}

.navbar-nav
{
  float: right;
}


.subheader
{
  margin-top:0;
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 20px;
}

.sidebar
{
  padding-left: 20px;
  border-left: 5px solid #eee;
}

.authors
{
  margin-top:0;
  font-size: 16px;
  font-weight: 100;
}

.callout
{
  background-color: white;
  border: 1px solid black;
  border-radius: 0;
  color: black;
  font-weight: 500;
  text-align: left;
  font-size: 16px;
  padding: 12px;
  margin: 0 5px 10px 5px;  min-width: 260px;
  float: right;
}

.callout span
{
  float: right;
  width: 90%;
}

.callout i
{
  color: black;
}


.btn-sm
{
  border-radius: 0;
  background-color: #abbbce;
  color: var(--mcmaster-black);
  border:none;
  font-size: 16px;
  padding: 10px 25px;
  margin: 5px;
}

.highlightbox
{
  background-color: #edf0f4;
  padding:25px;
  margin: 10px 0;
  min-height: 300px;
}

.btn-block .fa
{
  color: black;
  margin-right: 2px;
}

.callout:hover
{
  background-color: #8d2655;
  border: 1px solid #8d2655;
  border-radius: 0;
  color: white;
}


.video-section
{
  background: #edf0f4;
  padding: 15px;
  border: 1px #abbbce solid;
  margin-top: -1px;
}

.white
{
  background-color: white;
}

.text-white {
  color: #fff;
}

/*.panel-default > .panel-heading, .panel*/
/*{*/
/*  background-color:transparent;*/
/*  border:none;*/
/*  border-radius: 0;*/
/*}*/

/*.panel*/
/*{*/
/*  border: none;*/
/*  box-shadow: none;*/
/*}*/

.time
{
  display:block;
}

.time a
{
  color:#193989;
}

.time > p
{
  display: inline;
}

.time > p a
{
  text-decoration: none;
}

/*.panel-default > .panel-heading h4*/
/*{*/
/*  font-weight: 500;*/
/*  text-transform: none;*/
/*}*/

.video-section .panel-heading
{
  padding: 0 0 35px 0;
}

/*.panel-default > .panel-heading h4 a*/
/*{*/
/*  padding: 15px;*/
/*  background-color: #2480f9;*/
/*  color: white;*/
/*  display: block;*/
/*  width: 160px;*/
/*  text-align: center;*/
/*  font-weight: 200;*/

/*}*/

.list-group-item
{
  background-color: transparent;
}

.reg-search
{
  width: 100%;
  margin-bottom: 10px;
}

.reg-search p
{
  font-style: italic;
}

.reg-search-bar
{
  height: 50px;
  width: 300px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #5c5f63;
  background-color: #fff;
  background-image: none;
  border: 1px solid black;
  border-radius: 0px;
}

.search-text p:last-child
{
  float: right;
}

.search-text p:first-child
{
  float: left;
}

.reg-search-btn
{
  background-color: black;
}


.btn-primary:focus
{
  background-color: #8d2655!important;
}

.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
  z-index: inherit;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 320px;
  background-color: white;
  color: black;
  text-align: left;
  padding: 25px;
  border: 1px solid #abbbce;
  box-shadow: 6px 5px 10px rgba(0,0,0,.2);
  position: absolute;
  z-index: 1;
}

.tip-title
{
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.search-filter ul
{
  margin-bottom: 35px;
}

.search-filter .fa, .refine-results-open .fa
{
  color: #abbbce;
  position: relative;
  top: -1px;

}

.search-filter h4{
  text-transform: uppercase;
  color: black;
  font-size: 18px;
  margin-bottom: 0;

}


.search-filter ul li
{
  margin:5px 0;
  list-style: none;
}

.search-filter label {
  display: inline-block;
  max-width: 100%;
  margin:0;
  font-weight: normal;
  margin: 0 5px 0 0;
}

.search-filter input[type="checkbox"]
{
  margin: 0 7px 0 0;
}
.search-results
{
  padding: 15px;
  background-color: #edf0f4;
  margin-bottom: 35px;
}

.search-results h3
{
  display: inline;
  margin-right: 5px;
  vertical-align: middle;
}

.search-results .btn-default
{
  background-color: #2480f9;
  color: white;
  border-radius: 0;
  display: inline-block;
  padding: 15px;
  margin-bottom: 0;
  border:none;
  border-radius: none;
}

.search-results .dropdown-menu
{
  width: inherit;
  right: 0;
  left: 0;
}

.search-results .sort
{
  background-color: #edf0f4;
  border:1px solid black;
  color: black;
  width: 80%;
  text-align: left;

}

.search-results  .refine-results-open
{
  width: 100%;
  padding: 10px;
}

.search-results  .refine-results-open label
{
  font-weight: normal;
}

.search-results  .refine-results-open li
{
  padding: 0;
  margin: 0;
}

.search-results .refine-results
{
  background-color: #2480f9;
}
.search-results .btn-group
{
  margin-left: 10px;
}

.refine-results-open h4
{
  color: white;
}

.search-pagination
{
  text-align: center;
}

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}

.search-result
{
  margin: 10px 0;
  padding: 20px;
  background-color: white;
  border:1px solid #abbbce;
}

.search-results h3 a
{
  font-weight: 500;
  font-size: 20px;
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'Roboto', sans-serif;
  color: #2480f9;
  margin: 30px 0;
  text-decoration: underline;
  line-height: 26px;
}


.search-pagination h3
{
  font-weight: normal;
}

.search-pagination a
{
  font-weight: normal;
  color: var(--mcmaster-black);
}

.wheel-text
{
  padding: 12px;
  text-align: center;
  font-weight: bold;
  color: white;
  margin-top: 20px;
}

/* LEARNING CENTRE */

.learning-badge
{
  clear:both;
  margin: 65px 0;
}

.learning-badge img
{
  margin: 0;
  margin-right: 15px;
  float: left;
}

.learning-badge  {}

.grey
{
  color: #676767;
}

.red
{
  color: #f01616;
}

.orange
{
  color: #f46407;
}

.yellow
{
  color: #fdb130;
}

.green
{
  color: #009540;
}

.blue
{
  color: #2d2d94;
}

.darkblue
{
  color: #262063;
}

.purple
{
  color: #803c9a;
}

.black {
  color: #000;
}

.health-sections .active
{
  color: white;
  font-weight: bold;
}

.nav-pills > li > a
{
  border-radius: 0;
}

.red-bck
{
  background-color: #f01616;
}

.orange-bck
{
  background-color: #f46407;
}

.yellow-bck
{
  background-color: #fdb130;
}

.green-bck
{
  background-color: #009540;
}

.blue-bck
{
  background-color: #2d2d94;
}

.darkblue-bck
{
  background-color: #262063;
}

.purple-bck
{
  background-color: #803c9a;
}

.white-bck {
  background-color: #fff;
}

.btn-brand {
  background-color: #7A1240;
  color: #fff;
}

.btn-brand:hover,
.btn-brand:focus {
  color: #fff;
  background-color: #711e44;
}

.btn-mcmaster-gold-simple {
  background-color: var(--mcmaster-gold);
  color: #000;
}

.btn-mcmaster-gray {
  background-color: var(--mcmaster-grey);
  color: #000;
}

.btn-mcmaster-black {
  background-color: var(--mcmaster-black);
  color: #fff;
}

.btn-mcmaster-black:focus, .btn-mcmaster-black:hover {
  color: #fff;
  opacity: 0.8;
}

.btn-mcmaster-maroon:hover, .btn-mcmaster-maroon:focus {
  opacity: 0.8;
  color: #fff;
}

.btn-mcmaster-gold,
.utilities li a.btn-mcmaster-gold,
#main-nav .nav-justified > li > a.btn-mcmaster-gold,
.btn-mcmaster-maroon,
.utilities li a.btn-mcmaster-maroon,
#main-nav .nav-justified > li > a.btn-mcmaster-maroon,
.btn-nccmt {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 12px 17px;
  border-radius: 2em;
  -webkit-box-shadow: 0 10px 30px -10px rgba(69,69,69,.53);
  -moz-box-shadow: 0 10px 30px -10px rgba(69,69,69,.53);
  box-shadow: 0 10px 30px -10px rgba(69,69,69,.53);
  text-align: center;
  border: none;
  width: auto;
  float: none;
}

.fr #main-nav .nav-justified > li > a.btn-mcmaster-maroon {
  padding: 12px 16px;
}

.btn-mcmaster-gold,
.utilities li a.btn-mcmaster-gold,
#main-nav .nav-justified > li > a.btn-mcmaster-gold {
  color: #000;
  background-color: #ffc057;
}

.btn-mcmaster-maroon,
.utilities li a.btn-mcmaster-maroon,
#main-nav .nav-justified > li > a.btn-mcmaster-maroon,
.btn-mcmaster {
  color: #fff;
  background-color: #850044;
}


.utilities li a.btn-mcmaster-maroon {
  font-size: 12px;
}

.btn-mcmaster-gold:active,
.btn-mcmaster-gold:hover {
  opacity: 0.7;
  color: #000;
}

#main-nav .nav-justified > li > a.btn-mcmaster-maroon:hover,
#main-nav .nav-justified > li > a.btn-mcmaster-maroon:focus {
  color: #fff;
  background-color: grey;
}

.btn-mcmaster-green {
  background-color: var(--mcmaster-brighter-world-green);
  color: #fff;
}

th
{
  background:#edf0f4;
}

.table.no-background th {
  background: none;
}

.table.table-condensed a,
.table.table-condensed p {
  word-break: break-word;
  font-size: 14px;
  margin-bottom: 0;
}

table hr
{
  margin: 10px 0;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td
{
  color: #676767;
}


/* LIGHTBOX */

.lity-iframe .lity-container
{
  max-width: 1024px;
}

.lightbox .systems
{
  background-image:url(../img/pyramid/sprites/unit1_complete.png);
  display:block;
  height:124px;
  width:516px;
}


.lightbox .systems:hover
{
  background-image:url(../img/pyramid/sprites/unit1_complete.png);
  background-position: 0 124px;

}

.lightbox #pyramid
{
  float: left;
  background:red;
}

.Systems_lb
{
  width:396px;
  height: 127px;
  display: block;
  background: url(../img/pyramid/sprites/units_complete.png);
  background-position:396px 0;
  text-align: center;
  padding-top: 80px;
  color:#8d2655!important;

}

.Systems_lb:hover
{
  background-position:1px 0;
  color:#8d2655!important;
}


.Summaries_lb
{
  width:396px;
  height: 46px;
  display: block;
  background: url(../img/pyramid/sprites/units_complete.png);
  background-position:396px 238px;
  text-align: center;
  padding-top: 15px;
  color:#8d2655!important;
}

.Summaries_lb:hover
{
  background-position:0 -126px;
  color:#8d2655;!important
}

.Synopses-Syntheses_lb
{
  width:396px;
  height: 50px;
  display: block;
  background: url(../img/pyramid/sprites/units_complete.png);
  background-position:396px 192px;
  text-align: center;
  padding-top: 18px;
  color:white!important;
}

.Synopses-Syntheses_lb:hover
{
  background-position: 0 192px;
  color:white!important;
}

.Syntheses_lb
{
  width:396px;
  height: 46px;
  display: block;
  background: url(../img/pyramid/sprites/units_complete.png);
  background-position:396px -222px;
  text-align: center;
  padding-top: 15px;
  color:white!important;
}

.Syntheses_lb:hover
{
  background-position:0 -222px;
  color:white!important;
}

.Synopses-Studies_lb
{
  width:396px;
  height: 49px;
  display: block;
  background: url(../img/pyramid/sprites/units_complete.png);
  background-position:396px -268px;
  text-align: center;
  padding-top: 16px;
  color:white!important;
}

.Synopses-Studies_lb:hover
{
  background-position:0 -268px;
  color:white!important;
}

.Studies_lb
{
  width:396px;
  height: 47px;
  display: block;
  background: url(../img/pyramid/sprites/units_complete.png);
  background-position:396px 47px;
  text-align: center;
  padding-top: 14px;
  color:white!important;
}

.Studies_lb:hover
{
  background-position:0 47px;
  color:white!important;
}

#pyramid .tab--active
{
  font-weight: bold!important;
  text-decoration: underline!important;
  color: black!important;

}


.lightbox  .panel-default > .panel-heading, .panel
{
  background-color:transparent;
  border:none;
  border-radius: 0;
}


.lightbox  .panel
{
  border: none;
  box-shadow: none;
}


.lightbox .panel-default > .panel-heading h4
{
  font-weight: 500;
  text-transform: none;
}

.lightbox .panel-heading
{
  padding: 0 0 0 0;
  margin-bottom: 1px;
}

.lightbox .panel-default > .panel-heading h3 a
{
  padding: 15px;
  padding-left: 0;
  background-color: white;
  color: black;
  display: block;
  width: 100%;
  border-bottom: 1px solid #edf0f4;
  text-align: left;
  font-weight: 500;
  font-size: 20px;

}

.lightbox
{
  overflow: hidden;

}
.panel-lb
{
  margin-top: 15px;
}

.lightbox h1 {
  font-weight: 500;
  font-size: 36px;
  color: var(--mcmaster-black);
  margin-top: 0;
  text-align: center;
  margin-top: 30px;
}

.lightbox h2 {
  font-weight: 500;
  font-size: 18px;
  color: #6a7480;
  margin-top: 0;
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
}

.lightbox .tooltip
{
  margin:0 0 15px;
  background-color: #edf0f4;
  color: #8d2655;
  padding: 10px;
  text-align: center;
  border-radius: 7px;
  font-size: 14px;

}

.lightbox .warning
{
  background: #ffe44d;
  padding: 15px;
  margin-bottom: 15px;
  color: #8d2655;
}


.lightbox .warning-content
{
  background: #fffca7;
  padding: 15px;
}

.lightbox .warning-content p
{

  color: #757575;
}

.lightbox .warning-content p.warning{
  color: black;
}


.tab-content {
  display: none;
}

.tab-content--active{
  display: block;
}


.footer-lb
{
  height: 50px;
  background: #89134a;
  margin-top: 50px;
  padding-right: 25px;
}

.footer-lb ul
{
  float: right;
  height:50px;

}


.footer-lb ul li
{
  float: left;
  margin-left: 25px;
  margin-top: 12px;
  text-indent: 0;
  text-decoration: none;
  list-style: none;
}

.footer-lb ul li a
{
  color: white;
}

.scroll
{
  height: 360px;
  overflow-y: scroll;
}

.lity-iframe-container
{
  height:627px;
}

.lightbox .container
{
  margin: 0 auto;
  padding: 0;
  width: 990px;
}

.is-logged .not-logged-in,
.is-not-logged .logged-in {
  display: none !important;
}

.en .en-switcher,
.fr .fr-switcher {
  text-decoration: underline;
}

.en-switcher:hover,
.fr-switcher:hover,
.en-switcher:focus,
.fr-switcher:focus {
  color: #fff;
}

/* Header CMS */

li#cc1 a { margin-top: 10px; padding-left: 40px; background:url('../images/1.jpg') left center no-repeat; }
li#cc2 a { margin-top: 10px; padding-left: 40px; background:url('../images/2.jpg') left center no-repeat; }
li#cc3 a { margin-top: 10px; padding-left: 40px; background:url('../images/3.jpg') left center no-repeat; }
li#cc4 a { margin-top: 10px; padding-left: 40px; background:url('../images/4.jpg') left center no-repeat; }
li#cc5 a { margin-top: 10px; padding-left: 40px; background:url('../images/5.jpg') left center no-repeat; }
li#cc6 a { margin-top: 10px; padding-left: 40px; background:url('../images/6.jpg') left center no-repeat; }

header > .text-block .nav .dropdown-toggle {
  margin: -10px 0 -2px;
}

header > .text-block .nav .dropdown-menu {
  background-color: #fff;
}

header > .text-block .nav .dropdown-menu a {
  color: #000;
}

header > .text-block .nav .dropdown-menu a:hover {
  color: #7A1240;
  text-decoration: underline;
}

header > .text-block li.dropdown,
header > .text-block li.dropdown li {
  padding-right: 0;
}

/* End Header CMS */

.supporting-text{
  margin-left: 30px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.supporting-text p{
  margin-bottom: 0;
}
.feedback-question-block{
  margin-left: 50px;
}
.child-feedback-question{
  margin-left: 40px;
}

/*==========  Non-Mobile  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

  .health-sections li
  {
    margin-top: 5px;
  }

  .health-sections li a
  {
    padding: 25px 35px;
  }

  .submenu
  {
    display: block;
  }

  .btn-group-lg
  {
    margin-left:-8px;
  }

  .pageheader
  {
    margin-top: 20px;
  }

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
  footer.footer-v2 .sitemap {
    margin-top: 15px;
  }
  footer.footer-v2 .sitemap ul{
    margin: 0;
  }
  footer.footer-v2 .sitemap ul li{
    margin: 0;
    padding: 0 5px;
  }

  #main-nav .nav > li.newsletter-item {
    float:none;
    padding-bottom: 0.5em;
  }

  .health-sections
  {
    display: block;
  }

  .search-box
  {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content:space-between;
    justify-content:space-between;
  }

  .hide-on-mobile
  {
    display: none!important;
  }

  .logo-container a
  {
    margin: 0 auto;
  }

  .pageheader
  {
    display: block;
  }

  .sort-container h3
  {
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }

  .submenu .btn-group
  {
    float: left;
    clear: both;

  }

  .logo-container
  {
    height: auto;
    padding:20px 0px 20px 0px;
    border-bottom:1px solid #edf0f4;
  }

  .search-text p:last-child, .search-text p:first-child

  {
    float: left;
    margin-bottom: 5px;
  }

  .search-filter
  {
    display: none;
  }
  .search-filter.search-filter-registry
  {
    display: block;
  }

  .search-results .sort
  {
    width:100%;

  }

  .search-results .sort-container
  {
    float: none;
    margin-top: 10px;
  }

  .search-box ul li a
  {
    padding: 25px;
  }

  .whoweare .text, .contact .text
  {

    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .redsection-v2 h1, .redsection-v2 h2 {
    margin-bottom: initial;
  }
  .redsection-v2 .left, .redsection-v2 .right{
    margin: 30px;
  }
  .redsection-v2 .right
  {
    margin-top: 0px;
  }
  .redsection-v2
  {
    flex-direction: column;
    justify-content: flex-end;
  }
  .redsection-v2 .left, .redsection-v2 .right,
  .fr .redsection-v2 .left, .fr .redsection-v2 .right{
    height: auto;
  }
  .redsection-v2 .left h1, .redsection-v2 .left h2 {
    font-size: 22px;
  }
  .redsection-v2 .right h1, .redsection-v2 .right h2{
    margin-bottom: 10px;
    font-size: 22px;
  }
  .whoweare .text p:last-of-type, .redsection p:last-of-type, .contact .text p:last-of-type
  {
    margin-bottom: 0;
  }

  .mobilepadding
  {
    padding-left: 15px;
    padding-right:15px;
  }

  .video-section img
  {
    display: none;
  }

  .time
  {
    display:block;
  }

  .btn-group-lg>.btn
  {
    clear: both;
    margin-bottom: 5px;
    display: block;
  }

  .sidebar
  {
    padding: 0;
    border:none;
  }


  .callout
  {
    width: 100%;
    display: block;
  }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {



  .inline-pyramid
  {
    display: block;
  }

  .inline-pyramid img
  {
    margin-bottom: 35px;
    height: 280px;
    width: 321px;
  }


  .health-sections li
  {
    margin-top: 5px;
  }

  .health-sections li a
  {
    padding: 25px 20px;
  }

  .search-box
  {
    width: 100%;
    display: block;
  }

  .search-results .sort-container
  {
    margin-top:10px;
    display: block;
    width:100%;
  }

  .search-results .sort-container h3
  {
    margin:10px 0;
    display: block;
    width:100%;
  }

  .dropdown-menu {
    position: relative;
  }


  .input-group
  {
    float: right;
    padding: 15px;
    width: 100%;
  }

  .reg-search
  {
    padding: 0;
    margin-bottom: 25px;
  }

  .search-pagination h3
  {
    display: block;
    width: 100%;
    clear: both;
  }

  .utilities
  {
    display:table;
    width: auto;
    margin: 0 auto;
  }

  .utilities li
  {
    text-align: center;
  }

  .nav-justified > li > a
  {
    height:auto;
  }

  .search-text p
  {
    float: left;
  }

  .callout
  {
    float: left;
  }

  body > .container > *:not(.no-mobile-padding) {
    padding-left: 15px;
    padding-right: 15px;
  }

  #main-nav .nav-justified > li > a {
    width: 100%;
    display: inline-block;
  }

  #main-nav .nav-justified > li {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    width: auto;
  }

  .nav-justified > .active > a, .nav-justified > .active > a:hover,
  .nav-justified > .active > a:focus .nav>li>a:focus, .nav>li>a:hover,
  #main-nav .nav .open > a {
    border-bottom: none;
  }

  .logo-container > div:last-of-type {
    margin-top: 20px;
  }

  .header-alert {
    padding: 15px;
  }

  #main-nav .nav > li.newsletter-item {
    margin-left: 25px;
    margin-right: 25px;
  }

  .utilities-container,
  .logo-container {
    margin-left: 0;
    margin-right: 0;
  }
  .utilities-container {
    padding-bottom: 0;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px)

{

  .carousel-caption h1
  {
    font-size: 14px;
  }

  .health-sections
  {
    display: block;
  }

  .carousel-indicators
  {
    display: none;
  }

  .in-slider
  {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 20;
    width: 100%;
  }

  .in-slider .dropdown-toggle, .in-slider .dropdown-menu
  {
    width:100%;
  }

  .featured_blog, .blogitem, .moreinfoitem
  {
    display: block;
    padding: 25px;
  }

  .featured_blog img
  {
    margin: 0 0 10px 0;
    max-width: 100%;
  }

  .map
  {
    display:none;
  }

  body > .container > *:not(.no-mobile-padding) {

  }

  .breadcrumb li:not(:nth-last-child(1)):not(:nth-last-child(2)) {
    display: none;
  }

  .breadcrumb li:nth-last-child(2):before {
    content: ' ';
  }

  .xs-full-width {
    width: 100%;
  }

  header nav .nav .dropdown-menu li a {
    white-space: initial;
  }

  .g-recaptcha {
    transform-origin: left top;
    -webkit-transform-origin: left top;
  }
  .search-results .btn, .search-results .btn-group
  {
    width: 100%;
    text-align: center;
    margin: 0!important;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

/* Extra Large Screens */

@media only screen and (min-width : 1600px)
{

  .carousel-caption h1
  {
    font-size: 46px;
  }

}

@media only screen and (min-width : 992px)
{
  .search-pagination
  {
    margin: 10px 0;
  }

  .search-results .btn-group
  {
    display: none;
  }

  .row-no-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .row-cols-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .row-cols-no-padding > [class*="col-"] > div {
    padding-right: 15px;
    padding-left: 15px;
  }

  .redsection.row-cols-no-padding > [class*="col-"] > div {
    padding: 0 30px;
  }

  div.moreinfo div.moreinfoitem {
    height: 550px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .search-results .dropdown-menu {
    width: 80%;
    left: 51px;
  }
}

/* Extra responsive classes for text alignments */
.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
  text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
  text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
  text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
  text-align: justify;
}

@media (max-width: 767px) {
  .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
    text-align: inherit;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-justify-xs {
    text-align: justify;
  }
  .container > .navbar-header {
    margin-left: 0;
    margin-right: 0;
  }
  .main-container > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .main-container > .row > div {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
    text-align: inherit;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
    text-align: inherit;
  }
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  .text-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
    text-align: inherit;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-justify-lg {
    text-align: justify;
  }
}
/* end */

/* Team members about pages */
.staff_name {
  padding: 0 5px 0 0;
}

.team-members-table tbody tr td:first-child {
  width: 195px;
}

.table.team-members-table > tbody > tr > td,
.table.staff_directory > tbody > tr > td {
  border-top: none;
}
.btn-hollow {
  border-radius: 0;
  background-color: transparent;
  color: black;
  border: 1px solid black;
  font-size: 16px;
  padding: 10px 25px;
  margin: 5px;
}
.img-box {
  position: relative;
  margin-top: 20px;
}
.img-box-text{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 5%;
  width: 90%;
}
.grey-box{
  background-image: linear-gradient(to bottom, white, #edf0f4);
}
.img-box-img{
  width: 100%;
}
.img-box-text span{
  font-weight: bold;
  color: white;
  font-size: 22px;
}
.img-box-text .btn-hollow{
  color: white;
  border: 1px solid white;
  margin-top: 10px;
  padding-left: 20px;
}
.pink-box {
  background: #f9f4f6;
  position: relative;
  margin-bottom: 20px;
}

/* Resource Search */
/*.resource .search-results h3 a:visited {*/
/*  color: #7A003C;*/
/*}*/

.resource .search .search-results p {
  margin-bottom: 10px;
}

.resource .apply-filters {
  width: 100%;
  margin-top: 15px;
}

/* Newsletter */
.subscribe-submit {
  margin-bottom: 20px;
}
/* Covid submission form */
.covid-19-evidence-review-version-2 form label[for$=__fr_],
.covid-19-evidence-review-version-2 form input[id$=__fr_],
.covid-19-evidence-review-version-2 form label[for$=__en_],
.covid-19-evidence-review-version-2 form input[id$=__en_] {
  display: none;
}

#top-registry-menu {
  display: none !important;
}

.tag-categories {
  display: inline-block;
}

.tag-categories img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.tag-categories img:last-of-type {
  margin-right: 0;
}

/* New tab styles taken from https://healthsci.mcmaster.ca/pediatrics */
.mc-nav-tabs {
  border: none;
  border-top: 3px solid var(--mcmaster-gold);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background: #f1f1f1;
  padding-bottom: 0;
  justify-content: space-between;
}
.mc-nav-tabs li {
  margin: 0;
  text-transform: uppercase;
  /*font-size: 20px;*/
  border-bottom: 1px solid #d5d6d2;
  border-right: 1px solid #d5d6d2;
  flex-grow: 1;
  padding-left: 0;
  padding-right: 0;
}
.mc-nav-tabs li:first-of-type {
  border-left: 1px solid #d5d6d2;
}
.mc-nav-tabs li.active {
  border-bottom-color: #303639;
}
.mc-nav-tabs li a {
  color: #5e6a71 !important;
  border-radius: 0;
  text-align: center;
  background: #fff;
  transition: border .3s,background .4s,color .3s!important;
  margin: 0;
  padding: 1.5rem;
  border: none;
}
.mc-nav-tabs li.active a, .mc-nav-tabs li.active a:hover, .mc-nav-tabs li.active a:focus {
  margin: 0;
  /*padding: 1.5rem;*/
  border: none;
  background: var(--mcmaster-maroon);
  color: #fff!important;
  /*font-size: 16px;*/
}
.mc-nav-tabs li a:hover, .mc-nav-tabs li a:focus {
  background: #f0f0f0;
}
.mc-nav-tabs li.active:after {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid var(--mcmaster-maroon);
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -20px;
  margin-top: 1px;
  z-index: 2;
}
.mc-nav-tabs li small {
  text-transform: lowercase;
  font-style: italic;
}

.mc-tab-content .focal-section {
  padding: 2em 0.5em;
  -webkit-box-shadow: inset 0 15px 25px -12px rgb(48 54 57 / 30%);
  -moz-box-shadow: inset 0 15px 25px -12px rgba(48,54,57,.3);
  box-shadow: inset 0 15px 25px -12px rgb(48 54 57 / 30%);
  background: #f0f0f0;
}
.mc-tab-content .row {
  margin: 0;
  display: flex;
  justify-content: space-around;
}
.mc-tab-content .x-axis-centered {
  align-items: center;
}
.mc-card {
  margin: 1rem;
  border-radius: 3px;
  background: #fff;
  flex: 1;
  -webkit-box-shadow: 0 1px 20px 0 rgb(48 54 57 / 30%);
  -moz-box-shadow: 0 1px 20px 0 rgba(48,54,57,.3);
  box-shadow: 0 1px 20px 0 rgb(48 54 57 / 30%);
}
.mc-card .card-header {
  padding: 2rem 3rem;
}
.mc-card .card-body {
  padding: 2rem 3rem;
}
.mc-card .card-body-lite {
  padding: 2rem 1rem;
}
.mc-card .page-title {
  border-bottom: 1px solid #d5d6d2;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.mc-card .page-title h3 {
  text-align: center;
}

/* PDF Mode */
.pdf header > div .utilities-container,
.pdf #main-nav,
.pdf .pdf-hide {
  display: none !important;
}
.pdf header > div .logo-container {
  margin-top: 25px;
  height: auto;
  margin-bottom: 25px;
}
.pdf header > div .logo-container > .col-md-3 {
  width: 40% !important;
  float: left !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
}
.pdf header > div .logo-container > .col-md-6 {
  width: 20% !important;
  float: left !important;
}
.pdf .main-container {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
}
.pdf .pdf-break {
  page-break-before: always;
}

/* Bootstrap colour overrides */
.label-primary {
  background-color: var(--mcmaster-brighter-world-blue);
}
.label-success {
  background-color: var(--mcmaster-brighter-world-green);
}
.label-warning {
  background-color: var(--mcmaster-brighter-world-yellow);
  color: #222;
}
.label-danger {
  background-color: var(--mcmaster-brighter-world-red);
}

.btn-rounded {
  border-radius: 2em;
}

.btn-warning, .btn-warning:hover, .btn-warning:focus {
  background-color: var(--mcmaster-brighter-world-yellow);
  border-color: var(--mcmaster-brighter-world-yellow);
  color: #222;
}
.btn-warning .fa, .btn-default .fa {
  color: #222 !important;
}
.btn-warning:hover, .btn-warning:focus {
  opacity: 0.8;
}

/* User Profile Pages */
.sonata-user-show .list-group-item:first-child, .sonata-user-show .list-group-item {
  border: none;
  border-radius: 0;
}
.sonata-user-show .list-group-item.active {
  border-left: 3px solid var(--mcmaster-maroon);
  background: #fff;
  color: #555;
}