html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

color {
  color: #4f84a9;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: none;
  height: 100%;
  background-color: #668BA4;
}

p, a, div {
  font-family: georgia, serif;
}

img {
  max-width: 100%;
  height: auto;
}

img.rounded {
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  border-radius: 5%;
}

a {
  color: #7D9AB1;
  text-decoration: none;
}

a.rounded img {
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  border-radius: 5%;
}

a.noShadow img {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: normal;
  font-family: georgia, serif;
  color: #5a5b5c;
  line-height: 1.333;
}

h2, h2 a {
  font-size: 1.45em;
}

h3, h3 a {
  font-size: 1.25em;
}

h4, h4 a {
  font-size: 1em;
  font-family: arial, helvetica, sans-serif;
}

h5, h5 a {
  font-size: 0.85em;
  font-family: arial, helvetica, sans-serif;
}

h6, h6 a {
  font-size: 0.75em;
  font-family: arial, helvetica, sans-serif;
}

ol li {
  list-style-type: decimal;
  margin-left: 23px;
}

hr {
  border-top: 1px solid #00546e;
}

em {
  font-style: italic;
}

blockquote {
  width: 85%;
  margin: 20px auto 15px;
  padding-left: 15px;
  border-left: 2px solid rgba(125, 153, 175, 0.3);
  font-style: italic;
  font-family: georgia, serif;
  font-size: 23px;
}

blockquote p {
  font-style: italic;
  font-family: georgia, serif;
  font-size: 23px;
}

strong {
  font-weight: 700;
}

iframe, object, embed {
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: none;
  height: 100%;
  background-color: #668BA4;
}

p, a, div {
  font-family: georgia, serif;
}

img {
  max-width: 100%;
  height: auto;
}
img.rounded {
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  border-radius: 5%;
}

a {
  color: #7D9AB1;
  text-decoration: none;
}
a.rounded img {
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  border-radius: 5%;
}

a.noShadow img {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: normal;
  font-family: georgia, serif;
  color: #5a5b5c;
  line-height: 1.333;
}

h2, h2 a {
  font-size: 1.45em;
}

h3, h3 a {
  font-size: 1.25em;
}

h4, h4 a {
  font-size: 1em;
  font-family: arial, helvetica, sans-serif;
}

h5, h5 a {
  font-size: 0.85em;
  font-family: arial, helvetica, sans-serif;
}

h6, h6 a {
  font-size: 0.75em;
  font-family: arial, helvetica, sans-serif;
}

ol li {
  list-style-type: decimal;
  margin-left: 23px;
}

hr {
  border-top: 1px solid #00546e;
}

em {
  font-style: italic;
}

blockquote {
  width: 85%;
  margin: 20px auto 15px;
  padding-left: 15px;
  border-left: 2px solid rgba(125, 153, 175, 0.3);
  font-style: italic;
  font-family: georgia, serif;
  font-size: 23px;
}
blockquote p {
  font-style: italic;
  font-family: georgia, serif;
  font-size: 23px;
}

strong {
  font-weight: 700;
}

iframe, object, embed {
  max-width: 100%;
}

/*---------------------------------------------------------------------------------------------
*
*  Main Layout Containers
*
*---------------------------------------------------------------------------------------------*/
html, body {
  height: 100%;
}

body {
  position: relative;
}

.fullContainer {
  background-color: white;
}

#searchOverlay {
  display: none;
}

/*---------------------------------------------------------------------------------------------
*
*  @Header
*
*---------------------------------------------------------------------------------------------*/
header {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 25px 5% 0;
  border-top: 4px solid #716860;
  min-height: 130px;
  background-color: white;
}
header:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 900px) {
  header {
    padding: 25px 3% 0;
  }
}

#headerContainer {
  max-width: 1100px;
  margin: 0 auto;
}

#logo {
  text-align: center;
  display: block;
}
@media (min-width: 900px) {
  #logo {
    display: inline-block;
    text-align: left;
    float: left;
  }
}
#logo img {
  width: 280px;
  margin: 10px auto 0;
  text-align: center;
}

.mobileNavContainer {
  top: 0;
  z-index: 9999;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 900px) {
  .mobileNavContainer {
    display: none;
  }
}
.mobileNavContainer.sticky {
  opacity: 1;
}

.mobileNav {
  text-align: left;
  color: #7D99AF;
  display: block;
  letter-spacing: 1px;
  max-width: 110px;
  padding: 15px 12px 11px;
  font-family: georgia, serif;
  font-weight: 400;
  position: relative;
  background-color: transparent;
  width: 125px;
  height: 59px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .mobileNav {
    display: none;
  }
}
.mobileNav .menuText {
  opacity: 1;
  font-size: 19px;
  position: relative;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  top: 6px;
  right: 0;
  float: right;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 375px) {
  .mobileNav .menuText {
    opacity: 1;
  }
}
.mobileNav:hover, .mobileNav.activeToggle {
  cursor: pointer;
}
.mobileNav.activeToggle {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #c1cdd1;
  border-color: #716860;
}
.mobileNav.activeToggle .menuText {
  color: #7D99AF;
  opacity: 1;
}
.mobileNav.activeToggle .hamburgerContainer .hamburgerPatty {
  background-color: #7D99AF;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mobileNav .hamburgerContainer {
  width: 23px;
  float: left;
  position: relative;
  margin-right: 5px;
  top: 8px;
  left: 1px;
}
.mobileNav .hamburgerContainer .hamburgerPatty {
  height: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #7D99AF;
  margin-bottom: 4px;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mmenu {
  display: none;
  width: 100%;
  margin: 0 auto 10px;
  padding: 0;
  z-index: 99;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mmenu:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 620px) {
  .mmenu {
    max-width: 500px;
  }
}
.mmenu h4 {
  font-size: 16px;
  font-family: georgia, serif;
  letter-spacing: 1px;
  padding-left: 13px;
  color: rgba(192, 205, 209, 0.5);
  padding-top: 20px;
  text-align: center;
}
@media (min-width: 620px) {
  .mmenu h4 {
    padding-left: 27px;
    width: 100%;
    padding-top: 5px;
  }
}
.mmenu h4 span {
  font-family: georgia, serif;
  font-style: italic;
}
.mmenu ul {
  width: 90%;
  margin: 0 auto 10px;
  padding: 0 0;
}
@media (min-width: 900px) {
  .mmenu.expanded {
    display: none !important;
  }
}
.mmenu li {
  width: 100%;
  margin: 0 !important;
  padding: 0;
  list-style-type: none;
}
.mmenu li.parent {
  position: relative;
}
.mmenu li.parent:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 0.9em;
  margin-top: 0px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #bbbdbf;
}
.mmenu li.expandedParent:after {
  border-left-color: transparent;
  border-top-color: #bbbdbf;
  top: 19px;
}
.mmenu li a {
  font-family: georgia, serif;
  font-size: 19px;
  font-weight: 400;
  display: block;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #716860;
  text-decoration: none;
  width: 100%;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.mmenu li a span {
  font-family: georgia, serif;
  font-style: italic;
  display: block;
  font-size: 16px;
  line-height: 1.444;
}
.mmenu li a:hover {
  background-color: transparent;
  color: #7D99AF;
}
.mmenu li img {
  display: none;
}
.mmenu li ul {
  width: 100%;
  margin: 2px auto 15px;
  padding: 10px 0 20px;
  background-color: #f1f1f2;
}
.mmenu li ul:after {
  content: "";
  display: block;
  clear: both;
}
.mmenu li ul.subNav {
  display: none;
}
.mmenu li ul.subNav.expandedNav {
  display: block;
}
.mmenu li ul li a {
  font-size: 18px;
  padding: 10px 30px 10px 25px;
  width: 100%;
  font-weight: 400;
  background-color: #f1f1f2;
  border: none;
  line-height: 1.344;
}
.mmenu li ul li a:hover {
  color: #acbecc;
  background-color: #f1f1f2;
}
.mmenu li ul li ul {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background-color: #f1f1f2;
  padding-left: 28px;
  padding-bottom: 20px;
}
.mmenu li ul li ul li a {
  padding-left: 20px;
  font-size: 16px;
  border-left: 2px solid white;
}

.activeToggle .hamburgerContainer span:first-child {
  position: relative;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 6px;
}

.activeToggle .hamburgerContainer span:nth-child(2) {
  position: relative;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  bottom: 0px;
}

.activeToggle .hamburgerContainer span:last-child {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mainNav {
  display: none;
  position: relative;
  width: 710px;
  float: right;
  margin-bottom: 20px;
  text-align: right;
  margin-top: 25px;
}
.mainNav:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 900px) {
  .mainNav {
    display: block;
  }
}
.mainNav ul:after {
  content: "";
  display: block;
  clear: both;
}
.mainNav ul li {
  position: relative;
  display: inline-block;
}
.mainNav ul li.active a {
  background-color: rgba(193, 180, 154, 0.4);
}
.mainNav ul li a {
  color: #716860;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  padding: 10px 20px;
  float: left;
  border-top: none;
  border-left: none;
  font-family: georgia, serif;
  -webkit-font-smoothing: antialiased;
}
.mainNav ul li a:hover {
  color: #7D99AF;
}

.headlineContainer {
  margin-bottom: 30px;
  max-width: 1100px;
  margin: 0 auto;
}
.headlineContainer:after {
  content: "";
  display: block;
  clear: both;
}

#homeslider {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 620px) {
  #homeslider {
    width: 96%;
    margin: 0 auto 30px;
  }
}
@media (min-width: 1200px) {
  #homeslider {
    width: 100%;
    margin-bottom: 20px;
  }
}
#homeslider img {
  margin-bottom: 16px;
}
#homeslider h1 {
  width: 85%;
  margin: 0 auto;
  font-size: 19px;
  line-height: 1.344;
  -webkit-font-smoothing: antialiased;
  color: #716860;
}
@media (min-width: 900px) {
  #homeslider h1 {
    position: absolute;
    bottom: 45px;
    left: 35px;
    color: white;
    text-align: left;
    font-size: 26px;
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  #homeslider h1 {
    font-size: 30px;
    max-width: 940px;
  }
}
#homeslider h1 a {
  display: block;
  font-style: italic;
  font-size: 15px;
  padding-top: 10px;
  color: #C1B49A;
}
@media (min-width: 900px) {
  #homeslider h1 a {
    display: inline-block;
  }
}

.bx-viewport {
  height: 100% !important;
}

.homeContent {
  padding: 20px 8% 20px;
  background-color: #E2E4E5;
  border-bottom: 8px solid white;
}
@media (min-width: 620px) {
  .homeContent {
    padding: 20px;
  }
}
@media (min-width: 900px) {
  .homeContent {
    padding-top: 35px;
  }
}
.homeContent ul {
  max-width: 1100px;
  margin: 0 auto;
}
.homeContent ul:after {
  content: "";
  display: block;
  clear: both;
}
.homeContent ul li {
  background-color: white;
  padding-bottom: 35px;
  margin-bottom: 25px;
  position: relative;
}
@media (min-width: 620px) {
  .homeContent ul li {
    width: 49%;
    float: left;
    margin-right: 2%;
    min-height: 410px;
  }
}
@media (min-width: 900px) {
  .homeContent ul li {
    margin-right: 2.75%;
  }
}
@media (min-width: 900px) {
  .homeContent ul li {
    width: 31.5%;
    min-height: 410px;
  }
}
@media (min-width: 620px) {
  .homeContent ul li:nth-child(2) {
    margin-right: 0;
  }
}
@media (min-width: 900px) {
  .homeContent ul li:nth-child(2) {
    margin-right: 2.75%;
  }
}
@media (min-width: 620px) {
  .homeContent ul li:last-child {
    float: none;
    margin: 0 auto 30px;
    clear: both;
  }
}
@media (min-width: 900px) {
  .homeContent ul li:last-child {
    clear: none;
    float: left;
    margin-right: 0;
  }
}
.homeContent ul li img {
  margin-bottom: 13px;
}
.homeContent ul li > div {
  padding: 0 7%;
}
@media (min-width: 900px) {
  .homeContent ul li > div {
    padding: 0 8%;
  }
}
.homeContent ul li h3 {
  color: #7D99AF;
  margin-bottom: 8px;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 900px) {
  .homeContent ul li h3 {
    font-size: 22px;
  }
}
.homeContent ul li p {
  font-family: "Open Sans", arial, sans-serif;
  color: #716860;
  font-size: 13px;
  line-height: 1.533;
  padding-bottom: 15px;
  -webkit-font-smoothing: antialiased;
}
.homeContent ul li a {
  text-align: right;
  display: inline-block;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0px;
  font-style: italic;
  color: #C1B49A;
  border-bottom: 1px solid #C1B49A;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.headerImage {
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 620px) {
  .headerImage {
    width: 96%;
    margin: 0 auto 30px;
  }
}
@media (min-width: 1200px) {
  .headerImage {
    width: 100%;
    margin-bottom: 20px;
  }
}
.headerImage img {
  border-bottom: 5px solid #D0D2D3;
}

.interiorContent {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 35px;
  width: 85%;
  position: relative;
}

.page-title {
  color: #7D99AF;
  font-size: 16px;
  letter-spacing: 3px;
  border-bottom: 1px solid rgba(125, 153, 175, 0.5);
  padding-bottom: 4px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 900px) {
  .page-title {
    text-align: left;
  }
}

.teamList p {
  color: #716860;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 14px;
  line-height: 1.667;
}
@media (min-width: 900px) {
  .teamList p {
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
  }
}
.teamList > li {
  border-bottom: 1px solid rgba(125, 153, 175, 0.5);
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
}
.teamList > li:first-child {
  margin-top: -40px;
}
@media (min-width: 620px) {
  .teamList > li {
    padding-top: 50px;
  }
}
.teamList > li:last-child {
  border-bottom: none;
}

.nameTitle {
  margin-bottom: 15px;
}
@media (min-width: 620px) {
  .nameTitle {
    position: relative;
    top: -10px;
  }
}
.nameTitle h2 {
  font-size: 26px;
  -webkit-font-smoothing: antialiased;
}
.nameTitle h4 {
  color: #7D99AF;
  font-style: italic;
  font-family: georgia, serif;
  font-size: 18px;
}

.teamContactInfo {
  margin-bottom: 20px;
}
@media (min-width: 620px) {
  .teamContactInfo {
    position: absolute;
    right: 0;
    top: 30px;
    width: 280px;
  }
}
.teamContactInfo li a {
  font-family: "Open Sans", arial, sans-serif;
  font-weight: 600;
  line-height: 2.2;
  padding-left: 30px;
  font-size: 15px;
}
@media (min-width: 620px) {
  .teamContactInfo li a {
    line-height: 1.744;
  }
}

.teamEmail {
  background: transparent url("../images/icon-email.png") no-repeat left center;
  background-size: 20px 20px;
}

.teamPhone {
  background: transparent url("../images/icon-phone.png") no-repeat left center;
  background-size: 20px 20px;
}

.teamvCard {
  background: transparent url("../images/icon-vCard.png") no-repeat left center;
  background-size: 20px 20px;
}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  font-family: georgia, serif;
  margin-bottom: 10px;
  color: #716860;
  line-height: 1.444;
}

.wysiwyg {
  clear: both;
}
.wysiwyg:after {
  content: "";
  display: block;
  clear: both;
}
.wysiwyg h1 {
  font-size: 25px;
  margin-bottom: 13px;
  color: #716860;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 1025px) {
  .wysiwyg h1 {
    font-size: 30px;
  }
}
.wysiwyg h2 {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.777;
}
@media (min-width: 900px) {
  .wysiwyg h2 {
    text-align: left;
  }
}
.wysiwyg h4 {
  color: #7D99AF;
  padding-top: 15px;
}
.wysiwyg p, .wysiwyg ol, .wysiwyg ul, .wysiwyg blockquote, .wysiwyg > div, .wysiwyg a {
  font-family: "Open Sans", arial, sans-serif;
  margin-bottom: 18px;
  line-height: 1.667;
  font-size: 14px;
  color: #716860;
}
.wysiwyg a {
  color: #7D99AF;
}
.wysiwyg a:hover {
  text-decoration: underline;
}
.wysiwyg img {
  height: auto !important;
}
.wysiwyg img.body-image {
  float: right;
}
.wysiwyg img.alignright {
  float: right;
}
.wysiwyg img.rightImage {
  margin-bottom: 25px;
}
@media (min-width: 620px) {
  .wysiwyg img.rightImage {
    width: 45%;
    float: right;
    margin-left: 5%;
    margin-bottom: 20px;
  }
}
.wysiwyg ol, .wysiwyg ul {
  padding-left: 15px;
  margin: 15px 20px 25px;
}
.wysiwyg ol {
  list-style-type: decimal;
}
.wysiwyg ul {
  list-style-type: disc;
}
.wysiwyg blockquote {
  width: 90%;
  font-size: 110%;
  margin: auto;
  font-style: italic;
}

.wysiwyg .buttonLink, .buttonLink {
  display: inline-block;
  padding: 13px 20px;
  border: 1px solid #7D99AF;
  margin-top: 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: "Open Sans", arial, sans-serif;
}
.wysiwyg .buttonLink:hover, .buttonLink:hover {
  background-color: #7D99AF;
  color: white;
  text-decoration: none;
}

.centerBTN {
  text-align: center;
  display: inline-block;
}

.pageList {
  padding: 0 8% 20px;
  border-bottom: 8px solid white;
}
@media (min-width: 620px) {
  .pageList {
    padding: 0 20px;
  }
}
.pageList ul {
  max-width: 1100px;
  margin: 0 auto;
}
.pageList ul:after {
  content: "";
  display: block;
  clear: both;
}
.pageList ul li {
  background-color: white;
  padding-bottom: 35px;
  margin-bottom: 25px;
  position: relative;
}
@media (min-width: 620px) {
  .pageList ul li {
    width: 49%;
    float: left;
    margin-right: 2%;
  }
}
@media (min-width: 900px) {
  .pageList ul li {
    width: 31.5%;
    margin-right: 2.75%;
  }
}
@media (min-width: 620px) {
  .pageList ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 900px) {
  .pageList ul li:nth-child(2n) {
    margin-right: 2.75%;
  }
}
@media (min-width: 620px) {
  .pageList ul li:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 900px) {
  .pageList ul li:nth-child(2n+1) {
    clear: none;
  }
}
@media (min-width: 900px) {
  .pageList ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 620px) {
  .pageList ul li:last-child:nth-child(odd) {
    clear: both;
    margin: 0 auto;
    float: none;
  }
}
@media (min-width: 900px) {
  .pageList ul li:last-child:nth-child(odd) {
    clear: none;
    float: left;
  }
}
.pageList ul li img {
  margin-bottom: 12px;
  border-bottom: 5px solid #D0D2D3;
}
.pageList ul li h3 {
  text-align: center;
  font-family: "Open Sans", arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.pageList-icons {
  background-color: #edf1f4;
  width: 100%;
  margin: 35px auto 0;
  max-width: 1000px;
}
.pageList-icons:after {
  content: "";
  display: block;
  clear: both;
}

.pageList-icons ul {
  max-width: 250px;
  margin: 0 auto;
  padding: 30px 0 20px;
}
.pageList-icons ul:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 780px) {
  .pageList-icons ul {
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
    padding: 30px 4% 20px;
    max-width: 1000px;
    width: 85%;
  }
}
@media (min-width: 900px) {
  .pageList-icons ul {
    -moz-column-count: 3;
    -moz-column-gap: 30px;
    -webkit-column-count: 3;
    -webkit-column-gap: 30px;
    column-count: 3;
    column-gap: 30px;
    width: 95%;
  }
}
@media (min-width: 1100px) {
  .pageList-icons ul {
    position: relative;
    left: 20px;
  }
}
.pageList-icons ul li {
  text-align: left;
  clear: both;
  max-width: 250px;
  margin: 0 auto 40px;
  position: relative;
  padding-left: 55px;
  display: inline-block;
  clear: left;
  width: 100%;
}
@media (min-width: 780px) {
  .pageList-icons ul li {
    max-width: 225px;
  }
}
@media (min-width: 1025px) {
  .pageList-icons ul li {
    max-width: 300px;
  }
}
.pageList-icons ul li img {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
  position: absolute;
  left: 0;
}
.pageList-icons ul li h3 {
  font-family: "Open Sans", arial, sans-serif;
  font-weight: 600;
  position: relative;
  top: 10px;
  font-size: 15px;
  color: #716860;
}
@media (min-width: 900px) {
  .pageList-icons ul li h3 {
    font-size: 12px;
  }
}

.caseStudyList {
  background-color: #E2E4E5;
  padding: 30px 8% 20px;
}
@media (min-width: 900px) {
  .caseStudyList {
    padding: 30px 0;
  }
}
.caseStudyList ul {
  max-width: 1100px;
  margin: 0 auto;
}
.caseStudyList ul:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 900px) {
  .caseStudyList ul {
    width: 96%;
  }
}
.caseStudyList ul li > a {
  display: block;
  background-color: white;
  max-width: 628px;
  margin: 0 auto 35px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.caseStudyList ul li > a:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 900px) {
  .caseStudyList ul li > a {
    max-width: 100%;
    padding: 7px;
  }
  .caseStudyList ul li > a:after {
    content: "";
    display: block;
    clear: both;
  }
}
.caseStudyList ul li > a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.caseStudyList ul li > a:hover .buttonLink {
  background-color: #7D99AF;
  color: white;
}
@media (min-width: 900px) {
  .caseStudyList ul li img {
    width: 464px;
    float: left;
    margin-right: 35px;
  }
}
@media (min-width: 1100px) {
  .caseStudyList ul li img {
    margin-right: 55px;
  }
}
.caseStudyList .abstractContainer {
  padding: 15px 7% 25px;
}
@media (min-width: 900px) {
  .caseStudyList .abstractContainer {
    padding: 30px 45px 15px 25px;
  }
}
@media (min-width: 1100px) {
  .caseStudyList .abstractContainer {
    padding-top: 40px;
  }
}
.caseStudyList .abstractContainer h3 {
  font-family: "Open Sans", arial, sans-serif;
  font-weight: 600;
  color: #7D99AF;
  margin-bottom: 9px;
  line-height: 1.567;
}
.caseStudyList .abstractContainer p {
  font-family: "Open Sans", arial, sans-serif;
  color: #716860;
  font-size: 14px;
  line-height: 1.555;
  margin-bottom: 10px;
}

.caseStudyList_cards {
  background-color: #E2E4E5;
  padding: 30px 8% 20px;
  margin-top: -28px;
}
@media (min-width: 900px) {
  .caseStudyList_cards {
    padding: 30px 0;
  }
}
.caseStudyList_cards ul {
  max-width: 1100px;
  margin: 0 auto;
}
.caseStudyList_cards ul:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 900px) {
  .caseStudyList_cards ul {
    width: 96%;
  }
}
.caseStudyList_cards ul li > a {
  display: block;
  background-color: white;
  max-width: 628px;
  margin: 0 auto 35px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.caseStudyList_cards ul li > a:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 900px) {
  .caseStudyList_cards ul li > a {
    max-width: 49%;
    margin-right: 2%;
    float: left;
    min-height: 330px;
  }
}
@media (min-width: 1025px) {
  .caseStudyList_cards ul li > a {
    min-height: 300px;
  }
}
@media (min-width: 1100px) {
  .caseStudyList_cards ul li > a {
    min-height: 275px;
  }
}
.caseStudyList_cards ul li > a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.caseStudyList_cards ul li > a:hover .buttonLink {
  background-color: #7D99AF;
  color: white;
}
@media (min-width: 900px) {
  .caseStudyList_cards ul li:nth-child(2n) > a {
    margin-right: 0;
  }
}
@media (min-width: 900px) {
  .caseStudyList_cards ul li:nth-child(2n+1) > a {
    clear: left;
  }
}
@media (min-width: 500px) {
  .caseStudyList_cards ul li img {
    width: 30%;
    max-width: 200px;
    float: left;
    margin-top: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 900px) {
  .caseStudyList_cards ul li img {
    width: 33%;
  }
}
.caseStudyList_cards .abstractContainer {
  padding: 15px 7% 25px;
}
@media (min-width: 500px) {
  .caseStudyList_cards .abstractContainer {
    width: 70%;
    float: right;
    padding: 15px 5% 25px;
  }
}
@media (min-width: 900px) {
  .caseStudyList_cards .abstractContainer {
    width: 67%;
  }
}
.caseStudyList_cards .abstractContainer h3 {
  font-family: "Open Sans", arial, sans-serif;
  font-weight: 600;
  color: #7D99AF;
  margin-bottom: 9px;
  line-height: 1.567;
}
.caseStudyList_cards .abstractContainer p {
  font-family: "Open Sans", arial, sans-serif;
  color: #716860;
  font-size: 14px;
  line-height: 1.555;
  margin-bottom: 10px;
}

/*---------------------------------------------------------------------------------------------
*
*  Case Studies
*
*---------------------------------------------------------------------------------------------*/
.caseStudyContent {
  padding-bottom: 35px;
  max-width: 1100px;
  text-align: center;
}
@media (min-width: 900px) {
  .caseStudyContent {
    padding-bottom: 30px;
    width: 93%;
  }
}
@media (min-width: 1200px) {
  .caseStudyContent {
    width: 100%;
  }
}
.caseStudyContent .wysiwyg {
  text-align: left;
}
@media (min-width: 900px) {
  .caseStudyContent .wysiwyg {
    padding-left: 5%;
    padding-right: 5%;
    background-color: rgba(113, 104, 96, 0.05);
    margin-top: -35px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.caseStudyContent h1 {
  margin-bottom: 20px;
}

.returnBTN {
  display: none;
  position: absolute;
}
@media (min-width: 900px) {
  .returnBTN {
    bottom: auto;
    display: inline;
    top: 39px;
    right: 0;
  }
}

.wysiwyg .studyDetails {
  border: 5px solid rgba(113, 104, 96, 0.1);
  border-left: none;
  border-right: none;
  margin: 0;
  margin-bottom: 25px;
  width: 100%;
  padding: 6px 25px 6px 0;
  background-color: white;
}
@media (min-width: 780px) {
  .wysiwyg .studyDetails {
    width: 50%;
    padding-left: 25px;
  }
}
.wysiwyg .studyDetails li {
  list-style-type: none;
  border-bottom: 1px solid rgba(113, 104, 96, 0.1);
  padding: 6px 0;
}
.wysiwyg .studyDetails li:last-child {
  border: none;
}

.wysiwyg img.caseStudyImage {
  width: 100%;
  float: none;
  margin-left: 0;
}
@media (min-width: 780px) {
  .wysiwyg img.caseStudyImage {
    width: 45%;
    float: right;
    margin-left: 5%;
  }
}

p.followup {
  border-top: 3px solid rgba(113, 104, 96, 0.1);
  padding-top: 15px;
  margin-top: 35px;
}
@media (min-width: 900px) {
  p.followup {
    border-top-color: white;
  }
}

/*---------------------------------------------------------------------------------------------
*
*  Contact Form
*
*---------------------------------------------------------------------------------------------*/
@media (min-width: 780px) {
  .flexContainer {
    display: flex;
    justify-content: space-between;
  }
}

#contactForm {
  margin-bottom: 45px;
  text-align: center;
}
@media (min-width: 780px) {
  #contactForm {
    width: 68%;
    text-align: left;
    background-color: #F3F7F8;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding-left: 10%;
  }
}
@media (min-width: 1100px) {
  #contactForm {
    padding-right: 0;
  }
}
#contactForm h4 {
  color: #7D99AF;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 8px;
  margin-top: 0;
  padding-top: 0;
}
#contactForm div {
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 900px) {
  #contactForm div {
    font-size: 1.1em;
  }
}
#contactForm div a {
  display: block;
  padding-left: 50px;
  position: relative;
}
#contactForm div a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 23px;
  background: transparent url("../images/icon-envelope.png") no-repeat 0 0;
  background-size: 35px 23px;
}
#contactForm div.address {
  margin-bottom: 20px;
}
@media (min-width: 900px) {
  #contactForm div.address {
    margin-bottom: 32px;
  }
}
#contactForm label {
  font-family: "Open Sans", arial, sans-serif;
  width: 100%;
  display: block;
  margin-bottom: 0;
  color: #716860;
  font-weight: 400;
  font-size: 13px;
}
#contactForm input[type=text], #contactForm input[type=email] {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 7px;
  font-size: 15px;
  border: 1px solid rgba(182, 183, 185, 0.6);
  background-color: #f4f7f9;
  -webkit-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.65);
  box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.65);
  position: relative;
  color: #a6a8ab;
  font-family: georgia, serif;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#contactForm input[type=text]:focus, #contactForm input[type=email]:focus {
  border: 1px solid #716860;
  color: #716860;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  outline: none;
  bottom: 2px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#contactForm button[type=submit] {
  -webkit-appearance: none;
  background-color: white;
  color: #7D99AF;
  -webkit-font-smoothing: antialiased;
  border: none;
  border: 1px solid #7D99AF;
  font-size: 17px;
  font-weight: 600;
  font-family: "Open Sans", arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding: 11px 35px;
  margin: 15px auto 0;
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
}
@media (min-width: 780px) {
  #contactForm button[type=submit] {
    text-align: left;
    margin-left: 0;
  }
}
#contactForm button[type=submit]:hover {
  cursor: pointer;
  background-color: #7b6756;
}
#contactForm textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  background-color: #f4f7f9;
  -webkit-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.65);
  box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(182, 183, 185, 0.6);
  position: relative;
  top: 4px;
  padding: 7px;
  font-family: georgia, serif;
  font-size: 18px;
  color: #a6a8ab;
  line-height: 1.2;
  height: 145px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#contactForm textarea:focus {
  border: 1px solid #716860;
  color: black;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  outline: none;
  top: 1px;
  font-size: 18px;
  height: 145px;
  top: 2px;
  -webkit-transition: top 0.5s ease, font-size 0.15s ease, box-shadow 0.5s ease;
  -moz-transition: top 0.5s ease, font-size 0.15s ease, box-shadow 0.5s ease;
  -o-transition: top 0.5s ease, font-size 0.15s ease, box-shadow 0.5s ease;
  transition: top 0.5s ease, font-size 0.15s ease, box-shadow 0.5s ease;
}

.rightSidebar {
  background-color: #f4f7f9;
}
@media (min-width: 780px) {
  .rightSidebar {
    width: 30%;
  }
}
.rightSidebar .sidebarContact {
  padding: 25px 30px;
  text-align: center;
  font-family: "Open Sans", arial, sans-serif;
}
@media (min-width: 780px) {
  .rightSidebar .sidebarContact {
    text-align: left;
  }
}
.rightSidebar .sidebarContact div {
  margin-bottom: 20px;
  font-family: "Open Sans", arial, sans-serif;
}
footer {
  text-align: center;
  position: relative;
  background-color: #7D99AF;
  padding-top: 45px;
}
footer:after {
  content: "";
  display: block;
  clear: both;
}

.interiorPage footer {
  border-top: 5px solid #d2d3d4;
}
.interiorPage footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: white;
  top: 0;
  left: 0;
  right: 0;
}

#footerLogo {
  text-align: center;
  display: block;
}
#footerLogo img {
  width: 280px;
  margin: 0 auto 12px;
  text-align: center;
}

.footerContact {
  margin-bottom: 35px;
}
.footerContact div, .footerContact a {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Open Sans", arial, sans-serif;
  font-size: 13px;
  line-height: 1.344;
}
.footerContact a:hover {
  color: white;
}
.footerContact div {
  padding: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  max-width: 236px;
  margin: 0 auto;
}
.footerContact div:last-child {
  border: none;
}

#copyright {
  background-color: #668BA4;
  color: white;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 10px;
  padding: 15px 15px 22px;
}
