/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */
/*
 * Body
 */
/* line 17, ../sass/pages.scss */
body {
  margin: 0;
  padding: 0;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
/* line 30, ../sass/pages.scss */
#skip-link {
  margin: 0;
}
/* line 33, ../sass/pages.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/*
 * Header
 */
/* line 48, ../sass/pages.scss */
#top-line {
  display: none;
  background: #d2b239;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyYjIzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNzliMmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #d2b239 0%, #b79b2e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2b239), color-stop(100%, #b79b2e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d2b239 0%, #b79b2e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d2b239 0%, #b79b2e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d2b239 0%, #b79b2e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d2b239 0%, #b79b2e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2b239', endColorstr='#b79b2e',GradientType=0 );
  /* IE6-8 */
  height: 38px;
  overflow: hidden;
}

/* line 63, ../sass/pages.scss */
#top-line ul {
  margin: 0;
}

/* line 66, ../sass/pages.scss */
#top-line .region-top-line {
  display: inline-block;
  width: 100%;
}

/* line 70, ../sass/pages.scss */
#top-line p,
#top-line block,
#top-line ul {
  margin: 0;
  padding: 0;
}

/* line 77, ../sass/pages.scss */
#header {
  position: relative;
  padding: 12px 11px 0 20px;
}

/* line 83, ../sass/pages.scss */
#logo {
  /* Wrapping link for logo */
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}
/* line 88, ../sass/pages.scss */
#logo img {
  vertical-align: bottom;
  width: 199px;
  height: auto;
}

/* line 97, ../sass/pages.scss */
#name-and-slogan {
  /* Wrapper for website name and slogan */
  float: left;
}

/* line 101, ../sass/pages.scss */
#site-name {
  /* The name of the website */
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}
/* line 106, ../sass/pages.scss */
#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}
/* line 112, ../sass/pages.scss */
#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

/* line 118, ../sass/pages.scss */
#site-slogan {
  /* The slogan (or tagline) of a website */
  margin: 0;
  font-size: 1em;
}

/* line 123, ../sass/pages.scss */
.region-header {
  /* Wrapper for any blocks placed in the header region */
  clear: both;
  /* Clear the logo */
}

/* line 126, ../sass/pages.scss */
#main-menu {
  display: none;
  height: 48px;
  background: #011c37;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMWMzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMTQ4NjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #011c37 0%, #214869 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #011c37), color-stop(100%, #214869));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #011c37 0%, #214869 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #011c37 0%, #214869 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #011c37 0%, #214869 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #011c37 0%, #214869 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#011c37', endColorstr='#214869',GradientType=0 );
  /* IE6-8 */
}

/*
 * Main (container for everything else)
 */
/*
 * Content
 */
/* line 157, ../sass/pages.scss */
.breadcrumb {
  /* The path to the current page in the form of a list of links */
}
/* line 158, ../sass/pages.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 162, ../sass/pages.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 170, ../sass/pages.scss */
h1.title,
h2.node-title,
h2.block-title,
h2.title,
h2.comment-form,
h3.title {
  /* Comment title */
  margin: 0;
}

/* line 179, ../sass/pages.scss */
tr.even {
  /* Some tables have rows marked even or odd. */
  /* background-color: #eee; */
  /* Drupal core uses a #eee background */
}

/* line 183, ../sass/pages.scss */
tr.odd {
  /* background-color: #eee; */
  /* Drupal core uses a #eee background */
}

/* line 187, ../sass/pages.scss */
div.messages {
  /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */
  margin: 1.5em 0;
  /* Drupal core uses "6px 0" margin */
}
/* line 190, ../sass/pages.scss */
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 196, ../sass/pages.scss */
div.status {
  /* Normal priority messages */
}

/* line 199, ../sass/pages.scss */
div.warning,
tr.warning {
  /* Medium priority messages */
  /* border: 1px solid #f0c020; */
  /* Drupal core uses: 1px solid #f0c020 */
}

/* line 204, ../sass/pages.scss */
div.error,
tr.error {
  /* High priority messages. See also the .error declaration below. */
}

/* line 208, ../sass/pages.scss */
.error {
  /* Errors that are separate from div.messages status messages. */
  /* color: #e55; */
  /* Drupal core uses a #e55 background */
}

/* line 212, ../sass/pages.scss */
.warning {
  /* Warnings that are separate from div.messages status messages. */
  /* color: #e09010; */
  /* Drupal core uses a #e09010 background */
}

/* line 216, ../sass/pages.scss */
.tabs {
  /* See also the tabs.css file. */
}

/* line 219, ../sass/pages.scss */
.region-help {
  /* Help text on a page */
}

/* line 222, ../sass/pages.scss */
.more-help-link {
  /* Link to more help */
}

/* line 225, ../sass/pages.scss */
.region-content {
  /* Wrapper for the actual page content */
}

/* line 228, ../sass/pages.scss */
ul.inline {
  /* List of links generated by theme_links() */
  display: inline;
  padding: 0;
}
/* line 232, ../sass/pages.scss */
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* line 238, ../sass/pages.scss */
span.field-label {
  /* The inline field label used by the Fences module */
  padding: 0 1em 0 0;
  /* LTR */
}

/* line 242, ../sass/pages.scss */
.item-list .pager {
  /* A list of page numbers when more than 1 page of content is available */
  padding: 0;
  float: left;
  width: 100%;
}
/* line 247, ../sass/pages.scss */
.item-list .pager li {
  /* Each page number in the pager list */
  padding: 0 0.5em;
}

/* line 252, ../sass/pages.scss */
.feed-icon {
  /* The link to the RSS or Atom feed for the current list of content */
}

/* line 255, ../sass/pages.scss */
.more-link {
  /* Aggregator, blog, and forum more link */
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
/* line 276, ../sass/pages.scss */
.region-sidebar-second .block {
  float: left;
}

/*
 *
  By The Numbers
 *
*/
/* line 286, ../sass/pages.scss */
#by-the-numbers {
  margin-top: 35px;
  border-top: 3px solid #d8b53d;
  background: #252c36;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1MmMzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTU5NzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #252c36 0%, #355979 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #252c36), color-stop(100%, #355979));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #252c36 0%, #355979 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #252c36 0%, #355979 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #252c36 0%, #355979 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #252c36 0%, #355979 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252c36', endColorstr='#355979',GradientType=0 );
  /* IE6-8 */
}

/*
 * Footer
 */
/* line 307, ../sass/pages.scss */
#footer a,
#footer a:visited {
  color: #fff;
}

/* line 311, ../sass/pages.scss */
#footer #footer-top {
  padding: 35px 0 20px 0;
  border-top: 4px solid #d9b53b;
  background: #262a36;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2MmEzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzU5N2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #262a36 0%, #33597b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262a36), color-stop(100%, #33597b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #262a36 0%, #33597b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #262a36 0%, #33597b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #262a36 0%, #33597b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #262a36 0%, #33597b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262a36', endColorstr='#33597b',GradientType=0 );
  /* IE6-8 */
}

/* line 325, ../sass/pages.scss */
#footer #footer-middle {
  background: #011b32;
  border-top: 4px solid #d9b53b;
  padding: 30px 0 20px 0;
  color: #fff;
  font-weight: 300;
  font-size: 1em;
}

/* line 333, ../sass/pages.scss */
#footer #footer-middle a,
#footer #footer-middle a:visited {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
}

/* line 339, ../sass/pages.scss */
#footer #footer-middle a:hover {
  color: #d9b53b;
}

/* line 344, ../sass/pages.scss */
#copyrights {
  background: #d9b53b;
}

/*
 * Page bottom
 */
/* line 350, ../sass/pages.scss */
.region-bottom {
  /* Wrapper for any blocks placed in the page bottom region */
}

/*
* Homepage
*/
/* line 355, ../sass/pages.scss */
.front #title-holder {
  display: none;
}

/* line 358, ../sass/pages.scss */
.front .tabs {
  display: none;
}

@media all and (min-width: 960px) {
  /* line 362, ../sass/pages.scss */
  .region-header {
    float: none;
  }
}
@media all and (max-width: 750px) {
  /* line 367, ../sass/pages.scss */
  body.adminimal-menu.admin-menu {
    margin-top: 84px !important;
  }

  /* line 368, ../sass/pages.scss */
  #logo {
    position: relative;
    z-index: 2;
    padding-top: 40px;
    width: 187px;
    background: url(../images/logo_mobile.png) 10px top no-repeat;
    background-size: cover;
    margin-bottom: 5px;
  }
  /* line 376, ../sass/pages.scss */
  #logo img {
    display: none;
  }

  /* line 378, ../sass/pages.scss */
  .mobile-login-button {
    display: none !important;
  }

  /* line 381, ../sass/pages.scss */
  .front .block.last {
    margin-bottom: 0;
  }
}
