/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* body */
body {
    font-family: "Roboto", sans-serif !important;
}

/* top bar */
.html_header_top #top .av_header_stretch .container { 
	font-size: 15px !important;
}
.phone-info {
  	font-size: 14px;
  	font-weight: normal;
}
.phone-info span i:not(:first-child) {
	margin-left: 15px;
}

/* nav bar */
.logo {
	margin-top: 15px;
    width: 350px;
  	height: auto;
}
.logo:after {
	content: "Administration and Compliance Specialists";
    position: absolute;
    bottom: 14px;
    left: 135px;
    line-height: 18px;
    font-size: 20px;
    color: black;
  	width: 215px;
}
@media only screen and (max-width: 1198px) and (min-width: 990px) {
  .logo:after {
  	display:none;
  }
}
@media only screen and (max-width: 580px) {
  .logo:after {
  	display:none;
  }
}
.av-main-nav > li > a {
	font-size: 16px;
    color: #333;
  	border: 0;
}
.avia-menu-text {
	color: #333;
    font-weight: normal;
}
.menu-item.special .avia-menu-text{
	background-color: #40a8e4;
    color: white;
    padding: 12px 20px;
    border-radius: 2px;
}
.container.av-logo-container, .html_header_top #top .av_header_stretch .container {
	width: 1310px !important;
	padding: 0 50px !important;
}
#top .av-main-nav ul a {
	font-size: 16px;
}
#top .iconbox_left_content .iconbox_icon, #top .iconbox_right_content .iconbox_icon {
	font-size: 48px;
}
/* page header */
#smsfhobart-page-header .container {
	/*padding-left: 0px;
    padding-right: 0px;*/
}
#homepage-slider .container { 
  width: 100%; 
  padding: 0;
}
.iconbox_content_title  {
  font-weight: normal !important;
}