@charset "UTF-8";
/*$screen-sm-smh  : "(max-width: 767px)and (max-height: 767px)";
$screen-smh     : "(max-height: 767px)";*/
/* 
    Created on 	: 11/18/15
    Author     	: Sarah Geller
    Template   	: Bruce
*/
@import url("//fonts.googleapis.com/css?family=Open+Sans:700,300,600,800,400|Libre+Baskerville:400,700");
body {
  font-family: "Open Sans", sans-serif;
  color: #222222;
  font-size: 15px;
  line-height: 1.66667; }

a {
  color: #004677; }

a:hover, a:focus {
  color: #343434;
  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;
  font-family: "Libre Baskerville", serif; }

h1, .h1 {
  font-size: 36px;
  line-height: 1.2em;
  color: #004677;
  font-weight: 100;
  margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    h1, .h1 {
      font-size: 27px; } }
  @media screen and (max-width: 480px) {
    h1, .h1 {
      font-size: 24px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    h1, .h1 {
      font-size: 27px; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    h1, .h1 {
      font-size: 31px; } }

h2, h2 {
  font-size: 27px;
  color: #003D67;
  font-weight: 100;
  line-height: 1.25em;
  margin-bottom: 20px; }

h3, .h3 {
  font-size: 24px;
  line-height: 1.2em;
  color: #004677;
  font-weight: 100;
  margin-bottom: 25px; }

h4, .h4 {
  font-size: 22px;
  line-height: 1.25em;
  font-weight: 300;
  color: #004677;
  margin-bottom: 1.25em; }

h5, .h5 {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 100;
  color: #004677;
  margin-bottom: 1em; }

h6, .h6 {
  font-size: 36px;
  line-height: 1.2em;
  color: #004677;
  font-weight: 100;
  margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    h6, .h6 {
      font-size: 25px; } }

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: #004677;
  /* WebKit/Blink Browsers */
  color: #FFFFFF; }

::-moz-selection {
  background: #004677;
  /* Gecko Browsers */
  color: #FFFFFF; }

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 40px; }

/* ----- Tax Alerts ----- */
div#repositionedTaxAlerts {
  background-color: #FFFFFF; }

#home_panel,
#tax_alerts {
  background-color: transparent;
  color: #222222;
  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: #004677; }

#home_panel a:hover,
#tax_alerts a:hover {
  text-shadow: none;
  color: #00375D; }

#home_panel br,
#tax_alerts br {
  display: none; }

#taxAlertPanel_Heading {
  font-family: "Libre Baskerville", serif;
  font-size: 28px;
  font-weight: 100 !important;
  height: 20px !important;
  margin: 0 !important;
  width: 100% !important;
  text-align: center !important;
  color: #003D67;
  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: #505050;
  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: #004677;
  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: #004677;
    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: #004677 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?1696358343");
  margin-left: -3px !important; }

div#lpau0 a[href*="tspH"] {
  background-image: url("../includes/images/pause.png?1696358343");
  transition: all .25s; }

div#lres0 a[href*="tspI"] {
  background-image: url("../includes/images/play.png?1696358343");
  background-position: 55%;
  transition: all .25s; }

div#lnxt0 a[href*="click_pass(1)"] {
  background-image: url("../includes/images/next.png?1696358343");
  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: #004677;
  color: #FFFFFF; }

div#submitDiv input#appointmentButton,
button.applynow,
button#applyjob {
  background-color: #00375D;
  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: #004677;
    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: #003D67 !important;
  border-color: #003D67 !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: #004677 !important;
  border-color: #004677 !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 !important;
  border-bottom: 40px solid #004677;
  height: auto !important; }

.img--full {
  width: 100%;
  height: auto; }

.post-header-message--container p {
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  padding-top: 8px; }

/* ----- Breadcrumbs ----- */
.breadcrumb--section {
  display: none; }

/* ----- Branding ----- */
div#logoContainerSm {
  margin: 0; }
  @media screen and (max-width: 767px) {
    div#logoContainerSm {
      margin: 0 auto;
      width: 100%; } }

.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: 80px; } }

a#company-sm {
  color: #004677;
  font-size: 25px;
  padding-top: 15px;
  text-shadow: none;
  display: block;
  line-height: 1.25em;
  font-family: "Libre Baskerville", serif; }
  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: 8px;
      width: 100%;
      margin: 0 auto; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    a#company-sm {
      font-size: 20px;
      padding-top: 19px; } }

.company-sm {
  padding-left: 8px; }

.branding--container {
  display: none;
  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: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s; }

@-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 .branding--container,
.home .branding--container {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 28%; }
  @media screen and (max-width: 767px) {
    .index .branding--container,
    .home .branding--container {
      top: 0;
      position: relative;
      left: auto;
      right: auto; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .index .branding--container,
    .home .branding--container {
      top: 30%; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .index .branding--container,
    .home .branding--container {
      top: 29%; } }

#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--container,
.company--container {
  display: none; }

.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: 118px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .logo__img {
      margin: 10px auto 0;
      max-width: 350px; } }

.title {
  line-height: 1.13636;
  display: inline-block;
  font-weight: 100;
  color: #5C5C5C;
  color: #505050;
  padding: 5px 0 10px;
  font-size: 24px;
  text-decoration: inherit;
  text-align: center; }
  .title:hover {
    color: #004677;
    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 #505050;
    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: #004677;
    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 #505050; }
  @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%; } }

.company-message--container {
  background: rgba(255, 255, 255, 0.85);
  padding: 30px !important;
  box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.85);
  border: 5px solid white;
  /*    margin: 60px auto;*/ }
  @media screen and (max-width: 767px) {
    .company-message--container {
      padding: 30px !important;
      box-shadow: none; } }
  @media screen and (max-width: 480px) {
    .company-message--container {
      padding: 20px !important; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .company-message--container {
      padding: 15px !important;
      border-width: 4px;
      box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.85); } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .company-message--container {
      padding: 20px !important; } }

.company-message {
  color: #004677; }
  .company-message table {
    float: left; }
    @media screen and (max-width: 767px) {
      .company-message table {
        float: none; } }
    .company-message table.logo-img {
      width: 18%;
      margin-right: 30px; }
      @media screen and (max-width: 767px) {
        .company-message table.logo-img {
          display: none; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .company-message table.logo-img {
          width: 20%;
          margin-top: 0;
          margin-right: 20px; } }
      .company-message table.logo-img img {
        width: 100%;
        height: auto; }
    .company-message table.home-intro {
      width: 78%;
      margin-top: 25px; }
      @media screen and (max-width: 767px) {
        .company-message table.home-intro {
          width: 100%; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .company-message table.home-intro {
          width: 75%;
          margin-top: 0; } }
      @media screen and (min-width: 992px) and (max-width: 1200px) {
        .company-message table.home-intro {
          margin-top: 15px; } }
      .company-message table.home-intro h6 {
        font-size: 25px;
        margin-bottom: 20px; }
        @media screen and (min-width: 768px) and (max-width: 991px) {
          .company-message table.home-intro h6 {
            font-size: 18px;
            margin-bottom: 9px; } }
      .company-message table.home-intro p {
        font-family: "Open Sans", sans-serif;
        font-size: 16px; }
        @media screen and (min-width: 768px) and (max-width: 991px) {
          .company-message table.home-intro p {
            font-size: 14px; } }

#logo-sm {
  padding: 6px 12px 6px 6px; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    #logo-sm {
      padding: 6px 10px 6px 6px; } }

/* ----- Social Media ----- */
.social-media--content {
  text-align: center;
  margin: 0 auto; }

.social-media button.cch-button {
  background-color: #004677;
  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: #1e345c; }
  @media screen and (max-width: 767px) {
    .social-media button.cch-button {
      margin: 6px 5px; } }

button#cchFacebook {
  background-image: url("../includes/images/facebook.png?1696358343");
  background-image: url("../includes/images/facebook.svg"); }

button#cchTwitter {
  background-image: url("../includes/images/twitter.png?1696358343");
  background-image: url("../includes/images/twitter.svg"); }

button#cchLinkedIn {
  background-image: url("../includes/images/linkedin.png?1696358343");
  background-image: url("../includes/images/linkedin.svg"); }

button#cchYouTube {
  background-image: url("../includes/images/youtube.png?1696358343");
  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: none;
  background-color: #F5F5F5;
  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.66667em;
  vertical-align: middle;
  border: none;
  border-radius: 0;
  background-color: #004677;
  margin: .5em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  float: none; }
  .navbar__button--toggle:hover {
    background: #004677;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
  .navbar__button--toggle:hover span.toggle-button span {
    background-color: #999999; }
  .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: 0;
  display: block; }
  @media screen and (max-width: 767px) {
    .navbar-brand {
      padding: 4px 0;
      font-size: 1.13333em;
      float: none; } }
  @media screen and (max-width: 480px) {
    .navbar-brand {
      float: none; } }

@media screen and (max-width: 767px) {
  .navbar__link--home {
    max-width: 99px;
    margin: 0 auto; } }

.nav {
  display: inline-block;
  float: right;
  vertical-align: top;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .nav {
      background-color: #e0e0e0;
      float: none;
      display: block;
      margin: 0; } }
  .nav > li {
    border-bottom: 2px solid transparent; }
    .nav > li:hover, .nav > li.active {
      border-bottom-color: #004677;
      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: 14px;
      color: #004677;
      font-family: "Libre Baskerville", serif;
      margin: 0;
      text-transform: uppercase;
      padding: 22px 13px 23px;
      display: inline-block;
      text-shadow: none;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .nav > li > a {
          color: #004677;
          text-shadow: none;
          padding: 10px;
          width: 100%; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .nav > li > a {
          padding: 22px 8px 23px; } }
      .nav > li > a:hover {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        background-color: transparent;
        text-shadow: none; }
        @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: #003D67;
        text-shadow: none; }
        @media screen and (max-width: 767px) {
          .nav > li > a:focus {
            text-shadow: none; } }
      .nav > li > a.toggle-control {
        padding: 0 8px 0 0;
        margin-right: 2px;
        display: none; }
        .nav > li > a.toggle-control:hover {
          background-color: transparent !important;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          transition: all 0.5s; }
          @media screen and (max-width: 767px) {
            .nav > li > a.toggle-control:hover {
              background-color: #004677 !important;
              color: #FFFFFF !important; } }
        .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;
            display: block;
            background-color: rgba(255, 255, 255, 0.65);
            padding: 0px 4px;
            border: 1px solid #cccccc; } }

.nav > li:hover a:hover,
.nav > li:hover a.toggle-control:hover {
  color: #004677; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent; }
  @media screen and (max-width: 767px) {
    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
      border-color: #004677; } }

/* Dropdown */
.nav li:last-child ul.dropdown-menu {
  right: 0;
  left: auto; }

.open.dropdown-menu {
  border-bottom: 2px solid #004677; }

.nav > li.dropdown > .dropdown-menu {
  margin-top: 2px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.95);
  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: #222222; }
  .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: #00375D;
    font-family: "Open Sans", sans-serif;
    font-size: 15px; }
    .nav > li.dropdown > .dropdown-menu > li > a:hover, .nav > li.dropdown > .dropdown-menu > li > a:focus {
      background-color: #e0e0e0;
      color: #004677;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }

li.active > a {
  color: #004677;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.75); }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #d6d6d6; }

li.divider {
  display: none; }

@media screen and (max-width: 767px) {
  .nav > li.dropdown > a {
    width: 91%; } }
@media screen and (max-width: 480px) {
  .nav > li.dropdown > a {
    width: 80%; } }

@media screen and (max-width: 767px) {
  .nav > li.dropdown > a.toggle-control {
    width: 3%;
    min-width: 22px; } }

.nav > li.dropdown > a[href="#"] {
  cursor: default; }

.nav > li.dropdown > a.toggle-control[href="#"] {
  cursor: pointer; }

/* Nav Affix */
.navbar--container.affix {
  width: 100%;
  z-index: 10;
  background-color: #e0e0e0;
  /*    -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: #e0e0e0; }
  @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 #e0e0e0;
  border-top: none;
  margin-top: 2px; }
  @media screen and (max-width: 767px) {
    .affix .nav > li.dropdown > .dropdown-menu {
      border: none;
      background-color: rgba(255, 255, 255, 0.75);
      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 {
  position: static !important;
  -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; } }

@media screen and (max-width: 767px) {
  .navbar-toggle--container {
    clear: both; } }

.color-1 {
  background-color: #004677; }

.color-2 {
  background-color: #003D67; }

.color-3 {
  background-color: #00375D; }

.color-bright {
  background-color: #004677; }

.container {
  padding: 0; }

.container-fluid {
  padding-right: 0;
  padding-left: 0; }

.index .content--wrapper,
.home .content--wrapper {
  background-color: #E0E0E0; }

.content--container {
  background-color: #FFFFFF;
  padding: 1em 0 4em; }
  .content--container img {
    max-width: 100%;
    height: auto; }
  .content--container table img {
    max-width: inherit; }

.index .content--container,
.home .content--container {
  margin: 40px auto; }

.contact .content--container {
  padding-bottom: 0; }

.content--container.layout-container {
  padding: 1em 0 0; }

.content-main {
  padding-top: 4em;
  padding-right: 20px;
  padding-left: 20px; }

.index .content-main,
.home .content-main {
  padding: 20px 35px 0 35px; }

.contentMainInner {
  margin-bottom: 2em; }
  @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: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: #004677; }

.parallax-solid-gray {
  background-color: #e0e0e0; }

/* Custom Articles */
.tax-financial-articles p a {
  font-size: 18px;
  display: inline-block;
  padding-top: 15px;
  font-family: "Libre Baskerville", serif; }

/* Reviews / Results */
.reviews-results div#page_description {
  margin-top: 40px; }
.reviews-results .content-main p {
  float: left;
  width: 60%;
  margin: 25px 45px 0; }
  @media screen and (max-width: 767px) {
    .reviews-results .content-main p {
      float: none;
      width: 100%;
      margin: 25px auto; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .reviews-results .content-main p {
      width: 52%;
      margin: 10px 25px 0 0; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .reviews-results .content-main p {
      width: 55%; } }
.reviews-results .content-main hr {
  clear: both; }
.reviews-results .content-main table {
  width: 30%;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .reviews-results .content-main table {
      width: 100%;
      margin: 0 auto;
      text-align: center; } }
  .reviews-results .content-main table + hr {
    margin: 40px 0; }

.review-icon span {
  font-size: 5em; }

.recommendation {
  display: inline-block;
  margin-top: 40px;
  vertical-align: top;
  width: 70%; }
  .recommendation blockquote {
    padding: 25px 30px 25px 40px;
    margin: 20px 0 20px 3%;
    border-left: 10px solid #f1f1f1;
    background-color: #f9f9f9; }
  .recommendation-letter {
    float: right;
    margin-bottom: 40px;
    margin-right: 3%;
    margin-top: 40px;
    max-height: 220px;
    max-width: 22%;
    overflow: hidden; }
    .recommendation-letter img {
      border: 1px solid #CCC; }
      .recommendation-letter img:hover {
        outline: 3px solid #004677;
        outline-offset: -3px; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .reviews-results h2, .reviews-results .h2 {
    font-size: 24px; }

  .recommendation blockquote {
    font-size: 16px; } }
@media screen and (max-width: 767px) {
  .reviews-results h2, .reviews-results .h2 {
    font-size: 20px;
    line-height: 1.5; }

  .recommendation {
    width: 100%;
    display: block; }

  .recommendation blockquote {
    font-size: 14px;
    margin: 20px 0;
    padding: 25px 10px; }

  .recommendation-letter {
    display: block;
    float: none;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    max-height: 402px;
    overflow: visible;
    max-width: 312px; } }
/* ----- Three Column Features ----- */
.parallax-bg-img {
  background-image: url("../images/header.jpg?1696358343"); }

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: #004677; }
  div#cchFeatureBox .cchFeatures .feature-content a:hover,
  #cchFeatureBox a h4:hover {
    color: #004677;
    text-decoration: underline; }

.cchFeatures a h4 {
  font-style: normal;
  color: #004677 !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: #004677;
  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%; }
  @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; }

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.2em;
  font-family: "Open Sans", sans-serif;
  float: left; }
  @media screen and (max-width: 767px) {
    div#divNewsletter1 form p {
      float: none; } }

div#divNewsletter1 form p input {
  background-color: #00375D;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  color: #FFFFFF;
  border-bottom: 2px solid #00375D; }

div#divNewsletter1 form input:focus {
  background-color: #003D67;
  border-color: #004677;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

div#divNewsletter1 form input.NewsletterFormSubmit:focus {
  border-bottom-color: #003D67;
  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: 30px; }
  @media screen and (max-width: 767px) {
    div#divNewsletter1 form input.NewsletterFormSubmit {
      margin-top: 35px; } }

div#divNewsletter1 form input.NewsletterFormSubmit:hover {
  background-color: #004677 !important;
  border-bottom: 2px solid #004677;
  -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 #222222; }

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(0, 55, 93, 0.7); }

div.modules--section {
  background-color: transparent;
  margin: 15px auto; }
  div.modules--section.top0 {
    margin: 0 auto 15px; }

.index div.modules--section,
.home div.modules--section {
  margin: 0; }

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 #004677;
  -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.75);
    border-color: #004677; }

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: #004677;
  font-family: "Libre Baskerville", 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: #004677; }

button#cchLeadGenerator {
  background-image: url("../includes/images/leadgen.png?1696358343");
  background-image: url("../includes/images/leadgen.svg"); }

button#cchLeadGenerator.lang-fr {
  background-image: url("../includes/images/leadgen-fr.png?1696358343");
  background-image: url("../includes/images/leadgen-fr.svg"); }

#divNewsletter1 #reCaptcha {
  font-size: 13px !important; }

button#cchGainsKeeper,
button#cchTaxNotebook {
  background-size: 80%; }

div#reCaptchaWrapper div#reCaptcha input.NewsletterFormSubmit {
  width: 30%;
  padding: 0;
  font-size: 14px;
  font-family: 'verdana', sans-serif; }

/* ----- FOOTER ----- */
.footer--pre--section {
  display: none;
  background-color: #e0e0e0;
  padding-bottom: 40px; }

.contact .footer--pre--section {
  display: block; }

.contact .footer--pre {
  padding: 0 0 40px; }
  @media screen and (max-width: 767px) {
    .contact .footer--pre {
      padding: 0; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .contact .footer--pre {
      padding: 0; } }

@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: #222222;
  padding-left: 10px;
  padding-right: 10px; }

.footer--container a:hover {
  color: #004677;
  text-decoration: none; }

/* Footer Nav */
.footer-nav-message--wrapper {
  border-top: 5px solid #e0e0e0;
  margin-top: 20px;
  padding-top: 10px;
  border-bottom: 5px solid #e0e0e0;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.footer-nav--container {
  display: none; }

.footer-nav {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .footer-nav {
      margin-top: 15px; } }

ul.footer-navbar-nav {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    ul.footer-navbar-nav {
      text-align: center;
      width: 100%; } }

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;
      display: inline-block; } }

ul.footer-navbar-nav li a:hover {
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

/* Copyright */
.copyright--wrapper {
  background-color: #004677; }

.copyright--container {
  background-color: transparent; }

.copyright {
  font-size: 0.86667em;
  color: #adadad;
  text-align: center;
  padding: 1em; }

/* Professional Affiliations */
.pro-assoc {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .pro-assoc {
      margin-top: 15px; } }
  .pro-assoc li {
    display: inline-block;
    padding: 0 30px; }
    @media screen and (max-width: 767px) {
      .pro-assoc li {
        padding: 8px 20px; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .pro-assoc li {
        padding: 0 14px; } }
    @media screen and (min-width: 992px) and (max-width: 1200px) {
      .pro-assoc li {
        padding: 0 14px; } }
    .pro-assoc li img {
      width: 100%;
      height: auto;
      max-width: 160px; }
      @media screen and (max-width: 767px) {
        .pro-assoc li img {
          max-width: 105px; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .pro-assoc li img {
          max-width: 115px; } }
    .pro-assoc li.basf-logo img {
      max-width: 90px; }
      @media screen and (max-width: 767px) {
        .pro-assoc li.basf-logo img {
          max-width: 60px; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .pro-assoc li.basf-logo img {
          max-width: 75px; } }
    .pro-assoc li.ccim-logo img {
      max-width: 90px; }
      @media screen and (max-width: 767px) {
        .pro-assoc li.ccim-logo img {
          max-width: 60px; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .pro-assoc li.ccim-logo img {
          max-width: 73px; } }
    .pro-assoc li.cfp-logo img {
      max-width: 200px; }
      @media screen and (max-width: 767px) {
        .pro-assoc li.cfp-logo img {
          max-width: 137px; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .pro-assoc li.cfp-logo img {
          max-width: 137px; } }
    .pro-assoc li.fcgm-logo img {
      max-width: 70px; }
      @media screen and (max-width: 767px) {
        .pro-assoc li.fcgm-logo img {
          max-width: 47px; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .pro-assoc li.fcgm-logo img {
          max-width: 47px; } }

.prof-intro {
  margin-top: 20px;
  display: block;
  padding: 0 20px; }

/* Footer - Address */
.footer--main--wrapper {
  background-color: #004677;
  background-color: #00375D; }

.footer--main {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .footer--main {
      padding: 40px 15px; } }
  .footer--main h3 {
    color: white;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .footer--main h3 {
        padding-bottom: 12px;
        margin-bottom: 12px;
        font-size: 23px; } }
    @media screen and (max-width: 480px) {
      .footer--main h3 {
        text-align: center;
        font-size: 20px; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .footer--main h3 {
        padding-bottom: 15px;
        margin-bottom: 15px; } }

ul.footer-address {
  padding-bottom: 0; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    ul.footer-address {
      text-align: center;
      margin-bottom: 15px; } }
  ul.footer-address li {
    font-family: "Libre Baskerville", serif;
    color: white;
    font-size: 15px;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      ul.footer-address li {
        display: block; } }
    @media screen and (max-width: 480px) {
      ul.footer-address li {
        text-align: center; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      ul.footer-address li {
        font-size: 14px; } }
    @media screen and (min-width: 992px) and (max-width: 1200px) {
      ul.footer-address li {
        font-size: 13px; } }
    ul.footer-address li.contact-address.phone {
      display: inline-block; }
      @media screen and (max-width: 767px) {
        ul.footer-address li.contact-address.phone {
          display: block; } }
      ul.footer-address li.contact-address.phone:first-child {
        padding-top: 10px; }
    ul.footer-address li.location-address:nth-child(2) {
      padding-bottom: 15px; }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        ul.footer-address li.location-address:nth-child(2) {
          padding-bottom: 5px; } }
    ul.footer-address li:after {
      content: '|';
      position: relative;
      top: -1px;
      padding: 0 8px;
      color: #004677; }
      @media screen and (max-width: 767px) {
        ul.footer-address li:after {
          display: none; } }
    ul.footer-address li:last-child::after {
      display: none; }
    ul.footer-address li a {
      color: #FFFFFF !important; }

.footer-nav ul li a {
  color: #FFFFFF; }

ul.footer-navbar-nav li {
  margin-top: 0;
  font-size: 14px;
  padding: 8px; }

.footer-logo-img {
  float: left;
  margin-right: 30px; }
  @media screen and (max-width: 767px) {
    .footer-logo-img {
      margin-right: 15px; } }
  @media screen and (max-width: 480px) {
    .footer-logo-img {
      margin: 0 auto 20px;
      float: none; } }
  .footer-logo-img img {
    width: 100%;
    max-width: 115px;
    height: auto; }
    @media screen and (max-width: 480px) {
      .footer-logo-img img {
        max-width: 80px; } }

@media screen and (max-width: 767px) {
  .footer-info {
    width: 70%; } }
@media screen and (max-width: 480px) {
  .footer-info {
    width: 100%; } }

/* Share Buttons */
.share-btn {
  border: 1px solid white;
  padding: 8px 14px;
  position: relative;
  top: -1px;
  margin-left: 8px;
  margin-bottom: 8px; }
  .share-btn:hover {
    opacity: .75; }
    .share-btn:hover a:hover {
      text-decoration: none; }
  .share-btn span.fa {
    margin-right: 2px; }

ul.footer-navbar-nav li:last-child:hover a:hover {
  text-decoration: none; }

/* ----- Client Services ----- */
div#services-top-list {
  padding-bottom: 1.33333em; }

#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: #004677;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-image: url("../includes/images/up.png?1696358343");
  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: #222222; }

/* ----- Links ----- */
p.link_title {
  padding: 15px 0 2px 0; }
  p.link_title a {
    font-size: 19px;
    display: inline-block;
    font-family: "Libre Baskerville", serif; }

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: #004677;
  font-family: "Libre Baskerville", serif;
  font-size: 1.6em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.25em; }
  a.infoCenter_title:hover {
    color: #004677;
    text-decoration: none; }

/* 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; }

/* ----- 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 ----- */
a.news_link {
  font-size: 18px;
  display: inline-block;
  font-family: "Libre Baskerville", serif; }

/* ----- 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: #004677; }

/* ----- 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 {
  text-align: center; }

.get_direction input[type="submit"] {
  background-color: #00375D;
  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: #004677;
    border: none; }

.contact_us .social-media-like--container,
.contact┬á.social-media-like--container {
  clear: both; }

.staff-group {
  margin-top: 30px; }

.contact table:nth-child(6) {
  display: none; }

/* Contact */
.contact .staff-group {
  display: none; }
.contact div.map {
  float: none;
  margin-bottom: 30px; }
.contact .map_canvas {
  width: 100%; }
.contact div.office-info {
  margin: 0 auto 15px !important;
  text-align: center; }
.contact li.contact-info.phone-1, .contact li.contact-info.office-email {
  display: inline-block; }
  @media screen and (max-width: 480px) {
    .contact li.contact-info.phone-1, .contact li.contact-info.office-email {
      display: block; } }
.contact li.contact-info.phone-1:after {
  content: "|";
  color: #004677;
  padding: 0 4px;
  position: relative;
  top: -1px; }
  @media screen and (max-width: 480px) {
    .contact li.contact-info.phone-1:after {
      display: none; } }

/* Management Team */
.management div.map, .management div.office-info, .management div.get_direction {
  display: none; }
.management div.staff-group {
  border: none;
  padding-top: 0;
  margin-top: 0; }
  .management div.staff-group div:last-child {
    border: none; }
.management .staff-info {
  display: none; }
.management div.staff {
  margin-bottom: 50px !important; }
  .management div.staff div:last-child {
    border: none; }
.management .biography table {
  float: left; }
  @media screen and (max-width: 767px) {
    .management .biography table {
      float: none; } }
  .management .biography table:first-child {
    margin-right: 30px; }
    @media screen and (max-width: 767px) {
      .management .biography table:first-child {
        margin-right: 0;
        margin-bottom: 25px; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .management .biography table:first-child {
        margin-right: 0;
        margin-bottom: 25px; } }
  .management .biography table:nth-child(2) {
    width: 75%; }
    @media screen and (max-width: 767px) {
      .management .biography table:nth-child(2) {
        width: 100%; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .management .biography table:nth-child(2) {
        width: 100%; } }
  .management .biography table h3 {
    margin-bottom: 10px; }
.management .biography .partner-social {
  width: 125px;
  margin: 20px auto; }
  @media screen and (max-width: 767px) {
    .management .biography .partner-social {
      margin: 30px auto 23px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .management .biography .partner-social {
      margin: 30px auto 23px; } }
  .management .biography .partner-social li {
    display: inline-block;
    padding: 0 1px; }
    .management .biography .partner-social li a {
      padding: 4px;
      text-align: center;
      background-color: #e0e0e0; }
      .management .biography .partner-social li a:hover {
        color: #004677; }
.management .biography .biography img {
  width: 100%;
  height: auto;
  max-width: 198px; }

@media screen and (max-width: 767px) {
  #contactFormWrapper {
    padding: 0 10px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  #contactFormWrapper {
    padding: 0 15px; } }
#contactFormWrapper .form-group > div {
  padding: 0; }
#contactFormWrapper label {
  color: #004677; }
#contactFormWrapper .form-control {
  margin-bottom: 5px;
  border-radius: 0; }
  #contactFormWrapper .form-control:focus {
    border-color: #a5afc1;
    box-shadow: none; }
#contactFormWrapper div#recaptchaWrapper {
  margin-top: 29px;
  margin-top: 50px;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    #contactFormWrapper div#recaptchaWrapper {
      margin-top: 12px;
      margin-bottom: 15px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    #contactFormWrapper div#recaptchaWrapper {
      margin-top: 15px;
      margin-bottom: 20px; } }
  #contactFormWrapper div#recaptchaWrapper > div {
    margin: 0 auto; }
#contactFormWrapper .submit-button {
  padding: 0;
  text-align: center; }
#contactFormWrapper button#formSubmit {
  border-radius: 0;
  width: 100%;
  color: #004677; }
  @media screen and (max-width: 767px) {
    #contactFormWrapper button#formSubmit {
      max-width: 304px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    #contactFormWrapper button#formSubmit {
      max-width: 304px; } }
  #contactFormWrapper button#formSubmit:hover {
    background-color: #004677;
    color: #FFFFFF; }

li.dropdown.is-hover:hover .dropdown-menu {
  display: block; }
  @media screen and (max-width: 767px) {
    li.dropdown.is-hover:hover .dropdown-menu {
      display: none; } }

/*# sourceMappingURL=styles.css.map */
