
body.red {
	background-color: #e30613;
}
body.red #body ul li:before {
	color: #e30613;
}
body.orange {
	background-color: #f07d00;
}
body.orange #body ul li:before {
	color: #f07d00;
}
body.gold {
	background-color: #bc982c;
}
body.gold #body ul li:before {
	color: #bc982c;
}
body.green {
	background-color: #76b729;
}
body.green #body ul li:before {
	color: #76b729;
}
body.blue {
	background-color: #21bbef;
}


body.blue #body ul li:before {
	color: #21bbef;
}
body.purple {
	background-color: #964b98;
}


body.purple #body ul li:before {
	color: #964b98;
}

/* h1 {
	color: #753B76;
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 24px;
} */

.tileItem>img {
	width: 100%;
	height: 100%;
}


/* Footer */
footer {
    width: 100%;
    color: #fff; }
    footer #footerMain {
      background: #272727;
      padding: 10px 15px;
      position: relative; }
    footer p {
      color: #fff;
      margin-bottom: 0; }
    footer .footerTitle {
      font-size: 18px;
      line-height: 1;
      text-transform: uppercase;
      margin-bottom: 0; }
	footer .footerTitle a{
		color:#ffffff;
		text-decoration:none;
	}
      footer #contactInfo .footerTitle {
        color: #fff; }
      footer #contactInfo #socialMedia {
        margin: 20px 0; }
        footer #contactInfo #socialMedia a {
          display: inline-block;
          margin-right: 10px;
          text-indent: -9999px;
          width: 33px;
          height: 33px;
        background-repeat: no-repeat;
        background-size: 33px 33px; }
        footer #contactInfo #socialMedia a#facebookLink{
            background-image: url('../img/icon_facebook-W.svg'); }
          footer #contactInfo #socialMedia a#twitterLink {
            background-image: url('../img/icon_twitter-W.svg'); }
          footer #contactInfo #socialMedia a#youtubeLink {
            background-image: url('../img/icon_youtube-W.svg'); }
          footer #contactInfo #socialMedia a#linkedinLink {
            background-image: url('../img/icon_linkin-W.svg'); }
          footer #contactInfo #socialMedia a#instagramLink {
            background-image: url('../img/icon_instagram-W.svg'); }

      footer #addressInfo .footerTitle {
        color: #ffffff; }
      footer #addressInfo .campusAddress { 
        margin-bottom: 15px; }
    footer .title {
      color: #ffffff;
      text-transform: uppercase; }
    footer span.stronger {
      font-family: HeliaCore-Medium, Arial, Helvetica, sans-serif; }
    footer .large {
      font-size: 1.2em;
      color: #fff; }
    footer #footerBottom {
      background-color: #000;
      padding: 5px 15px; }
      footer #footerBottom ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        footer #footerBottom ul li {
          display: inline-block;
          padding: 0 10px 0 0; }
          footer #footerBottom ul li:first-child {
            padding-left: 0; }
          footer #footerBottom ul li.lastChild {
            border-right: 0; }
        footer #footerBottom ul a {
          color: #fff; }
          footer #footerBottom ul a:hover {
            text-decoration: none;
            border-bottom: 1px solid #fff; }
          footer #footerBottom ul a:focus, footer #footerBottom ul a:visited {
            text-decoration: none; }
      footer #footerBottom #mainEntry {
        font-family: HeliaCore-Medium, Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 20px; }
      footer #footerBottom #supportEntry {
        font-family: HeliaCore-Book, Arial, Helvetica, sans-serif;
        line-height: 20px; font-size: 14px;
        text-transform: uppercase; }
        footer #footerBottom #supportEntry li.lastChild {
          padding-right: 0; }
footer #rainbowLogo {
  margin: 0 auto;
  display: block;
  width: 110px;
}

@media screen and (min-width: 810px) {
  footer #footerMain, footer #footerBottom {
      padding-left: 60px;
      padding-right: 25px; }
      footer #footerBottom ul li {
          padding: 0 8px;
          border-right: 1px solid #545454; }
}
@media screen and (min-width: 1020px) {
        footer #addressInfo {
      padding-left:20px; }
    footer #contactInfo {     
       }
      footer #addressInfo .campusAddress {
        float: left;
        width: 310px; }
footer #rainbowLogo {
    position: absolute;
    left: 300px;
    top: 228px;
}
      
}
@media screen and (min-width: 1260px) {
    footer #footerBottom #mainEntry {
        width: 46%; }
        footer #footerBottom #supportEntry {
            width: 54%; 
        }
footer #rainbowLogo {
    left: 350px;
}
}
         
/*eof Footer*/
/*-- Tile style --*/
#tilesList {
	margin: 0;
	padding: 0;
	position: relative;
}
#tilesList > li {
	list-style: none;
	float: left;
	display: block;
	margin-bottom: 0;
}
#tilesList > li {
	width: 50%;
}
#tilesList > li.xs-1-unit {
	width: 50%;
}
#tilesList > li.xs-2-unit {
	width: 100%;
}
.xs-clear {
	clear: left;
}
#tilesList > li h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}
#tilesList > li a.tileItem {
	display: block;
	margin: 0;
	border: 0;
	border-radius: 0;
	background-repeat: no-repeat;
	/* font-family: HeliaCore-Bold; */
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	padding: 0;
	position: relative;
}
#tilesList > li a.tileItem:hover, #tilesList > li a.tileItem:active, #tilesList > li a.tileItem:focus {
	border: 0;
	outline: none;
	text-decoration: none;
}
a.tileItem > span {
	display: block;
	line-height: 16px;
}
#tilesList > li a.tileItem > span:first-child {
	position: absolute;
	z-index: 2;
}
.s-expander {
	position: absolute;
	background: #fff;
	top: auto;
	left: 0;
	width: 100%;
	text-align: left;
	height: 0;
	overflow: hidden;
}
.s-content {
	position: relative;
	display: none;
	width: 100%;
}
.s-content .row {
	margin-left: 0;
	margin-right: 0;
}
.s-content .blockInner .row > .col-sm-2.imgCol {
  padding-left: 0;
  padding-right: 0;
}
.s-content .imgCol img{
  margin-bottom: 20px;
}
.tileCloseBtn {
	display: block;
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 33px;
	height: 33px;
	text-indent: -9999px;
	background: url("../img/icons.png") no-repeat -20px -442px transparent;
}
.content {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	clear: both;
}
a.tileItem > span.activeArrowUp {
	visibility: hidden;
	opacity: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	transition: visibility 0s ease-out 0.3s, opacity 0.3s ease-out;
	background: transparent;
	background: rgba(0, 0, 0, 0.6);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
	zoom: 1;
}
a.tileItem > span.hoverIndicator {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 0;
	background-image: url("../img/trangleWhite.png");
	background-size: 60px 29px;
	z-index: 2;
	text-align: center;
	padding: 0;
	-webkit-transition: height .3s;
	transition: height .3s;
	overflow: hidden;
}
html.no-touch a.tileItem:hover > span.hoverIndicator {
	height: 29px;
}
a.tileItem > span.activeArrowUp {
	visibility: hidden;
	opacity: 0;
}
a.tileItem > span.tileTitle {
	position: absolute;
	top: 0;
	line-height: 1.2;
	z-index: 2;
}
a.tileItem > span.hoverIndicator i {
	color: #000;
	margin-top: 8px;
	margin-left:8px;
}
#tilesList > li[data-tile-color=purple] .tileItem {
  background-color: #964b98; }
#tilesList > li[data-tile-color=purple][data-xs-shade=dark] .tileItem {
  background-color: #6c3b7a; }
  #tilesList > li[data-tile-color=purple] .tileItem > span:first-child {
    padding: 0; }
  #tilesList > li[data-tile-color=purple] .tileItem span.hoverIndicator i {
    color: #964b98; }
  #tilesList > li[data-tile-color=purple] .tileItem span.activeArrowUp {
    background: transparent;
    background: rgba(150, 75, 152, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3964B98',endColorstr='#B3964B98'); }

#tilesList li[data-tile-color=blue] .tileItem {
  background-color: #21bbef; }
  #tilesList li[data-tile-color=blue][data-xs-shade=dark] .tileItem {
  background-color: #0080c8; }
  #tilesList li[data-tile-color=blue] .tileItem > span:first-child {
    padding: 120px 0 0 100px; }
  #tilesList li[data-tile-color=blue] .tileItem span.hoverIndicator i {
    color: #21bbef; }
  #tilesList li[data-tile-color=blue] .tileItem span.activeArrowUp {
    background: transparent;
    background: rgba(0, 128, 200, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B30080C8',endColorstr='#B30080C8'); }

#tilesList li[data-tile-color=orange] .tileItem {
  background-color: #f07d00; }
  #tilesList li[data-tile-color=orange][data-xs-shade=dark] .tileItem {
  background-color: #f26522; }
  #tilesList li[data-tile-color=orange] .tileItem > span:first-child {
    padding: 70px 0 0 30px; }
  #tilesList li[data-tile-color=orange] .tileItem span.hoverIndicator i {
    color: #f07d00; }
  #tilesList li[data-tile-color=orange] .tileItem span.activeArrowUp {
    background: transparent;
    background: rgba(240, 125, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3F07D00',endColorstr='#B3F07D00'); }

#tilesList li[data-tile-color=red] .tileItem {
  background-color: #e30613; }
  #tilesList li[data-tile-color=red][data-xs-shade=dark] .tileItem {
  background-color: #ae0f0a; }
  #tilesList li[data-tile-color=red] .tileItem > span:first-child {
    padding: 130px 0 0 31px; }
  #tilesList li[data-tile-color=red] .tileItem span.hoverIndicator i {
    color: #e30613; }
  #tilesList li[data-tile-color=red] .tileItem span.activeArrowUp {
    background: transparent;
    background: rgba(123, 4, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B37B0400',endColorstr='#B37B0400'); }

#tilesList li[data-tile-color=gold] .tileItem {
  background-color: #bc982c; }
  #tilesList li[data-tile-color=gold][data-xs-shade=dark] .tileItem {
  background-color: #9c7925; }
  #tilesList li[data-tile-color=gold] .tileItem > span:first-child {
    padding: 130px 0 0 40px; }
  #tilesList li[data-tile-color=gold] .tileItem span.hoverIndicator i {
    color: #bc982c; }
  #tilesList li[data-tile-color=gold] .tileItem span.activeArrowUp {
    background: transparent;
    background: rgba(156, 121, 37, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B39C7925',endColorstr='#B39C7925'); }

#tilesList li[data-tile-color=green] .tileItem {
  background-color: #76b729; }
  #tilesList li[data-tile-color=green][data-xs-shade=dark] .tileItem {
  background-color: #5c9021; }
  #tilesList li[data-tile-color=green] .tileItem > span:first-child {
    padding: 130px 66px 0 69px; }
  #tilesList li[data-tile-color=green] .tileItem span.hoverIndicator i {
    color: #76b729; }
  #tilesList li[data-tile-color=green] .tileItem span.activeArrowUp {
    background: transparent;
    background: rgba(92, 144, 33, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B35C9021',endColorstr='#B35C9021'); }



a.tileItem[href="#t693735"] > span.tileTitle {
	top: 55%;
left: 50%;
margin-left: -60px;
}

a.tileItem[href="#t693747"] > span.tileTitle {
	display: none;
}

a.tileItem[href="#t696896"] > span.tileTitle {
	left: 50%;
margin-left: -56px;
top: 55%;
}

a.tileItem[href="#t693755"] > span.tileTitle {
	top: 30%;
  left: 20px;
}

a.tileItem[href="#t693776"] > span.tileTitle {
	left: 50%;
top: 55%;
margin-left: -50px;
}
a.tileItem[href="#t693782"] > span.tileTitle {
	left: 50%;
top: 60%;
margin-left: -56px;
}


a.tileItem[href="#t693780"] > span.tileTitle {
	left: 50%;
top: 55%;
margin-left: -58px;
}

a.tileItem[href="#t693767"] > span.tileTitle {
	left: 50%;
top: 55%;
margin-left: -36px;
width: 80px;
}

a.tileItem[href="#t693772"] > span.tileTitle {
	padding:100px 0 0 90px;
}

a.tileItem[href="#t693784"] > span.tileTitle {
	padding: 80px 0 0 25px;
}

a.tileItem[href="#t693788"] > span.tileTitle {
	left: 50%;
top: 55%;
margin-left: -25px;
}
a.tileItem[href="#t693751"] > span.tileTitle {
	top: 55%;
text-align: center;
left: 50%;
width: 129px;
margin-left: -65px;
}
a.tileItem[href="#t696896"] > span.tileTitle {
	top: 55%;
left: 50%;
margin-left: -62px;
}
a.tileItem[href="#t701576"] > span.tileTitle {
top: 20%;
left: 70%;
margin-left: -33px;
}
a.tileItem[href="#t715077"] > span.tileTitle {
	left: 50%;
top: 60%;
margin-left: -56px;
}
#t693788 .col-sm-2 p {
    margin: 0;
    line-height: 1;
    font-family: HeliaCore-Medium,Arial, Helvetica, sans-serif;
}
#t693788 .col-sm-2 {
	text-align: center;
}

#t693788 .col-sm-2 img {
    margin-bottom: 15px;
}
a.tileItem[href="#t693792"] > span.tileTitle {
	padding: 10px 10px 0 0;
	right: 0;
	width: 100px;
}

a.tileItem[href="#t693759"] > span.tileTitle {
	padding: 10px 10px 0 0;
	right: 0;
	width: 100px
}

a.tileItem[href="#t693763"] > span.tileTitle {
	padding: 10px 0 0 10px;
	width: 130px;
}

html.no-touch a.tileItem:hover > span.activeArrowUp {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}
li.s-expanded a.tileItem > span.hoverIndicator {
	height: 29px;
}
li.s-expanded a.tileItem > span.hoverIndicator i {
	display: none;
}
.s-content h3 {
	margin-top: 0;
}
.s-content a:focus, .s-content a:hover, .s-content a:active, .s-content a:link {
	text-decoration: none;
}
.s-content ul {
	margin: 0px;
	padding-left: 15px;
}
.s-content ul li {
	margin-bottom: 6px;
}
.s-content a.linkBtn {
	display: block;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 3px;
}
.s-content a.linkBtn:hover {
	text-decoration: none;
}
.s-content .white {
	background-color: #fff;
}
.s-content .blockInner .row > .col-sm-1, .s-content .blockInner .row > .col-sm-2, .s-content .blockInner .row > .col-sm-3, .s-content .blockInner .row > .col-sm-4, .s-content .blockInner .row > .col-sm-5, .s-content .blockInner .row > .col-sm-6, .s-content .blockInner .row > .col-sm-7, .s-content .blockInner .row > .col-sm-8, .s-content .blockInner .row > .col-sm-9, .s-content .blockInner .row > .col-sm-10, .s-content .blockInner .row > .col-sm-11, .s-content .blockInner .row > .col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}
#tilesList li[data-tile-color=purple] .hasBg {
	background-color: #f1e5f1;
}
#tilesList li[data-tile-color=purple] .rightBorder, #tilesList li[data-tile-color=purple] .leftBorder {
	border-color: #f1e5f1;
}
#tilesList li[data-tile-color=purple] h3, #tilesList li[data-tile-color=purple] h3 > a {
	color: #753b76;
}
#tilesList li[data-tile-color=purple] ul {
	list-style-image: url("../img/purple-arrow.png");
}
#tilesList li[data-tile-color=purple] .linkBtn {
	background-color: #753b76;
}
#tilesList li[data-tile-color=orange] .hasBg {
	background-color: #feeacd;
}
#tilesList li[data-tile-color=orange] .rightBorder, #tilesList li[data-tile-color=orange] .leftBorder {
	border-color: #feeacd;
}
#tilesList li[data-tile-color=orange] h3, #tilesList li[data-tile-color=orange] h3 > a {
	color: #f26522;
}
#tilesList li[data-tile-color=orange] .linkBtn {
	background-color: #f07d00;
}
#tilesList li[data-tile-color=orange] ul {
	list-style-image: url("../img/orange-arrow.png");
}
#tilesList li[data-tile-color=green] .hasBg {
	background-color: #e7f0cd;
}
#tilesList li[data-tile-color=green] .rightBorder {
	border-color: #e7f0cd;
}
#tilesList li[data-tile-color=green] h3, #tilesList li[data-tile-color=green] h3 > a {
	color: #5c9021;
}
#tilesList li[data-tile-color=green] .linkBtn {
	background-color: #76b729;
}
#tilesList li[data-tile-color=green] ul {
	list-style-image: url("../img/green-arrow.png");
}
#tilesList li[data-tile-color=gold] .hasBg {
	background-color: #f3e9cf;
}
#tilesList li[data-tile-color=gold] .rightBorder, #tilesList li[data-tile-color=gold] .leftBorder {
	border-color: #f3e9cf;
}
#tilesList li[data-tile-color=gold]  h3, #tilesList li[data-tile-color=gold]  h3 > a {
	color: #9c7925;
}
#tilesList li[data-tile-color=gold]  .linkBtn {
	background-color: #bc982c;
}
#tilesList li[data-tile-color=gold]  ul {
	list-style-image: url("../img/gold-arrow.png");
}
#tilesList li[data-tile-color=blue]  .hasBg {
	background-color: #cfebfb;
}
#tilesList li[data-tile-color=blue] .rightBorder, #tilesList li[data-tile-color=blue] .leftBorder {
	border-color: #cfebfb;
}
#tilesList li[data-tile-color=blue] h3, #tilesList li[data-tile-color=blue] h3 > a {
	color: #0080c8;
}
#tilesList li .linkBtn {
	background-color: #0080c8;
}
#tilesList li[data-tile-color=blue] ul {
	list-style-image: url("../img/blue-arrow.png");
}
#tilesList li[data-tile-color=red] .hasBg {
	background-color: #fdeae9;
}
#tilesList li[data-tile-color=red] .rightBorder, #tilesList li[data-tile-color=red] .leftBorder {
	border-color: #fdeae9;
}
#tilesList li[data-tile-color=red] h3, #tilesList li[data-tile-color=red] h3 > a {
	color: #ae0f0a;
}
#tilesList li[data-tile-color=red] .linkBtn {
	background-color: #ae0f0a;
}
#tilesList li[data-tile-color=red] ul {
	list-style-image: url("../img/red-arrow.png");
}
.s-content .blockInner {
	padding: 20px 0;
}
#t693747 .col-md-5 span {
	font-size: 24px;
	display: block;
	color: #ea5b0c;
}
#t693747 .col-md-5 img {
	margin-top: 20px;
}
#t693747 li a {
	color: #ea5b0c;
}
#t693747 a.linkBtn {
	background-color: #ea5b0c;
	border-radius: 0;
	width: 100%;
	bottom: 0;
}

#searchBox #searchArea {
	background-color: #21bbef;
	padding: 10px;
 margin-bottom: 30px;
}
#t701576 #searchBox {
	padding: 15px 0;
}
#t701576 #searchBox #searchArea {
	background-color: #964b98;
}
#searchBox #searchArea .ac_input {
	width: 76%;
	padding: 0px 10px;
}
#searchBox #searchArea .search-button {
	top: 10px;
	right: 0px;
	background: url("../img/icons.png") no-repeat scroll -94px -439px #0080c8;
	width: 40px;
	height: 40px;
	border: 0px none;
	text-indent: -9999px;
	border-radius: 3px;
}
#t701576 #searchBox #searchArea .search-button{
background-color: #4f1852;
}
#searchBox #searchArea p {
	margin-top: 15px;
}

#searchBox #searchArea .lastChild {
	margin-right: 0;
}
#searchBox #searchArea input.css-checkbox[type="checkbox"] {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
#searchBox #searchArea input.css-checkbox[type="checkbox"]:checked + label.css-label {
	background-position: -223px -469px;
}
#searchBox #searchArea input.css-checkbox[type="checkbox"] + label.css-label {
	background-image: url("../img/icons.png");
	background-position: -223px -441px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 26px;
	padding-left: 30px;
	vertical-align: middle;
	font-weight: normal;
	line-height: 26px;
}
#t701576 #searchBox #searchArea input.css-checkbox[type="checkbox"] + label.css-label {
	background-image: url("../img/checkbox.svg");
padding-left: 25px;
height: 20px;
display: inline-block;
background-repeat: no-repeat;
background-position: 0 3px;
vertical-align: middle;
cursor: pointer;
line-height: 1.1;
background-size: 20px 150px;
padding-top: 2px;
}
#t701576 #searchBox #searchArea input.css-checkbox[type="checkbox"]:checked + label.css-label {
	background-position: 0 -62px;
}
#t696896 #studyLinks ul {
	float: left;
}
#t696896 #studyLinks ul.first {
	margin-right: 20px;
}
#t696896 #studyLinks ul li {
	margin-bottom: 5px;
}

.s-content #t693755 {
	background-color: #fff;
}
#t693755 #insLinks {
	background-color: #f07d00;
	padding: 30px 10px;
}
#tilesList #t693755 ul {
    list-style-image: url("../img/white-arrow.png");
}
#t693755 #insLinks a {
	color: #fff;
}
a.iconLink {
	display: block;
	text-indent: 56px;
	width: 46px;
	height: 46px;
	line-height: 46px;
	margin-bottom: 10px;
	background: url("../img/icons.png") no-repeat;
}
#t693759 .iconLink {
	margin: 30px 0;
}
#t693759 #arionGold.iconLink {
	background-position: 0 -498px;
}
#t693759 #autOnlineGold.iconLink {
	background-position: -46px -498px;
}
#t693759 #libraryGold.iconLink {
	background-position: -92px -498px;
}
#t693759 #uniCentralGold.iconLink {
	background-position: -138px -498px;
}
#uniCentralGold, #uniCentral{
   line-height: 1;
text-indent: 0px;
padding-left: 55px;
word-break: keep-all;
padding-top: 6px;
}

#t693759 img {
	display: block;
	margin: 0 auto;
}
.carouselInner {
	padding: 15px 30px;
}
.s-content .thumbnailImg {
	position: relative;
	margin: 0 auto;
	width: 200px;
}
.s-content .newsDescription {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
}
.newsDescription .title {
	line-height: 1;
	width: 200px;
	padding: 10px;
	background-color: #76b729;
	color: #fff;
}
#t701576 .newsDescription .title {
	background-color: #753b76;
}
.summary {
	display: none;
	line-height: 1.2;
	font-size: 0.9em;
	color: #fff;
	height: 100%;
	width: 200px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.7);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3000000', endColorstr='#B3000000');
}
.s-content #t693772 {
	background-color: #fff;
}
#t693772 #eventsCarousel .blockInner {
	padding-left: 0;
	padding-right: 0;
}
#t693772 #newsAndVideo .newsItem {
	padding: 5px;
	background-color: #fff;
	height: 250px;
}
#t693772 #newsAndVideo .newsItem .thumbnailImg {
	width: 293px;
	height: 165px;
	overflow: hidden;
	position: relative;
}
#t693772 #newsAndVideo .title {
	margin: 10px 0;
	line-height: 120%;
}
#t693772 #newsAndVideo .date {
	color: #7e8386;
	font-size: 0.8em;
}
#t693772 #newsAndVideo .largeBtn {
	clear: both;
	display: block;
	padding: 10px 0;
	text-align: center;
	background-color: #337ab7;
	color: #fff;
	border-radius: 3px;
}

.campusInfo {
	background-color: #fff;
	/* width: 190px; */
	position: relative;
	padding: 80px 0px 15px;
	margin: 60px auto 0;
}
 .campusInfo img {
	position: absolute;
	margin-top: -120px;
	left: 50%;
	margin-left: -60px;
}
.campusInfo p {
	margin: 15px 10px;
	line-height: 1.1;
}
.campusInfo p.oneline {
	margin: 0 10px;
}
.campusInfo a.linkBtn {
	margin: 0 10px;
}
#t693792 li span {
    display: block;
}
@media screen and (min-width: 480px) {
#tilesList > li a.tileItem {
	font-size: 22px;
}
a.tileItem > span.hoverIndicator {
	margin-left: -46px;
	width: 92px;
	background-size: 92px auto;
}
html.no-touch a.tileItem:hover > span.hoverIndicator {
	height: 45px;
}
a.tileItem > span.hoverIndicator i {
	margin-top: 15px;
	margin-left:8px;
}
li.s-expanded a.tileItem > span.hoverIndicator {
	height: 45px;
}
a.tileItem[href="#t693747"] > span.tileTitle {
margin-left: -57px;
}
a.tileItem[href="#t696896"] > span.tileTitle {
margin-left: -77px;
}
a.tileItem[href="#t693767"] > span.tileTitle {
margin-left: -50px;
width: 100px;
}
a.tileItem[href="#t693776"] > span.tileTitle {
margin-left: -87px;
}
a.tileItem[href="#t693780"] > span.tileTitle {
margin-left: -79px;
}
a.tileItem[href="#t693788"] > span.tileTitle {
margin-left: -35px;
}
a.tileItem[href="#t693792"] > span.tileTitle {
	width: 150px;
	padding: 20px 20px 0 0;
}
a.tileItem[href="#t693759"] > span.tileTitle {
	width: 130px;
	padding: 20px 20px 0 0;
}
a.tileItem[href="#t693763"] > span.tileTitle {
	padding: 20px 0 0 20px;
}
a.tileItem[href="#t693772"] > span.tileTitle {
	padding: 160px 0 0 160px;
}
a.tileItem[href="#t693784"] > span.tileTitle {
	padding-top: 125px;
}
a.tileItem[href="#t693751"] > span.tileTitle {
width: 160px;
margin-left: -80px;
}

a.tileItem[href="#t701576"] > span.tileTitle {
margin-left: -43px;
}
.s-content .blockInner {
	padding: 20px 10px;
}
a.tileItem[href="#t693735"] > span.tileTitle {
margin-left: -73px;
}
a.tileItem[href="#t696896"] > span.tileTitle {
margin-left: -80px;
}
a.tileItem[href="#t715077"] > span.tileTitle {
margin-left: -70px;
}
a.tileItem[href="#t693782"] > span.tileTitle {
margin-left: -70px;
}
}

@media screen and (min-width: 810px) {
#tilesList > li.xs-1-unit, #tilesList > li.xs-2-unit {
	width: auto;
}
#tilesList > li.sm-2-unit {
	width: 50%;
}
#tilesList > li.sm-1-unit {
	width: 25%;
}
.xs-clear{
    clear: none;
}
.sm-clear{
    clear: left;
}
.s-content .blockInner {
	padding: 30px 10px;
}
.s-content .blockInner .row > .col-sm-1, .s-content .blockInner .row > .col-sm-2, .s-content .blockInner .row > .col-sm-3, .s-content .blockInner .row > .col-sm-4, .s-content .blockInner .row > .col-sm-5, .s-content .blockInner .row > .col-sm-6, .s-content .blockInner .row > .col-sm-7, .s-content .blockInner .row > .col-sm-8, .s-content .blockInner .row > .col-sm-9, .s-content .blockInner .row > .col-sm-10, .s-content .blockInner .row > .col-sm-11, .s-content .blockInner .row > .col-sm-12 {
	padding-left: 15px;
	padding-right: 15px;
}
#tilesList > li[data-tile-color=purple][data-sm-shade=base] .tileItem {
  background-color: #964b98; }
#tilesList > li[data-tile-color=purple][data-sm-shade=dark] .tileItem {
  background-color: #6c3b7a; }


#tilesList li[data-tile-color=blue][data-sm-shade=base] .tileItem {
  background-color: #21bbef; }
  #tilesList li[data-tile-color=blue][data-sm-shade=dark] .tileItem {
  background-color: #0080c8; }


#tilesList li[data-tile-color=orange][data-sm-shade=base] .tileItem {
  background-color: #f07d00; }
  #tilesList li[data-tile-color=orange][data-sm-shade=dark] .tileItem {
  background-color: #f26522; }


#tilesList li[data-tile-color=red][data-sm-shade=base] .tileItem {
  background-color: #e30613; }
  #tilesList li[data-tile-color=red][data-sm-shade=dark] .tileItem {
  background-color: #ae0f0a; }

#tilesList li[data-tile-color=gold][data-sm-shade=base] .tileItem {
  background-color: #bc982c; }
  #tilesList li[data-tile-color=gold][data-sm-shade=dark] .tileItem {
  background-color: #9c7925; }


#tilesList li[data-tile-color=green][data-sm-shade=base] .tileItem {
  background-color: #76b729; }
  #tilesList li[data-tile-color=green][data-sm-shade=dark] .tileItem {
  background-color: #5c9021; }
 
a.tileItem[href="#t693747"] {
	background-color: #f07d00;
}
a.tileItem[href="#t693788"] {
	background-color: #964b98;
}
a.tileItem[href="#t696896"] {
	background-color: #015585;
}
#tilesList > li a.tileItem {
	font-size: 18px;
}
a.tileItem[href="#t693747"] > span.tileTitle {
margin-left: -43px;
}
a.tileItem[href="#t696896"] > span.tileTitle {
    margin-left: -56px;
}
a.tileItem[href="#t693767"] > span.tileTitle {
    margin-left: -36px;
    width: 80px;
}
a.tileItem[href="#t693776"] > span.tileTitle {
    margin-left: -70px;
}
a.tileItem[href="#t693780"] > span.tileTitle {
    margin-left: -63px;
}
a.tileItem[href="#t693788"] > span.tileTitle {
    margin-left: -28px;
}

a.tileItem[href="#t693792"] > span.tileTitle {
	padding: 10px 10px 0 0;
	width: 100px;
}
a.tileItem[href="#t693735"] > span.tileTitle {
margin-left: -60px;
}
a.tileItem[href="#t693751"] > span.tileTitle {
width: 129px;
margin-left: -65px;
}
a.tileItem[href="#t696896"] > span.tileTitle {
margin-left: -62px;
}
a.tileItem[href="#t701576"] > span.tileTitle {
margin-left: -33px;
}
a.tileItem[href="#t715077"] > span.tileTitle {
margin-left: -56px;
}
#searchBox #searchArea .courseTypeSelect {
	float: left;
	margin: 0 10px 0 0px;
}
#searchBox #searchArea {
	padding: 20px;
}
.campusInfo {
	margin-top: 40px;
}
#newsAndVideo .newsPanel {
	padding-left: 5px;
	padding-right: 0;
}
#newsAndVideo .newsPanel:first-child {
	padding-right: 5px;
	padding-left: 0;
}
#t701576 #searchBox {
	padding-left: 10px;
	padding-right: 10px;
}
}
@media screen and (min-width: 1020px) {
.container-main {
	/* max-width: 1230px; */
}
.container-main {
	/* max-width: 1230px; */
}
#tilesList > li.xs-1-unit, #tilesList > li.xs-2-unit, #tilesList > li.sm-1-unit, #tilesList > li.sm-2-unit {
	width: auto;
}
#tilesList > li.md-2-unit {
	width: 40%;
}
#tilesList > li.md-1-unit {
	width: 20%;
}
.xs-clear, .sm-clear{
    clear: none;
}
.md-clear{
    clear: left;
}
#tilesList > li[data-tile-color=purple][data-md-shade=base] .tileItem {
  background-color: #964b98; }
#tilesList > li[data-tile-color=purple][data-md-shade=dark] .tileItem {
  background-color: #6c3b7a; }


#tilesList li[data-tile-color=blue][data-md-shade=base] .tileItem {
  background-color: #21bbef; }
  #tilesList li[data-tile-color=blue][data-md-shade=dark] .tileItem {
  background-color: #0080c8; }


#tilesList li[data-tile-color=orange][data-md-shade=base] .tileItem {
  background-color: #f07d00; }
  #tilesList li[data-tile-color=orange][data-md-shade=dark] .tileItem {
  background-color: #f26522; }


#tilesList li[data-tile-color=red][data-md-shade=base] .tileItem {
  background-color: #e30613; }
  #tilesList li[data-tile-color=red][data-md-shade=dark] .tileItem {
  background-color: #ae0f0a; }

#tilesList li[data-tile-color=gold][data-md-shade=base] .tileItem {
  background-color: #bc982c; }
  #tilesList li[data-tile-color=gold][data-md-shade=dark] .tileItem {
  background-color: #9c7925; }


#tilesList li[data-tile-color=green][data-md-shade=base] .tileItem {
  background-color: #76b729; }
  #tilesList li[data-tile-color=green][data-md-shade=dark] .tileItem {
  background-color: #5c9021; }
 
#t693792 .white .blockInner {
	padding: 60px 10px 100px;
}
.s-content .rightBorder {
	border-right-style: solid;
    border-right-width: 1px;
}
.s-content .leftBorder {
	border-left-style: solid;
    border-left-width: 1px;
}
#t693751 .col-md-9 {
	padding-top: 40px;
}

#t696896 #studyLinks ul {
	padding: 0;
}
}

@media screen and (min-width: 1260px) {
#t693772 .col-lg-4 {
	width: 40%;
}
#t693772 .col-lg-6 {
	width: 60%;
}
#tilesList > li a.tileItem {
	font-size: 22px;
}
a.tileItem[href="#t693747"] > span.tileTitle {
margin-left: -57px;
}
a.tileItem[href="#t696896"] > span.tileTitle {
margin-left: -77px;
}
a.tileItem[href="#t693767"] > span.tileTitle {
margin-left: -50px;
width: 100px;
}
a.tileItem[href="#t693776"] > span.tileTitle {
margin-left: -87px;
}
a.tileItem[href="#t693780"] > span.tileTitle {
margin-left: -79px;
}
a.tileItem[href="#t693788"] > span.tileTitle {
margin-left: -35px;
}

a.tileItem[href="#t693792"] > span.tileTitle {
	width: 150px;
	padding: 20px 20px 0 0;
}
a.tileItem[href="#t693735"] > span.tileTitle {
margin-left: -73px;
}
a.tileItem[href="#t693751"] > span.tileTitle {
width: 160px;
margin-left: -80px;
}
a.tileItem[href="#t696896"] > span.tileTitle {
margin-left: -80px;
}
a.tileItem[href="#t701576"] > span.tileTitle {
margin-left: -43px;
}
a.tileItem[href="#t715077"] > span.tileTitle {
margin-left: -70px;
}
a.tileItem[href="#t693782"] > span.tileTitle {
margin-left: -70px;
}
#t693763 .col-md-3.col-sm-6 {
	padding-left: 30px;
	padding-right: 30px;
}
#t693772 #newsAndVideo .newsItem img {
	width: 100%;
}
#t693788 .col-sm-2{
	padding-left: 0;
	padding-right: 0;
}
#t693788 .col-sm-2 .blockInner{
	padding-right: 0px;
padding-left: 55px;
}
#t693772 #eventsCarousel h3 {
	padding-left: 4px;
	}
#t701576 #searchBox {
	padding-left:42px;
	padding-right: 42px;
}
}
/* eof tiles style*/



/*== eof Mega menu ==*/
/* lightbox */

