

.tabs .tabs-nav li.active a {
    background-color: #00659d;
    border-color: #00659d;
    color: #FFFFFF;
}

nav.main_menu > ul > li.has_sub > a {
    background-image: url("img/arrow.png");
    background-position: 55% 70px;
    background-repeat: no-repeat;
}
.slider {
    border-bottom: 6px solid #f68c50;
background-image: url("http://www.hodgesadvisoryservices.com.au/wp-content/uploads/2016/07/slider-bg.jpg");
background-repeat: repeat-x;
    overflow: hidden;
    position: relative;
}

p {
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
}


header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #f68c50;
    border-top: 6px solid #f68c50;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.13s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s, left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
    width: 100%;
    z-index: 110;
}

/*
.ls-container {
border-left: 2px solid #55585b;
border-right: 2px solid #55585b;
}*/

.title h1 {
    font-size: 18px; font-weight: 400; padding-top: 3px; padding-left: 5px; color: #f68c50;
}

.title {
    border-bottom: 1px solid #f68c50; background-color: #45494f;
}


footer {
    background-color: #F8F8F8;
    border-top: 6px solid #f68c50 !important;
    color: #626262;
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

#respond textarea, .contact_form textarea {
    padding: 10px 1% 12px 2%;
    width: 97%;
}

aside .widget li, .side_menu .widget li {
     border-bottom: 1px dotted; margin: 0 0 0 0;
}

aside .widget li a:hover, .widget.widget_rss li a.rsswidget:hover {
    color: #f68c50;
}

.widget.widget_rss li a.rsswidget, #wp-calendar caption, aside .widget h6, .side_menu .widget h6 {
    color: #f68c50;
    font-weight: 400; padding-top: 20px;
}
.call_to_action h4 {
    margin: 8px 0 0;
}

/*footer {
    margin: 100px auto 0;
}*/

.drop_down .second {
    border-top: 1px solid #f68c50;
}

hr {
    border: 1px dotted !important;
    color: #F68C50;
}

.drop_down .second .inner ul li a, .drop_down .second .inner ul li h5 {
    border-bottom: 1px dotted #E1E4E6;
}

.accordion_holder.accordion h3 {
    font-size: 18px;
}

.accordion_holder.accordion h3 span .control-pm {
  
    height: 13px;
   
}

.quoteicon {
  
    margin-bottom: 100px;
   
}

.footer_bottom {
    word-wrap: normal;
line-height: 18px;
height: auto;
padding: 20px;
}

body {
    background-color: #3c4345;
}

#spaced li {
margin-left: 15px;
margin-bottom: 15px;
}
.accordion_holder.accordion div.accordion_content_inner p {
    margin-top: 20px;
}
.accordion_holder.accordion div.accordion_content_inner p {
    margin-bottom: 20px;
}
@media only screen and (max-width: 600px){
.tabs ul.tabs-nav {
display: block;
}
.tabs .tabs-nav li {
width: 100%;
display: block;
}
.tabs .tabs-nav li:first-child a,
.tabs .tabs-nav li:last-child a{
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
}
.tabs .tabs-nav li:nth-child(n) a {
border-right-width: 1px;
}
}
@media only screen and (max-width: 480px) {
.button {
display:none !important;
}
}