/* general CSS */
body {
  max-width: 1400px;
  margin: 0 auto 200px;
 }

figure {
  display:block;
  margin: 0;
  text-align: center;
}

/*  CSS for landing page carosel */
/* class of div around carousel */
.wrapper {
  max-width: 1018px;
  margin: 0 auto;
  background-color: #f2f3f4;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.featured-slider,.featured-slider .slider-cycle {
  position: relative;
  height: 480px;
}
.featured-slider .displayblock {
  display: block;
}
.featured-slider .displaynone {
  display: none;
}
.featured-text {
  position: absolute;
  top: 255px;
  right: 30px;
  text-align: right;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px;
  background: #407EC9;
  background: rgba(64, 126, 201, 0.75);
  margin-top: 4px;
  float: right;
  clear: right;
  width: 35%;
  text-shadow: 0 2px 2px rgba(0,0,0,0.4);
  border-radius: 4px;
  border: none;
}
.featured-text .featured-title {
  font: 28px Helvetica, sans-serif;
  font-weight: 200;
  padding-bottom: 10px;
  text-shadow: 0 2px 2px rgba(0,0,0,0.6);
}
.featured-text .featured-title a {
  color: #fff;
}
/* Controllers */
#controllers {
  /*text-align: center;*/
  line-height: 0;
  position: absolute;
  width: 100%;
  bottom: 15px;
  z-index: 9999;
  padding-left: 10px;
}
#controllers a {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  overflow: hidden;
  display: inline-block;
  background-color: #407EC9;
  border-radius: 2px;
  color: #407EC9;
}
#controllers a:hover,#controllers a.active {
  background-color: #DA291C;
  color: #DA291C;
}
  .chevron {
    color: #407EC9;
    font-size:34px;
    margin: 0 auto;
  }
  .fa-chevron-circle-left {
    padding-top: 215px;
    padding-left: 10px;
    text-align: center;
    position: absolute;
    left: 0px;
  }
  .fa-chevron-circle-right {
    padding-top: 215px;
    padding-right: 10px;
    text-align: center;
    position: absolute;
    right: 0px;
  }
  .chevron:hover {
    color: #DA291C;
  }


/*  end carousel items */


p {
  font-family: Helvetica;
  font-size: 14px;
  color: #000;
  line-height: 1.3;
  margin-bottom: 0.4em;
}

h1 {
  font-family: Helvetica, sans-serif;
  color: #000;
  text-align: center;
}

h2, h3, h4 {
  font-family: Helvetica, sans-serif;
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
}

ul,ol {
  padding-left: 1.5em;
  /*color:purple;*/
}

li { 
 padding-left:.2em;
 /*color:pink;*/
}

a {
  color: #407EC9;
}

a.hover {
  cursor: pointer;
}

.children, .contents {
  list-style-type: none;
}

.welcome {
  padding-top: 4px;
  margin: auto auto;
  background:#407EC9;
  color:#ffffff;
  font-weight:normal;
  text-align:center;
  font-family: Georgia;
  height: 36px;
}

header.nav {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/header-bg.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
header.nav .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header.nav .intro-text .intro-lead-in {
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
    color: #000000;
}

header.nav .intro-text .intro-heading {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    color: #000000;
}

/* CSS for the navigation bar */
.navbar-default {
    border-radius: 0;
    background-color: #FFFFFF;
    height: 90px;
    color: #407EC9;
    border-bottom: 5px solid #DA291C;
    margin-bottom: 0px;
}

.navbar-default .navbar-brand {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    color: #407EC9;;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}


.navbar-brand img {
   margin: 5px 5px 5px 5px;
    height: 50px;
    max-width: 250px;
    border-radius: 0; 
}
.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #fed136;
    background-color: #fed136;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fed136;
    color: #407EC9;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000000;
    margin-top: 20px;
    margin-right: 20px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #407EC9;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #fed136;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #fec503;
}


.rightofleft {
  margin-left: 160px; /* Same as the width of the sidenav */
  padding: 0px 10px;
  display: block;
  position: relative;
  margin-right: 40px;
  border-left: 1px solid #dddddd;
}
/* Banner images (specified in data/Nav.toml & _default/baseof.html */
div.banner {
  margin-bottom: 10px;
  height: 275px;
}
/* Div to use when no banner image is given */
div.nobanner {
  margin-bottom: 10px;
}
img.banner {
  min-width: 1400px;
  margin: 0 auto;
  min-height: 100%;
  width: 100%;
  height: auto;
  max-height:275px;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 10px;
}

.bottom-footer {
  background-color: #000;
  height: 80px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.bottom-footer-image {
  margin-left:auto;
  margin-right:auto;
  height:50%;
  padding-top:10px;
  display:block;
}

.bottom-footer-text {
    text-align: center;
    color: #fff;
    font-weight: 100;
    font-family: 'Univers LT W01_55 Roman',Arial;
    font-size: 12px;
}


p.dev {
  font-size: 12px;
  text-align: center;
  color: #407EC9;
}
blockquote {
	/*font-style: italic;*/
	font-weight: normal;
	padding: 10px;
	background: #fff;
	font-size: 16px;
	/*border-left: 4px solid #439f55;*//
	margin-bottom: 20px;
	border-left: none;
	/*background-color: #F9F9F9;*/
}

pre {
	/*background-color: #fff;*/
	margin-bottom: 5px;
	margin-top: 5px;
	overflow: auto;
	padding-left: 10px;
	/* Trying to get code fences to have pretty top/bottom margins */
	display: block;
	margin-block-end: 1em;
}
pre,code,kbd {
	font-family: "Courier 10 Pitch",Courier,monospace;
	font-size: 14px;
	line-height: normal;
	background-color: #F9F9F9;
}


/* table formatting...originally taken from Chris's genesmash page */

table, td, th  {
  border: 1px #aaa solid;
}
td {
  vertical-align: middle;
  line-height: 18px;
  padding: 0.4em;
}
th {
  text-align: center;
  background: #f2f2f2;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}

/* styling for active menu item (see layouts/partials/sidebar.html and layouts/partials/nave.html */
.nav-item.active {
  font-weight: bold;
  color: #407EC9;
  font-size: 16px;
}


img.softwarebox {
  margin-left:auto;
  margin-right:auto;
  display:block;
  margin-bottom:10px;
  max-height:200px;
  width:auto;
  max-width:100%;
}

li.faculty-listing {
  min-height: 100px;
  margin-top:10px;
}

/* for the box on the right side of software pages */
.software-right-box {
  margin-left: 10px;
  border-style: solid ;
  border-width: 1px;
  padding: 10px;
  float: right;
  width: 35%;
  min-width: 200px;
  z-index: 9999;
  background-color: #ffffff;
}
.software-table {
  table-layout:fixed;
  width: 100%;
  border: none ;
}

.software-table td:nth-child(1) {
  width: 30%;
  border: none ;
}
.software-table td:nth-child(2) {
  width: 70%;
  border: none ;
}
/* end for the box on the right side of software pages */


  .flex-container {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-container > div {
    margin: 10px;
    padding: 10px;
    width: 200px;
    background-color: #E6E6E6;
  }
  .featured-image {
    display: block;
    max-height:150px;
    max-width:180px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
  }
  div.featured-image {
     height: 160px;
     width:  180px;
     border: solid;
     min-width: 180px;
     margin-bottom: 10px;
  }



img.spliceseq { 
  border-style: solid;
  border-color:  #BAC5B9;
  border-width: 1px;
  padding: 5px;
}

img.border-margin { 
  border-style: solid;
  border-color:  #BAC5B9;
  border-width: 1px;
  padding: 5px;
  margin: 5px;
}

span.yellow {
  background-color: yellow;
}
span.red{
  color: red;
}

/* to indent sections */
p.indent {
  padding-left: 20px;
  /*color:pink;*/
}
ol.indent {
  padding-left: 40px;
}
/* to make a table with no border */
table.noborder td, table.noborder tr, table.noborder {
  border: none;
}

  
/* clearfix hack */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}


/* updated clearfix hack */
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

h4:after {
  border: none !important ;
}

