/* 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
 */

/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
/* line 6, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
body {
  font-size: 1rem;
  line-height: 1.5;
}
/* line 8, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h1 {
  font-size: 2.5rem;
}
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h2 {
  font-size: 2.25rem;
}
/* line 16, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h3 {
  font-size: 2rem;
}
/* line 20, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h4 {
  font-size: 1.75rem;
}
/* line 24, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h5 {
  font-size: 1.5rem;
}
/* line 28, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h6 {
  font-size: 1.25rem;
}
/* line 33, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
small {
  font-size: 0.875rem;
}
/* line 37, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
cite {
  font-size: 0.875rem;
}
/* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
sub, sup {
  font-size: 0.75rem;
}
/* line 46, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
/* line 1, media/gantry5/engines/nucleus/scss/nucleus/theme/_forms.scss */
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]), textarea {
  border-radius: 0.1875rem;
}
/* line 1, templates/rt_gemini/custom/scss/_contact.scss */
/* line 2, templates/rt_gemini/custom/scss/_contact.scss */
.g-contact .g-contact-item {
  position: relative;
  padding-left: 50px;
  margin-bottom: 1.5rem;
}
/* line 6, templates/rt_gemini/custom/scss/_contact.scss */
.dir-rtl .g-contact .g-contact-item {
  padding-left: 0;
  padding-right: 50px;
}
/* line 11, templates/rt_gemini/custom/scss/_contact.scss */
.g-contact .g-contact-icon {
  position: absolute;
  left: 0;
  font-size: 1.25rem;
  border-right: 1px solid rgba(231, 232, 234, 0.25);
  width: 35px;
  height: 45px;
  line-height: 45px;
}
/* line 19, templates/rt_gemini/custom/scss/_contact.scss */
.dir-rtl .g-contact .g-contact-icon {
  left: auto;
  right: 0;
  border-left: 1px solid rgba(231, 232, 234, 0.25);
  border-right: 0;
}
/* line 26, templates/rt_gemini/custom/scss/_contact.scss */
.g-contact .g-contact-label {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
  opacity: 0.5;
}
/* line 32, templates/rt_gemini/custom/scss/_contact.scss */
.g-contact .g-contact-text {
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
}
/* line 37, templates/rt_gemini/custom/scss/_contact.scss */
/* line 38, templates/rt_gemini/custom/scss/_contact.scss */
.g-contact.g-contact-compact .g-contact-item {
  padding-left: 0;
  margin-bottom: 0;
}
/* line 42, templates/rt_gemini/custom/scss/_contact.scss */
.g-contact.g-contact-compact .g-contact-label {
  display: none;
}
/* line 45, templates/rt_gemini/custom/scss/_contact.scss */
.g-contact.g-contact-compact .g-contact-text {
  font-weight: normal;
}
/* line 50, templates/rt_gemini/custom/scss/_contact.scss */
.g-contact .g-contact-map {
  position: relative;
  display: block;
}
/* line 54, templates/rt_gemini/custom/scss/_contact.scss */
/* line 55, templates/rt_gemini/custom/scss/_contact.scss */
.g-contact .g-contact-map-overlay:before {
  background: rgba(98, 99, 120, 0.75);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
/* line 65, templates/rt_gemini/custom/scss/_contact.scss */
/* line 66, templates/rt_gemini/custom/scss/_contact.scss */
.g-contact .g-contact-map-overlay:hover:before {
  background: rgba(0, 82, 138, 0.25);
}
/* line 71, templates/rt_gemini/custom/scss/_contact.scss */
.g-contact .g-contact-map-marker {
  color: #00528a;
  font-size: 3rem;
  position: absolute;
}
/* line 1, templates/rt_gemini/custom/scss/_imagegrid.scss */
/* line 2, templates/rt_gemini/custom/scss/_imagegrid.scss */
.g-imagegrid *, .g-imagegrid *:before, .g-imagegrid *:after {
  box-sizing: border-box !important;
}
/* line 5, templates/rt_gemini/custom/scss/_imagegrid.scss */
.g-imagegrid .g-imagegrid-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: -0.25rem;
}
/* line 10, templates/rt_gemini/custom/scss/_imagegrid.scss */
.g-imagegrid .g-imagegrid-item {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.25rem;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
/* line 16, templates/rt_gemini/custom/scss/_imagegrid.scss */
/* line 17, templates/rt_gemini/custom/scss/_imagegrid.scss */
.g-imagegrid .g-imagegrid-item:hover img {
  opacity: 0.25;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
/* line 21, templates/rt_gemini/custom/scss/_imagegrid.scss */
.g-imagegrid .g-imagegrid-item:hover .g-imagegrid-link:before {
  opacity: 1;
}
/* line 26, templates/rt_gemini/custom/scss/_imagegrid.scss */
.g-imagegrid .g-imagegrid-desc {
  margin: 1.5rem 0;
}
/* line 29, templates/rt_gemini/custom/scss/_imagegrid.scss */
.g-imagegrid .g-imagegrid-link {
  display: block;
  position: relative;
  background: #00528a;
  border-radius: 5px;
  overflow: hidden;
}
/* line 35, templates/rt_gemini/custom/scss/_imagegrid.scss */
.g-imagegrid .g-imagegrid-link:before {
  font-family: FontAwesome;
  content: "\f002";
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -13px;
  z-index: 1;
  opacity: 0;
}
/* line 48, templates/rt_gemini/custom/scss/_imagegrid.scss */
/* line 49, templates/rt_gemini/custom/scss/_imagegrid.scss */
.g-imagegrid .g-imagegrid-2cols .g-imagegrid-item {
  width: 50%;
}
/* line 53, templates/rt_gemini/custom/scss/_imagegrid.scss */
/* line 54, templates/rt_gemini/custom/scss/_imagegrid.scss */
.g-imagegrid .g-imagegrid-3cols .g-imagegrid-item {
  width: 33.33333%;
}
/* line 58, templates/rt_gemini/custom/scss/_imagegrid.scss */
/* line 59, templates/rt_gemini/custom/scss/_imagegrid.scss */
.g-imagegrid .g-imagegrid-4cols .g-imagegrid-item {
  width: 25%;
}
/* line 63, templates/rt_gemini/custom/scss/_imagegrid.scss */
/* line 64, templates/rt_gemini/custom/scss/_imagegrid.scss */
.g-imagegrid .g-imagegrid-5cols .g-imagegrid-item {
  width: 20%;
}
/* 
 #g-navigation.fp-navigation {
 padding-bottom: 0rem;
 } */
/* line 10, templates/rt_gemini/custom/scss/custom.scss */
#g-top .title1 .g-title {
  color: #00528a;
  margin-top: 3rem !important;
  margin-bottom: -1rem;
}
/* line 16, templates/rt_gemini/custom/scss/custom.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  font-size: 1.3rem;
  margin-bottom: -2rem;
  margin-top: -2rem;
}
/* .g-main-nav {
 margin-bottom: -1rem;
 margin-top: -1rem;
 } */
/* line 27, templates/rt_gemini/custom/scss/custom.scss */
#g-utility {
  padding: 0%;
}
/* line 31, templates/rt_gemini/custom/scss/custom.scss */
.project-gallery {
  margin-top: 1rem !important;
}
/* line 35, templates/rt_gemini/custom/scss/custom.scss */
#simplecontent-6046-particle {
  margin-top: -3rem;
}
/* line 39, templates/rt_gemini/custom/scss/custom.scss */
.fp-utility {
  margin-bottom: 4rem;
}
/* line 44, templates/rt_gemini/custom/scss/custom.scss */
ul.sprocket-lists-container li:nth-child(1) {
  display: none !important;
}
/* line 48, templates/rt_gemini/custom/scss/custom.scss */
.sprocket-lists-title.padding {
  color: #00528a;
}
/* line 52, templates/rt_gemini/custom/scss/custom.scss */
.sprocket-lists-title {
  line-height: 1em !important;
}
/* line 56, templates/rt_gemini/custom/scss/custom.scss */
.top-marketing-message {
  margin-top: -2rem;
  margin-bottom: -1rem;
}
/* line 61, templates/rt_gemini/custom/scss/custom.scss */
.g-owlcarousel-showcase .g-owlcarousel .owl-stage .owl-item .item .g-showcase-image-link .showcase-image .item-overlay .item-overlay-title {
  font-size: 2.3rem;
  text-align: center;
}
/* line 66, templates/rt_gemini/custom/scss/custom.scss */
.g-owlcarousel-showcase .g-owlcarousel .owl-stage .owl-item .item .g-showcase-image-link:before {
  background-color: rgba(208, 181, 181, 0.8);
  background-image: none;
}
/* line 71, templates/rt_gemini/custom/scss/custom.scss */
.itemid-101 #g-slideshow .g-simplecontent-item-leading-content {
  margin-top: -1.5rem;
  text-align: left;
}
/* line 76, templates/rt_gemini/custom/scss/custom.scss */
.sprocket-mosaic-order {
  display: none;
}
/* line 80, templates/rt_gemini/custom/scss/custom.scss */
.sprocket-readmore span {
  display: none;
}
/* line 84, templates/rt_gemini/custom/scss/custom.scss */
.sprocket-mosaic-item .sprocket-mosaic-title a {
  font-size: 1.2rem;
}
/* line 88, templates/rt_gemini/custom/scss/custom.scss */
.sprocket-mosaic-item .sprocket-mosaic-title, .sprocket-mosaic-item .sprocket-mosaic-info {
  margin-top: -0.5rem;
  margin-bottom: -1rem;
  text-align: center;
}
/* line 94, templates/rt_gemini/custom/scss/custom.scss */
#g-slideshow .customtitle1 img {
  margin-top: -2rem;
}
/* line 98, templates/rt_gemini/custom/scss/custom.scss */
.g-headertabs-image {
  width: 100%;
}
/* line 103, templates/rt_gemini/custom/scss/custom.scss */
#g-footer a {
  color: #fff;
}
/* line 107, templates/rt_gemini/custom/scss/custom.scss */
#g-footer a:hover {
  color: #cfdce4;
}
/* line 111, templates/rt_gemini/custom/scss/custom.scss */
#g-copyright a:hover {
  color: #cfdce4;
}
/* line 115, templates/rt_gemini/custom/scss/custom.scss */
.utility {
  margin-top: 2rem;
  margin-bottom: -2rem;
}
/* line 120, templates/rt_gemini/custom/scss/custom.scss */
#g-feature {
  margin-top: -4rem;
}
/*# sourceMappingURL=custom_11.css.map */