/*
     BLUE: #013E81;
ORANGE: #FFAC44;
*/

/* =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- */
/* COLORS */

a, a:focus, a:active, #sidebar-links a:hover:after, .btn-primary:hover {
  color: #013E81;
}

a {
  font-weight: 500;
}

#contactForm a, #consultation a, .newsletter_form a {
  font-size: 12px;
}

.consultation_form .col-xs-12.col-sm-4.text-center {
  text-align: left;
  width: 25%;
}

@media (max-width: 767px) {
  .consultation_form .col-xs-12.col-sm-4.text-center {
    width: 100%;
  }
}

.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:active, .navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus {
  color: #FFF;
  text-shadow: none;
}

.navbar-nav li:last-child a {
    color: #fff;
    background: #023f82;
    border-radius: 5px;
    margin-left: 10px;
}

.navbar-nav li:last-child a:hover {
    color: #fff;
    background: #0363c9;
}

.navbar-toggle .icon-bar, #heading, .divider-line span, .carousel-indicators li.active, .carousel-indicators li:hover, .btn, .btn-primary, .btn-default {
  background: #013E81;
}

#why-choose-us {
  background: #F3F5FA;
}

#map-wrapper {
  pointer-events: none;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background: #F1F1F1;
  color: #333;
}

#who-we-are .box, .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:active, 
.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .btn, .btn-primary, .btn-default, .btn-primary:hover {
  border-color: #013E81;
}

#sidebar-links a:hover {
  border-left-color: #013E81;
}

a:focus, a:hover, #testimonials .stars, #sidebar-links a.currentLink:after {
  color: #FFAC44;
}

footer a:hover,
#footer-nav a:hover {
  color: #FFF;
}

#who-we-are .box {
  -webkit-transition: box-shadow .3s ease, border .3s ease;
  -moz-transition: box-shadow .3s ease, border .3s ease;
  -ms-transition: box-shadow .3s ease, border .3s ease;
  -o-transition: box-shadow .3s ease, border .3s ease;
  transition: box-shadow .3s ease, border .3s ease;
}

#who-we-are a:hover .box {
  border-top-color: #FFAC44;
  -webkit-box-shadow: 0 2px 6px 3px rgba(0,0,0,.15);
  -moz-box-shadow: 0 2px 6px 3px rgba(0,0,0,.15);
}

#sidebar-links a.currentLink {
  border-left-color: #FFAC44;
}

.fa-caret-right {
  color: #013E81;
  font-size: 16px;
  margin-right: 4px;
}

/* =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- */
/* TYPOGRAPHY - - - - - - */

#inner-copy h2 {
  font-family: 'Droid Serif', sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}

#inner-copy h3 {
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  margin-bottom: 8px;
}

/* =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- */
/* BUTTON SECTION - - - - - - */

#inner-copy .test-btn {
  margin-top: 50px;
  text-align: center;
}

#inner-copy .testimonial {
  padding: 25px 20px;
}

#inner-copy .testimonial:nth-of-type(odd) {
  background: #F4F4F4;
  border-radius: 4px;
}

#inner-copy .testimonial p:last-of-type {
  text-align: right;
}

#inner-copy .testimonial p > span {
  display: block;
  font-style: italic;
  font-weight: 500;
}

#inner-copy .testimonial p:last-of-type:before {
  content: "- ";
}

/* =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- */
/* BUTTON SECTION - - - - - - */

#buttons {
  position: relative;
  background: #013E81;
  box-shadow: 0 0px 10px 4px rgba(0,0,0,.2);
}

#buttons .col-sm-4 {
  border-right:1px solid #EEE;
  padding: 3rem 2.7rem 3rem;
 -webkit-transition: background 0.2s ease-in-out;
 -moz-transition: background 0.2s ease-in-out;
 -ms-transition: background 0.2s ease-in-out;
 -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

#buttons a:first-child .col-sm-4 {
  border-left: 1px solid #EEE;
}

#buttons a:hover .col-sm-4 {
  background: #FFAC44;
}

#buttons .col-sm-4:hover h2, 
#buttons .col-sm-4:hover p {
  color: #FFF;
}

#buttons h2 {
  color: #FFF;
  font-size: 21px;
  margin-bottom: 2px;
  text-align: left;
}

#buttons p {
  color: #FFF;
  text-align: left;
}

#buttons a {
 -webkit-transition: color 0s ease-in-out;
 -moz-transition: color 0s ease-in-out;
 -ms-transition: color 0s ease-in-out;
 -o-transition: color 0s ease-in-out;
  transition: color 0s ease-in-out;
}

/* =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- */
/* BUTTONS - - - - - - */

#logo-menu .container {
  padding: 0;
}

#why-choose-us .btn-primary {
  background: #000;
  border-color: #000;
  color: #FFF;
}

#why-choose-us .btn-primary:hover {
  background: #FFF;
  border-color: #FFF;
  color: #000;
}

.btn:hover {
  background: #FFAC44;
  border-color: #FFAC44;
  color: #FFF;
}

#why-choose-us p {
  color: #FFF;
}

/* =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- */
/* NAVBAR - - - - - - */

strong {
  font-weight: 500 !important;
}

.navbar {
  margin-top: 15px;
}

.navbar-nav li a {
   padding: 12px;
}

.navbar-nav > li:not(:nth-of-type(5)) .dropdown-menu {
  padding: 3px 0;
}

.navbar-nav > li:not(:nth-of-type(5)) .dropdown-menu li:last-of-type {
  border-top: 1px solid #CCC;
  margin-top: 3px;
}

.navbar-nav > li:not(:nth-of-type(5)) .dropdown-menu li:last-of-type a {
  margin: 2px 0 0;
}

.nav > li > a:hover, 
.nav > li > a:focus {
  background: #FFF;
}

/* =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- */

#myCarousel img {
  height: auto;
  min-width: 100%;
}

/* =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- */
/* SERVICES */

#services .heading-holder {
  position: relative;
}

#services h3 {
  background: rgba(1, 62, 129, .8);
  bottom: 0;
  color: #FFF;
  font-family: 'Droid Serif', serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 8px 15px;
  position: absolute;
  text-align: center;
  width: 100%;
  -webkit-transition: background .2s ease;
  -moz-transition: background .2s ease;
  -ms-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}

#services a:hover h3 {
  background: rgba(255, 172, 68, .8);
  color: #FFF;
}

#services div[class*='col-']:first-of-type p {
  margin-top: 10px;
}

@media (max-width:767px) {
  #services div[class*='col-'] {
    margin-bottom: 30px;
  }
}

/* =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- */
/* HOME PAGE WIDGETS - - - - - - */

.logo-holder img {
  height: auto;
  margin: 15px 0 10px;
  max-width: 400px;
}

.right-shape .fa {
  color: #FFF;
  font-size: 15px;
  margin-right: 12px;
}

.right-shape a {
  color: #FFF;
  font-weight: 400;
}

.right-shape a:hover {
  color: #FFF;
}

#image-section .container-fluid {
  padding: 0;
}

.review-holder {
  text-align: center;
}

.review-holder img {
  display: inline-block;
  margin: 15px 10px;
}

/* =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- */
/* SOCIAL MEDIA - - - - - - */

.social-media {
  font-size: 0;
  margin-top: 5px;
}

.social-media i {
  color: #FFF;
  font-size: 18px;
  height: 35px;
  margin: 4px;
  width: 35px;
  -webkit-transition: box-shadow .2s ease;
  -moz-transition: box-shadow .2s ease;
  -ms-transition: box-shadow .2s ease;
  -o-transition: box-shadow .2s ease;
  transition: box-shadow .2s ease;
}

.social-media i:hover {
  -webkit-box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, .2);
  -moz-box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, .2);
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, .2);
}

.social-media .fa-facebook {
  background: #3B5998;
  color: #FFF;
  padding: 9px 11px 8px 13px;
}

.social-media .fa-google-plus {
  background: #DC4E41;
  color: #FFF;
  padding: 9px 5px 8px 10px;
}

.social-media .fa-linkedin {
  background: #007FB1;
  color: #FFF;
  padding: 9px 9px 8px 11px;
}

.social-media .fa-twitter {
  background: #00ACED;
  color: #FFF;
  padding: 9px 9px 8px 10px;
}

.social-media .fa-yelp {
  background: #B4252D;
  color: #FFF;
  padding: 9px 10px;
}

/* =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- */
/* MISCELLANEOUS - - - - - - */

body {
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.form-control:focus {
  border-color: #FFAC44;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 172, 68, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 172, 68, .6);
}

#captcha {
  border: 0 !important;
}

a:active, a:focus {
 outline: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.navbar .caret { 
  margin-left: 6px; 
}

.error,
.errors {
  background-color: #FFFFFF !important;
  border: 1px solid #FF0000 !important;
  border-radius: 3px;
  color: #FF0000 !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
  margin-top: 0px !important;
  padding: 13px 10px 12px 10px !important;
}

.error p,
.errors p {
  font-size: 14px;
  padding-bottom: 0;
}

.error ul,
.errors ul {
  font-weight: 400 !important;
  list-style-position: inside;
  margin-bottom: 0;
  margin-top: 8px;
  padding-left: 10px;
}

textarea { 
  resize: vertical; 
}

.no-pad { padding: 0; }
.no-left-pad { padding-left: 0; }
.no-right-pad { padding-right: 0; }

.add-shadow {
  position: relative;
  z-index: 99999;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

.resourcestrick > h1,
.resourcestrick > h3 {
  padding-bottom: 0 !important;
}

.resourcestrick > h1 + br,
.resourcestrick > h3 + br {
  display: none;
}

.resourcefix { 
  font-size: 20px;
  margin: 20px 0 2px;
}

.resourcefix + br {
  display: none;
}

table td {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.2;
}

label,
.form-control {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

label {
  font-size: 14px;
}

.verify {
  display: none;
}

.verification .col-xs-12 {
  padding: 0 15px;
}

#consultation label {
  margin-bottom: 5px;
}

#consultation textarea.form-control {
  height: 115px;
}

.newsletter_form > form {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

#contactForm a, 
#consultation a, 
.newsletter_form a {
  font-size: 12px;
}

.consultation_form .col-xs-12.col-sm-4.text-center {
  text-align: left;
  width: 25%;
}

@media (max-width: 767px) {
  .consultation_form .col-xs-12.col-sm-4.text-center {
    width: 100%;
  }
}

.newsletter_form label {
  font-weight: 400;
  margin-top: 8px;
  padding-right: 0;
  text-align: right;
}

.newsletter_form .fsd + .form-group > label {
  margin-top: -5px;
}

@media (max-width: 991px) {
  .newsletter_form label {
    margin-bottom: 4px;
    text-align: left !important;
  }

  .newsletter_form #captcha {
    margin: 10px 0 0;
  }

  .newsletter_form a {
    display: inline-block;
    margin-bottom: 10px
  }

}

.img-holder {
  text-align: center;
}

.img-holder img {
  display: inline-block;
}

#captcha {
  border: none !important;
}

img[src="images/bullet_tax_center.jpg"] {
  display: none;
}

img[src="images/bullet_download_tax_forms.jpg"],
img[src="images/bullet_record_retention.jpg"],
img[src="images/bullet_tax_organizer.jpg"],
img[src="images/bullet_tax_rates.jpg"],
img[src="images/bullet_tax_tips.jpg"],
img[src="images/bullet_tax_calculators.jpg"] {
  margin-top: 20px;
}

img[src="images/bullet_track_tax_refund.jpg"] {
  margin-top: -20px;
}

/* =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- */
/* 1199 MEDIA QUERY - - - - - - */

@media (max-width: 1199px) {

  #index-section {
    padding: 9rem 0 28rem;
  }

  #who-we-are {
    bottom: 19rem;
    margin-bottom: -39rem;
  }

  #services h3 {
    font-size: 17px;
  }
}

/* =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- */
/* 991 MEDIA QUERY - - - - - - */

@media (max-width: 991px) {

  #services h3 {
    font-size: 18px;
  }

  #index-section {
    padding: 9rem 0 32rem;
  }

  #who-we-are {
    bottom: 25rem;
    margin-bottom: -48rem;
  }

  .logo-holder img {
    margin: 20px 0 0;
  }

  #contactForm #captcha,
  .newsletter_form #captcha {
    margin: 10px 0 0 !important;
  }

  #contactForm a,
  .newsletter_form a {
    display: inline-block;
    margin-bottom: 10px;
  }
 
  #contactForm .btn-primary {
    margin-top: 10px;
  }

  .newsletter_form label,
  label.text-right {
    text-align: left !important;
  }

  #gmapwide iframe {
    margin-bottom: 10px;
  }

}

/* =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- */
/* 767 MEDIA QUERY - - - - - - */

@media (max-width: 767px) {

  .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:active, 
  .navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus {
    background: #FFAC44;
    color: #FFF;
    width: 100%;
    text-align: center;
  }

  .navbar {
    margin-top: 0;
  }

  #buttons {
    display: none;
  }

  .logo-holder {
    padding: 0 15px;
  }

  .logo-holder img {
    margin: 15px auto 5px;
  }

  #top_nav {
    padding: 0 15px;
  }

  header {
    padding-bottom: 8px;
  }

  .navbar-nav > li:not(:nth-of-type(5)) .dropdown-menu li:last-of-type {
    border-top: 0;
  }

  .navbar-nav > li:not(:nth-of-type(5)) .dropdown-menu {
    border-bottom: 0;
    padding: 0 0 8px;
  }

  #index-section {
    padding: 6rem 0 5rem;
  }

  #who-we-are {
    bottom: 0;
    margin-bottom: 0;
  }

  #tagline {
    height: 45rem;
  }

  .tagline-text {
    top: 50%;
    width: 85%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);    
    transform: translate(-50%, -50%);
  }

  .tagline-text h3 {
    font-size: 48px;
  }

  .tagline-holder {
    height: auto;
    padding: 0;
  }

}

/* =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- */
/* 575 MEDIA QUERY - - - - - - */

@media (max-width: 575px) {

  #image-section {
    display: none;
  }

  #tagline {
    background: #013E81;
  }
}

/* =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- =- */
/* 480 MEDIA QUERY - - - - - - */

@media (max-width: 480px) {

  h1,
  #heading > .container > h1 {
    font-size: 22px;
    text-align: center;
  }
   
  h2, h2 > a {
    font-size: 20px !important;
  }

  h3 {
    font-size: 16px !important;
  }

  .tagline-text h3 {
    font-size: 26px !important;
  }

  .tagline-text p {
    font-size: 20px;
  }

  #content {
    padding: 0 1.5rem 7.5rem;
  }

  #inner-copy {
    padding-top: 40px;
  }

  #inner-copy > img {
    display: block;
    float: none !important;
    margin: 0 auto 15px !important;
  }

  .consultation_form .col-xs-12.col-sm-4.text-center {
    width: 100%;
  }

}

/* =- =- =- =- =- =- =- =- =- END SITE.CSS =- =- =- =- =- =- =- =- =- */