@import url(/sites/all/themes/custom/bootstrap-fdsys/font-awesome/css/font-awesome.min.css);
p.white {
  color: white;
  color: white; }
p a {
  cursor: pointer; }
  p a:hover {
    text-decoration: none;
    color: #f26531; }
  p a:focus {
    text-decoration: none;
    color: #f26531; }

a {
  color: #0b294d;
  word-break: break-word;
  overflow-wrap: break-word;
  cursor: pointer;
  color: #01203b;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
  a.white {
    color: white; }
  a:hover {
    color: #f26531;
    cursor: pointer;
    text-decoration: none; }
  a:focus {
    outline: none;
    text-decoration: none;
    outline-color: transparent;
    outline-style: none; }
  a.underlined-link {
    border-bottom: 1px dotted #f26531;
    color: #f26531; }
    a.underlined-link:hover {
      border-bottom: 1px dotted #f26531;
      color: #c04518; }
  a#searchbar-toggler {
    background: #f26531;
    color: white;
    -webkit-transition: all 0.25s ease;
            transition: all 0.25s ease;
    text-transform: uppercase; }
    a#searchbar-toggler:hover {
      border-bottom: 0;
      background: blue; }
  a#rrMTitle.collapsed > h4 > i.fa-angle-right {
    display: inline-block; }
  a#rrMTitle.collapsed > h4 > i.fa-angle-down {
    display: none; }
  a#rrMTitle > h4 > i.fa-angle-down {
    display: inline-block; }
  a#rrMTitle > h4 > i.fa-angle-right {
    display: none; }
  a#aboutMTitle.collapsed > h4 > i.fa-angle-right {
    display: inline-block; }
  a#aboutMTitle.collapsed > h4 > i.fa-angle-down {
    display: none; }
  a#aboutMTitle > h4 > i.fa-angle-down {
    display: inline-block; }
  a#aboutMTitle > h4 > i.fa-angle-right {
    display: none; }

.lead {
  text-align: justify; }

.title {
  cursor: pointer; }

h4 {
  font-weight: bold;
  font-family: inherit;
  line-height: 120%;
  padding: 0;
  margin: 20px 0 10px; }

h5 {
  font-weight: bold;
  font-family: inherit;
  line-height: 120%;
  padding: 0;
  margin: 20px 0 10px; }

h6 {
  font-weight: bold;
  font-family: inherit;
  line-height: 120%;
  padding: 0;
  margin: 20px 0 10px; }

.text-orange {
  color: #f26531; }
  .text-orange a {
    color: #f26531; }

h1 {
  font-family: inherit;
  line-height: 120%;
  padding: 0;
  margin: 20px 0 10px; }
  h1.page-title {
    margin-top: 25px !important; }

h2 {
  font-family: inherit;
  line-height: 120%;
  padding: 0;
  margin: 20px 0 10px; }

h3 {
  font-family: inherit;
  line-height: 120%;
  padding: 0;
  margin: 20px 0 10px; }

.default {
  color: #ebebeb; }

.primary {
  color: #f26531; }

.info {
  color: #003866; }

.success {
  color: #72a492; }

.warning {
  color: #fbb040; }

.danger {
  color: #e31b23; }

.alert {
  border-radius: 0; }

.alert-danger {
  color: #e31b23;
  background: #ebebeb;
  border-color: #e31b23; }

.alert-warning {
  color: #fbb040;
  background: #ebebeb;
  border-color: #fbb040; }

.alert-success {
  color: #72a492;
  background: #ebebeb;
  border-color: #72a492; }

.alert-info {
  color: #003866;
  background: #ebebeb;
  border-color: #003866; }
  .alert-info.quick-tip {
    padding-left: 75px;
    position: relative; }
    .alert-info.quick-tip:before {
      content: "\f129";
      font-family: FontAwesome;
      position: absolute;
      left: 32px;
      font-size: 1.75em; }

.alert-submenu {
  border-left: 4px solid #f26531;
  background: white; }

.navbar {
  border-radius: 0;
  min-height: 45px;
  margin-bottom: 0; }
  .navbar.navbar-fixed-top {
    box-shadow: 1px 1px 2px #adadad;
    background: white; }

.nav-anchors li {
  float: left; }
  .nav-anchors li a {
    padding: 0 10px;
    margin: 10px 0;
    border-right: 1px solid #dedfe1; }
.nav-anchors.affix {
  top: 58px;
  background: #fcfbfb;
  width: 100%; }

.nav-stacked li a {
  padding: 4px 15px; }

.nav-tabs > li {
  display: inline-block; }
  .nav-tabs > li a {
    background: #ebebeb;
    -webkit-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
    border: 0px;
    border-radius: 0;
    font-size: 1em; }
    .nav-tabs > li a:hover {
      background: white; }
  .nav-tabs > li.active > a {
    color: #f26531;
    border: none; }
    .nav-tabs > li.active > a:focus {
      color: #f26531;
      border: none; }
    .nav-tabs > li.active > a:hover {
      color: #f26531;
      border: none; }
  .nav-tabs > li.active-trail > a {
    color: #f26531;
    border: none; }

.navbar-nav > li > a {
  font-weight: bold;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .25s ease;
          transition: all .25s ease; }
  .navbar-nav > li > a > i {
    font-size: 1 em; }
  .navbar-nav > li > a.selected {
    color: #f26531; }
    .navbar-nav > li > a.selected:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      height: 2px;
      width: 100%;
      background: #f26531; }

.nav .open > a {
  background: transparent;
  border-color: transparent; }
  .nav .open > a:hover {
    background: transparent;
    border-color: transparent; }
  .nav .open > a:focus {
    background: transparent;
    border-color: transparent; }

.navbar-right a {
  height: 50px;
  border-radius: 0;
  background: #f26531;
  color: white;
  font-weight: 100;
  letter-spacing: 1px;
  border: none; }

.panel-body {
  border: 1px solid #ebebeb;
  border-top-color: #ebebeb;
  padding: 20px; }
  .panel-body > .table {
    margin-bottom: 0; }

.panel {
  border-radius: 0;
  box-shadow: none;
  border: none;
  border-radius: 0; }
  .panel .panel {
    background: #dedfe1;
    border-color: #dedfe1; }
    .panel .panel .panel {
      background: white; }
      .panel .panel .panel .panel {
        background: #dedfe1;
        border-color: #dedfe1; }
        .panel .panel .panel .panel .panel {
          background: white; }
          .panel .panel .panel .panel .panel .panel {
            background: #dedfe1;
            border-color: #dedfe1; }
            .panel .panel .panel .panel .panel .panel .panel {
              background: white; }
              .panel .panel .panel .panel .panel .panel .panel .panel {
                background: #dedfe1;
                border-color: #dedfe1; }

.panel-default > .panel-heading {
  background: #ebebeb;
  border: none; }
.panel-default > a > .panel-heading {
  background: #ebebeb;
  border: none; }

.panel-group {
  margin: 25px 0; }
  .panel-group .panel {
    border-radius: 0; }

.panel-heading {
  border-radius: 0;
  -webkit-transition: background .25s ease-in-out;
          transition: background .25s ease-in-out;
  padding-left: 6px;
  border-radius: 0; }
  .panel-heading:hover {
    background: #dedfe1;
    cursor: pointer; }
  .panel-heading a:hover {
    text-decoration: none; }
  .panel-heading > .panel-title > table {
    border: none; }

.datepicker td {
  text-align: center;
  width: 20px;
  height: 20px; }
.datepicker tr {
  text-align: center;
  width: 20px;
  height: 20px; }
.datepicker table tr td.active {
  background-color: #f26531 !important;
  border-color: #ec622f;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: none;
  border-radius: 0; }
  .datepicker table tr td.active:hover {
    background-color: #f26531 !important;
    border-color: #ec622f;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: none;
    border-radius: 0; }
  .datepicker table tr td.active.disabled {
    background-color: #f26531 !important;
    border-color: #ec622f;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: none;
    border-radius: 0; }
    .datepicker table tr td.active.disabled:hover {
      background-color: #f26531 !important;
      border-color: #ec622f;
      color: white;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      background-image: none;
      border-radius: 0; }
.datepicker table tr td span {
  height: auto;
  width: 33%;
  margin: 0;
  padding: 5% 0;
  line-height: 1.428571;
  padding: 8px; }
  .datepicker table tr td span.active {
    background-color: #f26531 !important;
    border-color: #ec622f;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: none;
    border-radius: 0; }
    .datepicker table tr td span.active:hover {
      background-color: #f26531 !important;
      border-color: #ec622f;
      color: white;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      background-image: none;
      border-radius: 0; }
    .datepicker table tr td span.active.disabled {
      background-color: #f26531 !important;
      border-color: #ec622f;
      color: white;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      background-image: none;
      border-radius: 0; }
      .datepicker table tr td span.active.disabled:hover {
        background-color: #f26531 !important;
        border-color: #ec622f;
        color: white;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-image: none;
        border-radius: 0; }
.datepicker table tr td.day:hover {
  cursor: pointer; }
.datepicker .table > tbody > tr > td {
  border: 0; }
  .datepicker .table > tbody > tr > td:hover {
    cursor: pointer; }

.table.no-border {
  border: none; }
  .table.no-border tr {
    border: none; }
  .table.no-border td {
    border: none; }
  .table.no-border tbody {
    border: none; }
.table.first-child-bold td:first-child {
  font-weight: bold; }
.table > thead > tr > th {
  border-radius: 0; }
.table > thead > tr > td {
  border-radius: 0; }
.table > tbody > tr > th {
  border-radius: 0; }
.table > tbody > tr > td {
  border-radius: 0; }
.table > tfoot > tr > th {
  border-radius: 0; }
.table > tfoot > tr > td {
  border-radius: 0; }

.btn {
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease; }
  .btn:hover {
    -webkit-transform: translate(2px, 2px);
        -ms-transform: translate(2px, 2px);
            transform: translate(2px, 2px); }

.btn-primary {
  background: #08365e;
  border: 1px solid #073053; }

.btn-default {
  background: #ebebeb;
  border: 1px solid #dedfe1;
  box-shadow: 3px 3px 0 #adadad;
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease; }
  .btn-default:hover {
    border: 1px solid lightgray;
    background: #d8d8d8;
    box-shadow: 1px 1px 0 #adadad; }

.btn-group {
  box-shadow: 3px 3px 0 #adadad;
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease; }
  .btn-group:hover {
    box-shadow: 1px 1px 0 #adadad;
    color: white; }

.btn-orange {
  background: #f26531;
  border: 1px solid #ec622f;
  color: white; }
  .btn-orange a {
    color: white; }
  .btn-orange.shadow {
    box-shadow: 4px 4px 0 #c04518;
    -webkit-transition: all 0.25s ease;
            transition: all 0.25s ease; }
    .btn-orange.shadow:hover {
      box-shadow: 2px 2px 0 #c04518;
      background: #f26531;
      color: white; }
  .btn-orange:hover {
    background: #ca5428; }

.btn-format {
  background: #4d728a;
  color: white;
  border: none;
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
  box-shadow: 3px 3px 0 #3e6177; }
  .btn-format:hover {
    box-shadow: 1px 1px 0 #3e6177; }

input:focus {
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
input.form-text {
  background-color: #fcfbfb;
  border: 2px solid #ebebeb;
  color: #999999;
  font-size: 14px;
  padding: 14px;
  width: 100%;
  min-height: 50px;
  box-shadow: none;
  border-radius: 3px; }
  input.form-text:focus {
    background-color: white;
    outline: none;
    box-shadow: none; }

input[type="button"] {
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  margin: 5px 5px 10px 0;
  background-color: #000444;
  border: none;
  box-shadow: none;
  color: white;
  padding: 15px 24px;
  text-transform: uppercase;
  border-radius: 3px;
  color: white; }
  input[type="button"]:hover {
    color: white; }

input[type="reset"] {
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  margin: 5px 5px 10px 0;
  background-color: #000444;
  border: none;
  box-shadow: none;
  color: white;
  padding: 15px 24px;
  text-transform: uppercase;
  border-radius: 3px;
  color: white; }
  input[type="reset"]:hover {
    color: white; }

input[type="submit"] {
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  margin: 5px 5px 10px 0;
  background-color: #000444;
  border: none;
  box-shadow: none;
  color: white;
  padding: 15px 24px;
  text-transform: uppercase;
  border-radius: 3px;
  color: white; }
  input[type="submit"]:hover {
    color: white; }

fieldset {
  padding: 10px;
  margin: 0 2px;
  border: 1px solid #ebebeb; }

legend {
  border-bottom: none;
  font-size: 14px;
  width: auto;
  margin: 0; }

input[type="radio"] {
  margin: 0 0 3px; }

input[type="checkbox"] {
  margin: 0 0 3px; }

body {
  padding-top: 65px;
  background-color: white;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 160%; }

:focus {
  outline: none;
  text-decoration: none;
  outline-color: transparent;
  outline-style: none; }

img {
  display: block;
  height: auto;
  max-width: 100%; }

#bottom-content {
  color: white;
  border-bottom: 10px solid #717073;
  background: #003866;
  position: relative; }

#banner {
  color: white;
  border-bottom: 10px solid #717073;
  border-bottom: 10px solid #717073;
  background: #003866;
  color: white; }
  #banner h1 {
    margin: 1em;
    font-family: inherit; }
  #banner .block {
    padding: 0; }

footer img#gpo-logo {
  max-width: 100px;
  margin: 20px auto; }
footer > .container > .row:nth-of-type(2) {
  margin-top: 10px; }
footer > .container > .row > a > img {
  margin-bottom: 10px; }
footer .nav li a {
  padding: 5px 10px 5px 0;
  font-size: 85%;
  line-height: 120%; }

.region-daily-section {
  position: relative; }
  .region-daily-section h2 {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid #CCC; }
    .region-daily-section h2:after {
      content: '';
      position: absolute;
      width: 55%;
      height: 2px;
      background: #666e75;
      left: 1px;
      top: 76px; }

#region-feature-section {
  position: relative; }

#footer {
  border-top: 1px solid #dedfe1;
  background-color: #ebebeb;
  position: relative;
  padding-top: 20px; }
  #footer h2 {
    font-size: 1em;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 4px solid #000ccc; }
    #footer h2:after {
      content: '';
      position: absolute;
      width: 55%;
      height: 4px;
      background: #f26531;
      left: 0;
      top: 59px; }

#pre-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 13;
  position: absolute;
  background-color: #fcfbfb; }
  #pre-header h2 {
    font-size: 1em;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 4px solid #000ccc; }
    #pre-header h2:after {
      content: '';
      position: absolute;
      width: 55%;
      height: 4px;
      background: #f26531;
      left: 0;
      top: 59px;
      top: 39px; }
  #pre-header ul.menu li {
    list-style: none; }

#sidebar-first.affix-top {
  background-color: transparent;
  -webkit-transition: background 0.25s ease;
          transition: background 0.25s ease; }
#sidebar-first.affix {
  background-color: #fcfbfb;
  -webkit-transition: background 0.25s ease;
          transition: background 0.25s ease;
  top: 65px;
  width: 25.333333%; }

#browseLettersRow {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  z-index: 10; }

ul#alpha-list {
  margin: 0;
  padding: 0;
  display: inline-block; }
ul#selectAll li {
  border-bottom: 2px solid rgba(102, 110, 117, 0.5) !important;
  border-top: none;
  border-left: none;
  border-right: none; }

#browseLettersWrapper::-webkit-scrollbar {
  display: none; }

#alpha-list li {
  float: left;
  list-style-type: none;
  background-color: #003866;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 5px; }
  #alpha-list li:hover {
    background-color: #0b294d; }
  #alpha-list li a {
    color: white; }
#alpha-list > li {
  cursor: pointer; }
#alpha-list a:hover {
  color: #ebebeb; }

.a-z-list {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  width: 98%;
  margin-bottom: 1em; }

#official-banner {
  background: #003866;
  color: white;
  font-size: .75em; }

#pre-header-inside {
  display: none;
  position: relative;
  z-index: 13; }

#header-top {
  background-color: #fcfbfb;
  position: relative;
  z-index: 12; }
  #header-top p {
    margin: 0; }
  #header-top .block {
    padding: 0; }

#header {
  background-color: #fcfbfb;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  z-index: 5;
  padding: 40px 0;
  text-align: center;
  min-height: 130px; }
  #header ul {
    text-align: left; }

#main-navigation {
  background-color: #fcfbfb;
  position: relative;
  z-index: 11;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075), 0 10px 0 rgba(0, 0, 0, 0.01); }
  #main-navigation .block {
    padding: 0; }

#slideshow {
  padding: 10px;
  background-color: #fcfbfb;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  display: none; }

#top-content {
  background: #fcfbfb;
  padding: 40px 0 20px; }

#main-content {
  padding: 0;
/*  background: #fcfbfb;*/ }

#main {
  padding: 20px 0; }

.sidebar {
  padding: 20px 0; }

#subfooter {
  background-color: #fcfbfb;
  border-top: 1px solid #ebebeb;
  text-align: center; }
  #subfooter ul {
    text-align: left; }
    #subfooter ul.menu li {
      display: inline-block;
      background: none;
      list-style-type: none;
      border: none;
      padding: 0; }
      #subfooter ul.menu li a {
        padding: 0 20px 15px;
        display: block; }

#togglesearch-btn {
  background-color: #f26531;
  color: white; }
  #togglesearch-btn:hover {
    background: #c04518; }
    #togglesearch-btn:hover:before {
      background: transparent; }
    #togglesearch-btn:hover:after {
      background: transparent; }
  #togglesearch-btn:before {
    height: 0; }
  #togglesearch-btn:after {
    height: 0; }
  #togglesearch-btn:not(.collapsed) .fa-caret-down {
    display: none; }
  #togglesearch-btn.collapsed .fa-caret-up {
    display: none; }

#close-search {
  position: absolute;
  z-index: 100;
  right: 10px;
  top: 10px; }

.blocking-wrapper {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  text-align: center; }

.blocking-content {
  background: white;
  bottom: 0;
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px; }
  .blocking-content .vertical-center-wrapper {
    height: 100%; }
  .blocking-content .vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.node .user-signature {
  font-size: 12px;
  padding: 0; }
.node header h2 a:hover {
  text-decoration: none; }

.user-picture {
  margin: 0 15px 0 0;
  display: inline-block;
  max-width: 48px; }

#breadcrumb {
  display: none; }

.breadcrumb {
  background-color: transparent; }

#search-tabs {
  margin: 0 auto;
  text-align: center; }
  #search-tabs .nav-tabs {
    margin-bottom: 0;
    border-bottom: 0; }
  #search-tabs li a:not(#search-tabs li a.active) {
    color: white; }

.toggle-control {
  width: 100%;
  position: relative;
  z-index: 13; }
  .toggle-control a {
    background: #f26531 !important;
    color: white !important;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 10px;
    line-height: 14px;
    cursor: pointer;
    height: 52px;
    background: #003866; }
    .toggle-control a:hover {
      background: #f26531 !important;
      color: white !important;
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      padding: 10px;
      line-height: 14px;
      cursor: pointer;
      height: 52px;
      background: #003866; }

#toTop {
  bottom: 40px;
  right: 20px;
  position: fixed;
  border-radius: 3px;
  background: #999999;
  opacity: 0.4;
  filter: alpha(opacity=40);
  width: 55px;
  height: 55px;
  cursor: pointer;
  color: white;
  font-size: 32px;
  text-align: center;
  display: none;
  padding: 10px 0 0 2px;
  z-index: 14; }
  #toTop:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s;
            transition: all 0.3s; }

.sf-vertical {
  width: 10 em; }
  .sf-vertical li {
    width: 10 em; }

.icon-box {
  background: #003866;
  width: 50px;
  height: 50px;
  color: white;
  box-shadow: 0 0 0 1px white inset;
  border: 4px solid #003866;
  line-height: 40px;
  font-size: .75em;
  font-weight: 200;
  letter-spacing: .05em; }

.featured-links:hover p {
  color: #f26531;
  cursor: pointer;
  text-decoration: none; }
.featured-links:hover h3 {
  color: #f26531;
  cursor: pointer;
  text-decoration: none; }
.featured-links:hover a {
  color: #f26531;
  cursor: pointer;
  text-decoration: none; }
.featured-links h3 {
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
.featured-links p {
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
.featured-links a {
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }

.browseBlock {
  padding: 0 10px; }
  .browseBlock h4 {
    font-weight: 700;
    height: 48px; }
  .browseBlock p {
    height: 75px;
    padding: 0;
    margin: 0 10px;
    word-break: normal;
    overflow-wrap: normal; }

.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.row-full-height {
  height: 100%; }

.col-full-height {
  height: 100%;
  vertical-align: middle; }

.row-same-height {
  display: table;
  width: 100%;
  table-layout: fixed; }

.col-xs-height {
  display: table-cell;
  float: none !important; }

.browse-item {
  padding: 10px;
  background: #ebebeb; }
  .browse-item > a > .media {
    border-bottom: 2px solid #dedfe1;
    padding: 10px 0; }

.item {
  padding: 10px;
  background: #ebebeb; }

.col-xs-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 20%;
  float: left; }

.col-sm-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-md-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.form-control {
  -webkit-transition: box-shadow .5s ease;
          transition: box-shadow .5s ease; }
  .form-control:focus {
    box-shadow: inset 0 0 0 2px #f26531; }

input[type="text"] {
  border: none;
  border-radius: 0;
  box-shadow: none; }

#advancedSearchForm {
  text-align: left;
  scrollbar-base-color: #666e75;
  scrollbar-base-color: #666e75;
  scrollbar-3dlight-color: #666e75;
  scrollbar-highlight-color: #666e75;
  scrollbar-track-color: #ebebeb;
  scrollbar-arrow-color: #303030;
  scrollbar-shadow-color: #666e75;
  scrollbar-dark-shadow-color: #666e75; }
  #advancedSearchForm select {
   border: none;
    border-radius: 0;
    cursor: pointer;
    border: 1px solid #dedfe1;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-appearance: none;
    box-shadow: none;
    -webkit-appearance: inherit;
    padding-right: 25px; }
  #advancedSearchForm .list-group-item {
    background: transparent;
    padding: 5px 15px; }
    #advancedSearchForm .list-group-item:hover {
      background: #dedfe1;
      text-decoration: none;
      cursor: pointer; }
  #advancedSearchForm #AllCollsId2 {
    border-bottom: 2px solid rgba(102, 110, 117, 0.5) !important;
    border-top: none;
    border-left: none;
    border-right: none; }
  #advancedSearchForm .fa-calendar {
    color: #08365e; }
  #advancedSearchForm p {
    color: #01203b !important; }
  #advancedSearchForm #collapsedatepickerFilter {
    padding: 0; }
  #advancedSearchForm .overflow-scroll {
    overflow-y: scroll;
    max-height: 200px;
    width: 90%; }
  #advancedSearchForm .input-group {
    margin-bottom: 10px; }
  #advancedSearchForm .fa {
    margin-top: 4px; }
  #advancedSearchForm .input-group-addon {
    color: #08365e; }
  #advancedSearchForm tbody {
    border-top: none; }
  #advancedSearchForm ::-webkit-scrollbar {
    width: 15px; }
  #advancedSearchForm ::-webkit-scrollbar-track {
    background-color: #ebebeb; }
  #advancedSearchForm ::-webkit-scrollbar-thumb {
    background-color: #666e75; }
  #advancedSearchForm ::-webkit-scrollbar-button {
    background-color: #666e75; }
  #advancedSearchForm ::-webkit-scrollbar-corner {
    background-color: black; }
  #advancedSearchForm > .row {
    border: 4px solid white;
    padding: 10px;
    background: rgba(222, 223, 225, 0.9);
    color: #08365e; }
    #advancedSearchForm > .row h3 span {
      border-bottom: 2px solid #ec622f;
      line-height: 22px;
      margin-right: 5px; }
    #advancedSearchForm > .row > div[class^="col"]:nth-of-type(4) {
      margin-top: 10px; }
  #advancedSearchForm input[type=checkbox] + label:hover {
    cursor: pointer; }
  #advancedSearchForm .table > tbody > tr > td {
    border-top: none; }

#citationSearchForm select {
   border: none;
    border-radius: 0;
    cursor: pointer;
    border: 1px solid #dedfe1;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-appearance: none;
    box-shadow: none;
    -webkit-appearance: inherit;
    padding-right: 25px; }
#citationSearchForm > .row {
  border: 4px solid white;
  padding: 10px;
  background: rgba(222, 223, 225, 0.9);
  color: #08365e; }

#drupal-search {
  margin-bottom: 50px; }

#searchHolder {
  position: relative;
  background: #dedfe1; }

.aswvoc-criteria-remove {
  position: absolute;
  right: 0;
  top: 75px; }

.styled-select-wrapper {
  position: relative; }

.styled-select:hover {
  cursor: pointer; }
.styled-select:after {
  content: "\f0d7";
  display: inline-block;
  font-family: FontAwesome;
  position: absolute;
  right: 13px;
  bottom: 5px;
  z-index: 5;
  color: #01203b;
  pointer-events: none; }

tbody {
  border-top: none; }

.pub-snapshot {
  border-top: 1px solid #adadad; }
  .pub-snapshot p {
    font-weight: 400 !important; }
  .pub-snapshot img {
    max-width: 80px;
    margin-right: 20px; }
  .pub-snapshot [class*="col"] {
    padding-top: 10px; }

#menu-toggler {
  position: absolute;
  top: 8px;
  left: 10px; }

#search-toggler {
  position: absolute;
  top: 8px;
  right: 10px; }

#collapseAllId {
  display: none; }

.collection-info {
  padding: 10px 0;
  margin-bottom: 25px;
  background: #dedfe1; }
  
.collection-info-about {
 # padding: 10px 0;
 margin-bottom: 25px;
  background: #fffff;
}


.node-committee_browse_ind-form {
  width: 90%;
  margin: 0 auto;
  display: block; }

#rrDescription {
  overflow: auto;
  padding-left: 15px; }
  #rrDescription .mason-grid {
    margin: 0; }

#relatedResources {
  padding: 10px 0;
  background: #dedfe1; }
  #relatedResources .link-w-description::after {
    content: attr(title);
    display: block;
    font-size: 85%;
    display: relative;
    font-weight: normal; }
  #relatedResources .link-w-description {
    width: 90%;
    margin: 0 auto;
    display: block; }

.browse-banner {
  background: url(/sites/default/files/noisy-texture-150x150-o8-d22-c-003767-t0.png) repeat fixed;
  color: white;
  position: relative;
  padding: 20px; }

.vertical-center-wrapper h1 {
  margin-top: 0; }
.vertical-center-wrapper h2 {
  margin-top: 0; }
.vertical-center-wrapper h3 {
  margin-top: 0; }
.vertical-center-wrapper h4 {
  margin-top: 0; }
.vertical-center-wrapper h5 {
  margin-top: 0; }
.vertical-center-wrapper h6 {
  margin-top: 0; }

.underline-title > h1 {
  margin-bottom: 5px; }
.underline-title > h2 {
  margin-bottom: 5px; }
.underline-title h3 {
  margin-bottom: 5px; }
.underline-title h4 {
  margin-bottom: 5px; }
.underline-title h5 {
  margin-bottom: 5px; }
.underline-title.center {
  text-align: center; }

.underline-border {
  display: none; }

a[href] {
  cursor: pointer; }

input[type='submit'] {
  cursor: pointer; }

select {
  cursor: pointer; }

button {
  cursor: pointer; }

.pointer {
  cursor: pointer; }

#title-banner {
  background: url(/sites/default/files/noisy-texture-150x150-o8-d22-c-003767-t0.png) repeat fixed;
  color: white;
  position: relative;
  padding: 20px 20px 0 20px; }

.features-page-row {
  border-bottom: 1px dotted #ebebeb;
  padding: 10px 0; }
  .features-page-row img {
    float: left;
    margin-right: 10px; }
  .features-page-row h3 {
    margin-top: 0; }

.home-features-page-row {
  border-bottom: 1px dotted #ebebeb;
  padding: 10px 0; }
  .home-features-page-row h3 {
    margin-top: 0; }
  .home-features-page-row img {
    float: left;
    display: block;
    max-width: 150px; }

.element-invisible {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  border: 0; }

.figcaption {
  font-size: 80%;
  color: #818a91; }

.landing-page-logo {
  width: 200px;
  Box-shadow: 6px 0 4px -4px #adadad;
  webkit-box-shadow: 6px 0 4px -4px #adadad;
  moz-box-shadow: 6px 0 4px -4px #adadad;
  Margin-right: 2%;
  margin-bottom: 1%;
  Padding-right: 2%; }

.last-updated {
  text-align: right;
  font-size: 10pt; }

.fa-external-link {
  font-size: 11px; }

.mason-grid {
  max-width: 1100px;
  margin: 50px auto; }
  .mason-grid.mg-three {
    -webkit-columns: 320px 3;
       -moz-columns: 320px 3;
            columns: 320px 3;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px; }
  .mason-grid .mg-card {
    margin: 0 2px 15px;
    -webkit-transition: opacity .4s ease-in-out;
            transition: opacity .4s ease-in-out;
    display: inline-block;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
    padding: 15px;
    background: white;
    width: 100%; }

.mg-body {
  background: white; }

.badge.primary {
  background: #f26531;
  color: white; }

.white .underlined-link {
  color: white;
  border-bottom: 1px dotted white; }
  .white .underlined-link:hover {
    color: #adadad;
    border-bottom: 1px dotted #adadad; }

.region-browse1 h2 {
  color: #01203b; }

.underlined-heading.center {
  padding-bottom: 20px;
  margin-bottom: 55px;
  border-bottom: 4px solid #000ccc; }
  .underlined-heading.center:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 4px;
    background: #f26531;
    left: 25%;
    top: 76px; }

.region-feature-section h2 {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #CCC; }
  .region-feature-section h2:after {
    content: '';
    position: absolute;
    width: 55%;
    height: 2px;
    background: #666e75;
    left: 1px;
    top: 76px; }

#sidebarShareMenu li {
  border: none; }

#sidebar > h4 {
  margin-top: 0; }

#browseLettersWrapper.affix {
  top: 43px;
  background: #fcfbfb;
  width: 100%;
  left: 15px;
  padding: 0;
  box-shadow: 1px 1px 2px #adadad;
  z-index: 10; }
  #browseLettersWrapper.affix ul#alpha-list {
    padding-top: 10px; }

.logged-in #pre-header {
  padding-top: 64px;
  padding-top: 18px; }

#header-top-left img {
  margin-top: 10px; }

ol li {
  list-style-type: decimal; }

.browse-item-list ul li {
  border-bottom: 1px dashed #000ddd;
  margin-bottom: 0;
  padding: 15px 0; }
  .browse-item-list ul li.first {
    padding-top: 0; }
  .browse-item-list ul li.last {
    border-bottom: none; }

#block-user-login .browse-item-list ul li {
  border-bottom: none;
  padding: 0 0 5px 0; }

#ind-com-browse ul.nav.nav-pills.nav-stacked li {
  border-bottom: 1px dotted #dedfe1;
  border-radius: 0; }

.region-browse-nav .nav-tabs {
  margin-bottom: 0 !important;
  border-bottom: none; }
  .region-browse-nav .nav-tabs > li {
    margin-bottom: -3px; }

#main-search .btn-lg {
  font-size: 14px;
  padding: 12px 16px;
  border: 1px solid #f26531;
  text-transform: uppercase;
  margin-bottom: 5px; }

.submitted .glyphicon {
  top: 0; }

textarea.form-textarea {
  background-color: #fcfbfb;
  border: 2px solid #ebebeb;
  color: #999999;
  font-size: 14px;
  padding: 14px;
  width: 100%;
  min-height: 50px;
  box-shadow: none;
  border-radius: 3px; }
  textarea.form-textarea:focus {
    background-color: white;
    outline: none;
    box-shadow: none; }

.dark input.form-text {
  border: none; }

.highlighted-block .btn:hover {
  color: white; }
.highlighted-block .btn:focus {
  color: white; }

#block-search-form input.form-submit:focus {
  outline: none;
  background: transparent; }

.sidebar-search-block input.form-submit:focus {
  outline: none;
  background: transparent; }
.sidebar-search-block input.form-submit:hover {
  outline: none;
  background: transparent; }

#searchTabs .nav-tabs {
  text-align: center; }

.mainSearch button {
  height: 50px;
  border-radius: 0;
  background: #f26531;
  color: white;
  font-weight: 100;
  letter-spacing: 1px; }

#dailyPubRow .row:first-of-type h3 {
  margin-top: 0; }

#panel-headingGPOlevel1style:hover {
  cursor: pointer; }

.list-group-item:last-child {
  border-radius: 0; }

#simpleSearchForm input[type="text"] {
  height: 44px;
  border: none;
  border-radius: 0; }

.aswvoc-criteria-div-left .form-group {
  position: relative; }

#advCollFormGroup .list-group-item {
  border: none; }

.input-group-addon.no-bg {
  background: transparent;
  border: none; }

#firstcriteria.form-group {
  position: relative; }

#addcriteria .form-group:first-of-type {
  margin-bottom: 10px; }

#committeeBrowse .field_items {
  margin-bottom: 10px;
  padding-left: 1.25em;
  text-indent: -1.25em; }
  #committeeBrowse .field_items a {
    line-height: 150%; }

#browseContentResultsId .table tbody tr td {
  padding: 10px 0; }

#browseaccordionResultsId .table tbody tr td {
  padding: 10px 0; }

#browsecontentId table {
  width: 100%; }

#nodeOperatorButtonId.affix {
  display: none; }

.link-w-description a::after {
  content: attr(title);
  display: block;
  font-size: 85%;
  display: relative;
  font-weight: normal; }

.region-bottom-content > .block {
  padding: 0; }

.no-hover:hover {
  cursor: default; }

#Daily-featured .feed-icon img {
  position: absolute;
  top: 35px;
  right: 15px; }

#features-sidebar > img {
  margin-top: 20px; }

@-moz-document url-prefix() {
  fieldset-display: table-cell; }
.custom-sort-holder {
  float: right; }

/* Ordering matters, setting media last*/
@media (max-width: 991px) {
  .form-text {
    background-image: none; }

  .form-textarea {
    background-image: none; }

  .block-search .form-submit {
    background-image: none; } }
@media (min-width: 768px) {
  #banner {
    min-height: 550px;
    background: -webkit-linear-gradient(top, #003866 0, rgba(0, 55, 103, 0.8) 100%), url("/sites/default/files/bg-image-shrunk3.jpg");
    background: linear-gradient(to bottom, #003866 0, rgba(0, 55, 103, 0.8) 100%), url("/sites/default/files/bg-image-shrunk3.jpg");
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startcolorstr='$color_midnight_blue_approx', endcolorstr='$color_midnight_blue_approx', gradienttype=1 );
            filter: progid:dximagetransform.microsoft.gradient(startcolorstr='$color_midnight_blue_approx', endcolorstr='$color_midnight_blue_approx', gradienttype=1 );
    background-size: cover;
    color: white; }

  #toTop {
    bottom: 15px;
    right: 5px; }

  .region-browse1 h2 {
    color: white; }

  .nav-tabs > li a {
    padding: 8px 25px; }

  #search-tabs .nav-tabs > li {
    float: none;
    width: auto; }

  #searchHolder ul.nav-tabs {
    padding-top: 8px; } }
@media screen and (min-width: 768) {
  #sidebarNaShareMenu {
    margin-top: 20px; } }
@media screen and (min-width: 768px) {
  #footer {
    padding: 60px 0 30px; }

  .dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px; }
  .dropdown-menu li:hover .sub-menu {
    visibility: visible; }

  .dropdown .dropdown-menu {
    -webkit-transition: opacity .25s ease-in-out;
            transition: opacity .25s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: -5; }
  .dropdown:hover .dropdown-menu {
    opacity: 1;
    z-index: 5;
    visibility: visible;
    display: block; }
  .dropdown.open .dropdown-menu {
    opacity: 1;
    z-index: 5;
    visibility: visible;
    display: block; }

  .nav-tabs .dropdown-menu {
    margin-top: 0; }
  .nav-tabs > li.active > a {
    border-top: 3px solid #f26531;
    background: #fcfbfb; }
    .nav-tabs > li.active > a:focus {
      border-top: 3px solid #f26531;
      background: #fcfbfb; }
    .nav-tabs > li.active > a:hover {
      border-top: 3px solid #f26531;
      background: #fcfbfb; }
  .nav-tabs > li.active-trail > a {
    border-top: 3px solid #f26531;
    background: #fcfbfb; }

  .navbar .dropdown-menu {
    margin-top: 0; }
  .navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px; }
  .navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid white;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px; }

  .horizontal-divider-wrapper {
    height: 100%; }

  .horizontal-divider {
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background: #003866;
    margin-top: 15px; }
    .horizontal-divider span {
      background: #dedfe1;
      height: 15px;
      width: 22px;
      top: 3px;
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      display: inline-block; }

  .overflow-scroll {
    overflow-y: scroll;
    max-height: 200px; }

  #ind-com-browse {
    margin-top: 25px; }

  #relatedResources .collapse {
    display: block; }
  #relatedResources .link-w-description {
    width: 30%;
    margin: 5px 3.33% 5px 0;
    float: left;
    position: relative;
    font-weight: bold; }
    #relatedResources .link-w-description:before {
      content: "\f1db";
      font-family: FontAwesome;
      font-size: 65%;
      margin-left: -15px;
      position: absolute;
      top: 0; }

  .browse-banner {
    height: 200px;
    padding: 0;
    margin-bottom: 20px; }

  .collection-info {
    margin-top: -20px; }
    
.collection-info-about {
    margin-top: -20px; }


  .vertical-center-wrapper {
    height: 100%; }
    .vertical-center-wrapper .row {
      height: 100%; }
    .vertical-center-wrapper div[class^="col"] {
      height: 100%; }

  .vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

  .underline-border {
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 10px;
    padding: 0;
    background: #CCC none repeat scroll 0 0; }
    .underline-border > span {
      width: 50%;
      display: block;
      height: 2px;
      background: #666e75; }
    .underline-border.center > span {
      width: 50%;
      margin: 0 auto;
      display: block;
      height: 2px;
      background: #f26531; }

  #sidebar-first.affix {
    width: 22%; }

  #browseLettersWrapper.affix {
    top: 62px; }

  .navbar-brand img {
    max-height: 38px; }

  .nav-pills .dropdown-menu {
    margin-top: 0; }

  #advancedSearchForm .col-sm-4:not(:last-of-type) {
    border-right: 1px dotted rgba(102, 110, 117, 0.5); }

  #aboutDescription.collapse {
    display: block; }
    
 #aboutbrowse.collapse {
    display: block;
    }

  #sidebar .panel-heading.collapsed > .panel-title .fa-angle-right {
    display: block; }
  #sidebar .panel-heading.collapsed > .panel-title .fa-angle-down {
    display: none; }

  .view-featured-publications img {
    -webkit-clip-path: polygon(0 0, 150px 0, 150px 150px, 0 150px);
            clip-path: polygon(0 0, 150px 0, 150px 150px, 0 150px); }

  .gpodocresultslevel2 > td {
    padding-left: 40px !important; }

  .gpodocresultslevel3 > td {
    padding-left: 65px !important; }

  .gpodocresultslevel4 > td {
    padding-left: 90px !important; }

  .gpodocresultslevel5 > td {
    padding-left: 115px !important; }

  .gpodocresultslevel6 > td {
    padding-left: 135px !important; }

  .gpodocresultslevel7 > td {
    padding-left: 155px !important; }

  .navbar-nav > li > a.selected:after {
    background: #f26531; } }
@media screen and (min-width: 992px) {
  #sidebar-first.affix {
    width: 23%; } }
@media screen and (min-width: 1200px) {
  #sidebar-first.affix {
    width: 20%; } }
@media (min-width: 768px) {
  #browseLettersRow {
    width: 930px; }

  .navbar-nav .dropdown-menu {
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.175); }
  .navbar-nav > li > a {
    margin: 10px 0 0; }
    .navbar-nav > li > a:hover {
      background-color: transparent; }
      .navbar-nav > li > a:hover:before {
        width: 75%;
        margin-left: 12%;
        background: #f26531;
        -webkit-transition: width .5s ease;
                transition: width .5s ease; }
      .navbar-nav > li > a:hover:after {
        width: 100%;
        background: transparent;
        -webkit-transition: all 0s ease;
                transition: all 0s ease; }
    .navbar-nav > li > a:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 1px;
      width: 0;
      -webkit-transition: width 0s ease, background .5s ease;
              transition: width 0s ease, background .5s ease; }
    .navbar-nav > li > a:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      height: 1px;
      width: 0;
      background: #f26531;
      -webkit-transition: width .5s ease;
              transition: width .5s ease; }

  .navbar-brand {
    margin-left: 0 !important; }

  .col-sm-height {
    display: table-cell;
    float: none !important; }

  .browse-item {
    min-height: 245px;
    padding: 30px 0 10px;
    box-shadow: 3px 3px 0 #adadad;
    -webkit-transition: all .25s ease;
            transition: all .25s ease; }
    .browse-item:hover {
      box-shadow: 1px 1px 0 #adadad;
      -webkit-transform: translate(2px, 2px);
          -ms-transform: translate(2px, 2px);
              transform: translate(2px, 2px); }
    .browse-item > .content {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }

  .item {
    min-height: 245px;
    padding: 30px 0 10px;
    box-shadow: 3px 3px 0 #adadad;
    -webkit-transition: all .25s ease;
            transition: all .25s ease; }
    .item:hover {
      box-shadow: 1px 1px 0 #adadad;
      -webkit-transform: translate(2px, 2px);
          -ms-transform: translate(2px, 2px);
              transform: translate(2px, 2px); }
    .item > .content {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }

  .col-sm-5ths {
    width: 20%;
    float: left; }

  .datepicker.dropdown-menu {
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.175); } }
@media (min-width: 992px) {
  #browseLettersRow {
    width: 970px; }

  .col-md-height {
    display: table-cell;
    float: none !important; }

  .col-md-5ths {
    width: 18%;
    margin: 0 1%; } }
@media (min-width: 1200px) {
  #browseLettersRow {
    width: 1170px; }

  .col-md-5ths {
    width: 18%;
    margin: 0 1%; } }
@media screen and (max-width: 768px) {
  #browseLettersWrapper {
    overflow: scroll; } }
@media (max-width: 768px) {
  #browseLettersRow {
    width: 950px; } }
@media (max-width: 768px) {
  .navbar.navbar-fixed-top {
    padding-top: 3px;
    padding-bottom: 3px;
    top: -1px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-fdsys .nav > li > a {
    padding-left: 14px;
    padding-right: 14px; } }
@media screen and (max-width: 767px) {
  .navbar-brand {
    float: none; }
    .navbar-brand img {
      margin: 0 auto;
      display: inline-block;
      height: auto; }

  .navbar-header {
    text-align: center; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .styled-select:after {
    display: none; } }
@media (max-width: 767px) {
  .nav-tabs > li.active > a {
    border-top: 3px solid #f26531;
    background: #fcfbfb; }

  body {
    padding-top: 46px; }

  #menu-toggler {
    display: inline-block !important; }

  #search-toggler {
    display: inline-block !important; } }
@media screen and (max-width: 750px) {
  .mason-grid.mg-three {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1; } }
@media screen and (min-width: 768px) {
  #title-banner {
    min-height: 97px;
    padding: 0;
    margin-bottom: 20px;
    position: relative; }
    #title-banner #HeaderShareMenu {
      height: 97px; }

  .view-id-featured_publications .views-row {
    margin-bottom: 10px; } }
@media screen and (max-width: 480px) {
  .icon-box {
    background: #003866;
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: .55em;
    font-weight: 200;
    letter-spacing: .05em; }

  #banner #drupal-search .nav-tabs > li a {
    color: white; }
  #banner #drupal-search .nav-tabs > li.active a {
    color: #f26531; }

  .region-feature-section h2 {
    font-size: 28px; }
    .region-feature-section h2:after {
      top: 73px; }

  #search-tabs .nav-tabs {
    margin-top: 8px; }

  .nav-tabs > li a {
    margin-right: 0;
    padding: 10px 4px;
    background: transparent;
    border: transparent;
    font-size: 14px; }
  .nav-tabs > li.active > a {
    background: transparent;
    color: #f26531;
    border: none; }
    .nav-tabs > li.active > a:after {
      content: '';
      width: 100%;
      height: 2px;
      background: #f26531;
      position: absolute;
      left: 0;
      bottom: 8px;
      z-index: 10; }

  .toggle-control a {
    height: auto;
    padding: 10px;
    line-height: 7px; }

  .features-page-row img {
    float: left;
    width: 29%;
    margin-right: 2%;
    display: inline-block; }

  .home-features-page-row img {
    float: left;
    width: 29%;
    margin-right: 2%;
    display: inline-block; } }

/*# sourceMappingURL=style.css.map */

.anchor-target {
    display: block;
    position: relative;
    top: -75px;
    visibility: hidden;
}

.basic-collection-info {
    //padding: 10px 0px;
    background: rgb(235,235,235);
    margin-bottom: 25px;
}

@media ( min-width : 768px) {
    .basic-collection-info>.dashboard {
        position:absolute;
        right: 5%;
        background: rgb(235,235,235);
        padding: 9px 20px;
        margin-top: -35px;
        z-index:10;
        box-shadow:1px 1px 2px #acacae
    }

    .basic-collection-info>.dashboard::before {
        content: '';
        position: absolute;
        left: -15px;
        top: 0px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 15px 15px;
        border-color: transparent transparent #acacae transparent;
    }
}


@media ( min-width : 768px) {
    .collection-info>.dashboard {
        position:absolute;
        right: 5%;
        background: rgb(235,235,235);
        padding: 9px 20px;
        margin-top: -25px;
        z-index:10;
        box-shadow:1px 1px 2px #acacae
    }

    .collection-info>.dashboard::before {
        content: '';
        position: absolute;
        left: -15px;
        top: 0px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 15px 15px;
        border-color: transparent transparent #acacae transparent;
    }
}
