/*Header Styles*/
.navbar {
  margin-bottom: 0;
  border-radius: 0; }
  .navbar .logo {
    padding-right: 0; }
    @media only screen and (max-width: 768px) {
      .navbar .logo {
        padding-right: 0;
        padding-left: 10px; } }

.navbar-nav {
  float: right; }
  @media only screen and (max-width: 500px) {
    .navbar-nav {
      float: left; } }

.navbar-default {
  background-color: transparent;
  z-index: 1; }
  .navbar-default .navbar-nav > li > a {
    color: #858585; }

.navbar-collapse {
  max-width: 1100px; }

@media only screen and (max-width: 767px) {
  .navbar-collapse.in {
    background: white; } }

.logo img {
  max-width: 220px;
  height: auto; }

.nav > li {
  display: block;
  position: relative; }

.navbar-nav > li > a {
  color: #606c76;
  display: block;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 20px; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #0079AB;
  background-color: transparent; }

@media only screen and (max-width: 768px) {
  .menu.nav.navbar-nav li > a {
    border: none; } }
@media only screen and (max-width: 768px) {
  .menu.nav.navbar-nav li > a.active {
    border: none; } }
@media only screen and (max-width: 768px) {
  .menu.nav.navbar-nav a:hover {
    border: none; } }

@media only screen and (max-width: 768px) {
  .first.leaf > a {
    border: none; } }

@media only screen and (max-width: 768px) {
  .first.leaf > a.active {
    border: none; } }

@media only screen and (max-width: 768px) {
  .last.leaf > a {
    border: none; } }

@media only screen and (max-width: 768px) {
  .last.leaf > a.active {
    border: none; } }

/* Mobile menu */
button.navbar-toggle {
  margin-top: 13px; }

@media only screen and (max-width: 500px) {
  ul.menu.nav li {
    float: none; } }

html, body {
  overflow-x: hidden; }

/*Content Styles*/
p {
  margin: 0 0 1.8em; }

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-width: 1px 0 0;
  border-color: #b2b2b2;
  opacity: 0.3; }

body {
  font-size: 1.8em; }

.center {
  text-align: center; }

h1 {
  font-size: 2.5em; }

h2 {
  font-size: 2.1em;
  margin-bottom: 20px; }

h2.title.comment-form {
  font-size: 1.5em; }

ol {
  padding-bottom: 20px; }

ul, ol {
  margin-top: 0;
  margin-bottom: 30px; }

.page-header {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 15px; }

.highlighted {
  padding-bottom: 20px; }

.main-container.container {
  max-width: 900px; }

/* Alignment */
.item-left {
  max-width: 45%;
  height: auto;
  float: left;
  margin-right: 20px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 768px) {
    .item-left {
      max-width: 100%;
      float: none;
      margin-right: 0;
      margin-left: 0; } }

.item-right {
  max-width: 45%;
  height: auto;
  float: right;
  margin-left: 20px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 768px) {
    .item-right {
      max-width: 100%;
      float: none;
      margin-right: 0;
      margin-left: 0; } }

.view-projects .field-content {
  font-size: 14px;
  line-height: 1.3em; }

/* Hide/Show styles */
.mobile {
  display: none; }
  @media only screen and (max-width: 768px) {
    .mobile {
      display: block; } }

@media only screen and (max-width: 768px) {
  .desktop {
    display: none; } }

/*Banner*/
.bannertext {
  text-align: center;
  margin: 0 auto;
  max-width: 620px; }
  .bannertext h1 {
    color: white;
    font-weight: 700;
    font-size: 2.9em; }
  .bannertext p {
    font-size: 18px;
    color: white;
    margin-bottom: 1em; }
    @media only screen and (max-width: 500px) {
      .bannertext p {
        font-size: 20px; } }
  .bannertext a {
    font-size: 18px; }
  .bannertext hr {
    color: white;
    opacity: 1;
    height: 2px;
    max-width: 250px; }

#banner-home {
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding: 20px;
  min-height: 80vh; }
  #banner-home .bannertext {
    padding-top: 30px; }

.header-banner {
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding: 20px;
  min-height: 350px;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 1024px) {
    .header-banner {
      background-size: cover;
      background-attachment: scroll; } }

.image-banner {
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  min-height: 350px;
  margin-bottom: 30px;
  display: flex;
  align-items: center; }

.bg-footer {
  margin-bottom: 0px;
  margin-top: 80px; }

.solid-bg {
  background: #f2f2f2;
  padding-top: 30px;
  padding-bottom: 30px; }

@media only screen and (max-width: 768px) {
  #banner-home, .header-banner, .image-banner {
    background-attachment: scroll; } }

/* Ghost Button styles */
input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="submit"]#btn, button.btn {
  cursor: pointer; }

a.btn, a.button, button#edit-submit {
  padding: .5em 1.5em;
  display: inline-block;
  outline: none;
  *zoom: 1;
  text-align: center;
  font-size: inherit;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  vertical-align: middle;
  transition: all 0.2s ease;
  box-sizing: border-box;
  color: white;
  border-radius: 0;
  background: #86d2da;
  width: auto;
  white-space: normal;
  margin: 5px; }
  a.btn:focus, a.btn:hover, a.button:focus, a.button:hover, button#edit-submit:focus, button#edit-submit:hover {
    background: #5fc3ce;
    color: white; }

a.btn.btn-primary.btn-sm, button#edit-submit {
  border: none;
  padding: .4em .9em; }

a.btn.secondary-btn {
  padding: .5em 1.5em;
  display: inline-block;
  outline: none;
  *zoom: 1;
  text-align: center;
  font-size: inherit;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  vertical-align: middle;
  transition: all 0.2s ease;
  box-sizing: border-box;
  color: white;
  border-radius: 0;
  background: #44b6d7;
  width: auto;
  white-space: normal;
  margin: 5px; }
  a.btn.secondary-btn:hover, a.btn.secondary-btn:focus {
    background: #299dbf;
    color: white; }

a.btn.secondary-btn-2 {
  padding: .5em 1.5em;
  display: inline-block;
  outline: none;
  *zoom: 1;
  text-align: center;
  font-size: inherit;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  vertical-align: middle;
  transition: all 0.2s ease;
  box-sizing: border-box;
  color: white;
  border-radius: 0;
  background: #0079ab;
  width: auto;
  white-space: normal;
  margin: 5px; }
  a.btn.secondary-btn-2:hover, a.btn.secondary-btn-2:focus {
    background: #005578;
    color: white; }

a.btn.banner-btn {
  padding: .3em 1.5em;
  display: inline-block;
  outline: none;
  *zoom: 1;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  vertical-align: middle;
  border: 3px solid white;
  transition: all 0.2s ease;
  box-sizing: border-box;
  color: white;
  border-radius: 0;
  background: transparent;
  width: auto;
  margin: 5px; }
  a.btn.banner-btn:hover, a.btn.banner-btn:focus {
    background: white;
    color: black; }

/* Tab Content */
ul.tabs {
  padding: 0;
  font-size: 0;
  margin: 0;
  list-style-type: none;
  text-align: center; }
  ul.tabs li {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    /*distance between tabs*/ }
    ul.tabs li a {
      font: normal 12px Verdana;
      text-decoration: none;
      position: relative;
      border: 0px;
      border-bottom-color: #B7B7B7;
      color: #000;
      outline: none;
      opacity: .6;
      -moz-opacity: .6; }
      ul.tabs li a:visited {
        color: #000; }
      ul.tabs li ahover {
        border: 0px;
        opacity: 1; }
  ul.tabs li.selected:hover {
    text-decoration: none; }

.project-type {
  width: 150px;
  text-align: center;
  display: block;
  padding-bottom: 5px; }
  @media only screen and (max-width: 768px) {
    .project-type {
      margin: 0 auto; } }

img.project-type {
  opacity: .6; }
  img.project-type:hover {
    opacity: 1; }
  @media only screen and (max-width: 768px) {
    img.project-type {
      opacity: 1; } }

ul.tabs li.selected a, ul.tabs li.selected img, ul.tabs li.selected a:hover {
  position: relative;
  top: 0px;
  font-weight: bold;
  opacity: 1;
  border: 0px;
  border-bottom-color: white; }

div.tabcontents {
  border: 0px;
  padding: 40px;
  background-color: transparent; }

.active.selected, .selected {
  border-bottom: 1px solid gray;
  padding-bottom: 5px; }

/*Grid*/
li.views-fluid-grid-item {
  border: none;
  background-color: transparent; }

ul.views-fluid-grid-items-height-300 li.views-fluid-grid-item {
  height: auto;
  padding-bottom: 40px; }

.view-id-articles {
  background-color: transparent; }
  .view-id-articles a {
    font-size: 1.1em;
    color: black; }

.node-type-article .field.field-name-field-image.field-type-image.field-label-hidden img {
  margin-top: 10px;
  margin-bottom: 15px; }
.node-type-article .field-name-body img {
  max-width: 100%;
  height: auto; }

.view-display-id-page_1 li.views-fluid-grid-inline {
  margin: 5px;
  text-align: left;
  padding: 8px; }
  .view-display-id-page_1 li.views-fluid-grid-inline img {
    width: 250px;
    margin-left: -8px; }

@media only screen and (max-width: 729px) {
  ul.views-fluid-grid-items-width-250 li.views-fluid-grid-item {
    text-align: center; } }

@media only screen and (max-width: 729px) {
  ul.views-fluid-grid-items-height-300 li.views-fluid-grid-item {
    height: auto;
    padding-bottom: 30px; } }

/* Icons and images */
.icon-item {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  vertical-align: top;
  font-size: .8em;
  font-weight: bold;
  max-width: 150px; }
  .icon-item img {
    max-width: 100px; }

.icon-logo {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  vertical-align: top;
  font-size: .8em; }
  .icon-logo img {
    max-height: 70px;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 15px; }

.icon-container {
  text-align: center;
  clear: both;
  display: block;
  padding-bottom: 40px; }

.icon-box-basic {
  position: relative;
  margin: 25px 0;
  padding-left: 65px;
  min-height: 40px;
  overflow: hidden;
  text-align: left;
  font-size: .9em; }
  .icon-box-basic img {
    max-width: 50px;
    position: absolute;
    left: 0;
    margin-right: 10px; }
  .icon-box-basic p {
    margin-bottom: 0; }

/* Content grid */
.listing {
  text-align: left; }
  .listing .col-sm-8 {
    margin-top: 20px; }

/*Footer Styles*/
.footer {
  width: 100%;
  background: #77787B;
  padding-bottom: 20px;
  padding-top: 10px;
  margin-top: 30px; }

footer h4 {
  color: white; }
footer a {
  color: white;
  font-size: .9em; }
  footer a:hover {
    color: white;
    opacity: .8; }
footer a.btn.banner-btn {
  font-size: .9em; }

.footer-row {
  max-width: 900px;
  margin: auto;
  padding-top: 30px;
  text-align: center; }

i.fa:first-of-type {
  margin-right: 10px; }

.footer-links {
  display: inline-block;
  width: 20%;
  margin-left: 15px;
  margin-right: 15px;
  vertical-align: top;
  text-align: left; }
  @media only screen and (max-width: 768px) {
    .footer-links {
      float: none;
      width: 100%; } }

.region-footer {
  margin: 0 auto; }

.leaf > a {
  color: #fff; }

ul.menu.nav {
  display: inline-block;
  padding-top: 5px; }
  ul.menu.nav li {
    float: left; }

.block-menu {
  text-align: left; }

.copyright {
  text-align: center;
  color: #fff;
  font-size: .8em;
  padding-top: 18px;
  display: block;
  clear: both;
  border-top: 1px solid #8a8b8f; }

.region.region-footer {
  max-width: 1050px; }

/* Full Width Page Landing Pages */
.page-node-8111 .main-container.container, .page-node-3 .main-container.container, .page-node-8112 .main-container.container {
  width: 100%;
  max-width: 100%;
  padding: 0; }

.page-node-8111 .footer, .page-node-3 .footer, .page-node-8112 .footer {
  margin-top: 0; }

.page-container {
  max-width: 900px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 20px; }

.col-sm-12 {
  padding-top: 15px; }

.field-item.even > img {
  height: auto;
  max-width: 100%; }

div#overlay-content {
  z-index: 4; }

/* Credit Library */
.views-field-field-requirements {
  font-size: 13px;
  margin-top: 20px; }

.field-name-field-rating-system, .field-name-field-credit-category, .field-name-field-short-id {
  text-transform: uppercase;
  font-size: 14px;
  color: #666;
  font-weight: 600; }

.views-exposed-form label {
  font-weight: 600; }

.field-name-field-requirements {
  margin-top: 40px;
  margin-bottom: 40px; }

.node-type-credit h2 {
  margin-top: 0px; }

.chosen-container {
  border: none;
  padding: 0;
  box-shadow: none; }

.views-row {
  cursor: pointer; }
  .views-row:hover {
    background: #eee; }

.views-row-even {
  background: #f7f7f7; }

.views-field-title {
  font-weight: 600;
  font-size: 14px; }

.list-group {
  padding-left: 20px; }

.views-field.views-field-field-credit-category {
  color: #aaa;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px; }

.views-field.views-field-field-intent {
  font-size: 14px;
  color: #444444; }

.views-field-field-short-id {
  float: right;
  font-size: 12px;
  text-transform: uppercase; }

.views-field-field-points-possible {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 5px; }

.views-field-field-points-possible::after {
  content: " points"; }

li.views-fluid-grid-inline:hover {
  background-color: transparent; }

/* Article Styles */
.field-name-field-published-on {
  float: left;
  margin-right: 40px; }
  @media only screen and (max-width: 768px) {
    .field-name-field-published-on {
      float: none;
      margin-right: 0; } }

.field-name-field-authored-by {
  margin-left: 40px;
  float: left; }
  @media only screen and (max-width: 768px) {
    .field-name-field-authored-by {
      margin-left: 0;
      float: none; } }

.view-display-id-page_1 {
  text-align: center; }

.view-display-id-page_1 {
  margin-top: 20px; }

.feature {
  float: left; }
  @media only screen and (max-width: 991px) {
    .feature {
      float: none; } }
  .feature ul.views-fluid-grid-items-width-250 li.views-fluid-grid-item {
    width: 550px;
    max-width: 100%; }
    @media only screen and (max-width: 991px) {
      .feature ul.views-fluid-grid-items-width-250 li.views-fluid-grid-item {
        width: 100%; } }
  .feature .views-field.views-field-title {
    background: #00a4e0;
    padding: 10px; }
  .feature img {
    width: 100% !important;
    height: auto; }
  .feature .view-id-articles a {
    font-size: 1.5em;
    color: white; }

.secondary-feature {
  float: left;
  width: 300px; }
  @media only screen and (max-width: 991px) {
    .secondary-feature {
      float: none;
      width: 100%;
      text-align: center; } }
  .secondary-feature ul.views-fluid-grid-items-width-250 li.views-fluid-grid-item {
    width: 300px; }
  .secondary-feature ul.views-fluid-grid-items-height-300 li.views-fluid-grid-item {
    padding-bottom: 0; }
  .secondary-feature .views-field.views-field-title {
    background: #44B6D7;
    padding: 10px; }
  .secondary-feature .view-id-articles a {
    color: white; }

/* Resources */
.view-id-resources {
  text-align: left; }

td.views-field.views-field-title {
  width: 100%; }

.views-table {
  margin-top: -20px; }
  .views-table .btn.btn-primary.btn-sm {
    margin-left: 5px;
    margin-right: 5px; }

/*Accordion Styles*/
.smk_accordion {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px; }
  .smk_accordion blockquote {
    border-left: none; }
    .smk_accordion blockquote p {
      font-weight: 400; }
  .smk_accordion .accordion_in {
    position: relative;
    z-index: 10;
    margin-top: -1px;
    overflow: hidden; }
    .smk_accordion .accordion_in .acc_head {
      position: relative;
      padding: 10px;
      font-size: 18px;
      display: block;
      cursor: pointer;
      font-weight: bold; }
      .smk_accordion .accordion_in .acc_head .acc_icon_expand {
        display: block;
        width: 18px;
        height: 18px;
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -9px;
        background: url(/sites/default/files/plusminus.png) center 0; }
    .smk_accordion .accordion_in .acc_content {
      color: #7b7e85;
      padding: 3px 10px; }
      .smk_accordion .accordion_in .acc_content h1:first-of-type, .smk_accordion .accordion_in .acc_content h2:first-of-type, .smk_accordion .accordion_in .acc_content h3:first-of-type, .smk_accordion .accordion_in .acc_content h4:first-of-type, .smk_accordion .accordion_in .acc_content h5:first-of-type, .smk_accordion .accordion_in .acc_content h6:first-of-type {
        margin-top: 5px; }

.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
  border-radius: 3px 3px 0 0; }

.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
  border-radius: 0 0 3px 3px; }

.smk_accordion .accordion_in.acc_active > .acc_content {
  display: block; }

.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
  background: url(/sites/default/files/plusminus.png) center -18px; }

.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left: 40px; }

/*Print Styles*/
@media print {
  .bannerimage {
    display: none; }

  .mobile {
    display: block; }

  .desktop {
    display: none; }

  a[href]:after {
    content: none !important; } }

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