/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
/* Site Styles by Web Intrigue, 2016 customised for Roualeyn Fuchsias
================================================== */

/* source: open licence from socicon.com */
@font-face {
    font-family:'SocIcon';
    src: url('../fonts/socicon/socicon-webfont.eot');
    src: url('../fonts/socicon/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon/socicon-webfont.woff') format('woff'),
         url('../fonts/socicon/socicon-webfont.ttf') format('truetype'),
         url('../fonts/socicon/socicon-webfont.svg#sociconregular') format('svg');
    font-weight:normal;
    font-style:normal;
    /*text-transform:initial;*/
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Restrict the visibility of the Google privacy terms to only pages with contact form 7 embedded */
body:not(.page-id-33) .grecaptcha-badge {
	display:none;
}

/* default */
.band {
	background:#FFF;	
}

.band.navigation {
	background:#8D9A66;
	height:35px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D5D5B5;
}

.band.navigation nav.primary {
	height:35px;
	margin-left:10px;
	margin-right:10px;	
}


.band.navigation nav.primary.fixed { /* fixed primary navigation menu */
	position:fixed; 
	top:0; 
	z-index:1000;
	background:#8D9A66;
	height:35px; 
	width:1180px; /* page width - 20px */
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D5D5B5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D5D5B5;
}

.band.imagery {
	width:100%;	
	z-index:100;
}

.band.imagery .main-image-home {
	position: relative;
	float: left;
	width: 100%;
	/*border-bottom: 4px solid #D5D5B5;
	background:#8D9A66;*/
}

.band.imagery .main-image-home .sizing {
    width: 100%;
    padding-bottom:31.4%;
    visibility: hidden;
}

.band.imagery .main-image-home .content {
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top:-31.4%; /* important this is the negatation of the .sizing padding-bottom */
}

.band.imagery .main-image-page {
	position:relative;
	float:left;
	width:100%;
	padding-top:14px;
	background:#8D9A66;
	background:url(../images/nursery-bg.jpg);
	-webkit-background-size: cover;
 	-moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #D5D5B5;
}

.band.imagery .main-image-page .sizing {
    width: 100%;
    padding-bottom:14.5%;
    visibility: hidden;
}
.band.imagery .main-image-page .content {
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top:-14.5%; /* important this is the negatation of the .sizing padding-bottom */
}

.band.footer {
	padding: 16px 0 14px 0; 
	color:#e0e0e0;	
}

.band.bottom {
	background-color: #333;
	padding: 28px 0 7px 0;
	color:#e0e0e0;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #8D9A66;
	margin-top:21px;
}

.band.bottom img {
	margin-top:14px;	
}

.chief .container {
	padding-bottom:21px;
	z-index:100;
}

.chief .home .one-third {
	background:#fff;
	border-radius:5px;
	padding:5px;	
}

.chief .home .one-third img {
	width:100%;
	height:auto;	
}

.chief .container .top {
	background:#D5D5B5;	
}

/* Heading */
header.main {
	padding:7px 0 0px;	
}

.band.header img {
	float:left;
	width:34px;	
	height:34px;
	margin-right:5px;
}

header h1.logo, header h1.logo2 {
	margin:0 0 7px;
	float:left;
}


header h1.logo a { 
	width:286px;
	height:100px;
	display:block;
	background:url(../images/roualeyn-logo-1.jpg) no-repeat 0 0;

	font: 0/0 a;
	text-shadow:none;
	color:transparent;
}

header h1.logo2 a { 
	width:286px;
	height:100px;
	display:block;
	background:url(../images/roualeyn-logo-2.jpg) no-repeat 0 0;

	font: 0/0 a;
	text-shadow:none;
	color:transparent;
}

header .phone p {
	float:right;	
	letter-spacing: 0.02em;
	font-size:21px;
	line-height:42px;
	margin-bottom:7px;
	/*color:#69747B;*/
	padding-right:12px;
}

header p.freepnp {
	/*visibility: hidden;*/
	width:100%;
	text-align:center;
	background:#D23D3F;
	color:#FFF;
	border-radius:2px;
	line-height:35px;
	font-size:18px;
}

header .phone a {
	/*color:#69747B;*/
	font-size:24px;	
}

a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
    text-decoration:none;
	cursor:default;
}

/* Navigation */
nav.primary{
	padding-top:0px;
}

nav.secondary {
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:7px;
	background-color:transparent;
}

nav.primary ul {
	/*float:left;	*/
}

/* This is for use with smaller screen esp mobile only */
nav.primary ul.mobile {
	display:none;
}

nav.secondary ul {
	float:right;
	padding-right:10px;	
}

nav.primary ul, nav.primary ul li, nav.secondary ul, nav.secondary ul li {
	margin:0;	
}

nav.primary ul li, nav.secondary ul li {
	display: inline;
	float:left;
	position:relative;
	text-transform:uppercase;	
}

nav.secondary.mobile ul li, p.phone.mobile {
	display:none;		
}

nav.primary ul li:first-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D5D5B5;	
}

nav.primary ul li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D5D5B5;
}

nav.primary ul li a, nav.secondary ul li a {
	display:inline-block;
	line-height:35px;
	padding:0 20px;
	color:#EEF0EF;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:0.08em;	
}

nav.primary ul li a {
	font-size:13px;
}

nav.secondary ul li a {
	color:#FFDF5E;
	padding: 0 10px;
	line-height:21px;
	text-transform: none;	
	font-weight:normal;
}

nav.primary ul li.current-menu-item a, nav.primary ul li.current_page_item a {
	color:#FFDF5E;
}

nav.primary ul li.current-menu-item ul a, nav.primary ul li.current_page_item ul a {
	color:#EEF0EF; /* correct colour of submenus if parent menu item is current page */
} 

nav.primary ul li a:hover, nav.secondary ul li a:hover {
	background-color:#64556C;
	cursor:pointer;
}

/* sub menu - primary navigation */
nav.primary ul ul {
	opacity:0;
	filter:alpha(opacity:0);
	position: absolute;
	z-index:1000;
	min-width:270px;
	background:#8D9A66;
	height:0;
	overflow:hidden;
	-webkit-box-shadow: 0px 2px 2px rgba (0,0,0,0.3);
	-moz-box-shadow: 0px 2px 2px rgba (0,0,0,0.3);
	box-shadow: 0px 2px 2px rgba (0,0,0,0.3);
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

nav.primary ul li:hover ul { /* make sub menu element visible */
	height:auto; 
	overflow:auto;
	opacity:10;
	filter:alpha(opacity:100);
}

nav.primary ul ul li {
	clear:both;
	width:100%;
	max-width:270px;
	float:none;
	display:list-item;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D5B5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D5D5B5;
}

nav.primary ul ul li:first-child  {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5D5B5;		
}

nav.primary ul ul li a {
	display:block;
	line-height:28px;
	font-weight:bold;	
}

nav.primary ul li:hover > a {
}

/* imagery band */
.topleft h4, .topmiddle h4, .topright h4{
	color:#EEF0EF;
	font-size: 19px; line-height: 21px;
}

.imagery h2.logo, .hometop h2 {
	font-size:35px;
	font-family:"Yellowtail",arial,sans-serif;
	-webkit-transform: rotate(-2deg) translate3d( 0, 0, 0);
	-moz-transform: rotate(-2deg) translate3d( 0, 0, 0);
	-ms-transform: rotate(-2deg) translate3d( 0, 0, 0);
	-o-transform: rotate(-2deg) translate3d( 0, 0, 0);
	transform: rotate(-2deg) translate3d( 0, 0, 0);
	padding-bottom:7px;
}

.imagery h3.logo, .hometop h3 {
	margin:7px 0 0px;
	text-align:left;
	font-family:"Yellowtail",arial,sans-serif;
	font-size:27px;
	line-height:28px;
	letter-spacing:0.05em;
	-webkit-transform: rotate(-2deg) translate3d( 0, 0, 0);
	-moz-transform: rotate(-2deg) translate3d( 0, 0, 0);
	-ms-transform: rotate(-2deg) translate3d( 0, 0, 0);
	-o-transform: rotate(-2deg) translate3d( 0, 0, 0);
	transform: rotate(-2deg) translate3d( 0, 0, 0);
}

.imagery h2.logo a { 
	text-decoration:none;
	color:#EEF0EF;
}

.imagery h3.logo a {
	text-decoration:none;
	color:#EEF0EF;	
}	

.imagery .topleft, .imagery .topmiddle, .imagery .topright {
	position:relative;
	/*z-index:500;	*/
}

.topleft img {
	width:100%;	
}

.topright img {
	width:45%;	
}
.topleft img.alignleft, .topmiddle img.alignleft, .topright img.alignleft {
	float:left;	
	margin-right:5px;		
}

.topleft img.alignright, .topmiddle img.alignright, .topright img.alignright {
	float:right;	
	margin-left:5px;		
}

.hometop {
	margin-top:28px;	
}

.hometop h2 {
	color:#442163;	
	font-size:42px;
	padding:2px 4px 0px;
	letter-spacing: 0.03em;
	margin-bottom:0px;
}

.hometop h3 {
	color:#442163;
	font-size:32px;	
}

.homeleft, .homemiddle, .homeright {
	margin-top:14px;
	margin-bottom:14px;	
}

.homeleft h3, .homemiddle h3, .homeright h3, .homeleft p, .homemiddle p, .homeright p {
	text-align: center;	
}

.homemiddle h3.red, .homemiddle p.red, .homemiddle p.red a {
	color:#FF0000;
}

.homeleft img, .homemiddle img, .homeright img {
	padding-bottom:14px;
}

.homeleft table, .homemiddle table, .homeright table {
	width:100%;
}

.homeleft table td, .homemiddle table td, .homeright table td {	
	width:33%;
	padding:10px:;
}

.homeleft {
	min-height:10px;	
}

.homemiddle {
	min-height:10px;	
}

.homeright {
	min-height:10px;
}

.homeleft .wp-caption, .homemiddle .wp-caption, .homeright .wp-caption, aside .wp-caption {
	max-width:100%;
}

h2.centre {
	text-align: center;	
}

/* blog post and other article styling */
.chief .two-thirds, .chief .sixteen {
	margin-top:0;
	background-color:#FFF;
	min-height:30px;
	border-radius:2px;
	padding:7px 0 21px;
	border:none;
}

.articles h1, .articles h2 {
	line-height:35px;
	margin-bottom: 28px;
}

.articles ul {
	margin-top:0;
	padding-top:0;
	list-style-type: circle;
	list-style-position: inside;
}

.articles h3 {
	font-size: 21px; line-height: 28px; margin-bottom: 7px;	
}

.articles img {
	/*width:390px;
	max-width:65%;*/
	margin-bottom:7px;
	border: 3px solid #FFFFCC;
	height:auto;
}

.articles .fullsizeimg img, .articles img.fullsizeimg  {
	max-width:100%;
	width:100%;
}

.articles figure img {
	margin-bottom:0;	
}

.articles img.alignleft {
	float:left;	
	margin-right:15px;
}

.articles img.alignright {
	float:right;
	margin-left:15px;
}

.articles img.max-450 {
	width:100%;
	max-width:450px;	
}

/* more article styling */
article {
	margin-top:7px;
}

article .breadcrumbs, article .meta {
	margin-bottom:7px;	
}

article	a[href^="tel"]:link,
article	a[href^="tel"]:visited, 
article	a[href^="tel"]:hover {
    text-decoration:none;
	cursor:default;
}

/* links inside articles */
.articles a, .articles a:visited {
	color:#0C3F86;
	text-decoration:none;
}

.articles a:hover {
	text-decoration:underline;
	color:#680000;	
}

/* Contact Forms inside articles */
.articles form p {
	margin-top:0px;
	margin-bottom:0px;	
}

.articles form img {
	width:auto;	!important
}

.articles form textarea {
	width:96%;	
}

.comments li {
	line-height:21px;	
}

.comment-author, .comment-meta {
	margin-bottom:7px;	
}

/* Sidebar (aside) styling */
aside {
	background-color:#8D8492;
	margin-top:14px;
	border-radius:2px;
	padding:14px 5px;
	min-height:30px;
	border: none;	
}

aside p, aside label {
	color:#fff;	
}

aside h1, aside h2, aside h3, aside h4, aside li {
	color:#EEF0EF;	
}

aside a, aside a:visited {
	color:#FFDF5E;
	text-decoration:none;
	font-weight:normal;
}

aside a:hover {
	color:#680000;
	text-decoration:underline;	
}

aside h3 {
	margin-bottom:10px;	
}

aside ul {
		
}

aside li {
	margin-top:2px;
	margin-bottom:19px;	
}

aside img {
	max-width:100%;
	height:auto;
	border: 3px solid #EEF0EF;		
}

aside .textwidget {
	padding-bottom:14px;	
}

hr {
	margin:14px 0 14px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #D5D5B5;
}

.hometop hr {
	border-bottom-style:none;	
	margin:14px 0 20px;
}

/* pagination for blog posts */
nav.pagination ul {
	width:100%;
	text-align:center;
	margin:21px 0 35px 0;
}

nav.pagination li {
	display:inline;
}

nav.pagination li a, nav.pagination li span {
	display:inline-block;
	line-height:35px;
	width:35px;
	height:35px;
	text-align:center;
	padding:0 7px;
	text-decoration:none;
	font-weight:bold;
	border-bottom: 3px solid #EEF0EF;	
}

nav.pagination li a.selected, nav.pagination li span.current, nav.pagination li a:hover{
	border:none;
	color:#fff;
	background-color: #313128;
}

/* footer  and bottom (footer) */
.footer .one-third, .footer .two-thirds {
	background:#8D8492;
	min-height:30px;
	padding:5px;
	border-radius:2px;
	margin-top:7px;	
}

.footer header {
	background:#64556C;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	padding:0 4px;
}

.footer header h4 {
	color:#EEF0EF;
	text-transform:uppercase;
}

.bottom p, .bottom h1, .bottom h2, .bottom h3, .bottom h4, .bottom h5 {
	color:#EEF0EF;
}

footer p {
	padding-top:10px;
	color:#FFF;
}

footer ul {
	background:#64556C;
	padding-top:10px;
	padding-bottom:5px;	
}

footer nav.secondary ul {
	background:none;
	padding-bottom:0;
}

footer p.webcred {
	font-size:11px;	
}

footer p.small, footer p .small {
	font-size:11px;	
}

footer li {
	margin: 0 0 21px 5px;
	color: #EEF0EF;	
}

footer a,
footer a:visited {	
	color:#FFDF5E;
	text-decoration:none;
}

footer a:hover {
	color:#FFDF5E;
	text-decoration:underline;
}

footer.main img {
	width:100%;
	max-width:100%;
	height:auto;	
}

footer table {
	width:100%;	
	margin-bottom:7px;
}

footer table td {
	width:33%;	
	background:#64556C;
	padding:0 7px;	
}

/* mobile nav */
img.menuicon {
	margin:0;
	max-height:15px;
	width:auto;	
}

/* figures */
figure {
	padding:4px;
	border:none;
	background:transparent;
	line-height:0;
}

.articles figure img {
	border:none;	
}

figure.video {
	padding:0px;
	border:none;
}

figcaption, p.wp-caption-text {
	font-size:0.75em;
	color:#32373C;
	text-align:center;
	padding:0 0 14px 0;
	margin:0;
}

.thumbnail img {
	max-width:100%;	
	border:1px solid #ddd;
}

/* by default, <input type="search" /> renders like a "native" search field on Mac OS X (rounded corners, clear button, etc.). - this clears that styling */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="search"] {
	-webkit-appearance:	textfield;
}

input[type="search"]:focus {
	outline:none;	
}

/* icons */
.header nav.secondary li a .icon, .bottom nav.secondary li a .icon {
	font-size:25px;
}

.icon {
	font-family:SocIcon;	
	line-height:1em;
}

.icon.menu {
	clear:both;
	color:#fff;
	display:inline;
	margin-left:0;
	font-size:21px;	
}

.icon.rss {
	color:#8D9A66;	
	line-height:42px
}

.icon.twitter{
	color:#8D9A66;	
	line-height:42px
}

.icon.google {
	color:#8D9A66;
	line-height:42px
}

.icon.facebook {
	color:#8D9A66;	
	line-height:42px
}

nav.secondary a:hover .icon.facebook, nav.secondary a:hover .icon.twitter, nav.secondary a:hover .icon.rss {
	color:#EEF0EF;
}

/* subscribe text */
.subscribe a {	
	text-decoration:none;
}

.subscribe table {
	margin-top:14px;
	width:100%;
	text-align:center;
}

.subscribe table td {
	width:25%;
}

/* flexible embeds */
.embed {
	position:relative;
	padding:0;
	padding-bottom:56.25%; /* 16/9 ration */
	/* extra for cross browser assurance */
	height:56.25%;
	overflow:hidden;
	margin-bottom:7px;
}

.embed iframe,
.embed object,
.embed embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding-bottom:14px;		
}

div.wpcf7-response-output {
	background-color:#EEF0EF;	
}

div.cff-wrapper {
 	overflow-y:scroll;
	height:1193px;		
}

.footer .two-thirds .scrollable {
	height:1193px;	
}

/* Facebook Feed */
.cff-author-img {
		
}

.cff-author-img img {
	display:none;
}

/* Woocommerce */
.woocommerce h1 {
	line-height:49px;
}

.woocommerce img {
	border:none;
}

.woocommerce form.woocommerce-ordering {
	float:left;
}

.woocommerce .product .images img {
	width:360px;
	max-width:360px;
	height:auto;
}

.woocommerce nav.woocommerce-MyAccount-navigation li {
	display:inline;
	margin: .25em 0;
    padding: 0 1em;
    text-align: center;
    border-left: 1px solid #ccc;
}

.woocommerce nav.woocommerce-MyAccount-navigation li:last-child {
	border-right: 1px solid #ccc;
}

.woocommerce input[type="text"],
.woocommerce input[type="password"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"] {
	min-height:34px;
	height:auto;
}

hr.product_cat {
	margin:0;
	border-bottom-width: 0;
	border-bottom-style: none;
	border-bottom-color: transparent;
}

.woocommerce select {
	margin-left:5px;
	margin-right:5px;
	margin-bottom:0;
}

.woocommerce form {
	margin-bottom:0;
}

/* hide the picture and link to larger picture - used for the complete collection no-pics page */
.articles.nopics .ngg-gallery-thumbnail a {
	display:none;
}

.table_events .red {
	color:coral;
}

/* #Media Queries
================================================== */
/* largest screen sizes browsers */
@media only screen and (min-width: 1600px) {
.slidecontainer  { position: relative; width: 100%; max-width:1600px; margin: 0 auto; padding: 0; }
.band.imagery .main-image-home .sizing {
    width: 100%;
    padding-bottom:31.4%;
    visibility: hidden;
}
.band.imagery .main-image-home .content {
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top:-31.4%; /* important this is the negatation of the .sizing padding-bottom */
}			
}

/* Smaller than widescreen desktop browsers */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
.band.header {
}

.band.navigation nav.primary.fixed {
	width:940px;	
}
	
nav.primary ul li a {
	padding:0 10px;
	letter-spacing:0.06em;	
}	

.band.imagery .main-image-page .sizing {
    padding-bottom:20%;
}
.band.imagery .main-image-page .content {
    margin-top:-20%; /* important this is the negatation of the .sizing padding-bottom */
}

.articles .ngg-gallery-thumbnail-box img {
	width:120%;
	max-width:280px;
}

}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	
.band.imagery .main-image-page .sizing {
    padding-bottom:24%;
}

.band.imagery .main-image-page .content {
    margin-top:-24%; /* important this is the negatation of the .sizing padding-bottom */
}

.band.imagery .main-image-home .sizing {
    padding-bottom:30%;
}

.band.imagery .main-image-home .content {
    margin-top:-30%; /* important this is the negatation of the .sizing padding-bottom */
}

.hometop {
	margin-top:14px;	
}

.topright img {
	width:45%;	
}

nav.primary ul {
	display:none;
}

nav.primary ul.mobile {
	display:inline;
}

nav.primary ul.mobile li a { 
	padding: 0 15px;
}

/* sub menu - mobile 'menu' navigation */
nav.primary ul.mobile ul {
	opacity:0;
	filter:alpha(opacity:0);
	position: absolute;
	z-index:100;
	background:#8D9A66;
	min-width:260px;
	height:0;	/* initially hide element */
	overflow:hidden; /* initially hide element */
	-webkit-box-shadow: 0px 2px 2px rgba (0,0,0,0.3);
	-moz-box-shadow: 0px 2px 2px rgba (0,0,0,0.3);
	box-shadow: 0px 2px 2px rgba (0,0,0,0.3);
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	display:block;
}

nav.primary ul.mobile li:hover ul { /* make sub menu element visible */
	height:auto; 
	opacity:10;
	filter:alpha(opacity:100);
	overflow:scroll-y;
	max-height:400px;
}

nav.primary ul.mobile ul li {
	clear:both;
	width:100%;
	max-width:260px;
	float:none;
	display:list-item;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D5B5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D5D5B5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D5D5B5;
}

nav.primary ul.mobile ul li:first-child {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5D5B5;		
}

nav.primary ul.mobile ul li a {
	display:block;
	line-height:28px;
	color:#EEF0EF;
}	

nav.primary ul.mobile li.current-menu-item a, nav.primary ul.mobile li.current_page_item a {
	color:#FFDF5E;
}

nav.primary ul.mobile li.current-menu-item ul a, nav.primary ul.mobile li.current_page_item ul a {
	color:#EEF0EF; /* correct colour of submenus if parent menu item is current page */
}

nav.primary ul.mobile ul li:hover > a {
}

nav.secondary {
	margin-top:7px;	
}

.articles img {
	width:95%;
	max-width:240px;
}
	
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

.band.navigation nav.primary.fixed {
	width:748px;	
}

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.chief .container .one-third {
	border-radius:2px;	
}
	
nav.secondary ul li, nav.secondary p {
	display:none;	
}

nav.secondary ul {
	text-align:center;
	float:none;
	padding-right:0;
}

nav.secondary.mobile ul li {
	display:inline-block;
	float:none;	
}

p.phone.mobile {
	display:block;
	text-align:center;
	font-size:28px;	
	line-height:35px;
	float:none;	
}

.hometop {
	padding-top:14px;	
}

.hometop h2 {
	font-size:35px;	
}

.topleft img {
	display:none;	
}

.topright img {
	width:45%;	
}

.band.imagery .main-image-home {
	padding-right:0;
}

.band.imagery .main-image-home .sizing {
    padding-bottom:47%;
}

.band.imagery .main-image-home .content {
    margin-top:-47%; /* important this is the negatation of the .sizing padding-bottom */
}

.band.imagery .main-image-page .sizing {
    padding-bottom:50%;
}
.band.imagery .main-image-page .content {
    margin-top:-50%; /* important this is the negatation of the .sizing padding-bottom */
}

.topmiddle {
	padding-top:35px;	
}

.flex-caption {top: 14px; font-size: 21px; line-height: 24px; }

.flex-direction-nav li a {
top:60%;	
}

.band.footer {
	padding-top:14px;
}

.band.header img {
	float:left;
	width:26px;	
	height:26px;
}

nav.secondary {
	margin-top:0;
	background:transparent;
}

.chief .two-thirds, .chief .one-third, .chief aside, .chief .sixteen {	
	margin-top:14px;
	margin-bottom:14px;		
}

article .two.thumbnail, article .three.thumbnail { /* don't show blog thumbnail on mobiles */
	display:none;	
}

/* Correcting text overspill */ 
.articles .blog p, .articles .blog a h1, .articles .blog a .h2, .articles .blog a h3, .articles .blog a h4 {
	padding-right:20px;
}
.blog p, .blog h1, .blog .h2, .blog h3, .blog h4{
	padding-right:20px;
}
.blog h2 a {
	padding-right:20px;
}
/* End style correction */

aside img {
	width:100%;	
}

.articles .fullsizeimg img {
	max-width:98%;
}

a[href^="tel"]:link,
a[href^="tel"]:visited {
	cursor:pointer;
} 

a[href^="tel"]:hover,
a[href^="tel"]:focus {
	text-decoration:underline;
	cursor:pointer;	
}

div.first-credit, div.second-credit, div.last-credit {
	text-align:center;	
}

.footer .one-third, .footer .two-thirds {
	border-radius:0;	
}

.footer header {
	border-top-left-radius:0;
	border-top-right-radius:0;
}
	
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {	

.band.navigation nav.primary {
	margin-left:0;
	margin-right:0;	
}

.band.navigation nav.primary.fixed {
	width:420px;	
}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
.band.navigation nav.primary {
	margin-left:0;
	margin-right:0;	
}

.band.navigation nav.primary.fixed {
	width:300px;	
}

nav.primary.fixed ul.mobile li:last-child { /* remove line left of final menu item */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: transparent;
}

.band.imagery .main-image-home .sizing {
    width: 100%;
    padding-bottom:47%;
    visibility: hidden;
}
.band.imagery .main-image-home .content {
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top:-47%; /* important this is the negatation of the .sizing padding-bottom */
}

.topright img {
	width:50%;	
}

.band.imagery .main-image-page .sizing {
    padding-bottom:50%;
}
.band.imagery .main-image-page .content {
    margin-top:-50%; /* important this is the negatation of the .sizing padding-bottom */
	border-radius:0 0 5px 5px;
}

.articles .fullsizeimg img {
	max-width:95%;
}

}