/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

legend {
  color: #000; }

#yui3-css-stamp.cssreset {
  display: none; }

a {
  text-decoration: none; }

.clear {
  clear: both; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
* {
  box-sizing: border-box; }

/* styles */
header {
  background-color: #4ddfce;
  min-height: 114px; }
  header a#logo {
    width: 347px;
    display: block;
    padding-top: 31px;
    float: left; }
    header a#logo img {
      width: 100%; }
    @media only screen and (max-width: 960px) {
      header a#logo {
        float: right;
        max-width: calc(100% - 90px);
        margin-right: 10px;
        padding-top: 36px; } }
  header #main_nav {
    display: block;
    float: right;
    padding-top: 52px; }
    @media only screen and (max-width: 960px) {
      header #main_nav {
        display: none; } }
  header #main_nav li {
    display: block;
    float: left;
    margin-left: 91px; }
    header #main_nav li:first-child {
      margin-left: 0; }
    header #main_nav li.active:after {
      content: '\f111';
      font-size: 8px;
      display: block;
      margin-top: 5px;
      font-family: FontAwesome;
      text-align: center;
      color: #fff; }
  header #main_nav li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "proxima-nova"; }
  header a#mmenu-trigger {
    display: none;
    float: right;
    font-size: 25px;
    padding-top: 45px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff; }
    @media only screen and (max-width: 960px) {
      header a#mmenu-trigger {
        display: block; } }

#showcase {
  position: relative; }
  #showcase .slide-container {
    display: block;
    height: 570px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 165px;
    text-decoration: none; }
    @media only screen and (max-width: 960px) {
      #showcase .slide-container {
        height: 300px;
        padding-top: 75px; } }
    #showcase .slide-container h1 {
      font-family: "proxima-nova";
      font-weight: bold;
      font-size: 61px;
      color: #fff;
      text-align: center;
      letter-spacing: 7px;
      text-transform: uppercase;
      line-height: 1; }
      @media only screen and (max-width: 960px) {
        #showcase .slide-container h1 {
          font-size: 35px; } }
    #showcase .slide-container h2 {
      font-family: "proxima-nova";
      font-weight: bold;
      font-size: 24px;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 3px;
      margin-top: 5px;
      line-height: 1.2; }
      @media only screen and (max-width: 960px) {
        #showcase .slide-container h2 {
          font-size: 20px; } }
  #showcase #showcasePrev, #showcase #showcaseNext {
    position: absolute;
    top: 253px;
    cursor: pointer;
    color: #fff;
    font-size: 70px;
    font-weight: normal; }
    @media only screen and (max-width: 960px) {
      #showcase #showcasePrev, #showcase #showcaseNext {
        display: none !important; } }
  #showcase #showcasePrev {
    left: 28px; }
  #showcase #showcaseNext {
    right: 28px; }
  #showcase .downArrowContainer {
    position: absolute;
    bottom: 0px;
    height: 45px;
    left: 0;
    right: 0;
    z-index: 5;
    text-align: center; }
    #showcase .downArrowContainer .siteDownArrow {
      color: #fff; }

.siteDownArrow {
  font-size: 48px; }

h1 {
  font-size: 36px;
  color: #4ddfce;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 4.10px;
  font-family: "proxima-nova";
  line-height: 1.1; }
  @media only screen and (max-width: 960px) {
    h1 {
      text-align: center; } }

h2 {
  font-size: 20px;
  color: #636464;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.20px;
  font-family: "proxima-nova";
  line-height: 1; }
  @media only screen and (max-width: 960px) {
    h2 {
      text-align: center; } }

a {
  color: #4ddfce;
  font-weight: bold;
  text-decoration: underline; }

#services_section {
  padding: 70px 0 60px 0; }
  #services_section h1 {
    text-align: center; }
  #services_section #servicesContainer {
    width: 915px;
    margin: 0 auto;
    margin-top: 60px; }
    @media only screen and (max-width: 960px) {
      #services_section #servicesContainer {
        width: 100%; } }
  #services_section .serviceContainer {
    display: block;
    margin-bottom: 65px;
    text-decoration: none;
    float: left;
    margin-right: 68px; }
    #services_section .serviceContainer .serviceBox {
      width: 259px;
      height: 269px;
      background-color: #4ddfce;
      padding: 30px 25px; }
      #services_section .serviceContainer .serviceBox .serviceCircle {
        height: 212px;
        width: 212px;
        background-color: #fff;
        border-radius: 250px;
        padding: 60px; }
        #services_section .serviceContainer .serviceBox .serviceCircle i {
          font-size: 92px;
          color: #4ddfce; }
    #services_section .serviceContainer .serviceTitle {
      font-size: 20px;
      color: #636464;
      font-weight: bold;
      font-family: "proxima-nova";
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 2px;
      margin-top: 35px; }
    #services_section .serviceContainer:nth-child(3n) {
      margin-right: 0; }
    @media only screen and (max-width: 960px) {
      #services_section .serviceContainer {
        float: none;
        width: 259px;
        margin: 0 auto 50px auto !important; } }
    #services_section .serviceContainer:hover .serviceBox {
      background-color: #49c9ba; }
      #services_section .serviceContainer:hover .serviceBox .serviceCircle i {
        color: #49c9ba; }
    #services_section .serviceContainer:hover .serviceTitle {
      color: #49c9ba;
      text-decoration: underline; }
  #services_section .downArrowContainer {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 92px; }

.section {
  position: relative; }

.section .sectionHalfImage {
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media only screen and (max-width: 960px) {
    .section .sectionHalfImage {
      position: static;
      height: 250px;
      width: 100%; } }

.section .sectionHalfContent {
  margin-left: 50%;
  padding: 90px 0 90px 70px;
  line-height: 26px; }
  .section .sectionHalfContent h1 {
    margin-bottom: 34px; }
  .section .sectionHalfContent div {
    margin-bottom: 15px; }
  @media only screen and (max-width: 960px) {
    .section .sectionHalfContent {
      margin-left: 0;
      padding: 50px 10px;
      text-align: left; } }

@media only screen and (max-width: 960px) {
  .text_col {
    text-align: left; } }

#approach_section {
  border-top: 1px solid #d7d7d7; }

a.button, input[type=submit] {
  display: inline-block;
  background-color: #4ddfce;
  color: #fff;
  text-transform: uppercase;
  font-family: "proxima-nova";
  font-weight: bold;
  font-size: 14px;
  padding: 14px 39px;
  letter-spacing: 3px;
  line-height: 1;
  border: none;
  text-decoration: none; }

#approach_section a.button {
  margin-top: 9px; }

.contact_section {
  background: #f5f5f5 !important;
  padding: 80px 0 30px 0;
  font-family: "proxima-nova";
  line-height: 29px; }
  .contact_section h1 {
    margin-bottom: 38px; }

.inputContainer {
  margin-bottom: 10px; }
  .inputContainer.half {
    width: calc(50% - 9px);
    margin-right: 18px;
    float: left; }
    .inputContainer.half:nth-child(2n) {
      margin-right: 0; }
    @media only screen and (max-width: 960px) {
      .inputContainer.half {
        float: none;
        width: 100%;
        margin-right: 0; } }
  .inputContainer label {
    font-family: "proxima-nova";
    font-weight: bold;
    font-size: 14px;
    color: #5c5c5c; }

footer {
  background-color: #5c5c5c; }
  @media only screen and (max-width: 960px) {
    footer {
      padding-bottom: 5px; } }
  footer .left {
    float: left;
    font-size: 14px;
    color: #fff;
    font-family: "proxima-nova";
    font-weight: bold;
    padding: 20px 0; }
  footer .middle {
    margin: 0 auto;
    text-align: center; }
    footer .middle a {
      margin-top: 10px;
      display: inline-block;
      background-color: #4ddfce;
      width: 35px;
      height: 35px;
      border-radius: 35px;
      margin-right: 11px;
      color: #fff;
      padding: 9px; }
      footer .middle a:last-child {
        margin-right: 0; }
  footer .right {
    float: right;
    text-align: right;
    padding-top: 15px; }
  footer .left, footer .middle, footer .right {
    width: 350px; }
    @media only screen and (max-width: 960px) {
      footer .left, footer .middle, footer .right {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        padding-bottom: 5px; } }

#contentPageBanner {
  height: 400px;
  background-color: #ccc;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 75px;
  position: relative; }
  #contentPageBanner h1 {
    text-align: center;
    color: #fff;
    font-size: 61px;
    padding-top: 150px; }
    @media only screen and (max-width: 960px) {
      #contentPageBanner h1 {
        font-size: 45px; } }
  @media only screen and (max-width: 960px) {
    #contentPageBanner {
      margin-bottom: 20px; } }
  #contentPageBanner .downArrowContainer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    text-align: center; }

#contentPageMap {
  height: 400px;
  overflow: hidden;
  margin-bottom: 75px; }
  #contentPageMap #map {
    height: calc(100% + 50px); }

#staff-profiles {
  margin-top: 5px; }

.profile {
  border-bottom: 1px solid #dbdada;
  margin-bottom: 74px; }
  .profile:nth-child(even) .image {
    float: left; }
  .profile:nth-child(even) .text {
    float: right; }
  .profile:nth-child(odd) .image {
    float: right; }
  .profile:nth-child(odd) .text {
    float: left; }
  .profile .mobileImage {
    display: none;
    padding: 15px 30px;
    max-width: 300px;
    margin: 0 auto; }
    .profile .mobileImage img {
      width: 100%; }
  .profile .image {
    width: 30%; }
    .profile .image img {
      width: 100%; }
  .profile .text {
    width: 62%;
    font-size: 18px;
    line-height: 26px;
    color: #5c5c5c;
    font-family: "proxima-nova";
    font-weight: 100; }
    .profile .text .profile-text p {
      margin: 15px 0; }
    .profile .text h2 {
      margin-top: 20px;
      margin-bottom: 27px; }
  .profile .siteDownArrow {
    display: block;
    text-align: center;
    color: #b1b2b2;
    margin-top: 9px;
    margin-bottom: -2px; }
  .profile:last-child {
    border-bottom: none;
    margin-bottom: 0px; }
    .profile:last-child .siteDownArrow {
      display: none; }
  @media only screen and (max-width: 960px) {
    .profile {
      margin-bottom: 30px;
      padding: 10px 10px;
      margin-top: 20px; }
      .profile .image {
        display: none; }
      .profile .mobileImage {
        display: block; }
      .profile .text {
        float: none !important;
        width: 100%; } }

.contentPage .siteDownArrow.featureArrow {
  color: #fff; }

ol {
  list-style: none;
  margin-top: 27px;
  margin-bottom: 27px; }
  ol li {
    margin-bottom: 5px; }
    ol li:before {
      font-family: FontAwesome;
      width: 24px;
      color: #5c5c5c;
      margin-right: 4px; }
    ol li:nth-child(1):before {
      content: '\f095'; }
    ol li:nth-child(2):before {
      content: '\f0e0'; }
    ol li:nth-child(3):before {
      content: '\f0e1'; }

strong {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2.1px; }

#content ul {
  list-style: none;
  margin: 0;
  padding-left: 30px; }
  #content ul li {
    position: relative;
    margin-bottom: 9px; }
    #content ul li:before {
      content: '\f105';
      font-family: FontAwesome;
      color: #4ddfce;
      font-size: 28px;
      left: -30px;
      position: absolute;
      top: 0px; }

.service_section {
  border-bottom: 1px solid #dbdada;
  padding-bottom: 68px;
  margin-bottom: 80px; }
  .service_section:nth-child(odd) .serviceContent {
    float: right; }
  .service_section:nth-child(odd) .serviceIcon {
    float: left; }
  .service_section:nth-child(even) .serviceContent {
    float: left; }
  .service_section:nth-child(even) .serviceIcon {
    float: right; }
  .service_section .serviceContent {
    width: calc(100% - 290px);
    font-size: 18px;
    font-weight: 100;
    line-height: 29px; }
    .service_section .serviceContent p {
      margin-bottom: 20px; }
    .service_section .serviceContent h1 {
      margin-bottom: 10px; }
  .service_section .serviceIcon {
    margin-top: 5px;
    padding: 0 17px;
    padding-left: 15px;
    padding-right: 40px; }
    .service_section .serviceIcon .serviceCircle {
      width: 235px;
      height: 235px;
      background-color: #4ddfce;
      border-radius: 50%;
      text-align: center;
      padding-top: 67px; }
      .service_section .serviceIcon .serviceCircle i {
        font-size: 90px;
        color: #fff; }
  .service_section:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 50px; }
  @media only screen and (max-width: 960px) {
    .service_section .serviceIcon {
      float: none !important;
      padding: 10px 5px; }
      .service_section .serviceIcon .serviceCircle {
        width: 150px;
        height: 150px;
        margin: 0 auto;
        padding-top: 50px; }
        .service_section .serviceIcon .serviceCircle i {
          font-size: 50px; }
    .service_section .serviceContent {
      float: none !important;
      width: 100%;
      padding: 20px; } }

@media only screen and (max-width: 960px) {
  .divMyCMSPageContent {
    padding: 0 20px; } }

.blockquote {
  color: #4ddfce;
  padding-left: 25px;
  border-left: 5px solid #4ddfce;
  margin-left: 0px !important; }

#contentLeft {
  float: left;
  width: calc(50% - 5px); }
  @media only screen and (max-width: 960px) {
    #contentLeft {
      width: 100%;
      float: none;
      margin-bottom: 30px; } }

#contentRight {
  float: right;
  width: calc(50% - 5px); }
  @media only screen and (max-width: 960px) {
    #contentRight {
      width: 100%;
      float: none; } }

@media only screen and (max-width: 960px) {
  .profile-content h1 {
    font-size: 30px; }
  .profile-content h2 {
    font-size: 20px !important; } }

.contactPadding {
  padding-right: 30px; }
  @media only screen and (max-width: 960px) {
    .contactPadding {
      padding-right: 0; } }

/*# sourceMappingURL=reskin.css.map */
