*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

body{
}
a,a:visited
{
	text-decoration:underline;	
	color:#006BB7;	
	-webkit-transition: background-color 300ms ease-out 0s;
	-moz-transition: background-color 300ms ease-out 0s;
	-o-transition: background-color 300ms ease-out 0s;
	transition: background-color 300ms ease-out 0s;
}
a:hover,a:focus
{
	text-decoration:none;
}
h1 {
    font-size: 2em;
    font-weight: normal;
    color: #000000;
    margin: 0 0 0.67em 0;
}
h1 a { color: #000000; }
h2 {
    font-size: 1.5em;
    font-weight:normal;
    color: #000000;
    margin: 0 0 0.83em 0;
}
h2 a { color: #000000; }
h3 {
    font-size: 1.17em;
    font-weight:bold;
    color: #000000;
    margin: 0 0 1em 0;
}
h3 a { color: #000000; }
h4 {
    font-size: 1em;
    font-weight:bold;
    margin: 0 0 1.33em 0;
}
h5 {
    font-size:0.83em;
    font-weight:bold;
    color: #000000;
    margin: 0 0 1.67em 0;
}
h5 a { color: #000000; }
h6 {
    font-size:0.67em;
    font-style: italic;
    color: #000000;
    margin: 0 0 2.33em 0;
}
h6 a { color: #000000; }

table.sc-responsive-table th,table.sc-responsive-table-heading th
{
    font-weight: bold;
}
table.sc-responsive-table td, table.sc-responsive-table th,table.sc-responsive-table-heading td, table.sc-responsive-table-heading th
{
    padding: 9px 10px;
    text-align: left;
}
table.sc-responsive-table, table.sc-responsive-table-heading
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    margin: 0 0 18px;
}
table.sc-responsive-table thead, table.sc-responsive-table tfoot, table.sc-responsive-table-heading thead, table.sc-responsive-table-heading tfoot 
{
    background: none repeat scroll 0 0 #F5F5F5;
}
table.sc-responsive-table thead tr th, table.sc-responsive-table tfoot tr th, table.sc-responsive-table tbody tr td, table.sc-responsive-table tr td, table.sc-responsive-table tfoot tr td, table.sc-responsive-table-heading thead tr th, table.sc-responsive-table-heading tfoot tr th, table.sc-responsive-table-heading tbody tr td, table.sc-responsive-table-heading tr td, table.sc-responsive-table-heading tfoot tr td
{
    /* font-size: 12px; */
    line-height: 18px;
    text-align: left;
}
table.sc-responsive-table thead tr th, table.sc-responsive-table tfoot tr td, table.sc-responsive-table-heading thead tr th, table.sc-responsive-table-heading tfoot tr td
{
    color: #222222;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px 9px;
}
table.sc-responsive-table thead tr th:first-child, table.sc-responsive-table tfoot tr td:first-child, table.sc-responsive-table-heading thead tr th:first-child, table.sc-responsive-table-heading tfoot tr td:first-child
{
    border-left: medium none;
}
table.sc-responsive-table thead tr th:last-child, table.sc-responsive-table tfoot tr td:last-child, table.sc-responsive-table-heading thead tr th:last-child, table.sc-responsive-table-heading tfoot tr td:last-child
{
    border-right: medium none;
}
table.sc-responsive-table tbody tr.even, table.sc-responsive-table tbody tr.alt, table.sc-responsive-table-heading tbody tr.even, table.sc-responsive-table-heading tbody tr.alt
{
    background: none repeat scroll 0 0 #F9F9F9;
}
table.sc-responsive-table tbody tr:nth-child(2n), table.sc-responsive-table-heading tbody tr:nth-child(2n)
{
    background: none repeat scroll 0 0 #F9F9F9;
}
table.sc-responsive-table tbody tr td, table.sc-responsive-table-heading tbody tr td
{
    border: medium none;
    color: #333333;
    padding: 9px 10px;
    vertical-align: top;
}

/* Project Styles */


table.sc-responsive-table
{
	/* Hack to make the right class appear in styles.css */
	font-weight: normal;
}

html,
button,
input,
select,
textarea {
    font-family: 'HelveticaNeue', sans-serif;
    color: #505050;
}

a{color:#416c81;}
a:visited{color:#5f6234;}

p > a:focus,
.related-information-list a:focus,
.footer-first-row a:focus,
.footer-second-row a:focus
{ 
	color: #505050; 
	background-color: #fffce5;
}


div > p,
div > pre,
div > ul,
div > ol,
div > table 
{
    margin: 1.4em 0;
    font-size: 0.95em;
    line-height: 1.65em;
}


ol,
ul,
div > ul,
div > ol
{
    padding: 0 0 0 20px;
    line-height: 1.5em;
}

ol ol,
ol ul,
ul ol,
ul ul
{
	padding: 0 0 0 40px;
}


h1, h2, h3, h4, h5, h6
{	
    color: #505050;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.05em;
}
h1{
    font-size: 1.7em;
    padding-bottom: 0.4em;
    border-bottom: 2px solid #f2f3f4;
    line-height: 1.3em;
}
@media (min-width: 768px){h1{font-size: 2em;}}

h2{
    font-size: 1.625em;
    margin-bottom: 0.2em;
}
h3{
    font-size: 1.5em;
    margin-bottom: 0.3em;
}
h4{
    font-size: 1.375em;
    margin-bottom: 0.6em;
}
h5{
    font-size: 1.125em;
    margin-bottom: 1em;
}
h6{
    font-size: 0.9375em;
	color: #416c81;
    margin-bottom: 1.7em;
}

.scrollable caption,
.pinned caption
{
	display: none;
}

table,
table.sc-responsive-table,
table.sc-responsive-table-heading
{
	border: none;
}

table tr,
table.sc-responsive-table tr,
table.sc-responsive-table-heading tr
{
	/* border-bottom: 2px solid #ffffff; Braedon edit */
}

table tr td, table tr th,
table.sc-responsive-table tr td,
table.sc-responsive-table tbody tr td,
table.sc-responsive-table tr th,
table.sc-responsive-table thead tr th
{
	border-left: 2px solid #ffffff;
}

table tr td:first-child, table tr th:first-child,
table.sc-responsive-table tr td:first-child,
table.sc-responsive-table tbody tr td:first-child,
table.sc-responsive-table tr th:first-child,
table.sc-responsive-table thead tr th:first-child
{
	border-left: none;
}

table tr td,
table.sc-responsive-table tr td,
table.sc-responsive-table tbody tr td,
table.sc-responsive-table-heading tr td,
table.sc-responsive-table-heading tbody tr td
{
	color: #505050;
	background: #f8f8f8;
	padding: 16px;
	line-height: 1.45em;
	vertical-align: middle;
}

table tr th,
table.sc-responsive-table tr th,
table.sc-responsive-table thead tr th,
table.sc-responsive-table-heading tr th,
table.sc-responsive-table-heading thead tr th
{
	color: #ffffff;
	background: #627387;
	padding: 18px 16px;
}.sc-search-text::-webkit-input-placeholder {
	color: #000000;
}
.sc-search-text:-moz-placeholder { /* Firefox 18- */
	color: #000000; 
}
.sc-search-text::-moz-placeholder {  /* Firefox 19+ */
	color: #000000;
}
.sc-search-text:-ms-input-placeholder {  
	color: #000000;
}

/* Do it online icon */

/* homepage grid tweaks for theme */
.do-it-online .item-icon {
	height: 50px;
	width: 50px;/*    background-image: url("iconset.png");*/
	background-repeat: no-repeat;/*    background-position: -145px 0px;*/
	display: block;
	float: right;
	margin: 4px 0px 0 17px;
	background-color: #bfd730;
}

.item-icon.icon-house {
	/*width: 32px;*/
	/*height: 32px;*/
	background-position: 8px -52px;
}
.item-icon.icon-book {
	/*width: 33px;*/
	/*height: 32px;*/
	background-position: 8px -171px;
}

.item-icon.icon-cup {
	/*width: 32px;*/
	/*height: 32px;*/
	background-position: 10px -347px;
}
.item-icon.icon-direction {
	/*width: 30px;*/
	/*height: 32px;*/
	background-position: 11px -465px;
}
.item-icon.icon-paint {
	/*width: 29px;*/
	/*height: 28px;*/
	background-position: 10px -684px;
}
.item-icon.icon-tree {
	/*width: 30px;*/
	/*height: 35px;*/
	background-position: 9px -804px;
}
.item-icon.icon-shopping {
	/*width: 28px;*/
	/*height: 30px;*/
	background-position: 11px -918px;
}
.item-icon.icon-sun {
	/*width: 33px;*/
	/*height: 33px;*/
	background-position: 8px -1087px;
}
.item-icon.icon-grapes {
	/*width: 31px;*/
	/*height: 36px;*/
	background-position: 8px -1215px;
}

.item-icon.icon-calendar {
	width: 50px;
	height: 50px;
	background: url('whats_on.png') no-repeat 0px 0px;
}

.svg .item-icon.icon-calendar {
	background: url('whats_on.svg') no-repeat 0px 0px;
}

.item-icon.icon-house,
.item-icon.icon-book,
.item-icon.icon-cup,
.item-icon.icon-direction,
.item-icon.icon-paint,
.item-icon.icon-tree,
.item-icon.icon-shopping,
.item-icon.icon-sun,
.item-icon.icon-grapes
 {
	/*background-size: 165px 165px;*/
	background-repeat: no-repeat;
	background-image: url("task-icons.png");
}

.svg .item-icon.icon-house,
.svg .item-icon.icon-book,
.svg .item-icon.icon-cup,
.svg .item-icon.icon-direction,
.svg .item-icon.icon-paint,
.svg .item-icon.icon-tree,
.svg .item-icon.icon-shopping,
.svg .item-icon.icon-sun,
.svg .item-icon.icon-grapes {
	background-image: url("task-icons.svg");
}

html,
button,
input,
select,
textarea {
	font-family: Arial, sans-serif;
	letter-spacing: normal;
	color: #5d5d5d;
}

h1,
h2,
h3,
h4 {
	color: #333;
	font-weight: 400;
	letter-spacing: normal;
	font-family: Arial, sans-serif;
}

h1 {
	padding-bottom: 0.5em;
	border-bottom: none;
	font-size: 2.1875em;
}

h2 {
	font-size: 1.75em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
	font-family: Arial, sans-serif;
}

h5 {
	font-size: 1.125em;
	color: #5e5e5e;
	font-family: Arial, sans-serif;
	letter-spacing: initial;
}

h6 {
	font-size: 1.0625em;
	color: #054970;
	font-family: Arial, sans-serif;
	letter-spacing: initial;
}

.main-container ul,
.main-container ol {
	overflow: hidden;
	margin-left: 0;
}

.main-container ul.errors,
.main-container .sc-form-errors ul {
	list-style: none outside url("bulletRed.png");
}

.main-container ul.errors a,
.main-container .sc-form-errors ul a {
	color: #dc0d0d;
	text-decoration: none;
}

.main-container ul.errors a:hover,
.main-container ul.errors a:focus,
.main-container .sc-form-errors ul a:hover,
.main-container .sc-form-errors ul a:focus {
	text-decoration: underline;
}

p > a:focus,
.related-information-list a:focus,
.footer-first-row a:focus,
.footer-second-row a:focus,
p > a:hover, 
.related-information-list a:hover, 
.footer-first-row a:hover, 
.footer-second-row a:hover{
	color: #505050;
    background-color: #f8f4e5;
    outline: none;

}

.no-js #back-to-top {
	background: url("transparent.png") repeat scroll 0 0 transparent;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 150px;
	padding: 10px;
	font-size: 1.125em;
}

.list-item-block-desc {
	display: inline;
}

.list-item-container p.clearfix:after {
	clear: none;
}

.no-js #back-to-top:hover {
	background: #000;
}

.no-js #back-to-top i {
	display: none;
}

.image-gallery-container .image-gallery-item > a:focus {
	border: 3px solid #ffd966;
	outline: none;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: default;
}

.main-container ul.errors {
	list-style: none outside url("bulletRed.png");
}

.main-container ul.errors a {
	color: #dc0d0d;
	text-decoration: none;
}

.main-container ul.errors a:hover {
	text-decoration: underline;
}

.main-container > h1:first-child {
	border-bottom: none;
	font-size: 2.1875;
}

.page-container {
	background-color: #424e32;
}

.profile-featured-links {
	margin-bottom: 27px;
}

.background-container .content-outer-container {
	background-color: #333027;
}

.profile-featured-text,
a.profile-featured-text:visited {
	background: url('transparent.png') repeat scroll 0 0 transparent;
	color: #fff;
	font-size: 2.375em;
	margin-bottom: 65px;
	padding: 20px 45px;
	line-height: 1.1em;
	font-weight: normal;
	letter-spacing: .003em;
}

.profile-tabbed-listing.do-it-online

#skip-to-content-container + div + div {
	clear: left;
	background: #464646;
	width: 100%;
}

#skip-to-content-container + div {
	clear: left;
}

.profile-tabbed-listing div div:nth-last-child(1) a {
	border: none;
}

.profile-list .large-thumbnail-image {
	margin-bottom: 10px;
}

.content-details-list .field-value {
	border: none;
	padding: 5px 15px;
	border-left: 2px solid #fff;
}

.content-details-list .field-label {
	padding: 5px 15px;
	border-color: white;
}

.content-details-list li {
	background-color: #f5f5f5;
	margin-top: 2px;
}

.content-details-list li:nth-child(2n) {
	background-color: #efefef;
}

.content-details-list .field-label {

	/*	font-family: 'Avenir LT W01 85 Heavy',Arial,sans-serif;*/
}

.content-details-list.minutes-details-list,
.content-details-list.job-details-list {
	margin-bottom: 20px;
}

.no-js .image-gallery-container .image-gallery-item .caption {
	width: 200px;
}

.no-js .image-gallery-container .image-gallery-item .caption:hover {
}

.no-js .image-gallery-container .image-gallery-item .file-info {
	color: #5d5d5d;
	opacity: 1;
}

.image-gallery-container .image-gallery-item > a .file-info {
	display: none;
}

#main-content .loading-message {
	background-color: #f8f8f8;
	color: #5d5d5d;
}

.accordion-item-body > p {
	margin-top: .4em;
}

::selection {
	background-color: #e1e2e2;
	color: #fff;
}

::-moz-selection {
	background-color: #e1e2e2;
	color: #fff;
}

::-o-selection {
	background-color: #e1e2e2;
	color: #fff;
}

::-ms-selection {
	background-color: #e1e2e2;
	color: #fff;
}

::-webkit-selection {
	background-color: #e1e2e2;
	color: #fff;
}

.az-item {
	float: left;
	margin-bottom: 4px;
	margin-right: 4px;
	text-align: center;
	width: auto;
}

.az-letter {
	color: #505050;
	font-size: 1.875em;
	height: 67px;
	width: 67px;
	line-height: 67px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f8f8f8;
}

a.az-letter:visited {
	color: #505050;
}

span.az-letter {
	color: #d6d6d6;
}

a.az-letter:hover {
	color: #fff;
	background-color: #748396;
}

.az-list-container .az-list-initial {
	font-size: 3.75em;
}

.list-container.az-list-container {
	margin-top: 15px;
	padding-top: 30px;
	border-top: 2px solid #f2f3f4;
}

.main-container .site-map {
	list-style: none outside none;
}

.site-map,
.site-map li {
	list-style: none outside none;
	margin: 5px 0;
	padding: 10px;
	background-color: white;
}

.site-map > li {
	margin: 5px 0;
	padding: 5px;
	background-color: #f4f4f4;
}

.site-map li a {
	color: #5a5a5a;
	text-decoration: none;
	font-size: 1.2em;
}

.site-map li a:hover {
	text-decoration: underline;
}

.site-map ul {
	margin: 5px 0;
	padding: 0;
}

.site-map ul li ul {
	padding: 0 0 0 50px;
}

.site-map,
.site-map li ul li ul li {
	padding: 0 5px;
}

.site-map,
.site-map li ul li ul {
	margin-bottom: 0;
}

.site-map ul ul {
	margin: 0 0 20px;
}

.site-map li li {
	list-style-type: disc;
}

.site-map li li li {
	list-style-type: circle;
}

.site-map li li li li {
	list-style-type: square;
}

.site-map li li a {
	font-size: .9375em;
}

.table-styled {
	margin-bottom: 2em;
	table-layout: fixed;
	width: 100%;
}

.main-container ul {
	list-style: none outside none;
	list-style-image: url(bullet2.png);
}

.main-container .categories-list,
.categories-list {
	list-style: none outside none;
}

.main-container .categories-list span {
	font-size: .9375rem;
}

.main-container .multi-date-list,
.main-container .park-feature-list,
.main-container .minutes-details-list,
.main-container .job-details-list,
.main-container .occurence-type {
	list-style: none outside none;
}

.main-container .occurence-type {
	padding-left: 0;
	padding-top: 10px
}

.main-container .occurence-type input {
	margin-top: 2px;
	margin-right: 10px;
}

.main-container .minutes-details-list {
	margin-bottom: 20px;
}

.main-container .park-feature-list {
	margin: 0 0 20px;
	padding: 0;
}

.content-details-list.job-details-list {
	margin-bottom: 20px;
}

#sub-navigation-container > ul {
	margin-bottom: 50px;
}

table tr th,
table.sc-responsive-table tr th,
table.sc-responsive-table thead tr th,
table.sc-responsive-table-heading tr th,
table.sc-responsive-table-heading thead tr th {
	background: #636349;
}

table.sc-responsive-table-heading tr:nth-child(odd) td {
	background: #efefef;
}

table.sc-responsive-table-heading tbody tr:nth-child(2n),
table.sc-responsive-table-heading tbody tr:nth-child(2n) {
	background: #f8f8f8;
}

table.sc-responsive-table tr

/*table.sc-responsive-table-heading tr*/
{
	height: auto !important;
}

table.sc-responsive-table tr:nth-child(odd) td,
table.table-styled tr:nth-child(odd) td {
	background: #efefef;
}

table.sc-responsive-table tr:nth-child(even) td,
table.table-styled tr:nth-child(even) td {
	background: #f8f8f8;
}

.table-wrapper table {
	border-collapse: separate;
	border-spacing: 2px;
	border: none;
}

.table-wrapper table.sc-responsive-table th,
.table-wrapper table.sc-responsive-table td {
	border-left: none;
}

div.table-wrapper div.scrollable {
	-webkit-overflow-scrolling: touch;
}

div.table-wrapper div.pinned {
	-webkit-overflow-scrolling: touch;
}

a {
	color: #046689;
}

a:visited {
	color: #046689;
}

div > p,
div > pre,
div > ul,
div > ol,
div > table {
	margin: 0 0 1em;
	font-size: 1em;
	line-height: 1.45em;
}

.footer-contact-details span {
	display: inline-block;
	padding: 3px 0;
}

.footer-contact-details .footer-bold {

	/*	font-family: 'Avenir LT W01 85 Heavy',Arial,sans-serif;*/
	margin-top: 1.6em;
}

.footer-contact-details .footer-space {
	margin-top: 10px;
}

.footer-contact-details span.footer-bottom {
	padding-bottom: 0;
}

.footer-contact-details a {
	text-decoration: none;
}

.footer-contact-details a:hover {
}

.profile-tabbed-listing {
	padding: 26px;
}

.profile-tabbed-listing div {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.profile-tabbed-listing a {
	padding: 15px 25px;
	margin: 0;
	height: 100%;
}

.profile-tabbed-listing.profile-news-listing a.profile-list,
.profile-tabbed-listing.profile-events-listing a.profile-list {
	padding: 15px;
	border-bottom: none;
}

.profile-list > h2 {
	font-size: 1.27em;
	padding: 10px 0 0;
	display: table-cell;
	vertical-align: middle;    /* border-bottom: 2px solid #e7e7e7; */
	height: 65px;
	min-height: 65px;
}

.do-it-online .profile-list > h2 {
	padding: 0;
	border-bottom: none;
}

.profile-events-listing .profile-list > h2,
.profile-news-listing .profile-list > h2 {
	padding: 10px 0 17px;
	min-height: 0;
	margin-bottom: 15px;
}

/*.do-it-online .profile-list:before {*/
/*	content: "";*/
/*	display: block;*/
/*	height: 2px;*/
/*	background-color: #efefef;*/
/*	position: relative;*/
/*	top: -16px;*/
/*}*/

/*.do-it-online .profile-list.item-0:before {*/
/*	display: none;*/
/*}*/

.do-it-online .profile-list {
	border-bottom: solid 2px #efefef;
}

.profile-list > p {
	margin-bottom: 10px;
	color: #505050;
	margin-top: 0px;
	padding-top: 5px;
}

.profile-news-listing p,
.profile-events-listing p {
	border: none;
	margin-top: 0;
	padding-top: 0;
}

.profile-tabbed-listing a:hover > h2,
.profile-tabbed-listing a:focus > h2 {
	text-decoration: none;
}



.header-website-settings a {
	height: 56px;
	width: 50px;
    background: url("general-icons.png") no-repeat;
    background-position: 20px -150px;
	float: right;
	display: block;
	margin: 0 7px 0 5px;
}

.svg .header-website-settings a {
	background-image: url("general-icons.svg");
}

.header-site-logo {
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 15px;
}

.header-site-logo > a {
    display: block;
    background-repeat: no-repeat;
    background-image: url('artisan_logo.png');
    background-size: 300px auto;
    background-position: 0 10px;
    width: 300px;
    height: 170px;
}

.svg .header-site-logo > a {
	background-image: url('artisan_logo.svg');
}

.header-site-logo > a > img {
	display: none;
}

.header-website-settings a {
	height: 50px;
	margin-top: 40px;
}



/* Search styling */
.search-inner-container {
	margin: 15px 10px;
}

.sc-search-panel {
	padding: 8px 0;
	margin-top: 15px;
}


.sc-search-button {
	background-color: #535353;
	color: #fff;
}
/* Theme tweaks - homepage */
.sc-search-text {
	width: 77%;
	background: none;
    background-color: #e5ddbb;
    color: #000000;
    border: 2px solid #e5ddbb;
	border-right: 0;
	padding: 10px 10px 10px 20px;
	height: 50px;
	outline: none;        /* Remove default border radius from iOS */
	-webkit-appearance: none;
	border-radius: 0;
}

input.sc-search-text:input-placeholder {
	color: #000000;
}

input.sc-search-text::-webkit-input-placeholder {
	color: #000000;
}

input.sc-search-text:-ms-input-placeholder {
	color: #000000;
}

input.sc-search-text::-moz-placeholder {
	color: #000000;
}



.svg input.sc-search-button {
    background-image: url('general-icons.svg');
}

.sc-search-text {
    background-image: none;
    width: calc(100% - 55px);
    padding: 10px 10px 10px 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

input.sc-search-button {
	background-repeat: no-repeat;
	text-indent: -9000px;
	text-transform: capitalize;
    /* width: 17%; */
    border-radius: 3px;
    float: right;
    height: 50px;
    width: 50px;
    background-color: #cc7b16;
    background-position: 12px -347px;
}

.sc-search-panel input.sc-search-button:hover,
.sc-search-panel input.sc-search-button:focus {
	color: transparent;
	background-color: #cc7b16;
	background-position: 12px -347px;
}


.header-first-row {
}

.navigation-outer-container {
	background-color: #ddd2a8;
}

.header-skip-to-content {
	background: none repeat scroll 0 0 #EEEEEE;
}

.navigation-container ul {
}

.content-outer-container {
	background: no-repeat scroll center 0 #f2f2f2;
	background-image: none;
	background-size: cover;
}

/*===============================================
	Theme apropriate styles
===============================================*/
ol,
ul,
div > ul,
div > ol {
	padding: 0 0 0 40px;
	line-height: 1.5em;
}

.seamless-pagination-data,
.seamless-pagination-controls input,
.seamless-pagination-controls select {
	padding: 5px;
}

.scSearchInputBox option {
	padding: 7px;
}

.tab-group.profile-featured-links {
	margin-top: 50px;
}

.tab-group.profile-featured-links #tabs-header .tab-header-title span {
	display: block;
}

.tab-group.profile-featured-links #tabs-header .tab-header-title i {
	display: none;
}

.header-outer-container .header-container .grid {
	padding: 20px 0;
}

a.nav-level-1.nav-has-children.sf-with-ul {
	height: 50px;
	line-height: 30px;
}

.feature-background-blurb {
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -10;
}

/* -- gridboxes -- */
.profile-list > p {
	width: 100%;
}

/*===============================================
	End generatl theme apropriate styles
===============================================*/
.content-outer-container {
		background-image: url('/files/assets/tourism/homepage/home-bg.png?w=480');
}

@media (min-width:480px) {
	.content-outer-container {
		background-image: url('/files/assets/tourism/homepage/home-bg.png?w=768');
		min-height: 0;
		padding-left: 0;
		padding-right: 0;
	}

}

/*Replace with 768px wide image*/
@media (min-width:768px) {
	.content-outer-container {
		background-image: url('/files/assets/tourism/homepage/home-bg.png?w=992');
		padding-top: 40px;
		background-size: 100% auto;
		padding-left: 15px;
		padding-right: 15px;
	}

}

/*Replace with 992px wide image*/
@media (min-width:992px) {
	.content-outer-container {
		background-image: url('/files/assets/tourism/homepage/home-bg.png?w=1280');
		padding-top: 60px;
	}
	
	.header-outer-container {
		background: url('/files/assets/tourism/homepage/header-bg.png') #fff no-repeat;
		background-size: 100% auto;
	}
	

	
	input.sc-search-button {
		vertical-align: top;
		font-size: .9375em;
		font-weight: bold;
	    background: transparent url("general-icons.png") no-repeat;
	    background-position: 15px -300px;
		/*border: 2px solid white;*/
		/*border-left: none;*/
		color: transparent;
		width: 50px;
		overflow: hidden;
		height: 50px;
		outline: none;
		background-color: #e5ddbb;
		border-radius: 0px 3px 3px 0px;
		-webkit-border-radius: 0px 3px 3px 0px;
	}
	
	
	input.sc-search-text {
		border-radius: 3px 0px 0px 3px;
		-webkit-border-radius: 3px 0px 0px 3px;
	}
	
	.search-filter-body.discover-search span.sc-search-box {
		width: 100%;
	}

}

/*Replace with 1280px wide image*/
@media (min-width:1280px) {
	.content-outer-container {
		background-image: url('/files/assets/tourism/homepage/home-bg.png?w=1920');
	}

}

/*Replace with 1920px wide image*/
@media (min-width:1920px) {
	.content-outer-container {
		background-image: url('/files/assets/tourism/homepage/home-bg.png');
	}

}

/*Replace with original image*/
.main-outer-container {

	/* padding-bottom: 20px; */
}

.main-inner-container {
	background-color: #fff;
	padding: 12px 0px;
	margin: 0 -6px;
	overflow: hidden;
}

.main-container {
	background-color: #fff;
}

#predictiveResults {
	padding: 10px;
	background-color: #f4f4f4;
	border: 1px solid #f4f4f4;
	border-top: none;
	margin-top: -7px;
}

#predictiveResults li a.predictive-search-link-item {
	margin-bottom: 0;
	padding: 14px 10px 1px;
	background-color: #f4f4f4;
	border-top: 2px solid #fff;
}

#predictiveResults li:first-child a.predictive-search-link-item {
	border-top: none;
}

#predictiveResults a.predictive-search-link-item:hover,
#predictiveResults a.predictive-search-link-item:focus {
	background-color: #f8f4e5;
	text-decoration: none;
}

#predictiveResults a.predictive-search-link-item .result-text {
	text-decoration: underline;
}

.predictive-search-link-item h2 {
	font-size: 1.125em;
}

.predictive-search-link-item p {
	font-size: .9375em;
	color: #5a5a5a;
	padding-top: 0;
	margin-top: 0;
}

#predictiveResults div.search-loading {
	background: #f4f4f4;
}

#predictiveResults p:first-child {
	color: #bd4f19;
	margin-top: .7em;
}

a.panel-button:hover,
a.hyperlink-button:hover {
    background-color: #cec192;
    text-decoration: none;
}

#predictiveResults li:last-child a {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #ededed;
}

#predictiveResults li:last-child a:hover,
#predictiveResults li:last-child a:focus {
	background-color: #d9d9d9;
	color: #5a5a5a;
}

#predictiveResults li a.predictive-search-link-item.search-view-more {
	margin-top: 10px;
	background-color: #bfd730;
    color: #21241b;
    border-bottom: solid 3px #9cb227;
	border-top: none;
}

#predictiveResults li a.predictive-search-link-item.search-view-more:hover,
#predictiveResults li a.predictive-search-link-item.search-view-more:focus {
	background-color: #9cb227;
}

#breadcrumbs-container {
	background-color: #f4f4f4;
	color: #333;
	padding: 15px 28px;
	font-size: 0.85em;
}

#breadcrumbs-container a {
	color: #333333;
	/*font-weight: 600;*/
	text-decoration: none;
	letter-spacing: 0.05em;
}

#breadcrumbs-container a:hover {
	text-decoration: underline;
}

#breadcrumbs-container .current-page {
	font-weight: 600;
}

#breadcrumbs-container .nav-separator {
	margin: 0 9px;
}

.quick-links-section {
	position: relative;
}

#main-content .quick-links-section {
	margin-top: 0;
	margin-left: 0;
	padding-top: 20px;
}

.quick-links-header {
	position: relative;
}

.quick-links-section h2,
.related-information-section h2 {
	font-size: 1.375em;
	font-weight: 400;
	padding: 11px 10px 11px 20px;
	background: #ddd2a8;
    color: #21241b;
	margin: 0;
}

.quick-links-section > ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.quick-links-section li {
	overflow: hidden;
	width: 100%;
}

.quick-links-section a,
.related-information-list a {
	display: block;
	padding: 13px 13px 10px 20px;
	border-bottom: 2px solid #fff;
	text-decoration: none;
	color: #505050;
	background: #f8f8f8;
}

.quick-links-section a:before {
	content: "";
	display: block;
	width: 15px;
	height: 20px;
	background: url(sprite.png);
	position: absolute;
	right: 20px;
	background-position: -570px -115px;
}

.quick-links-section a:hover:before {
	background-position: -570px -147px;
}

.quick-links-section a:hover,
.quick-links-section a:focus {
	background-color: #71645a;
	color: #fff;
	text-decoration: none;
}

.no-item-text {
	color: #e01d1d;
}

.search-filter-body {
	padding: 20px 25px 25px;
}

.search-filter {
	background: #f8f8f8;
	position: relative;
	margin-bottom: 20px;
	margin-top: 50px;
}

.search-filter-header {
	position: relative;
}

.RadCalendarPopup table {
	padding: 0;
	margin: 0;
}

.RadCalendarPopup table tr th {
	padding: 0;
	background-color: transparent;
}

.search-filter-header h2 {
	margin: 0;
	padding: 11px 20px 11px 20px;
	background: #ddd2a8;
    color: #21241b;
	font-size: 1.375em;
}

.add-to-calendar-header h2 {
    background: #ddd2a8;
    color: #21241b;
    position: relative;
    text-align: left;
    font-size: 1.375rem;
    letter-spacing: 0.3px;
    padding: 13px 25px 11px;
    margin: 0;
}

.add-to-calendar-header h2 a.styled-button {
	color: #fff;
	background: #748396;
	font-size: 1.375rem;
	padding: 10px 45px 10px 20px;
	text-align: left;
}

.add-to-calendar-header h2 a.styled-button:before {
	background: url("sprite.png") no-repeat scroll transparent;
	background-position: -218px 0;
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	position: absolute;
	right: 20px;
	margin-top: 6px;
}

.svg .add-to-calendar-header h2 a.styled-button:before {
	background-image: url("sprite.svg");	
}

.se-form-required-asterisk {
	display: none;
}

.se-form-required-text {
	color: #dc0d0d;
	margin-left: .3em;
	text-transform: capitalize;/*	font-family: 'Avenir LT W01 85 Heavy',Arial,sans-serif;*/
}

.occurence-label,
.multi-date-label {

	/*	font-family: 'Avenir LT W01 85 Heavy',Arial,sans-serif;*/
}

.occurence-label {
	margin-bottom: 5px;
}

.emails-label {
	display: none;
}

.add-to-calendar-header h2 a.styled-button.accordion-opened:before {
	background-position: -248px 0;
}

.add-to-calendar-header h2 a.styled-button:hover {
	background: #035782;
}

.side-box.event-snapshot {
	margin-top: 20px;
}

.side-box {
	padding: 15px 25px 25px;
}

.side-box-title {
	margin: -15px -25px 15px;
	color: #21241b;
    background: #ddd2a8;
	font-size: 1.375rem;
	padding: 10px 45px 10px 20px;
	text-align: left;
}

div.side-box-content p {
	font-size: .9375em;
}

.side-box-content h3 {
	font-size: 1.125em;
	border-top: 2px solid #ededed;
	padding-top: 14px;
}

.side-box-content > div:first-child  h3 {
	border-top: none;
	padding-top: 6px;
}

.side-box-content h3.side-box-cost {
	border-top: none;
	padding-top: 5px;
}

.side-box-content p.side-box-cost {
	margin-bottom: 13px;
}

.event-snapshot,
.add-to-calendar-body,
.side-box {
	background: #f4f4f4;
	position: relative;
	margin-bottom: 20px;
}

.add-to-calendar-body {
	padding: 15px 25px 25px;
}

.add-to-calendar-body p {
	margin: .4em 0 1.4em;
}

.add-to-calendar-body p {
	padding-left: 30px;
	background: url("sprite.png") no-repeat scroll transparent;
	background-position: -15px 0;
}

.add-to-calendar-body p.label {

	/*	font-family: 'Avenir LT W01 85 Heavy',Arial,sans-serif;*/
	margin-bottom: 10px;
}

.add-to-calendar-body div p {
	padding-left: 0;
	background: none;
}

.add-to-calendar-body textarea,
.multi-date-panel select {
	display: block;
	margin-top: 10px;
	width: 100%;
	border: 1px solid #dfe0e1;
	margin-bottom: 1.4em;
}

.add-to-calendar-body .result-panel {
	background-image: url("sprite.png");
	background-repeat: no-repeat;
	background-position: -145px -40px;
}

.svg .add-to-calendar-body .result-panel {
	background-image: url("sprite.svg");	
}

.add-to-calendar-body .result-panel p {
	padding-left: 60px;
	margin-bottom: 5px;
}

.search-filter-body label {
	font-size: 1em;
	font-weight: 400;
	margin-top: 20px;
}

.search-filter table tr {
	border: none;
}

.search-filter .scSearchInputOption {
	margin-top: 20px;
}

.search-filter .scSearchInputOption td {
	padding: 0;
}

.scSearchInputOption input[type="checkbox"] {
	width: auto;
	margin-top: 6px;
	float: left;
}

.search-filter .scSearchInputOption label {
	margin-top: 0;
	float: left;
	width: auto;
}

.search-filter-body > label:first-child {
	margin-top: 0;
}

.search-filter-body .inputBox {
	background-color: #fff;
	border: 1px solid #dfe0e1;
	padding: 7px 7px 7px 35px;
	background-image: url(sprite.png);
	background-repeat: no-repeat;
	background-position: 10px -309px;
	font-size: .9375em;
	height: 40px;
}

.svg .search-filter-body .inputBox {
	background-image: url('sprite.svg');
}

.search-filter-body select {
	font-size: .9375em;
	border: 1px solid #dfe0e1;
}

.search-filter-body input[type="submit"],
.add-to-calendar-body input[type="submit"],
.accordion-panel input[type="submit"] {
	background-clip: padding-box;
	/*background-color: #5B5254;*/
	border: medium none;
	border-radius: 3px;
	/*color: #fff;*/
	cursor: pointer;
	display: inline-block;/*    font-family: 'Avenir LT W01 85 Heavy',Arial,sans-serif;*/
	margin: 25px 0 0;
	padding: 14px 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: background-color 300ms ease-out 0s;
	width: 100%;
	line-height: normal;
	background-color: #bfd730;
	color: #21241b;
	border-bottom: solid 3px #9cb227;
}

.add-to-calendar-body input[type="submit"] {
	    background-color: #bfd730;
    border-bottom: solid 3px #9cb227;
}

.add-to-calendar-body input[type="submit"]:hover,
.add-to-calendar-body input[type="submit"]:focus {
	background-color: #9cb227;
}

.footer-outer-container.footer-second-row {
	background-color: #333027;
	padding-bottom: 60px;
}

.footer-outer-container.footer-first-row .footer-container {
	width: 100%;
	max-width: 100%;
	background: #333027;

}

.footer-outer-container.footer-first-row .footer-container .grid-pad {
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
}

.footer-container {
	color: #FFF;
}

.footer-first-row .footer-container {
	padding-bottom: 11px;
}

.footer-container a {
	color: #FFF;
}

.footer-container a:hover {
	text-decoration: none;
}

ul.footer-links a,
div.footer-secondary-links > div:first-child a {
}

ul.footer-links li {
	padding: 5px 0 5px 0;
}

ul.footer-links li a {
}

ul.footer-links a:hover,
div.footer-secondary-links > div:first-child a:hover {
}

ul.footer-links.social-media-links li {
	background-image: none;
}

.main-page-image {
	float: left;
	margin: 0 0 25px 0;
	width: 100%;
}

a.document {

	/*	background-image: none !important;*/
	padding-left: 20px;
	position: relative;
}

a.document:before {
	background: url("sprite.png") no-repeat scroll transparent;
	background-position: -266px -541px;
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	margin-top: 5px;
	margin-left: -20px;
	top: 0;
}
.list-container article > a.document:before
{
	margin-top: 27px;
	margin-left: -1px;
}
.svg a.document:before {
	background-image: url("sprite.svg");	
}

.search-list-container a.document:before {

	/* MIL-110 Start */
	height: 16px;
	margin: 25px 0 0;
	width: 16px;    /* MIL-110 End */
}

.search-list-container .result-text {
	text-decoration: underline;
}

a.ext-xls:before,
a.ext-xlsx:before {
	background-position: -90px -541px;
}

a.ext-doc:before,
a.ext-docx:before {
	background-position: -60px -541px;
}

a.ext-ppt:before,
a.ext-pptx:before {
	background-position: -120px -541px;
}

a.ext-jpg:before,
a.ext-gif:before,
a.ext-png:before {
	background-position: -150px -541px;
}

a.ext-txt:before,
a.ext-rtf:before {
	background-position: -180px -541px;
}

a.ext-zip:before,
a.ext-rar:before {
	background-position: -210px -541px;
}

a.ext-pdf:before {
	background-position: -240px -541px;
}

.svg a.document:before {
	background-image: url('file-icons.svg');
	background-size: 16px auto;
	background-color: transparent;
	background-position: 0 -80px;
	background-repeat: no-repeat;
}

.svg .related-information-list a.document:before {
	background-image: url('file-icons.svg');
	background-size: 26px auto;
	background-color: transparent;
	background-position: 0 -130px;
	background-repeat: no-repeat;
}

.svg .related-information-list a.document.ext-xls:before,
.svg .related-information-list a.document.ext-xlsx:before {
	background-position: 0 0;
}

.svg a.ext-xls:before,
.svg a.ext-xlsx:before {
	background-position: 0 0;
}

.svg .related-information-list a.document.ext-doc:before,
.svg .related-information-list a.document.ext-docx:before {
	background-position: 0 -156px;
}

.svg a.ext-doc:before,
.svg a.ext-docx:before {
	background-position: 0 -96px;
}

.svg .related-information-list a.document.ext-ppt:before,
.svg .related-information-list a.document.ext-pptx:before {
	background-position: 0 -78px;
}

.svg a.ext-ppt:before,
.svg a.ext-pptx:before {
	background-position: 0 -48px;
}

.svg .related-information-list a.document.ext-jpg:before,
.svg .related-information-list a.document.ext-gif:before,
.svg .related-information-list a.document.ext-png:before {
	background-position: 0 -26px;
}

.svg a.ext-jpg:before,
.svg a.ext-gif:before,
.svg a.ext-png:before {
	background-position: 0 -16px;
}

.svg .related-information-list a.document.ext-txt:before,
.svg .related-information-list a.document.ext-rtf:before {
	background-position: 0 -104px;
}

.svg a.ext-txt:before,
.svg a.ext-rtf:before {
	background-position: 0 -64px;
}

.svg .related-information-list a.document.ext-zip:before,
.svg .related-information-list a.document.ext-rar:before {
	background-position: 0 -182px;
}

.svg a.ext-zip:before,
.svg a.ext-rar:before {
	background-position: 0 -112px;
}

.svg .related-information-list a.document.ext-pdf:before {
	background-position: 0 -52px;
}

.svg a.ext-pdf:before {
	background-position: 0 -32px;
}

a.document span.file-info {
	font-size: 0.6em;
	position: relative;
	top: -0.6em;
	white-space: nowrap;
	display: inline-block;
	text-decoration: none;
	text-indent: 0;
}

/* OCNSC-47 Start */
p a.document:before,
li a.document:before {
	display: none;
}

p a.document,
li a.document {
	padding-left: 0;
}

/*
p a.document span.file-info {
font-size: 1em;
position: relative;
top: 0em;
white-space:nowrap;
display: inline;
text-decoration: none;
text-indent: 0;
}
p a.document span.file-info:before{content:" "}
*/

/* OCNSC-47 End */

/* When a document is displayed inside a content-details-list */
.field-value a.document {
	background-position: 0 4px;
	padding-left: 0px;
	text-indent: 20px;
	display: block;
}

.image-gallery-item a.document:before {
	background: transparent;
}

.related-information-section {

	/* margin-top: 13px; */

	/* padding: 0 15px 15px 15px; */
}

.related-information-section h2 {

	/* margin:-15px -15px 10px; */

	/* padding: 10px 45px 10px 15px; */

	/* text-align: left; */
}

ul.related-information-list {
	padding: 0 0 0 0;
}

.related-information-list li {
	list-style: none;    /* margin-bottom: 9px; */
}

.related-information-list a,
.related-information-list a.document {
	display: block;
	background-position: 0 4px;
	padding-left: 45px;
	position: relative;
	font-size: 1.0625em;
}

.related-information-list a:before,
.related-information-list a.document:before {
	background: url("sprite.png") no-repeat scroll transparent;
	background-position: -30px -569px;
	content: "";
	display: block;
	position: absolute;
	width: 26px;
	height: 26px;
	left: 9px;
	top: 12px;
	margin: 0;
}

.svg .related-information-list a:before,
/*.svg .related-information-list a.document:before */{
	background-image: url('sprite.svg');
}

.related-information-list a.document:before {
	background-position: -266px -569px;
}

.related-information-list a.ext-xls:before,
.related-information-list a.ext-xlsx:before {
	background-position: -90px -569px;
}

.related-information-list a.ext-doc:before,
.related-information-list a.ext-docx:before {
	background-position: -60px -569px;
}

.related-information-list a.ext-ppt:before,
.related-information-list a.ext-pptx:before {
	background-position: -120px -569px;
}

.related-information-list a.ext-jpg:before,
.related-information-list a.ext-gif:before,
.related-information-list a.ext-png:before {
	background-position: -150px -569px;
}

.related-information-list a.ext-txt:before,
.related-information-list a.ext-rtf:before {
	background-position: -180px -569px;
}

.related-information-list a.ext-zip:before,
.related-information-list a.ext-rar:before {
	background-position: -210px -569px;
}

.related-information-list a.ext-pdf:before {
	background-position: -240px -569px;
}

.accordion-trigger {
	cursor: pointer;
	display: block;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

.accordion-trigger i {
	background: url("sprite.png") no-repeat scroll right 0 transparent;
	display: block;
	height: 17px;
	position: absolute;
	right: 21px;
    top: 18px;
	width: 17px;
}

.svg .accordion-trigger i {
	background-image: url("sprite.svg");	
}

.accordion-trigger.quick-links i {
	top: 18px;
}

.accordion-trigger.search-filter-trigger i {
	top: 19px;
}

.accordion-opened i {
	background-position: -248px 0;
}

.accordion-closed i {
	background-position: -218px 0px;
}

.listing-results {
	height: 50px;
}

.list-container {
	margin-top: 0;
}

.list-item-container {
	margin-bottom: 26px;
}

.list-item-container a.document .list-item-title {

	/* MIL-110 Start */
	padding-left: 26px;    /* MIL-110 End */
}

/* =============================================
        Lost-Animals CSS
================================================*/
.animal-list-container .list-item-container article {
	background-color: #f0f0f0;
	border-top: 8px solid #63564d;
}

.animal-list-container .list-item-container h2.list-item-title {
	border-bottom: 2px solid #FFFFFF;
	padding-bottom: 12px;
	margin: 0 0 10px 0;
}

.animal-list-container .list-item-container ul.list-item-details {
	list-style: outside none none;
	padding-left: 0;
	margin-top: 20px;
}

.animal-list-container .list-item-container article .list-item-details .item-adopt a {
	padding: 0;
	background-color: transparent;
	display: inline;
}

.animal-list-container .list-item-container article .list-item-details .item-adopt span.field-label {
	background-color: rgb(125, 119, 115);
	color: white;
	padding: 15px 40px;
	border-radius: 3px;
	font-size: 14px;
	line-height: 11px;
	-webkit-transition-property: background-color; /* Safari */
	-webkit-transition-duration: 0.5s; /* Safari */
	transition-property: background-color;
	transition-duration: 0.5s;
}

.animal-list-container .list-item-container ul.list-item-details .field-label,
.list-item-container ul.list-item-details .field-separator {
	font-weight: bold;
}

.animal-list-container .image-gallery-container {
	position: relative;
}

.animal-list-container .list-item-details li.item-adopt {
	padding-left: 0;
	margin: 30px 20px 20px 20px;
}

.animal-list-container .list-item-container .list-item .published-on {
	color: #5d5d5d;
}

.animal-list-container .item-adopt span.field-separator,
.item-adopt span.field-value {
	position: absolute;
	top: -999;
	left: -999;
	z-index: -1;
}

.animal-list-container .list-item-container .list-item .image-gallery-item .img-enlarge span.file-info {
	position: absolute;
	top: -999;
	left: -9999;
	z-index: -10;
}

.img-enlarge i.icon-enlarge {
	background: url("sprite.v2.svg") no-repeat scroll -366px -2px / 600px 600px rgba(0, 0, 0, 0);
	height: 18px;
	margin: 5px 15px 0 0;
	width: 18px;
	float: left;
	display: block;
	font-family: none;
	text-indent: -9999px;
}

.animal-list-container .list-item-container .list-item .img-enlarge {
	text-align: center;
}

.animal-list-container .list-item-container .list-item .img-enlarge .icon-enlarge {
	display: none;
}

.animal-list-container .list-item-container .list-item .img-enlarge span.small-text {
	line-height: 30px;
}

/* =============================================
        END Lost-Animals CSS
================================================*/

/* =============================================
        My Neighbourhood CSS
================================================*/

.autocomplete-suggestion {
	padding: 12px 12px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

.search-neighbourhood input.button-search {
	width: 220px;
	margin-top: 5px;
}

.module-interface-in-my-neighbourhood .my-meighbourhood-filter {
	margin-top: 0px;
}

.my-meighbourhood-filter .search-filter-body {
	padding: 20px;
}

.my-meighbourhood-filter .search-filter-body label {
	margin-top: 0px;
}

.module-interface-in-my-neighbourhood .search-filter-body .grid ul li {
	height: 43px;
	margin: 5px 0;
}

.module-interface-in-my-neighbourhood .search-filter-body .grid ul {
	margin: 10px 0;
}

.my-meighbourhood-filter .search-neighbourhood .grid .inputBox {
	margin-top: 10px;
	padding: 10px 10px 10px 35px;
}

.my-meighbourhood-filter .search-neighbourhood .grid .button-my-location {
	margin-top: 10px;
	padding: 10px 35px 10px 35px;
	line-height: 1.4;
	background-color: #7d7773;
	color: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.my-meighbourhood-filter .search-neighbourhood .grid .button-my-location:hover,
.my-meighbourhood-filter .search-neighbourhood .grid .button-my-location:focus {
	background-color: #63564d;
}

.module-interface-in-my-neighbourhood .spatial-widget-results {
	margin-bottom: 40px;
}

.module-interface-in-my-neighbourhood .module-widget:nth-child(n+2) h3 {
	margin: 5px 0 15px 0;
}

.module-interface-in-my-neighbourhood .module-widget:nth-child(n+2) h2.sub-title {
	padding: 5px 0 10px 15px;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 2px solid #F8F8F8;
	color: #6e6e6e;
}

.module-interface-in-my-neighbourhood .module-widget .waste-services-results,
.module-interface-in-my-neighbourhood .module-widget .councillors-results {
	margin: 26px -1% 0;
	padding: 0;
	background-color: transparent;
}

.module-interface-in-my-neighbourhood .module-widget .grid.results-0,
.module-interface-in-my-neighbourhood .module-widget .subpage-content {
	margin: 25px 0;
	padding: 10px;
	background-color: #F8F8F8;
}

.module-interface-in-my-neighbourhood .module-widget .waste-services-results .waste-services-result article,
.module-interface-in-my-neighbourhood .module-widget .councillors-results .councillor-result article {
	position: relative;
	background-color: #f6f6f6;
	padding: 22px 25px;
	margin-bottom: 26px;
	min-height: 165px;
}

.module-interface-in-my-neighbourhood .module-widget .waste-services-results .waste-services-result article {
	position: relative;
	background-color: #f6f6f6;
	padding-left: 120px;
}

.module-interface-in-my-neighbourhood .module-widget .waste-services-results .waste-services-result article:before {
	content: "";
	display: block;
	position: absolute;
	width: 96px;
	height: 130px;
	background-image: url('waste-services-icons.png');
	background-size: 370px 130px;
	background-position: -41px 6px;
	left: 22px;
	top: 25px;
}

.svg .module-interface-in-my-neighbourhood .module-widget .waste-services-results .waste-services-result article:before {
	background-image: url('waste-services-icons.svg');
}

.module-interface-in-my-neighbourhood .module-widget .waste-services-results .waste-services-result.recycling article:before {
	background-position: -281px 6px;
}

.module-interface-in-my-neighbourhood .module-widget .waste-services-results .waste-services-result.green-waste article:before {
	background-position: -170px 0px;
}

.module-interface-in-my-neighbourhood .module-widget .waste-services-results .waste-services-result.general-waste article:before {
	background-position: -50px 0px;
}

.module-interface-in-my-neighbourhood .subpage-content-widget p {
	margin: 1em 0;
}

.module-interface-in-my-neighbourhood .service-details > div {
	padding-bottom: 5px;
}

.module-interface-in-my-neighbourhood .service-details > .next-service,
.module-interface-in-my-neighbourhood .service-details > .link {
	padding: 0 0 5px 30px;
	position: relative;
}

.module-interface-in-my-neighbourhood .service-details > .next-service:before,
.module-interface-in-my-neighbourhood .service-details > .link:before {
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	background: transparent url('sprite.png') no-repeat;
	left: 0;
}

.module-interface-in-my-neighbourhood .service-details > .next-service:before {
	background-position: -580px -577px;
}

.module-interface-in-my-neighbourhood .service-details > .link:before {
	background-position: -30px -569px;
}

.map-results-list li a h3 {
	line-height: 25px;
}

.councillors-results .councillor-result {
	padding: 10px;
}

.councillors-results .councillor-result img.thumbnail-image.right {
	padding: 5px;
}

.councillor-result .social-media-profiles li.social-media {
	display: inline;
}

.social-media-profiles .social-media a:before {
	background-color: transparent;
}

.social-media-profiles .social-media a {
	background-image: url("socialmedia-sprites-nh.png");
	display: block;
	float: left;
	height: 23px;
	margin-right: 5px;
	width: 23px;
}

.social-media-profiles .social-media.facebook a {
	background-position: 0 0;
}

.social-media-profiles .social-media.twitter a {
	background-position: -84px 0;
}

.social-media-profiles .social-media.youtube a {
	background-position: -126px 0;
}



.social-media-profiles .social-media.email a {
	background-position: -42px 0;
}

.social-media-profiles .social-media.linkedin a {
	background-position: -167px 0;
}

/* additional footer link */
ul.social-media-links li.footer-link-instagram a i {
    background: url(instagram.png) no-repeat -5px -5px;
    background-size: 33px;
    border-radius: 2px;
}


.my-meighbourhood-filter .grid {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
}

/* =============================================
        END My Neighbourhood CSS
================================================*/
.landing-page-nav .list-item-container a {

	    border-top: 6px solid #bfd730;
}

.list-item-container a:hover,
.list-item-container a:focus {
	background-color: #f8f4e5;
}

.list-item-container a:hover .list-item-address,
.list-item-container a:focus  .list-item-address {
	background-position: -577px -460px;	 
}

.list-item-container a:hover h2,
.list-item-container a:hover span,
.list-item-container a:hover p,
.list-item-container a:focus h2,
.list-item-container a:focus span,
.list-item-container a:focus p {
	/*color: white;*/
}

.list-item-container a {
	background-color: #f6f6f6;
	padding: 22px 25px;
}

.list-item-container a .list-item-title,
.waste-services-results h3 {
	border-bottom: 2px solid rgba(151, 151, 151, 0.15);
	color: #333;
	display: block;
	font-size: 1.375em;
	/*font-family: 'DinMedium', sans-serif;*/
	font-family: Arial, sans-serif;
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 19px;
	padding-bottom: 14px;
}

.landing-page-nav .list-item-container a .list-item-title {
	font-size: 1.5em;
	border-bottom: none;
}

.list-item-container a:hover .list-item-title,
.list-item-container a:focus .list-item-title {
	text-decoration: none;
}

.list-item-container p,
.list-container .list-item-container p {
	color: #5d5d5d;
	font-size: 1em;
}

.landing-page-nav .list-item-container p,
.landing-page-nav .list-container .list-item-container p {
	font-size: 1.0625em;
}

.list-item-container p.applications-closing,
.applications-closing.small-text {
	padding-left: 29px;
	background-image: url('sprite.png');
	background-position: -580px -576px;
	background-repeat: no-repeat;
}

.applications-closing.small-text {
	font-size: 1em;
}

.list-item-container p.job-type {
	padding-left: 29px;
	margin-top: 9px;
	background-image: url('sprite.png');
	background-position: -580px -48px;
	background-repeat: no-repeat;
}

.list-item-container p.list-item-address {
	padding-left: 29px;
	background-image: url('sprite.png');
	background-position: -575px -417px;
	background-repeat: no-repeat;
	color: #5a7205;
	margin: 0;
	padding-top: 16px;
}

.svg .list-item-container p.list-item-address {
	background-image: url('sprite.svg');
}

.main-container p.published-on,
.profile-list p.published-on,
.search-list-container p.small-text {
	line-height: normal;
	font-size: 0.95em;
	padding: 6px 0 3px 41px;
	font-weight: normal;
	background: transparent url('sprite.svg') no-repeat -574px -546px;
}

.profile-list p.published-on {
    background-position: -574px -546px;	
}

.svg .main-container p.published-on,
.svg .profile-list p.published-on,
.svg .search-list-container p.small-text {
	background-image: url('sprite.svg');
}


.list-item-container a:hover p.published-on,
.list-item-container a:focus p.published-on {
	background-position: -574px -514px;
}

/* double thumbnail height - theme tweaks */
.profile-featured-panel .panel-image {
	margin: 0;
	max-height: 205px;
	overflow: hidden;
}

.list-item-container .tagged-as-list,
.listing-results,
.seamless-pagination-info {
	font-size: .9em;
}

.list-item-container .tagged-as-list {

	/*	font-family: 'HelveticaNeue', 'Avenir LT W01 85 Heavy',Arial,sans-serif;*/
	font-weight: 400;
}

.list-item-block-date {
	font-weight: 500;
	background: #bfd730;
    color: #21241b;
	line-height: normal;
	width: 67px;
	padding: 0;
	position: relative;
	padding-bottom: 1em;
	margin-bottom: 3em;
	margin-top: 5px;
}

.list-item-block-date .part-month,
.list-item-block-date .part-year {
	font-size: .6875em;
	text-transform: uppercase;
}

.part-date {
	color: #565656 !important;
	font-size: 1.875em;/*	font-family: 'Avenir LT W01 85 Heavy',Arial,sans-serif;*/
	background: #fff;
	display: block;
	width: 100%;
	padding: 8px 0;
	position: absolute;
	bottom: -1.4em;
	border-bottom: 3px solid #c7c7c7;
}

.list-container p.list-item-additional {
	padding: 20px 25px;
	line-height: normal;
	margin: 20px -25px -25px;
	font-size: .9375em;
	clear: both;
	background-color: #fbe9e5;
	color: #c72a22;
}

.list-item-container p.list-item-Temporary,
.list-item-container a:hover p.list-item-Temporary,
.list-item-container a:focus p.list-item-Temporary,
.message-type-Temporary {
	color: #75580e;
	background-color: #fbf5e5;
}

.list-item-container p.list-item-Announcement,
.list-item-container a:hover p.list-item-Announcement,
.list-item-container a:focus p.list-item-Announcement,
.message-type-Announcement {
	color: #fff;
	background-color: #5a7205;
}

.list-item-container p.list-item-Warning,
.list-item-container a:hover p.list-item-Warning,
.list-item-container a:focus p.list-item-Warning,
.message-type-Warning {
	color: #fff;
	background-color: #bf4c39;
}

.message-type-Temporary h2 {
	color: #75580e;
	background-color: #fbf5e5;
	padding: 20px 45px 0 24px;
}

.message-type-Announcement h2 {
	color: #75580e;
	background-color: #fbf5e5;
	padding: 20px 45px 0 24px;
}

.message-type-Warning h2 {
	color: #c72a22;
	background-color: #fbe9e5;
	padding: 20px 45px 0 24px;
}

.message-box .side-box-content p {
	margin-bottom: 0;
	padding-top: 0;
}

ul.footer-links.social-media-links a i {
}

ul.social-media-links li {
	min-height: 30px;
	margin-bottom: 0;
}

ul.social-media-links li a {
	margin-left: 42px;
	display: inline-block;
	line-height: normal;
	text-decoration: none;
}

ul.social-media-links li a:hover,
ul.social-media-links li a:focus {
	text-decoration: underline;
}

ul.social-media-links li a i {
	position: absolute;
	margin-left: -42px;
	background-image: url("socialmedia-sprites.png");
	display: block;
	float: left;
	height: 23px;
	margin-right: 7px;
	margin-top: -2px;
	width: 23px;
}

.social-media-links .footer-link-facebook i {
	background-position: 0 0;
}

.social-media-links .footer-link-googleplus i {
	background-position: -42px 0;
}

.social-media-links .footer-link-twitter i {
	background-position: -84px 0;
}

.social-media-links .footer-link-youtube i {
	background-position: -126px 0;
}

#back-to-top {
	width: 90px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	display: inline-block;
	font-size: 0.8em;
	z-index: 1000;
	color: #fff;
}

html.js #back-to-top {
	position: fixed;
	bottom: 30px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 70px;
	height: 70px;
	right: -80px;
	background: url('transparent.png') repeat scroll 0 0 transparent;
}

html.js #back-to-top:hover {
	background-color: #000;
}

html.js  #back-to-top i {
	width: 45px;
	height: 45px;
	margin: 15px 0 0 15px;
	display: block;
	background: transparent url('arrows_sprite.png') no-repeat -548px center;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

#back-to-top:hover i {
}

.footer-secondary-links {
	font-size: .875em;
}

.footer-second-row .grid-pad {
	padding: 0 0 58px;
	margin-left: 17px;
	margin-right: 17px;
}

.footer-second-row .grid-pad > div {
	padding: 18px 0 20px;
}

h3.footer-title {
	color: #fff;
	font-size: 1.54em;
	margin-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 22px;
	margin-right: 9%;
	letter-spacing: 0;
	border-bottom: 2px solid rgba(239, 239, 239, 0.25);
}

.footer-contact-details,
.footer-links {
	font-size: 0.9375em;
}

.footer-contact-details,
.powered-by {
	color: #FFF;
}

.powered-by {
	margin-top: 10px;
}

.seamless-pagination {
	margin-top: 37px;
}

ul.simple-pagination {
	list-style: none;
}

.simple-pagination {
	overflow: hidden;
	margin: 0;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.simple-pagination li {
	list-style: none;
	padding-right: 4px;
	margin: 0;
	float: left;
}

.no-js .seamless-pagination-controls .button-previous,
.no-js .seamless-pagination-controls .button-next {
	display: inline-block;
}

.no-js .seamless-pagination-controls .button-previous .btn_scPagingNonJS_enabled,
.no-js .seamless-pagination-controls .button-next .btn_scPagingNonJS_enabled {
	display: inline-block;
}

.no-js .seamless-pagination-controls .btn_scPagingNonJS_enabled {
	font-size: 1em;
	background-color: #ededed;
	/*font-family: 'Avenir LT W01 85 Heavy', Arial, sans-serif;*/
	font-family: Arial, sans-serif;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 17px;
}

.no-js .seamless-pagination-controls .btn_scPagingNonJS_enabled:hover {
	background-color: #d9d9d9;
	color: #5c5c5c;
}

.no-js .seamless-pagination-controls .button-next .btn_scPagingNonJS_enabled,
.no-js .seamless-pagination-controls .button-previous .btn_scPagingNonJS_enabled {
	background-color: #757575;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 37px;
	width: 37px;
	text-indent: -9999px;
}

.no-js .seamless-pagination-controls .button-next .btn_scPagingNonJS_enabled {
	margin-left: 8px;
	background: url("sprite.png") no-repeat scroll 15px -252px #7d7773;
}

.no-js .seamless-pagination-controls .button-previous .btn_scPagingNonJS_enabled {
	margin-right: 8px;
	background: url("sprite.png") no-repeat scroll 15px -280px #7d7773;
}

.no-js .seamless-pagination-controls .button-previous .btn_scPagingNonJS_enabled:hover,
.no-js .seamless-pagination-controls .button-next .btn_scPagingNonJS_enabled:hover {
	background-color: #5a5a5a;
}

.no-js .seamless-pagination-controls select {
	margin-right: 15px;
	margin-left: 10px;
}

.seamless-pagination .btn_scPagingNonJS_enabled {
	height: 32px;
	line-height: 32px;
	text-align: center;
	padding: 0 10px;
	background-color: #7d7773;
	color: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.seamless-pagination-controls .seamless-pagination-data .btn_scPagingNonJS_enabled {
	margin-left: 10px;
	background: #ededed;
	color: #5c5c5c;
}

.seamless-pagination .button-next .btn_scPagingNonJS_enabled,
.seamless-pagination .button-previous .btn_scPagingNonJS_enabled {
	background-image: url("sprite.png");
	background-position: 14px -255px;
	background-repeat: no-repeat;
	width: 32px;
	padding: 0;
	text-indent: -9999px;
}

.seamless-pagination .button-previous .btn_scPagingNonJS_enabled {
	background-position: 12px -283px;
}

.light-theme a,
.light-theme span {
	float: left;
	color: #5a5a5a;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
	border: none;
	min-width: 18px;
	padding: 10px 10px;
	margin: 0 10px 0 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #f0f0f0;
	text-decoration: none;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.light-theme a:hover {
	text-decoration: none;
	background: #fcfcfc;
	color: #5a5a5a;
}

.light-theme .current {
	background: #ebebeb;
	color: #5a5a5a;
	border-color: #ebebeb;
	cursor: default;
}

.simple-pagination span.prev,
.simple-pagination span.next {
	display: none;
}

.seamless-pagination-pages.simple-pagination a,
.seamless-pagination-pages.simple-pagination span {
	margin: 0 1px 0 0;
	padding: 7px 0;
	width: 44px;
	text-align: center;
	font-size: .9375em;
}

.seamless-pagination-pages.simple-pagination a:hover,
.seamless-pagination-pages.simple-pagination a:focus {
	background: #7d7773;
	color: #fff;
}

.seamless-pagination-pages.simple-pagination span {
	background: #dedede;
}

.seamless-pagination-pages.simple-pagination a.page-link.next,
.seamless-pagination-pages.simple-pagination a.page-link.prev {
	color: #fff;
	padding-left: 17px;
	padding-right: 27px;
	background: #7d7773  url('sprite.png') no-repeat 60px -253px;
	border: none;
	width: auto;
}

.seamless-pagination-pages.simple-pagination a.page-link.prev {
	padding-left: 27px;
	padding-right: 17px;
	background: #7d7773 url('sprite.png') no-repeat 11px -280px;
}

.seamless-pagination-pages.simple-pagination a.page-link.next:hover,
.seamless-pagination-pages.simple-pagination a.page-link.next:focus,
.seamless-pagination-pages.simple-pagination a.page-link.prev:hover,
.seamless-pagination-pages.simple-pagination a.page-link.prev:focus {
	background-color: #9cb227;
}

.seamless-pagination-info {
	margin-top: 47px;
}

.light-theme .ellipse {
	cursor: default;
}

.light-theme .disabled span.ellipse {
	border: none;
	background: #f0f0f0;
}

.seamless-pagination-pages {
	min-height: 30px;
}

.small-text {
	font-size: 0.8em;
}

.item-navigation-title {
	color: #333;
	text-decoration: none;
	text-transform: capitalize;
	font-size: .9375em;
}

.item-navigation {
	background-color: #f6f6f6;
	padding: 10px;
	min-height: 100px;
}

.item-navigation.prev-item {
	padding-left: 40px;
}

.item-navigation.next-item {
	padding-right: 40px;
}

.item-navigation-label {
	color: #484848;
	display: block;
	text-transform: capitalize;
	font-size: 1.3125em;
}

a.item-navigation:hover,
a.item-navigation:focus {
    background-color: #f8f4e5;
    color: #21241b;
}

a.item-navigation:hover span,
a.item-navigation:focus span {
}

a.item-navigation:before {
	background-image: url("arrows_sprite.png");
	background-repeat: no-repeat;
	background-position: -514px 0;
	content: " ";
	display: block;
	float: left;
	height: 40px;
	margin: 0 0 0 -40px;
	width: 40px;
}

a.item-navigation.next-item:before {
	background-position: -487px 0;
	float: right;
	margin: 0 -40px 0 0;
}

a.item-navigation:hover .item-navigation-label,
a.item-navigation:focus .item-navigation-label,
a.item-navigation:hover .item-navigation-title,
a.item-navigation:focus .item-navigation-title {
	color: #21241b;
}

a.item-navigation.next-item:hover:before,
a.item-navigation.next-item:focus:before {
}

.categories-list > li:first-child {
	float: none;
}

.categories-list > li {
	margin: 0;
}

.categories-list span {
	padding-top: 12px;
}

.categories-list a {
	border: 1px solid #e4e6e6;
	color: #5d5d5d;
	background-color: #f6f6f6;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 15px 3px;
	font-weight: 400;
	margin: 5px 10px 5px 0;
	font-size: 0.9em;
}

.categories-list a:hover,
.categories-list a:focus {
    border: 1px solid #f8f4e5;
    background-color: #f8f4e5;
    color: #21241b;
	text-decoration: none;
}

.styled-button,
a.styled-button,
a.styled-button:visited {
	background-color: #ededed;
	/*font-family: 'DinMedium', sans-serif;*/
	font-family: Arial, sans-serif;
	color: #302D26;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
a.styled-button:hover,
.styled-button:hover,
a.styled-button:focus,
.styled-button:focus {
	background-color: #9cb227;
	/*color: #fff;*/
}

.profile-featured-panels .grid > div a h2 {
	background-color: #636349;
	color: #231f20;;
	font-size: 1.26em;
	padding: 17px 25px 15px;
}

.profile-featured-panel:hover {
    background-color: #f8f4e5;
}

.profile-featured-panels .grid > div a:hover h2,
.profile-featured-panels .grid > div a:focus h2 {
}

.profile-featured-panels .grid > div:first-child a:hover h2,
.profile-featured-panels .grid > div:first-child a:focus h2 {
}

.profile-featured-panels .grid > div:first-child + div a:hover h2,
.profile-featured-panels .grid > div:first-child + div a:focus h2 {
}

.profile-featured-panels .grid div:nth-child(1) h2 {
	background-color: #ee3e80;
}

.profile-featured-panels .grid div:nth-child(2) h2 {
	background-color: #f7941d;
}
.profile-featured-panels .grid div:nth-child(3) h2 {
	background-color: #bfd730;
}

.profile-featured-panel:hover > h2,
.profile-featured-panel:focus > h2 {
	text-decoration: none;
}

a.profile-featured-panel p.panel-text {
	padding: 28px 25px 50px;
	min-height: 0;
	color: #5a5a5a;
}

/* theme tweaks for homepage */
a.profile-featured-panel {
	background-color: #fff;
	padding: 0;
}

a.profile-featured-panel span.panel-button {
	background: #ebefee;
	margin: 0;
	color: #5a5a5a;
	position: relative;
	width: 100%;
	padding: 12px 38px 11px 25px;
	font-size: .9375em;
	display: none;
}

a.profile-featured-panel:hover span.panel-button {
	background: #7d7773;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.profile-featured-panel span.panel-button:before {
	content: "";
	display: block;
	width: 10px;
	height: 16px;
	background: url('sprite.png') no-repeat 0 -21px;
	position: absolute;
	top: 14px;
	right: 15px;
}

.profile-featured-panel:hover span.panel-button:before {
	background: url('sprite.png') no-repeat -20px -21px;
}

a.panel-button,
a.hyperlink-button,
#predictiveResults li a.search-view-more,
a.back-to-parent {
    background-color: #ddd2a8;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    color: #505050;
}

.profile-featured-panel:hover,
.profile-featured-panel:focus {
}

.no-js .profile-featured-links .no-js-element:first-child h1.item-text {
	margin-top: 0;
}

.no-js .profile-featured-links .no-js-element h1.item-text {
	background: none repeat scroll 0 0 #ffffff;
	border-bottom: medium none;
	border-radius: 3px 3px 0 0;
	float: left;
	font-weight: normal;
	padding: 15px 21px 10px;
}

.no-js .profile-featured-links .no-js-element h1.item-text,
.tab-header-title {
	font-size: 1em;
	height: auto;
	margin-bottom: -0.2px;
	margin-right: 3px;
	min-height: 50px;
	position: relative;
	text-align: left;    /*text-transform: uppercase;*/
	top: 5px;
}

.tab-header-title:last-child {
	margin-right: 0px;
}

#tabs-body,
#tabs-header {
	position: relative;
}

.tabs-panel {
	background-color: #FFFFFF;
}

.tab-header-title {
	font-family: Arial, sans-serif;
	height: auto;
	min-height: 67px;
	position: relative;
	top: 0;
	margin-right: 3px;
	margin-bottom: -0.2px; /* .2 is alignement hack for IE (remove hairline) */
	padding: 16px 4% 14px 4%;
	font-size: 1.05em;
	font-weight: 400;
	text-align: left;
	color: #21241b;
	/*background: #ee3e80;*/
	-webkit-transition: background-color 0 ease-out 0s;
	-moz-transition: background-color 0 ease-out 0s;
	-o-transition: background-color 0 ease-out 0s;
	transition: background-color 0 ease-out 0s;
	width: calc((100% - 10px) / 4);
	width: -webkit-calc((100% - 10px) / 4);
}


.tab-header-title.item-1 {
	background-color: #ee3e80;
}

.tab-header-title.item-2 {
	background-color: #f7941d;
}

.tab-header-title.item-3 {
	background-color: #bfd730;
}
.tab-header-title.item-4 {
	background-color: #bfd730;
}
.tab-header-title.selected + .tab-header-title {
	background-color: #ee3e80;
}
.tab-header-title.selected + .tab-header-title + .tab-header-title {
	background-color: #f7941d;
}
.tab-header-title.selected + .tab-header-title + .tab-header-title + .tab-header-title {
	background-color: #bfd730;
}
.tab-header-title.item-2.selected + .tab-header-title {
    background: #f7941d;
}
.tab-header-title.item-2.selected + .tab-header-title + .tab-header-title {
    background: #bfd730;
}
.tab-header-title.item-3.selected + .tab-header-title {
    background-color: #bfd730;
}

.tab-header-title:hover,
.tab-header-title:focus {
	-webkit-filter: brightness(95%);
    filter: brightness(95%);

}

.tab-header-title.selected:hover,
.tab-header-title.selected:focus {
    -webkit-filter: none;
    filter: none;
}

a.tab-header-title:hover,
a.tab-header-title:focus {
	    text-decoration: none;
}

/* Special tabs for super small devices */
@media (max-width:350px) {
	.tab-header-title {
		padding-left: 20px;
		padding-right: 6px;
	}
	
	.tab-header-title span {
		font-size: 0.9em;
	}

}

.tab-header-title.selected {
	background: #fff;
	-webkit-border-radius: 0;
	border-radius: 0;
	/*border-bottom: 1px solid rgba(239, 239, 239, 0.35);*/
}


.profile-tabbed-listing a:hover,
.profile-tabbed-listing a:focus {
	background-color: #f8f4e5;
}


.accordion-list-container .accordion-item-header a {
	background: #626348;
	margin: 0;
	padding: 10px 45px 10px 15px;
}

.accordion-list-container .accordion-item-header h2 {
	font-size: 1.125em;
	color: #fff;
}

.accordion-list-container .accordion-item-header a:hover {
	background-color: #94976c;
}

.accordion-item-body {
	background-color: #f6f6f6;
	padding: 20px 25px 30px;
}

a.minutes-trigger {
	padding-right: 45px;
}

.minutes-list-container .related-information-list {
	padding-left: 0;
	margin-top: 8px;
	margin-bottom: 27px;
}

.meeting-document-info a:before {
	top: 8px;
	margin-left: 0;
	left: 8px;
}

.meeting-document-info a {
	color: #5c5c5c;
	font-size: .9375em;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #ededed;
	padding: 10px;
}

.meeting-document-info a.back-to-parent {
	background-image: url("sprite.png");
	background-repeat: no-repeat;
	background-position: -564px -169px;
}

.meeting-document-info a:hover,
.meeting-document-info a:focus {
	background-color: #d9d9d9;
}

.meeting-document {
	border-bottom: 2px solid #ededed;
	margin-bottom: 27px;
}

.meeting-document-info a.document {
	padding: 10px 5px 10px 18px;
}

.pinned {
	background: #fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

div.table-wrapper {
	border-right: 1px solid #ccc;
}

.meeting-document h3,
.meeting-attachments h3,
.obj-meeting h3 {
	font-size: 1.125em;
}

.drop-button .drop-button-header > a {
	background-color: #5B5254;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	margin: 25px 0 0;
	padding: 7px 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: background-color 300ms ease-out 0s;
	width: 100%;
	display: block;
}

.drop-button .drop-button-header > a:hover,
.drop-button .drop-button-header > a:focus {
	background-color: #63564d;
}

.drop-button .drop-button-header > a span {
	/*font-family: 'Avenir LT W01 85 Heavy', Arial, sans-serif;*/
	font-family: Arial, sans-serif;
}

.drop-button .drop-button-header > a span {
	padding-left: 40px;
	background: url(sprite.png);
	background-position: -383px -1px;
}

.drop-button .drop-button-body {
	display: none
}

.drop-button.open .drop-button-body {
	display: block;
	background: #fff;
	padding: 10px 20px;
	margin: 0;
}

.drop-button .loader {
	display: none;
}

.drop-button.loading .loader {
	display: block;
	height: 1em;
	margin: 16px 0;
	background-image: url('data:image/gif;base64,R0lGODlhGQAZAIAAADY2NtfX1yH/C05FVFNDQVBFMi4wAwEAAAAh+QQEBQAAACwAAAAAGQAZAAACNoSPF8u9CYGbLyLq7MVNK155IOMZY1BKZ7qWJ+qObCvKsV2DM67RvW8BRl47TtF4Q+Z0S6WmAAAh+QQEBQAAACwAAAAAGQAZAAACOIRvocuKf5p08M1W7WUZ7dVFHxWOQZiYKKCi5umO6zvLsd3R91fz/fa7rFi4XNHoKx0zLWXSGSgAACH5BAQFAAAALAAAAAAZABkAAAI3hIOpaO29IntULlqtwk5vDnkTCIgBGXpoKa6sipquHLcrTeK5vcO1D9IFeUNgUXMjHi1JI0dTAAAh+QQEBQAAACwAAAAAGQAZAAACOIyPoMuLf5oEEE5Z32U5bdcZnxKKI1WeZXCioZrC77i2NR3j83frnfwDVmw5XvGyYvkyQuZyCCgAACH5BAQFAAAALAAAAAAZABkAAAI4jA2pq+fPIng0yFjhbfns1XnfFFojGZ6lOZYn2r2rOreufX+1vm/9tWL5ckMi0CgJ0lI4Js+5KAAAOw==');
}

.drop-button.error .message {
	color: #ff0000;
}

#sub-navigation-outter-container {
	display: none;
}



.page-section-pagination {
	margin-bottom: 20px;
}

/* Styling for Discover pages */
.search-filter-body.discover-search {
    padding: 0;
    margin-top: 10px;
}

.search-filter-body.discover-search > label:first-child {
    margin-top: -25px;
}

.discover-outer-container div.listing-results {
     margin: 30px 0px 20px;
     /*float: left;*/
     height: auto;
}

.search-filter-body.discover-search .inputBox {
    background: #fff;
    padding: 7px;
    margin-top: 0px;
    z-index: 100;
    /* border-right: none; */
    border-color: #dfe0e1;
    border-radius: 3px;
}

.search-filter-body.discover-search {
	margin-bottom: 20px;
    /* width: 60%; */
    position: relative;
    width: 100%;
    padding: 45px 20px 20px;
    background: #f8f8f8;
    border-radius: 4px;
}

.search-filter-body.discover-search input[type="submit"] {
    width: 40px;
    height: 40px;
    margin: 0;
    background-color: #fff;
    border: 1px solid #989898;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    color: transparent;
    position: absolute;
    background: url("general-icons.png") no-repeat transparent;
    background-position: 10px -304px;
    right: 20px;
    top: 48px;
}

.search-filter-body.discover-search .sc-search-box {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    margin-top: 6px;
}

div.discover-list-container .list-item-container a {
    padding: 20px;
    border-top: 6px solid #bfd730;
}

div.discover-list-container .large-thumbnail-image {
    max-width: 300px;
    float: right;
    display:none
}

div.discover-list-container .list-item-container.small-panel a {
    padding: 0px;
}

div.discover-list-container .small-panel h2,
div.discover-list-container .small-panel p {
	max-width: 100%;
	margin: 15px;
}

div.discover-list-container .list-item-container h2 {
	border-bottom: none;
}

div.discover-list-container .small-panel .large-thumbnail-image {
	float: none;
}

/* End of discover styling */


@media (min-width:480px) {
	.tab-group.profile-featured-links #tabs-header .tab-header-title span {
		display: block;
	}

	.tab-group.profile-featured-links #tabs-header .tab-header-title i {
		display: none;
	}

	.header-website-settings a {
		height: 50px;
	}

	.search-inner-container {
		margin: 15px;
	}

	/* Show search placeholder on larger browsers */
	input.sc-search-text::-webkit-input-placeholder {
		color: #505050;
	}

	input.sc-search-text::-moz-placeholder {
		color: #505050;
	}

	input.sc-search-text:-moz-placeholder {
		color: #505050;
	}

	/* Older versions of Firefox */
	input.sc-search-text:-ms-input-placeholder {
		color: #505050;
	}

	.sc-search-button {
		font-size: 1em;
	}

	.main-page-image {
		float: left;
		margin: 0.4em 25px 25px 0;
		width: 40%;
	}

	.full-width {
		width: 100%;
	}

	.powered-by {
		margin-top: 0px;
		padding-left: 0.2em;
	}
	
	.tab-header-title {
    	min-height: 76px;
	}
	


}

@media (min-width:768px) {
	.profile-list.item-0 .list-item-block-date {
		left: 15px;
	}

	.list-container .thumbnail-image {
		margin: 10px 0 10px 10px;
	}

	/* Begin Braedon edit */
	table.sc-responsive-table th:first-child,
	table.sc-responsive-table td:first-child,
	table.sc-responsive-table td:first-child,
	table.sc-responsive-table.pinned td {
		display: table-cell;
	}

	table.sc-responsive-table th:first-child,
	table.sc-responsive-table td:first-child,
	table.sc-responsive-table td:first-child,
	table.sc-responsive-table.pinned td {
		display: table-cell;
	}

	/* End Braedon edit */
	.tab-header-title {
		padding: 15px;
		height: auto;
		margin-left: 0;
		text-align: center;
		min-height: auto;
	}

	.tab-header-title .item-icon {
		display: none;
	}

	.tab-header-title span {
		display: inline-block;
		margin-top: 1px;
	}

	.main-outer-container {
		padding-bottom: 65px;
	}

	.main-inner-container {
		padding: 28px 8px;
		margin: 0;
	}

	/* On landing pages, add some extra margin to the right column
	  - All divs
	  - Who are direct decendents of a .col-lg-4
	  - Who are next siblings of .col-lg-8
	  - Who are direct decendents of a .grid
	  - Who are next siblings of an h1
	  - Who is the first-child and direct decendent of the .main-container
	*/
	.main-container > h1:first-child + .grid > .col-lg-8 + .col-lg-4 > div {
		margin-left: 12px;
	}

	/* Landing Page: Give some extra margin to the grid as specified in the graphic design*/
	.main-container > h1:first-child {
		margin-bottom: 20px;
	}

	.main-container div div > h1:first-child {
		margin-bottom: 0;
		padding-bottom: 14px;
	}

	.landing-page-nav.landing-2-col {
		margin: 0 -9px;
	}

	.landing-page-nav.landing-2-col .list-item-container a {
		margin: 0 9px;
	}

	.landing-page-nav.landing-2-col > div > div:nth-child(2n+1) {
		clear: left;
	}

	.landing-page-nav.landing-3-col {
		margin: 0 -1%;
	}

	.landing-page-nav {
		padding-top: 20px;
	}

	.landing-page-nav.landing-3-col .list-item-container a {
		margin: 0 1%;
	}

	.landing-page-nav.landing-3-col > div > div:nth-child(3n+1) {
		clear: left;
	}

	.landing-page-nav .list-item-container a {
		min-height: 267px;
	}

	.do-it-online .profile-list {
		min-height: 188px;
		margin: 0px 10px;
	}

	.do-it-online .profile-list.item-0:before,
	.do-it-online .profile-list.item-1:before {
		display: none;
	}

	.do-it-online  > .grid > div:nth-child(2n+1) {
		clear: left;
	}

	.do-it-online  > .grid > div:nth-child(3n+1) {
		clear: none;
	}

	.obj-meeting .drop-button {
		width: 50%;
	}

	.footer-first-row .grid-pad > div {
		width: 50%;
	}

	.footer-first-row .grid-pad > div + div + div {
		clear: left;
	}

	.profile-list > p {
		display: block;
	}

	.footer-first-row .grid-pad {
		padding-left: 17px;
		padding-right: 17px;
	}
	
	div.discover-list-container .large-thumbnail-image {
    	display:block;
	}
	
	div.discover-list-container h2,
	div.discover-list-container p {
		/*max-width: calc(100% - 320px);*/
	}
	
	div.discover-list-container .list-item-container.small-panel a {
		min-height: 450px;
		/*border-bottom: 3px solid #bfd730;*/
	}
	
	div.discover-list-container .small-panel .large-thumbnail-image {
		float: none;
	    width: 100%;
	    max-width: none;
	}
}

@media screen and (max-device-width:987px), screen and (max-width:987px) {
	.councillors-results .councillor-result {
		border-bottom: 2px solid #fff;
	}

	.councillors-results .councillor-result:nth-last-child(1) {
		border-bottom: none;
	}

	.header-first-row .col-xs-8.col-lg-6 {
		width: 80%;
	}

	.header-first-row .col-xs-4.col-lg-3 {
		margin-left: 5%;
		width: 15%;
	}

	.header-site-logo {
		padding-bottom: 0;
	}

	.header-site-logo > a {
		background-position: 0 0;
		background-size: contain;
		width: 100%;
		height: 77px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	
	.header-outer-container {
	    background: #fff;
	}

	.svg .header-site-logo > a {
		background-size: contain;
		background-position: 0 0;
		background-image: url('logo_slim.svg');
	}

	.sc-search-panel {
		padding: 8px 0;
	}

	.sc-search-text {
		/*width: 85%;*/
	}

	.sc-search-button {
		/*width: 15%;*/
	}

	#predictiveResults {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}

	.profile-featured-text,
	a.profile-featured-text:visited {
		margin-bottom: 56px;
		padding-left: 20px;
		padding-right: 20px;
		width: 98%;
		margin-left: 1%;
	}

	.profile-events-listing .profile-list > h2 {
		padding: 0 0 17px;
	}

	.search-filter-header h2 {
		padding: 11px 50px 11px 20px;
	}

	.footer-outer-container.footer-first-row {
		background-size: auto;
	}
	
	.header-outer-container .header-container .grid {
	    padding: 0px;
	}
	
	.header-site-logo {
	    padding: 10px 0px;
	}
	
	.search-inner-container, .header-search-control-container {
	    background-color: #ddd2a8;
	}
	
	.header-website-settings a {
	    margin-top: 45px;
	}
	
	.sc-search-text {
	    background: #fff;
	    border: #fff;
	}
	
 

}

@media screen and (max-device-width:479.99px), screen and (max-width:479.99px) {
	.search-neighbourhood input.button-search {
		width: 100%;
	}
	
		/* Hide search placeholder on smaller browsers */
	input.sc-search-text::-webkit-input-placeholder {color: transparent;}
	input.sc-search-text::-moz-placeholder {color: transparent;}
	input.sc-search-text:-moz-placeholder  {color: transparent;}
	input.sc-search-text:-ms-input-placeholder {color: transparent;}

	.councillors-results .councillor-result img.thumbnail-image.right {
		float: none;
	}

	.header-website-settings a {
    	margin-top: 42px;
	    height: 40px;
	}

	.header-site-logo > a {
		height: 70px;
	}
	
	input.sc-search-text::-webkit-input-placeholder {color: transparent;}
	input.sc-search-text::-moz-placeholder {color: transparent;}
	input.sc-search-text:-moz-placeholder  {color: transparent;}
	input.sc-search-text:-ms-input-placeholder {color: transparent;} 

	.feature-background-blurb {
		padding-right: 10px;
		padding-left: 10px;
	}


	.profile-featured-panels .grid > div a h2 {
		font-size: 1.25em;
	}

	.profile-featured-text {
		width: 100%;
	}

	.profile-featured-text,
	a.profile-featured-text:visited {
		margin-top: 30px;
		margin-bottom: 26px;
		font-size: 1.625em;
	}

	.profile-tabbed-listing {
		padding: 20px 0;
	}

	.profile-tabbed-listing.do-it-online a {
		height: 75px;
		margin: 0 4%;
		padding: 5px 0;    /* border-bottom: 3px solid #ededed; */
	}

	.profile-featured-panel {
		margin-left: 10px;
		margin-right: 10px;
	}

	.do-it-online .profile-list > h2 {
		padding-bottom: 20px;
		font-size: 1.0625em;
	}

	.do-it-online .profile-list > p {
		display: none;
	}

	.tab-header-title {
		padding: 15px 5px 7px 15px;
		line-height: normal;
		/*height: 64px;*/
		height: 55px;
		font-size: .9375em;
		/*background-color: #5b5254;*/
	}

	.do-it-online .item-icon {
		margin: 4px 0px 20px 10px;
	}

	.tab-header-title {
		padding: 15px 10px 15px 10px;
	}

	.tab-header-title.item-1 {
		margin-left: 0;
	}

	/*.profile-list.item-2 > p
	{
	margin-left: 82px;
	}*/
	.footer-outer-container.footer-first-row {
		background-position: center top;
	}

	h3.footer-title {
		margin-bottom: 32px;
	}

	.footer-container div div:first-child h3.footer-title {
		font-size: 1.5em;
		margin-top: 30px;
	}

	.footer-second-row .grid-pad > div {
		padding: 28px 0 0;
	}

	.powered-by {
		margin-top: 0;
	}

}

/* Custom My Neighborhood pin  */
.search-filter-body .pin-facilities-for-hire label,
.facilities_for_hire h3 {
	background-image: url("/files/assets/public/templateimages/mapicons/map_pin_facilities_for_hire.png");
}.sf-menu,.sf-menu *
{
	margin:0;
	padding:0;
	list-style:none;
}
.sf-menu.sf-mobile .nav-level-1 br {
	display:none;
}

.sf-menu li
{
	position:relative;
	background:#ddd2a8;
	border-top: solid 1px #cec192;
	-webkit-transition:background .2s;
	transition:background .2s;
	float:none;
	display:block;
	width:100%;
}

.sf-menu a
{
	display:block;
	position:relative;
	padding: 13px 15px;
	text-decoration:none;
	zoom:1;
	color: #21241b;
}

.sf-menu > li:first-child
{
}
.sf-menu > li
{
	/*background:#52798f;*/
	/*border-top: 1px solid #7c716a;*/
}
.sf-menu > li > ul
{
}
.sf-menu.sf-mobile > li > ul {
    border-top: none;
}
.sf-menu > li.xpopdrop +li,
.sf-menu > li > ul > li:first-child
{

}
.sf-menu > li > ul > li > ul > li:first-child
{

}

/* Menu Colours */
/* section 1 */
.sf-menu.sf-mobile > li.nav-item-seq-1 > a:hover, .sf-menu.sf-mobile > li.nav-item-seq-1 > a:focus
{
	background-color: #cec192;
}
	
/* section 2 */
.sf-menu.sf-mobile > li.nav-item-seq-2 > a:hover, .sf-menu.sf-mobile > li.nav-item-seq-2 > a:focus
{
	background-color: #77737d;
}
.sf-menu.sf-mobile .nav-item-seq-2 ul li
{
	background: #77737d;
	border-top: 1px solid #837f89;
}

.sf-menu.sf-mobile .nav-item-seq-2 ul ul li
{
	background: #65606b;
	border-top: 1px solid #88848e;
}

.sf-menu.sf-mobile .nav-item-seq-2 li a:hover,.sf-menu.sf-mobile .nav-item-seq-2 li a:focus
{
	background:#65606b;
	-webkit-transition:none;
	transition:none;
}

.sf-menu.sf-mobile .nav-item-seq-2 ul ul li a:hover,.sf-menu.sf-mobile .nav-item-seq-2 ul ul li a:focus
{
	background:#4f4b56;
	-webkit-transition:none;
	transition:none;
}
	
/* section 3 */
.sf-menu.sf-mobile > li.nav-item-seq-3 > a:hover, .sf-menu.sf-mobile > li.nav-item-seq-3 > a:focus
{
	background-color: #2d5b7f;
}
.sf-menu.sf-mobile .nav-item-seq-3 ul li
{
	background: #2d5b7f;
	border-top: 1px solid #3d6889;
}

.sf-menu.sf-mobile .nav-item-seq-3 ul ul li
{
	background: #204d70;
	border-top: 1px solid #315b7b;
}

.sf-menu.sf-mobile .nav-item-seq-3 li a:hover,.sf-menu.sf-mobile .nav-item-seq-3 li a:focus
{
	background:#074264;
	-webkit-transition:none;
	transition:none;
}

.sf-menu.sf-mobile .nav-item-seq-3 ul ul li a:hover,.sf-menu.sf-mobile .nav-item-seq-3 ul ul li a:focus
{
	background:#193d59;
	-webkit-transition:none;
	transition:none;
}

/* section 4 */
.sf-menu.sf-mobile > li.nav-item-seq-4 > a:hover, .sf-menu.sf-mobile > li.nav-item-seq-4 > a:focus
{
	background-color: #a1642e;
}
.sf-menu.sf-mobile .nav-item-seq-4 ul li
{
	background: #a1642e;
	border-top: 1px solid #ac6f38;
}

.sf-menu.sf-mobile .nav-item-seq-4 ul ul li
{
	background: #8f531d;
	border-top: 1px solid #9f622c;
}

.sf-menu.sf-mobile .nav-item-seq-4 li a:hover,.sf-menu.sf-mobile .nav-item-seq-4 li a:focus
{
	background:#8f531d;
	-webkit-transition:none;
	transition:none;
}

.sf-menu.sf-mobile .nav-item-seq-4 ul ul li a:hover,.sf-menu.sf-mobile .nav-item-seq-4 ul ul li a:focus
{
	background:#793e09;
	-webkit-transition:none;
	transition:none;
}

/* section 5 */
.sf-menu.sf-mobile > li.nav-item-seq-5 > a:hover, .sf-menu.sf-mobile > li.nav-item-seq-5 > a:focus
{
	background-color: #82735a;
}
.sf-menu.sf-mobile .nav-item-seq-5 ul li
{
	background: #82735a;
	border-top: 1px solid #8d7d64;
}

.sf-menu.sf-mobile .nav-item-seq-5 ul ul li
{
	background: #706149;
	border-top: 1px solid #7f7057;
}

.sf-menu.sf-mobile .nav-item-seq-5 li a:hover,.sf-menu.sf-mobile .nav-item-seq-5 li a:focus
{
	background:#706149;
	-webkit-transition:none;
	transition:none;
}

.sf-menu.sf-mobile .nav-item-seq-5 ul ul li a:hover,.sf-menu.sf-mobile .nav-item-seq-5 ul ul li a:focus
{
	background:#62533c;
	-webkit-transition:none;
	transition:none;
}
	
/* section 6 */
.sf-menu.sf-mobile > li.nav-item-seq-6 > a:hover, .sf-menu.sf-mobile > li.nav-item-seq-6 > a:focus
{
	background-color: #6c8419;
}
.sf-menu.sf-mobile .nav-item-seq-6 ul li
{
	background: #6c8419;
	border-top: 1px solid #768e23;
}

.sf-menu.sf-mobile .nav-item-seq-6 ul ul li
{
	background: #5a7208;
	border-top: 1px solid #698117;
}

.sf-menu.sf-mobile .nav-item-seq-6 li a:hover,.sf-menu.sf-mobile .nav-item-seq-6 li a:focus
{
	background:#5a7208;
	-webkit-transition:none;
	transition:none;
}

.sf-menu.sf-mobile .nav-item-seq-6 ul ul li a:hover,.sf-menu.sf-mobile .nav-item-seq-6 ul ul li a:focus
{
	background:#4d6301;
	-webkit-transition:none;
	transition:none;
}

#mobnav-btn
{
	font-size:20px;
	font-weight:700;
	background-color:blue;
	color:#FFF;
	padding:10px;
	cursor:pointer;
	width:50px;
}

.mobnav-subarrow-child,.mobnav-subarrow
{
	display:block;
	height:30px;
	width:40px;
	position:absolute;
	top:4px;
	right:4px;
	cursor:pointer;
	background-image: url('sprite.png');
	background-position: -88px 11px;
	background-repeat: no-repeat;
}

.svg .mobnav-subarrow-child,.mobnav-subarrow {
	background-image: url('sprite.svg');	
}

.mobnav-subarrow
{
	display:block;
	background-position: -84px -161px;
}
.mobnav-subarrow-child
{
	background-position: -182px -161px;
}
.xpopdrop > .mobnav-subarrow 
{
    background-position: -37px -161px;
}
.xpopdrop > .mobnav-subarrow-child 
{
    background-position: -131px -161px;
}

.sf-menu
{
	width:100%;
	display:none;
}

.sf-menu.xactive
{
	display:block;
}

.sf-menu li a
{
	float:none;
}

.sf-menu ul
{
	-webkit-transition:display .1s ease;
	-moz-transition:display .1s ease;
	-ms-transition:display .1s ease;
	-o-transition:display .1s ease;
	transition:display .1s ease;
	min-width:100%;
	width:100%;
}

.sf-menu.sf-mobile ul
{
	position:static;
	display:none;
}

.sf-menu.sf-mobile .xpopdrop > ul
{
	display:block;
}

.sf-menu ul a
{
	/* padding-left:25px; */
}

.sf-menu ul ul a
{
	/* padding-left:35px; */
}
.sf-menu .nav-has-children
{
	padding-right:45px ;
}
.sf-menu li a {
	font-size: 1em;
}
.sf-menu > li > a
{
	/*background-color: #63564d;*/
	height:100%;
	text-align:left;
}

@media screen and (max-device-width: 987px), screen and (max-width:987px) {
.sf-menu a {
    padding-left: 30px;
}
.sf-menu ul a {
    padding-left: 60px;
}
.sf-menu ul ul a {
    padding-left: 90px;
}
}
@media screen and (max-device-width:480px), screen and (max-width:480px) {
.sf-menu a {
    padding-left: 10px;
}
.sf-menu ul a {
    padding-left: 30px;
}
.sf-menu ul ul a {
    padding-left: 50px;
}
}@media (min-width:992px) {
	.profile-list .list-item-block-date {
		left: 15px;
	}

	/* Begin of media query moved from client.css */
	a.nav-level-1.nav-has-children.sf-with-ul {
		padding: 11px;
	}

	.background-container .content-outer-container {
		padding-bottom: 288px;
	}

	.footer-outer-container.footer-first-row {
		width: 100%;
		/*padding-top: 288px;*/
		/*background-image: url('footer-swirl.png');*/
		background-color: transparent;
		background-position: top left;
		background-repeat: no-repeat;
		background-size: 100% 288px;
		padding-left: 0;
		padding-right: 0;
		margin-top: -288px;
	}

	/* Theme tweak changes - homepage */
	/*.sf-menu > li.nav-item-seq-1.nav-active-path:after,*/
	/*.sf-menu > li.nav-item-seq-2.nav-active-path:after,*/
	/*.sf-menu > li.nav-item-seq-3.nav-active-path:after,*/
	/*.sf-menu > li.nav-item-seq-4.nav-active-path:after,*/
	/*.sf-menu > li.nav-item-seq-5.nav-active-path:after,*/
	/*.sf-menu > li.nav-item-seq-6.nav-active-path:after,*/
	/*.sf-menu > li.nav-item-seq-7.nav-active-path:after,*/
	/*.sf-menu > li.nav-item-seq-8.nav-active-path:after {*/
	/*	border-top-color: #5B5254 !important;*/
	/*}*/

	/*.navigation-outer-container .navigation-container .grid .sf-menu li.nav-section-quarters-1,*/
	/*.navigation-outer-container .navigation-container .grid .sf-menu li.nav-section-quarters-2,*/
	/*.navigation-outer-container .navigation-container .grid .sf-menu li.nav-section-quarters-3,*/
	/*.navigation-outer-container .navigation-container .grid .sf-menu li.nav-section-quarters-4 {*/
	/*	padding: 7.5px 0;*/
	/*}*/

	.tab-header-title {

		/* padding: 15px 5px 7px 15px; */

		line-height: normal;	  /* height: 64px; */
		/*background-color: #5b5254;*/
	}

	.do-it-online .item-icon {
		margin: 4px 0px 20px 10px;
	}

	.sf-menu .first-item .item-icon {
		margin-top: 0;
	}

	.sf-menu li:hover,
	.sf-menu li.sfHover {
		background: transparent;
	}

	/*.sf-menu > li.nav-item-seq-1.nav-active-path:after {*/
	/*	z-indeX: -9999;*/
	/*}*/

	/*.sf-menu > li.nav-item-seq-1.nav-active-path > a,*/
	/*.sf-menu > li.nav-item-seq-1:hover > a,*/
	/*.sf-menu > li.nav-item-seq-1.sfHover > a {*/
		/*background-color: #5B5254 !important;*/
	/*}*/

	/*.sf-menu > li.nav-item-seq-1.nav-active-path > a,*/
	/*.sf-menu > li.nav-item-seq-1:hover > a,*/
	/*.sf-menu > li.nav-item-seq-1.sfHover > a {*/
		/*background-color: #5B5254 !important;*/
	/*}*/

	/*.sf-menu > li.nav-item-seq-2.nav-active-path > a,*/
	/*.sf-menu > li.nav-item-seq-2:hover > a,*/
	/*.sf-menu > li.nav-item-seq-2.sfHover > a {*/
	/*	background-color: #5B5254 !important;*/
	/*}*/

	/*.sf-menu > li.nav-item-seq-3.nav-active-path > a,*/
	/*.sf-menu > li.nav-item-seq-3:hover > a,*/
	/*.sf-menu > li.nav-item-seq-3.sfHover > a {*/
	/*	background-color: #5B5254 !important;*/
	/*}*/

	/*.sf-menu > li.nav-item-seq-4.nav-active-path > a,*/
	/*.sf-menu > li.nav-item-seq-4:hover > a,*/
	/*.sf-menu > li.nav-item-seq-4.sfHover > a {*/
	/*	background-color: #5B5254 !important;*/
	/*}*/

	/*.sf-menu > li.nav-item-seq-5.nav-active-path > a,*/
	/*.sf-menu > li.nav-item-seq-5:hover > a,*/
	/*.sf-menu > li.nav-item-seq-5.sfHover > a {*/
	/*	background-color: #5B5254 !important;*/
	/*}*/

	/*.sf-menu > li.nav-item-seq-6.nav-active-path > a,*/
	/*.sf-menu > li.nav-item-seq-6:hover > a,*/
	/*.sf-menu > li.nav-item-seq-6.sfHover > a {*/
	/*	background-color: #5B5254 !important;*/
	/*}*/

	/*.sf-menu > li.nav-item-seq-7.nav-active-path > a,*/
	/*.sf-menu > li.nav-item-seq-7:hover > a,*/
	/*.sf-menu > li.nav-item-seq-7.sfHover > a {*/
	/*	background-color: #5B5254 !important;*/
	/*}*/

	/*.sf-menu li a:hover,*/
	/*.sf-menu li a:focus,*/
	/*.sf-menu ul ul li a:hover,*/
	/*.sf-menu ul ul li a:focus,*/
	/*.sf-menu > li > a:hover,*/
	/*.sf-menu > li > a:focus {*/
	/*	background-color: transparent;*/
	/*}*/

	/* END Theme tweak changes - homepage */
	.do-it-online .profile-list.item-2:before {
		display: none;
	}

	.do-it-online  > .grid > div:nth-child(2n+1) {
		clear: none;
	}

	.do-it-online  > .grid > div:nth-child(3n+1) {
		clear: left;
	}

	.profile-featured-text,
	a.profile-featured-text:visited {
		margin-top: 0;
	}

	#sub-navigation-outter-container {
		display: block;
	}

	.main-inner-container {
		padding: 25px 15px;
	}

	.footer-first-row .grid-pad {
		padding-left: 4px;
		padding-right: 4px;
	}

	.footer-first-row .grid-pad > div + div + div {
		clear: none;
	}

	/* End of media query moved from client.css */
	.background-container {
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: 0 0;
		background-color: #F2F3EE;
	}

	.header-container {
		background-color: transparent;
	}

	.header-first-row {
		border: none;
	}

	.header-website-settings a {
		margin: 5px 4px;
	}

	/* Logo and search positioning */
	.header-first-row {
		float: left;
	}

	#skip-to-content-container {
		position: absolute;
	}

	.header-site-logo {
	}

	#header-search {
		float: right;
		width: auto;
		position: relative;
		top: 27px;
	}

	/* Search styling */
	.search-inner-container {
		max-width: 600px;
		margin: 0;
	}

	.sc-search-panel {
	}

	.sc-search-text {
		width: 355px;
	}

	.sc-search-button {
		width: 90px;
	}

	.accordion-trigger.quick-links {
		display: none;
	}

	.list-item-container.landing-3-col a {

		/* height: 175px; */
	}

	.light-theme a,
	.light-theme span {
		min-width: 30px;
		padding: 6px 7px;
		margin: 0 5px 0 0;
	}

	#sub-navigation-container {
		padding: 0 0 0 15px;
		background-color: transparent;
	}

	#predictiveResults {
		width: 369px;
	}

	.profile-featured-text {
		width: auto;
		float: left;
	}

	/* In this section */
	#sub-navigation-container.sticky {
		max-width: 309px;
		width: 30%;
	}

	p.sub-nav-header {
		font-size: 1.3em;
		padding: 9px 10px 8px 25px;
	    background: #ddd2a8;
	    color: #21241b;
		margin: 0;
		border-bottom: 2px solid #fff;
	}

	#sub-navigation-outter-container {
		position: relative;
		top: -0.75em;
	}

	#sub-navigation-container a {
		display: block;
		padding: 11px 35px 11px 20px;
		border-bottom: 2px solid #fff;
		text-decoration: none;
		color: #5d5d5d;
		background: #f4f4f4;
	}

	#sub-navigation-container a:hover {
		color: white;
		text-decoration: none;
		background-color: #94976c;
	}

	#sub-navigation-container ul li a {
		position: relative;
	}

	#sub-navigation-container li.nav-level-1.nav-has-children > a:after {
		content: "";
		display: block;
		width: 15px;
		height: 16px;
		background: url(sprite.png);
		position: absolute;
		right: 15px;
		margin-top: 14px;
		background-position: -17px -263px;
		top: 0;
	}

	#sub-navigation-container li.nav-level-1.nav-active-path.nav-has-children > a:after {
		content: "";
		display: block;
		width: 15px;
		height: 16px;
		background: url(sprite.png);
		position: absolute;
		right: 15px;
		margin-top: 12px;
		background-position: 409px -171px;
		top: 0;
	}
	
	#sub-navigation-container li.nav-level-1.nav-active-path.nav-has-children > a:hover:after,
	#sub-navigation-container li.nav-level-1.nav-active-path.nav-has-children > a:focus:after {
		background-position: 428px -171px;	
	}

	#sub-navigation-container li.nav-level-2.nav-has-children > a:after {
		content: "";
		display: block;
		width: 15px;
		height: 16px;
		background: url(sprite.png);
		position: absolute;
		right: 15px;
		margin-top: 14px;
		background-position: -179px -19px;
		top: 0;
	}

	#sub-navigation-container li.nav-level-2.nav-active-path.nav-has-children > a:after {
		content: "";
		display: block;
		width: 15px;
		height: 16px;
		background: url(sprite.png);
		position: absolute;
		right: 15px;
		margin-top: 12px;
		background-position: -158px -19px;
		top: 0;
	}

	#sub-navigation-container .nav-level-2 a {
		background-color: #ebebeb;
		padding-left: 40px;
	}

	#sub-navigation-container .nav-level-3 a {
		padding-left: 60px;
	}

	#sub-navigation-container li.nav-level-1 > a:hover,
	#sub-navigation-container li.nav-level-1 > a:focus {
	    color: #21241b;
	    text-decoration: none;
	    background-color: #f8f4e5;
	}
	
	#sub-navigation-container li.nav-level-1 > a:hover:after,
	#sub-navigation-container li.nav-level-1 > a:focus:after {
		background-position: 4px -263px;	
	}
	

	#sub-navigation-container a:hover {
		color: white;
		text-decoration: none;
		background-color: #94976c;
	}

	#sub-navigation-container li.nav-active-page > a {
		text-decoration: underline;
	}
	

	#sub-navigation-container > ul ul {
		padding-left: 0;
	}

	#sub-navigation-container > ul ul a {
		padding-left: 20px;
	}

	#sub-navigation-container > ul ul ul a {
		padding-left: 40px;
	}

	.main-outer-container,
	.header-container,
	.footer-container,
	.navigation-container {
		max-width: 1140px;
	}

	.profile-tabbed-listing div div:nth-last-child(1) a,
	.profile-tabbed-listing div div:nth-last-child(2) a,
	.profile-tabbed-listing div div:nth-last-child(3) a {
		border: none;
	}

	.footer-first-row .grid-pad > div {
		width: 33%;
	}
	
	.search-filter-body.discover-search {
    	width: 60%;
	}

}@media (min-width: 992px) {
	
		.navigation-outer-container {
		background-color: #ddd2a8;
		height: 50px;
	}

	.sf-menu .first-item .item-icon 
	{
		display: block;
	    background: url('general-icons.png') transparent;
	    background-position: 0 -205px;
		width: 26px;
		height: 29px;
		margin: 0 auto;
	}
	
	.svg .sf-menu .first-item .item-icon {
    	background-image: url('general-icons.svg');	
	}
	
	
	.sf-menu .first-item
	{
		text-align:center;
		position: absolute;
		width: 94px;
		top: 0;
		left: 0;
	}
	.sf-menu .first-item .item-icon
	{
		margin-top:5px;
	}
	.sf-menu .first-item .item-text
	{
		position:absolute;
		top:-999px;
	}
	.sf-menu
	{
		display:block;
		float:left;
		width:100%;
		position: relative;
		padding-left: 94px;
	}
	
	.sf-menu ul
	{
		position:absolute;
		display:none;
		top:100%;
		left:0;
		z-index:99;
		width: 310px;
		box-shadow: 0 5px 8px rgba(0,0,0,.3);
	}
	
	.sf-menu li {
		position: relative;
	}
	
	.sf-menu > li
	{
		float:left;
		width: 16.66%;
		height: 50px;
	}
	
	.sf-menu > li:hover {
		background-color: #cec191;
	}
	
	
	.sf-menu ul li,.sf-menu ul ul li {
    	border-top: none;
	}
	
	.sf-menu li:hover > ul,.sf-menu li.sfHover > ul
	{
		display:block;
	}
	
	.sf-menu ul ul
	{
		top:0;
		left:100%;
	}
	
	.sf-menu > li.nav-section-quarters-4 > ul,.sf-menu > li.nav-section-quarters-3 > ul
	{
		right:0;
		left:auto;
	}
	

	
	.sf-menu > li.nav-section-quarters-4 > ul ul,.sf-menu > li.nav-section-quarters-3 > ul ul
	{
		right:100%;
		left:auto;
	}
	
	.sf-menu > li > a
	{
		/*height: 50px;*/
		text-align:left;
		font-size: 1.06em;
		font-weight: 400;
		/*font-family: 'DinMedium', sans-serif;*/
		font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
		line-height: 50px;
		text-align: center;
		overflow: hidden;/* IE hack*/
		padding: 7.5px 0px;
		/*background-color: #5b5254;*/
		/*background-color: #ddd2a8;*/
	}
	
	.sf-menu li a:hover,
	.sf-menu li a:focus,
	.sf-menu ul ul li a:hover,
	.sf-menu ul ul li a:focus,
	.sf-menu > li > a:hover,
	.sf-menu > li > a:focus
	{
		/*background-color: transparent;*/
		background-color: #cec192;
		
	}
	
	.sf-menu > li.nav-active-path {
		background:#cec192;
	}
	
	.sf-menu > li.nav-active-path:after {
	    content: "";
	    display: block;
	    width: 0;
	    height: 0;
	    border-left: 12px solid transparent;
	    border-right: 12px solid transparent;
	    border-top: 12px solid #cec192;
	    position: absolute;
	    bottom: -9px;
	    left: 50%;
	    margin-left: -10px;
	    -webkit-transition: border 300ms ease-out 0s;
	    transition: border 300ms ease-out 0s;
	}
	
	.sf-menu > li.nav-active-path:hover:after, .sf-menu > li.nav-active-path.sfHover:after {
		    border-top: 10px solid #cec192;
	}
	

	
	#mobnav-btn
	{
		display:none;
	}
	
	
	.mobnav-subarrow-child,
	.mobnav-subarrow
	{
		background-position: 20px -251px;
		z-index: 100;
	}

	.mobnav-subarrow
	{
		display:none;
	}
	.sf-menu a,.sf-menu ul a,.sf-menu ul ul a,.sf-menu > li > .nav-has-children
    {
	    padding: 0;
    }
	
	.sf-menu > li
	{
		border-top: none;
	}
	
	.sf-menu > li > ul
	{
	}
	.sf-menu > li > ul a
	{
		padding: 12px 15px 13px;
		font-size: 0.9375em;
		/*background: #cec192;*/
		background: #e5ddbb;
	}
	
/*	.sf-menu > li.nav-active-path:after {*/
/*    border-left: 10px solid transparent;*/
/*    border-right: 10px solid transparent;*/
/*    border-top: 10px solid #3d3d3d;*/
/*    bottom: -10px;*/
/*    content: "";*/
/*    display: block;*/
/*    height: 0;*/
/*    left: 50%;*/
/*    margin-left: -10px;*/
/*    position: absolute;*/
/*    transition: border 300ms ease-out 0s;*/
/*    width: 0;*/
/*}*/

	/*.sf-menu > li.nav-active-path:hover:after,*/
	/*.sf-menu > li.nav-active-path.sfHover:after	*/
	/*{*/
	/*	-webkit-transition:none;*/
	/*	transition:none;*/
	/*	border-top: 10px solid #bd4f19;*/
	/*	-webkit-transition:none;*/
	/*	transition:none;*/
	/*}*/
	
	.sf-menu > li:hover > a, .sf-menu > li.sfHover > a
	{
		background-color: #e5ddbb;
		/*height:auto;*/
	}

	.sf-menu li:hover,.sf-menu li.sfHover
	{
		/*background:#074264;*/
		-webkit-transition:none;
		transition:none;
	}
	
	.sf-menu > li.xpopdrop +li,
	.sf-menu > li > ul > li:first-child,
	.sf-menu > li > ul > li > ul > li:first-child
	{
		border-top: none;
	}
	
	
	.sf-menu ul li
	{
		/* background:#012f49;*/
		border-bottom:1px solid #fff;
	}
	.sf-menu ul ul li a
	{
		background:#074264;
		border-bottom:1px solid #1f5579;
	}
		.sf-menu ul ul li a:hover,.sf-menu ul ul li a:focus
	{
		background:#0d5178;
	}
	
	/* Fixes for dropshadow */
	.sf-menu > li > a, .sf-menu > li > ul a  {
		z-index: 98;
	}
	.sf-menu > li > ul, .sf-menu  ul  ul
	{
		z-index: 97;
	}

}/*GOGOGOG!*/

.sc-form input[type="text"], .sc-form textarea, .sc-form select {
    width: 50%;
}
div.RadPicker table.rcSingle .rcInputCell {
    /* width: 40%!important; */
}
.sc-form table th,.sc-form table td
{
	background-color: transparent;
	color:#5a5a5a;
	padding:5px 0;
}
html body #mainForm .RadInput_Default .riTextBox, html body #mainForm .RadInputMgr_Default 
{
    font-size: 1.1em;
    color: #505050;
}
.RadInput_Default, .RadInputMgr_Default, .RadPicker .rcTable, .rdfd_ {
    font-size: 1em!important;
}
.sc-form input[type="text"], .sc-form textarea, .sc-form select, .sc-datetime > .sc-form-control > .RadPicker .RadInput_Default input[type="text"], html body #mainForm .RadInput_Default .riTextBox, html body #mainForm .RadInputMgr_Default 
{
    border: 1px solid #dfe0e1;
    font-size: 0.8125em;
    padding-left: 7px;
    margin-top: 10px;
}
.sc-form input[type="file"]
{
    margin-top: 10px;
    font-size: 0.8125em;
}
.sc-form .sc-description
{
	font-size: 1em;
}
.sc-form .sc-form-control table
{
	margin-top: 0;
	margin-bottom: 0;
}
.sc-form .sc-label
{
    font-size: 1em;
    margin-top: 20px;
}
.sc-radio-button > .sc-form-control label, .sc-checkbox > .sc-form-control label, .sc-form-matrix > .sc-form-control label, .sc-rank > .sc-form-control label {
    font-size: .9375em;  
}
.RadPicker_Default .rcCalPopup, .RadPicker_Default .rcTimePopup
{
	background: url('sprite.png') no-repeat -582px -577px transparent!important;
	margin: 8px 0 0 10px;
}

.svg .RadPicker_Default .rcCalPopup, .svg .RadPicker_Default .rcTimePopup {
	background-image: url('sprite.svg')!important;	
}

.RadPicker.RadPicker_Default.sys-gen-raddatepicker
{
    margin-top: 0;
}
.sc-form-heading
{
	font-size: 1.75em;
	font-weight: 400;
}
.sc-captcha-description-text
{
	font-size: 1em;
	margin-bottom: 10px;
}
.sc-form .sc-captcha .sc-captcha-image 
{
	margin: 10px 0;
}
.sc-form .sc-captcha .sc-captcha-image .CaptchaImageDiv a {
    font-size: 0.9375em;
    line-height: normal;
    margin-top: .3em;
}
.sc-form-submit-button-container input[type="submit"]
{
	color: #fff;
	background: #05689a;
	padding: 4px 15px;
	-webkit-border-radius: 2px;
    border-radius: 2px;
}
.sc-form-submit-button-container input[type="submit"]:hover, .sc-form-submit-button-container input[type="submit"]:focus
{
	background: #035782;
}

/* add responsive fixes for matrix form types*/
.sc-form .pinned ,.sc-form .table-wrapper
{
    border: none;
}
.sc-form table.sc-responsive-table tbody tr:nth-child(2n), .sc-form table.sc-responsive-table-heading tbody tr:nth-child(2n) {
    background: transparent;
}
.sc-form table.sc-responsive-table tr th, .sc-form table.sc-responsive-table thead tr th, .sc-form table.sc-responsive-table-heading tr th, .sc-form table.sc-responsive-table-heading thead tr th, .sc-form table.sc-responsive-table tr td, .sc-form table.sc-responsive-table tbody tr td, .sc-form table.sc-responsive-table-heading tr td, .sc-form table.sc-responsive-table-heading tbody tr td 
{
    background: #ebebeb;
    padding: 15px;
}
.sc-form table.sc-responsive-table tr th, .sc-form table.sc-responsive-table thead tr th, .sc-form table.sc-responsive-table-heading tr th, .sc-form table.sc-responsive-table-heading thead tr th {
    color: #5a5a5a;
    height: 50px;
}
.sc-form table tr, .sc-form table.sc-responsive-table tr, .sc-form table.sc-responsive-table-heading tr {
    border: none;
}

.sc-form table.sc-responsive-table tr th {
	background-color: #ebebeb;
	padding: 15px;
}

.sc-form table.sc-responsive-table tr:first-child th {
	background-color: #f4f4f4;
	min-height:54px;
}

.sc-form table.sc-responsive-table tr {
	border-bottom: 2px solid white;
}

@media (max-width:768px)
{
	
.sc-form .sc-captcha .sc-captcha-image .CaptchaImageDiv img {
    position: static;
}
.sc-form .sc-captcha .sc-captcha-image .CaptchaImageDiv a.rcCaptchaAudioLink
{
	display: none;
}
.sc-form .sc-captcha .sc-captcha-image .CaptchaImageDiv a {
	clear: both;
	float: none;
    margin-top: 20px;
    margin-left: 0;
    display: block;
}
	
}
@media screen and (max-device-width:480px), screen and (max-width:480px) {
.sc-form input[type="text"], .sc-form textarea, .sc-form select {
    width: 100%;
}
div.RadPicker table.rcSingle .rcInputCell {
    width: 100%!important;
}
}