/* line 8, ../sass/styles.scss */
body {
  background: #333333;
  font-family: 'Roboto', sans-serif;
  color: #333;
}

/* line 14, ../sass/styles.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', serif;
}

/* line 18, ../sass/styles.scss */
.row {
  max-width: 960px;
}

/* line 22, ../sass/styles.scss */
.top-bar .title-area {
  position: absolute;
  z-index: 100;
}

/* line 27, ../sass/styles.scss */
.top-bar {
  background: rgba(255, 255, 255, 0.8);
  height: 60px;
  line-height: 60px;
  box-shadow: 0 0 5px 1px rgba(2, 74, 99, 0.5);
}
/* line 32, ../sass/styles.scss */
.top-bar h1 {
  height: 50px;
  line-height: 50px;
  padding: 5px 0;
}
/* line 37, ../sass/styles.scss */
.top-bar img {
  max-height: 50px;
}

/* line 41, ../sass/styles.scss */
.top-bar-section {
  padding-left: 257px;
}
/* line 43, ../sass/styles.scss */
.top-bar-section ul {
  display: table;
  width: 100%;
  height: 60px !important;
}
/* line 47, ../sass/styles.scss */
.top-bar-section ul li {
  display: table-cell;
  float: none;
  vertical-align: middle;
  text-align: center;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  -webkit-transition: border 500ms ease-out;
  -moz-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
}
/* line 60, ../sass/styles.scss */
.top-bar-section ul li a {
  vertical-align: middle;
}
/* line 63, ../sass/styles.scss */
.top-bar-section ul li:hover {
  background: none;
  border-bottom: 3px solid #c7232c;
}
/* line 66, ../sass/styles.scss */
.top-bar-section ul li:hover a {
  background: none !important;
  color: inherit !important;
}

/* line 75, ../sass/styles.scss */
.top-bar-section ul li {
  text-align: center;
}

/* line 78, ../sass/styles.scss */
.top-bar-section ul li a {
  line-height: 18px !important;
  font-size: 16px;
  padding: 0 1rem !important;
  text-align: center;
}

/* line 84, ../sass/styles.scss */
.top-bar-section ul li {
  background: none;
}

/* line 87, ../sass/styles.scss */
.top-bar-section li:not(.has-form) a:not(.button) {
  background: none;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  color: #333;
  -webkit-transition: border 500ms ease-out;
  -moz-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
}

/* line 99, ../sass/styles.scss */
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li:not(.has-form) a.active:not(.button) {
  background: none;
  border-top: 3px solid transparent;
  color: #333;
}

/* line 109, ../sass/styles.scss */
.top-bar-section li.nav-active:not(.has-form) a:not(.button) {
  border-bottom: 3px solid #c7232c;
}

/* line 114, ../sass/styles.scss */
.top-bar-section li.contact:not(.has-form) a:not(.button) {
  background: #c7232c;
  color: #FFFFFF;
}

/* line 119, ../sass/styles.scss */
.hero {
  min-height: 500px;
  background-image: url(../images/heroBkg.jpg);
  background-size: cover;
  background-position: 50% 75%;
  padding-top: 120px;
}
/* line 125, ../sass/styles.scss */
.hero .wrap {
  display: table;
  width: 100%;
  height: 440px;
}
/* line 129, ../sass/styles.scss */
.hero .wrap .cell {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* line 136, ../sass/styles.scss */
.hero .button {
  margin: 10px;
}

/* line 140, ../sass/styles.scss */
.phone-number {
  text-align: right;
  line-height: 30px;
  color: #FFFFFF;
}

/* line 146, ../sass/styles.scss */
#mission-statement {
  background-image: url(../images/black_linen_v2_@2X.png);
  background-size: 640px;
  box-shadow: inset 0px 0px 6px 0px black;
}

/* line 152, ../sass/styles.scss */
.mission-statement {
  max-width: 900px;
  margin: 20px auto;
  padding: 15px;
  margin-bottom: 15px;
  font-family: Georgia, serif;
  font-size: 20px;
  text-transform: none;
  color: #FFFFFF;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
/* line 165, ../sass/styles.scss */
.mission-statement h2 {
  color: #FFFFFF;
  margin-bottom: 10px !important;
}

/* line 171, ../sass/styles.scss */
.hero.interior {
  min-height: 100px;
  background-position: center top;
}
/* line 174, ../sass/styles.scss */
.hero.interior .wrap {
  height: auto;
}

/* line 178, ../sass/styles.scss */
.cta {
  color: #FFFFFF;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
/* line 182, ../sass/styles.scss */
.cta .cta-1 {
  font-family: 'Merriweather', serif;
  font-size: 48px;
  line-height: 1em;
}
/* line 187, ../sass/styles.scss */
.cta .sub-cta {
  font-size: 20px;
  line-height: 1em;
  margin: .5em 0 1em 0;
}
/* line 192, ../sass/styles.scss */
.cta a {
  margin: 0 20px;
}

/* line 196, ../sass/styles.scss */
.button {
  text-shadow: none;
  background: #c7232c;
}
/* line 199, ../sass/styles.scss */
.button:hover {
  background: #9c1b22;
}

/* line 204, ../sass/styles.scss */
.content {
  background: #FFF;
  padding: 60px 0;
}
/* line 207, ../sass/styles.scss */
.content.bg-gray {
  background: #fcfcfc;
}

/* line 211, ../sass/styles.scss */
.row h2 {
  text-align: center;
  margin-bottom: 1em;
}

/* line 216, ../sass/styles.scss */
.content.pre-map {
  padding-bottom: 0;
}

/* line 219, ../sass/styles.scss */
.content.map {
  padding-top: 0;
}
/* line 221, ../sass/styles.scss */
.content.map h3 {
  text-align: center;
}

/* line 226, ../sass/styles.scss */
.google-maps iframe {
  width: 100% !important;
  height: 300px !important;
}

/* line 231, ../sass/styles.scss */
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  border-color: #c7232c;
  background: #FFFFFF;
}

/* line 235, ../sass/styles.scss */
#gi textarea {
  resize: none;
  height: 150px;
}

/* line 240, ../sass/styles.scss */
.f-topbar-fixed {
  padding-top: 0 !important;
}

/* line 244, ../sass/styles.scss */
#footer {
  padding: 60px 20px;
  background: #333;
  color: #FFF;
  font-size: 14px;
}
/* line 249, ../sass/styles.scss */
#footer a, #footer p {
  color: inherit;
  opacity: 0.5;
  font-size: 14px;
}

/* line 254, ../sass/styles.scss */
.ta-r {
  text-align: right;
}

/* line 258, ../sass/styles.scss */
.scrolloff {
  pointer-events: none;
}

/* line 261, ../sass/styles.scss */
.top-bar {
  border-radius: 5px;
  overflow: hidden;
}

/* line 265, ../sass/styles.scss */
.top-bar .name {
  height: 60px;
}

/* line 268, ../sass/styles.scss */
.top-bar.expanded,
.top-bar.expanded .title-area {
  background: rgba(255, 255, 255, 0.8);
}

/* line 272, ../sass/styles.scss */
.top-bar .toggle-topbar.menu-icon a {
  font-size: 0;
  color: #333;
}

/* line 277, ../sass/styles.scss */
.top-bar .toggle-topbar.menu-icon a span::after {
  box-shadow: 0px 0px 0px 1px #333, 0px 7px 0px 1px #333, 0px 14px 0px 1px #333;
}

/* line 281, ../sass/styles.scss */
#header {
  position: absolute;
  right: 0;
  left: 0;
  top: 50px;
  padding: 0 10px;
}

/* line 289, ../sass/styles.scss */
.user-management table tr td input[type="text"],
.user-management table tr td input[type="password"] {
  margin-bottom: 0;
}

/* line 293, ../sass/styles.scss */
.user-management table .button {
  margin-bottom: 0;
}

/* line 296, ../sass/styles.scss */
.user-management table tr td {
  vertical-align: top;
}

/* line 299, ../sass/styles.scss */
input.permission-toggle {
  margin-bottom: 0;
}

/* line 304, ../sass/styles.scss */
.faq-section {
  padding-bottom: 20px;
}
/* line 305, ../sass/styles.scss */
.faq-section h5 {
  margin-bottom: 0;
}

/* line 311, ../sass/styles.scss */
.faq-holder {
  margin: 15px 0;
  padding-left: 30px;
  position: relative;
}
/* line 315, ../sass/styles.scss */
.faq-holder h6 {
  color: #c7232c;
  font-weight: bold;
  cursor: pointer;
}
/* line 319, ../sass/styles.scss */
.faq-holder h6:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f138";
  position: absolute;
  top: 2px;
  left: 5px;
  color: #222;
}
/* line 329, ../sass/styles.scss */
.faq-holder .question.open h6:before {
  content: "\f13a";
}
/* line 333, ../sass/styles.scss */
.faq-holder .answer {
  display: none;
}

/* line 338, ../sass/styles.scss */
.top-bar .title-area {
  position: relative;
  z-index: 110;
  width: 100%;
}
@media (min-width: 950px) {
  /* line 338, ../sass/styles.scss */
  .top-bar .title-area {
    display: inline-block;
    width: auto;
  }
}

/* line 349, ../sass/styles.scss */
.top-bar-section {
  display: none;
}
@media (min-width: 950px) {
  /* line 349, ../sass/styles.scss */
  .top-bar-section {
    display: block;
    z-index: 100;
  }
}

/* line 357, ../sass/styles.scss */
.top-bar .toggle-topbar {
  display: block;
}
@media (min-width: 950px) {
  /* line 357, ../sass/styles.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
}

/* line 365, ../sass/styles.scss */
.news-item h4 {
  margin-bottom: 0px;
  color: #c7232c;
}
/* line 369, ../sass/styles.scss */
.news-item .date {
  font-weight: bold;
}

/*CSS3 multiple columns.*/
/* Get em size for colums: 184/16 */
/* line 376, ../sass/styles.scss */
.list-column {
  -moz-column-width: 14.5em;
  /* Firefox */
  -webkit-column-width: 14.5em;
  /* webkit, Safari, Chrome */
  column-width: 14.5em;
}

/*remove standard list and bullet formatting from ul*/
/* line 383, ../sass/styles.scss */
.list-column ul {
  margin: 0;
  padding: 0;
}
/* line 387, ../sass/styles.scss */
.list-column ul li {
  position: relative;
  padding-left: 10px;
}
/* line 390, ../sass/styles.scss */
.list-column ul li:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #c7232c;
  top: 10px;
  left: 0px;
}

/* correct webkit/chrome uneven margin on the first column*/
/* line 403, ../sass/styles.scss */
.list-column ul li:first-child {
  margin-top: 0px;
}

/* line 408, ../sass/styles.scss */
.attr {
  font-size: 12px;
  color: #CCCCCC;
  font-style: italic;
}

/* line 414, ../sass/styles.scss */
.collapse input {
  margin-bottom: 5px;
}

/* line 418, ../sass/styles.scss */
.error input, .error textarea, .error select {
  margin-bottom: 0 !important;
}

/* line 422, ../sass/styles.scss */
.collapse input:last-child {
  margin-bottom: 1rem;
}

/* line 426, ../sass/styles.scss */
label {
  font-weight: bold;
}

/* line 429, ../sass/styles.scss */
input label {
  font-weight: normal;
}

/* line 434, ../sass/styles.scss */
form h4 {
  margin-top: 2rem;
}

/* line 439, ../sass/styles.scss */
.noty_buttons button {
  margin-bottom: 2px;
}
