/*------------------------------------*\
  #FONTS
\*------------------------------------*/
/*------------------------------------*\
  #COLORS
\*------------------------------------*/
.bg-color-1 {
  background-color: #284256 !important;
}

.border-color-1 {
  border-color: #284256 !important;
}

.text-color-1 {
  color: #284256 !important;
}

.bg-color-2 {
  background-color: #90AD3F !important;
}

.border-color-2 {
  border-color: #90AD3F !important;
}

.text-color-2 {
  color: #90AD3F !important;
}

.bg-color-3 {
  background-color: #515151 !important;
}

.border-color-3 {
  border-color: #515151 !important;
}

.text-color-3 {
  color: #515151 !important;
}

.bg-color-4 {
  background-color: #9D9D9D !important;
}

.border-color-4 {
  border-color: #9D9D9D !important;
}

.text-color-4 {
  color: #9D9D9D !important;
}

.bg-color-5 {
  background-color: #F5F5F5 !important;
}

.border-color-5 {
  border-color: #F5F5F5 !important;
}

.text-color-5 {
  color: #F5F5F5 !important;
}

.bg-color-6 {
  background-color: #8B4671 !important;
}

.border-color-6 {
  border-color: #8B4671 !important;
}

.text-color-6 {
  color: #8B4671 !important;
}

.text-color-white {
  color: white;
}

/*------------------------------------*\
  #ELEMENTS
\*------------------------------------*/
/*------------------------------------*\
  #FONTS
\*------------------------------------*/
.text-size-1 {
  font-size: 2.2222222222rem !important;
}

.text-size-2 {
  font-size: 1.9444444444rem !important;
}

.text-size-3 {
  font-size: 1.6666666667rem !important;
}

.text-size-4 {
  font-size: 1.5555555556rem !important;
}

.text-size-5 {
  font-size: 1.4444444444rem !important;
}

.text-size-6 {
  font-size: 1.3333333333rem !important;
}

.text-size-7 {
  font-size: 1.2777777778rem !important;
}

.font-family-1 {
  font-family: "Ubuntu", sans-serif !important;
}

.font-family-2 {
  font-family: "Maitree", serif !important;
}

.font-family-3 {
  font-family: "Allura", cursive !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

html, body {
  color: #343434;
  font-family: "Ubuntu", sans-serif;
  font-size: 1.06rem;
  font-weight: 300;
  line-height: 1.6666666667rem;
}

@media (min-width: 768px) {
  html, body {
    font-size: 1rem;
  }
}
:root {
  font-size: 18px;
}

.container,
.container-full,
.container-fluid {
  max-width: 100% !important;
}

/*------------------------------------*\
	#RESPONSIVE
\*------------------------------------*/
.container--constrain {
  max-width: 100% !important;
}

/*------------------------------------*\
	#ELEMENTS
\*------------------------------------*/
hr {
  border-color: #b3b3b3;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

/*------------------------------------*\
	#TEXT
\*------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #284256;
  font-family: "Maitree", serif;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1.module-title a,
h1.module-title a:link,
h1.module-title a:visited,
h1.module-title a:focus,
h1.module-title a:hover,
h2.module-title a,
h2.module-title a:link,
h2.module-title a:visited,
h2.module-title a:focus,
h2.module-title a:hover,
h3.module-title a,
h3.module-title a:link,
h3.module-title a:visited,
h3.module-title a:focus,
h3.module-title a:hover,
h4.module-title a,
h4.module-title a:link,
h4.module-title a:visited,
h4.module-title a:focus,
h4.module-title a:hover,
h5.module-title a,
h5.module-title a:link,
h5.module-title a:visited,
h5.module-title a:focus,
h5.module-title a:hover,
h6.module-title a,
h6.module-title a:link,
h6.module-title a:visited,
h6.module-title a:focus,
h6.module-title a:hover {
  color: #284256;
}

h1 {
  font-size: 2.2222222222rem;
}

h2 {
  font-size: 1.9444444444rem;
}

h3 {
  font-size: 1.6666666667rem;
}

h4 {
  font-size: 1.5555555556rem;
}

h5 {
  font-size: 1.4444444444rem;
}

h6 {
  font-size: 1.3333333333rem;
}

p {
  font-size: 1rem;
  margin: 0 0 35.7142857143px;
}

p:last-child {
  margin-bottom: 0;
}

a:focus {
  outline: none;
}

/*------------------------------------*\
	#BUTTONS
\*------------------------------------*/
.btn, .btn-default {
  background-color: #90AD3F;
  border: 1px solid #90AD3F;
  border-radius: 0;
  color: #fff !important;
  font-size: 1.0555555556rem;
  font-weight: 500;
  line-height: 1em;
  padding-bottom: 0.6em;
  padding-left: 1.6em;
  padding-right: 1.6em;
  padding-top: 0.6em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-in, border-color 0.2s ease-in;
  -ms-transition: color 0.2s ease-out, background-color 0.2s ease-in, border-color 0.2s ease-in;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-in, border-color 0.2s ease-in;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-in, border-color 0.2s ease-in;
  transition: color 0.2s ease-out, background-color 0.2s ease-in, border-color 0.2s ease-in;
  white-space: inherit;
}

.btn:hover, .btn-default:hover {
  background-color: #7a9335;
  border-color: #7a9335;
  color: #fff !important;
}

.btn.btn-secondary {
  background-color: #284256;
  border-color: #284256;
  color: #fff !important;
}

.btn.btn-secondary:hover {
  background-color: #1d2f3e;
  border-color: #1d2f3e;
}

.btn.btn-primary-outline {
  background-color: transparent;
  border-color: #90AD3F;
  color: #90AD3F !important;
}

.btn.btn-primary-outline:hover {
  background-color: #90AD3F;
  border-color: #90AD3F;
  color: #fff !important;
}

.btn.btn-secondary-outline {
  background-color: transparent;
  border-color: #284256;
  color: #284256 !important;
}

.btn.btn-secondary-outline:hover {
  background-color: #284256;
  border-color: #284256;
  color: #fff !important;
}

.btn.btn-white {
  background-color: white;
  border-color: white;
  color: #284256 !important;
}

.btn.btn-white:hover {
  background-color: #284256 !important;
  color: white !important;
}

.btn.btn-purple {
  background-color: #8B4671;
  border-color: #8B4671;
  color: #fff !important;
}

.btn.btn-purple:hover {
  background-color: #733a5e;
  border-color: #733a5e;
}

.btn.btn-purple-outline {
  background-color: transparent;
  border-color: #8B4671;
  color: #8B4671 !important;
}

.btn.btn-purple-outline:hover {
  background-color: #8B4671;
  border-color: #8B4671;
  color: #fff !important;
}

.btn.btn-red,
.btn.btn-red:visited {
  background-color: #ED1C24;
  border-color: #ED1C24;
  color: #fff !important;
}

.btn.btn-red:hover {
  background-color: #c61017;
  border-color: #c61017;
}

/*------------------------------------*\
	#FORMS
\*------------------------------------*/
#page-37 {
  /* Contact Us */
}
#page-37 .c-form .form-group .field-container.col-sm-offset-12 {
  margin-left: 30px !important;
}
#page-37 .c-form input[type=checkbox] {
  margin-top: 10px !important;
}
#page-37 .c-form div.checkbox {
  padding-top: 0px !important;
}
#page-37 .c-form div.checkbox-list > div:nth-child(3) {
  padding-right: 60px !important;
}
#page-37 .c-form button[type=button] {
  height: 39px;
}
#page-37 .c-form button[type=button] span.glyphicon {
  margin-top: -3px;
}

/*------------------------------------*\
	#CALCUATEREMS
\*------------------------------------*/
/*------------------------------------*\
	#BACKGROUNDOPACITY
\*------------------------------------*/
/* #MARGIN & PADDING
------------------------------------*/
.margin-0-t, .margin-0-v {
  margin-top: 0.0555555556rem;
}

.margin-0-r, .margin-0-h {
  margin-right: 0.0555555556rem;
}

.margin-0-b, .margin-0-v {
  margin-bottom: 0.0555555556rem;
}

.margin-0-l, .margin-0-h {
  margin-left: 0.0555555556rem;
}

.margin-0 {
  margin: 0.0555555556rem;
}

.padding-0-t, .padding-0-v {
  padding-top: 0.0555555556rem;
}

.padding-0-r, .padding-0-h {
  padding-right: 0.0555555556rem;
}

.padding-0-b, .padding-0-v {
  padding-bottom: 0.0555555556rem;
}

.padding-0-l, .padding-0-h {
  padding-left: 0.0555555556rem;
}

.padding-0 {
  padding: 0.0555555556rem;
}

.margin-sm-t, .margin-sm-v {
  margin-top: 0.5555555556rem;
}

.margin-sm-r, .margin-sm-h {
  margin-right: 0.5555555556rem;
}

.margin-sm-b, .margin-sm-v {
  margin-bottom: 0.5555555556rem;
}

.margin-sm-l, .margin-sm-h {
  margin-left: 0.5555555556rem;
}

.margin-sm {
  margin: 0.5555555556rem;
}

.padding-sm-t, .padding-sm-v {
  padding-top: 0.5555555556rem;
}

.padding-sm-r, .padding-sm-h {
  padding-right: 0.5555555556rem;
}

.padding-sm-b, .padding-sm-v {
  padding-bottom: 0.5555555556rem;
}

.padding-sm-l, .padding-sm-h {
  padding-left: 0.5555555556rem;
}

.padding-sm {
  padding: 0.5555555556rem;
}

.margin-md-t, .margin-md-v {
  margin-top: 0.8333333333rem;
}

.margin-md-r, .margin-md-h {
  margin-right: 0.8333333333rem;
}

.margin-md-b, .margin-md-v {
  margin-bottom: 0.8333333333rem;
}

.margin-md-l, .margin-md-h {
  margin-left: 0.8333333333rem;
}

.margin-md {
  margin: 0.8333333333rem;
}

.padding-md-t, .padding-md-v {
  padding-top: 0.8333333333rem;
}

.padding-md-r, .padding-md-h {
  padding-right: 0.8333333333rem;
}

.padding-md-b, .padding-md-v {
  padding-bottom: 0.8333333333rem;
}

.padding-md-l, .padding-md-h {
  padding-left: 0.8333333333rem;
}

.padding-md {
  padding: 0.8333333333rem;
}

.margin-lg-t, .margin-lg-v {
  margin-top: 1.6666666667rem;
}

.margin-lg-r, .margin-lg-h {
  margin-right: 1.6666666667rem;
}

.margin-lg-b, .margin-lg-v {
  margin-bottom: 1.6666666667rem;
}

.margin-lg-l, .margin-lg-h {
  margin-left: 1.6666666667rem;
}

.margin-lg {
  margin: 1.6666666667rem;
}

.padding-lg-t, .padding-lg-v {
  padding-top: 1.6666666667rem;
}

.padding-lg-r, .padding-lg-h {
  padding-right: 1.6666666667rem;
}

.padding-lg-b, .padding-lg-v {
  padding-bottom: 1.6666666667rem;
}

.padding-lg-l, .padding-lg-h {
  padding-left: 1.6666666667rem;
}

.padding-lg {
  padding: 1.6666666667rem;
}

.padding-none-h {
  padding-left: 0px;
  padding-right: 0px;
}

/*------------------------------------*\
	#OTHER
\*------------------------------------*/
.offscreen {
  clip: rect(1px 1px 1px 1px);
  /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  /* added line */
  width: 1px;
}

.greyscale, .grayscale {
  filter: grayscale(1);
}

.force-top {
  position: relative;
  z-index: 999999;
}

.white-bg {
  background-color: white !important;
}

.logged-out .hide-logged-out {
  display: none !important;
}

/*------------------------------------*\
  #IMAGEFLOATS
\*------------------------------------*/
.img-float-right, .img-float-right-bottom, .img-float-right-top {
  float: right;
  margin: 1.25rem 0 1.25em 1.25em;
}

.img-float-right-top {
  margin-top: 0;
}

.img-float-right-bottom {
  margin-bottom: 0;
}

.img-float-left, .img-float-left-bottom, .img-float-left-top {
  float: left;
  margin: 1.25rem 1.25em 1.25em 0;
}

.img-float-left-top {
  margin-top: 0;
}

.img-float-left-bottom {
  margin-bottom: 0;
}

/*------------------------------------*\
  #IMAGEBORDERS
\*------------------------------------*/
.img-border {
  border-style: solid;
  border-width: 5px;
}

.module-container {
  margin: 30px 0;
}

.script-injector-pane .module-container {
  margin: 0;
}

/*------------------------------------*\
    #TRANSPARENT
\*------------------------------------*/
.module-container-transparent .module-title {
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.5555555556rem;
  text-align: center;
}
.module-container-transparent .module-title span span {
  display: block;
  font-family: "Allura", cursive;
  font-size: 2.5555555556rem;
}

@media (min-width: 768px) {
  .module-container-transparent .module-title {
    font-size: 1.9444444444rem;
  }
  .module-container-transparent .module-title span span {
    display: inline-block;
    font-size: 3.3333333333rem;
  }
}
@media (min-width: 992px) {
  .module-container-transparent .module-title {
    font-size: 2.2222222222rem;
  }
  .module-container-transparent .module-title span span {
    font-size: 4rem;
  }
}
/*------------------------------------*\
	#BOX ICON
\*------------------------------------*/
.module-container.module-container-box-icon {
  margin-top: 80px;
}

.module-container-box-icon {
  background: #fff;
  border: 1px solid #979797;
  text-align: center;
}
.module-container-box-icon .box-icon {
  background: #fff;
  border: 1px solid;
  border-radius: 50%;
  height: 120px;
  left: calc(50% - 60px);
  margin-top: -60px;
  padding: 27px;
  position: relative;
  text-align: center;
  top: 1px;
  width: 120px;
}
.module-container-box-icon .module-title {
  font-size: 1.3333333333rem;
  font-weight: 500;
  margin: 0;
  padding: 25px 20px 0;
}
.module-container-box-icon p {
  font-size: 0.9444444444rem;
  line-height: 1.5rem;
  margin: 0;
  padding: 17px 20px 40px;
}
.module-container-box-icon .price {
  color: #90AD3F;
  font-size: 1.3333333333rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.module-container-box-icon ul {
  margin: 0;
  padding: 20px 30px 30px;
}
.module-container-box-icon ul li {
  border-top: 1px solid #979797;
  display: block;
  list-style-type: none;
  margin: 5px 0;
  padding: 10px 0;
}
.module-container-box-icon ul li:first-child {
  border-top: none;
}
.module-container-box-icon .no-padding-top {
  padding-top: 0;
}
.module-container-box-icon .no-padding-bottom {
  padding-bottom: 0;
}
.module-container-box-icon .margin-b-md {
  margin-bottom: 25px;
}
.module-container-box-icon span a {
  background-color: #284256;
  color: #fff;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  font-size: 1.0555555556rem;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: -10px;
  padding: 10px 25px;
}
.module-container-box-icon span a:hover {
  background-color: #1d2f3e;
}

@media (min-width: 992px) {
  .module-container.module-container-box-icon {
    margin-top: 75px;
  }

  .module-container-box-icon .module-title {
    font-size: 1.6666666667rem;
  }
}
/*------------------------------------*\
    #BOX ICON (NO TITLE)
\*------------------------------------*/
.module-container-box-icon--notitle h4 {
  font-size: 1.3333333333rem;
  font-weight: 500;
  margin: 0 0 10px;
  padding: 25px 20px 0;
}
.module-container-box-icon--notitle h4 > span {
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-size: 1.2222222222rem;
  font-weight: 300;
  margin-top: 7px;
}

@media (min-width: 992px) {
  .module-container-box-icon--notitle h4 {
    font-size: 1.6666666667rem;
  }
}
/*------------------------------------*\
    #GREEN BOX
\*------------------------------------*/
.module-container.module-container-green-box, .module-container.module-container-blue-box {
  margin-bottom: 60px;
}

.module-container-green-box, .module-container-blue-box {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.8);
  border-top: 10px solid #90AD3F;
  padding: 30px;
}
.module-container-green-box h4, .module-container-blue-box h4 {
  color: #90AD3F;
  font-family: "Ubuntu", sans-serif;
  font-size: 1.6666666667rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.9444444444rem;
  margin: 0;
  margin-bottom: 5px;
  margin-left: -3px;
}
.module-container-green-box h4 a, .module-container-blue-box h4 a,
.module-container-green-box h4 a:link,
.module-container-green-box h4 a:visited,
.module-container-green-box h4 a:focus {
  color: #90AD3F;
}
.module-container-green-box h4 a:hover, .module-container-blue-box h4 a:hover {
  color: #7a9335;
}
.module-container-green-box .subtitle, .module-container-blue-box .subtitle {
  color: #9D9D9D;
  font-size: 1.1111111111rem;
  font-family: "Maitree", serif;
  font-weight: 300;
  margin-bottom: 0;
}
.module-container-green-box .subtitle--bottom, .module-container-blue-box .subtitle--bottom {
  margin-bottom: 25px;
}
.module-container-green-box .subtitle--top, .module-container-blue-box .subtitle--top {
  color: #90AD3F;
}
.module-container-green-box .subtitle + h4, .module-container-blue-box .subtitle + h4 {
  margin-bottom: 25px;
}
.module-container-green-box p, .module-container-blue-box p {
  font-size: 0.9444444444rem;
}

@media (min-width: 992px) {
  .module-container-green-box h4, .module-container-blue-box h4 {
    font-size: 1.9444444444rem;
  }

  .module-container-green-box .subtitle, .module-container-blue-box .subtitle {
    font-size: 1.2222222222rem;
  }
}
.module-container.module-container-blue-box {
  margin-bottom: 60px;
}

.module-container-blue-box {
  border-top: 10px solid #284256;
}
.module-container-blue-box h4 {
  color: #284256;
}
.module-container-blue-box h4.refund__h3 {
  color: #89122D;
}
.module-container-blue-box .box-icon {
  max-width: 160px;
  height: auto;
}

.module-container-box-icon span.half {
  display: flex;
}
.module-container-box-icon span.half a {
  flex: 0 1 50%;
}
.module-container-box-icon span.half a:last-child {
  border-left: 1px solid #fff;
}

.module-container-box-icon span a.color-2 {
  background-color: #90AD3F !important;
}
.module-container-box-icon span a.color-2:hover {
  background-color: #7a9335 !important;
}

/*------------------------------------*\
     #PHOTO BACKGGROUND
 \*------------------------------------*/
/* Page specific */
#page-37 .gf-photobg .module-icon {
  background-position: top center !important;
}
@media (max-width: 767px) {
  #page-37 #dnn_PicturePane .module-icon:after {
    content: "";
    background-color: white;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    opacity: 0.5;
  }
}

/* Module Icon */
.module-container.gf-photobg {
  margin-bottom: 0;
}

.gf-photobg .module-icon {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.gf-photobg .module-icon img {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.gf-photobg .module-content-pane {
  padding: 125px 30px;
  position: relative;
  text-align: center;
  width: 100%;
}

.gf-photobg .module-content-pane h5,
.gf-photobg .module-content-pane h5 > span {
  color: #284256;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 0;
}

.gf-photobg .module-content-pane h5 {
  font-size: 2.2222222222rem;
  line-height: 3.2222222222rem;
  margin: 0;
}

.gf-photobg .module-content-pane h5 > span {
  display: block;
  font-size: 1.6666666667rem;
  margin-top: 15px;
  margin-bottom: 0;
}

.gf-photobg .module-content-pane p {
  margin-bottom: 0;
}

.gf-photobg .module-content-pane .btn {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .gf-photobg .module-content-pane h5 {
    font-size: 3.3333333333rem;
  }

  .gf-photobg .module-content-pane h5 > span {
    font-size: 2.5rem;
    margin-top: 30px;
  }
}
/*--------------------------------------*\
     #PHOTO BACKGGROUND INTERIOR BANNER
 \*-------------------------------------*/
/* Module Icon */
.gf-photobg.gf-photobg--interior-banner .module-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.gf-photobg.gf-photobg--interior-banner .module-content-pane {
  padding: 226px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.gf-photobg.gf-photobg--interior-banner .module-content-pane:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
  content: "";
  display: block;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

/*------------------------------------*\
    #CIRCLE PHOTO
\*------------------------------------*/
.module-container-circle-photo .col-md-8 + .col-md-4 .module-icon {
  left: 15px !important;
  right: initial !important;
}
@media (max-width: 991px) and (min-width: 431px) {
  .module-container-circle-photo .col-md-8 + .col-md-4 .module-icon {
    margin-bottom: 0px !important;
    margin-top: 40px !important;
  }
}
@media (max-width: 430px) {
  .module-container-circle-photo .col-md-8 + .col-md-4 .module-icon {
    margin-bottom: 0px !important;
    margin-top: 40px !important;
  }
}

.module-container-circle-photo h4 {
  font-weight: 500;
  font-style: italic;
  font-family: "Ubuntu", sans-serif;
  margin-top: 0px;
}
.module-container-circle-photo .subtitle {
  color: #284256;
  font-family: "Maitree", serif;
}
.module-container-circle-photo .subtitle.subtitle--top {
  margin-bottom: 0px;
}
.module-container-circle-photo .module-icon {
  border-radius: 50%;
  background-size: cover;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.8);
}
.module-container-circle-photo .module-icon img {
  display: none !important;
}
@media (min-width: 1260px) {
  .module-container-circle-photo .module-icon.module-icon--overlap-bottom {
    top: -50px;
  }
}
@media (max-width: 1259px) and (min-width: 992px) {
  .module-container-circle-photo .module-icon.module-icon--overlap-bottom {
    top: -50px;
  }
}
@media (min-width: 1260px) {
  .module-container-circle-photo .module-icon:not(.module-icon--overlap-bottom) {
    top: -126px;
  }
}
@media (max-width: 1259px) and (min-width: 992px) {
  .module-container-circle-photo .module-icon:not(.module-icon--overlap-bottom) {
    top: -119px;
  }
}
@media (min-width: 991px) {
  .module-container-circle-photo .module-icon {
    position: absolute;
    right: 15px;
  }
}
@media (min-width: 1260px) {
  .module-container-circle-photo .module-icon {
    width: 500px;
    height: 500px;
    max-width: 500px !important;
  }
}
@media (max-width: 1259px) and (min-width: 992px) {
  .module-container-circle-photo .module-icon {
    width: 425px;
    height: 425px;
    max-width: 500px !important;
  }
}
@media (max-width: 991px) and (min-width: 431px) {
  .module-container-circle-photo .module-icon {
    width: 250px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
    margin-bottom: 40px;
  }
}
@media (max-width: 430px) {
  .module-container-circle-photo .module-icon {
    width: 160px;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .module-container-circle-photo h4 {
    font-size: 1.9444444444rem;
  }

  .module-container-circle-photo .subtitle {
    font-size: 1.2222222222rem;
  }
}
/*-------------
2SXC CONTENT
--------------*/
/* General */
.DnnModule {
  position: relative;
}
.DnnModule .sc-menu {
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0;
}
.DnnModule:hover .sc-menu {
  opacity: 1;
}

/* Title */
.title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
  margin-bottom: 0px;
}
.title .font-family-3:not([class*=text-size-]) {
  font-size: 1.5em;
}

/* Accordion */
.accordion .items .item.active .title {
  color: white !important;
}
.accordion .items .item.active .title.text-color-1 {
  background-color: #284256 !important;
}
.accordion .items .item.active .title.text-color-2 {
  background-color: #90AD3F !important;
}
.accordion .items .item .content {
  display: none;
}

/* Resource List */
.resource-list a {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  position: relative;
}
.resource-list a:after {
  content: ">";
  font-weight: 100;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
  font-size: 1.4em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.resource-list a:not(:nth-of-type(1)) {
  margin-top: 15px;
}
.resource-list a i {
  margin-right: 15px;
}

/* Circle Photo */
.module-container-circle-photo h2 {
  margin-top: 5px !important;
}

/* Generated by Glyphter (http://www.glyphter.com) on  Tue Jul 25 2017*/
@font-face {
  font-family: "grand foundation";
  src: url("../fonts/grand-foundation.eot");
  src: url("../fonts/grand-foundation.eot?#iefix") format("embedded-opentype"), url("../fonts/grand-foundation.woff") format("woff"), url("../fonts/grand-foundation.ttf") format("truetype"), url("../fonts/grand-foundation.svg#grand-foundation") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=icon-]:not(.glyphicon):not([class*=-sxc-]):before {
  display: inline-block;
  font-family: "grand foundation";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-apple:before {
  content: "A";
}

.icon-book:before {
  content: "B";
}

.icon-calendar:before {
  content: "C";
}

.icon-clipboard:before {
  content: "D";
}

.icon-envelope:before {
  content: "E";
}

.icon-grant:before {
  content: "F";
}

.icon-hands:before {
  content: "G";
}

.icon-heart:before {
  content: "H";
}

.icon-map:before {
  content: "I";
}

.icon-medallion:before {
  content: "J";
}

.icon-megaphone:before {
  content: "K";
}

.icon-moneybag:before {
  content: "L";
}

.icon-pencil:before {
  content: "M";
}

.icon-person:before {
  content: "N";
}

.icon-phone:before {
  content: "O";
}

.icon-present:before {
  content: "P";
}

.icon-tags:before {
  content: "Q";
}

.icon-tree:before {
  content: "R";
}

.icon-wallet:before {
  content: "S";
}

/*------------------------------------*\
	#SKIN
\*------------------------------------*/
/* Hidden Login Link */
.login-hidden {
  bottom: 50px;
  height: 50px;
  right: 0;
  overflow: hidden;
  position: fixed;
  text-indent: -999px;
  width: 50px;
  z-index: 999;
}

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

.full-img {
  width: 100%;
}

.full-row {
  margin-left: 0;
  margin-right: 0;
}
.full-row .pane, .full-row .dnnSortable.ui-sortable.pane, .full-row .dnnSortable.ui-droppable.pane {
  padding-left: 0;
  padding-right: 0;
}

/* Bands */
.band .band__white-fade {
  background-color: rgba(255, 255, 255, 0.93);
  padding: 30px 0px 45px;
}

.band {
  position: relative;
}

.band .row:first-child .pane:first-child {
  margin-top: 45px;
}

.band .row:last-child .pane:last-child {
  margin-bottom: 45px;
}

.band .row:only-child .pane {
  margin-bottom: 45px;
  margin-top: 45px;
}

.band .row:first-child:empty + .row .pane {
  margin-top: 45px;
}

.band--small .row:first-child .pane:first-child {
  margin-top: -30px;
}

.band--small .row:last-child .pane:last-child {
  margin-bottom: 45px;
}

.band--small .row:only-child .pane {
  margin-bottom: 45px;
  margin-top: -30px;
}

.band--small .row:first-child:empty + .row .pane {
  margin-top: -30px;
}

.band.band--no-margin .row:first-child .pane:first-child {
  margin-top: 0;
}

.band.band--no-margin .row:last-child .pane:last-child {
  margin-bottom: 0;
}

.band.band--no-margin .row:only-child .pane {
  margin-bottom: 0;
  margin-top: 0;
}

.band.band--no-margin .row:first-child:empty + .row .pane {
  margin-top: 0;
}

.band.band--bg-picture {
  background-image: url(/Portals/0/Images/Content-Backgrounds/mountain-1-bg.jpg);
  background-position: top center;
  background-size: cover;
}

.cgrand-skin .band.band--bg-picture.band--1 {
  background-image: url(/Portals/0/Images/Content-Backgrounds/mountain-2-bg.jpg);
  background-position: top center;
  background-size: cover;
}

.cgrand-skin .band.band--bg-picture.band--5 {
  background-image: url(/Portals/0/Images/Content-Backgrounds/mountain-2-bg.jpg);
  background-position: bottom center;
  background-size: cover;
}

/* Band Colors */
.band.band--white {
  background-color: transparent;
}

.band.band--grey {
  background-color: #F5F5F5;
  z-index: 4;
}

.band.band--blue {
  background-color: #284256;
}

/* Band Text */
.band.band--blue h1, .band.band--blue h2, .band.band--blue h3, .band.band--blue h4, .band.band--blue h5, .band.band--blue h6, .band.band--blue p {
  color: white;
}

/* Band Drop Shadow */
.band.band--shadow:before, .cgrand-skin .band#banner-home:before,
.band.band--shadow:after,
.cgrand-skin .band#banner-home:after {
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}

.band.band--shadow:before, .cgrand-skin .band#banner-home:before {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.19);
  top: -10px;
}

.band.band--shadow:after, .cgrand-skin .band#banner-home:after {
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.19);
  bottom: -10px;
}

#page-36 .band.band--shadow:before, #page-36 .cgrand-skin .band#banner-home:before, .cgrand-skin #page-36 .band#banner-home:before {
  display: none;
}

/* Photo Background Panes */
.band.stuff .pane,
.band.stuff .DnnModule {
  position: inherit;
}

.photo-pane, .photo-pane .DnnModule {
  position: inherit;
}

/* #Scroll Up Arrow
------------------------------------*/
.scrollup {
  background: url("../images/scroll-to-top.png") no-repeat;
  bottom: -4px;
  display: none;
  height: 68px;
  position: fixed;
  right: 25px;
  text-indent: -9999px;
  width: 67px;
  z-index: 1000;
}

/*------------------------------------*\
	#Fonts
\*------------------------------------*/
.text-light {
  font-weight: 300;
}

.text-normal {
  font-weight: 400;
}

.text-weight-md {
  font-weight: 500;
}

strong {
  font-weight: 500;
}

.white-text {
  color: #fff;
}

.text-small {
  font-size: 0.8333333333rem;
}

.text-medium {
  font-size: 20px;
}

.text-large {
  font-size: 1.3888888889rem;
}

.text-size-1 {
  font-size: 2.2222222222rem;
}

.text-size-2 {
  font-size: 1.9444444444rem;
}

.text-size-3 {
  font-size: 1.6666666667rem;
}

.text-size-4 {
  font-size: 1.5555555556rem;
}

.text-size-5 {
  font-size: 1.4444444444rem;
}

.text-size-6 {
  font-size: 1.3333333333rem;
}

.text-size-7 {
  font-size: 1.2777777778rem;
}

.primary-font {
  font-family: "Ubuntu", sans-serif;
}

.secondary-font {
  font-family: "Maitree", serif;
}

.tertiary-font {
  font-family: "Allura", cursive;
}

/*------------------------------------*\
	#ELEMENTS
\*------------------------------------*/
.margin-b-0 {
  margin-bottom: 0;
}

.margin-b-sm {
  margin-bottom: 10px;
}

.margin-b-md {
  margin-bottom: 15px;
}

.margin-b-lg {
  margin-bottom: 36px;
}

.margin-t-0 {
  margin-top: 0;
}

.margin-t-sm {
  margin-top: 10px;
}

.margin-t-md {
  margin-top: 15px;
}

.margin-t-lg {
  margin-top: 36px;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.block {
  display: block;
}

.grants-list li {
  margin-bottom: 20px;
}

.grants-list li:last-child {
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  .narrow-text {
    margin: 0 auto;
    width: 60%;
  }
}
/* Buttons Sitting Next Each Other */
.two-btns .btn {
  width: 231px;
}
.two-btns span {
  display: block;
}
.two-btns span .btn {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .two-btns span {
    display: inline-block;
  }
  .two-btns span .btn {
    margin-left: 20px;
    margin-top: 0;
  }
}
/*------------------------------------*\
	#HEADER
\*------------------------------------*/
.header {
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
  padding: 15px 0 20px;
  position: relative;
  z-index: 10;
}
.header > .container > .container {
  position: relative;
}

#logo img {
  max-width: 160px !important;
}

@media (min-width: 768px) {
  #logo img {
    max-width: 100% !important;
  }
}
.desktop-donate,
.desktop-win {
  position: absolute;
  z-index: 0;
  text-transform: uppercase;
  margin-top: 20px;
}

.desktop-donate {
  right: 0px;
}

.desktop-win {
  right: 165px;
}

/*------------------------------------*\
	#NAVIGATION
\*------------------------------------*/
.mobile-donate {
  border-bottom: 1px solid white;
}

.mobile-donate a,
.mobile-win a {
  color: #fff;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
}

/* Mobile Menu */
#thing {
  font-size: 26px;
  position: absolute;
  right: 30px;
  text-align: right;
  top: 16px;
}

#mobile-navigation {
  background-color: #284256;
  font-size: 1rem;
  line-height: 1em;
  margin-bottom: 0;
  overflow: hidden;
}

#mobile-navigation .ten-pound-menu a {
  border-top: 1px solid #3d586d;
  color: #fff;
  font-weight: 300;
  padding: 0.91em 30px;
}

#mobile-navigation .ten-pound-menu .root.first > a {
  border-top: none;
}

/* Secondary Menu */
#mobile-navigation .secondary-menu--mobile ul {
  margin: 0;
}

#mobile-navigation .secondary-menu--mobile {
  background-color: #1d2f3e;
}

#mobile-navigation .secondary-menu--mobile a {
  border-top: 1px solid #3d586d;
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 1em;
  font-weight: 300;
  padding: 0.91em 30px;
}

@media (min-width: 768px) {
  /* Secondary Nav */
  .secondary-menu--desktop {
    position: absolute;
    margin: 0;
    padding: 0;
    right: 30px;
    top: 15px;
  }
  .secondary-menu--desktop li {
    border-left: 1px solid #90AD3F;
    float: left;
    list-style-type: none;
    line-height: 0;
    margin-left: 11px;
    padding-left: 11px;
  }
  .secondary-menu--desktop li:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
  .secondary-menu--desktop li a {
    color: #90AD3F;
    font-size: 0.9444444444rem;
    font-weight: 500;
  }

  /* Main Level */
  .ten-pound-menu {
    float: right;
  }

  .ten-pound-menu-desktop.ten-pound-menu {
    margin-top: 51px;
  }

  #navigation .root {
    float: left;
  }

  #navigation a {
    line-height: 1em;
  }

  #navigation .root > a {
    border-bottom: 1px solid #fff;
    color: #284256;
    font-family: "Maitree", serif;
    font-size: 1.1111111111rem;
    font-weight: 500;
    transition: color 0.25s ease 0s;
    padding: 0.1em 0;
    margin: 0 0.8em;
  }

  #navigation .root.first > a {
    margin-left: 0;
  }

  #navigation .root.last > a {
    margin-right: 0;
  }

  #navigation .root.bc > a, #navigation .root:hover > a {
    border-bottom: 1px solid #284256;
  }

  /* Sub Menu */
  #navigation .sub {
    background-color: #fff;
    -moz-box-shadow: 0 0 0 #ccc, 0 3px 3px #ccc;
    -webkit-box-shadow: 0 0 0 #ccc, 0 3px 3px #ccc;
    box-shadow: 0 0 0 #ccc, 0 3px 3px #ccc;
    position: absolute;
    width: 100%;
    z-index: 20;
  }

  #navigation .sub a {
    color: #343434;
    padding: 1em 1em;
    position: relative;
    white-space: nowrap;
  }

  #navigation .sub a:before {
    background-color: rgba(0, 0, 0, 0.1);
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: height 0.15s ease 0s;
    width: 100%;
    z-index: -1;
  }

  #navigation .sub a:hover:before {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .secondary-menu--desktop {
    top: 14px;
  }

  .secondary-menu--desktop li {
    padding-left: 16px;
    margin-left: 16px;
  }

  .ten-pound-menu-desktop.ten-pound-menu {
    margin-top: 61px;
  }

  #navigation .root > a {
    margin: 0 1.4em;
  }
}
@media (min-width: 1260px) {
  .secondary-menu--desktop {
    top: 14px;
  }

  .ten-pound-menu-desktop.ten-pound-menu {
    margin-top: 61px;
  }
}
/*------------------------------------*\
	#NAV SLIDER
\*------------------------------------*/
.iframe--win-an-adventure {
  color: white;
  background-color: #284256;
  text-align: left;
  padding: 30px;
}
.iframe--win-an-adventure label {
  color: white;
  font-family: "Ubuntu", sans-serif;
}
.iframe--win-an-adventure input:not(.btn) {
  color: white;
  line-height: inherit;
  font-size: inherit;
  font-family: "Ubuntu", sans-serif;
}
.iframe--win-an-adventure .btn {
  font-family: "Ubuntu", sans-serif;
}
@media (min-width: 581px) {
  .iframe--win-an-adventure #mc_embed_signup_scroll .mc-field-group:not(:nth-child(5)) {
    width: calc(50% - 15px);
  }
  .iframe--win-an-adventure #mc_embed_signup_scroll .mc-field-group:nth-child(5) {
    width: 100%;
  }
  .iframe--win-an-adventure #mc_embed_signup_scroll .mc-field-group:nth-child(1), .iframe--win-an-adventure #mc_embed_signup_scroll .mc-field-group:nth-child(3) {
    margin-right: 15px;
  }
  .iframe--win-an-adventure #mc_embed_signup_scroll .mc-field-group:nth-child(2), .iframe--win-an-adventure #mc_embed_signup_scroll .mc-field-group:nth-child(4) {
    margin-left: 15px;
  }
  .iframe--win-an-adventure #mc_embed_signup_scroll .mc-field-group:nth-child(3), .iframe--win-an-adventure #mc_embed_signup_scroll .mc-field-group:nth-child(4), .iframe--win-an-adventure #mc_embed_signup_scroll .mc-field-group:nth-child(5) {
    margin-top: 30px;
  }
}
@media (max-width: 580px) {
  .iframe--win-an-adventure #mc_embed_signup_scroll .mc-field-group:not(:nth-child(5)) {
    width: 100%;
  }
  .iframe--win-an-adventure #mc_embed_signup_scroll .mc-field-group:nth-child(5) {
    width: 100%;
  }
  .iframe--win-an-adventure #mc_embed_signup_scroll .mc-field-group:not(:nth-child(1)) {
    margin-top: 30px;
  }
}
.iframe--win-an-adventure label {
  font-weight: lighter;
  display: block;
  font-size: 0.9em;
  margin-bottom: -5px;
}
.iframe--win-an-adventure input:not([type=submit]) {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #7A95A8;
  width: 100%;
  outline: none;
  font-weight: 400;
}
.iframe--win-an-adventure input[type=submit] {
  margin-top: 30px;
}
.iframe--win-an-adventure #mc_embed_signup_scroll {
  display: flex;
  flex-wrap: wrap;
}

[slider-content] {
  cursor: pointer;
}

@media (min-width: 768px) {
  .slider-trigger-align {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .slider-trigger-align {
    text-align: center;
  }
  .slider-trigger-align .slider-trigger {
    width: 100%;
  }
}

.slider-content {
  min-height: 0px !important;
  cursor: default;
  display: none;
  color: white;
  background-color: white;
  max-width: 100vw;
  text-transform: none;
}
@media (min-width: 886px) {
  .slider-content {
    width: 585px;
  }
  .slider-content .slider-form #mc_embed_signup_scroll .mc-field-group:not(:nth-child(5)) {
    width: calc(50% - 15px);
  }
  .slider-content .slider-form #mc_embed_signup_scroll .mc-field-group:nth-child(5) {
    width: 100%;
  }
  .slider-content .slider-form #mc_embed_signup_scroll .mc-field-group:nth-child(1), .slider-content .slider-form #mc_embed_signup_scroll .mc-field-group:nth-child(3) {
    margin-right: 15px;
  }
  .slider-content .slider-form #mc_embed_signup_scroll .mc-field-group:nth-child(2), .slider-content .slider-form #mc_embed_signup_scroll .mc-field-group:nth-child(4) {
    margin-left: 15px;
  }
  .slider-content .slider-form #mc_embed_signup_scroll .mc-field-group:nth-child(3), .slider-content .slider-form #mc_embed_signup_scroll .mc-field-group:nth-child(4), .slider-content .slider-form #mc_embed_signup_scroll .mc-field-group:nth-child(5) {
    margin-top: 30px;
  }
}
@media (max-width: 885px) {
  .slider-content .slider-form #mc_embed_signup_scroll .mc-field-group:not(:nth-child(5)) {
    width: 100%;
  }
  .slider-content .slider-form #mc_embed_signup_scroll .mc-field-group:nth-child(5) {
    width: 100%;
  }
  .slider-content .slider-form #mc_embed_signup_scroll .mc-field-group:not(:nth-child(1)) {
    margin-top: 30px;
  }
}
@media (max-width: 885px) and (min-width: 768px) {
  .slider-content {
    width: 430px;
  }
}
@media (max-width: 767px) {
  .slider-content {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .slider-content {
    right: -1px;
    top: 43px;
  }
}
@media (max-width: 767px) {
  .slider-content {
    right: 0px;
    top: 80px;
  }
}
.slider-content .slider-header {
  text-align: left;
  padding: 45px 30px 30px;
  border-bottom: 3px solid white;
}
.slider-content .slider-header h4 {
  font-weight: lighter;
  margin-bottom: 0px;
}
.slider-content .slider-header h3 {
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  margin-top: 7px;
  margin-bottom: 0px;
}
.slider-content .slider-form {
  text-align: left;
  padding: 30px;
}
.slider-content .slider-form label {
  font-weight: lighter;
  display: block;
  font-size: 0.9em;
  margin-bottom: -5px;
}
.slider-content .slider-form input:not([type=submit]) {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #7A95A8;
  width: 100%;
  outline: none;
  font-weight: 400;
}
.slider-content .slider-form input[type=submit] {
  margin-top: 30px;
}
.slider-content .slider-form #mc_embed_signup_scroll {
  display: flex;
  flex-wrap: wrap;
}
.slider-content .slider-paragraph {
  padding: 0px 30px 30px 30px;
  text-align: left;
  font-weight: lighter;
  font-size: 0.8em;
  line-height: 1.5em;
}
.slider-content .module-container {
  margin: 0px !important;
}

/*------------------------------------*\
	#BANNER HOME
\*------------------------------------*/
.cgrand-skin #banner-home {
  background-image: url("/Portals/0/Images/Content-Backgrounds/mountain-3-bg.jpg") !important;
}

#banner-home {
  background-image: url("../images/banners/banner-home.jpg");
  background-position: top center;
  background-size: cover;
  position: relative;
  width: 100%;
  z-index: 5;
}
#banner-home:before {
  /* background-color: rgba(0,0,0,0.12); */
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#banner-home .rich-text {
  padding: 0px 15px;
}
#banner-home .module-container {
  margin: 0;
  position: relative;
}
#banner-home .home-banner-text {
  padding: 130px 0;
}
#banner-home .home-banner-text h1 {
  font-size: 3.3333333333rem;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
#banner-home .home-banner-text h1 span {
  font-style: italic;
}
#banner-home .home-banner-text hr {
  max-width: 540px;
  margin-top: 23px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  border-color: white;
}

/*------------------------------------*\
	#BANNER INTERIOR
\*------------------------------------*/
#banner-interior {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*------------------------------------*\
	#SPACING
\*------------------------------------*/
#page-20 {
  /* Home */
}
@media (min-width: 992px) {
  #page-20 #dnn_Band1Pane {
    padding-bottom: 35px;
  }
}

#page-33 {
  /* Support */
}
#page-33 .DnnModule-419 h1.module-title {
  margin-bottom: -20px;
  padding-top: 10px;
}

#page-34 {
  /* Grand Pass */
}
#page-34 #dnn_White2LeftPane {
  margin-bottom: 85px;
}

#page-38 {
  /* Event Listings */
}
#page-38 #dnn_FullWidthPane {
  margin-bottom: 0px !important;
  margin-top: 70px;
}
#page-38 #dnn_FullWidthPane > div > .module-container {
  margin-bottom: 0px !important;
}
#page-38 #dnn_FullWidthPane > div > .module-container .module-title {
  margin-bottom: 40px;
}
#page-38 #dnn_Content2TopPane > div:last-child > .module-container {
  margin-bottom: 0px !important;
}

#page-39 {
  /* News */
}
#page-39 #dnn_FullWidthPane {
  margin-top: 70px;
}

/*------------------------------------*\
	#FOOTER
\*------------------------------------*/
/* Default Footer */
.iframe--stay-up-to-date #mc_embed_signup_scroll input[type=email] {
  padding-left: 15px;
  width: 100%;
}
.iframe--stay-up-to-date #mc_embed_signup_scroll #mc-embedded-subscribe {
  width: 100%;
}
.iframe--stay-up-to-date #mc_embed_signup_scroll input:not(.btn) {
  font-size: inherit;
  font-weight: 100;
  font-family: "Ubuntu", sans-serif;
  padding-top: 5px;
  padding-bottom: 5px;
}
.iframe--stay-up-to-date #mc_embed_signup_scroll .btn {
  font-family: "Ubuntu", sans-serif;
}

footer {
  /* @media (max-width: 767px) {
  	a.tile {
  		border-left: none !important;
  		border-right: none !important;
  		display: flex !important;
  		display: -ms-flexbox !important;
  		align-items: center;
  		justify-content: center;
  		&:before {
  			margin-right: 15px;
  			width: 30px !important;
  			height: 30px !important;
  		}
  	}
  } */
}
footer .footer-form h6 {
  color: white;
  font-weight: 300;
  text-align: center;
  margin-top: 45px;
}
footer .footer-form #mc_embed_signup_scroll input[type=email] {
  padding-left: 15px;
  width: 100%;
}
footer .footer-form #mc_embed_signup_scroll #mc-embedded-subscribe {
  width: 100%;
}
footer .footer-form .footer-social-media {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  max-width: 300px;
  margin: auto;
  margin-top: 35px;
  margin-bottom: 30px;
}
footer .footer-form .footer-social-media a {
  border: 1px solid white;
  border-radius: 50%;
  padding: 7px;
}
footer .footer-form .footer-social-media a:before {
  width: 30px;
  height: 30px;
}
footer .footer-form p {
  margin-bottom: 15px !important;
}
@media (max-width: 991px) {
  footer a.tile {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  footer a.tile:before {
    height: 35px !important;
  }
  footer .bg-color-2 a.tile {
    border-bottom: 1px solid white;
  }
}
@media (max-width: 767px) {
  footer a.tile:before {
    height: 27px !important;
  }
  footer .bg-color-1 .col-sm-4:not(:first-child) a.tile {
    border-left: none !important;
  }
  footer .bg-color-2 .col-sm-6 {
    float: left;
    width: 50%;
  }
}
footer > .container-fluid > .row > div:first-child {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: space-between;
}
footer > .container-fluid > .row > div:first-child .bg-color-5 {
  flex-grow: 1;
}
footer h6 {
  font-family: "Ubuntu", sans-serif;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 25px;
}
footer ul {
  margin: 0px;
}
footer ul li {
  list-style: none;
  line-height: 1em;
}
footer ul li:not(:first-child) {
  margin-top: 25px;
}
footer ul li a,
footer ul li a:visited,
footer ul li a:link,
footer ul li a:focus {
  color: #515151;
}
footer ul li a:hover {
  color: #3f3f3f;
}
footer a.tile,
footer a.tile:visited,
footer a.tile:link,
footer a.tile:focus,
footer a.tile:hover {
  display: block;
  color: white;
  text-align: center;
  margin: 0px -30px;
  padding: 30px 0px;
}
footer .bg-color-5 .col-sm-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}
footer .bg-color-2 a.tile:hover {
  background-color: #7a9335;
}
footer .bg-color-2 .col-sm-6:first-child a.tile {
  border-right: 1px solid white;
}
footer .bg-color-1 a.tile:hover {
  background-color: #1d2f3e;
}
footer .bg-color-1 a.tile {
  border-bottom: 1px solid white;
}
footer .bg-color-1 .col-sm-4:not(:first-child) a.tile {
  border-left: 1px solid white;
}

@media (min-width: 500px) {
  footer .footer-form #mc_embed_signup_scroll {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
  }
  footer .footer-form #mc_embed_signup_scroll input[type=email] {
    padding-left: 15px;
    width: auto;
  }
  footer .footer-form #mc_embed_signup_scroll #mc-embedded-subscribe {
    width: auto;
  }

  .iframe--stay-up-to-date #mc_embed_signup_scroll {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
  }
  .iframe--stay-up-to-date #mc_embed_signup_scroll input[type=email] {
    padding-left: 15px;
    width: auto;
  }
  .iframe--stay-up-to-date #mc_embed_signup_scroll #mc-embedded-subscribe {
    width: auto;
  }
}
/* Collectively Grand Purple Footer */
.cgrand-skin .footer .bg-color-2 {
  background-color: #8B4671 !important;
}

/*-----------------------------
COLLECTIVELY GRAND OVERRIDES
-------------------------------

/* Borders */
.cgrand-skin .rich-text iframe,
.cgrand-skin .module-container-circle-photo .module-icon {
  border: 3px solid #AEBFC7;
  box-shadow: none;
}

/*----------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------*\


	#GENERAL SQUEEZE PAGE STYLES


--------------------------------------------------------------------------------------------------
\*-----------------------------------------------------------------------------------------------*/
/*------------------------------------*\
	#HEADER
\*------------------------------------*/
.header--squeeze #header-btns {
  margin-top: 20px;
}
.header--squeeze .two-btns {
  float: right;
  white-space: nowrap;
}
.header--squeeze .two-btns .btn {
  font-size: 0.9444444444rem;
  width: auto;
}
.header--squeeze .two-btns span {
  display: inline-block;
}
.header--squeeze .two-btns span .btn {
  margin-top: 0;
}

@media (min-width: 992px) {
  .header--squeeze #header-btns {
    margin-top: 30px;
  }
  .header--squeeze .two-btns .btn {
    font-size: 1.0555555556rem;
  }
}
/* Mobile Menu */
.header--squeeze #thing {
  top: 35px;
}

/*------------------------------------*\
	#INSTRUCTIONS (Schedule Your Donation)
\*------------------------------------*/
.instructions img {
  width: 260px;
}
.instructions p.note {
  text-align: center;
  color: #a70000;
  font-size: 0.9em;
  line-height: 1.3em;
  font-weight: 500;
}
.instructions p.step {
  display: flex;
  display: -ms-flexbox;
}
.instructions p.step > b {
  min-width: 85px;
}
@media (max-width: 600px) {
  .iframe--remind-me-to-donate #mc_embed_signup_scroll {
    flex-direction: column;
  }
  .iframe--remind-me-to-donate #mc_embed_signup_scroll input:not(.btn) {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
  }
}
.iframe--remind-me-to-donate #mc_embed_signup_scroll {
  display: inline-flex;
  max-width: 100%;
}
.iframe--remind-me-to-donate #mc_embed_signup_scroll input:not(.btn) {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  min-width: 0px;
  font-family: "Ubuntu", sans-serif;
}

/*------------------------------------*\
	#BANNER/CONTACT FORM
\*------------------------------------*/
#dnn_BannerRightPane .module-container {
  margin: 0px !important;
}

/*------------------------------------*\
	#PHOTO BACKGROUND CONTAINER
\*------------------------------------*/
.squeeze-skin .module-container.gf-photobg {
  margin: 0;
}

.squeeze-skin .gf-photobg .module-content-pane {
  padding: 90px 0;
}

.squeeze-skin .gf-photobg .module-content-pane h5 {
  font-size: 2.1111111111rem;
  line-height: 3rem;
  margin: 0 auto;
  max-width: 1130px;
}

.squeeze-skin .gf-photobg .module-content-pane h5 > span {
  display: block;
  font-size: 1.5555555556rem;
  margin-top: 15px;
  margin-bottom: 0;
}

/*------------------------------------*\
	#BLUE BAND
\*------------------------------------*/
.squeeze-skin .band--blue h5 {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 2.1111111111rem;
  font-style: italic;
  font-weight: 500;
  line-height: 3rem;
  margin: 0;
}

/*------------------------------------*\
	#Popups
\*------------------------------------*/
.popup-bg {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999999999;
  background-color: rgba(58, 58, 58, 0.76);
  text-align: center;
}

.close-popup {
  position: absolute;
  top: -35px;
  right: 0;
  width: 29px;
  height: 29px;
  cursor: pointer;
}
.close-popup:after {
  content: "+";
  transform: rotate(45deg);
  display: block;
  color: white;
  font-weight: 500;
  font-size: 38px;
  margin-right: -16px;
  margin-top: -2px;
}

*:not(a)[popup-id] {
  margin-left: auto;
  margin-right: auto;
  margin-top: 8vh;
  display: inline-block;
  background-color: white;
  border-radius: 1px;
  position: relative;
  max-width: calc(100% - 40px);
  width: 767px;
  text-align: left;
}
*:not(a)[popup-id] h1, *:not(a)[popup-id] h2, *:not(a)[popup-id] h3, *:not(a)[popup-id] h4, *:not(a)[popup-id] h5, *:not(a)[popup-id] h6 {
  text-align: center;
}
*:not(a)[popup-id] h1, *:not(a)[popup-id] h2, *:not(a)[popup-id] h3, *:not(a)[popup-id] h4, *:not(a)[popup-id] h5, *:not(a)[popup-id] h6, *:not(a)[popup-id] p {
  margin-bottom: 20px;
}
*:not(a)[popup-id] .scroll-area {
  max-height: 84vh;
  overflow: auto;
  padding: 30px;
}

/*------------------------------------*\
	#Tooltips
\*------------------------------------*/
[tooltip] {
  position: relative;
  cursor: pointer;
}
[tooltip] .tooltip__message {
  display: none;
  position: absolute;
  background-color: #284256;
  top: 0;
  transform: translateY(-100%) translateY(-12px);
  color: white;
  padding: 10px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}
[tooltip] .tooltip__message:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #284256;
  transform: rotate(45deg);
  position: absolute;
  bottom: -8px;
  left: calc(50% - 12px);
}
[tooltip] .tooltip__message .close-tooltip {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
[tooltip] .tooltip__message .close-tooltip:after {
  content: "x";
  color: #284256;
  font-size: 24px;
  font-weight: 100;
  line-height: 27px;
}

/* #STATS
------------------------------------*/
.squeeze-skin .col-5 {
  border-top: 1px solid #979797;
  padding: 10px 0;
  margin: 0 30px;
}

/* Bad hack to hide first col border */
.squeeze-skin .row .col-5:first-child {
  border-top: none;
}

.squeeze-skin .row .col-5:last-child {
  padding-bottom: 0;
}

.squeeze-skin .squeeze-state {
  padding: 30px 0;
  text-align: center;
}
.squeeze-skin .squeeze-state h6 {
  margin-bottom: 5px;
}
.squeeze-skin .squeeze-state .text-size-7 {
  font-size: 1.1666666667rem;
}

.squeeze-skin .white-2-top-pane hr {
  margin-top: 1rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .squeeze-skin .col-5 {
    border-top: none;
    border-left: 1px solid #979797;
    float: left;
    margin: 0;
    padding: 0 30px;
    width: 20%;
  }

  /* Bad hack to hide first col border */
  .squeeze-skin .row .col-5:first-child {
    border-left: none;
  }

  .squeeze-skin .squeeze-state .text-size-7 {
    font-size: 0.8888888889rem;
    line-height: 24px;
  }

  .squeeze-skin .white-2-top-pane hr {
    margin-top: 4rem;
  }
}
@media (min-width: 1260px) {
  .squeeze-skin .squeeze-state .text-size-7 {
    font-size: 1.1666666667rem;
    line-height: 30px;
  }
}
/*----------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------*\


	#JERRY SQUEEZE PAGE SPECIFIC STYLES


--------------------------------------------------------------------------------------------------
\*-----------------------------------------------------------------------------------------------*/
/*------------------------------------*\
	#BANNER
\*------------------------------------*/
.banner-left-pane {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.jerry #banner-squeeze {
  background-image: url("../images/banners/jerry-banner.jpg");
  background-position: top center;
  background-size: cover;
  position: relative;
  width: 100%;
  z-index: 5;
}
.jerry #banner-squeeze:before {
  background-color: #284256;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.52;
  position: absolute;
  top: 0;
  width: 100%;
}
.jerry #banner-squeeze .module-container {
  margin: 0;
  position: relative;
}
.jerry #banner-squeeze .squeeze-banner-text {
  padding: 70px 0;
}
.jerry #banner-squeeze .squeeze-banner-text h1 {
  font-size: 1.6666666667rem;
  font-style: italic;
  margin: 10px 0;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
.jerry #banner-squeeze .squeeze-banner-text a {
  margin-top: 25px;
}

@media (min-width: 600px) {
  .jerry #banner-squeeze .squeeze-banner-text h1 {
    font-size: 2.2222222222rem;
  }
}
@media (min-width: 992px) {
  .jerry #banner-squeeze .squeeze-banner-text h1 {
    font-size: 2.7777777778rem;
  }
}
/*------------------------------------*\
	#FORM
\*------------------------------------*/
.jerry-newsletter {
  border-top: 10px solid #90AD3F;
  background-color: #F2F2F2;
  padding: 20px;
}
.jerry-newsletter h2, .jerry-newsletter h3 {
  font-family: "Ubuntu", sans-serif;
}
.jerry-newsletter h2 {
  color: #284256;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 0px;
}
.jerry-newsletter h3 {
  color: #9D9D9D;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 28px;
}
.jerry-newsletter label {
  color: #9D9D9D;
  font-weight: 400;
}
.jerry-newsletter input:not(.btn) {
  width: 100%;
  border: 1px solid #DEDEDE;
  padding: 9px 15px;
  margin-bottom: 12px;
}
.jerry-newsletter input.btn {
  padding: 15px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.jerry-newsletter .clear {
  text-align: center;
}
.jerry-newsletter .col-xs-6:first-child {
  padding-left: 0px;
  padding-right: 10px;
}
.jerry-newsletter .col-xs-6:last-child {
  padding-left: 10px;
  padding-right: 0px;
}
.jerry-newsletter .col-xs-12 {
  padding-left: 0px;
  padding-right: 0px;
}

/*----------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------*\


	#CO GIVES DAY SPECIFIC STYLES


--------------------------------------------------------------------------------------------------
\*-----------------------------------------------------------------------------------------------*/
.co-gives {
  /* Header */
}
.co-gives #banner-squeeze {
  background-color: #FFFDE5;
}
.co-gives #banner-squeeze #dnn_BannerLeftPane {
  position: relative;
}
.co-gives #banner-squeeze #dnn_BannerLeftPane:before, .co-gives #banner-squeeze #dnn_BannerLeftPane:after {
  content: "";
  position: absolute;
  top: -50px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 200px;
  z-index: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (min-width: 992px) {
  .co-gives #banner-squeeze #dnn_BannerLeftPane:before, .co-gives #banner-squeeze #dnn_BannerLeftPane:after {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .co-gives #banner-squeeze #dnn_BannerLeftPane:before, .co-gives #banner-squeeze #dnn_BannerLeftPane:after {
    opacity: 0.33;
  }
}
.co-gives #banner-squeeze #dnn_BannerLeftPane:before {
  left: -50px;
  background-image: url(/Portals/0/Images/Banners/circles-top.png);
  background-position: top left;
}
.co-gives #banner-squeeze #dnn_BannerLeftPane:after {
  right: -50px;
  background-image: url(/Portals/0/Images/Banners/circles-right.png);
  background-position: top right;
}
.co-gives #banner-squeeze #dnn_BannerLeftPane .DnnModule {
  z-index: 1;
}

/*------------------------------------*\
	#IFrames
\*------------------------------------*/
iframe {
  max-width: 100%;
}

.iframe--auto-height {
  width: 100%;
  height: 0px;
  display: block;
}

.iframe__body {
  margin: 0px;
  overflow: hidden;
}

[ss-break] {
  min-height: 0px !important;
  height: 0px;
}

/*------------------------------------*\
	#Survey
\*------------------------------------*/
.survey {
  overflow: hidden;
  width: 100%;
  margin-top: -29px;
  margin-bottom: -39px;
  height: 1100px;
}

/*------------------------------------*\
	#Statistics
\*------------------------------------*/
.statistics {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .statistics {
    font-size: 0.85em;
  }
  .statistics .statistic {
    padding: 0px 10px !important;
  }
}
.statistics.statistics--4-col .statistic {
  width: 25%;
}
@media (max-width: 880px) and (min-width: 551px) {
  .statistics.statistics--4-col {
    flex-wrap: wrap;
  }
  .statistics.statistics--4-col .statistic {
    width: 50%;
  }
  .statistics.statistics--4-col .statistic:nth-child(even) {
    justify-content: flex-start !important;
  }
  .statistics.statistics--4-col .statistic:nth-child(odd) {
    justify-content: flex-end !important;
  }
}
@media (max-width: 550px) {
  .statistics.statistics--4-col {
    flex-wrap: wrap;
  }
  .statistics.statistics--4-col .statistic {
    width: 100%;
  }
}
.statistics.statistics--3-col .statistic {
  width: 33.33333%;
}
@media (max-width: 768px) {
  .statistics.statistics--3-col {
    flex-wrap: wrap;
  }
  .statistics.statistics--3-col .statistic {
    width: 100%;
  }
}
.statistics .statistic {
  margin: 15px 0px;
  padding: 0px 20px;
  color: #284256;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
}
.statistics .statistic span {
  line-height: 1em;
  display: inline-block;
  float: left;
  white-space: nowrap;
}
.statistics .statistic span:first-child {
  font-weight: bold;
  font-size: 3.5em;
  margin-right: 10px;
}
.statistics .statistic span:last-child {
  font-size: 1.5em;
  text-align: left;
}

/*------------------------------------*\
	#Box Links
\*------------------------------------*/
.band--bg-picture .box-link {
  position: relative;
}
.band--bg-picture .box-link:before {
  content: "";
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.33);
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 0;
}
.band--bg-picture .box-link > * {
  position: relative;
  z-index: 1;
}

.box-link {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.box-link span {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  font-family: "Maitree", serif;
  font-weight: bold;
  font-size: 1.2em;
  padding: 30px 25px;
  background-color: white;
}
.box-link span .box-link__subtitle {
  font-family: "Maitree", serif !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 14px !important;
  font-weight: 300 !important;
}
.box-link span h3 {
  font-family: "Ubuntu", sans-serif !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  margin-top: 3px !important;
}
.box-link a,
.box-link a:link,
.box-link a:focus,
.box-link a:visited {
  font-weight: 500;
  padding: 5px;
  color: white;
  display: block;
}
.box-link.box-link--color-1 span {
  border: 1px solid #284256;
  color: #284256;
  display: block;
}
.box-link.box-link--color-1 span p {
  color: #343434;
  font-family: "Ubuntu", sans-serif;
  font-size: 0.9444444444rem;
  font-weight: 300;
  line-height: 1.5555555556rem;
  margin: 17px 0 0;
}
.box-link.box-link--color-1 a,
.box-link.box-link--color-1 a:link,
.box-link.box-link--color-1 a:focus,
.box-link.box-link--color-1 a:visited {
  background-color: #284256;
}
.box-link.box-link--color-1 a:hover {
  background-color: #1d2f3e;
}
.box-link.box-link--color-2 span {
  border: 1px solid #90AD3F;
  color: #90AD3F;
}
.box-link.box-link--color-2 a,
.box-link.box-link--color-2 a:link,
.box-link.box-link--color-2 a:focus,
.box-link.box-link--color-2 a:visited {
  background-color: #90AD3F;
}
.box-link.box-link--color-2 a:hover {
  background-color: #7a9335;
}

/*------------------------------------*\
	#Logos
\*------------------------------------*/
.logos div {
  display: inline-block;
}
.logos.logos--centered {
  text-align: center;
  display: inline-block;
}
@media (max-width: 999px) {
  .logos.logos--centered img {
    width: 160px;
  }
}
.logos.logos--bordered {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.logos.logos--stretched {
  text-align: justify;
}
.logos img {
  padding: 20px;
  max-width: 100% !important;
  height: auto !important;
}

/*------------------------------------*\
	#Person
\*------------------------------------*/
.person {
  margin-top: 20px;
}
.person span {
  display: block;
  line-height: 1.5em;
}
.person .person__title {
  color: #284256;
  font-weight: 500;
  font-style: italic;
}
.person .person__name {
  color: #284256;
  font-weight: 600;
}
.person .person__info {
  font-size: 0.92em;
}

/*------------------------------------*\
	#Contact Banner
\*------------------------------------*/
@media (max-width: 767px) {
  .contact-banner > div {
    margin-top: 30px;
  }
}
.contact-banner > div .img {
  border-radius: 50%;
  border: 1px solid #284256;
  width: 70px;
  height: 70px;
  padding: 12px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.contact-banner > div .img img {
  width: 100%;
  height: 46px;
}
.contact-banner > div div {
  color: #284256;
  font-weight: 500;
}

/*------------------------------------*\
	#Toggled Content
\*------------------------------------*/
.toggle-button:not(.toggle-button--on) span:last-child {
  display: none;
}
.toggle-button.toggle-button--on span:first-child {
  display: none;
}
/*------------------------------------*\
	#Icons
\*------------------------------------*/
.envelope-top:before,
.phone-top:before,
.wallet-top:before,
.grant-top:before,
.hands-top:before,
.twitter-top:before,
.instagram-top:before,
.facebook-top:before,
.youtube-top:before,
.tags-top:before,
.map-top:before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 50px;
  width: 50px;
  margin: auto;
  filter: brightness(100);
}

.clipboard-left:before,
.megaphone-left:before,
.book-left:before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 50px;
  width: 50px;
  margin: auto;
  filter: brightness(100);
}

.envelope-top:not(.white-icon):before {
  background-image: url(/Portals/0/Images/Container-Icons/envelope.svg);
}

.envelope-top.white-icon:before {
  background-image: url(/Portals/0/Images/Container-Icons/White/envelope.svg);
}

.phone-top:not(.white-icon):before {
  background-image: url(/Portals/0/Images/Container-Icons/phone.svg);
}

.phone-top.white-icon:before {
  background-image: url(/Portals/0/Images/Container-Icons/White/phone.svg);
}

.wallet-top:not(.white-icon):before {
  background-image: url(/Portals/0/Images/Container-Icons/wallet.svg);
}

.wallet-top.white-icon:before {
  background-image: url(/Portals/0/Images/Container-Icons/White/wallet.svg);
}

.grant-top:not(.white-icon):before {
  background-image: url(/Portals/0/Images/Container-Icons/grant.svg);
}

.grant-top.white-icon:before {
  background-image: url(/Portals/0/Images/Container-Icons/White/grant.svg);
}

.hands-top:not(.white-icon):before {
  background-image: url(/Portals/0/Images/Container-Icons/hands.svg);
}

.hands-top.white-icon:before {
  background-image: url(/Portals/0/Images/Container-Icons/White/hands.svg);
}

.twitter-top:not(.white-icon):before {
  background-image: url(/Portals/0/Images/Container-Icons/twitter.svg);
}

.twitter-top.white-icon:before {
  background-image: url(/Portals/0/Images/Container-Icons/White/twitter.svg);
}

.instagram-top:not(.white-icon):before {
  background-image: url(/Portals/0/Images/Container-Icons/instagram.svg);
}

.instagram-top.white-icon:before {
  background-image: url(/Portals/0/Images/Container-Icons/White/instagram.svg);
}

.facebook-top:not(.white-icon):before {
  background-image: url(/Portals/0/Images/Container-Icons/facebook.svg);
}

.facebook-top.white-icon:before {
  background-image: url(/Portals/0/Images/Container-Icons/White/facebook.svg);
}

.youtube-top:not(.white-icon):before {
  background-image: url(/Portals/0/Images/Container-Icons/youtube.svg);
}

.youtube-top.white-icon:before {
  background-image: url(/Portals/0/Images/Container-Icons/White/youtube.svg);
}

.tags-top:not(.white-icon):before {
  background-image: url(/Portals/0/Images/Container-Icons/tags.svg);
}

.tags-top.white-icon:before {
  background-image: url(/Portals/0/Images/Container-Icons/White/tags.svg);
}

.map-top:not(.white-icon):before {
  background-image: url(/Portals/0/Images/Container-Icons/map.svg);
}

.map-top.white-icon:before {
  background-image: url(/Portals/0/Images/Container-Icons/White/map.svg);
}

.clipboard-left:not(.white-icon):before {
  background-image: url(/Portals/0/Images/Container-Icons/clipboard.svg);
}

.clipboard-left.white-icon:before {
  background-image: url(/Portals/0/Images/Container-Icons/White/clipboard.svg);
}

.megaphone-left:not(.white-icon):before {
  background-image: url(/Portals/0/Images/Container-Icons/megaphone.svg);
}

.megaphone-left.white-icon:before {
  background-image: url(/Portals/0/Images/Container-Icons/White/megaphone.svg);
}

.book-left:not(.white-icon):before {
  background-image: url(/Portals/0/Images/Container-Icons/book.svg);
}

.book-left.white-icon:before {
  background-image: url(/Portals/0/Images/Container-Icons/White/book.svg);
}

/*------------------------------------*\
	#Accordion
\*------------------------------------*/
.accordion .item {
  color: #90AD3F;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 15px;
}
.accordion .item .title {
  padding: 5px 15px;
  cursor: pointer;
  outline: none;
  border: 1px solid #90AD3F;
  position: relative;
  padding-right: 35px;
}
.accordion .item .title:after {
  content: ">";
  font-weight: 100;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
  font-size: 1.4em;
  transition: all 0.2s linear;
}
.accordion .item .content {
  font-weight: normal;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #343434;
}
.accordion .item .content p {
  font-size: 0.95em;
}
.accordion .item .content p:not(:last-child) {
  margin-bottom: 16px;
}
.accordion .item .content ol {
  margin-left: 25px;
}
.accordion .item .content ol li {
  font-size: 0.85em;
  padding-left: 10px;
}
.accordion .item .content strong {
  font-size: 1.07em;
}
@media (max-width: 767px) {
  .accordion .item .content .funded-companies {
    text-align: center;
  }
  .accordion .item .content .funded-companies p:not(.funded-companies__total) {
    flex-direction: column;
  }
}
.accordion .item .content .funded-companies p.funded-companies__total {
  font-weight: bold;
}
.accordion .item .content .funded-companies p.funded-companies__total:before {
  content: "Total Granted: ";
}
.accordion .item .content .funded-companies p:not(.funded-companies__total) {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.accordion .item .content .funded-companies:not(:first-child) p.funded-companies__total {
  margin-top: 20px;
}
.accordion .item .sort {
  display: none;
}
.accordion .item.active a.edit {
  color: white;
}
.accordion .item.active .title {
  background-color: #90AD3F;
  color: white;
}
.accordion .item.active .title:after {
  transform: translateX(4px) translateY(-50%) rotate(90deg);
  color: white;
}

@media (min-width: 992px) {
  .accordion {
    margin: 0 auto;
    width: 60%;
  }
}
/*------------------------------------*\
	#Grand Happenings (Home)
\*------------------------------------*/
.grand-happenings .grand-happening {
  max-width: 380px;
  margin: auto;
}
@media (max-width: 767px) {
  .grand-happenings .grand-happening:not(:first-child) {
    margin-top: 30px;
  }
  .grand-happenings .grand-happening:first-child {
    border-bottom: 1px solid #9D9D9D;
    padding-bottom: 10px;
  }
}
.grand-happenings .grand-happening .grand-happening__image--news {
  overflow: hidden;
}
.grand-happenings .grand-happening .grand-happening__image--news > img {
  margin-bottom: -30px;
}
.grand-happenings .grand-happening .grand-happening__subtitle {
  color: #515151;
  font-family: "Maitree", serif;
  margin-top: 17px;
  font-size: 0.9em;
}
.grand-happenings .grand-happening .grand-happening__subtitle a,
.grand-happenings .grand-happening .grand-happening__subtitle a.link,
.grand-happenings .grand-happening .grand-happening__subtitle a.focus,
.grand-happenings .grand-happening .grand-happening__subtitle a.visited,
.grand-happenings .grand-happening .grand-happening__subtitle a.hover {
  color: #515151;
}
.grand-happenings .grand-happening .grand-happening__subtitle .grand-happening__date:after {
  content: "|";
  margin-left: 5px;
}
.grand-happenings .grand-happening .grand-happening__title {
  color: #90AD3F;
  font-family: "Ubuntu", sans-serif;
  font-style: italic;
  margin-top: 0px;
}

/*------------------------------------*\
	#Latest News Home - Grant Stories
\*------------------------------------*/
.latest-giving-news__logo.text-center {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .latest-giving-news .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .latest-giving-news__logo.text-center {
    margin-bottom: 0px;
    height: 100%;
  }
  .latest-giving-news__logo.text-center p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
}
/*------------------------------------*\
	#Latest News Events on Blog Page
\*------------------------------------*/
.module-container.module-container-gf.module-container-green-box.latest-news__events, .module-container.module-container-gf.latest-news__events.module-container-blue-box {
  margin-top: 30px;
  text-align: left;
}

.latest-news__events .event-listing__date {
  color: #515151;
}

/*------------------------------------*\
	#CONTACT FORM
\*------------------------------------*/
/* Fields */
.skin[data-name=Contact] .c-form .field-container {
  padding: 0px !important;
}

/* Labels */
.c-form .control-label.af-slide {
  font-weight: 300 !important;
  margin-bottom: 10px;
}

/* Input Fields */
.c-form .form-control {
  border-radius: 0;
  box-shadow: none;
  resize: none;
}

.c-form .form-control:focus {
  border-color: #90AD3F;
}

.c-form .text-danger + .text-danger {
  display: none !important;
}

/* Dropdown Checklist Styles */
.c-form .checkbox-list {
  /* Dropdown Box Style */
  /* Hides Select all and Clear all Option */
  /* Show All the Options for Items (override above code ) */
}
.c-form .checkbox-list .panel.panel-default {
  border-radius: 0;
  border-top: none;
  border-bottom: 1px solid #90AD3F;
  max-height: 100% !important;
}
.c-form .checkbox-list .panel.panel-default > div {
  display: none;
}
.c-form .checkbox-list .panel.panel-default .checkbox {
  display: block;
}

/* Thank You Message */
.DnnModule-470 .alert.alert-info.submit-confirm {
  background-color: transparent !important;
  border: none !important;
  padding: 0px !important;
  max-width: 767px;
  margin: auto !important;
}
.DnnModule-470 .alert.alert-info.submit-confirm hr {
  border-top-color: #b3b3b3 !important;
  margin-top: 1rem !important;
}

/*------------------------------------*\
	#Newsletter Form
\*------------------------------------*/
.slider-content .alert-info {
  margin: 0px 30px;
  border: none;
  border-radius: 0px;
  background-color: #284256;
}
.slider-content .alert-info * {
  color: white;
  font-weight: 100 !important;
}
.slider-content .alert-info hr {
  margin-left: 15px;
  margin-right: 15px;
  border-top-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1rem !important;
}

.newsletter-form {
  margin: 0px !important;
  background: #284256;
  padding-top: 15px;
  text-align: left !important;
}
.newsletter-form input {
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #7A95A8 !important;
  color: white;
  font-weight: 400;
  padding-left: 0px;
  padding-right: 0px;
  box-shadow: none !important;
}
.newsletter-form label {
  margin-bottom: 0px !important;
  font-size: 17px !important;
}
.newsletter-form .has-error label,
.newsletter-form .text-danger {
  color: #ff7272 !important;
}
.newsletter-form [validate-field] {
  display: inline-block !important;
  text-transform: none !important;
}

.newsletter-form .field-container {
  padding: 0px !important;
}

.newsletter-form > *:nth-child(1),
.newsletter-form > *:nth-child(3) {
  padding-right: 15px !important;
}

.newsletter-form > *:nth-child(2),
.newsletter-form > *:nth-child(4) {
  padding-left: 15px !important;
}

#dnn607root .newsletter-form .label-top,
#dnn608root .newsletter-form .label-top {
  color: white;
}

/*------------------------------------*\
	#Ticket Form (Events)
\*------------------------------------*/
@media (min-width: 768px) {
  .LiveForm .form-col-6 {
    width: 50% !important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.ticket-form {
  display: none;
  padding: 0px 45px 30px;
}
.ticket-form .dnnFormMessage {
  display: none !important;
}
.ticket-form .thank-you .thank-you__failed {
  background-color: #9E2E20;
}
.ticket-form .thank-you .thank-you__success {
  background-color: #90AD3F;
}
.ticket-form .thank-you .thank-you__failed,
.ticket-form .thank-you .thank-you__success {
  text-align: center;
  padding: 30px 15px;
}
.ticket-form .thank-you .thank-you__failed h1, .ticket-form .thank-you .thank-you__failed h2, .ticket-form .thank-you .thank-you__failed h3, .ticket-form .thank-you .thank-you__failed h4, .ticket-form .thank-you .thank-you__failed h5, .ticket-form .thank-you .thank-you__failed h6, .ticket-form .thank-you .thank-you__failed p,
.ticket-form .thank-you .thank-you__success h1,
.ticket-form .thank-you .thank-you__success h2,
.ticket-form .thank-you .thank-you__success h3,
.ticket-form .thank-you .thank-you__success h4,
.ticket-form .thank-you .thank-you__success h5,
.ticket-form .thank-you .thank-you__success h6,
.ticket-form .thank-you .thank-you__success p {
  color: white;
}
.ticket-form .thank-you .thank-you__failed p:not([class]),
.ticket-form .thank-you .thank-you__success p:not([class]) {
  margin-bottom: 0px !important;
}
.ticket-form .thank-you .thank-you__failed a,
.ticket-form .thank-you .thank-you__success a {
  color: white;
  text-decoration: underline;
}

/*------------------------------------*\
	#Donate Form (Live Form)
\*------------------------------------*/
.LiveForm > div .page-break-section {
  box-shadow: none !important;
  padding: 0px !important;
}
.LiveForm .thank-you {
  box-shadow: none !important;
  padding: 0px !important;
}

#ctr618 .dnnFormMessage,
#ctr662 .dnnFormMessage {
  display: none !important;
}

.LiveForm.Default:not([id*=Form]) {
  border: none !important;
  text-align: center !important;
}
.LiveForm.Default:not([id*=Form]) p {
  font-family: Ubuntu, sans-serif !important;
  line-height: 1.5;
  margin-bottom: 15px !important;
}

#dnn_ctr1678_View_LiveForm1678 .page-break-section {
  background-color: transparent !important;
}

#dnn_ctr1664_View_LiveForm1664,
#dnn_ctr618_View_LiveForm618,
#dnn_ctr662_View_LiveForm662,
#dnn_ctr1678_View_LiveForm1678 {
  border: none;
  padding: 0px;
}
#dnn_ctr1664_View_LiveForm1664 .page-break-section,
#dnn_ctr618_View_LiveForm618 .page-break-section,
#dnn_ctr662_View_LiveForm662 .page-break-section,
#dnn_ctr1678_View_LiveForm1678 .page-break-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
#dnn_ctr1664_View_LiveForm1664 .page-break-section > *,
#dnn_ctr618_View_LiveForm618 .page-break-section > *,
#dnn_ctr662_View_LiveForm662 .page-break-section > *,
#dnn_ctr1678_View_LiveForm1678 .page-break-section > * {
  padding-left: 15px;
  padding-right: 15px;
}
#dnn_ctr1664_View_LiveForm1664 .page-break-section > .Heading,
#dnn_ctr618_View_LiveForm618 .page-break-section > .Heading,
#dnn_ctr662_View_LiveForm662 .page-break-section > .Heading,
#dnn_ctr1678_View_LiveForm1678 .page-break-section > .Heading {
  width: 100% !important;
}
#dnn_ctr1664_View_LiveForm1664 .page-break-section > .Submitbutton,
#dnn_ctr618_View_LiveForm618 .page-break-section > .Submitbutton,
#dnn_ctr662_View_LiveForm662 .page-break-section > .Submitbutton,
#dnn_ctr1678_View_LiveForm1678 .page-break-section > .Submitbutton {
  width: 100% !important;
}
#dnn_ctr1664_View_LiveForm1664 .page-break-section > .Field,
#dnn_ctr618_View_LiveForm618 .page-break-section > .Field,
#dnn_ctr662_View_LiveForm662 .page-break-section > .Field,
#dnn_ctr1678_View_LiveForm1678 .page-break-section > .Field {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#dnn_ctr1664_View_LiveForm1664 .page-break-section > .Field > *,
#dnn_ctr618_View_LiveForm618 .page-break-section > .Field > *,
#dnn_ctr662_View_LiveForm662 .page-break-section > .Field > *,
#dnn_ctr1678_View_LiveForm1678 .page-break-section > .Field > * {
  width: 100%;
}
#dnn_ctr1664_View_LiveForm1664 .page-break-section .Address > label,
#dnn_ctr1664_View_LiveForm1664 .page-break-section .CreditCard > label,
#dnn_ctr618_View_LiveForm618 .page-break-section .Address > label,
#dnn_ctr618_View_LiveForm618 .page-break-section .CreditCard > label,
#dnn_ctr662_View_LiveForm662 .page-break-section .Address > label,
#dnn_ctr662_View_LiveForm662 .page-break-section .CreditCard > label,
#dnn_ctr1678_View_LiveForm1678 .page-break-section .Address > label,
#dnn_ctr1678_View_LiveForm1678 .page-break-section .CreditCard > label {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  #dnn_ctr1664_View_LiveForm1664 .page-break-section .Address table,
#dnn_ctr1664_View_LiveForm1664 .page-break-section .CreditCard table,
#dnn_ctr618_View_LiveForm618 .page-break-section .Address table,
#dnn_ctr618_View_LiveForm618 .page-break-section .CreditCard table,
#dnn_ctr662_View_LiveForm662 .page-break-section .Address table,
#dnn_ctr662_View_LiveForm662 .page-break-section .CreditCard table,
#dnn_ctr1678_View_LiveForm1678 .page-break-section .Address table,
#dnn_ctr1678_View_LiveForm1678 .page-break-section .CreditCard table {
    width: 100%;
    display: block;
    float: left;
    clear: both;
  }
  #dnn_ctr1664_View_LiveForm1664 .page-break-section .Address table *,
#dnn_ctr1664_View_LiveForm1664 .page-break-section .CreditCard table *,
#dnn_ctr618_View_LiveForm618 .page-break-section .Address table *,
#dnn_ctr618_View_LiveForm618 .page-break-section .CreditCard table *,
#dnn_ctr662_View_LiveForm662 .page-break-section .Address table *,
#dnn_ctr662_View_LiveForm662 .page-break-section .CreditCard table *,
#dnn_ctr1678_View_LiveForm1678 .page-break-section .Address table *,
#dnn_ctr1678_View_LiveForm1678 .page-break-section .CreditCard table * {
    width: 100%;
    display: block;
    float: left;
    clear: both;
    padding-right: 0px;
  }
  #dnn_ctr1664_View_LiveForm1664 .page-break-section .Address table input,
#dnn_ctr1664_View_LiveForm1664 .page-break-section .Address table select,
#dnn_ctr1664_View_LiveForm1664 .page-break-section .Address table textarea,
#dnn_ctr1664_View_LiveForm1664 .page-break-section .CreditCard table input,
#dnn_ctr1664_View_LiveForm1664 .page-break-section .CreditCard table select,
#dnn_ctr1664_View_LiveForm1664 .page-break-section .CreditCard table textarea,
#dnn_ctr618_View_LiveForm618 .page-break-section .Address table input,
#dnn_ctr618_View_LiveForm618 .page-break-section .Address table select,
#dnn_ctr618_View_LiveForm618 .page-break-section .Address table textarea,
#dnn_ctr618_View_LiveForm618 .page-break-section .CreditCard table input,
#dnn_ctr618_View_LiveForm618 .page-break-section .CreditCard table select,
#dnn_ctr618_View_LiveForm618 .page-break-section .CreditCard table textarea,
#dnn_ctr662_View_LiveForm662 .page-break-section .Address table input,
#dnn_ctr662_View_LiveForm662 .page-break-section .Address table select,
#dnn_ctr662_View_LiveForm662 .page-break-section .Address table textarea,
#dnn_ctr662_View_LiveForm662 .page-break-section .CreditCard table input,
#dnn_ctr662_View_LiveForm662 .page-break-section .CreditCard table select,
#dnn_ctr662_View_LiveForm662 .page-break-section .CreditCard table textarea,
#dnn_ctr1678_View_LiveForm1678 .page-break-section .Address table input,
#dnn_ctr1678_View_LiveForm1678 .page-break-section .Address table select,
#dnn_ctr1678_View_LiveForm1678 .page-break-section .Address table textarea,
#dnn_ctr1678_View_LiveForm1678 .page-break-section .CreditCard table input,
#dnn_ctr1678_View_LiveForm1678 .page-break-section .CreditCard table select,
#dnn_ctr1678_View_LiveForm1678 .page-break-section .CreditCard table textarea {
    margin-right: 0px;
    width: 100%;
  }
}
#dnn_ctr1664_View_LiveForm1664 .page-break-section .Address table td,
#dnn_ctr1664_View_LiveForm1664 .page-break-section .CreditCard table td,
#dnn_ctr618_View_LiveForm618 .page-break-section .Address table td,
#dnn_ctr618_View_LiveForm618 .page-break-section .CreditCard table td,
#dnn_ctr662_View_LiveForm662 .page-break-section .Address table td,
#dnn_ctr662_View_LiveForm662 .page-break-section .CreditCard table td,
#dnn_ctr1678_View_LiveForm1678 .page-break-section .Address table td,
#dnn_ctr1678_View_LiveForm1678 .page-break-section .CreditCard table td {
  padding-top: 10px;
  padding-bottom: 10px;
}
#dnn_ctr1664_View_LiveForm1664 .page-break-section .Address table td label,
#dnn_ctr1664_View_LiveForm1664 .page-break-section .CreditCard table td label,
#dnn_ctr618_View_LiveForm618 .page-break-section .Address table td label,
#dnn_ctr618_View_LiveForm618 .page-break-section .CreditCard table td label,
#dnn_ctr662_View_LiveForm662 .page-break-section .Address table td label,
#dnn_ctr662_View_LiveForm662 .page-break-section .CreditCard table td label,
#dnn_ctr1678_View_LiveForm1678 .page-break-section .Address table td label,
#dnn_ctr1678_View_LiveForm1678 .page-break-section .CreditCard table td label {
  margin-bottom: 0px;
  margin-top: 5px;
  font-size: 14px;
}
@media (min-width: 992px) {
  #dnn_ctr1664_View_LiveForm1664 .page-break-section .CreditCard td:not([colspan]):nth-of-type(1),
#dnn_ctr1664_View_LiveForm1664 .page-break-section .CreditCard td:not([colspan]):nth-of-type(2),
#dnn_ctr618_View_LiveForm618 .page-break-section .CreditCard td:not([colspan]):nth-of-type(1),
#dnn_ctr618_View_LiveForm618 .page-break-section .CreditCard td:not([colspan]):nth-of-type(2),
#dnn_ctr662_View_LiveForm662 .page-break-section .CreditCard td:not([colspan]):nth-of-type(1),
#dnn_ctr662_View_LiveForm662 .page-break-section .CreditCard td:not([colspan]):nth-of-type(2),
#dnn_ctr1678_View_LiveForm1678 .page-break-section .CreditCard td:not([colspan]):nth-of-type(1),
#dnn_ctr1678_View_LiveForm1678 .page-break-section .CreditCard td:not([colspan]):nth-of-type(2) {
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  #dnn_ctr1664_View_LiveForm1664 .page-break-section > :nth-child(2):not([id*=_1664_]),
#dnn_ctr1664_View_LiveForm1664 .page-break-section > :nth-child(3):not([id*=_1664_]),
#dnn_ctr1664_View_LiveForm1664 .page-break-section > :nth-child(4):not([id*=_1664_]),
#dnn_ctr618_View_LiveForm618 .page-break-section > :nth-child(2):not([id*=_1664_]),
#dnn_ctr618_View_LiveForm618 .page-break-section > :nth-child(3):not([id*=_1664_]),
#dnn_ctr618_View_LiveForm618 .page-break-section > :nth-child(4):not([id*=_1664_]),
#dnn_ctr662_View_LiveForm662 .page-break-section > :nth-child(2):not([id*=_1664_]),
#dnn_ctr662_View_LiveForm662 .page-break-section > :nth-child(3):not([id*=_1664_]),
#dnn_ctr662_View_LiveForm662 .page-break-section > :nth-child(4):not([id*=_1664_]),
#dnn_ctr1678_View_LiveForm1678 .page-break-section > :nth-child(2):not([id*=_1664_]),
#dnn_ctr1678_View_LiveForm1678 .page-break-section > :nth-child(3):not([id*=_1664_]),
#dnn_ctr1678_View_LiveForm1678 .page-break-section > :nth-child(4):not([id*=_1664_]) {
    width: 33.333333%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  #dnn_ctr1664_View_LiveForm1664 .page-break-section > :nth-child(12):not([id*=_1664_]),
#dnn_ctr1664_View_LiveForm1664 .page-break-section > :nth-child(13):not([id*=_1664_]),
#dnn_ctr1664_View_LiveForm1664 .page-break-section > :nth-child(14):not([id*=_1664_]),
#dnn_ctr1664_View_LiveForm1664 .page-break-section > :nth-child(15):not([id*=_1664_]),
#dnn_ctr618_View_LiveForm618 .page-break-section > :nth-child(12):not([id*=_1664_]),
#dnn_ctr618_View_LiveForm618 .page-break-section > :nth-child(13):not([id*=_1664_]),
#dnn_ctr618_View_LiveForm618 .page-break-section > :nth-child(14):not([id*=_1664_]),
#dnn_ctr618_View_LiveForm618 .page-break-section > :nth-child(15):not([id*=_1664_]),
#dnn_ctr662_View_LiveForm662 .page-break-section > :nth-child(12):not([id*=_1664_]),
#dnn_ctr662_View_LiveForm662 .page-break-section > :nth-child(13):not([id*=_1664_]),
#dnn_ctr662_View_LiveForm662 .page-break-section > :nth-child(14):not([id*=_1664_]),
#dnn_ctr662_View_LiveForm662 .page-break-section > :nth-child(15):not([id*=_1664_]),
#dnn_ctr1678_View_LiveForm1678 .page-break-section > :nth-child(12):not([id*=_1664_]),
#dnn_ctr1678_View_LiveForm1678 .page-break-section > :nth-child(13):not([id*=_1664_]),
#dnn_ctr1678_View_LiveForm1678 .page-break-section > :nth-child(14):not([id*=_1664_]),
#dnn_ctr1678_View_LiveForm1678 .page-break-section > :nth-child(15):not([id*=_1664_]) {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
#dnn_ctr1664_View_LiveForm1664 h2,
#dnn_ctr618_View_LiveForm618 h2,
#dnn_ctr662_View_LiveForm662 h2,
#dnn_ctr1678_View_LiveForm1678 h2 {
  font-family: "Maitree", serif;
  font-weight: 400;
  border-color: #284256;
  margin: 20px 0px 10px 0px !important;
  padding: 0px 0px 10px 0px;
  color: #284256;
  font-size: 25px;
}
#dnn_ctr1664_View_LiveForm1664 label:not([for*=Radio]),
#dnn_ctr618_View_LiveForm618 label:not([for*=Radio]),
#dnn_ctr662_View_LiveForm662 label:not([for*=Radio]),
#dnn_ctr1678_View_LiveForm1678 label:not([for*=Radio]) {
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 100;
  padding: 0px;
  margin-bottom: 10px;
  line-height: 1.35;
  max-width: 700px;
}
#dnn_ctr1664_View_LiveForm1664 label:not([for*=Radio]).error,
#dnn_ctr618_View_LiveForm618 label:not([for*=Radio]).error,
#dnn_ctr662_View_LiveForm662 label:not([for*=Radio]).error,
#dnn_ctr1678_View_LiveForm1678 label:not([for*=Radio]).error {
  display: none !important;
}
#dnn_ctr1664_View_LiveForm1664 label[for*=Radio],
#dnn_ctr618_View_LiveForm618 label[for*=Radio],
#dnn_ctr662_View_LiveForm662 label[for*=Radio],
#dnn_ctr1678_View_LiveForm1678 label[for*=Radio] {
  font-family: "Ubuntu", sans-serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 1;
}
#dnn_ctr1664_View_LiveForm1664 .Field-SubLabel-Container,
#dnn_ctr618_View_LiveForm618 .Field-SubLabel-Container,
#dnn_ctr662_View_LiveForm662 .Field-SubLabel-Container,
#dnn_ctr1678_View_LiveForm1678 .Field-SubLabel-Container {
  display: none;
}
#dnn_ctr1664_View_LiveForm1664 .Field-Container,
#dnn_ctr1664_View_LiveForm1664 .Field-Container-Wide,
#dnn_ctr618_View_LiveForm618 .Field-Container,
#dnn_ctr618_View_LiveForm618 .Field-Container-Wide,
#dnn_ctr662_View_LiveForm662 .Field-Container,
#dnn_ctr662_View_LiveForm662 .Field-Container-Wide,
#dnn_ctr1678_View_LiveForm1678 .Field-Container,
#dnn_ctr1678_View_LiveForm1678 .Field-Container-Wide {
  width: 100%;
}
#dnn_ctr1664_View_LiveForm1664 .Field-Container input[type=text],
#dnn_ctr1664_View_LiveForm1664 .Field-Container select,
#dnn_ctr1664_View_LiveForm1664 .Field-Container textarea,
#dnn_ctr1664_View_LiveForm1664 .Field-Container-Wide input[type=text],
#dnn_ctr1664_View_LiveForm1664 .Field-Container-Wide select,
#dnn_ctr1664_View_LiveForm1664 .Field-Container-Wide textarea,
#dnn_ctr618_View_LiveForm618 .Field-Container input[type=text],
#dnn_ctr618_View_LiveForm618 .Field-Container select,
#dnn_ctr618_View_LiveForm618 .Field-Container textarea,
#dnn_ctr618_View_LiveForm618 .Field-Container-Wide input[type=text],
#dnn_ctr618_View_LiveForm618 .Field-Container-Wide select,
#dnn_ctr618_View_LiveForm618 .Field-Container-Wide textarea,
#dnn_ctr662_View_LiveForm662 .Field-Container input[type=text],
#dnn_ctr662_View_LiveForm662 .Field-Container select,
#dnn_ctr662_View_LiveForm662 .Field-Container textarea,
#dnn_ctr662_View_LiveForm662 .Field-Container-Wide input[type=text],
#dnn_ctr662_View_LiveForm662 .Field-Container-Wide select,
#dnn_ctr662_View_LiveForm662 .Field-Container-Wide textarea,
#dnn_ctr1678_View_LiveForm1678 .Field-Container input[type=text],
#dnn_ctr1678_View_LiveForm1678 .Field-Container select,
#dnn_ctr1678_View_LiveForm1678 .Field-Container textarea,
#dnn_ctr1678_View_LiveForm1678 .Field-Container-Wide input[type=text],
#dnn_ctr1678_View_LiveForm1678 .Field-Container-Wide select,
#dnn_ctr1678_View_LiveForm1678 .Field-Container-Wide textarea {
  border-radius: 0px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Ubuntu", sans-serif;
  font-weight: 100;
  width: 100%;
  min-width: 100%;
}
#dnn_ctr1664_View_LiveForm1664 .Field-Container input[type=text]:not(:focus),
#dnn_ctr1664_View_LiveForm1664 .Field-Container select:not(:focus),
#dnn_ctr1664_View_LiveForm1664 .Field-Container textarea:not(:focus),
#dnn_ctr1664_View_LiveForm1664 .Field-Container-Wide input[type=text]:not(:focus),
#dnn_ctr1664_View_LiveForm1664 .Field-Container-Wide select:not(:focus),
#dnn_ctr1664_View_LiveForm1664 .Field-Container-Wide textarea:not(:focus),
#dnn_ctr618_View_LiveForm618 .Field-Container input[type=text]:not(:focus),
#dnn_ctr618_View_LiveForm618 .Field-Container select:not(:focus),
#dnn_ctr618_View_LiveForm618 .Field-Container textarea:not(:focus),
#dnn_ctr618_View_LiveForm618 .Field-Container-Wide input[type=text]:not(:focus),
#dnn_ctr618_View_LiveForm618 .Field-Container-Wide select:not(:focus),
#dnn_ctr618_View_LiveForm618 .Field-Container-Wide textarea:not(:focus),
#dnn_ctr662_View_LiveForm662 .Field-Container input[type=text]:not(:focus),
#dnn_ctr662_View_LiveForm662 .Field-Container select:not(:focus),
#dnn_ctr662_View_LiveForm662 .Field-Container textarea:not(:focus),
#dnn_ctr662_View_LiveForm662 .Field-Container-Wide input[type=text]:not(:focus),
#dnn_ctr662_View_LiveForm662 .Field-Container-Wide select:not(:focus),
#dnn_ctr662_View_LiveForm662 .Field-Container-Wide textarea:not(:focus),
#dnn_ctr1678_View_LiveForm1678 .Field-Container input[type=text]:not(:focus),
#dnn_ctr1678_View_LiveForm1678 .Field-Container select:not(:focus),
#dnn_ctr1678_View_LiveForm1678 .Field-Container textarea:not(:focus),
#dnn_ctr1678_View_LiveForm1678 .Field-Container-Wide input[type=text]:not(:focus),
#dnn_ctr1678_View_LiveForm1678 .Field-Container-Wide select:not(:focus),
#dnn_ctr1678_View_LiveForm1678 .Field-Container-Wide textarea:not(:focus) {
  border-color: #ccc !important;
}
#dnn_ctr1664_View_LiveForm1664 .Field-Container input[type=text]:focus,
#dnn_ctr1664_View_LiveForm1664 .Field-Container select:focus,
#dnn_ctr1664_View_LiveForm1664 .Field-Container textarea:focus,
#dnn_ctr1664_View_LiveForm1664 .Field-Container-Wide input[type=text]:focus,
#dnn_ctr1664_View_LiveForm1664 .Field-Container-Wide select:focus,
#dnn_ctr1664_View_LiveForm1664 .Field-Container-Wide textarea:focus,
#dnn_ctr618_View_LiveForm618 .Field-Container input[type=text]:focus,
#dnn_ctr618_View_LiveForm618 .Field-Container select:focus,
#dnn_ctr618_View_LiveForm618 .Field-Container textarea:focus,
#dnn_ctr618_View_LiveForm618 .Field-Container-Wide input[type=text]:focus,
#dnn_ctr618_View_LiveForm618 .Field-Container-Wide select:focus,
#dnn_ctr618_View_LiveForm618 .Field-Container-Wide textarea:focus,
#dnn_ctr662_View_LiveForm662 .Field-Container input[type=text]:focus,
#dnn_ctr662_View_LiveForm662 .Field-Container select:focus,
#dnn_ctr662_View_LiveForm662 .Field-Container textarea:focus,
#dnn_ctr662_View_LiveForm662 .Field-Container-Wide input[type=text]:focus,
#dnn_ctr662_View_LiveForm662 .Field-Container-Wide select:focus,
#dnn_ctr662_View_LiveForm662 .Field-Container-Wide textarea:focus,
#dnn_ctr1678_View_LiveForm1678 .Field-Container input[type=text]:focus,
#dnn_ctr1678_View_LiveForm1678 .Field-Container select:focus,
#dnn_ctr1678_View_LiveForm1678 .Field-Container textarea:focus,
#dnn_ctr1678_View_LiveForm1678 .Field-Container-Wide input[type=text]:focus,
#dnn_ctr1678_View_LiveForm1678 .Field-Container-Wide select:focus,
#dnn_ctr1678_View_LiveForm1678 .Field-Container-Wide textarea:focus {
  outline: none;
  border-color: #90AD3F;
}
#dnn_ctr1664_View_LiveForm1664 .Field-Container input[type=text][required],
#dnn_ctr1664_View_LiveForm1664 .Field-Container select[required],
#dnn_ctr1664_View_LiveForm1664 .Field-Container textarea[required],
#dnn_ctr1664_View_LiveForm1664 .Field-Container-Wide input[type=text][required],
#dnn_ctr1664_View_LiveForm1664 .Field-Container-Wide select[required],
#dnn_ctr1664_View_LiveForm1664 .Field-Container-Wide textarea[required],
#dnn_ctr618_View_LiveForm618 .Field-Container input[type=text][required],
#dnn_ctr618_View_LiveForm618 .Field-Container select[required],
#dnn_ctr618_View_LiveForm618 .Field-Container textarea[required],
#dnn_ctr618_View_LiveForm618 .Field-Container-Wide input[type=text][required],
#dnn_ctr618_View_LiveForm618 .Field-Container-Wide select[required],
#dnn_ctr618_View_LiveForm618 .Field-Container-Wide textarea[required],
#dnn_ctr662_View_LiveForm662 .Field-Container input[type=text][required],
#dnn_ctr662_View_LiveForm662 .Field-Container select[required],
#dnn_ctr662_View_LiveForm662 .Field-Container textarea[required],
#dnn_ctr662_View_LiveForm662 .Field-Container-Wide input[type=text][required],
#dnn_ctr662_View_LiveForm662 .Field-Container-Wide select[required],
#dnn_ctr662_View_LiveForm662 .Field-Container-Wide textarea[required],
#dnn_ctr1678_View_LiveForm1678 .Field-Container input[type=text][required],
#dnn_ctr1678_View_LiveForm1678 .Field-Container select[required],
#dnn_ctr1678_View_LiveForm1678 .Field-Container textarea[required],
#dnn_ctr1678_View_LiveForm1678 .Field-Container-Wide input[type=text][required],
#dnn_ctr1678_View_LiveForm1678 .Field-Container-Wide select[required],
#dnn_ctr1678_View_LiveForm1678 .Field-Container-Wide textarea[required] {
  border-width: 1px !important;
}
#dnn_ctr1664_View_LiveForm1664 .Field-Container input[type=text].error,
#dnn_ctr1664_View_LiveForm1664 .Field-Container select.error,
#dnn_ctr1664_View_LiveForm1664 .Field-Container textarea.error,
#dnn_ctr1664_View_LiveForm1664 .Field-Container-Wide input[type=text].error,
#dnn_ctr1664_View_LiveForm1664 .Field-Container-Wide select.error,
#dnn_ctr1664_View_LiveForm1664 .Field-Container-Wide textarea.error,
#dnn_ctr618_View_LiveForm618 .Field-Container input[type=text].error,
#dnn_ctr618_View_LiveForm618 .Field-Container select.error,
#dnn_ctr618_View_LiveForm618 .Field-Container textarea.error,
#dnn_ctr618_View_LiveForm618 .Field-Container-Wide input[type=text].error,
#dnn_ctr618_View_LiveForm618 .Field-Container-Wide select.error,
#dnn_ctr618_View_LiveForm618 .Field-Container-Wide textarea.error,
#dnn_ctr662_View_LiveForm662 .Field-Container input[type=text].error,
#dnn_ctr662_View_LiveForm662 .Field-Container select.error,
#dnn_ctr662_View_LiveForm662 .Field-Container textarea.error,
#dnn_ctr662_View_LiveForm662 .Field-Container-Wide input[type=text].error,
#dnn_ctr662_View_LiveForm662 .Field-Container-Wide select.error,
#dnn_ctr662_View_LiveForm662 .Field-Container-Wide textarea.error,
#dnn_ctr1678_View_LiveForm1678 .Field-Container input[type=text].error,
#dnn_ctr1678_View_LiveForm1678 .Field-Container select.error,
#dnn_ctr1678_View_LiveForm1678 .Field-Container textarea.error,
#dnn_ctr1678_View_LiveForm1678 .Field-Container-Wide input[type=text].error,
#dnn_ctr1678_View_LiveForm1678 .Field-Container-Wide select.error,
#dnn_ctr1678_View_LiveForm1678 .Field-Container-Wide textarea.error {
  border-color: #c00 !important;
}
#dnn_ctr1664_View_LiveForm1664 .Field-Container input[type=text],
#dnn_ctr1664_View_LiveForm1664 .Field-Container select,
#dnn_ctr1664_View_LiveForm1664 .Field-Container-Wide input[type=text],
#dnn_ctr1664_View_LiveForm1664 .Field-Container-Wide select,
#dnn_ctr618_View_LiveForm618 .Field-Container input[type=text],
#dnn_ctr618_View_LiveForm618 .Field-Container select,
#dnn_ctr618_View_LiveForm618 .Field-Container-Wide input[type=text],
#dnn_ctr618_View_LiveForm618 .Field-Container-Wide select,
#dnn_ctr662_View_LiveForm662 .Field-Container input[type=text],
#dnn_ctr662_View_LiveForm662 .Field-Container select,
#dnn_ctr662_View_LiveForm662 .Field-Container-Wide input[type=text],
#dnn_ctr662_View_LiveForm662 .Field-Container-Wide select,
#dnn_ctr1678_View_LiveForm1678 .Field-Container input[type=text],
#dnn_ctr1678_View_LiveForm1678 .Field-Container select,
#dnn_ctr1678_View_LiveForm1678 .Field-Container-Wide input[type=text],
#dnn_ctr1678_View_LiveForm1678 .Field-Container-Wide select {
  height: 40px;
}
#dnn_ctr1664_View_LiveForm1664 .Field-Container textarea,
#dnn_ctr1664_View_LiveForm1664 .Field-Container-Wide textarea,
#dnn_ctr618_View_LiveForm618 .Field-Container textarea,
#dnn_ctr618_View_LiveForm618 .Field-Container-Wide textarea,
#dnn_ctr662_View_LiveForm662 .Field-Container textarea,
#dnn_ctr662_View_LiveForm662 .Field-Container-Wide textarea,
#dnn_ctr1678_View_LiveForm1678 .Field-Container textarea,
#dnn_ctr1678_View_LiveForm1678 .Field-Container-Wide textarea {
  height: 200px;
  resize: none;
}
#dnn_ctr1664_View_LiveForm1664 .Field-Container table[id*=Radio],
#dnn_ctr1664_View_LiveForm1664 .Field-Container-Wide table[id*=Radio],
#dnn_ctr618_View_LiveForm618 .Field-Container table[id*=Radio],
#dnn_ctr618_View_LiveForm618 .Field-Container-Wide table[id*=Radio],
#dnn_ctr662_View_LiveForm662 .Field-Container table[id*=Radio],
#dnn_ctr662_View_LiveForm662 .Field-Container-Wide table[id*=Radio],
#dnn_ctr1678_View_LiveForm1678 .Field-Container table[id*=Radio],
#dnn_ctr1678_View_LiveForm1678 .Field-Container-Wide table[id*=Radio] {
  display: inline-block;
  border: none !important;
}
#dnn_ctr1664_View_LiveForm1664 .Field-Container table[id*=Radio] *,
#dnn_ctr1664_View_LiveForm1664 .Field-Container-Wide table[id*=Radio] *,
#dnn_ctr618_View_LiveForm618 .Field-Container table[id*=Radio] *,
#dnn_ctr618_View_LiveForm618 .Field-Container-Wide table[id*=Radio] *,
#dnn_ctr662_View_LiveForm662 .Field-Container table[id*=Radio] *,
#dnn_ctr662_View_LiveForm662 .Field-Container-Wide table[id*=Radio] *,
#dnn_ctr1678_View_LiveForm1678 .Field-Container table[id*=Radio] *,
#dnn_ctr1678_View_LiveForm1678 .Field-Container-Wide table[id*=Radio] * {
  display: inline-block;
}
#dnn_ctr1664_View_LiveForm1664 .Field-Container table[id*=Radio] td:not(:first-child),
#dnn_ctr1664_View_LiveForm1664 .Field-Container table[id*=Radio] tr:not(:first-child),
#dnn_ctr1664_View_LiveForm1664 .Field-Container-Wide table[id*=Radio] td:not(:first-child),
#dnn_ctr1664_View_LiveForm1664 .Field-Container-Wide table[id*=Radio] tr:not(:first-child),
#dnn_ctr618_View_LiveForm618 .Field-Container table[id*=Radio] td:not(:first-child),
#dnn_ctr618_View_LiveForm618 .Field-Container table[id*=Radio] tr:not(:first-child),
#dnn_ctr618_View_LiveForm618 .Field-Container-Wide table[id*=Radio] td:not(:first-child),
#dnn_ctr618_View_LiveForm618 .Field-Container-Wide table[id*=Radio] tr:not(:first-child),
#dnn_ctr662_View_LiveForm662 .Field-Container table[id*=Radio] td:not(:first-child),
#dnn_ctr662_View_LiveForm662 .Field-Container table[id*=Radio] tr:not(:first-child),
#dnn_ctr662_View_LiveForm662 .Field-Container-Wide table[id*=Radio] td:not(:first-child),
#dnn_ctr662_View_LiveForm662 .Field-Container-Wide table[id*=Radio] tr:not(:first-child),
#dnn_ctr1678_View_LiveForm1678 .Field-Container table[id*=Radio] td:not(:first-child),
#dnn_ctr1678_View_LiveForm1678 .Field-Container table[id*=Radio] tr:not(:first-child),
#dnn_ctr1678_View_LiveForm1678 .Field-Container-Wide table[id*=Radio] td:not(:first-child),
#dnn_ctr1678_View_LiveForm1678 .Field-Container-Wide table[id*=Radio] tr:not(:first-child) {
  margin-left: 15px;
}
#dnn_ctr1664_View_LiveForm1664 .Field-Container table[id*=Checkbox] label, #dnn_ctr1664_View_LiveForm1664 .Field-Container table[id*=Checkbox] input,
#dnn_ctr1664_View_LiveForm1664 .Field-Container-Wide table[id*=Checkbox] label,
#dnn_ctr1664_View_LiveForm1664 .Field-Container-Wide table[id*=Checkbox] input,
#dnn_ctr618_View_LiveForm618 .Field-Container table[id*=Checkbox] label,
#dnn_ctr618_View_LiveForm618 .Field-Container table[id*=Checkbox] input,
#dnn_ctr618_View_LiveForm618 .Field-Container-Wide table[id*=Checkbox] label,
#dnn_ctr618_View_LiveForm618 .Field-Container-Wide table[id*=Checkbox] input,
#dnn_ctr662_View_LiveForm662 .Field-Container table[id*=Checkbox] label,
#dnn_ctr662_View_LiveForm662 .Field-Container table[id*=Checkbox] input,
#dnn_ctr662_View_LiveForm662 .Field-Container-Wide table[id*=Checkbox] label,
#dnn_ctr662_View_LiveForm662 .Field-Container-Wide table[id*=Checkbox] input,
#dnn_ctr1678_View_LiveForm1678 .Field-Container table[id*=Checkbox] label,
#dnn_ctr1678_View_LiveForm1678 .Field-Container table[id*=Checkbox] input,
#dnn_ctr1678_View_LiveForm1678 .Field-Container-Wide table[id*=Checkbox] label,
#dnn_ctr1678_View_LiveForm1678 .Field-Container-Wide table[id*=Checkbox] input {
  display: inline-block;
  width: auto;
}
#dnn_ctr1664_View_LiveForm1664 input[type=submit],
#dnn_ctr618_View_LiveForm618 input[type=submit],
#dnn_ctr662_View_LiveForm662 input[type=submit],
#dnn_ctr1678_View_LiveForm1678 input[type=submit] {
  background-color: #90AD3F;
  background: #90AD3F;
  border: 1px solid #90AD3F;
  border-radius: 0;
  color: #fff !important;
  font-size: 1.0555555556rem;
  font-weight: 500;
  line-height: 1em;
  padding-bottom: 0.6em;
  padding-left: 1.6em;
  padding-right: 1.6em;
  padding-top: 0.6em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-in, border-color 0.2s ease-in;
  -ms-transition: color 0.2s ease-out, background-color 0.2s ease-in, border-color 0.2s ease-in;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-in, border-color 0.2s ease-in;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-in, border-color 0.2s ease-in;
  transition: color 0.2s ease-out, background-color 0.2s ease-in, border-color 0.2s ease-in;
  white-space: inherit;
  box-shadow: none;
  font-family: "Ubuntu", sans-serif;
  float: left;
  margin-top: 20px;
}
#dnn_ctr1664_View_LiveForm1664 input[type=submit]:hover, #dnn_ctr1664_View_LiveForm1664 input[type=submit]:focus,
#dnn_ctr618_View_LiveForm618 input[type=submit]:hover,
#dnn_ctr618_View_LiveForm618 input[type=submit]:focus,
#dnn_ctr662_View_LiveForm662 input[type=submit]:hover,
#dnn_ctr662_View_LiveForm662 input[type=submit]:focus,
#dnn_ctr1678_View_LiveForm1678 input[type=submit]:hover,
#dnn_ctr1678_View_LiveForm1678 input[type=submit]:focus {
  background-color: #7a9335;
  background: #7a9335;
  border-color: #7a9335;
  color: #fff !important;
  box-shadow: none;
}
#dnn_ctr1664_View_LiveForm1664 .Field.Submitbutton ~ li,
#dnn_ctr618_View_LiveForm618 .Field.Submitbutton ~ li,
#dnn_ctr662_View_LiveForm662 .Field.Submitbutton ~ li,
#dnn_ctr1678_View_LiveForm1678 .Field.Submitbutton ~ li {
  opacity: 0;
  position: absolute;
  width: 0px;
  height: 0px;
  overflow: hidden;
  pointer-events: none;
}

/*------------------------------------*\
	#Donate Form (Action Form)
\*------------------------------------*/
/* Fields */
.donate-form {
  max-width: 767px;
  margin: auto;
}
.donate-form > * {
  display: block;
  clear: both;
}
.donate-form > *:not(.row) {
  width: 100%;
}
.donate-form > *.row {
  width: calc(100% + 60px);
}
.donate-form > *:not(hr) {
  float: left;
}
.donate-form > * > .field-container {
  width: 100% !important;
}
.donate-form > h4 {
  margin: 20px 0px 10px 0px !important;
}
.donate-form > hr {
  margin: 0px 0px 20px 0px !important;
  border-color: #284256 !important;
}
.donate-form > div > [class*=col-] {
  padding: 0px !important;
}
.donate-form input[type=radio],
.donate-form input[type=checkbox] {
  margin-top: 10px !important;
}
.donate-form .checkbox {
  padding-top: 0px !important;
}
.donate-form button.submit {
  margin-top: 30px;
}
.donate-form [class*=label],
.donate-form .field-container {
  display: block;
  float: none;
  clear: both;
  text-align: left !important;
  width: 100% !important;
  margin-left: 0px !important;
}
.donate-form div.radio.ng-scope {
  display: inline-block;
  margin-right: 30px;
  padding-top: 0px !important;
}
.donate-form .donationField .field-container:before {
  content: "$";
  position: absolute;
  left: 40px;
  top: 4px;
}
.donate-form .donationField .field-container input {
  padding-left: 25px !important;
}

/* Completion Messages */
form[action*="/af-result/"] .DnnModule-557 {
  display: none !important;
}

.DnnModule-557,
.DnnModule-1663 {
  margin-top: 50px;
}

.DnnModule-565 .alert.alert-info,
.DnnModule-563 .alert.alert-info {
  text-align: center;
  max-width: 767px;
  margin: auto;
  background-color: white;
  border: none;
  color: inherit;
  margin-top: 50px;
}
.DnnModule-565 .alert.alert-info hr,
.DnnModule-563 .alert.alert-info hr {
  border-top-color: #b3b3b3;
}
.DnnModule-565 .alert,
.DnnModule-563 .alert {
  display: block;
  clear: both;
  max-width: 767px;
  margin: auto;
}

/*------------------------------------*\
	#HIDE NEWS & EVENT IMAGES AT BOTTOM
	IF THERE IS ONLY ONE IMAGE UPLOADED
\*------------------------------------*/
.news-detail__images .articleImageList > li:first-child,
.event-detail__images .articleImageList > li:first-child {
  display: none !important;
}

/*------------------------------------*\
	#ReFUND Colorado Page
\*------------------------------------*/
#page-73 h1.module-title {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .refund__intro .narrow-text {
    width: 65%;
  }
}
.refund__subhead {
  margin-bottom: 1rem;
  font-style: italic;
  font-weight: 300;
  font-size: 1.75rem;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
  color: #90AD3F;
}

.step-number {
  display: block;
  margin-top: 1.5rem;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  color: #90AD3F;
}

.refund__h3 {
  color: #89122D;
  margin-top: 0;
  font-family: "Ubuntu", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.94rem;
}

.instructions__thumbnail {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 1rem;
}
.instructions__thumbnail img {
  max-width: 100%;
  height: auto;
  border: 1px solid #979797;
  margin: 0;
}
.instructions__thumbnail .overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: rgba(40, 66, 86, 0);
  z-index: 2;
  transition: all 0.5s;
}
.instructions__thumbnail .overlay__text {
  transition: all 0.5s;
  opacity: 0;
  color: white;
  z-index: 3;
  text-transform: uppercase;
  font-size: 0.8em;
}
.instructions__thumbnail .overlay__text .fa {
  display: block;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.instructions__thumbnail:hover .overlay {
  background-color: rgba(40, 66, 86, 0.74);
}
.instructions__thumbnail:hover .overlay__text {
  opacity: 1;
  color: white;
}

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

.dnnCheckbox .mark {
  background-color: transparent !important;
}

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