/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */

/* =============================================================================
 *   Base
 * ========================================================================== */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic);

html {
  background: #fff;
}


body {
	color: #4c4b42;
  font-family: Georgia, serif;
}


/* =============================================================================
 *   HTML Elements
 * ========================================================================== */

h1 {}

h2 {
	}

h3 {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

h4 {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 400;
	margin: -1em 0 1.33em;
}

h5 {
	font-size: 1em;
	font-weight: 400;
	margin: 0;
}

h6 {}



p {}

b,
strong {}

i,
em {}

dfn {}

sup {}

sub {}

del {}

ins {}

blockquote {}

cite {}

q {}

address {}

ul {}

ol {}

li {}

dl {}

dd {}

dt {}

abbr {}

acronym {}

pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, 'Courier New', Courier, monospace, sans-serif;
}

hr {
  border: 0;
  border-bottom: 2px solid #ccc;
	clear: both;
  height: 2px;
  margin: 1.5em 0;	
}

.img-left {
	float: left;
	margin: .3em 1em 1em 0;
}

.img-right {
	float: right;
	margin: .3em 0 1em 1em;
}

#block-system-main li,
.field-name-body li {
	margin: 0 0 .75em;
}

#block-system-main ul {
	margin: 0 0 1.5em;
}

/* =============================================================================
 *   Wrappers
 * ========================================================================== */

/*
 * Outer wrappers:
 * - #page-wrapper: body > #page-wrapper
 * - #page: body > #page-wrapper > #page
 * - .container: body > #page-wrapper > #page.container
 *
 * The .container class holds the page width value from theme settings.
 */
#page-wrapper {}
#page {}
#page .container {}

/*
 * Wraps all header elements - branding and .region-header
 */
#header {
	padding: 20px 0;
}

/*
 * Wraps the sidebars the content column
 */
.not-front #columns {
	padding: 2em 0;
}

/*
 * Main content column wrapper
 */
#content-column {}

/*
 * Wraps the main-content-header, the content region and feed-icons. Use this
 * wrapper to style the entire main content column
 */
#main-content {}

/*
 * Wraps the content region, avoid applying styles to this wrapper, its used
 * mainly for position and invisible gutters and can be problematic to style
 */
#content {}

/*
 * Footer wrapper
 */
#footer {
	font-family: Roboto;
	margin: 0 auto;
}



/*
 * Panels may need additional margin wrangling when in the $content region
 */
#content .panel-display {}

/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width - you can style this but never
 * add any width/margin/padding/borders etc to .container
 */

/*
 * Wraps the leaderboard
 */
#leaderboard-wrapper {
	background: #1999cd;
}
#leaderboard-wrapper .container {}

.region-leaderboard .subscribe {
	margin: 0 4%;
	padding: 14px 0;
}

.region-leaderboard .subscribe #intro {
	color: #fff;
	float: left;
	font-family: Roboto;
	font-size: .9em;
	line-height: 1.2em;
	width: 45%;
}

.region-leaderboard .subscribe p {
	margin: 0;
}

.region-leaderboard form {
	float: right;
	margin: 0 0 0 30px;
	width: 45%;
}

.region-leaderboard input {
	border: none;
}

.region-leaderboard input.email {
	float: left;
	padding: 6px;
	width: 75%;
}

.region-leaderboard input[type="submit"] {
	background: #007aac;
  color: #fff;
	float: right;	
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 900;
  padding: 6px 20px;
  text-transform: uppercase;
}

#banner-wrapper {
	background: #eae8d4;
}

/*
 * Wraps the header
 */
#header-wrapper {
  background: #f4f4f3;
	border-bottom: 1px solid #e6e6e1;	
}
#header-wrapper .container {}

/*
 * Wraps the nav elements
 */
#nav-wrapper {}
#nav-wrapper .container {}

/*
 * Wraps breadcrumb
 */
#breadcrumb-wrapper {}
#breadcrumb-wrapper .container {}

/*
 * Wraps messages and help
 */
#messages-help-wrapper {}
#messages-help-wrapper .container {}

/*
 * Wraps the secondary content/preface region
 */
#secondary-content-wrapper {
	background: #0093d0;
	font-family: Roboto, sans-serif;
	color: #fff;	
}

#secondary-content-wrapper h1 {
	float: left;
	font-weight: 300;
	margin: 0;
	padding: .75em 0;
}

#secondary-content-wrapper h1 a {
	color: #fff;
}

#secondary-content-wrapper p {
	float: right;
	padding: 2.25em 0 0;
}

#secondary-content-wrapper p a {
	color: #fff;
	text-decoration: underline;
}

.call-for-entries p,
#secondary-content-wrapper .call-for-entries p {
	color: #fff;
  float: none;
  font-size: 18px;
  margin: 0;
  padding: 1em 0;
	text-align: center;
}

#secondary-content-wrapper .call-for-entries p {
	padding: 0;
}

#secondary-content-wrapper .call-for-entries p a, 
.region-highlighted .call-for-entries p a {
	color: #fff !important;
	font-family: Roboto, sans-serif !important;
	font-size: 16px;
	font-weight: 700; 
	text-transform: uppercase;
}


/*
 * Wraps the main content column
 */
#content-wrapper {}
#content-wrapper .container {}

/*
 * Wraps the tertiary content/postfix region
 */
#tertiary-content-wrapper {
	background: #eae8d4;
	padding: 2em 0;
}

#tertiary-content-wrapper .tertiary {
	float: left;
	padding: 0 1em;
	width: 30%;
}

#tertiary-content-wrapper .tertiary.homepage-new  {
	border-right: none;
	padding-right: 0;
}

.homepage-new .block-content {
  font-family: Roboto;
  font-size: .9em;
  line-height: 1.3em;	
}

.homepage-new p {
	border-bottom: 1px solid #d4d3bf;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.homepage-new p:last-child {
	border-bottom: none;
	margin: 1.5em 0 0;
}

#tertiary-content-wrapper .tertiary.homepage-about {
	padding-left: 0;
}

/*
 * Footer wrapper
 */
#footer-wrapper {
  background: #f4f4f3;
}
#footer-wrapper .container {
	padding: 40px 0;
}


#footer .column {
	float: left;
	width: 33%;
}

/* Contact info */
#footer #phone, 
#footer #email {
	font-weight: 900;
}

#footer #phone p, 
#footer #email p {
	background: url(../images/icons-contact.png) 0 3px no-repeat;
	color: #5d5c54;
	margin: 0 0 .5em;
	padding: 0 0 0 1.65em;
}

#footer #email p {
	background-position: 0 -37px;
}

#footer #column-left a {
	color: #5d5c54;
}

/* Footer menu */
#column-center .block-inner {
	margin: 0;
}

#column-center ul.menu li.menu-depth-1 {
	font-size: 1.1em;
	font-weight: 700;
	margin: 0 0 .75em;
}

#column-center ul.menu li.menu-depth-1 li {
	font-size: .9em;
	font-weight: 400;
	margin: 0;
}

#column-center li.menu-depth-1 li a {
	color: #706f67;
}

/* Newsletter signup */
.footer-signup {
	background: #dddddc;	
	border-bottom: 4px solid #cbcbcb;
	margin: 0 0 0 1em;
	padding: 1em;
}

.footer-signup h2 {
	font-size: 1.2em;
	font-weight: 400;
	margin: 0 0 1em;
}

.footer-signup input[type="text"],
.footer-signup input[type="email"] {
	border: none;
	padding: 10px 0 !important;
	text-indent: 10px;
	width: 100%;
}

.footer-signup input[type="checkbox"] {
	float: left;
	margin: 5px 10px 0 0;
	transform: scale(1.3);
}

.footer-signup .mc-field-group {
	margin: 0 0 1.2em;
}

.footer-signup label {
	font-weight: 400;
}

.footer-signup li {
	list-style: none;
}

.footer-signup p.clear {
	margin: 0 auto -16px;
	text-align: center;
}

.field-name-body #mc_embed_signup input[type="submit"],
.footer-signup input[type="submit"] {
	background: #ce2037;
	border: none;
	color: #fff;
	font-weight: 700;
	line-height: 100%;
	padding: 10px 35px 8px;
	text-transform: uppercase;
}

.field-name-body #mce-success-response {
	background: #eee;
	width: 80%;
}

#footer .social {
	padding: 2.5em 0 3.5em;
}

#footer .social li {
	float: left;
	list-style: none;
	margin-left: 1px;
}
 
#footer .social li a {
	background: url(../images/social.png) no-repeat;
	display: block;
	height: 42px;
	text-indent: -9999px;
	width: 42px;
}

#footer .social li {
	margin-left: 1px;
}

#footer .social li#facebook a {
	background-position: -43px 0;
}

#footer .social li#youtube a {
	background-position: -86px 0;
}

#footer .social li#subscribe a {
	background-position: -129px 0;
} 

#footer .social li#instagram a {
	background: url("../images/social-ig.png") no-repeat;
}

#footer .copyright {
  color: #706f67;	
  font-size: .75em;	
}


/* =============================================================================
 *   Branding
 * ========================================================================== */

/*
 * Wraps all the branding elements, logo, name and slogan
 */
#branding {
	float: left;
}

/*
 * Logo
 */
#logo {
  padding: 10px;
}

#logo a {
	display: block;
}

#logo img {
  vertical-align: bottom;
}

/*
 * Wrapper for the site name and slogan
 */
#name-and-slogan {}

/*
 * Site name (h1)
 */
#site-name {
  margin: 0;
}

#site-name a {}

#site-name a:link,
#site-name a:visited {
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

/*
 * Site slogan (h2)
 */
#site-slogan {
  margin: 0;
}


/* =============================================================================
 *   Page content header
 * ========================================================================== */

/*
 * Main content header wraps the page title, tabs and actions links
 */
#main-content-header {}

/*
 * The main page title (h1)
 */
.field-name-title h2, 
#page-title, 
h2.page-title {
  font-family: Roboto;
	font-size: 2em;
  font-weight: 300;
	line-height: 1.2em;
  margin: 0 0 .5em;
  text-transform: uppercase;		
}


/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */

/*
 * Feed icons
 */
.feed-icon {}

/*
 * Aggregator feed source
 */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for the more link
 */
.more-link {
	clear: both;
	float: left;
	text-align: left;
}

.more-link a:link, 
.more-link a:visited {
	color: #ce2037;
}

.homepage-new p:last-child a,
.more-link a {
	color: #ce2037;
	font-family: Roboto;
	font-weight: 700;
	text-transform: uppercase;
}

.more-link a:after {
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 7px;
  border-color: transparent transparent transparent #ce2037;
  margin: 6px 0 7px 6px;
}

.homepage-about .more-link a:after {
	margin-top: 5px;
}

.homepage-hillmans .more-link a:after {
	margin-top: 7px;
}

.homepage-new .more-link a:after {
	margin-top: 4px;
}



/*
 * Generic styles for links. See the ul.links declaration in node and comment
 * stylesheets
 */
ul.links {
  margin: 0;
  padding: 0;
}

ul.links.inline {
  display: block;
}

ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
.search-results {
  margin: 0;
  padding: 0;
}

/*
 * Attribution message and link
 */
.attribution {
  display: block;
  opacity: 0.65;
  padding: 1em 0;
  text-align: center;
}

.attribution a {
  text-decoration: none;
  color: inherit;
}

.attribution a:hover,
.attribution a:focus {
  text-decoration: underline;
}


/* =============================================================================
 *   Regions
 * ========================================================================== */

/*
 * Standard region wrapper, don't add width to any regions, you will bork the
 * layout - no margin, padding or borders etc
 */
.region {}

/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
.region-inner {}

/*
 * Regions can be nested, such as when using Panels
 */
.region-inner .region-inner {}

/*
 * Header region, embedded in the #header
 */
.region-header {
	float: right;
	margin-right: .3em;
}

.region-header .top-menu {
	padding: 31px 0 0;
}

.region-header .top-menu a {
	border-right: 1px solid #d8d8d3;
	color: #ce2037;
}

.region-header .top-menu li.first.menuparent:active,
.region-header .top-menu li.first.menuparent:hover {
	border-left: 1px solid #d8d8d3;
}

.region-header .top-menu li.first .sf-menu ul {
	margin: -5px 0 0 0;
}

.region-header .top-menu li li a,
.region-header .top-menu li.sf-item-5 a,
.region-header .top-menu .last a {
	border: none;
}

.region-top-banner li {
	float: left;
	line-height: 100%;
	list-style: none;
}

#block-search-form,
.region-top-banner .block-menu-block {
	float: left;
}

#block-search-form h2 {
	float: left;
	margin: 11px 8px 0 0;
}

#block-search-form h2 a {
	background: url(../images/search.png) no-repeat;
	display: block;
	height: 20px;
	opacity: 0.7;
	outline: none;
	text-indent: -9999px;
	width: 20px;
}

#block-search-form h2 a:hover {
	opacity: 1;
}

#block-search-form .block-content {
	float: left;
	padding: 7px 0;
}

#block-search-form input {
	border: none;
}

#block-search-form input[type="search"] {
	padding: 4px;
}

#block-search-form input[type="submit"] {
	font-size: 14px;
	padding: 5px 13px;
}

.region-top-banner .block-menu-block li {
	margin: 0 24px 0 0;
}

.region-top-banner .block-menu-block li.last {
	margin: 0;
}

.region-top-banner .block-menu-block li a {
	color: #989688;
	display: block;
	font-family: Roboto, sans-serif;
	font-size: .9em;
	font-weight: 900;
	padding: 13px 0;
	text-transform: uppercase;
}

.region-top-banner .social {
	float: right;
}

.region-top-banner .social li a {
	background: url(../images/social.png) no-repeat;
	display: block;
	height: 42px;
	opacity: 0.8;
	text-indent: -9999px;
	width: 42px;
}

.region-top-banner .social li a:hover {
	opacity: 1;
}

.region-top-banner .social li {
	margin-left: 1px;
}

.region-top-banner .social li#facebook a {
	background-position: -43px 0;
}

.region-top-banner .social li#youtube a {
	background-position: -86px 0;
}

.region-top-banner .social li#subscribe a {
	background-position: -129px 0;
}

.region-top-banner .social li#instagram a{
	background: url("../images/social-ig.png") no-repeat;	
}

.region-top-banner .social li#donate {
	margin-left: 4px;
}

.region-top-banner .social li#donate a {
	background: #ce2037;
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 17px;
	font-weight: 900;
	height: auto !important;
	opacity: 1;
	padding: 13px 16px;
	text-indent: 0;
	text-transform: uppercase;
	width: auto;
}


/*
 * Tertiary content
 */
.region-tertiary-content {}

.sidebar-first .content-inner {
	margin-left: 22% !important;
}

.region-sidebar-first {
	background: #eae8d4;
	border-bottom: 3px solid #d1cfbb;
	margin: 2em 0;
	width: 22.9% !important;
}

.region-sidebar-first .block-inner {
	padding: .5em 1em;
}

.sidebar-first #main-content {
	border-left: 1px solid #d7d4bf;
	padding-left: 30px;
}

.region-sidebar-first ul.menu li.active ul li a,
.region-sidebar-first ul.menu li a {
	color: #ce2037;
}

.region-sidebar-first ul.menu li.active a {
	color: #0092cf;
}

.region-sidebar-first ul.menu li ul {
	padding: 0 0 0 .75em;
}

.region-sidebar-first .contact .block-content {
	font-family: Roboto, sans-serif;	
	line-height: 1.3em;
	padding: 1em 0 0;
}

/* =============================================================================
 *   Links
 * ========================================================================== */

a {
  text-decoration: none;
}

a:link,
a:visited {
	color: #007aac;
}

a:active,
a.active {}

a:hover,
a:focus {
  text-decoration: underline;
}


/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */

.nav {
  clear: both;
  margin: 10px 0;
}

.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}

.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav li a,
.nav ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}

.nav li a:visited,
.nav ul.menu li a:visited {}

.nav li a:hover,
.nav li a:focus,
.nav ul.menu li a:hover,
.nav ul.menu li a:focus {}

.nav .block {
  margin-bottom: 0;
}

.region-sidebar-first .block-menu-block li {
	font-family: Roboto;
	margin: .5em 0;
}


/* =============================================================================
 *   Superfish
 * ========================================================================== */

ul.sf-menu {
  margin-bottom: 0;
}

ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  padding: 0 13px;
  text-decoration: none;
  height: 2.25em;
  line-height: 2.25em;
}

ul.sf-menu a:link,
ul.sf-menu a:visited {}

ul.sf-menu li {}

ul.sf-menu li:hover,
ul.sf-menu li.sfHover {
	background: #fff;
  outline: 0;
}

ul.sf-menu a {}

ul.sf-menu a:focus,
ul.sf-menu a:hover,
ul.sf-menu a:active {
  outline: 0;
}

ul.sf-menu ul {
	background: #fff;
	border-left: 1px solid #d8d8d3;
	border-right: 1px solid #d8d8d3;
	border-bottom: 1px solid #d8d8d3;
	/*box-shadow: 2px 3px 2px #ccc;*/
	margin: -5px 0 0 -1px !important;
}

ul.sf-menu ul li a:hover {
	background: #eaeaea;
}

/*
 * Superfish blocks
 */
.block-superfish {}

.block-superfish .block-inner .content {}

.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important;
}

.block-superfish ul ul {}

.block-superfish ul ul ul {}

.block-superfish ul ul ul ul {}

.block-superfish li {
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * Vertical style
 */
.sf-vertical {
  width: 100%;
}

.sf-vertical li {
  width: 100%;
}

.sf-vertical li.last {}

.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}

.sf-vertical li a {
  padding: 0 10px;
}

/*
 * Navbar style
 */
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
.sf-menu.sf-style-default a {
  padding: 0 10px;
}




/* =============================================================================
 *   Menu Toggles
 * ========================================================================== */

.at-mt .at-menu-toggle,
.at-mt .at-menu-toggle ul,
.at-mt .at-menu-toggle ul.menu {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.at-mt .at-menu-toggle-button {
  margin: 0;
}

.at-mt .at-menu-toggle ul a {
  padding: 0 10px;
  white-space: nowrap;
}




/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */

ul.menu {
  padding-left: 15px;
}

ul.menu ul {
  padding-left: 15px;
}

ul.menu ul ul {}

ul.menu ul ul ul {}

ul.menu li {
  margin: 0;
}

ul.menu li.collapsed,
ul.menu li.expanded,
ul.menu li.leaf {}

ul.menu li a {}

ul.menu li a:link,
ul.menu li a:visited {}

ul.menu li a:active,
ul.menu li a.active {}

ul.menu li a:hover,
ul.menu li a:focus {}

ul.menu li.active a,
ul.menu li.active-trail a {}

ul.menu li.first,
ul.menu li.last {}

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
  padding: 0;
}


/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */

.book-navigation {}

.book-navigation .page-links {}

.book-navigation .page-previous {}

.book-navigation .page-next {}

.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes the string is two chars */
  min-width: 2em;
  white-space: nowrap;
}

.book-navigation .menu {
  margin-left: 0;
}


/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */

#breadcrumb {
  margin: 10px 0;
}

/* If the label is set to show in theme settings the label class is added */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}

#breadcrumb .breadcrumb-label:after {
  content: ":";
}

#breadcrumb ol {
  margin: 0;
  padding: 0;
}

#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}

#breadcrumb li {
  list-style: none;
  display: inline;
}

#breadcrumb li.crumb-first {}

#breadcrumb li.crumb-last {}

#breadcrumb a {}

#breadcrumb a:link,
#breadcrumb a:visited {}

#breadcrumb a:active,
#breadcrumb a.active {}

#breadcrumb a:hover,
#breadcrumb a:focus {}

#breadcrumb .crumb-separator {}


/* =============================================================================
 *   Pagers
 * ========================================================================== */

ul.pager {
  clear: both;
	font-family: Roboto, sans-serif;
  margin: 2em 0 1em;
  text-align: center;
}

.item-list ul.pager li {
  margin: 0;
}

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}

ul.pager li.pager-current {
  font-weight: 700;
}

.block ul.pager li {
  margin: 0;
}

/*
 * Theme the various states of pager links
 */
ul.pager li {}

ul.pager li a {}

ul.pager li a:link,
ul.pager li a:visited {}

ul.pager li a:active,
ul.pager li a.active {}

ul.pager li a:hover,
ul.pager li a:focus {}

ul.pager li.pager-item {}
ul.pager li.first {}
ul.pager li.last {}
ul.pager li.pager-current {}
ul.pager li.pager-first {}
ul.pager li.pager-previous {}
ul.pager li.pager-next {}
ul.pager li.pager-last {}


/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */

#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}

#skip-link a {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
  outline: 0;
}


/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */

#tasks {
  margin-bottom: 15px;
}

ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}

ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}

ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}

ul.primary li a:hover,
ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}

ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}

ul.secondary li a {}

ul.secondary li a:hover,
ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}


/* =============================================================================
 *   Action links
 * ========================================================================== */

ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

ul.action-links li {}


/* =============================================================================
 *  Field Styling
 * ========================================================================== */

/*
 * Wrapper for any field
 */
.field {}

/*
 * Above and inline classes are on the field wrapper
 */
.field-label-above {}

/*
 * When labels are set to inline in field display settings the clearfix class is
 * automatically added
 */
.field-label-inline {}

.field-label-inline .field-label {
  margin: 0;
}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted
 * ineritance issues
 */
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

.form-item.form-type-radio label {
	font-weight: 400;
}


/*
 * Field types (Core)
 */

/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
.field-type-image {}

.field-type-image .caption {}

.field-type-image .full-caption {}

.field-type-image .teaser-caption {}

/*
 * Taxonomy
 */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}

.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}

.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Float left setting
 */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}


/* =============================================================================
 *   Block Styling
 * ========================================================================== */

/*
 * Block title
 */
.block-title {
  margin: 0;
}

/*
 * Match item list and block menu margin and padding
 */
.block-content {}

.block-content ul,
.block-content ol {
  padding: 0;
}

.block-content li {
  margin: 0;
  padding: 0;
}

ul li.expanded,
ul li.leaf {
	list-style-image: none;
	list-style-type: none;
}

ul.menu ul {
	padding: 0;
}


/* =============================================================================
 *   Node Styling
 * ========================================================================== */

.node {
  margin-bottom: 20px;
}

.node .node-title {
  margin: 0;
}



/* =============================================================================
 *   Forms
 * ========================================================================== */

/*
 * Wrapper for a form element (or group of form elements) and its label
 */
.form-item {}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-item label {
  font-weight: 700;
}

.form-item label.option {}

/*
 * Highlight marks and form required mark
 */
.marker,
.form-required {
  color: #c00;
}

.form-item .description {
  font-size: 0.85em;
}

.form-checkboxes .form-item,
.form-radios .form-item {}

/*
 * The submit button
 */
.section-donate #content-wrapper input[type="submit"],
.form-submit {
	background: #ce2037;
	border: none;
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 17px;
	font-weight: 900;
	padding: 13px 16px;
	text-transform: uppercase;
}

.field-name-body #mc_embed_signup input[type="submit"]:hover,
.section-donate input[type="submit"]:hover,
.region-top-banner .social li#donate a:hover,
.footer-signup input[type="submit"]:hover,
.form-submit:hover {
	background: #0092cf;
	text-decoration: none;
}

.container-inline div,
.container-inline label {
  display: inline;
}

.section-donate #content-wrapper input[type="submit"] {
	margin-top: 1em;
}

/*
 * Define consistent borders
 */
fieldset {
	background: #eee;
  border: 1px solid #ccc;
	font-family: Roboto, sans-serif;
	margin: 0 0 2em;
}

.fieldset-legend {
	font-size: 1.4em;
	font-weight: 300;
}

.node-type-webform input[type="text"],
.node-type-webform input[type="email"],
.node-type-webform select {
	border: 1px solid #bbb;
	font-family: Roboto, sans-serif;
	padding: 6px;
}

/*
 * Tips for Drupal's input formats
 */
.tips {}

/*
 * Buttons used by contrib modules like Media
 */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Donate form */

.section-donate .field-name-body h3 {
	border-top: 1px dashed #ce2037;
	color: #ce2037;
	font-size: 1.3em;
	font-weight: 900;
	margin: 1.3em 0 .5em;
}

.section-donate #main-content label {
	margin: 0 0 -15px;
}


/* =============================================================================
 *   Tables
 * ========================================================================== */

table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

table.sticky-header {
  z-index: 10;
}

table,
thead,
tbody,
tr,
th,
td {
  border-color: #ccc;
}

table,
td,
th {
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
}

thead tr {
  font-weight: 700;
  background-color: #e5e5e5;

}

td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

tbody {}

tbody tr {
  border-top: 1px solid #ccc;
}

tr.odd {
  background: #fff;
}

tr.info,
tr.even,
tr:nth-child(2n+2) {
  border-bottom: 0;
  background-color: #f5f5f5;
}

tr.drag {}

tr.drag-previous {}

tr.odd td.active {
  background-color: #eee;
}

tr.even td.active {
  background-color: #ebebeb;
}

.lt-ie8 tr {}

.lt-ie8 tr.even,
.lt-ie8 tr.odd {}

.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
#forum td {}

#forum td.created,
#forum td.posts,
#forum td.topics,
#forum td.last-reply,
#forum td.replies,
#forum td.pager {
  white-space: normal;
}



/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status {}

div.warning {}

tr.warning {}

div.error,
tr.error {}

.error {}

.warning {}

/*
 * Unpublished nodes
 */
.node-unpublished,
.comment-unpublished {}

.node-unpublished,
.comment-unpublished {}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact,"Arial Narrow",Helvetica,sans-serif;
  font-size: 75px;
  font-weight: bold;
  height: 0;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
.lt-ie8 {}

.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative;
}


/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */

.maintenance-page {}
.maintenance-page .container {
  padding: 40px 0;
}

.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

.db-offline {}

.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}

.db-offline div.messages {
  margin: 20px 0 0;
}

.db-offline #content {
  padding: 20px 0;
}


/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */

/*
 * Admin menu overrides
 */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
#styleguide-header {
  padding: 0 10px;
}

#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

/* =============================================================================
 *   Homepage
 * ========================================================================== */

.front #content-wrapper .container {
	padding: 2.5em 0;
}

.front .at-panel .region.region-two-50-second {
	float: right;
	width: 48%;
}

.front h2 {
	color: #63614c;
	font-family: Roboto;
	font-weight: 300;
	margin: 0 0 .75em;
	text-transform: uppercase;
}

.tertiary h2 {
	color: #ce2037;
}

.front #main-content, 
.front .region-inner {
	margin: 0;
}

.view-blog .views-row {
	clear: both;
	margin: 0 0 1.5em;
}

.view-blog .views-field-title {
	font-size: 1.05em;
	line-height: 1.3em;
}

.view-blog .views-field-field-image {
	float: left;
	margin: 0 15px 15px 0;
}

.front .views-field-field-homepage-image img,
.front .view-blog .views-field-field-image img {
	border: 1px solid #ddd;
	width: 100%;
}

.view-blog .views-field-created {
	color: #838278;
	font-family: Roboto;
	font-size: .8em;
	text-transform: uppercase;
}


/* Homepage About */

.homepage-about p {
	line-height: 1.3em;
}

/* Homepage Sidney */

.front .view-sidney-awards .views-field-created {
	font-family: Roboto;
	font-size: .9em;
	text-transform: uppercase;
}

.front .view-sidney-awards .views-field-title {
  font-size: 1.3em;
  line-height: 1.3em;
  margin: .3em 0;	
}

.front .views-field-field-image-credit {
	background: rgba(0,0,0,.7);
  color: #fff;		
	float: right;
  font-family: Roboto;
  font-size: .7em;
	margin: -26px 5px 0;
	padding: 0 5px;
  position: relative;
  text-transform: uppercase;
}
 
.front .views-field-field-image-caption {
	font-family: Roboto;
	font-size: .9em;
  line-height: 130%;
  margin: 0 0 15px;
}
 
.front .view-sidney-awards .views-field-nothing {
	margin: 1em 0;
}

.front .view-sidney-awards .views-field-nothing a {
	background: #ce2037;
	color: #fff;
	float: left;
	font-family: Roboto;
	font-weight: 700;
	padding: 8px 12px 8px 20px;
	text-transform: uppercase;
}

.front .view-sidney-awards .views-field-nothing a:hover {
	background: #0092cf;
	text-decoration: none;
}

.front .view-sidney-awards .views-field-nothing a:after {
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 7px;
  border-color: transparent transparent transparent #fff;
  margin: 6px 0 7px 6px;	
}

/* Homepage Hillmans */

.homepage-hillmans {
	border-left: 2px dotted #bab79e;	
	border-right: 2px dotted #bab79e;
	font-family: Roboto, sans-serif;	
}

.homepage-hillmans h4 {
	background: #d7d4bf;
	color: #757366;
	float: left;
  font-size: .8em;
	font-weight: 700;
	margin: 0;
	padding: 2px 6px;
	text-transform: uppercase;
}

.homepage-hillmans .usa,
.homepage-hillmans .canada {
	background: #fff;
	float: left;
	font-size: .8em;
	padding: 15px 12px;
}

.homepage-hillmans .usa {
	margin: 0 0 1.5em;
}

.homepage-hillmans .image {
	width: 45%;
}

.homepage-hillmans img {
	float: left;
	margin: 0 1em .5em 0;
}

.homepage-hillmans p {
	margin: 0 0 1em;
}

.homepage-hillmans .usa p,
.homepage-hillmans .canada p {
	float: right;
	width: 50%;
}

.homepage-hillmans .canada .image,
.homepage-hillmans .usa .image {
	float: left;
}

.homepage-hillmans p.more-link {
	padding: 1.5em 0 0;
}

.homepage-about p.more-link a,
.homepage-hillmans p.more-link a {
	font-size: .9em;
}
	
/* =============================================================================
 *   Sidney Awards
 * ========================================================================== */	
 
.view-header {
	padding: 0;
}
 
.not-front .view-sidney-awards .views-row {
	border-bottom: 2px solid #ccc;
	clear: both;
	float: left;
	margin: 0 0 1.5em;
	padding: 0 0 1.25em;
	width: 95%;
}

.not-front .view-sidney-awards .views-field-field-homepage-image {
	float: left;
	margin: 0 1em 0 0;
}

.not-front .view-sidney-awards .views-field-nothing {
	float: left;
	max-width: 64%;
}

.view-sidney-awards .views-field-publication {
	margin: 0; 
	padding: 0;
}

#block-system-main .views-field-publication ul li,
#block-system-main .views-field-publication ul {
	margin: 0;
}

.view-sidney-awards .views-field-publication ul li {
	list-style: none;
}

.view-sidney-awards div.publication {
	font-style: italic;
}

.view-sidney-awards .views-field-title {
	font-size: 1.2em;
	line-height: 1.3em;
}

.not-front .view-sidney-awards .views-field-title {
	margin: 0 0 .75em;
}

.view-sidney-awards .views-field-summary {
	margin: .75em 0 0;
}

.view-sidney-awards .views-field-summary p {
	margin: .5em 0 1em;
}

.page-sidney-awards .more-link {
	clear: none;
	margin: 1em 0;
}

.node-page-with-photos .field-name-field-image-caption,
.page-archive .field-name-post-date,
.view-blog .field-name-post-date,
.node-type-blog-entry .field-name-post-date,
.node-type-sidney-award-winner .field-name-field-winner-name,
.node-type-sidney-award-winner .field-name-post-date,
.view-sidney-awards .views-field-created {
	font-family: Roboto, sans-serif;
	font-size: .9em;
}

.node-type-sidney-award-winner .field-name-field-month {
	font-size: 1em;
	margin: 0 0 .3em;
	text-transform: uppercase;	
}

.page-archive .field-name-title h2,
.node-type-blog-entry .field-name-title h2,
.node-type-sidney-award-winner h2 {
	text-transform: none;
}

.node-type-sidney-award-winner .field-name-field-image-credit {
	color: #777;
	font-family: Roboto, sans-serif;
	font-size: .9em;
}

.node-type-sidney-award-winner #backstory .block-inner {
	margin: 2em 0 0;
}


.node-type-sidney-award-winner #backstory h2 {
	font-family: Roboto, sans-serif;
	font-weight: 300;
	margin: 0 0 10px;
}

.field-name-field-image-caption {
	font-family: Roboto;
	line-height: 1.3em;
	margin: 0 0 .5em;
}

.field-name-field-interview-tagline {
	background: #1999cd;
	color: #fff;
	font-family: Roboto, sans-serif;
	padding: 5px 20px;
}

.field-name-field-interview {
	background: #eee;
	padding: 15px 20px;
}

#block-system-main ul.flippy { 
	font-family: Roboto, sans-serif;
	padding: 20px 0 0;
}

.flippy li.prev {
	float: left;
}

.flippy li.next {
	float: right;
}

/* =============================================================================
 *   Blog
 * ========================================================================== */	

.view-blog h2 {
	text-transform: none;
}

.field-name-field-photo-credit {
	font-family: Roboto, sans-serif;
	font-size: .8em;
}

.label-inline {
	float: left;
}

.node-type-blog-entry.hide-image .field-name-field-image,
.page-clearitwithsidney h1#page-title {
	display: none;
}

.section-clearitwithsidney .view-blog .view-content {
	margin: 0 1.5em 0 0;
}

#block-system-main .view-archive .views-row,
.section-clearitwithsidney .view-blog .views-row {
	border-bottom: 2px solid #ccc;
}

#block-system-main .view-archive .views-row-last {
	border: none;
}

#block-system-main .view-archive .views-row {
	margin: 0 0 2em;
}

.sidebar-second .content-inner {
	border-right: 1px solid #ccc;
	margin-right: 27% !important;
}

.region-sidebar-second h2.block-title {
	font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 1.2em;	
	margin: .5em 0;
	text-transform: uppercase;
}

.region-sidebar-second .view-archive .views-row {
	margin: 0 0 1em;
}

.region-sidebar-second .view-archive .views-field-created {
	font-family: Roboto, sans-serif;
	font-size: .813em;
}

.email-signup {
	background: #cc2026;
	margin: 20px 0 35px;
	padding: 15px;
}

.email-signup p {
	color: #fff;
	font-family: Roboto, sans-serif;
	line-height: 130%;
	margin: 0 0 5px;
}

.email-signup input.email,
.region-sidebar-second input.email {
	font-size: 15px;
    margin: 0 auto 5px;
    padding: 6px;
    width: 95%;
}

.email-signup input[type="submit"],
.region-sidebar-second input[type="submit"] {
    background: #a60007;
	border: none;
    color: #fff;
    float: left;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 900;
    padding: 6px 12px;
    text-transform: uppercase;
}

.page-archive h1#page-title {
  border-bottom: 1px solid #ccc;	
  margin: 0 0 1em;
  padding: 0 0 .5em;
}

.view-tweets .item-list ul li {
    font-family: Roboto;
    font-size: .9em;
	  line-height: 1.4em;	
    list-style: none;
    margin: 0 0 .75em;
}

/* =============================================================================
 *   Hillman Prizes
 * ========================================================================== */	

h3#usa, 
h3#canada {
	font-weight: 700;
	margin: 1em 0 .5em;
	padding: 0 0 0 30px;
}

h3#usa {
	background: url(../images/flag-usa.png) 0 4px no-repeat;
}

h3#canada {
	background: url(../images/flag-canada.png) 0 4px no-repeat;
}

.award {
	border-top: 2px solid #ccc;
	clear: both;
	margin: 0 0 2em;
	padding-top: .5em;
}

.view-hillman-winners .view-header h4 {
	margin-top: -.5em;
}

.view-hillman-winners .views-field-field-page-title,
.view-hillman-winners h3.prize,
.award .prize {
	color: #666666;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: normal;
	margin: 1em 0 .5em;
  padding-top: 10px;	
}

.view-hillman-winners .views-field-field-page-title {
  font-family: Roboto, sans-serif;	
}

.award p {
	color: #666;
	margin: 0 0 .25em;
}

.section-george-barrett-award h3,
h3.hillman-winner,
.award p.winner,
.view-hillman-winners div.winner {
  font-family: Roboto, sans-serif;
  font-size: 1.1em;
  font-weight: 700;	
	margin: 0 0 .25em;
	text-transform: none;
}

.award img  {
	margin-left: 1.5em;
}

.section-hillman-prizes table {
	border: none;
}

.section-hillman-prizes th {
	font-family: Roboto, sans-serif;
	font-weight: 400;
	white-space: nowrap;
}

.section-hillman-prizes td {
	font-size: 14px;
	vertical-align: top;
}

.views-exposed-form label {
	font-family: Roboto, sans-serif;
}

.views-exposed-form select {
	padding: 5px;
}

.views-exposed-form .views-exposed-widget {
	padding: 0 .5em 1em 0;
}

.views-exposed-form .views-exposed-widget .form-submit {
	margin-top: 1.4em;
	padding: 6px 16px;
}

.views-exposed-form .form-item-field-honoree-value input {
	padding: 5px;
}

.flexslider {
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	font-family: Roboto, sans-serif;
	font-size: .9em;
}

.flex-caption {
	margin: .25em 0 0;
}

.flexslider .slides img {
	width: auto !important;
}

.flexslider:hover .flex-next {
	right: 20px;
}

.flex-direction-nav li a {
	height: 50px;
}

.flex-pauseplay {
	line-height: 120%;
}

.flex-pauseplay a {
	left: 0;
	opacity: .3;
}

.flex-direction-nav a {
	top: 45%;
}

.awards-ceremonies {
	font-family: Roboto, sans-serif;
	padding: 25px 20px;
}

.awards-ceremonies li {
	border-top: 1px solid #ddd;
	list-style: none;
	margin-top: .5em;
	padding: .5em .25em 0 .5em;
}

.awards-ceremonies li:last-child {
	border-bottom: 1px solid #ddd;
	padding-bottom: .5em;
}

.view-hillman-winners .views-row {
	border-top: 2px solid #ccc;
	clear: both;
}

.view-hillman-winners .views-field-field-winning-works {
	line-height: 130%;
	margin: 5px 0;
}

.view-hillman-winners .views-field-field-publisher-airer {
	font-size: 15px;
}

.view-hillman-winners .views-field-field-finalist {
    font-family: Roboto, sans-serif;	
    font-size: 13px;
	line-height: 130%;
    margin-top: 10px;
}

.views-label-field-finalist {
	float: left;
	margin-right: 4px;
}

/* Hillman Prizes homepage */
.region-highlighted {
	background: #efeedf;
	margin: 30px 0 0;
}

/*.front #above-tertiary-wrapper {
	background: #efeedf;
}*/

.front .region-above-tertiary,
.front .region-highlighted {
	margin: 0;
	padding: 30px 0 0;
}

/* .not-front .region-highlighted {
	background: #ce2037;
	margin: 0;
} */

.front .region-highlighted {
	padding: 15px 0;
}

.view-event-promo {
	color: #fff;
	font-family: Roboto, sans-serif;
	text-align: center;
}

.view-event-promo a {
	color: #fff;
}

.view-event-promo .more a {
	font-size: 15px;
	font-weight: 700;
	margin: 0 10px;
	text-transform: uppercase;
}

/*.region-highlighted {
	background: #e5e3d0;
	margin: 0;
}*/

.region-highlighted .region-inner {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

.view-hillman-prize-slideshow .flexslider {
	background: #e5e3d0;
}

.view-hillman-prize-slideshow .views-field-field-slideshow-image {
	float: left;
	margin: 10px 20px 10px 10px;
}

.view-hillman-prize-slideshow .more-link {
	clear: none;
}

.view-hillman-prize-slideshow .more-link a:after {
	display: inline-block;
	float: none;
	margin: 0 0 0 6px;
}

.block-hillman-prize-slideshow-block-1 h2 {
	color: #007aac;
    display: table;
    font-size: 31px;
	letter-spacing: 1px;
    margin: 0 auto 10px;
    text-align: center;
    padding: 5px 20px;
    z-index: 5;
    width: 405px;
}

.canada-slideshow h2,
.hillman-prize-slideshow h2, 
.front .region-above-tertiary h2 {
	color: #ce2037;
	font-size: 1.7em;
	margin: 0 0 0.5em;
	text-align: center;
}

.view-hillman-prize-slideshow .details {
	padding: 0 15px 0 0;
}

.canada-slideshow .view-hillman-prize-slideshow .views-field-award,
.view-hillman-prize-slideshow .views-field-title {
	color: #827e65;
	font-size: 15px;
	font-weight: 700;
	margin: 30px 0 15px;
	text-transform: uppercase;
	width: 95%;
}

.view-hillman-prize-slideshow .views-field-honoree {
	line-height: 150%;
	margin: 0 0 8px;
}

.view-hillman-prize-slideshow .views-field-honoree a {
	color: #4c4b42;
	font-family: Georgia, serif;
	font-size: 22px;
}

.view-hillman-prize-slideshow .views-field-winner-title,
.view-hillman-prize-slideshow .views-field-winning-works {
	font-family: Georgia, serif;
	font-size: 17px;
	line-height: 130%;
	margin: 0 0 .5em;
}

.canada-slideshow .view-hillman-prize-slideshow .views-field-title {
	color: #4c4b42;
	font-family: Georgia, serif;
	font-size: 17px;
	line-height: 130%;
	margin: 0 0 .5em;
	text-transform: none;
}

.canada-slideshow .views-field-quote {
	line-height: 180%;
	width: 95%;
}

.canada-slideshow .views-field-quote strong {
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: 400;
}

.view-hillman-prize-slideshow .views-field-winning-works p {
	margin: 0;
}

.view-hillman-prize-slideshow .views-field-publisher {
	font-family: Georgia, serif;
	margin: 0 0 1.5em;
}

.canada-slideshow .more-link a {
	float: left;
	line-height: 160%;
	margin-right: 10px;
}

.canada-slideshow .more-link a:hover:after,
.canada-slideshow .more-link a:hover {
    border-color: transparent transparent transparent #1999cd;
	color: #1999cd;
	text-decoration: none;
}

.block-content ol.flex-control-nav li {
	margin: 0 4px;
}

.flex-control-paging li a {
	background: rgba(167, 163, 136, 0.3)
}

.flex-control-paging li a.flex-active {
	background: rgba(167, 163, 136, 1)
}

.view-hillman-prize-slideshow .flexslider .flex-direction-nav a {
	color: #fff;
}

/* Hillman Prizes landing page */
.views-field-field-landing-page-image {
	float: right;
	margin: 1em 0 1em 1.5em;
}

.canada-video {
	max-width: 700px;
}

/* US SLIDES 2020 */
.front #above-tertiary-wrapper,
.front .region-highlighted {
	background: #0093d0;
}

.front .region-highlighted {
	background: #ce2127;
}

.us-winners h2.block-title {
	color: #fff;
	font-family: Roboto, sans-serif;
    font-size: 30px;
    letter-spacing: 1px;
    padding: 10px 0 0;
	text-align: center;
	text-transform: uppercase;
}

.us-winners .view-hillman-prize-slideshow .views-field-title {
	color: #666;
}

.us-winners .view-hillman-prize-slideshow .flexslider {
	background: #fff;
}

.us-winners .view-hillman-prize-slideshow .views-field-honoree a {
	font-size: 24px;
}

.us-winners .view-hillman-prize-slideshow .views-field-winner-title, 
.us-winners .view-hillman-prize-slideshow .views-field-winning-works, 
.us-winners .views-field-quote {
	font-family: Georgia, serif;
	font-size: 18px;
}

.us-winners .flex-control-paging li a {
	background: rgba(0,0,0,0.3);
}

.us-winners .flex-control-paging li a.flex-active {
	background: #fff;
}

/* =============================================================================
 *   Hillman Prizes :: Individual Pages
 * ========================================================================== */	

.node-type-barrett-stetin-winner .field-name-field-headshot,
.node-type-hillman-prize-winner .field-name-field-headshot {
	float: left;
	margin: .3em 1em 1em 0;
	max-width: 400px;
}

.node-type-hillman-prize-winner .field-name-field-winning-works p {
	margin: 0;
}

.node-type-hillman-prize-winner .field-name-field-publisher-airer {
	font-style: italic;
}

.node-type-barrett-stetin-winner .field-name-body,
.node-type-hillman-prize-winner .field-name-field-bios,
.node-type-hillman-prize-winner .field-name-body,
.page-winner .field-name-body {
	border-top: 2px solid #ccc;
	clear: both;
	margin: 0;
	padding: 1.5em 0 0;
}

.node-type-hillman-prize-winner .field-name-field-video-link,
.node-type-barrett-stetin-winner .field-name-field-video-link {
	font-family: Roboto;
}

.node-type-hillman-prize-winner .field-name-field-video-link a,
.node-type-barrett-stetin-winner .field-name-field-video-link a {
	border-top: 1px solid #ccc;
	float: left;
	margin-top: 15px;
	padding: 15px 25px 15px 3px;
}

.node-type-hillman-prize-winner .field-name-field-video-link a:after,
.node-type-barrett-stetin-winner .field-name-field-video-link a:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px;
  border-color: transparent transparent transparent #007aac;
  margin: 8px 0 7px 6px;
	position: absolute;	
}

.not-front .fluid-width-video-wrapper {
	margin: -15px 0 35px;
}

/* =============================================================================
 *   Sol Stetin and George Barrett Pages
 * ========================================================================== */	

.group-winners .field-collection-container,
.group-winners .field-collection-view {
	border: none;
	float: left;
	margin: 0;
	padding: 0;
}

.group-winners .field-name-field-image {
	margin: .3em 1em 1em 0;
	max-width: 400px;
}

/* =============================================================================
 *   Misc styles
 * ========================================================================== */	

.clear {
	clear: both;
}

.judge {
	clear: both;
	margin: 0 0 2em;
}

.field-name-body #mc_embed_signup {
	font-family: Roboto, sans-serif;
}

.field-name-body .mc-field-group {
	margin: 0 0 1em;
}

.field-name-body .mc-field-group input[type="text"],
.field-name-body .mc-field-group input[type="email"] {
	padding: 6px;
	width: 80%;
}

.field-name-body #mc_embed_signup ul {
	margin: 0;
	padding: 0;
}

.field-name-body #mc_embed_signup li {
	list-style: none;
	margin: 0;
}

.field-name-body #mc_embed_signup li label {
	font-weight: 400;
}

.field-name-body .mc-field-group input[type="checkbox"] {
	float: left;
	margin: 5px 8px 5px 0;
}

.highlight {
	font-family: Roboto;
	font-size: 1.25em;
	font-weight: 300;
}

.bios {
	  background: #f3f3f3;
	  font-family: Roboto;
    font-size: .913em;
		margin: 0 0 1.5em;
    padding: 1.5em 1.5em .5em;
}

/* =============================================================================
 *   ShareThis
 * ========================================================================== */	

.sharethis-buttons {
	clear: both;
	margin: 1em 0;
}

.sharethis-buttons span {
	background: url(../images/share.png) no-repeat;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
	display: block;
	float: left;
	height: 36px;
	margin: 0 5px 0 0;
	opacity: 0.8;
	width: 36px;
}

.sharethis-buttons span:hover {
	opacity: 1;
}

.sharethis-buttons span.st_facebook_custom {
	background-position: -37px 0;
}

.sharethis-buttons span.st_sharethis_custom {
	background-position: -74px 0;
}

.sharethis-buttons span.st_email_custom {
	background-position: -111px 0;
}

/* Hide ShareThis on pages */
.page-node-1548 .sharethis-buttons,
.section-donate .sharethis-buttons {
	display: none;
}


/* =============================================================================
 *   Search results
 * ========================================================================== */	

.search-form {
	background: #ddd;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	margin: 0 0 2em;
	padding: 15px 10px;
}

.search-form input {
	padding: 6px;
}

.search-form .form-submit {
	padding: 6px 16px 8px;
}

.search-form .container-inline label {
	display: block;
}

.node-search-result {
	border-bottom: 1px solid #ccc;
	margin: 0 0 1.5em;
	padding: 0 0 1.5em;
}

.node-search-result h4 {
	float: left;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	margin: 0;
}

.node-search-result h4:after {
	content: "|";
	float: right;
	margin: 0 7px;
}

.node-search-result .field-name-post-date {
	font-family: Roboto, sans-serif;
}

.node-search-result .field-name-node-link {
	font-family: Roboto, sans-serif;
	margin: 1em 0 0;
}

.node-search-result h1,
.node-search-result h2 {
	font-size: 1.5em;
	font-weight: 400;
	text-transform: none;
}

.node-hillman-prize-winner.node-search-result {
	font-family: Roboto;
}

.node-hillman-prize-winner.node-search-result h2.field-label {
	float: left;
	font-size: 1em;
	margin: 0 0 0 4px;
}

/* =============================================================================
 *   Events
 * ========================================================================== */	

.front #secondary-content-wrapper {
	background: #043965;
}

.front .region-secondary-content {
	font-family: Georgia, serif;
	padding: 1em 0;
	text-align: center;
}

.front .region-secondary-content a {
	color: #fff;
}

.front .region-secondary-content span a {
	font-family: Roboto, sans-serif;
	font-weight: 700;
	padding: 0 10px;
	text-transform: uppercase;
}

span.more a:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 7px;
  border-color: transparent transparent transparent #fff;
  margin: 6px 0 7px 6px;
	position: absolute;
}

.node-event .field-name-field-date {
	font-size: 1.25em;
}

.node-event form {
	background: #ededed;
	border-top: 4px solid #ce2037;
	margin: 0 0 2em;
	padding: 1em;
	max-width: 90%;
}

.node-event form input[type="text"],
.node-event form input[type="email"],
.node-event form textarea {
	font-family: Roboto, sans-serif;
	padding: 4px;
}

.node-event .form-item.webform-component-markup {
	margin: 0;
	padding: 0;
}

.node-event .form-item h2 {
	font-family: Roboto; 
	font-size: 2em;
	font-weight: 300;
	margin: 0 0 .5em;
}

.single-column-form #columns {
	margin: 0 10%;
}

.donate-thanks .article {
	margin: 0 auto;
	max-width: 700px;
}

.donate-thanks .field-name-title h2 {
	color: #ce2037;
	text-align: center;
}

/* Award Ceremonies Archive */
.view-award-ceremonies .view-content {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-around;
}

.view-award-ceremonies .view-content .views-row {
	flex: 0 32%;
    margin: 0 0 3%;
}

.view-award-ceremonies .views-field-field-landing-page-image {
	float: none;
	margin: 0;
}

.view-award-ceremonies .views-field-title {
	font-family: Roboto, sans-serif;
	line-height: 120%;
}

.block.awards-ceremonies .view-all {
	font-size: 13px;
	font-weight: 700;
	margin: 15px 10px;
	text-transform: uppercase;
}

.block.awards-ceremonies .view-all a {
	float: left;
}

.block.awards-ceremonies .view-all a:after {
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 5px;
    border-color: transparent transparent transparent #007aac;
    margin: 6px 0 7px 6px;	
}

/* Hide share buttons on blog entry with form */
.donate-thanks #main-content .sharethis-buttons,
.page-node-3277 #main-content .sharethis-buttons {
	display: none;
}

/* Hide extra menu items on desktops */
.mobile, 
a.mobile-only {
	display: none;
}

#logo .desktop {
	display: block;
}

#logo .mobile {
	display: none;
}


.mailchimp {
    background: #eee;
    border-top: 3px solid #999;
    max-width: 500px;
	padding: 20px;
}

.mailchimp h3 {
	font-weight: 700;
	margin: 0 0 1em;
}

.mailchimp p {
	margin: 0 0 10px;
}

.field-name-body .mailchimp .mc-field-group input[type="text"], 
.field-name-body .mailchimp .mc-field-group input[type="email"] {
	width: 90%;
}