/* 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";
/* CSS Document */
/* Change H tags to be smaller */
/* line 5, templates/rt_salient/custom/scss/custom.scss */
h1, h2, h3, h4, h5 {
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 100;
}
/* Change contact form fields to be closer vertically */
/* line 11, templates/rt_salient/custom/scss/custom.scss */
div.ce-fltltr [class*="ce-fltwidth"] {
  float: left;
  margin-bottom: -10px;
}
/* Change font size of large text in feature blocks on home page - size was 5rem*/
/* line 17, templates/rt_salient/custom/scss/custom.scss */
.g-animatedblock .g-animatedblock-title {
  font-size: 3rem;
}
/* Change width of text box for squares in Feature on home page. */
/* line 22, templates/rt_salient/custom/scss/custom.scss */
.g-animatedblock .g-animatedblock-desc {
  width: 90%;
}
/* Change width of drop down menu to be wider (was 180px) */
/* line 28, templates/rt_salient/custom/scss/custom.scss */
.g-main-nav .g-standard .g-dropdown {
  width: 230px;
}
/*# sourceMappingURL=custom_12.css.map */