
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
}
.container:before, .container:after {
  content: " ";
  display: table; }
.container:after {
  clear: both; }
@media (min-width: 768px) {
  .container {
    width: 760px; } }
@media (min-width: 992px) {
  .container {
    width: 980px; } }
@media (min-width: 1200px) {
  .container {
    width: 1180px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table; }
.container-fluid:after {
  clear: both; }


.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1; }
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px; }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }
.carousel-inner > .active {
  left: 0; }
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }
.carousel-inner > .next {
  left: 100%; }
.carousel-inner > .prev {
  left: -100%; }
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }
.carousel-inner > .active.left {
  left: -100%; }
.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
.carousel-control.left {
  background-repeat: repeat-x;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
}
.carousel-control.right {
  left: auto;
  right: 0;
    background-repeat: repeat-x;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block; }
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif; }
.carousel-control .icon-prev:before {
  content: '\2039'; }
.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent; }
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }

.owl-carousel .owl-controls, .owl-carousel-posts .owl-controls {
  margin-top: 0; }

@media screen and (max-width: 768px) {
  .owl-carousel .owl-controls .owl-nav {
    display: none; } }

.owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel-posts .owl-controls .owl-nav .owl-next, .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.owl-carousel-posts .owl-controls .owl-nav .owl-next, .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%; }

.owl-carousel .owl-controls .owl-nav .owl-next {
  left: 0;
  left: -70px;
  margin-top: -60px; }
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  margin-top: -65px; }
.owl-carousel .owl-controls .owl-nav .owl-next:hover i:before {
  color: #FBB040; }

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: -70px;
  margin-top: 0px; }
.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  margin-top: 5px; }
.owl-carousel .owl-controls .owl-nav .owl-prev:hover i:before {
  color: #FBB040; }

.owl-carousel-posts .owl-controls .owl-nav .owl-next i, .owl-carousel-posts .owl-controls .owl-nav .owl-prev i, .owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i, .owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #444; }
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i, .owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i, .owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i, .owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000; }

.owl-carousel-fullwidth.featured-light-arrow .owl-controls .owl-nav .owl-next i, .owl-carousel-fullwidth.featured-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #fff; }
.owl-carousel-fullwidth.featured-light-arrow .owl-controls .owl-nav .owl-next:hover i, .owl-carousel-fullwidth.featured-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #fff; }

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none; } }

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important; }
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px; }
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important; }
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important; }

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center; }

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: 2.5em; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid transparent; }
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  background: white; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: white;
  border: 2px solid transparent; 
}

.owl-carousel-fullwidth .item, .owl-carousel-fullwidth .featured-owl-text-wrap {
  height: 800px;
  display: table;
  width: 100%; }
.owl-carousel-fullwidth .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  position: relative; }
.owl-carousel-fullwidth .item .featured-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .2;
  z-index: 8; }
.owl-carousel-fullwidth .item img {
  max-width: 100%; }
.owl-carousel-fullwidth .item .featured-owl-text {
  display: table-cell;
  vertical-align: middle;
  z-index: 1000;
  position: relative; }
.owl-carousel-fullwidth .item .featured-owl-text a {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.owl-carousel-fullwidth .item .featured-owl-text a.btnlink {
  border: 5px solid black; }
.owl-carousel-fullwidth .item .featured-owl-text a.btnlink:hover {
  background-color: white;
	color: black;
	border: 5px solid #c00 !important;
 }
.owl-carousel-fullwidth .item .featured-owl-text a:hover {
  text-decoration: none;
  color: white;
  border-bottom: 1px solid white; }
.owl-carousel-fullwidth .item .featured-owl-text .featured-lead, .owl-carousel-fullwidth .item .featured-owl-text .featured-sub-lead {
  color: #fff;
  margin: 0;
  padding: 0;
  font-weight: 100; }
.owl-carousel-fullwidth .item .featured-owl-text .featured-lead {
  font-weight: 300;
  font-family: 'ITC Charter W01',Georgia,Garamond,serif;
   text-decoration: none;
   font-size: 3.0rem;
   line-height: 3.5rem;
  margin-left: 25px;
  margin-right: 35px;
  margin-top: 275px;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 2px 2px #000;
  background-color: rgba(49, 59, 61, 0.6);
}

 .owl-carousel-fullwidth .item .featured-owl-text .featured-lead a {
   font-family: 'ITC Charter W01',Georgia,Garamond,serif;
   text-decoration: none;
   border-bottom: none;
   font-weight: 300;
} 
.owl-carousel-fullwidth .item .featured-owl-text .featured-sub-lead {
  font-size: 1.5rem;
  margin: 25px;
  padding: 5px 20px;
  font-weight: 100;
	text-align: center;
  text-shadow: 2px 2px #191919; 
  background-color: rgba(49, 59, 61, 0.6);
  }

.js .to-animate {
  opacity: 0; }

.js .to-animate-late {
  opacity: 0; }

#about-divisions::before {
    content: '';
    display: block;
    left: -100%;
    top: 0;
    background: #ffffff;
    position: inherit;
	z-index: -1;
    height: 100%;
    width: 300%;
	margin: -40px 0px 0px 0px;
    border-top: 10px solid #cc0000;
    border-bottom: 10px solid #cc0000;
}

.text-center {
  text-align: center; }
  
#about-divisions {
  padding-bottom: 2em;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 290px), url(/international/images/slides/Flags.jpg) no-repeat;
  height: auto;
  width: auto;
 }
#about-oia-section
{
	margin:50px !important;
}

.about-section-lead {
  font-size: 3.5em !important;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.0em !important; }

@media screen and (max-width: 768px) {
.about-section-lead {
  font-size: 2.5em !important;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.0em !important; }
}

#about-oia-section .container {
  margin: 0 auto;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  
p.about-section {
margin: 0px 20px 0px 20px;
max-width: 100%;
font-size: 1.2rem !important;
line-height: calc(1.5rem / (.9)) !important;
color: #1b1b1b !important; 
font-family: 'ITC Charter W01',Georgia,Garamond,serif !important; 
}
.about-section-sub-lead {
  margin-top: 1.8em !important;	
  font-size: 22px;
  text-align: center;
  font-weight: 100;
  line-height: 32px; }
		
.unit-box.intl-students-box {
background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.3) 100%), url(/international/isss/studentlife/images/student_orgs.jpg);
box-shadow: inset 0px 0px 20px 20px rgba(0,0,0,0.3);	}

.unit-box.study-abroad-box {
background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.3) 100%), url(/international/studyabroad/images/students/goingabroad/BrownMelanee.jpg);		
box-shadow: inset 0px 0px 20px 20px rgba(0,0,0,0.3);	}
		
.unit-box.community-services-box {
background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.3) 100%), url(/international/images/intlopr/k12geo/gallery/cultural-connections/CulturalConnections_104.jpg); 
box-shadow: inset 0px 0px 20px 20px rgba(0,0,0,0.3);	}	
		
.unit-box.alumni-scholars-box {
background: linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.4) 100%), url(https://www.depts.ttu.edu/international/images/homepage/backgrounds/MaskedRider.jpg);
box-shadow: inset 0px 0px 20px 20px rgba(0,0,0,0.3);	}

.unit-box.faculty-staff-box	{
background: linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.4) 100%), url(https://www.depts.ttu.edu/international/images/homepage/backgrounds/staff.jpg);
	box-shadow: inset 0px 0px 20px 20px rgba(0,0,0,0.3); }
		
.unit-box.about-box	{
background: linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.4) 100%), url(https://www.depts.ttu.edu/international/images/homepage/backgrounds/ICC_Flags_half.jpg);
	box-shadow: inset 0px 0px 20px 20px rgba(0,0,0,0.3); }
			
.unit-box .icon {
    color: #fff;
    text-align: center;
    font-size: 16px;
    -moz-transition: all, 0.35s;
    -o-transition: all, 0.35s;
    -webkit-transition: all, 0.35s;
    transition: all, 0.35s; }		
		
.unit-box .box-text {
    -moz-transition: all, 0.35s;
    -o-transition: all, 0.35s;
    -webkit-transition: all, 0.35s;
    transition: all, 0.35s; }
    .unit-box .box-text h3 {
      margin-top: .5em;
      font-size: 1.25em;
	color: white;
    text-shadow: 3px 3px 5px #000000;
	}
	.unit-box .box-text h3{
	color: #fff;
    text-shadow: 2px 2px #000; 
}		
		
.unit-box a {
    color: #fff;
    text-decoration: none;
	max-width: 100%; }
  .unit-box:hover .icon {
    transform: scale(1.15); }
  .unit-box:hover .box-text {
    transform: translateY(10px);
    opacity: 1;
  }		
		
	#about-oia-section .row
		{
	    max-width: 100%;
		}


.unit-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  height: 250px;
  border-left: 10px solid #fff;
  border-right: 10p solid #fff;
  margin-bottom: 10px;
  color: #fff;
  padding: 0 10px;
  text-transform: uppercase;
  background: grey;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  text-align: center; }
  		
 
 #stories-section
		{
		padding: 2rem ;
	 /*	background: linear-gradient(#b2b2b2, #e5e5e5, #e5e5e5, #b2b2b2, #7f7f7f); */
		}
		
		.hotlinks {	
		padding: 10px;
		}		
		
.hotlinks ul{
		margin: 10px; 
		}
.hotlinks ul li{
		border-bottom: 1px solid #666; 
		padding-bottom: 8px; 
		padding-top: 18px; 
		padding-left: 25px; 
		list-style: none; 
		background: url(/international/images/slides/list-arrow.png) no-repeat left 18px;
		font-size: 5rem;	
		}
	
.mobileapp
{
	padding-top: 20px;
	background: linear-gradient(to bottom, #000, #070707, #191919, #353535, #4c4c4c, #939393, #c9c9c9);
}
	
.mobileapp h4
{
	color: #f2f2f2;
	margin: 10px;
}
	
.mobileapp img
{
	display: block;
	margin-left: auto;
	margin-right: auto; 
	max-width: 90% !important;
	padding: 10px;
	border-radius: 40px;
}

h2.text-center
{
	text-align: center;
	font-size: 6vh;
	text-transform: uppercase;
    font-family: 'Neue Helvetica W01',Helvetica,Arial,sans-serif;
	margin-bottom: 3rem;
}

.stories
{
	margin-top: 1rem;
}
			
.story-details {
padding: 0 0 15px 0;
margin: 30px 0px;
text-align: center;		
}
			
.story {
  min-height: 466px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
          box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
}
.story-body {
  padding: 15px;
}

.story-heading {
  padding: 1px 10px;
  border-bottom: 2px solid transparent;
}
.story-heading h4
		{
		margin: 8px 0px !important;
		font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif !important;	
		text-transform: uppercase !important;	
		text-align: center !important;
		}
	.story-highlight {
   border-color: #4D5B2A;
}
	.story-highlight > .story-heading {
  color: #fff;
  background-color: #4D5B2A;
  border-color: #4D5B2A;
	
}			
  .story-highlight > .story-heading:hover {
  color: #4D5B2A;
  background-color: #fff;
  border-color: #4D5B2A;
	
}				
		
.story-spotlight {
  border-color: #99281E;
}
.story-spotlight > .story-heading {	
  color: #fff;
  background-color: #99281E;
  border-color: #99281E;
}	
	.story-spotlight > .story-heading:hover {	
  color: #99281E;
  background-color: #fff;
  border-color: #99281E;
}	
	.story-focus {
  border-color: #003A66;
}
.story-focus > .story-heading {	
  color: #fff;
  background-color: #003A66;
  border-color: #003A66;
}
.story-focus > .story-heading:hover {	
  color: #003A66;
  background-color: #fff;
  border-color: #003A66;
}		
		
.img-circle{
		border-radius: 50%;
}
 
 .story-body a:hover
 {
		filter: alpha(opacity=80);
		opacity: 0.8;
}
 
figcaption{
	font-size: 1.3rem; 
	color: #999;
	font-style: italic;
	max-width: 95% !important;
}
    


 	/* 
		padding-bottom: 2em;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 290px), url(/international/images/slides/Flags.jpg) no-repeat;
  height: auto;
  width: auto;
   
		
		#events-section
		{
	border-bottom: 15px solid #999;
	background: linear-gradient(to top, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.4) 75%, rgba(255, 255, 255, 1) 100%), url(/international/images/slides/event-bg.jpg) no-repeat;
	background-size: cover;
		padding: 30px 0px 50px 0px;
		}  */
		
		#events-section
		{
	border-top: 15px solid #191919;
	border-bottom: 15px solid #191919;
	background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.9) 100%), url(/international/images/homepage/backgrounds/calendar2.jpg) no-repeat;
	background-size: cover;
		padding: 30px 0px 50px 0px;
		}
		
		
		#events-section h2 > a 
		{
		color: #fff;
		font-size: 4rem;
		text-shadow: 4px 4px #191919; 
		padding: 15px;
		}
		#events-section h2 > a:hover
		{
		color: #c00;
		}
		.text-center
		{
		text-align: center;
		}
		#events-section a.all-events 
		{
		color: #C4A97C !important;
			padding: 10px;
		}
		#events-section a.k12-events 
		{
		color: #d60000 !important;
		}
		#events-section	a.sab-events
		{
		color: #899FB4 !important;
		}
		#events-section	a.ioo-events
		{
		color: #B0B37B !important;
		}
        #events-section	a.rsch-events
		{
		color: #999 !important;
		}
		#events-section	a
		{
		font-size: 1.8rem;
		font-family: 'Neue Helvetica W01',Helvetica,Arial,sans-serif;		
		text-shadow: 2px 2px #020202; 
		}
		#events-section a.all-events:hover
		{
		color: #f8f8f8 !important;		
		}
		#events-section a.sab-events:hover
		{
		color: #f8f8f8 !important;		
		}	
		#events-section a.k12-events:hover
		{
		color: #f8f8f8 !important;		
		}
		#events-section a.ioo-events:hover
		{
		color: #f8f8f8 !important;		
		}	
		#events-section a.rsch-events:hover
		{
		color: #f8f8f8 !important;		
		}
		#events-section .row
		{
	    max-width: 100rem;
		display: block;
		}
		.events_title
		{
		margin: 30px;
		padding: 15px;
		color: #f2f2f2;
		background-color: rgba(25, 25, 25, 0.6);
		display: block;
		text-align: center !important;
		}
		.wrap{
		margin: auto;
		width: 100%;
		margin-left:5px;
		}
		.clear{
		clear: both;
		}
		.fa-angle-left 
		{
			color: #999;
		}
		.fa-angle-right
		{
			color: #999;
		}
		.box{
		display:inline-block;	
		float: left;
		width: 350px;
		height: 300px;
		margin: 10px;
		padding: 10px;
		border-bottom: 1px grey solid;
		border-right: 1px grey solid;
		}
		.box img{
		max-width: 150px;
    	max-height: 100px;	
		}
		.box img:hover
		{
		filter: alpha(opacity=70);
		opacity: 0.7;
		}
		.all{
		background: #000;
		}
		.k12{
		background: #000;
		}
		.sab{
		background: #000;
		}
		.ioo{
		background: #000;
		}
		.rsch{
		background: #000;
		}
		.left {
  			float: left;
			}
		.event-date
		{
			padding:10px; 
			vertical-align:top;
			height: 110px;
		}
		.event-date h3
		{
			margin: 0px 0px 20px 0px; 
			color: #899FB4;
			font-size: 1.8rem;
		    text-align: right;
		}
		.event-date span
		{
			color: #B0B37B;
			margin: 10px;
			font-size: 1.1rem;
		}
		.uppercase
		{
		text-transform: uppercase;	
		}
		.event-title h3
		{
			margin: 20px 0px 5px 0px; 
			padding-top:10px;			
			font-size: 1.5rem;
			color: #ccc;
			height: 60px;
		}
		
		.event-title span
		{
			color: #666;
		}

		#events-section a.btnlink {
	border-style: solid;
	border-width: 5px;
    outline: 0;
    display: inline-flex;
    padding: 5px 10px;
    color: white;
    font-size: 1rem;
    background-color: #c00;
    cursor: pointer; 
	float: right;
	text-shadow: none;
	margin-top: 5px !important;
  }
  
  #events-section a.btnlink:hover {
		background-color: white;
		color: black;
		border-color: #c00 !important;
		border-style: solid;
		border-width: 5px;
  }
 	
	.owl-nav{
    display: none !important;
}
#gallery-section .owl-theme .owl-dots .owl-dot span{
    margin: 50px 10px -50px 10px !important;
	background: #ccc  !important;
}
	
#gallery-section 
{
	margin: 50px;
}
#gallery-section h2
{
	text-align: center;
	font-size: 6vh;
	text-transform: uppercase;
    font-family: 'Neue Helvetica W01',Helvetica,Arial,sans-serif;
}
#gallery-section hr.red-line
{
	position: relative;
	 width: 5%;
	 text-align: center !important;
	 color: #c00;
	 background: #c00;
	 display: block !important;
	 margin: auto;
	 height: 7px;
	 left: 0%;
}

@media screen and (max-width: 500px)
{
	#gallery-section h2::after
{
	margin: 25px;
}
}

@media screen and (max-width: 900px) and (min-width: 501px)
{
	#gallery-section hr.red-line
{
	width: 15%;
}
}

@media screen and (max-width: 500px)
{
	#gallery-section hr.red-line
{
	width: 20%;
}
}

.owl-controls::before
{
	 content: '';
    display: block;
    left: -100%;
    top: 0;
    background: #ffffff;
    position: inherit;
	z-index: -1;
    height: 100%;
	margin: -10px 0px 0px 0px;
    border-top: 6px solid #cc0000;
    border-bottom: 6px solid #cc0000;
}

#gallery-section .owl-controls::before
{
	 content: '';
    display: block;
    left: -100%;
    top: 0;
    background: #ffffff;
    position: inherit;
	z-index: -1;
    height: 100%;
	margin: -13px 3px 0px 3px;
    border-top: 2px solid #cc0000;
    border-bottom: 2px solid #cc0000;
}

#owl-photo .item{
  margin: 3px;
}
#owl-photo .item img{
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.9;
}
#owl-photo .item img:hover{
  opacity: 1;
 filter: alpha(opacity=100); 
 box-shadow:
  1px 0px 1px 0px #0d0d0d;
 
  
}

.owl-photo .item{
  margin: 3px;
}
.owl-photo .item img{
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.9;
}
.owl-photo .item img:hover{
  opacity: 1;
 filter: alpha(opacity=100); 
 box-shadow:
  1px 0px 1px 0px #0d0d0d;
 
  
}	



	#figcaption
	{
		font-size: 1.5rem;
		font-style: normal;
		background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
color: white;
max-width: 100%;		
width: auto;
height: auto;
display: block;
float: left;
position: absolute;
bottom: 3px;
left: 3px;
right: 3px;
padding: 20px;
text-transform: uppercase;
	}
	
	div.callout {
	max-width: 50rem;	
	background-color: #191919;
	background-image: -moz-linear-gradient(top, #191919, #191919);
	position: relative;
	color: #fff;
	padding: 10px;
	border-radius: 3px;
	box-shadow: 0px 0px 20px #999;
	min-height: 50px;
	border: 1px solid #333;
	text-shadow: 0 0 1px #000;
	font-family: 'Neue Helvetica W01',Helvetica,Arial,sans-serif;
	font-size: 20px;	
	margin-right: auto;
    margin-left: auto;
	/*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;*/
}

.callout::before {
	content: &quot;&quot;;
	width: 0px;
	height: 0px;
	border: 0.8em solid transparent;
	position: absolute;
}

.callout.top::before {
	left: 50%;
	bottom: -25px;
	border-top: 10px solid #191919;
}
		
.callout p
		{
		color: #c4c4c4;
		}

.app-links 
		{
		margin-left: 70px;
		margin-right: 70px;
		}
	
	#news-section{
	padding: 5px 50px;
	border-top: 17px solid #141414;
	border-bottom: 17px solid #141414;
	background: #222222;
}
	

#news-section h3 > a
{
    font-family: 'Neue Helvetica W01',Helvetica,Arial,sans-serif;
	color: #899fb4;
	letter-spacing: normal;
}

#news-section  h3 > a:hover
{
    font-family: 'Neue Helvetica W01',Helvetica,Arial,sans-serif;
	color: #848484;
}

#news-section  h4
{
	color: #999 !important;
}

#news-section .featured p
	{
	font-size: 1.1rem !important;
	font-family: 'ITC Charter W01',Georgia,Garamond,serif !important;
	color: #fff !important;
	max-width: 95%;
	text-align: justify;
}

#news-section .featured li
	{
	font-size: 1.0rem !important;
	font-family: 'ITC Charter W01',Georgia,Garamond,serif !important;
	color: #ddd !important;
	max-width: 95%;
	text-align: justify;
}

#news-section .featured p > a
	{
	color: #c00 !important;
	box-shadow: none !important;
	font-weight: 800 !important;
}
#news-section .featured p > a:hover
	{
	color: #c00;
	text-decoration: underline;
}

.row {
    max-width: 82.5rem;
}
.featured, .news{
	padding: 20px;
}

.ttu-green {
	color: #B0B37B;
    background: transparent;
	border: none;
}
	
	.featured h2 > a
	{
		font-size: 1.2em;
		color: #B0B37B;
	}
	.featured h2 > a:hover
	{
		font-size: 1.2em;
		color: #666;
	}
	
	#news-section hr.red-line {
    position: relative;
    width: 12%;
    color: #c00;
    background: #c00;
    display: block !important;
    margin: auto;
    height: 5px;
    left: -45%;
	}
	
	.news h2
	{		
	margin-bottom: 1.1em;
	}
	
	.news h2 >a 
	{
	font-size: 1.2em;
	color: #C4A97C;
	}
	
	.news h2 > a:hover
	{
		font-size: 1.2em;
		color: #666;
	}
	
	#news-section article {
	background-color: #141414;
	padding: 10px;
	margin: 15px 2px;
	}
	
	#news-section article p {
	font-size: 1.1rem !important;
	color: #b2b2b2 !important;
	font-family: 'ITC Charter Italic',Georgia,Garamond,serif !important; 
	}
	
	#news-section article > a {
	color: #B0B37B !important;
	font-family: 'ITC Charter Italic',Georgia,Garamond,serif !important; 
	}
	
	.story_link 
	{
	margin: 15px 0px;
	}
	
	.story_link > a
	{
	color: #c00;
    font-size: 1.3rem;
	font-family: 'Neue Helvetica W01',Helvetica,Arial,sans-serif;
	}
	
	.story_link > a:hover
	{
	color: #c00;
	text-decoration: underline;
	}
	.story_link .red
	{
		background: transparent;
		border: none;
		color: #c00;
	}
		 
	
	#news-section article span {
	color: #899fb4;
    font-size: 1.3rem;
	font-family: 'Neue Helvetica W01',Helvetica,Arial,sans-serif;
	}
	
	#news-section article a::before {
    content: '';
    display: inline-block;
    height: 5px;
    background-color: #c00;
    width: 25%;
    margin-right: 15px;
    margin-bottom: 2px;
}
	
	
  a.btnlink {
	margin-top: 1.8em !important;	
	border-style: solid;
	border-width: 5px;
    outline: 0;
    display: inline-flex;
    padding: 10px 25px;
    color: white;
    font-size: 1.5rem;
    background-color: #c00;
    cursor: pointer; 
  }
  
  a.btnlink:hover {
		background-color: white;
		color: black;
		border-color: #c00 !important;
		border-style: solid;
		border-width: 5px;
  }
  
  .topHome
  {
  
	width: 50px;
    height: 50px;
    font-size: 24px!important;
    line-height: 45px!important;
    border-radius: 50%;
    position: fixed;
    right: 66px;
    bottom: 180px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
	
}


  
#navbar {
    display: block;
    background-color: #c00;
    position: fixed;
    top: 84px;
    text-align: center;
    width: 100%;
    height: 46px;
}

@media only screen and (max-width: 1000px)
{
#navbar
{
 top: 84px !important;
}
}

@media only screen and (max-width: 467px) and (min-width: 367px)
{
#navbar a
{
 padding: 8px 10px !important;
}
}

@media only screen and (max-width: 298px) 
{
#navbar a
{
 padding: 3px !important;
}
}


@media only screen and (max-width: 367px) and (min-width: 298px)
{
#navbar a
{
 padding: 4px !important;
}
#navbar code {
	font-size: 1.5rem;
}
}

.navshrink
{
 top: 84px !important;
}

@media only screen and (max-width: 1000px)
{
.navshrink
{
 top: 84px !important;
}
}

#navbar a {
  display: inline;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 18px;
  text-decoration: none;
}

#navbar code {
	text-align: center;
	color: #fff;
	background: transparent;
	border: none;
	font-size: 2rem;
}

#navbar code:hover
{
	color: #000;
}
#navbar span {
	display: none;
}

 