@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Oswald);
html {
  display: block; }

body {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  padding-top: 0 !important; }

h1, h2 {
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-weight: 100; }

h1 {
  font-size: 30px;
  line-height: 34px; }

h2 {
  font-size: 24px;
  line-height: 26px; }

h3 {
  font-size: 18px;
  line-height: 22px; }

h4 {
  font-size: 14px;
  text-transform: none; }

img {
  max-width: 100%; }

a {
  color: #4cb7cf;
  text-decoration: none; }
  a:hover {
    color: #1fcad2;
    text-decoration: none; }

#main ul:not(.gform_fields), .homeMain ul:not(.gform_fields) {
  margin: 0 0 12px;
  list-style-type: none;
  padding: 0 0 0 17px; }
  #main ul:not(.gform_fields) > li, .homeMain ul:not(.gform_fields) > li {
    position: relative; }
    #main ul:not(.gform_fields) > li:before, .homeMain ul:not(.gform_fields) > li:before {
      position: absolute;
      top: 0px;
      left: -16px;
      content: "\2013\a0";
      /*2014 for mdash*/ }

ol ul li {
  list-style-type: disc; }
ol p {
  margin: 0; }

ul p {
  margin: 0; }

.hideLabel .gfield_label {
  display: none !important; }
.hideLabel .ginput_container {
  margin-top: 30px !important; }

.gform_wrapper textarea, .gform_wrapper input {
  border: 1px solid #ccc; }
.gform_wrapper .button {
  background: transparent;
  border: 2px solid #000; }

.gform_body input[type=radio] {
  margin-left: 1px; }

.button {
  margin-bottom: 20px;
  text-align: center;
  display: inline-block;
  padding: 7px 12px;
  border: 2px solid #000;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000; }
  .button:hover {
    color: #000;
    background: rgba(0, 0, 0, 0.1); }

hr {
  border-color: #d1d3d4;
  border-width: 2px; }

/*embed*/
.embedBox {
  position: relative;
  padding-bottom: 62.25%;
  /* ratio for youtube embed */
  padding-top: 30px;
  height: auto;
  overflow: hidden; }
  .embedBox iframe, .embedBox object, .embedBox embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.IN-widget {
  float: right; }

.visible-lg-inline {
  display: none; }

@media screen and (min-width: 1200px) {
  .visible-lg-inline {
    display: inline; } }
/*HEADER*/
#header {
  background: url(../../images/banner-default.jpg) top center no-repeat #00b2d0;
  background-size: cover;
  text-align: center; }
  #header .sectionTitle h2 {
    font-size: 54px;
    line-height: 58px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    padding: 40px 0;
    margin: 40px 0;
    text-align: center;
    position: relative; }
    #header .sectionTitle h2:after {
      content: "";
      width: 60px;
      border-bottom: 2px solid #000;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -30px; }
  #header .sectionTitle h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    max-width: 740px;
    margin: 0 auto 40px; }

body.page-template-page-profile #header {
  background-image: url(../../images/our-people-2-banner.jpg) !important; }

.navbar {
  margin-bottom: 0; }

@media screen and (max-width: 728px) {
  .navbar-brand {
    width: 78%; } }
#breadcrumbs {
  background: #f1f2f2; }

.breadcrumb {
  padding: 15px 0;
  margin: 0;
  background: none;
  text-transform: uppercase;
  font-size: 12px; }
  .breadcrumb > .active {
    color: #4e4d4d;
    font-weight: bold; }
  .breadcrumb a {
    color: #4e4d4d;
    text-decoration: none; }
  .breadcrumb > li + li:before {
    content: none;
    padding: 0; }

.dropdown-menu > li > a {
  text-decoration: none;
  border-bottom: 1px solid #dddddd;
  padding: 8px 20px; }
.dropdown-menu > li:last-child > a {
  border: none; }

.navbar-default .navbar-toggle {
  border-color: #000; }
  .navbar-default .navbar-toggle .icon-bar {
    background: #000; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: rgba(0, 0, 0, 0.1); }

.navbar-default .navbar-nav > li > a {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold; }
.navbar-default .navbar-nav > .active > a {
  color: #000;
  background: none;
  text-decoration: underline; }
  .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    background: none;
    text-decoration: underline; }
.navbar-default .navbar-nav > li > a:hover {
  color: #000;
  text-decoration: underline;
  background: none; }
.navbar-default .navbar-nav > li:hover .dropdown-menu {
  display: block; }

#menu-primary .dropdown {
  text-align: left; }
  #menu-primary .dropdown a:hover {
    background: transparent;
    color: #000; }
#menu-primary .dropdown-menu {
  background: rgba(0, 0, 0, 0.7); }
  #menu-primary .dropdown-menu li {
    padding: 0 15px; }
  #menu-primary .dropdown-menu a {
    color: #FFF;
    padding: 8px 5px; }
    #menu-primary .dropdown-menu a:hover {
      color: #4cb7cf; }

.navbar-default {
  border: none; }

@media screen and (max-width: 990px) {
  .navbar-default .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px; } }
@media screen and (min-width: 767px) {
  #navSearch {
    display: none; }

  .navbar-header {
    float: left;
    width: 30%; }

  .navbar-collapse {
    float: left;
    width: 70%; }

  .navbar-nav {
    float: right; } }
@media screen and (min-width: 990px) {
  .navbar-header {
    float: left;
    width: 40%; }

  .navbar-collapse {
    float: left;
    width: 60%; } }
@media screen and (min-width: 1200px) {
  .navbar-header, .navbar-collapse {
    float: left;
    width: 50%; }

  .navbar-nav {
    margin-top: 26px; }
    .navbar-nav > li > a {
      padding-top: 18px;
      padding-bottom: 18px; }

  .navbar-brand {
    padding: 30px; } }
@media screen and (max-width: 1200px) {
  body {
    padding-top: 90px; } }
@media screen and (max-width: 767px) {
  #headerSearch {
    display: none; }

  #menu-primary a {
    text-align: center; }
  #menu-primary .dropdown-menu {
    display: none !important; }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none; } }
.form-control {
  background: #d1d1d1;
  color: #626262;
  border-radius: 10px;
  height: 28px; }
  .form-control:focus {
    color: #000; }
  .form-control::-webkit-input-placeholder {
    padding-left: 20px;
    background: url(../../images/search.png) top left no-repeat; }

input.form-control::-moz-placeholder {
  text-indent: 3.8%;
  background: url(../../images/search.png) 12px 5px no-repeat; }

/* FF 19+ */
.form-control:-moz-placeholder {
  padding-left: 20px;
  background: url(../../images/search.png) 2px 5px no-repeat; }
.form-control:-ms-input-placeholder {
  background: url(../../images/search.png) top left no-repeat;
  overflow: visible; }

/* FF 18- */
/*BANNER*/
#banner {
  text-align: center;
  margin: 0 auto;
  position: relative;
  min-height: 400px;
  overflow: hidden;
  border-bottom: 12px solid #fff; }
  #banner > img {
    width: 100%;
    margin: 0 auto; }
  #banner span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/banner-lines.png) bottom center repeat-x;
    z-index: 10; }

@media screen and (max-width: 1600px) {
  #banner > img {
    width: auto;
    max-width: none;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -800px;
    z-index: 5; } }
@media screen and (max-width: 900px) {
  #banner {
    min-height: 300px; }
    #banner > img {
      width: 1200px;
      margin-left: -600px; }
    #banner.bLeft > img {
      margin: 0;
      left: -100px; }
    #banner.bRight > img {
      left: auto;
      margin: 0;
      right: -100px; } }
#mainContent {
  margin-top: 70px;
  background: url(../../images/banner-shadow.jpg) top center repeat-x; }

@media screen and (min-width: 1200px) {
  #main > article {
    padding-left: 50px; } }
#main article {
  border: none; }

/*SIDEBAR*/
.page-header {
  border: none;
  padding: 0;
  margin: 0; }
  .page-header h1 {
    margin-top: 0; }

.noList ul {
  padding: 0;
  margin: 0; }
.noList li {
  list-style: none; }

#sidebar {
  float: left;
  margin-bottom: 20px; }
  #sidebar a {
    text-decoration: none; }

#main {
  float: right; }

.post_content {
  padding-bottom: 15px;
  margin-bottom: 30px; }

@media screen and (max-width: 500px) {
  .post_content img {
    min-width: 100%;
    float: none;
    margin: 10px 0 20px; } }
.emphFirst > p:first-child {
  font-size: 16px;
  color: #005195; }

.page-template-page-homepage-php #main {
  float: left; }

@media screen and (max-width: 726px) {
  #main, #sidebar {
    float: none; } }
#sidebarNav {
  /*additional styles needed here to override bootstrap main nav default*/ }
  #sidebarNav > ul > li.topLink > a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 18px; }
  #sidebarNav ul {
    padding: 0;
    margin: 0;
    width: 100%; }
  #sidebarNav li {
    list-style: none;
    float: none;
    width: 100%; }
  #sidebarNav a {
    display: block;
    padding: 15px 0;
    color: #000;
    border-bottom: 2px solid #d1d3d4; }
    #sidebarNav a:hover {
      color: #4cb7cf;
      background: transparent; }
  #sidebarNav .dropdown-menu {
    box-shadow: none;
    border: none;
    position: static;
    float: none; }
  #sidebarNav .current_page_item > a {
    color: #4cb7cf; }
  #sidebarNav ul > li > ul {
    display: none; }
  #sidebarNav ul > li.current_page_item > ul, #sidebarNav ul > li.current_page_ancestor > ul, #sidebarNav ul > li#menu-item-11 ul {
    /*services*/
    display: block; }
  #sidebarNav ul > li > ul > li > a {
    padding: 7px 15px 7px 30px;
    position: relative;
    /*top: -5px; why was this in?*/
    margin: 0;
    font-size: 14px; }

.greyBorderBottom {
  border-bottom: 1px solid #ededed; }

#sidebar > nav:last-child {
  border-bottom: none; }

.sideLinks {
  border-bottom: 1px solid #ededed;
  padding: 15px; }
  .sideLinks ul {
    padding: 0;
    margin: 0; }
  .sideLinks li {
    list-style: none; }
  .sideLinks h3 {
    margin-top: 10px; }
  .sideLinks a {
    color: #666666;
    font-size: 14px; }
    .sideLinks a:hover {
      color: #000; }
  .sideLinks li {
    margin-bottom: 10px; }

/*CONTENT*/
.callout {
  background: #fafafa;
  padding: 15px;
  border: 1px solid #ebebeb;
  margin-bottom: 25px; }
  .callout h2 {
    text-transform: none;
    margin-top: 0; }
  .callout ul {
    padding-left: 0px; }
  .callout li {
    list-style: disc inside none; }

@media screen and (min-width: 570px) {
  .callout ul {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2; } }
.caption {
  border-bottom: 1px solid #ededed;
  font-size: 18px;
  padding: 20px; }

.mainContentCTA {
  display: none;
  background: #f1f2f2;
  padding: 30px; }
  .mainContentCTA h3 {
    margin-top: 0; }
  @media screen and (max-width: 1200px) {
    .mainContentCTA br {
      display: none; } }

.btmQuote {
  background: #4cb7cf;
  color: #FFF;
  font-size: 20px;
  line-height: 24px;
  padding: 30px 0;
  text-align: center; }
  .btmQuote > div {
    max-width: 930px;
    margin: 0 auto; }

.profile {
  margin-bottom: 20px; }
  .profile > div {
    background: #f1f2f2; }
    .profile > div > div {
      padding: 0 20px 20px; }
  .profile img {
    min-width: 100%; }

.profileInfo {
  background: #d1d3d4; }
  .profileInfo img {
    margin-bottom: 10px; }

/*FOOTER*/
@media screen and (max-width: 768px) {
  #footer {
    text-align: center; }
    #footer img {
      padding-bottom: 20px; } }
#footer > div > .row {
  padding: 40px 0; }

@media screen and (min-width: 768px) {
  #footer > div > .row {
    border-top: 1px solid #ededed; } }
#footerBar {
  background-color: #f1f2f2;
  padding: 14px 0;
  color: #000;
  font-size: 12px; }
  #footerBar a {
    color: #757474;
    text-decoration: none; }
    #footerBar a:hover {
      text-decoration: underline; }
  #footerBar .copyright {
    float: left;
    margin-right: 20px; }
  #footerBar p, #footerBar ul {
    margin: 0; }
  #footerBar .footer-links {
    margin: 0; }
    #footerBar .footer-links li {
      margin: 0 5px; }
      #footerBar .footer-links li:after {
        content: " |";
        margin-left: 10px; }
      #footerBar .footer-links li:last-child:after {
        content: ""; }

@media screen and (max-width: 768px) {
  .footer-links {
    float: none; }
    .footer-links .menu {
      padding: 0; }
      .footer-links .menu li {
        float: none; }
        .footer-links .menu li:after {
          display: none; } }
.home h2, #teamBottom h2 {
  font-size: 36px;
  line-height: 40px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  margin: 40px 0 20px;
  padding-bottom: 20px; }
  .home h2:after, #teamBottom h2:after {
    content: "";
    width: 60px;
    border-bottom: 2px solid #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px; }

/*	HOMEPAGE */
.home #header {
  padding-bottom: 220px;
  background-position: bottom; }
  @media screen and (max-width: 768px) {
    .home #header {
      background-size: 100%;
      padding-bottom: 140px; } }
  @media screen and (max-width: 480px) {
    .home #header {
      background-size: 480px auto;
      padding-bottom: 80px; } }
.home .homeMain img {
  margin-bottom: 40px; }
@media screen and (max-width: 768px) {
  .home #header .sectionTitle h2 {
    font-size: 34px;
    line-height: 38px; }
  .home #header .sectionTitle h3 {
    font-size: 20px;
    line-height: 24px; } }
.home .homeCallout {
  margin: 0 0 40px;
  background: #6bcbdb;
  background: linear-gradient(#6bcbdb, #66dad9);
  border: 0;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .home .homeCallout {
      margin: 0;
      padding-top: 1px; } }
  .home .homeCallout h2 {
    color: #FFF; }
    .home .homeCallout h2:after {
      border-color: #FFF; }
  .home .homeCallout:nth-child(2) {
    background: #2ab7d2;
    background: linear-gradient(#2ab7d2, #1dcbcc); }
  .home .homeCallout > div {
    max-width: 510px;
    margin: 0 auto; }
  .home .homeCallout img {
    width: 100%; }
  .home .homeCallout p {
    margin-bottom: 30px; }
  .home .homeCallout > div {
    position: relative;
    padding-bottom: 20px; }
  .home .homeCallout .arrow {
    position: absolute;
    bottom: 0;
    right: 0; }
.home .quote {
  background: #1fcad2;
  padding: 40px 20px; }
  .home .quote p {
    margin: 0 auto;
    padding: 0;
    max-width: 940px;
    color: #FFF;
    font-size: 20px;
    line-height: 24px;
    text-align: center; }
@media screen and (min-width: 1200px) {
  .home .homeSpacing {
    margin: 0 20px; } }

/*home*/
/*forms*/
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
  font-weight: 500; }
.gform_wrapper .name_prefix {
  width: 100% !important; }
