/* 
Column mixins by Tiffany Brown (@webinista / webinista.com) 
Public domain licensed, because, really who couldn't come up with this on their own?
It's not required, but I'd appreciate you letting me know if you found these useful :-).
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,700;0,800;1,400;1,700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main {
  display: block;
}

p, ul, ol {
  margin: 0 0 1.5em;
}

ul li {
  list-style: disc outside none;
  margin: 0 0 5px 40px;
}
ul li ul {
  margin: 5px 0;
}

ol li {
  list-style: decimal outside none;
  margin: 0 0 5px 40px;
}

img {
  box-sizing: border-box;
  max-width: 100%;
}

select, input[type=text], input[type=email], textarea {
  box-sizing: border-box;
  width: 100%;
}

.visually-hidden {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.input {
  box-sizing: border-box;
  font: normal 15px/18px sans-serif;
  padding: 5px;
}

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

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.centered, .aligncenter, .centred, .aligncentre {
  text-align: center;
}

.entry-nav {
  margin: 10px 0;
  padding: 10px 0;
}

.entry-nav p {
  margin: 0;
  width: 45%;
}

.prev-entry {
  float: left;
  text-align: left;
}

.next-entry {
  float: right;
  text-align: right;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month { /*
/*rtl:begin:ignore*/
  left: 0; /*
/*rtl:end:ignore*/
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month { /*
/*rtl:begin:ignore*/
  right: 0; /*
/*rtl:end:ignore*/
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
	Colors
*/
/*
	Fonts
*/
/*
	Global
*/
body {
  background: #464847;
  color: #000;
  font: 400 16px/22px "Nunito Sans", sans-serif;
  text-align: center;
}
body.large-text {
  font-size: 130%;
  line-height: 140%;
}

h1 {
  color: #335c92;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 30px;
}
h1.emphasized {
  background: #f7f5f5;
  box-sizing: border-box;
  color: #000;
  font-size: 2.5em;
  margin: 0 auto 30px;
  max-width: 730px;
  padding: 30px;
  position: relative;
  text-align: center;
}
h1.emphasized a {
  color: #000;
  text-decoration: none;
}
h1.has-header {
  margin: -80px auto 30px;
}
h1 strong {
  color: #000;
  font-weight: 700;
}

h2 {
  color: #dd525f;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 10px;
}
h2 a {
  text-decoration: none;
}
h2 strong {
  font-weight: 400;
}

h3 {
  color: #335c92;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 5px;
}
h3 a {
  text-decoration: none;
}

blockquote {
  margin: 1.5em 1.5em 0;
}

a {
  color: #335c92;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
a:hover {
  color: #000;
  text-decoration: none;
}

.wrapper {
  margin: 0 auto;
  max-width: 1110px;
  padding: 0 20px;
  position: relative;
  text-align: left;
}

.body {
  background: #FFF;
  padding: 30px 0;
}

.content {
  float: left;
  width: 65.7657657658%;
}
.content.content-right {
  float: right;
}

.narrow-content {
  margin: 0 auto;
  max-width: 730px;
}

.listing-intro {
  border-bottom: 1px dashed #4ebebf;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.listing-intro p:last-child {
  margin: 0;
}

.metadata {
  font-size: 1.2em;
}

.breadcrumbs {
  color: #CCC;
  margin-bottom: 30px;
}
.breadcrumbs a {
  color: #000;
  margin-right: 10px;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #335c92;
}
.breadcrumbs svg {
  margin-right: 10px;
}

.entry-tools .btn, .entry-tools svg {
  margin-right: 20px;
  vertical-align: middle;
}
.entry-tools svg {
  color: #dd525f;
  font-size: 32px;
}

figure img {
  display: block;
  margin: 0 auto;
}
figure.left {
  float: left;
  margin: 0 30px 20px 0;
  width: 47.9452054795%;
}
figure.right {
  float: right;
  margin: 0 0 20px 30px;
  width: 47.9452054795%;
}
figure.centred {
  margin-bottom: 30px;
}
figure.header {
  margin-bottom: 30px;
  margin-top: -30px;
}
figure figcaption {
  color: #335c92;
  padding: 10px 5px 0;
}
figure figcaption p {
  margin: 0;
}

.bb {
  border-bottom: 8px solid #dd525f;
}

.btn {
  background: #fdd372;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1em;
  font-weight: 700;
  margin: 0;
  padding: 12px 15px;
  text-align: center;
  text-decoration: none;
  -moz-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.btn:hover {
  background: #335c92;
  color: #FFF;
}
.btn svg {
  color: #000;
  font-size: 18px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.btn.btn-large {
  font-size: 1.2em;
  font-style: italic;
  font-weight: 400;
}
.btn.btn-alt-colour {
  background: #4ebebf;
  color: #FFF;
}
.btn.btn-alt-colour:hover {
  background: #335c92;
}
.btn.btn-alt-colour svg {
  color: #fdd372;
}
.btn.icon-left svg {
  margin-right: 8px;
}
.btn.icon-right svg {
  margin-left: 8px;
}

a.btn {
  padding: 10px 15px;
}

.icon-btn {
  background: transparent;
  border: 0;
  color: #4ebebf;
  cursor: pointer;
  font-size: 24px;
  line-height: 24px;
  padding: 0;
}

/*
 * Header	
*/
.global-header {
  background: #f7f5f5;
  padding: 30px 0;
}
.global-header img {
  width: 220px;
}
.global-header ul {
  margin: 0;
}
.global-header li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.header-nav {
  position: absolute;
  right: 20px;
  top: 0;
}
.header-nav nav {
  float: right;
}
.header-nav nav li {
  float: left;
  margin-left: 20px;
  position: relative;
}
.header-nav nav li a {
  color: #464847;
  font-weight: 600;
  text-decoration: none;
}
.header-nav nav li a svg {
  margin-left: 6px;
  position: relative;
  top: 1px;
}
.header-nav nav li a:hover {
  color: #000;
}
.header-nav nav li ul {
  background: #213d62;
  border: 2px solid #FFF;
  border-radius: 4px;
  display: none;
  left: -10px;
  padding: 5px 0;
  position: absolute;
  width: 160px;
  z-index: 3;
}
.header-nav nav li ul li {
  float: none;
  margin: 0;
}
.header-nav nav li ul a, .header-nav nav li ul a:hover {
  color: #FFF;
  display: block;
  padding: 5px 10px;
}
.header-nav nav li ul a svg, .header-nav nav li ul a:hover svg {
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.header-nav .social-links {
  float: right;
}
.header-nav .social-links li {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
}
.header-nav .social-links li a {
  color: #dd525f;
  display: inline;
  padding: 0 5px;
  text-decoration: none;
}
.header-nav .social-links li a:hover {
  color: #335c92;
}

.header-tools {
  position: absolute;
  right: 20px;
  top: 50px;
}
.header-tools .btn {
  margin-left: 20px;
}
.header-tools form {
  float: left;
  position: relative;
  width: 260px;
}
.header-tools form .input {
  border: 0;
  border-radius: 4px;
  padding: 12px 42px 12px 12px;
}
.header-tools form button {
  position: absolute;
  right: 10px;
  top: 8px;
}

.global-nav {
  background: #335c92;
  position: relative;
}
.global-nav li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.primary-nav {
  font-size: 1.1em;
  margin: 0;
  text-align: center;
}
.primary-nav a {
  box-sizing: border-box;
  color: #FFF;
  display: block;
  font-weight: 700;
  padding: 24px 20px;
  text-decoration: none;
}
.primary-nav a:hover {
  text-decoration: underline;
}
.primary-nav li {
  display: inline-block;
}
.primary-nav .secondary-nav {
  background: #213d62;
  display: none;
  left: 0;
  padding: 20px 0;
  position: absolute;
  right: 0;
  top: 70px;
  z-index: 5;
}
.primary-nav .secondary-nav ul {
  columns: 2;
  column-gap: 30px;
  margin: 0 auto;
  max-width: 1150px;
  text-align: left;
}
.primary-nav .secondary-nav ul li {
  -moz-column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
  display: block;
}
.primary-nav .secondary-nav ul a {
  border-left: 1px solid #4ebebf;
  font-weight: 400;
  padding: 10px 20px;
}

/**
 * Resources	
*/
.resources-upper {
  background: #f7f5f5;
  margin-top: -30px;
  padding: 60px 0;
}
.resources-upper .wrapper {
  text-align: left;
}
.resources-upper h1 {
  color: #000;
  display: inline-block;
}
.resources-upper h3 {
  color: #000;
}
.resources-upper h3 svg {
  color: #335c92;
  margin-right: 10px;
}

.resources-keyword-search {
  display: flex;
  margin-bottom: 40px;
  position: relative;
}
.resources-keyword-search .input {
  padding-left: 40px;
  width: 65.7657657658%;
}
.resources-keyword-search svg {
  color: #4ebebf;
  font-size: 24px;
  left: 10px;
  position: absolute;
  top: 10px;
}
.resources-keyword-search .btn {
  margin-left: auto;
  width: 31.5315315315%;
}

.blog-upper {
  border-bottom: 1px dashed #4ebebf;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.blog-upper h3 {
  color: #000;
}
.blog-upper h3 svg {
  color: #335c92;
  margin-right: 10px;
}

.blog-order {
  margin-bottom: 30px;
}
.blog-order .form-row select {
  margin-left: auto;
  width: auto;
}

.resources-filter, .blog-filter {
  align-items: center;
  display: flex;
}
.resources-filter .form-row, .blog-filter .form-row {
  margin-right: 2.7027027027%;
  width: 20.0900900901%;
}
.resources-filter .form-row.clear-col, .blog-filter .form-row.clear-col {
  font-weight: 700;
  margin: 0 0 0 auto;
  text-align: right;
  width: auto;
}
.resources-filter .form-row label, .blog-filter .form-row label {
  margin-bottom: 5px;
}

.resources-search-results-header {
  border-bottom: 1px dashed #4ebebf;
  margin-bottom: 60px;
  padding: 40px 0 60px;
}
.resources-search-results-header .content {
  align-items: center;
  display: flex;
  margin: 0;
}
.resources-search-results-header .content h3 {
  color: #000;
}
.resources-search-results-header .content form {
  margin-left: auto;
}

.featured-resource {
  background: #335c92;
  box-sizing: border-box;
  padding: 60px 30px;
}
.featured-resource h2 {
  color: #fdd372;
  font-weight: 400;
}
.featured-resource p {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}
.featured-resource a {
  color: #FFF;
  text-decoration: none;
}

/*
 * Sidebar	
*/
.sidebar {
  float: right;
  width: 31.5315315315%;
}
.sidebar.sidebar-left {
  float: left;
}
.sidebar .sidebar-feature-link {
  background: #4ebebf;
  color: #FFF;
  display: block;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 20px;
  padding: 30px 40px;
  text-decoration: none;
}
.sidebar .sidebar-feature-link svg {
  color: #fdd372;
  margin-right: 10px;
}

.sidebar-nav {
  background: #f7f5f5;
  border-top: 8px solid #dd525f;
  margin-bottom: 30px;
}
.sidebar-nav ul {
  font-size: 1.3em;
  line-height: 1.4em;
  padding: 10px 40px;
}
.sidebar-nav li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.sidebar-nav a {
  border-bottom: 1px dashed #000;
  color: #000;
  display: block;
  padding: 15px 10px;
  text-decoration: none;
}
.sidebar-nav li:last-child a {
  border-bottom: 0;
}
.sidebar-nav .active {
  font-weight: 600;
}

.resources-search {
  margin-bottom: 30px;
}
.resources-search label {
  color: #335c92;
  font: 700 1.4em/1.6em "Nunito Sans", sans-serif;
}
.resources-search .input {
  background: #f7f5f5;
}
.resources-search .btn {
  display: block;
  width: 100%;
}

.filters {
  background: #f7f5f5;
  border-top: 8px solid #dd525f;
  margin-bottom: 30px;
  padding: 30px;
}
.filters h2 {
  color: #000;
  margin-bottom: 20px;
}
.filters h2 svg {
  color: #335c92;
  font-size: 24px;
  margin-right: 15px;
}
.filters .form-row {
  margin-bottom: 20px;
}

.sidebar-details {
  background: #f7f5f5;
  border-top: 8px solid #dd525f;
  margin-bottom: 30px;
  padding: 30px;
}
.sidebar-details h2, .sidebar-details h3 {
  color: #335c92;
}
.sidebar-details p {
  font-size: 1.2em;
  line-height: 1.4em;
  margin: 20px 0;
  word-wrap: break-word;
}
.sidebar-details p:last-child {
  margin-bottom: 0;
}

.directory-details h2, .directory-details h3 {
  color: #dd525f;
}

.resource-details h2, .resource-details h3 {
  color: #dd525f;
}
.resource-details p {
  font-size: 1.1em;
  margin-top: 0;
}
.resource-details a {
  color: #000;
  text-decoration: none;
}
.resource-details a:hover {
  color: #335c92;
}
.resource-details .resource-type svg {
  color: #335c92;
  font-size: 24px;
  margin-right: 6px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.resource-link {
  background: #f7f5f5;
  padding: 20px 200px 20px 20px;
  position: relative;
}
.resource-link span {
  font-weight: 600;
}
.resource-link a {
  background: #fdd372;
  bottom: 0;
  color: #000;
  padding: 20px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
}
.resource-link a svg {
  color: #335c92;
  font-size: 24px;
  margin-right: 6px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.resource-more-languages {
  margin-top: 30px;
}
.resource-more-languages h2 {
  color: #335c92;
}
.resource-more-languages h3 {
  color: #000;
}

#mini_calendar table {
  margin-bottom: 30px;
  width: 100%;
}
#mini_calendar table .month th {
  background: #A6DEDF;
  font-weight: 700;
}
#mini_calendar table .mini_calendar_days th {
  color: #335c92;
  font-weight: 700;
}
#mini_calendar table th, #mini_calendar table td {
  font-size: 1.2em;
  padding: 12px 8px;
  text-align: center;
}
#mini_calendar table th a, #mini_calendar table td a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
#mini_calendar table .today {
  background: #fdd372;
  border-radius: 12px;
}
#mini_calendar table svg {
  color: #FFF;
}

/*
 * Lists	
*/
.simple-list {
  margin-bottom: 0;
}
.simple-list li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.simple-list li a {
  font-weight: 600;
}

li.more {
  font-style: italic;
  margin-bottom: 0;
}
li.more a {
  font-weight: 400;
}
li.more svg {
  margin-left: 6px;
}

.collapsable {
  border-top: 1px dashed #4ebebf;
}

.collapsable h3 {
  cursor: pointer;
  margin-bottom: 0;
  padding: 10px 40px 10px 0;
  position: relative;
}
.collapsable h3 svg {
  color: #4ebebf;
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.collapsable + h2 {
  margin-top: 30px;
}

.grid {
  display: flex;
  flex-wrap: wrap;
}
.grid figure {
  margin: -20px -20px 20px;
}
.grid h2 {
  font-size: 1.4em;
  line-height: 1.3em;
}
.grid li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  border: 4px solid #f7f5f5;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 30px;
  position: relative;
  width: 47.9452054795%;
}
.grid li.even {
  margin-left: 4.1095890411%;
}
.grid .more {
  bottom: 0;
  color: #000;
  font-style: italic;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  text-decoration: none;
}

.grid-content {
  padding: 20px 20px 80px;
}

.grid-badge {
  background: #f7f5f5;
  color: #000;
  margin: -20px -20px 20px;
  padding: 10px 20px;
}
.councils-listing li .grid-badge, .event-listing li .grid-badge {
  text-align: right;
}
.grid-badge svg {
  color: #dd525f;
  font-size: 24px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.course-grid .more {
  background: #A6DEDF;
}

.news-grid .more {
  background: #A6DEDF;
}

.workshops-grid .more {
  background: #fdd372;
}

.blog-grid li {
  margin-right: 2.7027027027%;
  width: 31.5315315315%;
}
.blog-grid li.three {
  margin-right: 0;
}
.blog-grid li h2 {
  margin: 0;
}
.blog-grid li p {
  margin: 2px 0;
}
.blog-grid li .more {
  background: #A6DEDF;
}

.post-date {
  color: #dd525f;
  font-style: italic;
}

.products-grid li {
  margin-right: 2.7027027027%;
  width: 31.5315315315%;
}
.products-grid li img {
  display: block;
}
.products-grid li.three {
  margin-right: 0;
}
.products-grid li .product-links {
  bottom: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
.products-grid li .product-links form, .products-grid li .product-links a {
  display: inline-block;
}
.products-grid li .product-links a {
  color: #464847;
  font-size: 1.2em;
  font-style: italic;
  margin-left: 20px;
}

.product-buttons form {
  display: inline-block;
  margin-right: 20px;
}

.cart-link {
  background: #f7f5f5;
  padding: 20px 0;
}
.cart-link .wrapper {
  color: #335c92;
  text-align: right;
}
.cart-link span {
  font-size: 1.5em;
  font-style: italic;
}
.cart-link form {
  display: inline-block;
  margin-left: 20px;
}

.resources-grid .grid-badge svg {
  color: #335c92;
  position: absolute;
  right: 10px;
  top: 5px;
}
.resources-grid .more {
  background: #fdd372;
}

.resource-tags {
  line-height: 1.2em;
  margin: 0;
}
.resource-tags strong {
  color: #dd525f;
  display: block;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.resource-tags a {
  color: #000;
  font-size: 0.9em;
  text-decoration: none;
  text-transform: lowercase;
}
.resource-tags a:hover {
  color: #335c92;
}

.event-listing li, .councils-listing li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  border: 4px solid #f7f5f5;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 20px;
}
.event-listing h2, .councils-listing h2 {
  font-size: 1.4em;
  line-height: 1.2em;
}

.council-home {
  color: #000;
  margin: -20px 0 20px;
}

.council-type {
  margin-bottom: 20px;
}
.council-type svg {
  color: #dd525f;
  font-size: 24px;
  margin-right: 6px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.councils-listing .metadata {
  margin-bottom: 5px;
}

.council-details li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.council-details strong {
  color: #335c92;
}

.people {
  margin: 0;
}
.people li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.people img {
  float: left;
  margin: 0 30px 10px 0;
  width: 160px;
}
.people h2 {
  margin-bottom: 5px;
}

/*
 * Portals	
*/
.announcements li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.announcement-metadata {
  color: #888;
}

.portal-section {
  margin-bottom: 60px;
}
.portal-section .grid li {
  margin-bottom: 0;
}

.volunteer-submit-link {
  background: #335c92;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 60px;
  position: relative;
}
.volunteer-submit-link a {
  color: #FFF;
  display: block;
  padding: 20px 80px 20px 30px;
  text-decoration: none;
}
.volunteer-submit-link svg {
  color: #fdd372;
  font-size: 48px;
  position: absolute;
  right: 30px;
  top: 16px;
}

/*
 * Home	
*/
.home-features {
  margin: -30px 0 30px;
}

.slick-next, .slick-prev {
  color: #dd525f;
  font-size: 48px;
  margin-top: -48px;
  position: absolute;
  top: 50%;
  z-index: 4;
}

.slick-next {
  right: 20px;
}

.slick-prev {
  left: 20px;
}

.alert-banner {
  background: #A6DEDF;
  border-bottom: 16px solid #4ebebf;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}
.alert-banner a {
  color: #000;
  display: block;
  padding: 30px 0;
  position: relative;
  text-decoration: none;
}
.alert-banner a svg {
  color: #dd525f;
  position: absolute;
  right: 0;
  top: 35%;
}

.home-what {
  background: #f7f5f5;
  padding: 60px 0;
}
.home-what h2 {
  color: #335c92;
}
.home-what p {
  font-size: 1.5em;
  line-height: 1.3em;
}
.home-what img {
  float: right;
  width: 40.0900900901%;
}
.home-what .home-what-content {
  box-sizing: border-box;
  float: left;
  padding: 30px;
  width: 48.6486486486%;
}

.home-newsletter {
  padding: 60px 0;
}
.home-newsletter h2 {
  color: #335c92;
  margin-bottom: 10px;
}
.home-newsletter .btn {
  display: block;
  float: right;
  margin-top: 10px;
  text-align: center;
  width: 40.0900900901%;
}

.home-newsletter-row {
  margin-bottom: 10px;
}

.home-newsletter-content {
  float: left;
  width: 57.2072072072%;
}

.home-latest {
  background: #335c92;
  color: #FFF;
}
.home-latest h2 {
  color: #FFF;
}
.home-latest a {
  color: #FFF;
}
.home-latest .wrapper {
  padding: 60px 20px;
}

.home-news, .home-events {
  float: left;
  margin-right: 2.7027027027%;
  width: 31.5315315315%;
}

.home-resource {
  background: #fdd372;
  bottom: 0;
  box-sizing: border-box;
  padding: 60px 30px;
  position: absolute;
  right: 20px;
  top: 0;
  width: 31.5315315315%;
}
.home-resource h2 {
  color: #335c92;
  font-weight: 400;
}
.home-resource p {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}
.home-resource a {
  color: #000;
  text-decoration: none;
}

.home-thumbnails {
  margin: 60px 0 0;
}
.home-thumbnails li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 2.7027027027%;
  width: 22.972972973%;
}
.home-thumbnails li.one {
  clear: left;
}
.home-thumbnails li.four {
  clear: right;
  margin-right: 0;
}
.home-thumbnails h2 {
  margin: 10px 0;
}

/*
 * News	
*/
.news-feature {
  border: 4px solid #f7f5f5;
  border-radius: 4px;
  margin-bottom: 30px;
  position: relative;
}

.news-header {
  margin-bottom: 30px;
  margin-top: -30px;
  position: relative;
}

.news-feature-image {
  background-position: center;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
}

.news-feature-content {
  box-sizing: border-box;
  float: right;
  min-height: 400px;
  padding: 60px;
  width: 50%;
}
.news-feature-content p {
  font-size: 1.2em;
  margin: 5px 0;
}
.news-feature-content a {
  text-decoration: none;
}
.news-feature-content hr {
  background: #4ebebf;
  border: 0;
  display: block;
  height: 8px;
  margin-top: 30px;
}

/**
 * Courses	
*/
.course-feature {
  border: 4px solid #f7f5f5;
  border-radius: 4px;
  margin-bottom: 30px;
  position: relative;
}

.course-feature-image {
  background-position: center;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
}

.course-feature-content {
  background: #f7f5f5;
  box-sizing: border-box;
  float: right;
  min-height: 400px;
  padding: 60px;
  position: relative;
  width: 50%;
}
.course-feature-content a {
  text-decoration: none;
}
.course-feature-content .more {
  background: #A6DEDF;
  bottom: 0;
  color: #000;
  font-style: italic;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-align: right;
}

.course-meta {
  font-size: 0.8em;
  color: #888;
}

.course-categories {
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.course-categories span {
  background: #FFF;
  border-radius: 8px;
  color: #888;
  font-size: 0.8em;
  margin-left: 8px;
  padding: 4px 8px;
}

/*
 * Footer	
*/
.global-footer {
  background: #464847;
  color: #FFF;
  padding: 60px 0;
}
.global-footer a {
  color: #FFF;
  text-decoration: none;
}
.global-footer a:hover {
  text-decoration: underline;
}
.global-footer li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
.global-footer li ul {
  margin-bottom: 1.5em;
}
.global-footer h3 {
  color: #FFF;
}

.footer-left {
  float: left;
  width: 48.6486486486%;
}
.footer-left img {
  margin-bottom: 10px;
  width: 160px;
}

.footer-nav-left {
  float: left;
  margin-bottom: 40px;
  width: 47.2222222222%;
}
.footer-nav-left li {
  font-weight: 700;
}
.footer-nav-left li li {
  font-weight: 400;
}
.footer-nav-left li li svg {
  margin-right: 6px;
}

.footer-nav-right {
  float: left;
  margin-bottom: 40px;
  margin-left: 5.5555555556%;
  width: 47.2222222222%;
}

.footer-right {
  float: right;
  width: 31.5315315315%;
}
.footer-right h3 {
  font-weight: 400;
  margin-bottom: 10px;
}
.footer-right .btn, .footer-right ul {
  margin-bottom: 30px;
}
.footer-right li {
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  margin-right: 10px;
}
.footer-right li a {
  color: #dd525f;
}
.footer-right a.btn {
  color: #000;
  text-decoration: none;
}
.footer-right a.btn:hover {
  background: #dd525f;
  color: #FFF;
}

/*
 * Pagination	
*/
.pagination {
  text-align: right;
}
.pagination a, .pagination span {
  color: #000;
  display: inline-block;
  margin: 0 5px;
  padding: 10px 12px;
  text-decoration: none;
}
.pagination span {
  color: #4ebebf;
  font-weight: 700;
}
.pagination .pagination-first, .pagination .pagination-last {
  background: #A6DEDF;
  font-style: italic;
}
.pagination .pagination-prev, .pagination .pagination-next {
  background: #4ebebf;
}

/* 
	Forms
*/
.error {
  color: #dd525f;
  font-weight: 600;
}

.errors, .parsley-errors-list {
  color: #dd525f;
  font-weight: 600;
  margin: 0;
}
.errors li, .parsley-errors-list li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  padding: 4px;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #dd525f;
  border: 1px solid #dd525f;
}

.parsley-errors-list {
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

fieldset {
  background: #f7f5f5;
  margin-bottom: 20px;
  padding: 30px;
}
fieldset h3 {
  color: #dd525f;
}
fieldset p {
  margin: 0;
}
fieldset .form-row:last-of-type {
  margin-bottom: 0;
}

.form-row {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.form-row:last-child {
  margin-bottom: 0;
}
.form-row select {
  background: #fff url(../img/chevron-down.svg) no-repeat;
  background-position: right 10px top 10px;
  background-size: 18px 17px;
  border: 1px solid #888;
  border-radius: 4px;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 1em;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.3em;
  margin: 0;
  max-width: 100%;
  padding: 0.6em 2em 0.5em 0.8em;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.form-row select::-ms-expand {
  display: none;
}
.form-row.align-top {
  align-items: flex-start;
}
.form-row.align-middle {
  align-items: center;
}

.form-field {
  width: 100%;
}
.form-field .input, .form-field select {
  width: 100%;
}
.form-field .note {
  margin: 0;
  padding: 4px;
}

input[type=file] {
  background: #fdd372;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  padding: 15px 20px;
}

.input {
  border: 0;
  border-radius: 4px;
  padding: 12px;
}
.input.shaded {
  background: #f7f5f5;
}

textarea.input {
  height: 120px;
}

label {
  cursor: pointer;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
label.checkbox {
  font-weight: 400;
  margin: 0;
}

.shrinkwrap-fields .form-field {
  margin-right: 20px;
  width: auto;
}

.one-field .form-field {
  width: 94%;
}

.one-field-has-btn .form-field {
  margin-right: 20px;
  width: 80%;
}

.two-fields-has-btn .form-field {
  margin-right: 20px;
  width: 40%;
}

.two-fields .form-field {
  margin-right: 20px;
  width: 46%;
}

.three-fields .form-field {
  margin-right: 20px;
  width: 30%;
}
.three-fields .form-field:last-child {
  margin-right: 0;
}

.form-field.radio-plus-input label {
  display: inline-block;
  margin-right: 20px;
}
.form-field.radio-plus-input .input {
  width: 50%;
}

.required {
  color: #dd525f;
  font-weight: 700;
  margin-left: 5px;
}

.hours-submission-form .form-row {
  margin-top: 20px;
  padding: 0 10px;
}

.log {
  margin-bottom: 20px;
}

.log-header, .log-row {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.log-label, .log-field {
  box-sizing: border-box;
  padding: 10px;
  width: 18.5%;
}

.log-label {
  font-weight: 700;
}

.log-row-remove {
  padding: 10px;
  width: 28px;
}
.log-row-remove svg {
  color: #dd525f;
  cursor: pointer;
  font-size: 24px;
  position: relative;
  top: 8px;
}

.high-contrast .course-meta {
  color: #000;
}
.high-contrast .btn, .high-contrast .sidebar-feature-link, .high-contrast .grid .more, .high-contrast #mini_calendar table .month th, .high-contrast #mini_calendar table .today, .high-contrast .resource-link a, .high-contrast .course-feature .more {
  background: #335c92 !important;
}
.high-contrast .global-header, .high-contrast .home-what {
  background: #FFF;
}
.high-contrast .home-resource {
  background: #f7f5f5;
}
.high-contrast .global-header .social-links a, .high-contrast .header-tools form button, .high-contrast .resource-tags strong, .high-contrast .directory-details h3, .high-contrast .resource-details h3, .high-contrast .entry-tools svg, .high-contrast .collapsable h3 svg {
  color: #335c92;
}
.high-contrast .btn, .high-contrast .btn svg, .high-contrast .footer-right li a, .high-contrast .grid .more, .high-contrast #mini_calendar table .month th, .high-contrast #mini_calendar table td.today, .high-contrast #mini_calendar table td.today a, .high-contrast .resource-link a, .high-contrast .resource-link a svg, .high-contrast .volunteer-submit-link svg, .high-contrast .course-feature .more {
  color: #FFF !important;
}
.high-contrast .btn {
  border: 1px solid #FFF;
}
.high-contrast .header-tools form .input {
  border: 1px solid #000;
}
.high-contrast .footer-right form .btn {
  background: #FFF;
  color: #000;
}
.high-contrast .alert-banner {
  background: #FFF;
  border-bottom-color: #000;
  border-top: 1px solid #000;
}
.high-contrast .home-what {
  border-bottom: 1px solid #000;
}
.high-contrast .input {
  border: 1px solid #000;
}
.high-contrast .pagination a, .high-contrast .pagination span {
  border: 1px solid #000;
}
.high-contrast .pagination span {
  color: #000;
}
.high-contrast .pagination .pagination-first, .high-contrast .pagination .pagination-last, .high-contrast .pagination .pagination-prev, .high-contrast .pagination .pagination-next {
  background: #FFF;
}

.large-text .header-nav nav li ul {
  width: 240px;
}

@media screen and (max-width: 1150px) {
  .primary-nav > li > a {
    padding: 24px 10px;
  }
  .home-features, figure.header {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1000px) {
  .primary-nav {
    font-size: 1em;
  }
  .primary-nav > li > a {
    padding: 24px 6px;
  }
}
@media screen and (max-width: 900px) {
  h1.emphasized {
    margin: -30px -20px 30px;
    max-width: none;
  }
  h1.emphasized.has-header {
    margin: 0 -20px 30px;
  }
  figure.header {
    margin-bottom: 0;
  }
  figure.header + .breadcrumbs {
    margin-top: 30px;
  }
  .news-feature-image, .course-feature-image {
    display: block;
    height: 300px;
    position: relative;
    width: 100%;
  }
  .news-feature-content, .course-feature-content {
    background: #f7f5f5;
    float: none;
    min-height: 0;
    padding: 20px;
    width: auto;
  }
  .news-feature-content .more, .course-feature-content .more {
    display: block;
    position: static;
    margin: 20px -20px -20px;
  }
  .products-grid {
    justify-content: center;
  }
  .products-grid li {
    margin: 0 10px 30px !important;
    width: 45%;
  }
  .home-features {
    margin-bottom: 0;
  }
  .home-features h1.emphasized.has-header {
    margin: 0;
  }
  .slick-next, .slick-prev {
    margin-top: 0;
    top: 25%;
  }
  .global-header {
    padding: 20px 0;
  }
  .global-header img {
    display: block;
    margin: 0 auto;
  }
  a.toggle {
    background: #335c92;
    color: #FFF !important;
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    padding: 15px 30px;
    text-align: left;
    text-decoration: none;
  }
  a.toggle svg {
    font-size: 24px;
    line-height: 24px;
    margin-right: 10px;
    position: relative;
    top: 2px;
  }
  .primary-nav {
    text-align: left;
  }
  .primary-nav li {
    display: block;
  }
  .primary-nav li a {
    display: block;
    padding: 10px 30px;
  }
  .primary-nav .secondary-nav {
    padding: 10px 0 0;
    position: static;
  }
  .primary-nav .secondary-nav ul {
    columns: 1;
  }
  .primary-nav .secondary-nav ul a {
    border-left: 0;
    padding: 10px 40px;
  }
  .header-nav, .header-tools {
    position: static;
  }
  .header-nav {
    text-align: left;
  }
  .header-nav nav {
    float: none;
  }
  .header-nav nav li {
    float: none;
    margin-left: 0;
  }
  .header-nav nav li a, .header-nav nav li a:hover {
    background: #213d62;
    color: #FFF;
    display: block;
    padding: 10px 30px;
  }
  .header-nav nav li.language-switcher a {
    background: #f7f5f5;
    color: #213d62;
  }
  .header-nav nav li svg {
    display: none;
  }
  .header-nav nav li ul {
    background: #335c92;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 10px 0;
    position: static;
    width: auto;
  }
  .header-nav nav li ul a, .header-nav nav li ul a:hover {
    background: #335c92;
    font-weight: 400;
    padding: 10px 40px;
  }
  .header-nav nav li ul a svg, .header-nav nav li ul a:hover svg {
    display: inline;
  }
  .header-nav .social-links {
    display: none;
  }
  .header-tools .btn {
    background: #335c92;
    border-radius: 0;
    color: #FFF;
    display: block;
    margin-left: 0;
    padding: 10px 30px;
    text-align: left;
    width: auto;
  }
  .header-tools .btn:hover {
    text-decoration: underline;
  }
  .header-tools .btn.donate-link {
    color: #fdd372;
  }
  .header-tools form {
    float: none;
    padding: 10px 30px 20px;
    width: auto;
  }
  .header-tools form button {
    right: 40px;
    top: 18px;
  }
  .home-what, .home-newsletter, .home-latest .wrapper {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .home-what .home-what-content {
    padding: 0;
  }
  .home-newsletter .btn {
    display: inline-block;
    float: none;
    margin-top: 0;
    width: auto;
  }
  .home-newsletter-content {
    float: none;
    width: auto;
  }
  .home-newsletter-content p {
    margin-bottom: 10px;
  }
  .home-news {
    width: 48.6486486486%;
  }
  .home-events {
    float: right;
    margin: 0;
    width: 48.6486486486%;
  }
  .home-resource {
    display: none;
  }
  .home-thumbnails {
    margin-top: 240px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .home-thumbnails li {
    float: none;
    margin: 0 2%;
    width: 46%;
  }
  .home-thumbnails li.one, .home-thumbnails li.two {
    margin-bottom: 10px;
  }
  .content, .sidebar {
    float: none;
    width: auto;
  }
  .content {
    margin-bottom: 30px;
  }
  .tablet-bleed {
    margin-left: -20px;
    margin-right: -20px;
  }
  .global-footer {
    padding: 40px 0;
  }
  .footer-left {
    float: none;
    margin-bottom: 60px;
    width: auto;
  }
  .footer-right {
    float: none;
    width: auto;
  }
  .large-text .header-nav nav li ul {
    width: auto;
  }
  .resources-upper {
    background: #f7f5f5;
    margin-top: -30px;
    padding: 60px 0;
  }
  .resources-upper .wrapper {
    text-align: left;
  }
  .resources-upper h1 {
    color: #000;
    display: inline-block;
  }
  .resources-upper h3 {
    color: #000;
  }
  .resources-upper h3 svg {
    color: #335c92;
    margin-right: 10px;
  }
  .resources-keyword-search {
    margin-bottom: 20px;
  }
  .resources-filter .form-row {
    margin-right: 2.7027027027%;
    width: 22.972972973%;
  }
  .resources-search-results-header {
    border-bottom: 1px dashed #4ebebf;
    margin-bottom: 20px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 640px) {
  .mobile-bleed {
    margin-left: -20px;
    margin-right: -20px;
  }
  h1, h1.emphasized {
    font-size: 1.6em;
  }
  h2 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.2em;
  }
  figure.left, figure.right {
    float: none;
    margin: 0 0 20px;
    width: auto;
  }
  .alert-banner .wrapper {
    text-align: center;
  }
  .alert-banner .wrapper svg {
    margin-left: 10px;
    position: static;
  }
  .resources-keyword-search {
    display: block;
  }
  .resources-keyword-search .input {
    margin-bottom: 10px;
    width: 100%;
  }
  .resources-keyword-search .btn {
    width: 100%;
  }
  .resources-filter, .blog-filter {
    display: block;
  }
  .resources-filter .form-row, .blog-filter .form-row {
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }
  .resources-filter .form-row.clear-row, .blog-filter .form-row.clear-row {
    text-align: right;
  }
  .resource-link {
    background: transparent;
    padding: 0;
    position: relative;
  }
  .resource-link span {
    display: none;
  }
  .resource-link a {
    display: inline-block;
    position: static;
  }
  .home-what img {
    display: block;
    float: none;
    margin-bottom: 20px;
    width: auto;
  }
  .home-what .home-what-content {
    float: none;
    width: auto;
  }
  .home-news {
    float: none;
    margin-bottom: 40px;
    width: auto;
  }
  .home-events {
    float: none;
    width: auto;
  }
  .home-thumbnails {
    margin-top: 20px;
    display: block;
  }
  .home-thumbnails li {
    float: none;
    margin: 0 0 20px !important;
    width: auto;
  }
  .one-field-has-btn .form-field, .two-fields-has-btn .form-field, .two-fields .form-field, .three-fields .form-field {
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }
  .grid li {
    margin-left: 0 !important;
    width: 100%;
  }
  .portal-section {
    margin-bottom: 40px;
  }
  .portal-section .grid li {
    margin-bottom: 20px;
  }
}
@media print {
  body {
    background: #FFF;
    color: #000;
    font-size: 100% !important;
  }
  .header-nav, .header-tools, .global-nav, .sidebar nav, .filters, .footer-nav-left, .footer-nav-right, .footer-right form, .footer-right h3, .footer-right ul, a.sidebar-feature-link, .footer-left img, .entry-tools, .product-buttons {
    display: none !important;
  }
  .global-header {
    background: #FFF;
    border-bottom: 1px solid #000;
    margin: 0 20px 30px;
  }
  .content, .sidebar {
    float: none;
    width: auto;
  }
  .content.sidebar-left, .sidebar.sidebar-left {
    float: left;
    width: 31.5315315315%;
  }
  .content.content-right, .sidebar.content-right {
    float: right;
    width: 65.7657657658%;
  }
  .sidebar-details {
    background: #FFF;
    border: 1px solid #000;
  }
  .collapsable-content {
    display: block !important;
  }
  .global-footer {
    background: #FFF;
    border-top: 1px dashed #000;
    color: #000;
    padding: 20px 0;
  }
  .global-footer p {
    font-size: 14px;
    line-height: 19px;
    margin: 0;
  }
  .global-footer .footer-left, .global-footer .footer-right {
    float: none;
    width: auto;
  }
}
