/* Styles from the moodboard */

html {
	color: #333;
}

main#content.column h1,
main#content.column h2,
main#content.column h3,
main#content.column h4,
main#content.column h5,
main#content.column h6 {
	font-family: 'Open Sans Condensed', sans-serif;
}

main h1.page__title,
main#content.column h1 {
	color: #174b7d;
	font-size: 2.5em;
	font-weight: 700;
	clear: both;
}

main#content.column h2 {
	color: #569fd2;
	font-size: 1.5em;
	font-weight: bold;
	clear: both;
}

main#content.column h3 {
	/*color: #000;
	font-size: 1.25em;
	font-weight: 300;*/
	color: #666;
	font-size: 1.1em;
	font-weight: 600;
}

main#content.column h4 {
	color: #9bc324;
}

main#content.column h5 {
	color: #ff9900;
}

main#content.column h6 {
	color: #4e3924;
}

main#content p {
	line-height: 1.7em;
	margin-top: 0;
}

main#content > article  ul > li,
main#content > article  ol > li {

}

main#content > article ul > li,
main#content > article  ol > li {
	margin-bottom: .5em;
}

main#content > article  ul > li:last-child
main#content > article  ol > li:last-child {
	margin-bottom: 0;
}

main#content table > tbody {
	border: none;
}

main#content aside,
main#content figure,
main#content img {
/*	border: 7px solid #fff;
	-webkit-box-shadow: 0px 0px 8px 3px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 8px 3px rgba(204,204,204,1);
	box-shadow: 0px 0px 8px 3px rgba(204,204,204,1);*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #dadada;
}

/* this is specifically for gallery webinar teasers */
#content > article > article > aside.gallery-item-webinar-live-aside {
	display: none;
}

#content > article > article.node-gallery-item-webinar.node-teaser a img {
	width: 120px;
	float: left;
	margin-right: 1em;
	margin-top: .5em;
}


main#content li img {
	vertical-align: text-top;
}

main#content aside,
main#content figure {
	margin-bottom: 1em;
}

main#content aside.error {
	border: 7px solid #fef5f1;
}

main#content aside.warning {
	border: 7px solid #fffce5;
}

main#content aside:empty {
	display: none;
}

/* prevent double border/shadow when img is inside figure or aside */
main#content figure img,
main#content aside img  {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.align-right {
	float: right;
	margin-left: 1em;
}

.align-left {
	float: left;
	margin-right: 1em;
}

main#content aside.no-box-shadow,
main#content figure.no-box-shadow,
main#content img.no-box-shadow,
.no-box-shadow {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

a:link {
/*  color: #174b7d;*/
  /*More Contrast for better Accessibility*/
    color: #003a73;
    text-decoration: underline;
}
a:hover {
  /*Make Hover More Visibly Clear for better Accessibility*/
    color: #0076eb;
    text-decoration: none;
}

main#content aside.messages.warning a:visited {
	color: #174b7d;
}

h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #174b7d;
}

a.button,
a.button:link,
a.button:visited {
  color: #555;
    text-decoration: none;
}
a:link.button-link {
    text-decoration: none;
}

a.button.bold,
button.bold {
	color: #000;
}

.left-navigation ul.menu {
	padding-left: 0;
}

.left-navigation ul.menu li,
.left-navigation ul.menu li ul {
	list-style-type: none;
	list-style-image: none;
}

.left-navigation ul.menu li.expanded a {
	color: #4e3924;
	font-weight: bold;
}

.left-navigation ul.menu li.leaf,
.left-navigation ul.menu li.expanded ul /*li.leaf*/,
.left-navigation ul.menu li.expanded ul a {
	margin-left: 1em;
	border-left: 1px solid #ccc;
	padding-left: .5em;
	font-weight: normal;
}

.left-navigation ul li a {
	text-decoration: none;
}

/* hide first instance of "top" link on discounts page */
#content > div.view.view-discounts.view-id-discounts > div.view-content > div.views-row.views-row-1.views-row-odd.views-row-first > div#to-top {
	display: none !important;
}

div#to-top {
	float:right;
}
