@import "main.css";

.photoHolder { height: 535px; }

#twitter-src, .full-name, .p-nickname, .u-url, #twitter-feed .footer, #contentdiv > div :first-child .contentElementTitle { display: none !important; }

#contentdiv .contentElementDiv { float: left; width: 307px; padding: 0px 29px 0 0px; margin:0px;}
#contentdiv .contentElementDiv:first-child { float: none; width: 100%; padding: 0px; }
#contentdiv .contentElementDiv:nth-child(4) {padding: 0px !important; }

#twitter-feed {
  display: inline-block;
  width: 66%;
  vertical-align: top;
}
#facebook-feed {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  padding-left: 2% !important; box-sizing: border-box;
}

#facebook-feed .post { box-sizing: border-box;
  font-family: ubuntu, sans-serif;
  color: #737373;
  padding: 10px 0px 10px 43px;
  background: url('../images2/home/footerlist.png') 5px 17px no-repeat;
}

ul.tweets {
  list-style: none;
  margin: 0px;padding: 0px; box-sizing: border-box;
}

ul.tweets li {
  float: left;
  width: 50%; box-sizing: border-box;
  font-family: ubuntu, sans-serif;
  color: #737373;
  padding: 10px 0px 10px 35px;
  margin-right: 0px;
  background: url('../images2/home/twitterlist.png') 0px 17px no-repeat;
  word-wrap: break-word;
}

ul.tweets li:nth-child(1), ul.tweets li:nth-child(3) { padding-right: 28px;}

#midcontainer {
    background: url('../images2/modulebgGray.jpg') center top repeat;
    border-top: 15px solid #ccc;
    border-top: 15px solid rgba(200,200,200,.66);
		padding:35px 0 0;
}

#leftbanner { display: none; }

#contentdiv {
    width: 100% !important;
  padding-left: 0px;
  padding-right: 0px;
}

#topbanner .photoHolder .bannermodcontent { width: 1146px; max-width: 1146px; padding: 0; }

#text1 h1 {
    font-size: 44px;
    font-weight: bold;
    font-style: italic;
    color: #404040;
    display: inline-block;
}
#homeSoc { display: inline-block; float: right; padding-top: 22px; }

.portlet {
    background: none !important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0) !important;
}

.timeline { background-color: transparent none !important; }
.customisable_border { border: 0px !important; }

.cc-wrapper {
  position: relative;
}
.cc-wrapper.slideshow .cc-slide {
  opacity: 0;
  filter: alpha(opacity=0);
}
.cc-wrapper.slideshow .cc-stage {
  overflow: hidden;
}
.cc-wrapper .cc-stage {
  position: relative;
  white-space: nowrap;
}
.cc-wrapper .cc-slide {
  display: inline-block;
  position: relative;
}
.cc-wrapper .cc-overlay {
  display: none;
}

.cc-wrapper .cc-controls {

}
.cc-wrapper .cc-controls .cc-pages { padding-right: 30px; position: relative; }
#closeBtn {
  display: inline-block;
  background: url('../images2/home/closebtn.png') center center no-repeat;
  position: absolute !important;
  top: 0px !important;
  right: 0px;
  width: 20px;
  height: 20px;
  z-index: 99;
}

.cc-wrapper .cc-pages a {
  display: inline-block;
  text-decoration: none;
}

.page_1 #topbanner .photoHolder,
.page_3790 #topbanner .photoHolder{
  width: 100%;
  overflow: hidden;
}

.page_1 #topbanner .photoHolder .contentElementDiv,
.page_3790 #topbanner .photoHolder .contentElementDiv{
  opacity: 0.3;
  top: -54px;
  filter: alpha(opacity=30);
  -webkit-transition: opacity 1.55s ease, border 1.55s ease, top 1.55s ease;
  transition: opacity 1.55s ease, border 1.55s ease, top 1.55s ease;
  border: 0px solid #666;
    height: 515px;
}
.page_1 #topbanner .photoHolder .contentElementDiv.active,
.page_3790 #topbanner .photoHolder .contentElementDiv.active{
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  border: 15px solid #000;
  border-top: 0px;

}


.page_1 #topbanner .photoHolder .contentElementDiv img,
.page_3790 #topbanner .photoHolder .contentElementDiv img{
  width: 1136px;
  height: 515px;
}

.page_1 #topbanner .photoHolder .contentElementTitle,
.page_3790 #topbanner .photoHolder .contentElementTitle{
  position: absolute;
  z-index: 2;
  width: 50%;
  bottom: 0;
  padding-left: 15px;
  height: 115px;
  line-height: 115px;
  border-right: 14px solid #b72a09;
  font-size: 98px;
  font-weight: 600;
  font-style: italic;
  font-family: Crimson Text, Merriweather, serif;
  color: #acacac;
  text-shadow: 2px 4px 7px #000;
  margin-bottom: 15px;
  text-align: center;
  box-sizing: border-box;
}

.page_1 #topbanner .photoHolder .contentElementDesc,
.page_3790 #topbanner .photoHolder .contentElementDesc{
  position: absolute;
  background: url('../images2/home/textbg.png') center top repeat;
  width: 100%;
  height: 145px;
  bottom: 0;
  padding: 15px 15px 0 590px;
  white-space: normal;
  line-height: 24px;
  color: #fff;
  box-sizing: border-box;
}

.page_1 #topbanner .photoHolder .contentElementDesc a,
.page_3790 #topbanner .photoHolder .contentElementDesc a{
  font-size: 14px;
  font-family: ubuntu, sans-serif;
  font-weight: bold;
  color: #d93b16;
  text-transform: uppercase;
  text-decoration: none;
}

.page_1 #topbanner .photoHolder .contentElementDesc h1,
.page_3790 #topbanner .photoHolder .contentElementDesc h1{
  color: #dedede;
  font-family: ubuntu, sans-serif;
  font-weight: bold;
  font-size: 27px;
}

body.hideDesc .photoHolder .contentElementDesc, body.hideDesc .photoHolder .contentElementDiv h4, body.hideDesc .cc-controls { display: none; }

.page_1 #topbanner .overlay-mod,
.page_3790 #topbanner .overlay-mod,
.page_3831 #topbanner .overlay-mod,
.page_3831 #topbanner .overlay-mod {
  position: absolute;
  top: 500px;
  left: 50%;
  margin-left: -555px;
}
.page_1 #topbanner .overlay-mod .bannermodcontent, .page_3790 #topbanner .overlay-mod .bannermodcontent, .page_3831 #topbanner .overlay-mod .bannermodcontent, .page_3831 #topbanner .overlay-mod .bannermodcontent {
  width: auto;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.page_1 #topbanner .overlay-mod .bannermodcontent b, .page_1 #topbanner .overlay-mod .bannermodcontent strong, .page_3790 #topbanner .overlay-mod .bannermodcontent b, .page_3790 #topbanner .overlay-mod .bannermodcontent strong, .page_3831 #topbanner .overlay-mod .bannermodcontent b, .page_3831 #topbanner .overlay-mod .bannermodcontent strong,
.page_3831 #topbanner .overlay-mod .bannermodcontent b, .page_3831 #topbanner .overlay-mod .bannermodcontent strong{
  font-weight: normal;
  text-transform: uppercase;
  font-size: 48px;
}

.page_1 .cc-controls,
.page_3790 .cc-controls{
  position: absolute;
  width: 100%;
  text-align: right;
  z-index: 999;
  bottom: 120px;
  min-width:980px;
  opacity: 1;
  margin: 0 auto !important;
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.55s ease;
  transition: opacity 0.55s ease;
}

.page_1 .cc-controls.fadeControls, .page_3790 .cc-controls.fadeControls, .page_3831 .cc-controls.fadeControls,
.page_3831 .cc-controls.fadeControls{
  opacity: 0.0;

}
.page_1 .cc-pages a, .page_3790 .cc-pages a, .page_3831 .cc-pages a, .page_3831 .cc-pages a {
  background: #5c5c5c;
  width: 11px;
  height: 11px;
  text-indent: 101%;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 2px;
}
.page_1 .cc-pages a.active, .page_3790 .cc-pages a.active, .page_3831 .cc-pages a.active, .page_3831 .cc-pages a.active {
  background: #b72a09;
}

/* News Slider */

.caroufredsel_wrapper { max-height: 300px !important; }

.newsScrollNav .bannermodtitle {display: none;}

.newsNaviWrap { text-align: center; }
.newsNaviWrap a {text-decoration: none; }
.newsNavi { display: none !important; }
.newsNaviWrap .newsNext:before {
  font-family: EntypoRegular;
  content: '\E75C';
  font-size: 60px;
  color: #999;
  line-height: 0;
  -webkit-transition: font-size 0.55s ease;
  transition: font-size 0.55s ease;
  cursor: pointer;
}
.newsNaviWrap .newsNext { cursor: pointer; }
.newsNaviWrap a:hover.newsNext:before  {
  font-size: 91px !important;
  line-height: 0px !important;

}

.newslist2 .newspostitem { padding-bottom: 20px; }

.newsContainers, .photoHolder { background: #fff; }

.newslist1 {
  float: left;
  width: 60%;
  box-sizing: border-box;
}
.newslist2 {
  float: left;
  width: 40%;
  border-bottom: 14px solid #b72a09;
  background: #f4f4f4;
  padding: 0px 20px !important;
  float: left;
  box-sizing: border-box;
}

.newslist1 .bannermodtitle {
  padding-top: 40px;
  line-height: 1em;
  font-size: 34px;
  font-family: Merriweather, serif;
  font-weight: normal;
  color: #404040;
  border-bottom: 2px solid #ebebeb;
  margin-right: 40px;
}

.newslist1 .bannermodtitle strong {
  font-weight: 700 !important;
}

.newslist1 .newsposttitle, .newslist1 .newsposttitle a {
  font-size: 25px;
  font-style: italic;
  text-decoration: none;
  font-weight: normal;
  line-height: 1.4em !important;
}

.newslist1 #newscon {
      padding-right: 42px !important;
}

.newslist1 .bannermodcontent {
     padding: 15px 0 !important;
}

.newslist2 .bannermodtitle {
  padding-top: 27px;
  text-align: center;
  font-size: 16px;
  color: #404040;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  margin:0 100px;
}

.newslist2 .bannermodcontent {
  padding-top: 20px !important;
  font-size: 13px;
}

.newslist2 .caroufredsel_wrapper{
    width: 100% !important;
}

.newslist2 #newscon{
    width: 100% !important;
}

.newslist2 .newsposttitle, .newslist2 .newsposttitle a {
    font-weight: normal;
    font-size: 15px;
    text-decoration: none;
}

.slider {
    width: 100%;
    overflow: hidden;
    max-height: 630px;
}

.slider .contentElementDiv {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 630px;
}



.slider .contentElementDiv >div {
    max-height: 630px;
}

.slider .contentElementDesc {
    position: absolute;
    bottom: 0px;
    padding: 20px;
    background-color: #000000;
    background-color: rgba(0,0,0,.8);
    color: #FFF;
    font-size: 14px;
    width: 100%;
    left: 0px;
    box-sizing: border-box;
}

.slider .contentElementDesc #controls:nth-child(2) {
    display: none;

}

.slider .contentElementTitle {
    width: 50%;
    display: inline-block;
    border-right: 15px solid red;
    box-sizing: border-box;
    padding-right: 20px;
    float: left;
    line-height: 115px;
    border-right: 14px solid #b72a09;
    font-size: 80px;
    font-weight: 600;
    font-style: italic;
    font-family: Crimson Text, Merriweather, serif;
    color: #acacac;
    text-shadow: 2px 4px 7px #000;
    margin: 0;
    text-align: center;
}

.slider .contentElementDesc h1 {
    width: 50%;
    display: inline-block;
    float: right;
    box-sizing: border-box;
    padding-left: 20px;
    color: #dedede;
    font-family: ubuntu, sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.slider .contentElementDesc p {
    width: 50%;
    display: inline-block;
    float: right;
    box-sizing: border-box;
    padding-left: 20px;
}

.slider img {
    width: 100%;
    height: auto;
    min-height: initial;
    min-width: initial;
}

.slider #controls {
    display: inline-block;
    float: right;
    position: relative !important;
}

.slider #controls a {
    margin-left: 5px;
    font-size: 15px;
    color: #5f5e5e;
}

.slider #controls a:hover {
    color: #b72a09;
}

.button_row {
  display: none;
}

.newslist1 .newsposttitle img {
  max-height: 250px;
  width: auto;
}

@media (max-width: 1136px) {

    .photoHolder {
      display: none;
    }
}

@media (max-width: 800px) {

  .slider .contentElementDesc {
    position: relative;
    bottom: initial;
    left: initial;
    overflow: auto;
    background: url('../images2/bottombg.jpg') center top repeat;
    height: 300px;
  }

  .slider #controls {
    display: block;
    width: 100%;
    text-align: center;
  }

.slider #controls a {

}

.slider .contentElementTitle {
    display: block;
    width: 100%;
    border-right: 0px;
    text-align: center;
    font-size: 45px;
    position: relative;
    line-height: 70px;
    margin-bottom: 28px;
    padding: 0;
}

.slider .contentElementTitle:after {
    content: '';
    width: 140px;
    height: 14px;
    bottom: -14px;
    left: 50%;
    margin-left: -70px;
    background-color: #b72a09;
    position: absolute;
}

.slider .contentElementDesc h1 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
}

.slider .contentElementDesc p {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
}

.newsContainers {
  /*padding-top: 300px;*/
}

  .newslist1 {
    width: 100%;
  }

  .newslist1 #newscon {
    padding: 0 !important;
  }

  .newslist1 .bannermodtitle {
    text-align: center;
    padding: 30px 0 15px 0;
  }

  .newslist2 {
    width: 100%;
  }

  .newslist2 {
    width: 100%;
  }

  .newslist2 .newscon {
    width: 100%;
  }

  .newslist2 .bannermodtitle {
    text-align: center;
    padding: 30px 0 15px 0;
  }

  #midcontainer {
    padding: 0 !important;
    border-top: 0;
  }

  .newslist2 .newspostitem {
    padding: 0 20px 20px 0;
    display: inline-block;
    width: 50%;
    float: left;
    box-sizing: border-box;
  }

  .newslist2 .newspostitem img {
    max-height: initial;
  }

#twitter-feed {
  width: 50%;
  box-sizing: border-box;
}

.timeline-TweetList-tweet:nth-child(3), .timeline-TweetList-tweet:nth-child(4) {
    display: none;
}

  #facebook-feed {
    width: 50%;
    box-sizing: border-box;
  }

  ul.tweets li {
      width: 100%;
  }

    #text1 h1 {
        padding: 20px 0 0;
    }

    #homeSoc {
        padding: 45px 0 0;
    }

}

@media (max-width: 600px) {

  .top {
    /*display: none;*/
  }

  .newslist1 .newsposttitle a {
    width: 100%;
    text-align: center;
    display: block;
  }

  .newslist1 .newsposttitle a img {
    float: none;
  }

  .newslist1 .newsposttitle a:nth-child(2) {
    width: 100%;
    display: block;
    float: none;
    clear: both;
    text-align: center;
    margin: 15px 0;
  }

  .newslist2 .newspostitem {
    padding: 0 0px 20px 0;
    display: block;
    width: 100%;
    float: none;
  }

  .newslist2 .newspostitem img {
    max-height: initial;
  }

  #text1 h1 {
    width: 100%;
    text-align: center;
    font-size: 35px;
  }

  #homeSoc {
    width: 100%;
    text-align: center;
    padding: 0;
    padding-bottom: 15px;
  }

  .slider #controls {
    display: none;
  }

  #bannermod574 .bannermodtitle {
    margin: 0;
    padding: 15px;
  }

  #facebook-feed {
    width: 100%;
    padding-left: 0 !important;
    margin-bottom: 30px;
  }

  #twitter-feed {
    width: 100%;
  }

  ul.tweets li {
    width: 100%;
  }

  .timeline-TweetList-tweet:nth-child(2) {
    display: none;
  }

  #facebook-feed .post:nth-child(2) {
    display: none;
  }

  #contentdiv .contentElementDiv {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .newslist1 .bannermodtitle {
    margin-right: 0px;
  }

  .newslist1 .newsposttitle img {
    width: 50%;
  }

  .button_row {
    text-align: center;
    display: none;
  }

  .button_row a {
    color: #FFF;
    background-color: #b72a09;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
  }
}

.ie8 .photoHolder {
  display: none;
}

.ie8 .slider {
  overflow: hidden;
}

.ie8 .slider .contentElementDiv {
  overflow: hidden;
}

/* college logo carousel */
#collegeCarousel *{
	box-sizing:border-box;
}
#collegeCarousel{
	position:relative;
	height:270px;
	padding:45px 0;
	background-color:#fff;
	text-align:center;
	box-sizing:border-box;
}
#collegeCarousel h2 {
	font-size:32px;
	line-height:1;
	margin:0 0 16px;
	color:#424242;
}
#collegeCarousel .wrap{
	position:relative;
	width:80%;
	max-width:1160px;
	margin:0 auto;
}
#collegeCarousel .caroufredsel_wrapper{
	width:100% !important;
	margin:0 auto !important;
}
#collegeCarousel .slides{
	height:120px;
	margin:0 auto;
}
#collegeCarousel .slide{
	display:block;
	float:left;
	height:120px;
	margin:0 20px;
}
#collegeCarousel .prev,
#collegeCarousel .next{
	position:absolute;
	top:50%;
	margin-top:-0.5em;
}
#collegeCarousel .prev{ left:-40px; }
#collegeCarousel .next{ right:-40px; }

#collegeCarousel .prev:before,
#collegeCarousel .next:before{
	font-family:EntypoRegular;
	font-size:120px;
	color:#7f7f7f;
	cursor:pointer;
}
#collegeCarousel .prev:before{ content : '\E75D'; }
#collegeCarousel .next:before{ content : '\E75E'; }
