* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0 !important;
  padding: 0 !important;
}
html,
body {
  font-family: Helvetica, Gotham, Arial, "sans-serif" !important;
  line-height: normal;
  font-size: 1em;
  color: #444545;
}
p,
ol,
ul,
li {
  line-height: 1.5em;
}
img {
  max-width: 100%;
  height: auto;
}
embed,
iframe,
object,
t video {
  max-width: 100%;
  border: none;
}
p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
  margin-bottom: 0;
}
p{
  margin: 0 0 30px 0;
}
p:last-child {
  margin-bottom: 0;
}
a {
  text-decoration: underline;
}
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}
ul,
ol {
  list-style: none;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1em;
  font-weight: normal;
}
h1 {
  font-size: 1.7em;
}
h2 {
  font-size: 1.4em;
  line-height: 1.4em;
}
h3 {
  font-size: 1.2em;
  line-height: 1.4em;
}
body {
  background: #fff;
}
::selection {
  background: #318bad;
  color: #fff !important;
}
::-moz-selection {
  background: #318bad;
  color: #fff !important;
}
a img {
  display: inline-block;
  vertical-align: middle;
}
a[href^="tel:"] {
  text-decoration: none;
}
small,
p.small,
div.small {
  font-size: 0.8em !important;
}
body #page {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#masthead {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 4900;
}
#content {
  position: relative;
  z-index: 250;
}
.site-footer {
  position: relative;
  z-index: 250;
}
#content {
  margin: 0;
  padding: 0 0 0 0;
}
#masthead {
  width: 100%;
  display: block;
}
#mobile_head {
  background: #fff;
  margin: 0;
  display: block;
  border-bottom: 5px solid #46b0e4;
}
#full_head {
  display: block;
  margin: 0 auto;
  background: #fff;
}
a#logo {
  padding: 10px;
  display: inline-block;
  float: right;
  margin-top: 5px;
}
#full_head {
  display: block;
  margin: 0 auto;
  background: #fff;
}
#full_head #full_head_top {
  border-bottom: 1px solid #d1d3d4;
  text-align: right;
}
#full_head #full_head_bottom {
  max-width: 1500px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}
#full_head #full_head_bottom #full_logo,
#full_head #full_head_bottom #nav_group {
  display: inline-block;
  vertical-align: bottom;
}
#full_head #full_head_bottom #full_logo {
  padding: 15px;
  width: 20%;
}
#full_head #full_head_bottom #nav_group {
  width: 80%;
}
#full_head {
  border-bottom: 5px solid #46b0e4;
}
#content,
footer {
  font-family: Helvetica, Gotham, Arial, "sans-serif" !important;
  font-size: 1em;
}
#content p,
footer p {
  line-height: 1.6em;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  font-family: "work_sanssemibold", Helvetica, Gotham, Arial, "sans-serif";
  color: #318bad;
  font-weight: normal !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#content h1,
footer h1 {
  font-size: 2.1em;
  margin-bottom: 20px;
  line-height: 1.2em;
}
#content h2,
footer h2 {
  font-size: 1.6em;
  margin-bottom: 15px;
  line-height: 1.2em;
}
#content h3,
footer h3 {
  font-size: 1.2em;
  line-height: 1.1em;
  margin-bottom: 20px;
}
footer h3 {
  text-transform: uppercase;
}
#content a,
footer a{
  color: #318bad;
}
#content p a,
footer p a {
  text-decoration: underline;
  color: #444545;
}
#content a:hover,
#content a:active,
footer a:hover,
footer a:active {
  color: #46b0e4;
  text-decoration: none;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.keep_together {
  display: inline-block;
}
.gradient_border {
  height: 15px;
  background: #00afe6;
  background: -moz-linear-gradient(left, #00afe6 0%, #8e5ea7 52%, #ef3c4f 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #00afe6),
    color-stop(52%, #8e5ea7),
    color-stop(100%, #ef3c4f)
  );
  background: -webkit-linear-gradient(
    left,
    #00afe6 0%,
    #8e5ea7 52%,
    #ef3c4f 100%
  );
  background: -o-linear-gradient(left, #00afe6 0%, #8e5ea7 52%, #ef3c4f 100%);
  background: -ms-linear-gradient(left, #00afe6 0%, #8e5ea7 52%, #ef3c4f 100%);
  background: linear-gradient(to right, #00afe6 0%, #8e5ea7 52%, #ef3c4f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afe6', endColorstr='#ef3c4f', GradientType=1 );
}
#interior_header {
  background-size: cover;
  background-position: center top;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#interior_header:before {
  content: "";
  width: 1%;
  margin-left: -1%;
  height: 100% !important;
  min-height: 150px;
  display: inline-block;
  vertical-align: middle;
}
#interior_header span {
  display: inline-block;
  vertical-align: middle;
  padding: 40px 20px;
  font-size: 1.7em;
  line-height: 1em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  font-family: Helvetica, Gotham, Arial, "sans-serif";
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.55);
  max-width: 1100px;
}
#interior_header small {
  display: block;
  margin-top: 10px;
  font-size: 0.6em !important;
  font-family: Helvetica, Gotham, Arial, "sans-serif";
}
#contact_page address {
  font-style: normal;
  display: inline-block;
  text-align: left;
  font-size: 0.8em;
  margin: 0 20px 10px 0;
}
#interior_footer_tagline #interior_footer_tagline_content {
  background-size: cover;
  background-position: center bottom;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 40px 20px;
  font-size: 1.7em;
  line-height: 1em;
  color: #fff;
  font-family: Helvetica, Gotham, Arial, "sans-serif";
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.55);
}
@media screen and (min-width: 1000px) {
  #interior_header:before {
    min-height: 185px;
  }
}
.site-footer {
  margin-top: 50px;
}
.site-footer #footer_header {
  text-align: center;
  background: #308aac;
  background: linear-gradient(
    90deg,
    #308aac 0%,
    #308aac 25%,
    #02b1e4 25%,
    #02b1e4 50%,
    #8ad1eb 50%,
    #8ad1eb 75%,
    #46b0e4 75%
  );
}
.site-footer #footer_header img {
  margin: -25px auto;
}
.site-footer #footer_tagline {
  text-align: center;
  margin: 50px 0 45px 0;
  font-size: 1.7em;
  color: #c7c8ca;
  font-family: "work_sansregular", Helvetica, Gotham, Arial, "sans-serif";
}
.site-footer #footer_cols_container {
  margin: 0 auto 40px auto;
  max-width: 1150px;
}
.site-footer #footer_cols_container .footer_col {
  text-align: center;
  padding: 10px 30px;
}
.site-footer #footer_cols_container .footer_col:nth-child(3n + 2) {
  border-color: blue;
}
.site-footer #footer_cols_container .footer_col:nth-child(3n + 3) {
  border-color: green;
}
.site-footer #footer_cols_container address {
  font-style: normal;
  display: inline-block;
  text-align: left;
  font-size: 0.7em;
  margin: 0 10px 10px 10px;
}
.site-footer #copyright_strip {
  border-top: 1px solid #d1d3d4;
  font-size: 0.7em;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #808285;
  text-align: center;
}
.site-footer #copyright_strip a {
  color: #808285;
}
.site-footer #copyright_strip #copyright_right {
  border-top: 1px solid #d1d3d4;
  text-align: right;
}
.site-footer #copyright_strip span {
  padding: 8px 15px;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #d1d3d4;
}
.site-footer #copyright_strip span:last-child {
  border-right: none;
}
.site-footer #copyright_strip #copyright_left span > img {
  margin: 5px 0 0 0;
  display: inline-block;
  vertical-align: middle;
}
body:not(.home) .site-footer {
  margin-top: 10px;
}
body:not(.home) .site-footer #footer_tagline {
  display: none;
}
body:not(.home) #footer_cols_container {
  margin-top: 40px;
}
.social_nav {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #46b0e4;
}
.social_nav:hover {
  cursor: pointer;
  border-color: #2f2f2f;
}
.facebook {
  background-image: url(images/facebook.png);
}
.linked_in {
  background-image: url(images/linked_in.png);
}
@media screen and (min-width: 950px) {
  .site-footer #footer_cols_container .footer_col:first-child,
  .site-footer #footer_cols_container .footer_col:nth-child(3n + 2) {
    display: inline-block;
    vertical-align: middle;
  }
  .site-footer #footer_cols_container .footer_col:first-child {
    width: 30%;
  }
  .site-footer #footer_cols_container .footer_col:nth-child(3n + 2) {
    width: 70%;
  }
  .site-footer #footer_cols_container address {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1100px) {
  .site-footer #footer_cols_container {
    margin-bottom: 20px;
  }
  .site-footer #footer_cols_container .footer_col {
    padding: 10px 15px;
  }
  .site-footer #footer_cols_container .footer_col:first-child,
  .site-footer #footer_cols_container .footer_col:nth-child(3n + 2),
  .site-footer #footer_cols_container .footer_col:nth-child(3n + 3) {
    display: inline-block;
    vertical-align: middle;
  }
  .site-footer #footer_cols_container .footer_col:first-child {
    width: 23%;
  }
  .site-footer #footer_cols_container .footer_col:nth-child(3n + 2) {
    width: 60%;
  }
  .site-footer #footer_cols_container .footer_col:nth-child(3n + 3) {
    width: 15%;
  }
  .site-footer #footer_cols_container address {
    margin: 0 15px;
  }
}
@media screen and (min-width: 1350px) {
  .site-footer #copyright_strip #copyright_left,
  .site-footer #copyright_strip #copyright_right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    border-top: none;
  }
}

.specialContent {
  width:75%;
  margin: 0 auto;
  padding: 40px 0;
}

p {
  margin-bottom: 20px;
}

