/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
  NEW VET PAGE IMG
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#content .newvet img {
    box-shadow: 0px 3px 8px -2px rgba(0,0,0,0.2);
    position: relative;
  margin: 0 0 25px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   BLOG FEED
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.blog h2 {
    font-family: 'Roboto', serif;
    font-weight: 400;
    font-size: 32px;
}

.blog h3 {
    margin: 0 0 1.5rem;
    font-weight: 500;
    font-family: 'Roboto', serif;
}

.blog p {
    margin: 0 0 1rem;
    line-height: 1.4;
}

.blog a {
    color: #6432a5;
    font-weight: 500;
    font-family: 'Roboto', serif;
}

.blog .col-sm-12 {
  border-bottom: 1px solid #EEE;
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
}

.blog .col-sm-12:last-of-type {
  border: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

#captcha_custom_form {
  float: left;
}

#content p.form-note {
  color: #FF0000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 18px;
}

#form_become_part_of_the_veterinary_accounting_associaton .form-group,
#form_request_a_vet_cpa .form-group {
  margin-bottom: 25px;
}

#form_become_part_of_the_veterinary_accounting_associaton textarea,
#form_request_a_vet_cpa textarea {
  height: 130px;
  resize: vertical;
}

#form_become_part_of_the_veterinary_accounting_associaton input[type=radio],
#form_request_a_vet_cpa input[type=radio] {
  margin-right: 4px;
}

#form_become_part_of_the_veterinary_accounting_associaton .verify,
#form_request_a_vet_cpa .verify {
  margin-bottom: 10px;
}

#form_become_part_of_the_veterinary_accounting_associaton .form-group label,
#form_request_a_vet_cpa .form-group label {
  padding-bottom: 0.5rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body {
 -ms-overflow-style: scrollbar;
}

body {
  overflow-x: hidden;
}


::selection {
    background: #000;
    color:#FFF;
}

::-moz-selection {
    background: #000;
    color: #FFF;
}


.form-control:focus {
  border-color: #ec7423;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgb(236, 116, 35);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgb(236, 116, 35);
}

#contactForm {
  margin-top: 2rem;
}

#captcha {
  margin-top: 0;
}

#gmapwide p {
  line-height: 1.5;
  text-align:left;
}

-webkit-font-variant-ligatures: none;
   -moz-font-variant-ligatures: none;
        font-variant-ligatures: none;

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
h1, h2, h3, h4 {
  font-family: 'Roboto', serif;
}

p { 
  text-align:justify; 
}

a { 
  /* color: #; */
  -webkit-transition: color .3s linear;
  -moz-transition: color .3s linear;
  -ms-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear;

}

a:hover {
  /* color: #; */
  text-decoration:none;
}

ul, ol {
  font-family: 'Open Sans', sans-serif;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HEADER (LOGO, ETC)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
header {
  padding: 0;
}

.logo-image {
  margin: 1rem 0;
  width: 290px;
}

.ebook h2 {
  color: #333;
  font-family: 'Roboto', serif;
  font-size: 19px;
  font-weight: 400;
  padding: 4.1rem 0;
  text-align: right;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   NAV MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.navbar-collapse {
  max-height: initial;
}

.navbar-nav>li>a {
  border-left: none;
}

.navbar-nav>li:last-child {
  border-right: none;
}

.navbar-nav>li>a {
  font-family: 'Roboto', serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}

.navbar-inverse .navbar-nav > li > a:hover, 
.navbar-inverse .navbar-nav > li > a:active {
  background: #484848;
}

.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus {
  background: #484848;
}

.dropdown-menu>li>a {
  padding: 8px 20px;
}

.dropdown-menu li a {
  font-family: 'Open Sans', sans-serif;
}

.dropdown-menu li a:hover {
  background: #adadad;
  color: #FFF;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   CAROUSEL OR HEADER IMAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.carousel {
  margin-bottom: 0;
}

.carousel-wrapper {
  max-width: none;
  width: 100%;
  margin: 0;
}

#slider-wrapper {
  background: url("site_images/SliderBG.jpg") no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  transition -duration: 1.5s;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 1.5s;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  transition-property: opacity;
  transition-duration: 1.5s;
   opacity: 0;
   z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  transition-property: opacity;
  transition-duration: 1.5s;
  opacity: 1;
}


#myCarousel .item {
  background-position: center center;
  background-size: cover;
  padding: 0 0 26%;  
}

#myCarousel .item:nth-child(1) { background-image: url('/site_images/slide3.jpg'); }
#myCarousel .item:nth-child(2) { background-image: url('/site_images/slide2.jpg'); }
#myCarousel .item:nth-child(3) { background-image: url('/site_images/slide1.jpg'); }



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   BUTTONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.btn, .btn:active, .btn:focus, 
.btn-primary, .btn-primary:active, .btn-primary:focus, 
.btn-default, .btn-default:active, .btn-default:focus {
  margin-top: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #FFF;
  font-weight: 600;
  padding: 8px 16px;
  -webkit-transition: background 0.35s linear;
  -moz-transition: background 0.35s linear;
  -ms-transition: background 0.35s linear;
  -o-transition: background 0.35s linear;
  transition: background 0.35s linear;
  outline: 0;
  text-shadow: none;
  box-shadow: none;
  text-transform: none;
  border-radius: 4px;
  border: 0;
}


.btn:hover, .btn-primary:hover, .btn-default:hover {
  background: #252525;
  color: #FFF;
  text-decoration:none;
}

a.intro-button, .btn-primary, .btn-primary:active, .btn-primary:focus {
  background: #FF8A00;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 1.8rem;
  padding: 7px 17px;
  -webkit-transition: background 250ms linear;
  -moz-transition: background 250ms linear;
  -o-transition: background 250ms linear;
  -ms-transition: background 250ms linear;
  transition: background 250ms linear;
}

a.intro-button:hover {
  background: #E68006;
}

.btn-block {
  background: #6432A5;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 0.8rem;
  width: 140px;
  -webkit-transition: background 250ms linear;
  -moz-transition: background 250ms linear;
  -o-transition: background 250ms linear;
  -ms-transition: background 250ms linear;
  transition: background 250ms linear;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOME PAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#welcome-section {
  background: #FBFBFB;
}

#welcome-section h1 {
  font-family: 'Roboto', serif;
  font-weight: 400;
}

#welcome-section p {
  line-height: 1.6;
  padding: 0 5rem;
}



/* -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   SERVICE BOXES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


#intro-section {
  background: #FBFBFB;
  padding: 0.5rem 0 6rem;
}

.intro-wrapper {
  background: #FFF;
  height: 100%;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 80px;
  position: relative;
  z-index: 99;
}

.intro-wrapper a.intro-button {
  position: absolute;
  left: 0;
  right: 0;
  width: 120px;
  margin: 0 auto;
  bottom: 28px;
}

#intro-section h2 {
  color: #42495A;
  font-family: 'Roboto', serif;
  font-size: 21px;
  font-weight: 400;
  padding: 30px 0px 5px;
}

#intro-section p {
   color: #878B94;
   padding: 10px 30px;
}

#intro-section img { width: 100% }

/* - - - - - - - - - - - - - - - - -  
   WIDGET 2 (FORM)
- - - - - - - - - - - - - - - - - */
#accountantFinder {
  background: #6432A5;
  color: #FFF;
  margin: 0;
  padding: 5rem 1rem 3.5rem;
  text-align: center;
}

#accountantFinder .form-control {
  font-family: 'Roboto', serif;
  height: 40px;
}

#accountantFinder .form-row {
  margin-top: 2.5rem;
}

#accountantFinder .button-row {
  margin-top: 1rem;
  text-align: center;
}

#accountantFinder .btn-block {
  background: #6432A5;
  display:inline-block;
  border: 1px solid #FFF;
  padding: 0.8rem;
}

#accountantFinder .btn-block:hover {
  background: #FFF;
  color: #42495A;
}

#accountantFinder .input-left {
  padding-right:0px;
}

#accountantFinder .input-right {
  padding-left: 0px;
}

#accountantFinder h2 {
  color: #FFF;
  font-family: 'Roboto', serif;
  font-size:32px;
  font-weight: 400;
  padding-bottom:1.5rem;
}

#accountantFinder h3 {
   color:#FFF;
   font-weight:500;
   padding-bottom:.5rem;
}

#accountantFinder p {
  color: #FFF;
   font-size: 15px;
   line-height: 26px;
   text-align:center;
}

#accountantFinder a.intro-button {
   color:#FFF;
   font-weight: 500;
   background:#42495A;
   border:1px solid #fff;
   margin: 1rem 0 0;
}

#accountantFinder a.intro-button:hover {
   color:#42495A;
   background:#FFF;
}

#accountantFinder .btn-block:hover {
  background: #FFF;
  color: #42495A;
}

#accountantFinder .btn-block {
  display: inline-block;
  border: 1px solid #FFF;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   INNER PAGES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#content {
  padding: 60px 10px 85px;
}

#content h1 {
  color: #484542;
  font-family: 'Roboto', serif;
  padding: 0 0 15px;
}

#content h2 {
    color: #FF8A00;
    font-family: 'Roboto', serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    padding: .5rem 0 0;
}

#content h3 {
  color: #FF8A00;
  font-family: 'Roboto', serif;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 1rem 0 0;
}

.content h2 a, .content h3 a {
  font-weight: 400;
}

#content p {
  text-align: left;
}

#content .directory p {
  padding-top:0;
}

#content p, 
#content li, 
#sidebar .sidebar-links li a {
  line-height: 1.6;
}

#content ul {
  list-style-position: inside;
  margin-left: 1rem;
}

#content li {
  color: #272727;
  font-size: 14px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#sidebar {
  padding: 70px 0px 50px 40px;
}

.sidebar-divider span {
    width: 0%;
}

#sidebar p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

#sidebar h2 {
  color: #434A5B;
  font-family: 'Roboto', serif;
  font-weight: 400;
}

#sidebar img {
   -webkit-box-shadow: 0px 3px 8px -2px rgba(0,0,0,0.2);
   -moz-box-shadow: 0px 3px 8px -2px rgba(0,0,0,0.2);
   box-shadow: 0px 3px 8px -2px rgba(0,0,0,0.2);
   position: relative;
   z-index: 99;
}

#sidebar .sidebar-links ul {
  line-height: 2;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

footer {
  -webkit-box-shadow: 0px -4px 8px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px -4px 8px 0px rgba(0,0,0,0.2);
  box-shadow: 0 -4px 8px 0px rgba(0,0,0,0.2);
  position: relative;
  z-index: 9999;
}

#footer-top {
  background: #FFF;
  padding: 5rem 0;
  text-align: left;
}

#footer-top h2 {
  color: #2C2C2C;
  font-family: 'Roboto', serif;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
}

#footer-top p, 
#footer-top a, 
#footer-top i {
  color: #616161;
  font-size: 14px;
  text-align:left;
}

#footer-top p {
  padding-right: 3rem;
}

#footer-top a.intro-button {
  border: 1px solid #CCC;
  background: #FFF;
  margin: 1.5rem 0 0;
}

#footer-top a.intro-button:hover {
  background: #6432A5;
  color: #FFF;
}

.icon-container {
  text-align: left;
}

.column3 {
   border-left: 1px solid #E4E4E4;
   padding-left: 2rem;
}


#footer-bottom {
  background: #FBFBFB;
  border-top: 1px solid #F1F1F1;
  padding: 10px 0px;
}

#copyright {
  margin-top: 0px;
}

#copyright p {
  font-size: 12px;
  text-align:center;
}

#copyright a {
  font-size: 12px;
}

#bottom-menu a {
  color: #636363;
  font-size: 12px;
  margin: 15px 20px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   DON'T TOUCH
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.error {
  font-size: 14px;
  font-weight: 600 !important;
  color: #FF0000 !important;
  padding: 13px 10px 12px 10px !important;
  background-color: #FFFFFF !important;
  border: 1px solid #FF0000 !important;
  margin-top: 0px !important;
  margin-bottom: 20px !important;
  font-family: 'Open Sans', sans-serif !important;
}

.error p {
  font-size:14px;
  padding-bottom:0;
}

.error ul {
  margin-bottom: 0;
  font-weight: 400 !important;
}

textarea { resize: vertical; }

.no-pad { padding-left:0px; padding-right:0px; }

.add-shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

.divider {    
  display: block; height: 1px; width: 25%;
  background: #CCC; margin: 24px 0px 10px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   TAX CENTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

img[src="images/bullet_tax_center.jpg"],
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;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   MEDIA QUERIES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


@media all and (max-width: 1199px) {

}

@media all and (max-width: 991px) {
.navbar-nav>li>a {
    font-family: 'Roboto', serif;
    font-size: 13px;
}
}
@media all and (max-width: 767px) {
.navbar {
  display:block;
  float:none;
}
.header-city-hidden  {
    display: none;
}
.navbar-collapse {
  max-height: none;
}
}

@media all and (max-width: 480px) {
.ebook h2 {
    padding: 4rem 0 1.5rem;
}
  .content h1 { text-align: center; }
 
  .content img {
    display: block;
    float: none !important;
    margin: 0px auto 15px !important
  }
.right-consultation-button, .left-consultation-button, .consultation-hidden {
   display: none;
}
.carousel-inner > .item > img {
    display: none;
}
#welcome-section p {
    padding: 0 1rem;
}
#welcome-section {
    padding: 35px 0;
}
#intro-section {
    padding: 0.5rem 0 2rem;
}
#accountantFinder h2 {
    line-height: 1.2;
}
.blog h3 {
line-height: 1.3;
}
#footer-top {
    padding: 3rem 0;
}
.column3 {
    padding-left: 1rem;
}
#content {
    padding: 35px 10px 0px;
}
#sidebar {
    padding: 35px 0px 30px 15px;
}
#sidebar img {
    width: 265px;
}
#content h1 {
    padding: 0 0 10px;
    line-height: 1.2;
}
}
