.lightblue,
.lightblue p {
  color: rgba(255, 255, 255, 0.85);
}
.white,
.white p {
  color: #fff;
}
hr.white {
  background: rgba(255, 255, 255, 0.8);
}
.orange {
  color: #e68049;
}
.darkprimary {
  color: #07496b;
}
.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-container.module-padding {
  padding: 3rem;
}
@media only screen and (min-width: 1500px) {
  .flex-container.module-padding {
    padding: 4rem 5%;
  }
}
@media only screen and (max-width: verylarge) {
  .flex-container.module-padding {
    padding: 4rem 5%;
  }
}
@media only screen and (max-width: 720px) {
  .flex-container.module-padding {
    padding: 2rem 1.5rem;
  }
}
@media only screen and (max-width: mobile) {
  .flex-container.module-padding {
    padding: 2rem 1.5rem;
  }
}
.flex-container.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-container.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-container.align-vert-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-container.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-container.center-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-container .flex-10 {
  width: 10%;
}
.flex-container .flex-15 {
  width: 15%;
}
.flex-container .flex-20 {
  width: 20%;
}
.flex-container .flex-30 {
  width: 30%;
}
.flex-container .flex-35 {
  width: 35%;
}
.flex-container .flex-40 {
  width: 40%;
}
.flex-container .flex-45 {
  width: 45%;
}
.flex-container .flex-50 {
  width: 50%;
}
.flex-container .flex-55 {
  width: 55%;
}
.flex-container .flex-60 {
  width: 60%;
}
.flex-container .flex-70 {
  width: 70%;
}
.flex-container .flex-80 {
  width: 80%;
}
.flex-container .flex-90 {
  width: 90%;
}
.flex-container .flex-100 {
  width: 100%;
}
.flex-container .flex-1-3 {
  width: 33.3%;
}
.flex-container .flex-2-3 {
  width: 66.6%;
}
.flex-container .flex-1-4 {
  width: 25%;
}
.flex-container .flex-1-6 {
  width: calc(100% / 6);
}
.flex-container .flex-3-4 {
  width: calc(100% / 4 * 3);
}
.flex-container .flex-col {
  position: relative;
}
@media only screen and (max-width: 720px) {
  .flex-container .flex-col {
    width: 100%;
  }
}
@media only screen and (max-width: mobile) {
  .flex-container .flex-col {
    width: 100%;
  }
}
.flex-container .padding-2 {
  padding-right: 2rem;
}
.flex-container .padding-10 {
  padding-right: 10rem;
}
@media only screen and (max-width: 720px) {
  .flex-container .padding-10 {
    padding-right: 2rem;
  }
}
@media only screen and (max-width: mobile) {
  .flex-container .padding-10 {
    padding-right: 2rem;
  }
}
.padding-4 {
  padding: 4rem;
}
.padding-2-4 {
  padding: 2rem 4rem;
}
.padding-0-4 {
  padding: 0 4rem;
}
.flex-padding {
  padding: 5rem 5rem 10rem;
}
@media only screen and (max-width: 1100px) {
  .flex-padding {
    padding: 3rem 2rem 8rem;
  }
}
@media only screen and (max-width: tablet) {
  .flex-padding {
    padding: 3rem 2rem 8rem;
  }
}
@media only screen and (max-width: 720px) {
  .flex-padding {
    padding: 2rem;
    margin: 0;
  }
}
@media only screen and (max-width: mobile) {
  .flex-padding {
    padding: 2rem;
    margin: 0;
  }
}
.flex-padding .bottom {
  width: calc(100% - 10rem);
}
@media only screen and (max-width: 720px) {
  .flex-padding .bottom {
    width: 100%;
  }
}
@media only screen and (max-width: mobile) {
  .flex-padding .bottom {
    width: 100%;
  }
}
.max-width {
  max-width: 1540px;
  margin: 0 auto;
}
.max-width.flex-padding {
  padding-bottom: 5rem;
}
.flex-base {
  padding: 6rem 0;
}
@media only screen and (max-width: 720px) {
  .flex-base {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: mobile) {
  .flex-base {
    padding: 3rem 0;
  }
}
.hide {
  display: none;
  opacity: 0;
}
.button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 0;
}
.button-container a {
  text-align: center;
}
@media only screen and (max-width: 720px) {
  .button-container {
    min-width: 50%;
  }
}
@media only screen and (max-width: mobile) {
  .button-container {
    min-width: 50%;
  }
}
@media only screen and (max-width: 420px) {
  .button-container {
    width: 100%;
  }
}
.button-container div,
.button-container > a {
  border-radius: 30px;
  padding: 1rem 3rem;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: "Montserrat", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
}
.button-container div:hover,
.button-container > a:hover {
  cursor: pointer;
  opacity: 0.8;
}
.button-container .orange-button {
  background: #e68049;
  color: #fff;
}
.button-container .white-button {
  background: #fff;
  color: #e68049;
}
.button-container .cream-button {
  background: #fcf6ec;
  color: #e68049;
}
.button-container .blue-button {
  background: #07496b;
  color: #fff;
}
.button-container .button i {
  position: relative;
}
.button-container .button i .cta-icon {
  position: absolute;
  left: 0.5rem;
  top: -0.2rem;
  height: 20px;
}
.pager {
  border-radius: 0;
  background: 0 0;
  color: #07496b;
  position: relative;
  padding: 0.5rem;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: "Montserrat", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
  cursor: pointer;
}
.pager#next:after,
.pager#previous:after {
  content: "";
  width: 12px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  background-size: cover;
  background: url(../images/caret.svg) no-repeat center center;
}
.pager#next:after {
  right: -17px;
}
.pager#previous:after {
  -webkit-transform: scaleX(-1) translateY(-50%);
  transform: scaleX(-1) translateY(-50%);
  left: -17px;
}
.align-center {
  text-align: center;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
  background: #fff;
  color: #333;
  overflow-x: hidden;
}
@media only screen and (max-width: 1100px) {
  html {
    font-size: 89%;
  }
}
@media only screen and (max-width: tablet) {
  html {
    font-size: 89%;
  }
}
@media only screen and (max-width: 720px) {
  html {
    font-size: 84%;
  }
}
@media only screen and (max-width: mobile) {
  html {
    font-size: 84%;
  }
}
ol,
ul {
  list-style: none;
}
body {
  height: 100%;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: Montserrat, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial,
    "Lucida Grande", sans-serif;
  font-style: normal;
  font-size: 1.2rem;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both !important;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.container {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}
sup {
  vertical-align: super !important;
  font-size: 8px !important;
}
button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden !important;
}
button::-ms-expand,
input::-ms-expand,
select::-ms-expand,
textarea::-ms-expand {
  display: none !important;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
select::-moz-focus-inner,
textarea::-moz-focus-inner {
  border: 0;
}
select {
  font-weight: lighter;
  font-family: Montserrat, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial,
    "Lucida Grande", sans-serif !important;
  font-size: 0.9rem;
  cursor: pointer;
}
form .wpforms-field-medium {
  max-width: none !important;
}
form input {
  padding: 0 0.8rem !important;
}
form textarea {
  padding: 1rem 0.8rem !important;
}
form input,
form textarea {
  color: #07496b !important;
  border: 0 solid !important;
  border-radius: 5px !important;
  background: #fff !important;
  font-weight: lighter;
  font-family: Montserrat, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial,
    "Lucida Grande", sans-serif !important;
  font-size: 1.3rem;
}
form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #07496b;
  font-weight: lighter;
  font-family: Montserrat, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial,
    "Lucida Grande", sans-serif !important;
}
form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
  color: #07496b;
  font-weight: lighter;
  font-family: Montserrat, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial,
    "Lucida Grande", sans-serif !important;
}
form input::placeholder,
form textarea::placeholder {
  color: #07496b;
  font-weight: lighter;
  font-family: Montserrat, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial,
    "Lucida Grande", sans-serif !important;
}
form .wpforms-field-name {
  width: 100%;
}
form .wpforms-submit {
  font-family: Montserrat, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial,
    "Lucida Grande", sans-serif;
  font-style: normal;
  border-radius: 30px !important;
  padding: 1rem 5rem !important;
  margin-top: 2rem;
  background: #e68049 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  border: none !important;
}
form .wpforms-submit-container {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
form .wpforms-field-checkbox input {
  -webkit-appearance: none;
  position: relative !important;
  display: inline-block;
  width: 1.2rem !important;
  height: 1.2rem !important;
  padding: 0 !important;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  margin-right: 8px;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}
form .wpforms-field-checkbox input:active,
form .wpforms-field-checkbox input:focus {
  border: none !important;
}
@media only screen and (max-width: 1100px) {
  form .wpforms-field-checkbox input {
    width: 25px;
  }
}
@media only screen and (max-width: tablet) {
  form .wpforms-field-checkbox input {
    width: 25px;
  }
}
form .wpforms-field-checkbox input:checked:before {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  display: block;
  background: #07496b;
  border-radius: 5px;
  content: "";
}
form .wpforms-field-checkbox label {
  position: relative;
}
.wpforms-required-label {
  color: #fff !important;
}
.contact-us div.wpforms-container-full .wpforms-form .wpforms-field-description {
  color: #fff;
  text-align: right;
  font-style: italic;
}
.contact-us.light_blue div.wpforms-container-full .wpforms-form .wpforms-field-description {
  color: #07496b;
}
.contact-us.light_blue p {
  color: #07496b;
}
.dark_blue label {
  color: #fff;
}
.contact-us.form-content-right .flex-container {
  max-width: 1200px;
}
.contact-us.form-content-right .flex-container .flex-50:first-child {
  padding-right: 5rem;
}
@media only screen and (max-width: 1100px) {
  .contact-us.form-content-right .flex-container .flex-50:first-child {
    padding-right: 2rem;
  }
}
@media only screen and (max-width: tablet) {
  .contact-us.form-content-right .flex-container .flex-50:first-child {
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 720px) {
  .contact-us.form-content-right .flex-container .flex-50:first-child {
    padding-right: 0;
  }
}
@media only screen and (max-width: mobile) {
  .contact-us.form-content-right .flex-container .flex-50:first-child {
    padding-right: 0;
  }
}
.contact-us.form-content-right .flex-container .flex-50:last-child {
  padding-left: 5rem;
}
@media only screen and (max-width: 1100px) {
  .contact-us.form-content-right .flex-container .flex-50:last-child {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: tablet) {
  .contact-us.form-content-right .flex-container .flex-50:last-child {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 720px) {
  .contact-us.form-content-right .flex-container .flex-50:last-child {
    padding-left: 0;
  }
}
@media only screen and (max-width: mobile) {
  .contact-us.form-content-right .flex-container .flex-50:last-child {
    padding-left: 0;
  }
}
.contact-us.form-content-right .flex-container .form-image img {
  width: 100%;
  height: auto;
}
.contact-us.form-content-right .button-container a {
  background: #07496b;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Montserrat, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial,
    "Lucida Grande", sans-serif;
  font-style: normal;
  line-height: 120%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
h1.darkprimary,
h2.darkprimary,
h3.darkprimary,
h4.darkprimary,
h5.darkprimary {
  color: #07496b;
}
h1 {
  font-size: 3.6rem;
  color: #fff;
  font-family: Merriweather, serif;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 720px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: mobile) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  color: #07496b;
  font-size: 2.3rem;
  font-family: Merriweather, serif;
  font-weight: 700;
}
@media only screen and (max-width: 720px) {
  h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: mobile) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: 1.8rem;
  color: #07496b;
  font-family: "Montserrat", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 720px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: mobile) {
  h3 {
    font-size: 1.5rem;
  }
}
h4 {
  font-size: 0.9rem;
  font-family: Montserrat, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial,
    "Lucida Grande", sans-serif;
  font-style: normal;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}
h5 {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0.5rem 0;
}
h6 {
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #aaa;
  font-weight: 500;
  margin: 0.3rem 0;
}
label {
  color: #07496b;
  font-weight: 700;
}
p {
  color: #fff;
  font-family: Montserrat, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial,
    "Lucida Grande", sans-serif;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1.9rem;
  padding: 0.5rem 0;
}
@media only screen and (max-width: 720px) {
  p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
@media only screen and (max-width: mobile) {
  p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
p:empty {
  display: none !important;
}
b,
strong {
  font-weight: bold;
  font-family: "Montserrat", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
}
em,
i {
  font-style: italic;
}
a {
  text-decoration: none;
  color: #07496b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.9;
}
header.header {
  padding: 1rem 0.5rem;
  width: 100%;
  z-index: 999999;
  height: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  background: #fff;
}
@media only screen and (min-width: 1500px) {
  header.header {
    padding: 1rem 5rem;
  }
}
@media only screen and (max-width: verylarge) {
  header.header {
    padding: 1rem 5rem;
  }
}
@media only screen and (max-width: 420px) {
  header.header {
    padding: 1rem 0.5rem;
  }
}
@media only screen and (max-width: 1100px) {
  header.header .nav-links {
    width: auto;
  }
}
@media only screen and (max-width: tablet) {
  header.header .nav-links {
    width: auto;
  }
}
@media only screen and (max-width: 720px) {
  header.header .nav-links {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
}
@media only screen and (max-width: mobile) {
  header.header .nav-links {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
}
header.header .logo {
  height: 80px;
  margin-left: 1rem;
  width: auto;
}
@media only screen and (max-width: 1150px) {
  header.header .logo {
    height: 70px;
  }
}
@media only screen and (max-width: 1100px) {
  header.header .logo {
    height: 40px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: tablet) {
  header.header .logo {
    height: 40px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0.5rem;
  }
}
header.header .get-updates {
  padding: 0 1rem;
}
header.header .get-updates:hover {
  cursor: pointer;
}
@media only screen and (max-width: 720px) {
  header.header .get-updates {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
  }
}
@media only screen and (max-width: mobile) {
  header.header .get-updates {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
  }
}
@media only screen and (max-width: 420px) {
  header.header .get-updates {
    padding: 0;
  }
}
header.header .get-updates .updates-button {
  background: #e68049;
  padding: 0.75rem 2rem;
  color: #fff;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 0.9rem;
}
@media only screen and (max-width: 1100px) {
  header.header .get-updates .updates-button {
    padding: 0.5rem 1.5rem;
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: tablet) {
  header.header .get-updates .updates-button {
    padding: 0.5rem 1.5rem;
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 325px) {
  header.header .get-updates .updates-button {
    display: none;
  }
}
header.header .get-updates .updates-button:hover {
  opacity: 0.7;
}
header.header .get-updates .search-container {
  padding-left: 1rem;
  width: 120px;
}
@media only screen and (max-width: 1100px) {
  header.header .get-updates .search-container {
    padding-left: 0;
  }
}
@media only screen and (max-width: tablet) {
  header.header .get-updates .search-container {
    padding-left: 0;
  }
}
@media only screen and (max-width: 720px) {
  header.header .get-updates .search-container {
    width: 90px;
  }
}
@media only screen and (max-width: mobile) {
  header.header .get-updates .search-container {
    width: 90px;
  }
}
header.header .get-updates .search-container:hover {
  cursor: pointer;
}
header.header .get-updates .search-container .search-open {
  height: 18px;
  width: 18px;
}
header.header .get-updates .search-container p {
  padding-left: 0.5rem;
  color: #07496b;
  font-family: "Montserrat", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
}
@media only screen and (max-width: 1100px) {
  header.header .get-updates .search-container p {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: tablet) {
  header.header .get-updates .search-container p {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 720px) {
  header.header .menu-main-menu-container {
    width: 100%;
  }
  header.header .menu-main-menu-container #menu-main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (max-width: mobile) {
  header.header .menu-main-menu-container {
    width: 100%;
  }
  header.header .menu-main-menu-container #menu-main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
header.header #menu-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
}
@media only screen and (max-width: 1100px) {
  header.header #menu-main-menu {
    padding-right: 0.5rem;
  }
}
@media only screen and (max-width: tablet) {
  header.header #menu-main-menu {
    padding-right: 0.5rem;
  }
}
header.header #menu-main-menu li {
  margin: 0 2rem;
  border-bottom: 3px solid transparent;
  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;
}
header.header #menu-main-menu li.current-menu-item > a {
  border-bottom: 3px solid #07496b;
}
@media only screen and (max-width: 1100px) {
  header.header #menu-main-menu li {
    margin: 0 0.5rem;
  }
}
@media only screen and (max-width: tablet) {
  header.header #menu-main-menu li {
    margin: 0 0.5rem;
  }
}
header.header #menu-main-menu li a {
  padding: 0.5rem 0.5rem 0.5rem;
  color: #07496b;
  font-weight: 400;
  letter-spacing: 0.1rem;
  font-size: 1.1rem;
  font-family: "Montserrat", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
  border-bottom: 3px solid transparent;
}
@media only screen and (max-width: 720px) {
  header.header #menu-main-menu li a {
    font-size: 0.9rem;
    padding: 0.5rem 0;
  }
}
@media only screen and (max-width: mobile) {
  header.header #menu-main-menu li a {
    font-size: 0.9rem;
    padding: 0.5rem 0;
  }
}
@media only screen and (max-width: 420px) {
  header.header #menu-main-menu li a {
    font-size: 0.9rem;
  }
}
header.header #menu-main-menu .menu-item-has-children {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 2rem;
}
header.header #menu-main-menu .menu-item-has-children li {
  margin: 0;
  text-align: center;
}
header.header #menu-main-menu .menu-item-has-children > a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header.header #menu-main-menu .menu-item-has-children > a:after {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #07496b;
  margin-left: 0.7rem;
  right: -1rem;
}
@media only screen and (max-width: 1100px) {
  header.header #menu-main-menu .menu-item-has-children > a:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #07496b;
  }
}
@media only screen and (max-width: tablet) {
  header.header #menu-main-menu .menu-item-has-children > a:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #07496b;
  }
}
header.header #menu-main-menu .menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  padding: 0.5rem 0.5rem;
  z-index: 51;
  background-color: #fff;
}
header.header #menu-main-menu .menu-item-has-children .sub-menu li {
  padding: 0.2rem 0.5rem;
}
header.header #menu-main-menu .menu-item-has-children .sub-menu li.current-menu-item {
  border: none;
}
header.header #menu-main-menu .menu-item-has-children .sub-menu li.current-menu-item a {
  border-bottom: 3px solid #07496b;
}
header.header #menu-main-menu .menu-item-has-children .sub-menu a {
  white-space: nowrap;
  margin: 0 auto;
  padding: 0.5rem;
}
header.header #menu-main-menu .menu-item-has-children:hover .sub-menu {
  display: block;
}
.search-form {
  width: 100%;
  background: #fff;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  padding: 1rem 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: transform 0.6s ease-in-out, height 0.6s ease-in-out, padding 0.6s ease-in-out;
  -webkit-transition: height 0.6s ease-in-out, padding 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: height 0.6s ease-in-out, padding 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, height 0.6s ease-in-out, padding 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, height 0.6s ease-in-out, padding 0.6s ease-in-out,
    -webkit-transform 0.6s ease-in-out;
  height: 90px;
}
.search-form #searchform {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.search-form #searchform #searchsubmit:hover {
  cursor: pointer;
}
.search-form .button-container {
  display: none;
}
.search-form #s {
  -webkit-appearance: none;
  background: #c9dedf !important;
  border-style: none;
  width: 100%;
  height: 60px;
  padding: 0 1rem;
  font-size: 1.5rem;
  font-family: Merriweather, serif !important;
  font-weight: 700;
  color: #07496b;
}
.search-form #s::-webkit-input-placeholder {
  font-size: 1.5rem;
  color: #07496b;
  font-weight: 700;
  font-family: Merriweather, serif !important;
}
.search-form #s::-ms-input-placeholder {
  font-size: 1.5rem;
  color: #07496b;
  font-weight: 700;
  font-family: Merriweather, serif !important;
}
.search-form #s::placeholder {
  font-size: 1.5rem;
  color: #07496b;
  font-weight: 700;
  font-family: Merriweather, serif !important;
}
.search-form #s:focus {
  outline: 0;
}
.animate-fade-in {
  -webkit-animation: fadein;
  animation: fadein;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hide-search {
  -webkit-transform: translateX(-9999px);
  transform: translateX(-9999px);
  height: 0;
  padding: 0;
}
footer {
  background: #e68049;
  padding: 2rem 6rem;
  width: 100%;
}
footer a {
  color: #fff;
}
@media only screen and (min-width: 1500px) {
  footer {
    padding: 4rem 7%;
  }
}
@media only screen and (max-width: verylarge) {
  footer {
    padding: 4rem 7%;
  }
}
@media only screen and (max-width: 720px) {
  footer {
    padding: 2rem 1.5rem;
  }
}
@media only screen and (max-width: mobile) {
  footer {
    padding: 2rem 1.5rem;
  }
}
footer .footer-main-container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .footer-main-container .frequently-asked-questions > p {
  font-family: "Montserrat", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: normal;
}
@media only screen and (max-width: 1100px) {
  footer .footer-main-container .frequently-asked-questions {
    width: 100%;
  }
}
@media only screen and (max-width: tablet) {
  footer .footer-main-container .frequently-asked-questions {
    width: 100%;
  }
}
footer .footer-main-container .frequently-asked-questions .questions-container #menu-footer {
  -webkit-columns: 2;
  columns: 2;
}
@media only screen and (max-width: 420px) {
  footer .footer-main-container .frequently-asked-questions .questions-container #menu-footer {
    -webkit-columns: 1;
    columns: 1;
  }
}
footer .footer-main-container .frequently-asked-questions .questions-container #menu-footer li {
  display: inline-block;
  height: auto;
  padding: 0.5rem;
  width: 100%;
  font-size: 0.9rem;
}
footer .footer-main-container .frequently-asked-questions .questions-container #menu-footer li a {
  font-size: 0.9rem;
}
footer .footer-main-container .additional-footer-resources a {
  padding: 0.5rem 0;
  font-size: 0.9rem;
}
@media only screen and (max-width: 1100px) {
  footer .footer-main-container .additional-footer-resources {
    width: 100%;
    padding: 2rem 0;
  }
}
@media only screen and (max-width: tablet) {
  footer .footer-main-container .additional-footer-resources {
    width: 100%;
    padding: 2rem 0;
  }
}
footer .copyright {
  padding: 4rem 0 2rem 0;
}
footer .copyright a,
footer .copyright p {
  font-size: 0.9rem;
}
footer .copyright .flex-container a:first-child {
  padding-right: 3rem;
}
footer .button-container {
  padding: 0.5rem 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
footer .button-container .button {
  width: 100%;
  background: #fff;
  color: #e68049;
  font-family: "Montserrat", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
  padding: 1rem 25px 1rem 0 !important;
  max-width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.9rem;
}
.the-main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.the-main-content .the-content,
.the-main-content .wysiwyg {
  color: #888;
  font-family: Montserrat, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial,
    "Lucida Grande", sans-serif;
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 500;
}
.the-main-content .the-content a,
.the-main-content .wysiwyg a {
  color: #07496b;
}
.the-main-content .the-content ol,
.the-main-content .the-content ul,
.the-main-content .wysiwyg ol,
.the-main-content .wysiwyg ul {
  margin-left: 1.5rem;
  padding: 0.5rem 0;
}
.the-main-content .the-content ol li,
.the-main-content .the-content ul li,
.the-main-content .wysiwyg ol li,
.the-main-content .wysiwyg ul li {
  padding-left: 0.5rem;
}
.the-main-content .the-content ol,
.the-main-content .wysiwyg ol {
  list-style-type: decimal;
}
.the-main-content .the-content ul,
.the-main-content .wysiwyg ul {
  list-style: initial;
}
.the-main-content .the-content li,
.the-main-content .wysiwyg li {
  font-weight: 300;
  color: #777;
  padding: 0.1rem 0;
}
.the-main-content .the-content table,
.the-main-content .wysiwyg table {
  border: 1px solid #ccc;
  width: 100%;
}
.the-main-content .the-content table td,
.the-main-content .wysiwyg table td {
  border: 1px solid #ccc;
  padding: 1rem;
}
.the-main-content .the-content strong,
.the-main-content .wysiwyg strong {
  font-weight: bold;
}
.the-main-content .the-content em,
.the-main-content .wysiwyg em {
  font-style: italic;
}
.the-main-content .the-content .alignleft,
.the-main-content .wysiwyg .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.the-main-content .the-content .alignright,
.the-main-content .wysiwyg .alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.the-main-content h2 {
  margin-bottom: 0;
}
.the-main-content img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
}
.content-container {
  max-width: 60rem;
  margin: 0 auto;
  padding: 4rem 8rem 8rem;
}
@media only screen and (max-width: 1100px) {
  .content-container {
    padding: 4rem;
  }
}
@media only screen and (max-width: tablet) {
  .content-container {
    padding: 4rem;
  }
}
@media only screen and (max-width: 720px) {
  .content-container {
    padding: 2rem;
  }
}
@media only screen and (max-width: mobile) {
  .content-container {
    padding: 2rem;
  }
}
.content-container.with-sidebar {
  max-width: none;
  width: 70%;
}
@media only screen and (max-width: 720px) {
  .content-container.with-sidebar {
    width: 100%;
  }
}
@media only screen and (max-width: mobile) {
  .content-container.with-sidebar {
    width: 100%;
  }
}
.meta {
  margin: 2rem 0;
}
.category,
.tags {
  display: inline-block;
  text-transform: uppercase;
}
.category a,
.category h6,
.category li a,
.category ul,
.tags a,
.tags h6,
.tags li a,
.tags ul {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 500;
  margin-right: 2rem;
}
.sidebar-right {
  width: 30%;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 720px) {
  .sidebar-right {
    width: 100%;
    padding: 4rem 2rem;
  }
}
@media only screen and (max-width: mobile) {
  .sidebar-right {
    width: 100%;
    padding: 4rem 2rem;
  }
}
.sidebar-right h2 {
  margin: 0;
  padding: 0;
  font-size: 2rem;
  font-family: freight-text-pro, serif;
}
.sidebar-right h6 {
  border-bottom: 2px solid #ddd;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.sidebar-right hr {
  opacity: 0.1;
  height: 2px;
}
.sidebar-right li {
  list-style: none;
  margin: 5px 0;
  display: block;
}
.sidebar-right li a {
  padding: 5px 0;
  font-size: 1.2rem;
  margin: 0 0;
  display: inline-block;
  opacity: 0.5;
  border-bottom: 2px solid transparent;
}
.sidebar-right li.current_page_item a,
.sidebar-right li.current_page_item ul a:hover,
.sidebar-right li:hover a,
.sidebar-right li:hover ul a:hover {
  border-bottom: 2px solid;
  opacity: 1;
}
.sidebar-right li.current_page_item ul a,
.sidebar-right li:hover ul a {
  opacity: 0.5;
  border-bottom: 2px solid transparent;
}
.with-label {
  margin: 0 0 1rem;
}
.wysiwyg a {
  color: #07496b;
  border-bottom: 2px solid #07496b;
}
.wysiwyg ol,
.wysiwyg ul {
  margin-left: 1.5rem;
  padding: 0.5rem 0;
}
.wysiwyg ol li,
.wysiwyg ul li {
  padding-left: 0.5rem;
}
.wysiwyg ol {
  list-style-type: decimal;
}
.wysiwyg ul {
  list-style: initial;
}
.wysiwyg ul li li {
  list-style-type: circle;
}
.wysiwyg li {
  font-weight: 300;
  padding: 0.1rem 0;
}
.wysiwyg table {
  border: 1px solid #ccc;
  width: 100%;
}
.wysiwyg table td {
  border: 1px solid #ccc;
  padding: 1rem;
}
.wysiwyg b,
.wysiwyg strong {
  font-weight: bold;
  font-family: "Montserrat", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
}
.wysiwyg em,
.wysiwyg i {
  font-style: italic;
}
.wysiwyg .wp-caption-text {
  font-style: italic;
  font-size: 1.1rem;
}
.wysiwyg .aligncenter {
  margin: 20px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.wysiwyg .aligncenter .wp-caption-text {
  text-align: center;
}
.wysiwyg .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.wysiwyg .alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.wysiwyg .button-container a {
  border: 0 solid;
}
.resource-image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1100px) {
  .flex-2-3.with-sidebar {
    width: 100%;
  }
}
@media only screen and (max-width: tablet) {
  .flex-2-3.with-sidebar {
    width: 100%;
  }
}
.flex-1-3.right-sidebar {
  margin-top: 3rem;
}
@media only screen and (max-width: 1100px) {
  .flex-1-3.right-sidebar {
    width: 100%;
    margin-top: 0;
  }
}
@media only screen and (max-width: tablet) {
  .flex-1-3.right-sidebar {
    width: 100%;
    margin-top: 0;
  }
}
.main-hero {
  width: 100%;
  height: auto;
  min-height: 90vh;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 720px) {
  .main-hero {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50vh;
  }
}
@media only screen and (max-width: mobile) {
  .main-hero {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50vh;
  }
}
.main-hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 73, 107, 0.5);
}
.main-hero .hero-text-container {
  z-index: 99999;
  margin-top: 15rem;
  margin-bottom: 1rem;
  position: relative;
}
.main-hero .hero-text-container strong {
  font-family: "Montserrat", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
}
.main-hero .hero-text-container .button-container {
  margin-top: 2rem;
}
@media only screen and (min-width: 1500px) {
  .main-hero .hero-text-container {
    margin-top: 18rem;
  }
}
@media only screen and (max-width: verylarge) {
  .main-hero .hero-text-container {
    margin-top: 18rem;
  }
}
@media only screen and (max-width: 1100px) {
  .main-hero .hero-text-container {
    width: 80%;
  }
}
@media only screen and (max-width: tablet) {
  .main-hero .hero-text-container {
    width: 80%;
  }
}
@media only screen and (max-width: 720px) {
  .main-hero .hero-text-container {
    width: 100%;
    margin-top: 10rem;
    padding: 4rem 1rem 1rem 1rem;
  }
}
@media only screen and (max-width: mobile) {
  .main-hero .hero-text-container {
    width: 100%;
    margin-top: 10rem;
    padding: 4rem 1rem 1rem 1rem;
  }
}
.main-hero .hero-text-container h1 {
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .main-hero .hero-text-container h1 {
    width: 100%;
  }
}
@media only screen and (max-width: tablet) {
  .main-hero .hero-text-container h1 {
    width: 100%;
  }
}
@media only screen and (max-width: 720px) {
  .main-hero .hero-text-container h1 {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: mobile) {
  .main-hero .hero-text-container h1 {
    width: 100%;
    text-align: center;
  }
}
.main-hero .hero-text-container p {
  width: 50%;
  margin: 0 auto;
  padding-top: 1.5rem;
  border-top: 5px solid #fff;
}
@media only screen and (max-width: 1100px) {
  .main-hero .hero-text-container p {
    width: 70%;
  }
}
@media only screen and (max-width: tablet) {
  .main-hero .hero-text-container p {
    width: 70%;
  }
}
@media only screen and (max-width: 720px) {
  .main-hero .hero-text-container p {
    width: 100%;
  }
}
@media only screen and (max-width: mobile) {
  .main-hero .hero-text-container p {
    width: 100%;
  }
}
@media only screen and (max-width: 720px) {
  .main-hero .hero-text-container p {
    margin: 0 auto;
  }
}
@media only screen and (max-width: mobile) {
  .main-hero .hero-text-container p {
    margin: 0 auto;
  }
}
.main-hero .footnotes {
  width: 100%;
}
.main-hero .footnotes p {
  font-size: 0.5rem;
  padding: 0;
  height: 15px;
}
.alternate-hero {
  padding: 5rem 3rem;
  min-height: 50vh;
  position: relative;
}
.alternate-hero.no-image {
  background: #07496b;
}
.alternate-hero.no-image:after {
  content: none;
}
@media only screen and (min-width: 1500px) {
  .alternate-hero {
    padding: 5rem 5%;
  }
}
@media only screen and (max-width: verylarge) {
  .alternate-hero {
    padding: 5rem 5%;
  }
}
@media only screen and (max-width: 720px) {
  .alternate-hero {
    padding: 0;
  }
}
@media only screen and (max-width: mobile) {
  .alternate-hero {
    padding: 0;
  }
}
.alternate-hero:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(7, 73, 107, 0.5);
}
.alternate-hero h1,
.alternate-hero p {
  color: #fff;
}
.alternate-hero.full-width-header-text .highlight-container {
  width: 100%;
}
.alternate-hero .highlight-container {
  z-index: 50;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1100px) {
  .alternate-hero .highlight-container {
    width: 55%;
  }
}
@media only screen and (max-width: tablet) {
  .alternate-hero .highlight-container {
    width: 55%;
  }
}
@media only screen and (max-width: 720px) {
  .alternate-hero .highlight-container {
    width: 100%;
  }
}
@media only screen and (max-width: mobile) {
  .alternate-hero .highlight-container {
    width: 100%;
  }
}
.alternate-hero .highlight-container .inner {
  border-left: 5px solid #fff;
  padding-left: 3rem;
}
.alternate-hero .highlight-container .inner h1 {
  margin-bottom: 0;
}
.alternate-hero .highlight-container .inner p {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 720px) {
  .alternate-hero .highlight-container .inner {
    padding: 1rem;
    margin-left: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: mobile) {
  .alternate-hero .highlight-container .inner {
    padding: 1rem;
    margin-left: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.alternate-hero .orange-button {
  height: 48px;
}
@media only screen and (max-width: 1100px) {
  .alternate-hero .orange-button {
    height: 42px;
  }
}
@media only screen and (max-width: tablet) {
  .alternate-hero .orange-button {
    height: 42px;
  }
}
.featured-items {
  background: #f2b892;
  width: 100%;
}
.featured-items .icon {
  margin: 3rem 0;
  width: 135px;
  height: 135px;
}
@media only screen and (max-width: 720px) {
  .featured-items .icon {
    width: 75px;
    height: 75px;
    margin: 1rem 0;
  }
}
@media only screen and (max-width: mobile) {
  .featured-items .icon {
    width: 75px;
    height: 75px;
    margin: 1rem 0;
  }
}
.featured-items h2 {
  border-bottom: 5px solid #07496b;
  padding: 0 3rem 1rem 3rem;
  text-align: center;
  display: inline-block;
}
.featured-items .posts-container {
  width: 100%;
  max-width: 800px;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 420px) {
  .featured-items .posts-container {
    padding-right: 0;
    padding-left: 0;
  }
}
.featured-items .posts-container h3.locale {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.3rem;
}
.featured-items.news {
  background: #fff;
}
.featured-items.news > h2 {
  margin-bottom: 3rem;
}
.featured-items.news .posts-container {
  width: 100%;
  max-width: 1200px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  margin-top: 0;
}
.featured-items.news .posts-container h3.subtitle {
  text-align: center;
  width: 100%;
  position: relative;
  top: -2rem;
  color: #e68049;
}
@media only screen and (max-width: 1100px) {
  .featured-items.news .posts-container h3.subtitle {
    left: 0;
    top: -2rem;
  }
}
@media only screen and (max-width: tablet) {
  .featured-items.news .posts-container h3.subtitle {
    left: 0;
    top: -2rem;
  }
}
@media only screen and (max-width: 720px) {
  .featured-items.news .posts-container h3.subtitle {
    left: 0;
    top: -0.5rem;
  }
}
@media only screen and (max-width: mobile) {
  .featured-items.news .posts-container h3.subtitle {
    left: 0;
    top: -0.5rem;
  }
}
.featured-items.news .posts-container .news-card {
  background: #fcf6ec;
}
.text-left {
  height: auto;
  width: 100%;
  min-height: 70vh;
  position: relative;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-position: center center;
}
@media only screen and (max-width: 720px) {
  .text-left {
    background-position: left center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media only screen and (max-width: mobile) {
  .text-left {
    background-position: left center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.text-left:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(220, 233, 230, 0.5);
}
.text-left .text-left-container {
  z-index: 99999;
  margin: 5rem 0 5rem 3rem;
  padding-left: 3rem;
}
@media only screen and (max-width: 720px) {
  .text-left .text-left-container {
    margin: 0;
    padding: 0;
    border-left: none;
  }
}
@media only screen and (max-width: mobile) {
  .text-left .text-left-container {
    margin: 0;
    padding: 0;
    border-left: none;
  }
}
.text-left .text-left-container h2,
.text-left .text-left-container p,
.text-left .text-left-container ul {
  border-left: 5px solid #07496b;
  color: #07496b;
  padding-left: 2rem;
  margin-left: 0;
}
@media only screen and (max-width: 720px) {
  .text-left .text-left-container h2,
  .text-left .text-left-container p,
  .text-left .text-left-container ul {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: mobile) {
  .text-left .text-left-container h2,
  .text-left .text-left-container p,
  .text-left .text-left-container ul {
    padding-left: 1rem;
  }
}
.text-left .text-left-container .wysiwyg ul {
  padding-left: 3rem;
}
.text-left .text-left-container .wysiwyg ul li {
  margin: 0.5rem 0;
}
.text-left .text-left-container h2 {
  font-family: Merriweather, serif;
  font-weight: 700;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 720px) {
  .text-left .text-left-container h2 {
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: mobile) {
  .text-left .text-left-container h2 {
    padding-bottom: 1rem;
  }
}
.text-left .text-left-container .button-container {
  margin-top: 2rem;
}
.view-resources {
  width: 100%;
  background: #f2b892;
}
.view-resources .view-resources-container {
  width: 40%;
}
.view-resources .view-resources-container .icon {
  width: 135px;
  margin: 0 auto;
}
@media only screen and (max-width: 720px) {
  .view-resources .view-resources-container .icon {
    width: 75px;
  }
}
@media only screen and (max-width: mobile) {
  .view-resources .view-resources-container .icon {
    width: 75px;
  }
}
@media only screen and (max-width: 1100px) {
  .view-resources .view-resources-container {
    width: 60%;
  }
}
@media only screen and (max-width: tablet) {
  .view-resources .view-resources-container {
    width: 60%;
  }
}
@media only screen and (max-width: 720px) {
  .view-resources .view-resources-container {
    width: 100%;
    padding: 1rem;
  }
}
@media only screen and (max-width: mobile) {
  .view-resources .view-resources-container {
    width: 100%;
    padding: 1rem;
  }
}
.view-resources .view-resources-container h1 {
  border-bottom: 5px solid #07496b;
  padding: 1rem 0;
  text-align: center;
}
.view-resources .view-resources-container h1,
.view-resources .view-resources-container p {
  color: #07496b;
}
.highlight-block {
  background: #fff;
  padding: 5rem 3rem;
}
@media only screen and (max-width: 720px) {
  .highlight-block {
    padding: 1rem;
  }
}
@media only screen and (max-width: mobile) {
  .highlight-block {
    padding: 1rem;
  }
}
.highlight-block h1,
.highlight-block p {
  color: #07496b;
}
.highlight-block .highlight-container {
  border-left: 5px solid #07496b;
  padding-left: 3rem;
}
@media only screen and (max-width: 720px) {
  .highlight-block .highlight-container {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: mobile) {
  .highlight-block .highlight-container {
    padding-left: 1rem;
  }
}
.highlight-block .orange-button {
  height: 48px;
}
@media only screen and (max-width: 1100px) {
  .highlight-block .orange-button {
    height: 42px;
  }
}
@media only screen and (max-width: tablet) {
  .highlight-block .orange-button {
    height: 42px;
  }
}
.form-module {
  position: relative;
  height: auto;
  min-height: 80vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 720px) {
  .form-module {
    min-height: 0;
    height: auto;
  }
}
@media only screen and (max-width: mobile) {
  .form-module {
    min-height: 0;
    height: auto;
  }
}
.form-module:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 73, 107, 0.5);
}
.form-module .form-container {
  z-index: 99999;
  max-width: 444px;
}
.form-module .form-container .wpforms-confirmation-container-full {
  background: 0 0;
  border: 3px solid #e68049;
}
@media only screen and (max-width: 1100px) {
  .form-module .form-container {
    width: 50%;
  }
}
@media only screen and (max-width: tablet) {
  .form-module .form-container {
    width: 50%;
  }
}
@media only screen and (max-width: 420px) {
  .form-module .form-container {
    width: 100%;
  }
}
.form-module .form-container h2,
.form-module .form-container p {
  color: #fff;
}
.form-module .form-container h2 {
  border-bottom: 5px solid #fff;
  padding: 1rem 0;
  text-align: center;
}
.form-module .form-container form .wpforms-field-label {
  color: #fff !important;
}
.form-module .form-container form .wpforms-field-medium {
  max-width: none !important;
}
.form-module .form-container form #wpforms-227-field_4-container:after {
  content: "* denotes required field";
  position: absolute;
  color: #fff;
  padding-top: 0.3rem;
  content: "* denotes required field";
  font-style: italic;
  font-size: 0.5rem;
  font-family: Montserrat, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial,
    "Lucida Grande", sans-serif;
}
.form-module .form-container form input {
  border-radius: 5px !important;
}
.form-module .form-container form .wpforms-field-name {
  width: 100%;
}
.form-module .form-container form .wpforms-submit {
  font-family: Montserrat, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial,
    "Lucida Grande", sans-serif;
  font-style: normal;
  border-radius: 30px !important;
  padding: 1rem 5rem !important;
  margin-top: 2rem;
  background: #e68049 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-size: 0.9rem !important;
  font-family: "Montserrat", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
  border: none !important;
}
.form-module .form-container form .wpforms-submit-container {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
@media only screen and (max-width: 720px) {
  .form-module .form-container {
    width: 60%;
  }
}
@media only screen and (max-width: mobile) {
  .form-module .form-container {
    width: 60%;
  }
}
@media only screen and (max-width: 420px) {
  .form-module .form-container {
    width: 100%;
  }
}
.disposal-location-card {
  background: #fff;
  padding: 1.6rem 1rem;
  width: 300px;
  position: relative;
  margin-top: 2rem;
  margin: 2rem 1rem 0 1rem;
  min-height: 260px;
  border-radius: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-animation-name: swingin;
  animation-name: swingin;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.disposal-location-card:hover .button-container > a:after {
  width: 10px;
  height: 10px;
}
@media only screen and (max-width: 420px) {
  .disposal-location-card {
    width: 100%;
  }
}
.disposal-location-card .title-box {
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.disposal-location-card h3 {
  font-size: 1rem;
}
.disposal-location-card .button-container {
  padding-bottom: 0;
  width: 100% !important;
}
.disposal-location-card .button-container a {
  font-size: 0.7rem;
  position: relative;
}
.disposal-location-card .button-container a:after {
  content: "";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-image: url(../images/open_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 0;
  height: 0;
  position: absolute;
  right: 28px;
}
@media only screen and (max-width: 720px) {
  .disposal-location-card .button-container a:after {
    width: 10px;
    height: 10px;
    right: 22px;
  }
}
@media only screen and (max-width: mobile) {
  .disposal-location-card .button-container a:after {
    width: 10px;
    height: 10px;
    right: 22px;
  }
}
.disposal-location-card h6 {
  color: #07496b;
  width: 100%;
  font-size: 0.9rem;
  top: -1rem;
  position: relative;
}
.resource {
  margin: 0 1rem 2rem;
  background: #fff;
  padding: 2rem 1rem;
  border-radius: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  min-height: 250px;
  width: calc(100% / 3 - 2rem);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-animation-name: swingin;
  animation-name: swingin;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.resource:hover {
  cursor: pointer;
}
@media only screen and (max-width: 1100px) {
  .resource {
    margin: 0 1rem 1rem 1rem;
    width: calc(100% / 2 - 2rem);
  }
}
@media only screen and (max-width: tablet) {
  .resource {
    margin: 0 1rem 1rem 1rem;
    width: calc(100% / 2 - 2rem);
  }
}
@media only screen and (max-width: 420px) {
  .resource {
    margin: 0 0 1rem 0;
    width: 100%;
  }
}
.resource img.icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 1rem;
}
.resource a {
  width: 100%;
  font-size: 1rem;
  font-family: "Montserrat", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  -webkit-text-decoration-color: #07496b;
  text-decoration-color: #07496b;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.resource h6 {
  color: #07496b;
  width: 100%;
  text-align: left;
  top: -1.5rem;
  position: relative;
}
.resource.resource-hide {
  display: none;
}
.news-card {
  border: 0 solid;
  border-radius: 20px;
  background: #fff;
  padding: 2rem 2.2rem;
  margin: 1rem 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media only screen and (max-width: 720px) {
  .news-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.5rem 1.7rem;
  }
}
@media only screen and (max-width: mobile) {
  .news-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.5rem 1.7rem;
  }
}
.news-card .btn {
  min-width: 230px;
}
@media only screen and (max-width: 720px) {
  .news-card .btn {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: mobile) {
  .news-card .btn {
    margin-top: 1rem;
  }
}
.news-card h6 {
  width: 100%;
  color: #07496b;
  margin-bottom: 2rem;
  margin-top: 0;
  padding-left: calc(1rem + 5px);
}
@media only screen and (max-width: 720px) {
  .news-card h6 {
    padding-left: 0;
  }
}
@media only screen and (max-width: mobile) {
  .news-card h6 {
    padding-left: 0;
  }
}
.news-card h6 span {
  margin: 0 0.5rem;
}
.news-card h3,
.news-card p {
  color: #07496b;
}
.news-card h3 {
  line-height: 100%;
  margin-bottom: 0.5rem;
}
.news-card p {
  position: relative;
  padding-bottom: 0;
  padding-top: 0.5rem;
  top: 5px;
}
.news-card p.card-subtitle {
  font-style: italic;
}
.news-card > div:first-of-type > div {
  border-left: 5px solid #07496b;
  padding-left: 1rem;
}
.partner {
  margin: 0 1rem 2rem;
  background: #fff;
  padding: 2rem 2rem;
  border-radius: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 200px;
  max-width: 300px;
  width: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1100px) {
  .partner {
    margin: 0 1rem 2rem;
  }
}
@media only screen and (max-width: tablet) {
  .partner {
    margin: 0 1rem 2rem;
  }
}
@media only screen and (max-width: 720px) {
  .partner {
    margin: 0 auto 2rem;
    width: 80%;
    max-width: 100%;
  }
  .partner img.icon {
    width: 70%;
  }
}
@media only screen and (max-width: mobile) {
  .partner {
    margin: 0 auto 2rem;
    width: 80%;
    max-width: 100%;
  }
  .partner img.icon {
    width: 70%;
  }
}
@media only screen and (max-width: 420px) {
  .partner {
    width: 80%;
  }
}
.partner img.icon {
  width: 100%;
  height: auto;
  max-height: 150px;
  margin: 0 auto 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
@media only screen and (max-width: 720px) {
  .partner img.icon {
    width: 70%;
    max-width: 250px;
  }
}
@media only screen and (max-width: mobile) {
  .partner img.icon {
    width: 70%;
    max-width: 250px;
  }
}
.partner p {
  color: #07496b;
  width: 100%;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  font-size: 1rem;
  line-height: 120%;
  margin: 0;
}
@media only screen and (max-width: 420px) {
  .partner p {
    font-size: 1.1rem;
  }
}
.partner .button-container {
  padding-bottom: 0;
}
@-webkit-keyframes swingin {
  from {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swingin {
  from {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.all-posts.disposal_resources {
  background: #c9dedf;
}
.all-posts.disposal_resources #sorting-form {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.all-posts.disposal_resources #sorting-form label,
.all-posts.disposal_resources #sorting-form span {
  cursor: pointer;
}
.all-posts .news-card {
  background: #fcf6ec;
}
.all-posts .news-card .info {
  width: 70%;
}
@media only screen and (max-width: 720px) {
  .all-posts .news-card .info {
    width: 100%;
  }
}
@media only screen and (max-width: mobile) {
  .all-posts .news-card .info {
    width: 100%;
  }
}
.all-posts.all_resources {
  background: #fff;
}
.all-posts.all_resources #sorting-form {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.all-posts.all_resources #sorting-form label,
.all-posts.all_resources #sorting-form span {
  cursor: pointer;
}
.all-posts.all_resources #sorting-form label {
  padding: 1rem;
}
.all-posts.all_resources .resource {
  background: #fcf6ec;
}
.all-posts.all_resources .disposal-location-card {
  background: #fcf6ec;
  margin: 0 1rem 2rem;
}
.all-posts.all_resources .disposal-location-card .button-container a {
  text-decoration: none;
}
.all-posts #sorting-form {
  width: 100%;
  max-width: 800px;
}
.all-posts #sorting-form div:first-child {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  margin: 2rem 0;
}
@media only screen and (max-width: 720px) {
  .all-posts #sorting-form div:first-child {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
  }
  .all-posts #sorting-form div:first-child label {
    padding: 1rem;
    cursor: pointer;
  }
}
@media only screen and (max-width: mobile) {
  .all-posts #sorting-form div:first-child {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
  }
  .all-posts #sorting-form div:first-child label {
    padding: 1rem;
    cursor: pointer;
  }
}
.all-posts #sorting-form input[type="radio"] {
  display: none;
}
.all-posts #sorting-form input[type="radio"] + span {
  padding-bottom: 0.5rem;
  font-family: "Montserrat", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  cursor: pointer;
}
.all-posts #sorting-form input[type="radio"]:checked + span {
  border-bottom: 3px solid #07496b;
}
.all-posts #sorting-form p {
  color: #07496b;
}
@media only screen and (max-width: 1100px) {
  .all-posts #sorting-form {
    width: 80%;
  }
}
@media only screen and (max-width: tablet) {
  .all-posts #sorting-form {
    width: 80%;
  }
}
@media only screen and (max-width: 720px) {
  .all-posts #sorting-form {
    width: 100%;
  }
}
@media only screen and (max-width: mobile) {
  .all-posts #sorting-form {
    width: 100%;
  }
}
.all-posts #sorting-form .form-header {
  margin: 0 auto;
}
.all-posts #sorting-form .form-header .icon {
  width: 135px;
  margin: 3rem auto;
}
.all-posts #sorting-form .form-header h2 {
  text-align: center;
  font-weight: 700;
  border-bottom: 5px solid #07496b;
  padding-bottom: 1rem;
}
.all-posts #sorting-form .form-header p {
  color: #07496b;
}
.all-posts #sorting-form .select-holder {
  width: 300px;
  margin: 2rem auto 0;
  position: relative;
}
.all-posts #sorting-form .select-holder:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 10px;
  background: url(../images/caret-down.svg) no-repeat center center;
  background-size: cover;
  font-size: 0;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0;
}
.all-posts #sorting-form .select-holder select {
  -webkit-appearance: none;
  outline: 0;
  background: #07496b;
  color: #fff;
  width: 100%;
  border-style: none;
  padding: 1rem;
  border-radius: 0;
}
.all-posts .all-posts-container {
  width: 100%;
  max-width: 1200px;
}
@media only screen and (max-width: 1100px) {
  .all-posts .all-posts-container {
    width: 80%;
  }
}
@media only screen and (max-width: tablet) {
  .all-posts .all-posts-container {
    width: 80%;
  }
}
@media only screen and (max-width: 720px) {
  .all-posts .all-posts-container {
    width: 100%;
    padding: 1rem;
  }
}
@media only screen and (max-width: mobile) {
  .all-posts .all-posts-container {
    width: 100%;
    padding: 1rem;
  }
}
.all-posts .fetched-posts {
  margin: 2rem auto;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1200px;
}
.all-posts .pagination {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 4rem auto;
}
@media only screen and (max-width: 720px) {
  .all-posts .pagination {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: mobile) {
  .all-posts .pagination {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 420px) {
  .all-posts .pagination .flex-30 {
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .all-posts .pagination .page-num {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.all-posts .pagination .pager a {
  font-size: 0.9rem;
}
@media only screen and (max-width: 720px) {
  .all-posts .pagination .pager {
    text-align: center;
    margin: 1rem auto;
  }
}
@media only screen and (max-width: mobile) {
  .all-posts .pagination .pager {
    text-align: center;
    margin: 1rem auto;
  }
}
.all-posts .pagination p {
  color: #07496b;
  font-family: "Montserrat", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  margin: 0 auto;
  text-transform: none;
}
.steps {
  background: #adcdcd;
  padding: 6rem 3rem;
}
.steps h2,
.steps p {
  color: #07496b;
}
.steps a {
  border-bottom: 2px solid #07496b;
}
.steps .subtitle {
  padding-top: 1rem;
}
.steps.green h2 {
  padding-bottom: 1rem;
  border-bottom: 5px solid #07496b;
  text-align: center;
}
.steps.green .subtitle,
.steps.green h2 {
  width: 60%;
}
@media only screen and (max-width: 720px) {
  .steps.green .subtitle,
  .steps.green h2 {
    width: 100%;
  }
}
@media only screen and (max-width: mobile) {
  .steps.green .subtitle,
  .steps.green h2 {
    width: 100%;
  }
}
.steps.cream {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.steps.cream .steps-header {
  border-left: 5px solid #07496b;
  padding-left: 2rem;
  height: 50%;
  width: 40%;
}
@media only screen and (max-width: 720px) {
  .steps.cream .steps-header {
    height: auto;
    margin-bottom: 0;
    padding-left: 2rem;
  }
}
@media only screen and (max-width: mobile) {
  .steps.cream .steps-header {
    height: auto;
    margin-bottom: 0;
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .steps.cream .steps-header {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: tablet) {
  .steps.cream .steps-header {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
  }
}
.steps.cream .steps-header p {
  padding-top: 2rem;
}
.steps.cream .steps-container {
  width: 40%;
}
@media only screen and (max-width: 1100px) {
  .steps.cream .steps-container {
    width: 100%;
  }
}
@media only screen and (max-width: tablet) {
  .steps.cream .steps-container {
    width: 100%;
  }
}
@media only screen and (max-width: 720px) {
  .steps.cream .steps-container {
    margin-top: 0;
  }
}
@media only screen and (max-width: mobile) {
  .steps.cream .steps-container {
    margin-top: 0;
  }
}
.steps.cream .steps-container .step-container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 720px) {
  .steps.cream .steps-container .step-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: mobile) {
  .steps.cream .steps-container .step-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.steps.cream .steps-container .step-container .subtitle {
  color: #e68049;
  font-family: "Montserrat", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
}
.steps.cream .steps-container .step-container span {
  border-bottom: 3px solid #e68049;
  font-weight: 700;
  font-family: "Montserrat", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
}
.steps.cream .steps-container .step-container strong {
  font-weight: 700;
  font-family: "Montserrat", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
}
@media only screen and (max-width: 720px) {
  .steps {
    padding: 2rem;
  }
}
@media only screen and (max-width: mobile) {
  .steps {
    padding: 2rem;
  }
}
.steps .steps-container {
  width: 70%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1100px) {
  .steps .steps-container {
    width: 85%;
  }
}
@media only screen and (max-width: tablet) {
  .steps .steps-container {
    width: 85%;
  }
}
@media only screen and (max-width: 420px) {
  .steps .steps-container {
    width: 100%;
  }
}
.steps .steps-container .steps-row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2rem;
}
.steps .steps-container .steps-row .step-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.5rem 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media only screen and (max-width: 420px) {
  .steps .steps-container .steps-row .step-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.steps .steps-container .steps-row .step-container a {
  font-weight: 700;
  font-family: "Montserrat", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
  border-bottom: 2px solid #e68049;
  font-style: italic;
}
.steps .steps-container .steps-row .step-container p:first-child {
  color: #e68049;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Montserrat", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
}
@media only screen and (max-width: 720px) {
  .steps .steps-container .steps-row .step-container p:first-child {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: mobile) {
  .steps .steps-container .steps-row .step-container p:first-child {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
}
.steps .steps-container .steps-row .step-container p {
  padding: 0;
}
.contact-us {
  background: #c9dedf;
}
.contact-us.orange {
  background: #e68049;
}
.contact-us.orange div.wpforms-container-full .wpforms-form .wpforms-page-button,
.contact-us.orange div.wpforms-container-full .wpforms-form button[type="submit"],
.contact-us.orange div.wpforms-container-full .wpforms-form input[type="submit"] {
  background: #07496b !important;
}
.contact-us.light_orange {
  background: #f2b892;
}
.contact-us.cream {
  background: #eee;
}
.contact-us > div {
  max-width: 800px;
  width: 100%;
  text-align: center;
}
.contact-us .wpforms-confirmation-container-full {
  background: 0 0;
  border: 3px solid #e68049;
}
.contact-us .wpforms-confirmation-container-full p {
  color: #07496b;
}
.contact-us h2 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1rem 4rem;
  border-bottom: 5px solid #07496b;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 720px) {
  .contact-us h2 {
    padding: 1rem 1rem;
  }
}
@media only screen and (max-width: mobile) {
  .contact-us h2 {
    padding: 1rem 1rem;
  }
}
.contact-us li {
  text-align: left !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.contact-us li label {
  width: 90%;
  display: inline-block !important;
  position: relative !important;
}
.contact-us #wpforms-301-field_4 li {
  text-align: left;
  position: relative;
}
.contact-us #wpforms-301-field_4 li label {
  font-family: Montserrat, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial,
    "Lucida Grande", sans-serif !important;
}
.contact-us #wpforms-301-field_4 li:after {
  position: absolute;
  right: 0;
  content: "* denotes required field";
  font-style: italic;
  font-size: 0.8rem;
  color: #07496b;
  font-family: Montserrat, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial,
    "Lucida Grande", sans-serif;
}
.contact-us.custom > div {
  max-width: 450px;
}
.contact-us.custom h2 {
  padding: 1rem 0;
}
.contact-us.dark_blue {
  background: #07496b;
}
.contact-us.dark_blue h2 {
  color: #fff;
  border-bottom: 5px solid #fff;
}
.contact-us.dark_blue .wpforms-field-checkbox label {
  color: #fff !important;
}
.featured-resources .outer-container:nth-child(odd) {
  background: #f2b892;
}
.featured-resources .outer-container:nth-child(odd).dark_orange {
  background: #e68049;
}
.featured-resources .outer-container:nth-child(odd).dark_orange .featured-resource-container > h2,
.featured-resources .outer-container:nth-child(odd).dark_orange .featured-resource-container > p {
  color: #fff;
}
.featured-resources .outer-container:nth-child(odd).dark_orange .featured-resource-container h2 {
  border-bottom: 5px solid #fff;
  max-width: 500px;
}
.featured-resources .outer-container:nth-child(even) {
  background: #e68049;
}
.featured-resources .outer-container:nth-child(even) .featured-resource-container > h2,
.featured-resources .outer-container:nth-child(even) .featured-resource-container > p {
  color: #fff;
}
.featured-resources .outer-container:nth-child(even) .featured-resource-container h2 {
  border-bottom: 5px solid #fff;
}
.featured-resources .outer-container:nth-child(even).dark_orange {
  background: #f2b892;
}
.featured-resources .featured-resource-container {
  margin: 2rem 0;
  width: 80%;
  max-width: 1100px;
}
@media only screen and (max-width: 1100px) {
  .featured-resources .featured-resource-container {
    width: 100%;
  }
}
@media only screen and (max-width: tablet) {
  .featured-resources .featured-resource-container {
    width: 100%;
  }
}
.featured-resources .featured-resource-container p {
  color: #07496b;
  margin: 0.5rem 0 1.5rem;
  width: 80%;
}
@media only screen and (max-width: 1100px) {
  .featured-resources .featured-resource-container p {
    width: 100%;
  }
}
@media only screen and (max-width: tablet) {
  .featured-resources .featured-resource-container p {
    width: 100%;
  }
}
.featured-resources .featured-resource-container h2 {
  border-bottom: 5px solid #07496b;
  padding: 1rem;
  text-align: center;
  width: 80%;
}
@media only screen and (max-width: 1100px) {
  .featured-resources .featured-resource-container h2 {
    width: 100%;
  }
}
@media only screen and (max-width: tablet) {
  .featured-resources .featured-resource-container h2 {
    width: 100%;
  }
}
.featured-resources .featured-resource-container .resources-container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  .featured-resources .featured-resource-container .resources-container .resource {
    margin: 1rem;
  }
}
@media only screen and (max-width: tablet) {
  .featured-resources .featured-resource-container .resources-container .resource {
    margin: 1rem;
  }
}
.disposal-location-card.additional-resource {
  -webkit-box-pack: initial;
  -webkit-justify-content: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
  padding: 1rem 2rem;
  width: 31%;
  margin: 0 2.3% 2.3% 0;
}
@media only screen and (max-width: 720px) {
  .disposal-location-card.additional-resource {
    width: 100%;
    margin: 0 0 1rem;
    min-height: auto;
  }
}
@media only screen and (max-width: mobile) {
  .disposal-location-card.additional-resource {
    width: 100%;
    margin: 0 0 1rem;
    min-height: auto;
  }
}
.disposal-location-card.additional-resource strong {
  font-weight: 700;
}
.disposal-location-card.additional-resource p {
  text-align: left;
  margin: 0;
}
.disposal-location-card.additional-resource p a {
  text-decoration: underline;
  border: none !important;
  font-size: 1.1rem;
}
.resource.disposal-location-card a {
  -webkit-box-flex: unset;
  -webkit-flex-grow: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
  width: auto;
  text-decoration: none;
}
.resource-sort-label:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.resource-sort-label:nth-child(2) {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.resource-sort-label:nth-child(3) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.resource-sort-label:nth-child(4) {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.double-cta .cta-box {
  padding: 4rem;
}
@media only screen and (max-width: 720px) {
  .double-cta .cta-box {
    padding: 2rem 1rem;
  }
}
@media only screen and (max-width: mobile) {
  .double-cta .cta-box {
    padding: 2rem 1rem;
  }
}
.double-cta .cta-box > div {
  max-width: 400px;
  margin: 0 auto;
  padding-top: 1rem;
}
.double-cta .cta-box h2 {
  padding-bottom: 1rem;
  text-align: center;
}
.double-cta .cta-box p {
  text-align: center;
  padding-bottom: 0;
}
.double-cta .cta-box p a {
  font-weight: 700;
  font-family: "Montserrat", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
  text-decoration: underline;
}
.double-cta .cta-box.box-1 {
  background: #f2b892;
}
.double-cta .cta-box.box-1 > div {
  border-top: 5px solid #07496b;
}
.double-cta .cta-box.box-1 h2 {
  color: #07496b;
}
.double-cta .cta-box.box-1 a,
.double-cta .cta-box.box-1 p {
  color: #07496b;
}
.double-cta .cta-box.box-1 .button {
  background: #fff;
}
.double-cta .cta-box.box-2 {
  background: #e68049;
}
.double-cta .cta-box.box-2 > div {
  border-top: 5px solid #fff;
}
.double-cta .cta-box.box-2 h2 {
  color: #fff;
}
.double-cta .cta-box.box-2 a,
.double-cta .cta-box.box-2 p {
  color: #fff;
}
.double-cta .cta-box.box-2 .button {
  background: #fff;
}
.double-cta .cta-box .button-container {
  width: 100% !important;
}
.double-cta .cta-box .button {
  margin-top: 1rem;
  width: 95%;
  text-align: center;
  color: #e68049 !important;
}
.double-cta .cta-box i {
  position: relative;
}
.double-cta .cta-box i .cta-icon {
  position: absolute;
  left: 0.7rem;
  top: -0.2rem;
  height: 20px;
}
.facts {
  background: #adcdcd;
  position: relative;
}
.facts .icon {
  width: 135px;
  height: 135px;
  margin: 3rem 0;
}
@media only screen and (max-width: 720px) {
  .facts .icon {
    width: 75px;
    height: 75px;
    margin: 1rem 0;
  }
}
@media only screen and (max-width: mobile) {
  .facts .icon {
    width: 75px;
    height: 75px;
    margin: 1rem 0;
  }
}
.facts h2,
.facts li,
.facts p {
  color: #07496b;
}
.facts h2 {
  max-width: 444px;
}
.facts .facts-content {
  border-top: 5px solid #07496b;
  max-width: 444px;
  width: 100%;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 720px) {
  .facts .facts-content {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: mobile) {
  .facts .facts-content {
    margin-bottom: 0;
  }
}
.facts .facts-content a {
  border-bottom: 2px solid #07496b;
}
.facts.light_orange {
  background: #f2b892;
}
.facts.light_orange .facts-content {
  border-top: 5px solid #07496b;
}
.facts.light_orange h2,
.facts.light_orange li,
.facts.light_orange p {
  color: #07496b;
}
.facts.light_orange .content-columns a,
.facts.light_orange .facts-content a {
  border-bottom: 2px solid #e68049;
}
.facts.orange {
  background: #e68049;
}
.facts.orange .facts-content {
  border-top: 5px solid #fff;
}
.facts.orange h2,
.facts.orange li,
.facts.orange p {
  color: #fff;
}
.facts.orange .content-columns a,
.facts.orange .facts-content a {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.facts.light_blue {
  background: #c9dedf;
}
.facts.light_blue .content-columns a,
.facts.light_blue .facts-content a {
  border-bottom: 2px solid #07496b;
}
.facts.dark_blue {
  background: #07496b;
}
.facts.dark_blue .facts-content {
  border-top: 5px solid #fff;
}
.facts.dark_blue h2,
.facts.dark_blue li,
.facts.dark_blue p {
  color: #fff;
}
.facts.dark_blue .content-columns a,
.facts.dark_blue .facts-content a {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.facts.cream {
  background: #fff;
}
.facts.cream .content-columns a,
.facts.cream .facts-content a {
  border-bottom: 2px solid #07496b;
}
.facts b,
.facts strong {
  font-weight: 700;
  font-family: "Montserrat", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
}
.facts h2 {
  width: 50%;
  text-align: center;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 720px) {
  .facts h2 {
    width: 90%;
  }
}
@media only screen and (max-width: mobile) {
  .facts h2 {
    width: 90%;
  }
}
.facts p,
.facts ul {
  margin: 1rem 0;
}
@media only screen and (max-width: 720px) {
  .facts p,
  .facts ul {
    margin: 0;
  }
}
@media only screen and (max-width: mobile) {
  .facts p,
  .facts ul {
    margin: 0;
  }
}
.facts p li,
.facts ul li {
  list-style-type: disc;
  margin: 2rem 0;
}
.facts .content-columns {
  margin-bottom: 2rem;
  max-width: 1100px;
}
@media only screen and (max-width: 720px) {
  .facts .content-columns {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: mobile) {
  .facts .content-columns {
    margin-bottom: 0;
  }
}
.facts .content-columns .flex-1-3 {
  padding: 0 1.5rem;
}
@media only screen and (max-width: 720px) {
  .facts .content-columns .flex-1-3 {
    width: 100%;
  }
}
@media only screen and (max-width: mobile) {
  .facts .content-columns .flex-1-3 {
    width: 100%;
  }
}
.image-content {
  padding: 7rem 3rem;
}
@media only screen and (max-width: 720px) {
  .image-content {
    padding: 3rem 2rem;
  }
}
@media only screen and (max-width: mobile) {
  .image-content {
    padding: 3rem 2rem;
  }
}
.image-content.dark_blue {
  background: #07496b;
}
.image-content.dark_blue * {
  color: #fff;
}
.image-content.dark_blue .inner {
  border-left: 5px solid #fff;
}
.image-content.orange {
  background: #e68049;
}
.image-content.orange * {
  color: #fff;
}
.image-content.orange .inner {
  border-left: 5px solid #fff;
}
.image-content.light_blue {
  background: #adcdcd;
}
.image-content.light_blue * {
  color: #07496b;
}
.image-content.light_blue .inner {
  border-left: 5px solid #07496b;
}
.image-content.light_orange {
  background: #f2b892;
}
.image-content.light_orange * {
  color: #07496b;
}
.image-content.light_orange .inner {
  border-left: 5px solid #07496b;
}
.image-content.cream {
  background: #fff;
}
.image-content.cream * {
  color: #07496b;
}
.image-content.cream .inner {
  border-left: 5px solid #07496b;
}
.image-content .content {
  padding-left: 0;
}
@media only screen and (max-width: 1100px) {
  .image-content .content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media only screen and (max-width: tablet) {
  .image-content .content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.image-content .content.right {
  padding-left: 1rem;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media only screen and (max-width: 1100px) {
  .image-content .content.right {
    padding-left: 0;
  }
}
@media only screen and (max-width: tablet) {
  .image-content .content.right {
    padding-left: 0;
  }
}
.image-content .content.left {
  padding-right: 1rem;
}
@media only screen and (max-width: 1100px) {
  .image-content .content.left {
    padding-right: 0;
  }
}
@media only screen and (max-width: tablet) {
  .image-content .content.left {
    padding-right: 0;
  }
}
.image-content .content.photo {
  width: 50%;
}
@media only screen and (max-width: 1100px) {
  .image-content .content.photo {
    width: 100%;
  }
}
@media only screen and (max-width: tablet) {
  .image-content .content.photo {
    width: 100%;
  }
}
.image-content .content.icon {
  width: 55%;
}
@media only screen and (max-width: 1100px) {
  .image-content .content.icon {
    width: 100%;
  }
}
@media only screen and (max-width: tablet) {
  .image-content .content.icon {
    width: 100%;
  }
}
.image-content .content .inner {
  padding-left: 2.5rem;
}
.image-content .content h2 {
  margin-bottom: 2rem;
}
.image-content .content ol,
.image-content .content ul {
  margin: 1rem 0 1rem 1.5rem;
}
.image-content .content ol li,
.image-content .content ul li {
  margin: 0.5rem 0;
  font-size: 1.3rem;
  line-height: 1.9rem;
}
@media only screen and (max-width: 720px) {
  .image-content .content ol li,
  .image-content .content ul li {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
@media only screen and (max-width: mobile) {
  .image-content .content ol li,
  .image-content .content ul li {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.image-content .content ul li {
  list-style-type: disc;
}
.image-content .image {
  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;
}
@media only screen and (max-width: 1100px) {
  .image-content .image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (max-width: tablet) {
  .image-content .image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.image-content .image.left.photo {
  padding: 0 0 0 3rem;
}
@media only screen and (max-width: 1100px) {
  .image-content .image.left.photo {
    padding: 3rem;
    padding-top: 0;
  }
}
@media only screen and (max-width: tablet) {
  .image-content .image.left.photo {
    padding: 3rem;
    padding-top: 0;
  }
}
@media only screen and (max-width: 720px) {
  .image-content .image.left.photo {
    padding: 3rem 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: mobile) {
  .image-content .image.left.photo {
    padding: 3rem 0;
    padding-top: 0;
  }
}
.image-content .image.right.photo {
  padding: 0 3rem 0 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (max-width: 1100px) {
  .image-content .image.right.photo {
    padding: 3rem;
    padding-top: 0;
  }
}
@media only screen and (max-width: tablet) {
  .image-content .image.right.photo {
    padding: 3rem;
    padding-top: 0;
  }
}
@media only screen and (max-width: 720px) {
  .image-content .image.right.photo {
    padding: 3rem 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: mobile) {
  .image-content .image.right.photo {
    padding: 3rem 0;
    padding-top: 0;
  }
}
.image-content .image.photo {
  width: 50%;
}
.image-content .image.photo > div {
  padding-top: 55%;
  min-height: 400px;
}
@media only screen and (max-width: 1100px) {
  .image-content .image.photo {
    width: 100%;
  }
  .image-content .image.photo > div {
    padding-top: 40%;
    min-height: 0;
  }
}
@media only screen and (max-width: tablet) {
  .image-content .image.photo {
    width: 100%;
  }
  .image-content .image.photo > div {
    padding-top: 40%;
    min-height: 0;
  }
}
@media only screen and (max-width: 720px) {
  .image-content .image.photo > div {
    padding-top: 50%;
  }
}
@media only screen and (max-width: mobile) {
  .image-content .image.photo > div {
    padding-top: 50%;
  }
}
@media only screen and (max-width: 420px) {
  .image-content .image.photo > div {
    padding-top: 65%;
  }
}
.image-content .image.icon {
  width: 45%;
}
@media only screen and (max-width: 1100px) {
  .image-content .image.icon {
    width: 100%;
    padding-top: 3rem;
  }
}
@media only screen and (max-width: tablet) {
  .image-content .image.icon {
    width: 100%;
    padding-top: 3rem;
  }
}
.image-content .image.icon img {
  width: 40%;
  max-width: 300px;
}
.image-content .image > div {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .image-content .image > div {
    max-height: 350px;
  }
}
@media only screen and (max-width: tablet) {
  .image-content .image > div {
    max-height: 350px;
  }
}
.image-content .button-container a {
  color: #fff;
}
.image-content .no-filter {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.image-content .bg-filter {
  background-color: #04496b;
  background-blend-mode: hard-light;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.image-content #svg-filter {
  display: none;
}
.stats {
  background: #f2b892;
}
.stats h2 {
  border-bottom: 5px solid #07496b;
  padding: 1rem 0;
}
@media only screen and (max-width: 720px) {
  .stats h2 {
    width: 90%;
    text-align: center;
  }
}
@media only screen and (max-width: mobile) {
  .stats h2 {
    width: 90%;
    text-align: center;
  }
}
.stats .stats-container {
  padding: 2rem 2rem;
  width: 70%;
}
@media only screen and (max-width: 1100px) {
  .stats .stats-container {
    width: 85%;
  }
}
@media only screen and (max-width: tablet) {
  .stats .stats-container {
    width: 85%;
  }
}
@media only screen and (max-width: 720px) {
  .stats .stats-container {
    width: 100%;
  }
}
@media only screen and (max-width: mobile) {
  .stats .stats-container {
    width: 100%;
  }
}
.stats .stats-container .stat {
  padding: 1rem;
  width: 25%;
}
@media only screen and (max-width: 720px) {
  .stats .stats-container .stat {
    width: 50%;
  }
}
@media only screen and (max-width: mobile) {
  .stats .stats-container .stat {
    width: 50%;
  }
}
.stats .stats-container .stat h1 {
  font-weight: 700;
  color: #07496b;
  font-size: 2.2rem;
}
.stats .stats-container .stat p {
  color: #07496b;
  font-size: 0.8rem;
  line-height: 1.1rem;
}
.partner-list {
  background: #e68049;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1100px) {
  .partner-list.module-padding {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: tablet) {
  .partner-list.module-padding {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 720px) {
  .partner-list.module-padding {
    padding: 1rem;
  }
}
@media only screen and (max-width: mobile) {
  .partner-list.module-padding {
    padding: 1rem;
  }
}
.partner-list > .icon {
  width: 135px;
  height: 135px;
  margin: 3rem 0;
}
@media only screen and (max-width: 720px) {
  .partner-list > .icon {
    width: 75px;
    height: 75px;
    margin: 1rem 0;
  }
}
@media only screen and (max-width: mobile) {
  .partner-list > .icon {
    width: 75px;
    height: 75px;
    margin: 1rem 0;
  }
}
.partner-list h2 {
  color: #fff;
}
.partner-list .partner-content {
  border-top: 5px solid #fff;
  max-width: 500px;
  width: 100%;
  margin-bottom: 3rem;
}
.partner-list .partner-content > p {
  color: #fff;
  margin: 1rem 0;
}
.partner-list .partner-container {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: calc(900px + 6rem);
}
@media only screen and (max-width: 1100px) {
  .partner-list .partner-container {
    max-width: calc(600px + 4rem);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (max-width: tablet) {
  .partner-list .partner-container {
    max-width: calc(600px + 4rem);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.partner-list.light_orange {
  background: #f2b892;
}
.partner-list.light_blue {
  background: #c9dedf;
}
.partner-list.light_blue .partner-content {
  border-top: 5px solid #07496b;
}
.partner-list.light_blue h2,
.partner-list.light_blue p {
  color: #07496b;
}
.partner-list.dark_blue {
  background: #07496b;
}
.partner-list.dark_blue .partner-content {
  border-top: 5px solid #fff;
}
.partner-list.dark_blue h2,
.partner-list.dark_blue li,
.partner-list.dark_blue p {
  color: #fff;
}
.partner-list.cream {
  background: #fff;
}
.partner-list b,
.partner-list strong {
  font-weight: 700;
  font-family: "Montserrat", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
}
.partner-list h2 {
  width: 50%;
  text-align: center;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 720px) {
  .partner-list h2 {
    width: 90%;
  }
}
@media only screen and (max-width: mobile) {
  .partner-list h2 {
    width: 90%;
  }
}
.sources {
  background: #07496b;
}
.sources h3 {
  color: #fff;
  margin-bottom: 0.5rem;
}
.sources p {
  font-size: 0.7rem;
  margin: 0;
  padding: 0;
  line-height: normal;
  opacity: 0.8;
}
.sources p a {
  color: #fff;
}
.sources .sources-container {
  -webkit-columns: 2;
  columns: 2;
  margin-left: 1rem;
}
@media only screen and (max-width: 720px) {
  .sources .sources-container {
    -webkit-columns: 1;
    columns: 1;
  }
}
@media only screen and (max-width: mobile) {
  .sources .sources-container {
    -webkit-columns: 1;
    columns: 1;
  }
}
.twitter-feed > .flex-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.twitter-feed .button-container {
  padding: 0.5rem 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.twitter-feed .button-container .button {
  width: 100%;
  background: #fcf6ec;
  color: #e68049;
  font-family: "Montserrat", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
  padding: 1rem 25px 1rem 0 !important;
  max-width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.9rem;
}
.twitter-feed h3 {
  width: 100%;
  text-align: center;
  color: #e68049;
  margin-bottom: 2rem;
}
.twitter-feed .ctf-error,
.twitter-feed .ctf-error-admin {
  display: none !important;
}
.twitter-feed .ctf-type-usertimeline {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.twitter-feed .ctf-type-usertimeline .ctf-header {
  display: none !important;
}
.twitter-feed .ctf-type-usertimeline .ctf-tweets {
  width: 100% !important;
}
.twitter-feed .ctf-type-usertimeline * {
  color: #07496b !important;
}
.twitter-feed .ctf-type-usertimeline .ctf-item {
  border-top: none !important;
}
.twitter-feed .ctf-type-usertimeline .ctf-tweet-actions * {
  color: gray !important;
}
.twitter-feed .ctf-type-usertimeline .ctf-retweet-icon {
  background-color: #e68049 !important;
}
.twitter-feed .ctf-type-usertimeline .ctf-more {
  border-radius: 30px !important;
  padding: 1rem 3rem !important;
  text-transform: uppercase !important;
  width: auto !important;
  max-width: 200px !important;
  background: #e68049 !important;
  display: inline-block !important;
  font-size: 0.9rem !important;
}
.twitter-feed .ctf-type-usertimeline .ctf-more span {
  font-size: 0.9rem !important;
  font-family: "Montserrat", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif !important;
  color: #fff !important;
}
.twitter-feed .ctf-type-usertimeline .ctf-like,
.twitter-feed .ctf-type-usertimeline .ctf-reply,
.twitter-feed .ctf-type-usertimeline .ctf-retweet,
.twitter-feed .ctf-type-usertimeline .ctf-twitterlink {
  padding: 1rem 3rem 2px 5px !important;
}
@media only screen and (max-width: 720px) {
  .twitter-feed .ctf-type-usertimeline .ctf-like,
  .twitter-feed .ctf-type-usertimeline .ctf-reply,
  .twitter-feed .ctf-type-usertimeline .ctf-retweet,
  .twitter-feed .ctf-type-usertimeline .ctf-twitterlink {
    padding: 1rem 1rem 2px 5px !important;
  }
}
@media only screen and (max-width: mobile) {
  .twitter-feed .ctf-type-usertimeline .ctf-like,
  .twitter-feed .ctf-type-usertimeline .ctf-reply,
  .twitter-feed .ctf-type-usertimeline .ctf-retweet,
  .twitter-feed .ctf-type-usertimeline .ctf-twitterlink {
    padding: 1rem 1rem 2px 5px !important;
  }
}
.twitter-feed .ctf-type-usertimeline .ctf-context,
.twitter-feed .ctf-type-usertimeline .ctf-tweet-actions {
  margin-left: calc(2rem + 80px) !important;
}
@media only screen and (max-width: 420px) {
  .twitter-feed .ctf-type-usertimeline .ctf-context,
  .twitter-feed .ctf-type-usertimeline .ctf-tweet-actions {
    margin-left: calc(2rem + 35px) !important;
  }
}
.twitter-feed .ctf-type-usertimeline .ctf-author-avatar {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  margin-right: 2rem !important;
}
@media only screen and (max-width: 420px) {
  .twitter-feed .ctf-type-usertimeline .ctf-author-avatar {
    width: 50px !important;
    height: 50px !important;
    margin-right: 4px !important;
  }
}
.twitter-feed .ctf-type-usertimeline .ctf-author-avatar img {
  width: 100% !important;
  height: auto !important;
}
#ctf .ctf-quoted-tweet p,
#ctf .ctf-twitter-card p,
#ctf p.ctf-tweet-text {
  font-size: 16px;
  line-height: 150%;
}
#ctf .ctf-tc-image {
  height: 100px !important;
  max-height: 100px;
}
.twitter-feed-icon {
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 720px) {
  .twitter-feed-icon img {
    width: 75px;
    height: 75px;
  }
}
@media only screen and (max-width: mobile) {
  .twitter-feed-icon img {
    width: 75px;
    height: 75px;
  }
}
.two_column_content {
  background: #adcdcd;
  position: relative;
}
.two_column_content .icon {
  width: 135px;
  height: 135px;
  margin: 3rem 0;
}
@media only screen and (max-width: 720px) {
  .two_column_content .icon {
    width: 75px;
    height: 75px;
    margin: 1rem 0;
  }
}
@media only screen and (max-width: mobile) {
  .two_column_content .icon {
    width: 75px;
    height: 75px;
    margin: 1rem 0;
  }
}
.two_column_content * {
  color: #07496b;
}
.two_column_content h2 {
  max-width: 900px;
  padding-bottom: 1rem;
}
.two_column_content .facts-content {
  border-top: 5px solid #07496b;
  max-width: 900px;
  width: 100%;
  margin: 0.5rem 0 1.5rem;
}
.two_column_content .facts-content a {
  border-bottom: 2px solid #07496b;
}
.two_column_content .content-columns {
  max-width: 900px;
}
.two_column_content .content-columns .flex-50:nth-of-type(odd) {
  padding-right: 1rem;
}
@media only screen and (max-width: 720px) {
  .two_column_content .content-columns .flex-50:nth-of-type(odd) {
    padding-right: 0;
  }
}
@media only screen and (max-width: mobile) {
  .two_column_content .content-columns .flex-50:nth-of-type(odd) {
    padding-right: 0;
  }
}
.two_column_content .content-columns .flex-50:nth-of-type(even) {
  padding-left: 1rem;
}
@media only screen and (max-width: 720px) {
  .two_column_content .content-columns .flex-50:nth-of-type(even) {
    padding-left: 0;
  }
}
@media only screen and (max-width: mobile) {
  .two_column_content .content-columns .flex-50:nth-of-type(even) {
    padding-left: 0;
  }
}
.two_column_content.light_orange {
  background: #f2b892;
}
.two_column_content.light_orange .facts-content {
  border-top: 5px solid #07496b;
}
.two_column_content.light_orange * {
  color: #07496b;
}
.two_column_content.light_orange a {
  border-bottom: 2px solid #07496b;
}
.two_column_content.orange {
  background: #e68049;
}
.two_column_content.orange .facts-content {
  border-top: 5px solid #fff;
}
.two_column_content.orange * {
  color: #fff;
}
.two_column_content.orange a {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.two_column_content.light_blue {
  background: #c9dedf;
}
.two_column_content.light_blue a {
  border-bottom: 2px solid #07496b;
}
.two_column_content.dark_blue {
  background: #07496b;
}
.two_column_content.dark_blue .facts-content {
  border-top: 5px solid #fff;
}
.two_column_content.dark_blue * {
  color: #fff;
}
.two_column_content.dark_blue a {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.two_column_content.cream {
  background: #fff;
}
.two_column_content.cream a {
  border-bottom: 2px solid #07496b;
}
.video-module {
  background: #e68049;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1100px) {
  .video-module.module-padding {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: tablet) {
  .video-module.module-padding {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 720px) {
  .video-module.module-padding {
    padding: 1rem;
  }
}
@media only screen and (max-width: mobile) {
  .video-module.module-padding {
    padding: 1rem;
  }
}
.video-module h2 {
  color: #fff;
}
.video-module .content {
  border-top: 5px solid #fff;
  max-width: 500px;
  width: 100%;
  margin-bottom: 3rem;
}
.video-module .content > p {
  color: #fff;
  margin: 1rem 0;
}
.video-module .video {
  position: relative;
  width: 80%;
  margin: 0 auto;
  max-width: calc(1100px + 6rem);
}
@media only screen and (max-width: 1100px) {
  .video-module .video {
    max-width: calc(700px + 4rem);
  }
}
@media only screen and (max-width: tablet) {
  .video-module .video {
    max-width: calc(700px + 4rem);
  }
}
@media only screen and (max-width: 720px) {
  .video-module .video {
    width: 100%;
  }
}
@media only screen and (max-width: mobile) {
  .video-module .video {
    width: 100%;
  }
}
.video-module .video .inner {
  height: 70vh;
}
@media only screen and (min-height: 900px) {
  .video-module .video .inner {
    padding-top: 60%;
    height: auto;
  }
}
@media only screen and (max-width: tall) {
  .video-module .video .inner {
    padding-top: 60%;
    height: auto;
  }
}
@media only screen and (max-width: 1100px) {
  .video-module .video .inner {
    padding-top: 60%;
  }
}
@media only screen and (max-width: tablet) {
  .video-module .video .inner {
    padding-top: 60%;
  }
}
@media only screen and (max-width: 720px) {
  .video-module .video .inner {
    padding-bottom: 4rem;
    height: auto;
  }
}
@media only screen and (max-width: mobile) {
  .video-module .video .inner {
    padding-bottom: 4rem;
    height: auto;
  }
}
.video-module .video .video-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-module .video .video-container iframe {
  width: 100% !important;
  height: 100% !important;
}
.video-module.light_orange {
  background: #f2b892;
}
.video-module.light_blue {
  background: #c9dedf;
}
.video-module.light_blue .content {
  border-top: 5px solid #07496b;
}
.video-module.light_blue h2,
.video-module.light_blue p {
  color: #07496b;
}
.video-module.dark_blue {
  background: #07496b;
}
.video-module.dark_blue .content {
  border-top: 5px solid #fff;
}
.video-module.dark_blue h2,
.video-module.dark_blue li,
.video-module.dark_blue p {
  color: #fff;
}
.video-module.cream {
  background: #fcf6ec;
}
.video-module.cream .content {
  border-top: 5px solid #07496b;
}
.video-module.cream h2,
.video-module.cream li,
.video-module.cream p {
  color: #07496b;
}
.video-module b,
.video-module strong {
  font-weight: 700;
  font-family: "Montserrat", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
}
.video-module h2 {
  width: 50%;
  text-align: center;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 720px) {
  .video-module h2 {
    width: 90%;
  }
}
@media only screen and (max-width: mobile) {
  .video-module h2 {
    width: 90%;
  }
}
.video-module .play_button {
  position: absolute;
  height: 8rem;
  width: 8rem;
  background: url(../images/icon-play-button.svg) 58% center no-repeat, #07496b;
  background-repeat: no-repeat;
  background-size: 40%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1100px) {
  .video-module .play_button {
    height: 120px;
    width: 120px;
  }
}
@media only screen and (max-width: tablet) {
  .video-module .play_button {
    height: 120px;
    width: 120px;
  }
}
@media only screen and (max-width: 720px) {
  .video-module .play_button {
    height: 100px;
    width: 100px;
  }
}
@media only screen and (max-width: mobile) {
  .video-module .play_button {
    height: 100px;
    width: 100px;
  }
}
.video-module .play_button:hover {
  background-color: #e68049;
  cursor: pointer;
}
.single.post-container {
  background: #fff;
}
.single.post-container > div {
  padding: 2rem 3rem 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1100px) {
  .single.post-container > div {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: tablet) {
  .single.post-container > div {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 720px) {
  .single.post-container > div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: mobile) {
  .single.post-container > div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.single.post-container > div aside {
  padding: 0.5rem 1.5rem 0.5rem 0;
}
@media only screen and (max-width: 720px) {
  .single.post-container > div aside {
    padding-right: 0;
  }
}
@media only screen and (max-width: mobile) {
  .single.post-container > div aside {
    padding-right: 0;
  }
}
.single.post-container > div aside h6 {
  color: #07496b;
}
.single.post-container > div aside .logo {
  width: 95%;
  max-width: 250px;
}
.single.post-container > div aside .categories a:after {
  content: ", ";
  position: relative;
}
.single.post-container > div aside .categories a:last-child:after {
  content: "";
}
.single.post-container > div aside .categories a span {
  border-bottom: 2px solid #07496b;
}
.single.post-container > div aside .categories a span:hover {
  border-bottom: 2px solid #e68049;
}
.single.post-container > div p {
  color: #07496b;
}
.single.post-container > div .content {
  max-width: 700px;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.single.post-container > div .content li {
  color: #07496b;
  margin-bottom: 1rem;
}
.single.post-container > div .content li:first-child {
  margin-top: 1rem;
}
.single.post-container.resource-type {
  max-width: none;
}
.single.post-container .pdf-viewer {
  margin: 2rem 0;
}
.social {
  background: #fff;
  padding: 0.8rem 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.social > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.8rem;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}
.social > a:last-child {
  margin-right: 0;
}
.social > a.download,
.social > a.email,
.social > a.facebook,
.social > a.twitter {
  background: #fcf6ec;
}
.social > a.facebook img {
  height: 25px;
}
.social > a.twitter img {
  width: 25px;
}
.social > a.email img {
  height: 25px;
  width: 25px;
}
.social > a.download img {
  height: 23px;
  width: 30px;
  position: relative;
  top: -2px;
}
.related-posts {
  background: #fff;
}
.related-posts > h3 {
  display: block;
  max-width: 1100px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
.related-posts .related-posts-container {
  width: 100%;
  max-width: 11000px;
  margin: 0 auto;
  padding: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1100px) {
  .related-posts .related-posts-container {
    padding: 2rem 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: tablet) {
  .related-posts .related-posts-container {
    padding: 2rem 0;
    max-width: 100%;
  }
}
.related-posts .related-posts-container .disposal-location-card,
.related-posts .related-posts-container .news-card,
.related-posts .related-posts-container .partner,
.related-posts .related-posts-container .resource {
  background: #fcf6ec;
}
.related-posts .related-posts-container .disposal-location-card p,
.related-posts .related-posts-container .news-card p,
.related-posts .related-posts-container .partner p,
.related-posts .related-posts-container .resource p {
  color: #07496b;
}
.base-page-content h1,
.base-page-content h2,
.base-page-content h3,
.base-page-content h4,
.base-page-content h5,
.base-page-content h6,
.base-page-content p {
  color: #07496b;
}
#search-results {
  background: #fff;
}
#search-results p {
  color: #07496b;
}
#search-results .news-card {
  background: #fff;
}
#search-results .news-card:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#search-results .news-card > div:first-of-type > div {
  border-left: none;
  padding-left: 0;
}
#search-results .news-card .info {
  width: 70%;
}
@media only screen and (max-width: 720px) {
  #search-results .news-card .info {
    width: 100%;
  }
}
@media only screen and (max-width: mobile) {
  #search-results .news-card .info {
    width: 100%;
  }
}
#search-results .news-card .info h6 {
  padding-left: 0;
}
#search-results .news-card .flex-container {
  width: 30%;
}
@media only screen and (max-width: 720px) {
  #search-results .news-card .flex-container {
    width: 100%;
  }
}
@media only screen and (max-width: mobile) {
  #search-results .news-card .flex-container {
    width: 100%;
  }
}
#search-results .select-holder {
  width: 250px;
  padding: 2rem;
  position: relative;
}
#search-results .select-holder:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 10px;
  background: url(../images/caret-down.svg) no-repeat center center;
  background-size: cover;
  font-size: 0;
  right: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0;
}
#search-results .select-holder select {
  -webkit-appearance: none;
  outline: 0;
  background: #07496b;
  color: #fff;
  width: 100%;
  border-style: none;
  padding: 1rem;
  border-radius: 0;
}
#search-results .pagination {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 720px) {
  #search-results .pagination {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: mobile) {
  #search-results .pagination {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 420px) {
  #search-results .pagination .flex-30 {
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  #search-results .pagination .page-num {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
#search-results .pagination a,
#search-results .pagination p {
  color: #07496b;
  font-weight: 700;
  font-family: "Montserrat", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
  font-size: 1.2rem;
}
#search-results .pagination .next a:after {
  right: -17px;
}
#search-results .pagination .prev a:after {
  -webkit-transform: scaleX(-1) translateY(-50%);
  transform: scaleX(-1) translateY(-50%);
  left: -17px;
}
#search-results .pagination a {
  text-transform: capitalize;
  border-radius: 0;
  background: 0 0;
  color: #07496b;
  position: relative;
  padding: 0.5rem;
  font-size: 0.8rem;
}
#search-results .pagination a:after {
  content: "";
  width: 12px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  background-size: cover;
  background: url(../images/caret.svg) no-repeat center center;
}
.four-oh-four {
  background: #c9dedf;
  width: 100%;
}
.four-oh-four h3,
.four-oh-four p {
  color: #07496b;
}
.four-oh-four a {
  font-weight: 700;
  font-family: "Montserrat", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
  border-bottom: 3px solid #e68049;
}
@media print {
  @page {
    size: A4;
    margin: 6rem 2rem;
  }
  * {
    background: 0 0 !important;
    padding: 0 !important;
  }
  .footer-main-container,
  .get-updates,
  .nav-links,
  .pdf-viewer,
  .related-posts {
    display: none !important;
  }
  section {
    height: auto !important;
    min-height: auto !important;
  }
  .flex-container {
    height: auto !important;
  }
  .flex-container > div {
    width: 100% !important;
  }
  aside {
    width: 100% !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  li,
  p {
    color: #000 !important;
  }
  h1,
  h2,
  p {
    margin-bottom: 1rem !important;
  }
  h1 {
    font-size: 2rem !important;
  }
  h2 {
    font-size: 1.8rem !important;
  }
  .single.post-container {
    padding: 0;
  }
  .single.post-container > div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
