@font-face {
	font-family: Montserrat-Light;
    src: url('../fonts/Montserrat-Light.otf'); 
}

@font-face {
	font-family: Montserrat-Regular;
    src: url('../fonts/Montserrat-Regular.otf'); 
}

@font-face {
	font-family: Montserrat-Bold;
    src: url('../fonts/Montserrat-Bold.otf'); 
}

@font-face {
	font-family: Montserrat-Semibold;
    src: url('../fonts/Montserrat-Semibold.otf'); 
}

@font-face {
  font-family: Nexa-Light;
    src: url('../fonts/Nexa-Light.otf'); 
}

@font-face {
  font-family: Nexa-Bold;
    src: url('../fonts/Nexa-Bold.otf'); 
}

li a {
  color: #046a38;
  text-decoration: none;
}

body {
    margin: 0px;
}

/*
.header {
    width: 100%;
    min-height: 100px;
    height: auto;
    background-color: #ffffff;
	  box-shadow: 0px 0.5px 10px rgba(60, 60, 60, 0.6);
	  overflow-y: hidden;
    position: absolute;
    z-index: 99;
}

.header:hover {
	overflow-y: scroll;
	overflow-x: hidden; 
}
*/

.header {
    width: 100%;
    height: 100px;
    background-color: #ffffff;
	  box-shadow: 0px 0.5px 10px rgba(60, 60, 60, 0.6);
    position: fixed;
    z-index: 99;
}

p.logo {
	margin: 15px;
	line-height: 24px;
	letter-spacing: 4px;
  color: #046a38;
	font-size: 12px;
	font-family: Nexa-Bold;
	position: fixed;
}

.tabList {
    left: 50%;
    right: 50%;
    margin: 67px -27% 0px -27%;
    position: absolute;
}

.collegeTabList {
    left: 50%;
    right: 50%;
    margin: 65px -27% 0px -27%;
    position: absolute;
}

ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.tabs li {
	padding: 0px 0px 15px 30px;
	background: none;
	letter-spacing: 1px;
  	color: #046a38;
	font-size: 14px;
  	font-family: Nexa-Light;
	display: inline-block;
	cursor: pointer;
}

ul.collegeTabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.collegeTabs li {
	padding: 0px 0px 15px 29.7px;
	background: none;
	letter-spacing: 1px;
  	color: #046a38;
	font-size: 14px;
  	font-family: Nexa-Light;
	display: inline-block;
	cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
	  margin-top: 15.8px;
    min-width: 140px;
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99;
}

.dropdown-content a {
    color: #ffffff;
	  font-size: 12px;
    font-family: Montserrat-Light;
    padding: 14px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
	background-color: rgba(0, 0, 0, 0.65);
}

.dropdown:hover .dropdown-content {
  display: block;
}

img.usgLogoImg {
	top: -8px;
  right: 0px;
  width: 140px;
  height: 100px;
  background-repeat: no-repeat;
  position: fixed;
}

.footer {
	  bottom: 0px;
    margin: 30px 0px 0px 0px;
    width: 100%;
    height: 110px;
    background-color: #ffffff;
	  box-shadow: 0px 0.5px 10px rgba(60, 60, 60, 0.6);
    position: relative;
}

img.footerLeftImg {
	  left: 0px;
	  margin: 15px;
   	width: 300px;
   	height: 80px;
   	background-repeat: no-repeat;
   	position: absolute;
}

img.footerAnterioreImg {
	  right: 0px;
	  margin: 10px;
   	width: 90px;
   	height: 90px;
   	background-repeat: no-repeat;
   	position: absolute;
}

.mainContainer {
  top: 100px;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
}

img.eventImg {
  width: 100%;
  height: 330px;
  background-repeat: no-repeat;
  object-fit: cover;
  position: relative;
}

.cardContainer {
  padding: 30px;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.card {
  margin: 10px;
  padding-bottom: 10px;
  width: 245px;
  height: 255px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  text-align: center;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.cardContents {
  display: inline-block;
}

img.cardImg {
  margin: 25px 25px 10px 25px;
  width: 160px;
  height: 160px;
  background-repeat: no-repeat;
  position: relative;
}

p.container {
  margin: 15px 20px 0px 20px;
  color: #2E2E2E;
  font-family: Nexa-Light;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
  position: relative;
}

p.orgHeader {
  left: 9.3%;
  margin-top: 50px;
  margin-bottom: 0px; 
  color: #2E2E2E;
  font-family: Nexa-Bold;
  font-size: 20px;
  letter-spacing: 5px;
  position: relative;
}

.cardCollege {
  margin: 20px;
  padding: 5px;
  width: 200px;
  height: 238px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  text-align: center;
}

.cardCollege:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

img.cardCollegeImg {
  margin: 5px;
  width: 190px;
  height: 228px;
  background-repeat: no-repeat;
  position: relative;
}

.cardDownloadable {
  margin: 10px;
  padding: 20px;
  width: 145px;
  height: 145px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  text-align: center;
}

.cardDownloadable:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

img.cardDownloadableImg {
  margin: 0px;
  width: 96px;
  height: 96px;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(1.5px 1.5px 1.5px rgba(0,0,0,0.2));
  filter: drop-shadow(1.5px 1.5px 1.5px rgba(0,0,0,0.2)); 
  position: relative;
}

.breadcrumbContainer {
  left: 9.3%;
  margin-top: 50px;
  margin-bottom: 0px; 
  position: relative;
}

ul.breadcrumb {
  padding: 10px;
  color: #2E2E2E;
  font-size: 15px;
  font-family: Nexa-Light;
  letter-spacing: 1px;
  list-style: none;
}

ul.breadcrumb li {
  display: inline;
}

ul.breadcrumb li+li:before {
  padding: 10px;
  color: #2E2E2E;
  content: ">";
}

ul.breadcrumb li a {
  color: #046a38;
  font-size: 15px;
  font-family: Nexa-Light;
  letter-spacing: 1px;
  text-decoration: none;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #FEFEFE;
    margin: 15% auto;
    padding: 25px;
    width: 50%;
    -webkit-animation: fadein 1s;
       -moz-animation: fadein 1s;
        -ms-animation: fadein 1s;
         -o-animation: fadein 1s;
            animation: fadein 1s;
}

p.modalName {
  margin: 0px;
  width: 90%;
  color: #2E2E2E;
  font-family: Nexa-Bold;
  font-size: 15px;
  letter-spacing: 3px;
  position: relative;
}

p.modalContent {
  margin-top: 15px;
  color: #2E2E2E;
  font-family: Nexa-Light;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 1px;
  position: relative;
}

.close {
  margin: 0px;
  color: #aaa;
  float: right;
  font-size: 24px;
  font-family: Nexa-Light;
}

.close:hover, 
.close:focus {
  color: #2E2E2E;
  text-decoration: none;
  cursor: pointer;
}

@-webkit-keyframes fadein {
    from { 
      opacity: 0; 
    }
    to {
     opacity: 1; 
   }
}

@keyframes fadein {
    from { 
      opacity: 0; 
    }
    to {
     opacity: 1; 
   }
}

p.execomText {
  color: #0F0F0F;
  font-family: Nexa-Light;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: left;
}

p.collegeText1 {
  color: #0F0F0F;
  font-family: Nexa-Light;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: left;
  position: relative;
  left: 224px;
  margin-right: 52%;

  -webkit-column-count: 1; /* Chrome, Safari, Opera */
  -moz-column-count: 1; /* Firefox */
  column-count: 1;
  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  column-gap: 40px;
}

p.collegeText2 {
  color: #0F0F0F;
  font-family: Nexa-Light;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: left;

  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  column-gap: 40px;
}