/* line 5, ../../../../../../../../../usr/local/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../usr/local/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../usr/local/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../usr/local/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../usr/local/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../usr/local/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../usr/local/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../usr/local/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../usr/local/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 3, ../sass/partials/_global.scss */
h1 {
  font-family: "Nunito Sans", serif;
  font-weight: 700;
  font-size: 3.125em;
  line-height: 1.25em;
  margin-bottom: 18px;
}

/* line 11, ../sass/partials/_global.scss */
h2 {
  font-family: "Nunito Sans", serif;
  font-weight: 700;
  font-size: 2.5em;
  line-height: 1.25em;
  margin-bottom: 18px;
}

/* line 19, ../sass/partials/_global.scss */
h3 {
  font-family: "Nunito Sans", serif;
  font-weight: 300;
  font-size: 2.125em;
  line-height: 1.25em;
  margin-bottom: 12px;
}

/* line 27, ../sass/partials/_global.scss */
h4 {
  font-family: "Nunito Sans", serif;
  font-weight: 300;
  font-size: 1.625em;
  line-height: 1.25em;
  margin-bottom: 10px;
}

/* line 35, ../sass/partials/_global.scss */
h5 {
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.4em;
  margin-bottom: 2px;
}

/* line 42, ../sass/partials/_global.scss */
p, figcaption {
  color: #394a58;
  font-size: 1em;
  margin: 0 0 30px 0;
  line-height: 1.5em;
}

/* line 49, ../sass/partials/_global.scss */
.subtext p {
  font-size: 1.625em;
  font-weight: 300;
  font-family: "Nunito Sans", serif;
}

/* line 55, ../sass/partials/_global.scss */
.home .subtext p {
  font-size: 2.375em;
}

/* line 59, ../sass/partials/_global.scss */
b, strong {
  font-weight: 700;
}

/* line 63, ../sass/partials/_global.scss */
a {
  color: #e78f77;
  text-decoration: none;
}
/* line 18, ../../../../../../../../../usr/local/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
a:visited {
  color: #e78f77;
}
/* line 21, ../../../../../../../../../usr/local/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
a:focus {
  color: #e78f77;
}
/* line 24, ../../../../../../../../../usr/local/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
a:hover {
  color: #394a58;
}
/* line 27, ../../../../../../../../../usr/local/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
a:active {
  color: #e78f77;
}

/* line 68, ../sass/partials/_global.scss */
ul {
  margin-bottom: 30px;
  list-style: disc;
}
/* line 71, ../sass/partials/_global.scss */
ul li {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 20px;
  margin-left: 20px;
}

/* line 79, ../sass/partials/_global.scss */
ol {
  margin-bottom: 30px;
  list-style-type: decimal;
}
/* line 82, ../sass/partials/_global.scss */
ol li {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 20px;
  margin-left: 20px;
}

/* line 90, ../sass/partials/_global.scss */
::selection {
  color: white;
  background-color: #394a58;
}

/* line 95, ../sass/partials/_global.scss */
::-moz-selection {
  color: white;
  background-color: #394a58;
}

/* line 100, ../sass/partials/_global.scss */
img::selection {
  background: transparent;
}

/* line 104, ../sass/partials/_global.scss */
img::-moz-selection {
  background: transparent;
}

/* line 108, ../sass/partials/_global.scss */
::-webkit-input-placeholder {
  color: black;
  font-weight: 600;
  font-size: 1em;
}

/* line 114, ../sass/partials/_global.scss */
input:-moz-placeholder {
  color: black;
  font-weight: 600;
  font-size: 1.375em;
}

/* line 120, ../sass/partials/_global.scss */
.placeholder {
  color: black;
  font-weight: 600;
  font-size: 1.375em;
}

/* line 126, ../sass/partials/_global.scss */
*:focus {
  outline: none;
}

/* line 128, ../sass/partials/_global.scss */
em {
  font-style: italic;
}

/* line 132, ../sass/partials/_global.scss */
img {
  max-width: 100%;
}

/* ==== skip to main content link ==== */
/* line 138, ../sass/partials/_global.scss */
.skiplink {
  left: -9999em;
  position: absolute;
}

/* line 143, ../sass/partials/_global.scss */
.skiplink:focus {
  position: static;
}

/* line 147, ../sass/partials/_global.scss */
#skiplink-container {
  background-color: black;
}

/* line 151, ../sass/partials/_global.scss */
#skiplink-container div {
  line-height: 1.4em;
}

/* line 155, ../sass/partials/_global.scss */
#skiplink-container .skiplink {
  display: inline-block;
  color: white;
}

/* line 160, ../sass/partials/_global.scss */
#back-to-top {
  display: none;
  font-size: 0.875em;
  margin-bottom: 20px;
  width: 100%;
  float: left;
  padding-top: 20px;
}
/* line 167, ../sass/partials/_global.scss */
#back-to-top a {
  display: block;
  float: left;
}
/* line 171, ../sass/partials/_global.scss */
#back-to-top i {
  font-size: 1.6em;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 5px;
}

/* line 13, ../sass/partials/_12col.scss */
html, body {
  height: 100%;
}

/* line 17, ../sass/partials/_12col.scss */
.overlay .overlay-close {
  display: none;
}

/* line 21, ../sass/partials/_12col.scss */
body {
  font-family: "Nunito Sans", sans-serif;
  color: #394a58;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* line 29, ../sass/partials/_12col.scss */
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  float: left;
  width: 100%;
  background-color: #f2f7f8;
  position: relative;
  top: 0;
  -moz-transition-property: top;
  -o-transition-property: top;
  -webkit-transition-property: top;
  transition-property: top;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 41, ../sass/partials/_12col.scss */
#wrapper.active {
  top: -5em;
  -moz-transition-property: top;
  -o-transition-property: top;
  -webkit-transition-property: top;
  transition-property: top;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 46, ../sass/partials/_12col.scss */
main[role="main"] {
  width: 100%;
  float: left;
  margin-bottom: 70px;
  padding: 40px 0 200px 0;
}

/* line 54, ../sass/partials/_12col.scss */
.content-block {
  *zoom: 1;
  max-width: 95.2em;
  _width: 95.2em;
  padding-left: 1.8em;
  padding-right: 1.8em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
/* line 38, ../../../../../../../../../usr/local/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.content-block:after {
  content: "";
  display: table;
  clear: both;
}

/* line 59, ../sass/partials/_12col.scss */
header[role=banner] {
  *zoom: 1;
  max-width: 95.2em;
  _width: 95.2em;
  padding-left: 1.8em;
  padding-right: 1.8em;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border-bottom: 1px solid #e3e8f1;
  -moz-box-shadow: #d9e0ec 0 3px 4px;
  -webkit-box-shadow: #d9e0ec 0 3px 4px;
  box-shadow: #d9e0ec 0 3px 4px;
  position: relative;
}
/* line 38, ../../../../../../../../../usr/local/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
header[role=banner]:after {
  content: "";
  display: table;
  clear: both;
}
/* line 65, ../sass/partials/_12col.scss */
header[role=banner] .header-logo {
  float: left;
  padding: 24px 0;
}
/* line 68, ../sass/partials/_12col.scss */
header[role=banner] .header-logo a, header[role=banner] .header-logo img {
  display: block;
  height: 36px;
}

/* line 75, ../sass/partials/_12col.scss */
a.menu-btn {
  display: none;
}

/* line 79, ../sass/partials/_12col.scss */
#main-nav {
  float: right;
}
/* line 81, ../sass/partials/_12col.scss */
#main-nav ul {
  list-style: none;
  margin: 0 46px 0 0;
  float: left;
}
/* line 85, ../sass/partials/_12col.scss */
#main-nav ul li {
  margin: 0;
  float: left;
}
/* line 88, ../sass/partials/_12col.scss */
#main-nav ul li a {
  display: block;
  line-height: 84px;
  font-size: 0.875em;
  color: #394a58;
  padding: 0 15px;
  font-weight: 400;
  position: relative;
  border-bottom: 6px solid transparent;
}
/* line 97, ../sass/partials/_12col.scss */
#main-nav ul li a:hover {
  border-bottom: 6px solid #e78f77;
}
/* line 102, ../sass/partials/_12col.scss */
#main-nav ul li.selected a {
  border-bottom: 6px solid #e78f77;
}

/* line 109, ../sass/partials/_12col.scss */
.main-container {
  padding-left: 0%;
  padding-right: 2.06612%;
  width: 71.90083%;
  float: right;
  margin-right: 0;
  *margin-left: -2em;
  display: inline;
}

/* line 113, ../sass/partials/_12col.scss */
.main-container.rev {
  padding-left: 0%;
  padding-right: 0%;
  width: 73.96694%;
  float: left;
  margin-right: 4.13223%;
  display: inline;
}

/* line 117, ../sass/partials/_12col.scss */
#sub-nav {
  padding-left: 0%;
  padding-right: 1.03306%;
  width: 20.86777%;
  float: left;
  margin-right: 4.13223%;
  display: inline;
}
/* line 119, ../sass/partials/_12col.scss */
#sub-nav ul.secondary {
  list-style: none;
  margin: 0;
}
/* line 122, ../sass/partials/_12col.scss */
#sub-nav ul.secondary li {
  margin: 0;
  border-bottom: 2px solid #d5ddea;
}
/* line 125, ../sass/partials/_12col.scss */
#sub-nav ul.secondary li a {
  display: block;
  font-size: 1em;
  font-weight: 300;
  padding: 12px 15px;
  color: #394a58;
}
/* line 131, ../sass/partials/_12col.scss */
#sub-nav ul.secondary li a:hover {
  color: #e78f77;
}
/* line 136, ../sass/partials/_12col.scss */
#sub-nav ul.secondary li.selected a {
  color: #e78f77;
  font-weight: 700;
}
/* line 141, ../sass/partials/_12col.scss */
#sub-nav .mobile-sub-nav-header {
  display: none;
}

/* line 146, ../sass/partials/_12col.scss */
.main-complementary {
  width: 30.57851%;
  float: left;
  margin-right: 4.13223%;
  display: inline;
}

/* ==== global header search box ==== */
/* line 152, ../sass/partials/_12col.scss */
.search-wrapper {
  background-color: #e78f77;
  overflow: hidden;
  *zoom: 1;
}

/* line 157, ../sass/partials/_12col.scss */
.search-results .site-search {
  display: block;
}

/* line 161, ../sass/partials/_12col.scss */
.site-search {
  *zoom: 1;
  max-width: 95.2em;
  _width: 95.2em;
  padding-left: 1.8em;
  padding-right: 1.8em;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  width: auto;
  float: none;
  display: none;
}
/* line 38, ../../../../../../../../../usr/local/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.site-search:after {
  content: "";
  display: table;
  clear: both;
}
/* line 170, ../sass/partials/_12col.scss */
.site-search .close-btn {
  position: absolute;
  right: 0;
  bottom: 4px;
  color: white;
  display: block;
  width: 80px;
  height: 34px;
  z-index: 4;
}
/* line 179, ../sass/partials/_12col.scss */
.site-search .close-btn i {
  font-size: 1.6em;
  position: relative;
  top: 5px;
  left: 4px;
}

/* line 189, ../sass/partials/_12col.scss */
.site-search ::-webkit-input-placeholder {
  color: white;
  font-weight: 600;
  font-size: 1em;
}
/* line 194, ../sass/partials/_12col.scss */
.site-search input::-moz-placeholder {
  color: white;
  font-weight: 600;
  font-size: 1em;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 200, ../sass/partials/_12col.scss */
.site-search .placeholder {
  color: white;
  font-weight: 600;
  font-size: 1em;
}

/* line 207, ../sass/partials/_12col.scss */
.site-search .search-content {
  position: relative;
  border-bottom: 2px solid #e3e8f1;
  float: left;
  width: 100%;
}

/* line 214, ../sass/partials/_12col.scss */
.site-search label {
  text-indent: -5000px;
  display: inline-block;
}

/* line 219, ../sass/partials/_12col.scss */
.oldie .site-search input[type="text"] {
  line-height: 28px;
}

/* line 223, ../sass/partials/_12col.scss */
.site-search input[type="text"] {
  background-color: #e78f77;
  z-index: 3;
  outline: none;
  position: relative;
  float: left;
  margin: 0 0 3px 0;
  color: white;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 1.375em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  line-height: 1.4em;
  height: auto;
  width: 100%;
  padding: 3px 50px 1px 2px;
  text-indent: 0;
}
/* line 241, ../sass/partials/_12col.scss */
.site-search input[type="text"]:focus {
  outline: 0;
  border-color: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 249, ../sass/partials/_12col.scss */
.fake-search-btn.search-open i {
  color: #e3e8f1;
}

/* line 254, ../sass/partials/_12col.scss */
.fake-search-btn.show {
  display: block;
}

/* line 258, ../sass/partials/_12col.scss */
.fake-search-btn {
  position: absolute;
  top: 23px;
  display: block;
  right: 20px;
  font-size: 1.8em;
  height: 40px;
  width: 40px;
  margin: 0;
  padding: 0;
  line-height: normal;
  text-align: center;
  text-shadow: none;
  border: none;
}
/* line 272, ../sass/partials/_12col.scss */
.fake-search-btn b {
  text-indent: -5000px;
  display: inline-block;
}
/* line 276, ../sass/partials/_12col.scss */
.fake-search-btn i {
  color: #e78f77;
  position: relative;
  top: 5px;
  display: block;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/* line 285, ../sass/partials/_12col.scss */
.site-search .search-btn {
  position: absolute;
  right: 30px;
  top: 31px;
  display: none;
  background-color: transparent;
  border: none;
  outline: 0;
  font-size: 1.8em;
  height: 40px;
  width: 40px;
  color: white;
  margin: 0;
  padding: 0;
  cursor: pointer;
  z-index: 4;
}
/* line 302, ../sass/partials/_12col.scss */
.site-search .search-btn b {
  text-indent: -5000px;
  display: inline-block;
}
/* line 306, ../sass/partials/_12col.scss */
.site-search .search-btn i {
  color: white;
  position: relative;
  top: 5px;
  display: block;
}

/* ==== footer === */
/* line 316, ../sass/partials/_12col.scss */
.global-footer {
  width: 100%;
  float: left;
  clear: both;
  background-color: white;
  padding: 30px 0 10px 0;
  position: absolute;
  bottom: 0;
}

/* line 326, ../sass/partials/_12col.scss */
.footer-nav {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 2.43902%;
  width: 15.60976%;
  float: left;
  margin-right: 2.43902%;
  display: inline;
}
/* line 330, ../sass/partials/_12col.scss */
.footer-nav li {
  margin: 0 0 14px 0;
  font-size: 0.875em;
}
/* line 333, ../sass/partials/_12col.scss */
.footer-nav li a {
  color: #394a58;
}
/* line 18, ../../../../../../../../../usr/local/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
.footer-nav li a:visited {
  color: #394a58;
}
/* line 21, ../../../../../../../../../usr/local/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
.footer-nav li a:focus {
  color: #394a58;
}
/* line 24, ../../../../../../../../../usr/local/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
.footer-nav li a:hover {
  color: #e78f77;
}
/* line 27, ../../../../../../../../../usr/local/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
.footer-nav li a:active {
  color: #394a58;
}

/* line 340, ../sass/partials/_12col.scss */
.footer-nav.admin li {
  font-weight: 500;
}

/* line 345, ../sass/partials/_12col.scss */
ul.social-block {
  list-style: none;
  margin-bottom: 0;
  float: left;
}
/* line 349, ../sass/partials/_12col.scss */
ul.social-block li {
  font-size: 2em;
  margin: 0 15px 0 0;
  float: left;
}
/* line 353, ../sass/partials/_12col.scss */
ul.social-block li a {
  color: #394a58;
}
/* line 18, ../../../../../../../../../usr/local/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
ul.social-block li a:visited {
  color: #394a58;
}
/* line 21, ../../../../../../../../../usr/local/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
ul.social-block li a:focus {
  color: #394a58;
}
/* line 24, ../../../../../../../../../usr/local/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
ul.social-block li a:hover {
  color: #e78f77;
}
/* line 27, ../../../../../../../../../usr/local/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
ul.social-block li a:active {
  color: #394a58;
}

/* line 359, ../sass/partials/_12col.scss */
.social-utilities {
  width: 18.04878%;
  float: right;
  margin-right: 0;
  *margin-left: -2em;
  display: inline;
}
/* line 361, ../sass/partials/_12col.scss */
.social-utilities .wrapper {
  float: right;
}
/* line 363, ../sass/partials/_12col.scss */
.social-utilities .wrapper > h5 {
  margin-bottom: 8px;
  font-size: 0.875em;
}
/* line 368, ../sass/partials/_12col.scss */
.social-utilities .wrapper .social-block li {
  font-size: 1.8em;
}
/* line 371, ../sass/partials/_12col.scss */
.social-utilities .wrapper .social-block .last {
  margin: 0 0 0 -2px;
}

/* line 378, ../sass/partials/_12col.scss */
.footer-base {
  float: left;
  width: 100%;
  margin-top: 10px;
  padding-top: 30px;
  border-top: 1px solid #e3e8f1;
}

/* line 386, ../sass/partials/_12col.scss */
.footer-logo {
  float: left;
  margin-bottom: 20px;
}
/* line 389, ../sass/partials/_12col.scss */
.footer-logo a, .footer-logo img {
  display: block;
  height: 26px;
}

/* line 395, ../sass/partials/_12col.scss */
.signin-links {
  margin-left: 120px;
}
/* line 398, ../sass/partials/_12col.scss */
.signin-links ul {
  list-style: none outside none;
}
/* line 401, ../sass/partials/_12col.scss */
.signin-links ul li {
  float: left;
  margin-right: 10px;
}
/* line 405, ../sass/partials/_12col.scss */
.signin-links ul li.last {
  float: none;
}

/* line 412, ../sass/partials/_12col.scss */
.footer-utilities {
  float: left;
  margin: 0;
  list-style: none;
}
/* line 416, ../sass/partials/_12col.scss */
.footer-utilities li {
  float: left;
  font-size: 0.75em;
  margin: 0 15px 0 0;
}
/* line 420, ../sass/partials/_12col.scss */
.footer-utilities li a {
  color: #394a58;
}
/* line 18, ../../../../../../../../../usr/local/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
.footer-utilities li a:visited {
  color: #394a58;
}
/* line 21, ../../../../../../../../../usr/local/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
.footer-utilities li a:focus {
  color: #394a58;
}
/* line 24, ../../../../../../../../../usr/local/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
.footer-utilities li a:hover {
  color: #e78f77;
}
/* line 27, ../../../../../../../../../usr/local/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
.footer-utilities li a:active {
  color: #394a58;
}

/* line 426, ../sass/partials/_12col.scss */
.copyright {
  float: right;
  font-size: 0.75em;
  text-align: right;
}

/* line 432, ../sass/partials/_12col.scss */
.share-block {
  width: 100%;
  float: left;
  padding: 30px 0 10px 0;
}

/* line 438, ../sass/partials/_12col.scss */
.video-container {
  margin-bottom: 30px;
  width: 100%;
  float: left;
}

/* line 444, ../sass/partials/_12col.scss */
#breadcrumbs {
  width: 100%;
  float: 100%;
  list-style: none;
  margin-bottom: 25px;
}
/* line 449, ../sass/partials/_12col.scss */
#breadcrumbs li {
  display: inline-block;
  margin: 0 0 10px 5px;
  font-size: 0.875em;
}
/* line 453, ../sass/partials/_12col.scss */
#breadcrumbs li a {
  padding-right: 5px;
  font-weight: 700;
}
/* line 458, ../sass/partials/_12col.scss */
#breadcrumbs li:first-child {
  margin-left: 0;
}

/* line 464, ../sass/partials/_12col.scss */
.pagination {
  width: 100%;
  float: left;
  padding-top: 30px;
}
/* line 468, ../sass/partials/_12col.scss */
.pagination ul {
  list-style: none;
  width: 100%;
  float: left;
  margin: 0;
}
/* line 473, ../sass/partials/_12col.scss */
.pagination ul li.middle {
  float: left;
  margin: 0;
}
/* line 476, ../sass/partials/_12col.scss */
.pagination ul li.middle ul {
  text-align: center;
  margin: 0;
}
/* line 481, ../sass/partials/_12col.scss */
.pagination ul li.middle ul li:first-child a, .pagination ul li.middle ul li:first-child b,
.pagination ul li.middle ul li:last-child a,
.pagination ul li.middle ul li:last-child b {
  float: left;
}
/* line 486, ../sass/partials/_12col.scss */
.pagination ul li.middle ul li:first-child b {
  margin-right: 10px;
}
/* line 491, ../sass/partials/_12col.scss */
.pagination ul li.middle ul li:last-child b {
  margin-left: 10px;
}
/* line 495, ../sass/partials/_12col.scss */
.pagination ul li.middle ul li {
  margin: 0;
  float: left;
}
/* line 498, ../sass/partials/_12col.scss */
.pagination ul li.middle ul li a {
  display: block;
  padding: 8px 14px;
  text-decoration: none;
}
/* line 502, ../sass/partials/_12col.scss */
.pagination ul li.middle ul li a:hover {
  background-color: #e3e8f1;
}
/* line 506, ../sass/partials/_12col.scss */
.pagination ul li.middle ul li b {
  font-weight: 400;
  position: relative;
  top: 8px;
}
/* line 511, ../sass/partials/_12col.scss */
.pagination ul li.middle ul li a.selected {
  background-color: #e3e8f1;
}
/* line 517, ../sass/partials/_12col.scss */
.pagination ul li.next,
.pagination ul li.prev {
  margin: 0;
}
/* line 520, ../sass/partials/_12col.scss */
.pagination ul li.next a,
.pagination ul li.prev a {
  display: block;
  width: 50px;
  height: 40px;
  color: white;
  background-color: #e78f77;
}
/* line 526, ../sass/partials/_12col.scss */
.pagination ul li.next a:hover,
.pagination ul li.prev a:hover {
  background-color: #e78f77;
  text-decoration: none;
}
/* line 530, ../sass/partials/_12col.scss */
.pagination ul li.next a i,
.pagination ul li.prev a i {
  display: inline-block;
  font-size: 2em;
  position: relative;
}
/* line 537, ../sass/partials/_12col.scss */
.pagination ul .prev {
  float: left;
}
/* line 539, ../sass/partials/_12col.scss */
.pagination ul .prev a {
  float: left;
  margin-right: 10px;
}
/* line 542, ../sass/partials/_12col.scss */
.pagination ul .prev a i {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 5px;
  left: 8px;
}
/* line 549, ../sass/partials/_12col.scss */
.pagination ul .next {
  float: left;
}
/* line 551, ../sass/partials/_12col.scss */
.pagination ul .next a {
  float: right;
  margin-left: 10px;
}
/* line 554, ../sass/partials/_12col.scss */
.pagination ul .next a i {
  top: 4px;
  left: 8px;
}

/* ============ homepage poster block ============== */
/* line 565, ../sass/partials/_12col.scss */
.poster-block {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
/* line 570, ../sass/partials/_12col.scss */
.poster-block section {
  margin: 0.5em;
  background-color: #e78f77;
}
/* line 573, ../sass/partials/_12col.scss */
.poster-block section .wrapper {
  padding: 5em 3em;
}
/* line 576, ../sass/partials/_12col.scss */
.poster-block section h2 {
  color: white;
  font-size: 3.25em;
  font-weight: 300;
}
/* line 581, ../sass/partials/_12col.scss */
.poster-block section h3 {
  color: white;
  margin-bottom: 20px;
  font-weight: 300;
}
/* line 587, ../sass/partials/_12col.scss */
.poster-block section .poster-block-section-bg {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

/* ============ subnav cards ============== */
/* line 597, ../sass/partials/_12col.scss */
.children-navigation {
  float: left;
  width: 100%;
}

/* line 602, ../sass/partials/_12col.scss */
.children-navigation ul,
ul.children-navigation {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
/* line 607, ../sass/partials/_12col.scss */
.children-navigation ul li,
ul.children-navigation li {
  margin: 0;
  display: -webkit-flex;
  display: flex;
  width: 33.33%;
}
/* line 611, ../sass/partials/_12col.scss */
.children-navigation ul li .card-wrapper,
ul.children-navigation li .card-wrapper {
  margin: 0.5em;
  padding: 0 0 8px 0;
  background-color: #394a58;
  color: white;
  width: 100%;
}
/* line 619, ../sass/partials/_12col.scss */
.children-navigation ul li .card-wrapper:hover,
ul.children-navigation li .card-wrapper:hover {
  -moz-box-shadow: rgba(150, 150, 150, 0.4) 0 5px 20px 0;
  -webkit-box-shadow: rgba(150, 150, 150, 0.4) 0 5px 20px 0;
  box-shadow: rgba(150, 150, 150, 0.4) 0 5px 20px 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
/* line 623, ../sass/partials/_12col.scss */
.children-navigation ul li .card-wrapper .card-image,
ul.children-navigation li .card-wrapper .card-image {
  position: relative;
  margin-bottom: 18px;
}
/* line 626, ../sass/partials/_12col.scss */
.children-navigation ul li .card-wrapper .card-image img,
ul.children-navigation li .card-wrapper .card-image img {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}
/* line 631, ../sass/partials/_12col.scss */
.children-navigation ul li .card-wrapper .card-image a, .children-navigation ul li .card-wrapper .card-image img,
ul.children-navigation li .card-wrapper .card-image a, ul.children-navigation li .card-wrapper .card-image img {
  display: block;
}
/* line 634, ../sass/partials/_12col.scss */
.children-navigation ul li .card-wrapper .card-image .members {
  font-weight: 400;
  font-size: 0.75em;
  padding: 0;
  margin-bottom: 0;
  width: 100%;
  background-color: #394a58;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 15px;
  text-transform: uppercase;
}
/* line 650, ../sass/partials/_12col.scss */
.children-navigation ul li .card-wrapper .card-header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 12px;
}
/* line 656, ../sass/partials/_12col.scss */
.children-navigation ul li .card-wrapper .title {
  padding: 0 15px;
}

ul.children-navigation li .card-wrapper .title {
  padding: 15px;
}

/* line 658, ../sass/partials/_12col.scss */
.children-navigation ul li .card-wrapper .title .title-link,
ul.children-navigation li .card-wrapper .title .title-link {
  font-family: "Nunito Sans", serif;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.25em;
  margin-bottom: 12px;
}
/* line 664, ../sass/partials/_12col.scss */
.children-navigation ul li .card-wrapper .title .title-link a {
  color: white;
}
/* line 666, ../sass/partials/_12col.scss */
.children-navigation ul li .card-wrapper .title .title-link a:hover {
  color: #e78f77;
}
/* line 671, ../sass/partials/_12col.scss */
.children-navigation ul li .card-wrapper .title .meta {
  font-size: 0.875em;
  margin-bottom: 0;
}
/* line 674, ../sass/partials/_12col.scss */
.children-navigation ul li .card-wrapper .title .meta a {
  color: #e78f77;
}
/* line 676, ../sass/partials/_12col.scss */
.children-navigation ul li .card-wrapper .title .meta a:hover {
  color: white;
}
/* line 681, ../sass/partials/_12col.scss */
.children-navigation ul li .card-wrapper .title .date {
  font-size: 0.875em;
  margin-bottom: 0;
  color: #b0bed8;
}
/* line 687, ../sass/partials/_12col.scss */
.children-navigation ul li .card-wrapper .teaser-text,
ul.children-navigation li .card-wrapper .teaser-text {
  font-size: 0.875em;
  margin-bottom: 15px;
  color: white;
}
/* line 692, ../sass/partials/_12col.scss */
.children-navigation ul li .card-wrapper .links-box,
ul.children-navigation li .card-wrapper .links-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 12px;
}
/* line 698, ../sass/partials/_12col.scss */
.children-navigation ul li .card-wrapper .action-link {
  font-size: 0.875em;
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 703, ../sass/partials/_12col.scss */
.children-navigation ul li .card-wrapper .download {
  font-size: 0.875em;
  margin-bottom: 0;
}
/* line 706, ../sass/partials/_12col.scss */
.children-navigation ul li .card-wrapper .download a {
  color: #e78f77;
}
/* line 708, ../sass/partials/_12col.scss */
.children-navigation ul li .card-wrapper .download a:hover {
  color: #394a58;
}

/* ============== fancySelect ============== */
/* line 719, ../sass/partials/_12col.scss */
.filter-block {
  width: calc(100% - 1em);
  float: left;
  margin: 22px 0 30px 0;
  padding: 0 0.5em;
}
/* line 724, ../sass/partials/_12col.scss */
.filter-block form {
  float: none;
  width: auto;
  text-align: left;
}
/* line 728, ../sass/partials/_12col.scss */
.filter-block form select.basic {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 731, ../sass/partials/_12col.scss */
.filter-block form button {
  clear: left;
}

/* line 737, ../sass/partials/_12col.scss */
div.fancy-select {
  position: relative;
  color: white;
  line-height: 1.125em;
  margin-bottom: 20px;
  display: inline;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 747, ../sass/partials/_12col.scss */
div.fancy-select:nth-of-type(1) {
  margin-right: 0.5em;
  width: calc(33.3333% - 0.5em);
}

/* line 752, ../sass/partials/_12col.scss */
div.fancy-select:nth-of-type(2) {
  margin-left: 0.5em;
  margin-right: 0.5em;
  width: calc(33.3333% - 1em);
}

/* line 758, ../sass/partials/_12col.scss */
div.fancy-select:nth-of-type(3) {
  margin-left: 0.5em;
  width: calc(33.3333% - 0.5em);
}

/* line 763, ../sass/partials/_12col.scss */
div.fancy-select.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 775, ../sass/partials/_12col.scss */
div.fancy-select div.trigger {
  font-size: 1.125em;
  font-weight: 500;
  cursor: pointer;
  padding: 16px 20px 14px 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background-color: #e78f77;
  color: white;
  border: 2px solid #e78f77;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 240ms ease-out;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
}

/* line 796, ../sass/partials/_12col.scss */
div.fancy-select div.trigger:after {
  font-family: 'chamber';
  content: "\e901";
  display: block;
  position: absolute;
  top: 17px;
  font-size: 1.2em;
  right: 10px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 807, ../sass/partials/_12col.scss */
div.fancy-select div.trigger.open {
  background-color: white;
  color: #e78f77;
}

/* line 812, ../sass/partials/_12col.scss */
div.fancy-select div.trigger.open:after {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #e78f77;
}

/* line 817, ../sass/partials/_12col.scss */
div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 20px;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  max-height: 200px;
  overflow: auto;
  background-color: #e78f77;
  color: white;
  min-width: 100%;
  padding: 0;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

/* line 839, ../sass/partials/_12col.scss */
div.fancy-select ul.options.open {
  visibility: visible;
  top: 54px;
  opacity: 1;
  /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
  /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
  transition: opacity 300ms ease-out, top 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out;
}

/* line 853, ../sass/partials/_12col.scss */
div.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 40px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

/* line 864, ../sass/partials/_12col.scss */
div.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 50px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}

/* line 875, ../sass/partials/_12col.scss */
div.fancy-select ul.options li {
  font-size: 1em;
  font-weight: 400;
  padding: 10px 20px;
  color: white;
  cursor: pointer;
  white-space: nowrap;
  margin: 0;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
}

/* line 890, ../sass/partials/_12col.scss */
div.fancy-select ul.options li.selected,
div.fancy-select ul.options li.hover {
  background-color: white;
  color: #e78f77;
}

/* line 896, ../sass/partials/_12col.scss */
#search-block {
  float: left;
  width: 100%;
}
/* line 899, ../sass/partials/_12col.scss */
#search-block .search-block-content {
  position: relative;
  float: left;
  width: 100%;
}
/* line 903, ../sass/partials/_12col.scss */
#search-block .search-block-content label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/* line 911, ../sass/partials/_12col.scss */
#search-block .search-block-content .search-block-text {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
/* line 916, ../sass/partials/_12col.scss */
#search-block .search-block-content .search-btn {
  margin-bottom: 0;
  position: absolute;
  right: 10px;
  top: 7px;
}
/* line 921, ../sass/partials/_12col.scss */
#search-block .search-block-content .search-btn button {
  border: none;
  height: 30px;
  cursor: pointer;
  display: inline-block;
  padding: 0 10px;
  font-size: 0.75em;
}

/* line 933, ../sass/partials/_12col.scss */
.button {
  display: inline-block;
  font-size: 1em;
}
/* line 936, ../sass/partials/_12col.scss */
.button a {
  display: block;
  padding: 14px 20px;
  text-decoration: none;
  background-color: #e78f77;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  color: white;
}
/* line 955, ../sass/partials/_12col.scss */
.button a:hover {
  background-color: #e78f77;
}

/* line 961, ../sass/partials/_12col.scss */
button {
  background-color: #e78f77;
  border: medium none;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 1em;
  padding: 10px 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease-out;
}
/* line 975, ../sass/partials/_12col.scss */
button:hover {
  background-color: #394a58;
}

/* line 980, ../sass/partials/_12col.scss */
.action-btn {
  display: inline-block;
}
/* line 982, ../sass/partials/_12col.scss */
.action-btn a {
  background-color: #e78f77;
  border-radius: 3px;
  color: white;
  padding: 10px 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease-out;
}
/* line 992, ../sass/partials/_12col.scss */
.action-btn a:hover {
  background-color: #394a58;
}

/* line 998, ../sass/partials/_12col.scss */
.action-button {
  display: inline-block;
  font-size: 1em;
}
/* line 1002, ../sass/partials/_12col.scss */
.action-button a {
  display: block;
  padding: 14px 20px;
  text-decoration: none;
  background-color: white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  color: #394a58;
}

/* line 1026, ../sass/partials/_12col.scss */
form {
  width: 50%;
}
/* line 1028, ../sass/partials/_12col.scss */
form .form-group {
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
/* line 1033, ../sass/partials/_12col.scss */
form label {
  display: inline-block;
  margin-bottom: 4px;
}
/* line 1036, ../sass/partials/_12col.scss */
form label span {
  color: #9e1b1b;
}
/* line 1040, ../sass/partials/_12col.scss */
form fieldset {
  display: inline-block;
}
/* line 1042, ../sass/partials/_12col.scss */
form fieldset .form-group > label {
  font-size: 1em;
  margin-bottom: 12px;
}
/* line 1047, ../sass/partials/_12col.scss */
form legend {
  display: none;
}
/* line 1050, ../sass/partials/_12col.scss */
form .checker {
  position: relative;
  top: -2px;
}
/* line 1054, ../sass/partials/_12col.scss */
form button {
  margin-bottom: 20px;
}

/* line 1059, ../sass/partials/_12col.scss */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-family: "Nunito Sans", sans-serif;
  display: inline-block;
  height: 30px;
  padding: 6px 0;
  font-size: 1em;
  line-height: 30px;
  color: #394a58;
  width: 100%;
  float: left;
  margin-right: 6.32911%;
  display: inline;
  margin-right: 0;
  text-indent: 10px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: white;
  border: 1px solid #e3e8f1;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/* line 1092, ../sass/partials/_12col.scss */
textarea {
  height: auto;
}

/* line 1096, ../sass/partials/_12col.scss */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #2fa5bc;
  outline: 0;
  -moz-box-shadow: #2fa5bc 0 0 0 3px inset;
  -webkit-box-shadow: #2fa5bc 0 0 0 3px inset;
  box-shadow: #2fa5bc 0 0 0 3px inset;
}

/* line 1117, ../sass/partials/_12col.scss */
.results-block {
  margin-bottom: 30px;
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto;
  width: 80%;
}
/* line 1123, ../sass/partials/_12col.scss */
.results-block.results-block-full {
  width: 100%;
}
/* line 1127, ../sass/partials/_12col.scss */
.results-block article {
  float: left;
  width: 100%;
  border-bottom: 1px dashed #c1cce0;
  padding: 20px 0 14px 0;
}
/* line 1132, ../sass/partials/_12col.scss */
.results-block article .image-box {
  width: 13.22314%;
  float: left;
  margin-right: 4.13223%;
  display: inline;
  margin-bottom: 8px;
}
/* line 1136, ../sass/partials/_12col.scss */
.results-block article .copy-wrapper {
  width: 82.64463%;
  float: right;
  margin-right: 0;
  *margin-left: -2em;
  display: inline;
}
/* line 1139, ../sass/partials/_12col.scss */
.results-block article .meta {
  font-size: 0.8125em;
  margin-bottom: 8px;
  font-weight: 500;
}
/* line 1143, ../sass/partials/_12col.scss */
.results-block article .meta a {
  color: #e78f77;
}
/* line 1145, ../sass/partials/_12col.scss */
.results-block article .meta a:hover {
  color: #394a58;
}
/* line 1150, ../sass/partials/_12col.scss */
.results-block article h3 {
  font-size: 1.125em;
  font-family: "Nunito Sans", serif;
}
/* line 1154, ../sass/partials/_12col.scss */
.results-block article p, .results-block article h3 {
  margin-bottom: 8px;
}
/* line 1158, ../sass/partials/_12col.scss */
.results-block article:last-child {
  border: none;
}

/* line 1163, ../sass/partials/_12col.scss */
.events-meta {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  padding: 30px;
  list-style: none;
  margin-bottom: 30px;
}
/* line 1171, ../sass/partials/_12col.scss */
.events-meta li {
  margin: 0;
  width: 47.93388%;
  float: left;
  margin-right: 4.13223%;
  display: inline;
}
/* line 194, ../../../../../../../../../usr/local/lib/ruby/gems/2.7.0/gems/susy-2.2.14/sass/susy/language/susyone/_grid.scss */
.events-meta li:nth-child(2n) {
  float: right;
  margin-right: 0;
  *margin-left: -2em;
}

/* line 1178, ../sass/partials/_12col.scss */
.meta-container {
  float: left;
  width: 100%;
  background-color: white;
  margin-bottom: 30px;
}
/* line 1183, ../sass/partials/_12col.scss */
.meta-container .copy-wrapper {
  width: auto;
  float: none;
  display: block;
  padding: 20px;
}
/* line 1188, ../sass/partials/_12col.scss */
.meta-container .copy-wrapper p {
  margin-bottom: 0;
}
/* line 1191, ../sass/partials/_12col.scss */
.meta-container .copy-wrapper ul {
  margin: 0;
}

/* line 1197, ../sass/partials/_12col.scss */
.split-module {
  overflow: hidden;
  *zoom: 1;
  padding: 20px;
}
/* line 1200, ../sass/partials/_12col.scss */
.split-module .module-image {
  width: 20.25316%;
  float: left;
  margin-right: 6.32911%;
  display: inline;
}
/* line 1202, ../sass/partials/_12col.scss */
.split-module .module-image img {
  display: block;
}
/* line 1206, ../sass/partials/_12col.scss */
.split-module .copy-wrapper {
  width: 73.41772%;
  float: right;
  margin-right: 0;
  *margin-left: -2em;
  display: inline;
  padding: 0;
}
/* line 1209, ../sass/partials/_12col.scss */
.split-module .copy-wrapper p {
  margin-bottom: 20px;
}

/* line 1216, ../sass/partials/_12col.scss */
.related-block ul {
  list-style: none;
  margin-bottom: 0;
}
/* line 1219, ../sass/partials/_12col.scss */
.related-block ul li {
  font-size: 1.125em;
  margin: 0 0 10px 0;
}

/* line 1226, ../sass/partials/_12col.scss */
.hero-block {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
/* line 1230, ../sass/partials/_12col.scss */
.hero-block .strapline {
  font-family: "Nunito Sans", serif;
  font-size: 4.5em;
  font-weight: 700;
  position: absolute;
  color: white;
  width: 100%;
  margin: 0;
}

/* line 1241, ../sass/partials/_12col.scss */
.article-meta-block {
  list-style: none;
  margin-bottom: 20px;
}
/* line 1244, ../sass/partials/_12col.scss */
.article-meta-block li {
  margin: 0 30px 0 0;
  display: inline-block;
}
/* line 1248, ../sass/partials/_12col.scss */
.article-meta-block .meta {
  font-size: 0.875em;
  margin-bottom: 0;
}
/* line 1251, ../sass/partials/_12col.scss */
.article-meta-block .meta a {
  color: #e78f77;
}
/* line 1253, ../sass/partials/_12col.scss */
.article-meta-block .meta a:hover {
  color: #394a58;
}
/* line 1258, ../sass/partials/_12col.scss */
.article-meta-block .date {
  font-size: 0.875em;
  margin-bottom: 0;
  color: #b0bed8;
}

/* line 1265, ../sass/partials/_12col.scss */
.centered-block {
  margin-bottom: 30px;
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto;
  width: 80%;
}
/* line 1270, ../sass/partials/_12col.scss */
.centered-block h2 {
  font-size: 2em;
  font-weight: 300;
  margin-bottom: 30px;
}

/* line 1278, ../sass/partials/_12col.scss */
#primary-comment-form form {
  margin-top: 25px;
}
/* line 1281, ../sass/partials/_12col.scss */
#primary-comment-form form button {
  position: relative;
  top: 10px;
}

/* line 1288, ../sass/partials/_12col.scss */
#post-form .toggle-comment-form,
#primary-comment-form .toggle-comment-form {
  background-color: #e78f77;
  display: inline-block;
  padding: 10px 16px;
  text-decoration: none;
  color: white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  text-transform: uppercase;
  font-size: 1em;
}
/* line 1313, ../sass/partials/_12col.scss */
#post-form .toggle-comment-form:hover, #post-form .toggle-comment-form:focus,
#primary-comment-form .toggle-comment-form:hover,
#primary-comment-form .toggle-comment-form:focus {
  background-color: #394a58;
}

/* line 1318, ../sass/partials/_12col.scss */
#post-header .post-date {
  font-size: 0.8em;
}

/* line 1322, ../sass/partials/_12col.scss */
#post-header .post-date {
  font-size: 0.8em;
}

/* line 1326, ../sass/partials/_12col.scss */
dl.post-meta {
  margin: 20px 0;
}
/* line 1329, ../sass/partials/_12col.scss */
dl.post-meta dt {
  font-weight: bold;
  margin: 5px 0;
}

/* line 1335, ../sass/partials/_12col.scss */
#post-body {
  margin: 30px 0;
}

/* line 1340, ../sass/partials/_12col.scss */
#comments ul {
  list-style: none outside none;
  padding-left: 0;
}
/* line 1344, ../sass/partials/_12col.scss */
#comments ul li {
  margin-left: 0;
  border-left: 3px solid #e78f77;
}
/* line 1348, ../sass/partials/_12col.scss */
#comments ul li ul {
  padding-left: 20px;
}
/* line 1352, ../sass/partials/_12col.scss */
#comments ul li .comment-wrapper {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #e8e8e8;
}
/* line 1357, ../sass/partials/_12col.scss */
#comments ul li .comment-wrapper dl dt {
  font-size: 0.8em;
  color: #676767;
}
/* line 1361, ../sass/partials/_12col.scss */
#comments ul li .comment-wrapper dl dd.comment-form {
  margin-top: 10px;
}
/* line 1367, ../sass/partials/_12col.scss */
#comments ul li form button {
  position: relative;
  top: 10px;
}

/* ============ blockquote ============== */
/* line 1379, ../sass/partials/_12col.scss */
blockquote {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.25em;
  font-style: italic;
  margin: 0.25em 0;
  padding: 0.35em 40px;
  line-height: 1.45;
  position: relative;
  color: #3cb6ce;
}
/* line 1389, ../sass/partials/_12col.scss */
blockquote:before {
  display: block;
  padding-left: 10px;
  content: "\201C";
  font-size: 4em;
  position: absolute;
  left: -20px;
  top: -18px;
  color: #001426;
}

/* ============ signup ============== */
/* line 1403, ../sass/partials/_12col.scss */
.signup {
  padding-left: 8px;
}

/* line 1407, ../sass/partials/_12col.scss */
.signup-expand {
  color: #b80718;
}

/* line 1411, ../sass/partials/_12col.scss */
.signup-expand:hover {
  color: #003a59;
}

/* line 1415, ../sass/partials/_12col.scss */
.signup-expand b {
  position: relative;
  top: -7px;
  font-weight: normal;
  font-size: 0.875em;
  margin-left: 4px;
}

/* line 1423, ../sass/partials/_12col.scss */
.signup form {
  max-width: 80%;
}

/* line 1427, ../sass/partials/_12col.scss */
.signup form label {
  display: block;
}

/* line 1431, ../sass/partials/_12col.scss */
.signup form fieldset {
  padding: 20px 0;
}

/* line 1435, ../sass/partials/_12col.scss */
.signup .panel h3 {
  margin: 30px 0;
}

/* ============ hero card ============== */
/* line 1444, ../sass/partials/_12col.scss */
.hero-cards-wrapper {
  margin-top: 20px;
}

/* line 1448, ../sass/partials/_12col.scss */
.hero-cards-wrapper__list {
  margin: 0;
  padding: 0 0 0 1%;
  list-style: none outside none;
}

/* line 1454, ../sass/partials/_12col.scss */
.hero-cards-wrapper__item {
  width: 32%;
  float: left;
  margin: 0 1% 15px 0;
  padding: 0;
  min-height: 340px;
}
/* line 1461, ../sass/partials/_12col.scss */
.hero-cards-wrapper__item:hover {
  -moz-box-shadow: rgba(150, 150, 150, 0.4) 0 5px 20px 0;
  -webkit-box-shadow: rgba(150, 150, 150, 0.4) 0 5px 20px 0;
  box-shadow: rgba(150, 150, 150, 0.4) 0 5px 20px 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
/* line 1468, ../sass/partials/_12col.scss */
.hero-cards-wrapper__item .image-box {
  width: 100%;
}
/* line 1470, ../sass/partials/_12col.scss */
.hero-cards-wrapper__item .image-box img {
  width: 100%;
}
/* line 1475, ../sass/partials/_12col.scss */
.hero-cards-wrapper__item .title, .hero-cards-wrapper__item .rich-text {
  padding: 20px 20px 0;
  color: white;
}
/* line 1480, ../sass/partials/_12col.scss */
.hero-cards-wrapper__item .title {
  font-size: 1.5em;
}
/* line 1484, ../sass/partials/_12col.scss */
.hero-cards-wrapper__item a:hover .title,
.hero-cards-wrapper__item a:focus .title {
  text-decoration: underline;
}

/* line 1490, ../sass/partials/_12col.scss */
.wrap {
  padding-bottom: 30px;
}

/* line 1494, ../sass/partials/_12col.scss */
.left {
  float: left;
}

/* line 1498, ../sass/partials/_12col.scss */
.right {
  float: right;
}

/* line 1502, ../sass/partials/_12col.scss */
.accordion {
  margin: 10px 0;
  padding: 15px 0;
  width: 100%;
  font-size: 2em;
}

/* line 1509, ../sass/partials/_12col.scss */
.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

/* Start of Column CSS */
/* line 1516, ../sass/partials/_12col.scss */
.col {
  float: left;
  width: 50%;
  position: relative;
  overflow: hidden;
}

/* line 1523, ../sass/partials/_12col.scss */
.signup {
  padding-left: 8px;
}
/* line 1526, ../sass/partials/_12col.scss */
.signup form {
  max-width: 80%;
}
/* line 1529, ../sass/partials/_12col.scss */
.signup form label {
  display: block;
}
/* line 1533, ../sass/partials/_12col.scss */
.signup form fieldset {
  padding: 20px 0;
}
/* line 1538, ../sass/partials/_12col.scss */
.signup .panel h3 {
  margin: 30px 0;
}

/* line 1547, ../sass/partials/_12col.scss */
.signup-expand {
  color: #b80718;
}

/* line 1551, ../sass/partials/_12col.scss */
.signup-expand:hover {
  color: #003a59;
}

/* line 1555, ../sass/partials/_12col.scss */
.signup-expand b {
  position: relative;
  top: -7px;
  font-weight: normal;
  font-size: 0.875em;
  margin-left: 4px;
}

/* line 1564, ../sass/partials/_12col.scss */
.hero-cards-wrapper {
  margin-top: 20px;
}

/* line 1568, ../sass/partials/_12col.scss */
.hero-cards-wrapper__list {
  margin: 0;
  padding: 0 0 0 1%;
  list-style: none outside none;
}

/* line 1574, ../sass/partials/_12col.scss */
.hero-cards-wrapper__item {
  background-color: #394a58;
  color: white;
  width: 32%;
  float: left;
  margin: 0 1% 15px 0;
  padding: 0;
  min-height: 340px;
}
/* line 1583, ../sass/partials/_12col.scss */
.hero-cards-wrapper__item .image-box {
  width: 100%;
}
/* line 1585, ../sass/partials/_12col.scss */
.hero-cards-wrapper__item .image-box img {
  width: 100%;
}
/* line 1590, ../sass/partials/_12col.scss */
.hero-cards-wrapper__item .title, .hero-cards-wrapper__item .rich-text {
  padding: 20px 20px 0;
  color: white;
}
/* line 1595, ../sass/partials/_12col.scss */
.hero-cards-wrapper__item .title {
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.25em;
}
/* line 1601, ../sass/partials/_12col.scss */
.hero-cards-wrapper__item a:hover .title,
.hero-cards-wrapper__item a:focus .title {
  text-decoration: underline;
}

/* line 1608, ../sass/partials/_12col.scss */
.image-grid {
  width: 100%;
  float: left;
}
/* line 1612, ../sass/partials/_12col.scss */
.image-grid ul li {
  width: 33.333333%;
  float: left;
  margin: 0;
}

/* line 1619, ../sass/partials/_12col.scss */
.image-grid ul,
ul.image-grid {
  list-style: none;
  width: 100%;
  float: left;
}

/* ==== tablet layout ==== */
@media (max-width: 60em) {
  /* line 5, ../sass/partials/_tablet.scss */
  main[role="main"] {
    margin-bottom: 30px;
    padding-bottom: 320px;
  }

  /* line 10, ../sass/partials/_tablet.scss */
  .fake-search-btn {
    right: 70px;
  }

  /* ==== Menu btn and nav-icon ==== */
  /* line 16, ../sass/partials/_tablet.scss */
  a.menu-btn {
    display: inline-block;
    height: 40px;
    position: absolute;
    right: 30px;
    top: 20px;
  }
  /* line 22, ../sass/partials/_tablet.scss */
  a.menu-btn:hover #nav-icon span {
    background-color: #e78f77;
  }

  /* line 27, ../sass/partials/_tablet.scss */
  .nav-icon {
    width: 24px;
    height: 20px;
    position: relative;
    margin: 0 0 0 11px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    cursor: pointer;
    float: left;
    top: 11px;
  }

  /* line 39, ../sass/partials/_tablet.scss */
  .nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #e78f77;
    opacity: 1;
    left: 0;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }

  /* line 51, ../sass/partials/_tablet.scss */
  .nav-icon span:nth-child(1) {
    top: 0px;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }

  /* line 56, ../sass/partials/_tablet.scss */
  .nav-icon span:nth-child(2) {
    top: 8px;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }

  /* line 61, ../sass/partials/_tablet.scss */
  .nav-icon span:nth-child(3) {
    top: 16px;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }

  /* line 66, ../sass/partials/_tablet.scss */
  .nav-icon.open span:nth-child(1) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -1px;
    left: 4px;
  }

  /* line 72, ../sass/partials/_tablet.scss */
  .nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  /* line 77, ../sass/partials/_tablet.scss */
  .nav-icon.open span:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 16px;
    left: 4px;
  }

  /* line 84, ../sass/partials/_tablet.scss */
  .overlay.open .nav-icon span:nth-child(1) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -1px;
    left: 4px;
  }
  /* line 89, ../sass/partials/_tablet.scss */
  .overlay.open .nav-icon span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  /* line 93, ../sass/partials/_tablet.scss */
  .overlay.open .nav-icon span:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 16px;
    left: 4px;
  }

  /* line 100, ../sass/partials/_tablet.scss */
  #sub-nav {
    width: 100%;
    padding: 0;
    margin: 0 0 28px 0;
    float: left;
  }
  /* line 105, ../sass/partials/_tablet.scss */
  #sub-nav .mobile-sub-nav-header {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid white;
    background-color: #e78f77;
  }
  /* line 111, ../sass/partials/_tablet.scss */
  #sub-nav .mobile-sub-nav-header a {
    display: block;
    background-color: #e78f77;
    color: white;
    font-size: 0.875em;
    text-transform: uppercase;
    padding: 15px 15px;
    position: relative;
  }
  /* line 119, ../sass/partials/_tablet.scss */
  #sub-nav .mobile-sub-nav-header a:hover {
    background-color: #e78f77;
    color: white;
  }
  /* line 123, ../sass/partials/_tablet.scss */
  #sub-nav .mobile-sub-nav-header a i {
    position: absolute;
    right: 14px;
    top: 10px;
    font-size: 1.6em;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  /* line 132, ../sass/partials/_tablet.scss */
  #sub-nav ul.secondary {
    list-style: none;
    display: none;
    margin: 0;
    padding-top: 12px;
    float: left;
    width: 100%;
    background-color: #e78f77;
    padding-bottom: 18px;
  }
  /* line 141, ../sass/partials/_tablet.scss */
  #sub-nav ul.secondary li {
    margin: 0;
    border-bottom: none;
    float: left;
    width: 100%;
  }
  /* line 146, ../sass/partials/_tablet.scss */
  #sub-nav ul.secondary li a {
    display: block;
    background-color: #e78f77;
    color: white;
    font-size: 0.875em;
    font-weight: 400;
    padding: 10px 15px;
    text-transform: uppercase;
  }
  /* line 154, ../sass/partials/_tablet.scss */
  #sub-nav ul.secondary li a:hover {
    background-color: #e78f77;
    color: white;
  }
  /* line 160, ../sass/partials/_tablet.scss */
  #sub-nav ul.secondary li.selected a {
    background-color: #e78f77;
    color: white;
  }

  /* line 168, ../sass/partials/_tablet.scss */
  #sub-nav.open .mobile-sub-nav-header {
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 171, ../sass/partials/_tablet.scss */
  #sub-nav.open .mobile-sub-nav-header a {
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 174, ../sass/partials/_tablet.scss */
  #sub-nav.open .mobile-sub-nav-header a .icon-arrow {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  /* line 179, ../sass/partials/_tablet.scss */
  #sub-nav.open ul.secondary {
    display: block;
  }

  /* line 184, ../sass/partials/_tablet.scss */
  .main-container {
    width: 100%;
    float: left;
    padding: 0;
  }

  /* line 190, ../sass/partials/_tablet.scss */
  .footer-nav {
    padding-left: 0%;
    padding-right: 0%;
    width: 29.60894%;
    float: left;
    margin-right: 5.58659%;
  }

  /* line 194, ../sass/partials/_tablet.scss */
  .social-utilities {
    width: 29.60894%;
    float: right;
    margin-right: 0;
    padding-top: 40px;
  }
  /* line 197, ../sass/partials/_tablet.scss */
  .social-utilities .wrapper {
    float: left;
  }

  /* line 202, ../sass/partials/_tablet.scss */
  .footer-utilities {
    width: 64.80447%;
    float: left;
    margin-right: 5.58659%;
  }

  /* line 206, ../sass/partials/_tablet.scss */
  .copyright {
    width: 29.60894%;
    float: right;
    margin-right: 0;
    text-align: left;
  }

  /* ==== Overlay style ==== */
  /* line 212, ../sass/partials/_tablet.scss */
  .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #e78f77;
    opacity: 0.9;
    z-index: 100;
    display: block;
  }

  /* ==== Overlay closing cross ==== */
  /* line 225, ../sass/partials/_tablet.scss */
  .overlay .nav-icon {
    position: absolute !important;
    right: 30px;
    top: 31px !important;
    display: block;
    z-index: 111;
  }
  /* line 231, ../sass/partials/_tablet.scss */
  .overlay .nav-icon span {
    background-color: white !important;
  }

  /* line 236, ../sass/partials/_tablet.scss */
  .overlay #main-nav {
    text-align: center;
    position: relative;
    top: 40%;
    height: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    float: none;
    margin-right: 0;
  }

  /* line 247, ../sass/partials/_tablet.scss */
  .overlay #main-nav ul {
    list-style: none;
    padding: 2em;
    margin: 0;
    display: block;
    height: 100%;
    position: relative;
    float: none;
  }

  /* line 257, ../sass/partials/_tablet.scss */
  .overlay #main-nav ul li {
    display: block;
    height: 16%;
    height: calc(100% / 7);
    text-align: left;
    margin: 0;
    float: none;
    line-height: 1em;
    font-size: 1.875em;
  }
  /* line 266, ../sass/partials/_tablet.scss */
  .overlay #main-nav ul li a {
    display: block;
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    line-height: 1em;
    color: white;
    border: none;
    padding: 0;
    position: static;
    font-weight: 300;
  }

  /* ==== Effects ==== */
  /* line 282, ../sass/partials/_tablet.scss */
  .overlay {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
  }

  /* line 289, ../sass/partials/_tablet.scss */
  .overlay.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }

  /* ======================== */
  /* line 299, ../sass/partials/_tablet.scss */
  .children-navigation ul li {
    width: 50%;
  }

  /* line 304, ../sass/partials/_tablet.scss */
  .filter-block {
    margin-bottom: 10px;
  }
  /* line 307, ../sass/partials/_tablet.scss */
  .filter-block form button {
    clear: none;
    float: right;
  }

  /* line 314, ../sass/partials/_tablet.scss */
  div.fancy-select:nth-of-type(1) {
    margin-right: 0.5em;
    width: calc(50% - 0.5em);
  }

  /* line 319, ../sass/partials/_tablet.scss */
  div.fancy-select:nth-of-type(2) {
    margin-left: 0.5em;
    margin-right: 0;
    width: calc(50% - 0.5em);
  }

  /* line 325, ../sass/partials/_tablet.scss */
  div.fancy-select:nth-of-type(3) {
    margin-right: 0.5em;
    margin-left: 0;
    width: calc(50% - 0.5em);
  }

  /* line 332, ../sass/partials/_tablet.scss */
  .hero-block .strapline {
    font-size: 3.25em;
  }

  /* line 337, ../sass/partials/_tablet.scss */
  .centered-block,
  .results-block {
    width: 100%;
  }

  /* line 342, ../sass/partials/_tablet.scss */
  .hero-cards-wrapper__item {
    width: 49%;
  }

  /* line 346, ../sass/partials/_tablet.scss */
  .hero-cards-wrapper__item__first {
    width: 99%;
    margin-right: 1%;
  }

  /* line 351, ../sass/partials/_tablet.scss */
  .image-grid {
    width: 100%;
    float: left;
  }
  /* line 355, ../sass/partials/_tablet.scss */
  .image-grid ul {
    list-style: none;
    width: 100%;
    float: left;
  }
  /* line 360, ../sass/partials/_tablet.scss */
  .image-grid ul li {
    width: 50%;
    float: left;
    margin: 0;
  }
}
/* ==== mobile-wide layout ==== */
@media (max-width: 46.5em) {
  /* line 5, ../sass/partials/_mobile-wide.scss */
  h1 {
    font-family: "Nunito Sans", serif;
    font-weight: 400;
    font-size: 2.125em;
    line-height: 1.25em;
    margin-bottom: 18px;
  }

  /* line 13, ../sass/partials/_mobile-wide.scss */
  h2 {
    font-family: "Nunito Sans", serif;
    font-weight: 400;
    font-size: 1.75em;
    line-height: 1.25em;
    margin-bottom: 18px;
  }

  /* line 21, ../sass/partials/_mobile-wide.scss */
  h3 {
    font-family: "Nunito Sans", serif;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.25em;
    margin-bottom: 12px;
  }

  /* line 29, ../sass/partials/_mobile-wide.scss */
  h4 {
    font-family: "Nunito Sans", serif;
    font-weight: 400;
    font-size: 1.375em;
    line-height: 1.25em;
    margin-bottom: 10px;
  }

  /* line 37, ../sass/partials/_mobile-wide.scss */
  h5 {
    font-weight: 600;
    font-size: 1em;
    line-height: 1.4em;
    margin-bottom: 2px;
  }

  /* line 44, ../sass/partials/_mobile-wide.scss */
  p, figcaption {
    font-size: 0.875em;
    margin-bottom: 20px;
  }

  /* line 49, ../sass/partials/_mobile-wide.scss */
  .subtext p {
    font-size: 1.375em;
    font-weight: 300;
    font-family: "Nunito Sans", serif;
  }

  /* line 55, ../sass/partials/_mobile-wide.scss */
  .home .subtext p {
    font-size: 1.75em;
  }

  /* line 59, ../sass/partials/_mobile-wide.scss */
  main[role="main"] {
    margin-bottom: 20px;
    padding-bottom: 340px;
  }

  /* ============ added ============ */
  /* line 66, ../sass/partials/_mobile-wide.scss */
  .results-block {
    padding-top: 10px;
    width: 100%;
    border-top: 1px dashed #c1cce0;
  }
  /* line 70, ../sass/partials/_mobile-wide.scss */
  .results-block article {
    width: 100%;
  }
  /* line 72, ../sass/partials/_mobile-wide.scss */
  .results-block article .image-box {
    width: 50%;
    margin-bottom: 20px;
    top: 0;
  }
  /* line 77, ../sass/partials/_mobile-wide.scss */
  .results-block article .copy-wrapper {
    width: 100%;
    margin: 0;
  }
  /* line 81, ../sass/partials/_mobile-wide.scss */
  .results-block article h3 {
    font-size: 1.125em;
  }

  /* line 88, ../sass/partials/_mobile-wide.scss */
  .hero-block .strapline {
    font-size: 2em;
  }
}
/* ==== mobile layout ==== */
@media (max-width: 30em) {
  /* line 5, ../sass/partials/_mobile.scss */
  .overlay #main-nav ul {
    padding: 2em 10px;
  }

  /* line 9, ../sass/partials/_mobile.scss */
  header[role=banner],
  .content-block {
    width: 100%;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 16, ../sass/partials/_mobile.scss */
  .fake-search-btn {
    right: 40px;
  }

  /* line 20, ../sass/partials/_mobile.scss */
  a.menu-btn {
    right: 10px;
  }

  /* line 24, ../sass/partials/_mobile.scss */
  .overlay .nav-icon {
    right: 10px;
  }

  /* line 28, ../sass/partials/_mobile.scss */
  .site-search {
    padding: 20px 10px 25px 10px;
  }

  /* line 32, ../sass/partials/_mobile.scss */
  main[role="main"] {
    margin-bottom: 20px;
    padding-bottom: 720px;
    padding-top: 20px;
  }

  /* line 38, ../sass/partials/_mobile.scss */
  #breadcrumbs {
    margin-bottom: 20px;
  }

  /* line 42, ../sass/partials/_mobile.scss */
  .global-footer {
    padding: 20px 0 10px 0;
  }

  /* line 46, ../sass/partials/_mobile.scss */
  .footer-nav {
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
  }

  /* line 52, ../sass/partials/_mobile.scss */
  .footer-nav {
    clear: none;
    padding-top: 0;
  }

  /* line 57, ../sass/partials/_mobile.scss */
  .social-utilities {
    width: 100%;
    margin: 0;
    padding-top: 0;
  }
  /* line 61, ../sass/partials/_mobile.scss */
  .social-utilities .wrapper {
    float: left;
  }

  /* line 66, ../sass/partials/_mobile.scss */
  .footer-base {
    padding-top: 20px;
  }

  /* line 70, ../sass/partials/_mobile.scss */
  .footer-utilities {
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
  }
  /* line 74, ../sass/partials/_mobile.scss */
  .footer-utilities li {
    font-size: 0.75em;
    margin: 0 10px 0 0;
  }

  /* line 80, ../sass/partials/_mobile.scss */
  .copyright {
    width: 100%;
    margin: 0 0 30px 0;
  }

  /* line 86, ../sass/partials/_mobile.scss */
  .hero-block .strapline {
    font-size: 1.5em;
  }

  /* line 95, ../sass/partials/_mobile.scss */
  .pagination ul li > a i {
    color: white;
    font-size: 1.8em;
    position: relative;
    top: 14px;
  }
  /* line 102, ../sass/partials/_mobile.scss */
  .pagination ul li h4 {
    font-size: 1.25em;
    margin-bottom: 4px;
  }
  /* line 109, ../sass/partials/_mobile.scss */
  .pagination .prev a {
    width: 21.90083%;
    float: left;
    margin-right: 4.13223%;
  }
  /* line 111, ../sass/partials/_mobile.scss */
  .pagination .prev a i {
    left: 0;
  }
  /* line 115, ../sass/partials/_mobile.scss */
  .pagination .prev section {
    padding-left: 3.71901%;
    padding-right: 0%;
    width: 70.24793%;
    float: right;
    margin-right: 0;
  }
  /* line 117, ../sass/partials/_mobile.scss */
  .pagination .prev section p {
    display: none;
  }
  /* line 123, ../sass/partials/_mobile.scss */
  .pagination .next a {
    width: 21.90083%;
    float: right;
    margin-right: 0;
  }
  /* line 125, ../sass/partials/_mobile.scss */
  .pagination .next a i {
    left: 0;
  }
  /* line 129, ../sass/partials/_mobile.scss */
  .pagination .next section {
    padding-left: 0%;
    padding-right: 3.71901%;
    width: 70.24793%;
    float: left;
    margin-right: 4.13223%;
  }
  /* line 131, ../sass/partials/_mobile.scss */
  .pagination .next section p {
    display: none;
  }

  /* line 139, ../sass/partials/_mobile.scss */
  .children-navigation ul li,
  ul.children-navigation li{
    width: 100%;
  }
  /* line 141, ../sass/partials/_mobile.scss */
  .children-navigation ul li .card-wrapper,
  ul.children-navigation li .card-wrapper {
    margin: 0 0 10px 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  /* line 147, ../sass/partials/_mobile.scss */
  .children-navigation ul li .card-wrapper .card-image,
  ul.children-navigation li .card-wrapper .card-image {
    width: 40%;
    margin-bottom: 0;
  }
  /* line 150, ../sass/partials/_mobile.scss */
  .children-navigation ul li .card-wrapper .card-image .members {
    font-size: 0.6825em;
    padding: 6px 15px;
  }
  /* line 155, ../sass/partials/_mobile.scss */
  .children-navigation ul li .card-wrapper .card-header {
    margin-bottom: 5px;
  }
  /* line 158, ../sass/partials/_mobile.scss */
  .children-navigation ul li .card-wrapper .title,
  ul.children-navigation li .card-wrapper .title {
    padding: 6px 10px 0 10px;
    width: 80%;
  }
  /* line 161, ../sass/partials/_mobile.scss */
  .children-navigation ul li .card-wrapper .title .title-link,
  ul.children-navigation li .card-wrapper .title .title-link {
    font-size: 0.875em;
  }
  /* line 164, ../sass/partials/_mobile.scss */
  .children-navigation ul li .card-wrapper .title .meta {
    font-size: 0.75em;
  }
  /* line 167, ../sass/partials/_mobile.scss */
  .children-navigation ul li .card-wrapper .title .date {
    font-size: 0.75em;
  }
  /* line 171, ../sass/partials/_mobile.scss */
  .children-navigation ul li .card-wrapper .teaser-text {
    display: none;
  }
  /* line 174, ../sass/partials/_mobile.scss */
  .children-navigation ul li .card-wrapper .links-box {
    margin-bottom: 8px;
  }
  /* line 177, ../sass/partials/_mobile.scss */
  .children-navigation ul li .card-wrapper .action-link {
    font-size: 0.75em;
  }
  /* line 180, ../sass/partials/_mobile.scss */
  .children-navigation ul li .card-wrapper .download {
    font-size: 0.6875em;
  }

  /* line 187, ../sass/partials/_mobile.scss */
  .filter-block {
    padding: 0;
    margin: 0 0 30px 0;
    width: 100%;
  }
  /* line 192, ../sass/partials/_mobile.scss */
  .filter-block form button {
    clear: left;
    float: left;
  }

  /* line 199, ../sass/partials/_mobile.scss */
  div.fancy-select:nth-of-type(1) {
    margin-right: 0;
    width: 100%;
  }

  /* line 204, ../sass/partials/_mobile.scss */
  div.fancy-select:nth-of-type(2) {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  /* line 210, ../sass/partials/_mobile.scss */
  div.fancy-select:nth-of-type(3) {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  /* line 216, ../sass/partials/_mobile.scss */
  .split-module {
    overflow: hidden;
    *zoom: 1;
    padding: 20px;
  }
  /* line 219, ../sass/partials/_mobile.scss */
  .split-module .module-image {
    width: 100%;
    margin: 0 0 20px 0;
  }
  /* line 223, ../sass/partials/_mobile.scss */
  .split-module .copy-wrapper {
    width: 100%;
    margin: 0;
  }

  /* line 229, ../sass/partials/_mobile.scss */
  .events-meta {
    padding: 20px;
  }

  /* line 233, ../sass/partials/_mobile.scss */
  .hero-cards-wrapper__item,
  .hero-cards-wrapper__item__first {
    width: 99%;
    margin-right: 1%;
  }

  /* line 239, ../sass/partials/_mobile.scss */
  .image-grid ul li {
    width: 100%;
  }
}
