/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 1.9rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.15rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 0.85rem;
}
small {
  font-size: 0.875rem;
}
cite {
  font-size: 0.875rem;
}
sub, sup {
  font-size: 0.75rem;
}
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
@media (min-width: 960px) {
  section#g-hero.jl-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
#g-hero {
  color: #1478B8;
  background: #f7f7f7;
  position: relative;
}
.mod-breadcrumbs span {
  color: #1478B8;
}
section#g-hero.jl-section {
  display: flow-root;
  box-sizing: border-box;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.mod-breadcrumbs > :nth-child(n + 2)::before {
  content: "";
  display: inline-block;
  margin: 0 5px 0 5px;
  float: none;
  padding-right: 0;
  font-size: 15px;
  color: #1478B8;
}
.mod-breadcrumbs > :nth-child(n + 3)::before {
  content: "→";
  display: inline-block;
  margin: 0 5px 0 5px;
  float: none;
  padding-right: 0;
  font-size: 15px;
  color: #1478B8;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0rem;
}
.orange {
  color: #E06F26;
}
/*******Contact Page Styling***********/
.com-contact-category {
  display: none;
}
/******* Profile Picture ********/
div.com-contact img {
  float: left;
  width: 30%;
  margin: 0 25px 10px 0;
  border-radius: 10px;
}
h1 span.contact-name {
  color: #006bb8;
  margin: 0.75rem 0 0.75rem 0;
}
div.com-contact__container h2, div.com-contact.contact h2 {
  display: none;
}
.com-contact__thumbnail {
  margin-bottom: 0;
  padding-bottom: 0;
}
div.com-contact__miscinfo.contact-miscinfo dl.dl-horizontal {
  display: block;
}
div.com-contact__miscinfo.contact-miscinfo dl.dl-horizontal dd {
  padding: 0;
}
div.com-contact__miscinfo.contact-miscinfo dl.dl-horizontal dt span.icon-info-circle::before {
  display: none;
}
/*span.jl-icon svg {
    display: none;
}*/
/*[class*=jl-position-bottom], [class*=jl-position-center], [class*=jl-position-left], [class*=jl-position-right], [class*=jl-position-top] {
    position: relative !important;
    max-width: calc(100% - (var(--jl-position-margin-offset) * 2));
    box-sizing: border-box;
}
*/
/**********Overlay Styling on slideshow***********/
.transparentgray .jl-overlay {
  background-color: rgba(0, 0, 0, 0.35);
}
/*****************Buttons Styling*****************/
.tm-button {
  text-align: center;
}
/* this makes a button more prominent.  It requires adding button-gigantic to a jl module with the button being set to large within the particle*/
div.button-gigantic div.tm-button .jl-button-large {
  padding: 0 60px;
  line-height: 100px;
  font-size: 25px;
}
/* this rounds sharp corners slightly */
.jl-button, .jl-overlay {
  border-radius: 5px;
}
/* this inverts the colors of a button.  It requires adding button-inverse to a jl module*/
div#module-jlbutton-213.module-jlbutton-213.button-inverse a.jl-button.jl-button-primary {
  color: #1478b8;
  background-color: #FFFFFF;
  border-radius: 5px;
}
div#module-jlbutton-213.module-jlbutton-213.button-inverse a.jl-button.jl-button-primary:hover {
  color: #FFFFFF;
  background-color: #1478b8;
  border-color: #FFFFFF;
}
/*****************Adding a Shadow to the Footer*****************/
footer > div.jl-container {
  background: #FFFFFF;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
/*****************Styling the NavBar*****************/
/*.jl-navbar-left, .jl-navbar-right, [class*=jl-navbar-center] {
    align-items: end;
}*/
.g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container::before, .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container::before {
  height: 50px;
  border-radius: 5px;
}
.g-menu-item-container {
  margin: 10px;
}
/**************************Styling the Timeline***************************/
span.tm-date.jl-label span.jl-icon {
  display: none;
}
span.tm-date.jl-label {
  padding: 10px;
  font-size: 2rem;
  border-radius: 5px;
}
/*# sourceMappingURL=custom_15.css.map */