/*!
Theme Name: nuci.org 2016
Theme URI: http://underscores.me/
Author: Ian Kennedy
Author URI: http://www.resolutionathens.com
Description: Nuci\'s Space 2016
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nuci2016
Tags:

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.

nuci2016 is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Reset and Normalize
--------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Droid Serif", serif;
  font-size: 16px;
  line-height: 1.6; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.2;
  clear: both;
  color: #547aa3;
  font-weight: 700; }

h1 {
  font-size: 33.184px;
  font-size: 2.074rem; }

h2 {
  font-size: 27.648px;
  font-size: 1.728rem; }

h3 {
  font-size: 23.04px;
  font-size: 1.44rem; }

h4 {
  font-size: 19.2px;
  font-size: 1.2rem; }

@media (max-width: 22em) {
  h1 {
    font-size: 29.92px;
    font-size: 1.87rem; }
  h2 {
    font-size: 24.32px;
    font-size: 1.52rem; }
  h3 {
    font-size: 19.84px;
    font-size: 1.24rem; }
  h4 {
    font-size: 16px;
    font-size: 1rem; } }

p {
  margin-top: 1em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

strong {
  font-weight: bold; }

.site-content {
  font-size: 13.6px;
  font-size: 0.85rem;
  line-height: 1.6em; }
  @media (min-width: 28em) {
    .site-content {
      font-size: 16px;
      font-size: 1rem; } }

/*--------------------------------------------------------------
# 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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background-color: #c3d8dd; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

ul.ul-no-style {
  list-style: none;
  margin-left: 0;
  margin-top: 1em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }
  img.rounded-image {
    width: calc(100vw/4);
    max-width: 150px;
    border-radius: 50%;
    border: 2px solid #547aa3; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.chronosly-cal.ch-default * {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif !important; }

.tab_container {
  width: 90%;
  margin: 0;
  position: relative; }
  .tab_container ul {
    list-style: none;
    margin: 0; }
  .tab_container input, .tab_container section {
    text-align: left;
    border-radius: .5em;
    border-top-left-radius: 0;
    clear: both;
    padding-top: 1em 0;
    display: none; }
  .tab_container label {
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    margin-right: .25em;
    border-right: 1px solid #ccccc5;
    border-top-left-radius: .25em;
    border-top-right-radius: .25em;
    display: block;
    float: left;
    padding: .5em;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    background: #736f78; }

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3 {
  display: block;
  padding: 1em;
  background: #ccccc5;
  border-bottom: 2px solid #736f78;
  margin-top: .5em; }

.tab_container .tab-content p,
.tab_container .tab-content h4,
.tab_container .tab-content ul {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out; }

.tab_container .tab-content h3 {
  text-align: center; }

.tab_container [id^="tab"]:checked + label {
  background: #ccccc5;
  color: #736f78;
  box-shadow: inset 0 3px #547aa3; }

.tab_container [id^="tab"]:checked + label .fa {
  color: #547aa3; }

label .fa {
  font-size: 1.3em;
  margin: 0 0.4em 0 0; }

@media only screen and (max-width: 768px) {
  .tab_container {
    width: 98%; } }

@-webkit-keyframes fadeInScale {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes fadeInScale {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

.ns-shadow, .i-am-nucis-space {
  position: relative; }

.ns-shadow:before, .i-am-nucis-space:before, .ns-shadow:after, .i-am-nucis-space:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg); }

.ns-shadow:after, .i-am-nucis-space:after {
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
  right: 10px;
  left: auto; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
a[type="button"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #fff;
  border: none;
  border-radius: 4px;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: .25em 1em; }
  button:visited,
  a[type="button"]:visited,
  input[type="button"]:visited,
  input[type="reset"]:visited,
  input[type="submit"]:visited {
    color: #fff; }

.header-main-button {
  margin-right: .5em;
  padding: .5em 1em !important; }

.ns-red-btn {
  background-color: #b93a32; }
  .ns-red-btn:hover {
    background-color: #cf564f; }

.ns-green-btn, .search-form .search-submit, .wpcf7-submit {
  background-color: #006e51; }
  .ns-green-btn:hover, .search-form .search-submit:hover, .wpcf7-submit:hover {
    background-color: #00a177; }

.ns-blue-btn, #give-form-1736 .give-btn {
  background-color: #547aa3; }
  .ns-blue-btn:hover, #give-form-1736 .give-btn:hover {
    background-color: #7394b7; }

.navbar-toggle {
  -ms-flex-item-align: end;
      align-self: flex-end;
  background: none;
  padding: 0;
  margin-left: 1em;
  margin-right: 1rem; }

.textfield-btn, .search-form .search-submit {
  position: relative;
  height: 3em;
  margin-left: -0.5em;
  border: none;
  border-top-right-radius: .25em;
  border-bottom-right-radius: .25em;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: .25em 1em;
  color: #fff; }

input[type="email"], .wpcf7-text, .wpcf7-textarea,
input[type="search"] {
  position: relative;
  top: 1px;
  height: 3em;
  margin-top: 1em;
  width: 60%;
  max-width: 20em;
  padding: .5em 1em;
  border: none;
  border-radius: .25em;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #736f78; }
  input[type="email"]:active, .wpcf7-text:active, .wpcf7-textarea:active, input[type="email"]:focus, .wpcf7-text:focus, .wpcf7-textarea:focus,
  input[type="search"]:active,
  input[type="search"]:focus {
    outline-color: #92b6d5; }

.search-form {
  margin: 1em auto; }
  .search-form .search-submit {
    min-width: 5.5em;
    width: 15%; }

#secondary section {
  padding: 0 1em; }

#search-2 > form > label > input {
  width: 60%;
  top: 0;
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.wpcf7-text, .wpcf7-textarea {
  width: 100% !important;
  max-width: none !important;
  border: 1px solid #ccccc5; }

.wpcf7-textarea {
  height: 16em; }

.wpcf7-submit {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  padding: .25em 1em;
  border: none;
  border-radius: .25em; }

.wpcf7-mail-sent-ok {
  background: #006e51;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  color: #fff;
  border: none !important;
  border-radius: .25em;
  padding: 1em !important; }

.wpcf7-validation-errors {
  background: #b93a32;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  color: #fff;
  border: none !important;
  border-radius: .25em;
  padding: 1em !important; }

.wpcf7-not-valid-tip {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif; }

.wpcf7-validates-as-email {
  border: 1px solid #ccccc5 !important; }

#give-form-1736-wrap {
  text-align: center; }
  #give-form-1736-wrap * {
    margin: 0;
    padding: 0;
    clear: none; }
  #give-form-1736-wrap h2 {
    font-size: 18px;
    font-size: 1.125rem; }
  #give-form-1736-wrap p {
    font-size: 14.08px;
    font-size: 0.88rem; }
  @media screen and (min-width: 50em) {
    #give-form-1736-wrap {
      margin-bottom: .5em; }
      #give-form-1736-wrap h2 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: normal; }
      #give-form-1736-wrap p {
        font-size: 16px;
        font-size: 1rem; } }

#give-form-1736 {
  margin: 1em 1em 0 1em; }
  #give-form-1736 .give-total-wrap {
    display: inline-block; }
  #give-form-1736 .give-currency-symbol {
    display: none; }
  #give-form-1736 .give-btn {
    vertical-align: middle;
    color: #fff;
    position: relative;
    height: 36px;
    margin-left: -9px;
    border: none;
    border-top-right-radius: .25em;
    border-bottom-right-radius: .25em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: .25em 1em; }
    #give-form-1736 .give-btn:active, #give-form-1736 .give-btn:focus {
      text-decoration: underline; }
    #give-form-1736 .give-btn:visited {
      color: #fff;
      margin: 0 !important; }

#give-amount {
  float: none !important;
  vertical-align: middle;
  height: 36px !important;
  max-width: 20em;
  padding: .5em 1em;
  border: none !important;
  border-radius: .25em !important;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  color: #ccccc5; }
  #give-amount:active, #give-amount:focus {
    outline-color: #92b6d5; }
  @media screen and (min-width: 50em) {
    #give-amount {
      width: 15em; } }

input#give-amount-text {
  padding: .5em 1em;
  border: none;
  border-radius: .25em; }

#give-email {
  border: 1px solid; }

.give-input {
  border-radius: .25em !important;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  border: 1px solid #ccccc5 !important;
  background: #FFF;
  border-radius: 0;
  height: 36px;
  padding: .5em 1em !important;
  margin: 0;
  font-size: 12px; }

#give-purchase-button {
  border-radius: .25em !important;
  margin-left: 0 !important; }

.give-submit-button-wrap {
  margin-left: auto !important;
  margin-right: auto !important; }

#give-recurring-form, form.give-form, form[id*=give-form] {
	margin: 0;
}
.give-btn {
	padding: 15px 45px;
	margin: 0;
}
[id*=give-form].give-display-modal .give-btn, [id*=give-form].give-display-reveal .give-btn {
	margin: 0 0 5px 0;
	}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 *## Links
 *-------------------------------------------------------------- */
a {
  color: #547aa3;
  text-decoration: none; }
  a:visited {
    color: #736f78; }
  a:hover, a:focus, a:active {
    color: #92b6d5; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
 *## 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: 1.5em;
      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%; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 1em 0;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }
  .widget ul {
    list-style: none;
    margin: 0; }
    .widget ul a {
      text-decoration: none; }
      .widget ul a:hover {
        text-decoration: underline; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 *## Posts and pages
 *-------------------------------------------------------------- */
.sticky {
  display: block; }

.hentry {
  margin: 0; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline, .blog .byline, .archive .byline, .search .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
 *## Comments
 *-------------------------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .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;
    color: #282828;
    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; }

.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; }

.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; }

article {
  padding: 0; }

section {
  padding: 1.5em 1em;
  margin-top: 1.5em; }
  @media (min-width: 28em) {
    section {
      padding: 2em 2em; } }

.section-header {
  background: #736f78;
  margin: -1.5em -1em 1.5em -1em;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25); }
  .section-header h2 {
    color: #fff; }
  .section-header.blue {
    background: #547aa3; }
  .section-header.red {
    background: #b93a32; }
  @media (min-width: 28em) {
    .section-header {
      margin: -2em -2em 2em -2em;
      border-top-right-radius: .5em;
      border-top-left-radius: .5em; } }

.section-text {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 48em; }

.full-width-bg {
  width: 100%;
  text-align: center; }
  @media (max-width: 28em) {
    .full-width-bg {
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25); } }
  .full-width-bg h4 {
    margin-top: .5em; }
  .full-width-bg.trans {
    background: #f5f5f5; }
    @media (min-width: 50em) {
      .full-width-bg.trans {
        background: rgba(146, 182, 213, 0.5); } }
  .full-width-bg.blue {
    background-color: #547aa3; }
    .full-width-bg.blue h1, .full-width-bg.blue h2, .full-width-bg.blue h3, .full-width-bg.blue p, .full-width-bg.blue a {
      color: #fff; }
    .full-width-bg.blue a:hover {
      color: #ccccc5; }
  .full-width-bg.lt-blue {
    background-color: #92b6d5; }
    .full-width-bg.lt-blue h1, .full-width-bg.lt-blue h2, .full-width-bg.lt-blue h3, .full-width-bg.lt-blue p {
      color: #fff; }
    .full-width-bg.lt-blue a:hover {
      color: #ccccc5; }
  .full-width-bg.lt-gray {
    background-color: #f5f5f5; }
  .full-width-bg.dk-gray {
    background-color: #736f78; }
    .full-width-bg.dk-gray h1, .full-width-bg.dk-gray h2, .full-width-bg.dk-gray h3, .full-width-bg.dk-gray p, .full-width-bg.dk-gray a {
      color: #fff; }
  .full-width-bg.red {
    background-color: #b93a32; }
    .full-width-bg.red h1, .full-width-bg.red h2, .full-width-bg.red h3, .full-width-bg.red p, .full-width-bg.red a {
      color: #fff; }
  @media (min-width: 28em) {
    .full-width-bg {
      width: 95%;
      max-width: 56em;
      margin-left: auto;
      margin-right: auto;
      border-radius: .5em; } }

.talk-to-us {
  width: 100%;
  text-align: center;
  background: #92b6d5;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25); }
  .talk-to-us h1, .talk-to-us h2, .talk-to-us h3, .talk-to-us p, .talk-to-us a {
    color: #fff; }
  .talk-to-us a:hover {
    color: #ccccc5; }
  .talk-to-us.dk-gray {
    background: #736f78; }
  @media (min-width: 28em) {
    .talk-to-us {
      width: 95%;
      max-width: 56em;
      margin-left: auto;
      margin-right: auto;
      border-radius: .5em; } }

.talk-to-us-content {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 95%;
  max-width: 45em; }

.talk-to-us-image {
  width: 28%; }

.talk-to-us-text {
  width: 65%;
  padding: .25em; }
  .talk-to-us-text h2 {
    display: inline-block; }

@media (min-width: 28em) {
  .talk-to-us-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.two-up {
  background-color: pink; }
  .two-up .full-width-bg {
    width: 45%;
    display: inline-block; }

/* 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; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }

.video-wrapper object,
.video-wrapper embed,
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.post-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }

.post-card {
  background: #f5f5f5;
  margin-top: 1.5em;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 28em) {
    .post-card {
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25); } }
  .post-card .card-copy {
    width: 50%;
    text-align: center; }
    .post-card .card-copy h4 {
      line-height: normal;
      margin-bottom: 1em; }
    .post-card .card-copy a {
      text-decoration: none; }
  .post-card .card-image {
    padding: .25em; }
    .post-card .card-image a img {
      width: calc(100vw/3);
      border-radius: 50%;
      border: solid 2px #736f78;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25); }

@media (min-width: 28em) {
  .post-card {
    width: 95%;
    max-width: 56em;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1em; } }

@media screen and (min-width: 50em) {
  .post-cards-wrapper {
    width: 95%;
    max-width: 56em;
    margin-left: auto;
    margin-right: auto; }
  .post-cards {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .post-card {
    display: block;
    text-align: center;
    width: 31.5%;
    border-radius: 1em;
    margin-left: 0;
    margin-right: 0; }
    .post-card .card-copy {
      width: 100%; }
    .post-card .card-image a img {
      width: calc(100vw/6.5);
      border-radius: 50%; } }

.media-card {
  padding: 0;
  margin-top: 1.5em;
  width: 95%;
  max-width: 56em;
  background: #f5f5f5;
  border-radius: .5em;
  position: relative; }
  .media-card .i-am-nucis-ribbon-wrapper {
    width: 180px;
    height: 120px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px; }
  .media-card .media-card-content {
    padding: 1em;
    text-align: center; }
  .media-card .media-card-title {
    width: 100%;
    padding: .5rem 0.5em;
    background: #736f78;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center; }
    .media-card .media-card-title h3, .media-card .media-card-title a {
      color: #fff;
      text-decoration: none; }
      .media-card .media-card-title h3 :hover, .media-card .media-card-title h3 :focus, .media-card .media-card-title a :hover, .media-card .media-card-title a :focus {
        color: #92b6d5; }
    @media (min-width: 28em) {
      .media-card .media-card-title {
        padding: 1.25em; } }
    @media (max-width: 28em) {
      .media-card .media-card-title {
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25); } }

.i-am-nucis-space {
  padding: 0;
  margin-top: 1.5em;
  width: 95%;
  background: #f5f5f5;
  border-radius: .5em; }
  .i-am-nucis-space .media-card-content {
    padding: 1em; }
  .i-am-nucis-space .media-card-title {
    width: 100%;
    padding: .5rem 0.5em;
    background: #736f78;
    border-radius: inherit;
    text-align: center; }
    .i-am-nucis-space .media-card-title h3 {
      color: #fff; }

.i-am-nucis-ribbon {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: .85em;
  line-height: normal;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  padding: 7px 0;
  left: -44px;
  top: 32px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.35);
  width: 180px;
  background-color: #547aa3;
  background-image: -webkit-linear-gradient(90deg, #547AA3 24%, #31475E 100%);
  background-image: -webkit-linear-gradient(top, #547AA3 24%, #31475E 100%);
  background-image: linear-gradient(180deg, #547AA3 24%, #31475E 100%);
  color: #FFF; }

.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.teammate {
  width: 40%;
  margin-bottom: 1.5em; }

.teammate-pic {
  width: calc(100vw/4);
  max-width: 150px;
  border-radius: 50%;
  border: 2px solid #736f78;
  max-width: 150px; }

.teammate-name {
  color: #282828;
  font-size: 10.56px;
  font-size: 0.66rem;
  line-height: .75em; }

.teammate-title {
  color: #736f78;
  font-size: 8.8px;
  font-size: 0.55rem;
  line-height: 1em; }

@media (min-width: 25em) {
  .teammate {
    width: 45%; }
  .teammate-name {
    font-size: 14.08px;
    font-size: 0.88rem; }
  .teammate-title {
    font-size: 12px;
    font-size: 0.75rem; } }

@media (min-width: 50em) {
  .teammate {
    width: 32%; }
  .teammate-name {
    font-size: 16px;
    font-size: 1rem; }
  .teammate-title {
    font-size: 14.08px;
    font-size: 0.88rem; } }

/*--------------------------------------------------------------
# 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%; }

/*--------------------------------------------------------------
 *## Captions
 *-------------------------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
 *## 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; }

.pdf-download {
  display: inline-block;
  margin: 0 1.5em; }

.site-footer {
  color: #fff;
  background-image: -webkit-linear-gradient(rgba(40, 40, 40, 0) 0%, rgba(40, 40, 40, 0.8) 100%);
  background-image: linear-gradient(rgba(40, 40, 40, 0) 0%, rgba(40, 40, 40, 0.8) 100%);
  padding: 1em;
  margin-top: 1.5em; }

.footer-nav {
  width: 40%;
  margin-bottom: 1em; }

h4.footer-nav-header {
  color: #fff;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 14.08px;
  font-size: 0.88rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1.5em;
  margin-bottom: .25em; }

.site-info {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .site-info ul {
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    text-transform: uppercase;
    list-style: none;
    padding-left: 0;
    margin: 0; }
    .site-info ul a {
      text-decoration: none;
      color: #fff; }
      .site-info ul a:hover {
        color: #547aa3; }
    .site-info ul li i {
      margin-right: .5em; }

@media screen and (min-width: 50em) {
  .footer-nav {
    width: 20%; }
    .footer-nav ul {
      font-size: 16px;
      font-size: 1rem; }
  h4.footer-nav-header {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: .5em; } }

.follow-us {
  content: "";
  display: table;
  table-layout: fixed; }

.social-icons, .icon-facebook, .icon-twitter, .icon-flickr, .icon-google-plus, .icon-youtube, .icon-vimeo, .icon-instagram {
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  margin: 1em;
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 50em) {
    .social-icons, .icon-facebook, .icon-twitter, .icon-flickr, .icon-google-plus, .icon-youtube, .icon-vimeo, .icon-instagram {
      height: 3em;
      width: 3em; } }

.icon-facebook {
  background-image: url(/assets/img/icons/icon-facebook.svg); }

.icon-twitter {
  background-image: url(/assets/img/icons/icon-twitter.svg); }

.icon-flickr {
  background-image: url(/assets/img/icons/icon-flickr.svg); }

.icon-google-plus {
  background-image: url(/assets/img/icons/icon-google-plus.svg); }

.icon-youtube {
  background-image: url(/assets/img/icons/icon-youtube.svg); }

.icon-vimeo {
  background-image: url(/assets/img/icons/icon-vimeo.svg); }

.icon-instagram {
  background-image: url(/assets/img/icons/icon-instagram.svg); }

.icon-crisis {
  margin-right: 1em;
  width: 50px;
  height: 50px;
  background-image: url(/assets/img/icons/crisis-icon.svg); }

.contact-icons, .icon-email, .icon-phone, .icon-fax, .icon-address {
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  display: inline-block;
  height: 10px;
  width: 12px;
  background-repeat: no-repeat; }

.icon-email {
  background-image: url(/assets/img/icons/icon-email.svg); }

.icon-phone {
  background-image: url(/assets/img/icons/icon-phone.svg); }

.icon-fax {
  background-image: url(/assets/img/icons/icon-fax.svg); }

.icon-address {
  background-image: url(/assets/img/icons/icon-address.svg); }

.copyright {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase; }
  .copyright a {
    color: #fff;
    text-decoration: none; }
    .copyright a:visited {
      color: #fff; }
    .copyright a:hover {
      text-decoration: underline; }

.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 56em;
  margin: 1em auto 0 auto;
  margin-left: auto;
  margin-right: auto; }

.header-main-logo {
  width: 100%;
  text-align: center;
  margin: 0 0 .5em 0; }
  .header-main-logo img {
    width: 12em;
    margin: 0; }

.navbar-header {
  margin: 0em; }

#header-image {
  display: none; }

@media screen and (min-width: 50em) {
  #header-image {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 375px;
    width: 100%;
    z-index: -1;
    background-image: url(/assets/img/headers/site-header-min.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat; }
  .header-main-logo {
    width: 20%;
    margin-right: 40%; }
  .navbar-header {
    -ms-flex-item-align: start;
        align-self: flex-start; } }

.ns-content-area {
  padding: 0 1em; }

.entry-header {
  margin-top: 1.5em;
  padding: 1em;
  width: 100%;
  background: #547aa3;
  color: #fff;
  text-align: center; }
  .entry-header h1, .entry-header h2, .entry-header a {
    color: #fff; }
  .entry-header h2 {
    font-size: 1.25em; }
  .entry-header .entry-meta {
    margin-top: 1em;
    font-size: .88em; }
  @media (min-width: 28em) {
    .entry-header h2 {
      font-size: 1.728em; }
    .entry-header .entry-meta {
      font-size: 1em; } }

.entry-content {
  margin: 0; }

.ns-post-content-wrapper {
  background: #f5f5f5; }

.ns-post-content {
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em;
  max-width: 40em; }
  .ns-post-content .media-card {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15); }

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  height: 100%; }
  .site #content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .site {
    display: block; } }

.float-left {
  float: left;
  margin-right: 1em; }

.float-right {
  float: right;
  margin-left: 1em; }

.text-align-left {
  text-align: left; }

.text-align-center {
  text-align: center; }

.single #primary, .blog #primary, .archive #primary, .search #primary {
  width: 100%; }

.single #secondary, .blog #secondary, .archive #secondary, .search #secondary {
  display: none; }
  .single #secondary .search-field, .blog #secondary .search-field, .archive #secondary .search-field, .search #secondary .search-field {
    border: solid 1px #ccccc5; }

@media screen and (min-width: 50em) {
  .single #content, .blog #content, .archive #content, .search #content {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 85vw; }
  .single #primary, .blog #primary, .archive #primary, .search #primary {
    width: calc(100% - 20em); }
  .single #main, .blog #main, .archive #main, .search #main {
    margin-left: 1em;
    border-radius: 1em; }
  .single .post, .blog .post, .archive .post, .search .post {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    border-radius: 1em; }
  .single .entry-header, .blog .entry-header, .archive .entry-header, .search .entry-header {
    border-top-left-radius: 1em;
    border-top-right-radius: 1em; }
    .single .entry-header a, .blog .entry-header a, .archive .entry-header a, .search .entry-header a {
      text-decoration: none; }
      .single .entry-header a:hover, .blog .entry-header a:hover, .archive .entry-header a:hover, .search .entry-header a:hover {
        text-decoration: underline; }
  .single .ns-post-content-wrapper, .blog .ns-post-content-wrapper, .archive .ns-post-content-wrapper, .search .ns-post-content-wrapper {
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em; }
  .single #secondary, .blog #secondary, .archive #secondary, .search #secondary {
    display: block;
    background: #f5f5f5;
    margin: 1.5em 0 0 1em;
    width: 18em;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    border-radius: 1em; } }
/*# sourceMappingURL=style.css.map */