@charset "UTF-8";
/* Medium Gray */
/* 
    Created on 	: 12/11/15
    Author      : Sarah Geller
    Template   	: Arrival
*/
@import url("//fonts.googleapis.com/css?family=Open+Sans:700,300,600,800,400|Open+Sans+Condensed:300,700|Droid+Serif|Cambo");
/*@font-face {
  font-family: 'font-awesome';
  src: url('fontawesome-webfont.eot');  IE9 Compat Modes 
  src: url('fontawesome-webfont.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
       url('fontawesome-webfont.woff') format('woff'),  Pretty Modern Browsers 
       url('fontawesome-webfont.ttf')  format('truetype'),  Safari, Android, iOS 
       url('fontawesome-webfont.svg#svgFontName') format('svg');  Legacy iOS 
}*/
body {
  background-image: none;
  background-repeat: repeat;
  background-attachment: fixed;
  background-color: #FFFFFF;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  color: #666666;
  font-size: 15px;
  line-height: 1.6; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.1em;
  color: #222222;
  padding-top: 0;
  margin: 0;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-style: normal;
  font-weight: 600; }

h1, .h1 {
  font-size: 34px;
  margin-bottom: 14px; }

h2, .h2 {
  font-size: 28px;
  margin-bottom: 10px; }

h3, .h3 {
  font-size: 20px;
  margin-bottom: 8px; }

h4, .h4 {
  font-size: 18px;
  margin-bottom: 4px;
  text-transform: uppercase; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px; }

p {
  margin: 0.85em 0; }

em {
  font-style: italic; }

strong, b {
  font-weight: bold; }

small {
  font-size: 80%; }

blockquote {
  border-left-style: solid;
  border-left-width: 7px;
  margin-bottom: 1em;
  margin-right: 1em;
  font-size: 16px;
  line-height: 1.5em;
  padding: 0 0 0 20px;
  color: #919191;
  border-color: #719430; }

a {
  text-decoration: none;
  color: #719430; }

a:hover, a:focus, a:visited {
  text-decoration: underline; }

a:hover, a:focus {
  color: #8BBA34; }

a.more-btns {
  color: #FFFFFF;
  padding: 5px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 13px; }

a.more-btns:hover {
  cursor: pointer;
  color: #FFFFFF;
  opacity: 0.9;
  text-decoration: none; }

a.green-btn, a.green-btn:hover, .green-btn, .green-btn:hover {
  background-color: #2d8859; }

a.pink-btn, a.pink-btn:hover, .pink-btn, .pink-btn:hover {
  background-color: #882d5c; }

a.blue-btn, a.blue-btn:hover, .blue-btn, .blue-btn:hover {
  background-color: #2d5c88; }

a.tan-btn, a.tan-btn:hover, .tan-btn, .tan-btn:hover {
  background-color: #88592d; }

a.red-btn, a.red-btn:hover, .red-btn, .red-btn:hover {
  background-color: #882d2e; }

a.gray-btn, a.gray-btn:hover, .gray-btn, .gray-btn:hover {
  background-color: #EAEAEA; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

hr {
  margin-top: 10px;
  margin-bottom: 0; }

.stylized {
  font-family: "Droid Serif", Georgia, Times, serif;
  font-style: italic;
  color: #222222;
  font-weight: normal; }

.green {
  color: #719430; }

.special_amp {
  font-family: 'Cambo', serif;
  font-style: italic;
  font-size: 1.3em;
  line-height: 0.5em;
  font-weight: normal; }

.hulk {
  color: #719430;
  font-weight: 700; }

.left {
  float: left; }
  @media screen and (max-width: 767px) {
    .left {
      float: none; } }

.right {
  float: right; }
  @media screen and (max-width: 767px) {
    .right {
      float: none; } }

.clear {
  clear: both; }

.well {
  background-color: #f8f8f8;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  border: none;
  padding: 45px 20px 30px;
  text-align: center; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .well {
      padding: 45px 10px 30px; } }

::selection {
  background: #719430;
  /* WebKit/Blink Browsers */
  color: #FFFFFF; }

::-moz-selection {
  background: #719430;
  /* Gecko Browsers */
  color: #FFFFFF; }

/* Tax Alerts */
div#repositionedTaxAlerts {
  margin-left: 2em;
  display: inline-block;
  vertical-align: top;
  float: right; }
  @media screen and (max-width: 767px) {
    div#repositionedTaxAlerts {
      float: none;
      margin: 0 auto;
      display: block;
      width: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    div#repositionedTaxAlerts {
      width: 100%; } }

#home_panel,
#tax_alerts {
  background-color: #FFFFFF;
  color: #555555;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 60px;
  padding: 0 !important;
  vertical-align: top;
  width: 294px;
  float: none !important; }
  @media screen and (max-width: 767px) {
    #home_panel,
    #tax_alerts {
      width: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    #home_panel,
    #tax_alerts {
      width: 100%; } }
  #home_panel img,
  #tax_alerts img {
    margin: 10px auto 0; }
  #home_panel a,
  #tax_alerts a {
    color: #719430; }
    #home_panel a:hover,
    #tax_alerts a:hover {
      text-shadow: none;
      color: #8BBA34; }
  #home_panel br,
  #tax_alerts br {
    display: none; }

#taxAlertPanel_Heading {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 30px;
  font-weight: 700 !important;
  height: 20px !important;
  margin: 0 !important;
  width: 100% !important;
  text-align: left !important;
  color: #719430;
  background: #f2f2f2;
  padding: 30px;
  text-transform: uppercase; }
  @media screen and (max-width: 480px) {
    #taxAlertPanel_Heading {
      font-size: 26px;
      padding-left: 20px;
      padding-right: 0; } }

#taxAlertPanel,
#tax_alerts_home {
  padding: 0 !important;
  margin: 0 0 30px !important;
  width: 100% !important;
  font-size: 12px;
  background-color: #f2f2f2; }

.taxAlerts_title3,
.taxAlerts_title_TB {
  padding: 30px !important;
  margin: 0 !important;
  border-bottom: 1px solid #d9d9d9 !important;
  text-align: left !important; }

.taxAlerts_title3:first-child {
  font-size: 14px;
  padding: 5px 30px 20px !important;
  color: #8BBA34; }

.taxAlerts_title_TB {
  display: none; }

a.taxBriefingsLinks {
  line-height: 2em;
  font-size: 13px; }

.ticker {
  padding: 0 !important;
  margin: 0 !important; }

#contlayer0,
#mainlayer0 {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  background: #f2f2f2; }

#lpau0,
#1res0,
#1prv0,
#1nxt0 {
  top: 170px !important;
  /* not overwriting the original*/ }

#lpau0,
#1res0 {
  left: 130px !important;
  /* not overwriting the original*/ }

#1prv0 {
  left: 105px !important;
  /* not overwriting the original*/ }

#1nxt0 {
  left: 155px !important;
  /* not overwriting the original*/ }

/* New Tax Alert Controls*/
div#lprv0 img[src*="prv"],
div#lpau0 img[src*="pau"],
div#lres0 img[src*="res"],
div#lnxt0 img[src*="nxt"] {
  display: none; }

div#lprv0 a,
div#lpau0 a,
div#lres0 a,
div#lnxt0 a {
  background: #719430 no-repeat center;
  background-size: 40%;
  display: block;
  height: 19px;
  width: 19px;
  border-radius: 50%; }
  div#lprv0 a:hover,
  div#lpau0 a:hover,
  div#lres0 a:hover,
  div#lnxt0 a:hover {
    opacity: .8;
    transition: all .5s; }

div#lprv0 a[href*="click_pass(-1)"] {
  background-image: url("../includes/images/previous.png?1757614160");
  margin-left: -3px !important; }

div#lpau0 a[href*="tspH"] {
  background-image: url("../includes/images/pause.png?1757614160");
  transition: all .25s; }

div#lres0 a[href*="tspI"] {
  background-image: url("../includes/images/play.png?1757614160");
  background-position: 55%;
  transition: all .25s; }

div#lnxt0 a[href*="click_pass(1)"] {
  background-image: url("../includes/images/next.png?1757614160");
  margin-left: 3px !important; }

table.undefined,
.TScrItem0 {
  width: 100% !important; }

#lmain0 {
  width: 100% !important;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 480px) {
    #lmain0 {
      padding-left: 20px;
      padding-right: 20px; } }

div#news.ticker div a {
  font-size: 13px; }

/* ------------------------------ Appointment Scheduler ----- */
#appointmentWrapper {
  width: 530px !important;
  padding: 7px;
  background-color: #f2f2f2; }
  @media screen and (max-width: 767px) {
    #appointmentWrapper {
      width: 100% !important;
      margin-top: 120px !important; } }

#appointment {
  padding: 20px;
  border: 1px solid #d9d9d9; }

.inputClass {
  float: right;
  width: 240px;
  height: 40px; }

#appointment .clear {
  margin-bottom: 22px; }

#appointmentTitle {
  font-size: 19px;
  font-weight: 400;
  background-color: #f2f2f2;
  border-radius: 0;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
  padding: 0 0 20px; }

#currentClient {
  margin-bottom: 20px;
  margin-left: 50px; }

#apptMessageDiv2 {
  height: 60px; }

#recaptcha_widget_div {
  float: right;
  margin-bottom: 17px; }

#submitDiv {
  text-align: right;
  clear: right; }

#appointment input, #appointment .inputClass {
  border: none;
  border-bottom: 2px solid #dddddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

label.left, #apptMessageDiv1 label, #appointmentCaptchaDiv1 label {
  margin-left: 20px; }

textarea#appointmentMessage {
  height: 60px;
  position: relative;
  top: -20px;
  width: 318px; }
  @media screen and (max-width: 767px) {
    textarea#appointmentMessage {
      width: 100%; } }

#appointmentWrapper label, #appointment label.left {
  font-weight: 400; }

#appointment input, #appointment .inputClass {
  border: 1px solid #d9d9d9;
  border-radius: 0;
  width: 75%; }
  @media screen and (max-width: 767px) {
    #appointment input, #appointment .inputClass {
      width: 100%; } }

#appointment div#currentClientDiv input {
  width: 5%; }

div#submitDiv {
  width: 100%;
  text-align: center;
  margin: 0 auto; }

div#submitDiv input {
  width: 50%;
  font-size: 17px; }

div#submitDiv input:hover {
  background-color: #617A00;
  color: #FFFFFF; }

/*#multilingual .classname {
    right: auto !important;
    left: 0;
    @include screen-xs {
        position: relative !important;
    }
}*/
.container {
  padding: 0; }

.container-fluid {
  padding-right: 0;
  padding-left: 0; }

.header--section {
  background-image: none;
  background-color: #FFFFFF;
  background-repeat: repeat;
  background-attachment: fixed;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }

.header--pre {
  text-align: right;
  background: transparent; }
  .header--pre p {
    padding: 5px 9px 0 0;
    color: #617A00;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-style: italic;
    margin: 0; }
  @media screen and (max-width: 480px) {
    .header--pre {
      text-align: left; } }

/*Social Media*/
div#socialMedia {
  text-align: right;
  position: relative;
  z-index: 998;
  margin-top: 5px; }
  @media screen and (max-width: 480px) {
    div#socialMedia {
      text-align: left; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    div#socialMedia {
      margin-right: 22px; } }
  @media screen and (max-width: 767px) {
    div#socialMedia div {
      vertical-align: sub; } }
  div#socialMedia div a {
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    @media screen and (max-width: 767px) {
      div#socialMedia div a {
        -moz-transition: none !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      div#socialMedia div a {
        -moz-transition: none !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important; } }
  div#socialMedia button.cch-button {
    display: inline-block;
    margin-right: 5px;
    background-color: #617A00;
    background-repeat: no-repeat;
    height: 26px;
    width: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    text-indent: -9000px;
    vertical-align: top;
    margin: 0px 5px 5px 0;
    background-position: center;
    background-size: 100%; }
    div#socialMedia button.cch-button:last-child {
      margin-right: 0; }
    div#socialMedia button.cch-button:hover {
      opacity: .8;
      cursor: pointer;
      -moz-transition: opacity .5s;
      -webkit-transition: opacity .5s;
      -o-transition: opacity .5s;
      transition: opacity .5s; }
      div#socialMedia button.cch-button:hover span.cch-button-text {
        opacity: 1;
        display: block; }
        @media screen and (max-width: 767px) {
          div#socialMedia button.cch-button:hover span.cch-button-text {
            display: none; } }
        @media screen and (max-width: 480px) {
          div#socialMedia button.cch-button:hover span.cch-button-text {
            display: none; } }
    @media screen and (max-width: 480px) {
      div#socialMedia button.cch-button {
        width: 22px;
        height: 22px; } }
    div#socialMedia button.cch-button span.cch-button-text {
      width: 80px;
      height: auto;
      line-height: 15px;
      padding: 4px;
      margin-left: -40px;
      font-weight: 400;
      font-style: italic;
      font-size: 13px;
      color: #333333;
      text-align: center;
      border: 1px solid #d9d9d9;
      text-indent: 0px;
      position: absolute;
      pointer-events: none;
      top: 37px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      background-color: #FFFFFF;
      opacity: 0;
      display: none;
      left: 50%;
      -moz-transition: opacity .5s ease;
      -webkit-transition: opacity .5s ease;
      -o-transition: opacity .5s ease;
      transition: opacity .5s ease; }
      div#socialMedia button.cch-button span.cch-button-text:before, div#socialMedia button.cch-button span.cch-button-text:after {
        content: '';
        position: absolute;
        left: 50%;
        width: 0;
        height: 0; }
      div#socialMedia button.cch-button span.cch-button-text:before {
        top: -10px;
        margin-left: -9px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #d9d9d9; }
      div#socialMedia button.cch-button span.cch-button-text:after {
        top: -8px;
        margin-left: -7px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #FFFFFF; }

button#cchFacebook {
  background-image: url("../includes/images/facebook.png?1757614160");
  background-image: url("../includes/images/facebook.svg"); }

button#cchTwitter {
  background-image: url("../includes/images/twitter.png?1757614160");
  background-image: url("../includes/images/twitter.svg"); }

button#cchLinkedIn {
  background-image: url("../includes/images/linkedin.png?1757614160");
  background-image: url("../includes/images/linkedin.svg"); }

button#cchYouTube {
  background-image: url("../includes/images/youtube.png?1757614160");
  background-image: url("../includes/images/youtube.svg"); }

button#cchFileShare {
  background-image: url("../includes/images/fileshare.png?1757614160");
  background-image: url("../includes/images/fileshare.svg"); }

button#cchPortal {
  background-image: url("../includes/images/portal.png?1757614160");
  background-image: url("../includes/images/portal.svg"); }

button#cchClientAxcess {
  background-image: url("../includes/images/client-axcess.png?1757614160");
  background-image: url("../includes/images/client-axcess.svg"); }

div.fb-like.fb_iframe_widget {
  display: inline-block;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  top: -1px; }
  @media screen and (max-width: 480px) {
    div.fb-like.fb_iframe_widget {
      top: -4px; } }

@media screen and (max-width: 767px) {
  div#socialMedia button.cch-button:not(*:root) {
    padding: 11px;
    /* Safari */ } }

@media screen and (max-width: 767px) {
  _::-moz-svg-foreign-content, :root div#socialMedia div {
    vertical-align: top;
    /* Safari */ } }

/* eNewsletters Sign Up Form */
div#divNewsletter1 {
  background: #f2f2f2;
  padding: 30px; }

.NewsletterForm {
  width: auto !important; }
  @media screen and (max-width: 767px) {
    .NewsletterForm {
      width: 100% !important; } }

p#enewsletter_title {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-align: left !important;
  color: #4D6000;
  text-transform: uppercase;
  line-height: 1em; }
  @media screen and (max-width: 767px) {
    p#enewsletter_title {
      padding: 0; } }
  @media screen and (max-width: 480px) {
    p#enewsletter_title {
      font-size: 26px; } }

.NewsletterForm form {
  padding: 0 !important; }

div#divNewsletter1 input {
  width: 100%; }

.NewsletterForm form input#button {
  margin-top: 3px; }

.modules div#divNewsletter1 {
  display: inline-block;
  text-align: left;
  max-width: 450px;
  width: 100%; }

/* Header */
.header__img {
  margin-bottom: 0px;
  /* 1.33333em; */
  height: 0px;
  background-image: none;
  display: inline-block;
  width: 100%; }

.index .header__img,
.home .header__img {
  margin-bottom: 0px;
  /* 1.33333em; */
  height: initial;
  background-image: none;
  background-color: #f2f2f2;
  display: block; }

.about .header__img,
.services .header__img,
.tax_services .header__img,
.accounting_services .header__img,
.wealth_management .header__img,
.strategic_planning .header__img,
.industries .header__img,
.construction_and_contracting .header__img,
.manufacturing_accounting_tax .header__img,
.owner_managed_businesses_entrepreneur_tax_accounting .header__img,
.professional_services .header__img,
.real_estate_development .header__img,
.other_industries .header__img {
  margin-bottom: 0px;
  /* 1.33333em; */
  height: 100px;
  background-image: url("../content/client/9oxh1v9zz41nak0s44b2qzj47a4s87z6/uploads/images/bg2.jpg?1757614160");
  background-size: cover; }

@media screen and (max-width: 767px) {
  .about .header__img {
    height: 140px; } }
@media screen and (max-width: 480px) {
  .about .header__img {
    height: 180px; } }

.careers .header__img {
  background-image: url("../content/client/9oxh1v9zz41nak0s44b2qzj47a4s87z6/uploads/images/bg3.jpg?1757614160");
  height: 350px;
  height: 410px;
  background-size: cover;
  margin-bottom: 0px; }
  @media screen and (max-width: 767px) {
    .careers .header__img {
      height: 102px; } }

.header__img:after {
  content: '';
  background-color: #e1e1e1;
  height: 1px;
  width: 100%;
  display: block; }

.index .header__img:after,
.home .header__img:after,
.about .header__img:after,
.services .header__img:after,
.tax_services .header__img:after,
.accounting_services .header__img:after,
.wealth_management .header__img:after,
.strategic_planning .header__img:after,
.industries .header__img:after,
.construction_and_contracting .header__img:after,
.manufacturing_accounting_tax .header__img:after,
.owner_managed_businesses_entrepreneur_tax_accounting .header__img:after,
.professional_services .header__img:after,
.real_estate_development .header__img:after,
.other_industries .header__img:after,
.careers .header__img:after {
  display: none; }

.logo__img {
  max-width: 290px;
  height: auto;
  padding-top: 0px;
  display: block;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .logo__img {
      max-width: 80%; } }
  @media screen and (max-width: 480px) {
    .logo__img {
      max-width: 80%; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .logo__img {
      max-width: 250px; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .logo__img {
      max-width: 250px; } }

.title {
  line-height: 1.09091;
  display: inline-block;
  font-weight: 100;
  color: #555555;
  position: relative;
  width: 100%;
  padding-top: 5px;
  display: none; }
  .title:hover {
    color: #617A00; }
  @media screen and (max-width: 767px) {
    .title {
      min-height: 40px; } }

.slogan {
  font-size: 1.8em;
  text-align: center;
  color: #333333;
  font-weight: 100;
  line-height: 1.2em;
  margin: 0 auto;
  width: 90%; }

.header__img--message {
  display: none; }

.index .header__img--message, .home .header__img--message {
  width: 1000px;
  margin: 0px auto;
  display: block;
  padding-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .index .header__img--message, .home .header__img--message {
      width: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .index .header__img--message, .home .header__img--message {
      width: 750px; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .index .header__img--message, .home .header__img--message {
      width: 975px; } }

.message-col-left {
  text-align: center;
  margin-top: 14px; }

.message-col-right p {
  color: #666666;
  font-size: 15.5px; }

/* Navigation */
@media screen and (max-width: 767px) {
  .nav-container {
    border-top: 1px solid #d9d9d9; } }

.navbar {
  border: none;
  margin: 0;
  border-radius: 0; }

.navbar__button--toggle {
  padding: 1.06667em;
  margin-left: 0.13333em;
  vertical-align: middle;
  border: 1px solid #b8b8b8;
  background-color: rgba(51, 51, 51, 0.2);
  margin: 2em; }
  @media screen and (max-width: 767px) {
    .navbar__button--toggle {
      margin: .4em;
      float: left;
      padding: .9em; } }

.navbar-toggle .icon-bar {
  background: #FFFFFF; }

#navbar--collapse {
  margin-top: 1em;
  padding: 0; }
  @media screen and (max-width: 767px) {
    #navbar--collapse {
      text-align: left;
      position: relative;
      z-index: 997;
      margin-top: .3em;
      margin-right: 0;
      margin-left: 0; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    #navbar--collapse {
      margin-top: .25em; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    #navbar--collapse {
      margin-top: 1.5em; } }

ul.nav li.main-nav-item, ul.nav li.dropdown {
  padding-bottom: 0px; }
  @media screen and (max-width: 767px) {
    ul.nav li.main-nav-item, ul.nav li.dropdown {
      margin-top: 0;
      padding-bottom: 10px;
      border-bottom: 1px solid #d9d9d9; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    ul.nav li.main-nav-item, ul.nav li.dropdown {
      padding-bottom: 0; } }

@media screen and (max-width: 767px) {
  ul.nav li.open ul.dropdown-menu {
    border: none;
    background-color: #E5E5E5;
    margin-bottom: -11px;
    margin-top: 10px; } }

ul.nav ul li {
  margin-top: 0; }

.navbar--main {
  background: #FFFFFF; }
  @media screen and (max-width: 767px) {
    .navbar--main {
      padding-bottom: 6px;
      z-index: 996; } }
  .navbar--main > li > a {
    padding: 0.73333em 0.945em 0.13333em;
    font-size: 1.28em;
    color: #555555;
    font-family: "Open Sans Condensed", sans-serif;
    margin: 0; }
    @media screen and (max-width: 480px) {
      .navbar--main > li > a {
        font-size: 1.13333em; } }
    @media screen and (max-width: 767px) {
      .navbar--main > li > a {
        font-size: 1.13333em; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .navbar--main > li > a {
        font-size: 1.03533em;
        padding: 0.73333em 0.341em 2px; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar--main {
      font-size: 1.06667em;
      padding: 0.73333em 0.77em 0px; } }

.navbar--main > li > a:hover {
  background-color: transparent;
  color: #617A00;
  text-decoration: underline; }
  @media screen and (max-width: 767px) {
    .navbar--main > li > a:hover {
      text-decoration: none; } }

ul.navbar--main li a:focus:after,
ul.navbar--main li a:link:after,
ul.navbar--main li a:visited:after,
ul.navbar--main li a:hover:after ul.navbar--main li a:active:after {
  color: #555555; }

.navbar--main > li:first-child > a {
  padding-left: 0; }
  @media screen and (max-width: 767px) {
    .navbar--main > li:first-child > a {
      padding-left: 0.945em; } }

.navbar-nav li:last-child a:after {
  display: none; }

ul.navbar--main ul li a:after {
  display: none; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background: rgba(0, 0, 0, 0.2); }

.nav > li > a {
  display: inline-block;
  vertical-align: top; }
  .nav > li > a:first-child {
    padding-right: 0; }
  .nav > li > a:only-child {
    padding-right: 5px; }
  .nav > li > a.toggle-control {
    padding: 15px 10px 0px; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .nav > li > a.toggle-control {
        padding-left: 3px; } }

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent; }

.navbar-nav > li > .dropdown-menu {
  box-shadow: none;
  background-color: #FFFFFF;
  border: none;
  padding: 0;
  color: #919191;
  border-top: none;
  border-radius: 0;
  margin-left: 0;
  margin-top: -1px;
  width: 100%;
  min-width: 190px; }

ul.dropdown-menu {
  border-top: none;
  border-radius: 0;
  min-width: 100%;
  /* 130px; */ }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    ul.dropdown-menu {
      min-width: 105px; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    ul.dropdown-menu {
      min-width: 110px; } }

ul.dropdown-menu li a {
  padding: 8px 15px;
  font-size: 0.86667em;
  border-bottom: 1px solid #FFFFFF;
  -moz-transition: all .8s;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
  color: #919191;
  font-size: 12px; }
  @media screen and (max-width: 767px) {
    ul.dropdown-menu li a {
      border-color: #617A00;
      color: #666666; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    ul.dropdown-menu li a {
      padding: 5px 10px; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    ul.dropdown-menu li a {
      padding: 5px 10px; } }

ul.dropdown-menu li a:hover {
  color: #666666;
  background-color: #f8f8f8;
  -moz-transition: all .8s;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s; }

ul.nav li:last-child ul.dropdown-menu {
  right: 0;
  left: auto;
  margin-right: -7px; }
  @media screen and (max-width: 767px) {
    ul.nav li:last-child ul.dropdown-menu {
      margin-right: 0; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    ul.nav li:last-child ul.dropdown-menu {
      margin-right: -4px; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    ul.nav li:last-child ul.dropdown-menu {
      margin-right: -4px; } }

li.dropdown a:nth-child(2):hover {
  background: transparent; }

span.caret {
  border-width: 6px;
  /*    display: block;*/
  border-style: solid;
  border-color: transparent;
  border-top-color: #b8b8b8;
  margin-left: 0px;
  cursor: pointer;
  vertical-align: middle; }
  span.caret:hover {
    border-color: transparent;
    border-top-color: #617A00; }
  @media screen and (max-width: 767px) {
    span.caret {
      border-width: 8px;
      /*margin-top: 6px;  */
      margin-left: 8px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    span.caret {
      margin-top: 18px;
      border-width: 5px;
      margin-left: 0px;
      margin-top: 0;
      margin-bottom: 0; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    span.caret {
      border-width: 5px; } }

li.dropdown.open span.caret {
  border-width: 6px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #719430;
  /* palette(grey, x-light); */
  margin-bottom: 0px;
  /* -12px; */
  -moz-transition: all .25s;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  margin-top: 39px;
  /* 34px; */ }
  @media screen and (max-width: 767px) {
    li.dropdown.open span.caret {
      margin-bottom: -8px;
      margin-top: 14px;
      border-width: 8px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    li.dropdown.open span.caret {
      margin-bottom: -3px;
      margin-top: 18px;
      margin-top: 24px;
      border-width: 5px; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    li.dropdown.open span.caret {
      margin-bottom: -6px;
      border-width: 5px;
      margin-top: 41px; } }

li.divider {
  display: none; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent; }

nav#navbar--main:before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #d9d9d9;
  margin-top: 6px;
  position: absolute;
  display: none; }

div#logoContainer {
  max-width: initial;
  /*320*/
  width: 30%;
  float: left;
  text-align: center; }
  @media screen and (max-width: 767px) {
    div#logoContainer {
      padding: 0 0 15px;
      width: 100%;
      max-width: 230px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    div#logoContainer {
      max-width: 280px;
      -moz-transition: none !important;
      -webkit-transition: none !important;
      -o-transition: none !important;
      transition: none !important;
      float: none; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    div#logoContainer {
      max-width: 244px; } }

.navbar-brand {
  float: none;
  height: auto;
  padding: 0;
  display: block;
  font-size: 1.46667em;
  padding-top: 0;
  /*15*/ }
  @media screen and (max-width: 767px) {
    .navbar-brand {
      font-size: 1.13333em; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-brand {
      font-size: 1.13333em; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar-brand {
      font-size: 1.13333em; } }

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0; }

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
  margin-bottom: 0;
  /*1.5em*/ }
  @media screen and (max-width: 767px) {
    .navbar .navbar-nav {
      width: 95%;
      margin: 0;
      background-color: #f2f2f2; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-nav {
      margin-bottom: 0; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar .navbar-nav {
      margin-bottom: -1px; } }

.navbar .navbar-collapse {
  text-align: center; }

@media screen and (max-width: 767px) {
  .navbar-toggle .icon-bar {
    background: #617A00; } }

/* Navigation Affix */
nav.navbar--main.affix {
  top: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgba(255, 255, 255, 0.95); }
  @media screen and (max-width: 767px) {
    nav.navbar--main.affix {
      position: static !important; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    nav.navbar--main.affix {
      position: static !important;
      border-bottom: none; } }

nav#navbar--main.affix .navbar-brand {
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  height: 50px; }
  @media screen and (max-width: 767px) {
    nav#navbar--main.affix .navbar-brand {
      -moz-transform: none !important;
      -webkit-transform: none !important;
      -o-transform: none !important;
      transform: none !important; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    nav#navbar--main.affix .navbar-brand {
      -moz-transform: none !important;
      -webkit-transform: none !important;
      -o-transform: none !important;
      transform: none !important; } }

nav#navbar--main.affix .logo__img {
  display: block;
  /* none; */
  transform: scale(0.6);
  position: relative;
  top: -14px; }
  @media screen and (max-width: 767px) {
    nav#navbar--main.affix .logo__img {
      display: block; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    nav#navbar--main.affix .logo__img {
      display: block; } }

nav#navbar--main.affix #navbar--collapse {
  margin-top: .9em;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  @media screen and (max-width: 767px) {
    nav#navbar--main.affix #navbar--collapse {
      margin-top: .3em;
      -moz-transition: none !important;
      -webkit-transition: none !important;
      -o-transition: none !important;
      transition: none !important; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    nav#navbar--main.affix #navbar--collapse {
      -moz-transition: none !important;
      -webkit-transition: none !important;
      -o-transition: none !important;
      transition: none !important; } }

.affix .nav.navbar-nav {
  margin-bottom: .5em; }
  @media screen and (max-width: 767px) {
    .affix .nav.navbar-nav {
      margin-bottom: 0; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .affix .nav.navbar-nav {
      margin-bottom: 1.5em; } }

nav#navbar--main.affix .nav.navbar-nav.navbar--main > li > a {
  padding-top: 0;
  /*.5em*/
  padding-bottom: 16px;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    nav#navbar--main.affix .nav.navbar-nav.navbar--main > li > a {
      padding-top: 0.73333em; } }

nav#navbar--main.affix li.dropdown.open span.caret {
  margin-bottom: 0px;
  /* -14px; */
  margin-top: 23px;
  /* 19px; */ }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    nav#navbar--main.affix li.dropdown.open span.caret {
      margin-top: 25px; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    nav#navbar--main.affix li.dropdown.open span.caret {
      margin-bottom: -12px;
      margin-top: 25px; } }

/* Navigation Custom*/
.navbar--wrapper {
  width: 1170px;
  /*Adjust for Mobile*/
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .navbar--wrapper {
      width: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar--wrapper {
      width: 750px;
      /*Adjust for Mobile*/ } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar--wrapper {
      width: 970px; } }

.nav-container {
  width: 70%;
  float: left; }
  @media screen and (max-width: 767px) {
    .nav-container {
      border: none;
      width: 100%;
      float: left; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .nav-container {
      width: 100%; } }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .nav.navbar--main > li:first-child > a {
    padding-left: 0; } }
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .nav.navbar--main > li:last-child > a {
    padding-right: 0; } }
.nav.navbar--main > li.active > a {
  color: #666666; }
.nav.navbar--main > li > a {
  padding: 15px 10px 0 10px;
  margin-bottom: 32px;
  font-family: Arial, Verdana, sans-serif;
  color: #919191;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none; }
  .nav.navbar--main > li > a:hover {
    color: #666666; }
  @media screen and (max-width: 767px) {
    .nav.navbar--main > li > a {
      margin-bottom: 0; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .nav.navbar--main > li > a {
      padding: 15px 7px 0;
      margin-bottom: 15px; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .nav.navbar--main > li > a {
      padding: 15px 8px 0;
      font-size: 12px; } }
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .nav.navbar--main > li.dropdown > a {
    padding-right: 3px; } }
.nav.navbar--main > li.dropdown > a.dropdown-toggle {
  padding-left: 0;
  padding-right: 14px;
  margin-bottom: 0; }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .nav.navbar--main > li.dropdown > a.dropdown-toggle {
      padding-right: 8px; } }
.nav.navbar--main > li.dropdown.open:hover::after {
  background-color: transparent; }
.nav.navbar--main > li.dropdown.open ul:before {
  content: '';
  background-color: #719430;
  display: block;
  height: 2px;
  width: 100%;
  position: absolute; }
.nav.navbar--main > li.main-nav-item:hover::after, .nav.navbar--main > li.dropdown:hover::after {
  background-color: #719430;
  transition: background-color .5s; }
.nav.navbar--main > li.main-nav-item:after, .nav.navbar--main > li.dropdown:after {
  content: '';
  background-color: transparent;
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  margin-top: -1px; }
  @media screen and (max-width: 767px) {
    .nav.navbar--main > li.main-nav-item:after, .nav.navbar--main > li.dropdown:after {
      margin-top: 9px; } }
.nav.navbar--main > li.main-nav-item.active:after, .nav.navbar--main > li.dropdown.active:after {
  content: '';
  background-color: #719430;
  display: block;
  height: 2px;
  width: 100%;
  position: absolute; }

@media screen and (max-width: 767px) {
  a.dropdown-toggle.toggle-control {
    float: right; } }

@media screen and (max-width: 767px) {
  .navbar .navbar-nav,
  nav#navbar--main.affix ul.navbar--main {
    background-color: #f2f2f2;
    margin: 0;
    width: 95%; }

  .navbar .navbar-nav,
  nav#navbar--main.affix ul.navbar--main {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-bottom: 0px; }

  .nav.navbar--main > li > a,
  nav#navbar--main.affix .nav.navbar-nav.navbar--main > li > a {
    margin-bottom: 0;
    padding: 15px 10px 0 10px;
    font-family: Arial, Verdana, sans-serif;
    color: #919191;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none; }

  li.dropdown.open span.caret,
  nav#navbar--main.affix li.dropdown.open span.caret {
    margin-top: 14px;
    border-width: 8px; }

  li.main-nav-item:after,
  li.dropdown:after,
  nav#navbar--main.affix .nav.navbar-nav.navbar--main li.main-nav-item:after,
  nav#navbar--main.affix .nav.navbar-nav.navbar--main li.dropdown:after {
    margin-top: 9px; }

  .nav.navbar--main > li.dropdown > a.dropdown-toggle,
  nav#navbar--main.affix .nav.navbar-nav.navbar--main > li > a.toggle-control {
    padding-left: 0;
    padding-right: 14px;
    margin-bottom: 0; } }
/* Navigation Custom - Dropdown Box*/
#contact-dropdown {
  display: none;
  position: absolute;
  background-color: white;
  width: 760px;
  margin-left: -674px;
  text-align: left;
  padding: 26px 30px 30px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  z-index: 999; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    #contact-dropdown {
      width: 570px;
      margin-left: -483px; } }
  #contact-dropdown:before {
    content: '';
    background-color: #719430;
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    margin-top: -27px;
    margin-left: -30px; }
  #contact-dropdown ul {
    border-left: 1px solid #e1e1e1;
    padding-left: 15px;
    display: block;
    height: 90px;
    list-style: none;
    color: #919191;
    font-size: 13px;
    line-height: 21px; }
    #contact-dropdown ul:first-child {
      border-left: none;
      padding-left: 0;
      width: 30%; }
    #contact-dropdown ul:nth-child(2) {
      width: 35%; }
    #contact-dropdown ul li strong {
      color: #222222;
      font-size: 17px;
      margin-bottom: 8px;
      line-height: 1.1em;
      font-weight: 600;
      display: block; }

.nav.navbar--main > li.main-nav-item:last-child:hover div#contact-dropdown {
  display: block; }
  @media screen and (max-width: 767px) {
    .nav.navbar--main > li.main-nav-item:last-child:hover div#contact-dropdown {
      display: none; } }

.open > .dropdown-menu, #contact-dropdown {
  animation-name: slidenavAnimation;
  animation-duration: .5s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards; }

@keyframes slidenavAnimation {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #719430; }

/* Custom Affix */
nav#navbar--main.affix ul.navbar--main {
  background-color: transparent;
  margin-bottom: 0; }

nav#navbar--main.affix .nav.navbar-nav.navbar--main > li > a.toggle-control {
  padding-bottom: 0px; }

nav#navbar--main.affix .nav.navbar-nav.navbar--main li.main-nav-item:after,
nav#navbar--main.affix .nav.navbar-nav.navbar--main li.dropdown:after {
  margin-top: -1px; }

nav#navbar--main.affix .nav.navbar-nav.navbar--main li.main-nav-item:hover::after,
nav#navbar--main.affix .nav.navbar-nav.navbar--main li.dropdown:hover::after {
  background-color: #719430; }

.affix .navbar-nav > li > .dropdown-menu {
  margin-top: -1px; }

.affix div#contact-dropdown {
  margin-top: 0px; }

.navbar.navbar--main {
  border-bottom: 1px solid #d9d9d9; }

/* Main Content */
div#content {
  min-height: 594px;
  /* 550px; */
  margin-top: -7px;
  font-size: 13px;
  background-color: #FFFFFF; }
  div#content:before {
    height: 33px;
    width: 100%;
    content: '';
    position: absolute;
    margin-top: 40px;
    box-shadow: none;
    border-bottom: 1px solid #e1e1e1;
    display: none; }
  div#content ul {
    padding: 0 20px; }

.index div#content, .home div#content {
  min-height: 100%;
  margin-top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }

.about div#content {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }

.home div#content:before,
.index div#content:before,
.about div#content:before,
.services div#content:before,
.tax_services div#content:before,
.accounting_services div#content:before,
.wealth_management div#content:before,
.strategic_planning div#content:before,
.industries div#content:before,
.construction_and_contracting div#content:before,
.manufacturing_accounting_tax div#content:before,
.owner_managed_businesses_entrepreneur_tax_accounting div#content:before,
.professional_services div#content:before,
.real_estate_development div#content:before,
.other_industries div#content:before,
.careers div#content:before {
  height: 10px;
  width: 100%;
  content: '';
  position: absolute;
  margin-top: -10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border-bottom: none;
  display: block; }

.content--container {
  background: #FFFFFF;
  padding: 100px 0 0; }
  @media screen and (max-width: 767px) {
    .content--container {
      padding-left: 20px;
      padding-right: 20px; } }

.index .content--container,
.home .content--container,
.about .content--container {
  padding: 0; }

.about .content--container,
.services .content--container,
.tax_services .content--container,
.accounting_services .content--container,
.wealth_management .content--container,
.strategic_planning .content--container,
.industries .content--container,
.construction_and_contracting .content--container,
.manufacturing_accounting_tax .content--container,
.owner_managed_businesses_entrepreneur_tax_accounting .content--container,
.professional_services .content--container,
.real_estate_development .content--container,
.other_industries .content--container,
.careers .content--container {
  padding-top: 40px; }

div.content-main {
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px; }

.index .content-main, .home .content-main {
  padding-top: 3em;
  padding-bottom: 1em; }

.row {
  margin-right: 0px;
  margin-left: 0px; }

.right-sidebar, .left-sidebar {
  padding: 2em; }

h1#pageTitle {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #666666;
  font-size: 16px;
  margin-top: 15px;
  text-shadow: none;
  text-transform: none;
  margin-left: 15px; }
  @media screen and (max-width: 767px) {
    h1#pageTitle {
      font-size: 20px; } }

.home h1#pageTitle, .index h1#pageTitle {
  display: none; }

.about h1#pageTitle,
.services h1#pageTitle,
.tax_services h1#pageTitle,
.accounting_services h1#pageTitle,
.wealth_management h1#pageTitle,
.strategic_planning h1#pageTitle,
.industries h1#pageTitle,
.construction_and_contracting h1#pageTitle,
.manufacturing_accounting_tax h1#pageTitle,
.owner_managed_businesses_entrepreneur_tax_accounting h1#pageTitle,
.professional_services h1#pageTitle,
.real_estate_development h1#pageTitle,
.other_industries h1#pageTitle,
.careers h1#pageTitle {
  color: #FFFFFF;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  position: absolute;
  font-size: 29px;
  text-shadow: 1px 1px 2px #969696;
  margin-left: 60px;
  padding-top: 6px; }
  @media screen and (max-width: 480px) {
    .about h1#pageTitle,
    .services h1#pageTitle,
    .tax_services h1#pageTitle,
    .accounting_services h1#pageTitle,
    .wealth_management h1#pageTitle,
    .strategic_planning h1#pageTitle,
    .industries h1#pageTitle,
    .construction_and_contracting h1#pageTitle,
    .manufacturing_accounting_tax h1#pageTitle,
    .owner_managed_businesses_entrepreneur_tax_accounting h1#pageTitle,
    .professional_services h1#pageTitle,
    .real_estate_development h1#pageTitle,
    .other_industries h1#pageTitle,
    .careers h1#pageTitle {
      font-size: 20px; } }

.about h1#pageTitle {
  padding-top: 0;
  margin-top: 11px; }
  @media screen and (max-width: 767px) {
    .about h1#pageTitle {
      padding-top: 0;
      margin-top: 6px;
      font-size: 20px; } }

div#page_description {
  margin-bottom: 50px; }

.index div#page_description,
.home div#page_description {
  margin-bottom: 0px; }

.services div#page_description,
.industries div#page_description,
.speakers-bureau div#page_description {
  width: 1150px;
  margin: 0 auto 50px; }
  @media screen and (max-width: 767px) {
    .services div#page_description,
    .industries div#page_description,
    .speakers-bureau div#page_description {
      width: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .services div#page_description,
    .industries div#page_description,
    .speakers-bureau div#page_description {
      width: 555px; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .services div#page_description,
    .industries div#page_description,
    .speakers-bureau div#page_description {
      width: 555px; } }

.container--right-sidebar {
  background: #4D6000;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5.33333em; }
  .container--right-sidebar h1, .container--right-sidebar h2, .container--right-sidebar h3, .container--right-sidebar h4, .container--right-sidebar h5, .container--right-sidebar h6, .container--right-sidebar p {
    padding-left: 2em;
    padding-right: 2em; }

.left-column #page_description {
  margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .left-column div p img {
    width: 100%;
    height: auto; } }
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .left-column div p img {
    width: 100%;
    height: auto; } }

.right-column {
  margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .right-column {
      margin-top: 40px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .right-column {
      margin-top: 40px; } }
  .right-column p, .right-column li {
    color: #666666;
    font-size: 13px;
    line-height: 1.75em; }

div#cchFeatureBox {
  background-image: none;
  height: 0; }

.about div#cchFeatureBox {
  margin-top: -25px !important;
  margin-bottom: 0px !important;
  padding-bottom: 0 !important;
  height: 100px;
  background-image: url("../content/client/9oxh1v9zz41nak0s44b2qzj47a4s87z6/uploads/images/bg2.jpg?1757614160");
  background-size: cover; }
  .about div#cchFeatureBox:before {
    content: '';
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    height: 5px;
    position: absolute;
    z-index: 9999999;
    width: 100%;
    margin-top: -6px;
    display: block; }

.index div#cchFeatureBox, .home div#cchFeatureBox {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  padding-bottom: 0 !important;
  background-image: none;
  height: auto; }

.cchFeatures {
  padding-bottom: 0 !important; }

div#cchFeatureBox .cchFeatures .feature-content {
  box-sizing: content-box !important; }

#cchFeatureBox .feature-content label {
  margin-bottom: 0 !important; }
#cchFeatureBox .feature-content input {
  padding: 0 8px !important; }

/* Feature Boxes - Custom */
div.cchFeatures {
  width: 310px;
  margin: 0 30px; }
  @media screen and (max-width: 480px) {
    div.cchFeatures {
      width: 80%; } }

div.feature-title {
  text-align: left; }
  div.feature-title span, div.feature-title a {
    font-weight: 600;
    line-height: 1.1em;
    color: #222222;
    padding-top: 0;
    margin: 0;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-style: normal;
    padding-bottom: 11px;
    font-size: 17px !important; }

div.feature-content {
  background-color: #FFFFFF;
  padding: 10px;
  height: 260px;
  border: 1px solid #dadada;
  margin-bottom: 30px; }

.sitebuilderModules {
  margin-top: 2em; }
  .sitebuilderModules tr {
    display: inline-block;
    padding: 0 9px; }
    @media screen and (max-width: 767px) {
      .sitebuilderModules tr {
        display: block; } }

/* New Site Builder Modules */
#content button.cch-button.module {
  background-color: #617A00;
  border: none;
  margin: 0 15px 30px;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  width: 205px;
  padding-left: 6px;
  height: 42px; }
  @media screen and (max-width: 480px) {
    #content button.cch-button.module {
      margin: 0 auto 30px;
      display: block; } }
  #content button.cch-button.module:before {
    content: '';
    background-color: #8AAE02;
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    margin-top: -1px;
    margin-left: -6px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: none; }
  #content button.cch-button.module:hover {
    background-color: #4D6000;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    #content button.cch-button.module:hover::before {
      background-color: #8AAE02;
      opacity: .8;
      -moz-transition: all .5s;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
  #content button.cch-button.module span.cch-button-text {
    font-family: "Open Sans Condensed", sans-serif;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 100;
    font-style: italic;
    padding: 0px 10px 0 50px;
    display: block;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    height: 42px;
    display: none; }
    #content button.cch-button.module span.cch-button-text:hover {
      -moz-transition: all .5s;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      opacity: .9; }

button#cchTaxNotebook {
  background-image: url("../includes/images/taxnotebook.png?1757614160");
  background-image: url("../includes/images/taxnotebook.svg"); }

button#cchLeadGenerator {
  background-image: url("../includes/images/leadgen.png?1757614160");
  background-image: url("../includes/images/leadgen.svg"); }

button#cchLeadGenerator.lang-fr {
  background-image: url("../includes/images/leadgen-fr.png?1757614160");
  background-image: url("../includes/images/leadgen-fr.svg"); }

button#cchNewsletterSignUp {
  background-image: url("../includes/images/enewsletter-module.png?1757614160");
  background-image: url("../includes/images/enewsletter-module.svg"); }

button#cchGainsKeeper {
  background-image: url("../includes/images/gainskeeper.png?1757614160");
  background-image: url("../includes/images/gainskeeper.svg"); }

.modules {
  text-align: center;
  margin: 35px 0 20px; }
  @media screen and (max-width: 480px) {
    .modules {
      margin: 0 auto 20px; } }

.index .modules, .home .modules {
  margin: 0; }

.row + div#divNewsletter1 {
  display: inline-block;
  text-align: left;
  margin-bottom: 40px; }
  @media screen and (max-width: 480px) {
    .row + div#divNewsletter1 {
      width: 100%; } }

div#divNewsletter1 + .modules {
  width: 45%;
  display: inline-block;
  margin: 0 auto;
  vertical-align: text-bottom; }
  @media screen and (max-width: 480px) {
    div#divNewsletter1 + .modules {
      width: 100%;
      display: block;
      max-width: 460px; } }

div#divNewsletter1 + .modules > button {
  margin: 0 15px 30px; }

.row + div#divNewsletter1 {
  width: 55%;
  display: inline-block;
  /*    text-align: left;
      margin-bottom: 40px;*/ }
  @media screen and (max-width: 480px) {
    .row + div#divNewsletter1 {
      width: 100%;
      max-width: 100%;
      margin-bottom: 40px; } }

#divNewsletter1 #reCaptcha {
  font-size: 13px !important; }

div#reCaptcha input[type="submit"],
div#reCaptcha input[type="button"] {
  width: 30%;
  padding: 0; }

.img--full {
  width: 100%;
  height: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: none; }

/* Slider - Cycle 2 */
.cycle-slideshow {
  z-index: 998;
  overflow: hidden;
  display: none; }

.index .cycle-slideshow,
.home .cycle-slideshow {
  display: block; }

.cycle-slideshow .cycle-pager {
  display: none; }

.cycle-slideshow:hover .cycle-pager {
  position: absolute;
  bottom: 0px;
  color: rgba(255, 255, 255, 0.5);
  z-index: 10000;
  font-size: 50px;
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .cycle-slideshow:hover .cycle-pager {
      bottom: -20px;
      display: none !important; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .cycle-slideshow:hover .cycle-pager {
      bottom: -26px; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .cycle-slideshow:hover .cycle-pager {
      bottom: -19px; } }

.cycle-slideshow:hover .cycle-pager-active {
  color: #FFFFFF; }

div#buttons {
  position: absolute;
  width: 100%;
  z-index: 9999;
  bottom: 0;
  height: 100%;
  display: none; }

.cycle-slideshow:hover div#buttons {
  display: block; }
  @media screen and (max-width: 767px) {
    .cycle-slideshow:hover div#buttons button {
      bottom: -20px;
      display: none !important; } }

button.slider-nav {
  position: relative;
  height: 100%;
  width: 100px;
  color: rgba(255, 255, 255, 0.8);
  border: none;
  font-size: 30px !important; }

button.next-btn {
  background: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
  /* IE6-9 */
  background-color: transparent\9; }

button.prev-btn {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
  background-color: transparent\9; }

img.cycle-slide {
  width: 100%; }

/* Home - Slideshow*/
.slideshow-text {
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.55);
  width: 550px;
  /*680px*/
  padding: 10px 15px;
  left: 44%;
  bottom: 70px;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .slideshow-text {
      display: none; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .slideshow-text {
      width: 494px;
      left: 25%;
      bottom: 25px;
      padding: 0 15px; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .slideshow-text {
      width: 535px;
      left: 35%;
      bottom: 41px;
      padding: 0 15px; } }
  .slideshow-text p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.4em; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .slideshow-text p {
        font-size: 14px; } }
    @media screen and (min-width: 992px) and (max-width: 1200px) {
      .slideshow-text p {
        font-size: 15px; } }

.carousel {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
  .carousel:hover .carousel-indicators li {
    display: inline-block; }
  .carousel .carousel-indicators {
    bottom: 1px; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .carousel .carousel-indicators {
        bottom: -9px; } }
    .carousel .carousel-indicators li {
      display: none; }

.footer--container {
  background-color: #FFFFFF;
  color: #666666;
  padding-bottom: 0;
  font-size: 13px;
  border-top: 1px solid #e1e1e1; }
  .footer--container:before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #d9d9d9;
    position: absolute;
    margin-top: 6px;
    display: none; }
  .footer--container a {
    color: #719430; }
    .footer--container a:hover {
      color: #8BBA34;
      text-decoration: underline; }

.footer--pre {
  padding-top: 0; }

.footer--main {
  padding-top: 0;
  text-align: center; }

.copyright {
  font-size: 0.86667em;
  background-color: #FFFFFF;
  color: #f8f8f8;
  text-align: center;
  padding: 0;
  letter-spacing: 2px; }

/* Footer - Custom */
.footer--post-1--section {
  margin: 20px auto; }
  .footer--post-1--section h3 {
    color: #919191;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    margin-top: .85em; }

img.contact_box_image {
  margin-right: 10px;
  height: 20px !important;
  width: 20px !important; }

.footer--post-2 {
  border-top: 1px solid #e1e1e1; }

.footer--post-2--section p {
  font-size: 11px;
  margin: 15px 15px 15px; }

/* Home - Spotlight Services */
.spotlight-services > div {
  padding: 0 40px; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .spotlight-services > div {
      padding: 0 8px; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .spotlight-services > div {
      padding: 0 27px; } }
.spotlight-services h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 15px; }
.spotlight-services p {
  color: #666666;
  font-size: 13px; }
@media screen and (max-width: 767px) {
  .spotlight-services .well {
    margin-bottom: 50px; } }

.icon-container {
  width: 53px;
  height: 53px;
  background-color: #719430;
  border-radius: 50%;
  position: relative;
  margin: -71px auto 20px; }
  .icon-container img {
    width: 21px;
    margin-top: 16px;
    height: 21px; }

.icon-img {
  fill: #FFFFFF; }

div#newsletter_scroll > div {
  margin-bottom: 20px; }

div#taxalert_scroll h4 {
  color: #719430;
  text-transform: none; }

/* About */
.about .page-header {
  border-bottom: none !important; }
.about .right-column {
  margin-top: 60px; }
  .about .right-column a {
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline; }

span.rule-style {
  display: block;
  width: 180px;
  margin-bottom: 15px;
  margin-top: 35px;
  border-bottom: 1px solid #e1e1e1; }
  span.rule-style:before {
    content: '';
    height: 10px;
    width: 10px;
    position: absolute;
    border-radius: 50%;
    margin-top: -5px;
    border: 2px solid #e1e1e1;
    background-color: #FFFFFF; }

table.about-chuck {
  float: left;
  margin-right: 10px; }

/* Client Services */
#services-top-list {
  padding-bottom: 1.33333em; }
  #services-top-list p {
    padding: .8em 0 .8em 1.5em; }
  #services-top-list ul {
    padding: 0;
    margin: 0; }
    #services-top-list ul li {
      list-style-type: none; }
      #services-top-list ul li a {
        display: block;
        padding: .3em 3em;
        font-size: 100%;
        text-align: left; }
        #services-top-list ul li a:hover {
          background-color: #f2f2f2; }

@media screen and (max-width: 767px) {
  table#services-top-list-table tr td {
    display: inline; } }
table#services-top-list-table tr td ul li a:hover {
  background-color: transparent; }

label {
  display: inherit; }

h3.services-list-cat-title {
  margin-top: 40px; }
  h3.services-list-cat-title hr {
    border-top: 1px solid #d9d9d9; }

h4.services-list-title {
  margin-bottom: 15px; }

a.service-type {
  padding-top: 90px;
  margin-top: -90px;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    a.service-type {
      padding-top: 0;
      margin-top: 0;
      display: block; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    a.service-type {
      padding-top: 0;
      margin-top: 0;
      display: block; } }

.services table,
.industries table,
.knowledge_center table,
.speakers-bureau table {
  float: left;
  margin: 10px; }
  @media screen and (max-width: 767px) {
    .services table,
    .industries table,
    .knowledge_center table,
    .speakers-bureau table {
      float: none;
      margin: 13px auto; } }
  .services table td,
  .industries table td,
  .knowledge_center table td,
  .speakers-bureau table td {
    text-align: center; }
    .services table td:hover,
    .industries table td:hover,
    .knowledge_center table td:hover,
    .speakers-bureau table td:hover {
      opacity: .8; }
    .services table td h3,
    .industries table td h3,
    .knowledge_center table td h3,
    .speakers-bureau table td h3 {
      color: #FFFFFF;
      color: #222222;
      padding: 8px;
      max-width: 250px; }
  @media screen and (max-width: 767px) {
    .services table img,
    .industries table img,
    .knowledge_center table img,
    .speakers-bureau table img {
      width: 100%;
      height: auto;
      max-width: 250px; } }

.services #content {
  min-height: 450px; }

.industries table tr td h3 {
  max-width: 250px;
  padding: 10px;
  height: 70px; }

.knowledge_center div#page_description {
  margin: 0 auto;
  max-width: 73%; }
  @media screen and (max-width: 767px) {
    .knowledge_center div#page_description {
      max-width: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .knowledge_center div#page_description {
      max-width: 40%; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .knowledge_center div#page_description {
      max-width: 88%; } }
@media screen and (max-width: 767px) {
  .knowledge_center table {
    float: none; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .knowledge_center table {
    float: none; } }

.knowledge_center table tr td h3,
.speakers-bureau table tr td h3 {
  max-width: 250px;
  padding: 10px; }

.speakers-bureau table tr td h3 {
  text-align: left;
  font-size: 19px; }

.services table tr td h3 {
  color: #FFFFFF; }

.professional_services #page_description p img {
  margin-right: 15px; }
  @media screen and (max-width: 767px) {
    .professional_services #page_description p img {
      width: 100%;
      height: auto;
      margin-right: 0; } }

/* Services - Custom */
.contact-box-custom {
  border-style: solid;
  border-color: #EBE8E2;
  border-width: 5px;
  background-color: #F8F6F2;
  width: 480px;
  /*Adjust for mobile*/ }
  @media screen and (max-width: 767px) {
    .contact-box-custom {
      width: 100%; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-box-custom {
      width: 100%; } }
  .contact-box-custom td {
    padding: 4px; }

@media screen and (max-width: 767px) {
  .professional_services .contact-box-custom {
    width: 100%; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .professional_services .contact-box-custom {
    width: 480px; } }
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .professional_services .contact-box-custom {
    width: 480px; } }

.tax_services img.img--full,
.accounting_services img.img--full,
.wealth_management img.img--full,
.strategic_planning img.img--full,
.tax_services div#cchFeatureBox,
.accounting_services div#cchFeatureBox,
.wealth_management div#cchFeatureBox,
.strategic_planning div#cchFeatureBox {
  display: none; }

.tax_services .header__img,
.accounting_services .header__img,
.wealth_management .header__img,
.strategic_planning .header__img {
  height: 100px;
  background-image: none; }

/* Tax - Green: #2D8859 */
.tax_services .header__img {
  background-color: #2D8859; }

/* Accounting - Pink: #882D5C */
.accounting_services .header__img {
  background-color: #882D5C; }

/* Wealth Management - Tan: #88592D */
.wealth_management .header__img {
  background-color: #88592D; }

/* Strategic Planning - Blue: #2D5C88 */
.strategic_planning .header__img {
  background-color: #2D5C88; }

div.pro-service-list {
  width: 48%;
  float: left;
  margin: 10px 2% 15px 0; }

@media screen and (max-width: 767px) {
  div.pro-service-list {
    width: 100%;
    float: none;
    margin: 20px 0 15px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  div.pro-service-list {
    width: 100%;
    float: none;
    margin: 20px 0 15px; } }
/* Info Center */
a.infoCenter_title {
  font-size: 17px;
  line-height: 3em; }

/* Info Center - Events Calendar */
table#cal_legend tr td {
  display: table-cell;
  padding: 0 0.33333em; }

th.calendar_top {
  text-align: center; }

/* Info Center - Life Cycle */
h2.infoCenter_h2, h2.infoCenter_h2_b {
  margin-bottom: 0; }

div#page_description + ul + div#page_description {
  margin-top: 50px; }

/* Info Center - IRS Forms */
.dataTables_wrapper {
  padding-top: 1.33333em; }

.dataTableSummary {
  margin-bottom: 2em; }

/* Newsletters */
div.news_title {
  font-size: 17px;
  padding-bottom: 10px; }

/* Links */
p.link_title {
  padding: 15px 0 2px 0; }

h3 + p.link_title {
  padding-top: 0; }

div.link_description + h3 {
  margin-top: 1.2em;
  margin-bottom: 1em; }

/* Financial Tools */
div#calculators img {
  vertical-align: inherit; }
div#calculators a {
  color: #617A00; }

/* Client Help / Teleconference Series */
.client_help .content-main a,
.teleconference_series .content-main a,
.chucks_corner .content-main a {
  font-weight: bold;
  text-decoration: underline; }
.client_help .content-main li,
.teleconference_series .content-main li,
.chucks_corner .content-main li {
  padding-bottom: 5px; }

ul.latest-sidebar {
  margin-left: 25px; }
  ul.latest-sidebar li {
    margin-bottom: 10px;
    list-style: none; }
    ul.latest-sidebar li:before {
      content: '';
      display: block;
      height: 36px;
      width: 36px;
      background-image: url("../content/client/9oxh1v9zz41nak0s44b2qzj47a4s87z6/uploads/images/chuck36.jpg?1757614160");
      position: absolute;
      margin-left: -46px;
      margin-top: 5px;
      background-size: 84%;
      background-repeat: no-repeat;
      background-position: center center;
      border: 1px solid #d8d8d8; }
  ul.latest-sidebar a {
    color: #222222;
    font-weight: bold;
    font-size: 11px; }
  ul.latest-sidebar span {
    font-size: 10px; }

/* Custom Newsletters*/
.chucks_corner h2 a {
  font-size: 24px;
  color: #222222;
  text-decoration: none !important; }
.chucks_corner h3 {
  margin: 20px 0 8px; }

/* Careers */
.careers-header-message {
  background-color: rgba(34, 34, 34, 0.8);
  padding: 10px;
  max-width: 910px;
  margin-top: 130px;
  color: #FFFFFF; }
  @media screen and (max-width: 767px) {
    .careers-header-message {
      display: none; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .careers-header-message {
      max-width: 550px;
      margin-top: 73px; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .careers-header-message {
      max-width: 710px; } }
  .careers-header-message h2 {
    color: #FFFFFF;
    text-transform: uppercase; }

.careers-header-nav-btns {
  max-height: 410px; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .careers-header-nav-btns {
      /*        width: 108px;
              padding: 28px;*/ } }
  .careers-header-nav-btns a {
    display: block;
    text-align: center;
    padding: 28px;
    padding: 24px 28px 26px;
    font-size: 25px;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
    width: 240px;
    margin: 15px 0;
    line-height: 1em; }
    @media screen and (max-width: 767px) {
      .careers-header-nav-btns a {
        display: none; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .careers-header-nav-btns a {
        width: 180px; } }
    .careers-header-nav-btns a:hover {
      opacity: .9; }
  .careers-header-nav-btns h1 {
    margin: 0; }

table.pink-btn {
  color: #FFFFFF;
  display: block;
  padding: 0px 10px;
  font-size: 15px;
  margin-bottom: 20px; }

table.did-you-know {
  border: 1px solid #d9d9d9;
  display: block;
  padding: 0 5px;
  line-height: 1.75em; }
  table.did-you-know li {
    margin-bottom: 20px; }

h3.careers-title {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  color: #666666;
  padding: 15px 0 20px;
  margin-left: 15px;
  font-weight: normal; }
  h3.careers-title img {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    vertical-align: top; }

.career_sidebar_text {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  font-style: italic;
  font-size: 17px; }

.careers .right-sidebar {
  padding: 0; }
.careers .well {
  padding: 5px 15px 15px;
  text-align: left;
  box-shadow: none;
  border-radius: 0;
  min-height: 310px;
  color: #FFFFFF; }
  .careers .well.red-btn {
    background-color: #882d2e; }
  .careers .well.green-btn {
    background-color: #2d8859; }
  .careers .well.blue-btn {
    background-color: #2d5c88; }
  .careers .well h3.careers-title {
    text-align: center;
    color: #FFFFFF;
    margin-left: -5px; }

@media screen and (max-width: 480px) {
  .careers .well.red-btn ul li span a {
    word-break: break-all; } }

/* Contact Us */
.lead_gen_container {
  padding: 0 !important;
  height: 65px !important; }

@media screen and (max-width: 767px) {
  div#lead_gen {
    margin: 10px 0 0 30%; } }

@media screen and (max-width: 767px) {
  div.lead_gen_container div#lead_gen {
    margin: 0; } }

div.get_direction input[type="text"] {
  margin-left: 4px; }

div [id*='location-'].office-location,
div.office-location >
div, div.staff-group > div {
  border-color: #d9d9d9; }

.contact_us div.map {
  margin-top: 0; }

.contact_us div.office-info {
  padding-top: 15px; }

div#contacts-1 {
  border-color: transparent; }

/* Landscape phones and smaller */
@media (max-width: 480px) {
  /* Info Center - Events Calendar */
  td.not_selected, ┬átd.selected {
    display: none; }

  td.header_cal.grid {
    text-align: left; }

  table#cal_legend tr td {
    display: block;
    margin-left: 12px; }

  #cal_legend td:nth-child(3):before,
  #cal_legend td:nth-child(6):before,
  #cal_legend td:nth-child(9):before,
  #cal_legend td:nth-child(12):before {
    content: '';
    display: block;
    width: 10px;
    height: 15px;
    position: absolute;
    margin-left: -12px;
    margin-top: 4px; }

  #cal_legend td:nth-child(3):before {
    background-color: #7171D1; }

  #cal_legend td:nth-child(6):before {
    background-color: #6ccb71; }

  #cal_legend td:nth-child(9):before {
    background-color: #fe8050; }

  #cal_legend td:nth-child(12):before {
    background-color: #3FBFFF; }

  .event {
    white-space: normal !important;
    font-size: 11px !important;
    cursor: pointer !important;
    font-family: "Open Sans", sans-serif !important;
    line-height: 1; }

  #cluetip {
    z-index: 110 !important; } }
/* Timeline */
@media screen and (max-width: 767px) {
  .timeline:before {
    display: none; } }
@media screen and (max-width: 480px) {
  .timeline:before {
    height: 80%; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .timeline:before {
    height: 423px; } }
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .timeline:before {
    height: 502px; } }

.chucks_corner .timeline:before {
  display: none; }

/* Misc. */
@media screen and (max-width: 767px) {
  .mobile-img {
    width: 100%;
    height: auto; } }

/*# sourceMappingURL=styles.css.map */
/* From Webmaster Tools */
input,
select,
textarea {
  padding: .5em 1em;
  margin: .5em 0 1em;
  box-sizing: border-box;
  width: 100%;
  display: block;
  border: none;
  background-color: rgba(147, 162, 144, 0.2); }

.select {
  margin-bottom: 2.8em; }

.submit {
  padding: 9px 0;
  margin: .5em auto 0;
  background-color: #679900;
  border: none;
  color: #FFFFFF;
  font-size: 1.2em;
  display: block;
  width: 85%; }
  .submit:hover {
    background-color: #719430; }

.form-wrapper {
  background-color: #f8f8f8;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  border: none;
  padding: 3em;
  margin-bottom: 3em;
  display: block;
  clear: both;
  float: left;
  width: 100%; }

.g-recaptcha {
  margin: 50px auto 60px;
  clear: both;
  padding-top: 25px; }
  .g-recaptcha div {
    margin: 0 auto; }

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #FFFFFF;
  font-style: italic; }

.sb-hide {
  display: none; }

label {
  margin-bottom: 0; }

.tel {
  font-weight: 100;
  float: right; }

/* Career Videos */
.career_videos .well {
  text-align: left;
  padding: 45px 60px 30px;
  background-color: #F5F5F5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .career_videos .well p {
    font-size: 15px; }

@media screen and (max-width: 600px) {
  .career_videos .well {
    padding: 30px; } }
@media screen and (max-width: 450px) {
  .career_videos .well {
    padding: 10px;
    margin-left: -40px;
    margin-right: -40px; } }
.v-center {
  text-align: center; }
  .v-center ul {
    list-style: none; }
    @media screen and (max-width: 480px) {
      .v-center ul {
        margin: 0 auto !important;
        padding: 0 !important; } }
    .v-center ul li {
      padding: 0;
      margin: 20px;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .v-center ul li {
          margin: 20px auto; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .v-center ul li {
          margin: 20px 8px; } }
      .v-center ul li img {
        width: 100%;
        height: auto; }
      @media screen and (max-width: 480px) {
        .v-center ul li button.btn {
          width: 100% !important;
          height: auto !important; } }
      @media screen and (max-width: 480px) {
        .v-center ul li button img, .v-center ul li button span {
          width: 100%; } }

.career_videos .btn, .resources .btn {
  padding: 0;
  border-radius: 0;
  background-color: #FFFFFF;
  border: 1px solid #bbbbbb;
  color: #333333;
  text-decoration: none;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
  width: 320px; }
  .career_videos .btn:hover, .resources .btn:hover {
    background-color: #dddddd;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease; }

.btn-small {
  padding: .75em 1em;
  font-size: 0.8em; }

span.h3.button-title {
  display: block;
  white-space: normal;
  padding: 15px 10px 10px;
  text-align: center;
  min-height: 69px;
  font-size: 19px; }
  span.h3.button-title.small-title {
    padding: 25px 10px 10px; }
    @media screen and (max-width: 480px) {
      span.h3.button-title.small-title {
        padding: 15px 10px 10px; } }

a.js-open-modal.btn img {
  width: 100%;
  height: auto;
  max-width: 320px; }

.modal-box {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 98%;
  background: white;
  border-bottom: 1px solid #AAA;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box; }

@media (min-width: 32em) {
  .modal-box {
    width: 70%; } }
.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #dddddd; }

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
  margin: 0; }

.modal-box .modal-body {
  padding: 2em 1.5em; }

.modal-body iframe {
  display: block !important;
  margin: 0 auto 20px; }
  @media screen and (max-width: 480px) {
    .modal-body iframe {
      width: 100%; } }

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #dddddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right; }

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important; }

.modal-footer .btn {
  width: auto;
  padding: 0px 20px; }

a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbbbbb; }
  a.close:hover {
    color: #222222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease; }

/*# sourceMappingURL=styles.css.map */
