@charset "UTF-8";
/** Blue **/
/** Green **/
/** AR Colors **/
/** Yellow **/
/** Red **/
/** Logo Colors **/
/** Module Colors **/
/** Shades of Gray **/
/** Dinemsions **/
/** Hamburger **/
/** Header  **/
/** Footer **/
/** Sidebar **/
/** Top Bar **/
/** Search **/
/** Nav Bar **/
/** Sidebar Navigation **/
/** Bootstrap mods **/
.white {
  color: white !important; }

.lime-green {
  color: #9EC83D !important; }

.lime-green-light {
  color: #BEE563 !important; }

.lime-green-lighter {
  color: #D7F493 !important; }

.light-gray {
  color: #ccc !important; }

.gray {
  color: #999 !important; }

.dark-gray {
  color: #666 !important; }

.blue {
  color: #0067A3 !important; }

.logo-light-blue {
  color: #02A5DD !important; }

.logo-dark-blue {
  color: #1B4D7D !important; }

.logo-light-blue-background {
  background-color: #02A5DD !important; }

.logo-dark-blue-background {
  background-color: #1B4D7D !important; }

.yellow-background {
  background-color: #FFD500 !important; }

.light-yellow-background {
  background-color: #FFF4BA !important; }

.btn-red {
  background-color: #990000; }

.btn-orange {
  background-color: #996300; }

.btn-yellow {
  background-color: #0067A3; }

.btn-green {
  background-color: #9EC83D; }

.btn-blue {
  background-color: #008499; }

.btn-purple {
  background-color: #4F0099; }

.btn-brown {
  background-color: #0067A3; }

@font-face {
  font-family: dinot;
  src: url("/fonts/DINOT.otf"); }
@font-face {
  font-family: dinot_black;
  src: url("/fonts/DINOffc-Black.ttf"); }
@font-face {
  font-family: dinot_cond;
  src: url("/fonts/DINOffc-CondBold.ttf"); }
@font-face {
  font-family: dinot_bold;
  src: url("/fonts/DINOT-Bold.otf");
  font-weight: bold; }
html {
  position: relative;
  min-height: 100%; }

body {
  background-color: white;
  margin-bottom: 60px;
  font-family: 'Open Sans';
  font-size: 17px;
  line-height: 24px;
  color: #444; }

.left-side {
  margin-right: 30px; }

@media (min-width: 1000px) {
  .margin-left {
    padding-left: 20px; } }
h1, h2, h3, h4 {
  color: #1B4D7D;
  padding-bottom: 5px;
  padding-left: 10px;
  font-weight: bold;
  margin-left: -10px;
  font-family: dinot; }
  h1 a, h2 a, h3 a, h4 a {
    color: #02A5DD !important; }

h1 {
  font-size: 1.9em;
  font-weight: 300 !important;
  font-style: normal; }

h2 {
  font-size: 1.5em;
  font-weight: 400; }

h3 {
  font-size: 1.2em; }

a h3 {
  color: #02A5DD; }

h4 {
  font-size: 1.1em;
  color: gray;
  font-weight: none; }

.bold-header {
  width: 100%;
  padding: 25px 10px 5px 10px;
  margin-bottom: 15px;
  font-size: 1.9em;
  font-weight: 300;
  padding-bottom: 10px; }

.bold-header.green {
  color: #2FB764; }

.bold-header.blue {
  color: #02A5DD !important; }

/** Links **/
a:hover {
  text-decoration: underline;
  color: #1B4D7D; }

a {
  color: #02A5DD; }

a:hover,
a:active {
  color: #02A5DD; }

a.no-underline:hover {
  text-decoration: none; }

p {
  font-family: 'Open Sans';
  text-indent: 0px;
  text-justify: inter-word;
  line-height: 28px; }

p.justify {
  text-align: justify;
  text-justify: inter-word; }

p.no-marg {
  margin-left: 0 !important; }

.left-side ul {
  margin-top: 15px; }

.left-side li {
  margin-bottom: 10px; }

hr {
  border: none;
  height: 2px;
  color: #BBC4C9;
  background-color: #BBC4C9;
  margin-left: 12px;
  margin-right: 30px;
  padding-left: 0px;
  padding-right: 0px; }

table {
  spacing: 10px;
  border-collapse: separate;
  border-spacing: 20px 0px; }

th {
  font-size: 1.1em;
  font-family: dinot_bold; }

form.subscribe {
  margin-left: 40px; }

/** Alignment **/
.center {
  text-align: center; }

/** Lists **/
ul.no-bull {
  list-style-type: none; }

ul.justify,
ol.justify {
  text-align: justify;
  text-justify: inter-word;
  margin-right: 30px; }

ul.space2 > li {
  padding-bottom: 5px; }

ul.space15 > li {
  padding-bottom: 15px; }

ul.a-border-left {
  list-style: none;
  padding-left: 0; }
  ul.a-border-left a {
    color: #02A5DD;
    display: block;
    padding: 3px 15px;
    clear: both;
    line-height: 1.2;
    white-space: normal;
    padding-left: 7px;
    padding-right: 0px;
    border-style: none;
    border-left: 3px solid #EAF2F6;
    margin-left: 0px; }
  ul.a-border-left a:hover {
    color: #1B4D7D;
    border-style: none;
    border-left: 3px solid #1B4D7D;
    text-decoration: none; }

ul.border-top {
  border-top: 5px solid #02A5DD;
  padding-top: 10px; }

.sidebar {
  margin-top: 22px; }

.sidebar-bg {
  background-color: #EAF2F6;
  padding: 0px 25px 25px 25px;
  margin-top: 30px;
  margin-bottom: 10px; }
  .sidebar-bg h2 {
    padding-top: 20px; }
  .sidebar-bg .head {
    color: #999;
    margin-left: 12px; }
  .sidebar-bg a.active {
    color: #1B4D7D;
    font-weight: bold;
    pointer-events: none; }

.bold {
  font-weight: bold; }

div.a-right {
  float: right;
  margin: 0 0 0 20px;
  padding: 15px;
  border: none;
  width: 50%; }

.a-right > img {
  margin: 20px;
  margin-right: 20px;
  margin-bottom: 5px;
  margin-left: 0px;
  width: 100%; }

div.a-left {
  float: left;
  margin: 0 20px 0 0;
  padding: 15px;
  border: none;
  width: 50%; }

.a-left > img {
  margin: 20px;
  margin-right: 20px;
  margin-bottom: 5px;
  margin-left: 0px;
  width: 100%; }

/** Images **/
img.left {
  float: left;
  margin: 20px;
  margin-left: 0px;
  margin-top: 5px;
  max-width: 50%; }

img.right,
iframe.right,
.right {
  float: right;
  margin: 20px;
  margin-top: 5px;
  max-width: 50%;
  margin-right: 0px; }

img.margin-right-0 {
  margin-right: 0px; }

img.center {
  float: center;
  margin: 10px;
  width: 94%; }

img.square {
  margin: 10px;
  width: 40vw;
  height: 40vw;
  min-width: 150px;
  min-height: 150px;
  max-width: 700px;
  max-height: 500px;
  object-fit: cover; }

@media (max-width: 1000px) {
  .xs,
  .sm,
  .md,
  .lg,
  .right,
  iframe.right,
  .left,
  .center {
    float: none;
    max-width: 100% !important;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    overflow: hidden;
    overflow-x: hidden;
    margin-left: 0px !important;
    margin-right: 10px !important; } }
@media (min-width: 1000px) {
  .xs {
    max-width: 25% !important; }

  .sm {
    max-width: 33% !important; }

  .md {
    max-width: 50% !important; }

  .lg {
    max-width: 75% !important; }

  figure {
    text-align: left;
    font-style: italic;
    font-size: smaller; }
    figure img {
      width: 100%; } }
@media (max-width: 1000px) {
  img-left, img-right {
    max-width: 90%; } }
.double {
  height: 10px; }

/** Breadcrumbs **/
#breadcrumbs {
  color: #1B4D7D; }
  @media (min-width: 1000px) {
    #breadcrumbs {
      margin-left: 0px; } }

/** Container **/
.main .container {
  background-color: white;
  margin-bottom: -40px; }
  @media (max-width: 1000px) {
    .main .container {
      margin-left: 10px;
      margin-right: 10px; } }

.container {
  background-color: white;
  max-width: 1200px;
  padding-top: 0; }

.maindiv {
  background-color: white;
  padding-top: 20px;
  margin-top: -20px;
  padding-bottom: 40px;
  margin-bottom: -20px;
  margin-left: 10px;
  margin-right: 10px; }

/** Head **/
.head-img {
  position: absolute;
  left: 25;
  bottom: 10;
  width: 100%;
  font-size: 5em;
  color: white;
  font-weight: bold; }

.padding-0 {
  padding: 0; }

/** Full width **/
.full-width {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 0px;
  margin-bottom: -20px;
  overflow: hidden;
  overflow-x: hidden; }
  @media (max-width: 1000px) {
    .full-width {
      margin-left: -10px;
      margin-right: -10px; } }

.full-width.body {
  margin-left: 10px;
  margin-right: 20px; }

.full-width.top {
  padding-top: 0px;
  margin-bottom: 20px; }

.full-width.bottom {
  margin-bottom: 0px; }

.full-width.car {
  padding-top: 0px; }

.full-width img {
  width: 100%; }

.full-height {
  min-height: 87vh; }

.large {
  font-size: 1.2em;
  font-weight: bold;
  margin: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #0069A2; }

/** Add box around element **/
.box {
  border-style: solid;
  border-width: 3px;
  border-color: #004d75;
  padding: 5px; }

.cut {
  overflow: hidden;
  position: relative; }

.cut img {
  position: absolute; }

/** Enable absolute positioning **/
.inner-addon {
  position: relative; }

/** Style glyph **/
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none; }

/** Align Glyph  **/
.left-addon .glyphicon {
  left: 0px; }

.right-addon .glyphicon {
  right: 0px; }

/** Add padding  **/
.left-addon input {
  padding-left: 30px; }

.right-addon input {
  padding-right: 30px; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

/** Blocks  **/
.block {
  display: table-cell;
  background-color: #1773B0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  color: transparent;
  font-size: 1.5em;
  font-weight: bold;
  vertical-align: middle; }

.block-no-bg {
  font-size: 2em;
  margin-bottom: 50px; }

.block-no-bg img {
  width: 80%; }

a:hover .block {
  background-image: none !important;
  background-color: #3F81AD !important;
  color: white;
  text-decoration: none; }

.circle {
  border: solid 0px #004D75;
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 50%; }

.block2 {
  display: table-cell;
  background-color: #1773B0;
  color: white;
  font-size: 2em;
  vertical-align: middle;
  height: 100px;
  border: solid 5px white; }

.block2:hover {
  background-color: #004D75; }

.block3 {
  color: #1773B0;
  font-size: 2em;
  border: solid 5px white; }

.block3:hover {
  color: #004D75; }

/** Media **/
@media (max-width: 1000px) {
  .main .container {
    padding-left: 10px;
    padding-right: 10px; } }
/** Staff directory **/
.staff {
  margin-right: 10px; }

img.staff.circle {
  width: 100px;
  background-color: #9EC83D; }

img.staff.square {
  width: 150px;
  padding: 5px;
  margin-top: 30px;
  text-align: center; }

.staff > ul {
  list-style: none; }

.staff > ul > li {
  margin-bottom: 1em; }

.title {
  font-style: italic;
  color: #666; }

.no-bold {
  font-weight: 100 !important;
  color: black;
  font-size: 17px; }

/** Person **/
tr.person {
  margin: 50px; }

img.person {
  margin: 10px;
  margin-right: 20px; }

.person {
  font-size: 1.2em; }

.abimg {
  clear: both;
  vertical-align: top;
  height: 100%;
  padding-bottom: 30px;
  border: 0px solid red;
  overflow: hidden; }

.ab_l {
  float: left;
  width: 75%;
  padding-right: 10px !important;
  border-spacing: 10px !important;
  vertical-align: top; }

.ab_r {
  float: right;
  width: 75%;
  padding-left: 10px !important;
  border-spacing: 10px !important;
  vertical-align: top; }

/** Carousel **/
.slide-caption {
  position: absolute;
  top: 0;
  bottom: auto;
  width: auto;
  width: 400px;
  z-index: 10;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #1B4D7D;
  text-align: left;
  font-size: 1.6em;
  right: 40px; }
  .slide-caption .header {
    text-transform: uppercase;
    font-family: dinot_cond;
    font-size: 1.6em; }
  .slide-caption a {
    color: #1B4D7D;
    border: 2px solid #1B4D7D;
    font-size: 1em;
    padding: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    float: right; }
  .slide-caption a:hover {
    background-color: #1B4D7D;
    color: white; }

/** Colored Block **/
div.bgcolor-yellow {
  background-color: yellow; }

/** Embed **/
@media (min-width: 1000px) {
  .embed-responsive {
    margin: 20px 50px 40px 14px; } }
@media print {
  .no-print {
    display: none !important; } }
.bigelow-author {
  color: #1B4D7D; }

/** Joe Ambrosino make embedded YouTube videos responsive **/
.responsive-youtube {
  position: relative;
  padding-bottom: 56.29%;
  /* - 16:9 aspect ratio (most common) */
  /* padding-bottom: 62.5%; - 16:10 aspect ratio */
  /* padding-bottom: 75%; - 4:3 aspect ratio */
  padding-top: 0px;
  height: 0;
  overflow: hidden; }

.responsive-youtube iframe,
.responsive-youtube object,
.responsive-youtube embed {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/** Joe Ambrosino make embedded YouTube videos responsive **/
/** Input Boxes **/
.input-square {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  -webkit-border-top: 4px !important;
  -moz-border-top: 4px !important;
  border-top: 4px !important;
  -webkit-border-bottom: 4px !important;
  -moz-border-bottom: 4px !important;
  border-bottom: 4px !important; }

.img-box {
  background-color: #EAF2F6;
  padding: 20px; }

.img-box > h2 {
  color: #004D75; }

.img-box > div > div > a:hover {
  text-decoration: underline;
  color: #1B4D7D;
  font-size: .8em;
  font-weight: bold; }

.img-box > div > div > a {
  color: #02A5DD;
  font-size: .8em;
  font-weight: bold; }

#colortable table {
  background-color: white;
  margin: 0;
  border-spacing: 0;
  font-size: 0.7em; }
#colortable table tr {
  padding-left: 0;
  padding-right: 0; }
#colortable table tr:first-child {
  background-color: #1d95d3 !important;
  color: white; }
#colortable table tr:nth-child(odd) td {
  background-color: rgba(0, 0, 0, 0.01) !important; }
#colortable td {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 0;
  padding-right: 0; }
#colortable td > p {
  margin: 0; }
#colortable table tbody td,
#colortable table tbody th {
  border: none;
  padding-left: 5px;
  padding-right: 5px; }

.bold-header h1 {
  background-color: #2FB764;
  color: #eee;
  font-size: 2.5em;
  text-transform: lowercase;
  transform: rotate(-90deg);
  transform-origin: right, top;
  -ms-transform: rotate(-90deg);
  -ms-transform-origin: right, top;
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: right, top;
  position: absolute; }

/** Blue icon bar **/
.blue-icon-bar {
  background-color: #1B4D7D !important;
  color: white;
  padding: 7px;
  padding-bottom: 4px;
  margin-top: 20px;
  min-height: 44px;
  font-size: 1.1em;
  font-family: dinot;
  padding-top: 0px;
  letter-spacing: 2px;
  line-height: 40px; }

.blue-icon-bar > a {
  color: white;
  text-decoration: none !important; }

a.blue-icon-bar:active,
a.blue-icon-bar:visited,
a.blue-icon-bar:active,
a.blue-icon-bar:focus,
a.blue-icon-bar:hover {
  color: white; }

a.blue-icon-bar:hover {
  border-style: none;
  border: 2px solid white;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 6px;
  padding-right: 6px;
  text-decoration: none !important; }

.row-fluid {
  white-space: nowrap; }

.row-fluid .col-lg-3 {
  display: inline-block; }

/** Recent news  **/
.recent-news-wrapper {
  margin-right: 5px !important; }
  @media (max-width: 1000px) {
    .recent-news-wrapper {
      margin-left: 0px !important;
      margin-right: 0px !important; } }

.recent-news {
  position: relative;
  padding-right: 0px !important; }

.recent-news > a:hover {
  text-decoration: none !important; }

.recent-news-image {
  object-fit: cover; }
  @media (max-width: 999px) {
    .recent-news-image {
      width: 300px !important;
      height: 200px !important; } }
  @media (min-width: 1000px) {
    .recent-news-image {
      width: 220px !important;
      height: 145px !important; } }
  @media (min-width: 1200px) {
    .recent-news-image {
      width: 260px !important;
      height: 175px !important; } }

.recent-news-header {
  white-space: normal;
  font-weight: bold;
  font-size: 1em;
  margin-top: 10px;
  width: 95%;
  min-width: 150px; }

.recent-news-date {
  white-space: normal;
  color: #666;
  font-size: 0.9em;
  width: 95%;
  min-width: 150px;
  padding-right: 5px;
  margin-top: 5px; }

hr.recent-news {
  color: gray;
  background-color: gray;
  border: none;
  height: 2px;
  width: 55px;
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 3px; }

.recent-news-body {
  white-space: normal;
  color: #666;
  font-size: 0.9em;
  margin-bottom: 20px;
  width: 95%;
  min-width: 150px;
  padding-top: 0px;
  padding-left: none !important; }

.recent-news-link {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
  text-align: left;
  padding-right: 5px; }

.recent-news-bottom {
  width: 95%;
  min-width: 150px; }

.recent-news-link::before {
  content: " "; }

.recent-news-link::after {
  content: " >>"; }

a.recent-news-link:hover {
  color: #1B4D7D;
  text-decoration: none !important; }

/** Section gray  **/
.section-gray {
  color: black;
  background-color: white;
  min-height: 100px;
  padding: 10px;
  margin-bottom: -60px;
  margin-top: 50px; }
  @media (min-width: 1000px) {
    .section-gray .right {
      float: left;
      margin-left: 10px; }
    .section-gray .left {
      float: right;
      margin-right: 10px; } }

.section-gray-back {
  width: 80%;
  max-width: 500px;
  background-color: #00375B;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin: 20px; }

img.section-gray {
  width: 100%;
  margin: 0;
  padding: 0; }

/** Section gray (old)  **/
.section-gray-old {
  color: white;
  background-color: #ccc;
  min-height: 100px;
  padding: 10px;
  margin-bottom: 20px; }

img.section-gray-old {
  width: 80%;
  max-width: 500px;
  align: center;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/** Infographic (small) **/
.infographic-small {
  margin-top: 50px;
  margin-bottom: 20px; }

.infographic-small {
  text-decoration: none !important; }

img.infographic-small {
  max-width: 130px;
  width: 100%;
  margin-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

center.infographic-small {
  color: #9EC83D;
  font-size: 1.6em;
  font-family: dinot_black;
  text-transform: uppercase;
  text-align: center;
  text-indent: 0px; }

ul.infographic-small {
  list-style-type: none;
  padding: 0px; }
  ul.infographic-small li {
    color: gray;
    font-size: 0.8em;
    padding-bottom: 10px; }
  ul.infographic-small a {
    color: #004470;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
    text-align: left; }
  ul.infographic-small a:hover {
    text-decoration: none !important; }

span.number {
  color: #02A5DD;
  font-weight: bold; }

/** Infographic (small) - xs **/
@media (max-width: 1000px) {
  center.infographic-small {
    font-size: 1.2em; } }
/** Infographic (large) **/
.infographic-large {
  background-color: #00375B;
  background-image: url("/img/home/green_organism.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 35%;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  min-height: 100px;
  padding: 60px;
  padding-top: 30px; }
  .infographic-large img {
    width: 400px;
    float: right; }
  .infographic-large h1 {
    color: #9EC83D;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 4em;
    margin-bottom: 20px; }
  .infographic-large h2 {
    color: white;
    text-transform: uppercase;
    font-size: 4em;
    font-family: dinot_cond; }
  .infographic-large p {
    text-indent: 0px;
    font-size: 1.2em;
    text-align: left; }

/** Infographic (large) - xs **/
@media (max-width: 1000px) {
  .infographic-large {
    background-size: 75%; }
    .infographic-large img {
      width: 400px;
      float: right; }
    .infographic-large h1 {
      color: #9EC83D;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 3em;
      margin-bottom: 20px; }
    .infographic-large h2 {
      color: white;
      text-transform: uppercase;
      font-size: 3em; }
    .infographic-large h3 {
      font-size: 1.15em; }
    .infographic-large p {
      text-indent: 0px;
      font-size: 1em; } }
.call-to-action-left {
  color: black;
  margin-left: 50px;
  margin-right: 10px; }

.call-to-action-right {
  color: black;
  margin-left: 10px;
  margin-right: 50px; }

@media (max-width: 1000px) {
  .call-to-action-left {
    color: black;
    margin-left: 10px;
    margin-right: 10px; }

  .call-to-action-right {
    color: black;
    margin-left: 10px;
    margin-right: 10px; } }
.parallax-caption {
  position: absolute;
  bottom: 0;
  top: auto;
  width: 100%;
  z-index: 10;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #1B4D7D;
  text-align: left;
  font-size: 1.2em;
  right: 0px; }
  .parallax-caption .header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5em; }
  .parallax-caption a {
    color: #1B4D7D;
    font-size: 0.8em;
    border: 2px solid #1B4D7D;
    padding: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    float: right;
    text-decoration: none !important; }
  .parallax-caption a:hover {
    background-color: #1B4D7D;
    color: white;
    text-decoration: none !important; }

/** This week in photos **/
.twip {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 0px;
  margin-bottom: -20px;
  overflow: hidden;
  overflow-x: hidden; }
  @media (max-width: 1000px) {
    .twip {
      margin-left: -10px;
      margin-right: -10px; } }
  .twip .img-container {
    width: 40vw;
    max-width: 500px;
    text-align: center; }
    .twip .img-container .right {
      float: right; }
    .twip .img-container .left {
      float: left; }
  .twip img {
    margin: 10px;
    width: 40vw;
    height: 40vw;
    min-width: 150px;
    min-height: 150px;
    max-width: 500px;
    max-height: 500px;
    padding: 40px 20px 0px 20px;
    object-fit: cover; }
  .twip img.grid {
    margin: 0;
    padding: 0;
    width: 25vw;
    height: 25vw; }

/** Other **/
.no-wrap-text {
  overflow: hidden; }

.board-img {
  margin: 10px; }

.carousel-caption {
  background-color: white;
  margin-top: 20px; }

.about-side {
  padding-right: 70px; }
  .about-side img {
    width: 100%; }
  .about-side h3 {
    margin-left: 0px;
    padding-left: 0px; }
  .about-side h4 {
    color: #1B4D7D;
    text-transform: uppercase;
    font-family: dinot_bold;
    font-size: 1.2em;
    margin-left: -10px; }
  .about-side p {
    color: #888;
    font-size: 0.8em;
    margin: 10px;
    padding-bottom: 15px; }

p.callout {
  color: #45C277;
  font-size: 1.7em;
  text-transform: uppercase;
  letter-spacing: -0.75px;
  margin-top: 40px;
  text-align: left;
  line-height: 40px; }

p.author {
  color: #45C277;
  font-size: 1.2em;
  letter-spacing: 1px;
  text-align: right;
  margin-bottom: 40px; }

p.author:before {
  content: "- "; }

img.module-img {
  width: 100%;
  margin-left: 20px;
  margin-bottom: 10px; }

.sidebar {
  margin-right: 0;
  padding-right: 0; }

@media (min-width: 1000px) {
  .col-fixed, .row.fixed {
    float: left; }

  .col-fixed {
    width: 350px;
    float: right; }

  .row.fixed {
    width: calc(100% - 350px + 15px * 2); } }
.side .module {
  min-height: 200px;
  max-height: none;
  min-width: none;
  min-height: none; }

.home .module {
  height: 40vw;
  width: 35vw;
  max-height: 550px;
  max-width: 500px;
  min-height: 400px;
  min-width: 350px;
  text-align: left; }

.module {
  width: 350px;
  margin-left: 20px;
  padding: 20px;
  padding-top: 0px; }
  .module input {
    color: gray;
    border-radius: 0 !important;
    margin-top: 5px;
    background-color: white;
    box-shadow: none;
    border: 2px solid white; }
  .module input.form-control::-webkit-input-placeholder {
    color: gray; }
  .module input.form-control:-moz-placeholder {
    color: gray; }
  .module input.form-control::-moz-placeholder {
    color: gray; }
  .module input.form-control:-ms-input-placeholder {
    color: gray; }
  .module textarea:focus,
  .module input[type="text"]:focus,
  .module input[type="email"]:focus,
  .module .uneditable-input:focus {
    color: black;
    border: 2px solid #1B4D7D;
    outline: 0 none; }
  .module h2 {
    color: white;
    font-size: 2em;
    text-transform: titlecase;
    font-family: dinot_bold;
    padding-left: 10px; }
  .module p {
    color: #1B4D7D;
    margin-left: 0px;
    font-size: 1.4em;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 110%;
    font-family: dinot_bold;
    text-align: left; }
  .module a {
    color: white;
    border: 2px solid white;
    margin-left: 10px;
    text-transform: titlecase;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 0.8em;
    font-family: dinot_black; }
  .module a:hover {
    color: #1B4D7D;
    border: 2px solid #1B4D7D; }
  .module button {
    color: white;
    border: 2px solid white;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 0.9em;
    font-family: dinot_bold;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 20px; }
  .module button:hover {
    color: #02A5DD;
    border: 2px solid white;
    background-color: white; }

.module {
  padding-left: 16px;
  color: white;
  background-repeat: no-repeat;
  background-size: 80%;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px; }

.module.green {
  background-color: #9FC83D;
  background-image: url("/img/modules/green1.png");
  background-position: right top; }
  @media (min-width: 1000px) {
    .module.green {
      float: right;
      margin-right: 10px; } }

.side .module.green,
.side .module.blue {
  font-size: 0.8em;
  margin-left: 0;
  margin-right: 0; }

.module.blue {
  background-color: #1996D4;
  background-image: url("/img/modules/subscribe.svg");
  background-position: right top;
  background-size: 100%; }
  @media (min-width: 1000px) {
    .module.blue {
      float: left; } }

.module.more-info {
  background-color: #1996D4;
  background-image: url("/img/modules/subscribe.svg");
  background-position: right top;
  background-size: 100%;
  width: 95.5%; }
  @media (min-width: 1000px) {
    .module.more-info {
      float: left; } }

.module.expeditions {
  background-color: #203A5D;
  background-image: url("/img/modules/blue1.png");
  background-position: right bottom; }

.module.field {
  background-color: #218BC0;
  font-size: 1.2em;
  background-image: url("/img/modules/blue2.png");
  background-position: right top; }

.module.informed {
  background-color: #203A5D;
  background-image: url("/img/modules/blue3.png");
  background-position: right top; }

.module.video {
  background-color: #218BC0;
  font-size: 1.2em;
  background-image: url("/img/modules/blue4.png");
  background-position: right bottom; }

.module.support {
  background-color: #9FC83D;
  font-size: 1.3em;
  background-image: url("/img/modules/green1.png");
  background-position: right top;
  background-size: 80%; }

.module.gray {
  background-color: #EAF2F6;
  color: #1B4D7D;
  padding-top: 0px; }

.module.messagebox {
  font-family: dinot_bold;
  font-size: 1.2em; }

.left .module {
  margin-left: 50px;
  margin-right: 10px; }

.right .module {
  margin-left: 10px;
  margin-right: 50px; }

@media (max-width: 1000px) {
  .module {
    width: 100%;
    max-height: none;
    max-width: none; }

  .module.left {
    margin-left: 0px;
    margin-right: 0px; }

  .module.right {
    margin-left: 0px;
    margin-right: 0px; } }
.module.socialmedia img {
  width: 150px;
  max-width: 100%;
  padding-left: 5px;
  border-left: 4px solid white;
  margin-bottom: 10px; }
.module.socialmedia img:hover {
  border-left: 4px solid #02A5DD; }
.module.socialmedia a,
.module.socialmedia a:hover {
  border: none; }

.people a > h1 {
  color: #02A5DD !important; }
.people hr {
  margin: 0;
  margin-bottom: 5px;
  background-color: #ccc !important; }
.people img.head {
  float: left;
  margin-right: 15px;
  margin-bottom: 22px;
  overflow: hidden;
  object-fit: cover;
  margin-left: 0px; }
  @media (max-width: 999px) {
    .people img.head {
      width: 230px;
      height: 230px; } }
  @media (min-width: 1000px) {
    .people img.head {
      width: 180px;
      height: 180px; } }
  @media (min-width: 1200px) {
    .people img.head {
      width: 230px;
      height: 230px; } }
@media (max-width: 550px) {
  .people img {
    float: none; } }
.people .info h1 {
  font-size: 1.7em;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0; }
.people .info .position {
  color: #1B4D7D;
  font-size: 1em;
  font-weight: 300; }
.people .info .specialty {
  color: #1B4D7D;
  font-size: 1em;
  font-weight: 300; }
.people .info .pronouns {
  color: #1B4D7D;
  font-size: 1em !important;
  font-style: italic;
  font-weight: 300; }
.people .info .pronounsh {
  color: #1B4D7D;
  font-size: .65em !important;
  font-style: italic;
  font-weight: 300; }
.people .info .contact {
  color: #1B4D7D;
  font-size: 1em;
  font-weight: 300; }
.people .info .contact::before {
  content: '\A';
  white-space: pre; }
.people .info .contact::after {
  content: '\A\A';
  white-space: pre; }
.people .info .box-link a {
  color: #02A5DD;
  border: 2px solid #02A5DD;
  padding: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 0.8em;
  text-decoration: none;
  margin-right: 10px; }
.people .info .box-link a:hover {
  color: white;
  background-color: #02A5DD;
  text-decoration: none; }
.people .info .box-link .active {
  color: white;
  background-color: #02A5DD;
  text-decoration: none; }
.people .info a.lab {
  color: #1B4D7D;
  border: 2px solid #1B4D7D; }
.people .info a.lab:hover {
  color: white;
  background-color: #1B4D7D; }

.people.home {
  margin-left: 30px;
  margin-right: 30px; }
  .people.home .contact::before {
    content: '';
    white-space: pre; }
  .people.home .contact::after {
    content: '';
    white-space: pre; }
  .people.home img {
    width: 150px;
    height: 150px; }
  @media (max-width: 550px) {
    .people.home img {
      float: left;
      width: 100px;
      height: 100px; } }

.people.home img.blurb {
  width: 75px;
  height: 75px; }
.people.home h1 {
  font-size: 1em;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: titlecase;
  font-family: dinot_bold; }
.people.home .position {
  font-size: 0.9em; }
.people.home a {
  margin-top: 5px; }
.people.home .contact {
  color: #02A5DD;
  font-size: 0.9em;
  font-weight: 300; }

.people.home.lab img.blurb {
  float: right;
  margin-left: 10px; }
.people.home.lab h1 {
  font-size: 1.2em;
  margin-top: 0px;
  margin-bottom: 0px;
  float: right; }
.people.home.lab .position {
  font-size: 0.9em;
  float: right; }
.people.home.lab a {
  margin-top: 5px; }

ul.pubs {
  list-style-type: none;
  padding-left: 32px;
  text-indent: -20px; }
  ul.pubs li {
    margin-bottom: 0.9em;
    color: #666; }
    ul.pubs li .this-author {
      font-weight: 600; }

.news-grid-item {
  float: left; }

@media (max-width: 1000px) {
  .news-grid-item {
    float: none;
    padding: 0px;
    padding-bottom: 10px;
    width: 100%; } }
.news-thumb {
  object-fit: cover;
  margin-top: 5px; }
  @media (max-width: 999px) {
    .news-thumb {
      width: 300px;
      height: 200px; } }
  @media (min-width: 1000px) {
    .news-thumb {
      width: 180px;
      height: 120px; } }
  @media (min-width: 1200px) {
    .news-thumb {
      width: 250px;
      height: 165px; } }

#newsthumb {
  object-fit: cover; }
  @media (max-width: 999px) {
    #newsthumb {
      width: 300px;
      height: 200px; } }
  @media (min-width: 1000px) {
    #newsthumb {
      width: 300px;
      height: 200px; } }
  @media (min-width: 1200px) {
    #newsthumb {
      width: 400px;
      height: 265px; } }

.bottom-panel {
  /*		height:100%;*/
  /*		background-color: #ddd;*/
  padding: 5px; }

/* Subnav ----------------------------------------- */
.subnav {
  font-size: .9em;
  line-height: 2;
  margin: 3em 0;
  text-align: center; }

.subnav a {
  color: #999999; }

.subnav a:visited {
  color: #b3b3b3; }

.subnav a:hover {
  color: gray; }

.subnav a:active {
  color: #cccccc; }

.subnav-item {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.subnav-pagination {
  margin-bottom: 3em; }

.subnav-pagination-item {
  /* display: inline-block;
   -moz-box-sizing: border-box;
   box-sizing: border-box;*/
  /*    margin: 0 1em;*/
  /*    width: 3em;*/
  /*    height: 3em;*/
  /*    padding: 0 1em;*/
  font-size: 1.2em;
  /*    line-height: 3em;*/
  /*    border: 1px solid;*/
  /*    border-radius: 3em;*/ }

/*a.subnav-pagination-item-right:hover ~ #prev-arrow,
#prev-arrow:hover {

		background-color: #88AF1B;
		color: white;

}*/
.subnav-pagination-item-right {
  /*  display: inline-block;*/
  /*  -moz-box-sizing: border-box;*/
  /*  box-sizing: border-box;*/
  /*  margin: 0 1em;*/
  /*  width: 3em;*/
  /*  height: 3em;*/
  /*  padding: 0 1em;*/
  font-size: 1.2em;
  /*  line-height: 3em;*/
  /*  border: 1px solid;*/
  /*  border-radius: 3em;*/
  float: right; }

.prev-next {
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 1em;
  width: 3em;
  height: 3em;
  padding: 0 1em;
  font-size: 1.2em;
  line-height: 3em;
  border: 1px solid;
  border-radius: 3em;
  /*	margin-bottom: 4em;*/ }

ul.media li {
  margin-bottom: 10px; }

.media-coverage {
  font-size: 0.9em;
  color: #1B4D7D;
  padding-left: 5px; }

.media-coverage-pub {
  font-size: 0.9em;
  color: #999; }

.media-coverage-pub::before {
  content: " - "; }

.lightbox-thumb {
  width: 100%;
  min-width: 100px;
  height: 100px;
  min-height: 60px;
  object-fit: cover;
  margin: 10px; }
  @media (max-width: 1000px) {
    .lightbox-thumb {
      width: 100%;
      min-width: 60px;
      height: 60px;
      min-height: 40px;
      object-fit: cover;
      margin: 5px; } }

#links {
  margin-right: 25px; }

.news-date {
  color: #9bcae9;
  color: #666;
  word-wrap: break-word;
  hyphens: auto;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 0.9em; }

.addthis_inline_share_toolbox {
  margin-bottom: 10px; }

@media (min-width: 1000px) {
  .module-scroll {
    position: relative;
    width: 100%;
    height: 100px; } }

.news-title {
  color: #1B4D7D; }

span.tag {
  background-color: #45C277;
  color: white;
  padding: 1px 5px 2px;
  margin-left: 10px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }
  span.tag a {
    color: white !important;
    text-decoration: none !important;
    font-weight: none; }

span.tag.transect {
  background-color: #FFD500;
  color: #1B4D7D; }
  span.tag.transect a {
    color: #1B4D7D !important;
    text-decoration: none !important;
    font-weight: none; }

span.tag.blog {
  background-color: #02A5DD; }

.timeline-Tweet {
  padding: 0 !important; }

.cal {
  display: inline-block;
  width: 90px;
  text-align: center;
  border: 3px solid #02A5DD;
  margin-bottom: 20px;
  margin-right: 20px;
  vertical-align: top;
  min-height: 100px; }
  .cal .cal-month {
    text-transform: uppercase;
    color: white;
    background-color: #02A5DD;
    font-size: 1.5em;
    padding-top: 5px;
    padding-bottom: 10px; }
  .cal .cal-date {
    font-size: 3em;
    color: #02A5DD;
    margin-top: 20px;
    margin-bottom: 20px; }
  .cal .cal-day {
    color: #02A5DD;
    font-size: 1em;
    font-style: italic; }

.cal.past {
  border: 3px solid gray; }
  .cal.past .cal-month {
    color: white;
    background-color: gray; }
  .cal.past .cal-date {
    color: gray; }
  .cal.past .cal-day {
    color: gray; }

#cal-desc {
  display: inline-block;
  width: 75%; }
  #cal-desc h3 {
    margin-top: 0;
    margin-bottom: 0; }

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

.cal-sm {
  width: 60px; }
  .cal-sm .cal-month {
    font-size: 1em; }
  .cal-sm .cal-date {
    font-size: 1.6em; }

.support .box-link a {
  color: #02A5DD;
  border: 2px solid #02A5DD;
  padding: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 0.9em;
  text-decoration: none; }
.support .box-link a:hover {
  color: white;
  background-color: #02A5DD;
  text-decoration: none; }
.support .box-link .active {
  color: white;
  background-color: #02A5DD;
  text-decoration: none; }
.support .top-nav h4 {
  text-transform: uppercase;
  font-weight: bold; }
.support .tab-content {
  margin-top: 1px;
  padding-left: 10px; }
.support .tab-pane h4 {
  text-indent: 20px;
  font-weight: bold;
  margin-top: 20px; }

/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
.hll {
  background-color: #ffc; }

.c {
  color: #999; }

.err {
  color: #A00;
  background-color: #FAA; }

.k {
  color: #069; }

.o {
  color: #555; }

.cm {
  color: #999; }

.cp {
  color: #099; }

.c1 {
  color: #999; }

.cs {
  color: #999; }

.gd {
  background-color: #FCC;
  border: 1px solid #C00; }

.ge {
  font-style: italic; }

.gr {
  color: red; }

.gh {
  color: #030; }

.gi {
  background-color: #CFC;
  border: 1px solid #0C0; }

.go {
  color: #AAA; }

.gp {
  color: #009; }

.gu {
  color: #030; }

.gt {
  color: #9C6; }

.kc {
  color: #069; }

.kd {
  color: #069; }

.kn {
  color: #069; }

.kp {
  color: #069; }

.kr {
  color: #069; }

.kt {
  color: #078; }

.m {
  color: #F60; }

.s {
  color: #d44950; }

.na {
  color: #4f9fcf; }

.nb {
  color: #366; }

.nc {
  color: #0A8; }

.no {
  color: #360; }

.nd {
  color: #99F; }

.ni {
  color: #999; }

.ne {
  color: #C00; }

.nf {
  color: #C0F; }

.nl {
  color: #99F; }

.nn {
  color: #0CF; }

.nt {
  color: #2f6f9f; }

.nv {
  color: #033; }

.ow {
  color: #000; }

.w {
  color: #bbb; }

.mf {
  color: #F60; }

.mh {
  color: #F60; }

.mi {
  color: #F60; }

.mo {
  color: #F60; }

.sb {
  color: #C30; }

.sc {
  color: #C30; }

.sd {
  color: #C30;
  font-style: italic; }

.s2 {
  color: #C30; }

.se {
  color: #C30; }

.sh {
  color: #C30; }

.si {
  color: #A00; }

.sx {
  color: #C30; }

.sr {
  color: #3AA; }

.s1 {
  color: #C30; }

.ss {
  color: #FC3; }

.bp {
  color: #366; }

.vc {
  color: #033; }

.vg {
  color: #033; }

.vi {
  color: #033; }

.il {
  color: #F60; }

.css .nt + .nt, .css .o, .css .o + .nt {
  color: #999; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                /*!
* Bootstrap Docs (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
* details, see https://creativecommons.org/licenses/by/3.0/.
*/
body {
  position: relative; }

.table code {
  font-size: 13px;
  font-weight: 400; }

h2 code, h3 code, h4 code {
  background-color: inherit; }

.btn-outline {
  color: #563d7c;
  background-color: transparent;
  border-color: #563d7c; }

.btn-outline:active, .btn-outline:focus, .btn-outline:hover {
  color: #fff;
  background-color: #563d7c;
  border-color: #563d7c; }

.btn-outline-inverse {
  color: #fff;
  background-color: transparent;
  border-color: #cdbfe3; }

.btn-outline-inverse:active, .btn-outline-inverse:focus, .btn-outline-inverse:hover {
  color: #563d7c;
  text-shadow: none;
  background-color: #fff;
  border-color: #fff; }

.bs-docs-booticon {
  display: block;
  font-weight: 500;
  color: #fff;
  text-align: center;
  cursor: default;
  background-color: #563d7c;
  border-radius: 15%; }

.bs-docs-booticon-sm {
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 28px; }

.bs-docs-booticon-lg {
  width: 144px;
  height: 144px;
  font-size: 108px;
  line-height: 140px; }

.bs-docs-booticon-inverse {
  color: #563d7c;
  background-color: #fff; }

.bs-docs-booticon-outline {
  background-color: transparent;
  border: 1px solid #cdbfe3; }

#skippy {
  display: block;
  padding: 1em;
  color: #fff;
  background-color: #6f5499;
  outline: 0; }

#skippy .skiplink-text {
  padding: .5em;
  outline: 1px dotted; }

#content:focus {
  outline: 0; }

.bs-docs-nav {
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0; }

.bs-home-nav .bs-nav-b {
  display: none; }

.bs-docs-nav .navbar-brand, .bs-docs-nav .navbar-nav > li > a {
  font-weight: 500;
  color: #563d7c; }

.bs-docs-nav .navbar-nav > .active > a, .bs-docs-nav .navbar-nav > .active > a:hover, .bs-docs-nav .navbar-nav > li > a:hover {
  color: #463265;
  background-color: #f9f9f9; }

.bs-docs-nav .navbar-toggle .icon-bar {
  background-color: #563d7c; }

.bs-docs-nav .navbar-header .navbar-toggle {
  border-color: #fff; }

.bs-docs-nav .navbar-header .navbar-toggle:focus, .bs-docs-nav .navbar-header .navbar-toggle:hover {
  background-color: #f9f9f9;
  border-color: #f9f9f9; }

.bs-docs-footer {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 100px;
  color: #99979c;
  text-align: center;
  background-color: #2a2730; }

.bs-docs-footer a {
  color: #fff; }

.bs-docs-footer-links {
  padding-left: 0;
  margin-bottom: 20px; }

.bs-docs-footer-links li {
  display: inline-block; }

.bs-docs-footer-links li + li {
  margin-left: 15px; }

@media (min-width: 768px) {
  .bs-docs-footer {
    text-align: left; }

  .bs-docs-footer p {
    margin-bottom: 0; } }
.bs-docs-header, .bs-docs-masthead {
  position: relative;
  padding: 30px 0;
  color: #cdbfe3;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background-color: #6f5499;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#563d7c), to(#6f5499));
  background-image: -webkit-linear-gradient(top, #563d7c 0, #6f5499 100%);
  background-image: -o-linear-gradient(top, #563d7c 0, #6f5499 100%);
  background-image: linear-gradient(to bottom, #563d7c 0, #6f5499 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0);
  background-repeat: repeat-x; }

.bs-docs-masthead .bs-docs-booticon {
  margin: 0 auto 30px; }

.bs-docs-masthead h1 {
  font-weight: 300;
  line-height: 1;
  color: #fff; }

.bs-docs-masthead .lead {
  margin: 0 auto 30px;
  font-size: 20px;
  color: #fff; }

.bs-docs-masthead .version {
  margin-top: -15px;
  margin-bottom: 30px;
  color: #9783b9; }

.bs-docs-masthead .btn {
  width: 100%;
  padding: 15px 30px;
  font-size: 20px; }

@media (min-width: 480px) {
  .bs-docs-masthead .btn {
    width: auto; } }
@media (min-width: 768px) {
  .bs-docs-masthead {
    padding: 80px 0; }

  .bs-docs-masthead h1 {
    font-size: 60px; }

  .bs-docs-masthead .lead {
    font-size: 24px; } }
@media (min-width: 992px) {
  .bs-docs-masthead .lead {
    width: 80%;
    font-size: 30px; } }
.bs-docs-header {
  margin-bottom: 40px;
  font-size: 20px; }

.bs-docs-header h1 {
  margin-top: 0;
  color: #fff; }

.bs-docs-header p {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.4; }

.bs-docs-header .container {
  position: relative; }

@media (min-width: 768px) {
  .bs-docs-header {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 24px;
    text-align: left; }

  .bs-docs-header h1 {
    font-size: 60px;
    line-height: 1; } }
@media (min-width: 992px) {
  .bs-docs-header h1, .bs-docs-header p {
    margin-right: 380px; } }
.carbonad {
  width: auto !important;
  height: auto !important;
  padding: 20px !important;
  margin: 30px -15px -31px !important;
  overflow: hidden;
  font-size: 13px !important;
  line-height: 16px !important;
  text-align: left;
  background: 0 0 !important;
  border: solid #866ab3 !important;
  border-width: 1px 0 !important; }

.carbonad-img {
  margin: 0 !important; }

.carbonad-tag, .carbonad-text {
  display: block !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
  margin-left: 145px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

.carbonad-text {
  padding-top: 0 !important; }

.carbonad-tag {
  color: inherit !important;
  text-align: left !important; }

.carbonad-tag a, .carbonad-text a {
  color: #fff !important; }

.carbonad #azcarbon > img {
  display: none; }

@media (min-width: 480px) {
  .carbonad {
    width: 330px !important;
    margin: 20px auto !important;
    border-width: 1px !important;
    border-radius: 4px; }

  .bs-docs-masthead .carbonad {
    margin: 50px auto 0 !important; } }
@media (min-width: 768px) {
  .carbonad {
    margin-right: 0 !important;
    margin-left: 0 !important; } }
@media (min-width: 992px) {
  .carbonad {
    position: absolute;
    top: 0;
    right: 15px;
    width: 330px !important;
    padding: 15px !important;
    margin: 0 !important; }

  .bs-docs-masthead .carbonad {
    position: static; } }
.bs-docs-featurette {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5; }

.bs-docs-featurette + .bs-docs-footer {
  margin-top: 0;
  border-top: 0; }

.bs-docs-featurette-title {
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 400;
  color: #333; }

.half-rule {
  width: 100px;
  margin: 40px auto; }

.bs-docs-featurette h3 {
  margin-bottom: 5px;
  font-weight: 400;
  color: #333; }

.bs-docs-featurette-img {
  display: block;
  margin-bottom: 20px;
  color: #333; }

.bs-docs-featurette-img:hover {
  color: #337ab7;
  text-decoration: none; }

.bs-docs-featurette-img img {
  display: block;
  margin-bottom: 15px; }

@media (min-width: 480px) {
  .bs-docs-featurette .img-responsive {
    margin-top: 30px; } }
@media (min-width: 768px) {
  .bs-docs-featurette {
    padding-top: 100px;
    padding-bottom: 100px; }

  .bs-docs-featurette-title {
    font-size: 40px; }

  .bs-docs-featurette .lead {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto; }

  .bs-docs-featurette .img-responsive {
    margin-top: 0; } }
.bs-docs-featured-sites {
  margin-right: -1px;
  margin-left: -1px; }

.bs-docs-featured-sites .col-xs-6 {
  padding: 1px; }

.bs-docs-featured-sites .img-responsive {
  margin-top: 0; }

@media (min-width: 768px) {
  .bs-docs-featured-sites .col-sm-3:first-child img {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }

  .bs-docs-featured-sites .col-sm-3:last-child img {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; } }
.bs-examples .thumbnail {
  margin-bottom: 10px; }

.bs-examples h4 {
  margin-bottom: 5px; }

.bs-examples p {
  margin-bottom: 20px; }

@media (max-width: 480px) {
  .bs-examples {
    margin-right: -10px;
    margin-left: -10px; }

  .bs-examples > [class^=col-] {
    padding-right: 10px;
    padding-left: 10px; } }
.bs-docs-sidebar.affix {
  position: static; }

@media (min-width: 768px) {
  .bs-docs-sidebar {
    padding-left: 20px; } }
.bs-docs-sidenav {
  margin-top: 20px;
  margin-bottom: 20px; }

.bs-docs-sidebar .nav > li > a {
  display: block;
  padding: 4px 20px;
  font-size: 13px;
  font-weight: 500;
  color: #767676; }

.bs-docs-sidebar .nav > li > a:focus, .bs-docs-sidebar .nav > li > a:hover {
  padding-left: 19px;
  color: #563d7c;
  text-decoration: none;
  background-color: transparent;
  border-left: 1px solid #563d7c; }

.bs-docs-sidebar .nav > .active:focus > a, .bs-docs-sidebar .nav > .active:hover > a, .bs-docs-sidebar .nav > .active > a {
  padding-left: 18px;
  font-weight: 700;
  color: #563d7c;
  background-color: transparent;
  border-left: 2px solid #563d7c; }

.bs-docs-sidebar .nav .nav {
  display: none;
  padding-bottom: 10px; }

.bs-docs-sidebar .nav .nav > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
  font-size: 12px;
  font-weight: 400; }

.bs-docs-sidebar .nav .nav > li > a:focus, .bs-docs-sidebar .nav .nav > li > a:hover {
  padding-left: 29px; }

.bs-docs-sidebar .nav .nav > .active:focus > a, .bs-docs-sidebar .nav .nav > .active:hover > a, .bs-docs-sidebar .nav .nav > .active > a {
  padding-left: 28px;
  font-weight: 500; }

.back-to-top, .bs-docs-theme-toggle {
  display: none;
  padding: 4px 10px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #999; }

.back-to-top:hover, .bs-docs-theme-toggle:hover {
  color: #563d7c;
  text-decoration: none; }

.bs-docs-theme-toggle {
  margin-top: 0; }

@media (min-width: 768px) {
  .back-to-top, .bs-docs-theme-toggle {
    display: block; } }
@media (min-width: 992px) {
  .bs-docs-sidebar .nav > .active > ul {
    display: block; }

  .bs-docs-sidebar.affix, .bs-docs-sidebar.affix-bottom {
    width: 213px; }

  .bs-docs-sidebar.affix {
    position: fixed;
    top: 20px; }

  .bs-docs-sidebar.affix-bottom {
    position: absolute; }

  .bs-docs-sidebar.affix .bs-docs-sidenav, .bs-docs-sidebar.affix-bottom .bs-docs-sidenav {
    margin-top: 0;
    margin-bottom: 0; } }
@media (min-width: 1200px) {
  .bs-docs-sidebar.affix, .bs-docs-sidebar.affix-bottom {
    width: 263px; } }
.bs-docs-section {
  margin-bottom: 60px; }

.bs-docs-section:last-child {
  margin-bottom: 0; }

h1[id] {
  padding-top: 20px;
  margin-top: 0; }

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px; }

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px; }

.bs-callout p:last-child {
  margin-bottom: 0; }

.bs-callout code {
  border-radius: 3px; }

.bs-callout + .bs-callout {
  margin-top: -5px; }

.bs-callout-danger {
  border-left-color: #ce4844; }

.bs-callout-danger h4 {
  color: #ce4844; }

.bs-callout-warning {
  border-left-color: #aa6708; }

.bs-callout-warning h4 {
  color: #aa6708; }

.bs-callout-info {
  border-left-color: #1b809e; }

.bs-callout-info h4 {
  color: #1b809e; }

.color-swatches {
  margin: 0 -5px;
  overflow: hidden; }

.color-swatch {
  float: left;
  width: 60px;
  height: 60px;
  margin: 0 5px;
  border-radius: 3px; }

@media (min-width: 768px) {
  .color-swatch {
    width: 100px;
    height: 100px; } }
.color-swatches .gray-darker {
  background-color: #222; }

.color-swatches .gray-dark {
  background-color: #333; }

.color-swatches .gray {
  background-color: #555; }

.color-swatches .gray-light {
  background-color: #999; }

.color-swatches .gray-lighter {
  background-color: #eee; }

.color-swatches .brand-primary {
  background-color: #337ab7; }

.color-swatches .brand-success {
  background-color: #5cb85c; }

.color-swatches .brand-warning {
  background-color: #f0ad4e; }

.color-swatches .brand-danger {
  background-color: #d9534f; }

.color-swatches .brand-info {
  background-color: #5bc0de; }

.color-swatches .bs-purple {
  background-color: #563d7c; }

.color-swatches .bs-purple-light {
  background-color: #c7bfd3; }

.color-swatches .bs-purple-lighter {
  background-color: #e5e1ea; }

.color-swatches .bs-gray {
  background-color: #f9f9f9; }

.bs-team .team-member {
  line-height: 32px;
  color: #555; }

.bs-team .team-member:hover {
  color: #333;
  text-decoration: none; }

.bs-team .github-btn {
  float: right;
  width: 180px;
  height: 20px;
  margin-top: 6px; }

.bs-team img {
  float: left;
  width: 32px;
  margin-right: 10px;
  border-radius: 4px; }

.bs-docs-browser-bugs td p {
  margin-bottom: 0; }

.bs-docs-browser-bugs th:first-child {
  width: 18%; }

.show-grid {
  margin-bottom: 15px; }

.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86, 61, 124, 0.2); }

.bs-example {
  position: relative;
  padding: 45px 15px 15px;
  margin: 0 -15px 15px;
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  border-width: 1px 0;
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05); }

.bs-example:after {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
  content: "Example"; }

.bs-example-padded-bottom {
  padding-bottom: 24px; }

.bs-example + .highlight, .bs-example + .zero-clipboard + .highlight {
  margin: -15px -15px 15px;
  border-width: 0 0 1px;
  border-radius: 0; }

@media (min-width: 768px) {
  .bs-example {
    margin-right: 0;
    margin-left: 0;
    background-color: #fff;
    border-color: #ddd;
    border-width: 1px;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .bs-example + .highlight, .bs-example + .zero-clipboard + .highlight {
    margin-top: -16px;
    margin-right: 0;
    margin-left: 0;
    border-width: 1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

  .bs-example-standalone {
    border-radius: 4px; } }
.bs-example .container {
  width: auto; }

.bs-example > .alert:last-child, .bs-example > .form-control:last-child, .bs-example > .jumbotron:last-child, .bs-example > .list-group:last-child, .bs-example > .navbar:last-child, .bs-example > .panel:last-child, .bs-example > .progress:last-child, .bs-example > .table-responsive:last-child > .table, .bs-example > .table:last-child, .bs-example > .well:last-child, .bs-example > blockquote:last-child, .bs-example > ol:last-child, .bs-example > p:last-child, .bs-example > ul:last-child {
  margin-bottom: 0; }

.bs-example > p > .close {
  float: none; }

.bs-example-type .table .type-info {
  color: #767676;
  vertical-align: middle; }

.bs-example-type .table td {
  padding: 15px 0;
  border-color: #eee; }

.bs-example-type .table tr:first-child td {
  border-top: 0; }

.bs-example-type h1, .bs-example-type h2, .bs-example-type h3, .bs-example-type h4, .bs-example-type h5, .bs-example-type h6 {
  margin: 0; }

.bs-example-bg-classes p {
  padding: 15px; }

.bs-example > .img-circle, .bs-example > .img-rounded, .bs-example > .img-thumbnail {
  margin: 5px; }

.bs-example > .table-responsive > .table {
  background-color: #fff; }

.bs-example > .btn, .bs-example > .btn-group {
  margin-top: 5px;
  margin-bottom: 5px; }

.bs-example > .btn-toolbar + .btn-toolbar {
  margin-top: 10px; }

.bs-example-control-sizing input[type=text] + input[type=text], .bs-example-control-sizing select {
  margin-top: 10px; }

.bs-example-form .input-group {
  margin-bottom: 10px; }

.bs-example > textarea.form-control {
  resize: vertical; }

.bs-example > .list-group {
  max-width: 400px; }

.bs-example .navbar:last-child {
  margin-bottom: 0; }

.bs-navbar-bottom-example, .bs-navbar-top-example {
  z-index: 1;
  padding: 0;
  overflow: hidden; }

.bs-navbar-bottom-example .navbar-header, .bs-navbar-top-example .navbar-header {
  margin-left: 0; }

.bs-navbar-bottom-example .navbar-fixed-bottom, .bs-navbar-top-example .navbar-fixed-top {
  position: relative;
  margin-right: 0;
  margin-left: 0; }

.bs-navbar-top-example {
  padding-bottom: 45px; }

.bs-navbar-top-example:after {
  top: auto;
  bottom: 15px; }

.bs-navbar-top-example .navbar-fixed-top {
  top: -1px; }

.bs-navbar-bottom-example {
  padding-top: 45px; }

.bs-navbar-bottom-example .navbar-fixed-bottom {
  bottom: -1px; }

.bs-navbar-bottom-example .navbar {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .bs-navbar-bottom-example .navbar-fixed-bottom, .bs-navbar-top-example .navbar-fixed-top {
    position: absolute; } }
.bs-example .pagination {
  margin-top: 10px;
  margin-bottom: 10px; }

.bs-example > .pager {
  margin-top: 0; }

.bs-example-modal {
  background-color: #f5f5f5; }

.bs-example-modal .modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block; }

.bs-example-modal .modal-dialog {
  left: auto;
  margin-right: auto;
  margin-left: auto; }

.bs-example > .dropdown > .dropdown-toggle {
  float: left; }

.bs-example > .dropdown > .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 5px;
  clear: left; }

.bs-example-tabs .nav-tabs {
  margin-bottom: 15px; }

.bs-example-tooltips {
  text-align: center; }

.bs-example-tooltips > .btn {
  margin-top: 5px;
  margin-bottom: 5px; }

.bs-example-tooltip .tooltip {
  position: relative;
  display: inline-block;
  margin: 10px 20px;
  opacity: 1; }

.bs-example-popover {
  padding-bottom: 24px;
  background-color: #f9f9f9; }

.bs-example-popover .popover {
  position: relative;
  display: block;
  float: left;
  width: 260px;
  margin: 20px; }

.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 10px;
  overflow: auto; }

.bs-example > .nav-pills-stacked-example {
  max-width: 300px; }

#collapseExample .well {
  margin-bottom: 0; }

.bs-events-table > tbody > tr > td:first-child, .bs-events-table > thead > tr > th:first-child {
  white-space: nowrap; }

.bs-events-table > thead > tr > th:first-child {
  width: 150px; }

.js-options-table > thead > tr > th:nth-child(1), .js-options-table > thead > tr > th:nth-child(2) {
  width: 100px; }

.js-options-table > thead > tr > th:nth-child(3) {
  width: 50px; }

.highlight {
  padding: 9px 14px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px; }

.highlight pre {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  word-break: normal;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.highlight pre code {
  font-size: inherit;
  color: #333; }

.highlight pre code:first-child {
  display: inline-block;
  padding-right: 45px; }

.table-responsive .highlight pre {
  white-space: normal; }

.bs-table th small, .responsive-utilities th small {
  display: block;
  font-weight: 400;
  color: #999; }

.responsive-utilities tbody th {
  font-weight: 400; }

.responsive-utilities td {
  text-align: center; }

.responsive-utilities td.is-visible {
  color: #468847;
  background-color: #dff0d8 !important; }

.responsive-utilities td.is-hidden {
  color: #ccc;
  background-color: #f9f9f9 !important; }

.responsive-utilities-test {
  margin-top: 5px; }

.responsive-utilities-test .col-xs-6 {
  margin-bottom: 10px; }

.responsive-utilities-test span {
  display: block;
  padding: 15px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  border-radius: 4px; }

.hidden-on .col-xs-6 .hidden-lg, .hidden-on .col-xs-6 .hidden-md, .hidden-on .col-xs-6 .hidden-sm, .hidden-on .col-xs-6 .hidden-xs, .visible-on .col-xs-6 .hidden-lg, .visible-on .col-xs-6 .hidden-md, .visible-on .col-xs-6 .hidden-sm, .visible-on .col-xs-6 .hidden-xs {
  color: #999;
  border: 1px solid #ddd; }

.hidden-on .col-xs-6 .visible-lg-block, .hidden-on .col-xs-6 .visible-md-block, .hidden-on .col-xs-6 .visible-sm-block, .hidden-on .col-xs-6 .visible-xs-block, .visible-on .col-xs-6 .visible-lg-block, .visible-on .col-xs-6 .visible-md-block, .visible-on .col-xs-6 .visible-sm-block, .visible-on .col-xs-6 .visible-xs-block {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6; }

.bs-glyphicons {
  margin: 0 -10px 20px;
  overflow: hidden; }

.bs-glyphicons-list {
  padding-left: 0;
  list-style: none; }

.bs-glyphicons li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  background-color: #f9f9f9;
  border: 1px solid #fff; }

.bs-glyphicons .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px; }

.bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word; }

.bs-glyphicons li:hover {
  color: #fff;
  background-color: #563d7c; }

@media (min-width: 768px) {
  .bs-glyphicons {
    margin-right: 0;
    margin-left: 0; }

  .bs-glyphicons li {
    width: 12.5%;
    font-size: 12px; } }
.bs-customizer .toggle {
  float: right;
  margin-top: 25px; }

.bs-customizer label {
  margin-top: 10px;
  font-weight: 500;
  color: #555; }

.bs-customizer h2 {
  padding-top: 30px;
  margin-top: 0;
  margin-bottom: 5px; }

.bs-customizer h3 {
  margin-bottom: 0; }

.bs-customizer h4 {
  margin-top: 15px;
  margin-bottom: 0; }

.bs-customizer .bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px; }

.bs-customizer input[type=text] {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  background-color: #fafafa; }

.bs-customizer .help-block {
  margin-bottom: 5px;
  font-size: 12px; }

#less-section label {
  font-weight: 400; }

.bs-customize-download .btn-outline {
  padding: 20px; }

.bs-customizer-alert {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  padding: 15px 0;
  color: #fff;
  background-color: #d9534f;
  border-bottom: 1px solid #b94441;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); }

.bs-customizer-alert .close {
  margin-top: -4px;
  font-size: 24px; }

.bs-customizer-alert p {
  margin-bottom: 0; }

.bs-customizer-alert .glyphicon {
  margin-right: 5px; }

.bs-customizer-alert pre {
  margin: 10px 0 0;
  color: #fff;
  background-color: #a83c3a;
  border-color: #973634;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); }

.bs-dropzone {
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  color: #777;
  text-align: center;
  border: 2px dashed #eee;
  border-radius: 4px; }

.bs-dropzone .import-header {
  margin-bottom: 5px; }

.bs-dropzone .glyphicon-download-alt {
  font-size: 40px; }

.bs-dropzone hr {
  width: 100px; }

.bs-dropzone .lead {
  margin-bottom: 10px;
  font-weight: 400;
  color: #333; }

#import-manual-trigger {
  cursor: pointer; }

.bs-dropzone p:last-child {
  margin-bottom: 0; }

.bs-brand-logos {
  display: table;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
  color: #563d7c;
  background-color: #f9f9f9;
  border-radius: 4px; }

.bs-brand-item {
  padding: 60px 0;
  text-align: center; }

.bs-brand-item + .bs-brand-item {
  border-top: 1px solid #fff; }

.bs-brand-logos .inverse {
  color: #fff;
  background-color: #563d7c; }

.bs-brand-item h1, .bs-brand-item h3 {
  margin-top: 0;
  margin-bottom: 0; }

.bs-brand-item .bs-docs-booticon {
  margin-right: auto;
  margin-left: auto; }

.bs-brand-item .glyphicon {
  width: 30px;
  height: 30px;
  margin: 10px auto -10px;
  line-height: 30px;
  color: #fff;
  border-radius: 50%; }

.bs-brand-item .glyphicon-ok {
  background-color: #5cb85c; }

.bs-brand-item .glyphicon-remove {
  background-color: #d9534f; }

@media (min-width: 768px) {
  .bs-brand-item {
    display: table-cell;
    width: 1%; }

  .bs-brand-item + .bs-brand-item {
    border-top: 0;
    border-left: 1px solid #fff; }

  .bs-brand-item h1 {
    font-size: 60px; } }
.zero-clipboard {
  position: relative;
  display: none; }

.btn-clipboard {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  padding: 5px 8px;
  font-size: 12px;
  color: #767676;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e1e1e8;
  border-radius: 0 4px 0 4px; }

.btn-clipboard-hover {
  color: #fff;
  background-color: #563d7c;
  border-color: #563d7c; }

@media (min-width: 768px) {
  .zero-clipboard {
    display: block; }

  .bs-example + .zero-clipboard .btn-clipboard {
    top: -16px;
    border-top-right-radius: 0; } }
.anchorjs-link {
  color: inherit; }

@media (max-width: 480px) {
  .anchorjs-link {
    display: none; } }
:hover > .anchorjs-link {
  opacity: .75;
  -webkit-transition: color .16s linear;
  -o-transition: color .16s linear;
  transition: color .16s linear; }

.anchorjs-link:focus, :hover > .anchorjs-link:hover {
  text-decoration: none;
  opacity: 1; }

#focusedInput {
  border-color: #ccc;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted\9;
  -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6); }

/*# sourceMappingURL=docs.min.css.map */
.v4-tease {
  display: block;
  padding: 15px 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #0275d8; }

.v4-tease:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0269c2; }

.full-width.top.green {
  height: 200px !important;
  background-color: #99C23B; }

.full-width.top.green.short {
  height: 100px !important;
  background-color: #99C23B; }

.head-img.small {
  font-size: 2.5em;
  bottom: 0; }

.head-img.background {
  color: #90B738;
  font-size: 7em;
  bottom: -25; }

.core-desc {
  padding: 50px;
  color: #0067A3;
  font-size: 1.2em;
  text-align: justify;
  text-indent: 0;
  margin: 0;
  margin-bottom: 50px;
  padding: 0; }
  .core-desc b {
    color: #004470;
    font-weight: bold; }

@media (max-width: 900px) {
  .core-desc {
    width: 100%;
    padding: 0; } }
.core-desc.middle {
  margin-left: auto;
  margin-right: auto; }

.people-badge {
  font-size: 1.2em; }

@media (min-width: 900px) {
  .people-badge {
    float: right; }

  .people-breadcrumbs {
    float: left; } }
/* Sticky footer styles (http://getbootstrap.com/examples/sticky-footer/sticky-footer.css)
-------------------------------------------------- */
.footer {
  bottom: 0;
  width: 100%;
  background-color: #EAF2F6;
  color: #1B4D7D;
  float: left;
  /* Negative indent footer by its height */ }
  .footer .fa {
    font-size: 2em;
    margin-bottom: 10px;
    margin-right: 10px; }

.footer > .container {
  background-color: #EAF2F6;
  padding-top: 25px;
  padding-bottom: 30px;
  color: #1B4D7D;
  font-size: 0.8em;
  padding-top: 40px;
  padding-bottom: 60px; }
  @media (max-width: 1000px) {
    .footer > .container {
      background-image: none; } }

.text-muted {
  color: #eee; }

.footer-text {
  text-indent: 25px;
  color: #1B4D7D;
  text-indent: 0px; }

.footer-address {
  line-height: 1.55; }
  @media (max-width: 1000px) {
    .footer-address {
      text-align: center; } }

a.footer-link {
  color: #02A5DD; }

a.footer-link:active,
a.footer-link:hover {
  color: #1B4D7D; }

@media (max-width: 1000px) {
  .info-phone::after {
    content: " • "; } }
.vcenter {
  display: inline-block;
  vertical-align: middle; }

.textContainer {
  height: auto;
  line-height: auto; }

.textContainer img {
  vertical-align: middle;
  display: inline-block; }

/*
Tipue Search 5.0
Copyright (c) 2015 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/
#tipue_search_input {
  font: 13px/1.6 'open sans', sans-serif;
  font-size: 1.2em;
  color: #1B4D7D;
  padding: 12px 12px 12px 50px;
  width: 800px;
  max-width: 100%;
  border: 2px solid #1B4D7D;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  outline: 0;
  margin: 0;
  background: white url("/img/graphics/search_logo_dark_blue.svg") no-repeat 12px 12px;
  background-size: 25px; }

#tipue_search_input::-webkit-input-placeholder {
  color: #1B4D7D; }

#tipue_search_input:-moz-placeholder {
  /* Firefox 18- */
  color: #1B4D7D; }

#tipue_search_input::-moz-placeholder {
  /* Firefox 19+ */
  color: #1B4D7D; }

#tipue_search_input:-ms-input-placeholder {
  color: #1B4D7D; }

#tipue_search_input:focus {
  border: 2px solid #02A5DD;
  background: white url("/img/graphics/search_logo_light_blue.svg") no-repeat 12px 12px;
  background-size: 25px;
  color: #02A5DD; }

#tipue_search_input:focus::-webkit-input-placeholder {
  color: #02A5DD; }

#tipue_search_input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #02A5DD; }

#tipue_search_input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #02A5DD; }

#tipue_search_input:focus:-ms-input-placeholder {
  color: #02A5DD; }

#tipue_search_input_header {
  /*  font: 0.9em 'open sans', sans-serif;*/
  text-weight: none;
  color: white;
  padding: 0px;
  padding-left: 25px;
  padding-bottom: 0px;
  width: 30px;
  height: 20px;
  border: 0px solid white;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  outline: 0;
  margin: 0;
  background: white url("/img/graphics/search_white.svg") no-repeat 5px 4px; }

#tipue_search_input_header::-webkit-input-placeholder {
  color: white; }

#tipue_search_input_header:-moz-placeholder {
  /* Firefox 18- */
  color: white; }

#tipue_search_input_header::-moz-placeholder {
  /* Firefox 19+ */
  color: white; }

#tipue_search_input_header:-ms-input-placeholder {
  color: white; }

#tipue_search_content {
  max-width: 800px;
  /* default: 650 */
  padding-top: 15px;
  margin: 0; }

#tipue_search_warning {
  font: 300 15px/1.6 'Open Sans', sans-serif;
  color: #555;
  margin: 7px 0; }

#tipue_search_warning a {
  color: #396;
  text-decoration: none; }

#tipue_search_warning a:hover {
  color: #555; }

#tipue_search_results_count {
  font: 300 15px/1.7 'Open Sans', sans-serif;
  color: #555; }

.tipue_search_content_title {
  font: 300 21px/1.7 'Open Sans', sans-serif; }

.tipue_search_content_title a {
  color: #333;
  color: #02A5DD;
  font-weight: bold;
  text-decoration: none; }

.tipue_search_content_title a:hover {
  color: #555;
  color: #02A5DD;
  text-decoration: underline; }

.tipue_search_content_url {
  color: #9bcae9;
  color: #02A5DD;
  font: 300 14px/1.9 'Open Sans', sans-serif;
  word-wrap: break-word;
  hyphens: auto; }

.tipue_search_content_url a::before {
  content: "www.bigelow.org";
  /*Temporary Only!*/ }

.tipue_search_content_url a {
  color: #396;
  color: #9bcae9;
  color: #02A5DD;
  text-decoration: none; }

.tipue_search_content_url a:hover {
  color: #555; }

.tipue_search_content_text {
  font: 300 15px/1.6 'Open Sans', sans-serif;
  color: #555;
  word-wrap: break-word;
  hyphens: auto;
  margin-top: 3px; }

.tipue_search_content_debug {
  font: 300 13px/1.6 'Open Sans', sans-serif;
  color: #555;
  margin: 5px 0; }

.h01 {
  /*	color: #62951D;*/
  background-color: #FFFBCC;
  font-weight: 400; }

#tipue_search_foot {
  margin: 51px 0 21px 0; }

#tipue_search_foot_boxes {
  padding: 0;
  margin: 0;
  font: 1.1em 'Open Sans', sans-serif; }

#tipue_search_foot_boxes li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline; }

#tipue_search_foot_boxes li a {
  padding: 5px 12px 6px 12px;
  background-color: white;
  border: 1px solid #0067A3;
  border-radius: 1px;
  color: #0069A2;
  margin-right: 7px;
  text-decoration: none;
  text-align: center; }

#tipue_search_foot_boxes li.current {
  padding: 5px 12px 6px 12px;
  background: #0069A2;
  border: 1px solid #004470;
  border-radius: 1px;
  color: white;
  margin-right: 7px;
  text-align: center; }

#tipue_search_foot_boxes li a:hover {
  background: #ABD4ED; }

/* spinner */
.tipue_search_spinner {
  padding: 31px 0;
  width: 50px;
  height: 28px; }

.tipue_search_spinner > div {
  background-color: #777;
  height: 100%;
  width: 3px;
  display: inline-block;
  margin-right: 2px;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out; }

.tipue_search_spinner .tipue_search_rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.tipue_search_spinner .tipue_search_rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }
.impact-list > li {
  font-size: 1.2em;
  margin-bottom: 1.1em; }

.impact-list > li > a {
  color: white;
  text-decoration: underline; }

.impact-list > li > a:hover {
  color: #a6ce39; }

.impact-grid {
  margin: 60px 100px 50px 100px; }
  @media (max-width: 900px) {
    .impact-grid {
      margin: 30px 10px 20px 10px; } }

/* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
.jssorb05 {
  position: absolute; }

.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
  position: absolute;
  /* size of bullet elment */
  width: 16px;
  height: 16px;
  overflow: hidden;
  cursor: pointer; }

.jssorb05 div {
  background-position: -7px -7px; }

.jssorb05 div:hover, .jssorb05 .av:hover {
  background-position: -37px -7px; }

.jssorb05 .av {
  background-position: -67px -7px; }

.jssorb05 .dn, .jssorb05 .dn:hover {
  background-position: -97px -7px; }

/* jssor slider arrow navigator skin 22 css */
/*
.jssora22l                  (normal)
.jssora22r                  (normal)
.jssora22l:hover            (normal mouseover)
.jssora22r:hover            (normal mouseover)
.jssora22l.jssora22ldn      (mousedown)
.jssora22r.jssora22rdn      (mousedown)
*/
.jssora22l, .jssora22r {
  display: block;
  position: absolute;
  /* size of arrow element */
  width: 40px;
  height: 58px;
  cursor: pointer;
  overflow: hidden; }

.jssora22l {
  background-position: -10px -31px; }

.jssora22r {
  background-position: -70px -31px; }

.jssora22l:hover {
  background-position: -130px -31px; }

.jssora22r:hover {
  background-position: -190px -31px; }

.jssora22l.jssora22ldn {
  background-position: -250px -31px; }

.jssora22r.jssora22rdn {
  background-position: -310px -31px; }
