/* Import Bootstrap default LESS files */
/****************************/
/* 		LESS Variables 		*/
/****************************/
/* dominant blue color for the site */
/* grey background color */
/* pale grey */
/* dark grey text color */
/* orange for highlights */
/****************************/
/* 		Top Level Tags		*/
/****************************/
body {
  background-color: #ebebeb;
  color: #4b4b4b;
  font-family: 'Merriweather', serif;
  font-size: 17px;
}
p {
  line-height: 1.75em;
  margin-bottom: 1em;
}
blockquote {
  line-height: 1.5em;
  font-family: 'Myriad Pro', sans-serif;
}
a {
  color: #3190a3;
}
a:hover {
  color: #256d7c;
  text-decoration: none;
}
code {
  color: black;
  background-color: #e6e6e6;
}
ol,
ul,
li {
  line-height: 1.75em;
}
ol,
ul {
  margin-bottom: 1em;
}
ol li {
  margin-bottom: 0.5em;
}
/****************************/
/* 		Structural 			*/
/****************************/
.container {
  background-color: #fff;
  padding-right: 0;
  padding-left: 0;
}
header {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  left: 0;
  top: 0;
  z-index: 99;
  /* position above nav so it's clickable */
  margin-bottom: 0.5em;
}
@media (min-width: 992px) {
  header {
    float: left;
    width: 100%;
  }
}
header h1 {
  margin-bottom: 0;
  border-bottom: 0;
}
header h1 a {
  text-decoration: none !important;
}
footer {
  background-color: #3190a3;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 0.75em;
  padding: 1em 0;
  margin-top: 2em;
}
footer a {
  font-weight: normal;
  color: white;
}
.dashboard ul,
.dashboard table {
  font-size: 0.75em;
}
.dashboard li > ul {
  font-size: 1em;
}
.dashboard .top_link {
  font-family: 'Myriad Pro', sans-serif;
  font-size: .60em;
  text-transform: none;
  letter-spacing: 0;
  margin-left: 1em;
}
.explanation {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .explanation {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .explanation {
    margin-left: 8.33333333%;
  }
}
.row-no-margin {
  margin-left: 0;
  margin-right: 0;
}
/****************************/
/* 		Header Styles 		*/
/****************************/
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Oswald', sans-serif;
  margin-top: 0.5em;
}
h1,
h2 {
  letter-spacing: 4px;
  border-bottom: 1px solid #ebebeb;
  text-transform: uppercase;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
  margin-bottom: 0.75em;
}
h3 {
  margin-bottom: 0.65em;
}
h4 {
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
h5 {
  font-size: 0.75em;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.sidebar h2 {
  border-bottom: 0;
  margin-bottom: 0.5em;
}
.related h4 {
  margin-bottom: 0em !important;
}
/****************************/
/* 		Text Styles			*/
/****************************/
.subhead {
  font-family: 'Myriad Pro', sans-serif;
  font-size: .60em;
  text-transform: none;
  letter-spacing: 0;
  margin-left: 1em;
}
.metadata {
  font-size: 0.75em;
}
.course_info,
.pagination_info,
.school_info,
.sort_selection {
  font-size: .75em;
  color: #787878;
  line-height: 1.75em;
  margin-bottom: 1.25em;
  margin-top: -1em;
}
.episode_data {
  font-size: .75em;
  color: #787878;
  line-height: 1.75em;
  margin-bottom: 1.25em;
  margin-top: -1em;
  margin-top: 0;
  margin-bottom: 0.75em;
}
.class_closed {
  text-transform: uppercase;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 1em;
  color: red;
}
.class_open {
  text-transform: uppercase;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 1em;
  color: red;
  color: green;
}
.draft::after {
  content: "draft";
  background-color: #faeae1;
  color: #e08148;
  text-transform: uppercase;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 0.75em;
  margin-left: 1em;
  padding: 0.25em 0.5em;
  border-radius: 5px;
}
.draft a {
  color: #787878;
}
.draft a:hover {
  color: #256d7c;
}
/****************************/
/*  		Buttons 		*/
/****************************/
.btn {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.btn-highlight {
  color: white;
  background-color: #e08148;
}
.btn-highlight:hover {
  color: white;
  background-color: #e8943b;
}
/****************************/
/*  		Map 			*/
/****************************/
#map_canvas {
  height: 250px !important;
}
.edit-map-canvas {
  width: 100% !important;
}
/****************************/
/* 		Front Page 			*/
/****************************/
#sample-episode {
  position: relative;
}
#sample-episode img {
  width: 100%;
  height: auto;
}
#sample-episode .img-source {
  font-family: 'Oswald';
  font-weight: 100;
  font-size: 0.75em;
  color: white;
  letter-spacing: 0.75px;
}
.text-inset {
  position: absolute;
  bottom: 2em;
  width: 100%;
  padding: 2.5% 10%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
}
.text-inset h3 {
  letter-spacing: 0.5px;
}
.blue-banner {
  background-color: #3190a3;
  color: #fff;
  /*background-image:url(/img/bg-intro.png);*/
  /*background-size: 100%;*/
}
.home-band {
  padding: 5% 10%;
}
.home-band p {
  margin-bottom: 0;
}
.home-band h1 {
  font-size: 1.75em;
  /*text-align: center;*/
  margin-bottom: 1em;
  margin-top: 0;
  border-bottom: none;
  padding-top: 0;
}
.home-join-form,
.contact-us-form {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.home-join-form label,
.contact-us-form label {
  float: left;
  width: 58.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .home-join-form label,
  .contact-us-form label {
    float: left;
    width: 41.66666667%;
  }
}
.home-join-form input,
.contact-us-form input,
.home-join-form textarea,
.contact-us-form textarea,
.home-join-form select,
.contact-us-form select {
  float: left;
  width: 83.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 15px;
}
@media (min-width: 768px) {
  .home-join-form input,
  .contact-us-form input,
  .home-join-form textarea,
  .contact-us-form textarea,
  .home-join-form select,
  .contact-us-form select {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .home-join-form .submit button,
  .contact-us-form .submit button {
    margin-left: 15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .home-join-form .submit,
  .contact-us-form .submit {
    margin-left: 41.66666667%;
  }
}
/****************************/
/* 		Navigation 			*/
/****************************/
nav button {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #3190a3 !important;
  font-size: 0.75em;
  font-weight: normal;
}
.nav {
  padding-top: 0.75em;
}
.navbar {
  margin-bottom: 0;
}
.navbar-default {
  border: none;
}
.navbar-brand {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #3190a3 !important;
}
.outer-searchbar {
  margin: 0 15px;
}
.outer-searchbar .btn {
  margin-right: 0;
}
nav.ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 2em;
  margin-top: 1em;
}
.nav > li > a {
  font-family: 'Myriad Pro', sans-serif;
  position: relative;
  display: block;
  font-size: .75em;
  text-transform: uppercase;
  padding: 0.5em 1em;
}
.nav-pills .dropdown:first-child > a {
  /* fixes header left alignment */
  padding-left: 0;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #fff;
}
/****************************/
/* 		Forms		 		*/
/****************************/
form,
button,
input,
optgroup,
select,
textarea {
  margin-bottom: 1em !important;
}
select optgroup {
  font-family: monospace;
}
.date select {
  display: inline;
  width: 125px;
  margin: 0 1em;
}
.input {
  margin-bottom: 1em;
}
.submit input {
  width: auto;
  margin-top: 15px;
}
.label {
  color: #4b4b4b;
}
.citations_list label {
  font-size: 0.75em;
  color: grey;
}
.enroll form,
.enroll input {
  display: inline !important;
}
.required_field {
  color: #b30000 !important;
}
.required_field::before {
  content: '*';
}
/****************************/
/*  	Episode Edit	 	*/
/****************************/
#episode_form h3 {
  margin-top: 1.5em;
}
#episode_form h4 {
  margin-bottom: 1em;
}
#episode_form table {
  margin-bottom: 1em;
}
#fips,
#tags {
  margin-bottom: 1em;
}
#tags ul li {
  list-style-type: none;
  margin-right: 1em;
}
/****************************/
/* 		Media Queries 		*/
/****************************/
@media (max-width: 480px) {
  .home-header,
  .home-text-block {
    line-height: 1.2em !important;
    background-image: none !important;
    padding: 20px 10px !important;
  }
  .nav > li {
    font-size: 0.95em;
  }
  footer {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
  /* left aligns collapsible nav in mobile view */
  .navbar-collapse ul li:nth-child(2) a {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .text-inset {
    position: relative;
    background: #000000;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .nav li a {
    padding: 0.5em;
  }
}
