/*
Theme Name: Access Law Group
Author: Think Design Company
Author URI: http://thinkdesignco.com.au
Description: Custom-built theme for the Access Law Group website
Version: 1.0
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300);

html {
	background: #055795;
}
body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #484848;
	background: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.container {
	width: 950px;
	max-width: 100%;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #055795;
}
.alignright {
	float: right;
	margin: 5px 0 5px 5px;
}
.alignleft {
	float: left;
	margin: 5px 0 5px 5px;
}
.aligncenter {
	display: block;
	margin: auto;
}
.btn {
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.btn:focus {
	box-shadow: none;
}
.blue.btn {
	background-color: #0a73b6;
	border: solid 1px #055795;
	background-image: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 100%;
	display: block;
	padding: 10px 5px;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
}
.submit.btn:hover,
.blue.btn:hover {
	background-color: #0a73b6;
	-webkit-box-shadow: 0 1px 3px rgba(165,62,50,.3);
	-moz-box-shadow: 0 1px 3px rgba(165,62,50,.3);
	box-shadow: 0 1px 3px rgba(165,62,50,.3);
	border: solid 1px #03508b;
	background-image: -webkit-linear-gradient(bottom, rgba(5,84,156,100), rgba(10,115,182,100));
	background-image: -moz-linear-gradient(bottom, rgba(5,84,156,100), rgba(10,115,182,100));
	background-image: -o-linear-gradient(bottom, rgba(5,84,156,100), rgba(10,115,182,100));
	background-image: linear-gradient(to top, rgba(5,84,156,100), rgba(10,115,182,100));
}
.grey.btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	border: solid 1px #f0f0f0;
	font-size: 13px;
	font-weight: 700;
	color: #656361;
	text-transform: uppercase;
	padding: 7px 20px;
}
.grey.btn:hover {
	background: #f7f7f7;
}

.submit.btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #0a73b6;
	border: solid 1px #055795;
	float: right;
	text-transform: uppercase;
	font-weight: 13px;
	font-weight: 700;
	color: #ffffff;
}
.field {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	border: solid 1px #e1e1e1;
	box-sizing: border-box;
	width: 100%;
	padding: 5px 10px;
	margin: 3px 0;
	position: relative;
}

/* Header */
#masthead {
	background: #f3f3f3;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #dbdcdc;
}
#masthead .container .row {
	position: relative;
}
#masthead .container .row div {
	position: static;
}
#main-navigation {
	margin: 14px 0 0 0
}
#main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-navigation ul li {
	display: block;
	float: left;
	height: 55px;
}
/* Payment */
#main-navigation ul li.payment a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #e4e3e3;
	border: solid 1px #dcdcdc;
	padding: 3px 10px !important;
	line-height: 22px;
	margin-left: 20px;
	margin-top: 1px;
	color: #656361;
	text-decoration: none;
	position: relative;
}
#main-navigation ul li.payment a:hover {
	background: #dcdcdc;
}
/* First Level */
#main-navigation ul li a {
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	display: block;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #dddddd;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #054966;
}
#main-navigation ul > li:first-child a {
	border-left: 0;
	padding-left: 0;
}
#main-navigation ul > li:last-child a,
#main-navigation ul > li:nth-last-child(2) a {
	border-right: 0;
	padding-right: 0;
}
/* Hover Action */
#main-navigation ul li:hover .sub-menu {
	display: block;
}
/* Second Level */
#main-navigation ul li .sub-menu {
	position: absolute;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 4px rgba(0,1,1,.02);
	-moz-box-shadow: 0 4px 4px rgba(0,1,1,.02);
	box-shadow: 0 4px 4px rgba(0,1,1,.02);
	border: solid 1px #e1e1e1;
	left: 0;
	top: 69px;
	z-index: 100;
	padding: 20px 10px 15px 10px;
	display: none;
}
#main-navigation ul li .sub-menu li .sub-menu {
	display: block !important;
	padding: 0;
	margin: 0;
	position: static;
	border: 0;
	top: 0;
	left: 0;
	box-shadow: none;
}
#main-navigation ul li .sub-menu li a {
	border: 0;
	padding: 0;
	line-height: normal;
	height: auto;
}
#main-navigation ul li .sub-menu li .sub-menu li {
	display: block;
	float: none;
	padding: 3px 0;
	height: auto;
}
#main-navigation ul li .sub-menu li .sub-menu li a {
	text-transform: none;
	font-size: 12px;
	color: #484848;
	font-weight: 400;
}
/* More Link & Arrow */
#main-navigation ul li.more {
	font-size: 12px;
	cursor: pointer;
	color: #055795;
}
#main-navigation ul li .sub-menu .dropdown-arrow {
	width: 17px;
	height: 9px;
	background: url('img/dropdown-arrow.png') no-repeat;
	position: absolute;
	top: -9px;
	left: 430px;
}

/* Hero */
#hero {
	width: 100%;
	height: auto;
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#hero ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#hero ul li.hero-content {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	height: 335px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}
#hero ul li.hero-content:first-child {
	position: relative;
	display: block;
	float: left;
}
#hero ul li.hero-content .item {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
	position: relative;
}
#hero ul li.hero-content .item .content {
	display: table;
	height: 335px;
	width: 100%;
}
#hero ul li.hero-content .item .content .inner {
	display: table-cell;
	height: 335px;
	vertical-align: middle;
}
#hero ul li.hero-content .item .title {
	font-size: 46px;
	line-height: 48px;
	color: #ffffff;
	font-weight: 300;
	padding: 20px 0;
	margin: 0;
}
#hero .rslides_tabs {
	position: absolute;
	bottom: 20px;
	display: block;
	width: 100%;
	z-index: 3;
	text-align: center;
}
#hero .rslides_tabs li {
	display: inline-block;
	margin: 0 2px;
}
#hero .rslides_tabs li a {
	width: 15px;
	height: 15px;
	background: #ffffff;
	border-radius: 15px;
	display: block;
	text-indent: -9999px;
	opacity: 0.85;
	position: relative;
}
#hero .rslides_tabs li.rslides_here  a {
	background: none;
	-webkit-box-shadow: inset 0 0 0 3px rgba(255,255,255,100);
	box-shadow: inset 0 0 0 3px rgba(255,255,255,100);
	opacity: 100;
	position: relative;
}

/* Content */
#breadcrumbs {
	font-size: 12px;
	padding-bottom: 10px;
	font-weight: 700;
}
#breadcrumbs .sep {
	font-weight: 400;
	padding: 0 5px;
}
#breadcrumbs a {
	color: #484848;
	font-weight: 400;
}
#content {
	margin: 25px 0;
}
#content.home {
	margin: 60px 0;
}
#content.home .sidebar {
	margin-top: 0;
}
#content.search ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content.search ul li {
	font-size: 13px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
}
#content.search ul li a {
	font-weight: 700;
}
#content .services-listing {
	margin: 5px 0 0 0;
}
#content .services-listing .menu-item {
	margin: 15px 0 0 0;
}
#content .services-listing .sub-menu .menu-item {
	margin: 0;
}
#content .services-listing.subpage .menu-item {
	margin: 2px 0;
}
#content .services-listing ul {
	padding: 0;
	list-style: none;
}
#content .services-listing ul li {
	margin: 2px 0;
}
#content .services-listing ul .sub-menu {
	margin: 0;
}
#content .services-listing ul li a {
	color: #055795;
	font-weight: 700;
}
#content .services-listing ul .sub-menu li a,
#content .services-listing.subpage ul li a {
	font-weight: 400;
}
#feature {
	margin: 0 0 30px 0;
	width: 100%;
	border-radius: 5px;
	position: relative;
}
#feature img {
	border-radius: 5px;
	position: relative;
}
.table-style {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	background-color: #fcfcfc;
	border: solid 1px #e1e1e1;
	border-spacing: 0;
	width: 100%;
	padding: 10px;
}
.table-style thead td {
	color: #055795;
	font-weight: 700;
	font-size: 16px;
}
.table-style td {
	padding: 10px;
	font-size: 13px;
	vertical-align: top;
	border-bottom: 1px solid #f0f0f0;
}
.table-style a {
	color: #484848;
	text-decoration: none;
}
.table-style a:hover .name {
	text-decoration: underline;
}
.table-style .profile-photo {
	width: 50px;
	height: 50px;
}
.table-style .qualifications {
	max-width: 350px;
}
.table-style .qualifications ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.table-style .name {
	color: #055795;
	font-weight: 700;
}
.table-style .name,
.table-style .title {
	max-width: 160px;
}
.table-style .phone,
.table-style .email {
	max-width: 300px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-bottom: 10px;
}
.table-style .phone {
	background-image: url('img/icons/phone.png');
}
.table-style .email {
	background-image: url('img/icons/email.png');
}
.table-style .email a {
	color: #055795;
}
.table-style .email a:hover {
	text-decoration: underline;
}
.tab-area .tabs {
	margin: 0 0 -1px 20px;
	padding: 0;
}
.tab-area .tabs li {
	display: inline-block;
}
.tab-area .tabs li a {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background-color: #f3f3f3;
	border-left: solid 1px #e1e1e1;
	border-right: solid 1px #e1e1e1;
	border-top: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
	display: block;
	padding: 10px 35px;
	margin-right: 5px;
	font-weight: 700;
	color: #055795;
	text-decoration: none;
	font-size: 14px;
	position: relative;
}
.tab-area .tabs li .current {
	border-bottom: 0 !important;
	background: #fcfcfc;
	position: relative;
	padding: 11px 35px 10px 35px;
	bottom: -1px;
}
.tab-area .panes {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fcfcfc;
	border: solid 1px #e1e1e1;
	position: relative;
}
.tab-area .panes > div {
	padding: 20px;
}
h1, #news-area h2,
.sidebar .newsletter-signup h2 {
	color: #0A73B6;
	font-size: 26px;
	font-weight: 300;
	margin: 0 0 20px 0;
	padding: 0;
}

/* Services */
.team .team-member {
	height: 80px;
	font-size: 13px;
}
.team .team-member .profile-photo {
	width: 65px;
	height: 65px;
	float: left;
	margin-right: 10px;
}
.team .team-member .name,
.team .team-member .name a {
	color: #055795;
	font-weight: 700;
}
.team .team-member .email {
	margin-top: 5px;
}
.resources .resource-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.resources .resource-list li {
	background: url('img/icons/pdf.png') no-repeat left center;
	padding-left: 45px;
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 10px;
}

/* Home News */
#news-area {
	background: #f8f8f8;
	padding: 55px 0;
	border-top: 1px solid #e3e3e3;
}
#news-area .item {
	border-bottom: 1px solid #f0f0f0;
	padding: 0 0 10px 0;
	margin: 15px 0 0 0;
}
#news-area .item .image {
	width: 75px;
	height: 75px;
	float: left;
	margin-right: 10px;
}
#news-area .item h3 {
	font-weight: 700;
	font-size: 13px;
	color: #484848;
	margin: 0 0 5px 0;
	padding: 0;
}
#news-area .item p {
	font-size: 13px;
}
#news-area .more-link {
	margin: 10px 0 20px 0;
}
#news-area .more-link .grey.btn {
	background: #fbfbfb;
}
#news-area .more-link .grey.btn:hover {
	background: #ffffff;
}

/* Sidebar */
.search {
	position: relative;
	margin-bottom: 6px;
}
.search .search.field {
	background-color: #f3f3f3;
	outline: 0;
	border: 0;
	padding: 10px 10px;
}
.search .search.btn {
	text-indent: -9999px;
	background: url('img/icons/search.png') no-repeat #f3f3f3;
	width: 17px;
	height: 16px;
	display: block;
	position: absolute;
	top: 14px;
	right: 2px;
}
.sidebar {
	margin-top: 35px;
}
.sidebar .quick-links .btn {
	margin-bottom: 11px;
}
.sidebar .box {
	background: #f3f3f3;
	padding: 15px;
	border-radius: 5px;
	margin: 10px 0;
	position: relative;
}
.sidebar .box.link {
	text-align: center;
	display: block;
	padding: 17px 15px;
}
.sidebar .box h3 {
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 0;
}
.sidebar .box p {
	margin: 0;
	padding: 0;	
}
.sidebar .newsletter-signup {
	margin-top: 30px;
}
.newsletter-signup .submit.btn {
	margin-top: 5px !important;
}
.sidebar .box .phone,
.contact-box .phone {
	font-size: 18px;
	font-weight: 600;
	background: url('img/icons/phone.png') no-repeat left center;
	padding-left: 30px;
}
.sidebar .box .email,
.contact-box .email {
	background: url('img/icons/email.png') no-repeat left center;
	font-size: 13px;
	padding-left: 30px;
}
.sidebar .box .email a,
.contact-box .email a {
	color: #484848;
}
.contact-box .fax {
	background: url('img/icons/fax.png') no-repeat left center;
	padding-left: 30px;
	font-size: 18px;
	font-weight: 600;
}
.contact-box .address {
	background: url('img/icons/map.png') no-repeat left top;
	padding-left: 30px;
	margin-bottom: 10px;
}
.contact-box .address p {
	margin: 0 0 2px 0;
}
.related-box {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fcfcfc;
	border: solid 1px #e1e1e1;
	position: relative;
}
.related-box h3 {
	color: #055795;
	font-weight: 700;
	font-size: 16px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #e1e1e1;
	padding: 13px 15px;
}
.related-box h3 a {
	font-weight: 700;
	text-decoration: none;
}
.related-box ul {
	padding: 15px;
	margin: 0;
	list-style: none;
}
.related-box a {
	color: #055795;
	font-weight: 400;
}
.related-person {
	font-size: 13px;
}
.related-person a {
	color: #484848;
}
.related-person .email {
	margin: 5px 0 0 0;
}

/* People Pages */
.people-page h1 {
	margin: 0;
}
.people-page .title {
	font-weight: 700;
	margin: 4px 0 6px 0;
}
.people-page .profile-photo {
	float: left;
	margin: 0 20px 30px 0;
	border-radius: 4px;
	position: relative;
}
.people-page .seperator-line {
	border-top: 1px solid #f0f0f0;
	margin-top: 10px;
	padding-top: 30px;
}
.people-page .meta {
	padding: 0;
	margin: 0;
}
.people-page .meta h2:first-child {
	margin-top: 0;
}
.people-page .meta h2 {
	font-weight: 700;
	color: #055795;
	margin: 20px 0;
	padding: 0;
	font-size: 16px;
}
.people-page .sidebar {
	margin-top: 0;
}
#people-listing {
	margin: 20px 0 0 0;
}

/* News */
.news-item {
	font-size: 13px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.news-item .meta {
	margin-bottom: 10px;
}
.news-item h1 {
	margin-bottom: 5px;
}
.news-item h2 {
	font-size: 16px;
	font-weight: 700;
	text-decoration: underline;
	display: inline;	
}
.news-item.single {
	border-bottom: 0;
}
.news-item h2 a {
	color: #055795;
}
.news-item .date {
	display: inline;
}
.news-pagination {
	text-align: center;
}
.news-pagination a,
.news-pagination .current {
	margin: 0 7px;
	font-size: 15px;
	color: #484848;
}
.news-pagination .current {
	font-weight: 700;
	color: #055795;
}

/* Contact */
.contact-box {
	background: #f3f3f3;
	padding: 20px;
	margin-bottom: 20px;
}
.contact h2,
.contact-box h2 {
	color: #0a73b6;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 22px;
}
.contact-box h2 {
	margin: 0 0 30px 0;
}
#wollongong-map,
#sydney-map {
	width: 100%;
	height: 225px;
	border: 1px solid #dbdcdc;
}
#wollongong-map img,
#sydney-map img {
	max-width: none;
	width: auto;
}
.contact .wpcf7-select {
	height: 33px;
}
.contact .wpcf7-textarea {
	height: 110px;
	resize: none;
}
.contact .wpcf7-submit {
	margin-top: 78px;
	width: 100%;
}
.wpcf7-response-output {
	margin: 10px 0 !important;
	padding: 3px 3px 3px 8px !important;
	border-right: 0 !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	border-left: 4px solid #0a73b6 !important;
}
.wpcf7-not-valid-tip {
	font-size: 12px !important;
}

/* Footer */
#testimonials {
	background-color: #f4f4f4;
	padding: 50px 0;
	-webkit-box-shadow: inset 0 1px 10px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 1px 10px rgba(0,0,0,.3);
	box-shadow: inset 0 1px 10px rgba(0,0,0,.3);
}
#testimonials ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#testimonials ul li.testimonial-content {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}
#testimonials ul li.testimonial-content:first-child {
	position: relative;
	display: block;
	float: left;
}
#testimonials ul li.testimonial-content .item {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
	position: relative;
}
#testimonials .testimonial-box {
	background: url('img/testimonial-glyph.png') no-repeat #ffffff 15px 15px;
	border: solid 1px #e1e1e1;
	padding: 15px 15px 15px 53px;
	margin-bottom: 5px;
}
#testimonials h3 {
	font-size: 13px;
	font-weight: 700;
	color: #055795;
	margin: 0 0 5px 0;
	padding: 0;
}
#testimonials p {
	margin: 0;
	padding: 0;
}
#testimonials .law-badge {
	text-align: center;
}
#testimonials .law-badge img {
	padding-bottom: 40px;
}
#testimonials .rslides_tabs {
	width: 100%;
	display: block;
	text-align: center;
}
#testimonials .rslides_tabs li {
	display: inline-block;
}
#testimonials .rslides_tabs li a {
	display: block;
	width: 15px;
	height: 15px;
	background: #e1e1e1;
	border-radius: 15px;
	text-indent: -9999px;
	margin: 0 2px;
}
#testimonials .rslides_tabs li.rslides_here a {
	background: #ffffff;
}
#main-footer {
	background: #055795;
}
#footer-nav ul {
	margin: 0;
	padding: 45px 0;
	list-style: none;
	text-align: center;
	border-bottom: 1px solid #0c68ad;
}
#footer-nav ul li {
	display: inline-block;
}
#footer-nav ul li a {
	color: #95d1ff;
	padding: 0 15px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 25px;
}
#footer-links {
	margin: 0;
	padding: 30px 0;
	list-style: none;
	text-align: center;
	font-size: 13px;
	line-height: 25px;
	color: #4d94ca;
}
#footer-links li {
	display: inline-block;
	border-right: 1px solid #4d94ca;
	padding: 0 10px;
}
#footer-links li:last-child {
	border: 0;
}
#footer-links li a {
	color: #4d94ca;
}
#footer-links li.facebook,
#footer-links li.twitter {
	border: 0;
	padding: 0 15px;
}
#footer-links li.facebook a {
	display: block;
	text-indent: -9999px;
	background: url('img/icons/social-facebook.png') no-repeat;
	width: 13px;
	height: 26px;
	margin-top: -20px;
	position: absolute;
}
#footer-links li.twitter a {
	display: block;
	text-indent: -9999px;
	background: url('img/icons/social-twitter.png') no-repeat;
	width: 26px;
	height: 21px;
}

/* Responsive Menu */
.slicknav_menu {
	position: absolute;
	top: 0;
	z-index: 300;
	left: 0;
	right: 0;
	width: 100%;
	display: none;
}
.slicknav_menutxt {
	display: none;
}
.slicknav_icon {
	display: block;
	padding: 5px;
	background: #f8f8f8;
	border-radius: 4px;
	width: 40px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 5px;
	border: 1px solid #c2c3c3;
	z-index: 400;
}
.slicknav_icon-bar {
	display: block;
	height: 4px;
	background: #0573b5;
	margin: 3px auto;
	width: 28px;
}
.slicknav_nav {
	background: #f3f3f3;
	opacity: 0.95;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	-webkit-box-shadow: 0 3px 5px rgba(2,3,3,.3);
	-moz-box-shadow: 0 3px 5px rgba(2,3,3,.3);
	box-shadow: 0 3px 5px rgba(2,3,3,.3);
}
.slicknav_nav li:first-child {
	border-top: 0;
}
.slicknav_nav li:last-child {
	border-bottom: 0;
}
.slicknav_nav li {
	padding: 5px 0;
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #fefefe;
}
.slicknav_nav ul {
	margin: 0;
	padding: 0;
}
.slicknav_nav li a {
	color: #054966;
	padding: 5px;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
}
.slicknav_nav li li a {
	color: #484848;
	font-size: 12px;
	text-transform: none;
	font-weight: 700;
}
.slicknav_nav li li li a {
	font-weight: 400;
}
.slicknav_nav .slicknav_arrow {
	display: none;
}

/* Media Queries */
@media only screen and (max-width: 933px) {

	#people-listing .table-style td:nth-child(1),
	#people-listing .table-style td:nth-child(3) {
		display: none;
	}
	
}
@media only screen and (max-width: 767px) {
	
	#main-navigation {
		display: none;
	}
	#masthead {
		text-align: center;
	}
	#masthead .logo {
		padding-bottom: 10px;
		display: inline-block;
	}
	.slicknav_menu {
		display: block;
	}
	.sidebar {
		display: none;
	}
	#hero .container {
		width: auto;
	}
	
}
@media only screen and (max-width: 505px) {

	.tab-area .tabs {
		margin: 0 0 -1px 3px;
	}
	.tab-area .tabs li a {
		padding: 10px;
		margin-right: 3px;
	}
	.tab-area .tabs li .current {
		padding: 11px 10px 10px 10px;
	}
	
}