/*!
Theme Name: Gutter Dome
Description: A custom theme designed and developed by Socius Marketing for GutterDome
Author: Socius Marketing
Author URI: http://www.sociusmarketing.com
Version: 1.0.0

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@media (min-width: 1400px) {
  .container {
    width: 1400px; } }

html {
  font-size: 16px; }
  @media (max-width: 1024px) {
    html {
      font-size: 15px; } }
  @media (max-width: 768px) {
    html {
      font-size: 14px; } }
  @media (max-width: 480px) {
    html {
      font-size: 13px; } }

p {
  font-size: 16px; }
  @media (max-width: 1170px) {
    p {
      font-size: 17px; } }
  @media (max-width: 1024px) {
    p {
      font-size: 16px; } }
  @media (max-width: 768px) {
    p {
      font-size: 15px; } }
  @media (max-width: 480px) {
    p {
      font-size: 14px; } }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  font-size: 16px; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5; }

body {
  overflow-x: hidden;
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

h3 {
  font-size: 26px;
  font-size: 1.625rem; }

.brandBox {
  background: #102961;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0px;
  font-size: 22px;
  font-size: 1.375rem; }

h3 {
  color: #102961;
  font-weight: 700; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 1em 0 1em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

#content ul li {
  margin: .5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

.btn-primary {
  color: #fff;
  background-color: #102961;
  border-color: #102961;
  border-radius: 15px;
  margin-top: 1rem;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
  .btn-primary:visited {
    color: #fff; }

.btn-primary:hover {
  color: #fff;
  background-color: #4092f7;
  border-color: #4092f7; }

.btn-fade {
  -webkit-opacity: 0.05;
  -moz-opacity: 0.05;
  opacity: 0.05;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease; }

.caption-style-2 li:hover .btn-fade {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: royalblue; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-nav > .active > a:focus {
  color: #4092f7;
  background-color: transparent; }

.navbar-default {
  background-color: #102961;
  font-family: "Questrial", sans-serif;
  border: none;
  font-size: 12px; }
  @media only screen and (min-width: 768px) {
    .navbar-default {
      font-size: 10px; } }
  @media only screen and (min-width: 1200px) {
    .navbar-default {
      font-size: 14px; } }
  .navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 10px; }
    @media only screen and (min-width: 1200px) {
      .navbar-default .navbar-nav > li > a {
        padding: 15px 15px; } }

.dropdown-menu {
  color: #fff;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 15px;
  text-align: left;
  list-style: none;
  background-color: #102961;
  -webkit-background-clip: padding-box;
  border: none;
  border-radius: 40;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.dropdown-menu > li > a {
  border-bottom: 1px solid #2d5db5;
  color: #fff;
  padding: 7px 20px; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #4092f7;
  background-color: transparent; }

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: transparent;
  color: #4092f7; }

.navbar-nav {
  float: right; }

.fa-border {
  border: none;
  border-radius: 0;
  color: #fff;
  width: 25px;
  height: 25px;
  padding-top: 5px;
  text-align: center; }

.navbar-static-top .fa-stack {
  width: 1.7em;
  font-size: 1em; }

#social .fa-stack {
  width: 1.6em; }

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #4092f7;
  background-color: transparent; }

.mm-menu.mm-theme-dark {
  background: #102961 !important; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

#dc_jqaccordion_widget-2-item {
  border-right: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf; }

#dc_jqaccordion_widget-2-item ul,
#dc_jqaccordion_widget-2-item ul li {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none; }

#dc_jqaccordion_widget-2-item ul a {
  padding: 10px 10px 10px 15px;
  background: #fff;
  text-decoration: none;
  display: block;
  color: #000;
  border-bottom: 1px solid #cfcfcf;
  border-top: 0; }

#dc_jqaccordion_widget-2-item ul ul a {
  padding: 10px 10px 10px 25px;
  background: #ebebeb; }

#dc_jqaccordion_widget-2-item ul a.dcjq-parent,
#dc_jqaccordion_widget-2-item ul a.dcjq-parent:hover {
  padding: 10px 10px 10px 15px;
  background: #102961;
  color: #fff; }

#dc_jqaccordion_widget-2-item ul a.dcjq-parent.active {
  background: #102961;
  color: #fff; }

#dc_jqaccordion_widget-2-item ul a:hover {
  background: #102961;
  color: #fff; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.top {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .top {
      text-align: right; } }

.home .gutter-image {
  margin-bottom: 180px; }
  @media (max-width: 768px) {
    .home .gutter-image {
      margin-bottom: 270px; } }

.gutter-image {
  z-index: 100;
  text-align: center;
  background: url(images/mobile-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 200px; }
  @media screen and (max-width: 1024px) and (min-width: 550px) {
    .gutter-image {
      background: url(images/mobile-bg1.png);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 200px; } }
  @media only screen and (min-width: 768px) {
    .gutter-image {
      background-position-y: bottom;
      background-repeat: no-repeat;
      position: absolute;
      width: 250px;
      height: 200px;
      background: url(images/logobg.png);
      background-size: cover;
      background-position: right;
      background-repeat: no-repeat; } }
  @media only screen and (min-width: 1024px) {
    .gutter-image {
      height: 330px;
      background-position-y: bottom;
      background-repeat: no-repeat; } }
  @media only screen and (min-width: 1024px) {
    .gutter-image {
      position: absolute;
      width: 480px;
      height: 300px;
      background: url(images/logobg.png);
      background-size: cover;
      background-position: right;
      background-repeat: no-repeat; } }

.gutter-image img {
  padding: 20px; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .gutter-image img {
      width: 150px;
      position: absolute;
      left: 0; } }
  @media (max-width: 768px) {
    .gutter-image img {
      width: 200px; } }
  @media only screen and (min-width: 1024px) {
    .gutter-image img {
      position: absolute;
      left: 0; } }

#homeheader {
  margin-top: 0; }
  @media only screen and (min-width: 1024px) {
    #homeheader {
      margin-top: -20px; } }
  @media only screen and (min-width: 1170px) {
    #homeheader {
      margin-top: 112px; } }

#pageHeader {
  margin-top: -20px; }
  @media only screen and (min-width: 1200px) {
    #pageHeader {
      margin-top: 112px; } }

#page-slider h2 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700; }
  @media only screen and (min-width: 1170px) {
    #page-slider h2 {
      font-size: 60px;
      font-size: 3.75rem; } }

#page-slider span {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700; }

#page-slider {
  background: #767676;
  background: url(images/internal-background1.jpg) center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  height: 350px;
  padding-top: 175px;
  padding-left: 40px; }

.fa-map-marker {
  color: #102961;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 10px 0 0 10px; }

.topLeft {
  color: #102961;
  padding: 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 800; }
  .topLeft .divi {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 10px; }
  .topLeft a {
    color: #102961; }
    .topLeft a:hover {
      text-decoration: none; }

.caption-style-2 img {
  margin: 0px;
  padding: 0px;
  float: left;
  z-index: 4;
  width: 350px;
  max-height: 250px;
  min-height: 250px; }

#rev_slider_4_2 {
  max-height: 511px !important;
  min-height: 511px; }
  @media (max-width: 1200px) {
    #rev_slider_4_2 {
      min-height: 540px; } }

.caption-style-2 .caption-text {
  z-index: 10;
  color: #fff;
  position: absolute;
  height: 300px;
  top: 20px;
  width: 350px; }
  @media (max-width: 1290px) {
    .caption-style-2 .caption-text {
      width: 300px; } }
  @media (max-width: 1100px) {
    .caption-style-2 .caption-text {
      width: 290px; } }
  @media (max-width: 960px) {
    .caption-style-2 .caption-text {
      width: 240px; } }
  @media (max-width: 915px) {
    .caption-style-2 .caption-text {
      width: 240px; } }
  @media (max-width: 900px) {
    .caption-style-2 .caption-text {
      width: 220px; } }

.caption-style-2 .caption {
  cursor: pointer;
  position: absolute;
  opacity: 1;
  top: 50%;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.caption-style-2 .blur {
  background-color: rgba(17, 56, 128, 0.7);
  height: 300px;
  width: 350px;
  z-index: 5;
  position: absolute; }

.caption-style-2 .caption-text h4 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.8rem;
  text-align: center;
  margin: 0; }
  @media only screen and (min-width: 1024px) {
    .caption-style-2 .caption-text h4 {
      font-size: 2.4rem; } }

.caption-style-2 {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }

.caption-style-2 li {
  float: left;
  margin: 15px;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 1200px) {
    .caption-style-2 li {
      margin: 0;
      margin-bottom: 15px; } }

.revDesktop {
  padding-left: 0; }
  @media only screen and (min-width: 1700px) {
    .revDesktop {
      width: 80%; } }

@media only screen and (min-width: 1700px) {
  .captionDesktop {
    width: 20%; } }

.caption-style-2 li:hover .caption {
  opacity: 1;
  transform: translateY(-160px);
  -webkit-transform: translateY(-160px);
  -moz-transform: translateY(-160px);
  -ms-transform: translateY(-160px);
  -o-transform: translateY(-160px); }

.caption-style-2 li:hover .caption-text {
  transform: translateY(60px);
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px); }

@media only screen and (min-width: 1024px) {
  .caption-style-2 .caption-text h4 {
    font-size: 2.4rem; } }

.caption-text p {
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: .5em; }

.mobile-m {
  text-align: center;
  font-size: 20px;
  background: #fff;
  padding-top: 10px; }
  .mobile-m a {
    color: #102961;
    text-decoration: none; }

.mobile-getaprice {
  text-align: center;
  color: #fff;
  background: #113880;
  text-transform: uppercase; }
  .mobile-getaprice h5 {
    font-size: 35px;
    font-size: 2.1875rem;
    font-weight: 700;
    margin-bottom: 0; }
  .mobile-getaprice .btn {
    background: #102961;
    color: #fff;
    border-radius: 0;
    width: 40%;
    margin-bottom: -10px; }

#cta-internal {
  text-align: center;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600; }
  #cta-internal a {
    color: #fff;
    text-decoration: none; }
  #cta-internal :hover {
    -webkit-filter: brightness(140%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease; }
  #cta-internal .cta1 {
    margin-top: 15px;
    background: #767676;
    background: url(images/ctainternal-1.jpg) center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 160px;
    padding-top: 50px; }
    #cta-internal .cta1 h5 {
      font-weight: 800;
      margin-top: 0;
      letter-spacing: 2px;
      font-size: 30px;
      font-size: 1.875rem; }
  #cta-internal .cta2 {
    background: #767676;
    background: url(images/ctainternal-2.jpg) center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 160px;
    padding-top: 50px;
    margin-top: 15px; }
    #cta-internal .cta2 h5 {
      font-weight: 800;
      margin-top: 0;
      letter-spacing: 2px;
      font-size: 26px;
      font-size: 1.625rem; }
      @media only screen and (min-width: 1600px) {
        #cta-internal .cta2 h5 {
          font-size: 33px;
          font-size: 2.0625rem; } }

#rev_slider_6_1_wrapper {
  margin-top: -150px !important;
  z-index: -11; }

.eg-gutterdome-element-5 {
  color: #fff !important;
  text-decoration: none !important; }

@media (max-width: 1200px) {
  .eg-gutterdome-element-5-a {
    margin: 20px 0px 0px 0px !important; } }

@media only screen and (min-width: 1600px) {
  .water-droplets {
    background-image: url("images/bg-content-internal.png");
    background-position: top left;
    background-repeat: no-repeat; } }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#cta-3 {
  background-color: #999;
  background: url(images/backgrounds/cta-3-background.jpg) center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 16px;
  font-size: 1rem; }

#cta-3 span {
  font-size: 70px;
  font-size: 4.375rem; }

#cta-3 h5 {
  font-size: 30px;
  font-size: 1.875rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 30px; }

.testimonials {
  background: #102961;
  color: #fff;
  padding: 35px;
  background: url(images/testimonials-bg.jpg) center;
  height: 476px; }

.testimonials p {
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
  margin-top: 50px;
  font-weight: 100;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 10px; }
  @media (max-width: 1200px) {
    .testimonials p {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media (max-width: 992px) {
    .testimonials p {
      font-size: 25px;
      font-size: 1.5625rem; } }

.tp-thumbs {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.testimonials small {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic; }

.bottomFooter {
  background: #102961;
  padding-top: 25px;
  padding-bottom: 25px; }

.bottomFooter a {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 30px;
  color: #fff; }
  @media (max-width: 480px) {
    .bottomFooter a {
      font-size: 12px;
      font-size: 0.75rem;
      margin: 5px; } }

.trust-logos {
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
  padding-top: 45px; }

.trust-logos img {
  padding: 5px 20px 5px 20px; }
  @media (max-width: 992px) {
    .trust-logos img {
      padding: 0 30px 0 30px;
      width: 50%;
      margin-top: -25px;
      margin-bottom: -25px; } }
  @media (max-width: 480px) {
    .trust-logos img {
      width: 75%; } }

#footer2 {
  background-color: #999;
  background: url(images/trust-bg.jpg) center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.leftFooter {
  text-align: center;
  padding-top: 20px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600; }
  @media (max-width: 992px) {
    .leftFooter img {
/*      width: 50%;*/
      } }

.leftFooter h4 {
  color: #102961;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.4em; }
  @media (max-width: 992px) {
    .leftFooter h4 {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media (max-width: 480px) {
    .leftFooter h4 {
      font-size: 15px;
      font-size: 0.9375rem; } }

.padding {
  padding: 5px; }

#homeContentTop {
  background-image: url("images/bg-content.png");
  background-position: top left;
  /*Positioning*/
  background-repeat: no-repeat;
  /*Prevent showing multiple background images*/
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (max-width: 992px) {
    #homeContentTop {
      background-image: none; } }

.insideFooter {
  background-image: url("images/bg-footer.png");
  background-position: center bottom;
  /*Positioning*/
  background-repeat: no-repeat;
  /*Prevent showing multiple background images*/
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (max-width: 992px) {
    .insideFooter {
      background-image: none; } }

.footerGallery {
  background-image: url("images/bg-gallery.png");
  background-position: right top;
  /*Positioning*/
  background-repeat: no-repeat;
  /*Prevent showing multiple background images*/
  padding-top: 10px;
  padding-bottom: 50px; }
  @media (max-width: 992px) {
    .footerGallery {
      background-image: none; } }

.carousel-indicators {
  bottom: -70px; }

.works-cta {
  padding-top: 50px;
  padding-bottom: 50px; }

/*--------------------------------------------------------------
# Socius
--------------------------------------------------------------*/
.bvalidator_errmsg {
  background-color: #102961;
  border: 1px solid #102961;
  z-index: 99999; }

.bvalidator_errmsg em {
  border-color: #102961 transparent transparent; }

.main-title {
  background-color: #d6df22 !important; }

.main-title__primary {
  float: left; }

.more {
  display: none; }

.callout-mobile {
  height: 72px;
  background: #e5eaf2;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
  height: 72px; }

a.callout-link {
  text-decoration: none !important;
  color: #0a36a7; }

.callout-mobile-text {
  color: #0a36a7;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  font-size: 24px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif; }

#cta-form {
  padding: 10px 50px 10px 60px; }
  #cta-form .padform {
    padding: 0 5px 0 5px; }

#cta-form h4 {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #102961;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 20px; }

#cta-form select {
  padding-left: 10px !important;
  background: #EEEEEE;
  border: none;
  border-radius: 0;
  height: 40px;
  box-shadow: none; }

#cta-form input[type="text"],
#cta-form input[type="email"],
#cta-form input[type="url"],
#cta-form input[type="password"],
#cta-form input[type="search"] {
  padding-left: 15px !important;
  background: #EEEEEE;
  border: none;
  border-radius: 0;
  height: 40px;
  box-shadow: none; }

#cta-form input[type="text"]::-webkit-input-placeholder,
#cta-form input[type="email"]::-webkit-input-placeholder,
#cta-form input[type="url"]::-webkit-input-placeholder,
#cta-form input[type="password"]::-webkit-input-placeholder,
#cta-form input[type="search"]::-webkit-input-placeholder {
  color: #000; }

#cta-form .btn {
  padding: 10px 40px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: none;
  border-radius: 30px;
  letter-spacing: 2px;
  margin-top: 0; }

@media (min-width: 1200px) {
  .navbar-static-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0; } }

.widget-area {
  margin: 3.5em 0 0; }

#map {
  display: inline-block;
  width: 100%;
  overflow: hidden !important; }

.width100 {
  width: 100%;
  border: none; }
  @media (max-width: 768px) {
    .width100 {
      height: 200px; } }

@media only screen and (max-width: 992px) {
  #primary img {
    width: 100%; } }

/* =Brochure pullout
-------------------------------------------------------------- */
#brochure {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in; }

#brochure {
  position: fixed;
  top: 200px;
  right: -230px;
  z-index: 9999999; }

#brochure input[type="text"],
#brochure input[type="email"],
#brochure input[type="url"],
#brochure input[type="password"],
#brochure input[type="search"] {
  padding-left: 10px; }

#brochureBtn {
  cursor: pointer;
  background: url("images/btn-brochure.png") center center no-repeat;
  float: left;
  width: 84px;
  height: 200px;
  background-color: #e7f0fc; }

#brochureContent {
  float: right;
  width: 230px;
  height: 330px;
  background: #f9fbfe; }
  #brochureContent .btn {
    padding: 9px 25px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: none;
    border-radius: 30px;
    letter-spacing: 2px;
    margin-top: 0; }

#brochure.open {
  right: 0px !important;
  z-index: 999999 !important; }

.contentB {
  height: 300px;
  margin: 20px;
  overflow: hidden;
  width: 190px; }

.contentB .title {
  line-height: 20px;
  color: #102961;
  padding: 0 0 25px; }

.fadein {
  opacity: 0;
  margin-top: 30px;
  -webkit-transition: .7s ease;
  -moz-transition: .7s ease;
  -o-transition: .7s ease;
  -ms-transition: .7s ease;
  transition: .7s ease; }

.slideUp {
  opacity: 1;
  margin-top: 0 !important;
  z-index: 999999; }


.social-i { margin-bottom: 5px; }
.insideFooter .social-i { margin-bottom: 8px; }


/* Logo Update and Sticky Form
 * 8 - 29 - 2017
 ************************************/

.gutter-image {
  background-image: none;
  margin-bottom: 0 !important;
  height: auto;
  position: relative;
  width: auto;
}

.gutter-image img {
  position: relative;
  width: auto;
  max-height: 85px;
  padding: 10px;
  padding-bottom: 5px;
}

#homeheader {
  margin-top: 0;
}

#rev_slider_6_1_wrapper {
  margin-top: 0 !important;
}

@media(min-width: 768px) {
  .navbar-static-top {
    background-color: white;
  }
}

.navbar {
  margin-bottom: 0;
  min-height: unset;
}

.navbar-default .navbar-nav > li > a {
  font-size: 12px;
  padding: 10px 8px;
}

@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    padding: 10px 15px;
  }
  #homeheader {
    margin-top: 89px;
  }
}

@media (min-width: 1300px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
  }
}

.padding-rl-0 {
  padding-left: 0;
  padding-right: 0;
}

#sticky-form {
  display: none;
  height: 0px;
  visibility: hidden;
  position: fixed;
  top: 89px;
  z-index: 11;
  width: 100%;
  background-color: #EEEEEE;
  text-align: center;
  transition: 0.2s height ease-in-out, 0.2s visibility linear;
}

#sticky-form-container {
  position: relative;
  top: -64px;
  transition: 0.2s top ease-in-out;
}

.sticky-form-visible {
  height: 64px !important;
  visibility: visible !important;
}

.sticky-form-container-visible {
  top: 0 !important;
}


#sticky-form .sticky-form-title {
  font-size: 1.5rem;
  color: #102961;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0;
}

#sticky-form form {
  padding: 15px 0;
}

#sticky-form .form-group {
  margin-bottom: 0;
}

#sticky-form .form-item {
  display: inline-block;
  max-width: 15%;
  vertical-align: middle;
  margin: 0 5px;
  line-height: 0;
}

#sticky-form input {
  padding-left: 6px;
  color: #666;
}

#sticky-form input::-webkit-input-placeholder {
color: #666 !important;
}
 
#sticky-form input:-moz-placeholder { /* Firefox 18- */
color: #666 !important;  
}
 
#sticky-form input::-moz-placeholder {  /* Firefox 19+ */
color: #666 !important;  
}
 
#sticky-form input:-ms-input-placeholder {  
color: #666 !important;  
}

#sticky-form select {
  padding-left: 3px;
}

#sticky-form .btn {
  padding: 5px 20px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: none;
  border-radius: 30px;
  letter-spacing: 2px;
  margin-top: 0; 
  transition: none;
  transition: 0.1s background-color ease-in-out;
}

@media(min-width: 1200px) {
  #sticky-form {
    display: block;
  }
}

.show-bvalidator {
  visibility: visible !important;
}

/* Careers Page
 * 8 - 30 - 2017
 ************************************/
.career-application {
  padding: 25px 0;
}
.career-application h3 {
  margin-bottom: 25px;
}
.career-application input[type="file"], 
.career-application input[type="submit"] {
  background-color: #102961;
}
.single-careers .post-navigation {
  display: none;
}

.career-h1 {
  color: #102961;
  font-weight: 700;
  font-size: 1.625rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: inherit;
  line-height: 1.1;
}

.career-h1 a {
  color: #102961;
  text-decoration: none;
}

.career-h1 a:hover {
  text-decoration: none;
}

.single-careers .page-header {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.single-careers .entry-content {
  margin-top: 0;
}

.single-careers .entry-content ul {
  margin-left: 0;
}

/* Fixed header corrections ...
 *  9/13/2017
************************************/
.logged-in .navbar-static-top {
    padding-top: 46px;
}

@media (min-width: 783px) {
  .logged-in .navbar-static-top {
    padding-top: 32px;
  }
}

.logged-in #sticky-form {
  top: 120px;
}

.mobile-header-wrapper {
  height: 75px;
}

.mobile-header {
  text-align: center;
  position: fixed;
    top: 0; right: 0; left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
}

.logged-in .mobile-header {
  top: 46px;
}

@media (min-width: 783px) {
  .logged-in .mobile-header {
    top: 32px;
  }
}

.mobile-header a {
  color: #102961;
  text-decoration: none;
}

.mobile-header-item {
  display: inline-block;
  max-width: 33%;
  vertical-align: middle;
  margin: 10px;
}

.mobile-header-item img {
  max-height: 72px;
  width: auto;
}

.mobile-phone {
  font-weight: 800;
}

.locations {
  font-weight: 800;
  text-align: center;
  padding: 20px 0;
}

#wpadminbar {
  position: fixed;
  top: 0;
}

/*
 * Add L/R Padding to Main Content Area
 */
 #main {
  padding: 0 15px;
 }

/**
* Decrease phone number font size in header @small width
*/
.topLeft {
  font-size: 1rem;
}

@media(min-width:992px) {
  .topLeft {
    font-size: 1.125rem;
  }
}
