/*============================================================
 This CSS is for any styles that are across the entire theme.
==============================================================*/
/*=============================================================================================
 If you are using LESS, you can change the colours used in the bootstrap theme here so that you don't need to edit the CSS templates.
 ============================================================================================ */
/* Colour of the header */
/* Color of footer */
/* Complimentary to the base, used in section backgrounds on the homepage */
/* Color of system name - "Find an expert" */
/* Link colors */
/*=======================================
Homepage colours
=========================================*/
/* The colours of the large icons beneath the search on the homepage */
/* About our data section */
html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  width: 100%;
  font-size: 16px;
  font-family: "frank-new", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  body {
    padding-bottom: 180px;
  }
}
@media only screen and (min-width: 769px) {
  /* For mobile phones: */
  body {
    padding-bottom: 150px;
  }
}
a:hover,
a:focus {
  text-decoration: none;
  color: #1a3b58;
}
/*---------------------------------------------
Styling identity.ftl header
----------------------------------------------*/
/* UNAVCO HEADER ------>  */
#unavco-branding {
  display:block;
  overflow:hidden;
  height: 55px;
  background: #0C202E;
  border-bottom: 2px solid #464646;
}
/* UNAVCO HEADER NAV------>  */
ul#unavco-header-nav {
    float: right;
    list-style: none;
    height: 30px;
    padding-top: 18px;
    margin-right: 13px;
}
ul#unavco-header-nav li {
    float: left;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #464646;
    font-size: .8em;
    height: 11px;
    //font-weight: bold;
    font-family: arial,helvetica,clean,sans-serif;
    color: #fff;
}
ul#unavco-header-nav li:last-child {
/*    padding-left: 1px;
    padding-right: 0; */
    border-right: none;
}

ul#unavco-header-nav a {
    text-decoration:none;
    color: #999;
}
ul#unavco-header-nav a:hover,
ul#unavco-header-nav a:active {
    text-decoration: none;
    color: #C20000;
}
ul#unavco-header-nav a.log-out {
    padding-left: 10px;
}
.vcenter {
  display: flex;
  justify-content: center;
}
.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
#branding > div.header {
  background: #081e3f;
  background-size: cover;
  padding: 0;
}
.row.identity {
  display: flex;
  align-items: center;
  padding:2rem 0 0rem 0;
}
.identity i {
  padding-right: 2em;
  display: table-cell;
  vertical-align: middle;
}
.header img {
  width: 100%;
  max-width: 464px;
}
.header h1 {
  margin: 0;
}
.header h1 a {
  color: #ffffff;
  vertical-align: middle;
  text-decoration: none;
  font-size: 28px;
}
.site-name:hover  {
  text-decoration: underline;
}
.header .visible-xs-block {
  text-align: center;
}
.header .visible-xs-block h1 {
  margin: 0 0 15px 0;
}
#sticky-nav .navbar-header {
  display: none;
}
#sticky-nav .form-control {
  height: 36px;
}
@media (min-width: 768px) {
  #sticky-nav .navbar-form {
    padding-left: 0;
  }
}
.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}

.navbar-nav > li > a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}


/******************************************
Browse page styling across all categories
******************************************/
/* <------ SEARCH RESULTS PAGE*/

.browseTOC {
  text-align:center;
  padding: 3px;
  color: #fff;
  background: #f9c72b;
  margin-bottom: 3em;
}
.browseTOC h4 {
  color: #222;
  padding: .2em 0 .2em 0;
}
.browseTOC ul {
  padding: 0;
  margin-top: 4px;
  margin-bottom: 0;
  text-align: left;
}
.browseTOC ul li a {
  font-size: 14px;
  color: #555;
  display: block;
  width: 100%;
}
.browseTOC ul li:hover {
  background-color:#f7f9f9;
}
.browseTOC ul li:last-child {
  border-bottom: none
}
.browseTOC ul span {
background-color: #072b61;
}
.browseTOC #showMoreLink {
  color: #333333;
  cursor:pointer;
}

.browseTOC #showMoreLink:hover {
  color: #000;
}

.browseTOC #moreLessText {
  display: inline;
}

section#browse-by {
  margin: 2em auto auto auto;
}
section#browse-by nav#side-filters {
 /* margin-bottom: 1.2em; */
}
section#browse-by ul#browse-classes {
  list-style: none;
  padding: 0;
}
section#browse-by nav#alpha-browse-container.panel {
  margin-bottom: 0;
  border-radius: 3px 3px 0 0;
  border-bottom: 0;
}
section#browse-by nav#alpha-browse-container.panel h3.selected-class {
  margin: 0;
  padding: 1em 0;
}
section#browse-by nav#alpha-browse-container.panel ul#alpha-browse-individuals {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: bold;
  font-size: 18px;
}
section#browse-by nav#alpha-browse-container.panel ul#alpha-browse-individuals li {
  display: inline-block;
  margin: auto 0.35em auto auto;
}
section#browse-by nav#alpha-browse-container.panel ul#alpha-browse-individuals li a.selected {
  background: #c9c9c9;
  padding: 2px;
  border-radius: 4px;
}
section#browse-by section#individuals-in-class {
  border: 1px solid #ececec;
  border-width: 0 1px 1px 1px;
  margin-bottom: 1em;
}
section#browse-by section#individuals-in-class .pagination {
  padding: 0.8em 1em;
  border-bottom: 1px solid #c9c9c9;
  /* These two are just to normalize bootstrap css */
  border-radius: 0;
  margin: 0;
  width: 100%;
}
section#browse-by section#individuals-in-class .pagination h3 {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 16px;
}
section#browse-by section#individuals-in-class .pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
section#browse-by section#individuals-in-class .pagination ul li.round {
  display: inline-block;
  padding: 0 0.35em;
  margin: 0;
}
section#browse-by section#individuals-in-class .pagination ul li.round.selected {
  background: #c9c9c9;
  border-radius: 4px;
}
section#browse-by section#individuals-in-class ul {
  padding: 1em 0;
  list-style: none;
}
section#browse-by section#individuals-in-class ul li.individual {
  margin: 1.2em;
}
section#browse-by section#individuals-in-class ul li.individual h4 {
  font-size: 18px;
  display: inline;
}
/********************************************************
Styling for the RDF pages of data categories
*********************************************************/
section.individualList ul.pagination li,
section.individualList ul.pagination li.selectedNavPage {
  display: inline-block;
  vertical-align: middle;
}
section.individualList ul.pagination li a,
section.individualList ul.pagination li.selectedNavPage a {
  border-radius: 4px;
}
section.individualList ul.pagination li.selectedNavPage {
  padding: 6px 12px;
  background: #ececec;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
}
section.individualList ul {
  list-style: none;
  padding: 0;
}
section.individualList ul li {
  padding: 3px 0;
}
/********************************************************
These are helper classes to add margin gaps where needed
*********************************************************/
.gap20 {
  margin-top: 20px;
}
.gap30 {
  margin-top: 30px;
}
.gap40 {
  margin-top: 40px;
}
.gap50 {
  margin-top: 50px;
}
/***********************************
// Beginning of footer styling //
***********************************/
.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 35px 30px 36px;
  border-top: 1px solid #000000;
  background-color: #081e3f;
  text-align: center;
}
.footer #footer-nav {
  display: inline-block;
  margin: auto auto 25px  auto;
  list-style: none;
}
.footer #footer-nav li {
  display: inline-block;
  margin-right: 2em;
}
.footer #footer-nav li a {
  color: #ececec;
  transition: all 0.7s;
}
.footer #footer-nav li a:hover {
  text-decoration: underline;
}
.footer #footer-nav li a.symplectic-contact:hover {
  color: white;
  box-shadow: 0px 0px 10px 10px #dd3333;
  border-radius: 3px;
  background: #dd3333;
  transition: all 0.7s ease;
  text-decoration: none;
}
.footer #social-block {
  margin: auto auto 25px auto;
}
.footer #social-block a {
  margin: auto 10px auto auto;
}
.footer p.copyright {
  color: #F8C93E;
  font-size: 0.9em;
  margin: 1em auto auto auto;
}
.footer p.copyright a {
  color: #F8C93E;
  font-weight: bold;
}
.footer-logo {
  margin-bottom: 10px;
}
/* ------------------------------------------------->  */
/* SITE ADMIN DASHBOARD ---------------------------->  */
/* ------------------------------------------------->  */
#adminDashboard .pageBodyGroup {
  padding: 0 1em .5em 1em;
}
#adminDashboard .pageBodyGroup h3 {
  background-color: #fff;
  border-bottom: 1px dotted #AFB2B2;
  font-weight: bold;
  padding: .625em;
  color: #064D68;
  margin-bottom: .625em;
}
#adminDashboard .pageBodyGroup ul {
  margin: 0 0 1em .6em;
}
#adminDashboard .pageBodyGroup h4 {
  color: #5E6363;
  font-size: 1em;
  margin-left: .6em;
  font-weight: bold;
}
#adminDashboard .pageBodyGroup h4 a {
  color: #5E6363;
  font-size: 1em;
  margin-left: 0;
  font-weight: bold;
}

table.form-background td {
    padding-left: 1em;
    padding-right: 1em;
}
table.form-background td form {
    padding : 0.2em;
}

.footer #footer-nav .dropdown-menu li a {
      color: #000;
}

.footer #footer-nav .dropdown-menu li {
      color: #000;
      margin-right: 0px;
      display: list-item;
}

.verticalfieldlabel {
  background-color: #DEDEDF;
  line-height: 1.5em ;
  font-size: 11pt ;
  font-style: normal ;
}

.editingForm td {
  font-size: 11pt ;
  padding: 3px;
}
.navbar-default .navbar-collapse {
  margin: 0px;
}
@media (min-width: 768px) {
.navbar-inverse .navbar-collapse {
  padding-left: 0;
}}

.global-header {
    background: white;
    position: static;
    height: 48px
}

@media (min-width: 1025px) {
    .global-header {
        height:32px
    }
}

.global-header .row,.global-header .columns {
    height: 100%
}

.global-header a {
    color: #081E3f
}

.global-header a span {
    font-weight: bold;
    font-size: 0.77em
}

.global-header a:hover,.global-header a:active,.global-header a:focus,.global-header a:visited {
    color: #081E3f
}

.global-header .small-1 {
    padding-left: 0
}

.global-header #menu,.global-header #search {
    display: block;
    min-width: 50px;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease
}

.global-header #menu:hover,.global-header #search:hover {
    background: #f1f1f1!important
}

.global-header #search,.global-header #menu,.global-header #portals {
    text-align: center
}

.global-header #search i,.global-header #search .fa,.global-header #menu i,.global-header #menu .fa,.global-header #portals i,.global-header #portals .fa {
    padding-top: 3px;
    font-size: 18px;
    display: block!important;
    margin: 0
}

@media (min-width: 1025px) {
    .global-header #search i,.global-header #search .fa,.global-header #menu i,.global-header #menu .fa,.global-header #portals i,.global-header #portals .fa {
        font-size:13px;
        display: inline!important
    }
}

.global-header #search span,.global-header #menu span,.global-header #portals span {
    display: block!important;
    font-weight: normal;
    text-transform: uppercase
}

@media (min-width: 1025px) {
    .global-header #search span,.global-header #menu span,.global-header #portals span {
        margin-top:0;
        margin-left: 5px;
        font-weight: bold;
        padding-top: 1px;
        display: inline!important
    }
}

.global-header .fiu {
    padding-right: 0;
    display: table;
    height: 100%
}

.global-header .fiu .logo {
    height: 30px
}

.global-header .fiu a {
    color: #081E3f;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.7em
}

@media (min-width: 1025px) {
    .global-header .fiu a {
        font-size:0.9em
    }
}

.global-header .global-tools {
    margin-right: -15px
}

@media (min-width: 1025px) {
    .global-header .global-tools {
        margin-right:0
    }
}

.global-header .global-tools a {
    padding: 5px 5px 4px;
    height: 48px;
    display: inline-block!important
}

@media (min-width: 1025px) {
    .global-header .global-tools a {
        padding:5px 5px 6px;
        height: 32px
    }
}

.global-header .small-7.large-4 {
    max-width: 130px
}

@media (min-width: 1025px) {
    .global-header .small-7.large-4 {
        max-width:230px
    }
}

.global-header .small-7.large-4 .global-nav-wrapper,.global-header .small-7.large-4 .global-tools {
    float: left
}

@media (min-width: 1025px) {
    .global-header .small-7.large-4 #menu {
        display:none!important
    }
}

.global-header .global-nav-wrapper {
    height: 100%;
    text-align: right;
    padding-left: 0;
    padding-right: 0;
    display: none
}

@media (min-width: 1025px) {
    .global-header .global-nav-wrapper {
        display:block
    }
}

.global-header .global-nav-wrapper div {
    display: inline-block
}

.global-header .global-nav-wrapper div>a {
    color: #081E3f;
    text-decoration: none;
    border: none!important;
    line-height: 1em
}

.global-header .global-nav-wrapper .global-nav {
    height: 100%;
    display: block;
    background: transparent!important;
    line-height: 1em;
    width: 100%
}

.global-header .global-nav-wrapper .global-nav .top-bar-section>ul>li {
    background: transparent!important;
    height: 100%;
    display: inline-block
}

.global-header .global-nav-wrapper .global-nav .top-bar-section>ul>li.has-dropdown {
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease
}

.global-header .global-nav-wrapper .global-nav .top-bar-section>ul>li.has-dropdown>a {
    height: 32px;
    padding: 9px 20px 10px 5px!important
}

@media (min-width: 1025px) {
    .global-header .global-nav-wrapper .global-nav .top-bar-section>ul>li.has-dropdown>a {
        padding:9px 20px 10px 10px!important
    }
}

.global-header .global-nav-wrapper .global-nav .top-bar-section>ul>li.has-dropdown:hover {
    background: #f1f1f1!important
}

.global-header .global-nav-wrapper .global-nav .top-bar-section>ul>li.has-dropdown.open .dropdown {
    display: block!important;
    position: static!important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute!important
}

.global-header .global-nav-wrapper .global-nav .top-bar-section>ul>li .dropdown {
    display: none;
    background: #f1f1f1
}

.global-header .global-nav-wrapper .global-nav .top-bar-section>ul>li .dropdown a {
    font-size: 0.8em;
    border: none!important;
    line-height: 2.5rem!important;
    text-align: left;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease
}

.global-header .global-nav-wrapper .global-nav .top-bar-section>ul>li .dropdown a:hover {
    background: #e4e4e4!important
}

.global-header .global-nav-wrapper .global-nav .top-bar-section>ul>li .dropdown * {
    background: transparent!important
}

.global-header .global-nav-wrapper .global-nav .top-bar-section>ul>li>a {
    line-height: 1em!important;
    background: transparent!important;
    color: #081E3f!important;
    border: none!important;
    padding: 7px 8px!important;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease
}

@media (min-width: 1025px) {
    .global-header .global-nav-wrapper .global-nav .top-bar-section>ul>li>a {
        padding:9px 8px!important
    }
}

.global-header .global-nav-wrapper .global-nav .top-bar-section>ul>li>a:after {
    top: 50%;
    margin: -3px 5px 0 0;
    border-color: #081e3f transparent transparent transparent
}

.global-header .global-nav-wrapper .global-nav .top-bar-section>ul>li>a:hover {
    background: #f1f1f1!important
}

#developerPanelClickMe {
  margin: 0;
  font-weight: 400;
}

#developerPanelBody label {
  font-weight: 400;
}

div.developer div.developer-container {
	border: thin groove black;
	padding: 3px 10px 3px 10px;
	margin: 3px 0px 3px 0px;
}

div.developer .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #000;
    text-decoration: none;
}

.btn-blue {
  background: #081E3F;
  color: white;
}
.btn-gold {
  background: #FFCC00;
  color: #081E3F;
}
.hamburger-search {
  margin: 1em;
}

.identity-top {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.identity-top span {
    font-weight: bold;
    font-size: 1.35rem !important;

}

.edit-link {
  display: flex;
  justify-content: right;
}

@media (min-width: 1025px) {
.logo-tools-wrapper span {
    display: inline;
}
}
.identity-top a {
    /* color: white; */
    font-size: 0.9em;
    color: #081E3f;
}
.header-logo img {
    display: inline-block;
    max-height: 30px;
    width: 65px;
    margin-right: 1rem;

}
.main-header {
  background: #f2f2f2;
}
.header-grid-logo a {
  color: #fff;
}
.header-grid-logo h1 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  font-family: "frank-new","new-frank",Helvetica,Arial,sans-serif;
  border: none;
  text-decoration: none;
  display: inline-block;
}
.edit-profile-link a {
  color: #fff;
}
.edit-profile-link a:hover {
  color: #ffcb00;
}
