F/*
Theme Name: Signet
Theme URI: http://underscores.me/
Author: Mentus
Author URI: http://www.mentus.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: signet
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Signet is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
	## Header
	## Footer
	## Pages
		### Home
		### Strategic Priorities
		### Core Values
		### Social Responsibility
		### Shareholder Letter
		### Financial Highlights
		### Corporate Information
# Infinite scroll
# Media
	## Captions
	## Galleries
	## Slider
# Colors
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	overflow-x:hidden !important;
} 

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight:100;
	margin-bottom:5px;
	line-height:110%;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top:0;
}

h2 {
	font-size:40px;	
	margin-bottom:20px;
}

h3 {
	font-size:22px;
	text-transform:uppercase;
}	

.entry-content h3 {
	font-size:18px;
	font-style:italic;	
	margin-bottom:5px;
}

h4 {
	font-size:16px;	
}

p {
	margin-bottom: 1.5em;
	margin-top:0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

p {
	line-height:180%;
}

body, .page-template-template-corporate-information main h2 { font-family: 'Droid Serif', serif; }
#masthead, aside.mainNavigation, #strategicWrap .oneHalf p, #strategicWrap cite, #strategicWrap .oneThird .oneHalf:nth-child(2n), .footerPageNavigation, .signaturesWrap .signature h5, .page-template-template-shareholders-letter p, .page-template-template-corporate-information, #strategicWrap .readMore, .fixedPageNav { font-family: 'Roboto', sans-serif; font-weight:100; }
#colophon { font-family: Arial, Helvetica, sans-serif; }

/* Live Site */
#content, .page-template-template-shareholders-letter p, #strategicWrap .oneHalf p { font-family: arial, helvetica, sans-serif !important; font-weight:100; }
#content p, #content ul li, .page-template-template-corporate-information #content .oneQuarter div { font-size:14px; }
#content .slideTextContent p { font-size:12px; }
#content h2, #content h3, #content h4, #content h5, #content h6, #masthead, aside.mainNavigation, aside.mainNavigation a, #strategicWrap cite, #strategicWrap .oneThird .oneHalf:nth-child(2n), .home blockquote { font-family: 'Open Sans', sans-serif !important; }
.entry-content h3, .page-template-template-shareholders-letter #secondary h5, .coreValuesContent h2 {
	font-style:normal !important;	
}
h3, .page-template-template-shareholders-letter #secondary h5, .coreValuesContent h2 { text-transform:none !important; }
#content h2 { font-size:37px; }
.page-template-template-shareholders-letter #secondary h5 { text-align:center !important; }
.page-template-template-shareholders-letter #secondary img, .page-template-template-shareholders-letter #secondary h5 {
	margin-bottom:20px !important;	
}
.entry-content h3 {
	font-size:20px !important;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
* { outline:none; }

a {
	text-decoration:none;
}

a:visited {
	
}

a:focus {
	
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	padding:50px;
}

.main-navigation .menu {
	clear:both;	
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul li {
	padding:10px 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-weight:100;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.main-navigation .sb-toggle-right { 
	float:right;
	cursor:pointer;
}

.mobileNavItem {
	display:none;	
}

.firstMobileNavItem {
	margin-top:30px;	
}

aside.mainNavigation {
	position:absolute;
	z-index:9999;
	right:-380px;
	width:380px;
	min-height:100%;	
	top:100%;
	max-width:100%;
	text-align:left !important;
	cursor:auto;
	display:none;
}

#masthead .menuToggle:hover aside.mainNavigation {
	right:0;
	display:block;
}

#masthead .menuToggle, #masthead aside.mainNavigation, .menuToggleContent {
	-webkit-transition: all .35s ease-in-out; 
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out; 
	transition: all .35s ease-in-out;
}

#masthead .menuToggle {
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	text-decoration:none;
	text-align:right !important;
	max-width:80%;	
}

.menuToggleContent {
	height:98px; 
	width:180px;
	padding:20px;
	text-align:right !important;
	margin-right:0;
}

.menuToggle:hover .menuToggleContent {
	width:380px;
	max-width:100%;	
}

#masthead .menuToggle .menuToggleContent > span {
	padding-right:30px;	
	position:absolute;
	top:20px;
	right:20px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.verticalAlignCenterParent, .home #content {
	-webkit-transform-style: preserve-3d;
  	-moz-transform-style: preserve-3d;
  	transform-style: preserve-3d;
	position:relative;	
}

.verticalAlignCenter {
 	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
html, body, .home #content, #primary, #page { width:100%; }
html {
	overflow-x:hidden !important;	
}
#primary.halfWidthContent { 
	width:1000px; 
	margin:0 auto;
	max-width:100%;
}
	
#content { 
	min-height:800px; 
	position:relative; 
	margin-top:20px;
	padding:50px 30px;	
	} 
	
#contentWrapper {
	max-width:1200px;
	margin:0 auto;	
}


.oneHalf, 
.oneThird, 
.twoThirds, 
.oneQuarter, 
.threeQuarters, 
.oneFifth, 
.twoFifths, 
.threeFifths, 
.fourFifths, 
.oneSixth {
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding: 0 15px 20px 15px;
}

.oneHalf { width:50%; }
.oneThird { width:33.333333%; }
.twoThirds { width:66.666666%; }
.oneQuarter { width:25%; }
.threeQuarters { width: 75%; }
.oneFifth { width:20% }
.twoFifths { width:40%; }
.threeFifths { width:60%; }
.fourFifths { width:%80; }
.oneSixth { width:16.666666% }

.columnWrap:after, #content:after { 
	clear:both; 
	content:""; 
	display:block; }  
	
.column > div.columnPadding { padding:15px; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.entry-content h2:first-child, 
.entry-content h1:first-child, 
.entry-content h3:first-child, 
.entry-content h4:first-child {
	margin-top:0;	
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#masthead { 
	width:100%; 
	padding:20px 40px;
	height:98px;
	z-index:99999;
	position:relative;
}

#masthead > .menuToggle {
	height:98px;	
}

.site-branding, .site-branding h1, .site-branding h2, #masthead .headerLinks { 
	display:inline-block;
	}
	
#masthead h1 a { 
	text-indent:-9999px; 
	overflow:hidden;
	background:url(../images/logo-signet.png) no-repeat;
	background-size:contain;
	width:139px;
	height:41px;
	display:inline-block;
	margin-top:4px;
	margin-right:40px;
}

#masthead h1, #masthead h2 {
	margin:0;	
}

#masthead h2 { 
	font-weight: 100;
	font-size: 18px;
	line-height: 23px;
	vertical-align: top; 
}

#masthead h2 span { font-size:14px; }

.headerLinks { 
	position:absolute;
	right:500px;
	top:20px;
}

.headerLinks a {
	font-size:14px;	
	display:inline-block;
}

.headerLinks a:first-child {
	margin-right:20px;
}

.fixedPageNav {
	position:fixed;	
	top:170px;
	text-align:center;
	background: #fff;
	padding:0 10px 2px;
}

.fixedPageNav i {
	opacity:.3;	
}

.fixedPageNav:hover i {
	opacity:1;	
}

.fixedPageNav.previousPage {
	left:0;	
}

.fixedPageNav.nextPage {
	right:0;	
}

.fixedPageNav span {
	display:block;
	font-size:10px;	
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.footerPageNavigation {
	width:175px;
	text-align:center;
	margin:0 auto;
	padding:30px 0;	
	clear:both;
}

.footerPageNavigation span {
	position:relative;	
}

.footerPageNavigation > div {
	position:relative;
	top:-5px;	
}

.footerPageNavigation a i {
	font-weight:bold !important;
}
	
#colophon {
	width:100%;
	padding:20px 40px;
	font-size:12px;	
	font-family:Arial, Helvetica, sans-serif;
}

#colophon span.footerCopyright {
	margin-right:200px;	
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Home
--------------------------------------------------------------*/
.page-id-7 #content {
	background:url(../images/home_bkgd.jpg) no-repeat;
	background-size:cover;
	background-position:top center;	
}

.homeLeftContent {
	text-align:center;
	position:absolute;
	left:7%;
	top:50px;
	background:url(../images/celebrate_type.png) no-repeat;
	background-size:contain;
	text-indent:-999999px; 
	width:100px;
	height:100px;
	overflow:hidden; 
}


.homeLeftContent h2 {
	font-weight:100;	
	font-size:22px;
}

.homeLeftContent span {
	display: block;
	font-weight:900;	
}

.homeLeftContent sup { 
	font-size:35%;
	line-height:20px;
	top:-1em;
	left:-.7em;
	 }
	 
.home blockquote {
	font-size:23px;
	line-height: 200%;
	font-style:italic;
	width:40%;
	float:right;
	padding-top: 90px;
	background:url(../images/home-2015.png) no-repeat;
	background-position: right 10px;
	font-weight:100;
}

.home blockquote cite { 
	display:block; 
	font-size:15px;
	text-transform:uppercase;
	margin-top:20px;
}

.home #colophon {
	display:none;	
}

.home .footerPageNavigation, .page-template-template-core-values .footerPageNavigation {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -85px;	
}


/*--------------------------------------------------------------
### Strategic Priorities
--------------------------------------------------------------*/
/*.page-template-template-strategic-priorities #content {
	padding:0 0 0 0;	
}*/

/*.page-template-template-strategic-priorities #primary {
	padding:20px 30px 0 30px;		
}*/

#strategicWrap {
	margin-bottom:20px;	
}

#strategicWrap > .oneThird {
	padding-left:0;	
}

#strategicWrap #menu-strategic-priorities {
	padding-left:0;
	margin-left:0;
	list-style:none;	
	font-size:13px;
	margin-bottom:0;
}

#strategicWrap > .oneThird .oneHalf {
	padding:0 10px 0;
	margin-bottom:15px;	
}

#strategicWrap blockquote {
	margin:0;
	padding:0 10%;	
	clear: both;
	margin-top:20px;
	display:inline-block;
	font-size:14px;
}

#strategicWrap blockquote cite {
	display:block;	
}

#strategicWrap > .oneHalf .strategicContent {
	overflow:hidden;	
	position:relative;
	padding-top:10px;
}


#strategicWrap .strategicContent:after {
	content:"";
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:20px;
	background: -moz-linear-gradient(top,  rgba(232,232,232,0) 0%, rgba(232,232,232,1) 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,0)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top,  rgba(232,232,232,0) 0%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top,  rgba(232,232,232,0) 0%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top,  rgba(232,232,232,0) 0%,rgba(232,232,232,1) 100%); /* IE10+ */
	
	background: linear-gradient(to bottom,  rgba(232,232,232,0) 0%,rgba(232,232,232,1) 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e8e8e8', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */

}

#strategicWrap .strategicContent.open:after {
	display:none;	
}

#strategicWrap h2, #strategicWrap h3, #strategicWrap h4 {
	margin:0;	
}

#strategicWrap h3 {
	text-transform:none;
}

#strategicWrap .oneThird .oneHalf:first-child {
	border-left:1px solid #fff;	
}

#strategicWrap .oneThird .oneHalf:nth-child(2n) {
	border-right:1px solid #fff;	
}

#strategicWrap > .oneHalf h3 {
	font-size: 16px;	
}

#strategicWrap > .oneHalf p:last-child {
	margin-bottom:0;	
}

.strategicImage {
	width:100%;
	height:auto;	
	border-right:20px solid #80a9d1;
	border-left:20px solid #80a9d1;
	max-width:999999px;
}

.strategicNavigation {
	text-align:right;
}

.strategicNavigation a {
	display:inline-block;
	width:25px;
	height:39px;
	float:none;
}

.strategicNavigation a.nextPage {
	margin-left:30px;	
}

.strategicNavigation a i {
	font-weight:bold !important;
}

#strategicWrap .oneSixth {
	position:relative;	
}

#strategicWrap .readMore {
	position:absolute; 
	bottom:0; 	
	left:20px;
	cursor:pointer;
}

#strategicWrap .readMore i {
	position:relative;
	bottom:-5px;
	margin-right:5px;
}

/*--------------------------------------------------------------
### Core Values
--------------------------------------------------------------*/

.page-template-template-core-values #content {
	background:url(../images/core-values-wedding.jpg) no-repeat;
	background-size:cover;
	background-position:top center;	
}

.coreValuesContent {
	float:right; 
	background:rgba(60,107,175,.8);	
	padding: 50px;
}

.coreValuesContent h1:first-child, .coreValuesContent h2:first-child, .coreValuesContent h3:first-child {
	margin-top:0;	
}

.coreValuesContent h2 {
	text-transform:uppercase;
	font-style:italic;
	font-weight:100;
	font-size:30px;	
}

.coreValuesContent p {
	font-size:18px;
	font-style:italic;
	font-weight:100;	
	margin-bottom:0;
}

.page-template-template-core-values .footerPageNavigation, .home .footerPageNavigation {
	padding-top:60px;	
}

/*--------------------------------------------------------------
### Social Responsibility
--------------------------------------------------------------*/

.socialResponsibilityContent, .page-template-template-social-responsibility main h2 {
	margin-left:16.666%;
	position:relative;
}

.page-template-template-social-responsibility main h2 {
	padding-left:15px;	
}

.page-template-template-social-responsibility .oneHalf h2 {
	font-size:40px;	
}

.page-template-template-social-responsibility #content:before {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:16.6666%;
	height:100%;
	background:url(../images/social-responsibility-necklace.jpg) no-repeat;
	background-position:30px top;	
	background-size:contain;
}

.page-template-template-social-responsibility blockquote {
	font-style:italic;
	font-size:16px;
	line-height:180%;
}

.page-template-template-social-responsibility blockquote cite {
	font-size:15px;
	font-style:normal;
	line-height:19px;
	display:block;
	margin-top:25px;	
}


/*--------------------------------------------------------------
### Shareholder Letter
--------------------------------------------------------------*/

.signaturesWrap .signature {
	float:left;
	margin-right:20px;	
}

.signaturesWrap .signature img {
	height: 65px;
	width:auto;	
}

.signaturesWrap .signature h4 {
	text-transform:uppercase;
	margin-top:0;
}

.signaturesWrap .signature h5 {
	margin-top:0;
}

.page-template-template-shareholders-letter .twoThirds {
	padding-right:40px;	
}

.page-template-template-shareholders-letter #secondary {
	padding-left:40px;
	border-left:1px solid #fff;
	text-align:center;	
}

.page-template-template-shareholders-letter #secondary h5 {
	padding:25px;
	width:100%;	
	text-transform:uppercase;
	font-size:17px;
	font-style:italic;
	text-align:left;
}

.page-template-template-shareholders-letter #secondary img {
	max-width:300px !important;	
	margin:0 auto;
	width:100%;
}

.page-template-template-shareholders-letter #secondary img, .page-template-template-shareholders-letter #secondary h5 {
	margin-bottom:10px;	
}


/*--------------------------------------------------------------
### Financial Highlights
--------------------------------------------------------------*/

.page-id-93 .entry-content {
	text-align:center;	
}

.page-id-93 .entry-content p br:nth-child(even) {
	display:none;	
}

.page-id-93 .entry-content img {
	margin-bottom:50px;	
}

.quarterFinancialWrap { 
	width:700px;
	max-width:100%;
	margin:0 auto;
}

.quarterFinancialWrap img:first-child, .quarterFinancialWrap img:nth-child(3n) {
	border-bottom:1px solid #666666;
}

.quarterFinancialWrap img:nth-child(1n), .quarterFinancialWrap img:nth-child(3n), .quarterFinancialWrap img:nth-child(5n), .quarterFinancialWrap img:nth-child(7n) {
	float:left; 
	width:50%;	
	padding:50px;
	vertical-align:top;
	margin-bottom:0;
}
.quarterFinancialWrap img:first-child, .quarterFinancialWrap img:nth-child(5n) {
	clear:left;	
	border-right: 1px solid #666666;
}

.quarterFinancialWrap br {
	display:none;
}

/*--------------------------------------------------------------
### Corporate Information
--------------------------------------------------------------*/

.page-template-template-corporate-information address {
	font-style:normal;
	margin-bottom:0;	
}

.page-template-template-corporate-information .oneQuarter div, .page-template-template-corporate-information .oneQuarter li {
	margin-bottom:20px;	
}

.page-template-template-corporate-information .oneQuarter li ul li {
	margin-bottom:0;
	font-size:12px;	
}

.page-template-template-corporate-information main h2 {
	padding-left:15px;	
} 

.page-template-template-corporate-information ul, .page-template-template-corporate-information li {
	padding-left:0;
	margin-left:0;
	list-style:none;	
}

.page-template-template-corporate-information .oneHalf li {
	list-style:disc;	
}

.page-template-template-corporate-information .oneHalf ul {
	margin-left:15px;	
}

.page-template-template-corporate-information .nextPage {
	display:none;	
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
#main .ls-wp-fullwidth-container {
	margin-bottom:120px;	
	margin-top:20px;
}

.storeHeading {
	width:60%;	
}

#main .ls-wp-fullwidth-container, #main .ls-wp-fullwidth-helper, #main #layerslider_1, #main .ls-inner, #main .ls-slide  {
	width:100% !important;
}

#main .ls-wp-fullwidth-helper {
	left:0 !important;	
}

html * .ls-container .ls-slide img, body * .ls-container .ls-slide img, #ls-global * .ls-container .ls-slide img {
	/*max-width:80% !important;*/
	margin-left:0 !important;	
}

#main .ls-wp-fullwidth-container .ls-slide div.slideTextContent {
	font-size:12px;
	line-height:200%;	
	box-sizing:border-box !important;
	-moz-box-sizing:border-box !important;
	-webkit-box-sizing:border-box !important;
}

#main .ls-wp-fullwidth-container .ls-slide div.slideTextContent div {
	transform: translateY(-50%); 
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	position:relative;
	top:50%;
}

#main .ls-nav-next {
	right:39% !important;	
}

#main .ls-v5 .ls-thumbnail-inner {
	background:none;	
}

#main .ls-thumbnail-slide-container .ls-thumbnail-slide {
	height:150px !important;	
}

#main .ls-thumbnail-slide-container .ls-thumbnail-slide a {
	width:14.285% !important;	
	height:82px !important;
	min-width:130px !important;
}

#main .ls-thumbnail-slide-container .ls-thumbnail-slide a img {
	width:100% !important;
	height:auto !important;	
	opacity:0.5 !important;
}

#main .ls-thumbnail-slide-container .ls-thumbnail-slide a img.ls-thumb-active, #main .ls-thumbnail-slide-container .ls-thumbnail-slide a:hover img {
	opacity:1 !important;
}

#ernestJonesImg, #hSamuelsImg {
	width:65% !important;
	left:0 !important;	
	right: 40% !important;
}

.ls-v5 .ls-nav-next, .ls-v5 .ls-nav-prev {
	background:url(../images/slider-skin.png) no-repeat !important;
}

.ls-v5 .ls-nav-next {
	background-position: -150px 0px !important;	
}

.ls-v5 .ls-nav-prev {
	  background-position: 0px 0px !important;	
}

@media all and (max-width:1240px) {
	#main .ls-nav-next {
	right:40% !important;	
}
}

@media all and (max-width:1040px) {
	html * .ls-container .ls-slide img, body * .ls-container .ls-slide img, #ls-global * .ls-container .ls-slide img {
	max-width:90% !important;	
	min-height:100% !important;
	margin-left:0 !important;
	margin-top:0 !important;
}
}

@media all and (max-width:960px) {
.ls-slide img:first-child { 
	margin: 0 0 0 0 !important;
	min-height:100% !important;
}

#main .ls-thumbnail-slide-container .ls-thumbnail-slide a {
	height:63px !important;
}

#main .ls-wp-fullwidth-container .ls-slide div.slideTextContent p { 
	font-size:13px !important;
	line-height:140%;
}
.socialResponsibilityContent {
	width:83%;	
}
.page-template-template-social-responsibility .columnWrap .oneThird {
	width:100%;	
}
}

@media all and (max-width:780px) {
#main .ls-wp-fullwidth-container .ls-slide div.slideTextContent { 
	width:60% !important;
}

#main .ls-wp-fullwidth-container .ls-slide div.slideTextContent p {
	font-size:13px !important;
	line-height:140%;
}

#main .ls-nav-next {
	right:60% !important;	
}

#ernestJonesImg, #zalesStoreImg, #peoplesStoreImg, #kayStoreImg, #jaredStoreImg {
	left:-15% !important;	
	width:65% !important;
}
#hSamuelsImg {
	left:-9% !important;	
}
.page-template-template-strategic-priorities #strategicWrap > .oneThird {
	width:100%;	
}

#strategicWrap .oneSixth { 
	width:33.333%;
}

#strategicWrap > .oneHalf {
	width: 66.666%;	
}
}

@media all and (max-width:590px) {
.ls-wp-fullwidth-container, .ls-wp-fullwidth-container, .ls-wp-container, #layerslider_1, .ls-inner, .ls-lt-container, .ls-slide {
	height:500px !important; 
}

#main .ls-nav-next {
	right:10px !important;	
}

#main .ls-nav-next, #main .ls-nav-prev {
	top:100px !important;	
}

.ls-slide img:first-child, html * .ls-container .ls-slide img, body * .ls-container .ls-slide img, #ls-global * .ls-container .ls-slide img, #main .ls-slide img.ls-l { 
	min-height:200px !important;
	min-width:100% !important;
	max-width:200% !important;
	left:0 !important;
	right: auto !important;
}

#main .ls-wp-fullwidth-container .ls-slide div.slideTextContent {
	width:100% !important; 
	max-width:100% !important;
	top: auto !important;
	left: 0 !important;
	right: auto !important;
	bottom:0 !important;
	height:auto !important;
	padding:20px !important;
	min-height:300px !important;
}

#main .ls-wp-fullwidth-container .ls-slide div.slideTextContent p { 
	font-size:13px !important;
	bottom: 0 !important;
	line-height:140% !important;
}

#main .ls-wp-fullwidth-container .ls-slide div.slideTextContent div {
	transform: translateY(0%); 
	-webkit-transform: translateY0%);
	-ms-transform: translateY(0%);
	-moz-transform: translateY(0%);
	top:0%;
}

.page-template-template-social-responsibility #content:before {
	display:none;	
}
.socialResponsibilityContent, .page-template-template-social-responsibility main h2 {
	margin-left:0;	
}
.socialResponsibilityContent {
	width:100%;	
}
}



/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/* Light Blue */
.page-template-template-core-values .footerPageNavigation a, .home .footerPageNavigation a { color: #80a9d1; }
#masthead { background: #80a9d1; }

/* Mid Blue */
{ color: #5284bf; }
.menuToggle { background: #5284bf; }

/* Dark Blue */
#masthead a:hover, .homeLeftContent  h2, .page-template-template-core-values .footerPageNavigation a:hover, .home .footerPageNavigation a:hover,  .page-id-169 a:hover { color: #3c6baf; }
aside.mainNavigation, #site-navigation{ background: #3c6baf; }


/* Darkest Blue */
h1, h2, h3, h4, #strategicWrap blockquote, #strategicWrap #menu-strategic-priorities a:hover, #strategicWrap #menu-strategic-priorities .current-menu-item a, .page-template-template-social-responsibility blockquote, .footerPageNavigation a:hover, .whiteCallout, a:hover, .home blockquote cite, .strategicNavigation a:hover, #strategicWrap .readMore:hover i, #masthead .menuToggle:hover > span,  .page-id-169 a { color: #183d86; }
.blueCallout { background: #183d86; }


/* Light Grey */
#masthead .menuToggle aside.mainNavigation a:hover, #masthead .menuToggle aside.mainNavigation span.sb-toggle-right:hover, #content .fixedPageNav a i { color: #e8e8e8; }
#content { background: #e8e8e8; }

/* Mid Grey */
#colophon, #content, #strategicWrap blockquote cite, #strategicWrap > .oneHalf h3 span, #strategicWrap #menu-strategic-priorities a, a, .signature h4 { color: #666666; }
{ background: #666666; }

/* White */
#masthead, #masthead a, #masthead span, #masthead h2, .mainNavigation a, #site-navigation .sb-toggle-right, .coreValuesContent, .coreValuesContent h1, .coreValuesContent h2, .coreValuesContent h3, .footerPageNavigation a, .blueCallout, .strategicNavigation a  { color: #ffffff; }
#colophon, .whiteCallout { background: #ffffff; }





@media all and (max-width:1080px) {
.main-navigation ul li.mobileNavItem {
	display:block;	
	font-size:12px;
	padding:5px 0;
}	
#masthead .headerLinks {
	display:none;	
}
}

@media all and (max-width:960px) {
.page-template-template-shareholders-letter #secondary h5 {
	font-size:16px;
	padding:25px;	
}
#strategicWrap > .oneThird {
	padding-left: 15px;	
}
#strategicWrap .oneThird .oneHalf { 
	width:100%;
	border:none !important;
}

#strategicWrap blockquote {
	padding:0;	
}
.storeHeading {
	width:100%;	
}
.fixedPageNav {
	padding:10px 10px 10px 10px;	
}
.fixedPageNav i {
	font-size:25px;	
}
}

@media all and (max-width:825px) {
.footerStatement {
	display:block;	
	margin-top:10px;
}
.site-info {
	text-align:center;	
}
#colophon span.footerCopyright {
	margin-right:0;	
}
.homeLeftContent {
	display:none;	
}
}

@media all and (max-width:780px) {
.sb-active #masthead .menuToggle {
	width:180px;	
}
#secondary {
	width:100%;
	float:none;	
	max-width:400px;
	margin:0 auto;
	border-left:none !important;
	padding-left:15px;
}
.page-template-template-shareholders-letter .twoThirds {
	width:100%;
	padding-right:15px;	
}
.home blockquote {
	font-size:16px;	
	background-size:50%;
	padding-top:30px;
}
#strategicWrap .oneThird .oneHalf { 
	width:50%;
}
.page-template-template-corporate-information .oneQuarter {
	width:50%;	
}
.page-template-template-corporate-information .oneHalf {
	margin-top:0 !important;
	padding-right:15px !important;	
}
}

@media all and (max-width:600px) {
#wpadminbar {
	display:none !important;	
}
html.sb-init {
	margin-top:0 !important;	 
}
}

@media all and (max-width:560px) {


.site-branding h2 {
	position:absolute !important;
	left:40px;
	top:65px;	
}

.site-branding h2 br {
	display:none;	
}

.site-branding h2 span {
	margin-left:10px;	
}

h2 {
	font-size:32px;	
}
#masthead .site-title {
	position:relative;
	top:-7px;	
}
#strategicWrap .oneSixth {
	display:none;	
}
#strategicWrap > .oneHalf {
	width: 100%;	
}
.strategicContent {
	height:auto !important;	
}
}
@media all and (max-width:500px) {
	.page-template-template-corporate-information .oneQuarter, .page-template-template-corporate-information .oneHalf {
		width:100%;	
	}
}

@media all and (max-width:430px) {
	#masthead .menuToggle {
	background:none;
	width:auto;	
}
}

@media all and (max-width:365px) {
.home blockquote {
	width:100%;	
	padding-left:40px;
	margin-bottom:40px;
}
.page-id-7 #content {
	background:#ffffff;	
}
.homeLeftContent {
	position:static;	
	margin:0 auto;
	display:block;
}
h2 {
	font-size:29px;	
}
}