/**
*
* Galleries
*		*- custom styling for captions on bootrstrap carousel
*
*/

.alert.alert-info.quick-read {
	background-color: #d9ecff;
}

div.profile-img-circle {
	overflow:hidden;
	width:200px;
	height:200px; 
	border-radius:50%;
}


.text-muted {
	color: #4c4c4c;
}

.hide-bread .main-content .breadcrumbs .fa-home {
	display: none;
}

.carousel-row {
	margin-top: 0em !important;
}

.carousel .item .carousel-caption {
	background-image: none;
	background-color: rgba(15, 36, 57, 0.75);
	display: inline-block;
	margin: 0 0 5px 0;
	min-height: 175px;
	overflow: hidden;
	padding: 18px 0 26px 18px;
	text-align: left;
	width: 30%;
}

/* image in carousel should take up full width */
.carousel-row > .carousel-inner > .item > a > img {
	width: 100%;
}

.carousel .item .carousel-caption div {
	margin: 0;
	height: 100%;
	padding: 0;
}

.carousel .item .carousel-caption h1 {
	font-size: 3.5em;
	font-weight: 1000;
	font-family: arial,helvetica,sans-serif;
	margin: 0 0 5px 0;
}

.carousel .item .carousel-caption p {
	letter-spacing: 1px;
	margin: 0 0 2px 0;
	font-size: 1.6em;
	font-weight: 600;
}

/* custom styling for all slides */
.carousel .item-1 .carousel-caption,
.carousel .item-2 .carousel-caption, 
.carousel .item-3 .carousel-caption, 
.carousel .item-4 .carousel-caption,
.carousel .item-5 .carousel-caption,
.carousel .item-6 .carousel-caption {
	background-color: rgba(15, 36, 57, 0.75);
	right: 0;
	color: #fff;
}

/* custom styling for individual Carousel/ Rotating banner slides */
/* 1 slide   */
.carousel .item-1 .carousel-caption {
	right: 15px;
	left: auto;
	top: auto;
	bottom: 1%;
	width: 50%;
	min-height: auto;
}
/* 2 slide */
.carousel .item-2 .carousel-caption {
	right: 5%;
	left: auto;
	top: auto;
	bottom: 10%;
}
/* 3 slide */
.carousel .item-3 .carousel-caption {
	left: auto;
	right: 5%;
	top: auto;
	bottom: 5%;
}
/* 4 slide */
.carousel .item-4 .carousel-caption {
	right: 10%;
	left: auto;
	top: 5%;
	bottom: auto;
}
/* 5 slide */
.carousel .item-5 .carousel-caption {
	right: auto;
	left: 5%;
	top: auto;
	bottom: 1%;
}
/* 6 slide */
.carousel .item-6 .carousel-caption {
	right: 15px;
	left: auto;
	top: auto;
	bottom: 1%;
	width: 40%;
	min-height: auto;
}
/* 7 slide */
.carousel .item-7 .carousel-caption {
	left: 15px;
	right: auto;
	top: 60%;
	bottom: 5%;
	width: 45%;
}


.hideTopNav .main-navigation.gray-nav {
	display: none;
}

.photo-gallery-box {
	min-height: 250px;
}

.studentCard {
	min-height: 250px;
	overflow: hidden;
}

.testimonials { 
	margin: 9px;
	padding: 9px;
	min-height: 500px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

#returnTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 5;
	border: none;
	outline: none;
	background-color: #0f2439;
	color: #fff;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}

#returnTop:hover {
	background-color: #eee;
}


.site-foot-social {
	color: #0f2439;
}

.sentence-wrap {
	word-wrap: break-word;
}

.full-width-landing-page {
	position: absolute;
	background-color: #0f2439; 
	padding: 24px; 
	font-size: .8em; 
	top: 85%;
	left: 0;
	bottom: 0; 
	right: auto;
	transform: translate(0, -60%); 
	height: 100px;
}


/* second degree overlays for the CoE's landing page  */

.rightBlueSubOverlay {
	position: absolute;
	top: 78%; 
	right: 3%; 
	left: auto; 
	bottom: auto; 
	padding: 5px 10px; 
	background-color: rgba(15, 36, 57, 0.75);
	font-size: 16px;
	color: #ffffff; 
	text-decoration: none;
	min-height: 75px;
	width: 60%;

}

.main-container-wrapper .main-content .rightBlueSubOverlay a {
	color: #ffffff;
	text-decoration: none !important;

}

.main-container-wrapper .main-content .rightBlueSubOverlay a:hover {
	color: #98f5ff;
	text-decoration: underline !important;
}

.leftBlueSubOverlay {
	position: absolute; 
	top: 78%; 
	right: auto; 
	left: 3%; 
	bottom: auto;
	padding: 5px 10px; 
	background-color: rgba(15, 36, 57, 0.75);
	color: #ffffff; 
	min-height: 75px;
	width: 60%;
	font-size: 16px;
}

.main-container-wrapper .main-content .leftBlueSubOverlay a {
	color: #ffffff;
	text-decoration: none !important;
}

.main-container-wrapper .main-content .leftBlueSubOverlay a:hover {
	color: #98f5ff;
	text-decoration: underline !important;
}

/* Second degree Overlays for the CoE's landing page end  */
/* Third degree overlays bottom row */
.simpleBlackOverlay {
	position: absolute;
	top: 95%; 
	bottom: 0; 
	left: 1%; 
	right: 0;
	transform: translate(0, -95%);
	-ms-transform: translate(0, -95%);
	color: white; 
	background-color: rgba(15, 36, 57, 0.75);
	height: 33px;
	width: auto;
	max-width: 98%;
	padding-left: 15px;
	padding-top: 5px;
	overflow: hidden;
	margin: 0;

}


.main-container-wrapper .main-content p.simpleBlackOverlay a {
	color: white;
	text-transform: capitalize;
	text-decoration: none !important;
}
.main-container-wrapper .main-content p.simpleBlackOverlay a:hover {
	color: #98f5ff;
	text-decoration: underline !important;
}

.hide-date p.description {
	display: none;
}

.hide-description div.fa-published {
	display: none;
}

/* Special Text Effects   */
.main-container-wrapper .main-content a.whiteOut.textEffect-no {
	color: #fff;
}

.quick-read {
	color: #384660;
	font-weight: 500;
	line-height: 1.1;

}

.main-container-wrapper .main-content div.list-group-item:hover {
	background-color: #e6e6e6;
	color: #ffffff;
}


/* Buttons  btn */
a.btn-gold {
	background-color: rgba(172, 141, 115, 1); 
	color: #fff;
	text-decoration: none !important;
}

a.btn-gold:hover {
	background-color: rgba(172, 141, 115, 0.5);
	color: #000;
}

/* Research week */
.rw-overlay {
	position: absolute;
	top: 38%; 
	left: 26%;
}

.rw-overlay h1 {
	text-transform: uppercase; 
	color: black; 
	font-size: 3.5rem;
}

/* E-State Engineering State */

img.estate-header-logo {
	position: absolute; 
	left: 0; 
	top: 66%; 
	right: auto; 
	transform: translate(0, -50%);
}

h1.registration {
	min-height: 100px;
	background-color: #384660;
}

h1.registration a.btn.btn-primary.btn-block {
	color: #FFF;
	font-size: 30px; 
}

.estate-overview-box {
	min-height: 225px;
}

.estate-box {
	position: relative;
	height: 100%;
	width: 100%;
}

.estate-box-text {
	position: absolute;
	left: 50%;
	top: 50%; 
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-weight: 900;
	color: #FFF;
	height: 100%;
	width: 100%;
	padding: 33%;
}

.estate-box-hover {
	background-color: rgba(15, 36, 57, 0.75);
}

.estate-box .estate-box-text.h1 {
	line-height: 0;
	margin: 0;
}

.estate-box a {
	color: #FFF;
	cursor: pointer;
}

.engineeringStateApp {
	min-width: 100%;
}

.engineeringStateApp .bottom-navbar {
	overflow: hidden;
	background-color: #0f2439;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	height: 12vh;
	overflow: visible;
	margin: 0;
	padding: 0;
}

.engineeringStateApp .bottom-navbar a {
	display: inline-block;
	color: #f2f2f2;
	text-align: center;
	padding: 2%;
	margin: 2%;
	text-decoration: none;
	width: 20%;
}

.engineeringStateApp .bottom-navbar a:hover {
	background: #c4c4c4;
	color: black;
}

.engineeringStateApp .bottom-navbar a#item1 {
	position: absolute;
	left: 0;
	transform: translate(0);
	bottom: 1%;

}

.engineeringStateApp .bottom-navbar a#item2 {
	position: absolute;
	left: 20%;
	transform: translate(-20%);
	bottom: 1%;

}

.engineeringStateApp .bottom-navbar a#main {
	position: absolute;
	margin: 0 0 0 0;
	left: 50%;
	right: 50%;
	width: 100px;
	height: 100px;
	background-color: #0f2439;
	border-radius: 50%;
	bottom: 1%;
	transform: translate(-50%);
}

.engineeringStateApp .bottom-navbar a#main img {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: 1%;
	transform: translate(-50%, -50%);
}

.engineeringStateApp .bottom-navbar a#item4 {
	position: absolute;
	left: 75%;
	bottom: 1%;
	transform: translate(-75%);
}

.engineeringStateApp .bottom-navbar a#item5 {
	position: absolute;
	left: 95%;
	bottom: 1%;
	transform: translate(-95%);

}


/* personnel table  */
.personnel-table {
	display: inline-block;
}

div img.personnel-table, 
div i.personnel-table,
div i.glyphicon.personnel-table {
	min-width: 30px;
	min-height: 30px;
	font-size: 28px;
	display: inline-block;
	margin: 3px;
	padding: 0;
	vertical-align: middle;
}

.outer-horizontal-20px {
	margin-left: 20px;
	margin-right: 20px;
}

.outer-vertical-20px {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* ECE Store Stuff */
.partCard {
	margin: 9px;
	padding: 9px;
	min-height: 550px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.partCard img {
	margin: 0 auto;
	max-height: 150px;
	width: auto;
	max-width: 80%;
}

.partCard .Yes,
#listContainer .Yes {
	background-color: #dff0d8;
}

.partCard .No, 
#listContainer .No {
	background-color: #f2dede;
}

/* Society of Women Engineerings SWE  */
.swe-banner {
	position: relative;
	background-image: url("https://engineering.usu.edu/students/clubs/swe/images/SWE-header-web.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	width: 100%;
	height: 250px;

}

.swe-bannerText {
	width: 75%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font: normal normal normal 50px/1.4em 'jockey one',sans-serif;
	border: 5px solid #fff;
	background-color: #deeaea;

}

/*Space Dynamics Lab CSS  */
.sdl-lectures {
	font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
	font-size: 1.6em; 
	font-weight: 500; 
	line-height: 1.1;
	color: #384660;
}

/*  Generic positioning  */
.set-relative {
	position: relative;
}

.set-absolute {
	position: absolute;
}

.absolute-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, 50%);

}

/* E-State classes */
.estate-learnMore-text {
	position: absolute;
	top: 50%; 
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #ffffff;
	font-size: 3.6em;

}

.estate-learnMore-text p a {
	color: #ffffff;

}

/* containers Boxes Box wrappers */
.simple-box {
	margin-left: 20px;
	margin-right: 20px;
	padding: 8px;
}

.full-width {
	min-width: 100%;
	max-width: 100%;
	width: 100%;
}

/* photo effects */
.newsPic {
	max-width: 40%;
}

.brandSection {
	min-height: 50vh;
	clear: both;
	padding: 18px;
}


div.socialMediaWrap {
	border-radius: 50%;
	background-color: #ebebeb;
	display: inline-block;
	position: relative;
	height: 50px;
	width: 50px;
	z-index: 5;
	margin: 15px 5px;

}

.socialMedia {
	font-size: xx-large;
	color: #0f2439;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 10;

}

.socialMedia span{
	font-size: xx-large;
}

.socialMediaWrap:hover {
	background-color: #FFF;
	color: #0f2439;
}

.skyblue-socialMedia-box {
	position: relative; 
	width: 32px; 
	height: 32px; 
	background-color: rgba(63, 161, 218, 1); 
	color: #ffffff;
	padding: 5px;
	margin: 2.5px;
}

.skyblue-socialMedia-circle {
	position: relative; 
	width: 50px; 
	height: 50px; 
	border-radius: 50%;
	background-color: rgba(63, 161, 218, 1); 
	color: #ffffff;
	padding: 0;
	margin: 0;
}

.skyblue-socialMedia-circle .skyblue-socialMedia-content, .skyblue-socialMedia-box .skyblue-socialMedia-content {
	position: absolute; 
	left: 50%; 
	top: 50%; 
	transform: translate(-50%, -50%); 
	-ms-transform: translate(-50%, -50%); 
	color: #ffffff;
}

.skyblue-socialMedia-circle .skyblue-socialMedia-content a, .skyblue-socialMedia-box .skyblue-socialMedia-content a {
	color: #ffffff;
}

.skyblue-socialMedia-box .skyblue-socialMedia-content a span {
	transform: scale(1.5, 1.5);
}

.skyblue-socialMedia-circle .skyblue-socialMedia-content a span {
	transform: scale(2.25, 2.25);
}

.socialMedia>span.fa.fa-facebook, .socialMedia>span.fa.fa-twitter, .socialMedia>span.fa.fa-linkedin, .socialMedia>span.fa.fa-youtube-play, {
	color: #0f2439 !important;

}

/* Explore Degrees stuff */
/* Font on photo  */
.mainPhoto {
	white-space: nowrap;
	position: relative;
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 600%;
	height: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.mainPhoto .picText {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/* SubLanding Images   */
.subLanding-wrapper {
	display: block; 
	position: relative; 
	overflow: hidden;
}
.subLanding-wrapper img {
	width: 100%; 
	z-index: -1; 
	padding: 0;
	margin: 0;
}

.subLanding {
	background: -webkit-linear-gradient(right, rgba(0,51,102,0.05), rgba(0,51,102,1)); /* for safari 5.1 to 6.0 */;
	background: -o-linear-gradient(left, rgba(0,51,102,0.05), rgba(0,51,102,1)); /* for opera 11.1 to 12.0 */;  
	background: -moz-linear-gradient(left, rgba(0,51,102,0.05), rgba(0,51,102,1)); /* for firefox 3.6 to 15 */; 
	background: linear-gradient(to left, rgba(0,51,102,0.05), rgba(0,51,102,1)); /* standard syntax (must be last) */;        
	position: absolute;
	text-align: left; 
	min-width: 75%; 
	max-width: 75%; 
	margin-top: -5%; 
	margin-right: 25%; 
	padding: 0px 5px;

}
.subLanding h1 {
	font-size: 24pt;
	font-weight: bold; 
	color: white; 
	margin: 5px;
}

/* Program overviews  */
.ug-program-wrapper {
	max-width: 100%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.ug-program-icon {
	min-width: 12%;
	max-height: auto;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}

.ug-program-icon a {
	width: 100%;
}

.ug-program-icon img {
	width: 100px;
	height: 100px;
	margin: auto;
}

.main-container-wide.blue-bg, .main-container.blue-bg {
	background-color: #ffffff
}

/* progress bar */
.barWrapper {
	width: 100%;
	height: 36px;
	overflow: hidden;
	margin: 9px 0;
}

#onButtonClickBar, 
#onPageLoadBar, 
#onScrollBar,
#undergraduateStudentBar,
#graduateStudentBar,
#tenureBar,
#barWrapper,
#lecturersBar,
#researchBar,
#staffBar{
	width: 1%;
	height: 100%;
	border-radius: 10px;
	background-image: linear-gradient(to right, #f58220 , #fdb813);
	display:inline-block;
	position: relative;
}

span.inner-bar-text {
	overflow: hidden;
	position: absolute;
	left: 1%;
	bottom: 0;
	display: block;
	padding: 0 6px;
	margin: 6px 0;
}

span.outer-bar-text {
	vertical-align: top;
	position:relative;
	bottom:25%;
	left:0.5%;
	display: inline-block;
}

.text-orange {
	color: #f58220;
}

.text-white {
	color: white;
}

.text-blue{
	color: #00acd7;
}

.flex-container {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	width: 100%;

}

/* department icons */
#departments .flex-container {
	display: flex;
	flex-direction: column;
}
#departments .flex-container>div {
	padding: 9px;
}
#programs {
	border-left: 2px solid #00acd7;
}
#programs h3 {
	line-height: 0;
	margin: 0 auto;
}
#programs ul li {
	line-height: 1.5;
}
#research a p.no-decoration,
.no-decoration {
	text-decoration: none !important;
}

.research-facility {
	margin: 0;
	padding: 0;
	border: none;
	height: 700px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	position: relative;
}

.overlay {
	background-color: rgba(0,172,215,0.75);
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

.overlay p {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: white;
}

.overlay p a {
	color: white !important;
}

.overlay p a:hover {
	text-decoration: none;
}

.research-facility:hover,
.research-facility:focus {
	cursor: pointer;
	outline: #00acd7 auto 3px;
}


/* Diagonal line */
.diagonalLineBackground {
	width: 100px;
	height: 137px;
	padding: 0; 
	margin: 0;
	position: relative;
	overflow: hidden;
}

.diagonal {
	width: 100%;
	height: 90px;
	border-top: 2px solid #f58220;
	transform: rotate(-66deg);
	position: absolute;
	left: 12%;
	right: auto;
	top: auto;
	bottom: 15%;
}

button.col-xs-3, 
button.col-xs-4, 
button.col-xs-6,
button.col-sm-1, 
button.col-sm-2, 
button.col-sm-7 {
	transition-property: width;
	transition-duration: 1s;
	transition-timing-function: ease-in-out;
}

/**
*
*** Computer Lab ***
*
*
*/

.engr-comp-lab-circles {
	background-color: #0f2439;
	border-radius: 50%; 
	display: inline-block; 
	position: relative; 
	width: 170px; 
	height: 170px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.engr-comp-lab-circles .engr-circle-content {
	position: absolute; 
	left: 50%; 
	top: 50%; 
	transform: translate(-50%, -50%);
	display: block;
	margin-right: auto;
	margin-left: auto;

}


/* Left nav for computer lab.  */

td.gold {
	background-color: #facf56;
	color: #fff;

}

img.hidden-sm.top {
	position: absolute; 
	top: 0; 
	left: 80%;
	transform: rotate(180deg) scale(2.2); 

}
img.hidden-sm.bottom {
	position: absolute; 
	bottom: -5%; 
	left: 10%; 
	transform: scale(2.2);
}

.boulder {
	font-weight: bold;
}

.offset-gray-boxes:nth-child(even) {
	background-color: #e8e8e8;
}

.white-out {
	color: white;
}

/** 
* CEER Custom CSS
*/

.icon-background {
	height: 65px;
	width: 65px;
	border-radius: 50px;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	box-shadow: 1px 1px 2px 2px #DDD;
	background: -moz-linear-gradient(top, rgba(218,218,218,0) 0%, rgba(219,219,219,0.25) 28%, rgba(220,220,220,0.75) 67%, rgba(221,221,221,1) 97%, rgba(221,221,221,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(218,218,218,0)), color-stop(28%,rgba(219,219,219,0.25)), color-stop(67%,rgba(220,220,220,0.75)), color-stop(97%,rgba(221,221,221,1)), color-stop(100%,rgba(221,221,221,1)));
	background: -webkit-linear-gradient(top, rgba(218,218,218,0) 0%,rgba(219,219,219,0.25) 28%,rgba(220,220,220,0.75) 67%,rgba(221,221,221,1) 97%,rgba(221,221,221,1) 100%);
	background: -o-linear-gradient(top, rgba(218,218,218,0) 0%,rgba(219,219,219,0.25) 28%,rgba(220,220,220,0.75) 67%,rgba(221,221,221,1) 97%,rgba(221,221,221,1) 100%);
	background: -ms-linear-gradient(top, rgba(218,218,218,0) 0%,rgba(219,219,219,0.25) 28%,rgba(220,220,220,0.75) 67%,rgba(221,221,221,1) 97%,rgba(221,221,221,1) 100%);
	background: linear-gradient(to bottom, rgba(218,218,218,0) 0%,rgba(219,219,219,0.25) 28%,rgba(220,220,220,0.75) 67%,rgba(221,221,221,1) 97%,rgba(221,221,221,1) 100%);
}

.icon-background span {
	height: 65px;
	width: 65px;
	padding: 0;
	margin: 0;
	display: block;
}

.people-icon {
	background: url("/eed/images/logos/ceer/ceer-icons.png") no-repeat -5px -178px;
}

.paper-icon {
	background: url("/eed/images/logos/ceer/ceer-icons.png") no-repeat -3px -57px;
}

.pen-icon {
	background: url("/eed/images/logos/ceer/ceer-icons.png") no-repeat -3px 2px;
}

.grad-cap-icon {
	background: url("/eed/images/logos/ceer/ceer-icons.png") no-repeat -4px -116px;
}

.people-icon {
	background: url("/eed/images/logos/ceer/ceer-icons.png") no-repeat -5px -178px;
}

.magnify-icon {
	background: url("/eed/images/logos/ceer/ceer-icons.png") no-repeat -5px -240px;
}

.apple-icon {
	background: url("/eed/images/logos/ceer/ceer-icons.png") no-repeat -5px -304px;
}


/* 
Engineers Week
*/
#e-week {
	background-image: url('/images/events/engineers-week/banner-background-web.svg'); 
	background-repeat: no-repeat; 
	background-position: center;
	background-size: cover;
	min-height: 70vh;
	overflow: hidden;
	position: relative;

}

#e-week img.theme {
	position: absolute;
	top: 12%;
	left: 6%;
	max-width: 50%;

}

#e-week img.date {
	position: absolute;
	top: 81%;
	left: 55%;
	max-width: 33%;
}

.dark-box {
	background-color: rgba(0, 0, 0, 0.4);
	min-height: 300px; 
	padding: 10px; 
	margin-bottom: 20px; 
	color: #fff;	
}

.dark-box h3 {
	color: white;
	font-weight: 600px;

}

/**
*** CSS for Graduate Programs Overview Pages ***
*/

.hamburgerMenuPos .hamburger-menu {
	position: absolute;
	left: 5%;
	position: fixed;
}

.hamburger-menu {
	cursor: pointer; 
	z-index: 3; 
	background-color: #EEE; 
	border-radius: 5px; 
	padding: 9px;
	margin: 18px;
}

.main-container-wide.blue-bg, .main-container.blue-bg {
	background-color: #fff;
}

.sidenav {
	display: none;
	height: 100%;
	width: 250px;
	position: fixed;
	z-index: 6;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	padding-top: 60px;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
}

.sidenav a:hover {
	color: #f1f1f1;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

div#header {
	margin-bottom: 1px;
	display: block;
	overflow: hidden;
	height: 200px;
	background-color: #0f2439;

}

.parallax-image {
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;

}

div#above-fold:after {
	bottom: 0;
	height: 50px;
	content: '';
}

div#below-fold {
	background-color: #fff;
	position: relative;
	display: block;
}

div#below-fold::after,
div#below-fold::before {
	margin: 1px;
	clear: both;
	background-color: #fff;
	content: '';
}

div#footer {
	position: relative;
	display: block;
}

.set-relative {
	position: relative;
}

.set-absolute {
	position: absolute;
}

.brand {
	margin: 0 0 0 0;
	padding: 0%;
}

.container-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.header-right {
	right: 0;
	float: right;
}

.header-links li {
	display: inline;
	margin: 1px;
	padding: 0 2px;
}

.header-links a {
	color: #fff;

}

.header-support {
	margin: 3px 0 0 0;
}

.full-width {
	width: 100%;
}

.profile {
	border-radius: 50%;
	width: 75%;
}


.parallax-verbiage {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 18px;
	background-color: rgba(0, 0, 0, 0.25);
	height: inherit;
}

.parallax-verbiage h1, 
.parallax-verbiage h2 {
	color: #ffffff;
}

.stage {
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 75px;
	height: 75px;
}



.pulsing {
	animation-name: bounce;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
}

.pulsing:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	content: '';
	box-shadow: inset 0 0 0 3px #FFF;
	transition: transform 0.2s, opacity 0.2s;
	animation: pulsing 2.7s infinite;
}

@keyframes pulsing {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	50% {
		transform: scale(2);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}

.leftWing {
	position: absolute;
	top: 50%; 
	right: 20%;
	width: 240px;
	min-height: 100%;

}

.rightWing {
	position: absolute; 
	top: 47%; 
	right: 0%;
	width: 180px;
	min-height: 100%;
}



/**
*** Idea Factory and Metal Factory ***
*/

:root {
	--brand-secondary: #064685;
	--brand-main: #222222;
}


div.ideaFactory-FadeInFont p a.no-effect, div.ideaFactory-FadeInFont h3 a.no-effect {
	color: #FFF;
	text-decoration: none;
}

div.ideaFactory-FadeInFont p a.no-effect:hover, div.ideaFactory-FadeInFont h3 a.no-effect:hover {
	color: #FFF;
	text-decoration: underline;
}

.ideaFactory-logo-position {
	position: absolute;
	left: 3%;
	bottom: 3%;
}

.ideaFactory-logo {
	width: 700px;
	height: auto;
}

.ideaFactory-FadeIn {
	position: relative;
	width: 100%;
}

.ideaFactory-FadeInPic {
	display: block;
	width: 100%;
	height: auto;
	-webkit-filter: brightness(75%);
	filter: brightness(75%);

}

.ideaFactory-FadeInPicHover {
	display: block;
	width: 100%;
	height: auto;
	background-color: #0f2439;
	opacity: 0.75;
}

.ideaFactory-FadeInHover {
	color: #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: 100%; 
	opacity: 0.75;
	background-color: #0f2439;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 1em;
	text-align: center;
	padding-top: 15%;
}

.ideaFactory-FadeInFont {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: 100%; 
	color: #FFF;
	font-size: 1.5em;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	padding-top: 15%;
}

.ideaFactory-FadeInFont h3 {
	color: #FFF;
	font-size: 110%;
}

.ideaFactory-FadeInFont p {
	color: #FFF;
	font-size: 75%;
}

.ideaFactory-FadeInFont a {
	color: #FFF;
	font-size: 1em;
}


/* Phase in container effect edition  */
.phaseInWrap {
	position: relative;
	width: 100%

}

.phaseInPic {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .3s ease;
	backface-visibility: hidden;

}

.phaseIn {
	transition: .3s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.phaseInWrap:hover .phaseInPic {
	opacity: 0.3;
}
.phaseInWrap:hover .phaseIn {
	opacity: 1;
}

.phaseInFont {
	background-color: rgba(15, 36, 57,1);
	color: #FFF;
	font-size: 1em;
	padding: 15px 30px;
	text-align: center;
}

.phaseInFont h3 {
	color: #FFF;
	font-size: 1.2em;
}

.phaseInFont a {
	color: #FFF;
	font-size: 1em;

}

a.btn-reverse {
	margin: 6px;
	color: white;
	background-color: var(--brand-main);

}

a.btn-reverse:hover {
	background-color: var(--brand-secondary);
	color: #fff;
}

#returnTop:hover, .btn-brand {
	background-color: var(--brand-secondary);
	color: #fff !important;
}

#returnTop, .btn-brand:hover {
	background-color: var(--brand-main);
	color: #fff;
}

.brandSection {
	min-height: 50vh;
	clear: both;
	padding: 18px;
}

h2.half-underline {
	position: relative; 
}

h2.half-underline:first-child hr {
	border-bottom: 3px solid var(--brand-secondary);
	width: 20%;
	position: absolute;
	left: 0;
	margin: 0 0 24px 0;
	background-color: var(--brand-secondary);
}

#nut {
	background-image: url('/students/resources/metal-factory/images/nut-10.jpg'); /* 10% Opacity */
	background-position: center;
	background-repeat: no-repeat;
	min-height: 35vh;
}

#metalFactory {
	background-image: url('/students/resources/metal-factory/images/metal-factory-web-10.jpg');  /* 10% Opacity */
	background-position: center;
	background-repeat: no-repeat;
}

ul.leaders {
	max-width: 40em;
	padding: 0;
	overflow-x: hidden;
	list-style: none;
	overflow-y: hidden;
	display: block;
}

ul.leaders li:before {
	float: left;
	width: 0;
	white-space: nowrap;
	color: var(--brand-secondary);
	border: var(--brand-secondary);
	content:
		"_________________________________"
		"_________________________________"
		"_________________________________"
		"_________________________________"
}

ul.leaders span:first-child {
	padding-right: 0.33em;
	background: rgba(239,239,239,0.8);
	font-weight: bold;
}

ul.leaders span + span {
	float: right;
	padding-left: 0.33em;
	background-color: rgba(239,239,239,0.8);

}

.lAccordion {
	background-color: var(--brand-main);
	color: #fff;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	outline: none;
	transition: 0.4s;
	margin: 6px 0;
}

.lAccordion:after {
	content: '\25BC';
	transform: rotate(90deg);
	color: #fff;
	float: right;
	margin-left: 5px;
}

.lActive:after {
	content:'\25BC';
	transform: rotate(0deg);
}

.lActive, .lAccordion:hover {
	background-color: var(--brand-secondary);
}

.lPanel {
	padding: 0 18px;
	background-color: #FFF;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease-out;
	border-left: 3px solid var(--brand-main);
	border-right: 3px solid var(--brand-main);
}

.main-container-wide.blue-bg, .main-container.blue-bg {
	background-color: #fff;
	border-bottom: 0 solid #fff;
}

/* Style the tab content */
.tabcontent {
	float: left;
	padding: 0px 12px;
}


.tabcontent {
	display: none;
}

.tabcontent.active,
.active {
	display: block;
}

.btn-sideways {
	min-width: 350px;
	color: #ffffff;	
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%) rotate(-90deg);
	margin: 0 25px;
}

.btn-sideways a {
	text-align: left;
	min-height: 100px;
	padding-top: 25px;
	text-transform: uppercase;

}
.btn-sideways a:visit {
	color:#ffffff;
}

.side-btn-wrapper {
	min-height: 400px;

}

#lightbulb {
	background-image: url('/students/resources/idea-factory/images/lightbulb.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 35vh;
}

#ideaFactory {
	background-image: url('/students/resources/idea-factory/images/ideafactory-web-10.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#makerPersonnel div div h3 {
	margin-top: 0;
	margin-bottom: 30px;
}


.icon {
	display: inline-block;
	width: 75px;
	height: 75px;
	background-color: rgba(0,0,0,0.25);
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	color: #fff;
	line-height: 75px;
	top: 0;
	left: 0;
	position: absolute;
}

svg.icon {
	background-color: #ffffff;
	width: 150px;
	height: 150px;
	position: relative;
}
.icon i.fa {
	display: inline-block
}

.icon {
	fill: var(--brand-main);
}

.icon:hover {
	fill: var(--brand-secondary);
	cursor: pointer;
}

.icon::after {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	content: '';
	box-shadow: inset 0 0 0 3px #FFF;
	transition: transform 0.2s, opacity 0.2s;
}

.icon:hover::after {
	transform: scale(1.45);
	opacity: 0.8;
}


/*news feed*/
.article {
	clear: both;
}
.article img {
	width: 100%;
}
.main-container-wrapper .news-nav {
	background-color: #da6b34;
	padding: .5em;
	padding-right: 20px;
	margin-top: 38px;
}
.main-container-wrapper .news-nav ol, .main-container-wrapper .news-nav ul a {
	color: #ffffff;
	text-decoration: none;
}
.main-container-wrapper .news-nav ol, .main-container-wrapper .news-nav ul {
	color: #ffffff;
	list-style: none;
	letter-spacing: 1.2px;
	font-weight: 200;
	font-size: 19px;
}
.main-container-wrapper .newsfeed {

}
.main-container-wrapper .newsfeed .main-item img {
	width: 100%;
	max-width: none;
}
.main-container-wrapper .newsfeed .item img {
	max-width: 280px;
	width: 100%;
}

.fa-author {
	display:none;
}

#stayConnected {
	display: none;
}

body.newsHome #articleShare {
	display: none; 
}
body.newsHome #stayConnected {
	display: block; 
} 

/* Custom Snippet CSS  */
.leftPhotoCaption {
	float: left;
	margin-right: 15px;
	display: inline;
	background-color: #d9ecff;
	padding: 0;
}

.rightPhotoCaption {
	float: right;
	margin-left: 15px;
	display: inline;
	background-color: #d9ecff;
	padding: 0;
}

/* Overwritting the web teams stuff for main featured items */
.header-content .blue-bg {
	padding: 15px 0 0 0 !important; /* We need this */
}

img.img-border.main-image {
	width: 100%;
}


/**
* Overview Pages. 
*/

/* New explore programs  */
.yell {
	text-transform: uppercase;
}

.ug-wrapper {
	background-color: #fff;
	color: #000; 
	margin: 0;
	padding: 25px;
}

.ug-wrapper small {
	font-size: 80%;
}

.ug-header {
	padding: 9px;
	margin: 9px;
}

.ug-header h3 {
	color: #fff;
}

.ug-header img {
	margin-top: 21px;
}

.ug-box-top {
	margin: 20px 30px 30px 30px;
	padding: 8px;
}

.ug-box-leftTop {
	margin-left: 30px;
	padding: 8px;
	float: left;
	display: inline-block;

}

.ug-box-leftTop strong {
	display: block;
}

.ug-box-leftTop ul {
	font-size: 1.2em;
	padding-left: 5px;
	margin-left: 5px;
	display: block;
}

.ug-box-rightTop {
	float: right;
	display: inline-block;

}

.ug-box-rightTop ul {
	font-weight: 600;
}

.ug-box-leftBottom {
	margin-top: 30px;
	margin-left: 30px;
	float: left;
	display: inline-block;

}

.ug-box-leftBottom strong {
	line-height: 1.5;

}

.ug-box-leftBottom ul {
	font-size: 1.2em;
	font-weight: 600;

}

.ug-box-rightBottom {
	margin-left: 30px;
	margin-right: 50px;
	width: 90%;
	padding: 8px;
}

.ug-box-bottom {
	margin-top: 20px; 
	margin-bottom: 30px; 
	margin-left: 30px; 
	margin-right: 30px;
	padding: 8px;

}

.ug-box-foot {
	color: #FFF;
	margin-top: 25px; 
	margin-bottom: 0;

}

.explore-head {
	margin: 0;
	padding: 3px 15px;
}

.explore-head h1 {
	color: #ffffff;
}

.explore-btn {
	position: relative;
	height: 100px; 
	margin: 15px 0;
	color: #ffffff; 
	display: block; 
	text-decoration: none;
}

.explore-btn .explore-btn-content {
	position: absolute;
	left: 50%; 
	top: 50%; 
	transform: translate(-50%, -50%); 
	font-size: 1.5em;
	width: 55%;
	text-align: center;
}

/*  Biological Engineering   */
.be-bg-primary {
	background-color: rgba(49, 131, 197, 1);
	color: #ffffff;
}

a .be-bg-primary:hover {
	background-color: rgba(49, 131, 197, 0.75);
}

.be-secondary {
	color: rgba(21, 69, 120, 1);
}

/*  Civil Engineering */
.civil-bg-primary {
	background-color: rgba(71, 104, 112, 1);
	color: #ffffff;
}

a .civil-bg-primary:hover {
	background-color: rgba(71, 104, 112, 0.75);
}

.civil-secondary {
	color: rgba(46, 153, 169, 1);
}

/*  Computer Engineering */
.ce-bg-primary {
	background-color: rgba(231, 174, 68, 1);
	color: #ffffff;
}

a .ce-bg-primary:hover {
	background-color: rgba(231, 174, 68, 0.75);
}

.ce-secondary {
	color: rgba(71, 104, 112, 1);
}

/*  Electrical Engineering */
.ee-bg-primary {
	background-color: rgba(149, 48, 36, 1);
	color: #ffffff;
}

a .ee-bg-primary:hover {
	background-color: rgba(149, 48, 36, 0.75);
}

.ee-secondary {
	color: rgba(92, 146, 177, 1);
}

/*  Environmental Engineering */
.ene-bg-primary {
	background-color: rgba(55, 88, 45, 1);
	color: #ffffff;
}

a .ene-bg-primary:hover {
	background-color: rgba(55, 88, 45, 0.75);
}

.ene-secondary {
	color: rgba(216, 187, 131, 1);
}

/*  Mechanical and Aerospace */
.mae-bg-primary {
	background-color: rgba(62, 63, 65, 1);
	color: #ffffff;
}

a .mae-bg-primary:hover {
	background-color: rgba(62, 63, 65, 0.75);
}

.mae-secondary {
	color: rgba(185, 81, 38, 1);
}


/**  
* For the REU site. 
**/

.featured-pointer {
	position: relative; 
	display:inline-block;
	width: 9em;
	padding: 1.75em 0 0.75em 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0 0 4.5em 0; 
	cursor: default;
	background-color: #f07424;
}

.featured-pointer:before {
	font-size: 4.5em;
	line-height: 1em;
	color: #fff;
}

.featured-pointer:after {
	content: '';
	position: absolute;
	bottom: -1.95em;
	left: 0;
	border-top: solid 2em #f07424;
	border-left: solid 4.5em transparent;
	border-right: solid 4.5em transparent;

}

.center-pointer {
	display: block;
	margin: 0 25%;

}

.middle {
	position: relative;
	z-index: 1;
}

.middle:before {
	content: '';
	width: 32px;
	height: 100%;
	position: absolute;
	left: -24px;
	top: 0;
	display: block;
	z-index: -1;
	box-shadow: 32px 0 0 0 #fff, 0 -32px 0 0 #fff, 0 32px 0 0 #fff, 32px 32px 0 0 #fff, 32px -32px 0 0 #fff, 0 0 32px 0 rgba(0, 0, 0, 0.15);
}

.middle:after {
	content: '';
	width: 32px;
	height: 100%;
	position: absolute;
	right: -24px;
	top: 0;
	display: block;
	z-index: -1;
	box-shadow: -32px 0 0 0 #fff, 0 -32px 0 0 #fff, 0 32px 0 0 #fff, -32px 32px 0 0 #fff, -32px -32px 0 0 #fff, 0 0 32px 0 rgba(0, 0, 0, 0.15);

}

.orange-button {
	font-size: 1.1em;
	padding: 1em 1.5em 0.65em 1.5em;
	background-color: #f07424;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	min-height: 55px;
	min-width: 226px;
	display: inline-block;
}

.orange-button:hover {
	background-color: #e53359;
	color: #fff;
}

.white-backdrop {
	background-color: #fff;
	margin: 6px;
	padding: 15px;
	overflow: hidden;
}

.flex-item {
	align-items: center;
	margin: 2px;
}

.flex-center {
	justify-content: center;
}

.calendar-item {
	margin: 0.5em 1em;
	border-bottom: solid 1px #858484;
	overflow: hidden;
	clear: both;
}

.date-pointer {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #d52349;
	height: 3.5em;
	text-align: center;
	color: #fff;
	line-height: 1em;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 0.5em 0.75em 0 1em;
}

.date-pointer:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: -1.2em;
	border-left: solid 1.25em #d52349;
	border-top: solid 1.8em transparent;
	border-bottom: solid 1.8em transparent;
}

.date-pointer strong {
	display: block;
	padding-top: 0.15em;
}

#pre-footer {
	display: block;
	background-color: #252122;
	min-height: 100%;
	height: 100%;
}

#pre-footer  h4 {
	color: #fff !important;

}

#pre-footer p {
	color: #858484;
}

#pre-footer p.white-out, 
#pre-footer p.white-out a {
	color: #fff !important;
}

.project-description {
	column-count: 2;
}

.shadow-box-wrapper {
	float: left; margin-bottom: 16px; padding: 0 8px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	min-height: 350px;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.shadow-box-placement .employeer {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.shadow-box-placement .publish-date {
	position: absolute;
	top: 75%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.shadow-box-header {
	margin: 0 auto;
}

.shadow-box-body {
	padding: 0 16px 16px 16px;
}

.shadow-box-body>h4 {
	color: grey;
}

.shadow-box-body>button {
	padding: 8px;
}

.shadow-box-wrapper>.shadow-box-header>img {
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	height: auto;
}

/* Media Querys */

@media only screen and (max-width: 767px) {
	.engineeringStateApp .left-column {
		display: none;
	}
}
/* Media Querys for Galleries */

@media only screen and (max-width: 1400px) {
	.carousel .item .carousel-caption h1 {
		font-size: 2.5em;
	}
	.carousel .item .carousel-caption p { 
		font-size: 1.4em;
	}


}

@media only screen and (max-width: 1200px) {
	.carousel .item .carousel-caption {
		top: 70%;
		height: 100%;
		width: 100%;
		left: 0;
	}
}

/* Medium Devices such as tablets and  */
@media only screen and (max-width: 768px) {
	.carousel .item .carousel-caption h1 {
		font-size: 1.6em;
		margin: 0;
	}
	.carousel .item .carousel-caption p {
		font-size: 0.9em;
		margin: 0;
	}
}

/* Extra Small Devices */
@media only screen and (max-width: 600px) {
	.carousel .item .carousel-caption {
		top: 55%;
	}
	.carousel .item .carousel-caption h1 {
		font-size: 1em;
	}
	.carousel .item .carousel-caption p {
		font-size: 0.7em;
	}

}

@media only screen and (min-width: 2200px) {
	#e-week {
		min-height: 80vh;
		/* 		background-image: url(''); */
		overflow: hidden;

	}

	#e-week img.theme {
		max-width: 32%;
		left: 10%;
		transform: scale(1.30);

	}

	#e-week img.date {
		max-width: 20%;
		left: 56%;
		top: 80%;
	}

}
@media only screen and (max-width: 450px) {
	.photo-gallery-box {
		min-height: 250px;
	}

}
@media only screen and (max-width: 1200px) {
	.leftBlueSubOverlay {
		width: 100%;
	}

	.rightBlueSubOverlay {
		width: 100%;
	}

	.setAbsolute, .set-absolute {
		display: relative;
	}


	.rw-overlay h1 {
		text-transform: uppercase; 
		color: black; 
		font-size: 1rem;
	}

}

@media screen and (max-width: 1050px) {
	.ug-program-icon {
		min-width: 25%;
		margin: 0;
	}
}

@media screen and (max-width: 990px) {
	.ug-program-icon {
		min-width: 25%;
		margin: 5px;
	}
}

@media only screen and (max-width: 768px) {

	.subLanding h1 {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.rw-overlay {
		left: 0%;
	}

	.rw-overlay h1 {
		text-transform: uppercase; 
		color: black; 
		font-size: 2em;
	}


}

@media screen and (max-width: 500px) {
	.ug-program-icon {
		width: 40%;

	}
}

@media only screen and (max-width: 600px) {
	#departments .flex-container {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	#programs {
		border-left: 0px solid #ffffff !important;
	}
}

@media only screen and (max-width: 425px) {
	.subLanding h1 {
		font-size: 1.2em;

	}

	.newsPic {
		max-width: 100%;
	}

}


@media only screen and (max-width: 768px){
	.dark-box {
		min-height: auto;
	}

}

@media only screen and (max-width: 600px){
	#e-week {
		background-image: url('/images/events/engineers-week/world-banner-mobile.svg'); 
		background-size: auto;
		min-height: 90vh;

	}

	#e-week img.theme {
		position: absolute;
		max-width: 70%;
		left: 15%;
		top: 9%;
		margin: 9px auto;
		padding: 3px;
		display: block;
	}

	#e-week img.date {
		position: absolute;
		max-width: 80%;
		left: 9%;
		top: 84%;
		margin: 9px auto;
		padding: 3px;
		display: block;
	}

}

@media only screen and (max-width:1050px) {
	.leftWing {
		position:relative;
		width: auto;
		top: auto;
		right: auto;
	}

	.rightWing {
		position: relative;
		width: auto;
		top: auto;
		right: auto;
	}
}

@media only screen and (max-width: 550px) {
	.ideaFactory-logo {
		width: 100%;
		height: auto;
	}

	.ideaFactory-logo-position {
		position: absolute;
		left: 50%; 
		top: 75%;
		bottom: auto;
		right: auto;
		width: 100%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);

	}

}

@media only screen and (max-width: 768px) {
	.project-description {
		column-count: 1;
	}
}

/* Max size of 850px - */
@media only screen and (max-width: 850px) {
	.ug-box-rightTop {
		margin-left: 20px;
		padding-left: 20px;
		width: 100%;
	}
}

/* Max size of 500px - */
@media only screen and (max-width: 500px) {
	.ug-header {
		margin-top: -5px;
		margin-bottom: 5px;
	}
	.ug-box-leftTop {
		margin: 0;
	}
	.ug-box-rightTop {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.ug-box-leftBottom {
	}
	.ug-box-rightBottom {
		margin: 0;
		width: 100%;
	}
	.ug-box-bottom {
		margin: 5px;	
	}
	.ug-box-foot {
		margin: 0;
	}
}