/*
 * @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 41, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
html {
  background: #fff;
}

/* line 45, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 93.7%;
  color: #444;
}

/* =============================================================================
 *   HTML Elements
 * ========================================================================== */
/* line 56, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
h1 {
  font-weight: 600;
  font-size: 1.8em;
text-transform: uppercase;
}

/* line 64, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
h2 {
  font-weight: 600;
  font-size: 1.4em;
text-transform: uppercase;
}

/* line 83, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
h1, h2 {
  margin-bottom: 20px;
}

/* line 87, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
h3, h4 {
  margin-bottom: 15px;
}

/* line 91, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
h5, h6 {
  margin-bottom: 10px;
}

/* line 112, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, "Courier New", Courier, monospace, sans-serif;
}

/* line 121, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
hr {
  border: 2px solid #eee;
  height: 0px;
}

/* line 126, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
blockquote {
  margin-left: 0;
  padding: 10px 10px 10px 20px;
  border-left: 4px solid #eee;
}

/* =============================================================================
 *   Wrappers and regions
 * ========================================================================== */

#columns {
  padding-top: 15px;
}

/*
 * Footer wrapper
 */
/* line 191, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
#footer {
  padding: 5px 0 0 0px;
  font-size: 90%;
  color: #fff;
}

/* line 197, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
#footer a {
  color: #5eb1e5;
  text-decoration: none;
}

/* line 202, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
#footer ul.menu {
  width: 100%;
  text-align: center;
  display: block;
}

/* line 206, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
#footer ul.menu li {
  list-style-type: none;
  list-style-image: none;
  display: inline-block;
  font-size: 80%;
  padding: 0 15px;
}


/* line 231, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
#footer #block-block-1 {
  margin-bottom: 5px;
  text-align: center;
}

/* line 238, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
#footer #block-system-user-menu {
  margin-bottom: 0;
  padding: 0 20px 0 20px;
}

/*
 * Wraps the header
 */
/* line 271, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */



/*
 * Wraps the nav elements
 */
#nav-wrapper {
  background-color: #4B9CD3;
  margin-bottom: 0px;
}

#nav-wrapper #menu-bar {
  margin-bottom: 0;
}


/* line 329, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
#footer-wrapper {
background-color: #444;
}

/* =============================================================================
 *   Branding
 * ========================================================================== */
/*
 * Wraps all the branding elements, logo, name and slogan
 */

#header-wrapper {
  border-bottom: 3px solid #4B9CD3;
}

/*
 * Logo
 */
/* line 349, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
#logo {
  float: right;
  margin: 30px 0 20px 0;
}

/* line 352, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
#logo img {
  vertical-align: bottom;
  width: 400px;
  max-width: 90%;
}

/*
 * Wrapper for the site name and slogan
 */
/*
 * Site name (h1)
 */
/* line 369, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
#site-name {
  margin: 0;
  font-size: 200%;
  padding-top: 25px;
text-transform: none;
font-weight: 500;
}

/* line 374, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
#site-name a:link, #site-name a:visited {
  text-decoration: none;
  color: #444;
}

/* line 379, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
#site-name a:hover, #site-name a:focus {
  text-decoration: underline;
}

/*
 * Site slogan (h2)
 */
/* line 390, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/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 408, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
#page-title {
  margin: 15px 0;
}

/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */
/*
 * Feed icons
 */
/*
 * Aggregator feed source
 */
/* line 426, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

/* line 433, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/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 449, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
ul.links {
  margin: 0;
  padding: 0;
}

/* line 453, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
ul.links.inline {
  display: block;
}

/* line 457, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/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 468, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.search-results {
  margin: 0;
  padding: 0;
}

/*
 * Attribution message and link
 */
/* line 477, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.attribution {
  display: block;
  opacity: 0.65;
  padding: 1em 0;
  text-align: center;
}

/* line 483, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.attribution a {
  text-decoration: none;
  color: inherit;
}

/* line 487, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.attribution a:hover, .attribution a:focus {
  text-decoration: underline;
}

/* =============================================================================
 *   Links
 * ========================================================================== */
/* line 581, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
a {
  text-decoration: none;
  color: #007FAE;
}

.node-type-page a,
.views-field-body a {
  text-decoration: underline;
}

/* line 591, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
a:hover, a:focus {
  text-decoration: underline;
  color: #13294B;
}

/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */
/* line 602, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.nav {
  clear: both;
  margin: 0;
  background-color: #4B9CD3;
  padding: 10px 0;
}

/* line 607, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}

/* line 613, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 622, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.nav li a,
.nav ul.menu li a {
  font-size: 1.1em;
  margin: 0 70px 0 0;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  padding: 0 5px 2px 5px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #4B9CD3;
  height: auto;
  line-height: 130%;
}

.nav ul.menu li a:focus,
.nav ul.menu li a:hover,
.nav ul.menu li a:active,
.nav ul.menu li a.active {
  border-bottom: 2px solid #fff;
}

/* line 641, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.nav .block {
  margin-bottom: 0;
}

/* =============================================================================
 *   Superfish
 * ========================================================================== */
/* line 651, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
ul.sf-menu {
  margin-bottom: 0;

}

.nav ul.sf-menu ul {
background-color: #555;
margin-top: -15px;
}

.nav ul.sf-menu ul li a {
 padding: 10px;
 font-weight: normal;
 border-bottom: 0px;
}

.nav ul.sf-menu ul li a:hover {
 color: #4B9CD3;
 border-bottom: 0px;
}




/* line 654, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
ul.sf-menu a {
  border: 0;
  padding: 0 10px;
  text-decoration: none;
  height: 2.5em;
  line-height: 2.5em;
}

/* line 668, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
ul.sf-menu li:hover, ul.sf-menu li.sfHover {
  outline: 0;
}

/* line 675, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
ul.sf-menu a:focus, ul.sf-menu a:hover, ul.sf-menu a:active {
  outline: 0;
}

ul#superfish-1-accordion a {
  font-size: 1.3em;
  padding: 10px 0;
border-bottom: 0;
}


.sf-accordion-toggle a span {
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
}

/*
 * Superfish blocks
 */
/* line 691, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important;
}

/* line 702, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.block-superfish li {
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * Navbar style
 */
/* line 738, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
/* line 746, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.sf-menu.sf-style-default a {
  padding: 0 10px;
}

/* =============================================================================
 *   Menu Toggles
 * ========================================================================== */
/* line 756, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.at-mt .at-menu-toggle,
.at-mt .at-menu-toggle ul,
.at-mt .at-menu-toggle ul.menu {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

/* line 764, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.at-mt .at-menu-toggle-button {
  margin: 0;
}

/* line 768, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.at-mt .at-menu-toggle ul a {
  padding: 0 10px;
  white-space: nowrap;
}

/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */
/* line 779, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
ul.menu {
  padding-left: 15px;
}

/* line 782, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
ul.menu ul {
  padding-left: 15px;
}

/* line 790, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
ul.menu li {
  margin: 0;
}

/* If li.content exists it's a problem, so reset the padding */
/* line 819, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.block .menu li.content {
  padding: 0;
}

/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */
/* line 836, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/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 842, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.book-navigation .menu {
  margin-left: 0;
}

/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */
/* line 852, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
#breadcrumb {
  margin: 10px 0;
  /* If the label is set to show in theme settings the label class is added */
}

/* line 856, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}

/* line 861, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
#breadcrumb .breadcrumb-label:after {
  content: ":";
}

/* line 866, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
#breadcrumb ol {
  margin: 0;
  padding: 0;
}

/* line 871, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}

/* line 875, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
#breadcrumb li {
  list-style: none;
  display: inline;
}

/* =============================================================================
 *   Pagers
 * ========================================================================== */
/* line 902, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

/* line 909, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.item-list ul.pager li {
  margin: 0;
}

/* line 914, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}

/* line 920, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
ul.pager li.pager-current {
  font-weight: 700;
}

/* line 926, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.block ul.pager li {
  margin: 0;
}

/*
 * Theme the various states of pager links
 */
/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */
/* line 963, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/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 972, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/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 982, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/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 993, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
#skip-link a:hover, #skip-link a:focus, #skip-link a:active {
  outline: 0;
}

/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */
/* line 1006, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
#tasks {
  margin-bottom: 15px;
}

/* line 1011, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
ul.primary {
  border-bottom-color: #ddd;
  margin: 20px 0;
  padding: 0 0 0 5px;
}

/* line 1016, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}

/* line 1021, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ddd;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}

/* line 1031, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
ul.primary li a:hover, ul.primary li a:focus {
  background-color: #eee;
  border-color: #ddd;
}

/* line 1040, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/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 1050, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
ul.secondary {
  border-bottom: 1px solid #ddd;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}

/* line 1055, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}

/* line 1061, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
ul.secondary li a:hover, ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}

/* =============================================================================
 *   Action links
 * ========================================================================== */
/* line 1075, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/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
 */

/* line 1105, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.field-label-inline .field-label {
  margin: 0 10px 0 0;
  text-transform: none;
}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues
 */
/* line 1113, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.field .field-label {
  font-size: 1em;
  font-weight: 600;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

/*
 * Field types (Core)
 */
/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
/*
 * Taxonomy
 */
/* line 1142, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/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 1147, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}

/* line 1152, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}


/*
 * Float left setting
 */
/* line 1266, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
/* line 1275, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
/* line 1284, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/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 1298, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.block {
  margin-bottom: 20px;
}

.sidebar .block {
  margin-top: 20px;

}

/*.sidebar .block-inner {*/
/*  border: 1px solid #ddd;*/
/*}*/

/*
 * Block title
 */
/* line 1336, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.block-title {
  margin: 0;
  padding: 5px 15px;
  color: #fff;
  background-color: #4B9CD3;
  font-weight: 600;
  font-size: 120%;
  margin: -1px;
}

.block-content {
  margin: 15px 20px;
}

/*
 * Block content wrapper
 */
/*
 * Match item list and block menu margin and padding
 */
/* line 1352, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.block-content ul,
.block-content ol {
  padding: 0 0 0 15px;
}

/* line 1357, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.block-content li {
  margin: 0;
  padding: 0;
}

/* =============================================================================
 *   Node Styling
 * ========================================================================== */
/* line 1530, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.node {
  margin-bottom: 20px;
}

/* line 1547, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/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 1605, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
#comments {
  margin: 1.5em 0;
}

/* line 1609, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
#comments h2.comment-title {
  margin: 0;
}

/* line 1613, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
/* line 1623, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.comment {
  margin-bottom: 20px;
}

/*
 * Comment title
 */
/* line 1654, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/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 1686, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */
/* line 1694, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.indented {
  margin-left: 40px;
}

/* =============================================================================
 *   Forms
 * ========================================================================== */
/*
 * Wrapper for a form element (or group of form elements) and its label
 */
/* line 1708, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #ccc;
  border-radius: 3px;
}

.form-item select,
.form-item textarea,
.form-item input {
  border: 1px solid #ccc;
  border-radius: 3px;
}


/* line 1714, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.form-item label {
  font-weight: 600;
}

.form-item label.option {
  font-weight: 500;
}

/* line 1721, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.form-item .description {
  font-size: 0.85em;
}

/*
 * Highlight marks and form required mark
 */
/* line 1734, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.marker,
.form-required {
  color: #c00;
}

/*
 * The submit button
 */
/* line 1748, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.container-inline div,
.container-inline label {
  display: inline;
}


input.form-submit:hover {
  background-color: #444;
}

input.form-submit {
  background-color: #4B9CD3;
  padding: 10px 20px;
  border: 0px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 100%;
  color: #fff;
  margin: 10px;
}


/*
 * Define consistent borders
 */
/* line 1757, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
fieldset {
  border: 1px solid #ddd;
}

/*
 * Tips for Drupal's input formats
 */
/*
 * Buttons used by contrib modules like Media
 */
/* line 1771, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*
 * Password confirmation
 */
/* line 1779, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* =============================================================================
 *   Tables
 * ========================================================================== */
/* line 1789, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

/* line 1794, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
table.sticky-header {
  z-index: 10;
}

/* line 1800, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
table,
thead,
tbody,
tr,
th,
td {
  border-color: #ddd;
}

/* line 1810, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
table,
td,
th {
  vertical-align: middle;
}

/* line 1817, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
caption,
th,
td {
  text-align: left;
}

/* line 1824, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
thead tr {
  font-weight: 700;
  background-color: #e5e5e5;
}

/* line 1830, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

/* line 1841, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
tbody tr {
  border-top: 1px solid #ddd;
}

/* line 1846, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
tr {
  /* Table row striping */
}

/* line 1848, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
tr.odd {
  background: #fff;
}

/* line 1853, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
tr.info, tr.even, tr:nth-child(2n+2) {
  border-bottom: 0;
  background-color: #f5f5f5;
}

/* line 1864, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
tr.odd td.active {
  background-color: #eee;
}

/* line 1868, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
tr.even td.active {
  background-color: #ebebeb;
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
/* line 1891, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/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 1907, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 1912, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

/*
 * Unpublished nodes
 */
/* line 1953, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: "Open Sans", Arial, Helvetica, 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;
}

/* line 191, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/_custom.scss */
.ie6-7 .node-unpublished p.unpublished > *, .ie6-7
.comment-unpublished p.unpublished > * {
  position: relative;
}

/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */
/* line 1964, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.maintenance-page .container {
  padding: 40px 0;
}

/* line 1968, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

/* line 1976, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}

/* line 1983, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.db-offline div.messages {
  margin: 20px 0 0;
}

/* line 1987, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.db-offline #content {
  padding: 20px 0;
}

/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */
/*
 * Admin menu overrides
 */
/* line 2000, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
/* line 2009, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
/* line 2018, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
#styleguide-header {
  padding: 0 10px;
}

/* line 2021, C:/Users/rossaj/PhpstormProjects/D7Base/themes/d7_base/sass/global.styles.scss */
#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

/* user login */
#user-login-form .item-list {
  display: none;
}

#user-login-form .form-item input {
  width: 90%;
  max-width: 300px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px;
}

#user-login-form #edit-actions {
  text-align: center;
}

/*
 * fieldsets
 */
fieldset legend {
font-weight: bold;
font-size: 110%;
}

fieldset {
margin-top: 15px;
border-color: #ccc;
}


/* =============================================================================
 *   grants search page
 * ========================================================================== */

.view-search-proposals .view-filters,
.view-search-proposals .view-header {
  background-color: #eee;
  padding: 5px 15px 15px 15px;
}

.view-search-proposals .view-header {
  padding: 15px 15px 0 15px;
  font-size: 90%;
}

/* =============================================================================
 *   dashboard
 * ========================================================================== */


.view-dashboard h2 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
}

.view-dashboard .views-row {
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.view-dashboard .gray-button a {
  display: inline-block;
  padding: 3px 15px;
  background-color: #eee;
  border-radius: 5px;
  margin-right: 15px;
  font-size: .9em;
  font-weight: 600;
 }

.view-dashboard .gray-button a:hover {
  background-color: #ddd;
}

.view-dashboard table {
  margin-top: 10px;
}

.view-dashboard thead tr {
    font-weight: 600;
    color: #fff;
    background-color: #666;
    font-size: 90%;
}

.view-dashboard tr.even, .view-dashboard tr:nth-child(2n+2) {
    border-bottom: 0;
    background-color: #fff;
}

.view-dashboard td {
    border-bottom: 0;
    margin: 0;
    padding: 7px 12px;
}

.view-dashboard th {
    border-bottom: 0;
    margin: 0;
    padding: 3px 12px;
}


.view-dashboard thead tr a {
  color: #fff;
}

.view-content .views-table tr.even.Edit,
.view-content .views-table tr.odd.Edit {
font-weight: bold;
background-color: #d3ecfd !important;
}

.view-dashboard .btn-primary {
  background-color: #4B9CD3;
  display: inline-block;
  padding: 7px 20px;
  text-align: center;
  color: #fff;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 40px;
border-radius: 5px;
}

.view-dashboard .btn-primary:hover {
  text-decoration: none;
background-color: #444444;
}

.view-dashboard .attachment-after {
margin: 40px 0;
}

.view-dashboard .attachment-after h3 {
 font-weight: 600;
 margin-bottom: 2px;
 font-size: 130%;
}

.view-dashboard .attachment-after .views-row-last {
  border-bottom: 0;
}

table, thead, tbody, tr, th, td {
    border-color:  #ccc;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
}

/* =============================================================================
 *   grants node page
 * ========================================================================== */

.field-type-taxonomy-term-reference {
margin-bottom: 0px;
}


.view-search-proposals .views-row {
  margin: 20px 0;
font-size: 90%;
}

.view-search-proposals .views-field-title {
  font-size: 120%;
}

.view-search-proposals .views-widget .form-text {
  max-width: 180px;
}

.view-search-proposals .views-submit-button {
  clear: left;
}

/* =============================================================================
 *   Funding opportunities
 * ========================================================================== */

.view-funding-opportunities tr.even td.active,
.view-funding-opportunities tr.odd td.active {
    background-color: transparent;
}

.page-funding-opportunities ul.primary li a {
    padding: 5px 20px;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 110%;
    border-radius: 5px 5px 0 0;
}

.node-type-funding-opportunity .field {
  margin-bottom: 15px;
}

/* hide form elements */

.form-item-field-which-core-services-are-ne-und-Communication,
.form-item-field-which-core-services-are-ne-und-BBC,
.form-item-field-which-core-services-are-ne-und-FPG-Development-Office,
.group-bbc,
.group-communications,
.group-development {
  display: none;
}

/* =============================================================================
 *   UNC Collaboration
 * ========================================================================== */

#edit-field-fpg-personnel-und-0-paragraph-bundle-title,
#field-fpg-personnel-add-more-wrapper p,
#edit-field-fpg-personnel .tabledrag-toggle-weight-wrapper {
  display: none;
}

#field-fpg-personnel-add-more-wrapper .description {
  font-size: 100%;
}

#edit-field-fpg-personnel input.form-submit {
  padding: 10px 20px;
  margin-bottom: 20px;
}



