/*
 * @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
 * ========================================================================== */

/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */

/* @import must be at top of file, otherwise font will not work */
@import url("//hello.myfonts.net/count/27bade");

  
@font-face {
	font-family: 'HelveticaNeueLT-UltraLight';
	src: url('../webfonts/27BADE_0_0.eot');
	src: url('../webfonts/27BADE_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/27BADE_0_0.woff') format('woff'),url('../webfonts/27BADE_0_0.ttf') 	format('truetype'),url('../webfonts/27BADE_0_0.svg#wf') format('svg');
}

html {
  background: #edeef0;
}


body {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 15px;
}


/* =============================================================================
 *   HTML Elements
 * ========================================================================== */

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

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;
}


/* =============================================================================
 *   Wrappers
 * ========================================================================== */

/*
 * Page wrapper, includes the .container class which sets the overall page or section width
 * Main wrapper in page.tpl.php, the .container class sets the width of the page, do not add width to it!
 */
#page {}
#page .container {}

/*
 * Wraps all header elements - branding and .region-header
 */
#header {
	background: #fff;
	border-bottom: 1px solid #bfc0c1;
	padding: 60px 0 40px;
	min-width: 1030px;
}

/*
 * Wraps the sidebars the content column
 */
#columns {
	padding: 0 30px;
}

/*
 * Main content column wrapper
 */
#content-column {
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px rgba(100, 100, 100, 0.4);
	-moz-box-shadow:    0px 0px 15px rgba(100, 100, 100, 0.4);
	box-shadow:         0px 0px 15px rgba(100, 100, 100, 0.4);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;		
}

#main-content {
	background: url(../images/opacity-70.png);		
	margin: 0;
	padding: 27px;
}

h1#page-title,
.front h2.block-title {
	border-bottom: 2px solid #900;
	font-family: 'Raleway','Helvetica Neue',Helvetica,Arial,sans-serif; 
	font-size: 32px;
	font-weight: 300;
	line-height: 100%;
	margin-bottom: 15px;
	padding: 0 0 10px 30px;
	text-transform: uppercase;	
}

h1#page-title {
	padding-left: 15px;
}

/* Scrollbar */

.jspPane {
	width: 95%!important;
}

.jspVerticalBar {
	width: 8px;
}

.jspTrack {
	background: #fff;
}

.jspDrag {
	background: #ccc;
	border-radius: 4px;
}

.jspArrow.jspDisabled,
.jspArrow {
	background: #fff;
}

/* Homepage */

.front #content-column {
	height: 364px;
}

.front .content-inner {
	background: url(../images/bg-homepage.jpg) left no-repeat;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	width: 99.5%;		
	height: 364px;
}

.front #main-content {
	float: right;
	padding: 27px;
	width: 480px;
}

.front .view-homepage-news {
	height: 251px;
	outline: none;
	overflow: auto; 
	width: 100% !important;
}

h3 a.colorbox-load,
.view-homepage-news .views-field-title a.colorbox-load {
	background: url(../images/video-play.png) 0 5px no-repeat; 
	padding-left: 18px;
}

h3 a.colorbox-load {
	background-position: 0 3px;
}


.view-homepage-news .views-field-title a.colorbox-load:hover {
	background-position: 0 -13px;
}

h3 a.colorbox-load:hover {
	background-position: 0 -15px;
}

.view-news-page .views-field-title a.colorbox-load {
	background: url(../images/video-play-big.png) 0 7px no-repeat;
	padding-left: 21px;
}

.view-news-page .views-field-title a.colorbox-load:hover {
	background-position: 0 -27px;
}

.front .views-row {
	clear: left;
	min-height: 75px;
	margin-bottom: 15px;
	width: 100%;
}

.front .views-row p {
	margin: 0 0 12px;
}

.front .views-field-title {
	font-size: 18px;
	line-height: 100%;
	margin-bottom: 4px;
}

.front .views-field-field-image {
	float: left;
	margin: 0 33px 0 30px;
}

.front .views-field-field-image img {
	border: 2px solid #000;
	margin-bottom: 12px;
}

#block-views-homepage-news-block.block {
	margin: 0;
}

article#node-6 {
	display: none;
}

/* Contact page */

.section-contact #main-content {
	float: left;
	height: 337px;
	margin-left: 27px;
	padding: 27px 44px 0 0;
	width: 480px;
}

.section-contact .field-name-body {
	padding-left: 15px;
}

.section-contact h3 {
	margin: 0;
}

.section-contact .content-inner {
	background: url(../images/bg-contact.jpg) right no-repeat;
	float: right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	width: 100%;		
	height: 364px;	
}

.section-contact pre {
  color: #666;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;	
}


/* Bio & Credits */

.section-bio .content-inner {
	/*background: url(../images/bg-bio.jpg) top center no-repeat;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;		
}

.section-bio #main-content {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	padding: 27px 27px 0;
}

.section-bio h1#page-title {
	display: none;
}

.section-bio #main-content h2 {
	border-bottom: 2px solid #900;
	font-family: 'Raleway','Helvetica Neue',Helvetica,Arial,sans-serif; 
	font-size: 32px;
	font-weight: 300 !important;
	line-height: 100%;
	margin: 0 0 15px;
	padding: 0 0 10px 15px;
	text-transform: uppercase;		
}

.section-bio .group-left {
	width: 60%;
}

.section-bio .group-left .field-name-body {
	padding: 10px 0 0 15px;
}

.section-bio .group-right {
	border-left: 2px solid #000;
	margin-left: 30px;
	padding-left: 30px;
	width: 30%;
}

.section-bio .field-name-field-credits .field-items {
	font-size: 13px;
	height: 790px;
	outline: none;
	overflow: auto;
}

.section-bio .field-name-field-credits .field-items .field-item {
	padding: 10px 10px 0 15px;
}

.section-bio .field-name-field-credits .field-items h3 {
	font-size: 15px;
	margin: 0;
	padding: 0;
}

.section-bio img.img-right {
	float: right;
	height: auto;
	margin: 5px 0 10px 15px;
	width: 250px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

/* News */

.section-news #main-content {
	background: none;
	border-right: 2px solid #000;
	margin: 27px 0;
	padding: 0 27px;
}

.view-archive.view-display-id-page,
.view-news-page {
	padding: 0 5px 0 15px;
}

.view-archive.view-display-id-page .views-row,
.section-news .view-news-page .views-row {
	border-bottom: 2px solid #000;
	clear: both;
	margin-bottom: 15px;
	overflow: auto;
	padding-bottom: 20px;
}

.view-archive.view-display-id-page .views-row.views-row-last,
.section-news .view-news-page .views-row.views-row-last {
	border-bottom: none;
}

.section-news .views-field-title {
	font-family: 'Raleway','Helvetica Neue',Helvetica,Arial,sans-serif; 	
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 15px;
}

.section-news .views-field-field-large-image img {
	float: right;
	margin: 5px 0 10px 15px;
}

.section-news .region-sidebar-second {
	padding: 35px 15px;
	width: 270px;
}

.section-news .view-news-tags {
	margin-left: 15px;
}

.section-news .menu-438 a {
  	background: url(../images/bg-nav.png) bottom no-repeat;
	background-size: 300% 80%;
}

.section-news .news-links ul li,
.item-list ul li {
	list-style: none;
	margin: 0 0 5px;
}

.section-news h2.block-title {
	border-bottom: 2px solid #900;
	font-family: 'Raleway','Helvetica Neue',Helvetica,Arial,sans-serif; 
	font-size: 24px;
	font-weight: 300;
	line-height: 100%;
	margin-bottom: 15px;
	padding: 0 0 10px 15px;
	text-transform: uppercase;	
}

.node-type-article .field-name-field-large-image {
	float: right;
	margin: 0 0 10px 15px;
}


/* Reel */

.section-reel #block-system-main {
	width: 924px;
}

.section-reel .content-inner {
	background: url(../images/bg-reel.jpg) top center no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;		
	float: left;
	width: 100%;
}

.section-reel #main-content {
	margin: 25px auto;
	padding: 0;
	width: 924px;
}

.section-reel #main-content-header {
	margin: 0;
	width: 100%;
}

.section-reel h1#page-title {
	background: #900;
	border-bottom: none;
	color: #fff;
	font-size: 26px;	
	margin: 0;
	padding: 10px 15px;
}

.section-reel #content {
	background: url(../images/opacity-60.png);
	float: left;	
	height: 545px;
	margin-bottom: 40px;
	/*overflow: auto;*/
	width: 924px;
}

.reel-accordion-group {
	border-left: 1px solid #000;	
	border-right: 1px solid #000;
	height: 520px;
	width: 229px;
}

.ui-accordion .ui-accordion-icons {
	padding-left: .7em;
}

.ui-accordion .ui-accordion-content-active {
	background: none;
	/*min-height: 150px;*/
}

.ui-accordion-icons .ui-accordion-header a { 
	padding-left: 15px;
}

.ui-accordion .ui-accordion-header .ui-icon,
.ui-state-active .ui-icon {
	background-image: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: none;
	border: none;
}

.ui-accordion .ui-accordion-content {
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; 
	font-size: 16px;
	padding: 0 15px 10px !important;
}

.ui-accordion .ui-accordion-content .views-field-field-description p {
	font-size: 14px;
}

.ui-accordion .ui-accordion-content .views-row {
	margin-bottom: 12px;
}

h3.ui-accordion-header {
	font-family: 'Raleway','Helvetica Neue',Helvetica,Arial,sans-serif; 
	font-size: 21px;
	font-weight: 500;
	text-transform: uppercase;
}

.ui-corner-bottom {
	border: none;
}

.reel-accordion-content {
	overflow: hidden !important;
}

/* Audio player */

div.jp-audio {
	width: 100%;
}

div.jp-audio div.jp-type-playlist div.jp-interface {
	height: 36px;
}

div.jp-playlist,
div.jp-interface {
	background: #000;
	border: none;
}

div.jp-audio div.jp-type-playlist div.jp-progress {
	height: 8px;
	width: 176px;
}

div.jp-progress {
	background: #cdbbbb;
}

a.jp-play {
	background: url(../images/audio-play.png) no-repeat;
	height: 17px;
	width: 22px;
}

a.jp-play:hover {
	background: url(../images/audio-play.png) no-repeat;	
	background-position: 0 -17px;
}

a.jp-pause {
	background: url(../images/audio-pause.png) no-repeat;
	height: 17px;
	width: 22px;
}

a.jp-pause:hover {
	background: url(../images/audio-pause.png) no-repeat;
	background-position: 0 -17px;
}

div.jp-audio div.jp-type-playlist a.jp-play, div.jp-audio div.jp-type-playlist a.jp-pause {
	top: 10px;
	left: 15px;
}

div.jp-audio div.jp-type-playlist a.jp-stop {
	top: 10px;
	left: 42px;
}

a.jp-stop {
	background: url(../images/audio-stop.png) no-repeat;
	height: 17px;
	width: 22px;
}

a.jp-stop:hover {
	background: url(../images/audio-stop.png) no-repeat;
	background-position: 0 -17px;	
}

div.jp-audio div.jp-type-playlist div.jp-progress {
	top: 14px;
	left: 75px;
}

div.jp-play-bar {
	background: url(../images/audio-seek.png);	
}

div.jp-audio div.jp-type-playlist a.jp-mute, div.jp-audio div.jp-type-playlist a.jp-unmute {
	top: 10px;
	left: 77%;
}

a.jp-mute {
	background: url(../images/audio-volume.png) no-repeat;
	height: 16px;
	width: 17px;	
}

a.jp-mute:hover {
	background: url(../images/audio-mute.png) no-repeat;
}

a.jp-unmute {
	background: url(../images/audio-mute.png) no-repeat;
	height: 16px;
	width: 17px;
}

a.jp-unmute:hover {
	background: url(../images/audio-volume.png) no-repeat;	
}

div.jp-playlist {
	position: absolute;
	left: 260px;
	width: 300px;
}

div.jp-playlist ul {
	padding: 0;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; 
	font-size: 12px;
	list-style-type: none;
	padding-top: 9px;
	text-transform: uppercase;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current a {
	color: #fff;
}

div.jp-audio div.jp-type-playlist div.jp-volume-bar {
	background: #cdbbbb;
	left: 80%;
	overflow: visible;
	top: 16px;
	width: 15%;
}

div.jp-volume-bar-value {
	background: #900;
}

/*
 * Footer wrapper
 */
#footer-wrapper {
  /* Debug styles, is this working? */
  background: rgba(255, 192, 203, 0.5);
}
#footer-wrapper .container {}


/* =============================================================================
 *   Branding
 * ========================================================================== */

/*
 * Logo
 */
#logo {
  padding: 10px 0;
}

#logo img {
  vertical-align: bottom;
}

/*
 * Site name (h1)
 */
#site-name {
	float: left;
	font-family: HelveticaNeueLT-UltraLight, 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 56px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 100%;
  	margin: 0 0 0 14px;
}

#site-name a {}

#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  color: #900;
  text-decoration: none;
}

/*
 * Site slogan (h2)
 */
#site-slogan {
  color: #666;
  float: right;
  font-family: HelveticaNeueLT-UltraLight, 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 4px 14px 0 0;
  text-transform: lowercase;
}

#site-slogan a {
  color: #666;	
}

#site-slogan a:hover {
	color: #900;
	text-decoration: none;
}


/* =============================================================================
 *   Page content header
 * ========================================================================== */

/*
 * Main content header wraps the page title, tabs and actions links
 */
#main-content-header {}

/*
 * The main page title (h1)
 */
#page-title {
  margin: 0;
}


/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */

#cke_edit-field-blurb-und-0-value #cke_1_contents {
	height: 100px !important;
}

/*
 * 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 {}

/*
 * 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;
}


/* =============================================================================
 *   Regions
 * ========================================================================== */

/*
 * Footer region
 */

#footer {
	margin: 50px auto 0;	
	max-width: 1000px;
}
 
.region-footer {
	color: #4b4b4b;
	font-size: 14px;
	position: relative;
	width: 100%;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
   #footer {
	   max-width: 900px;
   }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
     #footer {
	   max-width: 900px;
   }
}

@media screen and (min-device-width: 320px) and (max-device-width: 768px){
     #footer {
	   max-width: 900px;
   }	
}

/* =============================================================================
 *   Links
 * ========================================================================== */

a {
  text-decoration: none;
}

a:link,
a:visited {
  color: #900;
}

a:active,
a.active {}

a:hover,
a:focus {
  text-decoration: underline;
}


/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */

/*
 * Use one of the following id's for granular control:
 *  - #menu-bar (menu bar region)
 *  - #primary-menu (main menu)
 *  - #secondary-menu (secondary/user menu)
 * You can target all of these with .nav or div[id$="menu-bar"]
 */
.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 22px;
}

.nav li a,
.nav ul.menu li a {
  background: url(../images/bg-nav.png) bottom no-repeat;
  background-size: 0 50%;
  -webkit-background-size: 0 50%;
  -moz-background-size: 0 50%;
  color: #777;
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}

.nav li a:hover,
.nav li a:focus,
.nav ul.menu li a:hover,
.nav ul.menu li a:focus,
.nav ul.menu li a.active {
	color: #900;
	text-decoration: none;
  transition-property: background-size, color;
  -webkit-transition-property: background-size, color;
  -moz-transition-property: background-size, color;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;  
  -moz-transition-duration: 1s;
  transition-timing-function: ease-out;	
  -webkit-transition-timing-function: ease-out;	  
  -moz-transition-timing-function: ease-out;
  background-size: 300% 80%;
  -webkit-background-size: 300% 80%;
  -moz-background-size: 300% 80%;
}

.nav ul.menu li a:after {
  background-size: 300% 50%;	
}

.nav .block {
  margin-bottom: 0;
}

#primary-menu-bar {
	margin: 38px 22px 32px;
}

#primary-menu-bar li {
	font-family: 'Raleway','Helvetica Neue',Helvetica,Arial,sans-serif; 
	font-weight: 200;
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#primary-menu-bar li a {
	padding: 0 0 10px;
}

/* =============================================================================
 *   Superfish
 * ========================================================================== */

ul.sf-menu {
  margin-bottom: 0;
}

ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  padding: 0 10px;
  text-decoration: none;
  height: 2.5em;
  line-height: 2.5em;
}

ul.sf-menu a:link,
ul.sf-menu a:visited {}

ul.sf-menu li {}

ul.sf-menu li:hover,
ul.sf-menu li.sfHover {
  outline: 0;
}

ul.sf-menu a {}

ul.sf-menu a:focus,
ul.sf-menu a:hover,
ul.sf-menu a:active {
  outline: 0;
}

/*
 * 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;
}


/* =============================================================================
 *   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;
}

/* =============================================================================
 *   Pagers
 * ========================================================================== */

ul.pager {
  clear: both;
  margin: 0;
  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
 * ========================================================================== */


/*
 * 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;
}


/*
 * Field types (Core)
 */


/*
 * 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;
}

/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
.ia-n .field-type-image,
.iat-n .field-type-image {}

/*
 * 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
 * ========================================================================== */

/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
.block {
  margin-bottom: 20px;
}

/*
 * Block title
 */
.block-title {
  margin: 0;
}

/*
 * Block content wrapper
 */
.block-content {}

/*
 * Match item list and block menu margin and padding
 */
.block-content {}

.block-content ul,
.block-content ol {
  padding: 0 0 0 15px;
}

.block-content li {
  margin: 0;
  padding: 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
 */
.form-submit {}

.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
fieldset {
  border: 1px solid #ccc;
}

/*
 * 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;
}


/* =============================================================================
 *   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 {
}




/* =============================================================================
 *   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;
}
