/* - - - - - LAYOUT 380 - - - - -

Orange: #FF4F01;
Grey: #4F5759;

- - - - - - RESET CSS - - - - - */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font: inherit;
  font-size: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

body {
  background: #4F5759;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

textarea {
  resize: vertical;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-row:before,
.flex-row:after,
.flex-column:before,
.flex-column:after {
  content: normal;
}

.sidebar-col {
  position: absolute;
  right: 0;
}

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

/* - - - - - TYPOGRAPHY - - - - - */

h1, h2, h3, h4, h5, h6 {
  color: #FF4F01;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 4px;
  padding: 0;
  text-transform: uppercase;
}

h1 {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 6px;
}

#inner-copy h1 {
  margin-bottom: 6px;
}

h2,
h2 > a {
  font-size: 22px;
}

h3,
h3 > a {
  font-size: 18px;
}

h4,
h4 > a {
  font-size: 16px;
}

h2 > a,
h3 > a,
h4 > a {
  font-weight: 300;
  line-height: 1;
}

h4 {
  margin-bottom: 6px;
}

p, a, ul, li {
  color: #555;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.15;
  padding: 0;
}

p {
  margin: 0 0 8px 0;
}

p + ul {
  margin-top: -4px;
}

p + h2,
p + h3,
p + h4 {
  margin-top: 15px;
}

ol, ul {
  padding-left: 40px;
  margin-bottom: 10px;
}

a,
a:focus,
a:active,
a:visited {
  color: #FF4F01;
  outline: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

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

strong {
  font-weight: bold !important;
}

.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

textarea {
  resize: vertical;
}

/* - - - - - HEADER - - - - - */

#mobile-indicator {
  display: none;
}

header {
  background: #FFF;
  padding: 15px 0;
  position: relative;
  z-index: 21;
  -webkit-box-shadow: 0 4px 10px 2px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 4px 10px 2px rgba(0, 0, 0, .15);
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, .15);
}

header .logo-large {
  left: 48%;
  opacity: .68;
  position: absolute;
  top: 750%;
  z-index: 100;
  -webkit-transform: translate(-150%, -50%);
  -ms-transform: translate(-150%, -50%);
  transform: translate(-150%, -50%);
}

header .inner-logo > .logo-large {
  top: 450%;
}

#header-phone {
  margin-right: 15px;
  text-align: right
}

#header-phone h3 > a {
  font-size: 22px;
  margin-bottom: 20px;
}

/* - - - - - NAVBAR - - - - - */

#nav-wrapper .container {
  padding: 0;
}

.navbar {
  border: 0;
  border-radius: 0;
  bottom: 0;
  min-height: 0;
  margin-bottom: -8px;
  position: absolute;
}

.navbar-collapse {
  max-height: none;
  padding: 0;
}

.navbar-nav > li > a {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 14px;
  text-transform: uppercase;
  -webkit-transition: color .25s ease;
  -moz-transition: color .25s ease;
  -ms-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:focus,
.navbar-nav > li > a:hover {
  background: transparent;
  color: #FF4F01;
}

.navbar .caret {
  bottom: 1px;
  left: 4px;
  position: relative;
}

.dropdown-menu {
  border: 0;
  padding-top: 12px;
  -webkit-box-shadow: 0 8px 8px rgba(0,0,0,.175);
  -moz-box-shadow: 0 8px 8px rgba(0,0,0,.175);
  box-shadow: 0 8px 8px rgba(0,0,0,.175);
}

.dropdown .dropdown-menu {
  border-top: 0;
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  -moz-transition: max-height 0.3s ease;
  -ms-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.dropdown.open .dropdown-menu {
  display:block;
  max-height: 350px;
  opacity: 1;
}

.dropdown-menu > li > a,
.dropdown-menu > li > a:focus {
  color: #666;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: color .25s ease;
  -moz-transition: color .25s ease;
  -ms-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

.dropdown-menu > li > a:hover {
  background: transparent;
  color: #FF4F01;
}

.navbar-brand {
  color: #666;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-shadow: none;
}

.navbar-brand:hover {
  color: #FF4F01;
}

.navbar .navbar-toggle,
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background: transparent;
  border: 0;
  outline: 0;
  margin-right: 5px;
}

.navbar .navbar-toggle .icon-bar,
.navbar .navbar-toggle:hover .icon-bar,
.navbar .navbar-toggle:focus .icon-bar {
  border: transparent;
  background: #FF4F01;
}

/* - - - - - CAROUSEL - - - - - */

#carousel-section .row {
  position: relative;
}

#myCarousel {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}

/*
#myCarousel:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-box-shadow: inset 4px 0 10px 2px rgba(0, 0, 0, .15);
  -moz-box-shadow: inset 4px 0 10px 2px rgba(0, 0, 0, .15);
  box-shadow: inset 4px 0 10px 2px rgba(0, 0, 0, .15);
}
*/

#myCarousel .carousel-control.left,
#myCarousel .carousel-control.right {
  background-image: none;
  opacity: 1;
  z-index: 15;
}

#myCarousel .glyphicon-chevron-left,
#myCarousel .glyphicon-chevron-right {
  color: #FFF;
  font-size: 20px;
  opacity: 0;
  top: 49%;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

#myCarousel .glyphicon-chevron-left {
  left: -19%;
}

#myCarousel:hover .glyphicon-chevron-left {
  left: 21%;
  opacity: 1 !important;
}

#myCarousel .glyphicon-chevron-right {
  margin-right: 375px;
  right: -19%;
}

#myCarousel:hover .glyphicon-chevron-right {
  margin-right: 375px;
  opacity: 1 !important;
  right: 21%;
}

#myCarousel .carousel-inner > .item > img,
#myCarousel .carousel-inner > .item > a > img {
  line-height: 1;
  width: 100%;
}

/* - - - - - CAROUSEL SIDEBAR - - - - - */

#carousel-section .container {
  padding: 0;
  position: relative;
}

#carousel-section .flex-row {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#carousel-section .flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

#carousel-sidebar {
  background: #FF4F01;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  width: 390px;
  z-index: 15;
  -webkit-box-shadow: -4px 0 10px 2px rgba(0, 0, 0, .15);
  -moz-box-shadow: -4px 0 10px 2px rgba(0, 0, 0, .15);
  box-shadow: -4px 0 10px 2px rgba(0, 0, 0, .15);
}

#carousel-sidebar .sidebar-section {
  border-bottom: 1px solid #FFF;
  position: relative;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#carousel-sidebar .sidebar-content {
  margin-left: 105px;
  padding: 40px 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#carousel-sidebar .sidebar-section:last-child {
  border-bottom: 0;
}

#carousel-sidebar .sidebar-section img {
  left: 30px;
  position: absolute;
  top: 60px;
}

#carousel-sidebar .sidebar-section h2 {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px 0;
  text-transform: uppercase;
}

#carousel-sidebar .sidebar-section p {
  color: #FFF;
  margin: 0 0 10px 0;
}

#carousel-sidebar .sidebar-section .btn {
  margin-left: 0;
}

/* - - - - - INDEX COPY SECTION - - - - - */

#index-copy {
  background: #FFF;
  position: relative;
  z-index: 20;
  -webkit-box-shadow: 0 4px 10px 2px rgba(0, 0, 0, .15), 0 -4px 10px 2px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 4px 10px 2px rgba(0, 0, 0, .15), 0 -4px 10px 2px rgba(0, 0, 0, .15);
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, .15), 0 -4px 10px 2px rgba(0, 0, 0, .15);
}

#index-copy .container {
  padding: 60px 30px 90px;
  position: relative;
}

/* - - - - - INNER PAGE COPY - - - - - */

#inner-copy {
  background: #FFF;
  position: relative;
}

#inner-copy .content {
  padding: 60px 45px 60px 0;
}

/* - - - - - INNER PAGE SIDEBAR - - - - - */

#sidebar {
  background: #FF4F01;
  padding: 1px 0 0;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: -4px 0 10px 2px rgba(0, 0, 0, .15);
  -moz-box-shadow: -4px 0 10px 2px rgba(0, 0, 0, .15);
  box-shadow: -4px 0 10px 2px rgba(0, 0, 0, .15);
}

#sidebar .sidebar-section {
  border-bottom: 1px solid #FFF;
  position: relative;
}

#sidebar .sidebar-section:last-child {
  border-bottom: 0;
}

#sidebar .sidebar-content {
  margin-left: 105px;
  padding: 50px 30px;
}

#sidebar .sidebar-section img {
  left: 30px;
  position: absolute;
  top: 59px;
}

#sidebar .sidebar-section h2 {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px 0;
  text-transform: uppercase;
}

#sidebar .sidebar-section p {
  color: #FFF;
  margin: 0 0 10px 0;
}

#sidebar .sidebar-section .btn {
  margin-left: 0;
}

/* - - - - - SERVICE BOX SECTION - - - - - */

#services {
  background: #DEE3E1;
}

#services h2 {
  margin-bottom: 4px;
  text-align: right;
}

#services .service-wrapper {
  padding: 45px 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#services p {
  text-align: right;
}

#services .service-text {
  min-height: 205px;
  position: relative;
  text-align: right;
}

#services .service-image img {
  display: none;
}

#services .service-image {
  background-position: center;
  min-height: 205px;
  position: relative;
  z-index: 1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: -4px 0 10px 2px rgba(0, 0, 0, .1);
  -moz-box-shadow: -4px 0 10px 2px rgba(0, 0, 0, .1);
  box-shadow: -4px 0 10px 2px rgba(0, 0, 0, .1);
}

/* - - - - - CONSULTATION SECTION - - - - - */

#consultation-section {
  background: #FFF;
  background: url("../images/new_layout_images/lay380/consultation-bg.png") no-repeat #FFF;
  background-position: calc(50% - 250px) center;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 4px 10px 2px rgba(0, 0, 0, .15), 0 -4px 10px 2px rgba(0, 0, 0,.15);
  -moz-box-shadow: 0 4px 10px 2px rgba(0, 0, 0, .15), 0 -4px 10px 2px rgba(0, 0, 0,.15);
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, .15), 0 -4px 10px 2px rgba(0, 0, 0, .15);
}

#consultation-section div[class*=' col-'] {
  height: 125px;
  position: relative;
}

#consultation-section a {
  color: #373A36;
  font-size: 34px;
  font-weight: 300;
  margin-left: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#consultation-section a > i {
  color: #FF4F00;
  left: 0;
  margin-right: 10px;
  position: relative;
}

#consultation-section a > span {
  color: #FF4F00;
}

#consultation-section a:hover {
  color: #FF4F00;
}

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

#footer-top {
  background: #4E5859;
  text-align: center;
}

#footer-top #footer-links {
  padding: 45px 15px 65px;
}

#footer-top h2 {
  font-size: 18px;
  margin: 20px 0 10px;
  text-align: center;
}

#footer-top #footer-links h2 {
  -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
  -ms-text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
}

#footer-top #footer-about h2 {
  color: #373A36;
  margin: 0 0 10px;
  text-align: left;
}

#footer-top a {
  color: #DEE3E1;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 10px;
  -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
  -ms-text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
}

#footer-top a:hover {
  color: #FFF;
}

#footer-top #footer-about {
  background: #FF4F01;
  padding: 65px 45px;
  position: relative;
  z-index: 5;
  -webkit-box-shadow: -4px 0 10px 2px rgba(0, 0, 0, .1);
  -moz-box-shadow: -4px 0 10px 2px rgba(0, 0, 0, .1);
  box-shadow: -4px 0 10px 2px rgba(0, 0, 0, .1);
}

#footer-top #footer-about p {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
  -ms-text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
}

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

#footer-middle {
  background: #FFF;
  padding: 20px 0;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 4px 10px 2px rgba(0, 0, 0, .15), 0 -4px 10px 2px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 4px 10px 2px rgba(0, 0, 0, .15), 0 -4px 10px 2px rgba(0, 0, 0, .15);
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, .15), 0 -4px 10px 2px rgba(0, 0, 0, .15);
}

#footer-middle #footer-info {
  padding: 0 30px;
  position: relative;
}

#footer-middle #footer-info p {
  color: #373A36;
  left: 80px;
  line-height: 1.3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#footer-middle p > span {
  margin-right: 10px;
}

#footer-middle #social-media {
  font-size: 0;
  margin-top: 5px;
}

#footer-middle #social-media i {
  color: #FFF;
  font-size: 14px;
  height: 30px;
  margin: 0 5px 4px 4px;
  width: 30px;
  -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;
}

#footer-middle #social-media a:last-of-type i {
  margin: 0 0 4px 4px;
}

#footer-middle #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);
}

#footer-middle .fa-facebook {
  background: #3B5998;
  color: #FFF;
  padding: 8px 10px 8px 12px;
}

#footer-middle .fa-google-plus {
  background: #DC4E41;
  color: #FFF;
  padding: 8px 4px 8px 8px;
}

#footer-middle .fa-linkedin {
  background: #007FB1;
  color: #FFF;
  padding: 8px 8px 8px 10px;
}

#footer-middle .fa-twitter {
  background: #00ACED;
  color: #FFF;
  padding: 8px 8px 8px 9px;
}

#footer-middle .fa-yelp {
  background: #B4252D;
  color: #FFF;
  padding: 8px 8px 8px 10px;
}

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

#footer-bottom {
  background: #4E5859;
}

#footer-bottom #copyright {
  padding: 50px 15px 50px 30px;
}

#footer-bottom p {
  color: #DEE3E1;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 4px;
  -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
  -ms-text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
}

#footer-bottom a {
  color: #DEE3E1;
}

#footer-bottom a:hover {
  color: #FFF;
}

#footer-bottom #bottom-right {
  background: #FF4F01;
  position: relative;
  z-index: 5;
  -webkit-box-shadow: -4px 0 10px 2px rgba(0, 0, 0, .1);
  -moz-box-shadow: -4px 0 10px 2px rgba(0, 0, 0, .1);
  box-shadow: -4px 0 10px 2px rgba(0, 0, 0, .1);
}

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

.btn, .btn:active, .btn:focus, button,
.btn-primary, .btn-primary:active, .btn-primary:focus,
.btn-default, .btn-default:active, .btn-default:focus {
  background: #FFF;
  border: 0;
  border-radius: 0;
  color: #FF4F01;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-top: 0;
  outline: 0;
  padding: 8px 14px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.btn-primary:hover,
.btn-primary:active:hover {
  background: #FFF;
  color: #4E5859;
  text-decoration: none;
}

a.btn-default {
  background: #F2F4F3;
  color: #4E5859;
}

a.btn-default:hover,
a.btn-default:active:hover {
  background: #F2F4F3;
  color: #FF4F01;
}

/* - - - - - FIXES - - - - - */

.error,
.errors {
  background-color: #FFFFFF !important;
  border: 1px solid #FF0000 !important;
  border-radius: 3px !important;
  color: #FF0000 !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  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;
  margin-bottom: 0;
  margin-top: 8px;
  padding-left: 10px;
}

#captcha {
  border: none !important;
}

.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: 14px;
  line-height: 1.2;
}

label {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.verify {
  display: none;
}

#consultation label {
  margin-bottom: 5px;
}

#consultation textarea.form-control {
  height: 115px;
}

.newsletter_form > form {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.newsletter_form label {
  font-weight: 400;
}

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;
}

/* - - - - - 1199 MEDIA QUERY - - - - - */

@media (max-width: 1199px) {

  #carousel-sidebar .sidebar-section {
    padding: 20px 25px;
  }

  #carousel-sidebar .sidebar-content {
    margin-left: 90px;
  }

  #carousel-sidebar .sidebar-section img {
    top: 45px;
  }

  #consultation-section a {
    margin-left: 10px;
  }

  header .logo-large,
  header .inner-logo > .logo-large {
    display: none;
  }

}

/* - - - - - 991 MEDIA QUERY - - - - - */

@media (max-width: 991px) {

  .container {
    width: 100%;
  }

  .flex-row,
  .flex-column {
    display: block;
  }

  .logo {
    padding-bottom: 10px;
    text-align: center;
  }

  .logo img {
    display: inline-block;
  }

  .navbar {
    position: static;
  }

  .navbar-nav {
    display: table;
    float: none;
    margin: 0 auto;
  }

  #myCarousel .glyphicon-chevron-right,
  #myCarousel:hover .glyphicon-chevron-right {
    margin-right: 0;
  }

  #myCarousel:hover .glyphicon-chevron-left {
    left: 24%;
  }

  #myCarousel:hover .glyphicon-chevron-right {
    right: 15%;
  }

  #carousel-sidebar {
    position: static;
    width: 100%;
  }

  #carousel-sidebar .sidebar-section,
  #carousel-sidebar .sidebar-content {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  #carousel-sidebar .sidebar-section {
    padding: 0;
    position: relative;
  }

  #carousel-sidebar .sidebar-content {
    margin-left: 90px;
    padding: 40px 50px;
  }

  #carousel-sidebar .sidebar-content h2,
  #carousel-sidebar .sidebar-content p,
  #carousel-sidebar .sidebar-content .btn {
    margin-left: 0;
  }

  #consultation-section a {
    font-size: 27px;
    margin-left: 0;
  }

  #inner-copy .content {
    padding: 60px 30px;
  }

  #sidebar {
    padding: 0;
  }

  #sidebar .sidebar-section {
    position: relative;
  }

  #sidebar .sidebar-section img {
    top: 45px;
  }

  #sidebar .sidebar-content {
    margin-left: 115px;
  }

  #footer-top #footer-about {
    padding: 40px 45px;
  }

  #footer-top #footer-links {
    padding: 30px 30px 50px;
  }

  #footer-bottom #copyright {
    padding: 40px 30px;
  }

}

/* - - - - - 767 MEDIA QUERY - - - - - */

@media (max-width: 767px) {

  #mobile-indicator {
    display: block;
  }

  header {
    padding-bottom: 0;
  }

  #header-phone {
    display: none;
  }

  .navbar {
    margin-bottom: 0;
  }

  .navbar-nav > li > a,
  .dropdown-menu > li > a {
    text-align: center;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    padding: 2px 15px;
  }

  .navbar-collapse.in {
    overflow-y: hidden;
  }

  .dropdown-menu {
    padding-top: 0;
  }

  #services .row > .service-image:first-of-type {
    padding-top: 45px;
  }

  #services .service-text,
  #services .service-image {
    background-image: none !important;
    min-height: 0;
    padding: 0 30px;
  }

  #services .service-image {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  #services .service-image img {
    display: block;
    margin: 0 auto;
  }

  #services .service-wrapper {
    min-height: 0;
    padding: 20px 0 45px;
    position: static;
    transform: none;
  }

  #consultation-section {
    background: #FFF;
  }

  #consultation-section div[class*= 'col-'] {
    text-align: center;
  }

  #consultation-section a {
    left: 50%;
    margin-left: 0;
    width: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  #footer-top #footer-links .col-xs-6 {
    width: 33.333333333%;
  }

  #footer-middle #footer-info p {
    padding-right: 30px;
  }

  #footer-middle #social-media {
    margin-top: 10px;
    text-align: center;
  }

}

/* - - - - - 575 MEDIA QUERY - - - - - */

@media (max-width: 575px) {

  #footer-top #footer-links .col-xs-6 {
    width: 100%;
  }

}

/* - - - - - 480 MEDIA QUERY - - - - - */

@media (max-width: 480px) {

  #carousel-section {
    display: none;
  }

  #index-copy {
    z-index: 1;
  }

  h1 {
    font-size: 26px;
  }

  #inner-copy .content h1 {
    font-size: 26px;
    text-align: center;
  }

  #inner-copy .content p {
    text-align: justify;
  }

  #inner-copy .content h1 + img {
    display: block;
    float: none !important;
    margin: 0 auto 10px !important;
  }

  #consultation-section a {
    padding: 0 30px;
  }

  #footer-middle {
    padding: 40px 0px;
  }

  #footer-middle #social-media {
    position: relative;
    top: 20px;
  }

}

/* - - - - - COLORS - - - - - */

/*
#carousel-sidebar, #sidebar,
#footer-top #footer-about,
#footer-bottom #bottom-right,
.navbar .navbar-toggle .icon-bar,
.navbar .navbar-toggle:hover .icon-bar,
.navbar .navbar-toggle:focus .icon-bar {
  background: #FF4F01;
}

h1, h2, h3, h4, h5, h6,
a, a:focus, a:active, a:visited,
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus,
.nav > li > a:focus, .navbar-nav > li > a:hover,
.dropdown-menu > li > a:hover, .navbar-brand:hover,
#consultation-section a > i, #consultation-section a > span,
.btn, .btn:active, .btn:focus, button,
.btn-primary, .btn-primary:active, .btn-primary:focus,
.btn-default, .btn-default:active, .btn-default:focus,
a.btn-default:hover, a.btn-default:active:hover {
  color: #FF4F01;
}

a:hover,
a.btn-default:hover,
a.btn-default:active:hover,
#consultation-section a:hover,
#consultation-section a:hover span{
  color: #BC3F19;
}
*/
