
/*This CSS is for Communicatino Team BackOffice*/
/*Each class must have umb_name:rte_*/



/**umb_name:image_1024*/
.image_1024 img{
	width:1024px;
    height:auto;
}

/* HEADER */
.sen-main-navbar .dropdown-menu {
	top: 43px;	
}

/* SENIOR OFFICERS */
button.show-more-less-button:hover, button.show-more-less-button:focus {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 94% 40%;
}

/* NEWSROOM BANNERS */
.senca-lg-photo {
	/*height: 400px;
	background-repeat: no-repeat;
	background-size: 100%;*/
}

@media (max-width: 767px) {
	.senca-lg-photo {
		
	}
}

/* NEW INSTAGRAM PAGE */
.ig-grid {
  	display: grid;
  	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  	grid-gap: 15px;
	padding: 15px 0px 30px 0px;
}

.ig-item { 
	background: #f1f1f1;
	padding: 15px; 
}

.ig-item img { padding-right: 1em; flex-shrink: 0; max-width: 150px; }
.ig-item a { display: flex; align-items: center; }

/*.ig-item figure { text-align: center; }
.ig-item img { margin: auto; }*/

/* SENATORS */
@media (max-width: 1200px) and (min-width: 320px) {
	.pol-officer-title {
		clear: both;
		padding-top: 5px;
	}
}
	
/* SENGAGE */
.sengage-resources p {
	text-align: center;
}

.sengage-new {
	background-color: #600;
	color: white;
	padding: 2px 5px;
}

.parallax-grid .grid-card h3 { font-size: 35px; }

.winter-break-header, .winter-break-activities { 
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -50px;
}

.winter-break-header {
	background-position: 250% 95%;
	background-size: 90%;
}

.winter-break-header .sengage-new {
	background-color: #3F5678;
}

/* STUDENT EMPLOYMENT   */
.section-studentemployment-header-image-text {
	padding-top: 240px;
}

.navbar-studentemployment-bg, .subsite-navbar--StudentEmployment {
	background-color: #333;
}

#subsite-navbar-collapse--StudentEmployment a {
	color: #fff !important;	
}

#subsite-navbar-collapse--StudentEmployment a:hover {
	background-color: rgba(0,0,0,.2) !important;
}

@media (max-width: 767px) and (min-width: 320px) {
	.section-studentemployment-header-image-text {
		padding-top: 155px;	
	}
}

/* COMMITTEES */
.cmt-grid-page .panel-heading .panel-title a.even {
	background-color: #e3e3e3;	
}

/* SPEAKER SECTION */
.speaker-section-speach-image-top img {
	position: relative;
	top: -150px;
}

.section-speaker.container-image {
	height: 400px;
	min-height: 400px;
}

.speaker-header-text {
	padding-top: 285px;	
}

@media (max-width: 1023px) and (min-width: 320px) {
	.section-speaker.container-image {
		height: 200px;
		min-height: 200px;
	}
}

@media (max-width: 1023px) and (min-width: 768px) {
	.speaker-header-text {
		padding-top: 110px;	
	}
}

@media (max-width: 767px) and (min-width: 320px) {
	.speaker-header-text {
		padding-top: 155px;	
	}
}

/* PAGE PROGRAM */
.subsite-navbar-desktop-PageProgram{
	background-color:#600;
	/*margin-top:-2px;*/
}
.subsite-navbar-desktop-PageProgram ul.nav>li>a{
	color:#fff!important;	
}
.subsite-navbar-desktop-PageProgram ul.nav>li>a:hover
	,.subsite-navbar-desktop-PageProgram ul.nav>li>a:active
	,.subsite-navbar-desktop-PageProgram ul.nav>li>a:focus {
	background-color:#500!important;
}

.section-page-program-team .max-width-grid-photo-team {
	max-height: none;
}

.form-page-program-outreach h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0px;
}

.form-page-program-outreach .contourIndicator {
	font-weight: bold;
	color: #900;
}

.lang-fr .officer-senid-218933 .pol-officer-title {
	font-size: 1.2em;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
