 @charset "utf-8";
/* CSS Document */

/**COLOURS
CSDD Yellow = #ffcc00
Dark Blue = #11335d
Light Grey = #f4f5f9
Dark Grey = ##2f2f2f
Cover Yellow = (225, 204, 0, 0.75) - select "Light Grey" on sliders

.theme-csdd {
      --fa-secondary-opacity: 1.0;
      --fa-primary-color: rgb(17, 51, 93);
      --fa-secondary-color: rgb(255, 204, 1);
    }

/*** text corrections ***/

a {
    color: #2f579b;
}
a:hover {
    text-decoration: underline;
color: #11335d;
}

h2 {
color: #3E4E62
}

h3 {
color: #3E4E62
}

.btn-outline-dark:hover {
    color: #ffffff !important;
    background-color: #343a40;
    border-color: #343a40;
}

.paragraph--type--two-column-body a, .paragraph--type--extra-body a, .field--name-body a {
    text-decoration: none;
}
.paragraph--type--two-column-body a:hover, .paragraph--type--extra-body a:hover, .field--name-body a:hover {
    text-decoration: underline;
color: #11335d;
}

.view-id-people_directory form .views-exposed-form .form--inline div:last-of-type {
width:100%
}

br .lead {
height: 1.25rem;
}

@media (min-width: 576px){
.extra-body-field h2 {
margin: 1.25rem 0 0 0;
}
}

.extra-body-field h2 {
margin: 1.25rem 0 0 0;
}

.about-header {
color: #3E4E62;
}

.publications-list {
	align-items: flex-start;
	margin-top: 20px;
	
}
.p-list-item {
	border-left: solid;
	border-left-color: #f4f5f9;
	border-left-width: 3px;
	box-shadow: -3px 0px 3px #dde2ef;
        margin-bottom: 10px;
        margin-top: 10px;
}

.p-list-description p {
	text-justify: auto;
}

.p-list-image img {
	width: 180px;
	object-fit: cover;
	 box-shadow: 0 5px 5px 3px #dde2ef;
}


/** ordered list style **/

ol.research-clusters li {
    list-style-type: none;
    position: relative;
    padding-left: 30px;
    font-weight: 400;
    font-size: 1rem;
margin-bottom: 15px;
}
ol.research-clusters li::before {
    content: '1';
    position: absolute;
    left: -20px;
    padding: 5px;
    background: #f4f5f9;
    border-radius: 50%;
    width: 30px;
    display: inline-block;
    height: 30px;
    text-align: center;
}

.research-clusters li:nth-child(2)::before {
  content: '2';
}
.research-clusters li:nth-child(3)::before {
  content: '3';
}
.research-clusters li:nth-child(4)::before {
  content: '4';
}
.research-clusters li:nth-child(5)::before {
  content: '5';
}
.research-clusters li:nth-child(6)::before {
  content: '6';
}
.strategic-list li {
    list-style-type: none;
    position: relative;
    padding-left: 30px;
margin-bottom: 15px;
}
.strategic-list li::before {
    content: '1';
    position: absolute;
    left: -20px;
    padding: 5px;
    background: #3E4E62;
    border-radius: 50%;
    width: 35px;
    display: inline-block;
    height: 35px;
    text-align: center;
color: #fff;
}

.strategic-list li:nth-child(2)::before {
  content: '2';
}
.strategic-list li:nth-child(3)::before {
  content: '3';
}
.strategic-list li:nth-child(4)::before {
  content: '4';
}
.strategic-list li:nth-child(5)::before {
  content: '5';
}
.strategic-list li:nth-child(6)::before {
  content: '6';
}

/*** Nav Bar - colours set to yellow and black at both desktop and mobile widths ***/


@media (max-width: 990px) {
nav .faculty-department {
    padding: 0.75rem 0.75rem;
    background-color: #ffcc00;
    color: #002452;
    display: block;
    width: 100%;
}
nav .faculty-department h6 a {
   font-weight: 600;
   font-size: 1.75rem;
   color: #002452;
}
}
body.hidden-page-title nav.navbar .faculty-department h1 a {
    font-weight: 600;
    font-size: 1.75rem;    
    color: #002452;
    position: relative;
    top: 2px;
    z-index: 1;
    width: 39%;
    text-align: right;
}
@media (min-width: 991px) {
nav .faculty-department {
    background-color: #ffcc00;
    margin-top: 0.75rem;
    padding: 0.75rem 0;
}
nav .faculty-department h1 a {
    font-weight: 600;
    font-size: 1.75rem;
    color: #002452;
    position: relative;
    top: 2px;
    z-index: 1;
    width: 39%;
    text-align: right;
}
}

/*** Mega Menu - set tabs to left-alignment, set min-height and light grey background, reduce no. columns in no-image menu from 4 to 3 ***/

@media(min-width:992px) {

nav .navbar-collapse {
    background-color: #f4f5f9;
    margin-top: 0;
}
.menu--simple-mega-menu>.menu-item a, .menu--simple-mega-menu>.menu-item span.menu-item-text {
color: #11335d;
border-left: 0;
border-right: 0;
}

.menu--simple-mega-menu>.menu-item a:hover, .menu--simple-mega-menu>.menu-item afocus, .menu--simple-mega-menu>.menu-item span.menu-item-text:hover, .menu--simple-mega-menu>.menu-item span.menu-item-textfocus {
    background: 0;
    text-shadow: 0 0 0;
    border-left: 0;
    border-right: 0;
    text-decoration: none;
    color: #b90e31;
}

  .menu--simple-mega-menu > .menu-item--expanded.active > .mega-menu-wrapper ul.menu .menu-item.menu-item--expanded a, .menu--simple-mega-menu > .menu-item--expanded.active > .mega-menu-wrapper ul.menu .menu-item.menu-item--expanded span.menu-item-text {
    padding-right: 0;
    padding-left: 0;
    transition: .2s ease-in-out;
    line-height: 1.25em
  }

.menu--simple-mega-menu > .menu-item--expanded.active > .mega-menu-wrapper ul.menu .menu-item span.menu-item-text:hover, .menu--simple-mega-menu > .menu-item--expanded.active > .mega-menu-wrapper ul.menu .menu-item span.menu-item-text:focus {
    background: none;
    color: #2f2f2f;
    text-shadow: none;
  }
.menu--simple-mega-menu > .menu-item--expanded.active > .mega-menu-wrapper ul.menu .menu-item a:hover, .menu--simple-mega-menu > .menu-item--expanded.active > .mega-menu-wrapper ul.menu .menu-item a:focus {
    background: none;
    color: #e3394a;
    text-shadow: none
  }
	
.menu--simple-mega-menu > .menu-item--expanded.active > .mega-menu-wrapper ul.menu .menu-item.menu-item--expanded span.menu-item-text:hover {
    background: none;
    color: #2f2f2f;
  }
	
.menu--simple-mega-menu > .menu-item--expanded.active > .mega-menu-wrapper ul.menu .menu-item.menu-item--expanded a:hover {
    background: none;
    color: #e3394a;
  }
	
 .menu--simple-mega-menu > .menu-item--expanded.active > .mega-menu-wrapper {
    opacity: 1;
    transition: opacity 1s ease;
    display: flex;
    width: 100vw;
	min-height: 275px;
    background-color: #f4f5f9;
    z-index: 21
  }
}

@media (min-width: 992px){
  .menu--simple-mega-menu .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    orphans: 1;
    widows: 1;
    display: block !important
  }
 
.menu--simple-mega-menu .card-columns .menu-item {
margin-left: 0px;
}

.menu--simple-mega-menu .mega-no-image .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

/*** Site-Branding - set light grey background, hide "title", adjust alignment, create circle branding image, adjust quotation layout ***/

.site-branding.bg-color {
background-color: #f4f5f9;
background-position: center;
    background-size: cover;

}
.site-branding .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
   display: flex;
}
.site-branding .branding-identity {
   align-content: center;
}
.site-branding .branding-identity img {
border-radius: 50%;
}
.site-branding .branding-identity .img-fluid {
max-width: 100%;
max-height: 100%;
}

.site-branding .branding-description {
  padding: 0 2rem;
}
.site-branding .branding-description h3 {
  margin-top: 0;
  line-height: 1em;
  display: none;
}
.site-branding .branding-description p a {
  font-weight: 600
}
.site-branding .branding-cta {
  padding-left: 1rem;
  padding-right: 1rem;
}
.site-branding .branding-cta.quote h5 {
  font-style: italic;
  font-weight: 300;
position: absolute;
  top: 2rem;
  left: 1.5rem;
  z-index: 1;
  text-align: center;
}
.site-branding .branding-cta.quote:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f10d';
  position: absolute;
  left: 0rem;
  top: 0rem;
  font-size: 2rem;
  z-index: 0rem;
  color: #dde2ef;
  font-style: italic;
  visibility: hidden
}

.site-branding .branding-cta.quote svg {
  font-size: 3rem;
  transform: skew(-12deg, 0deg)
}
.site-branding .branding-cta.quote svg path {
  fill: #dde2ef
}
.site-branding .branding-cta.quote svg.fa-quote-left {
  left: -3px;
  top: 28px;
  position: absolute;
  width: 22px;
  height: 22px
}

@media(min-width:768px) {
  .site-branding .branding-identity {
    border-right: 1px solid #2f2f2f
  }
}

/** Cluster Banners **/

ol.breadcrumb {
margin-bottom: 0rem;
}

.cluster-img .row {
    display: flex;
    align-content: center;
}

.cluster-img-democracy {
    background-image: url(/csdd/sites/csddwww/files/uploaded_images/default/democratic_institutions_parliament.png);
    background-position: 50% 45%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 30rem;
}

.cluster-img-nationalism {
    background-image: url(/csdd/sites/csddwww/files/uploaded_images/default/nationalism_minorities_stress.jpg);
    background-position: 50% 45%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 30rem;
}

.cluster-img-gender {
    background-image: url(/csdd/sites/csddwww/files/uploaded_images/default/genderraceclass_womensprotest.jpg);
    background-position: 50% 75%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 30rem;
}

.cluster-img-multiculturalism {
    background-image: url(/csdd/sites/csddwww/files/uploaded_images/default/migration_welcomesign.jpg);
    background-position: 50% 25%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 30rem;
}

.cluster-img-indigeneity {
    background-image: url(/csdd/sites/csddwww/files/uploaded_images/default/indigeneity_inukshuk.jpg);
    background-position: 50% 45%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 30rem;
}

.cluster-img-international {
    background-image: url(/csdd/sites/csddwww/files/uploaded_images/default/internationaldemocracy_choice.jpg);
    background-position: 50% 90%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 30rem;
}

.cluster-img .banner-text h1 {
    font-size: 3.052rem;
    margin: 0 0 0 0;
    letter-spacing: -.5px;
    font-weight: 700;
}
.cluster-img .dark-grey {
    background-color: rgba(20,20,20,.65) !important;
    min-height: 15rem;
margin-top: 15rem;
}
.cluster-img .banner-text h1 {
     color: #fff;
     text-shadow: 3px 3px #000;
}

/*** Link Sets - applies Queen's stylesheets to link-sets - fixes broken code in CSDD backend ***/

.link-set {
  padding-top: 20px;
  padding-bottom: 40px;
  margin-top: 25px
}
.link-set p a {
  font-weight: 600
}
.link-set .link-set-section {
  padding-top: 25px
}
.link-set .link-set-section .individual-link {
  margin: 10px 0;
  position: relative
}
.link-set .link-set-section .individual-link .link-set-icon {
  background: #11335d;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  margin-right: 10px;
  font-size: 1.5rem;
  padding: 8px;
  position: relative;
  display: inline-block
}
.link-set .link-set-section .individual-link .link-set-text {
  position: relative;
  padding-left: 0;
  margin-top: 7px;
  font-weight: 600;
  width: calc(100% - 50px);
  float: right;
  display: inline-block
}
.link-set .link-set-section .individual-link .link-set-text:not([href]) {
  text-decoration: none;
  cursor: default
}
.link-set .link-set-section .individual-link .link-set-text:not([href]):hover {
  text-decoration: none;
  cursor: default
}

/*** Staggered Blocks - adjusts tile background colours to grey and yellow
"light grey" becomes CSDD Yellow ***/

.staggered .bg-q-light-grey {
  background-color: #ffcc00
}

.staggered .bg-q-light-grey-85 {
    background-color: rgba(225,204,0,0.85);
}

.staggered .bg-q-light-grey a.-outline {
    border: 2px solid #000;
    color: #000;
} 

/*** Read More Button - News or Events ***/

a.-blue {
    background-color: #f4f5f9;
    color: #2f2f2f;
    border-color: #2f2f2f;
    border: solid;
    border-width: 1px;
}

a.-blue:hover {
    background-color: #eee;
    color: #1f1f1f;
}

/*** News Feed - page element - adjusts heading colour to dark grey and adds indent, removes underline from links and adds button hover effect, adds spacing and shadow elements, and creates brightness effect for picture hover ***/


.news-feed {
  justify-content: center;
	margin-top: 20px;
}

@media (min-width: 992px) {
.news-feed .col-lg-4 {
 -ms-flex: 0 0 30%;
flex: 0 0 30%;
max-width: 30%;
}
}

@media (min-width: 768px) {
.news-feed .col-md-6 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}
}

.news-feed .news-item {
    padding-bottom: 20px;
    padding-top: 15px;
    box-shadow: 0 3px 5px 2px #dde2ef;
margin-left: 0.5%;
margin-right: 0.5%;
margin-bottom: 10px;
}

.news-feed .news-item picture {
 filter:brightness(.95);
}
.news-feed .news-item picture:hover {
filter:brightness(1);
}

@media (min-width: 576px) {
  .news-item h3 {
    color: #2f2f2f;
    font-size: 1.563rem;
    margin: 1rem 0 0 0.6rem;
  }
}

.news-feed .news-item h3 a {
  color: #3f3f3f;
}
.news-feed .news-item h3 a:hover {
  color: #1f1f1f;
	text-decoration: none;
}

.news-feed .news-item p a {
  border: 1px ;
  padding: 10px;
  padding-top: 10px;
  color: #2f2f2f;
	border-radius:calc(0.5rem - 1px);
  background-color: #f4f5f9;
	border-style: solid;
	border-color: #eee;
  display: none;
}

.news-feed .news-item p a:hover{
background-color: #ccc;
	border-color: #ccc;
  color: black;
  text-decoration: none;
}

/*** News Feed - news view - adjusts heading colour to dark grey, removes underline and adds darkening effect, and creates brightness effect for picture hover ***/

.news-feed .row {
  margin-bottom: 15px;
	border-right: solid;
border-left: solid;
	border-color: #f4f5f9;
}

.news-feed .row:hover {
  border-color: #ffcc00;
}

.news-feed .row img.featured-image {
  max-width: 100%;
	filter:brightness(.98);
	margin-left: 15px;
	padding: 2px;
	background-color: #eee;
}

.news-feed .row img.featured-image:hover {
  max-width: 100%;
	filter:brightness(1);
background-color: #ffcc00;
}

@media(max-width:575px) {
  .news-feed .row {
    margin-bottom: 15px;
    border-bottom: 1px solid black
  }
	.news-feed .row h4 a {
    color: #3F3F3F;
  }
	.news-feed .row h4 a:hover {
text-decoration: none;
	color: #1f1f1f;
  }
  .news-feed .row:last-child {
    border-bottom: 0
  }
  .news-feed .row p:last-child {
    margin-bottom: 15px
  }
	
}

@media(min-width:576px) {
  .news-feed .row {
    margin-bottom: 15px
  }
  .news-feed .row h4 {
    margin-top: 0
  }
	.news-feed .row h4 a {
    color: #3f3f3f;
  }
	.news-feed .row h4 a:hover {
text-decoration: none;
	color: #1f1f1f;
  }
}

/*** Event Feed - adjusts heading colour to dark grey, removes underline and adds darkening effect, and creates brightness effect for picture hover ***/

	.event-view-taxonomy-row {
    position: relative;
    padding-bottom: 10px;
	border-bottom: solid;
    border-color: #2f2f2f;
    border-width: 1px;
}
@media(min-width:576px) {
	.event-view-taxonomy-row {
	border-bottom: none;
}
}
.event-view-taxonomy-row picture {
filter: brightness(.98);
}
.event-view-taxonomy-row picture:hover {
filter: brightness(1);
}
.event-view-taxonomy-row a {
color: #3f3f3f;
}
.event-view-taxonomy-row a:hover {
color: #1f1f1f;
}

.event-hero-image {
 height: 250px;
  background-size: cover;
  background-position: bottom center;
}
.event-details-window {
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  position: relative;
  top: -100px;
  padding: 40px;
  margin-bottom: -80px
}
.event-details-window h1 {
  margin-top: 0
}
.event-details-window .event-page-start-date, .event-details-window .event-page-end-date, .event-details-window .event-page-time, .event-details-window .event-page-location, .event-details-window .event-page-share {
  margin-top: 20px
}
.event-details-window .event-page-time {
  width: 100%;
  max-width: 100%
}
.event-details-window .event-page-time h5:before {
  content: url(https://live.wp3.its.queensu.ca/themes/basic_sqin/images/clock.svg);
  display: inline-block;
  height: 18px;
  width: 18px;
  position: relative;
  top: 2px;
  margin-right: 5px
}
.event-details-window .event-page-share i {
  margin-left: 10px;
  font-size: 1.2rem;
  position: relative;
  top: 3px;
  color: #576077
}
.event-details-window .event-page-share i:hover {
  color: #71cff3
}
.event-details-window .event-page-share svg {
  margin-left: 10px;
  font-size: 1.2rem;
  position: relative;
  top: 3px
}
.event-details-window .event-page-share svg path {
  fill: #576077
}
.event-details-window .event-page-share svg:hover path {
  fill: #71cff3
}
.event-details-window .event-page-location h5:before {
  content: url(https://live.wp3.its.queensu.ca/themes/basic_sqin/images/pin.svg);
  display: inline-block;
  height: 18px;
  width: 18px;
  position: relative;
  top: 2px;
  margin-right: 5px
}
.page-node-type-event #main {
  margin-bottom: 25px
}
.page-node-type-event .field--name-field-event-category {
  margin-top: 20px
}
.page-node-type-event .field--name-field-event-category .field--item a {
  display: inline-block;
  padding: 5px 10px;
  background: #f4f5f9;
  border-radius: 3px;
  margin-right: 8px;
  margin-top: 10px;
  font-weight: 600
}



/*** People Directory - all settings 	***/


/*** People Directory View

- color bar on left hand removed
- search button color altered to grey 

								***/

.view-id-people_directory form.views-exposed-form .form--inline div:first-of-type {
  width: 100%
}
.view-id-people_directory form.views-exposed-form .form--inline div:first-of-type input {
  width: 100%
}
.view-id-people_directory form.views-exposed-form .form--inline div.form-item-field-affiliation-target-id {
  width: 60%
}
.view-id-people_directory form.views-exposed-form .form--inline div.form-item-field-affiliation-target-id label {
  margin-right: 10px
}
.view-id-people_directory form.views-exposed-form .form--inline div.form-item-field-affiliation-target-id .select-wrapper {
  width: 70%
}
.view-id-people_directory form.views-exposed-form .form--inline div.form-item-field-affiliation-target-id .select-wrapper select {
  width: 100%
}
.view-id-people_directory form.views-exposed-form .form--inline div:last-of-type {
  width: 20%
}
.view-id-people_directory form.views-exposed-form .form--inline div:last-of-type button {
    background: #f4f5f9;
	  color: #2f2f2f;
	border-color: #ccc;
		position: relative;
	top: -1px;
  }
.view-id-people_directory form .form-item-field-short-description-value {
  display: none
}
.directory-list {
  margin-top: 30px
}
.directory-list .directory-list-filter span {
  font-size: 1.25rem;
  display: block;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px
}
.directory-list .directory-list-filter .form-check {
  margin-top: 10px;
  margin-bottom: 10px
}
.directory-list .form-inline {
  width: 100%;
  position: relative;
  margin-bottom: 30px
}
.directory-list .form-inline input {
  border-radius: 0;
  width: 100%;
  padding-left: 45px
}
.directory-list .form-inline input.form-control {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}
.directory-list .form-inline button {
  position: absolute;
  left: 0;
  top: 0
}

.directory-list .directory-listing {
  border: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  padding: 15px;
  margin-bottom: 10px
}
.directory-list .directory-listing.stickied {
  border-left: 1px solid #ffcc00;
}
.directory-list .directory-listing .directory-list-headshot {
  height: 80px;
  width: 80px;
  max-width: unset;
  border-radius: 50%;
  border: 1px solid #dde2ef
}

.directory-list .directory-listing .directory-list-headshot-align-top {
  height: 80px;
  width: 80px;
  max-width: unset;
  border-radius: 50%;
  border: 1px solid #dde2ef;
margin-top: 0px;
}

.directory-list .directory-listing p {
  margin-left: 5px;
}
.directory-list .directory-listing p.directory-list-name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5em
}
.directory-list .directory-listing p.directory-list-title {
  font-weight: 600
}
.directory-list .directory-listing p.directory-list-cluster a{
  font-weight: 400
}

.directory-list .directory-listing p a {
  font-weight: 600
}
.directory-list .directory-listing .short-desc a {
  font-weight: 600
}

@media(max-width:991px) {
  .directory-list .directory-listing .directory-list-headshot-div {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media(min-width:576px) {
  .view-id-people_directory form.views-exposed-form .form--inline div:first-of-type {
    width: 60%
  }
  .view-id-people_directory form.views-exposed-form .form--inline div:first-of-type input {
    width: 100%
  }
  .view-id-people_directory form.views-exposed-form .form--inline div.form-item-field-affiliation-target-id {
    width: 31%
  }
  .view-id-people_directory form.views-exposed-form .form--inline div.form-item-field-affiliation-target-id label {
    margin-left: 20px;
    margin-right: 10px
  }
  .view-id-people_directory form.views-exposed-form .form--inline div.form-item-field-affiliation-target-id .select-wrapper {
    width: 60%
  }
  .view-id-people_directory form.views-exposed-form .form--inline div.form-item-field-affiliation-target-id .select-wrapper select {
    width: 100%
  }
  .view-id-people_directory form.views-exposed-form .form--inline div:last-of-type {
    width: 5%
  }
.view-id-people_directory form.views-exposed-form .form--inline div:last-of-type button {
    background: #f4f5f9;
	  color: #2f2f2f;
	border-color: #ccc;
  }
	  .view-id-people_directory form.views-exposed-form .form--inline div:last-of-type button:hover {
    background: #e8e8ea;
	  color: #2f2f2f;
	border-color: #ccc;
  }
}

/*** People Directory - Profile Page ***/

.information-container {
  margin-top: 20px;
  margin-bottom: 20px
}
.information-container h1 {
  margin-top: 0
}
.information-container .photo img {
  border-radius: 50%
}
.information-container .bio-page-headshot {
  border-radius: 50%
}
.information-container .bio-title {
  font-size: 1.7rem
}
.information-container .basic-info p {
  margin-top: 0;
  margin-bottom: 5px
}
.information-container .basic-info p a {
  font-weight: 600
}
.information-container .people-about a {
  font-weight: 600
}
.people-directory-page .field--name-field-affiliation {
  margin-top: 20px
}
.people-directory-page .field--name-field-affiliation .field--item a {
  display: inline-block;
  padding: 5px 10px;
  background: #f4f5f9;
  border-radius: 3px;
  margin-right: 8px;
  margin-top: 10px;
  font-weight: 600
}

.view-people-directory-page-row {
  position: relative
}
.view-people-directory-page-row .sticky {
  display: none;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  z-index: 5
}
.view-people-directory-page-row.stickied .sticky {
  display: block
}

/*** People Directory - pager for multiple page results ***/
.pager {
  padding-left: 0;
  margin: @line-height-computed 0;
  text-align: center;
  list-style: none;
  &:extend(.clearfix all);
}
.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  color: #2f2f2f;
  background-color: #f4f5f9;
  border: 1px solid;
border-color: #ccc;
}
.pager li > a:hover, .pager li > a:focus, .pager li > span:hover {
  color: #1f1f1f;
  text-decoration: none;
  background-color: #e8e8ea;
	border-color: #eee;	
}
.pager .next > a:after, .pager .next > span:after {
  content: " Next Page ";
}
.pager .previous > a:before, .pager .previous > span:before {
  content: " Previous Page ";
}

/*** Page Banner - reduces shade/lightens banner image ***/
.banner-image-bg .banner-image.dark-grey, .banner-mobile-image-bg .banner-image.dark-grey {
  background-color: rgba(50, 50, 50, .75);
}
.banner-image-bg .banner-image.blue, .banner-mobile-image-bg .banner-image.blue {
  background-color: rgba(31, 58, 96, .75);
}

.banner-image.dark-grey h2, .banner-image.dark-grey a {
color: #fff;
}

/*** Card Display - adds shadow effect, clarifies read-more button, adjusts margins ***/
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem
}
.card-deck {
  justify-content: center;
  align-content: space-between;
  margin-left: auto;
  margin-right: auto
}
.card-deck .card {
  min-width: 280px;
  max-width: 500px;
  margin-bottom: 1.5rem
}

#fellow-cluster-card-columns-1 .card-body, #fellow-cluster-card-columns-2 .card-body {
display: none;
}

#fellow-cluster-card-columns-1 .card-footer, #fellow-cluster-card-columns-2 .card-footer {
font-size: 1.15rem;
}
#fellow-cluster-card-columns-1 a.card-footer:hover, #fellow-cluster-card-columns-2 a.card-footer:hover {
text-decoration: none;
}

/*** Event Calendar View- adjusts max card width in event view to 350px ***/

.view-event-calendar .card-deck .card {
    min-width: 280px;
    max-width: 350px;
}

.card-img, .card-img-top, .card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%
}
.card-img, .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px)
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem
}
.card-title {
  margin-bottom: .75rem
}
@media (min-width: 576px) {
h3.card-title {
font-size: 1.75rem;
}
}

.card-text p:last-child, .card-text ul:last-child, .card-text ol:last-child {
  margin-bottom: 0
}
.card-text a {
  font-weight: 600
}
.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125);
  font-weight: 600
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)
}
.column-cards > .row {
  margin-top: 40px;
  margin-bottom: 40px
}
.column-cards > .row .col-sm-9 p a {
  font-weight: 600
}
.column-cards > .row .card {
  border: 0;
  border-radius: 0;
  box-shadow: 0 3px 5px 2px #dde2ef;
  margin-bottom: 30px
}
.column-cards > .row .card .overflow-container {
  overflow: hidden
}
.column-cards > .row .card .extra-body-field p a {
  font-weight: 600
}
.column-cards > .row .card .card-img-top {
  border-radius: 0;
  border: 0;
  transition: all .2s ease-in-out;
  overflow: hidden
}
.column-cards > .row .card .card-img-top:hover:not(.no-link) {
  transform: scale(1.1)
}
.column-cards > .row .card a.card-footer {
  color: #2f2f2f;
  background-color: none;
  border-top: 0;
  transition: all .2s ease-in-out;
  background: #c0c7da;
  position: relative;
  font-weight: 600
}
.column-cards > .row .card a.card-footer small {
  font-weight: 600
}
.column-cards > .row .card a.card-footer:last-child {
  border-radius: 0
}
.column-cards > .row .card a.card-footer:hover {
  background: #f4f5f9;
  color: #2f2f2f
}
.column-cards > .row .card a.card-footer i {
  position: absolute;
  right: 1.25rem;
  top: 1rem
}
.column-cards > .row .card a.card-footer svg {
  position: absolute;
  right: 1.25rem;
  top: 1rem
}
.grey-section-bg .column-cards.container {
  padding-left: 15px;
  padding-right: 15px
}
@media(min-width:576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
    align-content: space-between
  }
  .card-deck .card {
    flex: 1 0 0;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 5px
  }
}
@media(max-width:575px) {
  .grey-section-bg .column-cards.container {
    padding-left: 15px;
    padding-right: 15px
  }
}

.column-cards>.row .card .overflow-container .event-date {
    background-color: #ffcc00;
    padding: 10px;
    min-height: 110px;
    min-width: 110px;
    height: 110px;
    width: 110px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    color: #2f2f2f;
    box-shadow: 0 0 10px 0 #2f2f2f;
}
.column-cards > .row .card .overflow-container .event-date p {
  margin-top: 0;
  margin-bottom: 0
}
.column-cards > .row .card .overflow-container .event-date p.date {
  font-size: 3rem;
  font-weight: 700;
  margin: 10px 0;
  line-height: 1.5em;
  position: relative;
  top: -.5em
}
.column-cards > .row .card .overflow-container .event-date p.day {
  position: relative;
  top: -3em
}

/*** Circular Icon color settings ***/

.column-image-icon .circular-icon svg 
.fa-group .fa-primary {
color: #11335d;
opacity: .8;
}
.column-image-icon .circular-icon svg 
.fa-group .fa-secondary {
color: #ffcc00;
opacity: .8;
}
.column-image-icon .circular-icon svg:hover:not(.no-link)
.fa-group .fa-primary {
color: #11335d;
opacity: 1;
}
.column-image-icon .circular-icon svg:hover:not(.no-link)
.fa-group .fa-secondary {
color: #ffcc00;
opacity: 1;
}


/*** Footer settings - aligns fonts and header borders ***/


footer {
  padding: 1rem;
  padding-bottom: 0;
  background-color: #11335d;
  color: #fff
}
footer.footer {
  padding: 1rem;
  padding-bottom: 0;
  background-color: #11335d;
  color: #fff;
  margin-top: 0;
  border-top: 1.5rem;
border-top-style: solid;
border-color: #ffcc00;
}
footer .queens-identity {
  max-width: 290px
}
footer .queens-identity img {
  margin: 1.75rem 1.75rem 0 0
}
@media(max-width:575px) {
  footer .queens-identity {
    margin-left: auto !important;
    margin-right: auto !important
  }
}
footer .queens-address .social-links {
  list-style: none;
  padding: 0
}
footer .queens-address .social-links li {
  display: inline-block;
  margin: .5rem .25rem;
  font-size: 2rem
}
footer .queens-address .social-links li a {
  color: #fff;
  padding: .5rem
}
footer .queens-address p.faculty-phone a {
  color: #fff
}
footer .queens-address a[href^="x-apple-data-detectors:"] {
  color: inherit;
  text-decoration: inherit
}
footer .helpful-links ul {
  list-style: none;
  padding: 0
}
footer .helpful-links ul.nav {
  display: block
}
footer .helpful-links ul li {
  padding: .25rem 0;
  margin: .25rem 0
}
footer .helpful-links ul li a {
  padding: 0;
  color: #fff
}
footer .helpful-links ul li a:hover {
  text-decoration: underline
}

@media(max-width:992px) {
  body.mobile-hide-footer-menus footer .helpful-links {
    display: none !important
  }
}
@media(min-width:576px) {
  footer {
    text-align: left
  }
  footer > .row {
    padding-top: 1rem;
    padding-bottom: 1rem
  }
  footer h6 {
    margin-top: 2rem;
    border-bottom: 1px solid #fff;
    padding-bottom: .5rem
  }
  footer .queens-address .social-links li a:nth-of-type(1) {
    padding-left: 0
  }
  footer .utility > .container {
    padding: 1rem
  }
  footer .utility p {
    margin-top: 0;
    margin-bottom: 0
  }
}
footer .queens-address h4 {
  font-size: 1rem;
  padding-bottom: 0.5rem;
  margin-top: 2rem;
  border-bottom: 1px solid #fff;
}


.view-id-event_calendar .view-filters .views-exposed-form .form--inline fieldset .fieldset-wrapper {
  display: none;
}
.view-id-event_calendar .view-filters .views-exposed-form .form--inline fieldset.active svg.fa-f078 {
  transform: rotate(180deg);
}
.view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-actions {
  display: none;
}
.view-id-event_calendar .js-drupal-fullcalendar .fc-day-grid .fc-event-container a.fc-day-grid-event {
  background-color: #e6e7e8;
  margin: 5px 0;
  color: #212121;
  padding: 5px;
  border: none;
  border-radius: 0;
}
.view-id-event_calendar .js-drupal-fullcalendar .fc-day-grid .fc-bg .fc-today {
  background: #e6e7e8;
}
.view-id-event_calendar .js-drupal-fullcalendar .fc-day-grid .fc-row {
  border-color: #e6e7e8;
}
.view-id-event_calendar .view-content .fc-view-container .fc-view.fc-timeGridWeek-view .fc-scroller .fc-time-grid .fc-content-skeleton a.fc-time-grid-event, .view-id-event_calendar .view-content .fc-view-container .fc-view.fc-timeGridDay-view .fc-scroller .fc-time-grid .fc-content-skeleton a.fc-time-grid-event {
  background-color: #e6e7e8 !important;
  color: #212121 !important;
}
.view-id-event_calendar .view-content .fc-view-container .fc-view .fc-more-popover .fc-body .fc-content span {
  color: #000000;
}
.view-id-event_calendar .view-content .row .card-box {
  height: 100%;
}
@media (max-width: 767px) {
  .path-event-calendar h1.page-header {
    text-align: center;
  }
  .view-id-event_calendar {
    margin-right: 15px;
    margin-left: 15px;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline {
    border: 1px solid #e6e7e8;
    border-radius: 5px;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline fieldset {
    width: 100%;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline fieldset legend {
    margin-bottom: 0;
    padding: 10px 0 10px 25px;
    position: relative;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline fieldset legend span {
    font-size: 0.68em;
    font-weight: 700;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline fieldset legend span:before {
    content: "\f1de";
    font-family: "Font Awesome 5 Solid";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    visibility: hidden;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline fieldset legend span:after {
    content: "";
    /*content:'\f078';
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    visibility:hidden;
    */
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline fieldset legend span svg {
    margin-right: 5px;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline fieldset legend > svg {
    position: absolute;
    right: 10px;
    top: 18px;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline fieldset legend:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    visibility: hidden !important;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-checkboxes {
    /* long event filters */
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-checkboxes ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-checkboxes ul > li {
    width: 100%;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-checkboxes ul > li ul {
    display: flex;
    flex-direction: column;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-checkboxes ul > li ul .js-form-item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-checkboxes ul > li ul .js-form-item label {
    font-weight: 700;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-checkboxes .js-form-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    background: #e6e7e8;
    padding-left: 0;
    display: inline-block;
    border-radius: 0;
    white-space: nowrap;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-checkboxes .js-form-item:hover {
    background: #002452;
    cursor: pointer;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-checkboxes .js-form-item:hover label {
    color: #ffffff;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-checkboxes .js-form-item.checked {
    background: #002452;
    cursor: pointer;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-checkboxes .js-form-item.checked label {
    color: #ffffff;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-checkboxes .js-form-item label {
    color: #212121;
    width: 100%;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-checkboxes .js-form-item label input {
    display: none;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form-actions {
    width: 100%;
    display: block;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form-actions button {
    width: 50%;
    border: 1px solid #002452;
    background: #ffffff;
    color: #212121;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700;
    margin-right: 0;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form-actions button:nth-child(1) {
    border-radius: 0 0 0 5px;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form-actions button:nth-child(2) {
    border-radius: 0 0 5px 0;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form-actions button:nth-child(2) span {
    display: none;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form-actions button:active {
    background: #002452;
    color: #ffffff;
  }
  .view-id-event_calendar .view-content .fc-toolbar {
    display: block;
    text-align: center;
  }
  .view-id-event_calendar .view-content .fc-toolbar .fc-button-group button.fc-button-primary {
    padding: 0.5em 0.75em;
    border-color: #e6e7e8;
    background-color: #ffffff;
    color: #212121;
  }
  .view-id-event_calendar .view-content .fc-toolbar .fc-button-group button.fc-button-primary.fc-button-active, .view-id-event_calendar .view-content .fc-toolbar .fc-button-group button.fc-button-primary:active, .view-id-event_calendar .view-content .fc-toolbar .fc-button-group button.fc-button-primary:hover {
    background: #002452;
    color: #ffffff;
  }
  .view-id-event_calendar .view-content .fc-toolbar .fc-button-group button.fc-dayGridMonth-button {
    display: none;
  }
  .view-id-event_calendar .view-content .fc-toolbar .fc-button-group button.fc-timeGridWeek-button {
    display: none;
  }
  .view-id-event_calendar .view-content .fc-view-container .fc-view {
    border: none;
  }
  .view-id-event_calendar .view-content .fc-view-container .fc-view.fc-timeGridWeek-view .fc-scroller .fc-time-grid .fc-content-skeleton a.fc-time-grid-event {
    background-color: #e6e7e8 !important;
    color: #212121 !important;
  }
  .view-id-event_calendar .view-content .fc-view-container .fc-view.fc-timeGridWeek-view .fc-scroller .fc-time-grid .fc-content-skeleton a.fc-time-grid-event .fc-content .fc-time span {
    color: #212121 !important;
  }
  .view-id-event_calendar .view-content .fc-view-container .fc-view.fc-timeGridWeek-view .fc-scroller .fc-time-grid .fc-content-skeleton a.fc-time-grid-event .fc-content .fc-title {
    color: #212121 !important;
  }
  .view-id-event_calendar .view-content .fc-view-container .fc-view.fc-timeGridDay-view .fc-scroller .fc-time-grid .fc-content-skeleton a.fc-time-grid-event {
    background-color: #e6e7e8 !important;
    color: #212121 !important;
  }
  .view-id-event_calendar .view-content .fc-view-container table.fc-list-table tbody {
    border-color: #e6e7e8;
  }
  .view-id-event_calendar .view-content .fc-view-container table.fc-list-table tbody .fc-list-heading {
    border-left: none;
    border-right: none;
  }
  .view-id-event_calendar .view-content .fc-view-container table.fc-list-table tbody .fc-list-heading td {
    background: #e6e7e8;
    border-top: 2px solid #002452;
  }
  .view-id-event_calendar .view-content .fc-view-container table.fc-list-table tbody .fc-list-item td {
    border-color: #e6e7e8;
  }
  .view-id-event_calendar .view-content .fc-view-container table.fc-list-table tbody .fc-list-item:nth-last-child {
    border-bottom: 2px solid #002452;
  }
  .js-drupal-fullcalendar tbody.fc-body .fc-day-grid .fc-content-skeleton .fc-event-container a.fc-day-grid-event {
    background-color: #e6e7e8 !important;
    margin: 5px 0;
    color: #212121;
    padding: 5px;
    border: none;
    border-radius: 0;
  }
  .js-drupal-fullcalendar tbody.fc-body .fc-day-grid .fc-bg .fc-today {
    background: #e6e7e8;
  }
}
.view-id-event_calendar .view-filters .form-checkboxes .js-form-item {
  width: 100%;
  display: block;
}
.view-id-event_calendar .fc-content-skeleton .fc-day-grid-event .fc-content {
  white-space: normal !important;
}
.view-id-event_calendar .fc-content-skeleton .fc-day-grid-event .fc-content .fc-content-skeleton .fc-day-grid-event .fc-content {
  white-space: normal !important;
}
@media (min-width: 768px) {
  .view-id-event_calendar .js-drupal-fullcalendar {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .view-id-event_calendar .view-filters {
    padding-left: 0;
    padding-right: 0;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline {
    border: 1px solid #e6e7e8;
    border-radius: 5px;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline fieldset {
    width: 100%;
    cursor: pointer; /* */
    transition: 0.4s ease-in-out; /* */
    padding-left: 20px;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline fieldset legend {
    border-bottom: none;
    position: relative;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline fieldset legend:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    visibility: hidden !important;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline fieldset legend svg {
    position: absolute;
    right: 15px;
    top: 8px;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline fieldset legend .fieldset-legend {
    font-weight: 700;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline fieldset legend .fieldset-legend svg {
    position: absolute;
    left: -10px;
    top: 13px;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline fieldset legend span {
    font-size: 0.68em;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline fieldset legend span:before {
    content: "\f1de";
    font-family: "Font Awesome 5 Solid";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    visibility: hidden !important;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline fieldset legend span:after {
    content: "Click to select filters. You can select multiple";
    text-align: right;
    font-weight: 400;
    float: right;
    margin-top: 10px;
    margin-right: 45px;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline fieldset legend span svg {
    margin-right: 10px;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline fieldset .fieldset-wrapper {
    display: none; /* */
    overflow: hidden; /* */
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline fieldset .active, .view-id-event_calendar .view-filters .views-exposed-form .form--inline fieldset .fieldset:hover {
    background: #e6e7e8; /* */
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-checkboxes ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-checkboxes ul > li {
    /* width:99%; */
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-checkboxes ul > li ul {
    display: flex;
    flex-direction: column;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-checkboxes ul > li ul .js-form-item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-checkboxes > ul > li > .js-form-item {
    border-radius: 8px 8 px 0 0;
    /* border-bottom:3px solid $q-blue; */
    margin-bottom: 5px;
    font-weight: 700;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-checkboxes > ul > li ul li {
    margin-left: 15px;
    border-radius: 0;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-checkboxes .js-form-item {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 5px;
    background: #e6e7e8;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    border-radius: 3px;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-checkboxes .js-form-item:hover {
    background: #002452;
    cursor: pointer;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-checkboxes .js-form-item:hover label {
    color: #ffffff;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-checkboxes .js-form-item.checked {
    background: #002452;
    cursor: pointer;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-checkboxes .js-form-item.checked label {
    color: #ffffff;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-checkboxes .js-form-item label {
    color: #212121;
    width: 100%;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: nowrap;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-checkboxes .js-form-item label input {
    display: none;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-actions {
    display: none; /* */
    overflow: hidden; /* */
    /* display:block; */
    width: 100%;
    border-radius: 0 0 5px 5px;
    background-color: #e6e7e8;
    padding: 10px 20px;
    text-align: right;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-actions button.btn-info {
    color: #212121;
    background-color: #ffffff;
    border-color: #e6e7e8;
    border-radius: 3px;
    padding: 16px 24px;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-actions button.btn-danger.btn {
    color: #212121;
    background-color: #ffffff;
    border-color: #e6e7e8;
    padding: 16px 24px;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-actions button.btn-danger.btn span {
    display: none;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-actions button.btn-primary {
    background-color: #002452;
    color: #ffffff;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-actions button.btn-primary:hover {
    background-color: #0b66a3;
    color: #ffffff;
  }
  .view-id-event_calendar .view-filters .views-exposed-form .form--inline .form-submit.btn-primary {
    background-color: #002452;
  }
  .view-id-event_calendar .view-content .fc-toolbar {
    padding-left: 0;
    padding-right: 0;
  }
  .view-id-event_calendar .view-content .fc-toolbar .fc-button-group button {
    color: #212121;
    background-color: #ffffff;
    border-color: #e6e7e8 !important;
    padding: 12px 24px;
  }
  .view-id-event_calendar .view-content .fc-toolbar .fc-button-group button:hover {
    background: #002452;
    color: #ffffff;
  }
  .view-id-event_calendar .view-content .fc-toolbar .fc-today-button {
    color: #212121;
    background-color: #ffffff;
    border-color: #e6e7e8 !important;
    padding: 12px 24px;
    cursor: pointer;
  }
  .view-id-event_calendar .view-content .fc-toolbar .fc-today-button.fc-button:hover {
    background-color: #002452;
    color: #ffffff;
  }
  .view-id-event_calendar .view-content .fc-toolbar .fc-today-button:hover {
    background: #002452;
    color: #ffffff;
  }
  .view-id-event_calendar .js-drupal-fullcalendar {
    width: 100%;
    margin: 0 auto;
  }
  .view-id-event_calendar .js-drupal-fullcalendar thead.fc-head .fc-head-container {
    border: none;
  }
  .view-id-event_calendar .js-drupal-fullcalendar thead.fc-head .fc-head-container tr td.fc-head-container {
    border: none;
  }
  .view-id-event_calendar .js-drupal-fullcalendar thead.fc-head .fc-head-container tr td.fc-head-container thead th.fc-day-header {
    border: 0;
    font-size: 1.25em;
    text-align: left;
    padding-left: 10px;
  }
  .view-id-event_calendar .js-drupal-fullcalendar tbody.fc-body .fc-day-grid .fc-content-skeleton .fc-day-top .fc-day-number {
    float: none;
    font-weight: 700;
    font-size: 1.25em;
  }
  .view-id-event_calendar .js-drupal-fullcalendar tbody.fc-body .fc-day-grid .fc-content-skeleton .fc-event-container a.fc-day-grid-event {
    background-color: #e6e7e8 !important;
    margin: 5px 0;
    color: #212121;
    padding: 5px;
    border: none;
    border-radius: 0;
  }
  .view-id-event_calendar .js-drupal-fullcalendar tbody.fc-body .fc-day-grid .fc-bg .fc-today {
    background: #f1f2f2;
  }
}
@media (min-width: 1200px) {
  .view-id-event_calendar .js-drupal-fullcalendar {
    width: 1140px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .view-id-event_calendar .view-filters, .view-id-event_calendar .view-content {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .view-id-event_calendar .view-filters, .view-id-event_calendar .view-content {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .view-id-event_calendar .view-filters, .view-id-event_calendar .view-content {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}
.fc-view {
  border: none;
}
.fc-view.fc-timeGridWeek-view .fc-scroller .fc-time-grid .fc-content-skeleton a.fc-time-grid-event {
  background-color: #e6e7e8 !important;
}
.fc-view.fc-timeGridWeek-view .fc-scroller .fc-time-grid .fc-content-skeleton a.fc-time-grid-event .fc-content .fc-time span {
  color: #212121 !important;
}
.fc-view.fc-timeGridWeek-view .fc-scroller .fc-time-grid .fc-content-skeleton a.fc-time-grid-event .fc-content .fc-title {
  color: #212121 !important;
}
.fc-view.fc-timeGridDay-view .fc-scroller .fc-time-grid .fc-content-skeleton a.fc-time-grid-event {
  background-color: #e6e7e8 !important;
  color: #212121 !important;
}
