@charset "UTF-8";
/* 
    Created on 	: 11/18/15
    Author     	: Sarah Geller
    Template 	: Bruce
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:700,300,600,800,400|Montserrat:400,700");
body {
  font-family: "Open Sans", sans-serif;
  color: #777777;
  font-size: 14px;
  line-height: 1.7142857143; }

a {
  color: #336A77; }

a:hover, a:focus {
  color: #454545;
  background-color: transparent; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1em;
  color: #999999;
  padding-top: 0;
  margin: 0; }

h1, .h1, h3, .h3, h5, .h5 {
  font-family: "Open Sans", sans-serif; }

h2, .h2, h4, .h4, h6, .h6 {
  font-family: "Montserrat", sans-serif; }

h1, .h1 {
  font-size: 2.3em;
  font-weight: 300;
  line-height: 1.2em;
  color: #336A77;
  margin-bottom: 1em; }

h2, h2 {
  font-size: 1.65em;
  color: #28535D;
  font-weight: 100;
  line-height: 1.5em;
  margin-bottom: 1.5em; }

h3, .h3 {
  font-size: 2em;
  line-height: 1.2em;
  color: #183137;
  font-weight: 100;
  margin-bottom: 1.2em; }

h4, .h4 {
  font-size: 1.6em;
  line-height: 1.25em;
  font-weight: 300;
  color: #54AEC3;
  margin-bottom: 1.2em;
  font-style: italic; }

h5, .h5 {
  font-size: 1.45em;
  line-height: 1.3em;
  font-weight: 100;
  color: #54AEC3;
  margin-bottom: 2.5em; }

h6, .h6 {
  width: 95%;
  font-size: 2em;
  line-height: 1.5em;
  color: #336A77;
  font-weight: 700;
  padding-bottom: 0.5em;
  margin-bottom: 2.5em;
  text-transform: uppercase; }

h6:after, .h6:after {
  content: '';
  background-color: #d6d6d6;
  width: 100%;
  height: 1px;
  display: block;
  margin-top: 15px; }

label {
  display: inherit; }

hr {
  margin-top: 15px;
  margin-bottom: 0;
  border-top: 1px solid #cccccc; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

::selection {
  background: #54AEC3;
  /* WebKit/Blink Browsers */
  color: #FFFFFF; }

::-moz-selection {
  background: #54AEC3;
  /* Gecko Browsers */
  color: #FFFFFF; }

/* ----- Tax Alerts ----- */
div#repositionedTaxAlerts {
  background-color: #FFFFFF; }

#home_panel,
#tax_alerts {
  background-color: transparent;
  color: #777777;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 60px;
  padding: 0 !important;
  vertical-align: top;
  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: #54AEC3; }

#home_panel a:hover,
#tax_alerts a:hover {
  text-shadow: none;
  color: #183137; }

#home_panel br,
#tax_alerts br {
  display: none; }

#taxAlertPanel_Heading {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 100 !important;
  height: 20px !important;
  margin: 0 !important;
  width: 100% !important;
  text-align: center !important;
  color: #28535D;
  background: transparent;
  padding: 30px 30px 23px;
  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: 13px;
  background-color: transparent;
  line-height: 2em; }

.taxAlerts_title3,
.taxAlerts_title_TB {
  padding: 30px !important;
  border-bottom: none !important;
  text-align: center !important;
  background-color: transparent; }

.taxAlerts_title3:first-child {
  font-size: 18px;
  padding: 5px 30px 0px !important;
  color: #616161;
  border-bottom: none !important;
  font-weight: 400;
  background-color: transparent;
  font-style: italic;
  text-align: center !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 auto; }

.taxAlerts_title_TB {
  display: none; }

a.taxBriefingsLinks {
  line-height: 2em;
  font-size: 14px;
  margin-left: 0px;
  line-height: 1.5em;
  padding-bottom: 10px; }

#home_panel .taxAlerts_title3 a,
#tax_alerts .taxAlerts_title3 a {
  background-color: #336A77;
  color: #FFFFFF;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  margin: 0 7px 7px;
  font-size: 14px;
  padding: 10px 15px; }
  #home_panel .taxAlerts_title3 a:hover,
  #tax_alerts .taxAlerts_title3 a:hover {
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #54AEC3;
    color: #FFFFFF; }
  @media screen and (max-width: 767px) {
    #home_panel .taxAlerts_title3 a,
    #tax_alerts .taxAlerts_title3 a {
      width: 100%;
      display: block; } }

.ticker {
  padding: 0 !important;
  margin: 0 !important; }

#contlayer0,
#mainlayer0 {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  background: transparent; }

#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: #336A77 no-repeat center;
  background-size: 40%;
  display: block;
  height: 19px;
  width: 19px; }

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?1751904067");
  margin-left: -3px !important; }

div#lpau0 a[href*="tspH"] {
  background-image: url("../includes/images/pause.png?1751904067");
  transition: all .25s; }

div#lres0 a[href*="tspI"] {
  background-image: url("../includes/images/play.png?1751904067");
  background-position: 55%;
  transition: all .25s; }

div#lnxt0 a[href*="click_pass(1)"] {
  background-image: url("../includes/images/next.png?1751904067");
  margin-left: 3px !important; }

#newsletters_content {
  display: inline-block; }

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: 14px; }

/* ----- Appointment Scheduler ----- */
#appointmentWrapper {
  width: 530px !important;
  padding: 7px;
  background-color: #F5F5F5; }
  @media screen and (max-width: 767px) {
    #appointmentWrapper {
      width: 100% !important;
      margin-top: 120px !important; } }

#appointment {
  padding: 20px 20px 30px;
  border: 3px solid #d6d6d6; }

.inputClass {
  float: right;
  width: 240px;
  height: 40px; }

#appointment .clear {
  margin-bottom: 22px; }

#appointmentTitle {
  font-size: 19px !important;
  font-weight: 400 !important;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 40px !important;
  padding: 0 0 15px; }

#currentClient {
  margin-bottom: 20px;
  margin-left: 50px; }
  @media screen and (max-width: 767px) {
    #currentClient {
      margin-left: 25px;
      margin-right: 5px; } }

#apptMessageDiv2 {
  height: 60px; }
  @media screen and (max-width: 767px) {
    #apptMessageDiv2 {
      margin-bottom: 20px; } }

#recaptcha_widget_div {
  float: none;
  margin-bottom: 17px; }

#recaptcha_area, #recaptcha_table {
  margin: 0 auto; }

#submitDiv {
  text-align: right;
  clear: right; }

#appointment input, #appointment .inputClass {
  border: none;
  border-bottom: 2px solid #DDD;
  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 {
      top: 0;
      width: 100%; } }

#appointmentWrapper label, #appointment label.left {
  font-weight: 400; }

#appointment input, #appointment .inputClass {
  border: 1px solid #cccccc;
  border-radius: 0;
  width: 75%; }
  @media screen and (max-width: 767px) {
    #appointment input, #appointment .inputClass {
      width: 100%; } }

@media screen and (max-width: 767px) {
  #appointment div#currentClientDiv {
    max-width: 220px;
    width: 100%; } }

#appointment div#currentClientDiv input {
  width: 5%; }
  @media screen and (max-width: 767px) {
    #appointment div#currentClientDiv input {
      width: 11px; } }

div#submitDiv {
  width: 100%;
  text-align: center;
  margin: 0 auto; }

div#submitDiv input {
  width: 50%;
  font-size: 17px; }

div#submitDiv input:hover {
  background-color: #336A77;
  color: #FFFFFF; }

div#submitDiv input#appointmentButton,
button.applynow,
button#applyjob {
  background-color: #183137;
  border: none;
  font-family: "Open Sans", sans-serif;
  color: #FFFFFF;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 18px;
  padding: 0 15px 1px;
  position: relative;
  top: 1px;
  font-weight: 100; }
  div#submitDiv input#appointmentButton:hover,
  button.applynow:hover,
  button#applyjob:hover {
    background-color: #54AEC3;
    border: none; }

div#submitDiv input#appointmentButton {
  font-size: 18px; }

button.applynow, button#applyjob {
  padding: 6px 20px;
  font-size: 16px;
  margin-bottom: 20px; }

/* ----- Accordion ----- */
.ui-accordion {
  margin-bottom: 5px; }

.group_name label.ui-accordion-header {
  background-color: #28535D !important;
  border-color: #28535D !important;
  margin-bottom: 0; }

div#ac-industries .group_name label.ui-accordion-header,
form#careersform .group_name label.ui-accordion-header {
  background-image: none !important; }

.group_name label.ui-accordion-header span {
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3em;
  font-weight: 100; }

.ui-state-default {
  background-color: transparent !important; }

.group_name label.ui-accordion-header:hover {
  background-color: #336A77 !important;
  border-color: #336A77 !important; }

.ui-widget-content {
  border-color: #cccccc !important; }

.ui-accordion .ui-accordion-content {
  font-size: 13px; }

.ui-accordion-header:after {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #cccccc;
  content: '';
  float: right;
  margin-top: 6px; }

.ui-accordion-header.ui-accordion-header-active.ui-state-active:after {
  border-bottom: 8px solid #cccccc;
  border-top: 8px solid transparent;
  margin-top: -3px; }

div#calculators .ui-accordion-header:after,
div#calculators .ui-accordion-header.ui-accordion-header-active.ui-state-active:after {
  display: none; }

div#applyform .table-cell {
  vertical-align: top; }

#careersform {
  min-height: auto !important; }

div#calculators .ui-accordion .ui-accordion-icons {
  padding-right: 1em !important; }
  @media screen and (max-width: 480px) {
    div#calculators .ui-accordion .ui-accordion-icons {
      padding-right: .5em !important; } }

@media screen and (max-width: 480px) {
  div#calculators .group_name label.ui-accordion-header span {
    font-size: 15px;
    padding: 0; } }

@media screen and (max-width: 480px) {
  .ui-accordion-content div.calculator {
    display: block !important; } }

@media screen and (max-width: 480px) {
  .ui-accordion-content div.calculator div.ac-title {
    width: 100%; } }

@media screen and (max-width: 480px) {
  .ui-accordion-content div.calculator div.ac-title,
  .ui-accordion-content div.calculator div.content {
    display: inline-block !important; } }

/* ---- Industries / Careers ----- */
div#ac-industries, form#careersform {
  margin-bottom: 50px; }

/* ----- RECAPTCHA ----- */
/* ----- Header ----- */
.opaque-background {
  background-color: #FFFFFF; }

.header--section {
  position: relative;
  z-index: 9; }

.header__img {
  background-image: none;
  height: 6.2vh;
  height: 22vh;
  min-height: 235px; }
  @media screen and (max-width: 767px) {
    .header__img {
      height: auto;
      min-height: 207px; } }
  @media screen and (max-width: 480px) {
    .header__img {
      height: auto;
      min-height: auto; } }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.index .header__img,
.home .header__img {
  background-image: url("../images/header.jpg?1751904067");
  height: 100vh;
  opacity: 0;
  opacity: 1 \9;
  -webkit-animation: fade-in ease-in 1;
  -moz-animation: fade-in ease-in 1;
  animation: fade-in ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-duration: 1.5s; }
  @media screen and (max-width: 767px) {
    .index .header__img,
    .home .header__img {
      background-image: none;
      height: auto; } }

.header__img:before {
  content: '';
  width: 100%;
  height: inherit;
  background-image: url("../images/header.jpg?1751904067");
  background-position: 0 50%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1; }
  @media screen and (max-width: 767px) {
    .header__img:before {
      background-size: cover; } }

.index .header__img:before,
.home .header__img:before {
  display: none; }
  @media screen and (max-width: 767px) {
    .index .header__img:before,
    .home .header__img:before {
      display: block;
      background-size: cover; } }

/* ----- Breadcrumbs ----- */
.breadcrumb--section {
  display: none; }

/* ----- Branding ----- */
div#logoContainerSm {
  margin: 0; }

.logo__img-sm {
  max-height: 55px;
  padding: 0; }
  .logo__img-sm:hover {
    opacity: .8;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
  @media screen and (max-width: 767px) {
    .logo__img-sm {
      max-height: 100%;
      max-width: 200px; } }

a#company-sm {
  color: #FFFFFF;
  font-size: 18px;
  padding-top: 15px;
  text-shadow: 1px 1px 0px #616161;
  display: block;
  line-height: 1.25em; }
  a#company-sm:hover {
    text-decoration: none;
    opacity: .8; }
  a#company-sm:focus {
    text-decoration: none; }
  @media screen and (max-width: 767px) {
    a#company-sm {
      text-align: center;
      font-size: 23px;
      padding-top: 10px;
      width: 90%;
      margin: 0 auto; } }

.branding--container {
  display: none; }

.index .branding--container,
.home .branding--container {
  display: block;
  position: relative;
  top: 30%; }
  @media screen and (max-width: 767px) {
    .index .branding--container,
    .home .branding--container {
      top: 10%; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .index .branding--container,
    .home .branding--container {
      top: 12%; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .index .branding--container,
    .home .branding--container {
      top: 25%; } }

#logoContainer {
  text-align: center;
  margin: 0px auto; }
  #logoContainer:hover {
    opacity: .8; }
  @media screen and (max-width: 767px) {
    #logoContainer {
      display: none;
      margin: 10px auto 5px;
      padding-right: 0; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    #logoContainer {
      padding-right: 15px; } }

.logo--container {
  margin: 0 auto;
  display: block; }

.logo__img {
  max-width: 500px;
  height: auto;
  display: block;
  margin: 5px auto; }
  @media screen and (max-width: 767px) {
    .logo__img {
      max-width: 95%;
      max-width: 200px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .logo__img {
      margin: 10px auto 0;
      max-width: 350px; } }

.title {
  line-height: 1.0909090909;
  display: inline-block;
  font-weight: 100;
  color: #5C5C5C;
  color: #616161;
  padding: 5px 0 10px;
  font-size: 24px;
  text-decoration: inherit;
  text-align: center; }
  .title:hover {
    color: #336A77;
    text-decoration: none; }
  @media screen and (max-width: 767px) {
    .title {
      display: block;
      min-height: 40px; } }

.company--container-top {
  margin-top: 15px; }

.company {
  color: #FFFFFF;
  text-align: center;
  margin-top: 15px; }
  @media screen and (max-width: 767px) {
    .company {
      margin-top: 10px;
      margin-bottom: 15px;
      display: none; } }
  .company a {
    font-size: 2.5em;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.25em;
    text-shadow: 1px 1px 0 #616161;
    color: #FFFFFF; }
    @media screen and (max-width: 767px) {
      .company a {
        text-align: center;
        font-size: 2em; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .company a {
        text-align: center;
        font-size: 2.25em; } }
  .company:hover {
    opacity: .8;
    text-decoration: none; }
  .company:focus {
    color: #336A77;
    text-decoration: none; }
  @media screen and (max-width: 767px) {
    .company {
      text-align: center; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .company {
      text-align: center; } }

a#company {
  color: inherit; }

.slogan {
  width: 55%;
  font-size: 1.75em;
  text-align: center;
  color: #FFFFFF;
  font-weight: 100;
  line-height: 1.2em;
  margin: 10px auto;
  text-shadow: 1px 1px 0 #616161; }
  @media screen and (max-width: 767px) {
    .slogan {
      width: 95%;
      font-size: 1.5em;
      font-weight: 400;
      display: none; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .slogan {
      width: 85%; } }

/* ----- Social Media ----- */
.social-media--content {
  text-align: center;
  margin: 0 auto; }

.social-media button.cch-button {
  background-color: #336A77;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  cursor: pointer;
  border: none;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  vertical-align: top;
  margin: 10px 5px;
  background-position: center;
  background-size: 100%;
  display: inline-block; }
  .social-media button.cch-button:last-child {
    margin-right: 0; }
  .social-media button.cch-button:hover {
    cursor: pointer;
    background-color: #54AEC3; }
  @media screen and (max-width: 767px) {
    .social-media button.cch-button {
      margin: 6px 5px; } }

button#cchFacebook {
  background-image: url("../includes/images/facebook.png?1751904067");
  background-image: url("../includes/images/facebook.svg"); }

button#cchTwitter {
  background-image: url("../includes/images/twitter.png?1751904067");
  background-image: url("../includes/images/twitter.svg"); }

button#cchLinkedIn {
  background-image: url("../includes/images/linkedin.png?1751904067");
  background-image: url("../includes/images/linkedin.svg"); }

button#cchYouTube {
  background-image: url("../includes/images/youtube.png?1751904067");
  background-image: url("../includes/images/youtube.svg"); }

div.social-media button.cch-button span.cch-button-text {
  display: none; }

.fb-like {
  margin-bottom: 20px; }

.layout-container .fb-like {
  margin-bottom: 50px; }

/* ----- Navbar ----- */
.navbar--container {
  border-bottom: 1px solid #d6d6d6;
  z-index: 10;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .navbar--container {
      border-bottom: none; } }

.navbar {
  border: none;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  float: none; }
  @media screen and (max-width: 767px) {
    .navbar {
      float: none; } }

.navbar__button--toggle {
  padding: 0.7142857143em;
  vertical-align: middle;
  border: none;
  border-radius: 0;
  background-color: #336A77;
  margin: .5em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  float: none; }
  .navbar__button--toggle:hover {
    background: #54AEC3;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
  .navbar__button--toggle:hover span.toggle-button span {
    background-color: #183137; }
  .navbar__button--toggle span.toggle-button span {
    background: #d6d6d6; }

/* Animated Toggle Icon */
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s; }

.navbar__button--toggle span.toggle-button {
  display: block;
  padding-left: 2.5px;
  margin-right: -2.5px; }

.navbar-toggle .toggle-button span:first-child {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform-origin: 10% 10%;
  -webkit-transform-origin: 10% 10%; }

.navbar-toggle .toggle-button span:nth-child(2) {
  opacity: 0; }

.navbar-toggle .toggle-button span:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%; }

.navbar__button--toggle.collapsed span.toggle-button {
  padding: 0;
  margin: 0;
  display: block; }

.navbar-toggle.collapsed .toggle-button span:first-child {
  transform: rotate(0);
  -webkit-transform: rotate(0); }

.navbar-toggle.collapsed .toggle-button span:nth-child(2) {
  opacity: 1; }

.navbar-toggle.collapsed .toggle-button span:nth-child(3) {
  transform: rotate(0);
  -webkit-transform: rotate(0); }

#navbar--collapse {
  padding: 0;
  box-shadow: none; }
  @media screen and (max-width: 767px) {
    #navbar--collapse {
      position: relative;
      z-index: 19999; } }

.navbar-collapse {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .navbar-collapse {
      text-align: left; } }

.navbar-brand {
  height: auto;
  padding: 4px 0 4px 10px;
  display: block; }
  @media screen and (max-width: 767px) {
    .navbar-brand {
      padding: 4px 0;
      font-size: 1.2142857143em;
      float: none; } }

@media screen and (max-width: 767px) {
  .navbar__link--home {
    max-width: 200px;
    margin: 0 auto; } }

.nav {
  display: inline-block;
  float: right;
  vertical-align: top;
  margin: 7px 15px 10px 0; }
  @media screen and (max-width: 767px) {
    .nav {
      background-color: #D9D9D9;
      float: none;
      display: block;
      margin: 0; } }
  .nav > li {
    border-bottom: 1px solid transparent; }
    .nav > li:hover, .nav > li.active {
      border-bottom-color: #336A77;
      background-color: transparent;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }
    .nav > li.open {
      background-color: transparent;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }
    @media screen and (max-width: 767px) {
      .nav > li {
        border-bottom: 1px solid #cccccc; } }
    .nav > li > a {
      font-size: .875em;
      color: #FFFFFF;
      font-family: "Montserrat", sans-serif;
      margin: 0;
      text-transform: uppercase;
      padding: 12px 7px;
      display: inline-block;
      text-shadow: 1px 1px 0px #616161; }
      @media screen and (max-width: 767px) {
        .nav > li > a {
          color: #336A77;
          text-shadow: none; } }
      .nav > li > a:hover {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        background-color: transparent;
        text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.65); }
        @media screen and (max-width: 767px) {
          .nav > li > a:hover {
            text-shadow: none; } }
      .nav > li > a:focus {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        background-color: transparent;
        color: #28535D;
        text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.65); }
        @media screen and (max-width: 767px) {
          .nav > li > a:focus {
            text-shadow: none; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .nav > li > a {
          font-size: .875em; } }
      @media screen and (min-width: 992px) and (max-width: 1200px) {
        .nav > li > a {
          font-size: .815em; } }
      .nav > li > a.toggle-control {
        padding: 0 8px 0 0;
        margin-right: 2px; }
        .nav > li > a.toggle-control:hover {
          background-color: transparent !important;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          transition: all 0.5s; }
        .nav > li > a.toggle-control::before {
          content: "";
          display: inline; }
        @media screen and (max-width: 767px) {
          .nav > li > a.toggle-control {
            float: right;
            margin: 9px;
            position: relative;
            z-index: 20000; } }

.nav > li:hover a:hover,
.nav > li:hover a.toggle-control:hover {
  color: #336A77; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent; }

/* Dropdown */
.nav li:last-child ul.dropdown-menu {
  right: 0;
  left: auto; }

.open.dropdown-menu {
  border-bottom: 2px solid #336A77; }

.nav > li.dropdown > .dropdown-menu {
  margin-top: 12px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.65);
  font-size: 13px; }
  @media screen and (max-width: 767px) {
    .nav > li.dropdown > .dropdown-menu {
      margin-top: 0; } }
  .nav > li.dropdown > .dropdown-menu .divider {
    background-color: #333333; }
  .nav > li.dropdown > .dropdown-menu > li {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
    .nav > li.dropdown > .dropdown-menu > li:hover, .nav > li.dropdown > .dropdown-menu > li:focus {
      background-color: #d6d6d6; }
  .nav > li.dropdown > .dropdown-menu > li > a {
    color: #183137; }
    .nav > li.dropdown > .dropdown-menu > li > a:hover, .nav > li.dropdown > .dropdown-menu > li > a:focus {
      background-color: #e0e0e0;
      color: #336A77;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }

li.active > a {
  color: #336A77;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.65); }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #d6d6d6; }

li.divider {
  display: none; }

/* Nav Affix */
.navbar--container.affix {
  width: 100%;
  background-color: #b9b9b9;
  z-index: 10;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  border-bottom-color: #b9b9b9; }
  @media screen and (max-width: 767px) {
    .navbar--container.affix {
      border-bottom: none;
      background-color: transparent; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar--container.affix {
      border-bottom: none;
      background-color: transparent; } }

.affix .nav > li.dropdown > .dropdown-menu {
  background-color: #FFFFFF;
  border: 1px solid #b9b9b9;
  border-top: none;
  margin-top: 12px; }
  @media screen and (max-width: 767px) {
    .affix .nav > li.dropdown > .dropdown-menu {
      border: none;
      background-color: rgba(255, 255, 255, 0.65);
      margin-top: 0; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .affix .nav > li.dropdown > .dropdown-menu {
      border-bottom: none;
      z-index: 0; } }

.affix {
  -webkit-transform: initial;
  -o-transform: initial;
  transform: initial; }
  @media screen and (max-width: 767px) {
    .affix {
      position: static !important; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .affix {
      position: static !important; } }

.color-1 {
  background-color: #336A77; }

.color-2 {
  background-color: #28535D; }

.color-3 {
  background-color: #183137; }

.color-bright {
  background-color: #54AEC3; }

.container {
  padding: 0; }

.container-fluid {
  padding-right: 0;
  padding-left: 0; }

.content--container {
  background-color: #FFFFFF;
  padding: 1em 0 4em; }
  .content--container img {
    max-width: 100%;
    height: auto; }
  .content--container table img {
    max-width: inherit; }

.content--container.layout-container {
  padding: 1em 0 0; }

.content-main {
  padding-top: 4em;
  padding-right: 20px;
  padding-left: 20px; }

.contentMainInner {
  margin-bottom: 2.1428571429em; }
  @media screen and (max-width: 767px) {
    .contentMainInner {
      margin-bottom: 80px; } }

.contentMainInner,
.insertTaxAlerts {
  padding: 0; }

.insertTaxAlerts {
  padding: 4em 0; }

.row {
  margin-right: 0px;
  margin-left: 0px; }

.content--container-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .content--container-layout {
      display: block; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .content--container-layout {
      display: block; } }

.left-sidebar,
.right-column,
.right-sidebar {
  background: #F5F5F5;
  margin-top: -1em;
  padding: 1em 20px 50px; }
  @media screen and (max-width: 767px) {
    .left-sidebar,
    .right-column,
    .right-sidebar {
      margin-top: 0; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .left-sidebar,
    .right-column,
    .right-sidebar {
      margin-top: 0; } }

h1#pageTitle {
  color: #336A77;
  font-family: "Open Sans", sans-serif;
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1.5em; }
  h1#pageTitle:after {
    content: '';
    background-color: #d6d6d6;
    width: 100%;
    height: 1px;
    display: block;
    margin-top: 15px; }

.home h1#pageTitle, .index h1#pageTitle {
  display: none; }

div#page_description {
  margin-bottom: 50px; }

/* Parallax */
.parallax {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%; }

.parallax-solid-color {
  background-color: #336A77; }

.parallax-solid-gray {
  background-color: #e0e0e0; }

/* ----- Three Column Features ----- */
.parallax-bg-img {
  background-image: url("../images/header.jpg?1751904067"); }

div#cchFeatureBox {
  margin-top: 30px !important;
  margin-bottom: 40px !important;
  padding-bottom: 0 !important; }
  div#cchFeatureBox div {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  @media screen and (max-width: 767px) {
    div#cchFeatureBox div:last-child {
      margin-bottom: 15px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    div#cchFeatureBox div:last-child {
      margin-bottom: 15px; } }

.cchFeatures {
  padding-bottom: 0 !important; }
  @media screen and (max-width: 480px) {
    .cchFeatures {
      margin: 0 auto 40px !important;
      display: block !important; } }

div#cchFeatureBox .cchFeatures .feature-content a,
#cchFeatureBox a h4 {
  color: #54AEC3; }
  div#cchFeatureBox .cchFeatures .feature-content a:hover,
  #cchFeatureBox a h4:hover {
    color: #54AEC3;
    text-decoration: underline; }

.cchFeatures a h4 {
  font-style: normal;
  color: #54AEC3 !important; }

#cchFeatureBox .feature-content label {
  margin-bottom: 0 !important; }

#cchFeatureBox .feature-content input {
  padding: 0 5px !important; }

.feature-content div[id*="item"] {
  margin-bottom: 20px; }

#tax-alerts-articles div {
  margin: 0; }

/* ----- eNewsletter Sign Up Form ----- */
.enews-form-bg-color {
  background-color: #336A77;
  padding: 2em 0 3em; }

div#divNewsletter1 {
  padding: 10px 0 8px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    div#divNewsletter1 {
      width: 100%; } }

.NewsletterForm {
  width: auto !important; }
  @media screen and (max-width: 767px) {
    .NewsletterForm {
      width: 100% !important; } }

p#enewsletter_title {
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  font-size: 25px;
  text-align: left !important;
  color: #F5F5F5;
  text-transform: uppercase;
  line-height: 1em;
  width: 100%;
  margin-bottom: 30px;
  /*5/19/20*/ }
  @media screen and (max-width: 767px) {
    p#enewsletter_title {
      padding: 0;
      width: 90%;
      margin-left: 10px; } }
  @media screen and (max-width: 480px) {
    p#enewsletter_title {
      font-size: 26px; } }

.NewsletterForm form {
  padding: 0 !important;
  position: relative; }
  @media screen and (max-width: 767px) {
    .NewsletterForm form #recaptchaContainer {
      display: block;
      margin: 20px auto 35px;
      position: relative;
      right: initial;
      top: 13px;
      width: 234px; } }
.NewsletterForm #recaptchaContainer {
  position: absolute;
  top: -65px;
  /* right: -2%;*/
  right: 6%;
  /*5/19/20*/ }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .NewsletterForm #recaptchaContainer {
      right: 3%; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .NewsletterForm #recaptchaContainer {
      right: 1%; } }

div#divNewsletter1 input {
  width: 100%; }

.modules div#divNewsletter1 {
  display: inline-block;
  text-align: left;
  max-width: 450px;
  width: 100%; }

.NewsletterForm p {
  width: 32%;
  display: inline-block;
  padding-left: 2%; }
  @media screen and (max-width: 767px) {
    .NewsletterForm p {
      display: block;
      width: 98%; } }

div#divNewsletter1 form p {
  font-weight: 100;
  color: #F5F5F5;
  font-size: 1.2857142857em;
  font-family: "Open Sans", sans-serif;
  float: left; }
  @media screen and (max-width: 767px) {
    div#divNewsletter1 form p {
      float: none; } }
  div#divNewsletter1 form p:empty {
    display: none;
    /*5/19/20*/ }

div#divNewsletter1 form p input {
  background-color: #183137;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 1.0714285714em;
  color: #FFFFFF;
  border-bottom: 2px solid #183137; }

div#divNewsletter1 form input:focus {
  background-color: #28535D;
  border-color: #54AEC3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

div#divNewsletter1 form input.NewsletterFormSubmit:focus {
  border-bottom-color: #28535D;
  transition-property: border-bottom-color, border-bottom-width;
  transition-duration: .7s, .7s;
  transition-delay: 0s, 0s;
  transition-timing-function: ease, ease; }

div#divNewsletter1 form input.NewsletterFormSubmit {
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  /*margin-top: -10px;*/
  margin-top: 30px;
  /*5/19/20*/ }
  @media screen and (max-width: 767px) {
    div#divNewsletter1 form input.NewsletterFormSubmit {
      /*margin-top: 35px*/
      margin-top: 10px;
      /*5/19/20*/ } }

div#divNewsletter1 form input.NewsletterFormSubmit:hover {
  background-color: #54AEC3 !important;
  border-bottom: 2px solid #54AEC3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

#reCaptcha input#recaptcha_response_field:focus {
  background-color: #FFFFFF;
  border: 1px solid #777777; }

div#reCaptchaWrapper div#reCaptcha input.NewsletterFormSubmit {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  padding: 0;
  width: 30%;
  border: 1px solid #999999;
  margin-top: 0; }
  div#reCaptchaWrapper div#reCaptcha input.NewsletterFormSubmit:hover {
    border: 1px solid #999999;
    background-color: #F5F5F5 !important; }

div#divNewsletter1 p.message-success,
div#divNewsletter1 div.message-error {
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 17px !important;
  padding: 10px;
  margin-top: 10px; }

div#divNewsletter1 p.message-success {
  font-size: 20px !important; }

/* ----- Modules ----- */
div.modules--container {
  text-align: center;
  margin: 0 auto; }

.background-overlay {
  background-color: rgba(24, 49, 55, 0.7); }

div.modules--section {
  background-color: transparent;
  margin: 50px auto; }
  div.modules--section.top0 {
    margin: 0 auto 50px; }

h3.module-heading {
  text-align: left;
  color: #999999;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  font-style: normal;
  font-family: "Open Sans", sans-serif; }

div.modules--section button.cch-button {
  background-color: transparent;
  cursor: pointer;
  border: 2px solid #336A77;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  vertical-align: top;
  margin: 10px;
  padding: 0;
  display: inline-block;
  border-radius: 0; }
  div.modules--section button.cch-button:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.65);
    border-color: #54AEC3; }

div.modules--section button.cch-button span.cch-button-text {
  display: block;
  position: relative;
  width: 150px;
  padding: 15px 10px;
  text-align: center;
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1em;
  color: #336A77;
  font-family: "Montserrat", sans-serif;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

div.modules--section button.cch-button:hover span.cch-button-text,
div.modules--section button.cch-button span.cch-button-text:hover {
  color: #54AEC3; }

button#cchLeadGenerator {
  background-image: url("../includes/images/leadgen.png?1751904067");
  background-image: url("../includes/images/leadgen.svg"); }

button#cchLeadGenerator.lang-fr {
  background-image: url("../includes/images/leadgen-fr.png?1751904067");
  background-image: url("../includes/images/leadgen-fr.svg"); }

#divNewsletter1 #reCaptcha {
  font-size: 13px !important; }

button#cchGainsKeeper {
  background-size: 80%; }

div#reCaptchaWrapper div#reCaptcha input.NewsletterFormSubmit {
  width: 30%;
  padding: 0;
  font-size: 14px;
  font-family: 'verdana', sans-serif; }

/* ----- FOOTER ----- */
@media screen and (max-width: 767px) {
  .footer-wrapper {
    margin-bottom: 10px; } }

.footer--container {
  background-color: #FFFFFF;
  color: #999999;
  padding-bottom: 2em; }

.footer--container a {
  color: #777777;
  padding-left: 10px;
  padding-right: 10px; }

.footer--container a:hover {
  color: #54AEC3;
  text-decoration: none; }

/* Footer Nav */
.footer-nav {
  text-align: center; }

ul.footer-navbar-nav {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: inline-block; }

ul.footer-navbar-nav li {
  font-size: 15px;
  line-height: 1em;
  text-transform: uppercase;
  padding: 10px 8px;
  float: left;
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    ul.footer-navbar-nav li {
      padding: 4px 8px;
      float: none; } }

ul.footer-navbar-nav li a:hover {
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

/* Copyright */
.copyright--container {
  background-color: transparent; }

.copyright {
  font-size: 0.9285714286em;
  color: #777777;
  text-align: center;
  padding: 1em; }

/* ----- Client Services ----- */
div#services-top-list {
  padding-bottom: 1.4285714286em; }

#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: 15px;
  text-align: left; }
  @media screen and (max-width: 480px) {
    #services-top-list ul li a {
      padding-right: 0;
      padding-left: 0; } }

#services-top-list ul li a:hover {
  background-color: #b5b5b5; }

@media screen and (max-width: 767px) {
  table#services-top-list-table td {
    display: block; } }

table#services-top-list-table tr td ul li a:hover {
  background-color: transparent; }

#services-top-list p {
  padding: .8em 0 .8em 1.5em; }

h3.services-list-cat-title {
  margin-top: 40px; }

h3.services-list-cat-title hr {
  margin-top: 15px; }

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; } }

a[href="#top_page"]:before {
  content: '';
  display: block;
  background-color: #336A77;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-image: url("../includes/images/up.png?1751904067");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  position: relative;
  margin-right: 5px;
  float: left;
  margin-top: 4px; }

a[href="#top_page"]:hover:before {
  background-color: #777777; }

/* ----- 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; }

h3 hr {
  margin-top: 15px; }

/* ----- Info Center ----- */
a.infoCenter_title {
  margin: 1.8em 0 0;
  padding: 0;
  display: block;
  color: #54AEC3;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.25em; }
  a.infoCenter_title:hover {
    color: #336A77;
    text-decoration: none; }

/* Info Center - Events Calendar */
table#cal_legend tr td {
  display: table-cell;
  padding: 0 0.3571428571em; }

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.4285714286em; }

.dataTableSummary {
  margin-bottom: 2.1428571429em; }

/* ----- Events Calendar ----- */
/* Landscape phones and smaller */
@media (max-width: 480px) {
  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; } }
/* ----- Newsletters ----- */
/* ----- Financial Tools ----- */
div#calculators {
  margin-bottom: 50px !important; }
  @media screen and (max-width: 480px) {
    div#calculators {
      min-width: auto;
      width: 100%; } }

div#calculators img {
  vertical-align: inherit; }

div#calculators a {
  color: #336A77; }

/* ----- Contact Us ----- */
#content .lead_gen_container, #content .lead_gen_inner {
  padding: 0 !important;
  height: 0px !important;
  visibility: hidden;
  display: none; }

div.get_direction input[type="text"] {
  margin-left: 4px; }

div [id*='location-'].office-location,
div.office-location >
div, div.staff-group > div {
  border-color: #cccccc; }

.get_direction input[type="submit"] {
  background-color: #183137;
  border: none;
  font-family: "Open Sans", sans-serif;
  color: #FFFFFF;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  padding: 2px 15px 1px;
  position: relative;
  top: 1px;
  font-weight: 100; }
  .get_direction input[type="submit"]:hover {
    background-color: #54AEC3;
    border: none; }

.contact_us .social-media-like--container,
.contact .social-media-like--container {
  clear: both; }

.staff-group {
  margin-top: 30px; }

/*# sourceMappingURL=styles.css.map */

/* Client Override Attributes */
 .company { 
font-family: Trebuchet MS;
font-size: 20px;
color: #003366;
 }

 .slogan { 
font-family: Trebuchet MS;
font-size: 20px;
color: #003366;
 }

 .footer { 
font-family: Trebuchet MS;
font-size: 36px;
color: #003366;
 }

