/* compiled by scssphp v0.3.2 on Mon, 06 Nov 2017 19:33:52 +0000 (0.5455s) */

/* !Start Variables */
/* Site Wide */
body, html {
  -webkit-overflow-scrolling: touch;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625rem;
  overflow-x: hidden;
  color: #333;
  font-family: 'futura-pt', sans-serif;
}
.container-semi-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
}
.flash {
  padding: 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.flash.alert {
  margin-bottom: 0;
}
.alert {
  border-radius: 0;
  border: none;
  color: #fff;
}
.alert.alert-danger {
  background-color: #f44336;
}
.alert.alert-success {
  background-color: #4caf50;
}
.alert.alert-info {
  background-color: #03a9f4;
}
.alert.alert-warning {
  background-color: #ff5722;
}
img.responsive, .img-responsive {
  padding-left: 0;
  padding-right: 0;
}
img.responsive.pull-left, .img-responsive.pull-left {
  padding: 2rem 2rem 2rem 0;
}
img.responsive.pull-right, .img-responsive.pull-right {
  padding: 2rem 0 2rem 2rem;
}
.scrim {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.flex {
  display: flex;
  align-items: center;
}
.flex.flex-center {
  justify-content: center;
}
.clear {
  clear: both;
}
.fixed-share {
  position: absolute;
  left: 0;
}
.pad, .padded, .padding {
  padding: 6rem 0;
}
.no-pad {
  padding: 0;
}
.relative {
  position: relative;
}
.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #27292b;
  opacity: 0.75;
}
.link-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.bg-img {
  background-size: cover;
  background-position: center;
}
.gradient {
  background: #19437f;
  background: -moz-linear-gradient(-45deg, #19437f 0%, #27292b 100%);
  background: -webkit-linear-gradient(-45deg, #19437f 0%, #27292b 100%);
  background: linear-gradient(135deg, #19437f 0%, #27292b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$accentColor', endColorstr='$accentColorAlt',GradientType=1);
}
.gradient.primary {
  background: #19437f;
  background: -moz-linear-gradient(-45deg, #19437f 0%, #0d3164 100%);
  background: -webkit-linear-gradient(-45deg, #19437f 0%, #0d3164 100%);
  background: linear-gradient(135deg, #19437f 0%, #0d3164 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$accentColor', endColorstr='$accentColorDark',GradientType=1);
}
.gradient.secondary {
  background: #27292b;
  background: -moz-linear-gradient(-45deg, #27292b 0%, #151617 100%);
  background: -webkit-linear-gradient(-45deg, #27292b 0%, #151617 100%);
  background: linear-gradient(135deg, #27292b 0%, #151617 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$accentColorAlt', endColorstr='$accentColorAltDark',GradientType=1);
}
.gradient.light {
  background: #fff;
  background: -moz-linear-gradient(-45deg, #fff 0%, #f1f1f1 100%);
  background: -webkit-linear-gradient(-45deg, #fff 0%, #f1f1f1 100%);
  background: linear-gradient(135deg, #fff 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primaryLightColor', endColorstr='$secondaryLightColor',GradientType=1);
}
.gradient.dark {
  background: #27292b;
  background: -moz-linear-gradient(-45deg, #27292b 0%, #202121 100%);
  background: -webkit-linear-gradient(-45deg, #27292b 0%, #202121 100%);
  background: linear-gradient(135deg, #27292b 0%, #202121 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primaryDarkColor', endColorstr='$secondaryDarkColor',GradientType=1);
}
.well {
  border: 1px #e6e6e6 solid;
  padding: 2rem;
  margin: -12rem 0;
  background: #f1f1f1;
  position: relative;
  z-index: 99;
  box-shadow: none;
  border-radius: 0;
}
.item {
  margin-bottom: 2rem;
}
.social .fa {
  font-size: 1rem;
  color: #fff;
  margin: 0 0.3em 0.3em 0;
}
address ul, address .fa-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
address ul li .fa, address .fa-ul li .fa {
  padding-right: 0.5em;
}
/* Tables */
table, .table {
  width: 100%;
  margin: 2rem 0;
}
table tr th, .table tr th, table tr td, .table tr td {
  vertical-align: middle !important;
}
table tr th, .table tr th, table tr td:first-child, .table tr td:first-child {
  background: #19437f;
  color: #fff;
  font-size: 1.25rem;
}
table tr td, .table tr td {
  border: 1px #e6e6e6 solid;
  font-size: 1rem;
  padding: 1rem 1.5rem;
  line-height: 1.3;
}
table tr td strong, .table tr td strong {
  color: #19437f;
}
table > thead > tr > th, .table > thead > tr > th {
  border-bottom-color: #0d3164;
}
table > tbody > tr > th, .table > tbody > tr > th, table > tbody > tr > td:first-child, .table > tbody > tr > td:first-child {
  border-color: #0d3164;
}
table.table-striped > tbody > tr:nth-child(odd), .table.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f1f1f1;
}
form input, form textarea {
  width: 100%;
  height: 50px;
  background: #f1f1f1;
  padding: 0 10px;
  border: none;
}
form input:focus, form textarea:focus {
  outline: none;
  box-shadow: none;
}
form textarea {
  height: 150px;
}
form .no-pad {
  padding: 2px;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
  color: #27292b;
  margin: 1.5em 0 0.5em 0;
  font-family: 'adobe-garamond-pro', serif;
  line-height: 1.1;
  font-weight: 300;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  display: block;
}
h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
  margin-top: 0;
  font-weight: 300;
}
h1.main-title, h2.main-title, h3.main-title, h4.main-title, h5.main-title, h6.main-title {
  font-size: 2.5rem;
  margin-bottom: 1.5em;
  border-bottom: 1px #202121 solid;
  display: inline-block;
  padding-bottom: 0.25em;
}
h1.main-title small, h2.main-title small, h3.main-title small, h4.main-title small, h5.main-title small, h6.main-title small {
  font-family: 'futura-pt', sans-serif;
  color: #333;
  font-weight: 100;
  font-size: 1rem;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 1rem;
}
p, ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination), ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) {
  font-size: 1.05rem;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 1em;
}
p big, ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) big, ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) big, p .lead, ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) .lead, ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) .lead {
  font-size: 1.2em;
}
p strong, ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) strong, ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) strong {
  color: #27292b;
}
ol, ul {
  padding: 0 0 0 2em;
  margin: 1em 0;
}
ol li, ul li {
  margin-bottom: 0.25em;
}
.pagination > li > a {
  color: #27292b;
}
.pagination > li > a:hover, .pagination > li > a:focus {
  color: #19437f;
}
.pagination > .active > a {
  background: #27292b;
  border-color: #27292b;
}
.pagination > .active > a:hover, .pagination > .active > a:focus {
  background: #27292b;
  border-color: #27292b;
}
a {
  color: #27292b;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
}
a:hover, a:focus {
  text-decoration: none;
  color: #0d3164;
}
strong {
  font-weight: 600;
}
hr {
  margin: 1.5em 0;
  border-top: 2px #f1f1f1 solid;
}
/* Buttons */
.btn {
  border-radius: 0;
  padding: 0.75em 3em;
  font-size: 0.8rem;
  border: 1px #27292b solid;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.3s;
  font-family: 'adobe-garamond-pro', serif;
}
.btn .fa {
  margin-left: 0.5rem;
  font-weight: 900;
}
.btn-small, .btn-sm {
  font-size: 0.6rem;
}
.btn-large, btn-lg, .btn-lrg {
  font-size: 1rem;
}
.btn-default {
  background-color: #27292b;
  color: #fff;
  border-color: #27292b;
}
.btn-default:hover, .btn-default:focus {
  background-color: #202121;
  color: #fff;
  border-color: #202121;
}
.btn-primary {
  background-color: #19437f;
  color: #fff;
  border-color: #19437f;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #0d3164;
  color: #fff;
  border-color: #0d3164;
}
.btn-secondary {
  background-color: #27292b;
  color: #fff;
  border-color: #27292b;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #151617;
  color: #fff;
  border-color: #151617;
}
.btn-ghost {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-ghost:hover, .btn-ghost:focus {
  background-color: #fff;
  color: #333;
  border-color: #fff;
}
.btn-ghost.alt {
  color: #27292b;
  border-color: #27292b;
}
.btn-ghost.alt:hover, .btn-ghost.alt:focus {
  background-color: #27292b;
  color: #fff;
  border-color: #27292b;
}
.btn-inverse {
  background-color: #fff;
  color: #333;
  border-color: #fff;
}
.btn-inverse:hover, .btn-inverse:focus {
  background-color: #f1f1f1;
  color: #333;
  border-color: #f1f1f1;
}
.btn-stripped {
  color: #27292b;
  padding: 0;
  border: none;
  border-bottom: 1px #27292b solid;
  font-weight: 600;
  padding-bottom: 5px;
}
/* Header */
header {
  padding: 1rem 0;
  position: relative;
  z-index: 9;
  border-bottom: 1px #f1f1f1 solid;
}
header .logo, header svg {
  max-width: 150px;
  display: block;
}
.main_h {
  position: fixed;
  z-index: 99999;
  width: 100%;
  padding: 10px 0;
  background: #fff;
  opacity: 0;
  top: -100px;
  left: 0;
  right: 0;
  transition: all 0.3s;
  border-bottom: 1px #e6e6e6 solid;
}
.main_h.sticky {
  opacity: 1;
  top: 0;
}
.main_h svg {
  max-width: 150px;
  display: block;
}
.main_h .navbar-default {
  padding: 0;
  margin: 4px 0;
}
/* Navigation */
.navbar-default {
  background-color: transparent;
  border: none;
  margin: 8px 0;
  min-height: 0;
}
.navbar-default .navbar-nav > li {
  margin: 0;
}
.navbar-default .navbar-nav > li > a {
  color: #27292b;
  font-size: 0.9rem;
  padding: 11px 1em;
  border: 1px transparent solid;
}
.navbar-default .navbar-nav > li > a .fa {
  opacity: 0.5;
  padding-left: 5px;
  position: relative;
  top: 1px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #27292b;
  border-color: transparent;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  border: 1px #f1f1f1 solid;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li {
  margin: 0;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  font-size: 0.9rem;
  padding: 5px 20px;
  color: #27292b;
}
.navbar-default .navbar-nav > li:last-child > a {
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-left: 15px;
  border-color: #27292b;
  background: #27292b;
  color: #fff;
}
.navbar-default .navbar-nav > li:last-child > a:hover, .navbar-default .navbar-nav > li:last-child > a:focus {
  background: #27292b;
  color: #fff;
}
.navbar-default .navbar-nav > .active > a {
  background-color: transparent;
  color: #27292b;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #27292b;
}
.navbar-default .navbar-nav > .open > a {
  background-color: transparent;
  color: #27292b;
}
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #27292b;
}
.navbar-default .navbar-nav.navbar-right .dropdown-menu {
  right: auto;
}
.navbar-default .navbar-toggle {
  background-color: #fff;
  border: none;
  margin: 0;
  padding: 1.25rem 2rem;
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #27292b;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #f1f1f1;
  margin-top: 5px;
  margin-right: -10px;
}
/* MM Menu */
.mm-slideout {
  box-shadow: none !important;
}
.mm-menu {
  background-color: #fff;
}
.mm-menu .mm-panel {
  border: none;
  border-radius: 0;
}
.mm-menu .mm-panel.mm-highest {
  box-shadow: none;
}
.mm-menu > .mm-list {
  padding: 0;
  margin-top: 0 !important;
}
.mm-menu > .mm-list > li {
  width: 100%;
}
.mm-menu > .mm-list > li a {
  font-weight: 300;
  font-family: 'futura-pt', sans-serif;
  color: #333;
  padding: 1em 1.5em !important;
  border: none;
  font-size: 1rem;
}
.mm-menu > .mm-list > li a .fa {
  display: none;
}
.mm-menu > .mm-list > li a:hover, .mm-menu > .mm-list > li a:focus {
  background: transparent;
}
.mm-menu > .mm-list > li:hover, .mm-menu > .mm-list > li:focus {
  background: #fff;
  border-left-color: #19437f;
}
.mm-menu > .mm-list > li:hover a, .mm-menu > .mm-list > li:focus a {
  color: #19437f;
}
.mm-menu > .mm-list > li:hover a:hover, .mm-menu > .mm-list > li:focus a:hover, .mm-menu > .mm-list > li:hover a:focus, .mm-menu > .mm-list > li:focus a:focus {
  background: transparent;
}
.mm-menu > .mm-list > li:hover .mm-subopen:hover, .mm-menu > .mm-list > li:focus .mm-subopen:hover, .mm-menu > .mm-list > li:hover .mm-subopen:focus, .mm-menu > .mm-list > li:focus .mm-subopen:focus {
  background: #27292b;
}
.mm-menu > .mm-list > li a.mm-subclose {
  background: #27292b;
  color: #fff;
  margin: 0;
}
.mm-menu > .mm-list > li a.mm-subclose:before {
  border-color: #fff;
  bottom: 70%;
}
.mm-menu > .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  margin-left: 0;
  border-color: #202121;
  opacity: 0.5;
}
.mm-menu > .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  border-color: #f1f1f1;
  opacity: 0.7;
}
.mm-menu > .mm-list > li.mm-selected.open {
  border-color: #27292b;
}
.mm-menu > .mm-list > li.mm-selected > a:not(.mm-subopen) {
  background: transparent;
  color: #19437f;
  border-color: #27292b;
}
.mm-menu > .mm-list > li.mm-selected > a.mm-subopen {
  background: #27292b;
}
.mm-menu > .mm-list > li.active {
  border-color: #27292b;
}
.mm-menu > .mm-list > li.active > a {
  color: #27292b;
}
.mm-menu > .mm-list > li.mm-subtitle {
  border-color: #27292b;
  transition: all 0.3s;
}
.mm-menu > .mm-list > li.mm-subtitle:hover, .mm-menu > .mm-list > li.mm-subtitle:focus {
  border-color: #27292b;
}
.mm-menu > .mm-list > li.mm-subtitle:hover .mm-subclose:hover, .mm-menu > .mm-list > li.mm-subtitle:focus .mm-subclose:hover, .mm-menu > .mm-list > li.mm-subtitle:hover .mm-subclose:focus, .mm-menu > .mm-list > li.mm-subtitle:focus .mm-subclose:focus {
  background: #27292b;
}
.mm-menu > .mm-list .mm-subopen {
  background: #27292b;
}
.mm-menu > .mm-list .mm-subopen:after {
  border-color: #fff !important;
  right: 45%;
}
.mm-menu > .mm-list .mm-subopen:hover, .mm-menu > .mm-list .mm-subopen:focus {
  background: #27292b;
}
/* Carousel */
.carousel img {
  width: 100%;
}
.carousel .carousel-caption {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  padding: 0;
  text-shadow: none;
}
.carousel .carousel-caption.left {
  text-align: left;
}
.carousel .carousel-caption.right {
  text-align: right;
}
.carousel .carousel-caption.center {
  text-align: center;
  justify-content: center;
}
.carousel .carousel-caption h3 {
  margin: 0 0 1rem 0;
  font-size: 3vw;
  color: #fff;
  font-weight: 300;
  line-height: 1;
}
.carousel .carousel-caption p {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}
.carousel .carousel-caption.light h3, .carousel .carousel-caption.light p {
  color: #27292b;
}
.carousel .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin: 0 1px !important;
  border-width: 2px;
}
.carousel .carousel-control {
  background: transparent;
  width: 8%;
}
.carousel .carousel-control.left .fa {
  right: 100%;
}
.carousel .carousel-control.right .fa {
  left: 100%;
}
.carousel .carousel-control .fa {
  position: absolute;
  top: 48%;
  z-index: 5;
  display: inline-block;
  font-size: 3rem;
  text-shadow: none;
  transition: all 0.3s;
}
.carousel .carousel-control:hover.left .fa, .carousel .carousel-control:focus.left .fa {
  right: 50%;
}
.carousel .carousel-control:hover.right .fa, .carousel .carousel-control:focus.right .fa {
  left: 50%;
}
.carousel .carousel-inner .item {
  margin-bottom: 0;
}
.carousel.secondary .carousel-caption {
  bottom: 2rem;
  top: auto;
}
.carousel.secondary .carousel-caption h3 {
  color: #27292b;
  background: #fff;
  display: inline-block;
  padding: 0 0.25em;
}
/* Intro */
.intro {
  text-align: center;
}
/* Shoutout */
.shoutout {
  margin: 2rem -15px;
  background: #fff;
  z-index: 9;
  position: relative;
}
.shoutout .item {
  margin-bottom: 0;
}
.shoutout .item img {
  border: 1px #e6e6e6 solid;
  filter: grayscale(0.4);
  width: 100%;
}
.shoutout .item .card {
  position: absolute;
  top: 2rem;
  left: 3rem;
  max-width: 300px;
  z-index: 9;
}
.shoutout .item .card h3 {
  color: #27292b;
  font-size: 1.75rem;
}
.shoutout .item .card h3 a {
  color: #27292b;
}
.shoutout .item .card p {
  color: #333;
  font-weight: 500;
}
.shoutout .item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 59%);
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 59%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 59%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1);
}
/* Blog */
.blog-image {
  display: block;
  background-color: #f1f1f1;
  background-position: center;
  background-origin: border-box;
  background-size: cover;
  width: 100%;
  height: 350px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
/* CTA */
.cta, .intro {
  text-align: center;
}
.cta h1, .intro h1, .cta h4, .intro h4 {
  font-size: 2.5rem;
  border-bottom: 1px #27292b solid;
  display: inline-block;
  padding-bottom: 0.25em;
}
.cta p, .intro p {
  font-size: 1.1rem;
}
.cta {
  background: #f1f1f1;
}
/* News */
.news .item {
  margin-bottom: 3rem;
}
/* Child Pages */
/* Special Content */
.spec-content .item {
  margin-bottom: 0;
  /* Main styles for all layouts */
  /* Layouts */
}
.spec-content .item h3 {
  color: #fff;
}
.spec-content .item h3 small {
  color: #27292b;
}
.spec-content .item p {
  color: #fff;
}
.spec-content .item.secondary h3 small {
  color: #fff;
}
.spec-content .item.dark {
  background-color: #27292b;
}
.spec-content .item.dark h3 {
  color: #19437f;
}
.spec-content .item.dark h3 small {
  color: #fff;
}
.spec-content .item.light {
  background-color: #f1f1f1;
}
.spec-content .item.light h3 {
  color: #19437f;
}
.spec-content .item.light p {
  color: #333;
}
.spec-content .item.white {
  background-color: #fff;
}
.spec-content .item.white h3 {
  color: #19437f;
}
.spec-content .item.white h3 small {
  color: #27292b;
}
.spec-content .item.white p {
  color: #333;
}
.spec-content .item.reg.primary, .spec-content .item.bg-img .overlay.primary {
  background-color: #19437f;
}
.spec-content .item.reg.secondary, .spec-content .item.bg-img .overlay.secondary {
  background-color: #27292b;
}
.spec-content .item.reg.dark, .spec-content .item.bg-img .overlay.dark {
  background-color: #27292b;
}
.spec-content .item.reg.light, .spec-content .item.bg-img .overlay.light {
  background-color: #f1f1f1;
}
.spec-content .item.reg.white, .spec-content .item.bg-img .overlay.white {
  background-color: #fff;
}
.spec-content .item .overlay {
  opacity: 0.85;
}
/* FAQ */
.faq a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #333;
  font-weight: 400;
  border-bottom: 1px solid #f1f1f1;
}
.faq a:hover, .faq a:hover::after {
  cursor: pointer;
  color: #19437f;
}
.faq a:hover::after {
  border: 1px solid #19437f;
}
.faq a::after {
  font-family: FontAwesome;
  content: '\f067';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 0.8rem;
  color: #333;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #333;
  text-align: center;
}
.faq a.active {
  color: #19437f;
  border-bottom: 1px solid #19437f;
}
.faq a.active::after {
  font-family: 'FontAwesome';
  content: '\f068';
  color: #19437f;
  border: 1px solid #19437f;
}
.faq .content {
  display: none;
  padding: 1rem;
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
}
/* Gallery */
.gallery .item {
  margin: 0;
  padding: 2px;
}
/* Footer */
footer.footer {
  background: #27292b;
}
footer.footer h4 {
  color: #fff;
  margin-bottom: 0.5em;
  margin-top: 0;
}
footer.footer p:last-of-type {
  margin-bottom: 1em;
}
footer.footer p, footer.footer li {
  color: #fff;
  opacity: 0.7;
  font-weight: 300;
}
footer.footer .footer-logo {
  margin-bottom: 2rem;
}
footer.footer .fa-ul {
  margin: 0;
  padding: 0;
}
footer.footer address .fa-ul li {
  margin-bottom: 1em;
}
footer.footer address .fa-ul li a {
  color: inherit;
  font-weight: inherit;
}
footer.footer address .fa-ul li strong {
  display: block;
  font-weight: 600;
}
footer.footer .copyright {
  background: #202121;
  text-align: center;
  padding: 1rem 0;
}
footer.footer .copyright p {
  font-size: 0.8rem;
  color: #fff;
  opacity: 0.8;
  margin-bottom: 0;
}
footer.footer .copyright p a {
  font-weight: inherit;
  color: inherit;
}
footer.footer form {
  padding: 0 13px;
}
footer.footer form .buttons input {
  background: #19437f;
  color: #fff;
  font-family: 'adobe-garamond-pro', serif;
  text-transform: uppercase;
  height: auto;
  padding: 0.75em 3em;
  font-size: 0.8rem;
  transition: all 0.3s;
}
footer.footer form .buttons input:hover, footer.footer form .buttons input:focus {
  background: #0d3164;
}
/* Media Queries */
@media (min-width: 1200px) {
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 25%;
  }
}
@media (max-width: 1199px) {
  body, html {
    font-size: 16px;
  }
  .navbar-default {
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 1rem;
    padding: 1em 10px;
  }
  .main_h .navbar-default {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .pad {
    padding: 4rem 0;
  }
  body, html {
    font-size: 16px;
  }
  .well {
    margin: 0;
  }
  header .logo, header svg {
    margin: 0 auto;
  }
  .navbar-default {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    margin: 0 auto;
    display: inline-block;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 0.5em 10px;
  }
  .main_h .navbar-default {
    margin-top: 10px;
  }
  .main_h .navbar-default .navbar-nav {
    display: block;
    float: right !important;
  }
  .main_h .navbar-default .navbar-nav > li > a {
    font-size: 0.9rem;
  }
  .carousel .carousel-caption {
    position: static;
    padding: 2rem 0;
  }
  .carousel .carousel-caption p {
    font-size: 1.1rem;
  }
  .intro {
    text-align: left;
  }
  .shoutout {
    margin: 0 0 2rem 0;
  }
  .shoutout .item .card {
    position: static;
    padding: 2rem 0 0 0;
  }
}
@media (max-width: 767px) {
  h1.main-title, h2.main-title, h3.main-title, h4.main-title, h5.main-title, h6.main-title {
    margin-bottom: 1em;
  }
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 1rem;
  }
  .same {
    height: auto !important;
  }
  .flex {
    display: block !important;
  }
  .pad {
    padding: 2rem 0;
  }
  .item, .shoutout .item {
    margin-bottom: 2rem;
  }
  header, .main_h {
    background: #fff;
  }
  header .logo, .main_h .logo {
    margin: 0;
    max-width: 100px;
  }
  .navbar-default, .main_h .navbar-default {
    margin-top: 0;
  }
  .navbar-default .navbar-toggle, .main_h .navbar-default .navbar-toggle {
    padding: 0.65rem 2rem;
  }
  .carousel .carousel-caption {
    position: static;
    background: #f1f1f1;
    display: block;
    text-shadow: none;
    padding: 2rem 0;
  }
  .carousel .carousel-caption.left, .carousel .carousel-caption.right, .carousel .carousel-caption.center {
    text-align: left;
  }
  .carousel .carousel-caption h3 {
    color: #27292b;
    font-size: 2rem;
  }
  .carousel .carousel-caption p {
    color: #333;
  }
  .scrim, .carousel-control, .carousel-indicators {
    display: none;
  }
  .cta {
    text-align: left;
  }
  .shoutout {
    padding-top: 1rem;
  }
  .shoutout .item:before {
    display: none;
  }
  .shoutout .item .card {
    max-width: 100%;
  }
  footer.footer .footer-logo {
    max-width: 200px;
  }
  footer.footer .social {
    padding-bottom: 1rem;
  }
  footer.footer .social .fa {
    font-size: 1rem;
    background: #f1f1f1;
    color: #27292b;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
  }
  footer.footer h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .carousel .carousel-caption h3 {
    font-size: 1.75rem;
  }
  .well {
    padding: 1rem;
  }
  .intro h1 {
    font-size: 2rem;
  }
  .cta h4 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  #no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr {
    display: block;
  }
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #no-more-tables tr {
    border: 1px solid #f1f1f1;
  }
  #no-more-tables td {
    border: none;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: right;
    width: 100%;
  }
  #no-more-tables td:before {
    position: absolute;
    top: 15px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    content: attr(data-title);
  }
}
@media all and (-ms-high-contrast: none) {
  header .logo, header svg {
    height: 50px;
  }
  .main_h .logo, .main_h svg {
    height: 42px;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 6px 1em;
  }
}
