/*TitlingGothicFBNormal-Light*/
@font-face {
  font-family: 'TitlingGothicFBNormal-Light';
  src: url("../fonts/TitlingGothicFBNormal-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/TitlingGothicFBNormal-Light.otf") format("opentype"), url("../fonts/TitlingGothicFBNormal-Light.woff") format("woff"), url("../fonts/TitlingGothicFBNormal-Light.ttf") format("truetype"), url("../fonts/TitlingGothicFBNormal-Light.svg#TitlingGothicFBNormal-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
/*TitlingGothicFBNormal-Regular*/
@font-face {
  font-family: 'TitlingGothicFBNormal-Regular';
  src: url("../fonts/TitlingGothicFBNormal-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TitlingGothicFBNormal-Regular.otf") format("opentype"), url("../fonts/TitlingGothicFBNormal-Regular.woff") format("woff"), url("../fonts/TitlingGothicFBNormal-Regular.ttf") format("truetype"), url("../fonts/TitlingGothicFBNormal-Regular.svg#TitlingGothicFBNormal-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*TitlingGothicFBNormal-Medium*/
@font-face {
  font-family: 'TitlingGothicFBNormal-Medium';
  src: url("../fonts/TitlingGothicFBNormal-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/TitlingGothicFBNormal-Medium.otf") format("opentype"), url("../fonts/TitlingGothicFBNormal-Medium.woff") format("woff"), url("../fonts/TitlingGothicFBNormal-Medium.ttf") format("truetype"), url("../fonts/TitlingGothicFBNormal-Medium.svg#TitlingGothicFBNormal-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
/*TitlingGothicFBCond-Medium*/
@font-face {
  font-family: 'TitlingGothicFBCond-Medium';
  src: url("../fonts/TitlingGothicFBCond-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/TitlingGothicFBCond-Medium.otf") format("opentype"), url("../fonts/TitlingGothicFBCond-Medium.woff") format("woff"), url("../fonts/TitlingGothicFBCond-Medium.ttf") format("truetype"), url("../fonts/TitlingGothicFBCond-Medium.svg#TitlingGothicFBCond-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
/*TitlingGothicFBNarrow-Regular*/
@font-face {
  font-family: 'TitlingGothicFBNarrow-Regular';
  src: url("../fonts/TitlingGothicFBNarrow-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TitlingGothicFBNarrow-Regular.otf") format("opentype"), url("../fonts/TitlingGothicFBNarrow-Regular.woff") format("woff"), url("../fonts/TitlingGothicFBNarrow-Regular.ttf") format("truetype"), url("../fonts/TitlingGothicFBNarrow-Regular.svg#TitlingGothicFBNarrow-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*TitlingGothicFBNarrow-Light*/
@font-face {
  font-family: 'TitlingGothicFBNarrow-Light';
  src: url("../fonts/TitlingGothicFBNarrow-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/TitlingGothicFBNarrow-Light.otf") format("opentype"), url("../fonts/TitlingGothicFBNarrow-Light.woff") format("woff"), url("../fonts/TitlingGothicFBNarrow-Light.ttf") format("truetype"), url("../fonts/TitlingGothicFBNarrow-Light.svg#TitlingGothicFBNarrow-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
/*TitlingGothicFBNarrow-Bold*/
@font-face {
  font-family: 'TitlingGothicFBNarrow-Bold';
  src: url("../fonts/TitlingGothicFBNarrow-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TitlingGothicFBNarrow-Bold.otf") format("opentype"), url("../fonts/TitlingGothicFBNarrow-Bold.woff") format("woff"), url("../fonts/TitlingGothicFBNarrow-Bold.ttf") format("truetype"), url("../fonts/TitlingGothicFBNarrow-Bold.svg#TitlingGothicFBNarrow-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 302, ../sass/_custom.scss */
video {
  max-width: none; }

/*
 * @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.
 */
/* line 46, ../sass/global.styles.scss */
html {
  font-size: 62.5%;
  height: 100%; }

/* line 52, ../sass/global.styles.scss */
body {
  font-family: "franklin-gothic-urw", "Arial Narrow", Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 2.2rem; }

/* line 58, ../sass/global.styles.scss */
#page {
  min-height: 100%; }

/* =============================================================================
 *   HTML Elements
 * ========================================================================== */
/* line 148, ../sass/global.styles.scss */
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!
 */
/*
 * Wraps all header elements - branding and .region-header
 */
/*
 * Wraps the sidebars the content column
 */
/*
 * Main content column wrapper
 */
/*
 * 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
 */
/*
 * Panels may need additional margin wrangling when in the $content region
 */
/*
 * 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
 */
/*
 * Wraps the header
 */
/* line 240, ../sass/global.styles.scss */
#header-wrapper {
  /* Debug styles, is this working */
  background: rgba(255, 192, 203, 0.5); }

/*
 * Wraps the nav elements
 */
/*
 * Wraps breadcrumb
 */
/*
 * Wraps messages and help
 */
/*
 * Wraps the secondary content/preface region
 */
/*
 * Wraps the main content column
 */
/*
 * Wraps the tertiary content/postfix region
 */
/*
 * Footer wrapper
 */
/* line 298, ../sass/global.styles.scss */
#footer-wrapper {
  /* Debug styles, is this working? */
  background: rgba(255, 192, 203, 0.5); }

/* =============================================================================
 *   Branding
 * ========================================================================== */
/*
 * Wraps all the branding elements, logo, name and slogan
 */
/*
 * Logo
 */
/* line 319, ../sass/global.styles.scss */
#logo {
  padding: 15px 0 5px; }
  /* line 321, ../sass/global.styles.scss */
  #logo h1 {
    margin: 0; }
  /* line 324, ../sass/global.styles.scss */
  #logo a {
    background: url(../images/logo_desktop.svg) no-repeat 100% 0;
    display: block;
    overflow: hidden;
    width: 409px;
    height: 105px;
    background-size: contain; }
  /* line 332, ../sass/global.styles.scss */
  #logo img {
    vertical-align: bottom;
    display: none; }

/*
 * Wrapper for the site name and slogan (hgroup)
 */
/*
 * Site name (h1)
 */
/* line 348, ../sass/global.styles.scss */
#site-name {
  margin: 0; }
  /* line 352, ../sass/global.styles.scss */
  #site-name a:link, #site-name a:visited {
    text-decoration: none; }
  /* line 357, ../sass/global.styles.scss */
  #site-name a:hover, #site-name a:focus {
    text-decoration: underline; }

/*
 * Site slogan (h2)
 */
/* line 368, ../sass/global.styles.scss */
#site-slogan {
  margin: 0; }

/* =============================================================================
 *   Page content header
 * ========================================================================== */
/*
 * Main content header wraps the page title, tabs and actions links
 */
/*
 * The main page title (h1)
 */
/* line 386, ../sass/global.styles.scss */
#page-title {
  margin: 0; }

/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */
/*
 * Feed icons
 */
/*
 * Aggregator feed source
 */
/* line 404, ../sass/global.styles.scss */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px; }

/* line 411, ../sass/global.styles.scss */
.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
 */
/* line 427, ../sass/global.styles.scss */
ul.links {
  margin: 0;
  padding: 0; }
  /* line 431, ../sass/global.styles.scss */
  ul.links.inline {
    display: block; }
  /* line 435, ../sass/global.styles.scss */
  ul.links li {
    display: inline;
    list-style: none;
    padding: 0 10px 0 0; }

/*
 * Search results are an ordered list so reset the margin
 */
/* line 446, ../sass/global.styles.scss */
.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
 */
/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
/*
 * Secondary content
 */
/*
 * Sits above the main content header, like a content-top region
 */
/*
 * Sits below the main content, like a content-bottom region
 */
/*
 * Sidebars - targets both
 */
/*
 * First sidebar
 */
/*
 * Second sidebar
 */
/*
 * Tertiary content
 */
/*
 * Footer region
 */
/* =============================================================================
 *   Links
 * ========================================================================== */
/* line 537, ../sass/global.styles.scss */
a {
  color: #ee523a;
  text-decoration: none; }
  /* line 547, ../sass/global.styles.scss */
  a:hover, a:focus {
    color: #000; }

/* =============================================================================
 *   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"]
 */
/* line 566, ../sass/global.styles.scss */
.nav {
  clear: both; }
  /* line 569, ../sass/global.styles.scss */
  .nav ul,
  .nav ul.menu {
    margin: 0;
    padding: 0; }
  /* line 575, ../sass/global.styles.scss */
  .nav li,
  .nav ul.menu li {
    display: inline;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0; }
  /* line 584, ../sass/global.styles.scss */
  .nav li a,
  .nav ul.menu li a {
    display: block;
    white-space: nowrap; }
  /* line 595, ../sass/global.styles.scss */
  .nav .block {
    margin-bottom: 0; }

/* =============================================================================
 *   Superfish
 * ========================================================================== */
/* line 605, ../sass/global.styles.scss */
ul.sf-menu {
  margin-bottom: 0; }
  /* line 608, ../sass/global.styles.scss */
  ul.sf-menu a {
    border-left: 0;
    border-top: 0;
    padding: 0 10px;
    text-decoration: none;
    height: 2.5em;
    line-height: 2.5em; }
  /* line 621, ../sass/global.styles.scss */
  ul.sf-menu li:hover, ul.sf-menu li.sfHover {
    outline: 0; }
  /* line 628, ../sass/global.styles.scss */
  ul.sf-menu a:focus, ul.sf-menu a:hover, ul.sf-menu a:active {
    outline: 0; }

/*
 * Superfish blocks
 */
/* line 644, ../sass/global.styles.scss */
.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important; }
/* line 655, ../sass/global.styles.scss */
.block-superfish li {
  margin: 0 !important;
  padding: 0 !important; }

/*
 * Vertical style
 */
/* line 665, ../sass/global.styles.scss */
.sf-vertical {
  width: 100%; }
  /* line 668, ../sass/global.styles.scss */
  .sf-vertical li {
    width: 100%; }
    /* line 673, ../sass/global.styles.scss */
    .sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
      left: 100%;
      top: 0;
      margin: 0;
      padding: 0; }
    /* line 681, ../sass/global.styles.scss */
    .sf-vertical li a {
      padding: 0 10px; }

/*
 * Navbar style
 */
/* line 691, ../sass/global.styles.scss */
.sf-navbar {
  padding-bottom: 0 !important; }

/*
 * Sensible padding for the default style
 */
/* line 699, ../sass/global.styles.scss */
.sf-menu.sf-style-default a {
  padding: 0 10px; }

/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */
/* line 715, ../sass/global.styles.scss */
ul.menu li {
  margin: 0; }

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

/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */
/* line 761, ../sass/global.styles.scss */
.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes English "up" is used (two characters) */
  min-width: 2em;
  white-space: nowrap; }
/* line 767, ../sass/global.styles.scss */
.book-navigation .menu {
  margin-left: 0; }

/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */
/* line 777, ../sass/global.styles.scss */
#breadcrumb {
  margin: 10px 0;
  /* If the label is set to show in theme settings the label class is added */ }
  /* line 781, ../sass/global.styles.scss */
  #breadcrumb .breadcrumb-label {
    font-size: 1em;
    display: inline;
    padding-right: 10px; }
    /* line 786, ../sass/global.styles.scss */
    #breadcrumb .breadcrumb-label:after {
      content: ":"; }
  /* line 791, ../sass/global.styles.scss */
  #breadcrumb ol {
    margin: 0;
    padding: 0; }
  /* line 796, ../sass/global.styles.scss */
  #breadcrumb .with-breadcrumb-label ol {
    display: inline; }
  /* line 800, ../sass/global.styles.scss */
  #breadcrumb li {
    list-style: none;
    display: inline; }

/* =============================================================================
 *   Pagers
 * ========================================================================== */
/* line 827, ../sass/global.styles.scss */
ul.pager {
  clear: both;
  margin: 0;
  text-align: center; }

/* line 834, ../sass/global.styles.scss */
.item-list ul.pager li {
  margin: 0; }

/* line 839, ../sass/global.styles.scss */
ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em; }
  /* line 845, ../sass/global.styles.scss */
  ul.pager li.pager-current {
    font-weight: 700; }

/* line 851, ../sass/global.styles.scss */
.block ul.pager li {
  margin: 0; }

/*
 * Theme the various states of pager links
 */
/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */
/* line 888, ../sass/global.styles.scss */
#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50; }
  /* line 897, ../sass/global.styles.scss */
  #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; }
    /* line 907, ../sass/global.styles.scss */
    #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; }
    /* line 918, ../sass/global.styles.scss */
    #skip-link a:hover, #skip-link a:focus, #skip-link a:active {
      outline: 0; }

/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */
/* line 931, ../sass/global.styles.scss */
#tasks {
  margin-bottom: 15px; }
  /* line 933, ../sass/global.styles.scss */
  .page-taxonomy #tasks {
    display: none; }

/* line 939, ../sass/global.styles.scss */
ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px; }
  /* line 944, ../sass/global.styles.scss */
  ul.primary li {
    display: block;
    float: left;
    margin: 0 1px -1px; }
    /* line 949, ../sass/global.styles.scss */
    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; }
      /* line 959, ../sass/global.styles.scss */
      ul.primary li a:hover, ul.primary li a:focus {
        background-color: #eee;
        border-color: #ccc; }
  /* line 968, ../sass/global.styles.scss */
  ul.primary li.active a,
  ul.primary li.active a:hover,
  ul.primary li.active a:focus {
    background-color: #fff;
    border-bottom-color: #fff; }

/* line 978, ../sass/global.styles.scss */
ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em; }
  /* line 983, ../sass/global.styles.scss */
  ul.secondary li {
    border-right: 0;
    list-style: none;
    padding: 0 10px 0 0; }
    /* line 989, ../sass/global.styles.scss */
    ul.secondary li a:hover, ul.secondary li a.active {
      border-bottom: none;
      text-decoration: underline; }

/* =============================================================================
 *   Action links
 * ========================================================================== */
/* line 1003, ../sass/global.styles.scss */
ul.action-links {
  margin: 20px 0 0;
  list-style: none; }

/* =============================================================================
 *  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
 */
/* line 1036, ../sass/global.styles.scss */
.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
 */
/* line 1064, ../sass/global.styles.scss */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em; }
  /* line 1069, ../sass/global.styles.scss */
  .field-type-taxonomy-term-reference.field-label-inline .field-items {
    margin: 0;
    padding: 0; }
  /* line 1074, ../sass/global.styles.scss */
  .field-type-taxonomy-term-reference.field-label-inline .field-item {
    display: inline-block;
    list-style: none;
    padding: 0 10px 0 0; }

/*
 * 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
 */
/* line 1188, ../sass/global.styles.scss */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0; }

/*
 * Centered setting
 */
/* line 1197, ../sass/global.styles.scss */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px; }

/*
 * Float right setting
 */
/* line 1206, ../sass/global.styles.scss */
.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
 */
/* line 1220, ../sass/global.styles.scss */
.block {
  margin-bottom: 20px; }
  /* line 1222, ../sass/global.styles.scss */
  .block.block-boxes {
    margin-bottom: 0px; }

/*
 * Inner wrapper for most blocks, good for margin, padding and borders, block_system_main does not have it
 */
/*
 * 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
 */
/* line 1261, ../sass/global.styles.scss */
.block-title {
  margin: 0; }

/*
 * Block content wrapper
 */
/*
 * Match item list and block menu margin and padding
 */
/* line 1277, ../sass/global.styles.scss */
.block-content ul,
.block-content ol {
  padding: 0 0 0 15px; }
/* line 1282, ../sass/global.styles.scss */
.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
 */
/*
 * "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
 * ========================================================================== */
/* line 1455, ../sass/global.styles.scss */
.node {
  margin-bottom: 20px; }
  /* line 1472, ../sass/global.styles.scss */
  .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.
 */
/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */
/*
 * Wrapper for the list of comments and its titles
 */
/* line 1530, ../sass/global.styles.scss */
#comments {
  margin: 1.5em 0; }
  /* line 1534, ../sass/global.styles.scss */
  #comments h2.comment-title {
    margin: 0; }
  /* line 1538, ../sass/global.styles.scss */
  #comments h2.comment-form {
    margin: 0; }

/*
 * Wrapper for a single comment
 */
/* line 1548, ../sass/global.styles.scss */
.comment {
  margin-bottom: 20px; }

/*
 * Comment title
 */
/* line 1579, ../sass/global.styles.scss */
.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
 */
/* line 1611, ../sass/global.styles.scss */
.new {
  color: #c00; }

/*
 * Nested comments are indented
 */
/* line 1619, ../sass/global.styles.scss */
.indented {
  margin-left: 40px; }

/* =============================================================================
 *   Forms
 * ========================================================================== */
/*
 * Wrapper for a form element (or group of form elements) and its label
 */
/* line 1631, ../sass/global.styles.scss */
.form-item {
  margin: 0 0 12px;
  margin: 0 0 1.2rem; }
  /* line 1634, ../sass/global.styles.scss */
  .form-item input.error,
  .form-item textarea.error,
  .form-item select.error {
    border: 1px solid #c00; }
  /* line 1640, ../sass/global.styles.scss */
  .form-item label {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 10px 0 0; }
    /* line 1645, ../sass/global.styles.scss */
    .form-item label .required {
      color: #ee523a; }
  /* line 1650, ../sass/global.styles.scss */
  .form-item label.option {
    text-transform: none;
    margin: 0; }
  /* line 1655, ../sass/global.styles.scss */
  .form-item .description {
    font-size: 0.85em;
    font-weight: 400; }
  /* line 1660, ../sass/global.styles.scss */
  .form-item .form-checkbox,
  .form-item .form-radio {
    float: left;
    margin: 5px 5px 0 0; }
  /* line 1666, ../sass/global.styles.scss */
  .form-item .form-text {
    line-height: 36px;
    line-height: 3.6rem;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 36px;
    border: 1px solid #c8c7c7;
    padding: 0 0 0 10px;
    color: #666;
    font-family: "franklin-gothic-urw", "Arial Narrow", Arial, sans-serif; }

/* line 1678, ../sass/global.styles.scss */
.form-type-radio label.option {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "franklin-gothic-urw", "Arial Narrow", Arial, sans-serif;
  font-weight: 400;
  color: #666; }

/*
 * Highlight marks and form required mark
 */
/* line 1689, ../sass/global.styles.scss */
.marker,
.form-required {
  color: #c00; }

/*
 * The submit button
 */
/* line 1698, ../sass/global.styles.scss */
.form-submit {
  line-height: 38px;
  line-height: 3.8rem;
  height: 38px;
  height: 3.8rem;
  font-size: 20px;
  font-size: 2rem;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: none;
  background-color: #40ad48;
  color: #fff;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", "Arial Narrow", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 0 15px; }
  /* line 1711, ../sass/global.styles.scss */
  .form-submit:hover {
    background-color: #000; }

/* line 1717, ../sass/global.styles.scss */
.container-inline div,
.container-inline label {
  display: inline; }

/*
 * Define consistent borders
 */
/* line 1726, ../sass/global.styles.scss */
fieldset {
  border: 1px solid #ccc; }

/*
 * Tips for Drupal's input formats
 */
/*
 * Buttons used by contrib modules like Media
 */
/* line 1740, ../sass/global.styles.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button; }

/*
 * Password confirmation
 */
/* line 1748, ../sass/global.styles.scss */
.password-parent,
.confirm-parent {
  margin: 0; }

/* line 1759, ../sass/global.styles.scss */
.webform-layout-box.equal label {
  display: block; }
/* line 1762, ../sass/global.styles.scss */
.webform-layout-box.equal .form-text {
  width: 273px; }
/* line 1766, ../sass/global.styles.scss */
.webform-layout-box.equal.child-width-2 .form-item {
  float: left; }
  /* line 1769, ../sass/global.styles.scss */
  .webform-layout-box.equal.child-width-2 .form-item:last-child .form-text,
  .webform-layout-box.equal.child-width-2 .form-item:last-child label,
  .webform-layout-box.equal.child-width-2 .form-item:last-child .form-type-radio,
  .webform-layout-box.equal.child-width-2 .form-item:last-child .field-prefix,
  .webform-layout-box.equal.child-width-2 .form-item:last-child .field-suffix,
  .webform-layout-box.equal.child-width-2 .form-item:last-child .description {
    margin-left: 12px; }
/* line 1779, ../sass/global.styles.scss */
.webform-layout-box.equal.child-width-2 .form-type-radio {
  float: none; }
  /* line 1781, ../sass/global.styles.scss */
  .webform-layout-box.equal.child-width-2 .form-type-radio .form-radio {
    margin-right: 10px; }
/* line 1786, ../sass/global.styles.scss */
.webform-layout-box.equal .custom-select-container {
  width: 95%; }
/* line 1791, ../sass/global.styles.scss */
.webform-layout-box .webform-component-radios > label {
  margin-bottom: 10px; }

/* line 1797, ../sass/global.styles.scss */
.webform-component-markup {
  clear: both; }

/* =============================================================================
 *   Tables
 * ========================================================================== */
/* line 1805, ../sass/global.styles.scss */
table {
  margin: 10px 0;
  padding: 0;
  width: 100%; }
  /* line 1810, ../sass/global.styles.scss */
  table.sticky-header {
    z-index: 10; }

/* line 1816, ../sass/global.styles.scss */
table,
thead,
tbody,
tr,
th,
td {
  border-color: #ccc; }

/* line 1826, ../sass/global.styles.scss */
table,
td,
th {
  vertical-align: middle; }

/* line 1833, ../sass/global.styles.scss */
caption,
th,
td {
  text-align: left; }

/* line 1840, ../sass/global.styles.scss */
thead tr {
  font-weight: 700;
  background-color: #e5e5e5; }

/* line 1846, ../sass/global.styles.scss */
td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px; }

/* line 1857, ../sass/global.styles.scss */
tbody tr {
  border-top: 1px solid #ccc; }

/* line 1862, ../sass/global.styles.scss */
tr {
  /* Table row striping */ }
  /* line 1864, ../sass/global.styles.scss */
  tr.odd {
    background: #fff; }
  /* line 1869, ../sass/global.styles.scss */
  tr.info, tr.even, tr:nth-child(2n+2) {
    border-bottom: 0;
    background-color: #f5f5f5; }
  /* line 1880, ../sass/global.styles.scss */
  tr.odd td.active {
    background-color: #eee; }
  /* line 1884, ../sass/global.styles.scss */
  tr.even td.active {
    background-color: #ebebeb; }

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

/* =============================================================================
 *   Messages
 * ========================================================================== */
/* line 1923, ../sass/global.styles.scss */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px; }
  /* line 1928, ../sass/global.styles.scss */
  div.messages ul {
    margin-top: 0;
    margin-bottom: 0; }

/*
 * Unpublished nodes
 */
/* line 1969, ../sass/global.styles.scss */
.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  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
 * ========================================================================== */
/* line 1980, ../sass/global.styles.scss */
.maintenance-page .container {
  padding: 40px 0; }
/* line 1984, ../sass/global.styles.scss */
.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0; }

/* line 1992, ../sass/global.styles.scss */
.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px; }
/* line 1999, ../sass/global.styles.scss */
.db-offline div.messages {
  margin: 20px 0 0; }
/* line 2003, ../sass/global.styles.scss */
.db-offline #content {
  padding: 20px 0; }

/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */
/*
 * Admin menu overrides
 */
/* line 2016, ../sass/global.styles.scss */
#admin-menu {
  margin: 0;
  padding: 0; }

/*
 * Devel Module
 */
/* line 2025, ../sass/global.styles.scss */
.dev-query {
  background: #eee;
  padding: 30px; }

/*
 * Styleguide module tweaks
 */
/* line 2034, ../sass/global.styles.scss */
#styleguide-header {
  padding: 0 10px; }
  /* line 2037, ../sass/global.styles.scss */
  #styleguide-header .item-list {
    font-family: inherit;
    margin: 0 20px 20px 0;
    min-height: 260px;
    width: auto; }

/* Custom  Selects styles   */
/* line 2048, ../sass/global.styles.scss */
select.replaced,
span.custom-select {
  line-height: 20px;
  height: 20px;
  padding: 8px 9px 8px 10px;
  border-color: #d8d8d8;
  border-style: solid;
  border-width: 2px 2px 0 2px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #f7f7f7;
  /* Old browsers */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #f7f7f7), color-stop(100%, #f7f7f7));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f7f7f7 51%, #f7f7f7 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f7f7f7 51%, #f7f7f7 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f7f7f7 51%, #f7f7f7 100%);
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  -webkit-appearance: none;
  width: 93%;
  -moz-box-shadow: 0 1px 1px #676767, inset 0 -1px 2px #c2c2c2;
  -webkit-box-shadow: 0 1px 1px #676767, inset 0 -1px 2px #c2c2c2;
  box-shadow: 0 1px 1px #676767, inset 0 -1px 2px #c2c2c2;
  font-family: "franklin-gothic-urw", "Arial Narrow", Arial, sans-serif;
  color: #000;
  overflow: hidden;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box; }
  /* line 2068, ../sass/global.styles.scss */
  select.replaced:after,
  span.custom-select:after {
    background: url(../images/bg-select.png) 0 0 no-repeat;
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 12px;
    right: 12px;
    top: 12px; }

/* line 2080, ../sass/global.styles.scss */
.custom-select-container {
  position: relative;
  display: block !important;
  height: 38px;
  width: 99%; }
  /* line 2085, ../sass/global.styles.scss */
  .custom-select-container select.replaced {
    position: relative;
    z-index: 10;
    filter: alpha(opacity=0);
    opacity: 0;
    height: 38px; }
  /* line 2092, ../sass/global.styles.scss */
  .custom-select-container span.custom-select {
    position: absolute;
    top: 0;
    float: left;
    left: 0;
    display: block;
    line-height: 20px; }
    /* line 2099, ../sass/global.styles.scss */
    .custom-select-container span.custom-select span {
      display: block;
      height: 20px;
      overflow: hidden;
      white-space: nowrap;
      width: 97%; }

/* line 2109, ../sass/global.styles.scss */
select:focus,
option:focus,
select:active,
option:active,
select::-moz-focus-inner,
option::-moz-focus-inner {
  outline: none;
  border: none; }

/* line 2119, ../sass/global.styles.scss */
.sharethis-wrapper {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 3px;
  margin-bottom: 20px;
  width: 100%;
  letter-spacing: -1px; }
  /* line 2126, ../sass/global.styles.scss */
  .sharethis-wrapper .print a {
    background: url(../images/icons-sprite.png) 0 0 no-repeat;
    display: inline-block;
    overflow: hidden;
    width: 17px;
    height: 17px;
    text-indent: 100%;
    position: relative;
    top: 5px; }
