/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.footer {
  margin-top: 24px;
}

/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}
/*a62a20 */
a {
	color:#120376;
	text-decoration:none
}
/*7c2a23*/
a:focus,a:hover,a:active{
	color:#120376;
  text-decoration: underline;
}

ul li.leaf {
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover, .nav-pills>li>a.active{
        color:#fff;
        /*background-color:#337ab7;*/
        background-color:#120376;
}

.nav > li > a:focus, .nav > li > a:hover, .nav > li > a:active {
    text-decoration: none;
    background-color: #e5e5e5;
}

.nav-pills>li+li{
        margin-left:-5px
}

.nav-pills>li.last.leaf {
	padding-left: 57px;
}

.nav-pills>li.last.leaf>a:hover {
	text-decoration: none;
        background-color:#120376;
}

.btn-register{
	padding: 9px 15px;
	color:#120376;
	background-color:#fff;
	border-color:#120376
}

.btn-register.active,.btn-register.focus,.btn-register:active,.btn-register:focus,.btn-register:hover,.open>.dropdown-toggle.btn-register{
	color:#fff;
	background-color:#120376;
	border-color:#120376
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 800px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}
.jumbotron h4 {
  font-weight: 300;
}
.jumbotron .photo {
  width: 132px;
  height: 176px;
  margin-left: 24px;
  border-radius: 6px;
}

/* Supporting marketing content */
.marketing {
  margin: 10px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

.extra {
  margin: 0px 0;
}

.row h4 {
  color: #666;
  text-transform: uppercase;
  font-weight: 300;
}

.flyer {
  height: 253px;
  width: 178px;
  margin-left: 48px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

@media screen and (max-width:767px) {
  .flyer {
    height: 230px;
    width: 162px;
    margin-left: 16px;
  }
}

@media screen and (max-width:767px) and (orientation: portrait) {
  .jumbotron .photo {
    display: none;
  }
}

/*=== Hide Upload Button on form ===*/
#edit-submitted-curriculum-vitae-upload-button {
        display:none;
        visibility:hidden;
}
#edit-submitted-research-statement-upload-button {
        display:none;
        visibility:hidden;
}

