/*
Author: UAB Digital Media
Last Updated Date: Nov 1st, 2017

[Table of Contents]
Accordion
Banner
Category Headings
Footer
Forms
Homepage Graphic
Images
News Feed
*/

.pageHeight {
    min-height: 850px;
}

.pageHeightSmall {
    min-height: 750px;
}

	/*///////////////////////////////////////BEGIN Accordion///////////////////////////////////////*/

.programFocusLearnMore .uk-accordion-content {
		background-color: #eee;
	}

	.programFocusLearnMore .uk-accordion-title {
		background-color: #fff;
		text-align: right;
		border-bottom: none;
	}


	/*///////////////////////////////////////END Accordion///////////////////////////////////////*/

	/*///////////////////////////////////////BEGIN Banner///////////////////////////////////////*/
	/**************BEGIN Image***************/

	.wideload-banner {
		background-color: #231F20;
		background-image: url("images/banners/SSC-Home-Banner-1280x350.jpg");
		min-height: 350px;
		background-size: cover;
		background-position: left;
		position: relative;
		width: 100%;
	}

	.wideload-overlay {
		background: rgba(50, 50, 50, 0.50);
		min-height: 350px;
		overflow: hidden;
		z-index: 2;
	}

	.wideload-content {
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		left: 50%;
		margin-right: -50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 70%;
	}
	/*---BEGIN Mobile---*/

	@media only screen and (min-width: 1025px) {
		.wideload-banner {
			background-image: url("images/banners/SSC-Home-Banner-1280x350.jpg");
		}
	}

	@media only screen and (min-width:760px) and (max-width: 1024px) {
		.wideload-banner {
			background-image: url("images/banners/SSC-Home-Banner-1024x350.jpg");
		}
	}

	@media only screen and (min-width:550px) and (max-width: 760px) {
		.wideload-banner {
			background-image: url("images/banners/SSC-Home-Banner-768x350.jpg");
		}
	}

	@media only screen and (min-width:300px) and (max-width: 550px) {
		.wideload-banner {
			background-image: url("images/banners/SSC-Home-Banner-420x350.jpg");
		}
	}
	/*---END Mobile---*/
	/**************END Image***************/
	/**************BEGIN Text***************/

	.wideload-banner h1,
	.wideload-banner h2 {
		text-align: center;
	}

	.wideload-banner h1 {
		color: #fff;
		margin: 0px;
	}

	.wideload-banner h2 {
		color: #A3CD65;
		margin: 0px;
	}

	.wideload-content h1 {
		font-size: 48pt;
		text-shadow: 2px 2px 2px black;
	}

	.wideload-content h2 {
		font-size: 24pt;
		font-family: din-condensed, san-serif !important;
		text-transform: uppercase;
		text-shadow: 2px 2px 2px black;
	}
	/*---BEGIN Mobile---*/

	@media only screen and (max-width: 980px) {
		.wideload-content {
			width: 95%;
		}
		.wideload-content h1 {
			font-size: 48px !important;
		}
		.wideload-banner h2 {
			font-size: 24px !important;
		}
	}
	/*---END Mobile---*/
	/**************END Text***************/
	/*---BEGIN Interior Banner---*/

	.wideload-banner-interior {
		background-image: url("/engineering/smartcities/images/banners/SSC-Interior-Banner1280x180.jpg");
		background-size: cover;
		height: 180px;
	}

	@media only screen and (min-width:760px) and (max-width: 1024px) {
		.wideload-banner-interior {
			background-image: url("/engineering/smartcities/images/banners/SSC-Interior-Banner-1020x180.jpg");
		}
	}

	@media only screen and (min-width:550px) and (max-width: 760px) {
		.wideload-banner-interior {
			background-image: url("/engineering/smartcities/images/banners/SSC-Interior-Banner-780x180.jpg");
		}
	}

	@media only screen and (min-width:300px) and (max-width: 550px) {
		.wideload-banner-interior {
			background-image: url("/engineering/smartcities/images/banners/SSC-Interior-Banner-420x180.jpg");
		}
	}
	/*---END Mobile---*/
	/*---End Interior Banner---*/
	/*///////////////////////////////////////END Banner///////////////////////////////////////*/

	/*///////////////////////////////////////   START Category Headings   ///////////////////////////////////////*/

	.categoryHeading .subheading-category {
		font-size: 32px!important;
		letter-spacing: .05em;
		line-height: 120% !important;
		font-family: din-condensed, san-serif !important;
		color: #333 !important;
		text-align: left;
		font-size: 28px;
		font-weight: normal !important;
		margin: 0.5em 0;
		padding: 0;
	}
	/*///////////////////////////////////////   END Category Headings   ///////////////////////////////////////*/

	/*////////////////////////////////////////BEGIN Footer ///////////////////////////////////////*/

#footer .unitFooterElement.unitContactInformation a,
#footer .unitFooterElement.unitContactInformation a:hover,
#footer .unitFooterElement.unitContactInformation a:active {
    font-family: proxima-nova, sans-serif !important;
    letter-spacing: .01em;
    line-height: 150%;
    font-weight: 300!important;
    font-size: 16px!important;
    color: #000!important;
}

	.customFooterBlock {
		display: inline-table;
		vertical-align: top;
	}

	.customFooterLogo,
	.customFooterSocialMedia {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}

	body.ribbonFullwidth #footer {
		background-color: white !important;
	}

	/*#footer .uabFooterMenu a:hover {
		color: #eee !important;
	}*/

	.uabFooterMenu,
	.poweredByDM {
		background-color: rgba(0, 0, 0, 0.65);
		background-color: #595959;
	}

	body.hd #footer .uabFooterMenu {
		padding: 2em 0 2em 0;
	}

	.unitCustomFooter {
		padding: 0px 0px !important;
		background-color: #f5f5f5;
	}

	.unitFooterElement {
		width: 100% !important;
		padding: 20px 0px;
		min-height: 50px;
	}

	.unitFooterSocialLogo {
		width: 60px;
	}

	.unitContactInformation,
	.unitSocialMedia {}

	.unitFooterContainer {
		min-height: 270px;
		display: block;
	}

	@media only screen and (min-width: 1024px) {
		.unitFooterElement {
			width: 26% !important;
			padding: 40px 2%;
		}
		.unitFooterSocialLogoLink {
			float: left;
			margin-left: 30%;
		}
		.unitFooterContainer {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
		}
		.unitFooterLogo {
			display: block;
			float: left;
		}
		.unitFooterSocialLogoLink {
			display: block;
			float: right;
			padding-right: 15px;
		}
	}


	/*---BEGIN Mobile---*/

	@media screen and (min-width: 1024px) {
		.customFooterContainer {
			max-width: 1280px;
		}
		.customFooterBlock {
			width: 49% !important;
			display: inline-table;
			vertical-align: top;
		}
		.customFooterLogo,
		.customFooterSocialMedia {
			display: table-cell;
			height: 150px;
			vertical-align: middle;
		}
		.customFooterLogo img {
			max-width: 300px;
			min-width: 200px;
			float: left;
		}
		.customFooterSocialMedia img {
			float: right;
			margin: 10px 5px 10px 0px;
			width: 52px;
		}
	}

	@media screen and (max-width: 1024px) {
		.customFooterLogo img {
			max-width: 300px;
			min-width: 200px;
		}
		.customFooterSocialMedia img {
			margin: 10px 5px 10px 0px;
			min-width: 50px;
			width: 72px;
		}
		.customFooterLogo {
			padding-top: 50px;
		}
		.customFooterSocialMedia {
			padding-bottom: 50px;
			padding-top: 10px;
		}
		.customFooterLogo,
		.customFooterSocialMedia {
			display: block;
		}
	}

	@media only screen and (max-width: 1024px) and (min-width: 300px) {
		#footer {
			background-color: white !important;
		}
	}
	/*---END Mobile---*/
	/****************************************BEGIN footer*/

	body.ribbonFullwidth #footer {
		background-color: white !important;
	}

	.quicklinksNestedContainer a {
		color: green;
	}

	ul.engineeringFooterLinks li a {
		text-decoration: none;
		color: #0A6142 !important;
		font-size: 18px !important;
	}

	#footer .engineeringFooterLinks a:hover {
		color: #0A6142 !important;
	}

	/*#footer .uabFooterMenu a:hover {
		color: #eee !important;
	}*/

	.customFooterLinks a {
		color: #0a6142 !important;
	}

	@media only screen and (max-width: 1024px) and (min-width: 300px) {
		#footer {
			background-color: white !important;
		}
	}

	.uabFooterMenu {
		background-color: rgba(0, 0, 0, 0.65);
	}

	body.hd #footer .uabFooterMenu {
		padding: 2em 0 2em 0;
	}

	.engineeringFooter {
		padding: 0px 0px !important;
		background-color: #f5f5f5;
	}

	.nestedContainer,
	.quicklinksNestedContainer {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		justify-content: center;
	}

	.footerSocialMediaContainer {
		padding-right: 100px;
	}

	.footerContainer {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		background-color: #f5f5f5;
		padding: 50px 0px;
	}

	.footerItem {
		margin: 20px 0px;
	}

	.footerSecondItem {
		flex-grow: 1;
		align-self: flex-end;
	}

	.footerThirdItem>img {
		margin-left: 15px;
	}

	.quicklinksText {
		margin-right: 0px !important;
		padding-right: 0px!important;
	}

	.footerSocialMediaContainer a {
		margin-right: 5px;
	}

	@media only screen and (min-width: 200px) and (max-width: 1055px) {
		.footerItem {
			flex: 1 100%;
			padding-top: 30px;
		}
		.footerSecondItem {
			flex-grow: 2;
		}
		.footerSocialMediaContainer {
			padding-right: 0px;
		}
		.nestedContainer,
		.quicklinksNestedContainer {
			display: flex;
			align-items: center;
		}
		.quicklinksNestedContainer {
			margin-left: -50px;
		}
		.footerFirstItem {
			justify-content: center;
		}
		.quicklinksText {
			margin-right: 40px !important;
		}
	}

	@media screen and (min-width: 1024px) {
		body.ribbonFullwidth #footer div {}
	}

	.uabFooterMenu,
	.poweredByDM {
		background-color: rgba(0, 0, 0, 0.65);
		background-color: #595959;
	}
	/*////////////////////////////////////////   END Footer   ///////////////////////////////////////*/

	/*///////////////////////////////////////   BEGIN Forms   ///////////////////////////////////////*/
	/**************BEGIN Contact Us Form***************/

	body.hd .contactUsForm .rsform-block input,
	body.hd .contactUsForm .rsform-block textarea {
		width: 90%;
		padding: 15px 10px;
	}

	.contactUsForm input[type="text"],
	.contactUsForm .form-control,
	.contactUsForm textarea {
		-webkit-border-radius: 0px !important;
		border-radius: 0px !important;
	}

	.contactUsForm #userForm label {
		color: #fff;
		margin: 0px !important;
	}

	.contactUsForm #g-recaptcha-38 {
		transform: scale(1);
		transform-origin: 0 0;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	.contactUsForm .rc-anchor-center-container {
		color: #555 !important;
	}

	.contactUsForm .form-horizontal .controls {
		margin-left: 0px !important;
	}

	.contactUsForm .form-horizontal .control-label {
		width: 0px;
	}

	.contactUsForm button.btn {
		width: 96%;
	}

	.contactUsForm .rsform-text-box {
		color: #555 !important;
	}
	/*---BEGIN Mobile---*/

	@media only screen and (min-width: 1024px) {
		.homepageModule.contactUsForm form#userForm {
			border-top: 1px solid #D3D3D3;
			padding-top: 10px;
		}
	}

	@media only screen and (max-width: 1260px) and (min-width: 1024px) {
		.contactUsForm #g-recaptcha-38 {
			transform: scale(1);
			transform-origin: 0 0;
		}
	}

	@media only screen and (max-width: 1024px) and (min-width: 300px) {
		#downright input {
			max-width: 100%;
		}
		.rsform-block input,
		body.hd .rsform-block textarea {
			width: 98% !important;
		}
		.contactUsForm button.btn {
			width: 100% !important;
		}
		.contactUsForm {
			padding: 10px;
		}
	}

	@media only screen and (max-width: 1120px) and (min-width: 1024px) {
		.rsform-block input,
		body.hd .rsform-block textarea {
			width: 80% !important;
		}
		.contactUsForm button.btn {
			width: 90%;
		}
		.contactUsForm #g-recaptcha-38 {
			transform: scale(.9);
			transform-origin: 0 0;
		}
	}

	@media (max-width: 1024px) {
		.homepageModule.contactUsForm form#userForm {
			margin-right: 10px;
		}
	}
	/*adds extra right margin on form on mobile*/

	@media (max-width: 480px) {
		.form-horizontal .control-label {
			display: none;
			/*removes form labels when screen size is below 480px*/
		}
	}
	/*---END Mobile---*/
	/**************END Contact Us Form***************/
	/*///////////////////////////////////////   END Forms   ///////////////////////////////////////*/

	/*///////////////////////////////////////   BEGIN Homepage Graphic   ///////////////////////////////////////*/

	.fp_TextPositioning {
		padding-left: 60px;
	}

	p.fp_PrimaryTextHeading,
	p.fp_SecondaryTextHeading,
	p.fp_DescriptiveText,
	p.fp_LearnMore,
	.fp_DescriptiveTextMobile {
		color: #fff;
		font-family: din-condensed, san-serif !important;
	}

	.fp_PrimaryTextHeading {
		font-size: 2.5rem!important;
		margin: 0px !important;
		margin-top: 20px !important;
		line-height: 2.8rem!important;
		font-weight: 600!important;
		text-shadow: 1px 1px 1px black;
	}

	.fp_SecondaryTextHeading {
		margin-top: .6rem;
		font-size: 1.8rem;
		margin-bottom: 0px !important;
		text-transform: uppercase;
	}

	.fp_DescriptiveText {
		margin-top: 1rem;
		font-size: 1.3rem!important;
		margin-bottom: 0px !important;
		line-height: 1.7rem!important;
	}

	.fp_LearnMore {
		margin-top: 1.5rem;
		font-size: 1.4rem;
		margin-bottom: 0px !important;
		line-height: 1.7rem;
		text-align: right;
		width: 350px;
		text-transform: uppercase;
	}
	/******Mobile******/

	@media only screen and (min-width:768px) and (max-width:1024px) {
		.fp_TextPositioning {
			padding-left: 20px;
		}
		.fp_PrimaryTextHeading {
			font-size: 40px !important;
			margin: 0px !important;
			margin-top: 20px !important;
			line-height: 2.8rem;
			font-weight: 900;
		}
		.fp_DescriptiveText {
			margin-top: 1rem;
			font-size: 20px;
			margin-bottom: 0px !important;
			line-height: 1.7rem;
		}
		.fp_LearnMore {
			margin-top: 1.5rem;
			font-size: 1.4rem;
			margin-bottom: 0px !important;
			line-height: 1.7rem;
			text-align: right;
			width: 350px;
			text-transform: uppercase;
			display: none;
		}
	}

	@media only screen and (min-width:480px) and (max-width:768px) {
		.fp_TextPositioning {
			padding-left: 10px;
		}
		.fp_PrimaryTextHeading {
			font-size: 35px !important;
			margin: 0px !important;
			margin-top: 20px !important;
			line-height: 2.8rem;
			font-weight: 900;
		}
		.fp_DescriptiveText {
			margin-top: 1rem;
			font-size: 20px;
			margin-bottom: 0px !important;
			line-height: 1.7rem;
		}
	}

	@media only screen and (max-width:480px) {
		.fp_TextPositioning {
			padding-left: 5px;
		}
		.fp_PrimaryTextHeading {
			font-size: 45px !important;
			margin: 0px !important;
			margin-top: 20px !important;
			line-height: 4.6rem;
			font-weight: 900;
		}
		.fp_LearnMore {
			display: none;
		}
		.fp_DescriptiveText {
			display: none;
		}
	}

	@media only screen and (min-width:735px) {
		.fp_DescriptiveTextMobile {
			display: none;
		}
	}

	@media only screen and (max-width:734px) {
		.fp_DescriptiveText {
			display: none;
		}
	}

	@media only screen and (max-width:600px) {
		.fp_DescriptiveText {
			display: none;
		}
		.fp_DescriptiveTextMobile {
			display: none;
		}
	}

	@media only screen and (min-width:1090px) and (max-width:1200px) {
		.fp_DescriptiveText {
			font-size: 1.25rem;
		}
	}

	@media only screen and (min-width:1025px) and (max-width:1089px) {
		.fp_DescriptiveText {
			font-size: 1.22rem;
		}
	}

	@media only screen and (min-width:690px) and (max-width:1024px) {
		.fp_DescriptiveText {
			line-height: 2.5rem;
		}
		.fp_PrimaryTextHeading {
			line-height: 4.2rem;
		}
	}

	@media only screen and (min-width:825px) and (max-width:1024px) {
		.fp_DescriptiveText {
			font-size: 24px;
		}
		.fp_PrimaryTextHeading {
			line-height: 44px;
		}
	}

	@media only screen and (min-width:735px) and (max-width:824px) {
		.fp_DescriptiveText {
			font-size: 22px;
		}
		.fp_PrimaryTextHeading {
			font-size: 40px!important;
		}
	}

	@media only screen and (min-width:600px) and (max-width:734px) {
		.fp_DescriptiveTextMobile {
			font-size: 21px;
			line-height: 2.7rem;
		}
		.fp_PrimaryTextHeading {
			line-height: 4rem;
			font-size: 42px;
		}
	}

	@media only screen and (max-width:600px) {
		.fp_PrimaryTextHeading {
			text-align: center;
			font-size: 40px!important;
			line-height: 4rem;
		}
	}
	/*///////////////////////////////////////   END Homepage Graphic   ///////////////////////////////////////*/

	/*///////////////////////////////////////BEGIN Images///////////////////////////////////////*/

	@media only screen and (max-width: 500px) {
		img.mobileOverride {
			width: 40%;
		}
	}

@media only screen and (max-width: 575px) {
.pull-right.item-image {
    width: 100%!important;
}
}

	/*///////////////////////////////////////END Images///////////////////////////////////////*/

	/*///////////////////////////////////////   BEGIN News Feed   \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

	body.hd .third {
		width: 25.33%;
	}

	@media screen and (max-width:1024px) {
		.newsASEM .third img {
			max-width: 250px !important;
			min-width: 250px;
		}
	}

	@media screen and (min-width:1024px) {
		.newsDescription .two_thirds {
			padding-left: 20px !important;
		}
	}

	.newsDescription .third {
		text-align: center;
	}

	.newsDescription {
		border: 1px #eee solid;
		padding: 10px;
		margin: 10px 0px;
		position: relative;
		overflow: hidden;
	}

	.newsTag {
		font-weight: 500;
		position: absolute;
		top: 15px;
		right: 0px;
		padding: 5px;
		background-color: #1E6B52;
		min-width: 180px;
		text-align: center;
		color: #fff;
	}

	.newsTitle {
		width: 60%;
		display: inline-block;
	}

	.spaceforCourseNumber {
		width: 20%;
		display: inline-block;
	}

	.newsTitle h2 {
		margin-top: 0px !important;
	}

	.newsbuttonContainer {
		text-align: left;
	}

	@media screen and (min-width:805px) and (max-width:1024px) {
		.newsButton {
			margin-top: 10px;
		}
	}

	@media screen and (max-width:805px) {
		.newsTag {
			position: absolute;
			top: 0px;
			width: 100%;
			text-align: center;
			right: 0px;
			padding: 5px 0px;
		}
		.newsDescription img {
			margin-top: 40px;
		}
		.newsDescription {
			margin-top: 20px;
		}
		.newsTitle h2 {
			margin-top: 20px !important;
		}
		.newsTitle {
			width: 100%;
			display: inline-block;
		}
		.spacefornewsTag {
			width: 0%;
			display: inline-block;
		}
		.newsButton {
			width: 100%;
			margin-top: 10px;
		}
	}
	/*///////////////////////////////////////   END News Feed   \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

@media only screen and (max-width: 700px) {
.mobileImage, .item-page img {
float:none !important;
width:100%;
margin:10px 0px !important;
}
}

@media screen and (max-width: 1024px) {
.halfMobile {
    margin: 0;
    width: 100%!important;
}
