/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

  /*custom css*/
body {
  font-family: 'Overpass', sans-serif;
  font-size: 17px;
  color: #000;
  line-height: 1.4em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Overpass', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 15px;
}
h3 {
  font-size: 22px;
}
p {
  margin: 0 0 25px;
}
a, a:visited {
  color: #2143d8;
}
a:hover {
  color: #4260e4;
}
.inner-content {
  padding-bottom: 75px;
}
.button.hollow.secondary {
  color: #333;
  border-color: #333;
  font-weight: bold;
  font-style: italic;
  border-width: 2px;
  padding-right: 25px;
  padding-left: 25px;
}
  .top-bar, .top-bar ul {
      background-color: #fff;
      padding: 1.3em 0;
  }
  .top-bar {
    padding: 2.5em;
}
@media (max-width: 1300px) {
  .top-bar {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
  .top-bar a {
    padding: 0;
    display: inline-block;
  }
  .logo {
    width: 125px;
  }
  .top-bar .slogan {
    margin: 0;
    font-weight: 700;
    font-style: italic;
    font-size: 1.3em;
    line-height: 1.2em;

  }
  .top-bar * {
    flex: 1;
  }
  @media (max-width: 600px) {
    .top-bar * {
      flex: none;
      width: 100%;
      text-align: center;
    }
    .top-bar .logo {
      max-width: 100px;
      margin: 0 auto 25px;
    }
    .top-bar .slogan {
      font-size: 1em;
    }
  }
  .off-canvas {
    background: #233274;
    padding-top: 25px;
  }
  .off-canvas a {
    font-weight: 600;
    color: #fff;
  }
  .menu .active>a {
    background: transparent;
  }
  .menu-container {
    background-color: #233274;
    padding: 0;
  }
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
  display: none;
}
.is-dropdown-submenu {
  background: #223273;
  border: 0;
}
  #main-nav.menu a {
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 1.1em;
      transition: .25s all ease;
      padding: 20px;
  }
#main-nav.menu li:hover > a {
  background: #384a91;
}
.is-dropdown-submenu a {
  text-transform: none !important;

}adding-right: 1.9rem;
}
  #main-nav.menu .active>a {
      background: transparent;
      color: #fefefe;
  }
.menu-icon {
  width: 30px;
  height: 20px;
  position: relative;
  top: -10px;
}
/*Home*/
  .home-featured {
    margin-top: 3em;
  }

  .home-featured .featured-box {
    position: relative;
  }

  .home-featured a.featured-title{
    font-size: 1em;
    font-weight: 800;
    background-color:#2caadf;
    color:#fff;
    padding:.5em .4em;
    position: absolute;
    bottom: 0.8em;
    left:0.5em;
  }
.home-featured .featured-main a.featured-title {
  font-size: 1.3em;
}
  .home-content {
    margin-top: 3em;
    padding-bottom: 15em;
  }
  .home-content .content-title {
    font-size: 1.6em;
    font-weight: 900;
    margin-bottom: 1em;
    text-transform: uppercase;
  }

  .about-content .sub-title {
    padding:0.2em 0.6em;
    font-style: italic;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 1em;
    font-size: .95em;
  }
  .about-content-text {
    font-style: italic;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.3em;
  }
  .content-recent, .content-reports,
  .content-recent p, .content-reports p {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
    color: #464646;
  }
  .about-content .button {
    margin-right: 10px;
  }
  .dark-bg {
    background-color: #000;
    color: #fff;
  }

  .recent-content-title {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: none;
  }
  .recent-content-title a {
    color: #2143d8;
    font-weight: 800;
    font-style: italic;
  }

  .featured-besides .featured-box:first-child{
    margin-bottom: 1.8em;
  }
/*Single templates*/
.single-title {
  font-size: 32px;
  line-height: 1.3em;
  text-transform: none;
}
.article-header h2 {
  font-size: 27px;
  line-height: 1.3em;
  text-transform: none;
}

  footer {
    background-color: #807f7f;
    color: #fff;
    padding-top: 3em;
    padding-bottom: 2em;
  }

  footer p,footer a {
    font-size: 1em;

  }

  footer .about-summary p,
  footer .mission p {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 600;
  }
  footer .mission {
    padding-top: 35px;
    font-size: 1.3em;
    font-style: italic;
  }

  footer .copyright{
    padding-top: 3em;
    font-size: .95em;
    font-weight: 600;
  }
  .footer-links {
    list-style-type: none;
  }
  .footer-links li a {
    color: #fff;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 600;
  }

  .featured-image-box {
    height: 300px;
    background-color: rgb(0,0,0);
    position: relative;
    margin-bottom: 3em;
  }
  @media (max-width: 1028px) {
    .featured-image-box {
      height: 200px;
    }
  }
  .featured-image-box .article-title {
    position: absolute;
    width: 100%;
    bottom: 1em;
    left: .5em;
    color: #fff;
  }
  .featured-image-box .featured-bg {
    background-size: cover;
    background-position: center;
    height: 100%;
  }

  .recent-posts-widget {
    background-color: #e8e7e7;
    padding: 2em 1em 4em;
  }
   .recent-posts-widget .post-title {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.2em;
    color: #2143d8;
    margin-bottom: 1em;
    display: inline-block;
  }
  .recent-posts-widget .widgettitle {
    font-size: 26px;
    line-height: 1.1em;
    font-weight: 900;
    max-width: 200px;
  }

  .bio .wp-post-image {
    float: left;
    margin-right: 20px;
  }
/*# sourceMappingURL=style.css.map */

/*Organization Template*/
.bio-headshot img {
  width: 100%;
}
