  @charset "UTF-8";
/* CSS Document */

/* Highlight Box */
.highlight_box {
    background-color: #DAE0F5;
    border: 1px solid #BBBBBB;
    padding-left: 2em;
	padding-right: 2em;
	-webkit-box-shadow: rgba(0,0,0,0.5) -1px 2px 4px;
    -moz-box-shadow: rgba(0,0,0,0.5) -1px 2px 4px;
    box-shadow: rgba(0,0,0,0.5) -1px 2px 4px;
}
.highlight_box h6 a {
	border-bottom: 1px dashed #639;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: rgb(102, 51, 153);
}
/* content Box */
.box {
	border: 1px solid #AAA;
	border-radius: 2px;
	background: #f3f3f3;
	height: 360px;
	webkit-box-shadow: rgba(0,0,0,0.3) -1px 2px 4px;
	-moz-box-shadow: rgba(0,0,0,0.3) -1px 2px 4px;
	box-shadow: rgba(0,0,0,0.3) -1px 2px 4px;
	height: 100%;
}
.box h6 {
	text-align: center;
	font-weight: bold;
	padding: 0.5em 0;
	background: linear-gradient(white, lightgray);
	border-radius: 6px 6px 0px 0px;
	border-bottom: 1px solid #AAA;
}
.box ul {
	margin-top: 1em;
}

/* Image shadow */
.shadow_img {
	padding: 5px; 
	border: 1px solid #CCC; -webkit-box-shadow:3px 3px 5px #ccc; 
	-moz-box-shadow:3px 3px 5px #ccc; 
	box-shadow:3px 3px 5px #ccc; 
	background-color:#ffffff;
	margin-right: 10px;
	float:left;
}
/* Clearfix hack */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
	margin-bottom: 10px;
}
/* Job Openings Scroll */
.marquee_header {
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.marquee_container {
  border:1px solid #e6e6e6;
  overflow:hidden;
  border-bottom: 3px solid #89a941;
  background-color:#ddd;
  margin-right: 10px;
}

.marquee{
  display:block;
  position:relative;
  animation: scroll 40s linear infinite;
}

.marquee:hover {
    animation-play-state: paused
}

.item {
  width:100%;
  background-color:#EEE;
  float:left;
  margin-top: 10px;
}
.item dl {
  padding: 0;
}
.item dt a {
  color:#663399;
  font-weight: 600;
}


/* Boxes */
.box_container {
	background-color:#f4f4f4; 
	padding:10px;
}
.box_container img {
	padding-top: 0px; 
	text-align: center;
}
.box_container h6 {
	letter-spacing: 0.05em; 
	font-family: helvetica, arial, sans-serif; 
	font-size: 1em;
}
.box_container p {
	text-align: left;
	color: #000000; 
	font-size: 1em;
}

/* Big button styles */
.shadow
{
	-webkit-box-shadow: 0px 14px 28px -9px #cccccc;
    box-shadow: 0px 14px 28px -9px #cccccc;
}

#applyLogo
{
	text-align:center;
}

#applyText
{
	font-size: 2em;
	font-family: helvetica;
	color: #ffffff !important;
	text-shadow: 2px 2px 4px #000000;
	padding-top: 15px;
}

#apply {
    background: #466995;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    padding: 5px 5px 0px 20px;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 7px 10px #ccc;
    border-radius: 5px;
   /* box-shadow: inset 0 2px 30px 15px rgba(100,85,120,.25); */
}

#apply:hover{
    background-color: #f58f29;
	cursor: pointer;
	transition: all 0.5s;
}
/* Apply Button */
		.applybutton {
			background-color: #663399;
			color: #ffffff !important;
			border-radius: 8px;
			border: 2px solid #fc0; 
			 -webkit-transition-duration: 0.4s; /* Safari */
			transition-duration: 0.4s;
			padding: 4px;
			font-weight: bold;
			font-size: 1.7em;
			box-shadow: 0 6px 6px 0 rgba(0,0,0,0.05), 0 6px 20px 0 rgba(0,0,0,0.05);
		}
		.applybutton:hover {
			background-color: #ffffff;
			color: #663399 !important;
		}


/* Smaller button styles */
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-orange {
    color: #fff!important;
    background-color: #f58f29;
    border-color: #eaa250;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #e48a23;
  border-color: #e69232;
}

.small_btn {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 0;
	margin-top: 4px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
}
.small_btn-purple {
    color: #fff!important;
    background-color: #663399;
}
.small_btn-purple:hover,
.small_btn-purple:focus,
.small_btn-purple:active,
.small_btn-purple.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #552e7c;
}


/* Apply button  */
		@media only screen and (max-width: 1024px) {
    	.applybutton {
        font-size: 1em;
    }
