.gradient {
  background: #03375b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #03375b 0%, #1f557b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #03375b), color-stop(100%, #1f557b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #03375b 0%, #1f557b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #03375b 0%, #1f557b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #03375b 0%, #1f557b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #03375b 0%, #1f557b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03375b', endColorstr='#1f557b', GradientType=0);
  /* IE6-9 */

}
.box-shadow {
  -webkit-box-shadow: 1px 1px 0 black;
  -moz-box-shadow: 1px 1px 0 black;
  -o-box-shadow: 1px 1px 0 black;
  box-shadow: 1px 1px 0 black;
}
.sticky {
  position: fixed;
  z-index: 9999;
  width: 100%;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  background: #03375b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #03375b 0%, #1f557b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #03375b), color-stop(100%, #1f557b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #03375b 0%, #1f557b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #03375b 0%, #1f557b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #03375b 0%, #1f557b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #03375b 0%, #1f557b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03375b', endColorstr='#1f557b', GradientType=0);
  /* IE6-9 */

}
@-webkit-keyframes blip {
  0% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes blip {
  0% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes blip {
  0% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blip {
  0% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  overflow: hidden;
  font-family: 'Source Sans Pro', sans-serif;
  background: white;
  color: #373b3e;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-weight: 700;
  font-family: 'Lora', serif;
  text-rendering: optimizeLegibility;
}
h1.special,
h2.special,
h3.special,
h4.special,
h5.special,
h6.special {
  background: #085082;
  color: white;
  padding: 10px;
  text-shadow: 1px 1px black;
}
h1.archive_title,
h2.archive_title,
h3.archive_title,
h4.archive_title,
h5.archive_title,
h6.archive_title {
  margin-top: 60px;
  margin-bottom: -40px;
}
a {
  color: #085082;
}
a:hover,
a:focus {
  text-decoration: none;
}
.CTA {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: white;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.CTA:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
img {
  max-width: 100%;
}
::selection {
  background: rgba(30, 50, 79, 0.5);
  color: white;
}
::-moz-selection {
  background: rgba(30, 50, 79, 0.5);
  color: white;
}
.col-sm-15 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  min-height: 1px;
  position: relative;
}
.hover {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.breadcrumb-wrapper {
  background: #f2b326;
}
.breadcrumb-wrapper #breadcrumbs {
  margin: 0;
  padding: 10px 0;
}
.breadcrumb-wrapper #breadcrumbs span {
  color: white;
}
.breadcrumb-wrapper #breadcrumbs span span:first-child a {
  padding-left: 0;
}
.breadcrumb-wrapper #breadcrumbs span span.breadcrumb_last {
  color: white;
  padding: 10px;
}
.breadcrumb-wrapper #breadcrumbs span span a {
  color: white;
  padding: 10px;
}
blockquote {
  background: #f1f1f1;
  margin: 20px 0;
  border-left: 10px solid #cccccc;
  padding: 20px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote p {
  display: inline-block;
  color: #888888;
}
#map-canvas {
  height: 300px;
}
#map-canvas img {
  max-width: initial;
}
#map-canvas #content p {
  margin-bottom: 0;
}
#map-canvas #content p.directions-link {
  margin-top: 10px;
}
div.ssba {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
div.ssba div a + a img {
  margin-left: 5px;
}
div.ssba div a img {
  width: 45px !important;
  padding: 0;
  opacity: .5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
div.ssba div a img:hover {
  opacity: 1;
}
header[role=banner] {
  background: #03375b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #03375b 0%, #1f557b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #03375b), color-stop(100%, #1f557b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #03375b 0%, #1f557b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #03375b 0%, #1f557b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #03375b 0%, #1f557b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #03375b 0%, #1f557b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03375b', endColorstr='#1f557b', GradientType=0);
  /* IE6-9 */

}
header[role=banner] .col-sm-12 .logo {
  float: left;
  padding: 10px 0;
}
header[role=banner] .col-sm-12 .logo a {
  position: relative;
  z-index: 500;
  padding: 0;
}
header[role=banner] .col-sm-12 nav.navbar {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  min-height: 0;
  background: 0;
  box-shadow: none;
}
header[role=banner] .col-sm-12 nav.navbar .navbar-header button {
  margin: 20px 0 0;
  border: 0;
}
header[role=banner] .col-sm-12 nav.navbar .navbar-header button:focus,
header[role=banner] .col-sm-12 nav.navbar .navbar-header button:hover {
  background: transparent;
}
header[role=banner] .col-sm-12 nav.navbar .navbar-header button .icon-bar {
  background: white;
}
header[role=banner] .col-sm-12 nav.navbar .navbar-collapse {
  border: 0;
  padding: 0;
  box-shadow: none;
  overflow-y: visible;
}
header[role=banner] .col-sm-12 nav.navbar .navbar-collapse ul.nav {
  border: 0;
  margin: 0;
  min-height: 0;
}
header[role=banner] .col-sm-12 nav.navbar .navbar-collapse ul.nav li a {
  color: white;
  font-size: 16px;
  padding: 10px 0;
  opacity: .5;
}
header[role=banner] .col-sm-12 nav.navbar .navbar-collapse ul.nav li a:hover {
  background: transparent;
}
header[role=banner] .col-sm-12 nav.navbar .navbar-collapse ul.nav li a:focus {
  background: transparent;
}
header[role=banner] .col-sm-12 nav.navbar .navbar-collapse ul.nav li a .caret {
  margin-left: 5px;
}
header[role=banner] .col-sm-12 nav.navbar .navbar-collapse ul.nav li .dropdown-menu {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #053252;
}
header[role=banner] .col-sm-12 nav.navbar .navbar-collapse ul.nav li .dropdown-menu li {
  width: 100%;
}
header[role=banner] .col-sm-12 nav.navbar .navbar-collapse ul.nav li .dropdown-menu li:hover {
  background: #085082;
}
header[role=banner] .col-sm-12 nav.navbar .navbar-collapse ul.nav li .dropdown-menu li a {
  padding: 10px 15px;
  background: transparent;
}
header[role=banner] .col-sm-12 nav.navbar .navbar-collapse ul.nav li .dropdown-menu li a:hover {
  color: white;
}
header[role=banner] .col-sm-12 nav.navbar .navbar-collapse ul.nav li.open > a,
header[role=banner] .col-sm-12 nav.navbar .navbar-collapse ul.nav li.active > a {
  background: transparent;
}
header[role=banner] .col-sm-12 .info {
  text-align: center;
  padding: 0;
  margin: 0 -15px;
}
header[role=banner] .col-sm-12 .info a {
  font-size: 16px;
  color: white;
  padding: 10px;
  display: block;
  background: #f2b326;
}
header[role=banner] .col-sm-12 .info a + a {
  border-top: 1px solid #d8990d;
}
header[role=banner] .tagline {
  padding: 80px 15px;
}
header[role=banner] .tagline .row .col-sm-12 {
  text-align: center;
}
header[role=banner] .tagline .row .col-sm-12 h1 {
  color: white;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0 0 10px;
  text-shadow: 1px 1px black;
}
header[role=banner] .tagline .row .col-sm-12 p {
  color: white;
  font-size: 20px;
  max-width: 756px;
  margin: 0 auto;
}
.banner {
  display: none;
}
article {
  padding: 60px 0;
}
article.home-content {
  padding: 60px 0 0;
}
article.home-content .container .row .col-sm-12 {
  margin-bottom: 30px;
  text-align: center;
}
article.home-content .container .row .col-sm-12 h2 {
  font-size: 36px;
}
article.home-content .container .row .col-sm-12 p {
  max-width: 960px;
  margin: 0 auto;
}
article.home-services {
  padding: 0 0 60px;
}
article.home-services section .container .row .col-sm-4 {
  margin-bottom: 20px;
  border-radius: 2px;
  padding: 15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
article.home-services section .container .row .col-sm-4:hover {
  background: #085082;
}
article.home-services section .container .row .col-sm-4:hover a {
  color: white;
}
article.home-services section .container .row .col-sm-4 a {
  text-align: center;
  color: #373b3e;
}
article.home-services section .container .row .col-sm-4 a:hover,
article.home-services section .container .row .col-sm-4 a:focus {
  text-decoration: none;
}
article.home-services section .container .row .col-sm-4 a h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
}
article.home-services section .container .row .col-sm-4 a h4 i {
  display: block;
  font-size: 60px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
article.our-work {
  background-color: #03375b;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
article.our-work::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
article.our-work section .container .row .col-sm-12 {
  color: white;
}
article.our-work section .container .row .col-sm-12 a {
  background: #085082;
  color: white;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
}
article.our-work section .container .row .col-sm-12 a:hover {
  background: #053252;
}
article.our-work section .container .row .col-sm-12 a:active {
  position: relative;
  top: 1px;
}
article.home-blog {
  padding: 0;
}
article.home-blog header {
  background: #053252;
  padding: 20px 0;
  color: white;
  text-align: center;
  text-shadow: 1px 1px black;
}
article.home-blog header h1 {
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
  font-weight: 300;
}
article.home-blog section .container-fluid .row .col-md-6 {
  padding: 0;
}
article.home-blog section .container-fluid .row .col-md-6 a {
  display: block;
  background-color: #03375b;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 100px 15px;
  text-align: center;
  position: relative;
}
article.home-blog section .container-fluid .row .col-md-6 a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
article.home-blog section .container-fluid .row .col-md-6 a h2 {
  color: white;
  font-size: 24px;
  margin: 0;
  padding: 10px;
  font-weight: 300;
  border: 1px solid white;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
}
article.home-partners {
  background: white;
}
article.home-partners header .container .row .col-sm-12 {
  text-align: center;
}
article.home-partners section .container .row .col-sm-3 {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
article.home-partners section .container .row .col-sm-3:hover a.partner-logo::before {
  top: 0;
}
article.home-partners section .container .row .col-sm-3:hover p {
  top: 5px;
}
article.home-partners section .container .row .col-sm-3 a.partner-logo {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 65% auto;
  border: 1px solid #cccccc;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
article.home-partners section .container .row .col-sm-3 a.partner-logo:hover {
  opacity: 1;
  box-shadow: 0px 0px 5px #cccccc;
}
article.home-partners section .container .row .col-sm-3 p {
  position: absolute;
  top: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 15px 30px 0 15px;
}
article.home-partners section .container .row .col-sm-3 p a {
  color: white;
}
article.home-partners section .container .row .col-sm-3 p a:hover {
  text-decoration: none;
}
article.home-partners section .container .row .col-sm-3 p a strong {
  color: #f2b326;
}
article.home-partners section .container .row .col-sm-12 {
  text-align: center;
}
article.home-partners section .container .row .col-sm-12 a {
  background: #085082;
  color: white;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
}
article.home-partners section .container .row .col-sm-12 a:hover {
  background: #053252;
}
article.home-partners section .container .row .col-sm-12 a:active {
  position: relative;
  top: 1px;
}
article.services-list {
  padding-bottom: 0;
}
article.services-list section .col-sm-6 {
  margin-bottom: 60px;
}
article.services-list section .col-sm-6 a {
  color: #373b3e;
}
article.services-list section .col-sm-6 a h3 {
  font-family: 'Source Sans Pro', sans-serif;
}
article.services {
  padding-bottom: 0;
}
article.services h3 {
  margin: 20px 0;
}
article.services .col-sm-6 h4 {
  margin: 20px 0;
}
article.portfolio {
  padding: 0;
}
article.portfolio section .col-sm-15 {
  padding: 10px;
}
article.portfolio section .col-sm-15 a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
article.portfolio section .col-sm-15 a::before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
article.portfolio section .col-sm-15 a:hover::before {
  top: 0;
}
article.portfolio section .col-sm-15 a:hover span.portfolio-outer {
  top: 0;
}
article.portfolio section .col-sm-15 a span.portfolio-outer {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0 15px;
}
article.portfolio section .col-sm-15 a span.portfolio-outer .portfolio-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
article.portfolio section .col-sm-15 a span.portfolio-outer .portfolio-inner h3 {
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  padding: 10px;
  border: 1px solid white;
  display: inline-block;
}
article.post-list:first-child {
  padding: 60px 0 20px !important;
  border-bottom: 0;
}
article.post-list + .post-list {
  padding: 40px 0 20px;
  border-top: 1px solid #cccccc;
  border-bottom: 0;
}
article.post-list:last-child {
  padding: 40px 0;
}
article.post-list section .meta {
  margin-bottom: 20px;
}
article.post-list section .meta time {
  display: block;
  background: #053252;
  text-align: center;
  padding: 10px 15px;
}
article.post-list section .meta time span {
  display: inline-block;
  color: white;
  line-height: 1;
  font-size: 24px;
}
article.post-list section h1 a {
  color: #373b3e;
}
article.post-list footer .category p {
  color: #cccccc;
}
article.post-list footer .category p a {
  color: #cccccc;
}
article.post-list footer .comments a {
  color: #cccccc;
}
article.post {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
article.post header img {
  margin-bottom: 20px;
}
article.post header h1 {
  margin-bottom: 10px;
}
article.post section ul {
  padding: 0 25px;
}
article.post section ul li {
  list-style: square;
}
article.post footer p.tags {
  font-size: 14px;
  color: #cccccc;
}
article.post footer p.tags a {
  font-size: 14px;
  color: #cccccc;
  font-weight: normal;
  line-height: 1.5;
}
article.meet-the-team .col-sm-15 {
  margin-bottom: 30px;
}
article.meet-the-team .col-sm-15 img {
  width: 100%;
  border: 1px solid #cccccc;
}
article.meet-the-team .col-sm-15 h3 {
  margin: 10px 0 0;
  font-family: 'Source Sans Pro', sans-serif;
}
article.meet-the-team .col-sm-15 p {
  margin: 0;
}
article.partners .container .row .col-sm-3 {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
article.partners .container .row .col-sm-3:hover a.partner-logo::before {
  top: 0;
}
article.partners .container .row .col-sm-3:hover p {
  top: 5px;
}
article.partners .container .row .col-sm-3 a.partner-logo {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 65% auto;
  border: 1px solid #cccccc;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
article.partners .container .row .col-sm-3 a.partner-logo:hover {
  opacity: 1;
  box-shadow: 0px 0px 5px #cccccc;
}
article.partners .container .row .col-sm-3 p {
  position: absolute;
  top: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 15px 30px 0 15px;
}
article.partners .container .row .col-sm-3 p a {
  color: white;
}
article.partners .container .row .col-sm-3 p a:hover {
  text-decoration: none;
}
article.partners .container .row .col-sm-3 p a strong {
  color: #f2b326;
}
article.sign-up {
  background: url('../../images/sign-up-bg.jpg');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 100px 0;
}
article.sign-up::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
article.sign-up .container .row .col-sm-12 {
  text-align: center;
}
article.sign-up .container .row .col-sm-12 h2 {
  color: white;
  font-weight: normal;
  font-size: 36px;
  margin: 10px 0 0;
}
article.sign-up .container .row .col-sm-12 h4 {
  color: white;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  font-size: 24px;
}
article.sign-up .container .row .col-sm-12 div.customGuestCardContainer input {
  max-width: 408px;
  margin: 0 auto 20px;
}
article.sign-up .container .row .col-sm-12 div.customGuestCardContainer textarea {
  max-width: 408px;
  margin: 0 auto 20px;
}
article.contact-content {
  padding-bottom: 20px;
}
article.contact {
  padding-top: 0;
}
article.four-oh-four {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
article.four-oh-four header div.hero-unit img {
  margin-bottom: 60px;
}
article.four-oh-four header div.hero-unit h1 {
  margin-bottom: 10px;
}
article.four-oh-four header div.hero-unit h3 {
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
}
article.four-oh-four section p {
  font-size: 20px;
}
article.four-oh-four section form .input-group {
  min-width: 500px;
  margin: 0 auto;
}
article.four-oh-four section form .input-group input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #e3e3e3;
  border-right: 0;
  color: #555555;
  font-style: italic;
}
article.four-oh-four section form .input-group .input-group-btn {
  width: 38px;
}
article.four-oh-four section form .input-group .input-group-btn button {
  border: 1px solid #e3e3e3;
  border-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
article section .about-emphasis p {
  background: #085082;
  color: white;
  padding: 20px;
}
article section .about-emphasis p strong {
  display: block;
  font-size: 24px;
  text-shadow: 1px 1px black;
}
article section .about-emphasis p span {
  font-size: 18px;
  display: block;
}
article section .about-emphasis p + p {
  margin-top: 20px;
}
article section .featured {
  border: 1px solid #cccccc;
  background: #f1f1f1;
  padding: 20px;
  margin-bottom: 20px;
}
article section .featured h3 {
  margin: 0 0 20px;
}
article section .featured ol li {
  margin-bottom: 10px;
  font-size: 18px;
}
article section ul.social {
  padding: 0;
}
article section ul.social li {
  display: inline-block;
}
article section ul.social li a {
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  padding: 20%;
  color: white;
}
article section ul.social li a::after {
  display: none;
}
article section ul.social li a.facebook {
  background-color: #507cbe;
}
article section ul.social li a.facebook:hover {
  background: #3b63a0;
}
article section ul.social li a.twitter {
  background-color: #63cdf1;
}
article section ul.social li a.twitter:hover {
  background: #34beed;
}
article section ul.social li a.google {
  background-color: #4d4f54;
}
article section ul.social li a.google:hover {
  background: #353639;
}
article section ul.social li a.linkedin {
  background-color: #90cadd;
}
article section ul.social li a.linkedin:hover {
  background: #69b7d1;
}
article section ul.social li a img {
  width: 32px;
}
article section ul.social li + li {
  margin-left: 5px;
}
article section .contact-info {
  margin-bottom: 20px;
}
article section .contact-info p {
  margin: 0;
}
article section .contact-info p a {
  color: #373b3e;
}
.guest-card-container div.customGuestCardContainer.customGuestCardContainer {
  width: 100%;
}
.guest-card-container div.customGuestCardContainer.customGuestCardContainer br {
  display: none;
}
.guest-card-container div.customGuestCardContainer.customGuestCardContainer label {
  display: none;
}
.guest-card-container div.customGuestCardContainer.customGuestCardContainer input {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #cccccc;
  padding: 8px 20px;
  color: #b4b4b4;
  font-style: italic;
  font-size: 18px;
  margin: 0 0 20px;
}
.guest-card-container div.customGuestCardContainer.customGuestCardContainer input#cgcsubmit {
  background: #085082;
  color: white;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
  border: 0;
  font-weight: bold;
  font-style: normal;
  float: none;
}
.guest-card-container div.customGuestCardContainer.customGuestCardContainer input#cgcsubmit:hover {
  background: #053252;
}
.guest-card-container div.customGuestCardContainer.customGuestCardContainer input#cgcsubmit:active {
  position: relative;
  top: 1px;
}
.guest-card-container div.customGuestCardContainer.customGuestCardContainer textarea {
  display: block;
  width: 100%;
  border: 1px solid #cccccc;
  padding: 10px 20px;
  color: #b4b4b4;
  font-style: italic;
  font-size: 18px;
  margin: 0 0 20px;
}
.guest-card-container div.customGuestCardContainer.customGuestCardContainer textarea:focus {
  opacity: 1;
}
.guest-card-container div.customGuestCardContainer.customGuestCardContainer #captcha-image {
  margin-bottom: 20px;
}
.guest-card-container div.customGuestCardContainer.customGuestCardContainer #system-message {
  display: inline-block;
  padding: 10px;
  background: #f64b2f;
  color: #fefefe;
  width: 100%;
  max-width: 408px;
}
.guest-card-container div.customGuestCardContainer.customGuestCardContainer #system-message br {
  display: block;
}
.guest-card-container p {
  display: block;
  padding: 10px;
  background: #f64b2f;
  color: #fefefe;
  width: 100%;
  max-width: 408px;
  margin: 0 auto;
}
.guest-card-container p a {
  color: white;
  text-decoration: underline;
}
#respond {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
#respond h3.comment-reply-title {
  margin-bottom: 0;
}
#respond p.logged-in-as {
  margin-bottom: 20px;
}
#respond p.logged-in-as .log-out {
  color: #cccccc;
}
#respond p.comment-form-author input {
  border: 1px solid #cccccc;
  padding: 5px;
}
#respond p.comment-form-email input {
  border: 1px solid #cccccc;
  padding: 5px;
}
#respond p.comment-form-url input {
  border: 1px solid #cccccc;
  padding: 5px;
}
#respond p.comment-form-comment label {
  display: block;
}
#respond p.comment-form-comment textarea {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 5px;
}
#respond p.form-allowed-tags {
  display: none;
}
#respond p.form-submit input[type=submit] {
  border: 0;
  background: #f2b326;
  color: white;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
}
#respond p.form-submit input[type=submit]:hover {
  background: #d8990d;
}
#respond p.form-submit input[type=submit]:active {
  position: relative;
  top: 1px;
}
ul.pagination {
  margin-bottom: 60px;
}
ul.pagination li.active a {
  padding: 4px 9px;
  border: 1px solid #d8990d;
  color: white;
  display: inline-block;
  background: #f2b326;
  margin-top: 1px;
}
ul.pagination li.active a:hover {
  border: 1px solid #d8990d;
  color: white;
  background: #f2b326;
}
ul.pagination li.disabled {
  display: none;
}
ul.pagination li:last-child a {
  border-radius: 0;
}
ul.pagination li a {
  padding: 5px 10px;
  color: white;
  display: inline-block;
  background: #085082;
  margin-right: 2px;
}
ul.pagination li a:hover {
  color: white;
  background: #085082;
}
.comments-container nav.comment-nav {
  margin-bottom: 10px;
}
.comments-container nav.comment-nav span.current {
  padding: 4px 9px;
  border: 1px solid #d8990d;
  color: white;
  display: inline-block;
  background: #f2b326;
}
.comments-container nav.comment-nav a {
  padding: 5px 10px;
  color: white;
  display: inline-block;
  background: #085082;
}
.comments-container ol.commentlist {
  padding: 0;
  list-style: none;
}
.comments-container ol.commentlist li article {
  padding: 10px 0;
  background: #f1f1f1;
  border: 1px solid #cccccc;
  margin-bottom: -1px;
}
.comments-container ol.commentlist li article .vcard .avatar img {
  margin-bottom: 10px;
}
.comments-container ol.commentlist li article .vcard .comment-text h4 {
  margin: 0;
}
.comments-container ol.commentlist li article .vcard .comment-text time {
  margin: 0 0 10px;
}
.comments-container ol.commentlist li article .vcard .comment-text a.comment-reply-link {
  background: #085082;
  color: white;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
}
.comments-container ol.commentlist li article .vcard .comment-text a.comment-reply-link:hover {
  background: #053252;
}
.comments-container ol.commentlist li article .vcard .comment-text a.comment-reply-link:active {
  position: relative;
  top: 1px;
}
.comments-container ol.commentlist li article .vcard .comment-text a.comment-edit-link {
  color: white;
  background: #f2b326;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
}
.comments-container ol.commentlist li article .vcard .comment-text a.comment-edit-link:hover {
  background: #d8990d;
}
.comments-container ol.commentlist li article .vcard .comment-text a.comment-edit-link:active {
  position: relative;
  top: 1px;
}
.comments-container ol.commentlist li ul.children {
  list-style: none;
}
.comments-container ol.commentlist li .comment-respond h3 {
  margin-top: 20px;
}
.comments-container ol.commentlist li .comment-respond small a#cancel-comment-reply-link {
  background: #b22602;
  color: white;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
}
.comments-container ol.commentlist li .comment-respond small a#cancel-comment-reply-link:hover {
  background: #801b01;
}
.comments-container ol.commentlist li .comment-respond small a#cancel-comment-reply-link:active {
  position: relative;
  top: 1px;
}
.single #main article header img.featured-image {
  margin-bottom: 20px;
}
.container .row aside {
  padding: 60px 15px;
}
.container .row aside .widget {
  margin-bottom: 60px;
}
.container .row aside .widget.widget_recent_entries ul li a::after {
  content: "\f0da";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}
.container .row aside .widget.resite-services ul li a {
  display: block;
}
.container .row aside .widget.resite-partners ul li a {
  padding: 10px;
  display: block;
}
.container .row aside .widget h4 {
  margin: 0 0 10px;
}
.container .row aside .widget h4.widgettitle {
  font-family: 'Source Sans Pro', sans-serif;
}
.container .row aside .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.container .row aside .widget ul li a {
  color: #373b3e;
}
.container .row aside .widget ul li a i {
  font-size: 18px;
}
.container .row aside .widget form.form-inline fieldset .input-group {
  width: 100%;
}
.container .row aside .widget form.form-inline fieldset .input-group input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #e3e3e3;
  border-right: 0;
  color: #555555;
  font-style: italic;
}
.container .row aside .widget form.form-inline fieldset .input-group-btn button {
  border: 1px solid #e3e3e3;
  border-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
footer[role="contentinfo"] {
  background: #053252;
}
footer[role="contentinfo"] .inner-footer {
  border-bottom: 1px solid #062942;
}
footer[role="contentinfo"] .inner-footer .container {
  padding: 60px 15px;
}
footer[role="contentinfo"] .inner-footer .container .row .col-sm-3 {
  margin-bottom: 20px;
  color: white;
}
footer[role="contentinfo"] .inner-footer .container .row .col-sm-3 h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}
footer[role="contentinfo"] .inner-footer .container .row .col-sm-3 p {
  margin: 0;
}
footer[role="contentinfo"] .inner-footer .container .row .col-sm-3 a {
  color: white;
}
footer[role="contentinfo"] .inner-footer .container .row .col-sm-3 ul {
  padding: 0;
  margin: 0;
}
footer[role="contentinfo"] .inner-footer .container .row .col-sm-3 ul li {
  list-style: none;
}
footer[role="contentinfo"] .inner-footer .container .row .col-sm-3 ul li a::after {
  content: "\f0da";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}
footer[role="contentinfo"] .inner-footer .container .row .col-sm-3 ul.social li {
  display: inline-block;
}
footer[role="contentinfo"] .inner-footer .container .row .col-sm-3 ul.social li a {
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  padding: 25%;
}
footer[role="contentinfo"] .inner-footer .container .row .col-sm-3 ul.social li a::after {
  display: none;
}
footer[role="contentinfo"] .inner-footer .container .row .col-sm-3 ul.social li a.facebook {
  background-color: #507cbe;
}
footer[role="contentinfo"] .inner-footer .container .row .col-sm-3 ul.social li a.facebook:hover {
  background: #3b63a0;
}
footer[role="contentinfo"] .inner-footer .container .row .col-sm-3 ul.social li a.twitter {
  background-color: #63cdf1;
}
footer[role="contentinfo"] .inner-footer .container .row .col-sm-3 ul.social li a.twitter:hover {
  background: #34beed;
}
footer[role="contentinfo"] .inner-footer .container .row .col-sm-3 ul.social li a.google {
  background-color: #4d4f54;
}
footer[role="contentinfo"] .inner-footer .container .row .col-sm-3 ul.social li a.google:hover {
  background: #353639;
}
footer[role="contentinfo"] .inner-footer .container .row .col-sm-3 ul.social li a.linkedin {
  background-color: #90cadd;
}
footer[role="contentinfo"] .inner-footer .container .row .col-sm-3 ul.social li a.linkedin:hover {
  background: #69b7d1;
}
footer[role="contentinfo"] .inner-footer .container .row .col-sm-3 ul.social li a img {
  width: 32px;
}
footer[role="contentinfo"] .inner-footer .container .row .col-sm-3 ul.social li + li {
  margin-left: 5px;
}
footer[role="contentinfo"] .inner-footer .container .row .col-sm-3 #mc_embed_signup form {
  position: relative;
}
footer[role="contentinfo"] .inner-footer .container .row .col-sm-3 #mc_embed_signup form input[type=email] {
  width: 100%;
  padding: 5px 10px;
  font-style: italic;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #555555;
}
footer[role="contentinfo"] .inner-footer .container .row .col-sm-3 #mc_embed_signup form input:focus {
  outline: 0;
}
footer[role="contentinfo"] .inner-footer .container .row .col-sm-3 #mc_embed_signup form button {
  position: absolute;
  right: 0;
  top: 0;
  background: #e3e3e3;
  width: 32px;
  height: 32px;
  border: 0;
  font-size: 24px;
}
footer[role="contentinfo"] .inner-footer .container .row .col-sm-3 #mc_embed_signup form button:focus {
  outline: 0;
}
footer[role="contentinfo"] .inner-footer .container .row .col-sm-3 #mc_embed_signup form button i {
  color: #085082;
}
footer[role="contentinfo"] .inner-footer .container .row .col-sm-3 .nsc-logo {
  margin-top: 40px;
  max-width: 150px;
}
footer[role="contentinfo"] .legal {
  border-top: 1px solid #083e65;
}
footer[role="contentinfo"] .legal .container {
  padding: 20px 15px;
}
footer[role="contentinfo"] .legal .container .row .col-sm-6 {
  text-align: center;
}
footer[role="contentinfo"] .legal .container .row .col-sm-6 p {
  color: white;
  margin: 0;
}
footer[role="contentinfo"] .legal .container .row .col-sm-6 ul {
  margin: 0;
  padding: 0;
}
footer[role="contentinfo"] .legal .container .row .col-sm-6 ul li {
  list-style: none;
  display: inline-block;
}
footer[role="contentinfo"] .legal .container .row .col-sm-6 ul li a {
  color: white;
}
footer[role="contentinfo"] .legal .container .row .col-sm-6 ul li + li {
  margin-left: 10px;
}
/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  blockquote {
    padding: 60px;
  }
  #map-canvas {
    display: block;
    height: 500px;
  }
  .col-sm-15 {
    width: 50%;
  }
  body.home header[role=banner] {
    min-height: 500px;
  }
  header[role=banner] .container {
    width: 100%;
  }
  header[role=banner] .container .row .col-sm-12 nav.navbar {
    float: left;
    margin: 20px 0 0 15px;
  }
  header[role=banner] .container .row .col-sm-12 nav.navbar .collapse ul.nav li a {
    padding: 10px;
  }
  header[role=banner] .container .row .col-sm-12 nav.navbar .collapse ul.nav li ul.dropdown-menu {
    background: #053252;
  }
  header[role=banner] .container .row .col-sm-12 nav.navbar .collapse ul.nav li ul.dropdown-menu li:hover {
    background: #085082;
  }
  header[role=banner] .container .row .info {
    margin: 19px 0 0;
    text-align: right;
  }
  header[role=banner] .container .row .info a {
    background: transparent;
    opacity: .5;
    display: inline-block;
    border: 0;
    padding: 10px 5px;
  }
  header[role=banner] .container .row .info a.community-ware {
    color: #f2b326;
    opacity: 1;
  }
  header[role=banner] .container .row .info a.telephone {
    display: none;
  }
  .banner {
    display: block;
    text-align: center;
  }
  .banner .metaslider > div ul li {
    list-style: none;
  }
  .banner .metaslider > div a.rslides_nav {
    opacity: 0.25;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .banner .metaslider > div a.rslides_nav:hover {
    opacity: 0.5;
  }
  .banner .metaslider > div a.rslides_nav.prev {
    left: -10px;
  }
  .banner .metaslider > div a.rslides_nav.prev:hover {
    left: -20px;
  }
  .banner .metaslider > div a.rslides_nav.next {
    right: -10px;
  }
  .banner .metaslider > div a.rslides_nav.next:hover {
    right: -20px;
  }
  article.home-content {
    padding: 0;
  }
  article.our-work section .container .row .col-sm-12 p {
    max-width: 465px;
  }
  article.contact {
    padding-top: 60px;
  }
  article.post-list header a img {
    margin-bottom: 20px;
  }
  article.post-list section .meta {
    float: left;
  }
  article.post-list section .meta time {
    display: inline-block;
    background: #053252;
    text-align: center;
    padding: 10px;
  }
  article.post-list section .meta time span {
    display: block;
    color: white;
    line-height: 1;
  }
  article.post-list section .meta time span.day {
    font-size: 48px;
  }
  article.post-list section .meta time span.month {
    font-size: 30px;
    text-transform: uppercase;
  }
  article.post-list section .meta time span.year {
    font-size: 24px;
  }
  article.post-list section .content-column {
    float: left;
    width: 455px;
    padding-left: 30px;
  }
  article.post-list footer {
    float: right;
    width: 455px;
    padding-left: 30px;
  }
  article.post-list footer .category {
    float: left;
  }
  article.post-list footer .comments {
    float: right;
  }
  article section .about-emphasis p span {
    padding-left: 60px;
  }
  article section .featured {
    padding: 60px;
  }
  .single #main {
    padding-bottom: 60px;
  }
  footer[role=contentinfo] .inner-footer .container .row .col-sm-3 {
    margin-bottom: 0;
  }
  footer[role=contentinfo] .legal .container .row .col-sm-6 {
    text-align: left;
  }
  footer[role=contentinfo] .legal .container .row .col-sm-6:last-child {
    text-align: right;
  }
}
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .col-sm-15 {
    width: 20%;
  }
  header[role=banner] .container .row .col-sm-12 nav.navbar .collapse ul.nav li a {
    padding: 10px;
  }
  header[role=banner] .container .row .col-sm-12 .info a {
    padding: 10px;
  }
  header[role=banner] .container .row .col-sm-12 .info a.telephone {
    display: inline-block;
  }
  article.our-work {
    padding: 200px 0;
  }
  article.home-blog section .container-fluid .row .col-md-6.large-post a {
    padding: 200px 15px;
    height: 474px;
  }
  article.home-blog section .container-fluid .row .col-md-6.small-posts a {
    padding: 50px 15px;
    height: 158px;
  }
  article.post-list section .content-column {
    width: 620px;
  }
  article.post-list footer {
    width: 620px;
  }
}
/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  header[role=banner] .container {
    width: 1170px;
  }
  article.our-work {
    background-attachment: fixed;
  }
  article.sign-up {
    background-attachment: fixed;
  }
  article.post-list section .content-column {
    width: 770px;
  }
  article.post-list footer {
    width: 770px;
  }
}
