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

/* Style the accordions in the submittal builder */
/* line 3, templates/rt_photon/custom/scss/custom.scss */
.accord {
  color: #1e3253;
  background-color: #fff;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/* line 8, templates/rt_photon/custom/scss/custom.scss */
.accord:hover {
  color: #1e3253;
  background-color: #fff;
}
/* Style the accordion panel. Note: hidden by default */
/* line 13, templates/rt_photon/custom/scss/custom.scss */
.files {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
/* line 19, templates/rt_photon/custom/scss/custom.scss */
.file {
  padding: 4px;
  float: left;
  width: 50%;
}
/* line 24, templates/rt_photon/custom/scss/custom.scss */
.button.button-submittal {
  background: #1e3253;
  border: 1px;
  border-radius: 0rem;
  width: 85%;
}
/* line 30, templates/rt_photon/custom/scss/custom.scss */
.button.button-submittal:hover {
  background: #4f7cc0;
}
/* line 33, templates/rt_photon/custom/scss/custom.scss */
.button.button-subfloat {
  background: #1e3253;
  border: 1px;
  border-radius: 0rem;
  width: 60%;
}
/* line 39, templates/rt_photon/custom/scss/custom.scss */
.button.button-subfloat:hover {
  background: #4f7cc0;
}
/* line 43, templates/rt_photon/custom/scss/custom.scss */
/* line 44, templates/rt_photon/custom/scss/custom.scss */
.shrinkaccordion .g-accordionmenu .nav label {
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 400;
  border-bottom: 2px solid transparent;
}
/* line 50, templates/rt_photon/custom/scss/custom.scss */
.shrinkaccordion .g-accordionmenu .group-list a {
  margin: 0;
  font-size: 1.1rem;
  font-weight: normal;
}
/* line 55, templates/rt_photon/custom/scss/custom.scss */
.shrinkaccordion .g-accordionmenu .group-list a:hover {
  font-weight: bold;
}
/* line 60, templates/rt_photon/custom/scss/custom.scss */
.formResponsive textarea {
  width: 100%;
}
/* line 64, templates/rt_photon/custom/scss/custom.scss */
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: 1px solid #d8d9dc;
}
/* line 67, templates/rt_photon/custom/scss/custom.scss */
input[type="radio"], input[type="checkbox"] {
  margin: auto;
}
/* line 70, templates/rt_photon/custom/scss/custom.scss */
.button.button-grey {
  background: #1e3253;
  border-color: #1e3253;
}
/* line 74, templates/rt_photon/custom/scss/custom.scss */
.button.button-grey:hover {
  background: #4f7cc0;
}
/* line 78, templates/rt_photon/custom/scss/custom.scss */
.Fixbox {
  position: fixed;
  text-align: left !important;
  top: 160px;
  right: 125px;
  width: 20%;
  background-color: #fff;
  z-index: 2;
  overflow: auto;
  max-height: 660px;
}
/* line 90, templates/rt_photon/custom/scss/custom.scss */
.alert-floatbox {
  color: #1e3253;
  background-color: #fff;
  border-color: #1e3253;
  text-align: center;
}
/* line 96, templates/rt_photon/custom/scss/custom.scss */
.alert-floatbox a, .alert-floatbox a:hover, .alert-floatbox .alert-link, .alert-floatbox .alert-link:hover {
  color: #4f7cc0;
}
/* line 100, templates/rt_photon/custom/scss/custom.scss */
.innards {
  text-align: left !important;
}
/* line 104, templates/rt_photon/custom/scss/custom.scss */
.grow {
  transition: all 0.1s ease-in-out;
}
/* line 105, templates/rt_photon/custom/scss/custom.scss */
.grow:hover {
  transform: scale(1.04);
}
/* line 107, templates/rt_photon/custom/scss/custom.scss */
/* line 108, templates/rt_photon/custom/scss/custom.scss */
.darktext a:hover {
  color: #4f7cc0;
  text-decoration: underline;
}
/* line 112, templates/rt_photon/custom/scss/custom.scss */
.darktext a {
  color: #1e3253;
  text-decoration: none;
}
/* line 116, templates/rt_photon/custom/scss/custom.scss */
.darktext .g-infolist .g-infolist-item .g-infolist-item-container {
  margin: 0rem !important;
  padding: 0rem !important;
}
/* line 120, templates/rt_photon/custom/scss/custom.scss */
.darktext .g-infolist .g-infolist-item-title {
  margin: 0.25rem 0;
  font-size: 1.4rem;
}
/* Style the accordions in the submittal builder */
/* line 128, templates/rt_photon/custom/scss/custom.scss */
.accord {
  color: #1e3253;
  background-color: #fff;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/* line 133, templates/rt_photon/custom/scss/custom.scss */
.accord:hover {
  color: #1e3253;
  background-color: #fff;
}
/* Style the accordion panel. Note: hidden by default */
/* line 138, templates/rt_photon/custom/scss/custom.scss */
.files {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
/* line 144, templates/rt_photon/custom/scss/custom.scss */
.file {
  padding: 4px;
  float: left;
  width: 50%;
}
/* line 149, templates/rt_photon/custom/scss/custom.scss */
.button.button-submittal {
  background: #1e3253;
  border: 1px;
  border-radius: 0rem;
  width: 85%;
}
/* line 155, templates/rt_photon/custom/scss/custom.scss */
.button.button-submittal:hover {
  background: #4f7cc0;
}
/* line 158, templates/rt_photon/custom/scss/custom.scss */
.button.button-subfloat {
  background: #1e3253;
  border: 1px;
  border-radius: 0rem;
  width: 60%;
}
/* line 164, templates/rt_photon/custom/scss/custom.scss */
.button.button-subfloat:hover {
  background: #4f7cc0;
}
/* line 168, templates/rt_photon/custom/scss/custom.scss */
/* line 169, templates/rt_photon/custom/scss/custom.scss */
.shrinkaccordion .g-accordionmenu .nav label {
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 400;
  border-bottom: 2px solid transparent;
}
/* line 175, templates/rt_photon/custom/scss/custom.scss */
.shrinkaccordion .g-accordionmenu .group-list a {
  margin: 0;
  font-size: 1.1rem;
  font-weight: normal;
}
/* line 180, templates/rt_photon/custom/scss/custom.scss */
.shrinkaccordion .g-accordionmenu .group-list a:hover {
  font-weight: bold;
}
/* line 185, templates/rt_photon/custom/scss/custom.scss */
.formResponsive textarea {
  width: 100%;
}
/* line 189, templates/rt_photon/custom/scss/custom.scss */
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: 1px solid #d8d9dc;
}
/* line 192, templates/rt_photon/custom/scss/custom.scss */
input[type="radio"], input[type="checkbox"] {
  margin: auto;
}
/* line 195, templates/rt_photon/custom/scss/custom.scss */
.button.button-grey {
  background: #1e3253;
  border-color: #1e3253;
}
/* line 199, templates/rt_photon/custom/scss/custom.scss */
.button.button-grey:hover {
  background: #4f7cc0;
}
/* line 204, templates/rt_photon/custom/scss/custom.scss */
.panel-title > a:before {
  float: left !important;
  font-family: FontAwesome;
  content: "\f147";
  padding-left: 5px;
}
/* line 210, templates/rt_photon/custom/scss/custom.scss */
.panel-title > a.collapsed:before {
  float: left !important;
  content: "\f196";
  padding-left: 5px;
}
/* line 215, templates/rt_photon/custom/scss/custom.scss */
.panel-title > a:hover, .panel-title > a:active, .panel-title > a:focus {
  text-decoration: none;
}
/*# sourceMappingURL=custom_73.css.map */