/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 980px;
}

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11 {
  position: relative;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_3 {
  width: 220px;
}

.container_12 .grid_4 {
  width: 650px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_6 {
  width: 460px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_9 {
  width: 700px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

.container_12 .grid_12 {
  width: 940px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_3 {
  padding-left: 240px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}

.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_6 {
  padding-left: 480px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_9 {
  padding-left: 720px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_3 {
  padding-right: 240px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_6 {
  padding-right: 480px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_9 {
  padding-right: 720px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}

.container_12 .push_2 {
  left: 160px;
}

.container_12 .push_3 {
  left: 240px;
}

.container_12 .push_4 {
  left: 320px;
}

.container_12 .push_5 {
  left: 400px;
}

.container_12 .push_6 {
  left: 480px;
}

.container_12 .push_7 {
  left: 560px;
}

.container_12 .push_8 {
  left: 640px;
}

.container_12 .push_9 {
  left: 720px;
}

.container_12 .push_10 {
  left: 800px;
}

.container_12 .push_11 {
  left: 880px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}

.container_12 .pull_2 {
  left: -160px;
}

.container_12 .pull_3 {
  left: -240px;
}

.container_12 .pull_4 {
  left: -320px;
}

.container_12 .pull_5 {
  left: -400px;
}

.container_12 .pull_6 {
  left: -480px;
}

.container_12 .pull_7 {
  left: -560px;
}

.container_12 .pull_8 {
  left: -640px;
}

.container_12 .pull_9 {
  left: -720px;
}

.container_12 .pull_10 {
  left: -800px;
}

.container_12 .pull_11 {
  left: -880px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12 {
  zoom: 1;
  clear: both;
}

/* added l. zande*/

.textHeader
{
    display: block;
    margin: 5px 5px 5px 0px;
    /*text-transform: uppercase;*/
    float: left;
    font-family: 'MYRIADPRO';
    color: #ffffff;
    padding: 10px;
    clear: left;
    font-size: 23pt;
    line-height: 95%;
	background: rgba(134, 36, 51, 0.9);
}

.textBody
{
    display: block;
    margin: 5px 5px 5px 0px;
    float: left;
    font-family: 'MYRIADPRO';
    color: #ffffff;
    padding: 10px;
    clear: left;
    font-size: 1.1em;
	background: rgba(134, 36, 51, 0.9);
}

#textBtn
{
    margin-top: 12px;
	padding-left: 10px;
	float: left;
	width: 100%;
}
#textBtn a
{
    padding: 10px;
    clear: both;
	background: rgba(236, 187, 83, 0.9);
}

#textBtn a:hover
{
    color: #ffffff;
}

.miniShowcase
{
    width:100%;
}

.miniShowcase img
{
    padding-top: 20px;
}

/*LOGO-SITENAME CSS - J.BOGGS - 09/17/2014*/
#logoLeft{
  float: left;
}

#header-inside-left{ width: 300px;overflow: hidden; }

#header-inside-right{ float: right; width: 400px; overflow: hidden; position: relative;}

#site-name {
    display: block;
    float: right;
    color: #fff;
    font-family: 'TrajanPro',Sans-Serif;
    font-size: 170%;
    margin-top: 30px;
    text-align: center;
    font-family: TrajanPro;
    text-transform: uppercase;
}

/*END LOGO-SITENAME */

.slider-item{
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto auto;
}

.standardSlider{
    background-size: cover;
}

.customSlider{
    background-size: 940px auto;
    background-color: #fff;
}

#homeContainerNews{
    float: left;
    width: 100%;
}

#homeContainerHighlights{
    float: left;
    width: 100%;
    min-width: 270px;
}

.showcaseInside{
    width: 960px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.showcaseNumbersInside
{
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    overflow: hidden;
}

.numbersBody
{
    margin-left: 23%;
    overflow: hidden;
}

#showcaseNumbersHeader{
    font-size: 1.7em;
    width: 200px;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    color: #222;
}

.numberBlock{
   width: 180px;
   float: left;
   margin: 4px;
}

#showcaseNewsHeader{
    font-size: 25.13pt;
    text-transform: uppercase;
    padding-top: 70px;
    padding-bottom: 60px;
    margin: 0 auto;
    font-family: 'TrajanPro', sans-serif;
}

.inner-news
{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}


.pressRelease, .lastPressRelease{
    float: left;
    width: 19%;
    height: auto;
    margin: 15px;
    overflow: hidden;
    padding-left: 30px;
    flex: 1;
}

.pressReleaseHeader
{
    width: 100%;
    height: 250px;
    padding-bottom: 10px;
}

.pressReleaseImage
{
    float: left;
    width: 100%;
    height: 180px;
}
.newsLinks {
    width: 224px;
    height: auto;
    margin: 15px;
    overflow: hidden;
    padding-left: 5px;
    padding-top: 46px;
    flex: 1;
}

.mobileNewsLinks{
    display: none;
}

a.newsText {
    font-family: 'MYRIADPRO-BOLD', sans-serif;
    font-size: 18px;
}
.newsArrow {
    position: relative;
    top: 5px;
    padding-left: 15px;
}
/*
.pressReleaseImage:hover{
  opacity: 0.8;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}
*/

/*.pressReleaseDate{
    height: 70px;
    background-color: rgba(138,36,51,0.8);
    color: #fff;
    padding: 5px;
    position: absolute;
}

.pressReleaseDateMonth{
    margin: 0 auto;
    width: 20px;
    margin-bottom: 10px;
}

.pressReleaseDateDay{
    margin: 0 auto;
    font-size: 3em;
    font-family: 'MYRIADPRO';
    width: 40px;
    min-height: 40px;
    overflow: hidden;
    padding-top: 10px;
} */

#motto{
    font-size: 4em;
}

#AlertBoxAction{
  padding-left: 200px;
}

.SmartBoard_Table{
  text-align: left;
  min-height: 110px;
  font-size: 1.2em;
  color: #805603;
  background: none;
  width: 960px;
  margin: 0 auto;
  background-image: url(../images/alert-bg.png);
  background-size: 60px;
  background-repeat: no-repeat;
  background-color: #fcd27f;
  background-position: 10px;
}

.mobile
{
    display: none;
}

#myCU
{
    float: right;
    position: relative;
    top: 10px;
    right: 26px;
}

#myCUText
{
    display: none;
}

#footerContainerMap{
    width: 270px;
}

.footerContainer{
    width: 170px;
    float: left;
    padding: 0px 20px 10px 0px;
    min-height: 170px;
}

#footerContainerBordered, #footerContainerAddress{
    border-left: 1px solid #3c3c3c;
    padding-left: 20px;
}

.video-overlay{
   width: 940px;
}

#header-top{
  background-color: #44494d;
  overflow:hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}

#groupLinks{
  list-style: none;
  padding: 0;
  font-size: 0.9em;
  color: #d0d1d2;
}

#header-top-left{
  margin-left: 20px;
}

#groupLinks li{
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 10px;
  padding: 3px 5px 3px 5px;
}

#featuredGroupLink{
  border: 2px solid #ffddb7;
  color: #fff;
}

#header-menu-inside{
  height: 41px;
}

#header-menu{
  height: 41px;
}

.everydayAccessList{
  visibility: hidden;
  list-style: none;
  opacity: 0;
  position: absolute;
  z-index: 8;
  background-color: #1a1a1a;
  width: 240px;
  float: right;
  margin: 7px 0px 0px -105px;
  padding: 10px 0px 10px 0px;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

#mobilePoster{
  display:none;
}

/*404 PAGE*/

#left404{
 float: left;
 width: 440px;
}

#left404 img{
 margin-top: -20px;
}

#right404{
 float: left;
 width: 500px;
 overflow: hidden;
 text-align: center;
}

#right404 img{
 display: block;
 margin: 0 auto;
}

#mobileRoar{
 display: none;
}

/*END 404 PAGE*/

#mainFeature{
  width: 100%;
  min-height: 400px;
  background-image: url(../images/2016CommencementWeb.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 270px;
  overflow: fill;
}

#mainFeatureFirstOverlay{
  background-color: rgba(80, 13, 21, 0.9);
  padding: 50px 30px 90px 30px;
  min-height: 150px;
}

#mainFeatureFirstOverlay img{
  max-width: 600px;
  min-width: 300px;
  margin: 0 auto;
  display: block;
}

#mainFeatureSecondOverlay{
  margin-top: -175px;
}

#mainFeatureSecondOverlay img{
  max-width: 900px;
  min-width: 450px;
  margin: 0 auto;
  display: block;
}

#mainFeatureThirdOverlay{
  margin: 0 auto;
  width: 237px;
}

#mainFeatureThirdOverlay img{
  max-width: 800px;
  margin: 0 auto;
  display: block;
}

/* swiper slideshow */
.swiper-container {
  background: #f7f7f7;
  width: 100%;
  max-width: 1800px;
}

.slide-title {
  font-size: 2.4em;
  font-weight: 300;
  background: #8b2230;
  display: block;
  float: left;
  color: #ffffff;
  padding: 15px;
  clear: left;
  position: relative;
  top: 50%;
  left: 40px;
  box-shadow: 2px 2px 2px 0px rgba(24, 23, 24, 0.32);
  font-family: 'MYRIADPRO-BOLD', Sans-Serif;
  text-transform: uppercase;
  line-height: 1em;
}
.slide-text {
  font-size: 1.4em;
  max-width: 400px;
  line-height: 1.3;
  background: #f2f0ef;
  display: block;
  float: left;
  color: #000000;
  padding: 15px;
  clear: left;
  position: relative;
  top: 50%;
  left: 40px;
  box-shadow: 2px 2px 2px 0px rgba(24, 23, 24, 0.32);
  font-family: 'MyriadPro-Light', Sans-Serif;
}
.slide-link a {
  font-size: 16px;
  max-width: 400px;
  line-height: 1.3;
  color: #8b2230;
  font-family: 'MyriadPro-Light', Sans-Serif;
  text-transform: uppercase;
  padding-bottom: 5px;
  text-decoration: none;
}
.slide-link a:visited {
  font-size: 16px;
  max-width: 400px;
  line-height: 1.3;
  color: #8b2230;
  font-family: 'MyriadPro-Light', Sans-Serif;
  text-transform: uppercase;
  padding-bottom: 5px;
  text-decoration: none;
}
.slide-link a img {
    display: inline;
}

.inner-slider{
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.rothlogo{
	display: block;
	position: absolute;
	top: -70px;
	left: 0px;
	height: auto;
	width: auto;
	z-index: -2;
}

.rothshoe{
	display: block;
	position: absolute;
	bottom: -90px;
	right: 150px;
	height: auto;
	width: auto;
	z-index: -1;
}

.mobile-display
{
	display: block;
	float: right;
    position: absolute;
	bottom: 245px;
    right: 100px;
	z-index: 1;
}

.mobile-hidden
{
	display: none;
}

.overlay
{
	display: block;
	position: absolute;
	top: 70px;
	left: 200px;
	width: 45%;
}

#credits{
  background-image: url('../images/footerSeal.png');
  background-position: 100% 0%;
  background-repeat: no-repeat;
}

#eventShowcase{
  background-color: #fff;
}

.eventItem{
  float: left;
  color: #000;
  min-width: 275px;
  padding: 10px;
}

.eventItemDate{
  background-image: url('../images/event_eclipse.gif');
  background-size: contain;
  background-position: center;
  width: 160px;
  height: 155px;
  background-repeat: no-repeat;
  line-height: 155px;

  text-align: center;
  margin: 0 auto;
  font-size: 3em;
  color: #8b2230;
  font-family: 'MYRIADPRO-BOLD', Sans-Serif;
  text-transform: uppercase;
  overflow: hidden;
}

.eventItemDate span{
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.eventItemTitle{
  margin-top: 20px;
  font-size: 1.2em;
  font-family: 'MyriadPro-Light', Sans-Serif;
  text-align: center;
  color: #44494d;
}

#showcaseEventHeader{
    font-size: 25.13pt;
    text-transform: uppercase;
    padding-top: 40px;
    padding-left: 60px;
    padding-bottom: 60px;
    margin: 0 auto;
    color: #8b2230;
    font-family: 'TrajanPro', sans-serif;
}

#eventShowcaseWrapper{
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

#videoShowcase {
    text-align: center;
    background-color: #44494d;
    color: #000000;
}


#videoShowcaseWrapper {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 90px 20px 90px 20px;
}


#videoShowcaseLeft, #videoShowcaseRight {
    width: 49%;
    float: left;
    max-width: 600px;
}

#videoTitle {
   font-family: 'MYRIADPRO-BOLD', Sans-Serif;
   color: #ffffff;
   font-size: 35px;
   line-height: 1em;
   margin-bottom: 10px;
   margin-top: 50px;
}

#videoBody {
   font-family: 'MyriadPro-Light', Sans-Serif;
   color: #ffffff;
   font-size: 24px;
   line-height: 1.5em;
}

/* Alumni Project Banner */

html,
body {
  margin: 0;
  padding: 0;
}

#Alumnifeature {
  width: 100%;
  height: 50px;
  background-color: #4bbeea
}

#Alumnitext {
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 1.25vw;
  vertical-align: middle;
  line-height: 50px;
}
