body {
  padding-top: 20px;
  text-align: center;
}
html {
  position: relative;
  min-height: 100%;
}
.mainpage-template {
  padding: 40px 15px;
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
}

@font-face {
  font-family: Quadon;
  src: url("fonts/Quadon Complete/Rene Bieder - Quadon Light.otf");
  src: url('fonts/Quadon Complete/Quadon-Light.eot');
  src: url('fonts/Quadon Complete/Quadon-Light.eot?#iefix') format('embedded-opentype'),
       url('fonts/Quadon Complete/Quadon-Light.woff2') format('woff2'),
       url('fonts/Quadon Complete/Quadon-Light.woff') format('woff'),
       url('fonts/Quadon Complete/Quadon-Light.ttf') format('truetype'),
       url('fonts/Quadon Complete/Quadon-Light.svg#Quadon-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Quadon-Regular;
  src: url("fonts/Quadon Complete/Rene Bieder - Quadon.otf");
  src: url('fonts/Quadon Complete/Quadon-Regular.eot');
  src: url('fonts/Quadon Complete/Quadon-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/Quadon Complete/Quadon-Regular.woff2') format('woff2'),
       url('fonts/Quadon Complete/Quadon-Regular.woff') format('woff'),
       url('fonts/Quadon Complete/Quadon-Regular.ttf') format('truetype'),
       url('fonts/Quadon Complete/Quadon-Regular.svg#Quadon-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Gentona-Book;
  src: url("fonts/gentona/Gentona Book.otf");
  src: url('fonts/gentona/Gentona-Book.eot');
  src: url('fonts/gentona/Gentona-Book.eot?#iefix') format('embedded-opentype'),
       url('fonts/gentona/Gentona-Book.woff2') format('woff2'),
       url('fonts/gentona/Gentona-Book.woff') format('woff'),
       url('fonts/gentona/Gentona-Book.ttf') format('truetype'),
       url('fonts/gentona/Gentona-Book.svg#Gentona-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Gentona-Medium;
  src: url("fonts/gentona/Gentona Medium.otf");
  src: url('fonts/gentona/Gentona-Medium.eot');
  src: url('fonts/gentona/Gentona-Medium.eot?#iefix') format('embedded-opentype'),
     url('fonts/gentona/Gentona-Medium.woff2') format('woff2'),
     url('fonts/gentona/Gentona-Medium.woff') format('woff'),
     url('fonts/gentona/Gentona-Medium.ttf') format('truetype'),
     url('fonts/gentona/Gentona-Medium.svg#Gentona-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Gentona;
  src: url("fonts/gentona/Gentona Light.otf");
  src: url('fonts/gentona/Gentona-Light.eot');
  src: url('fonts/gentona/Gentona-Light.eot?#iefix') format('embedded-opentype'),
       url('fonts/gentona/Gentona-Light.woff2') format('woff2'),
       url('fonts/gentona/Gentona-Light.woff') format('woff'),
       url('fonts/gentona/Gentona-Light.ttf') format('truetype'),
       url('fonts/gentona/Gentona-Light.svg#Gentona-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

.navbar-header a {
  font-family: Quadon-Regular;
  color: #002d72;
}

a {
  font-family: Gentona-Medium;
}

.navbar-right h3 a {
    color: #002d72;
    font-family: Gentona-Book;
    font-size: 18px;
}

.navbar-right h3 a:hover {
    color: #FF7F00 ;
}

h1, .h1 {
  font-family: Quadon;
  font-size: 44px;
}
h2, .h2 {
  font-family: Quadon-Regular;
}
h3, .h3 {
  font-family: Gentona-Medium;
}
h4, .h4 {
  font-family: Quadon-Regular;
  font-size: 24px;
}

div#menu {
  font-family: Gentona-Medium;
  font-size: 18px;
}
div#menu div.row div.nav a {
  line-height: 2;
}
div#menu div.row div.nav a:hover {
  text-decoration: underline;
}

div#whyWorkJHU a {
  font-family: Gentona;
  font-size: 16px;
  color: #FFF;
}
div#whyWorkJHU a h3 {
  font-size: 18px;
  text-transform: uppercase;
}
div#whyWorkJHU a:hover h3 {
  color: #FF7F00;
}
div#whyWorkJHU a:hover img {
  border: 5px solid #FF7F00;
}

div#whyWorkJHU a img {
  border: 5px solid transparent;
}

/* Sticky footer styles */
.footer {
  padding-top: 20px;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
}

/* Clear button for job search browse all */
.clearbtn{
	background: transparent; /* For older browsers - e.g. IE8 */
	background: rgba(255, 255, 255, 0.3); /* For newer browsers */
	color: #FFFFFF;


	/* CSS Transition */
	-webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
	-moz-transition: background .2s ease-in-out, border .2s ease-in-out;
	-ms-transition: background .2s ease-in-out, border .2s ease-in-out;
	-o-transition: background .2s ease-in-out, border .2s ease-in-out;
	transition: background .2s ease-in-out, border .2s ease-in-out;

	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	border-radius:         0;
}

/* Clear button for job search browse all on login page */
.clearbtn2{
	background: transparent; /* For older browsers - e.g. IE8 */
	background: rgba(0, 0, 0, 0.3); /* For newer browsers */
	color: #FFFFFF;
  text-transform: uppercase;

	/* CSS Transition */
	-webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
	-moz-transition: background .2s ease-in-out, border .2s ease-in-out;
	-ms-transition: background .2s ease-in-out, border .2s ease-in-out;
	-o-transition: background .2s ease-in-out, border .2s ease-in-out;
	transition: background .2s ease-in-out, border .2s ease-in-out;

  border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	border-radius:         0;
}

/* Carousel input box */
div#myCarousel {
    position:relative;
}

div#myCarousel .form-group {
    position:absolute;
	width:100%;
	z-index: 3; /* needed because of fade transition css */
}

div.sub-car-form-group {
    position:absolute;
    z-index:9999999;
    top:20px; /* change to whatever you want */
    left:10px; /* change to whatever you want */
    right:auto; /* change to whatever you want */
    bottom:auto; /* change to whatever you want */
	top:30%;
}

/* Carousel fade support */
.carousel.fade {
	opacity: 1;
}
.carousel.fade .item {
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	left: 0 !important;
	opacity: 0;
	top:0;
	position:absolute;
	width: 100%;
	display:block !important;
	z-index: 1;
}
.carousel.fade .item:first-child {
	top:auto;
	position:relative;
}
.carousel.fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	z-index:2;
}

/* Google map disable auto scroll */
.googlemap {
	pointer-events: none;
}

/* For top menu drop down drawer */
.navbar-nav .active a {
  color: #337ab7;
}
.navbar-nav h3 a {
  color: #002d72;
  font-family: Gentona-Book;
  /*text-transform: uppercase;*/
  font-size: 18px;
}
.navbar-nav h3 a:hover {
  color: #FF7F00;
}
.tab-content {
  background: rgba(0,0,0,.125);
}
.rotate180 {
  transform: rotate(180deg);
}

/* Background color for the tab-panes for fade in transition */
.tab-content {
	background-color: #fff;
}

/* Background color for the tab-panes */
.tab-pane {
	background-color:#ffffff;
}

/* Orange color for table header */
.table-header {
	color: #FF7F00;
}

/* Page # for account page */
.container-pagenumber {
	font-size: 20px;
}

/* Colors for subpage top search bars */
.white-bg {
	background-color:#FFFFFF;
}

.yellow-bg {
	background-color:#f6f2e7;
}

/* Tab border */
.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

/* Header no bottom border */
.tab-header {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

/* Borders for the My Application section */
.application-panel {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

/* Borders for the bottom panels */
.bottom-panel {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

/* Tooltip width */
.tooltip-inner {
    max-width: 350px;
    width: 350px;
	text-align: left;
}
/* */
.row.small {
	margin-left: -5px;
	margin-right: -5px;
}

.row.small .col-xs-1, .row.small .col-sm-1, .row.small .col-md-1, .row.small .col-lg-1, .row.small .col-xs-2, .row.small .col-sm-2, .row.small .col-md-2, .row.small .col-lg-2, .row.small .col-xs-3, .row.small .col-sm-3, .row.small .col-md-3, .row.small .col-lg-3, .row.small .col-xs-4, .row.small .col-sm-4, .row.small .col-md-4, .row.small .col-lg-4, .row.small .col-xs-5, .row.small .col-sm-5, .row.small .col-md-5, .row.small .col-lg-5, .row.small .col-xs-6, .row.small .col-sm-6, .row.small .col-md-6, .row.small .col-lg-6, .row.small .col-xs-7, .row.small .col-sm-7, .row.small .col-md-7, .row.small .col-lg-7, .row.small .col-xs-8, .row.small .col-sm-8, .row.small .col-md-8, .row.small .col-lg-8, .row.small .col-xs-9, .row.small .col-sm-9, .row.small .col-md-9, .row.small .col-lg-9, .row.small .col-xs-10, .row.small .col-sm-10, .row.small .col-md-10, .row.small .col-lg-10, .row.small .col-xs-11, .row.small .col-sm-11, .row.small .col-md-11, .row.small .col-lg-11, .row.small .col-xs-12, .row.small .col-sm-12, .row.small .col-md-12, .row.small .col-lg-12 {
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

/* Override bootstrap alternating row color */
.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #f6f6ed;
}
.table-hover > tbody > tr:hover {
  background-color: #418fde;
}
.table-hover > tbody > tr:hover, .table-hover > tbody > tr:hover a {
	color: #fff;
}

/* Override bootstrap row dividers */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border: none;
}

/* Override bootstrap row padding */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 12px;
}

.form-control, .btn {
	border-radius: 0;
}

/* Override bootstrap error border to make it more apparent*/
.form-group.has-error select {
  border-width: 2px;
}

.fa-twitter {
	color: #00aced;
}

.fa-facebook-official {
	color: #3b5998;
}

.fa-twitter:hover, .fa-facebook-official:hover {
	opacity: 0.9;
}

.social-media-links a {
	padding-left: 5px;
}

.search-input-group input {
	height: 55px;
}

.input-group.search-input-group input.form-control {
	border-right: none;
	box-shadow: none;
}

.input-group.search-input-group input.btn {
	border-left: none;
}

#mySearch {
	padding: 10px 0px;
}

.carousel-control.left, .carousel-control.right {
	background: none;
}

/* Override bootstrap navbar border */
.navbar {
	border: none;
}

#menu span, #menu a {
	display: block;
}

#account, #menu, .outer-container-login {
	padding: 1em 0;
}

button.btn {
	color: #fff;
  font-family: Gentona-Medium;
}

button.btn-default {
  background-color: #418fde;
  border-color: #418fde;
  color: #fff;
}

button.btn-default:hover {
  background-color: #FF7F00;
  border-color: #FF7F00;
  color: #fff;
}

.btn-primary {
  background-color: #418fde;
  border-color: #418fde;
  color: #fff;
}

.btn-primary:hover {
  background-color: #FF7F00;
  border-color: #FF7F00;
  color: #fff;
}

.btn-dark, .btn-dark:focus  {
  background-color: #005EB8;
  border-color: #005EB8;
  color: #fff;
}

.btn-dark:hover {
  background-color: #FF7F00;
  border-color: #FF7F00;
  color: #fff;
}

button.btn.btn-contrast {
	background-color: #fff;
    border-color: #ccc;
    color: #333;
}

button.btn.btn-contrast:hover {
	background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
}

.sidebar {
  background-color: #2C2C33;
  /* hack to make the sidebar go all the way down the page while retaining responsiveness*/
  margin-bottom: -2000px;
  padding-bottom: 2000px;
}
.sidebar h3 {
  color: #FFF;
}
.sidebar p {
  color: #ECEBE9;
}



/* Image border highlight when hover for the container class */
.outer-container a img {
	border: 2px solid transparent;
}
.outer-container a:hover img {
	border: 2px solid #FF7F00;
}
.outer-container a:hover h3 {
	color: #FF7F00;
}
/* Override bootstrap tab padding */
.nav > li > a {
	padding: 10px 10px
}

.modal-dialog {
	color: black;
}
