/*!
Theme Name: bmcr_2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bmcr_2
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

bmcr_2 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* theme colors */
/* theme neutrals: blacks, whites, greys 
* they are listed here in the order they are listed in the style guide	
*/
/* underscores colors */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:300,400,400i,700|Noto+Serif:400,400i,700&subset=greek,greek-ext,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Rubik:400,500");
/* theme typography */
/* underscores typography */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Noto Sans", sans-serif;
  color: #707070; }

h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 54px; }
  h1.entry-title {
    margin: 0 0 10px; }
  @media (max-width: 767px) {
    h1 {
      font-size: 36px;
      line-height: 42px; } }

h2 {
  font-size: 36px;
  line-height: 46px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 30px;
      line-height: 36px; } }

h3 {
  font-size: 32px;
  line-height: 38px;
  font-style: italic; }
  @media (max-width: 767px) {
    h3 {
      font-size: 27px;
      line-height: 30px; } }

h4 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700; }
  @media (max-width: 767px) {
    h4 {
      font-size: 21px;
      line-height: 24px; } }

h5 {
  line-height: 26px;
  line-height: 34px; }
  @media (max-width: 767px) {
    h5 {
      font-size: 21px;
      line-height: 24px; } }

/* no h6 */
p,
div[type="text"],
div[type="notes"] {
  font-family: "Noto Serif", serif;
  font-size: 20px;
  line-height: 34px;
  color: #4D4D4D; }
  @media (max-width: 767px) {
    p,
    div[type="text"],
    div[type="notes"] {
      font-size: 18px;
      line-height: 27px; } }

dfn, cite, em, i, emph[rend="italic"] {
  font-style: italic; }

blockquote {
  background-color: #FFFFFF;
  padding: 30px;
  border-left: 7px solid #F3B720;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.04);
  font-size: 24px;
  color: #707070; }
  @media (max-width: 767px) {
    blockquote {
      font-size: 21px; } }

address {
  font-family: "Noto Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  color: #FCFCFC; }
  address a {
    color: #FCFCFC;
    font-weight: 300;
    text-decoration: none;
    border-bottom: 1px solid rgba(250, 250, 250, 0.3);
    padding-bottom: 1px; }
    address a:hover {
      text-decoration: none; }

pre {
  background: #FFFFFF;
  font-family: "Noto Serif", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: "Noto Serif", serif; }

abbr, acronym {
  border-bottom: 1px dotted #F3B720;
  cursor: help; }

mark, ins {
  background: #FFFFFF;
  text-decoration: none; }

small {
  font-family: "Noto Sans", sans-serif; }

big {
  font-size: 125%; }

.slash {
  color: #707070; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #FAFAFA;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #03335F;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

article {
  margin-bottom: 80px; }

ul, ol {
  padding-inline-start: 0px; }

ul {
  list-style: none; }

ol {
  list-style: none;
  counter-reset: my-awesome-counter; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

/* replace black dot with solid yellow circle */
ul li:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #F3B720; }

ol li {
  counter-increment: my-awesome-counter; }

ol li:before {
  content: counter(my-awesome-counter);
  color: navy;
  font-weight: bold;
  font-family: "Rubik", sans-serif;
  font-size: 24px; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* in an ideal world, button is a mixin and you just have to define the color */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn,
.btn-primary,
.btn-secondary,
a[rel="tag"],
.btn-success,
.btn-danger {
  padding: 0.6em 0.88em;
  border: none;
  border-left: 0.2em solid #03335F;
  border-color: none;
  border-radius: 0px;
  background: linear-gradient(to right, #03335F 50%, #FFFFFF 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.04);
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
  color: #707070 !important;
  /* important needed here to override other styles */ }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  .btn:hover,
  .btn-primary:hover,
  .btn-secondary:hover,
  a[rel="tag"]:hover,
  .btn-success:hover,
  .btn-danger:hover {
    background-position: left bottom;
    color: #FFFFFF !important;
    /* important needed here to override $grey4 */ }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  .btn:active,
  .btn:focus,
  .btn-primary:active,
  .btn-secondary:active,
  a[rel="tag"]:active,
  .btn-success:active,
  .btn-danger:active,
  .btn-primary:focus,
  .btn-secondary:focus,
  a[rel="tag"]:focus,
  .btn-success:focus,
  .btn-danger:focus {
    border-color: #aaa #bbb #bbb; }
  button.close,
  input[type="button"].close,
  input[type="reset"].close,
  input[type="submit"].close,
  .btn.close,
  .btn-primary.close,
  .close.btn-secondary,
  a.close[rel="tag"],
  .close.btn-success,
  .close.btn-danger {
    background: none;
    box-shadow: none; }
    button.close:hover,
    input[type="button"].close:hover,
    input[type="reset"].close:hover,
    input[type="submit"].close:hover,
    .btn.close:hover,
    .btn-primary.close:hover,
    .close.btn-secondary:hover,
    a.close[rel="tag"]:hover,
    .close.btn-success:hover,
    .close.btn-danger:hover {
      color: #575757 !important; }
  @media (max-width: 991px) {
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .btn,
    .btn-primary,
    .btn-secondary,
    a[rel="tag"],
    .btn-success,
    .btn-danger {
      display: block; } }

.btn-secondary, a[rel="tag"] {
  border-left: 0.2em solid #F3B720;
  background: linear-gradient(to right, #F3B720 50%, #FFFFFF 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.04); }
  .btn-secondary:hover, a[rel="tag"]:hover {
    border-left: 0.2em solid #F3B720; }

.btn-success {
  border-left: 0.2em solid #65AF57;
  background: linear-gradient(to right, #65AF57 50%, #FFFFFF 50%); }

.btn-danger {
  border-left: 0.2em solid #CB4534;
  background: linear-gradient(to right, #CB4534 50%, #FFFFFF 50%); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #7F7F7F;
  border: none;
  border-radius: 0px;
  padding: 30px;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.04); }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    box-shadow: 6px 6px 7px rgba(0, 0, 0, 0.08); }
  @media (max-width: 767px) {
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="range"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"],
    textarea {
      font-size: 18px;
      padding: 20px; } }

select {
  height: 90px !important;
  color: #7F7F7F;
  border: none;
  border-radius: 0px;
  padding: 30px;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.04);
  background: white;
  text-indent: 30px;
  font-style: italic; }
  @media (max-width: 767px) {
    select {
      text-indent: 0;
      height: 67px !important;
      font-size: 18px; } }

.select-wrapper {
  position: relative; }
  .select-wrapper .nf-field-element:after {
    content: '\003e';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 90px;
    background: #03335F;
    width: 90px;
    padding: 25px;
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    pointer-events: none; }
    @media (max-width: 767px) {
      .select-wrapper .nf-field-element:after {
        height: 67px;
        width: 67px;
        font-family: 27px; } }

textarea {
  width: 100%; }

::placeholder {
  color: #4D4D4D;
  font-family: "Noto Sans", sans-serif;
  font-style: italic; }

.form-control.header-search {
  font-size: 16px;
  padding: 7px 20px; }

.header-search {
  flex-direction: column;
  justify-content: flex-end; }

a.search-link p {
  font-size: 14px;
  font-weight: normal;
  border-bottom: none;
  color: grey;
  margin-bottom: 0px; }

/* styling related to Ninja Forms related classes, ids, els, etc. */
.nf-form-cont {
  font-family: "Noto Sans", sans-serif; }

.nf-field-label label {
  color: #5D5D5D;
  font-weight: 400 !important;
  font-size: 24px; }
  @media (max-width: 767px) {
    .nf-field-label label {
      font-size: 18px; } }

.nf-form-fields-required {
  margin-bottom: 25px; }

.nf-error-msg, .ninja-forms-req-symbol {
  color: #CB4534 !important; }

/* do not display application status */
#nf-field-16-wrap {
  display: none; }

@media (max-width: 767px) {
  .submit-container input.btn-lg {
    width: 100% !important; } }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: initial; }
  a:visited {
    color: initial;
    transition: all 0.5s ease-in-out; }
  a:hover, a:focus, a:active {
    color: #03335F;
    text-decoration: none; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

a > p {
  color: #03335F;
  text-decoration: none;
  border-bottom: 1px solid #F3B720;
  font-weight: 700; }
  a > p:hover {
    text-decoration: none;
    border-color: #f8d681; }

/* links that are styled as buttons */
a.btn:hover, a.btn:focus, a.btn:active,
a.btn-primary:hover,
a.btn-secondary:hover,
a[rel="tag"]:hover,
a.btn-success:hover,
a.btn-danger:hover,
a.btn-primary:focus,
a.btn-secondary:focus,
a[rel="tag"]:focus,
a.btn-success:focus,
a.btn-danger:focus,
a.btn-primary:active,
a.btn-secondary:active,
a[rel="tag"]:active,
a.btn-success:active,
a.btn-danger:active,
a.btn-secondary:hover,
a[rel="tag"]:hover,
a.btn-secondary:focus,
a[rel="tag"]:focus,
a.btn-secondary:active,
a[rel="tag"]:active {
  opacity: 1; }

.apply-link {
  position: absolute;
  bottom: 28px;
  right: 21px; }
  @media (max-width: 991px) {
    .apply-link {
      position: relative;
      bottom: 0;
      right: 0;
      margin-top: 10px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .apply-link {
      top: 30px;
      bottom: auto; } }

@media print {
  .pagination {
    display: none; } }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.navbar {
  display: block;
  padding-bottom: 0px;
  background: #FFFFFF;
  box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.04); }
  @media (max-width: 991px) {
    .navbar {
      height: 80px; } }

@media (min-width: 992px) {
  .brand-wrapper,
  .nav-wrapper {
    padding: 0px; } }

.nav-wrapper {
  display: flex; }
  @media (max-width: 991px) {
    .nav-wrapper {
      min-height: 0; } }

.brand-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #03335F; }
  @media (max-width: 991px) {
    .brand-wrapper {
      border: none; }
      .brand-wrapper form {
        display: none; } }
  @media print {
    .brand-wrapper form {
      display: none; } }

.site-title {
  color: #707070;
  font-family: "Noto Serif", serif;
  font-size: 32px;
  line-height: 43px;
  font-weight: 400; }

/*
#menu-menu-1.navbar-nav li{
	&:first-child {
		margin-right: 20px;
	}
}
*/
.navbar-nav {
  height: 47px;
  font-size: 20px;
  line-height: 32px; }
  .navbar-nav li > a {
    position: relative;
    top: 11px;
    padding: 0 !important;
    margin-right: 40px;
    line-height: 22px; }
    .navbar-nav li > a:hover {
      color: #03335F; }

.nav-item a {
  color: #868686; }
  .nav-item a:after {
    content: "";
    border-bottom: 1px solid #03335F;
    position: absolute;
    margin-right: 0px;
    left: 50%;
    height: 2px;
    background: transparent;
    width: 0%;
    bottom: 0px;
    transition: width 0.5s ease, left 0.5s ease; }
  .nav-item a:hover {
    color: #03335F;
    opacity: 1; }
    .nav-item a:hover:after {
      right: 0;
      height: 2px;
      width: 100%;
      left: 0; }
.nav-item:hover {
  color: #03335F; }

.nav-link-wrapper {
  margin: 0px; }

.dropdown-menu {
  padding: 0px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 5px solid #03335F;
  border-radius: 0px; }

.dropdown-toggle::after {
  border: none;
  margin-left: 0px; }

.dropdown {
  padding: 0px 0px 0px 10px;
  border-left: 5px solid transparent; }

.dropdown.show {
  border-left: 5px solid #03335F; }
  .dropdown.show .dropdown-toggle {
    color: #03335F;
    opacity: 1; }

.dropdown-item {
  padding: 11px 18px; }
  .dropdown-item:hover {
    background-color: rgba(140, 140, 140, 0.2);
    color: #03335F;
    opacity: 1; }

.navbar-expand-lg .navbar-nav .dropdown-menu {
  left: -5px;
  top: 38px;
  background-color: #FCFCFC;
  box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.15); }
  .navbar-expand-lg .navbar-nav .dropdown-menu li > a {
    position: initial;
    top: initial;
    padding: 10px !important; }
    .navbar-expand-lg .navbar-nav .dropdown-menu li > a:hover:after {
      width: 0%; }

.navbar-nav.nav-right > li > a {
  margin: 0; }

.login-wrapper {
  background: #03335F; }
  @media print {
    .login-wrapper {
      display: none; } }
  @media (max-width: 991px) {
    .login-wrapper {
      display: none; } }
  .login-wrapper .col-sm-10 {
    height: 47px;
    display: flex;
    justify-content: flex-end; }
  .login-wrapper p {
    margin: 0;
    position: relative;
    top: 5px; }
    .login-wrapper p a {
      font-family: "Noto Sans", sans-serif;
      color: #FFFFFF;
      border-bottom: 1px solid white; }

@media (max-width: 991px) {
  .navbar-brand-lg {
    display: none; } }
@media print {
  .navbar-brand-lg {
    display: none; } }

.navbar-brand-sm {
  padding: 10px 0px; }
  @media (min-width: 992px) {
    .navbar-brand-sm {
      display: none; } }
  @media print {
    .navbar-brand-sm {
      display: block;
      padding: 0;
      margin-bottom: 30px; }
      .navbar-brand-sm * {
        text-decoration: none; } }
  .navbar-brand-sm .site-title {
    margin: 0px;
    line-height: 24px; }
  .navbar-brand-sm small {
    font-size: 70%; }

@media print {
  .mobile-nav-menu {
    display: none; } }
@media (max-width: 991px) {
  .mobile-nav-menu {
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -2px; }
    .mobile-nav-menu .nav-wrapper {
      background: #FAFAFA;
      z-index: 9; }
      .mobile-nav-menu .nav-wrapper .navbar-nav {
        height: auto;
        padding-bottom: 10px; }
        .mobile-nav-menu .nav-wrapper .navbar-nav > li {
          border: none;
          line-height: 1.6;
          padding: 0; }
          .mobile-nav-menu .nav-wrapper .navbar-nav > li a {
            top: 0;
            padding: 6px 0 !important;
            margin: 0;
            line-height: 1.6; }
          .mobile-nav-menu .nav-wrapper .navbar-nav > li .dropdown-menu {
            left: 0;
            top: 0;
            background: none;
            box-shadow: none;
            display: block;
            padding: 0 0 0 15px;
            border-left: none; } }

@media (max-width: 991px) {
  .navbar-toggler {
    border: none;
    background: none;
    width: 60px;
    height: 60px;
    position: relative;
    box-shadow: none;
    top: 5px; }
    .navbar-toggler .navbar-toggler-icon {
      width: 30px;
      height: 3px;
      background: gray;
      margin: 4px 0;
      position: absolute;
      transition: 0.5s all; }
      .navbar-toggler .navbar-toggler-icon:nth-child(1) {
        transform: rotate(-45deg);
        top: 20px; }
      .navbar-toggler .navbar-toggler-icon:nth-child(2) {
        opacity: 0; }
      .navbar-toggler .navbar-toggler-icon:nth-child(3) {
        transform: rotate(45deg);
        top: 20px; }
    .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(1) {
      transform: rotate(0);
      top: 10px; }
    .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(2) {
      opacity: 1;
      top: 18px; }
    .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(3) {
      transform: rotate(0);
      top: 26px; } }

@media (min-width: 992px) {
  #menu-item-1324 {
    display: none; } }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.entry-content,
.entry-header,
.page-header,
#rel-pubs,
#responses,
#comments-wrapper {
  margin-top: 40px; }

#responses, #rel-pubs {
  border-top: 1px solid #03335F;
  padding: 40px 0 0; }

#responses + #rel-pubs {
  border-top: none;
  padding: 0; }

#main {
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    #main > div:not(.jumbotron) {
      padding-left: 20px;
      padding-right: 20px; } }

.entry-citation {
  margin: 0px;
  font-family: "Noto Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 21px;
  color: #5D5D5D;
  text-decoration: none; }
  @media (max-width: 767px) {
    .entry-citation {
      font-size: 18px; } }
  .entry-citation p {
    font-family: "Noto Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 21px;
    color: #5D5D5D;
    text-decoration: none; }
    @media (max-width: 767px) {
      .entry-citation p {
        font-size: 18px; } }

.entry-links {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }

.response-entry-links {
  margin-top: 20px; }

.responses-anchor p {
  margin: 0px;
  line-height: 1.1; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* front-page */
.recent-posts {
  padding: 40px 0px 0; }

.post-list-wrapper {
  padding-top: 20px; }

.tag-wrapper {
  margin: 20px 0px; }
  .tag-wrapper li {
    display: inline-block;
    margin-left: 20px; }
    .tag-wrapper li:first-child {
      margin-left: 0px; }

.responses-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .responses-header a {
    display: block;
    margin-left: 20px; }
    .responses-header a p {
      margin: 0px;
      line-height: 1; }
      @media (max-width: 991px) {
        .responses-header a p {
          font-size: 16px; } }

.page-header-wrapper {
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    .page-header-wrapper .page-header-filters {
      display: none; } }
  .page-header-wrapper ul {
    display: flex;
    margin: 0px 0px 0px 20px; }
  .page-header-wrapper div {
    display: flex;
    margin: 0px 0px 0px 20px; }
    .page-header-wrapper div a {
      margin-left: 20px; }
      .page-header-wrapper div a p {
        margin: 0;
        line-height: 1; }

.card {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #03335F;
  border-radius: 0px;
  margin-bottom: 20px;
  padding: 0 1rem 20px; }
  .card ul {
    margin-bottom: 0;
    display: flex; }
    .card ul li {
      margin-right: 20px;
      font-size: 20px;
      font-family: "Noto Sans", sans-serif; }
      @media (max-width: 767px) {
        .card ul li {
          font-size: 18px; } }
      .card ul li a {
        color: #707070; }
    .card ul.list-alpha {
      display: block; }
      .card ul.list-alpha li {
        padding: 0 5px;
        text-transform: uppercase; }

div[type="notes"] label,
div[type="notes"] br {
  display: none; }

note {
  padding-left: 40px;
  display: block; }
  @media (max-width: 767px) {
    note {
      padding-left: 0;
      padding-bottom: 10px; } }
  note a {
    font-weight: 700;
    color: #03335F; }
    note a:hover, note a:active, note a:visited, note a:focus {
      color: #03335F; }

.entry-content {
  font-family: "Noto Serif", serif;
  font-size: 20px;
  line-height: 32px;
  color: #4D4D4D; }
  @media (max-width: 767px) {
    .entry-content {
      font-size: 18px; } }
  .entry-content a {
    border-bottom: 2px solid #F3B720; }

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
#searchform {
  margin: 40px 0; }
  #searchform label {
    display: none; }
  #searchform input[type="text"] {
    padding: 30px;
    padding-left: 70px;
    width: 100%;
    font-size: 27px;
    color: #3E3E3E; }
  #searchform input[type="submit"] {
    display: none; }
  #searchform:before {
    content: '\1F50D';
    display: block;
    position: absolute;
    font-size: 1.6rem;
    margin-top: 35px;
    left: 40px; }

#searchform2 {
  margin: 100px 0; }
  #searchform2 .search {
    display: flex;
    flex-direction: row; }
    #searchform2 .search label {
      display: none; }
    #searchform2 .search input[type="text"] {
      padding: 16px;
      width: 100%;
      font-size: 27px;
      color: #3E3E3E; }
    #searchform2 .search input[type="image"] {
      flex: 1 0 61px;
      width: 100%; }
    #searchform2 .search input[type="submit"] {
      display: none; }
  #searchform2 .row {
    margin-bottom: 40px; }
  #searchform2 .search-instructions {
    text-align: center;
    margin-top: 100px; }
  #searchform2 label {
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
    color: #3E3E3E; }
  #searchform2 select {
    -webkit-appearance: none;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    height: auto !important;
    text-indent: 0px; }
  #searchform2 input {
    padding: 0px;
    margin: 0px; }
  #searchform2 .assistive-text {
    display: none; }
  #searchform2 #s[type="text"] {
    width: 100%;
    font-size: 23px;
    color: #3E3E3E;
    flex: 100; }
  #searchform2 input[type="submit"] {
    display: none; }
  #searchform2 .daterange {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    #searchform2 .daterange .ui-datepicker-trigger {
      display: none; }
    #searchform2 .daterange div {
      width: 45%; }
  #searchform2 #datepickerfrom, #searchform2 #datepickerto {
    width: 100%;
    padding: 10px;
    height: auto !important;
    font-size: 16px;
    color: #3E3E3E; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments-wrapper {
  border-top: 1px solid #03335F;
  padding: 40px 0 0; }
  @media print {
    #comments-wrapper {
      display: none; } }
  #comments-wrapper .comments-title {
    display: none; }
  #comments-wrapper .comment-list .comment-body {
    margin-bottom: 20px;
    padding: 20px;
    background: white;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.04); }
    #comments-wrapper .comment-list .comment-body .comment-metadata,
    #comments-wrapper .comment-list .comment-body .comment-author {
      font-family: "Noto Sans", sans-serif;
      font-size: 16px;
      display: inline-block; }
    #comments-wrapper .comment-list .comment-body .comment-metadata {
      float: right; }
      @media (max-width: 767px) {
        #comments-wrapper .comment-list .comment-body .comment-metadata {
          float: none; } }
    #comments-wrapper .comment-list .comment-body .comment-meta {
      background: transparent;
      color: #707070;
      padding: 0; }
      #comments-wrapper .comment-list .comment-body .comment-meta .edit-link > a {
        text-decoration: underline;
        font-weight: 700; }
    #comments-wrapper .comment-list .comment-body .comment-content {
      margin-top: 10px; }
      #comments-wrapper .comment-list .comment-body .comment-content p:last-of-type {
        margin-bottom: 0; }
    #comments-wrapper .comment-list .comment-body .reply {
      display: none; }
  #comments-wrapper form label {
    display: block; }
  #comments-wrapper form input[type="text"],
  #comments-wrapper form input[type="url"],
  #comments-wrapper form input[type="email"],
  #comments-wrapper form textarea {
    width: 100%; }
  #comments-wrapper form input[type="checkbox"] + label {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    font-style: italic; }
  #comments-wrapper form .form-submit {
    text-align: center; }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer {
  padding: 34px 0px;
  background-color: #03335F;
  color: #FFFFFF; }
  @media print {
    footer {
      display: none; } }
  footer h4 {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 27px;
    -webkit-font-smoothing: antialiased; }
    @media (max-width: 767px) {
      footer h4 {
        font-size: 16px; } }
  footer h6 {
    color: #FFFFFF;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased; }
    @media (max-width: 767px) {
      footer h6 {
        font-size: 16px; } }
  footer address,
  footer small {
    font-size: 16px;
    -webkit-font-smoothing: antialiased; }
    @media (max-width: 767px) {
      footer address,
      footer small {
        font-size: 14px; } }

@media (max-width: 480px) {
  .newsletter-wrapper {
    text-align: center; } }
.newsletter-wrapper small {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  font-style: italic; }
  @media (max-width: 767px) {
    .newsletter-wrapper small {
      display: none; } }
@media (max-width: 767px) {
  .newsletter-wrapper a {
    font-size: 14px; } }
@media (max-width: 480px) {
  .newsletter-wrapper a {
    margin-bottom: 15px; } }

#address-line,
#footer-email {
  color: #FCFCFC; }
  @media (max-width: 480px) {
    #address-line,
    #footer-email {
      text-align: center; } }

#footer-email {
  border-bottom: 1px solid rgba(250, 250, 250, 0.3);
  padding-bottom: 1px;
  padding-right: 3px; }
  #footer-email:hover {
    text-decoration: none; }

@media (max-width: 480px) {
  .site-info {
    text-align: center; } }

.social {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }
  @media (max-width: 480px) {
    .social {
      margin-top: 15px; } }

/*--------------------------------------------------------------
## References
--------------------------------------------------------------*/
.ref-wrapper {
  display: block;
  padding: 17px 21px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.04);
  transition: all 0.1s ease-in-out; }
  .ref-wrapper:hover {
    text-decoration: none;
    opacity: 1;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
    transform: scale(1.01, 1.01); }
  @media print {
    .ref-wrapper {
      padding: 0; } }

.ref-id {
  font-family: "Noto Serif", serif;
  -webkit-font-smoothing: antialiased;
  font-style: italic;
  font-size: 14px;
  color: #B4B4B4;
  text-decoration: none;
  border-bottom: none; }

.ref-title {
  margin: 0px;
  font-family: "Noto Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
  color: #5D5D5D;
  text-decoration: none;
  border-bottom: none; }

.ref-author {
  margin: 0px;
  font-family: "Noto Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 400;
  color: #7F7F7F;
  text-decoration: none;
  border-bottom: none; }

.ref-details {
  margin: 0px;
  font-family: "Noto Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #7F7F7F;
  text-decoration: none;
  border-bottom: none; }

.ref-status-pitch {
  position: relative; }
  .ref-status-pitch:hover {
    opacity: 1; }
  .ref-status-pitch .ref-title,
  .ref-status-pitch .ref-details {
    max-width: 70%; }

.ref-excerpt {
  margin: 0px;
  font-family: "Noto Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #7F7F7F;
  text-decoration: none;
  border-bottom: none; }

/*--------------------------------------------------------------
## Jumbotron
--------------------------------------------------------------*/
.jumbotron {
  background-color: #8C8C8C; }
  @media print {
    .jumbotron {
      padding: 0; } }
  @media (max-width: 767px) {
    .jumbotron {
      padding: 20px 20px 40px; } }
  .jumbotron h2, .jumbotron p {
    color: #FFFFFF; }
    @media print {
      .jumbotron h2, .jumbotron p {
        color: black; } }
  .jumbotron p {
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
    line-height: 35px; }
    @media (max-width: 767px) {
      .jumbotron p {
        font-size: 18px; } }
    @media print {
      .jumbotron p {
        color: black; } }
  @media print {
    .jumbotron .btn {
      display: none; } }
  .jumbotron .btn-secondary, .jumbotron a[rel="tag"] {
    margin-left: 25px; }
    @media (max-width: 991px) {
      .jumbotron .btn-secondary, .jumbotron a[rel="tag"] {
        margin-left: 0;
        margin-top: 10px; } }

/*--------------------------------------------------------------
## Entry meta
--------------------------------------------------------------*/
.entry-meta {
  margin-top: 20px; }
  .entry-meta h4 {
    margin: 0px;
    font-size: 22px;
    -webkit-font-smoothing: antialiased; }
  .entry-meta a {
    color: #707070;
    border-bottom: 1px solid #B4B4B4;
    padding-bottom: 1px; }
    .entry-meta a:hover {
      text-decoration: none; }

.meta-affiliation,
.meta-date {
  font-weight: 400; }

.ref-author .comma:last-of-type {
  display: none; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  padding: 16px 23px 8px;
  max-width: 100%;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.04); }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    color: #707070;
    font-family: "Noto Sans", sans-serif;
    font-style: italic;
    font-size: 20px;
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: left; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

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