@import url(https://fonts.googleapis.com/css?family=Pontano+Sans);
/* @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.  To FORCE PRINT all selectors you can search and replace a single { (opening curly brace) and insert an empty comment. This is very useful in conjuction with FireSass: https://addons.mozilla.org/en-US/firefox/addon/firesass-for-firebug/  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. */
html { background: url("../images/bg.png") #f7f5f5; }

body { font-family: "Pontano Sans", Verdana, Geneva, "DejaVu Sans", Arial, Helvetica, sans-serif; font-size: 87.5%; color: #313131; }

/* ============================================================================= HTML Elements ========================================================================== */
h6, .caption p, .node-article .field-item div { font-size: 0.9em; font-style: italic; font-weight: normal; color: #313131; text-align: center; }

h1, h2, h3, .node-session-resource .field-name-field-time-slot, .node-session-resource .field-name-field-date, .node-session-resource .field-name-field-room, h4, h5 { color: #01324e; font-family: "Pontano Sans", Verdana, Geneva, "DejaVu Sans", Arial, Helvetica, sans-serif; margin-bottom: 0.75em; }

p { margin-bottom: 0.75em; }

blockquote { padding-left: 10px; }

ul ul, ol ul { margin: 0 0 5px 0; }

hr { height: 0px; border-bottom: 0px none; border-left: 0px none; border-right: 0px none; border-top: 1px solid #dcdcdb; clear: both; }

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 { -moz-box-shadow: #6d6e71 0 1px 4px; -webkit-box-shadow: #6d6e71 0 1px 4px; box-shadow: #6d6e71 0 1px 4px; background: #fff; }

/* Wraps all header elements - branding and .region-header */
#header { background-color: #fff; }

/* Wraps the sidebars the content column */
#columns { background: #fff; border-top: 9px solid #01324e; }

.front #columns { display: none; }

/* Main content column wrapper */
#content-column { padding-top: 12px; }

/* Wraps the main-content-header, the content region and feed-icons. Use this wrapper to style the entire main content column */
/* Wraps the content region, avoid applying styles to this wrapper, its used mainly for position and invisible gutters and can be problematic to style */
/* Footer wrapper */
#footer { background: #f7f5f5; color: #313131; }

/* Panels may need additional margin wrangling when in the $content region */
.pane-title { color: #006aa5; }

/* 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 of the contained element - you can style this but never add any width/margin/padding/borders etc to .container */
/* Wraps #page */
/* Wraps the leaderboard */
.region-leaderboard .block { margin: 0; text-align: right; }

/* Wraps the header */
#header-wrapper { /* Debug styles, is this working */ background-color: transparent; }
#header-wrapper .container { -moz-box-shadow: 6px 0 4px -4px #dcdcdb, -6px 0 4px -4px #dcdcdb; -webkit-box-shadow: 6px 0 4px -4px #dcdcdb, -6px 0 4px -4px #dcdcdb; box-shadow: 6px 0 4px -4px #dcdcdb, -6px 0 4px -4px #dcdcdb; }

/* Wraps the nav elements */
#nav-wrapper { background-color: transparent; }

/* Wraps breadcrumb */
#breadcrumb-wrapper { background-color: transparent; }
#breadcrumb-wrapper .container { background-color: #fff; }

/* Wraps messages and help */
#messages-help-wrapper, #messages { background-color: #fff; }
#messages-help-wrapper .container, #messages .container { background-color: #fff; padding-top: 10px; }

/* Wraps the secondary content/preface region */
.region-secondary-content { background-color: #ebf6fc; border-top: 9px solid #01324e; }
.region-secondary-content .region-inner .block { width: 33%; float: left; margin-bottom: 0; padding: 10px 0 60px 0; position: relative; }
.region-secondary-content .region-inner .block .button, .region-secondary-content .region-inner .block .more-link { position: absolute; bottom: 20px; right: 20px; }
.region-secondary-content .region-inner .even { background-color: #fff; }
.region-secondary-content .region-inner #block-views-advertisements-block { width: 100%; background: #dcdcdb; padding-bottom: 10px; }
.region-secondary-content .region-inner #block-views-advertisements-block .block-inner { margin: 0; }
.region-secondary-content .region-inner #block-views-advertisements-block .block-inner .views-row { float: left; width: 31%; margin: 0 1% 0 1%; }
.region-secondary-content .region-inner #block-views-advertisements-block .block-inner .views-row img { -moz-box-shadow: #c3c3c1 0 1px 4px; -webkit-box-shadow: #c3c3c1 0 1px 4px; box-shadow: #c3c3c1 0 1px 4px; }

/* Wraps the main content column */
#content-wrapper { background-color: transparent; }

/* Wraps the tertiary content/postfix region */
.region-tertiary-content { background-color: transparent; }
.region-tertiary-content .region-inner { background-color: #01324e; color: #fff; padding-top: 10px; }
.region-tertiary-content .region-inner h2 { color: #fff; }
.region-tertiary-content .region-inner .block { width: 50%; float: left; }

/* Footer wrapper */
#footer { /* Debug styles, is this working? */ }

/* ============================================================================= Branding ========================================================================== */
/* Wraps all the branding elements, logo, name and slogan */
#branding { width: 100%; }

/* Logo */
#logo { padding: 10px 0; }
#logo img { vertical-align: bottom; }

/* Wrapper for the site name and slogan (hgroup) */
/* Site name (h1) */
#site-name { margin: 0; }
#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 */
/* The main page title (h1) */
#page-title { margin: 0 0 7px 0; color: #006aa5; }

/* ============================================================================= Misc Global Styles ========================================================================== */
/* Feed icons */
/* 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 */
/* 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 ========================================================================== */
/* Standard region wrapper, don't add width to any regions, you will bork the layout - no margin, padding or borders etc */
/* Regions have an inner div - perfect for adding margin, padding or borders */
/* Regions can be nested, such as when using Panels */
/* Header region, embedded in the #header */
.region-header .block { margin-bottom: 0; }

/* Generally used to output Drupals help block, if the help module is enabled */
.region-help { border-top: 9px solid #01324e; }
.region-help .block { margin: 0; }
.region-help .block .block-inner { margin: 0; }

/* Secondary content */
/* Sits above the main content header, like a content-top region */
/* Sits below the main content, like a content-bottom region */
.region-content-aside { padding-bottom: 20px; }
.region-content-aside .block { width: 50%; float: left; }
.region-content-aside .block .block-inner { -moz-box-shadow: #c3c3c1 0 1px 4px; -webkit-box-shadow: #c3c3c1 0 1px 4px; box-shadow: #c3c3c1 0 1px 4px; padding: 10px 15px; }
.region-content-aside .odd .block-inner { margin-right: 10px; }
.region-content-aside .even .block-inner { margin-left: 10px; }

/* Sidebars - targets both */
.sidebar { background: #ebf6fc; padding-top: 15px; }

/* First sidebar */
/* Second sidebar */
/* Tertiary content */
/* Footer region */
.region-footer { padding-bottom: 0px; }

/* ============================================================================= Links ========================================================================== */
a { text-decoration: none; font-weight: bold; }
a:link, a:visited { color: #006aa5; }
a:active, a.active { color: #01324e; }
a:hover, a:focus { color: #01324e; }

#footer a:link, #footer a:visited { color: #313131; }
#footer a:active, #footer a.active { color: #006aa5; }
#footer a:hover, #footer a:focus { color: #006aa5; }

/* ============================================================================= 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: 0; font-weight: bold; background-color: transparent; text-transform: uppercase; float: right; margin-top: -26px; }
.nav ul, .nav ul.menu { margin: 0; padding: 0; }
.nav ul li, .nav ul.menu li { display: inline; float: left; list-style: none; margin: 0; padding: 0; }
.nav ul li a, .nav ul.menu li a { display: block; white-space: nowrap; padding: 0 10px; display: block; color: #313131; border-right: 1px solid #313131; height: 1em; line-height: 1em; }
.nav ul li a:hover, .nav ul li a:active, .nav ul li a:focus, .nav ul.menu li a:hover, .nav ul.menu li a:active, .nav ul.menu li a:focus { color: #006aa5; background-color: #fff; }
.nav ul li ul, .nav ul.menu li ul { background-color: #ebf6fc; color: #006aa5; text-transform: none; }
.nav ul li ul li a, .nav ul.menu li ul li a { background-color: #ebf6fc; border-right: 0px none; height: 2em; line-height: 2em; }
.nav ul li ul li a:hover, .nav ul li ul li a:active, .nav ul li ul li a:focus, .nav ul.menu li ul li a:hover, .nav ul.menu li ul li a:active, .nav ul.menu li ul li a:focus { background-color: #d4e6f0; color: #01324e; }
.nav ul li.last a, .nav ul.menu li.last a { border-right: 0px none; }
.nav ul li.active-trail a, .nav ul.menu li.active-trail a { color: #006aa5; }
.nav ul li.sfHover a, .nav ul.menu li.sfHover a { color: #006aa5; background-color: #fff; }
.nav ul li.sfHover ul li a, .nav ul.menu li.sfHover ul li a { color: #01324e; background-color: #ebf6fc; }
.nav ul li.sfHover ul li a:hover, .nav ul li.sfHover ul li a:active, .nav ul li.sfHover ul li a:focus, .nav ul.menu li.sfHover ul li a:hover, .nav ul.menu li.sfHover ul li a:active, .nav ul.menu li.sfHover ul li a:focus { background-color: #d4e6f0; color: #01324e; }
.nav .block { margin: 0; }

#sidr-wrapper-0 { background: #fff; padding: 5px 20px; }

/* ============================================================================= Superfish ========================================================================== */
ul.sf-menu { margin-bottom: 0; }
ul.sf-menu a { border-left: 0; border-top: 0; padding: 0 10px; text-decoration: none; }
ul.sf-menu li:hover, ul.sf-menu li.sfHover { outline: 0; color: #01324e; background-color: #ebf6fc; }
ul.sf-menu a:focus, ul.sf-menu a:hover, ul.sf-menu a:active { outline: 0; }

/* Superfish blocks */
.block-superfish ul { margin: 0 !important; padding: 0 !important; }
.block-superfish ul ul { background-color: #ebf6fc; color: #006aa5; }
.block-superfish li { margin: 0 !important; padding: 0 !important; }

/* Vertical style */
.sf-vertical { width: 100%; }
.sf-vertical li { width: 100%; }
.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 li { margin: 0; }

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content { padding: 0; }

.block-menu-block ul.menu { margin: 0; font-weight: bold; }
.block-menu-block ul.menu li, .block-menu-block ul.menu li.leaf { list-style-type: none; list-style-image: none; border-bottom: 1px dashed #9fc3d7; padding: 2px 0; }

/* ============================================================================= Book navigation menu ========================================================================== */
.book-navigation .page-up { /* Prevent text wrapping to a new line, assumes English "up" is used (two characters) */ 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; }

/* ============================================================================= 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 */
/* ============================================================================= 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: #f7f5f5; 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: #f7f5f5; 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 { margin: 10px 0 0 0; padding: 0 0 0 5px; }
ul.primary li { display: block; float: left; margin: 0 1px -1px; }
ul.primary li a { background-color: #eee; border-color: #ddd; margin-right: 1px; padding: 0 10px; display: block; float: left; height: 1.5em; line-height: 1.5em; color: #333; }
ul.primary li a:hover, ul.primary li a:focus { background-color: #fff; border-color: #ddd; }
ul.primary li.active a, ul.primary li.active a:hover, ul.primary li.active a:focus { background-color: #f5f5f5; border-bottom-color: #f5f5f5; }

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:hover, ul.secondary li a.active { border-bottom: none; text-decoration: underline; }

/* ============================================================================= Action links ========================================================================== */
ul.action-links { margin: 0; padding: 0; list-style: none; background-color: #f5f5f5; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjxzdG9wIG9mZnNldD0iNzQuNTElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjVmNWY1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'); background-size: 100%; background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #dddddd), color-stop(74.51%, #ffffff), color-stop(100%, #f5f5f5)); background-image: -moz-linear-gradient(bottom, #dddddd 0%, #ffffff 74.51%, #f5f5f5 100%); background-image: -webkit-linear-gradient(bottom, #dddddd 0%, #ffffff 74.51%, #f5f5f5 100%); background-image: linear-gradient(to top, #dddddd 0%, #ffffff 74.51%, #f5f5f5 100%); }
ul.action-links li { padding: 0; margin: 0; float: left; font-size: 80%; }
ul.action-links li a { display: block; text-decoration: none; color: #333; padding: 5px 8px; }
ul.action-links li a:hover, ul.action-links li a:focus, ul.action-links li a:active, ul.action-links li a.active { background-color: #f5f5f5; }

/* ============================================================================= Field Styling ========================================================================== */
/* Wrapper for any field */
/* Above and inline classes are on the field wrapper */
/* When labels are set to inline in field display settings the clearfix class is automatically added */
/* 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) */
/* Image fields use the <figure> and <figcaption> elements from HTML5 */
/* 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; }

.section-time-slot .view-taxonomy-term .view-filters { display: none; }

/* Text */
/* Long text */
/* Text with summary */
/* File */
/* Number/Integer */
/* Decimal */
/* Number float */
/* List */
/* List boolean */
/* List integer */
/* List float */
/* Field types (Contrib) */
/* Named fields */
/* Underscores in field name are replaced with dashes */
/* Image Alignment Theme Settings - included here so you can easily override */
/* Float none setting */
/* 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; }

.sidebar .dark-feature { color: #fff; padding: 0 20px 0 20px; }
.sidebar .dark-feature .block-inner { background-color: #000; margin: 0; padding-bottom: 14px; }
.sidebar .dark-feature h2.block-title { color: #fff; text-transform: none; font-size: 1.9em; line-height: 1em; padding-bottom: 10px; }
.sidebar .dark-feature h2 { color: #ffcc33; text-transform: uppercase; margin: 0 15px 5px 15px; }
.sidebar .dark-feature h3, .sidebar .dark-feature .node-session-resource .field-name-field-time-slot, .node-session-resource .sidebar .dark-feature .field-name-field-time-slot, .sidebar .dark-feature .node-session-resource .field-name-field-date, .node-session-resource .sidebar .dark-feature .field-name-field-date, .sidebar .dark-feature .node-session-resource .field-name-field-room, .node-session-resource .sidebar .dark-feature .field-name-field-room { color: #fff; text-transform: uppercase; margin: 0 15px 2px 15px; }
.sidebar .dark-feature h4 { color: #fff; margin: 0 15px 2px 15px; }
.sidebar .dark-feature a.button, .sidebar .dark-feature .form-submit { background-color: #ffcc33; color: #000; }

/* Inner wrapper for most blocks, good for margin, padding and borders, block_system_main does not have it */
.flex-right .block, .flex-left .block { padding: 15px; border: solid 1px #818181; color: white; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; -moz-box-shadow: #333 0 1px 4px; -webkit-box-shadow: #333 0 1px 4px; box-shadow: #333 0 1px 4px; }

.flex-left > .flex-inner { padding-right: 10px; }

.flex-right > .flex-inner { padding-right: 10px; }

/* The first block in the region */
/* The last block in the region */
/* Zebra striping for each block in the region */
/* Zebra striping for each block in the region */
/* Block title */
.block-title { margin: 0 0 5px 0; color: #006aa5; text-transform: uppercase; }

/* Block content wrapper */
/* Match item list and block menu margin and padding */
.block-content ul, .block-content ol { padding: 0; }
.block-content li { margin: 0; padding: 0; }

/* Block for the latest news items in the first category */
/* Block for the latest news items in the first feed */
/* First block created with "Add block" link */
/* "Recent blog posts" block */
/* "Book navigation" block for the current book's table of contents */
/* "Recent comments" block */
/* "Active forum topics" block */
/* "New forum topics" block */
/* Language switcher block */
/* Custom menu block */
/* "Recent content" block */
/* "Syndicate" block for primary RSS feed; see also page.css's .feed-icon */
/* "Most recent poll" block */
/* "Author information" block for the profile of the page's author */
/* "Search form" block */
#search-form .search-text-box { width: 35px; background-color: #f2f2f2; background-image: url("../images/search-icon.png"); background-position: 11px 50%; background-repeat: no-repeat; border: none; color: transparent; font-size: 13px; line-height: 18px; padding: 8px 0 9px 0; cursor: pointer; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-box-shadow: none; box-shadow: none; border-radius: 30px; }
#search-form .search-text-box:focus { outline: 0; }

#search-form { margin: 5px 0 0 0; }

#search-form .search-text-box:focus { font-size: 13px; background-color: #f2f2f2; padding: 8px 15px 9px 35px; width: 140px; border: none; color: #888; cursor: text; }

/* "Shortcuts" block */
/* "Popular content" block */
/* "Main menu" block */
/* "Management" block for Drupal management menu */
/* "Navigation" block for Drupal navigation menu */
/* "User menu" block for Drupal user menu */
/* "System help" block */
/* "Main page content" block */
/* "Powered by Drupal" block */
/* "User login form" block */
/* "Who's new" block for a list of the newest users */
/* "Who's online" block for a list of the online users */
/* ============================================================================= Node Styling ========================================================================== */
.node { margin-bottom: 20px; }
.node .field { margin-bottom: 5px; }
.node .node-title { margin: 0; }

/* All nodes are given a node-FOO class that describes the type of content that it is. If you create a new content type called "my-custom-type", it will receive a "node-my-custom-type" class. */
/* Default styling for Image Gallery */
.field-name-field-gallery-images { text-align: center; }
.field-name-field-gallery-images .field-item { display: inline-block; margin: 10px; }

/* ============================================================================= Slider Styling ========================================================================== */
.flexslider { margin: 0; border: 0px none; overflow: hidden; position: relative; }
.flexslider .slides { padding: 0; }
.flexslider .slides li { height: 480px; }
.flexslider .slides img { z-index: -1; position: absolute; width: 960px; max-width: 960px; }
.flexslider .slides h1 { color: #fff; text-shadow: rgba(0, 0, 0, 0.9) 2px 2px 3px; font-size: 2.9em; line-height: 1em; padding-left: 15px; height: 40px; margin-bottom: 20px; position: absolute; bottom: 105px; }
.flexslider .slides h2 { color: #ffcc33; }
.flexslider .slides h3, .flexslider .slides .node-session-resource .field-name-field-time-slot, .node-session-resource .flexslider .slides .field-name-field-time-slot, .flexslider .slides .node-session-resource .field-name-field-date, .node-session-resource .flexslider .slides .field-name-field-date, .flexslider .slides .node-session-resource .field-name-field-room, .node-session-resource .flexslider .slides .field-name-field-room, .flexslider .slides h4 { color: #fff; font-size: 1.5em; line-height: 1em; }
.flexslider .slides a.button, .flexslider .slides .form-submit { background-color: #ffcc33; color: #000; float: right; padding: 5px 10px; }
.flexslider .slides .views-field-body { background: rgba(49, 49, 49, 0.7); z-index: 999; padding: 15px 2%; height: 75px; position: absolute; bottom: 0; width: 96%; }

#flexslider_views_slideshow_main_admin-block_1 .flexslider .slides li { height: 340px; }
#flexslider_views_slideshow_main_admin-block_1 .flexslider .slides h3, #flexslider_views_slideshow_main_admin-block_1 .flexslider .slides .node-session-resource .field-name-field-time-slot, .node-session-resource #flexslider_views_slideshow_main_admin-block_1 .flexslider .slides .field-name-field-time-slot, #flexslider_views_slideshow_main_admin-block_1 .flexslider .slides .node-session-resource .field-name-field-date, .node-session-resource #flexslider_views_slideshow_main_admin-block_1 .flexslider .slides .field-name-field-date, #flexslider_views_slideshow_main_admin-block_1 .flexslider .slides .node-session-resource .field-name-field-room, .node-session-resource #flexslider_views_slideshow_main_admin-block_1 .flexslider .slides .field-name-field-room { font-size: 1.3em; }
#flexslider_views_slideshow_main_admin-block_1 .flexslider .slides .views-field-body { height: 50px; }
#flexslider_views_slideshow_main_admin-block_1 .flexslider .slides h1 { bottom: 80px; }

/* ============================================================================= Comment Styling - Comments, comment wrapper, comment form ========================================================================== */
/* Wrapper for the list of comments and its titles */
#comments { margin: 1.5em 0; }
#comments h2.comment-title { margin: 0; }
#comments h2.comment-form { margin: 0; }

/* Wrapper for a single comment */
.comment { margin-bottom: 20px; }

/* Comment title */
.comment-title { margin: 0; }

/* Comment states */
/* Preview of the comment before submitting new or updated comment */
/* "New" marker for comments that are new for the current user */
.new { color: #c00; }

/* Nested comments are indented */
.indented { margin-left: 40px; }

/* ============================================================================= Forms ========================================================================== */
/* Wrapper for a form element (or group of form elements) and its label */
.form-item input { max-width: 98%; }
.form-item input, .form-item textarea { padding: 5px; border: 1px solid #ccc; background-color: #fff; border-radius: 5px; }
.form-item input.error, .form-item textarea.error, .form-item select.error { border: 1px solid #c00; }
.form-item label { font-weight: 700; }
.form-item .description { font-size: 0.85em; }

.form-item-mail .description { display: none; }

/* Select box / Dropdown box styles Still buggy in IE so you will need to experiment Uncomment to use this */
.form-select { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; text-indent: 0.01px; text-overflow: ''; padding: 5px 20px 5px 5px; border: 1px solid #ccc; background: url(images/arrow.png) right center no-repeat; cursor: pointer; }

/* Highlight marks and form required mark */
.marker, .form-required { color: #c00; }

/* The submit button */
a.button, .form-submit, .more-link a { text-transform: uppercase; font-family: "Pontano Sans", Verdana, Geneva, "DejaVu Sans", Arial, Helvetica, sans-serif; font-weight: bold; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background-color: #122649; border: 0; color: white; text-transform: uppercase; font-size: 16px; padding: 6px 15px; display: inline-block; cursor: pointer; }

.form-submit { padding: 6px 12px; font-size: 12px; }

.simplenews-subscribe { padding-bottom: 5px; }

.views-exposed-form .views-exposed-widget .form-submit { margin-top: 1.7em; }

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

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

/* Tips for Drupal's input formats */
/* Password confirmation */
.password-parent, .confirm-parent { margin: 0; }

/* Ajax Autocomplete Loader uncomment to use this */
html.js input.form-autocomplete { background-position: 100% 7px; }

html.js input.throbbing { background-position: 100% -13px; }

/* ============================================================================= Tables ========================================================================== */
table { margin: 10px 0; padding: 0; width: 100%; border: 0px none; }
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: transparent; }

td, th { border-bottom: 0; margin: 0; padding: 5px 7px; }

tbody { border: 0px none; }

tbody tr { border: 0px none; }

tr { /* Table row striping */ }
tr.odd { background: transparent; }
tr.info, tr.even, tr:nth-child(2n+2) { border-bottom: 0; background-color: transparent; }
tr.odd td.active { background-color: transparent; }
tr.even td.active { background-color: transparent; }

/* Forum tables Core sets white-space to nowrap, which makes no sense */
#forum td .created, #forum td .posts, #forum td .topics, #forum td .last-reply, #forum td .replies, #forum td .pager { white-space: normal; }

/* ============================================================================= Messages ========================================================================== */
div.messages { margin-bottom: 10px; }
div.messages ul { margin-top: 0; margin-bottom: 0; }

/* Unpublished nodes */
.node-unpublished p.unpublished, .comment-unpublished p.unpublished { color: pink; color: rgba(239, 170, 170, 0.4); font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif; font-size: 50px; font-weight: 700; line-height: 1.2; height: 0; margin: 0; padding: 0; overflow: visible; text-align: center; text-transform: uppercase; word-wrap: break-word; }

/* ============================================================================= Maintenance pages ========================================================================== */
.maintenance-page .container { padding: 40px 0; }
.maintenance-page #site-name, .maintenance-page #page-title { margin: 0; }

.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: #ebf6fc; 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; }

div.column { width: 48%; margin-right: 2%; float: left; }

/* ============================================================================= Views ========================================================================== */
.view-members .views-row { width: 27%; float: left; margin: 1%; padding: 10px 2% 0 2%; -moz-box-shadow: #c3c3c1 0 1px 4px; -webkit-box-shadow: #c3c3c1 0 1px 4px; box-shadow: #c3c3c1 0 1px 4px; text-align: center; }
.view-members .patron { -moz-box-shadow: #01324e 0 1px 4px; -webkit-box-shadow: #01324e 0 1px 4px; box-shadow: #01324e 0 1px 4px; background: #ebf6fc; }

.view-blog .views-row, .view-job-board .views-row, .view-resources .views-row, .view-taxonomy-term .views-row { border: solid 3px #9fc3d7; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; margin-bottom: 15px; clear: both; }
.view-blog .views-row .views-field, .view-job-board .views-row .views-field, .view-resources .views-row .views-field, .view-taxonomy-term .views-row .views-field { padding: 0 10px; }
.view-blog .views-row .views-field-title, .view-job-board .views-row .views-field-title, .view-resources .views-row .views-field-title, .view-taxonomy-term .views-row .views-field-title { background: #9fc3d7; padding: 0 10px 2px 10px; }
.view-blog .views-row .views-field-title h2, .view-blog .views-row .views-field-title h3, .view-blog .views-row .views-field-title .node-session-resource .field-name-field-time-slot, .node-session-resource .view-blog .views-row .views-field-title .field-name-field-time-slot, .view-blog .views-row .views-field-title .node-session-resource .field-name-field-date, .node-session-resource .view-blog .views-row .views-field-title .field-name-field-date, .view-blog .views-row .views-field-title .node-session-resource .field-name-field-room, .node-session-resource .view-blog .views-row .views-field-title .field-name-field-room, .view-job-board .views-row .views-field-title h2, .view-job-board .views-row .views-field-title h3, .view-job-board .views-row .views-field-title .node-session-resource .field-name-field-time-slot, .node-session-resource .view-job-board .views-row .views-field-title .field-name-field-time-slot, .view-job-board .views-row .views-field-title .node-session-resource .field-name-field-date, .node-session-resource .view-job-board .views-row .views-field-title .field-name-field-date, .view-job-board .views-row .views-field-title .node-session-resource .field-name-field-room, .node-session-resource .view-job-board .views-row .views-field-title .field-name-field-room, .view-resources .views-row .views-field-title h2, .view-resources .views-row .views-field-title h3, .view-resources .views-row .views-field-title .node-session-resource .field-name-field-time-slot, .node-session-resource .view-resources .views-row .views-field-title .field-name-field-time-slot, .view-resources .views-row .views-field-title .node-session-resource .field-name-field-date, .node-session-resource .view-resources .views-row .views-field-title .field-name-field-date, .view-resources .views-row .views-field-title .node-session-resource .field-name-field-room, .node-session-resource .view-resources .views-row .views-field-title .field-name-field-room, .view-taxonomy-term .views-row .views-field-title h2, .view-taxonomy-term .views-row .views-field-title h3, .view-taxonomy-term .views-row .views-field-title .node-session-resource .field-name-field-time-slot, .node-session-resource .view-taxonomy-term .views-row .views-field-title .field-name-field-time-slot, .view-taxonomy-term .views-row .views-field-title .node-session-resource .field-name-field-date, .node-session-resource .view-taxonomy-term .views-row .views-field-title .field-name-field-date, .view-taxonomy-term .views-row .views-field-title .node-session-resource .field-name-field-room, .node-session-resource .view-taxonomy-term .views-row .views-field-title .field-name-field-room { margin: 0; }
.view-blog .views-row .views-field-created, .view-blog .views-row .views-field-field-conference-year, .view-blog .views-row .views-field-field-company-name, .view-job-board .views-row .views-field-created, .view-job-board .views-row .views-field-field-conference-year, .view-job-board .views-row .views-field-field-company-name, .view-resources .views-row .views-field-created, .view-resources .views-row .views-field-field-conference-year, .view-resources .views-row .views-field-field-company-name, .view-taxonomy-term .views-row .views-field-created, .view-taxonomy-term .views-row .views-field-field-conference-year, .view-taxonomy-term .views-row .views-field-field-company-name { background: #9fc3d7; color: #01324e; margin-bottom: 8px; }
.view-blog .views-row img, .view-job-board .views-row img, .view-resources .views-row img, .view-taxonomy-term .views-row img { float: left; margin-right: 10px; }
.view-blog .views-row .views-field-view-node, .view-job-board .views-row .views-field-view-node, .view-resources .views-row .views-field-view-node, .view-taxonomy-term .views-row .views-field-view-node { text-align: right; font-weight: bold; }

.view-sessions .view-grouping, .static-sessions .view-grouping { border: solid 3px #9fc3d7; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; margin-bottom: 15px; clear: both; }
.view-sessions .view-grouping .view-grouping-header, .static-sessions .view-grouping .view-grouping-header { font-size: 1.5em; font-weight: bold; color: #006aa5; background: #9fc3d7; padding: 0 10px 2px 10px; }
.view-sessions .view-grouping .view-grouping-content, .static-sessions .view-grouping .view-grouping-content { padding: 10px 10px 0 10px; color: #006aa5; }

.views-exposed-widgets { margin-bottom: 1.5em; }
.views-exposed-widgets #edit-field-addresscompany-administrative-area, .views-exposed-widgets #edit-field-address-administrative-area { width: 40px; }

.view-resources .views-row { padding-bottom: 5px; }
.view-resources .views-row .views-field-body { min-height: 150px; }
.view-resources .views-row .views-field-body p { margin-bottom: 10px; }
.view-resources .views-row .views-field-view-node { min-height: 25px; }

.block-blog-block-1 .views-row, .block-job-board-block-1 .views-row, .block-sessions-block .views-row { border: 0px none; margin: 0; list-style-type: none; list-style-image: none; border-bottom: 1px dashed #9fc3d7; padding: 4px 0; }
.block-blog-block-1 .views-row .views-field-title, .block-job-board-block-1 .views-row .views-field-title, .block-sessions-block .views-row .views-field-title { background: transparent; }
.block-blog-block-1 .views-row .views-field, .block-job-board-block-1 .views-row .views-field, .block-sessions-block .views-row .views-field { padding: 0; }
.block-blog-block-1 .views-row .views-field-field-company-name, .block-job-board-block-1 .views-row .views-field-field-company-name, .block-sessions-block .views-row .views-field-field-company-name { background: transparent; }

.block-tagclouds .block-content { font-size: 0.7em; }
.block-tagclouds .block-content span { margin-right: 5px; }

.node-session-resource #youtube-field-player { width: 100%; height: 383px; }
.node-session-resource .field-name-field-slideshare-upload iframe { width: 100%; height: 548px; }
.node-session-resource .field-name-field-time-slot, .node-session-resource .field-name-field-date, .node-session-resource .field-name-field-room { font-weight: bold; color: #006aa5; font-size: 1.2em; }
.node-session-resource .field-name-field-time-slot ul, .node-session-resource .field-name-field-date ul, .node-session-resource .field-name-field-room ul { list-style-type: none; margin: 0; padding: 0; }
.node-session-resource .field-name-field-date { display: inline-block; float: left; padding-right: 3px; }
.node-session-resource .field-name-field-date li:after { content: ","; }
.node-session-resource .field-name-field-room { color: #01324e; font-size: 1.1em; }
.node-session-resource .field-name-field-presentor-s- { clear: left; }
.node-session-resource .field-name-body { border-top: 1px solid #dcdcdb; padding-top: 8px; }

/* --- flexslider manual override ---- */
.page-node-10 .flexslider .slides img {
  width:100%;
}
.page-node-10 .flexslider .slides li {
    height: 340px;
}

/* --- manual overrides ---- */

.page-node-10 .region-content-aside .block .block-inner {
max-height:200px !important;
}
