@charset "UTF-8";
@font-face {
  font-family: "MuseoSans";
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/MuseoSans300/font.woff2") format("woff2"), url("../fonts/MuseoSans300/font.woff") format("woff");
}
@font-face {
  font-family: "MuseoSans";
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/MuseoSans700/font.woff2") format("woff2"), url("../fonts/MuseoSans700/font.woff") format("woff");
}
@font-face {
  font-family: "MuseoSans";
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/MuseoSans500Italic/font.woff2") format("woff2"), url("../fonts/MuseoSans500Italic/font.woff") format("woff");
}
@font-face {
  font-family: "MuseoSans";
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  src: url("../fonts/MuseoSans900/font.woff2") format("woff2"), url("../fonts/MuseoSans900/font.woff") format("woff");
}
@font-face {
  font-family: "MuseoSans";
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  font-style: italic;
  src: url("../fonts/MuseoSans900Italic/font.woff2") format("woff2"), url("../fonts/MuseoSans900Italic/font.woff") format("woff");
}
body,
input,
textarea,
button {
  font: 18px/1.4em MuseoSans, OpenSans, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #333;
}
@media only screen and (max-width: 540px) {
  body,
input,
textarea,
button {
    font-size: 16px;
  }
}

body {
  overflow-x: hidden;
}

button,
input[type=submit] {
  cursor: pointer;
}

img {
  border: 0;
  width: auto;
  height: auto;
}

@media only screen and (max-width: 800px) {
  .sm-hide {
    display: none !important;
  }
}

.sm-only {
  display: none !important;
}
@media only screen and (max-width: 800px) {
  .sm-only {
    display: block !important;
  }
}

.no-display {
  display: none !important;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.button, .button:link, .button:visited,
input[type=submit],
input[type=submit]:link,
input[type=submit]:visited,
a.action-button,
a.action-button:link,
a.action-button:visited {
  display: inline-block;
  color: white;
  background-color: #00b140;
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
  padding: 0.5em 1em;
  margin-right: 0.5rem;
  text-align: center;
  border: 0;
  border-radius: 8px;
}
.button[disabled], .button[disabled=disabled],
input[type=submit][disabled],
input[type=submit][disabled=disabled],
a.action-button[disabled],
a.action-button[disabled=disabled] {
  background: #eee;
  color: #888;
  font-weight: normal;
}
.button:hover, .button:active,
input[type=submit]:hover,
input[type=submit]:active,
a.action-button:hover,
a.action-button:active {
  text-decoration: none;
  background-color: #00cb49;
}
.button.large .button.large-button,
.button.large input[type=submit].large-button,
.button.large a.action-button.large-button,
input[type=submit].large .button.large-button,
input[type=submit].large input[type=submit].large-button,
input[type=submit].large a.action-button.large-button,
a.action-button.large .button.large-button,
a.action-button.large input[type=submit].large-button,
a.action-button.large a.action-button.large-button {
  font-size: 22px;
}
.button.wide-button,
input[type=submit].wide-button,
a.action-button.wide-button {
  display: block;
}

.button, .button:link, .button:visited,
input[type=submit],
input[type=submit]:link,
input[type=submit]:visited,
a.action-button,
a.action-button:link,
a.action-button:visited {
  display: inline-block;
  color: white;
  background-color: #00b140;
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
  padding: 0.5em 1em;
  margin-right: 0.5rem;
  text-align: center;
  border: 0;
  border-radius: 8px;
}
.button[disabled], .button[disabled=disabled],
input[type=submit][disabled],
input[type=submit][disabled=disabled],
a.action-button[disabled],
a.action-button[disabled=disabled] {
  background: #eee;
  color: #888;
  font-weight: normal;
}
.button:hover, .button:active,
input[type=submit]:hover,
input[type=submit]:active,
a.action-button:hover,
a.action-button:active {
  text-decoration: none;
  background-color: #00cb49;
}
.button.large .button.large-button,
.button.large input[type=submit].large-button,
.button.large a.action-button.large-button,
input[type=submit].large .button.large-button,
input[type=submit].large input[type=submit].large-button,
input[type=submit].large a.action-button.large-button,
a.action-button.large .button.large-button,
a.action-button.large input[type=submit].large-button,
a.action-button.large a.action-button.large-button {
  font-size: 22px;
}
.button.wide-button,
input[type=submit].wide-button,
a.action-button.wide-button {
  display: block;
}

.button-wrapper > a, .button-wrapper > a:link, .button-wrapper > a:visited {
  display: inline-block;
  color: white;
  background-color: #00b140;
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
  padding: 0.5em 1em;
  margin-right: 0.5rem;
  text-align: center;
  border: 0;
  border-radius: 8px;
}
.button-wrapper > a[disabled], .button-wrapper > a[disabled=disabled] {
  background: #eee;
  color: #888;
  font-weight: normal;
}
.button-wrapper > a:hover, .button-wrapper > a:active {
  text-decoration: none;
  background-color: #00cb49;
}
.button-wrapper > a.large .button-wrapper > a.large-button {
  font-size: 22px;
}
.button-wrapper > a.wide-button {
  display: block;
}

#edit-changed,
div.error,
div.status {
  font-size: 13px;
  line-height: 16px;
  border: 0;
  border-radius: 0;
  font-style: italic;
  margin: 0;
  background-image: none;
  padding-left: 1rem;
}

div.error {
  background-color: #fef5f1;
}

div.status {
  background-color: #f8fff0c4;
  color: #222;
}

#messages {
  margin-bottom: 1rem;
}

.alert {
  margin: 1rem 0;
  padding: 0.75rem 1rem;
  border-radius: 4px;
}
.alert.alert-info {
  background: #dff2ff;
}

#main-content > #messages {
  margin: 0;
}
#main-content > #messages .messages {
  margin: 0;
}

#messages-bar {
  position: fixed;
  top: 1rem;
  width: 60%;
  margin-left: 20%;
  z-index: 100;
}

.form-item,
.form-actions {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

blockquote {
  border-left: 0.25rem dotted #00b140;
  margin: 0;
  padding-left: 1rem;
}

a.fa, a.fas, a.far, a.fal, a.fad, a.fab, span.fa, span.fas, span.far, span.fal, span.fad, span.fab {
  line-height: inherit !important;
  font-family: inherit;
  font-weight: 300;
}
a.fa::before, a.fas::before, a.far::before, a.fal::before, a.fad::before, a.fab::before, span.fa::before, span.fas::before, span.far::before, span.fal::before, span.fad::before, span.fab::before {
  margin-right: 0.5rem;
  font-weight: 900;
  width: 1.2em;
  display: inline-block;
  text-align: center;
  margin-right: 0.5rem;
}
a.fab::before, span.fab::before {
  font-family: "Font Awesome 5 Brands";
}
a.fa::before, a.fas::before, a.far::before, a.fal::before, a.fad::before, span.fa::before, span.fas::before, span.far::before, span.fal::before, span.fad::before {
  font-family: "Font Awesome 5 Free";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: none;
}

a.link-danger, a.link-danger:link, a.link-danger:hover, a.link-danger:visited, a.link-danger:active {
  color: #ff5a00;
}

hr {
  border-top: 3px solid #ccc;
  margin: 2rem 0;
}

.metadata > a:link,
.tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #c6ebd4;
  color: #222;
  border-radius: 0;
  padding: 0 0.5rem;
  white-space: nowrap;
  margin: 0.25rem 0 0 0;
  border-radius: 3px;
}
.metadata > a:link > a, .metadata > a:link > a:link, .metadata > a:link > a:visited, .metadata > a:link > a:active,
.tag > a,
.tag > a:link,
.tag > a:visited,
.tag > a:active {
  color: #222222;
}

.big-text {
  font-size: 1.5rem;
  line-height: 1.25em;
  font-weight: 700;
  margin: 1rem 0;
}

ul.dot-list {
  padding-left: 1rem;
}
ul.dot-list > li {
  list-style: square;
  padding-left: 0.5rem;
}

ul.colourbar-list {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}
ul.colourbar-list > li {
  color: white;
  background: #115740;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0.2rem 0.25rem;
  display: inline-block;
  margin: 0 0 0.4rem 0;
}
ul.colourbar-list li:nth-child(1) {
  background: #fd7918;
}
ul.colourbar-list li:nth-child(2) {
  background: #e34922;
}
ul.colourbar-list li:nth-child(3) {
  background: #9147bf;
}
ul.colourbar-list li:nth-child(4) {
  background: #2592e5;
}
ul.colourbar-list li:nth-child(5) {
  background: #00b140;
}

ul.strong-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.strong-list > li {
  list-style: none;
  display: block;
  margin: 0 0 0.5rem 0;
  padding: 1rem;
  border-left: 0.4rem dotted #00b140;
  font-weight: 900;
}

ul.big-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.big-list > li {
  list-style: none;
  display: block;
  margin: 0 0 0.5rem 0;
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  border-left: 0.4rem dotted #00b140;
}
ul.big-list > li img {
  float: right;
  width: 180px;
  margin: 0.5rem;
  box-shadow: none;
}
@media only screen and (max-width: 800px) {
  ul.big-list > li img {
    width: 100px;
  }
}
ul.big-list > li h2, ul.big-list > li h3 {
  margin: 1rem 0;
}

ol.bignums {
  counter-reset: list-counter;
  list-style: none;
  padding-left: 3.5rem;
  margin: 1.5rem 0;
  font-size: 1.25rem;
  font-style: italic;
}
@media only screen and (max-width: 540px) {
  ol.bignums {
    padding-left: 2.5rem;
    font-size: 1rem;
  }
}
ol.bignums li {
  margin: 0 0 1.5rem 0;
  counter-increment: list-counter;
  position: relative;
}
ol.bignums li::before {
  content: counter(list-counter);
  color: white;
  font-size: 1.25rem;
  font-weight: bold;
  position: absolute;
  --size: 2rem;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: -0.25rem;
  transform: rotate(-5deg);
  background: #00b140;
  border-radius: 50%;
  text-align: center;
  font-style: normal;
}
ol.bignums li:nth-child(even)::before {
  background: #115740;
}

.item-list .pager {
  margin: 1.5rem 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

body.cke_editable {
  padding: 1rem;
  width: auto;
}

.cke.cke_chrome,
.cke.cke_chrome .cke_top {
  border-color: #888 !important;
  box-shadow: none !important;
}

.ckeditor_links {
  display: none;
}

h1 {
  font-size: 34px;
  line-height: 1em;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  margin: 2rem 0 1rem 0;
}

h2 {
  font-size: 1.5rem;
  margin: 4rem 0 1rem 0;
  font-weight: 900;
}

h3 {
  margin: 4rem 0 1rem 0;
  font-size: 1.2rem;
  font-weight: 700;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

h1 > a:link, h1 > a:visited, h1 > a:hover, h1 > a:focus, h1 > a:active, h2 > a:link, h2 > a:visited, h2 > a:hover, h2 > a:focus, h2 > a:active, h3 > a:link, h3 > a:visited, h3 > a:hover, h3 > a:focus, h3 > a:active, h4 > a:link, h4 > a:visited, h4 > a:hover, h4 > a:focus, h4 > a:active, h5 > a:link, h5 > a:visited, h5 > a:hover, h5 > a:focus, h5 > a:active, h6 > a:link, h6 > a:visited, h6 > a:hover, h6 > a:focus, h6 > a:active {
  text-decoration: none;
}

h1.headline {
  margin: 0.8rem 0;
}

.headline > a,
.headline > a:visited,
.headline > a:link,
.headline > a:hover,
.headline > span {
  line-height: 1.2em;
  background-color: #00b140;
  display: inline;
  padding: 0.1em 0.4em 0.1em 0.3em;
  text-align: left;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: white;
}
.headline.big {
  font-size: 4rem;
}
@media only screen and (max-width: 540px) {
  .headline.big {
    font-size: 2rem;
  }
}

.subheadline {
  margin: -2rem 0 0 0;
}
.subheadline > span {
  line-height: 1.27em;
  background-color: #115740;
  display: inline;
  padding: 0.3em 0.3em 0.2em 0.3em;
  text-align: left;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: white;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

a:link, a:visited {
  color: #00b140;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #2b721b;
  text-decoration: underline;
}

.item-list ul,
.item-list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#header,
#header-cut {
  background-color: #00b140;
  color: white;
}

#page-header h1 {
  color: #222222;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  font-style: italic;
  font-size: 62px;
  line-height: 1em;
  margin: 5rem 0 3rem 0;
}
@media only screen and (max-width: 540px) {
  #page-header h1 {
    font-size: 42px;
  }
}

.node-blog h1,
.node-press-release h1 {
  margin: 3rem 0 1rem 0;
  border-bottom: 4px solid #222;
  padding-bottom: 0.75rem;
}

#header {
  padding: 0 0 10rem 0;
  margin-bottom: -9rem;
  position: relative;
  overflow: hidden;
}
#header.hide-title h1, #header.hide-title h2 {
  display: none;
}
#header.with-image {
  padding: 0;
  background-color: black;
  position: absolute;
  width: 100%;
}
#header img {
  max-width: 100%;
  height: auto;
}
#header a:link, #header a:visited, #header a:hover, #header a:focus, #header a:active {
  color: white;
}
#header .header-image-bg,
#header .header-image {
  background: transparent;
  background-position: center top;
  height: 90vh;
  min-height: 450px;
  padding: 0;
  background-repeat: no-repeat;
  background-size: 1600px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 540px) {
  #header .header-image-bg,
#header .header-image {
    height: 50vh;
    min-height: auto;
    background-size: 100%;
  }
}
#header .header-image-bg.cover,
#header .header-image.cover {
  background-size: cover;
  background-position: right -20vh;
}
#header .header-image-bg {
  width: 100%;
  z-index: 1;
  background-repeat: repeat;
  filter: blur(2rem);
  position: absolute;
  top: 0;
}
#header .header-image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0.5;
  opacity: 0.25;
  box-shadow: inset 0 10rem 5rem 0rem black;
  z-index: 3;
}
.narrow #header {
  text-align: center;
  padding-top: 9rem;
}
.narrow #site-logo {
  left: 50%;
  margin-left: -50px;
  position: absolute;
  top: 1rem;
}
@media only screen and (max-width: 540px) {
  .narrow #site-logo {
    width: 80px;
    height: 80px;
    background-size: 80px;
  }
}
.narrow .breadcrumb {
  display: none;
}

.content-wrapper #sgp-logo {
  height: 100px;
  width: 100px;
  background: url("../images/sgp-logo-green.png") center center no-repeat;
  background-size: 100px;
  display: block;
  margin: 0 0 1rem 0;
}
@media only screen and (max-width: 540px) {
  .content-wrapper #sgp-logo {
    width: 80px;
    height: 80px;
    background-size: 80px;
    margin-left: 1rem;
  }
}

#header-cut {
  background-color: #fff;
  transform: rotate(-2deg);
  position: absolute;
  width: 110%;
  height: 120px;
  bottom: -80px;
  left: -30px;
  z-index: 2;
}

.header-text {
  position: absolute;
  top: 25vh;
  text-align: center;
  width: 100%;
  color: white;
}
.header-text a.action-button {
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0.7em 1em;
}
.header-text h1 {
  text-shadow: 0px 2px rgba(0, 0, 0, 0.5);
  font-size: 70px;
  padding: 0 14%;
  line-height: 0.9em;
  margin: 1rem 0;
}
@media only screen and (max-width: 800px) {
  .header-text h1 {
    font-size: 50px;
  }
}

body.has-logo #header {
  padding: 10rem 0;
}

#site-logo-center,
#site-logo {
  height: 100px;
  width: 100px;
  background: url("../images/sgp-logo-white.png") center center no-repeat;
  background-size: 100px;
  display: block;
  margin: 0 0 1rem 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 540px) {
  #site-logo-center,
#site-logo {
    width: 80px;
    height: 80px;
    background-size: 80px;
    margin-left: 1rem;
  }
}

#site-logo.absolute {
  position: absolute;
  z-index: 10;
  top: 2rem;
  left: 0;
}

#site-logo-center {
  margin: 0 auto;
}

#nav-logo,
#logo {
  display: block;
  height: 100px;
  background: url("../images/sgp-logo-white.png") center center no-repeat;
  background-size: 100px;
  margin-top: 1rem;
}
@media only screen and (max-width: 540px) {
  #nav-logo,
#logo {
    height: 75px;
    background-size: 75px;
  }
}

#main {
  position: relative;
  z-index: 3;
  padding-bottom: 3rem;
}

.intro {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: bold;
}

.node-unpublished {
  background-color: transparent;
}
.node-unpublished::before {
  background-color: red;
  content: "Unpublished";
  font-weight: bold;
  padding: 0.5rem 1rem;
  position: fixed;
  color: white;
  text-transform: uppercase;
  top: 0;
  right: 10%;
}

.content-wrapper {
  padding: 2rem;
  background-color: white;
}
@media only screen and (max-width: 800px) {
  .content-wrapper {
    padding: 1rem;
    min-height: auto;
  }
}
.content-wrapper table {
  width: auto;
  height: auto;
  font-size: 18px;
  border: 0;
}
.content-wrapper table td, .content-wrapper table th {
  padding: 0.5rem;
  border: 0;
}
.content-wrapper table th {
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
}
.content-wrapper table tr:nth-child(even) {
  background: #e2f5e9;
}

/*
.campaign,
.news {

	.main-image {
	  padding: 28%;
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-color: #eee;
	}

	.meta {
	  margin: 0;
	  font-size: 0.8rem;
	  font-style: italic;
	  color: #666;
	}


} */
.node-page .main-video,
.node-page .main-image {
  margin-bottom: 1rem;
}

.num {
  background-color: #00b140;
  color: white;
  border-radius: 50%;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.5rem;
  vertical-align: middle;
  margin-right: 0.25rem;
  font-weight: bold;
  transform: rotate(-5deg);
  text-align: center;
}

blockquote.pull-quote {
  margin: 0 0 1rem 0;
  padding: 5rem 19rem 2rem 2rem;
  position: relative;
  background: #eaf9e6;
  overflow: hidden;
}
blockquote.pull-quote q {
  display: block;
  font-size: 22px;
  line-height: 1.25em;
}
blockquote.pull-quote q:after {
  content: "";
}
blockquote.pull-quote q:before {
  font-size: 16rem;
  display: inline-block;
  position: absolute;
  top: 8rem;
  left: 1rem;
  color: #00b140;
}
blockquote.pull-quote cite h3 {
  margin: 1rem 0;
}
blockquote.pull-quote .quote-photo {
  position: absolute;
  right: -30px;
  bottom: 0;
}
blockquote.pull-quote .quote-photo img {
  height: auto;
  width: 330px;
  display: block;
}

.section-image {
  margin: 0 -2rem;
  background: #eee;
  padding: 1rem;
  font-size: 11px;
}

/* MAIN IMAGES

.main-image {
	background-position: center center;
	padding: 30% 0;
	background-size: cover;
	background-repeat: no-repeat;
} */
#main-content .summary {
  font-weight: bold;
}
#main-content img {
  max-width: 100%;
  height: auto;
}
#main-content .btn {
  display: block;
  text-align: center;
  background-color: #00b140;
  color: white;
}
#main-content .btn > a, #main-content .btn > a:hover, #main-content .btn > a:active {
  color: white;
  display: block;
  padding: 1rem;
  text-decoration: none;
}
#main-content .btn:hover, #main-content .btn:active {
  background-color: #00e452;
}
#main-content img.img-responsive,
#main-content img.media-element {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
}

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

#homepage-action-bar .form-container {
  height: 185px;
}

#node-15053 .form-container {
  background-color: #0065BD;
}

div.workbench-info-block {
  float: none;
  margin-bottom: 2rem;
  background: #ddd;
  padding: 1rem;
  border: 0;
  text-align: center;
}
div.workbench-info-block a:link {
  color: #00b140;
}

#footer {
  position: relative;
  background: #23352f;
  padding: 2rem 0 10rem 0;
  font-size: 16px;
  text-align: center;
  color: white;
  z-index: 8;
}
#footer a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
#footer a:hover, #footer a:focus {
  color: #fff;
  text-decoration: underline;
}
#footer ul.menu {
  list-style: none;
  margin: 2rem 0;
  padding: 0;
  text-align: center;
}
#footer ul.menu li {
  display: inline-block;
}

.workbench-info-block {
  margin-top: 1rem;
  font-size: 12px;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-family: monospace;
  float: left;
  padding: 0.5rem;
}

.facetapi-active, .facetapi-active:link, .facetapi-active:hover, .facetapi-active:visited {
  font-weight: bold;
  color: #ff5a00;
}

.facetapi-inactive, .facetapi-inactive:link, .facetapi-inactive:hover, .facetapi-inactive:visited {
  color: #00b140;
}

#home-header {
  background: #262626;
  margin-bottom: 5rem;
}
#home-header > .container {
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 800px) {
  #home-header > .container {
    width: 100%;
  }
}

#home-video {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

#home-header-box {
  position: relative;
  bottom: 0;
  margin: 0 3rem;
  z-index: 2;
}
@media only screen and (max-width: 800px) {
  #home-header-box {
    margin: 0 1rem;
  }
}

#home-headline {
  font-size: 6rem;
  line-height: 1em;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: white;
  text-align: center;
  margin: 0;
  padding: 5rem 0 0 0;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
}
#home-headline > p {
  margin: 0;
}
@media only screen and (max-width: 800px) {
  #home-headline {
    width: auto;
    font-size: 4rem;
  }
}
@media only screen and (max-width: 540px) {
  #home-headline {
    width: auto;
    font-size: 3rem;
  }
}

#home-action {
  max-width: 500px;
  padding: 1.5rem;
  background: #115740;
  color: white;
  margin: 0 auto;
  top: 5rem;
  position: relative;
  border-radius: 8px;
}
#home-action > p {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1em;
  text-align: center;
}
#home-action .webform-component-email,
#home-action .webform-component-textfield {
  width: 49%;
}
#home-action .form-item {
  display: inline-block;
  margin: 0 0 0.25rem 0;
}
#home-action .form-item input[type=email], #home-action .form-item input[type=text] {
  border: 0;
  width: 100%;
}
#home-action .form-item input[type=email]::placeholder, #home-action .form-item input[type=text]::placeholder {
  color: #222;
}
#home-action .button-wrapper > a,
#home-action .webform-submit {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  box-sizing: border-box;
}
#home-action .button-wrapper > a, #home-action .button-wrapper > a:link, #home-action .button-wrapper > a:visited,
#home-action .webform-submit,
#home-action .webform-submit:link,
#home-action .webform-submit:visited {
  display: inline-block;
  color: white;
  background-color: #00b140;
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
  padding: 0.5em 1em;
  margin-right: 0.5rem;
  text-align: center;
  border: 0;
  border-radius: 8px;
}
#home-action .button-wrapper > a[disabled], #home-action .button-wrapper > a[disabled=disabled],
#home-action .webform-submit[disabled],
#home-action .webform-submit[disabled=disabled] {
  background: #eee;
  color: #888;
  font-weight: normal;
}
#home-action .button-wrapper > a:hover, #home-action .button-wrapper > a:active,
#home-action .webform-submit:hover,
#home-action .webform-submit:active {
  text-decoration: none;
  background-color: #00cb49;
}
#home-action .button-wrapper > a.large #home-action .button-wrapper > a.large-button,
#home-action .button-wrapper > a.large #home-action .webform-submit.large-button,
#home-action .webform-submit.large #home-action .button-wrapper > a.large-button,
#home-action .webform-submit.large #home-action .webform-submit.large-button {
  font-size: 22px;
}
#home-action .button-wrapper > a.wide-button,
#home-action .webform-submit.wide-button {
  display: block;
}

.section-link-grid ul li:hover {
  transform: scale(1.05);
  transition: all 100ms ease-in;
  z-index: 3;
}
.section-link-grid .grid-bg-colour,
.section-link-grid .bg-image {
  height: 400px;
}
.section-link-grid .grid-bg-colour {
  position: relative;
  display: block;
  background-color: #115740;
  border-radius: 8px;
  overflow: hidden;
}
.section-link-grid .bg-image {
  mix-blend-mode: luminosity;
  opacity: 0.3;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
}
.section-link-grid .grid-item-title {
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
  font-size: 2rem;
  line-height: 2rem;
  margin: 1rem 0;
}
.section-link-grid .grid-link-overlay {
  position: absolute;
  left: 0;
  height: 400px;
  width: 100%;
  z-index: 5;
}
.section-link-grid .grid-item-text {
  display: flex;
  flex-direction: column;
  align-content: center;
  height: 100%;
  justify-content: center;
  text-align: center;
  padding: 0 1rem;
  color: white;
  position: relative;
}
.section-link-grid .grid-item-text h3 {
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1em;
}
.section-link-grid .grid-item-text .button, .section-link-grid .grid-item-text .button:link, .section-link-grid .grid-item-text .button:visited {
  display: inline-block;
  color: #1d1712;
  background-color: #fdffaf;
  padding: 0.5em 1em;
  margin-right: 0.5rem;
  border: 0;
  border-radius: 0;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
}
.section-link-grid .grid-item-text .button[disabled], .section-link-grid .grid-item-text .button[disabled=disabled] {
  background: #eee;
  color: #888;
  font-weight: normal;
}
.section-link-grid .grid-item-text .button:hover, .section-link-grid .grid-item-text .button:active {
  text-decoration: none;
  background-color: #f2e58b;
}
.section-link-grid .grid-item-text .button.large .section-link-grid .grid-item-text .button.large-button {
  font-size: 22px;
}
.section-link-grid .grid-item-text .button.wide-button {
  display: block;
}
@media only screen and (max-width: 540px) {
  .section-link-grid .grid-link-overlay,
.section-link-grid .grid-bg-colour,
.section-link-grid .bg-image {
    height: 180px;
  }
  .section-link-grid .grid-item-title {
    font-size: 1.4rem;
  }
}

#our-movement {
  background: url("https://members.greens.scot/sites/default/files/styles/tall/public/ActiveSGP2021-2.png?itok=oiA2Xko_") center right;
  background-size: 560px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
@media only screen and (max-width: 800px) {
  #our-movement {
    padding-top: 250px;
  }
}

.our-movement-text {
  background: #00b140;
  color: white;
  padding: 3rem 7% 3rem 2rem;
  width: 40%;
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 800px) {
  .our-movement-text {
    width: auto;
    text-align: center;
  }
}
.our-movement-text:after {
  content: " ";
  display: block;
  background: #00b140;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 45%;
  transform: skewx(-11deg);
  box-shadow: 10px 0 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 800px) {
  .our-movement-text:after {
    display: none;
  }
}
.our-movement-text > h2 {
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
  margin: 1rem 0;
  font-size: 32px;
}
.our-movement-text .button-wrapper > a, .our-movement-text .button-wrapper > a:link, .our-movement-text .button-wrapper > a:visited {
  display: inline-block;
  color: #1d1712;
  background-color: #fdffaf;
  padding: 0.5em 1em;
  margin-right: 0.5rem;
  border: 0;
  border-radius: 0;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
}
.our-movement-text .button-wrapper > a[disabled], .our-movement-text .button-wrapper > a[disabled=disabled] {
  background: #eee;
  color: #888;
  font-weight: normal;
}
.our-movement-text .button-wrapper > a:hover, .our-movement-text .button-wrapper > a:active {
  text-decoration: none;
  background-color: #f2e58b;
}
.our-movement-text .button-wrapper > a.large .our-movement-text .button-wrapper > a.large-button {
  font-size: 22px;
}
.our-movement-text .button-wrapper > a.wide-button {
  display: block;
}
.our-movement-text ul {
  list-style: none;
  margin: 2rem 0;
  padding: 0;
}
.our-movement-text ul > li {
  margin-bottom: 1rem;
}
.our-movement-text ul > li::before {
  content: "\f061";
  color: white;
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5rem;
  font-size: 16px;
}
.our-movement-text ul > li > a {
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
}

.preview.event {
  background: #d5f2e0;
  border-radius: 4px;
  padding: 2rem;
  margin-bottom: 1rem;
}
.preview.event > h2 {
  margin: 1rem 0;
}

body.node-type-consultation-page #topbar,
body.node-type-campaign-page #topbar {
  background-color: #115740;
}

body.node-type-payment-page .action-link {
  display: block;
  background: #00b140;
  margin: 1rem;
  padding: 1rem;
  color: white;
  text-align: center;
  font-weight: bold;
}

.action-link {
  font-size: 20px;
}

#header.consultation {
  background-color: #115740;
}
#header.consultation h1.headline > span {
  background-color: #00b140;
}

#petition-form,
#consultation-form {
  margin-bottom: 1.5rem;
  background-color: #00b140;
  color: white;
}
#petition-form a:link, #petition-form a:visited, #petition-form a:active, #petition-form a:hover,
#consultation-form a:link,
#consultation-form a:visited,
#consultation-form a:active,
#consultation-form a:hover {
  color: white;
  text-decoration: underline;
}
#petition-form .crm-marker,
#petition-form .marker,
#petition-form .form-required,
#consultation-form .crm-marker,
#consultation-form .marker,
#consultation-form .form-required {
  color: rgba(255, 255, 255, 0.5);
}
#petition-form input[type=password],
#petition-form input[type=email],
#petition-form input[type=text],
#petition-form .crm-container input.crm-form-text,
#petition-form .crm-container .crm-icon-picker-button,
#petition-form .crm-container input.dateplugin,
#petition-form .crm-container input.crm-form-password,
#petition-form .chosen-container-multi .chosen-choices,
#petition-form .webform-component-textfield input,
#petition-form .webform-component-email input,
#petition-form .webform-component-textarea textarea,
#petition-form textarea,
#consultation-form input[type=password],
#consultation-form input[type=email],
#consultation-form input[type=text],
#consultation-form .crm-container input.crm-form-text,
#consultation-form .crm-container .crm-icon-picker-button,
#consultation-form .crm-container input.dateplugin,
#consultation-form .crm-container input.crm-form-password,
#consultation-form .chosen-container-multi .chosen-choices,
#consultation-form .webform-component-textfield input,
#consultation-form .webform-component-email input,
#consultation-form .webform-component-textarea textarea,
#consultation-form textarea {
  border: 0;
}
#petition-form .webform-next,
#petition-form .webform-submit,
#consultation-form .webform-next,
#consultation-form .webform-submit {
  box-shadow: inset 0 0 0 2px white;
}
#petition-form .description,
#consultation-form .description {
  color: #fff;
}
#petition-form .large-checkbox label,
#consultation-form .large-checkbox label {
  font-size: 16px;
  font-weight: bold;
}

#petition-form {
  background-color: #115740;
}

#campaign-main {
  position: relative;
  padding-top: 20rem;
  z-index: 5;
  width: 100%;
}

.very-big {
  font-size: 2rem;
  line-height: 1em;
  font-weight: 900;
}
@media only screen and (max-width: 540px) {
  .very-big {
    font-size: 1.5rem;
  }
}

.fb-card {
  width: 400px;
  border: 1px solid #dddfe2;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #1d2129;
}
.fb-card .fb-me {
  padding: 12px;
  overflow: auto;
}
.fb-card img {
  display: block;
}
.fb-card .fb-icon {
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background: url(https://icon-library.net/images/default-user-icon/default-user-icon-11.jpg) center center;
  background-size: cover;
  float: left;
  margin-right: 10px;
}
.fb-card .fb-name {
  color: #385898;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
}
.fb-card .fb-text {
  background: #eee;
  padding: 12px 12px 15px 12px;
  font-size: 16px;
  line-height: 20px;
}
.fb-card .fb-url {
  font-size: 12px;
  color: #606770;
}
.fb-card .fb-title {
  font-weight: bold;
}
.fb-card .button {
  float: right;
}

.twitter-card {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  font-size: 14px;
  border-radius: 14px;
  border: 1px solid #222;
  line-height: 1.3125;
  width: 400px;
  overflow: hidden;
}
.twitter-card .twitter-text {
  padding: 10px 14px 18px;
}
.twitter-card .twitter-url {
  color: #6e767d;
}
.twitter-card .button {
  float: right;
}

#donation-main {
  position: relative;
  padding-top: 5rem;
  z-index: 5;
  width: 100%;
}
#donation-main .progress-wrapper {
  background-color: #eee;
}
#donation-main #main-content {
  background: white;
}

div.small {
  font-size: 0.8rem;
  line-height: 1em;
  font-family: "Arial Narrow";
  color: #333;
  margin-top: 6rem;
  padding-top: 1rem;
  border-top: 1px solid #aaa;
}

.webform-component--your-details .webform-component {
  width: 48%;
  float: left;
  margin-right: 1%;
  clear: none !important;
}
.webform-component--your-details .webform-component input,
.webform-component--your-details .webform-component select {
  width: 100%;
}
.webform-component--your-details .webform-component-date {
  float: none;
  width: auto;
  margin: 0;
  clear: both;
}
.webform-component--your-details .webform-component-date .webform-calendar {
  height: 35px;
  width: auto !important;
  padding: 0;
}

.webform-component--address .webform-component--address--civicrm-1-contact-1-address-city {
  margin-right: 2%;
  float: left;
}
.webform-component--address .webform-component--address--civicrm-1-contact-1-address-postal-code {
  margin-right: 2%;
  float: left;
}
.webform-component--address .webform-component--address--civicrm-1-contact-1-address-country-id {
  width: 25%;
  float: left;
}
.webform-component--address .webform-component--address--civicrm-1-contact-1-address-country-id .chosen-container {
  width: 150px !important;
}

@media only screen and (max-width: 540px) {
  .webform-component {
    float: none !important;
    margin-right: 0 !important;
    width: auto !important;
  }
}
.webform-component--how-we-contact-you,
.webform-component--communications-preferences {
  /*	.webform-component-textfield,
  	.webform-component-email {
  		width: 48%;
  		float: left;
  	}
  */
}
.webform-component--how-we-contact-you .webform-component-radios .form-type-radio,
.webform-component--communications-preferences .webform-component-radios .form-type-radio {
  margin: 0 0 0.25rem 0;
}
.webform-component--how-we-contact-you .webform-component-radios input.form-radio,
.webform-component--communications-preferences .webform-component-radios input.form-radio {
  margin: 0 0.25rem 0;
}

.webform-datepicker .chosen-container,
.webform-datepicker select.form-select {
  width: 25% !important;
}
.webform-datepicker .webform-calendar {
  width: 2rem;
}

.campaign.preview {
  background: #e2f5e9;
  padding: 1rem 1rem 5rem 1rem !important;
  border-radius: 4px;
  height: 100%;
  box-sizing: border-box;
  /*	&:hover {
  		transform: scale(1.05);
  		transition: all 100ms ease-in;
  		z-index:3;
  	} */
}

.item-wrapper {
  height: 100%;
}

.preview-footer {
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
}
.preview-footer > div {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.view-campaigns h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  border-bottom: 2px solid black;
  padding-top: 2rem 0;
  clear: both;
}

a.action-button.large-button {
  display: block;
  font-size: 18px;
  padding: 1rem;
}

.blue-form {
  background-color: #158edb;
  color: white;
}
.blue-form a.action-button {
  width: 28%;
  display: inline-block;
  border: 2px solid white;
  margin: 0 2% 2% 0;
  padding: 0.5rem 0;
}
.blue-form input[type=submit],
.blue-form a.action-button,
.blue-form .webform-submit {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}
.blue-form input[type=submit]:hover, .blue-form input[type=submit]:focus,
.blue-form a.action-button:hover,
.blue-form a.action-button:focus,
.blue-form .webform-submit:hover,
.blue-form .webform-submit:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
.blue-form .crm-marker,
.blue-form .marker,
.blue-form .form-required {
  color: rgba(255, 255, 255, 0.5);
}
.blue-form .form-item .description {
  color: #daecd6;
}
.blue-form select.crm-form-date,
.blue-form input[type=text],
.blue-form input[type=email],
.blue-form textarea {
  border: 0 !important;
}

#main-form {
  position: relative;
  z-index: 2;
}
#main-form:target {
  outline: 3px solid yellow;
}

.campaign .sm-only > .action-button {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  left: 0;
  box-sizing: border-box;
}

.boxed-form {
  margin-bottom: 2rem;
}
#main-sidebar .boxed-form {
  background-color: #00b140;
  color: white;
  padding: 1.5rem;
}
#main-sidebar .boxed-form .description {
  color: #fff;
}
#main-sidebar .boxed-form input, #main-sidebar .boxed-form textarea {
  border: 0;
}
#main-sidebar .boxed-form a, #main-sidebar .boxed-form a:link, #main-sidebar .boxed-form a:visited, #main-sidebar .boxed-form a:hover {
  color: white;
  text-decoration: underline;
}
#main-sidebar .boxed-form .webform-submit {
  margin-left: 0;
  width: 100%;
  background: #115740;
}
#main-sidebar .boxed-form .webform-submit:hover {
  background: #156c50;
}
.boxed-form > .form {
  margin: 0;
}
.boxed-form fieldset.form-wrapper {
  border: 0;
  padding: 0;
}
.boxed-form fieldset.form-wrapper > legend {
  top: 0;
  left: 0;
}
.boxed-form h2, .boxed-form h3, .boxed-form h4 {
  margin: 0 0 1rem 0;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.25em;
  text-align: center;
}
.boxed-form .webform-component {
  clear: both;
}
.boxed-form .webform-component-textfield input[type=email],
.boxed-form .webform-component-textfield input[type=text],
.boxed-form .webform-component-email input[type=email],
.boxed-form .webform-component-email input[type=text] {
  width: 100%;
}
.boxed-form .webform-component-textfield span.field-prefix + input[type=email],
.boxed-form .webform-component-textfield span.field-prefix + input[type=text],
.boxed-form .webform-component-email span.field-prefix + input[type=email],
.boxed-form .webform-component-email span.field-prefix + input[type=text] {
  width: auto;
}
.boxed-form div[class*=first-name],
.boxed-form div[class*=last-name],
.boxed-form div[class*=postal-code],
.boxed-form div[class*=email] {
  float: left;
  margin: 0 1.9% 1rem 0;
  clear: none;
}
.boxed-form div[class*=first-name] input,
.boxed-form div[class*=last-name] input,
.boxed-form div[class*=postal-code] input,
.boxed-form div[class*=email] input {
  width: 100%;
}
@media only screen and (max-width: 540px) {
  .boxed-form div[class*=first-name],
.boxed-form div[class*=last-name],
.boxed-form div[class*=postal-code],
.boxed-form div[class*=email] {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.boxed-form div[class*=first-name],
.boxed-form div[class*=last-name] {
  width: 48%;
}
.boxed-form div[class*=email] {
  width: 66%;
}
.boxed-form div[class*=postal-code] {
  width: 30%;
}
.boxed-form #edit-submitted-civicrm-1-contact-1-cg35-custom-152--2,
.boxed-form #edit-submitted-civicrm-1-contact-1-cg35-custom-152 {
  font-size: 12px;
  float: left;
  line-height: 1rem;
}
@media only screen and (max-width: 540px) {
  .boxed-form #edit-submitted-civicrm-1-contact-1-cg35-custom-152--2,
.boxed-form #edit-submitted-civicrm-1-contact-1-cg35-custom-152 {
    width: 100%;
  }
}

.miniprogressbar .total,
.miniprogressbar .target {
  width: 48%;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}
.miniprogressbar .total {
  float: left;
}
.miniprogressbar .target {
  float: right;
  text-align: right;
}
.miniprogressbar .progress-bar {
  background-color: #ccc;
  margin: 1rem 0;
  clear: both;
  overflow: hidden;
}
.miniprogressbar .progress {
  padding: 0.5rem 0 0.5rem 0.5rem;
  color: white;
  position: relative;
  background-color: #00b140;
  min-width: 3rem;
}
.miniprogressbar .progress > strong {
  display: none;
}
.miniprogressbar .progress::before {
  display: block;
  content: " ";
  background-color: #ccc;
  width: 1rem;
  height: 4rem;
  position: absolute;
  z-index: 3;
  top: -1rem;
  right: -0.5rem;
  transform: rotate(-15deg);
}

.donations,
.progress-bar-wrapper {
  margin-bottom: 2rem;
}
.teaser .donations, .preview .donations,
.teaser .progress-bar-wrapper,
.preview .progress-bar-wrapper {
  margin: 0;
  padding: 1rem;
  background: #e2f5e9;
  border-radius: 4px;
}
.teaser .donations .progress-bar, .preview .donations .progress-bar,
.teaser .progress-bar-wrapper .progress-bar,
.preview .progress-bar-wrapper .progress-bar {
  font-size: 14px;
}
.teaser .donations .progress > strong, .preview .donations .progress > strong,
.teaser .progress-bar-wrapper .progress > strong,
.preview .progress-bar-wrapper .progress > strong {
  display: none;
}
.teaser .donations .total, .teaser .donations .goal, .preview .donations .total, .preview .donations .goal,
.teaser .progress-bar-wrapper .total,
.teaser .progress-bar-wrapper .goal,
.preview .progress-bar-wrapper .total,
.preview .progress-bar-wrapper .goal {
  font-size: 1rem;
}
.donations .total,
.donations .target,
.progress-bar-wrapper .total,
.progress-bar-wrapper .target {
  width: 48%;
  font-weight: 700;
}
.donations .total,
.progress-bar-wrapper .total {
  float: left;
}
.donations .target,
.progress-bar-wrapper .target {
  float: right;
  text-align: right;
}
@media only screen and (max-width: 540px) {
  .donations,
.progress-bar-wrapper {
    padding: 0 0.5rem;
  }
}
.donations .progress-bar,
.progress-bar-wrapper .progress-bar {
  background-color: #ccc;
  margin: 1rem 0;
  clear: both;
  overflow: hidden;
}
.donations .progress,
.progress-bar-wrapper .progress {
  padding: 0.5rem 0 0.5rem 0.5rem;
  color: white;
  position: relative;
  background-color: #00b140;
  min-width: 3rem;
}
.donations .progress > strong,
.progress-bar-wrapper .progress > strong {
  display: inline-block;
  margin-left: 0.5rem;
}
.donations .progress::before,
.progress-bar-wrapper .progress::before {
  display: block;
  content: " ";
  background-color: #ccc;
  width: 1rem;
  height: 4rem;
  position: absolute;
  z-index: 3;
  top: -1rem;
  right: -0.5rem;
  transform: rotate(-15deg);
}
.donations .goal,
.progress-bar-wrapper .goal {
  font-size: 18px;
  font-style: italic;
}
.donations .total,
.progress-bar-wrapper .total {
  font-weight: 900;
}

.recent-submissions {
  clear: both;
  font-size: 14px;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 540px) {
  .recent-submissions {
    padding: 0 0.5rem;
  }
}
.recent-submissions h3 {
  font-size: 14px;
  margin: 1rem 0;
}
.recent-submissions .item-list > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.recent-submissions .item-list > ul > li {
  margin: 0.1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0.75rem;
}
.recent-submissions .sub-date {
  float: right;
  color: #ccc;
}

.view-more-campaign-content .view-header > h2 {
  font-size: 1.5rem;
}

.consultation-body {
  font-size: 12px;
  line-height: 1.5em;
  background: ghostwhite;
  padding: 1rem;
  box-shadow: 0 0 2px #8f8fac;
  margin-bottom: 1rem;
}
.consultation-body h3 {
  margin: 1rem 0;
  text-align: center;
  font-weight: 300;
}

.form .form-actions {
  clear: both;
  overflow: hidden;
}
.form a.action-button,
.form .webform-next,
.form .webform-submit,
.form .webform-previous {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
}
.form a.action-button,
.form .webform-next,
.form .webform-submit {
  float: right;
  margin: 0 0 0.75rem 0.75rem;
  padding: 0.75rem 1rem;
}
@media only screen and (max-width: 540px) {
  .form a.action-button,
.form .webform-next,
.form .webform-submit {
    float: none;
    width: 100%;
    margin: 1rem 0 0 0;
  }
}
.form .webform-previous,
.form .webform-previous:hover,
.form .webform-previous:active {
  background-color: transparent;
  color: #00b140;
  float: left;
  padding: 0.75rem 0;
  font-weight: 500;
}
@media only screen and (max-width: 540px) {
  .form .webform-previous,
.form .webform-previous:hover,
.form .webform-previous:active {
    display: none;
  }
}

fieldset.form-wrapper {
  padding: 1rem;
  border: 1px solid #bbb;
  position: relative;
  margin-bottom: 1rem;
  max-width: 1200px;
}
fieldset.form-wrapper fieldset.form-wrapper {
  border: 0;
  padding: 0;
  margin-bottom: 0;
}
fieldset.form-wrapper > legend {
  position: absolute;
  top: 0.8rem;
  left: 1rem;
  font-size: 13px;
  font-weight: 900;
  margin: 0;
}
fieldset.form-wrapper > legend,
fieldset.form-wrapper > legend a,
fieldset.form-wrapper a.fieldset-title {
  font-weight: 900;
}
fieldset.form-wrapper legend + .fieldset-wrapper {
  padding-top: 1rem;
  border-top: 1px solid #e5e5e5;
  margin-top: 2rem;
}
fieldset.form-wrapper legend + .fieldset-wrapper > .description {
  margin-bottom: 1rem;
}
fieldset.form-wrapper .fieldset-wrapper > .description {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 540px) {
  fieldset.form-wrapper {
    border: 0;
    padding: 1rem 0 0 0;
  }
  fieldset.form-wrapper > legend {
    left: 0;
  }
}

fieldset.collapsible {
  max-width: 1200px;
  margin: 1rem 0;
  border-width: 1px !important;
}
fieldset.collapsible.collapsed {
  padding: 1rem 0;
}
fieldset.collapsible > legend {
  left: 0.5rem;
}
fieldset.collapsible fieldset.collapsible,
fieldset.collapsible fieldset.collapsible.collapsed {
  padding: 2rem 0 0 0;
  margin: 0;
  border: 0 !important;
}

form ul.token-input-list,
input[type=password],
input[type=email],
input[type=text],
.crm-container input.crm-form-text,
.crm-container .crm-icon-picker-button,
.crm-container input.dateplugin,
.crm-container input.crm-form-password,
.chosen-container-multi .chosen-choices,
.webform-component-textfield input,
.webform-component-email input,
.webform-component-textarea textarea,
textarea {
  background-color: white;
  background-image: none;
  border: 1px solid #888;
  border-radius: 2px;
  box-shadow: inset 0 2px 2px #ddd;
  color: #222;
  padding: 0.4rem;
  font-size: 16px;
  height: auto;
  box-sizing: border-box;
  margin: 0;
  max-width: 100%;
}
form ul.token-input-list::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=text]::placeholder,
.crm-container input.crm-form-text::placeholder,
.crm-container .crm-icon-picker-button::placeholder,
.crm-container input.dateplugin::placeholder,
.crm-container input.crm-form-password::placeholder,
.chosen-container-multi .chosen-choices::placeholder,
.webform-component-textfield input::placeholder,
.webform-component-email input::placeholder,
.webform-component-textarea textarea::placeholder,
textarea::placeholder {
  font-size: 14px;
  font-family: MuseoSans;
  color: #555;
}
form ul.token-input-list:disabled,
input[type=password]:disabled,
input[type=email]:disabled,
input[type=text]:disabled,
.crm-container input.crm-form-text:disabled,
.crm-container .crm-icon-picker-button:disabled,
.crm-container input.dateplugin:disabled,
.crm-container input.crm-form-password:disabled,
.chosen-container-multi .chosen-choices:disabled,
.webform-component-textfield input:disabled,
.webform-component-email input:disabled,
.webform-component-textarea textarea:disabled,
textarea:disabled {
  background-color: #eee;
  box-shadow: none;
}

form ul.token-input-list {
  font-family: inherit;
}
form ul.token-input-list input {
  box-shadow: none;
}
form ul.token-input-list li.token-input-token {
  margin: 0;
}

div.token-input-dropdown {
  z-index: 100;
}

.crm-container .crm-marker {
  color: #ff5a00;
}

.ui-spinner-input {
  margin-right: 2em;
}

.chosen-container {
  max-width: 500px !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  font: 16px/1.3rem MuseoSans, OpenSans, sans-serif;
  color: #ddd;
  padding: 2px 2px 0 2px;
}

.chosen-container-multi .chosen-choices {
  font: 14px/1rem MuseoSans, OpenSans, sans-serif;
  padding: 0.25rem !important;
}

.chosen-container-single .chosen-single {
  background-color: white;
  background: none;
  background-image: none;
  border: 1px solid #888;
  padding: 5px 0 5px 8px;
  height: auto;
  /*    height: 35px; */
}

.field-type-datetime .form-item {
  margin: 0;
}
.field-type-datetime .date-no-float {
  width: auto;
}
.field-type-datetime legend {
  margin: 0 0 0.5rem 0;
  font-weight: 700;
  padding: 0;
}

fieldset.date-combo .container-inline-date .date-padding {
  padding: 0;
}

.recaptcha {
  margin: 1rem 0;
  clear: both;
}

.crm-marker,
.marker,
.form-required {
  color: #ff5a00;
}

.views-exposed-widget,
.crm-section,
.form-item {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.views-exposed-widget > .label,
.views-exposed-widget > label,
.crm-section > .label,
.crm-section > label,
.form-item > .label,
.form-item > label {
  margin-bottom: 0.15rem;
  font-weight: 500;
  font-size: 16px;
}
.views-exposed-widget .description,
.crm-section .description,
.form-item .description {
  color: #888;
  font-size: 12px;
  line-height: 1rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-style: italic;
}
.views-exposed-widget .form-checkboxes.col-2,
.views-exposed-widget .form-radios.col-2,
.crm-section .form-checkboxes.col-2,
.crm-section .form-radios.col-2,
.form-item .form-checkboxes.col-2,
.form-item .form-radios.col-2 {
  overflow: auto;
}
.views-exposed-widget .form-checkboxes.col-2 .form-item,
.views-exposed-widget .form-radios.col-2 .form-item,
.crm-section .form-checkboxes.col-2 .form-item,
.crm-section .form-radios.col-2 .form-item,
.form-item .form-checkboxes.col-2 .form-item,
.form-item .form-radios.col-2 .form-item {
  width: 48%;
  float: left;
}
.views-exposed-widget .form-checkboxes .form-item,
.views-exposed-widget .form-radios .form-item,
.crm-section .form-checkboxes .form-item,
.crm-section .form-radios .form-item,
.form-item .form-checkboxes .form-item,
.form-item .form-radios .form-item {
  margin: 0.25rem 0;
}
.views-exposed-widget .form-checkboxes label,
.views-exposed-widget .form-radios label,
.crm-section .form-checkboxes label,
.crm-section .form-radios label,
.form-item .form-checkboxes label,
.form-item .form-radios label {
  font-size: 14px;
}

.progress-wrapper {
  overflow: auto;
}

.webform-progressbar {
  width: auto;
  margin: 0 60px;
}

.webform-progressbar-outer,
.webform-progressbar-inner {
  height: 2px;
}

.webform-progressbar-outer {
  position: relative;
  border: 0;
  width: 100%;
  height: 3px;
  margin: 2rem -1px 3rem -1px;
  background-color: #ccc;
}

.webform-progressbar-inner {
  background-color: #999;
}

.webform-progressbar-page {
  position: absolute;
  width: 19px;
  height: 19px;
  margin: -11px 0 0 -0.9rem;
  border: none;
  background-color: #ccc;
  border-radius: 50%;
  font-weight: 700;
  color: #ccc;
}
.webform-progressbar-page .webform-progressbar-page-label {
  position: relative;
  top: 1.5rem;
  margin: 0 -10em;
  text-transform: uppercase;
  font-size: 12px;
}
.webform-progressbar-page.current {
  background-color: #00b140;
  color: #00b140;
}
.webform-progressbar-page.completed {
  background-color: #999;
  color: #888;
}

.webform-component--civicrm-1-contribution-1-contribution-source,
.webform-component--civicrm-1-contribution-1-contribution-campaign-id,
.webform-component--civicrm-1-activity-1-activity-subject,
.webform-component--civicrm-1-activity-1-activity-campaign-id {
  display: none;
}

.embedded-video .player {
  position: relative;
  padding-bottom: 53.8%;
  height: 0;
  overflow: hidden;
}
.embedded-video .player > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.node-type-video {
  background-color: #222;
  color: #fff;
}
body.node-type-video h1, body.node-type-video h2, body.node-type-video h3 {
  color: #fff;
}
body.node-type-video #footer {
  background-color: #222;
}
body.node-type-video #topbar {
  background-color: #333;
}
body.node-type-video #topbar ul.menu > li a.nav-join:link, body.node-type-video #topbar ul.menu > li a.nav-join:hover, body.node-type-video #topbar ul.menu > li a.nav-join:active, body.node-type-video #topbar ul.menu > li a.nav-join:visited {
  background-color: #00b140;
}
body.node-type-video .tag, body.node-type-video .tag > a:link, body.node-type-video .tag > a:visited, body.node-type-video .tag > a:active {
  background-color: #00b140;
  color: white;
}
body.node-type-video .node-blog h2 > a, body.node-type-video .node-blog h2 > a:link, body.node-type-video .node-blog h2 > a:visited, body.node-type-video .node-blog h2 > a:active,
body.node-type-video .node-video h2 > a,
body.node-type-video .node-video h2 > a:link,
body.node-type-video .node-video h2 > a:visited,
body.node-type-video .node-video h2 > a:active,
body.node-type-video .node-press-release h2 > a,
body.node-type-video .node-press-release h2 > a:link,
body.node-type-video .node-press-release h2 > a:visited,
body.node-type-video .node-press-release h2 > a:active,
body.node-type-video .node-news h2 > a,
body.node-type-video .node-news h2 > a:link,
body.node-type-video .node-news h2 > a:visited,
body.node-type-video .node-news h2 > a:active {
  color: #fff;
}
body.node-type-video .node-blog h2 > a:hover,
body.node-type-video .node-video h2 > a:hover,
body.node-type-video .node-press-release h2 > a:hover,
body.node-type-video .node-news h2 > a:hover {
  color: #fff;
}
body.node-type-video .node-video.preview h2::before {
  color: #fff;
}

.section-donate {
  background-color: #158edb;
  color: white;
}
.section-donate h2 {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  font-style: italic;
  font-size: 46px;
  line-height: 1.4em;
  margin: 1rem 0;
}
.section-donate p {
  text-align: center;
}
.section-donate .button {
  font-size: 28px !important;
  margin: 0.25rem;
}
.section-donate .button, .section-donate .button:link, .section-donate .button:visited {
  display: inline-block;
  color: #1d1712;
  background-color: #fdffaf;
  padding: 0.5em 1em;
  margin-right: 0.5rem;
  border: 0;
  border-radius: 0;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
}
.section-donate .button[disabled], .section-donate .button[disabled=disabled] {
  background: #eee;
  color: #888;
  font-weight: normal;
}
.section-donate .button:hover, .section-donate .button:active {
  text-decoration: none;
  background-color: #f2e58b;
}
.section-donate .button.large .section-donate .button.large-button {
  font-size: 22px;
}
.section-donate .button.wide-button {
  display: block;
}

.form {
  /*
  #billing-payment-block.crm-container {
      background: ghostwhite;
      padding: 1rem;

      legend {
          text-transform: uppercase;
          font-weight: 700;
          font-size: 0.8rem;
          margin-bottom: 1rem;
      }
  } */
}
.form #wf-crm-billing-items {
  margin-bottom: 1rem;
  width: 100%;
  background: ghostwhite;
  font-size: 0.8rem;
}
.form #wf-crm-billing-items caption {
  display: none;
}
.form #wf-crm-billing-items tbody,
.form #wf-crm-billing-items tr,
.form #wf-crm-billing-items td {
  border: 0;
  padding: 0;
  background-color: transparent;
}
.form #wf-crm-billing-items td {
  padding: 0.25rem 0.5rem;
}
.form #billing-payment-block .help {
  display: none;
}
.form label[for=card-element] {
  display: none;
}
.form #card-element {
  background-color: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 3px solid #d8d8e8;
}
.form #card-errors {
  color: red;
  font-weight: bold;
  text-align: center;
  background: linen;
  padding: 0.5rem;
  margin: 0;
}

#payment_information {
  /*
  fieldset {
      border: 1px solid #bbb;
      padding: 1rem;
      margin: 1rem 0 0 0;
  }
  */
}
#payment_information .account_holder-section .description,
#payment_information .bank_account_number-section .description,
#payment_information .bank_identification_number-section .description {
  font-size: 12px;
  line-height: 14px;
  margin-top: 0.5em;
}
#payment_information fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
#payment_information fieldset legend {
  display: none;
}
#payment_information .credit_card_type-section {
  display: none;
}
#payment_information input.crm-form-text {
  width: 100%;
}
#payment_information .crm-section .label {
  float: none;
  width: auto;
  text-align: left;
  margin-bottom: 0rem;
  font-size: 14px;
}
#payment_information .crm-section .label > label {
  font-weight: 500;
}
#payment_information .crm-section .content {
  margin-left: 0;
  line-height: 1.5rem;
}
#payment_information .credit_card_exp_date-section,
#payment_information .cvv2-section {
  display: inline-block;
  margin-right: 1em;
}
#payment_information #cvv2 {
  width: auto;
  display: inline-block;
}
#payment_information .cvv2-icon {
  display: inline-block;
  vertical-align: middle;
}
#payment_information #payer_confirmation {
  float: left;
  height: 1em;
  width: 1em;
  margin: 0.75rem 0.5rem;
}
#payment_information .payer_confirmation-section {
  background: #fff9db;
  padding: 0.5rem;
}
#payment_information .payer_confirmation-section > .label {
  margin: 0;
}
#payment_information .billing_first_name-section,
#payment_information .billing_last_name-section,
#payment_information .billing_postal_code-5-section,
#payment_information .billing_street_address-5-section,
#payment_information .billing_city-5-section,
#payment_information .billing_country_id-5-section,
#payment_information .billing_state_province_id-5-section,
#payment_information .bank_identification_number-section,
#payment_information .bank_account_number-section {
  float: left;
  width: 49%;
}
@media only screen and (max-width: 540px) {
  #payment_information .billing_first_name-section,
#payment_information .billing_last_name-section,
#payment_information .billing_postal_code-5-section,
#payment_information .billing_street_address-5-section,
#payment_information .billing_city-5-section,
#payment_information .billing_country_id-5-section,
#payment_information .billing_state_province_id-5-section,
#payment_information .bank_identification_number-section,
#payment_information .bank_account_number-section {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
#payment_information .billing_postal_code-5-section {
  width: 8em;
}
#payment_information .bank_account_number-section,
#payment_information .billing_country_id-5-section,
#payment_information .billing_first_name-section,
#payment_information .billing_street_address-5-section {
  margin-right: 1.9%;
}
#payment_information .billing_middle_name-section {
  display: none;
  overflow: hidden;
}

.crm-container select.crm-form-date {
  border: 1px solid black;
  color: #444;
  height: 3.2em;
  padding: 0.5em;
  border-radius: 4px;
  background-color: #fff;
}

.form-item-submitted-donation-amount-select {
  margin: 0;
}

#edit-submitted-donation-amount-other {
  width: 100%;
  font-size: 1.6rem;
  padding: 0.5em 1em;
  border: 4px solid #158edb;
}

.form-item-submitted-donation-amount-other {
  clear: both;
}

.webform-component--civicrm-1-contribution-1-contribution-payment-processor-id .form-radios,
.webform-component--civicrm-1-lineitem-1-contribution-line-total .form-radios,
.webform-component--civicrm-1-lineitem-2-contribution-line-total .form-radios,
.webform-component--civicrm-1-contribution-1-contribution-total-amount .form-radios {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
}
.webform-component--civicrm-1-contribution-1-contribution-payment-processor-id .form-type-radio,
.webform-component--civicrm-1-lineitem-1-contribution-line-total .form-type-radio,
.webform-component--civicrm-1-lineitem-2-contribution-line-total .form-type-radio,
.webform-component--civicrm-1-contribution-1-contribution-total-amount .form-type-radio {
  margin: 0;
}
.webform-component--civicrm-1-contribution-1-contribution-payment-processor-id .form-type-radio label,
.webform-component--civicrm-1-lineitem-1-contribution-line-total .form-type-radio label,
.webform-component--civicrm-1-lineitem-2-contribution-line-total .form-type-radio label,
.webform-component--civicrm-1-contribution-1-contribution-total-amount .form-type-radio label {
  display: block;
  padding: 0.7em 0;
  border: 2px solid black;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.5rem;
  text-align: center;
  margin: 0;
  font-weight: 900;
  /*        &::before {
              content: "\0A3 ";
              display: inline-block;
              margin-right: 0.1rem;
          }
  */
}
.webform-component--civicrm-1-contribution-1-contribution-payment-processor-id .form-type-radio .form-radio,
.webform-component--civicrm-1-lineitem-1-contribution-line-total .form-type-radio .form-radio,
.webform-component--civicrm-1-lineitem-2-contribution-line-total .form-type-radio .form-radio,
.webform-component--civicrm-1-contribution-1-contribution-total-amount .form-type-radio .form-radio {
  visibility: hidden;
  position: absolute;
}
.webform-component--civicrm-1-contribution-1-contribution-payment-processor-id .form-type-radio .form-radio:checked + label,
.webform-component--civicrm-1-contribution-1-contribution-payment-processor-id .form-type-radio .form-radio:checked + label,
.webform-component--civicrm-1-lineitem-1-contribution-line-total .form-type-radio .form-radio:checked + label,
.webform-component--civicrm-1-lineitem-1-contribution-line-total .form-type-radio .form-radio:checked + label,
.webform-component--civicrm-1-lineitem-2-contribution-line-total .form-type-radio .form-radio:checked + label,
.webform-component--civicrm-1-lineitem-2-contribution-line-total .form-type-radio .form-radio:checked + label,
.webform-component--civicrm-1-contribution-1-contribution-total-amount .form-type-radio .form-radio:checked + label,
.webform-component--civicrm-1-contribution-1-contribution-total-amount .form-type-radio .form-radio:checked + label {
  border-color: #158edb;
  background-color: #158edb;
  color: white;
}
.webform-component--civicrm-1-contribution-1-contribution-payment-processor-id .form-type-textfield,
.webform-component--civicrm-1-lineitem-1-contribution-line-total .form-type-textfield,
.webform-component--civicrm-1-lineitem-2-contribution-line-total .form-type-textfield,
.webform-component--civicrm-1-contribution-1-contribution-total-amount .form-type-textfield {
  display: block;
  position: relative;
  margin: 1rem 0;
}
.webform-component--civicrm-1-contribution-1-contribution-payment-processor-id .form-type-textfield::before,
.webform-component--civicrm-1-lineitem-1-contribution-line-total .form-type-textfield::before,
.webform-component--civicrm-1-lineitem-2-contribution-line-total .form-type-textfield::before,
.webform-component--civicrm-1-contribution-1-contribution-total-amount .form-type-textfield::before {
  content: "£";
  position: absolute;
  margin-right: 0.1rem;
  left: 1rem;
  top: 1.4rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #158edb;
}
.webform-component--civicrm-1-contribution-1-contribution-payment-processor-id .form-type-textfield .select-or-other-other,
.webform-component--civicrm-1-lineitem-1-contribution-line-total .form-type-textfield .select-or-other-other,
.webform-component--civicrm-1-lineitem-2-contribution-line-total .form-type-textfield .select-or-other-other,
.webform-component--civicrm-1-contribution-1-contribution-total-amount .form-type-textfield .select-or-other-other {
  padding: 0.7em 1.5em;
  border: 2px solid #158edb;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 500;
}

.webform-component--civicrm-1-contribution-1-contribution-payment-processor-id .form-radios {
  grid-template-columns: 1fr 1fr;
}
.webform-component--civicrm-1-contribution-1-contribution-payment-processor-id .form-type-radio label {
  font-size: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.webform-component--civicrm-1-contribution-1-contribution-payment-processor-id .form-type-radio label::before {
  content: "";
}

.form-container .webform-component--civicrm-1-contribution-1-contribution-total-amount .form-type-radio label {
  border: 2px solid white;
}

/* PROCESSING OVERLAY


#webform-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    z-index: 100;
    display: none;

    .overlay-content {
        width: 400px;
        margin: 0 auto;
        position: relative;
        top: 20vh;
        text-align: center;
        background: #f4f4f4;
        padding: 2rem 2rem 3rem 2rem;
        border-radius: 0.5rem;
        box-shadow: 0 3px 10px 1px rgba(0,0,0,0.5);

        h2 {
            margin: 1rem 0;
            text-transform: uppercase;
        }
    }
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: $green;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
} */
#media-tabs-wrapper {
  float: none;
}

#media-browser-tabset {
  border: 0;
  margin: 0;
}
#media-browser-tabset table {
  width: 100%;
}
#media-browser-tabset #branding {
  padding: 0;
}
#media-browser-tabset #branding h1 {
  margin: 1rem 0 0 0;
  font-size: 2rem;
  float: none;
  height: auto;
  padding-left: 1rem;
}
#media-browser-tabset .view-filters {
  margin: 0 0 1rem 0;
  border: 0;
  padding: 0;
}
#media-browser-tabset ul.tabs {
  border-bottom: 1px solid #00b140;
  margin: 0;
  overflow-y: hidden;
}
#media-browser-tabset ul.tabs li.ui-tabs-active {
  box-shadow: inset 0 -0.2rem #00b140;
  border: 0;
}
#media-browser-tabset ul.tabs li.ui-tabs-active a:link {
  color: #222;
}
#media-browser-tabset ul.tabs li a:link {
  font-weight: 700;
  margin-right: 0;
  padding: 1em;
  font-size: 1rem;
  line-height: 1.3rem;
  background: transparent;
  color: #00b140;
}

div.ctools-modal-content .modal-header {
  background-color: black;
  padding: 1rem;
}

#media-wysiwyg-format-form .media-preview-group img {
  width: 300px;
  height: auto;
}
#media-wysiwyg-format-form .form-item-format {
  float: left;
  width: 45%;
  margin-right: 1%;
}
#media-wysiwyg-format-form .form-item-format label {
  display: block;
}
#media-wysiwyg-format-form #edit-field-file-image-alt-text {
  clear: both;
}

.media-widget .media-thumbnail img {
  width: 200px;
  height: auto;
}

.view-resource-library .views-field-field-date-photo-taken,
.view-resource-library .views-field-timestamp {
  white-space: nowrap;
}
.view-resource-library .label {
  font-size: 10px;
  background-color: #ddd;
  color: #222;
  border-radius: 14px;
  padding: 0.1rem 0.5rem;
  white-space: nowrap;
  margin: 0.25rem 0 0 0;
}
.view-resource-library .label:hover {
  background-color: #aaa;
}
.view-resource-library .item-wrapper .item-list,
.view-resource-library .item-wrapper .item-list > ul,
.view-resource-library .item-wrapper .item-list > ul > li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

.view-display-id-resource_library_thumbnails .grid-item {
  position: relative;
}
.view-display-id-resource_library_thumbnails .item-wrapper:hover {
  position: absolute;
  width: 100%;
  top: -0.5rem;
  left: -0.5rem;
  padding: 0.5rem;
  background-color: #000;
  z-index: 100;
}
.view-display-id-resource_library_thumbnails .item-wrapper:hover .label {
  display: inline-block;
}
.view-display-id-resource_library_thumbnails .item-wrapper:hover .media-title > a {
  top: auto;
  margin-top: -1.8rem;
  position: relative;
  display: block;
  bottom: auto;
}
.view-display-id-resource_library_thumbnails .item-wrapper:hover .form-type-checkbox {
  left: 0.5rem;
  top: 0.5rem;
}
.view-display-id-resource_library_thumbnails .item-wrapper .label {
  display: none;
  background-color: #333;
  color: #fff;
}
.view-display-id-resource_library_thumbnails .item-wrapper .item-list {
  clear: both;
}
.view-display-id-resource_library_thumbnails .item-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.view-display-id-resource_library_thumbnails .item-wrapper .media-title > a {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 92%;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.25rem 4%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: white;
}
.view-display-id-resource_library_thumbnails .item-wrapper .media-title > a > a, .view-display-id-resource_library_thumbnails .item-wrapper .media-title > a > a:link, .view-display-id-resource_library_thumbnails .item-wrapper .media-title > a > a:hover, .view-display-id-resource_library_thumbnails .item-wrapper .media-title > a > a:active {
  color: #fff;
}
.view-display-id-resource_library_thumbnails .item-wrapper .form-type-checkbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.view-display-id-resource_library_thumbnails .item-wrapper .form-type-checkbox input {
  width: 2rem;
  height: 2rem;
}
.view-display-id-resource_library_thumbnails .item-wrapper .item-list li {
  position: relative;
}

#media-browser-library-list {
  clear: both;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.media-list-thumbnails li {
  float: none;
  list-style: none;
  margin: 0;
}
.media-list-thumbnails .media-item.selected {
  background: #99cae8;
  border-color: #007cff;
}
.media-list-thumbnails .media-item.selected .media-thumbnail {
  opacity: 0.7;
}

.media-item {
  box-shadow: none;
  display: block;
  padding: 0;
  position: relative;
  margin: 1px;
  background-image: linear-gradient(45deg, #808080 25%, transparent 25%), linear-gradient(-45deg, #808080 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #808080 75%), linear-gradient(-45deg, transparent 75%, #808080 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}
.media-item video {
  max-width: 300px;
  display: block;
}
.media-item img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.media-item .label-wrapper {
  background: rgba(0, 0, 0, 0.4);
}
.media-item .label-wrapper label {
  color: #fff !important;
  line-height: 12px;
  font-size: 11px;
}

#file-entity-add-upload-multiple {
  /*	.form-type-select.form-item-field-folder {
  		display: none;
  	}
  */
}
#file-entity-add-upload-multiple .form-type-select {
  display: inline-block;
  margin-right: 0.5rem;
}
#file-entity-add-upload-multiple .plupload_start {
  display: none;
}

#admin-content .media-bulk-upload-multiedit-form {
  margin-bottom: 3rem;
  /*
  .file-form {
  	display:flex;
  	flex-direction: column;
  	.with-gutter {
  	  order: 1;
  	}

  	fieldset.form-wrapper {
  		order: 5;  
  	}
  }
  	*/
  /* img {
  	height: 200px;
  	width: auto;
  	display: block;
  	margin: 0 auto;
  	border: 1px solid #ccc;
  	box-shadow: 0 2px 2px #ddd;
  } */
}
#admin-content .media-bulk-upload-multiedit-form h2 {
  font-size: 1rem;
  border: 1px solid #888;
  border-width: 1px 1px 0 1px;
  margin: 0;
  padding: 1rem;
}
#admin-content .media-bulk-upload-multiedit-form .file-form {
  padding: 1rem;
  border: 1px solid #888;
  margin-bottom: 1rem;
}
#admin-content .media-bulk-upload-multiedit-form .file-form .file {
  display: block;
  margin-bottom: 1rem;
}
#admin-content .media-bulk-upload-multiedit-form .file-form .form-wrapper {
  margin-bottom: 0.5rem;
}
#admin-content .media-bulk-upload-multiedit-form .field-type-taxonomy-term-reference,
#admin-content .media-bulk-upload-multiedit-form .field-type-datetime {
  float: left;
  margin-right: 1%;
  width: 31%;
}
#admin-content .media-bulk-upload-multiedit-form fieldset {
  clear: both;
}
#admin-content .media-bulk-upload-multiedit-form .form-submit {
  margin-right: 0.5rem;
}
#admin-content .media-bulk-upload-multiedit-form .file {
  text-align: center;
}

fieldset.date-combo.form-wrapper {
  margin: 0;
  padding: 0;
  border: 0;
}
fieldset.date-combo.form-wrapper > legend {
  display: none;
}
fieldset.date-combo.form-wrapper > .fieldset-wrapper {
  margin: 0;
  padding: 0;
  border: 0;
}

.view-file .view-header .action-button {
  position: absolute;
  top: 3.5rem;
  right: 2rem;
  border: 2px solid white;
}
.view-file .original-file {
  float: left;
  width: 70%;
  margin-right: 2rem;
}
.view-file .views-label {
  display: block;
  font-weight: 500;
}
.view-file .views-field {
  margin-bottom: 1rem;
}

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

#tab-bar {
  background-color: white;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.4);
  z-index: 10;
  text-align: center;
}
@media only screen and (max-width: 799px) {
  #tab-bar {
    position: static;
  }
  #tab-bar li, #tab-bar a {
    display: block;
  }
}
#tab-bar ul.tabs.primary {
  margin: 0;
  border-top: 0;
}
#tab-bar ul.tabs.primary > li > a {
  font-size: 15px;
  padding: 0.8rem 0.5rem;
  background-color: transparent;
  border: 0;
  font-weight: 700;
  text-transform: uppercase;
}
#tab-bar ul.tabs.primary > li > a.active {
  box-shadow: inset 0 0.2rem #00b140;
}

table tbody tr.update-security,
table tbody tr.update-unsupported {
  background: #ffefef;
}

table.sticky-header {
  background-color: #fff;
  margin-top: 0;
  z-index: 10;
}
table.sticky-header th {
  padding: 0.5rem 0.75rem;
}

table#webform-emails,
table.update,
table.sticky-table,
table.views-table {
  width: 100%;
  font-size: 14px;
  margin-bottom: 1rem;
  border: 1px solid #bbb;
}
table#webform-emails tr, table#webform-emails tr.even, table#webform-emails tr.odd,
table.update tr,
table.update tr.even,
table.update tr.odd,
table.sticky-table tr,
table.sticky-table tr.even,
table.sticky-table tr.odd,
table.views-table tr,
table.views-table tr.even,
table.views-table tr.odd {
  background-color: transparent;
  border-bottom: 1px solid #bbb;
}
table#webform-emails tr:hover,
table.update tr:hover,
table.sticky-table tr:hover,
table.views-table tr:hover {
  background-color: #e0ecf0;
}
table#webform-emails td,
table.update td,
table.sticky-table td,
table.views-table td {
  padding: 0.5rem 0.75rem;
}
table#webform-emails td.active,
table.update td.active,
table.sticky-table td.active,
table.views-table td.active {
  background-color: transparent;
}
table#webform-emails th.active,
table.update th.active,
table.sticky-table th.active,
table.views-table th.active {
  background-color: #e0ecf0;
}
table#webform-emails .region-title > td,
table.update .region-title > td,
table.sticky-table .region-title > td,
table.views-table .region-title > td {
  padding-top: 2rem;
}
table#webform-emails th,
table.update th,
table.sticky-table th,
table.views-table th {
  padding: 0.5rem 0.75rem;
  border-bottom: 2px solid #bbb;
  padding-right: 1em;
  font-weight: 700;
}
table#webform-emails th > a,
table.update th > a,
table.sticky-table th > a,
table.views-table th > a {
  font-weight: 700;
}
table#webform-emails .description,
table.update .description,
table.sticky-table .description,
table.views-table .description {
  color: #888;
  font-size: 13px;
}
table#webform-emails .item-list ul li,
table.update .item-list ul li,
table.sticky-table .item-list ul li,
table.views-table .item-list ul li {
  margin: 0 2px;
  padding: 0px 6px;
  display: inline-block;
  background: #d2dde1;
  border-radius: 5px;
  font-style: italic;
  font-size: 13px;
  color: #333;
  line-height: 20px;
}

.node {
  position: relative;
  margin-bottom: 1rem;
}
.node .link-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.node.teaser, .node.preview_horizontal, .node.preview {
  font-size: 16px;
  line-height: 1.4rem;
}
.node.teaser h2, .node.preview_horizontal h2, .node.preview h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 1em;
  margin: 1rem 0;
}
.node.teaser h2 > a, .node.teaser h2 > a:link, .node.teaser h2 > a:visited, .node.teaser h2 > a:active, .node.preview_horizontal h2 > a, .node.preview_horizontal h2 > a:link, .node.preview_horizontal h2 > a:visited, .node.preview_horizontal h2 > a:active, .node.preview h2 > a, .node.preview h2 > a:link, .node.preview h2 > a:visited, .node.preview h2 > a:active {
  color: #222;
}
.node.teaser h2 > a:hover, .node.preview_horizontal h2 > a:hover, .node.preview h2 > a:hover {
  color: #222;
  text-decoration: underline;
}
.node.teaser h2 {
  font-size: 18px;
}
.node.preview_horizontal {
  margin-bottom: 2rem;
  background: #e2f5e9;
  padding: 1rem;
  border-radius: 4px;
}
.node.preview_horizontal .main-image {
  margin-right: 1rem;
}
.node.preview_horizontal .content > h2 {
  font-size: 36px;
}
.node .metadata {
  margin-top: -10px;
}
.node .main-video,
.node .main-image {
  margin-bottom: 1rem;
  border-bottom: 8px solid #00b140;
}
.node .main-video img,
.node .main-image img {
  display: block;
}
.node .intro {
  margin-bottom: 2rem;
}

.content > .contextual-links-wrapper,
.node > .contextual-links-wrapper {
  display: none !important;
}

.view-news-featured {
  margin-bottom: 1rem;
}

.node-video.preview h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f03d";
  margin-right: 0.25rem;
  font-variant: normal;
  text-rendering: auto;
  color: #222222;
}

.node-blog #main-content,
.node-press-release #main-content {
  width: auto;
  max-width: 650px;
  margin: 0 auto;
}

.node-blog h1:before, .node-blog h2:before, .node-blog h3:before {
  content: "“";
}
.node-blog h1:after, .node-blog h2:after, .node-blog h3:after {
  content: "”";
}

#block-views-related-content-by-issue-block {
  margin-bottom: 2rem;
  background: #e2f5e9;
  padding: 1rem;
  border-radius: 4px;
}
#block-views-related-content-by-issue-block h2 {
  margin: 1rem 0 1rem 0;
  font-size: 1.2rem;
  font-weight: 700;
}

.related-links {
  margin: 1rem 0;
}
.related-links a:link {
  font-weight: bold;
  margin-left: 20px;
  display: block;
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 6px;
}
.related-links a:link::before {
  content: "\f061";
  color: #00b140;
  font-family: "Font Awesome 5 Free";
  margin-left: -20px;
  margin-right: 5px;
}

.block-views > h2 {
  margin: 2rem 0 1rem 0;
  padding-right: 7rem;
}

.view {
  position: relative;
}
.view .more-link {
  position: absolute;
  top: -2.5rem;
  right: 0;
  font-weight: bold;
}

#header.people .profile-photo {
  float: left;
  margin: 0 2rem 2rem 0;
  width: 250px;
}
@media only screen and (max-width: 800px) {
  #header.people .profile-photo {
    float: none;
    width: auto;
    max-width: 350px;
    margin-right: 0;
  }
}
#header.people .profile-photo > img {
  width: 100%;
  box-shadow: 1rem 1rem 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
#header.people .profile-header {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 900;
  font-style: italic;
}
#header.people h1 {
  font-size: 4rem;
  line-height: 3.5rem;
  margin-left: 0 !important;
  padding-top: 3rem;
}
@media only screen and (max-width: 800px) {
  #header.people h1 {
    font-size: 2.5rem;
    line-height: 2rem;
    padding: 0;
  }
}

.byline {
  font-size: 14px;
  line-height: 20px;
  margin: 2rem 0;
}
.byline img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 0.75rem;
  margin-top: -5px;
}
.byline .name {
  font-weight: 700;
  margin: 0;
  font-size: 16px;
}
.byline .area,
.byline .desc {
  font-size: 14px;
  line-height: 20px;
}
.byline .area > .tag,
.byline .desc > .tag {
  padding: 0;
  background-color: transparent;
}

.preview .byline {
  padding: 0;
  margin: 0;
}
.preview .byline img {
  width: 80px;
  float: right;
  margin-top: -0.5rem;
}

.profile {
  margin: 0;
}

.profile-card .tag.field-region,
.profile-header .tag.field-region {
  font-size: 80%;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0;
  background-color: transparent;
  color: white;
  white-space: break-spaces;
}

.post-author .profile-card {
  height: auto;
  margin: 0 0 0.5rem 0;
  overflow: auto;
  background-color: #115740;
  color: white;
}
.post-author .profile-card img {
  height: 145px;
  width: auto;
  float: left;
  margin-right: 0.75rem;
}
.post-author .profile-card .content > p {
  line-height: 1rem;
  font-size: 14px;
}

.profile-card {
  background-color: #00b140;
  position: relative;
  border-radius: 8px;
  /*
  	@media only screen and (min-width: $breakpoint-small) and (max-width: ($breakpoint-med - 1)) {

  		margin-bottom: 1rem;

  		.profile-photo {
  			float: left;
  			width: 140px;
  			margin: 0 1rem 0 0;

  			img {
  				display: block;
  			}

  		}

  	}
  */
}
.profile-card a:link, .profile-card a:visited, .profile-card a:hover, .profile-card a:focus, .profile-card a:active {
  color: #fff;
  text-decoration: underline;
}
.profile-card .num {
  background-color: darkgreen;
  color: white;
  border-radius: 50%;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.75rem;
  font-size: 1.5rem;
  vertical-align: middle;
  font-weight: bold;
  transform: rotate(-5deg);
  text-align: center;
  position: absolute;
  top: 1rem;
  margin-top: -0.2rem;
}
.profile-card a.overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.profile-card img {
  width: 100%;
  height: auto;
  background-color: #fff;
  display: block;
  border-radius: 8px 8px 0 0;
}
.profile-card .content {
  padding: 0.75rem;
  color: white;
}
.profile-card .content > p {
  margin: 0 0 0.5em 0;
}
.profile-card .content .name {
  font-size: 1.5rem;
  font-weight: 900;
  font-style: italic;
}
.profile-card .content .portfolio {
  font-style: italic;
  margin-bottom: 2rem;
}
.profile-card .content h3 {
  margin: 0;
  text-transform: uppercase;
  border: 0;
}
.profile-card .content h3 > a {
  color: white;
}

ul.link-list {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}
ul.link-list > li {
  background: #00b140;
  padding: 1rem;
  font-size: 18px;
  border-radius: 6px;
  margin-bottom: 0.5rem;
}
ul.link-list > li > i {
  margin-right: 0.5rem;
}
ul.link-list > li > i,
ul.link-list > li > a:link,
ul.link-list > li > a:visited {
  color: white;
  font-weight: 700;
}
ul.link-list > li.twitter {
  background-color: #1da1f2;
}
ul.link-list > li.facebook {
  background-color: #3b5998;
}
ul.link-list > li.instagram {
  background-color: #bc2a8d;
}
ul.link-list > li.youtube {
  background-color: #cc181e;
}
ul.link-list > li.podcast, ul.link-list > li.soundcloud {
  background-color: #F26F23;
}

.people-bio {
  margin-bottom: 2rem;
  background: #e2f5e9;
  padding: 1rem;
  border-radius: 8px;
}

div[data-oembed-url] {
  max-width: 550px;
  margin: 1rem auto !important;
}

ul.share {
  margin: 1rem 0;
  padding: 0;
}
ul.share > li {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: -1px;
  font-size: 14px;
  width: 33.333%;
}
ul.share > li > a {
  border: 1px solid black;
  padding: 0.75em 1em;
  text-align: center;
  color: #000;
  text-decoration: none;
  display: block;
}
ul.share > li > a:hover {
  background-color: black;
  font-weight: 700;
  color: white;
}
ul.share .share-facebook > a:hover {
  border-color: #3b5998;
  background-color: #3b5998;
}
ul.share .share-twitter > a:hover {
  border-color: #1da1f2;
  background-color: #1da1f2;
}
ul.share .share-email > a:hover {
  border-color: #ea4335;
  background-color: #ea4335;
}

#topbar {
  background: #00b140;
  color: white;
}
#topbar > .container {
  position: relative;
}
#topbar #highlight-menu {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
#topbar #highlight-menu ul.menu > li > a {
  font-size: 16px;
}
#topbar #main-menu {
  position: absolute;
  right: 1rem;
  bottom: 7px;
}
@media only screen and (max-width: 800px) {
  #topbar #main-menu {
    display: none;
  }
}
#topbar ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#topbar ul.menu > li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#topbar ul.menu > li a:link, #topbar ul.menu > li a:visited, #topbar ul.menu > li a:focus, #topbar ul.menu > li a:active, #topbar ul.menu > li a:hover {
  color: white;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0.5em 0;
  margin: 0 0.5em;
  display: block;
}
#topbar ul.menu > li a:link.nav-donate, #topbar ul.menu > li a:link.nav-join, #topbar ul.menu > li a:visited.nav-donate, #topbar ul.menu > li a:visited.nav-join, #topbar ul.menu > li a:focus.nav-donate, #topbar ul.menu > li a:focus.nav-join, #topbar ul.menu > li a:active.nav-donate, #topbar ul.menu > li a:active.nav-join, #topbar ul.menu > li a:hover.nav-donate, #topbar ul.menu > li a:hover.nav-join {
  display: inline-block;
  padding: 0.2em 0.6em;
  margin: 0;
  border-radius: 7px;
}
#topbar ul.menu > li a:link.nav-donate:hover, #topbar ul.menu > li a:link.nav-join:hover, #topbar ul.menu > li a:visited.nav-donate:hover, #topbar ul.menu > li a:visited.nav-join:hover, #topbar ul.menu > li a:focus.nav-donate:hover, #topbar ul.menu > li a:focus.nav-join:hover, #topbar ul.menu > li a:active.nav-donate:hover, #topbar ul.menu > li a:active.nav-join:hover, #topbar ul.menu > li a:hover.nav-donate:hover, #topbar ul.menu > li a:hover.nav-join:hover {
  box-shadow: none;
}
#topbar ul.menu > li a:link.nav-donate, #topbar ul.menu > li a:visited.nav-donate, #topbar ul.menu > li a:focus.nav-donate, #topbar ul.menu > li a:active.nav-donate, #topbar ul.menu > li a:hover.nav-donate {
  background-color: #ff5a00;
}
#topbar ul.menu > li a:link.nav-join, #topbar ul.menu > li a:visited.nav-join, #topbar ul.menu > li a:focus.nav-join, #topbar ul.menu > li a:active.nav-join, #topbar ul.menu > li a:hover.nav-join {
  background-color: #115740;
}
#topbar ul.menu > li a:hover {
  text-decoration: none;
  box-shadow: inset 0 -3px white;
}
#topbar ul.menu > li > ul {
  display: none;
}

@media only screen and (max-width: 800px) {
  #topbar {
    padding-top: 2rem;
  }
  #topbar #highlight-menu {
    position: absolute;
    right: 0;
    top: -2rem;
    width: 100%;
    z-index: 20;
  }
  #topbar #highlight-menu ul.menu {
    display: flex;
  }
  #topbar #highlight-menu ul.menu > li {
    flex-grow: 1;
  }
  #topbar #highlight-menu ul.menu > li > a {
    display: block;
    text-align: center;
    border-radius: 0;
    padding: 0.4rem 0;
  }
}
#site-logo {
  height: 100px;
  width: 100px;
  background: url("../images/sgp-logo-white.png") center center no-repeat;
  background-size: auto;
  background-size: 100px;
  display: block;
  margin: 0;
  padding: 1rem 0 0.5rem 0;
  position: relative;
}
@media only screen and (max-width: 800px) {
  #site-logo {
    height: 70px;
    width: 70px;
    background-size: 70px;
  }
}

#nav-overlay {
  position: fixed;
  width: 100%;
  height: 0;
  background-color: white;
  opacity: 0;
  z-index: 9;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

html.js-nav-active #nav-overlay {
  display: block;
  height: 100%;
  opacity: 0.8;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

a.nav-toggle {
  position: absolute;
  top: 4rem;
  right: 1rem;
  color: white;
  font-size: 22px;
  text-decoration: none;
  font-weight: 900;
  z-index: 12;
  color: white;
  text-decoration: none;
  /*  @media only screen and (max-width: $breakpoint-med) {
      font-size: 1.5em;
      right: 1rem;
    } */
}
a.nav-toggle:link, a.nav-toggle:hover, a.nav-toggle:focus, a.nav-toggle a:visited, a.nav-toggle:active {
  color: white;
  text-decoration: none;
}
@media only screen and (min-width: 800px) {
  a.nav-toggle {
    display: none;
  }
}

.mask {
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.4);
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 5;
}
html.js-nav-active .mask {
  display: block;
}

.nav-collapse {
  background-color: #00b140;
  position: absolute;
}
.nav-collapse > .container {
  padding-top: 2rem;
}

.nav-collapse ul ul {
  display: none;
}

.nav-collapse ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  padding: 1rem 1rem 4rem 1rem;
}
.nav-collapse ul li {
  width: 100%;
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
}
.nav-collapse ul li > span,
.nav-collapse ul li > a {
  color: white;
  font-size: 1.5em;
  line-height: 1.5em;
  text-decoration: none;
  font-weight: 900;
}
.nav-collapse ul li > span:hover,
.nav-collapse ul li > a:hover {
  box-shadow: inset 0 -3px white;
}
.nav-collapse ul li > span.nav-donate, .nav-collapse ul li > span.nav-join,
.nav-collapse ul li > a.nav-donate,
.nav-collapse ul li > a.nav-join {
  display: inline-block;
  padding: 0 0.5rem;
}
.nav-collapse ul li > span.nav-donate:hover, .nav-collapse ul li > span.nav-join:hover,
.nav-collapse ul li > a.nav-donate:hover,
.nav-collapse ul li > a.nav-join:hover {
  box-shadow: none;
}
.nav-collapse ul li > span.nav-donate,
.nav-collapse ul li > a.nav-donate {
  background-color: #ff5a00;
}
.nav-collapse ul li > span.nav-join,
.nav-collapse ul li > a.nav-join {
  background-color: #115740;
}
.nav-collapse ul ul {
  display: none;
}

#navigation {
  position: absolute;
  top: 1rem;
  width: 100%;
}
#navigation > .container {
  position: relative;
}

#block-system-main-menu {
  margin-right: 200px;
}

.view-id-org_links {
  margin: -2rem -2rem 2rem -2rem;
}

.view-user-profile .views-field,
.view-my-profile .views-field {
  margin: 0.5rem 0;
}
.view-user-profile .views-field .field-content,
.view-my-profile .views-field .field-content {
  font-weight: bold;
}
.view-user-profile ul li.grid-wrapper,
.view-my-profile ul li.grid-wrapper {
  padding: 1rem;
  border: 1px solid #ccc;
}
.view-user-profile ul li.grid-wrapper .views-field,
.view-my-profile ul li.grid-wrapper .views-field {
  margin: 0;
}

#crm-container .crm-contact-page > .ui-tabs {
  display: flex;
}
#crm-container .crm-contact-page ul.crm-contact-tabs-list {
  flex-grow: 0;
  width: 200px;
  border-right: 1px solid #ddd;
  padding: 5px 0;
}
#crm-container .crm-contact-page ul.crm-contact-tabs-list > li.crm-tab-button {
  width: auto;
  float: none;
  border: 0;
  margin: 0;
}
#crm-container .crm-contact-page ul.crm-contact-tabs-list > li.crm-tab-button > a {
  float: none;
  padding: 0.5rem 0.5rem !important;
  display: block;
  margin: 0;
  text-transform: none;
  font-size: 14px;
}
#crm-container .crm-contact-page ul.crm-contact-tabs-list > li.crm-tab-button > a .crm-i {
  width: 1.3rem;
  text-align: center;
}
#crm-container .crm-contact-page ul.crm-contact-tabs-list > li.ui-tabs-active a {
  box-shadow: inset -4px 0 0 0 #00b140;
}

#crm-container > .messages {
  display: none;
}

body.html.crm-menubar-visible.crm-menubar-over-cms-menu {
  padding-top: 0 !important;
}

#crm-container div.crm-summary-contactname-block {
  padding: 0;
  margin: 2rem 0 0.5rem 0;
}
#crm-container div.crm-summary-display_name {
  font-size: 2.5rem;
  line-height: 1em;
  font-weight: bold;
}
#crm-container .crm-extensions-upgrade {
  background: #d9edf7;
  border: 1px solid #bce8f1;
  text-align: center;
  color: #3d7996;
}
#crm-container ul.wizard-bar {
  text-align: left;
  font-size: 1rem;
  padding: 0;
  margin: 1.5rem 0;
}
#crm-container ul.wizard-bar li.current-step {
  background-color: #00b140;
  border-color: #00b140;
  color: #ffffff;
  font-weight: bold;
}

.crm-container a.button,
.crm-container a.crm-invoiceButton,
.crm-container a.crm-invoiceButton:link,
.crm-container a.crm-invoiceButton:visited,
.crm-container a.button:link,
.crm-container a.button:visited,
.crm-container input.submit-link,
.crm-container input.crm-form-submit,
.crm-container .ui-dialog-buttonset .ui-button,
.crm-container input[type=button],
.crm-container .crm-button {
  text-shadow: none;
  background: #00b140;
  background-image: none;
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
  margin: 0 2px 0 0;
  padding: 8px 12px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.crm-container a.button:hover,
.crm-container a.crm-invoiceButton:hover,
.crm-container a.crm-invoiceButton:link:hover,
.crm-container a.crm-invoiceButton:visited:hover,
.crm-container a.button:link:hover,
.crm-container a.button:visited:hover,
.crm-container input.submit-link:hover,
.crm-container input.crm-form-submit:hover,
.crm-container .ui-dialog-buttonset .ui-button:hover,
.crm-container input[type=button]:hover,
.crm-container .crm-button:hover {
  background-color: #338720;
  border-color: #307f1e;
  text-decoration: none;
}
.crm-container a.button:active, .crm-container a.button:focus,
.crm-container a.crm-invoiceButton:active,
.crm-container a.crm-invoiceButton:focus,
.crm-container a.crm-invoiceButton:link:active,
.crm-container a.crm-invoiceButton:link:focus,
.crm-container a.crm-invoiceButton:visited:active,
.crm-container a.crm-invoiceButton:visited:focus,
.crm-container a.button:link:active,
.crm-container a.button:link:focus,
.crm-container a.button:visited:active,
.crm-container a.button:visited:focus,
.crm-container input.submit-link:active,
.crm-container input.submit-link:focus,
.crm-container input.crm-form-submit:active,
.crm-container input.crm-form-submit:focus,
.crm-container .ui-dialog-buttonset .ui-button:active,
.crm-container .ui-dialog-buttonset .ui-button:focus,
.crm-container input[type=button]:active,
.crm-container input[type=button]:focus,
.crm-container .crm-button:active,
.crm-container .crm-button:focus {
  background-color: #338720;
  border-color: #307f1e;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.crm-container .crm-button input[type=button],
.crm-container .crm-button input.crm-form-submit {
  padding: 8px 12px;
}
.crm-container .crm-button.crm-i-button input[type=button],
.crm-container .crm-button.crm-i-button input.crm-form-submit {
  padding-left: 2em;
}
.crm-container .crm-i-button > .crm-i {
  top: 0.6em;
  left: 0.6em;
}
.crm-container span.crm-button {
  padding: 0;
}
.crm-container a.button.delete,
.crm-container button.crm-button[crm-icon=trash] {
  background-color: crimson;
}
.crm-container a.button.delete:hover, .crm-container a.button.delete:active, .crm-container a.button.delete:focus,
.crm-container button.crm-button[crm-icon=trash]:hover,
.crm-container button.crm-button[crm-icon=trash]:active,
.crm-container button.crm-button[crm-icon=trash]:focus {
  background-color: #b91133;
}
.crm-container #alpha-filter a,
.crm-container a.crm-hover-button.action-item,
.crm-container .crm-hover-button.btn-slide,
.crm-container a,
.crm-container a:link,
.crm-container a:visited {
  color: #00b140;
}
.crm-container #alpha-filter a:hover,
.crm-container a.crm-hover-button.action-item:hover,
.crm-container .crm-hover-button.btn-slide:hover,
.crm-container a:hover,
.crm-container a:link:hover,
.crm-container a:visited:hover {
  text-decoration: underline;
}
.crm-container .crm-container .underline-effect::before {
  content: "";
}
.crm-container #crm-event-links-list, .crm-container #crm-contribpage-links-list,
.crm-container #crm-create-new-list, .crm-container #crm-contact-actions-list,
.crm-container #crm-participant-list {
  top: 37px;
}
.crm-container input.dateplugin,
.crm-container input.crm-form-date {
  width: 9em !important;
}
.crm-container .crm-form-time {
  width: 5em !important;
  margin-left: 0.3rem;
}
.crm-container .crm-event-searchevent-form-block,
.crm-container .crm-accordion-wrapper {
  margin: 0.25em 0;
  background-color: #fafafa;
}
.crm-container .crm-accordion-header {
  border-radius: 4px 4px 0 0;
  padding: 6px 12px 6px 22px;
  background-color: #00b140;
  font-weight: 700;
}
.crm-container .crm-accordion-header.active {
  background-color: #00b140;
}
.crm-container .crm-accordion-header:hover {
  background-color: #115740;
}
.crm-container .crm-accordion-header.crm-master-accordion-header {
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
}
.crm-container .crm-accordion-body {
  border-radius: 0 0 2px 2px;
  border-color: #ccc;
  border-top: 0;
  padding: 6px;
  background-color: #fafafa;
}
.crm-container .crm-accordion-body .crm-accordion-body {
  border: 0;
}
.crm-container .crm-accordion-body .crm-accordion-body .crm-accordion-header {
  background-color: transparent;
  color: #00b140;
}
.crm-container .crm-master-accordion-body.crm-accordion-header {
  background-color: transparent;
  border: 0;
}

#civicrm-news-feed .collapsed .crm-accordion-header {
  white-space: initial !important;
}

.crm-container .crm-submit-buttons, .crm-container .action-link, .crm-wizard-buttons {
  height: auto;
  margin: 1em 0;
  overflow: hidden;
}

.crm-container .crm-action-menu .select2-default span.select2-chosen {
  color: #00b140;
}

.crm-container.crm-public .select2-container .select2-choice {
  background-image: none;
  height: 24px;
}

.crm-container .select2-container .select2-choice > .select2-chosen {
  font-size: 14px;
}

/* Help */
.crm-container .help,
.crm-container #help {
  padding: 0;
  margin-bottom: 1em;
  background-color: transparent;
  border: 0;
  font-weight: 300;
  font-style: italic;
  line-height: 1.5em;
}

/* Notification Bar */
#crm-notification-container {
  width: 350px;
  position: fixed;
  top: 8em;
  right: 15px;
  z-index: 999999;
}

/* Reports */
#crm-container .report-contents {
  background-color: #fff;
  border: 1px solid #CDCDC3;
  border-width: 0 0 1px 0;
  padding: 4px;
  font-size: 1em;
  vertical-align: middle !important;
}

/* Table */
#crm-container table {
  font-size: 14px;
}
#crm-container td.label {
  display: table-cell;
  color: #111;
  line-height: 1.5em;
}
#crm-container div#searchForm table.form-layout td {
  padding: 0.5rem;
  border: none;
}
#crm-container .crm-section .label {
  display: inline-block;
  color: #111;
  font-size: 1em;
  vertical-align: middle;
  line-height: 1.5em;
  white-space: initial;
}

/* Advanced Search */
#crm-container .crm-search-form-block input.crm-form-text {
  width: auto;
}

/* Tabs */
#crm-container .ui-tabs-panel {
  background-color: white;
}

/* Boxes and borders */
#crm-container .crm-search-tasks,
#crm-container .crm-tasks {
  background-color: white;
  color: #111;
  border: 1px solid #ccc;
  padding: 6px;
  border-radius: 2px;
}

.crm-container .crm-form-block {
  background-color: transparent;
}

/* Civi Mail */
.cke_chrome {
  visibility: inherit;
  clear: both;
  width: auto !important;
}

.crmMailing .preview-popup, .crmMailing .preview-contact, .crmMailing .preview-group {
  height: 7em;
}

.crmMailing .preview-popup, .crmMailing .preview-contact {
  border-right: 1px solid #aaa;
}

/* Contact Summary / Profile */
.crm-container div.contact_panel td, .crm-container table.crm-info-panel td {
  background-color: transparent;
  border-bottom: 1px solid #ddd;
}

.crm-container h3 {
  background-color: transparent;
  font-size: 16px;
  font-family: "MuseoSans", "OpenSans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #115740;
  padding: 0;
  margin: 1.5em 0 0.5em 0;
}

#crm-container .crm-actions-ribbon li.crm-delete-action {
  float: right;
}

.crm-container div.crm-inline-button {
  margin-bottom: 32px;
}

.crm-container .crm-button-type-cancel input {
  color: white !important;
}

.crm-container div#alpha-filter {
  background-color: #e6efe3;
  padding: 6px;
}

.crm-container .crm-tab-button a,
.crm-container .ui-tabs .ui-tabs-nav li a,
.crm-container .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a,
.crm-container .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.5rem !important;
  color: #00b140;
}

#mainTabContainer li.crm-tab-button {
  margin: 0 2px 0px 0;
}

.ac_results-inner, .crm-participant-list-inner, .crm-event-links-list-inner, .crm-contribpage-links-list-inner, .crm-contact-actions-list-inner {
  background-color: #092c21;
  padding: 6px;
  font-size: 12px;
}

.crm-container .ui-tabs .ui-tabs-nav {
  padding: 4px 6px 0;
  margin-bottom: 0;
}

#crm-container .ui-tabs-panel {
  padding: 12px;
}

#crm-container div.crm-summary-row {
  background-color: #fafafa;
  color: #666;
}

#crm-container.crm-public #intro_text {
  margin-bottom: 2em;
}

.crm-contribution-page-actions > div {
  display: inline-block;
}

.crm-container .crm-section .label {
  float: left;
  width: 24%;
  text-align: right;
}

.crm-container .crm-section .content {
  margin-left: 25%;
}

.crm-credit_card_type-icons {
  padding-top: 7px;
}
.crm-credit_card_type-icons > a {
  margin: 0 0.5em 0 0;
  border: 1px solid green;
  padding: 0.25em;
  border-radius: 0.25em;
}

.CRM_Contribute_Form_Contribution_Main .crm-public-form-item {
  clear: both;
}

#s2id_api-action {
  width: 300px !important;
}

#api-generated pre {
  white-space: break-spaces;
}

.crm-container .ui-dialog-titlebar.ui-widget-header {
  background: none;
  color: black;
}

/*
body.page-civicrm-event-register {

  .crm-container fieldset {
    background-color: white;
    padding: 1em;
    border: 0;

    legend {
      margin: 0;
      font-size: 24px;
      border: 0;
    }

    label {
      float: none;
      white-space: normal;
    }

  }

  .crm-button_qf_Register_upload {
    float: right;
  }

}

.price-set-option-content {
  margin-right: 0.5em;

  > input {
    margin: 0 0.25em 0 0;
  }
}
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}

.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ui-helper-clearfix {
  /*display: inline-block; */
  display: block;
  min-height: 0;
  /* support: IE7 */
}

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}

/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: none !important;
  width: auto;
  height: auto;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 * jQuery UI Resizable 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/resizable/
 */
.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/*
 * jQuery UI Selectable 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/selectable/
 */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/*
 * jQuery UI CSS Framework 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * 
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: MuseoSans, OpenSans, arial, sans-serif;
  font-size: 16px;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: MuseoSans, OpenSans, arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #404040;
}

.ui-widget-content a {
  color: #00B140;
}

.ui-widget-header {
  font-weight: bold;
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 1px solid #666;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background-color: #e6e6e6;
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 14px;
  line-height: normal;
  border: 1px solid #ccc;
  overflow: visible;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-widget :active {
  outline: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight p, .ui-state-error p, .ui-state-default p {
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  margin: 7px 15px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  position: relative;
  margin-bottom: 18px;
  color: #404040;
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fceec1", endColorstr="#eedc94", GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  position: relative;
  margin-bottom: 18px;
  color: #ffffff;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ee5f5b", endColorstr="#c43c35", GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

/* For IE8 - See #6059 */
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  background-image: none;
}

/*
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_f6cf3b_256x240.png); }

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-off {
  background-position: -96px -144px;
}

.ui-icon-radio-on {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -khtml-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -khtml-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -khtml-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* Overlays */
.ui-widget-overlay {
  background-color: black;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  position: fixed;
  background-image: none;
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/*
 * jQuery UI Accordion 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/accordion/
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%;
}

.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
  font-weight: bold;
}

.ui-accordion .ui-accordion-li-fix {
  display: inline;
}

.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}

.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: 0.5em 0.5em 0.5em 1.7em;
}

.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}

.ui-accordion .ui-accordion-content-active {
  display: block;
}

/*
 * jQuery UI Autocomplete 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/autocomplete/
 */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/*
 * jQuery UI Button 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e6e6e6", GradientType=0);
  padding: 5px 14px 6px;
  margin: 0;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 14px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear background-image;
  -moz-transition: 0.1s linear background-image;
  -ms-transition: 0.1s linear background-image;
  -o-transition: 0.1s linear background-image;
  transition: 0.1s linear background-image;
  overflow: visible;
}

/* the overflow property removes extra width in IE */
.ui-button-primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#049cdb", endColorstr="#0064cd", GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ui-button-success {
  color: #ffffff;
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#62c462", endColorstr="#57a957", GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ui-button-error {
  color: #ffffff;
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ee5f5b", endColorstr="#c43c35", GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ui-button-icon-only {
  width: 2.2em;
}

/* to make room for the icon, a width needs to be set here */
/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/*button text element */
.ui-button .ui-button-text {
  display: block;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: 0;
  text-indent: -9999999px;
  /*tempfix*/
  display: none;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: 0;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: 0;
}

.ui-button-text-icons .ui-button-text {
  padding: 0;
}

/* no icon support for input elements, provide padding by default */
/* input.ui-button { padding: .4em 1em; } */
/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  top: 50%;
  margin-top: -3px;
  margin-bottom: 3px;
}

.ui-button-icon-only .ui-icon {
  left: 0;
  margin-left: 0;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

/*button sets*/
.ui-buttonset {
  margin-right: 0 0.5em 0 0.5em;
}

.ui-buttonset .ui-state-active {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#049cdb", endColorstr="#0064cd", GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: 0;
}

/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* reset extra padding in Firefox */
/*
 * jQuery UI Menu 1.10.0
 *
* Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
  outline: none;
}

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  zoom: 1;
  font-weight: normal;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: 0;
  color: #ffffff;
  background: #0064cd;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#049cdb", endColorstr="#0064cd", GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

/* Fix problem with border in ui-state-active */
.ui-menu .ui-menu-item a.ui-state-active {
  padding: 1px 0.4em;
}

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: 0.4em 0 0.2em;
  line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

.ui-menu {
  width: 200px;
  margin-bottom: 2em;
}

/*
 * jQuery UI spinner 1.10.0
 *
* Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* more specificity required here to overide default borders */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

/* vertical centre icon */
.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

/*
 * jQuery UI Dialog 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 300px;
  overflow: hidden;
  outline: 0;
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  /*left: 50%;
  margin-left: -280px;*/
  outline: medium none;
  position: fixed;
  /*top: 10%;
  width: 560px;*/
  z-index: 1050;
}

.ui-dialog .ui-dialog-titlebar {
  /*padding: .4em 1em;*/
  position: relative;
  padding: 5px 15px;
  border: 0px 0px 0px 1px solid;
  border-color: #ddd;
  padding: 5px 15px;
  font-size: 18px;
  text-decoration: none;
  background: none;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -khtml-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -khtml-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom: 1px solid #ccc;
  background: #eee;
  margin: 0;
  border: 0;
  box-shadow: inset 0 -1px #bbb;
}

.ui-dialog .ui-dialog-title {
  float: left;
  color: black;
  background-image: none;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 19px;
  margin: -20px 0 0 0;
  padding: 1px;
  height: 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  background: none;
  border-width: 0;
  border: none;
  box-shadow: none;
}

.ui-dialog .ui-dialog-titlebar-close .ui-button-text {
  display: block;
  margin: 1px;
  text-indent: 9999px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 1px;
  filter: alpha(opacity=90);
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
  max-height: 80vh !important;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: 0.5em 0 0 0;
  background-color: #fff;
  padding: 5px 15px 5px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1;
  margin-bottom: 0;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
  color: #ffffff;
  background-color: #00B140;
  background-repeat: repeat-x;
  background-image: none;
  border-color: #00B140;
  font-weight: bold;
  box-shadow: none;
  border-radius: 4px;
}

/*
 * jQuery UI Slider 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#049cdb", endColorstr="#0064cd", GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/*
 * jQuery UI Tabs 1.9.2
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/tabs/
 */
.ui-tabs .ui-tabs-nav {
  background: none;
  border-color: #ddd;
  border-style: solid;
  border-width: 0 0 1px;
}

.ui-tabs {
  position: relative;
  padding: 0;
  margin-top: 1em;
  zoom: 1;
  border-color: #ddd;
}

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav li a:hover {
  color: #333;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
  border-bottom: 1px solid #DDD;
}

.ui-tabs .ui-tabs-nav li {
  text-decoration: none;
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  padding: 0px 0px 1px 0px;
  white-space: nowrap;
  background: none;
  border: 0px;
}

.ui-tabs-nav .ui-state-default {
  -webkit-box-shadow: 0px 0px 0px #ffffff;
  /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 0px 0px #ffffff;
  /* FF3.5 - 3.6 */
  box-shadow: 0px 0px 0px #ffffff;
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

.ui-tabs .ui-tabs-nav li a {
  float: left;
  text-decoration: none;
  cursor: text;
  padding: 10px;
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor .badge {
  font-size: 11px;
  background-color: #999999;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 0.5em;
  font-size: 14px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
  padding-bottom: 3px;
  outline: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: #ffffff;
  cursor: default;
  color: gray;
  outline: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  background-color: #ffffff;
  outline: none;
  border: none;
  font-weight: bold;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-tabs-active a:hover, .ui-tabs .ui-tabs-nav li.ui-tabs-active a:active {
  color: #222;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active:hover {
  background: #ffffff;
  outline: none;
  margin-bottom: 0px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}

.ui-tabs .ui-tabs-nav li a {
  cursor: pointer;
  font-weight: normal;
}

.ui-tabs .ui-tabs-nav li:hover a {
  color: #00B140;
}

.ui-tabs-nav li.ui-tabs-active a {
  background: none;
  margin-bottom: -2px;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tabs-panel .ui-button {
  text-decoration: none;
}

.ui-tabs .ui-tabs-hide {
  display: none !important;
}

/* IE fix for background inheritance from ui-widget*/
.ui-tabs .ui-tabs-nav li {
  filter: none;
}

/*
 * jQuery UI Tooltip 1.9.0
 *
 * Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/tooltip/
 */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -o-box-shadow: 0 0 5px #ddd;
  -moz-box-shadow: 0 0 5px #ddd;
  -webkit-box-shadow: 0 0 5px #ddd;
  /*box-shadow: 0 2px 5px #ddd;*/
  box-shadow: inset 0 1px 0 #ffffff;
}

body .ui-tooltip {
  border-width: 2px;
}

/*
 * jQuery UI Datepicker 1.9.0
 *
 * Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/datepicker/
 */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  border: 0px;
  font-weight: bold;
  width: 100%;
  padding: 4px 0;
  background-color: #f5f5f5;
  color: #808080;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  /*top: 1px;*/
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  /*left:1px;*/
}

.ui-datepicker .ui-datepicker-next-hover {
  /*right:1px;*/
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}

.ui-datepicker th {
  font-weight: bold;
  color: gray;
}

.ui-datepicker-today a:hover {
  background-color: #808080;
  color: #ffffff;
}

.ui-datepicker-today a {
  background-color: #BFBFBF;
  cursor: pointer;
  padding: 0 4px;
  margin-bottom: 0px;
}

.ui-datepicker td a {
  margin-bottom: 0px;
  border: 0px;
}

.ui-datepicker td:hover {
  color: #ffffff;
}

.ui-datepicker td .ui-state-default {
  border: 0px;
  background: none;
  margin-bottom: 0px;
  padding: 5px;
  color: gray;
  text-align: center;
  filter: none;
}

.ui-datepicker td .ui-state-active {
  background: #BFBFBF;
  margin-bottom: 0px;
  font-size: normal;
  text-shadow: 0px;
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.ui-datepicker td .ui-state-hover {
  color: #ffffff;
  background: #0064cd;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#049cdb", endColorstr="#0064cd", GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}

/*
 * jQuery UI Progressbar 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
  height: 2em;
  text-align: left;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
  /*this can be removed if ui-widget-header is blue*/
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#049cdb", endColorstr="#0064cd", GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

/*** Input field styling from Bootstrap 
 input, textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type=file]:focus, input[type=checkbox]:focus, select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666;
}

input[type="text"],
input[type="password"],
.ui-autocomplete-input,
textarea,
.uneditable-input {
  display: inline-block;
  padding: 4px;
  font-size: 16px;;
  line-height: 18px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
**/
/**Toolbar**/
.ui-toolbar {
  padding: 7px 14px;
  margin: 0 0 18px;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f5f5f5", GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

/***Dialog fixes**/
/***Wijmo Theming**/
div.wijmo-wijmenu {
  padding: 0 20px;
  background-color: #222;
  background-color: #222222;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333", endColorstr="#222222", GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.wijmo-wijmenu .ui-state-default {
  box-shadow: none;
  color: #BFBFBF;
}

.wijmo-wijmenu .ui-state-default .wijmo-wijmenu-text {
  color: #BFBFBF;
}

.wijmo-wijmenu .ui-state-hover {
  background: #444;
  background: rgba(255, 255, 255, 0.05);
}

.wijmo-wijmenu .ui-state-hover .wijmo-wijmenu-text {
  color: #ffffff;
}

div.wijmo-wijmenu .ui-widget-header h3 {
  position: relative;
  margin-top: 1px;
  padding: 0;
}

.wijmo-wijmenu h3 a {
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  margin-left: -20px;
  margin-top: 1px;
  padding: 8px 20px 12px;
}

.wijmo-wijmenu h3 a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
  text-decoration: none;
}

.wijmo-wijmenu .ui-widget-header {
  border: 0px;
}

.wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child {
  padding: 0.3em 0;
}

div.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child {
  background: #333;
  border: 0;
  margin: 0;
  padding: 6px 0;
  width: 160px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

div.wijmo-wijmenu .wijmo-wijmenu-item {
  margin: 0;
  border: 0;
}

.wijmo-wijmenu a.wijmo-wijmenu-link {
  margin: 0;
  line-height: 19px;
  padding: 10px 10px 11px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-link {
  display: block;
  float: none;
  padding: 4px 15px;
  width: auto;
}

div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-text {
  float: none;
}

.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child .ui-state-hover {
  background: #191919;
}

.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-separator {
  padding: 5px 0;
  background-image: none;
  background-color: #222;
  border-top: 1px solid #444;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

.wijmo-wijmenu .wijmo-wijmenu-item input {
  -moz-transition: none 0s ease 0s;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #111111;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.75);
  font-family: MuseoSans, OpenSans, arial, sans-serif;
  line-height: 1;
  margin: 5px 10px 0 10px;
  padding: 4px 9px;
  width: 100px;
}

.wijmo-wijmenu .wijmo-wijmenu-item input:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
}

.wijmo-wijmenu .wijmo-wijmenu-item input:focus {
  background-color: #FFFFFF;
  border: 0 none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  color: #404040;
  outline: 0 none;
  padding: 5px 10px;
  text-shadow: 0 1px 0 #FFFFFF;
}

.wijmo-wijmenu .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  text-shadow: none;
}

.wijmo-wijmenu .ui-state-default {
  box-shadow: none;
  color: #BFBFBF;
  filter: none;
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #aaa;
}

table.dataTable thead th:active, table.dataTable thead td:active {
  outline: none;
}

table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #aaa;
}

table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting {
  cursor: pointer;
  *cursor: hand;
}

/*
table.dataTable thead .sorting {
    background: url("../images/sort_both.png") no-repeat center right
}

table.dataTable thead .sorting_asc {
    background: url("../images/sort_asc.png") no-repeat center right
}

table.dataTable thead .sorting_desc {
    background: url("../images/sort_desc.png") no-repeat center right
}

table.dataTable thead .sorting_asc_disabled {
    background: url("../images/sort_asc_disabled.png") no-repeat center right
}

table.dataTable thead .sorting_desc_disabled {
    background: url("../images/sort_desc_disabled.png") no-repeat center right
} */
table.dataTable tbody tr {
  background-color: #fff;
}

table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}

table.dataTable.hover tbody tr:hover, table.dataTable.hover tbody tr.odd:hover, table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover, table.dataTable.display tbody tr.odd:hover, table.dataTable.display tbody tr.even:hover {
  background-color: #f5f5f5;
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.hover tbody tr.odd:hover.selected, table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected, table.dataTable.display tbody tr.odd:hover.selected, table.dataTable.display tbody tr.even:hover.selected {
  background-color: #a9b7d1;
}

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}

table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: #f5f5f5;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.display tbody tr.odd:hover > .sorting_1, table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1, table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.display tbody tr.odd:hover > .sorting_2, table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2, table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
  background-color: #ebebeb;
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.display tbody tr.odd:hover > .sorting_3, table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3, table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
  background-color: #eee;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.display tbody tr.odd:hover.selected > .sorting_1, table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.display tbody tr.odd:hover.selected > .sorting_2, table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.display tbody tr.odd:hover.selected > .sorting_3, table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #bbb;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable.compact thead th, table.dataTable.compact thead td {
  padding: 5px 9px;
}

table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
  padding: 5px 9px 3px 9px;
}

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 4px 5px;
}

table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable, table.dataTable th, table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

.dataTables_wrapper .dataTables_length {
  float: left;
  margin-top: 0.5em;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #cacaca;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table, .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
.ui-dialog-titlebar-close:before {
  content: "\e014";
  font-family: "Glyphicons Halflings";
  color: black;
}

@keyframes colorchange {
  0% {
    background: #ff5a00;
  }
  25% {
    background: #158edb;
  }
  50% {
    background: #00b140;
  }
  75% {
    background: #FBE122;
  }
  100% {
    background: #ff5a00;
  }
}
@-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */ {
  0% {
    background: #ff5a00;
  }
  25% {
    background: #158edb;
  }
  50% {
    background: #00b140;
  }
  75% {
    background: #FBE122;
  }
  100% {
    background: #ff5a00;
  }
}
#maintenance-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  opacity: 1;
  mix-blend-mode: color;
  animation: colorchange 12s infinite;
  /* animation-name followed by duration in seconds*/
  -webkit-animation: colorchange 12s infinite;
  /* Chrome and Safari */
  animation-timing-function: linear;
}

#maintenance-image {
  position: absolute;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  height: 300px;
  z-index: 1;
}

#maintenance-container {
  width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding-top: 150px;
}
@media only screen and (max-width: 540px) {
  #maintenance-container {
    width: auto;
    margin: 0 1rem;
    padding-top: 50px;
  }
}
#maintenance-container .content-wrapper {
  background-color: white;
  padding: 2rem 2rem 4rem 2rem;
  text-align: center;
  transform: rotate(-1deg);
  box-shadow: -6px 8px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 540px) {
  #maintenance-container .content-wrapper {
    padding: 1rem 1rem 2rem 1rem;
  }
}
#maintenance-container .content-wrapper .logo {
  background: url(../images/sgp-logo-green.png) center center no-repeat;
  background-size: 100px;
  height: 100px;
  width: 100px;
  margin: 0 auto 1rem auto;
}

#maintenance-bg {
  background: url(../images/patrickwhut.jpg) center center repeat;
  background-size: auto;
  background-size: auto;
  background-size: 300px;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  mix-blend-mode: normal;
}
@media only screen and (max-width: 540px) {
  #maintenance-bg {
    background-size: 150px;
  }
}

.node-type-webform {
  /*
  	.form-checkboxes {
  		columns: 2;
  	} */
}
.node-type-webform .form-item {
  margin-bottom: 2rem;
}
.node-type-webform .fieldset-wrapper > .description,
.node-type-webform .webform-component label {
  font-size: 18px;
  line-height: 1.25em;
  padding-top: 1rem;
  margin-top: 1.5rem;
}
.node-type-webform .webform-component label {
  border-top: 1px solid #ccc;
}
.node-type-webform .webform-component.webform-container-inline > label {
  border-top: 0;
}
.node-type-webform .form-radios label,
.node-type-webform .form-checkboxes label {
  font-size: 16px;
  font-style: italic;
  border-top: 0;
}
.node-type-webform fieldset.form-wrapper legend + .fieldset-wrapper {
  margin: 0;
  border-top: 0;
}
.node-type-webform .fieldset-wrapper > .description {
  font-size: 18px;
  font-weight: 500;
  margin: 1.5rem 0;
}

.section-blocks .block-webform {
  background: #e2f5e9;
  padding: 1rem;
  margin: 1rem 0;
}
.section-blocks .block-webform form {
  margin: 0 auto;
}
.section-blocks .block-webform .form-actions,
.section-blocks .block-webform fieldset.form-wrapper {
  border: 0;
  padding: 0;
  margin: 0;
}
.section-blocks .block-webform .webform-component {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.section-blocks .block-webform .webform-component > label {
  margin-bottom: 0.15rem;
  font-weight: 700;
  font-size: 14px;
}
.section-blocks .block-webform .form-actions {
  display: inline-block;
}

#split-main {
  display: flex;
  min-height: 95vh;
}
#split-main > div {
  padding: 5% 7%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: min-content;
}
#split-main img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 800px) {
  #split-main {
    display: block;
    height: auto;
  }
  #split-main > div {
    width: auto;
  }
}
#split-main #sgp-logo {
  height: 100px;
  width: 100px;
  background: url("../images/sgp-logo-white.png") center center no-repeat;
  background-size: auto;
  background-size: 100px;
  display: block;
  margin: 1rem 0;
}
#split-main .form .webform-submit {
  float: none;
  width: 100%;
  margin: 0;
}

#split-content {
  background: #00b140;
  color: white;
}
#split-content .button-wrapper > a {
  display: block !important;
}
#split-content .button-wrapper > a, #split-content .button-wrapper > a:link, #split-content .button-wrapper > a:visited {
  display: inline-block;
  color: #1d1712;
  background-color: #fdffaf;
  padding: 0.5em 1em;
  margin-right: 0.5rem;
  border: 0;
  border-radius: 0;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
}
#split-content .button-wrapper > a[disabled], #split-content .button-wrapper > a[disabled=disabled] {
  background: #eee;
  color: #888;
  font-weight: normal;
}
#split-content .button-wrapper > a:hover, #split-content .button-wrapper > a:active {
  text-decoration: none;
  background-color: #f2e58b;
}
#split-content .button-wrapper > a.large #split-content .button-wrapper > a.large-button {
  font-size: 22px;
}
#split-content .button-wrapper > a.wide-button {
  display: block;
}
#split-content a:link,
#split-content a:visited,
#split-content a:hover {
  color: white;
  text-decoration: underline;
}
#split-content .button, #split-content .button:link, #split-content .button:visited, #split-content .button:hover, #split-content .button:active {
  background: #115740;
  font-size: 20px;
  text-decoration: none;
}
#split-content .section-donate .button, #split-content .section-donate .button:link, #split-content .section-donate .button:visited {
  background: #158edb;
  font-size: 20px;
}
#split-content .section-donate .button:hover, #split-content .section-donate .button:active, #split-content .section-donate input[type=submit]:hover, #split-content .section-donate input[type=submit]:active, #split-content .section-donate a.action-button:hover, #split-content .section-donate a.action-button:active {
  background-color: #158edb;
}
#split-content .large-content {
  font-size: 28px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.2em;
}
@media only screen and (max-width: 1024px) {
  #split-content .large-content {
    font-size: 20px;
  }
}
#split-content ul.share > li > a {
  color: white;
  border-color: white;
  font-weight: 900;
  font-size: 16px;
}

#split-content-middle {
  max-width: 800px;
  margin: 0 auto;
}

#split-form {
  align-items: center;
}
#split-form > div {
  max-width: 400px;
}
#split-form .progress-wrapper {
  width: 100%;
  margin-bottom: 1rem;
}

.compact-form form ul.token-input-list,
.compact-form input[type=password],
.compact-form input[type=email],
.compact-form input[type=text],
.compact-form .crm-container input.crm-form-text,
.compact-form .crm-container .crm-icon-picker-button,
.compact-form .crm-container input.dateplugin,
.compact-form .crm-container input.crm-form-password,
.compact-form .chosen-container-multi .chosen-choices,
.compact-form .webform-component-textfield input,
.compact-form .webform-component-email input,
.compact-form .webform-component-textarea textarea,
.compact-form textarea {
  padding: 0.8rem;
  font-size: 22px;
  width: 100%;
}
.compact-form .form-item {
  clear: both;
}
.compact-form div[class*=postal-code] {
  float: left;
  margin: 0 0 1rem 0;
  clear: none;
  width: 38%;
}
.compact-form div[class*=city],
.compact-form div[class*=email] {
  float: left;
  margin: 0 1.9% 1rem 0;
  clear: none;
  width: 60%;
}
.compact-form div[class*=first-name] {
  float: left;
  margin: 0 1.9% 1rem 0;
  clear: none;
  width: 49%;
}
.compact-form div[class*=last-name] {
  float: left;
  margin: 0 0 1rem 0;
  clear: none;
  width: 49%;
}
.compact-form div[class*=checkboxes] {
  clear: both;
}

.ticker {
  margin: 1rem auto;
  padding: 10px;
  max-width: 600px;
  text-align: left;
  border: #ccc 1px solid;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.ticker ul {
  width: 100%;
  position: relative;
}
.ticker ul > li {
  width: 100%;
  display: none;
}
.ticker ul > li .sub-date {
  float: right;
}

.page-node-done #split-content {
  background-color: white;
  color: #000;
  display: block;
}
.page-node-done #split-content a:link, .page-node-done #split-content a:visited, .page-node-done #split-content a:hover {
  color: #00b140;
}
.page-node-done #split-content .button, .page-node-done #split-content .button:link, .page-node-done #split-content .button:visited, .page-node-done #split-content .button:hover, .page-node-done #split-content .button:active {
  background: #00b140;
  font-size: 20px;
  text-decoration: none;
  color: white;
}
.page-node-done h1 {
  color: #00b140;
  font-size: 3rem;
  margin: 1rem 0 3rem 0;
}
.page-node-done #site-logo {
  background: url("../images/sgp-logo-green.png");
  background-size: auto;
  background-size: contain;
  height: 100px;
  width: 100px;
  margin: 2rem 0;
  padding: 0;
}
.page-node-done #split-form {
  background-color: #00b140;
}

.action-list .content-section.collapsible.done,
.action-list .content-section {
  background: #ebf5ef;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  font-weight: 900;
  font-size: 18px;
  font-style: italic;
  box-shadow: 5px 5px #c9eed7;
  display: list-item;
  list-style: decimal;
  opacity: 1;
  margin-left: 2rem;
}
.action-list .content-section.collapsible.done p,
.action-list .content-section p {
  margin: 0 0 0.5rem 0;
}
.action-list .content-section.collapsible.done p:last-child,
.action-list .content-section p:last-child {
  margin-bottom: 0;
}
.action-list .content-section {
  color: #222222;
}
.action-list .content-section .button {
  font-size: 20px !important;
}
.action-list .content-section .button, .action-list .content-section .button:link, .action-list .content-section .button:visited {
  display: inline-block;
  color: white;
  background-color: #00b140;
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
  padding: 0.5em 1em;
  margin-right: 0.5rem;
  text-align: center;
  border: 0;
  border-radius: 8px;
}
.action-list .content-section .button[disabled], .action-list .content-section .button[disabled=disabled] {
  background: #eee;
  color: #888;
  font-weight: normal;
}
.action-list .content-section .button:hover, .action-list .content-section .button:active {
  text-decoration: none;
  background-color: #00cb49;
}
.action-list .content-section .button.large .action-list .content-section .button.large-button {
  font-size: 22px;
}
.action-list .content-section .button.wide-button {
  display: block;
}
.action-list .content-section p {
  text-align: left;
}
.action-list .content-section h2 {
  color: #222222;
  font-size: 18px;
  text-transform: initial;
  text-align: left;
}
.action-list .content-section.done {
  box-shadow: none;
  opacity: 0.5;
  background-color: #ddd;
}
.action-list .section-icon::before {
  font-family: "Font Awesome 5 Free";
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-style: normal;
  float: left;
  margin: 0rem 0.5rem 0 0;
}
.action-list .section-retweet .section-icon::before {
  content: "\f079";
  color: #1da1f2;
}
.action-list .section-retweet a:link, .action-list .section-retweet a:visited {
  color: #1da1f2;
}
.action-list .section-fbshare .section-icon::before {
  content: "\f1e0";
  color: #3b5998;
}
.action-list .section-fbshare a:link, .action-list .section-fbshare a:visited {
  color: #3b5998;
}
.action-list .section-twitter .section-icon::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f099";
  color: #1da1f2;
}
.action-list .section-twitter a:link, .action-list .section-twitter a:visited {
  color: #1da1f2;
}
.action-list .section-facebook .section-icon::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f082";
  color: #3b5998;
}
.action-list .section-facebook a:link, .action-list .section-facebook a:visited {
  color: #3b5998;
}
.action-list .section-youtube .section-icon::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f167";
  color: #ff0000;
}
.action-list .section-youtube a:link, .action-list .section-youtube a:visited {
  color: #ff0000;
}
.action-list .section-website .section-icon::before {
  content: "\f35d";
}
.action-list .action-todo {
  position: relative;
  padding-right: 40px;
  display: block;
}
.action-list .action-todo a.done {
  /*
  		&::after {
  			font-family: 'Font Awesome 5 Free';
  			font-variant: normal;
  			text-rendering: auto;
  			line-height: 1;
  			content: "\f058";
  			font-weight: 900;
  			color: #009d3d;
  			font-style: normal;
  			margin-left: 1rem;
  			position: absolute;			
  			right: 0;
  			top: 0;
  			font-size: 30px;
  		} */
}
.action-list .action-todo a.done:link, .action-list .action-todo a.done:visited, .action-list .action-todo a.done:hover {
  color: #444;
}
.action-list .action-todo a.done .section-icon::before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  color: #444;
}
.action-list h3 {
  margin: 0 0 0.5rem 0;
}
.action-list .action-todo {
  margin: 0.5rem 0;
}

body > header .section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  column-count: 1;
}

section.section-list img {
  box-shadow: 1rem 1rem 0 #00b140;
}

body > section.content-section {
  clear: both;
}
body > section.content-section .section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  column-count: 1;
}
body > section.content-section .section-inner > .grid-2 {
  grid-gap: 3rem;
}
body > section.content-section .section-inner .button-wrapper {
  margin-bottom: 1rem;
}
body > section.content-section .section-inner img {
  max-width: 100%;
  height: auto;
}
body > section.content-section .section-inner > h2.section-headline {
  color: #115740;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  font-style: italic;
  font-size: 38px;
  line-height: 1em;
  margin: 1em 0;
}
@media only screen and (max-width: 540px) {
  body > section.content-section .section-inner > h2.section-headline {
    font-size: 32px;
  }
}
@media only screen and (max-width: 800px) {
  body > section.content-section .section-inner {
    column-count: 1 !important;
    padding: 2rem 1rem;
  }
}
@media only screen and (max-width: 540px) {
  body > section.content-section .section-inner {
    width: 90%;
  }
}
@media only screen and (min-width: 1024px) {
  body > section.content-section .section-inner {
    width: 80%;
  }
}
body > section.content-section .section-inner.columns-1 {
  column-count: 1;
  column-fill: auto;
}
body > section.content-section .section-inner.columns-2 {
  column-count: 2;
}
body > section.content-section .section-inner.columns-2 > h2, body > section.content-section .section-inner.columns-2 > h3 {
  column-span: all;
}
@media only screen and (max-width: 800px) {
  body > section.content-section .section-inner {
    column-count: 1 !important;
  }
}
body > section.content-section.section-image-grid li > img {
  width: 100%;
  height: auto;
}
body > section.content-section.section-text > .section-inner {
  padding-bottom: 3rem;
}
body > section.content-section.section-text .content-image {
  min-height: 280px;
}
body > section.content-section.section-text.white-text, body > section.content-section.section-text.white-text h2, body > section.content-section.section-text.white-text h3, body > section.content-section.section-text.white-text h4, body > section.content-section.section-text.white-text a:link, body > section.content-section.section-text.white-text a:visited, body > section.content-section.section-text.white-text a:hover {
  color: white;
}
body > section.content-section.section-text.white-text .button-wrapper > a, body > section.content-section.section-text.white-text .button-wrapper > a:link, body > section.content-section.section-text.white-text .button-wrapper > a:visited {
  display: inline-block;
  color: #00b140;
  background-color: #e2f5e9;
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
  padding: 0.5em 1em;
  margin-right: 0.5rem;
  text-align: center;
  border: 0;
  border-radius: 8px;
}
body > section.content-section.section-text.white-text .button-wrapper > a[disabled], body > section.content-section.section-text.white-text .button-wrapper > a[disabled=disabled] {
  background: #eee;
  color: #888;
  font-weight: normal;
}
body > section.content-section.section-text.white-text .button-wrapper > a:hover, body > section.content-section.section-text.white-text .button-wrapper > a:active {
  text-decoration: none;
  background-color: #fff;
}
body > section.content-section.section-text.white-text .button-wrapper > a.large body > section.content-section.section-text.white-text .button-wrapper > a.large-button {
  font-size: 22px;
}
body > section.content-section.section-text.white-text .button-wrapper > a.wide-button {
  display: block;
}
body > section.content-section.section-text h2,
body > section.content-section.section-text h3 {
  color: #00b140;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  font-style: italic;
  font-size: 2rem;
  line-height: 2rem;
  margin: 1rem 0;
}
body > section.content-section.section-text h4 {
  font-size: 1.25rem;
  color: #115740;
  font-weight: 900;
  font-style: italic;
  margin: 2em 0 1em 0;
}
body > section.content-section.section-text h2 + h4 {
  margin-top: 0;
}
body > section.content-section.section-text li, body > section.content-section.section-text p {
  break-inside: avoid;
  margin: 0 0 1rem 0;
}
body > section.content-section.section-text ul {
  padding-left: 1.5rem;
}
body > section.content-section.section-text ul li {
  font-style: italic;
}
body > section.content-section.section-pledge {
  background-color: #00b140;
  background-image: none;
  color: white;
}
body > section.content-section.section-pledge .section-main-content {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 900;
  font-style: italic;
}
body > section.content-section.section-pledge .compact-form h2 {
  display: none;
}
body > section.content-section.section-pledge a, body > section.content-section.section-pledge a:link, body > section.content-section.section-pledge a:visited, body > section.content-section.section-pledge .description,
body > section.content-section.section-pledge h3, body > section.content-section.section-pledge h2 {
  color: white;
}
body > section.content-section.section-pledge input {
  border: 0;
}
body > section.content-section.section-pledge input[type=submit] {
  background: #115740;
  width: 100%;
  box-sizing: border-box;
}
body > section.content-section.section-pledge .main-image {
  background-position: left center !important;
  height: 75px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
body > section.content-section.section-pull-quote {
  color: white;
  background-color: #0a5640;
  margin: 0;
  font-style: italic;
}
body > section.content-section.section-pull-quote p:first-of-type::before {
  content: "“";
  font-size: 72px;
  margin-left: -25px;
}
body > section.content-section.section-pull-quote p:last-of-type::after {
  content: "”";
}
body > section.content-section.section-pull-quote .quote-author {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 14px;
  margin: 1rem 0;
  display: block;
  text-align: center;
}
body > section.content-section.section-pull-quote .main-image {
  width: 528px;
  margin: 0 auto;
}

.oneline-form .form-item {
  display: inline-block;
  margin: 0 1rem 0.5rem 0;
}
.oneline-form .form-item input {
  border: 0;
}
.oneline-form .form-item .description {
  columns: white;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .oneline-form .button,
.oneline-form .form-item,
.oneline-form input[type=password],
.oneline-form input[type=email],
.oneline-form input[type=text] {
    display: block;
    width: 100%;
  }
}

.section-signup {
  background: #115740;
  color: white;
}
.section-signup h2, .section-signup h3 {
  color: white;
}

.section-share .action-todo {
  display: inline-block;
  padding-right: 1rem;
}
.section-share .link-facebook {
  color: #3b5998 !important;
}
.section-share .link-twitter {
  color: #1da1f2 !important;
}
.section-share .link-email {
  color: #ea4335 !important;
}

.section-banner {
  background-color: transparent;
  background-image: none;
  margin: 0;
  height: 60vh;
}
.section-banner .overlay,
.section-banner .overlay2 {
  height: 60vh;
  position: absolute;
  top: 0;
  width: 100%;
}
.section-banner .overlay {
  background: #00b140;
  mix-blend-mode: multiply;
  z-index: -2;
}
.section-banner .overlay2 {
  background: #00b140;
  opacity: 0.4;
  z-index: -1;
}
.section-banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 60vh;
  width: 100%;
  z-index: -3;
  background: #00b140;
}
.section-banner .main-image {
  background-position: center center;
  height: 60vh;
  background-size: cover;
  filter: grayscale(100%) brightness(1.3) contrast(1.2);
  opacity: 0.5;
}

.banner-bg {
  position: absolute;
  height: 60vh;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.banner-bg > .main-image {
  height: 100%;
  background-size: cover;
}

.banner-content {
  font-size: 5rem;
  line-height: 4.4rem;
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
  color: white;
  position: relative;
  top: 15vh;
  letter-spacing: -0.02em;
}
.banner-content > p {
  margin: 0;
}
.banner-content em {
  background: white;
  display: inline-block;
  color: #00b140;
  padding: 0.4rem 0.7rem 0.3rem 0.5rem;
  margin-top: 0.4rem;
}
@media only screen and (max-width: 800px) {
  .banner-content {
    font-size: 2.8rem;
    line-height: 2.8rem;
    top: 21vh;
  }
}

header.manifesto {
  height: 50vh;
  position: relative;
  overflow: hidden;
}
header.manifesto a:link, header.manifesto a:visited, header.manifesto a:active, header.manifesto a:hover {
  color: white;
  text-decoration: underline;
}
header.manifesto .overlay,
header.manifesto .overlay2 {
  height: 70vh;
  position: absolute;
  top: 0;
  width: 100%;
}
header.manifesto .overlay {
  background: #00b140;
  mix-blend-mode: multiply;
  z-index: -2;
}
header.manifesto .overlay2 {
  background: #00b140;
  opacity: 0.4;
  z-index: -1;
  mix-blend-mode: screen;
}
header.manifesto .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 70vh;
  width: 100%;
  z-index: -3;
  background: #00b140;
}
header.manifesto .bg img {
  width: 100%;
}
header.manifesto .main-image {
  background-position: center center;
  height: 70vh;
  background-size: cover;
  filter: grayscale(100%) brightness(1.3) contrast(1.2);
  opacity: 0.5;
}
header.manifesto.no-overlay {
  background: #0a5640 url("../images/spiral_green.svg") center -700px no-repeat;
  background-size: auto;
  background-size: 1300px;
}
header.manifesto.no-overlay .overlay,
header.manifesto.no-overlay .overlay2,
header.manifesto.no-overlay .bg {
  background-color: transparent;
}
header.manifesto.no-overlay .main-image {
  filter: none;
  opacity: 1;
}
header.manifesto .manifesto-category {
  position: relative;
  padding-top: 9rem;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4px;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  header.manifesto .manifesto-category {
    margin-left: 1rem;
  }
}
header.manifesto h1 {
  position: relative;
  color: white;
  font-size: 5rem;
  line-height: 5rem;
  margin: 1rem 0;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  header.manifesto h1 {
    margin-left: 1rem;
    font-size: 3rem;
    line-height: 3rem;
  }
}

.content-section.section-manifesto-intro {
  overflow: auto;
  background: white;
  font-size: 1.25rem;
}
.content-section.section-manifesto-intro .green-impact {
  border: 4px solid #00b140;
  border-width: 4px 0;
}
.content-section.section-manifesto-intro .green-impact li {
  margin-bottom: 1rem;
}
.content-section.section-manifesto-intro ul.achievements {
  margin: 1rem 0;
  padding-left: 2rem;
  font-weight: 900;
  font-size: 1.25rem;
  font-style: italic;
}
.content-section.section-manifesto-intro ul.achievements li {
  list-style: none;
}
.content-section.section-manifesto-intro ul.achievements li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f058";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-left: -2rem;
  margin-right: 0.5rem;
}

.node-type-manifesto table.views-table td,
.node-type-manifesto-page-2021 table.views-table td {
  word-break: break-all;
}
.node-type-manifesto .section-text,
.node-type-manifesto-page-2021 .section-text {
  background: #e2f5e9 url("../images/spiral_white.svg") 3400px 2000px repeat;
  background-size: auto;
  background-size: 4256px;
  margin: 1rem 0;
}
.node-type-manifesto .section-text > .section-inner,
.node-type-manifesto-page-2021 .section-text > .section-inner {
  background-color: #e2f5e9;
}
.node-type-manifesto .view-manifesto-page-grid ul,
.node-type-manifesto-page-2021 .view-manifesto-page-grid ul {
  padding-left: 0 !important;
  margin: 1rem 0 2rem 0;
}
.node-type-manifesto .view-manifesto-page-grid ul li a, .node-type-manifesto .view-manifesto-page-grid ul li a:link, .node-type-manifesto .view-manifesto-page-grid ul li a:hover, .node-type-manifesto .view-manifesto-page-grid ul li a:visited,
.node-type-manifesto-page-2021 .view-manifesto-page-grid ul li a,
.node-type-manifesto-page-2021 .view-manifesto-page-grid ul li a:link,
.node-type-manifesto-page-2021 .view-manifesto-page-grid ul li a:hover,
.node-type-manifesto-page-2021 .view-manifesto-page-grid ul li a:visited {
  padding: 2rem;
  background-color: #00b140;
  color: white;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  display: flex;
  font-size: 1.5rem;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.node-type-manifesto .view-manifesto-page-grid ul li a:hover, .node-type-manifesto .view-manifesto-page-grid ul li a:link:hover, .node-type-manifesto .view-manifesto-page-grid ul li a:hover:hover, .node-type-manifesto .view-manifesto-page-grid ul li a:visited:hover,
.node-type-manifesto-page-2021 .view-manifesto-page-grid ul li a:hover,
.node-type-manifesto-page-2021 .view-manifesto-page-grid ul li a:link:hover,
.node-type-manifesto-page-2021 .view-manifesto-page-grid ul li a:hover:hover,
.node-type-manifesto-page-2021 .view-manifesto-page-grid ul li a:visited:hover {
  background-color: #00cb49;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
  transition: background-color 0.4s, box-shadow 0.4s;
}
@media only screen and (max-width: 540px) {
  .node-type-manifesto .view-manifesto-page-grid ul li a, .node-type-manifesto .view-manifesto-page-grid ul li a:link, .node-type-manifesto .view-manifesto-page-grid ul li a:hover, .node-type-manifesto .view-manifesto-page-grid ul li a:visited,
.node-type-manifesto-page-2021 .view-manifesto-page-grid ul li a,
.node-type-manifesto-page-2021 .view-manifesto-page-grid ul li a:link,
.node-type-manifesto-page-2021 .view-manifesto-page-grid ul li a:hover,
.node-type-manifesto-page-2021 .view-manifesto-page-grid ul li a:visited {
    height: 60px;
  }
}

.ballot-wrapper {
  text-align: center;
  padding: 0;
  background: #f5eedc;
  display: flex;
  border: 4px solid black;
  font-size: 22px;
  max-width: 25em;
}
.ballot-wrapper .ballot-name {
  flex-grow: 1;
  padding: 0.75em 1em;
  text-align: left;
}
.ballot-wrapper .candidate-name {
  font-weight: 700;
}
.ballot-wrapper .party-name {
  display: block;
}
.ballot-wrapper .ballot-logo {
  background: url(https://greens.scot/sites/default/files/styles/media_thumbnail/public/sgp-logo-black-med.png) center center no-repeat;
  background-size: 3em;
  flex-grow: 0;
  width: 4em;
  padding-left: 1em;
  margin: 0.25em;
}
.ballot-wrapper .ballot-vote {
  background: url(https://greens.scot/sites/default/files/vote-1.png) center center no-repeat;
  background-size: 2em;
  border-left: 4px solid black;
  width: 4em;
  flex-grow: 0;
}

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