@charset "UTF-8";

/* ----------------------------------------
   Global Box-Sizing and Reset
---------------------------------------- */
footer, #navbar {
	font-family: 'Source Sans Pro',sans-serif;
	margin: 0;
	position: relative;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}	

footer, header, main, nav, div {
    display: block;
}

/* ----------------------------------------
   Container Utility Class
---------------------------------------- */
.tmp-container {
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.tmp-container a {
    text-decoration: none;
    background: transparent;
}

.tmp-container a:-webkit-any-link {
    cursor: pointer;
}

.tmp-container:before, .tmp-container:after {
    content: " ";
    display: table;
}
.tmp-container:after {
    clear: both;
}

/* ----------------------------------------
   Horizontal Rule
---------------------------------------- */
hr {
    width: 100%;
    margin-top: 55px;
    clear: both;
}

@media only screen and (max-width: 490px) {
    hr {
        margin-top: 60px;
    }
}

/* ----------------------------------------
   Header Navigation
---------------------------------------- */
.header-nav {
    background: #00264c;
}

.logo-header img {
	margin-top: 8px;
	margin-bottom: 8px;
    border: 0;
    max-width: 100%;
    height: auto;
}

/* Search Form Styling */
.header-search form {
  float: right;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-search input[type="search"] {
    height: 30px;
    width: 260px;
    margin-top: 18px;
}

.header-search button[type="submit"] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 39px;
    height: 39px;
    margin-top: 21px;
    border: 0;
    background: transparent;
    color: #666;
    padding: 0;
}

/* Input and Button Reset */
input, button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input {
    line-height: normal;
}

/* Normalize Search Input Styles */
input[type="search"]{
    -webkit-appearance:textfield;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance:none
}
/* Navbar Header Float */
.navbar-header {
    float: left;
}

/* ----------------------------------------
   Footer Styles
---------------------------------------- */
footer.footer {
    background: #00264c;
    padding-bottom: 10px;
    width: 100%;
    position: relative;
    border-top: 1px solid #E5E5E5;
}

/* Footer Menu */
.menu.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav:before,
.nav:after {
    content: none;
}

/* Footer DOI Section */
.footer.footer .footer-doi {
	padding-right: 0;
	padding-left: 0;
}

.footer.footer .footer-doi ul.menu li {
    float: left;
    padding-right: 2px;
    padding-left: 5px;
}

.footer.footer .footer-doi ul.menu li:first-of-type {
    padding-left: 0;
}

.footer.footer .footer-doi ul.menu li a {
    padding: 5px 0;
    color: #ffffff;
    font-size: 12px;
    float: left;
}

.footer.footer .footer-doi ul.menu li:after {
    content: "|";
    color: #ffffff;
    padding-top: 5px;
    padding-left: 7px;
    font-size: 12px;
    float: left;
}

.footer.footer .footer-doi ul.menu li:last-child:after {
    content: "";
}

/* Footer Nav Links */
.footer.footer .footer-wrap .menu.nav a {
    padding: 4px 0;
    color: #ffffff;
    font-size: 12px;
}

/* Footer Social Links */
.footer.footer .footer-social-links {
    color: #ffffff;
    font-size: 12px;
    padding-right: 0;
}

.footer.footer .footer-social-links ul {
    float: right;
    margin-top: 0;
}

.footer.footer .footer-social-links ul li {
    float: left;
    height: 24px;
    margin: 0 2px;
    list-style: none;
}

.footer.footer .footer-social-links ul li.follow {
    padding-top: 6px;
    padding-right: 5px;
}

.footer.footer .footer-social-links ul li:last-of-type {
    margin-right: 0;
}

.footer.footer .footer-social-links ul li a i {
    color: #fff;
    font-size: 24px;
}

/* ----------------------------------------
   Font Awesome Integration

    Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
    License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)

    ---------------------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa-wrapper {
    position: relative;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Font Awesome List Icons */
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

/* Social Media Icon Unicode */
.fa-search:before { content: "\f002"; }
.fa-twitter-square:before { content: "\f081"; }
.fa-facebook-square:before { content: "\f082"; }
.fa-github:before { content: "\f09b"; }
.fa-flickr:before { content: "\f16e"; }
.fa-youtube-play:before { content: "\f16a"; }
.fa-instagram:before { content: "\f16d"; }

/* ----------------------------------------
   Accessibility Helpers
---------------------------------------- */
.only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Interactive Role Styling */
[role="button"] {
    cursor: pointer;
}
