@charset "UTF-8";
body {
/*	font-family: Nunito;*/
	font-family: Arial;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	height: 100%;
/*	background-color: #f2f2f2;*/
}
@font-face {
    font-family: Avenir;
/*    src: url("../fonts/AvenirLTStd-Book.otf") format("opentype");*/
	src: url("../fonts/AvenirLTStd-Light.otf") format("opentype");
}
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.row {
	width: 90%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	background-color: #31393C;
	color: #FFF;
	height: 200px;
}
	
.column_half {
	width: 40%;
	float: left;
	color: #00000;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: auto;
}
.columns {
	width: 40%;
	display: block;
	float: left;
	font-family: "Source Sans Pro";
	color: #A5A5A5;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 20px;
	margin-right: 10px;
}

.container .columns h4 {
	text-align: center;
	color: #363b42;
	font-size: 18pt;
}
.primary_header {
	width: 100%;
	height: auto;
	padding-top: 0px;
}
.secondary_header {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #33A1FD;
	clear: left;
}
.left_article {
/*	background-color: #FFFFFF;*/
	margin-left: auto;
	margin-right: auto;
	width: 62%;
	float: left;
	padding-left: 10px;
	padding-bottom: 2px;
/*	font-family: "Source Sans Pro";*/
	border-radius: 10px;
	display: block;
}
.noDisplay {
	display: none;
}

.Main .right_article h3 {
/*	padding-left: 1%;*/
	padding-right: 1%;
	color: #197373;
	font-weight: bold;
	font-size: 24pt;
	font-family: Nunito;
/*	text-transform: uppercase;*/
}
.Main .left_article h3 {
/*	padding-left: 1%;*/
	padding-right: 1%;
	color: #197373;
	font-weight: bold;
	font-size: 24pt;
	font-family: Nunito;
/*	text-transform: uppercase;*/
}


.right_article {
/*	background-color: #FFFFFF;*/
	margin-left: auto;
	margin-right: auto;
	width: 32%;
	float: right;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
/*	font-family: "Source Sans Pro";*/
	font-family: Nunito;
	border-radius: 10px;
	display: block;
}
.container .right_article ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right_article ul li {
	font-family: "Source Sans Pro";
	list-style: none;
	text-align: center;
	background-color: #B3B3B3;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 0px;
	border-left: 5px solid #717070;
}
.right_article ul li:hover {
	background-color: #717070;
	cursor: pointer;
}
.footer {
	background-color: #717070;
}
.title {
	font-size: 45pt;
	text-align: center;
	font-family: Arial;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 2px;
	position: relative;
	text-decoration: none;
/*	background: rgba(10, 10, 10, 0.6);*/
}
.placeholder {
	/* [disabled]max-width: 400px;
*/
	/* [disabled]max-height: 200px;
*/
	width: 800px;
	padding-top: 30px;
	/* [disabled]padding-left: 19px;
*/
	padding-bottom: 30px;
	height: 100%;
	align-content: center;
}
.paragraph_insert{
	display: block;
	width: 75%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.left_half {
}
.container .column_half.left_half h2 {
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
	text-decoration: none;
	transition: all 0.3s linear;
}
.right_half {
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
	font-weight: bold;
}
.column_title {
	font-size: 16pt;
}
	
.thumbnail {
	height: 500px;
}
.thumbnail_align {
}
.social {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	background-color: #414141;
	clear: both;
}
.social_icon {
	width: 50%;
	text-align: center;
	float: left;
	transition: all 0.3s linear;
	line-height: 5px;
	padding-top: 7px;
}
.container .social .social_icon:hover {
	cursor: pointer;
	opacity: 0.5;
	color: black;
}
#menu {
}

a.twitter-timeline {	
	color: gray;
}
a.twitter-timeline:hover,
a.twitter-timeline:focus {
  background-color: #dedede;
}

script {
		overflow: scroll;
}

.Main {
	margin-top: 20px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
}


.twitter {
	width: 29.5%;
	float: right;
	overflow-y: scroll;
	font-family: "Source Sans Pro";
	max-height: 750px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.left_pic {
	background-color: #FFFFFF;
	float: center;
	font-family: "Source Sans Pro";
	color: #343434;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

article {
}

section {
}

.footer_left {
	background-color: #717070;
	width: 33%;
	float: left;
	font-family: "Source Sans Pro";
	color: #FFFFFF;
}

.footer_center {
	background-color: #717070;
	text-align: center;
	width: 33%;
	float: right;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family: "Source Sans Pro";
}

.column_half {
	width: 40%;
	float: left;
	color: #00000;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: auto;
}

.column_half.middle {
	flex: 25%;
	color: #00000;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: auto;
	text-align: center;
}

.flex_column {
	flex: 32%;
	text-align: left;
	padding-left: 20px;
}

.flex_column_middle {
	flex: 32%;
	text-align: center;
	padding-left: 20px;
}

.flex_column_right {
	flex: 32%;
	text-align: right;
	padding-right: 20px;
}

.bg {
    
    height: 100%; 
    background-position: center;
}
.navbar {
	max-width: 50%;
	font-weight: bold;
	position: absolute;
	top: 85%;
	right: 1%;
}

.navbar a {
    float: left;
    color: white;
    text-align: center;
    padding: 18px 16px;
    text-decoration: none;
}

.drop_menu {
    float: left;
/*    overflow: hidden;*/
}

.drop_menu .dropbtn {
    font-size: 14pt;  
    border: none;
    outline: none;
    color: white;
    padding: 18px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover, .drop_menu:hover .dropbtn {
/*    background-color: #727272;*/
/*	background: rgba(114, 114, 114, 0.4);*/
	color: #BEBEBE;
	transition: 0.1s;
}

.drop_menu-content {
    display: none;
    position: absolute;
    background-color: #727272;
    min-width: 130px;
    z-index: 1;
}

.drop_menu-content a {
    float: none;
	font-size: 12pt;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.drop_menu-content a:hover {
    background-color: #068BFF;
	color: white;
}

.drop_menu:hover .drop_menu-content {
    display: block;
}
.Banner {
	width: 100%;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
}

.Banner_text {
	font-size: 25pt;
}

.Banner2 {
	background-color: white;
	opacity: 0.8;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.paper_link {
	text-decoration: none;
	color: royalblue;
}

.cards {
	border-radius: 10px;
}

.student_highlight {
	width: 40%;
	float: left;
	margin-left: 5%;
	border-bottom: 4px solid #0064a4;
	border-radius: 9px;
	margin-bottom: 20px;
	text-align: center;
}

.text_column {
	color: black;
}

.dropbtn_main {
/*	font-size: 54pt;*/
	width: 100%;
    border: none;
    outline: none;
	padding: 0px;
/*	margin-left: 10px;*/
/*	margin-right: 10px;*/
    color: white;
    background-color: inherit;
    font-family: inherit;
	font-size: 18pt !important;
	font-weight: bolder;
}



.Banner_Image {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.Banner_Container {
	width: 100%;

}

.banner_image_css {
	width: 100%;
	opacity: 10%;
}

.row_spheres {
	width: 70%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-flex;
}

.spheres {
	width: 400px;
	border-radius: 400px;
/*	height: 200px;*/
}

.spheres_mid {
	width: 350px;
	border-radius: 350px;
	height: 350px;
	margin-left: auto;
}



.thumbnail_text {
	flex: 70%;
	float: left;
	margin: auto;
}

.thumbnail_text2 {
	width: 65%;
	margin-right: 0px;
}

.thumbnail_align2 {
	float: right;
}

.columns2 {
	float: right;
	width: 30%;
	font-family: "Source Sans Pro";
	color: #A5A5A5;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	display: inline-block;
}

.read_more {
	text-decoration: none;
	color: #3678FF;
}

h1 {
	color: white;
}

.spheres2 {
	width: 250px;
	border-radius: 250px;
}

.Banner_image {
	width: 100%;
	border: none;
}

.header_title {
	font-family: Arial;
	position: absolute;
	max-width: 50%;
	top: 87%;
}

.nav_links {
	font-size: 13pt;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-transform: uppercase;
}

.nav_drop_main {
	font-size: 24pt !important;
}

.group_news {
/*	width: 90%;*/
	margin-left: auto;
	margin-right: auto;
	font-size: 14pt;
}

.overview {
	font-family: Nunito;
	font-size: 16pt;
	line-height: 2.0;
}

.Article_H3 {
	padding-left: 1%;
	padding-right: 1%;
	color: #197373;
	font-weight: bold;
	font-size: 24pt;
}

.overview_pic {
	width: 84%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 35px;
}

.header_title a:hover{
	color: #BEBEBE
}

.banner_quote {
	position: absolute;
	top: 3%;
	left: 35%;
	width: 40%;
}

.quote {
	font-size: 25pt;
/*	font-family: Nunito;*/
	text-align: center;
	color: #FFFFFF;
	line-height: 50px;
	position: relative;
	font-weight: normal;
}

.hero_image {
/*	height: 700px;*/
	background-size: contain;
	background-position: center 100%;
}

.hero_text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.news_link {
	text-decoration: none;
	color: blue;
}

.h_container {
	display: block;
	position: relative;
	margin-bottom: 40px;
}


.navbar a.icon {
	display: none;
	}
.Banner_image_mobile {
	display: none;
}

@media (min-width: 768px) and (max-width: 1350px) {
.navbar {
	max-width: 70%;
	font-weight: bold;
	position: absolute;
	top: 85%;
	right: 1%;
	}
.nav_links {
	font-size: 13pt;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	text-transform: uppercase;
}
.navbar a {
    float: left;
    color: white;
    text-align: center;
    padding: 18px 18px;
    text-decoration: none;
}
.header_title {
	font-family: Arial;
	position: absolute;
	max-width: 50%;
	top: 77%;
}
}

/**************************************************************************************************************/


@media screen and (max-width: 700px) {
	.header_title {
		display: none;
	}
	.navbar a:not(:last-child){display: none;}
	.drop_menu {display: none;}
	.navbar a.icon {
		float: right;
		display: block;
		font-size: 20pt;
	}
	.navbar {
		position: absolute;
		top: 50%;
		display: block;
	}
  .navbar.responsive .icon {
    position: absolute;
	background: none;
    right: 0;
    top: 0;
  z-index: 1;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
	background: gray;
  }
	.drop_menu.responsive{
		float: none;
		display: block;
		text-align: left;
	}
	.h_container {
		display: block;
		position: relative;
		margin-bottom: 0px;
}
	
	.Main {
		margin-top: 10px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		border-bottom-width: 0px;
		padding-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		display: block;
}
	.left_article {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		float: left;
		padding-left: 10px;
		padding-bottom: 2px;
		border-radius: 10px;
		display: block;
}
	.right_article {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		float: right;
		padding-left: 10px;
		padding-top: 2px;
		padding-bottom: 2px;
		font-family: Nunito;
		border-radius: 10px;
		display: block;
}
.Banner_image_mobile {
	width: 100%;
	z-index: 0;
	border: none;
	display: block;
}
.Banner_image {
	display: none;
}
}
