.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  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: #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. */
}

.sticky {
  display: block;
}

.gallery-caption {
  display: block;
}

.bypostauthor {
  display: block;
}

/*-----Lightbox-----*/
/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #222;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 0px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.accordion {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: 0.8rem 0;
  cursor: pointer;
  font-weight: normal;
}

.accordion-thumb::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 7px;
  float: right;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
}

/* Active */
.accordion-item.is-active .accordion-thumb::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.grid-6 li {
  float: left;
  margin: 0 30px 30px 0;
}

@media (min-width: 1060px) {
  .grid-6 li {
    width: calc(16.66% - 25px);
  }
  .grid-6 li:nth-child(6n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1059px) {
  .grid-6 li {
    width: calc(25% - 22.5px);
  }
  .grid-6 li:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  .grid-6 li {
    width: calc(50% - 15px);
  }
  .grid-6 li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 400px) {
  .grid-6 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 399px) {
  .grid-6 li {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
.grid-4 li {
  float: left;
  margin: 0 30px 30px 0;
}

@media (min-width: 1060px) {
  .grid-4 li {
    width: calc(25% - 22.5px);
  }
  .grid-4 li:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1059px) {
  .grid-4 li {
    width: calc(33.33% - 20px);
  }
  .grid-4 li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  .grid-4 li {
    width: calc(50% - 15px);
  }
  .grid-4 li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 400px) {
  .grid-4 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 399px) {
  .grid-4 li {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
/*-----Login Form-----*/
#cnm-login-form label {
  display: none !important;
}
#cnm-login-form .cnm-create-account {
  color: #ffffff;
}
#cnm-login-form input:not([type=submit]) {
  padding: 5px 15px;
  font-size: 22px;
  height: 60px;
  text-overflow: ellipsis;
  border: none;
  border-radius: 3px;
  display: block;
  width: 100%;
}
#cnm-login-form #wp-submit {
  background: #99a4ae;
  color: #ffffff;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-weight: 900;
  border-radius: 3px;
  transition: all 0.2s ease;
  -webkit-appearance: none;
  height: 60px;
  font-size: 22px;
  padding: 0 30px;
}
#cnm-login-form #wp-submit:hover {
  background: #e67e22;
}
#cnm-login-form .login-submit {
  float: left;
  margin-right: 20px;
}

#cnm-password-reset,
#cnm-account-help {
  float: left;
  margin-top: 15px;
  display: inline-block;
  color: #ffffff;
}

#cnm-account-help {
  margin-left: 20px;
}

/*-----User Dashboard-----*/
.dashboard-top {
  padding: 50px 0;
  background: linear-gradient(to right, rgba(41, 128, 185, 0.9) 1%, rgba(41, 177, 185, 0.9) 50%, rgba(115, 199, 101, 0.9) 100%);
}
.dashboard-top .site-container {
  overflow: visible;
}
.dashboard-top h1 {
  color: #ffffff;
}
.dashboard-top ul {
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.dashboard-top ul li {
  width: 16.66%;
  margin-right: 20px;
}
.dashboard-top ul li a {
  text-align: center;
  background: #ffffff;
  display: block;
  border-radius: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
  height: 100%;
  padding: 30px 15px;
  color: #2c3e50;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.dashboard-top ul li a:hover {
  color: #99a4ae;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}

#civi-user-dashboard .crm-title {
  display: none !important;
}
#civi-user-dashboard .dashboard-elements .header-dark {
  letter-spacing: -0.02em;
  font-family: "calluna", serif;
  font-weight: 900;
  font-size: 45px;
  line-height: 45px;
  color: #99a4ae;
  background-color: inherit;
  padding: 0;
  margin: 0 0 20px;
}

@media (max-width: 1100px) {
  .dashboard-top h1 {
    text-align: center;
  }
  .dashboard-top ul {
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }
  .dashboard-top ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .dashboard-top ul li a {
    padding: 10px 15px;
  }
}
@media (max-width: 599px) {
  #cnm-login-form input:not([type=submit]) {
    height: 40px;
    font-size: 16px;
    padding: 5px 10px;
    border: none;
  }
}
* {
  outline: none;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #2c3e50;
  margin: 0;
  font: 300 18px/26px "museo-sans", sans-serif;
  color: #333333;
}

main {
  display: block;
}

input, textarea, select {
  margin: 0;
  font: 300 18px/26px "museo-sans", sans-serif;
  color: #333333;
}

body.night:before {
  content: "";
  background: rgba(52, 73, 94, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  max-height: 100%;
}

a, a:before {
  color: #333333;
  transition: all 0.2s ease;
}

a:hover {
  text-decoration: none;
}

.button, a.button, button, input[type=submit].searchButton {
  display: inline-block;
  padding: 5px 30px;
  font-weight: 700;
  border-radius: 3px;
  text-decoration: none;
  background: #99a4ae;
  color: #ffffff;
}

.button, a.button:hover, button:hover, input[type=submit]:hover {
  background: #e67e22;
  cursor: pointer;
  color: #ffffff;
}

input[type=submit].searchButton {
  border: none;
}
input[type=submit].searchButton:hover {
  border: none;
}

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

p.tip {
  font: 300 14px/18px "museo-sans", sans-serif;
  padding-top: 5px;
}

.btm {
  margin-bottom: 30px;
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: normal;
  font-weight: 700;
}

h1 {
  font-family: "calluna", serif;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #34495e;
  font-size: 60px;
  line-height: 55px;
  margin-bottom: 30px;
}

h2 {
  letter-spacing: -0.02em;
  font-family: "calluna", serif;
  font-weight: 900;
  font-size: 45px;
  line-height: 45px;
  color: #99a4ae;
}

.big {
  font-size: 70px;
  line-height: 65px;
}

input.big {
  font-size: initial;
  line-height: initial;
}

h3 {
  letter-spacing: -0.02em;
  font-family: "calluna", serif;
  font-weight: 900;
  font-size: 25px;
  color: #2c3e50;
}

h4, h4 a {
  font-size: 18px;
  color: #2c3e50;
}

h4.alt {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

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

iframe {
  max-width: 100% !important;
}

p.big {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.main {
  padding: 75px 0;
  background: #ffffff;
}

.main.alt {
  background: #eeeeee;
}

.header-image {
  height: 250px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.title {
  height: 250px;
  position: relative;
}

section.title:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(to bottom, rgba(52, 73, 94, 0.25) 0%, rgba(52, 73, 94, 0.75) 100%);
  z-index: 2;
}

/*-----Grid-----*/
.site-container {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.site-container.narrow {
  width: 900px;
}

.site-container.skinny {
  width: 600px;
}

.site-container.max {
  max-width: 100%;
  width: auto;
  padding: 0 30px;
}

.col-75 {
  float: left;
  width: calc(75% - 18.75px);
  margin-right: 75px;
  min-height: 1px;
}

.col-66 {
  float: left;
  width: calc(66.66% - 25px);
  margin-right: 75px;
  min-height: 1px;
}

.col-50 {
  float: left;
  width: calc(50% - 25px);
  margin-right: 50px;
  min-height: 1px;
}

.col-33 {
  float: left;
  width: calc(33.33% - 50px);
  margin-right: 75px;
  min-height: 1px;
}

.col-25 {
  float: left;
  width: calc(25% - 56.25px);
  margin-right: 75px;
  min-height: 1px;
}

.col-last {
  margin-right: 0;
}

.col-25:nth-child(4n) {
  margin-right: 0;
}

/*-----Forms-----*/
.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper li {
  list-style-type: none;
  padding-right: 0 !important;
}
.gform_wrapper .gfield,
.gform_wrapper .ginput_container {
  margin: 0 !important;
}
.gform_wrapper textarea, .gform_wrapper input:not([type=submit]):not([type=checkbox]), .gform_wrapper select {
  display: block;
  width: 100% !important;
  border: 3px solid #eeeeee !important;
  border-radius: 3px !important;
  padding: 5px 15px !important;
  font: 400 15px/26px "museo-sans", sans-serif;
  color: #333333 !important;
  margin-top: 0 !important;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none !important;
  background-color: inherit;
}
.gform_wrapper select {
  color: #757575 !important;
  opacity: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' width='20' height='20' viewBox='0 0 401.998 401.998'%3E%3Cpath d='M73.092,164.452h255.813c4.949,0,9.233-1.807,12.848-5.424c3.613-3.616,5.427-7.898,5.427-12.847 c0-4.949-1.813-9.229-5.427-12.85L213.846,5.424C210.232,1.812,205.951,0,200.999,0s-9.233,1.812-12.85,5.424L60.242,133.331 c-3.617,3.617-5.424,7.901-5.424,12.85c0,4.948,1.807,9.231,5.424,12.847C63.863,162.645,68.144,164.452,73.092,164.452z'/%3E%3Cpath d='M328.905,237.549H73.092c-4.952,0-9.233,1.808-12.85,5.421c-3.617,3.617-5.424,7.898-5.424,12.847 c0,4.949,1.807,9.233,5.424,12.848L188.149,396.57c3.621,3.617,7.902,5.428,12.85,5.428s9.233-1.811,12.847-5.428l127.907-127.906 c3.613-3.614,5.427-7.898,5.427-12.848c0-4.948-1.813-9.229-5.427-12.847C338.139,239.353,333.854,237.549,328.905,237.549z'/%3E%3C/svg%3E");
  height: 42px;
  background-repeat: no-repeat;
  background-position: 99%;
}
.gform_wrapper .gfield_checkbox input {
  position: relative;
  top: -4px;
}
.gform_wrapper ::-webkit-input-placeholder {
  color: #757575 !important;
}
.gform_wrapper ::-webkit-input-placeholder,
.gform_wrapper :-ms-input-placeholder {
  color: #757575 !important;
}
.gform_wrapper ::placeholder {
  color: #757575 !important;
}
.gform_wrapper textarea {
  margin-bottom: 0;
  height: 100px !important;
}
.gform_wrapper .gform_footer.top_label {
  margin-top: 15px !important;
  padding-top: 0 !important;
}
.gform_wrapper label {
  display: none;
}
.gform_wrapper .button {
  font-family: "museo-sans", sans-serif;
  font-size: 18px;
  font-weight: 900;
  margin-top: 5px;
  color: #ffffff;
  background: #99a4ae;
  padding: 5px 15px;
  line-height: 26px;
  border: none;
  -webkit-appearance: none !important;
}
.gform_wrapper .button:hover {
  background: #e67e22;
}

.gform_confirmation_message {
  font-size: 30px;
  line-height: 32px;
  color: #e67e22;
  font-weight: bold;
}

/*-----Helpers-----*/
.background-contrast {
  background-color: #eeeeee;
}

.background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-center {
  text-align: center;
}

.unstyled {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.lines {
  border-collapse: collapse;
  width: 100%;
}

.lines th {
  text-align: left;
}

.lines th, .lines td {
  padding: 7.5px;
  border-bottom: solid 1px #99a4ae;
}

.clearfix:before,
.clearfix:after,
.site-container:before,
.site-container:after {
  content: " ";
  display: table;
}

.clearfix:after,
.site-container:after {
  clear: both;
}

/*-----Fix Flash of Unstyled Text-----*/
.wf-loading {
  opacity: 0;
}

.wf-active {
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 1;
}

.wf-inactive {
  opacity: 1;
}

@media (min-width: 1140px) {
  .visible-sm {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .site-container,
  .site-container.narrow {
    padding: 0 30px;
    width: auto;
  }
}
@media (max-width: 900px) {
  body {
    -webkit-text-size-adjust: none;
  }
  h1 {
    font-size: 40px;
    line-height: 40px;
  }
  h2 {
    font-size: 30px;
    line-height: 30px;
  }
  h3 {
    font-size: 20px;
    line-height: 20px;
  }
  h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .col-75,
  .col-66,
  .col-50,
  .col-33,
  .col-25 {
    width: auto;
    float: none;
    margin: 0;
  }
  .main {
    padding: 30px 0;
  }
  .big {
    font-size: 50px;
    line-height: 45px;
  }
  .site-container.skinny {
    padding: 0 30px;
    width: auto;
  }
}
.cnm-blue-border {
  border-bottom: solid 1px #2980b9;
}

.cnm-aqua-border {
  border-bottom: solid 1px #29b1b9;
}

.cnm-green-border {
  border-bottom: solid 1px #73c765;
}

.cnm-yellow-border {
  border-bottom: solid 1px #e2b900;
}

.cnm-orange-border {
  border-bottom: solid 1px #e67e22;
}

.cnm-red-border {
  border-bottom: solid 1px #b93729;
}

.cnm-default-border {
  border-bottom: solid 1px #99a4ae;
}

.cnm-blue-text {
  color: #2980b9;
}

.cnm-aqua-text {
  color: #29b1b9;
}

.cnm-green-text {
  color: #73c765;
}

.cnm-yellow-text {
  color: #e2b900;
}

.cnm-orange-text {
  color: #e67e22;
}

.cnm-red-text {
  color: #b93729;
}

.cnm-default-text {
  color: #99a4ae;
}

.cnm-blue-translucent-bg {
  background: rgba(41, 128, 185, 0.1);
}
.cnm-blue-translucent-bg:hover {
  background: #2980b9;
}

.cnm-aqua-translucent-bg {
  background: rgba(41, 177, 185, 0.1);
}
.cnm-aqua-translucent-bg:hover {
  background: #29b1b9;
}

.cnm-green-translucent-bg {
  background: rgba(115, 199, 101, 0.1);
}
.cnm-green-translucent-bg:hover {
  background: #73c765;
}

.cnm-yellow-translucent-bg {
  background: rgba(226, 185, 0, 0.1);
}
.cnm-yellow-translucent-bg:hover {
  background: #e2b900;
}

.cnm-orange-translucent-bg {
  background: rgba(230, 126, 34, 0.1);
}
.cnm-orange-translucent-bg:hover {
  background: #e67e22;
}

.cnm-red-translucent-bg {
  background: rgba(185, 55, 41, 0.1);
}
.cnm-red-translucent-bg:hover {
  background: #b93729;
}

.cnm-blue-gradient-vertical {
  background: linear-gradient(to bottom, rgba(52, 73, 94, 0.75) 0%, rgba(41, 128, 185, 0.75) 100%) !important;
}

.cnm-aqua-gradient-vertical {
  background: linear-gradient(to bottom, rgba(52, 73, 94, 0.75) 0%, rgba(41, 177, 185, 0.75) 100%) !important;
}

.cnm-green-gradient-vertical {
  background: linear-gradient(to bottom, rgba(52, 73, 94, 0.75) 0%, rgba(115, 199, 101, 0.75) 100%) !important;
}

.cnm-yellow-gradient-vertical {
  background: linear-gradient(to bottom, rgba(52, 73, 94, 0.75) 0%, rgba(226, 185, 0, 0.75) 100%) !important;
}

.cnm-orange-gradient-vertical {
  background: linear-gradient(to bottom, rgba(52, 73, 94, 0.75) 0%, rgba(230, 126, 34, 0.75) 100%) !important;
}

.cnm-red-gradient-vertical {
  background: linear-gradient(to bottom, rgba(52, 73, 94, 0.75) 0%, rgba(185, 55, 41, 0.75) 100%) !important;
}

.cnm-default-gradient-vertical {
  background: linear-gradient(to bottom, rgba(52, 73, 94, 0.75) 0%, rgba(153, 164, 174, 0.75) 100%);
}

/*-----Topic Pages-----*/
.topic-intro-content {
  color: #ffffff;
  width: 75%;
  padding: 100px calc(25% + 100px) 100px 150px;
  position: relative;
}
.topic-intro-content h1 {
  color: #ffffff;
}

.topic-intro-pic {
  width: 25%;
  padding: 100px 0;
}
.topic-intro-pic img {
  display: block;
  max-width: 200%;
  position: relative;
  margin-left: -100%;
  z-index: 2;
}

.topic-main {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
}

.topic-benefit-list li {
  display: inline-block;
  letter-spacing: -0.02em;
  font-family: "calluna", serif;
  font-weight: 900;
  font-size: 25px;
  margin-bottom: 15px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 5px 10px;
}
.topic-benefit-list.muted li {
  background: linear-gradient(to right, #eeeeee 0%, rgba(0, 0, 0, 0) 100%);
  color: #99a4ae;
}

.topic-workshop .site-container {
  padding: 75px 0;
}

.main h4.alt {
  margin: 0;
}

.main.topic-workshop {
  padding: 0;
}

.topic-section-4 {
  *zoom: 1;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.topic-section-4:before, .topic-section-4:after {
  display: table;
  content: "";
}
.topic-section-4:after {
  clear: both;
}
.topic-section-4 * {
  color: #ffffff;
  z-index: 10;
  position: relative;
}
.topic-section-4:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
}

#resources-wrapper {
  display: none;
}

@media (max-width: 1199px) {
  .topic-main {
    display: block;
  }
  .topic-intro-content {
    width: 100%;
    z-index: 10;
    padding: 75px;
  }
  .topic-intro-pic {
    width: 100%;
    padding: 0;
  }
  .topic-intro-pic img {
    max-width: 250%;
    position: absolute;
  }
  .topic-benefit-list li {
    display: block;
  }
  .topic-workshop .site-container {
    background-size: 33%;
    background-position: -10% 130%;
  }
  .topic-workshop .col-50 {
    width: 33.33%;
  }
  .topic-workshop .col-50.col-last {
    width: 66.66%;
    float: right;
  }
}
@media (max-width: 900px) {
  .topic-workshop .site-container {
    background-size: 0;
    padding: 0;
  }
  .topic-workshop .col-50 {
    width: 0%;
  }
  .topic-workshop .col-50.col-last {
    width: 100%;
    float: none;
    padding: 50px;
  }
  .topic-intro-content {
    padding: 50px;
  }
  .main.certification,
  .main.resources {
    padding: 50px;
  }
  .main.certification .site-container,
  .main.resources .site-container {
    padding: 0;
  }
  .topic-section-4 {
    padding: 50px;
  }
  .topic-section-4 .site-container {
    padding: 0;
  }
}
@media (max-width: 400px) {
  .topic-intro-pic img {
    max-width: 400%;
  }
}
.cnm-layout-section {
  padding: 75px 0;
  background-color: #ffffff;
}
.cnm-layout-section.gray_background {
  background-color: #eeeeee;
}
.cnm-layout-section.narrow_container .site-container {
  max-width: 900px;
}
.cnm-layout-section.remove_top_padding {
  padding-top: 0;
}
.cnm-layout-section.remove_bottom_padding {
  padding-bottom: 0;
}
.cnm-layout-section.skinny .site-container {
  max-width: 600px;
}

.short-header-image {
  height: 250px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.short-header-image:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(to bottom, rgba(52, 73, 94, 0.25) 0%, rgba(52, 73, 94, 0.75) 100%);
  z-index: 2;
}

.image-cta-row {
  margin-bottom: 75px;
}

.cnm-gallery li {
  float: left;
  width: calc(16.66% - 12.5px);
  margin-right: 15px;
  margin-bottom: 15px;
}
.cnm-gallery li:nth-child(6n) {
  margin-right: 0;
}

.cnm-gallery-image {
  display: block;
  height: 0;
  padding-top: 100%;
  background-size: cover !important;
  background-position: center center !important;
}

@media (max-width: 900px) {
  .cnm-layout-section {
    padding: 30px 0;
  }
  .short-header-image {
    height: 150px;
  }
  .image-cta-row img {
    margin-bottom: 10px;
  }
  .cnm-gallery li {
    float: left;
    width: calc(33.33% - 12.5px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .cnm-gallery li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .cnm-gallery li {
    float: left;
    width: calc(50% - 12.5px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .cnm-gallery li:nth-child(2n) {
    margin-right: 0;
  }
}
.job-search-menu:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(to bottom, rgba(52, 73, 94, 0.25) 0%, rgba(52, 73, 94, 0.75) 100%);
  z-index: 2;
}

.filter,
.cnm-event-widget .cew-filters {
  background: #eeeeee;
  padding: 30px;
  border-radius: 5px;
  margin: 0 0 15px;
}
.filter ul,
.filter #cew-topic-filter,
.filter #cew-certificate-filter,
.cnm-event-widget .cew-filters ul,
.cnm-event-widget .cew-filters #cew-topic-filter,
.cnm-event-widget .cew-filters #cew-certificate-filter {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 18px;
  overflow-x: auto;
}
.filter ul .fixcheckbox,
.filter #cew-topic-filter .fixcheckbox,
.filter #cew-certificate-filter .fixcheckbox,
.cnm-event-widget .cew-filters ul .fixcheckbox,
.cnm-event-widget .cew-filters #cew-topic-filter .fixcheckbox,
.cnm-event-widget .cew-filters #cew-certificate-filter .fixcheckbox {
  margin: 0 0 8px 0;
}
.filter ul .fixcheckbox input,
.filter #cew-topic-filter .fixcheckbox input,
.filter #cew-certificate-filter .fixcheckbox input,
.cnm-event-widget .cew-filters ul .fixcheckbox input,
.cnm-event-widget .cew-filters #cew-topic-filter .fixcheckbox input,
.cnm-event-widget .cew-filters #cew-certificate-filter .fixcheckbox input {
  margin-right: 5px;
}
.filter ul li,
.filter #cew-topic-filter li,
.filter #cew-certificate-filter li,
.cnm-event-widget .cew-filters ul li,
.cnm-event-widget .cew-filters #cew-topic-filter li,
.cnm-event-widget .cew-filters #cew-certificate-filter li {
  margin: 0 0 8px 0;
}
.filter ul ul input,
.filter #cew-topic-filter ul input,
.filter #cew-certificate-filter ul input,
.cnm-event-widget .cew-filters ul ul input,
.cnm-event-widget .cew-filters #cew-topic-filter ul input,
.cnm-event-widget .cew-filters #cew-certificate-filter ul input {
  position: absolute;
  margin: 0;
}
.filter ul ul label,
.filter #cew-topic-filter ul label,
.filter #cew-certificate-filter ul label,
.cnm-event-widget .cew-filters ul ul label,
.cnm-event-widget .cew-filters #cew-topic-filter ul label,
.cnm-event-widget .cew-filters #cew-certificate-filter ul label {
  display: block;
  position: relative;
  padding-left: 20px;
}
.filter #cew-date-filter,
.cnm-event-widget .cew-filters #cew-date-filter {
  margin-bottom: 30px;
}

.cnm-event-widget button {
  font-size: 18px !important;
  border: none;
  font-family: "museo-sans", sans-serif;
}
.cnm-event-widget .crm-button:hover {
  color: #ffffff;
}
.cnm-event-widget #cew-date-filter label,
.cnm-event-widget #cew-topic-filter label,
.cnm-event-widget #cew-certificate-filter label {
  display: block;
  font-size: 18px;
  color: #34495e;
  margin-bottom: 15px;
  line-height: normal;
  font-weight: 700;
}
.cnm-event-widget #cew-date-filter #datepicker,
.cnm-event-widget #cew-topic-filter #datepicker,
.cnm-event-widget #cew-certificate-filter #datepicker {
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding: 5px;
  width: 100%;
}

@media (min-width: 1100px) {
  .job-board-results-wrapper,
  .cnm-event-widget .cew-results {
    float: left;
    width: calc(100% - 300px);
    padding: 0;
  }
  .job-board-filters-wrapper,
  .cnm-event-widget .cew-filters-wrapper {
    float: left;
    width: 240px;
    margin-right: 60px;
  }
}
.filter.full ul {
  max-height: 100%;
}

.job-help, .job-org {
  border: solid 3px #eeeeee;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job-org img {
  display: block;
  margin-bottom: 15px;
}
.job-org p {
  margin-bottom: 10px;
}

.filters-heading {
  color: #2c3e50;
  display: inline-block;
  border-style: solid;
  border-width: 0 0 3px 0;
  -webkit-border-image: -webkit-linear-gradient(left, rgb(115, 199, 101) 1%, rgb(41, 177, 185) 50%, rgb(41, 128, 185) 100%) 0 0 100% 0/0 0 3px 0 stretch;
  border-image: linear-gradient(to left, rgb(115, 199, 101) 1%, rgb(41, 177, 185) 50%, rgb(41, 128, 185) 100%) 0 0 100% 0/0 0 3px 0 stretch;
}

.job-help ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}

.crm-button {
  font-size: 14px;
  color: #ffffff;
  padding: 0 15px;
  background: #99a4ae;
  font-weight: 700;
  border-radius: 3px;
  line-height: 24px;
  display: inline-block;
  text-decoration: none;
}
.crm-button:hover {
  background: #e67e22;
  color: #ffffff;
}

table.grid {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 0;
  font: 300 16px/24px "museo-sans", sans-serif;
}
table.grid th.cnm_event_title {
  width: 45%;
}
table.grid th.cnm_event_function {
  width: 25%;
}
table.grid th.cnm_event_date {
  width: 23%;
}
table.grid th.cnm_event_type, table.grid th.cnm_event_register, table.grid th.cnm_event_subject {
  width: 15%;
}
table.grid th.cnm_event_photo {
  width: 8%;
}
table.grid td {
  padding: 15px;
  border-bottom: solid 1px #eeeeee;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.grid td img {
  border-radius: 50%;
  width: 40px !important;
  display: block;
}
table.grid td h4 {
  margin: 0 0 5px 0;
}
table.grid td h4 a {
  text-decoration: none;
  color: #34495e;
}
table.grid td p {
  margin: 0;
}
table.grid td p a {
  color: #333333;
  text-decoration: none;
}
table.grid td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
table.grid td a:hover {
  color: #99a4ae;
}
table.grid td a.button {
  font-size: 14px;
  color: #ffffff;
  padding: 0 15px;
}

table.grid tr:hover {
  background: linear-gradient(to left, rgba(115, 199, 101, 0.05) 1%, rgba(41, 177, 185, 0.05) 50%, rgba(41, 128, 185, 0.05) 100%);
}

table.grid th {
  text-align: left;
  padding: 5px 15px;
  border-bottom: solid 1px #eeeeee;
  color: #99a4ae;
  font-weight: 400;
  font-size: 14px;
  background: #ffffff;
}

.instructor img {
  border-radius: 50%;
  width: 40px !important;
  display: inline-block;
  margin-right: 10px;
  transform: translateY(10px);
}

ul.side-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.side-list li {
  padding-bottom: 7.5px;
  margin-bottom: 7.5px;
  border-bottom: solid 1px #eeeeee;
}

ul.pager {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.pager li {
  display: inline-block;
}
ul.pager li a {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  color: #99a4ae;
  padding: 3px;
}
ul.pager li a:hover {
  color: #34495e;
}

.members input[type=submit] {
  margin: 0 15px 15px 0;
}

.ad {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.ad.top {
  margin-bottom: 30px;
}

p.help {
  color: #ffffff;
  display: inline-block;
}
p.help a {
  color: #ffffff;
}

.org {
  display: none;
}

.showorg .org {
  display: block;
}

.sf-field-submit input {
  border-radius: 3px;
  background: #99a4ae;
  font-weight: 900;
  color: #ffffff;
  border-width: 0;
}
.sf-field-submit input:hover {
  background-color: #e67e22;
}

.search-page-header-image {
  position: relative;
  background-size: cover;
  height: 190px;
}
.search-page-header-image h1 {
  color: #ffffff;
  text-align: center;
}
.search-page-header-image .site-container {
  position: relative;
  z-index: 3;
}

.sf-field-search {
  display: block !important;
  position: absolute;
  top: 141px;
  left: 25%;
  width: 34%;
  z-index: 10;
}
.sf-field-search input {
  padding: 5px 15px;
  font-size: 22px;
  border: solid 3px #eeeeee;
  height: 60px;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  border-radius: 3px;
}
.sf-field-search input:focus {
  border: solid 3px #2980b9;
}

.sf-field-submit {
  display: block !important;
  position: absolute;
  top: 160px;
  left: 60%;
  width: 15%;
  z-index: 80;
}
.sf-field-submit input {
  height: 60px;
  font-size: 22px;
  padding: 0 30px;
  width: 100%;
  position: relative;
  top: -19px;
}

#faq-page h1 {
  color: white;
  text-align: center;
}

.toggle-activate svg {
  transform: rotate(45deg);
}

.job-help {
  padding-bottom: 15px;
}

.end-of-jobs {
  margin-top: 30px;
}

.job-board-search {
  position: relative;
  background-size: cover;
  padding: 95px 0;
}

.job-board-filters-inner .sf-field-search input {
  padding: 5px 10px;
  width: 100%;
}

@media (min-width: 1060px) {
  #job-filter-toggle,
  #job-help-toggle {
    display: none;
  }
}
@media (max-width: 1059px) {
  .ad {
    display: none;
  }
  #jobs {
    padding: 30px 0;
  }
  .job-board-filters-wrapper,
  .job-board-results-wrapper {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .job-board-filters-inner {
    visibility: hidden;
  }
  .job-board-filters-inner.filter-hide {
    height: 0;
  }
  .job-board-filters-inner.filter-hide .sf-field-search,
  .job-board-filters-inner.filter-hide .sf-field-submit {
    visibility: visible;
  }
  .search-page-header-image {
    height: 140px;
  }
  .job-help-inner {
    display: none;
  }
  #job-filter-toggle,
  #job-help-toggle {
    float: right;
  }
  #job-filter-toggle:hover,
  #job-help-toggle:hover {
    cursor: pointer;
  }
  #job-filter-toggle svg,
  #job-help-toggle svg {
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    display: block;
    fill: #99a4ae;
    height: 25px;
    width: 25px;
  }
  .sf-field-search {
    left: 5%;
    width: 63%;
    top: 110px;
  }
  .sf-field-search input[type=text] {
    height: 40px;
    font-size: 16px;
    padding: 5px 10px;
    border: none;
  }
  .sf-field-submit {
    left: 70%;
    width: 25%;
    top: 129px;
  }
  .sf-field-submit input[type=submit] {
    height: 40px;
    font-size: 16px;
  }
  .mobile-table {
    overflow-x: auto;
  }
  table.grid {
    table-layout: auto;
  }
  .job-org, .job-help {
    padding: 20px 20px 10px 20px;
    margin-bottom: 30px;
  }
  .job-org img, .job-help img {
    width: 33.33%;
    max-width: 125px;
    float: left;
    margin-right: 20px;
  }
  .job-org .job-org-info, .job-help .job-org-info {
    width: calc(66.66% - 20px);
    float: left;
  }
  #job-board-filters .sf-field-submit {
    padding-bottom: 20px;
  }
  .filter-hide {
    visibility: hidden;
  }
  .filter-display {
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .job-board-search {
    padding: 50px 0;
  }
  table.grid td {
    overflow: scroll;
  }
}
header {
  background: #ffffff;
  padding: 0 50px;
  position: relative;
  z-index: 98;
  height: 76px;
}
header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header li {
  float: left;
}

.site-logo {
  display: block;
  position: absolute;
  top: 12px;
  height: 120px;
  width: 120px;
  text-align: center;
  z-index: 999;
}
.site-logo.alert-active {
  top: -22px;
}
#covid-alert {
  background: #2980b9;
  padding: 10px;
}
#covid-alert p {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
#covid-alert p a {
  color: #ffffff;
}

#nav-toggle {
  display: none;
}

#auxiliary-menu {
  float: right;
  margin-top: 20px;
}
#auxiliary-menu a {
  text-decoration: none;
  padding: 5px 10px;
  display: block;
  color: #2c3e50;
}
#auxiliary-menu a:hover {
  color: #99a4ae;
}
#auxiliary-menu li.job-search a {
  padding: 5px 15px;
  border-radius: 3px;
  border: solid 1px #2c3e50;
}
#auxiliary-menu li.job-search a:hover {
  color: #ffffff;
  background: #99a4ae;
  border: solid 1px #99a4ae;
}

#pants {
  display: initial;
}

#site-navigation {
  float: left;
  margin-left: 130px;
}
#site-navigation li a {
  text-decoration: none;
  padding: 25px 15px;
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: #2c3e50;
}
#site-navigation li a:hover {
  color: #99a4ae;
}
#site-navigation li li {
  float: none;
}
#site-navigation li li > a {
  text-transform: none;
  padding: 7.5px 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}
#site-navigation li > ul {
  display: none;
  position: absolute;
  z-index: 99;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  transform: translateY(-15px);
}
#site-navigation li > ul {
  background: #ffffff;
  padding: 15px;
  margin-left: -15px;
  width: 200px;
}
#site-navigation li:hover ul {
  display: block;
}

@media (min-width: 1180px) {
  #site-navigation li .jumbo-container {
    display: none;
    position: absolute;
    z-index: 99;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    transform: translateY(-15px);
  }
  #site-navigation li:hover .jumbo-container {
    display: block;
  }
  #site-navigation li .jumbo-container {
    width: 100%;
    background: #ffffff;
    left: 0;
    margin: 0;
  }
  #site-navigation li .jumbo-container .sub-menu {
    display: flex;
    width: 1000px;
    float: none;
    margin: 0 auto;
    position: static;
    padding: 0;
    box-shadow: none;
    transform: none;
  }
  #site-navigation li .jumbo-container li {
    flex: 1;
  }
  #site-navigation li .jumbo-container li a {
    text-align: center;
    padding: 30px;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    height: 100%;
  }
  #site-navigation li .jumbo-container li > a:hover {
    color: #99a4ae;
  }
  #site-navigation li .jumbo-container svg {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 5px auto;
    background-size: 50px 50px !important;
    background-repeat: no-repeat !important;
  }
  #site-navigation li .jumbo-container .icon-big svg {
    height: 250px;
    width: 250px;
    position: absolute;
    fill: white;
  }
  #site-navigation li .jumbo-container li li a:before {
    display: none;
  }
  #site-navigation li .jumbo-container .topic-offerings a {
    color: #ffffff;
  }
  #site-navigation li .jumbo-container li .details {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    color: #ffffff;
    padding: 30px 0;
    overflow: hidden;
  }
  #site-navigation li .jumbo-container li .details .site-container {
    width: 1000px;
  }
  #site-navigation li .jumbo-container li .details a.button {
    background: #ffffff;
    display: inline-block;
    padding: 5px 30px;
    font-weight: 700;
    border-radius: 3px;
    line-height: 26px;
  }
  #site-navigation li .jumbo-container li .details a.button:hover {
    background: rgba(255, 255, 255, 0.75);
  }
  #site-navigation li .jumbo-container li .details a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  #site-navigation li .jumbo-container li .details h2 {
    margin: 0 0 5px 0;
    color: #ffffff;
  }
  #site-navigation li .jumbo-container li .details h4 {
    margin: 0 0 10px 0;
    color: #ffffff;
  }
  #site-navigation li .jumbo-container li .details a {
    padding: 0;
    font-weight: 300;
    text-align: left;
    font-size: 16px;
  }
  #site-navigation li .jumbo-container li .details li a {
    padding: 5px 0;
  }
  #site-navigation li .jumbo-container li:hover .details {
    display: block;
  }
}
@media (min-width: 1180px) and (max-width: 1279px) {
  #site-navigation li a {
    font-size: 17px;
    padding: 25px 12px;
  }
  #aux-navigation li a {
    font-size: 17px;
  }
}
@media (max-width: 1179px) {
  #aux-navigation {
    display: none;
  }
  #outer-wrapper {
    position: relative;
    transition: transform 0.25s;
    -webkit-backface-visibility: hidden;
  }
  #outer-wrapper.nav-open {
    transform: translate3d(250px, 0, 0);
  }
  header {
    padding: 0;
    height: 60px;
  }
  .site-logo {
    margin: 0 auto;
    left: calc(50% - 40px);
    top: 5px;
    width: 80px;
    height: 80px;
  }
  .site-logo.alert-active {
    top: -12px;
  }
  .site-logo img {
    margin-top: 0;
  }
  #nav-toggle {
    display: block;
    position: absolute;
    top: 7px;
    left: 15px;
    width: 40px;
    height: 40px;
  }
  ul.aux {
    display: none;
  }
  #nav-toggle:after {
    display: inline-block;
    content: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='45' height='45' fill='%2334495e' viewBox='0 0 32 32'%3E%3Cpath d='M28.068 14.114h-24.136c-1.041 0-1.131 0.843-1.131 1.886s0.091 1.886 1.131 1.886h24.136c1.041 0 1.131-0.843 1.131-1.886s-0.091-1.886-1.131-1.886zM28.068 21.657h-24.136c-1.041 0-1.131 0.843-1.131 1.886s0.091 1.886 1.131 1.886h24.136c1.041 0 1.131-0.843 1.131-1.886s-0.091-1.886-1.131-1.886zM3.932 10.343h24.136c1.041 0 1.131-0.843 1.131-1.886s-0.091-1.886-1.131-1.886h-24.136c-1.041 0-1.131 0.843-1.131 1.886s0.091 1.886 1.131 1.886z'%3E%3C/path%3E%3C/svg%3E");
  }
  #nav-toggle.nav-open:after {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='45' height='45' fill='%2334495e' viewBox='0 0 32 32'%3E%3Cpath d='M22.958 21.043l-4.413-5.043 4.413-5.043c0.75-0.75 0.75-1.966 0-2.715s-1.966-0.749-2.715 0l-4.243 4.85-4.242-4.848c-0.75-0.75-1.966-0.75-2.715 0s-0.749 1.966 0 2.715l4.411 5.042-4.413 5.043c-0.749 0.75-0.749 1.963 0 2.712 0.75 0.75 1.966 0.75 2.715 0l4.243-4.846 4.242 4.846c0.75 0.75 1.966 0.75 2.715 0s0.75-1.962 0.002-2.712z'%3E%3C/path%3E%3C/svg%3E");
  }
  #site-navigation {
    position: absolute;
    top: 0;
    left: -250px;
    width: 250px;
    min-height: 100%;
    overflow: auto;
    background: #2c3e50;
    float: none;
    margin: 0;
    padding: 50px 0;
  }
  #site-navigation li {
    float: none;
  }
  #site-navigation li a {
    color: #ffffff;
    padding: 10px 30px;
    font-size: 18px;
  }
  #site-navigation li li a {
    padding: 10px 30px;
    font-size: 18px;
  }
  #site-navigation li .jumbo-container > ul {
    display: block;
    width: auto;
    float: none;
  }
  #site-navigation li > ul, #site-navigation #site-navigation li .jumbo-container {
    display: block;
    position: static;
    box-shadow: none;
    transform: none;
    background: transparent;
    margin: 0;
    padding: 0;
  }
  .jumbo-container li > a:before {
    display: none;
  }
  .jumbo-container li > a {
    text-align: left;
    padding: 10px 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    height: auto;
    color: #ffffff !important;
  }
  .jumbo-container li > a svg {
    display: none;
  }
  .jumbo-container li > a:hover {
    color: #99a4ae !important;
  }
  .jumbo-container li .details, .jumbo-container li:hover .details {
    display: none;
  }
  body.night:before {
    display: none;
  }
}
footer {
  background: #00629b;
  color: #ffffff;
  padding: 50px 0 0 0;
  font: 300 16px/24px "museo-sans", sans-serif;
}
footer fieldset.email-form {
  border: none;
  padding: 0;
}
footer fieldset.email-form input:not([type=submit]) {
  display: block;
  padding: 5px 15px;
  background: #ffffff;
  border: none;
  border-radius: 3px;
  width: 68%;
  float: left;
  margin-right: 2%;
  height: 34px;
}
footer fieldset.email-form input[type=submit] {
  width: 30%;
  float: left;
  height: 34px;
  background: #99a4ae;
  color: #ffffff;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-weight: 900;
  border-radius: 3px;
  transition: all 0.2s ease;
  -webkit-appearance: none;
  padding: 5px 15px;
}
footer fieldset.email-form input[type=submit]:hover {
  background: #e67e22;
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover {
  color: #99a4ae;
}
footer h3 {
  color: #ffffff;
}
footer dl {
  margin: 0;
}
footer dt {
  float: left;
  width: 65px;
  font-weight: 700;
}
footer dd {
  margin-left: 75px;
  margin-bottom: 7.5px;
}
footer dd a {
  display: inline !important;
  color: #ffffff !important;
  border-bottom: solid 1px #99a4ae;
}
footer dd a:hover {
  color: #99a4ae !important;
}
footer .form .gform_wrapper .gform_body {
  width: 68%;
  float: left;
  margin-right: 2%;
}
footer .form .gform_wrapper .gform_body input[type=text] {
  height: 34px;
  background: white !important;
  border: none !important;
  font-size: 18px !important;
}
footer .form .gform_wrapper .gform_footer {
  width: 30%;
  float: left;
  clear: none;
  margin-top: 0 !important;
}
footer .form .gform_wrapper .gform_footer input[type=submit] {
  height: 34px;
  font-size: 18px !important;
}
footer .extra {
  padding: 30px 0;
  background: #333333;
  margin-top: 50px;
}
footer .extra .site-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 900px) {
  footer .extra .site-container {
    flex-direction: column-reverse;
    gap: 30px;
  }
  footer .extra .site-container p.copy {
    text-align: center;
  }
}
footer p.copy {
  float: left;
  margin: 0;
}
footer p.social {
  float: right;
  margin: 0;
}
footer p.social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #ffffff;
  margin-left: 3px;
}
footer p.social a svg {
  height: 14px;
  fill: #ffffff;
  display: block;
  margin: 12px auto 0 auto;
  transition: all 0.2s ease;
}

@media (max-width: 900px) {
  footer {
    padding: 45px 0 0 0;
  }
  footer .extra {
    margin-top: 30px;
  }
  footer .col-33 {
    margin-bottom: 30px;
  }
  footer p.copy {
    float: none;
    margin: 0 0 15px 0;
  }
  footer p.social {
    float: none;
    margin: 0;
  }
}
.offset-hero {
  clear: both;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}

.offset-hero-image {
  height: 100%;
  position: absolute;
  top: 0;
  width: 75%;
  background-size: cover;
  background-position: center center;
}

.offset-hero-overlay {
  position: relative;
  background: linear-gradient(to right, rgba(41, 128, 185, 0.9) 1%, rgba(41, 177, 185, 0.9) 50%, rgba(115, 199, 101, 0.9) 100%);
  width: 50%;
  z-index: 2;
  padding: 50px 75px;
  color: #ffffff;
  margin: 100px 0;
  float: right;
}
.offset-hero-overlay h4 {
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 15px 0;
}

.offset-hero-heading {
  font-size: 70px;
  line-height: 65px;
  color: #ffffff;
  margin-bottom: 30px;
}

#homepage-topics {
  background: #ffffff;
  padding: 100px 0 75px;
  overflow: hidden;
}
#homepage-topics h2 {
  margin-bottom: 30px;
  text-align: center;
}

.topics-grid {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topics-grid li {
  float: left;
  width: calc(16.66% - 16.66px);
  margin-right: 20px;
}
.topics-grid li a {
  display: block;
  text-decoration: none;
  border-radius: 10px;
  height: 183px;
  padding: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
}
.topics-grid li a:hover {
  fill: #ffffff !important;
}
.topics-grid li a:hover span {
  color: #ffffff !important;
}
.topics-grid li svg {
  width: 50px;
  height: 50px;
  display: block !important;
  margin: 20px auto 5px auto;
  color: inherit;
}
.topics-grid li:last-child {
  margin-right: 0;
}

.civicontact a {
  word-break: break-all;
}

.civicontact {
  margin-bottom: 20px;
}

.homepage-directory {
  display: flex;
  background: #eeeeee;
}
.homepage-directory .homepage-directory-content {
  padding: 100px;
  width: 50%;
}
.homepage-directory .homepage-directory-content h2 {
  color: #34495e;
}
.homepage-directory .homepage-directory-photo {
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.crm-search-display-grid-layout-3 > div {
  height: 100%;
}

@media (max-width: 1100px) {
  .homepage-directory .homepage-directory-content {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .homepage-directory {
    flex-direction: column-reverse;
  }
  .homepage-directory .homepage-directory-content,
  .homepage-directory .homepage-directory-photo {
    width: 100%;
  }
  .homepage-directory .homepage-directory-content {
    padding: 50px;
  }
  .homepage-directory .homepage-directory-photo {
    aspect-ratio: 2/1;
  }
}
.home .membership {
  padding: 100px 0;
}

.membership {
  background: #fff;
  padding: 100px 0;
  text-align: center;
}
.membership strong {
  display: inline-block;
  border-style: solid;
  border-width: 0 0 3px 0;
  -webkit-border-image: -webkit-linear-gradient(left, rgb(115, 199, 101) 1%, rgb(41, 177, 185) 50%, rgb(41, 128, 185) 100%) 0 0 100% 0/0 0 3px 0 stretch;
  border-image: linear-gradient(to left, rgb(115, 199, 101) 1%, rgb(41, 177, 185) 50%, rgb(41, 128, 185) 100%) 0 0 100% 0/0 0 3px 0 stretch;
}

#temp-donations {
  padding: 100px 0;
  text-align: center;
}
#temp-donations .site-container.narrow {
  max-width: 750px;
}
#temp-donations .button {
  margin-top: 15px;
}

.featured {
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
}
.featured .block {
  float: left;
  width: 50%;
}
.featured a {
  display: block;
  background-size: 155% auto !important;
  background-position: center center !important;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  height: 100%;
}
.featured a:hover {
  background-size: 165% auto !important;
}
.featured a span {
  display: block;
  padding: 125px;
  height: 100%;
}
.featured h4 {
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 5px 0;
}
.featured h2 {
  color: #ffffff;
}
.featured p.button {
  background: #ffffff;
}

.default-page-wrap {
  background: #ffffff;
  padding: 50px 0;
}

.workshops {
  background-size: cover;
}

.person-name {
  margin-bottom: 5px;
}

.blog-home-post {
  display: block;
  background-size: 110% auto !important;
  background-position: center center !important;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  height: 100%;
}
.blog-home-post:hover {
  background-size: 120% auto !important;
}

.blog-home-post-inner {
  display: block;
  height: 100%;
  padding: 100px 25%;
}
.blog-home-post-inner .button {
  background-color: #ffffff;
}

.blog-home-post-title {
  color: #ffffff;
  line-height: 52px;
  margin-bottom: 30px;
}
.blog-home-post-title strong {
  border-bottom-style: solid;
  border-bottom-width: 4px;
}

#next-previous-posts {
  background: #ffffff;
}

.loadmore-wrapper {
  background: white;
  text-align: center;
}

.button.loadmore {
  margin: 20px auto;
}

.post-detail .featured .blog-home-post {
  height: auto;
}
.post-detail .featured a {
  background-size: 200% !important;
}
.post-detail .featured a:hover {
  background-size: 210% !important;
}

#cnm-account-help {
  float: left;
  margin-top: 15px;
  color: #ffffff;
  display: inline-block;
}

.individual-membership-callout {
  margin-top: 30px;
  padding: 30px;
  background: #eeeeee;
}

.page-id-12332 .crm-title {
  display: none;
}

.service-directory-title {
  font-size: 25px;
  font-weight: bold;
}

.af-markup h2 {
  font: 18px/26px "museo-sans", sans-serif !important;
  color: #333333;
  font-weight: bold !important;
  font-size: 30px !important;
}

#bootstrap-theme h1.ng-binding {
  font-family: "calluna", serif;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #34495e;
  font-size: 60px;
  line-height: 55px;
  margin-bottom: 30px;
}

#crm-container .service-directory-button {
  text-decoration: none;
  background: #e67e22;
  border: none;
  color: #fff;
  padding: 10px 20px;
}

@media (max-width: 485px) {
  #crm-container .service-directory-button {
    max-width: 100%;
    display: inline-block;
  }
}
#crm-container .service-directory-button:hover, #crm-container .service-directory-button:focus {
  color: #fff;
  text-decoration: none;
}

#crm-container .service-directory-p {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 1330px) {
  #cnm-password-reset {
    clear: left;
  }
  #cnm-password-reset,
  #cnm-account-help {
    display: block;
    float: none;
    margin-left: 0;
  }
}
/*-----Staff-----*/
@media (min-width: 400px) {
  .person-grid {
    display: flex;
    flex-wrap: wrap;
  }
}
.person-grid-item h3 {
  margin-bottom: 0;
}
.person-grid-item h4 {
  margin-bottom: 5px;
}
.person-grid-item p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}
.person-grid-item a {
  text-decoration: none;
}
.person-grid-item a:hover {
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .featured .block a {
    background-size: cover !important;
  }
  .featured .block a span {
    padding: 75px;
  }
  .blog-home-post {
    background-size: cover !important;
  }
}
@media (max-width: 1159px) {
  .topics-grid {
    max-width: 650px;
    margin: auto;
    text-align: center;
  }
  .topics-grid li {
    display: inline-block;
    float: none;
    width: calc(33.3333% - 33.3333px);
    margin: 0 10px 20px 10px;
  }
  .topics-grid li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  #homepage-topics h2 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 1000px) {
  .offset-hero-image {
    width: 100%;
  }
  .offset-hero-overlay {
    background: linear-gradient(to right, rgba(41, 128, 185, 0.9) 1%, rgba(41, 177, 185, 0.9) 50%, rgba(115, 199, 101, 0.9) 100%);
    background-size: cover;
    width: auto;
    padding: 75px;
    margin: 0;
    float: none;
  }
  .blog-home-post:hover {
    background-size: cover !important;
  }
  .blog-home-post-inner {
    padding: 75px 25%;
  }
}
@media (max-width: 767px) {
  #temp-donations {
    padding: 50px 0;
  }
  .offset-hero-overlay {
    padding: 50px;
  }
  .offset-hero-overlay h1 {
    font-size: 40px;
    line-height: 40px;
  }
  #homepage-topics {
    padding: 50px 0;
  }
  .topics-grid {
    max-width: 550px;
  }
  .topics-grid li a {
    font-size: 15px;
    line-height: 15px;
    height: auto;
    padding: 20px;
  }
  .topics-grid li svg {
    margin: 0 auto 5px auto;
  }
  .membership {
    padding-bottom: 50px;
  }
  .featured {
    display: block;
  }
  .featured .block {
    width: 100%;
    float: none;
  }
  .blog-home-post-inner {
    padding: 50px;
  }
}
@media (max-width: 599px) {
  .topics-grid {
    max-width: 320px;
  }
  .topics-grid li {
    width: calc(50% - 20px);
    margin: 0 20px 20px 0;
  }
  .topics-grid li:nth-child(3n) {
    margin-right: 20px;
  }
  .topics-grid li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 349px) {
  .topics-grid li a {
    font-size: 14px;
    padding: 15px;
  }
}