@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0; /* 3 */
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (max-width: 767px) {
  .col-xs-hidden {
    display: none;
  }
}

@media (max-width: 991px) {
  .col-sm-hidden {
    display: none;
  }
}

@media (min-width: 992px) {
  .col-md-hidden {
    display: none;
  }
}

.tile-rot-90 {
  transform: rotate(90deg);
}

.tile-rot-90--cc {
  transform: rotate(-90deg);
}

.tile-rot-180 {
  transform: rotate(180deg);
}

.tile-rot-180--cc {
  transform: rotate(-180deg);
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
html, button, input, select, textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  clear: both;
}

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

.desktop-only {
  display: none !important;
}
@media only screen and (min-width: 992px) {
  .desktop-only {
    display: block !important;
  }
}

.desktop-only--inline {
  display: none !important;
}
@media only screen and (min-width: 992px) {
  .desktop-only--inline {
    display: inline !important;
  }
}

/* DEFAULT PRINT STYLES */
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .rte a, a:visited {
    text-decoration: underline;
  }
  .rte a[href]:after {
    content: " (" attr(href) ")";
  } /* Show the URL after a link when printed */
  .rte .ir a:after,
  .rte a[href^="javascript:"]:after,
  .rte a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-size: 14px;
  font-family: "Whitney A", "Whitney B", "Arial";
  line-height: 1.42857143;
  color: #4A4A4A;
  background: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  height: 100%;
}

.page-wrap {
  min-height: 100%;
}
.page-wrap:after {
  content: "";
  display: block;
}

.rte ul.breadcrumb {
  margin: 23px 0 0;
  flex-wrap: wrap;
  align-items: flex-start;
  list-style-type: none !important;
  padding-left: 0;
  color: #4A4A4A;
  display: none;
}
@media only screen and (min-width: 992px) {
  .rte ul.breadcrumb {
    display: block;
    margin: 54px 0 52px;
  }
}
@media only screen and (min-width: 1200px) {
  .rte ul.breadcrumb {
    margin: 62px 0 52px;
  }
}
.rte ul.breadcrumb .breadcrumb__root:before {
  display: none;
}
.rte ul.breadcrumb li {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
}
@media only screen and (min-width: 1200px) {
  .rte ul.breadcrumb li {
    font-size: 16px;
    line-height: 19px;
  }
}
.rte ul.breadcrumb li:before {
  content: ">";
  color: #867B72;
  left: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  margin: 0 8px 0 6px;
  position: static;
}
.rte ul.breadcrumb li a {
  color: #867B72;
  transition: 0.3s all ease;
  font-weight: 300;
}
.rte ul.breadcrumb li a:hover {
  color: #4A4A4A;
}
.rte ul.breadcrumb li.breadcrumb__current {
  font-weight: 600;
}

p, table {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
  margin-top: 22px;
  margin-bottom: 14px;
}

h1, h2 {
  font-family: "Lora";
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rte ul {
  margin-bottom: 15px;
  padding-left: 22.5px;
  list-style-type: disc;
}

.rte ol {
  margin-bottom: 15px;
  padding-left: 22.5px;
  list-style-type: decimal;
}

a {
  color: #026CB6;
  text-decoration: none;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

p {
  margin-top: 0;
}

.circle-link {
  border: 1px white solid;
  border-radius: 50px;
  display: inline-block;
  transition: 0.3s all ease;
}
.circle-link .fa-arrow-right {
  font-size: 16px;
  color: white;
  padding: 11px 12px;
  transition: 0.3s all ease;
}
@media only screen and (min-width: 768px) {
  .circle-link .fa-arrow-right {
    font-size: 18px;
    line-height: 18px;
    padding: 14px 14px 13px 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .circle-link .fa-arrow-right {
    font-size: 24px;
    line-height: 24px;
    padding: 18px 19px 18px 20px;
  }
}
.circle-link:hover {
  background: white;
}
.circle-link:hover .fa-arrow-right {
  color: #4A4A4A;
}

a:hover, a:focus {
  text-decoration: none;
  color: #014879;
}

strong {
  font-weight: 600;
  color: #242424;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.wp-caption {
  max-width: 100%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top-color: #eeeeee;
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

::-moz-selection {
  text-shadow: none;
  background-color: #B2BC36;
  color: #242424;
}

::selection {
  text-shadow: none;
  background-color: #B2BC36;
  color: #242424;
}

.clear {
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
  margin: 0 0 -1px;
}

@media only screen and (min-width: 768px) {
  html, body {
    height: 100%;
  }
}
.embed-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-wrap iframe,
.embed-wrap object,
.embed-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*
// Firefox
&::-moz-placeholder {
	color: $color;
	opacity: 1; // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526
}
// Internet Explorer 10+
&:-ms-input-placeholder {
	color: $color; 
}
// Safari and Chrome
&::-webkit-input-placeholder { 
	color: $color; 
}
*/
#jb-skip-link {
  position: absolute;
  top: 0;
  left: -9999px;
  z-index: 2200;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  text-transform: uppercase;
  color: #111;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

#jb-skip-link:focus {
  left: 0;
  opacity: 1;
  text-decoration: underline;
  outline: -1px thin dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}

.circled-icon {
  font-size: 16px;
  line-height: 28px;
  color: #E3D5CB;
  border: 1px solid #E3D5CB;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .circled-icon {
    line-height: 34px;
    width: 36px;
    height: 36px;
    margin-right: 10px !important;
  }
}
.circled-icon:before {
  position: relative;
  top: calc(50% - 8px);
}

.btn, .button {
  padding: 12px 23px 14px 22px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.btn, .button {
  user-select: none;
}
.btn, .button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px #fff solid;
  letter-spacing: 1px;
  line-height: 16px;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus, .button:focus, .button.focus, .button:active:focus, .button:active.focus, .button.active:focus, .button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus, .button:hover, .button:focus, .button.focus {
  color: #4A4A4A;
  text-decoration: none;
}
.btn:active, .btn.active, .button:active, .button.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn, .button.disabled, .button[disabled], fieldset[disabled] .button {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .btn, .button {
    white-space: nowrap;
  }
}
.btn .fa-arrow-right, .button .fa-arrow-right {
  font-size: 14px;
  position: relative;
  left: 6px;
  margin-right: 6px;
}

a.btn {
  text-transform: uppercase;
}
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn--about {
  color: #FFFFFF;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn--about:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid transparent;
  transform: translateX(-100%);
}
.btn--about:hover, .btn--about:focus {
  background: transparent;
}
.btn--about:hover:before, .btn--about:focus:before {
  transform: translateX(0);
}
.btn--about:before, .btn--about:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.btn--about:focus, .btn--about.focus {
  color: #FFFFFF;
}
.btn--about:hover {
  color: #FFFFFF;
}
.btn--about:active, .btn--about.active {
  color: #FFFFFF;
}
.btn--about:active:hover, .btn--about:active:focus, .btn--about:active.focus, .btn--about.active:hover, .btn--about.active:focus, .btn--about.active.focus {
  color: #FFFFFF;
}
.btn--about:active, .btn--about.active {
  background-image: none;
}
.btn--about.disabled:hover, .btn--about.disabled:focus, .btn--about.disabled.focus, .btn--about[disabled]:hover, .btn--about[disabled]:focus, .btn--about[disabled].focus, fieldset[disabled] .btn--about:hover, fieldset[disabled] .btn--about:focus, fieldset[disabled] .btn--about.focus {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.4);
}
.btn--about:hover, .btn--about:focus {
  color: #00385F;
  background-color: #fff;
  border-color: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn--about:hover:before, .btn--about:focus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid #fff;
  transform: translateX(-100%);
}
.btn--about:hover:hover, .btn--about:hover:focus, .btn--about:focus:hover, .btn--about:focus:focus {
  background: transparent;
}
.btn--about:hover:hover:before, .btn--about:hover:focus:before, .btn--about:focus:hover:before, .btn--about:focus:focus:before {
  transform: translateX(0);
}
.btn--about:hover:before, .btn--about:hover:after, .btn--about:focus:before, .btn--about:focus:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.btn--about:hover:focus, .btn--about:hover.focus, .btn--about:focus:focus, .btn--about:focus.focus {
  color: #00385F;
}
.btn--about:hover:hover, .btn--about:focus:hover {
  color: #00385F;
}
.btn--about:hover:active, .btn--about:hover.active, .btn--about:focus:active, .btn--about:focus.active {
  color: #00385F;
}
.btn--about:hover:active:hover, .btn--about:hover:active:focus, .btn--about:hover:active.focus, .btn--about:hover.active:hover, .btn--about:hover.active:focus, .btn--about:hover.active.focus, .btn--about:focus:active:hover, .btn--about:focus:active:focus, .btn--about:focus:active.focus, .btn--about:focus.active:hover, .btn--about:focus.active:focus, .btn--about:focus.active.focus {
  color: #00385F;
}
.btn--about:hover:active, .btn--about:hover.active, .btn--about:focus:active, .btn--about:focus.active {
  background-image: none;
}
.btn--about:hover.disabled:hover, .btn--about:hover.disabled:focus, .btn--about:hover.disabled.focus, .btn--about:hover[disabled]:hover, .btn--about:hover[disabled]:focus, .btn--about:hover[disabled].focus, fieldset[disabled] .btn--about:hover:hover, fieldset[disabled] .btn--about:hover:focus, fieldset[disabled] .btn--about:hover.focus, .btn--about:focus.disabled:hover, .btn--about:focus.disabled:focus, .btn--about:focus.disabled.focus, .btn--about:focus[disabled]:hover, .btn--about:focus[disabled]:focus, .btn--about:focus[disabled].focus, fieldset[disabled] .btn--about:focus:hover, fieldset[disabled] .btn--about:focus:focus, fieldset[disabled] .btn--about:focus.focus {
  background-color: #fff;
  border-color: #fff;
}
.btn--about:hover, .btn--about:focus {
  border-color: rgb(255, 255, 255);
  background: #fff;
}

.btn--white {
  color: #FFFFFF;
  background-color: transparent;
  border-color: white;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn--white:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid transparent;
  transform: translateX(-100%);
}
.btn--white:hover, .btn--white:focus {
  background: transparent;
}
.btn--white:hover:before, .btn--white:focus:before {
  transform: translateX(0);
}
.btn--white:before, .btn--white:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.btn--white:focus, .btn--white.focus {
  color: #FFFFFF;
}
.btn--white:hover {
  color: #FFFFFF;
}
.btn--white:active, .btn--white.active {
  color: #FFFFFF;
}
.btn--white:active:hover, .btn--white:active:focus, .btn--white:active.focus, .btn--white.active:hover, .btn--white.active:focus, .btn--white.active.focus {
  color: #FFFFFF;
}
.btn--white:active, .btn--white.active {
  background-image: none;
}
.btn--white.disabled:hover, .btn--white.disabled:focus, .btn--white.disabled.focus, .btn--white[disabled]:hover, .btn--white[disabled]:focus, .btn--white[disabled].focus, fieldset[disabled] .btn--white:hover, fieldset[disabled] .btn--white:focus, fieldset[disabled] .btn--white.focus {
  background-color: transparent;
  border-color: white;
}
.btn--white:hover, .btn--white:focus {
  color: #00385F;
  background-color: white;
  border-color: white;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn--white:hover:before, .btn--white:focus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid white;
  transform: translateX(-100%);
}
.btn--white:hover:hover, .btn--white:hover:focus, .btn--white:focus:hover, .btn--white:focus:focus {
  background: transparent;
}
.btn--white:hover:hover:before, .btn--white:hover:focus:before, .btn--white:focus:hover:before, .btn--white:focus:focus:before {
  transform: translateX(0);
}
.btn--white:hover:before, .btn--white:hover:after, .btn--white:focus:before, .btn--white:focus:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.btn--white:hover:focus, .btn--white:hover.focus, .btn--white:focus:focus, .btn--white:focus.focus {
  color: #00385F;
}
.btn--white:hover:hover, .btn--white:focus:hover {
  color: #00385F;
}
.btn--white:hover:active, .btn--white:hover.active, .btn--white:focus:active, .btn--white:focus.active {
  color: #00385F;
}
.btn--white:hover:active:hover, .btn--white:hover:active:focus, .btn--white:hover:active.focus, .btn--white:hover.active:hover, .btn--white:hover.active:focus, .btn--white:hover.active.focus, .btn--white:focus:active:hover, .btn--white:focus:active:focus, .btn--white:focus:active.focus, .btn--white:focus.active:hover, .btn--white:focus.active:focus, .btn--white:focus.active.focus {
  color: #00385F;
}
.btn--white:hover:active, .btn--white:hover.active, .btn--white:focus:active, .btn--white:focus.active {
  background-image: none;
}
.btn--white:hover.disabled:hover, .btn--white:hover.disabled:focus, .btn--white:hover.disabled.focus, .btn--white:hover[disabled]:hover, .btn--white:hover[disabled]:focus, .btn--white:hover[disabled].focus, fieldset[disabled] .btn--white:hover:hover, fieldset[disabled] .btn--white:hover:focus, fieldset[disabled] .btn--white:hover.focus, .btn--white:focus.disabled:hover, .btn--white:focus.disabled:focus, .btn--white:focus.disabled.focus, .btn--white:focus[disabled]:hover, .btn--white:focus[disabled]:focus, .btn--white:focus[disabled].focus, fieldset[disabled] .btn--white:focus:hover, fieldset[disabled] .btn--white:focus:focus, fieldset[disabled] .btn--white:focus.focus {
  background-color: white;
  border-color: white;
}

.btn--cc-white {
  color: #2d3b3c;
  background-color: white;
  border-color: white;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn--cc-white:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid white;
  transform: translateX(-100%);
}
.btn--cc-white:hover, .btn--cc-white:focus {
  background: transparent;
}
.btn--cc-white:hover:before, .btn--cc-white:focus:before {
  transform: translateX(0);
}
.btn--cc-white:before, .btn--cc-white:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.btn--cc-white:focus, .btn--cc-white.focus {
  color: #2d3b3c;
}
.btn--cc-white:hover {
  color: #2d3b3c;
}
.btn--cc-white:active, .btn--cc-white.active {
  color: #2d3b3c;
}
.btn--cc-white:active:hover, .btn--cc-white:active:focus, .btn--cc-white:active.focus, .btn--cc-white.active:hover, .btn--cc-white.active:focus, .btn--cc-white.active.focus {
  color: #2d3b3c;
}
.btn--cc-white:active, .btn--cc-white.active {
  background-image: none;
}
.btn--cc-white.disabled:hover, .btn--cc-white.disabled:focus, .btn--cc-white.disabled.focus, .btn--cc-white[disabled]:hover, .btn--cc-white[disabled]:focus, .btn--cc-white[disabled].focus, fieldset[disabled] .btn--cc-white:hover, fieldset[disabled] .btn--cc-white:focus, fieldset[disabled] .btn--cc-white.focus {
  background-color: white;
  border-color: white;
}
.btn--cc-white:hover, .btn--cc-white:focus {
  color: white;
  background-color: #2d3b3c;
  border-color: #2d3b3c;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn--cc-white:hover:before, .btn--cc-white:focus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid #2d3b3c;
  transform: translateX(-100%);
}
.btn--cc-white:hover:hover, .btn--cc-white:hover:focus, .btn--cc-white:focus:hover, .btn--cc-white:focus:focus {
  background: transparent;
}
.btn--cc-white:hover:hover:before, .btn--cc-white:hover:focus:before, .btn--cc-white:focus:hover:before, .btn--cc-white:focus:focus:before {
  transform: translateX(0);
}
.btn--cc-white:hover:before, .btn--cc-white:hover:after, .btn--cc-white:focus:before, .btn--cc-white:focus:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.btn--cc-white:hover:focus, .btn--cc-white:hover.focus, .btn--cc-white:focus:focus, .btn--cc-white:focus.focus {
  color: white;
}
.btn--cc-white:hover:hover, .btn--cc-white:focus:hover {
  color: white;
}
.btn--cc-white:hover:active, .btn--cc-white:hover.active, .btn--cc-white:focus:active, .btn--cc-white:focus.active {
  color: white;
}
.btn--cc-white:hover:active:hover, .btn--cc-white:hover:active:focus, .btn--cc-white:hover:active.focus, .btn--cc-white:hover.active:hover, .btn--cc-white:hover.active:focus, .btn--cc-white:hover.active.focus, .btn--cc-white:focus:active:hover, .btn--cc-white:focus:active:focus, .btn--cc-white:focus:active.focus, .btn--cc-white:focus.active:hover, .btn--cc-white:focus.active:focus, .btn--cc-white:focus.active.focus {
  color: white;
}
.btn--cc-white:hover:active, .btn--cc-white:hover.active, .btn--cc-white:focus:active, .btn--cc-white:focus.active {
  background-image: none;
}
.btn--cc-white:hover.disabled:hover, .btn--cc-white:hover.disabled:focus, .btn--cc-white:hover.disabled.focus, .btn--cc-white:hover[disabled]:hover, .btn--cc-white:hover[disabled]:focus, .btn--cc-white:hover[disabled].focus, fieldset[disabled] .btn--cc-white:hover:hover, fieldset[disabled] .btn--cc-white:hover:focus, fieldset[disabled] .btn--cc-white:hover.focus, .btn--cc-white:focus.disabled:hover, .btn--cc-white:focus.disabled:focus, .btn--cc-white:focus.disabled.focus, .btn--cc-white:focus[disabled]:hover, .btn--cc-white:focus[disabled]:focus, .btn--cc-white:focus[disabled].focus, fieldset[disabled] .btn--cc-white:focus:hover, fieldset[disabled] .btn--cc-white:focus:focus, fieldset[disabled] .btn--cc-white:focus.focus {
  background-color: #2d3b3c;
  border-color: #2d3b3c;
}

.btn--white-green {
  color: #FFFFFF;
  background-color: transparent;
  border-color: white;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn--white-green:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid transparent;
  transform: translateX(-100%);
}
.btn--white-green:hover, .btn--white-green:focus {
  background: transparent;
}
.btn--white-green:hover:before, .btn--white-green:focus:before {
  transform: translateX(0);
}
.btn--white-green:before, .btn--white-green:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.btn--white-green:focus, .btn--white-green.focus {
  color: #FFFFFF;
}
.btn--white-green:hover {
  color: #FFFFFF;
}
.btn--white-green:active, .btn--white-green.active {
  color: #FFFFFF;
}
.btn--white-green:active:hover, .btn--white-green:active:focus, .btn--white-green:active.focus, .btn--white-green.active:hover, .btn--white-green.active:focus, .btn--white-green.active.focus {
  color: #FFFFFF;
}
.btn--white-green:active, .btn--white-green.active {
  background-image: none;
}
.btn--white-green.disabled:hover, .btn--white-green.disabled:focus, .btn--white-green.disabled.focus, .btn--white-green[disabled]:hover, .btn--white-green[disabled]:focus, .btn--white-green[disabled].focus, fieldset[disabled] .btn--white-green:hover, fieldset[disabled] .btn--white-green:focus, fieldset[disabled] .btn--white-green.focus {
  background-color: transparent;
  border-color: white;
}
.btn--white-green:hover, .btn--white-green:focus {
  color: #B2BC36;
  background-color: white;
  border-color: white;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn--white-green:hover:before, .btn--white-green:focus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid white;
  transform: translateX(-100%);
}
.btn--white-green:hover:hover, .btn--white-green:hover:focus, .btn--white-green:focus:hover, .btn--white-green:focus:focus {
  background: transparent;
}
.btn--white-green:hover:hover:before, .btn--white-green:hover:focus:before, .btn--white-green:focus:hover:before, .btn--white-green:focus:focus:before {
  transform: translateX(0);
}
.btn--white-green:hover:before, .btn--white-green:hover:after, .btn--white-green:focus:before, .btn--white-green:focus:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.btn--white-green:hover:focus, .btn--white-green:hover.focus, .btn--white-green:focus:focus, .btn--white-green:focus.focus {
  color: #B2BC36;
}
.btn--white-green:hover:hover, .btn--white-green:focus:hover {
  color: #B2BC36;
}
.btn--white-green:hover:active, .btn--white-green:hover.active, .btn--white-green:focus:active, .btn--white-green:focus.active {
  color: #B2BC36;
}
.btn--white-green:hover:active:hover, .btn--white-green:hover:active:focus, .btn--white-green:hover:active.focus, .btn--white-green:hover.active:hover, .btn--white-green:hover.active:focus, .btn--white-green:hover.active.focus, .btn--white-green:focus:active:hover, .btn--white-green:focus:active:focus, .btn--white-green:focus:active.focus, .btn--white-green:focus.active:hover, .btn--white-green:focus.active:focus, .btn--white-green:focus.active.focus {
  color: #B2BC36;
}
.btn--white-green:hover:active, .btn--white-green:hover.active, .btn--white-green:focus:active, .btn--white-green:focus.active {
  background-image: none;
}
.btn--white-green:hover.disabled:hover, .btn--white-green:hover.disabled:focus, .btn--white-green:hover.disabled.focus, .btn--white-green:hover[disabled]:hover, .btn--white-green:hover[disabled]:focus, .btn--white-green:hover[disabled].focus, fieldset[disabled] .btn--white-green:hover:hover, fieldset[disabled] .btn--white-green:hover:focus, fieldset[disabled] .btn--white-green:hover.focus, .btn--white-green:focus.disabled:hover, .btn--white-green:focus.disabled:focus, .btn--white-green:focus.disabled.focus, .btn--white-green:focus[disabled]:hover, .btn--white-green:focus[disabled]:focus, .btn--white-green:focus[disabled].focus, fieldset[disabled] .btn--white-green:focus:hover, fieldset[disabled] .btn--white-green:focus:focus, fieldset[disabled] .btn--white-green:focus.focus {
  background-color: white;
  border-color: white;
}

.btn--white-tc {
  color: #FFFFFF;
  background-color: transparent;
  border-color: white;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn--white-tc:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid transparent;
  transform: translateX(-100%);
}
.btn--white-tc:hover, .btn--white-tc:focus {
  background: transparent;
}
.btn--white-tc:hover:before, .btn--white-tc:focus:before {
  transform: translateX(0);
}
.btn--white-tc:before, .btn--white-tc:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.btn--white-tc:focus, .btn--white-tc.focus {
  color: #FFFFFF;
}
.btn--white-tc:hover {
  color: #FFFFFF;
}
.btn--white-tc:active, .btn--white-tc.active {
  color: #FFFFFF;
}
.btn--white-tc:active:hover, .btn--white-tc:active:focus, .btn--white-tc:active.focus, .btn--white-tc.active:hover, .btn--white-tc.active:focus, .btn--white-tc.active.focus {
  color: #FFFFFF;
}
.btn--white-tc:active, .btn--white-tc.active {
  background-image: none;
}
.btn--white-tc.disabled:hover, .btn--white-tc.disabled:focus, .btn--white-tc.disabled.focus, .btn--white-tc[disabled]:hover, .btn--white-tc[disabled]:focus, .btn--white-tc[disabled].focus, fieldset[disabled] .btn--white-tc:hover, fieldset[disabled] .btn--white-tc:focus, fieldset[disabled] .btn--white-tc.focus {
  background-color: transparent;
  border-color: white;
}
.btn--white-tc:hover, .btn--white-tc:focus {
  color: #9E3E23;
  background-color: white;
  border-color: white;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn--white-tc:hover:before, .btn--white-tc:focus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid white;
  transform: translateX(-100%);
}
.btn--white-tc:hover:hover, .btn--white-tc:hover:focus, .btn--white-tc:focus:hover, .btn--white-tc:focus:focus {
  background: transparent;
}
.btn--white-tc:hover:hover:before, .btn--white-tc:hover:focus:before, .btn--white-tc:focus:hover:before, .btn--white-tc:focus:focus:before {
  transform: translateX(0);
}
.btn--white-tc:hover:before, .btn--white-tc:hover:after, .btn--white-tc:focus:before, .btn--white-tc:focus:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.btn--white-tc:hover:focus, .btn--white-tc:hover.focus, .btn--white-tc:focus:focus, .btn--white-tc:focus.focus {
  color: #9E3E23;
}
.btn--white-tc:hover:hover, .btn--white-tc:focus:hover {
  color: #9E3E23;
}
.btn--white-tc:hover:active, .btn--white-tc:hover.active, .btn--white-tc:focus:active, .btn--white-tc:focus.active {
  color: #9E3E23;
}
.btn--white-tc:hover:active:hover, .btn--white-tc:hover:active:focus, .btn--white-tc:hover:active.focus, .btn--white-tc:hover.active:hover, .btn--white-tc:hover.active:focus, .btn--white-tc:hover.active.focus, .btn--white-tc:focus:active:hover, .btn--white-tc:focus:active:focus, .btn--white-tc:focus:active.focus, .btn--white-tc:focus.active:hover, .btn--white-tc:focus.active:focus, .btn--white-tc:focus.active.focus {
  color: #9E3E23;
}
.btn--white-tc:hover:active, .btn--white-tc:hover.active, .btn--white-tc:focus:active, .btn--white-tc:focus.active {
  background-image: none;
}
.btn--white-tc:hover.disabled:hover, .btn--white-tc:hover.disabled:focus, .btn--white-tc:hover.disabled.focus, .btn--white-tc:hover[disabled]:hover, .btn--white-tc:hover[disabled]:focus, .btn--white-tc:hover[disabled].focus, fieldset[disabled] .btn--white-tc:hover:hover, fieldset[disabled] .btn--white-tc:hover:focus, fieldset[disabled] .btn--white-tc:hover.focus, .btn--white-tc:focus.disabled:hover, .btn--white-tc:focus.disabled:focus, .btn--white-tc:focus.disabled.focus, .btn--white-tc:focus[disabled]:hover, .btn--white-tc:focus[disabled]:focus, .btn--white-tc:focus[disabled].focus, fieldset[disabled] .btn--white-tc:focus:hover, fieldset[disabled] .btn--white-tc:focus:focus, fieldset[disabled] .btn--white-tc:focus.focus {
  background-color: white;
  border-color: white;
}

.btn--white-blue {
  color: #FFFFFF;
  background-color: transparent;
  border-color: white;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn--white-blue:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid transparent;
  transform: translateX(-100%);
}
.btn--white-blue:hover, .btn--white-blue:focus {
  background: transparent;
}
.btn--white-blue:hover:before, .btn--white-blue:focus:before {
  transform: translateX(0);
}
.btn--white-blue:before, .btn--white-blue:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.btn--white-blue:focus, .btn--white-blue.focus {
  color: #FFFFFF;
}
.btn--white-blue:hover {
  color: #FFFFFF;
}
.btn--white-blue:active, .btn--white-blue.active {
  color: #FFFFFF;
}
.btn--white-blue:active:hover, .btn--white-blue:active:focus, .btn--white-blue:active.focus, .btn--white-blue.active:hover, .btn--white-blue.active:focus, .btn--white-blue.active.focus {
  color: #FFFFFF;
}
.btn--white-blue:active, .btn--white-blue.active {
  background-image: none;
}
.btn--white-blue.disabled:hover, .btn--white-blue.disabled:focus, .btn--white-blue.disabled.focus, .btn--white-blue[disabled]:hover, .btn--white-blue[disabled]:focus, .btn--white-blue[disabled].focus, fieldset[disabled] .btn--white-blue:hover, fieldset[disabled] .btn--white-blue:focus, fieldset[disabled] .btn--white-blue.focus {
  background-color: transparent;
  border-color: white;
}
.btn--white-blue:hover, .btn--white-blue:focus {
  color: #026CB6;
  background-color: white;
  border-color: white;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn--white-blue:hover:before, .btn--white-blue:focus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid white;
  transform: translateX(-100%);
}
.btn--white-blue:hover:hover, .btn--white-blue:hover:focus, .btn--white-blue:focus:hover, .btn--white-blue:focus:focus {
  background: transparent;
}
.btn--white-blue:hover:hover:before, .btn--white-blue:hover:focus:before, .btn--white-blue:focus:hover:before, .btn--white-blue:focus:focus:before {
  transform: translateX(0);
}
.btn--white-blue:hover:before, .btn--white-blue:hover:after, .btn--white-blue:focus:before, .btn--white-blue:focus:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.btn--white-blue:hover:focus, .btn--white-blue:hover.focus, .btn--white-blue:focus:focus, .btn--white-blue:focus.focus {
  color: #026CB6;
}
.btn--white-blue:hover:hover, .btn--white-blue:focus:hover {
  color: #026CB6;
}
.btn--white-blue:hover:active, .btn--white-blue:hover.active, .btn--white-blue:focus:active, .btn--white-blue:focus.active {
  color: #026CB6;
}
.btn--white-blue:hover:active:hover, .btn--white-blue:hover:active:focus, .btn--white-blue:hover:active.focus, .btn--white-blue:hover.active:hover, .btn--white-blue:hover.active:focus, .btn--white-blue:hover.active.focus, .btn--white-blue:focus:active:hover, .btn--white-blue:focus:active:focus, .btn--white-blue:focus:active.focus, .btn--white-blue:focus.active:hover, .btn--white-blue:focus.active:focus, .btn--white-blue:focus.active.focus {
  color: #026CB6;
}
.btn--white-blue:hover:active, .btn--white-blue:hover.active, .btn--white-blue:focus:active, .btn--white-blue:focus.active {
  background-image: none;
}
.btn--white-blue:hover.disabled:hover, .btn--white-blue:hover.disabled:focus, .btn--white-blue:hover.disabled.focus, .btn--white-blue:hover[disabled]:hover, .btn--white-blue:hover[disabled]:focus, .btn--white-blue:hover[disabled].focus, fieldset[disabled] .btn--white-blue:hover:hover, fieldset[disabled] .btn--white-blue:hover:focus, fieldset[disabled] .btn--white-blue:hover.focus, .btn--white-blue:focus.disabled:hover, .btn--white-blue:focus.disabled:focus, .btn--white-blue:focus.disabled.focus, .btn--white-blue:focus[disabled]:hover, .btn--white-blue:focus[disabled]:focus, .btn--white-blue:focus[disabled].focus, fieldset[disabled] .btn--white-blue:focus:hover, fieldset[disabled] .btn--white-blue:focus:focus, fieldset[disabled] .btn--white-blue:focus.focus {
  background-color: white;
  border-color: white;
}

.btn--tan {
  color: #98897E;
  background-color: transparent;
  border-color: #E3D5CB;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn--tan:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid transparent;
  transform: translateX(-100%);
}
.btn--tan:hover, .btn--tan:focus {
  background: transparent;
}
.btn--tan:hover:before, .btn--tan:focus:before {
  transform: translateX(0);
}
.btn--tan:before, .btn--tan:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.btn--tan:focus, .btn--tan.focus {
  color: #98897E;
}
.btn--tan:hover {
  color: #98897E;
}
.btn--tan:active, .btn--tan.active {
  color: #98897E;
}
.btn--tan:active:hover, .btn--tan:active:focus, .btn--tan:active.focus, .btn--tan.active:hover, .btn--tan.active:focus, .btn--tan.active.focus {
  color: #98897E;
}
.btn--tan:active, .btn--tan.active {
  background-image: none;
}
.btn--tan.disabled:hover, .btn--tan.disabled:focus, .btn--tan.disabled.focus, .btn--tan[disabled]:hover, .btn--tan[disabled]:focus, .btn--tan[disabled].focus, fieldset[disabled] .btn--tan:hover, fieldset[disabled] .btn--tan:focus, fieldset[disabled] .btn--tan.focus {
  background-color: transparent;
  border-color: #E3D5CB;
}
.btn--tan:hover, .btn--tan:focus {
  color: #00385F;
  background-color: #E3D5CB;
  border-color: #E3D5CB;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn--tan:hover:before, .btn--tan:focus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid #E3D5CB;
  transform: translateX(-100%);
}
.btn--tan:hover:hover, .btn--tan:hover:focus, .btn--tan:focus:hover, .btn--tan:focus:focus {
  background: transparent;
}
.btn--tan:hover:hover:before, .btn--tan:hover:focus:before, .btn--tan:focus:hover:before, .btn--tan:focus:focus:before {
  transform: translateX(0);
}
.btn--tan:hover:before, .btn--tan:hover:after, .btn--tan:focus:before, .btn--tan:focus:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.btn--tan:hover:focus, .btn--tan:hover.focus, .btn--tan:focus:focus, .btn--tan:focus.focus {
  color: #00385F;
}
.btn--tan:hover:hover, .btn--tan:focus:hover {
  color: #00385F;
}
.btn--tan:hover:active, .btn--tan:hover.active, .btn--tan:focus:active, .btn--tan:focus.active {
  color: #00385F;
}
.btn--tan:hover:active:hover, .btn--tan:hover:active:focus, .btn--tan:hover:active.focus, .btn--tan:hover.active:hover, .btn--tan:hover.active:focus, .btn--tan:hover.active.focus, .btn--tan:focus:active:hover, .btn--tan:focus:active:focus, .btn--tan:focus:active.focus, .btn--tan:focus.active:hover, .btn--tan:focus.active:focus, .btn--tan:focus.active.focus {
  color: #00385F;
}
.btn--tan:hover:active, .btn--tan:hover.active, .btn--tan:focus:active, .btn--tan:focus.active {
  background-image: none;
}
.btn--tan:hover.disabled:hover, .btn--tan:hover.disabled:focus, .btn--tan:hover.disabled.focus, .btn--tan:hover[disabled]:hover, .btn--tan:hover[disabled]:focus, .btn--tan:hover[disabled].focus, fieldset[disabled] .btn--tan:hover:hover, fieldset[disabled] .btn--tan:hover:focus, fieldset[disabled] .btn--tan:hover.focus, .btn--tan:focus.disabled:hover, .btn--tan:focus.disabled:focus, .btn--tan:focus.disabled.focus, .btn--tan:focus[disabled]:hover, .btn--tan:focus[disabled]:focus, .btn--tan:focus[disabled].focus, fieldset[disabled] .btn--tan:focus:hover, fieldset[disabled] .btn--tan:focus:focus, fieldset[disabled] .btn--tan:focus.focus {
  background-color: #E3D5CB;
  border-color: #E3D5CB;
}

.btn--blue {
  color: #FFFFFF;
  background-color: #026CB6;
  border-color: #026CB6;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn--blue:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid #026CB6;
  transform: translateX(-100%);
}
.btn--blue:hover, .btn--blue:focus {
  background: transparent;
}
.btn--blue:hover:before, .btn--blue:focus:before {
  transform: translateX(0);
}
.btn--blue:before, .btn--blue:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.btn--blue:focus, .btn--blue.focus {
  color: #FFFFFF;
}
.btn--blue:hover {
  color: #FFFFFF;
}
.btn--blue:active, .btn--blue.active {
  color: #FFFFFF;
}
.btn--blue:active:hover, .btn--blue:active:focus, .btn--blue:active.focus, .btn--blue.active:hover, .btn--blue.active:focus, .btn--blue.active.focus {
  color: #FFFFFF;
}
.btn--blue:active, .btn--blue.active {
  background-image: none;
}
.btn--blue.disabled:hover, .btn--blue.disabled:focus, .btn--blue.disabled.focus, .btn--blue[disabled]:hover, .btn--blue[disabled]:focus, .btn--blue[disabled].focus, fieldset[disabled] .btn--blue:hover, fieldset[disabled] .btn--blue:focus, fieldset[disabled] .btn--blue.focus {
  background-color: #026CB6;
  border-color: #026CB6;
}
.btn--blue:hover, .btn--blue:focus {
  color: #FFFFFF;
  background-color: #00385F;
  border-color: #00385F;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn--blue:hover:before, .btn--blue:focus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid #00385F;
  transform: translateX(-100%);
}
.btn--blue:hover:hover, .btn--blue:hover:focus, .btn--blue:focus:hover, .btn--blue:focus:focus {
  background: transparent;
}
.btn--blue:hover:hover:before, .btn--blue:hover:focus:before, .btn--blue:focus:hover:before, .btn--blue:focus:focus:before {
  transform: translateX(0);
}
.btn--blue:hover:before, .btn--blue:hover:after, .btn--blue:focus:before, .btn--blue:focus:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.btn--blue:hover:focus, .btn--blue:hover.focus, .btn--blue:focus:focus, .btn--blue:focus.focus {
  color: #FFFFFF;
}
.btn--blue:hover:hover, .btn--blue:focus:hover {
  color: #FFFFFF;
}
.btn--blue:hover:active, .btn--blue:hover.active, .btn--blue:focus:active, .btn--blue:focus.active {
  color: #FFFFFF;
}
.btn--blue:hover:active:hover, .btn--blue:hover:active:focus, .btn--blue:hover:active.focus, .btn--blue:hover.active:hover, .btn--blue:hover.active:focus, .btn--blue:hover.active.focus, .btn--blue:focus:active:hover, .btn--blue:focus:active:focus, .btn--blue:focus:active.focus, .btn--blue:focus.active:hover, .btn--blue:focus.active:focus, .btn--blue:focus.active.focus {
  color: #FFFFFF;
}
.btn--blue:hover:active, .btn--blue:hover.active, .btn--blue:focus:active, .btn--blue:focus.active {
  background-image: none;
}
.btn--blue:hover.disabled:hover, .btn--blue:hover.disabled:focus, .btn--blue:hover.disabled.focus, .btn--blue:hover[disabled]:hover, .btn--blue:hover[disabled]:focus, .btn--blue:hover[disabled].focus, fieldset[disabled] .btn--blue:hover:hover, fieldset[disabled] .btn--blue:hover:focus, fieldset[disabled] .btn--blue:hover.focus, .btn--blue:focus.disabled:hover, .btn--blue:focus.disabled:focus, .btn--blue:focus.disabled.focus, .btn--blue:focus[disabled]:hover, .btn--blue:focus[disabled]:focus, .btn--blue:focus[disabled].focus, fieldset[disabled] .btn--blue:focus:hover, fieldset[disabled] .btn--blue:focus:focus, fieldset[disabled] .btn--blue:focus.focus {
  background-color: #00385F;
  border-color: #00385F;
}

.btn--terra-cotta {
  color: #FFFFFF;
  background-color: #9E3E23;
  border-color: #9E3E23;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn--terra-cotta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid #9E3E23;
  transform: translateX(-100%);
}
.btn--terra-cotta:hover, .btn--terra-cotta:focus {
  background: transparent;
}
.btn--terra-cotta:hover:before, .btn--terra-cotta:focus:before {
  transform: translateX(0);
}
.btn--terra-cotta:before, .btn--terra-cotta:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.btn--terra-cotta:focus, .btn--terra-cotta.focus {
  color: #FFFFFF;
}
.btn--terra-cotta:hover {
  color: #FFFFFF;
}
.btn--terra-cotta:active, .btn--terra-cotta.active {
  color: #FFFFFF;
}
.btn--terra-cotta:active:hover, .btn--terra-cotta:active:focus, .btn--terra-cotta:active.focus, .btn--terra-cotta.active:hover, .btn--terra-cotta.active:focus, .btn--terra-cotta.active.focus {
  color: #FFFFFF;
}
.btn--terra-cotta:active, .btn--terra-cotta.active {
  background-image: none;
}
.btn--terra-cotta.disabled:hover, .btn--terra-cotta.disabled:focus, .btn--terra-cotta.disabled.focus, .btn--terra-cotta[disabled]:hover, .btn--terra-cotta[disabled]:focus, .btn--terra-cotta[disabled].focus, fieldset[disabled] .btn--terra-cotta:hover, fieldset[disabled] .btn--terra-cotta:focus, fieldset[disabled] .btn--terra-cotta.focus {
  background-color: #9E3E23;
  border-color: #9E3E23;
}
.btn--terra-cotta:hover, .btn--terra-cotta:focus {
  color: #FFFFFF;
  background-color: #742e1a;
  border-color: #742e1a;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn--terra-cotta:hover:before, .btn--terra-cotta:focus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid #742e1a;
  transform: translateX(-100%);
}
.btn--terra-cotta:hover:hover, .btn--terra-cotta:hover:focus, .btn--terra-cotta:focus:hover, .btn--terra-cotta:focus:focus {
  background: transparent;
}
.btn--terra-cotta:hover:hover:before, .btn--terra-cotta:hover:focus:before, .btn--terra-cotta:focus:hover:before, .btn--terra-cotta:focus:focus:before {
  transform: translateX(0);
}
.btn--terra-cotta:hover:before, .btn--terra-cotta:hover:after, .btn--terra-cotta:focus:before, .btn--terra-cotta:focus:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.btn--terra-cotta:hover:focus, .btn--terra-cotta:hover.focus, .btn--terra-cotta:focus:focus, .btn--terra-cotta:focus.focus {
  color: #FFFFFF;
}
.btn--terra-cotta:hover:hover, .btn--terra-cotta:focus:hover {
  color: #FFFFFF;
}
.btn--terra-cotta:hover:active, .btn--terra-cotta:hover.active, .btn--terra-cotta:focus:active, .btn--terra-cotta:focus.active {
  color: #FFFFFF;
}
.btn--terra-cotta:hover:active:hover, .btn--terra-cotta:hover:active:focus, .btn--terra-cotta:hover:active.focus, .btn--terra-cotta:hover.active:hover, .btn--terra-cotta:hover.active:focus, .btn--terra-cotta:hover.active.focus, .btn--terra-cotta:focus:active:hover, .btn--terra-cotta:focus:active:focus, .btn--terra-cotta:focus:active.focus, .btn--terra-cotta:focus.active:hover, .btn--terra-cotta:focus.active:focus, .btn--terra-cotta:focus.active.focus {
  color: #FFFFFF;
}
.btn--terra-cotta:hover:active, .btn--terra-cotta:hover.active, .btn--terra-cotta:focus:active, .btn--terra-cotta:focus.active {
  background-image: none;
}
.btn--terra-cotta:hover.disabled:hover, .btn--terra-cotta:hover.disabled:focus, .btn--terra-cotta:hover.disabled.focus, .btn--terra-cotta:hover[disabled]:hover, .btn--terra-cotta:hover[disabled]:focus, .btn--terra-cotta:hover[disabled].focus, fieldset[disabled] .btn--terra-cotta:hover:hover, fieldset[disabled] .btn--terra-cotta:hover:focus, fieldset[disabled] .btn--terra-cotta:hover.focus, .btn--terra-cotta:focus.disabled:hover, .btn--terra-cotta:focus.disabled:focus, .btn--terra-cotta:focus.disabled.focus, .btn--terra-cotta:focus[disabled]:hover, .btn--terra-cotta:focus[disabled]:focus, .btn--terra-cotta:focus[disabled].focus, fieldset[disabled] .btn--terra-cotta:focus:hover, fieldset[disabled] .btn--terra-cotta:focus:focus, fieldset[disabled] .btn--terra-cotta:focus.focus {
  background-color: #742e1a;
  border-color: #742e1a;
}

.btn--style-1 {
  color: #026CB6;
  background-color: transparent;
  border-color: #026CB6;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn--style-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid transparent;
  transform: translateX(-100%);
}
.btn--style-1:hover, .btn--style-1:focus {
  background: transparent;
}
.btn--style-1:hover:before, .btn--style-1:focus:before {
  transform: translateX(0);
}
.btn--style-1:before, .btn--style-1:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.btn--style-1:focus, .btn--style-1.focus {
  color: #026CB6;
}
.btn--style-1:hover {
  color: #026CB6;
}
.btn--style-1:active, .btn--style-1.active {
  color: #026CB6;
}
.btn--style-1:active:hover, .btn--style-1:active:focus, .btn--style-1:active.focus, .btn--style-1.active:hover, .btn--style-1.active:focus, .btn--style-1.active.focus {
  color: #026CB6;
}
.btn--style-1:active, .btn--style-1.active {
  background-image: none;
}
.btn--style-1.disabled:hover, .btn--style-1.disabled:focus, .btn--style-1.disabled.focus, .btn--style-1[disabled]:hover, .btn--style-1[disabled]:focus, .btn--style-1[disabled].focus, fieldset[disabled] .btn--style-1:hover, fieldset[disabled] .btn--style-1:focus, fieldset[disabled] .btn--style-1.focus {
  background-color: transparent;
  border-color: #026CB6;
}
.btn--style-1:hover, .btn--style-1:focus {
  color: white;
  background-color: #026CB6;
  border-color: #026CB6;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn--style-1:hover:before, .btn--style-1:focus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid #026CB6;
  transform: translateX(-100%);
}
.btn--style-1:hover:hover, .btn--style-1:hover:focus, .btn--style-1:focus:hover, .btn--style-1:focus:focus {
  background: transparent;
}
.btn--style-1:hover:hover:before, .btn--style-1:hover:focus:before, .btn--style-1:focus:hover:before, .btn--style-1:focus:focus:before {
  transform: translateX(0);
}
.btn--style-1:hover:before, .btn--style-1:hover:after, .btn--style-1:focus:before, .btn--style-1:focus:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.btn--style-1:hover:focus, .btn--style-1:hover.focus, .btn--style-1:focus:focus, .btn--style-1:focus.focus {
  color: white;
}
.btn--style-1:hover:hover, .btn--style-1:focus:hover {
  color: white;
}
.btn--style-1:hover:active, .btn--style-1:hover.active, .btn--style-1:focus:active, .btn--style-1:focus.active {
  color: white;
}
.btn--style-1:hover:active:hover, .btn--style-1:hover:active:focus, .btn--style-1:hover:active.focus, .btn--style-1:hover.active:hover, .btn--style-1:hover.active:focus, .btn--style-1:hover.active.focus, .btn--style-1:focus:active:hover, .btn--style-1:focus:active:focus, .btn--style-1:focus:active.focus, .btn--style-1:focus.active:hover, .btn--style-1:focus.active:focus, .btn--style-1:focus.active.focus {
  color: white;
}
.btn--style-1:hover:active, .btn--style-1:hover.active, .btn--style-1:focus:active, .btn--style-1:focus.active {
  background-image: none;
}
.btn--style-1:hover.disabled:hover, .btn--style-1:hover.disabled:focus, .btn--style-1:hover.disabled.focus, .btn--style-1:hover[disabled]:hover, .btn--style-1:hover[disabled]:focus, .btn--style-1:hover[disabled].focus, fieldset[disabled] .btn--style-1:hover:hover, fieldset[disabled] .btn--style-1:hover:focus, fieldset[disabled] .btn--style-1:hover.focus, .btn--style-1:focus.disabled:hover, .btn--style-1:focus.disabled:focus, .btn--style-1:focus.disabled.focus, .btn--style-1:focus[disabled]:hover, .btn--style-1:focus[disabled]:focus, .btn--style-1:focus[disabled].focus, fieldset[disabled] .btn--style-1:focus:hover, fieldset[disabled] .btn--style-1:focus:focus, fieldset[disabled] .btn--style-1:focus.focus {
  background-color: #026CB6;
  border-color: #026CB6;
}

.btn--transparent {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn--transparent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid rgba(255, 255, 255, 0.1);
  transform: translateX(-100%);
}
.btn--transparent:hover, .btn--transparent:focus {
  background: transparent;
}
.btn--transparent:hover:before, .btn--transparent:focus:before {
  transform: translateX(0);
}
.btn--transparent:before, .btn--transparent:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.btn--transparent:focus, .btn--transparent.focus {
  color: #FFFFFF;
}
.btn--transparent:hover {
  color: #FFFFFF;
}
.btn--transparent:active, .btn--transparent.active {
  color: #FFFFFF;
}
.btn--transparent:active:hover, .btn--transparent:active:focus, .btn--transparent:active.focus, .btn--transparent.active:hover, .btn--transparent.active:focus, .btn--transparent.active.focus {
  color: #FFFFFF;
}
.btn--transparent:active, .btn--transparent.active {
  background-image: none;
}
.btn--transparent.disabled:hover, .btn--transparent.disabled:focus, .btn--transparent.disabled.focus, .btn--transparent[disabled]:hover, .btn--transparent[disabled]:focus, .btn--transparent[disabled].focus, fieldset[disabled] .btn--transparent:hover, fieldset[disabled] .btn--transparent:focus, fieldset[disabled] .btn--transparent.focus {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}
.btn--transparent:hover, .btn--transparent:focus {
  color: #026CB6;
  background-color: rgb(255, 255, 255);
  border-color: transparent;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn--transparent:hover:before, .btn--transparent:focus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid rgb(255, 255, 255);
  transform: translateX(-100%);
}
.btn--transparent:hover:hover, .btn--transparent:hover:focus, .btn--transparent:focus:hover, .btn--transparent:focus:focus {
  background: transparent;
}
.btn--transparent:hover:hover:before, .btn--transparent:hover:focus:before, .btn--transparent:focus:hover:before, .btn--transparent:focus:focus:before {
  transform: translateX(0);
}
.btn--transparent:hover:before, .btn--transparent:hover:after, .btn--transparent:focus:before, .btn--transparent:focus:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.btn--transparent:hover:focus, .btn--transparent:hover.focus, .btn--transparent:focus:focus, .btn--transparent:focus.focus {
  color: #026CB6;
}
.btn--transparent:hover:hover, .btn--transparent:focus:hover {
  color: #026CB6;
}
.btn--transparent:hover:active, .btn--transparent:hover.active, .btn--transparent:focus:active, .btn--transparent:focus.active {
  color: #026CB6;
}
.btn--transparent:hover:active:hover, .btn--transparent:hover:active:focus, .btn--transparent:hover:active.focus, .btn--transparent:hover.active:hover, .btn--transparent:hover.active:focus, .btn--transparent:hover.active.focus, .btn--transparent:focus:active:hover, .btn--transparent:focus:active:focus, .btn--transparent:focus:active.focus, .btn--transparent:focus.active:hover, .btn--transparent:focus.active:focus, .btn--transparent:focus.active.focus {
  color: #026CB6;
}
.btn--transparent:hover:active, .btn--transparent:hover.active, .btn--transparent:focus:active, .btn--transparent:focus.active {
  background-image: none;
}
.btn--transparent:hover.disabled:hover, .btn--transparent:hover.disabled:focus, .btn--transparent:hover.disabled.focus, .btn--transparent:hover[disabled]:hover, .btn--transparent:hover[disabled]:focus, .btn--transparent:hover[disabled].focus, fieldset[disabled] .btn--transparent:hover:hover, fieldset[disabled] .btn--transparent:hover:focus, fieldset[disabled] .btn--transparent:hover.focus, .btn--transparent:focus.disabled:hover, .btn--transparent:focus.disabled:focus, .btn--transparent:focus.disabled.focus, .btn--transparent:focus[disabled]:hover, .btn--transparent:focus[disabled]:focus, .btn--transparent:focus[disabled].focus, fieldset[disabled] .btn--transparent:focus:hover, fieldset[disabled] .btn--transparent:focus:focus, fieldset[disabled] .btn--transparent:focus.focus {
  background-color: rgb(255, 255, 255);
  border-color: transparent;
}

.btn--primary {
  color: #00385F;
  background-color: transparent;
  border-color: rgb(227, 213, 203);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn--primary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid transparent;
  transform: translateX(-100%);
}
.btn--primary:hover, .btn--primary:focus {
  background: transparent;
}
.btn--primary:hover:before, .btn--primary:focus:before {
  transform: translateX(0);
}
.btn--primary:before, .btn--primary:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.btn--primary:focus, .btn--primary.focus {
  color: #00385F;
}
.btn--primary:hover {
  color: #00385F;
}
.btn--primary:active, .btn--primary.active {
  color: #00385F;
}
.btn--primary:active:hover, .btn--primary:active:focus, .btn--primary:active.focus, .btn--primary.active:hover, .btn--primary.active:focus, .btn--primary.active.focus {
  color: #00385F;
}
.btn--primary:active, .btn--primary.active {
  background-image: none;
}
.btn--primary.disabled:hover, .btn--primary.disabled:focus, .btn--primary.disabled.focus, .btn--primary[disabled]:hover, .btn--primary[disabled]:focus, .btn--primary[disabled].focus, fieldset[disabled] .btn--primary:hover, fieldset[disabled] .btn--primary:focus, fieldset[disabled] .btn--primary.focus {
  background-color: transparent;
  border-color: rgb(227, 213, 203);
}
.btn--primary:after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 14px;
  position: relative;
  left: 10px;
  margin-right: 10px;
}
.btn--primary:hover, .btn--primary:focus {
  color: #FFFFFF;
  background-color: #00385F;
  border-color: #00385F;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn--primary:hover:before, .btn--primary:focus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid #00385F;
  transform: translateX(-100%);
}
.btn--primary:hover:hover, .btn--primary:hover:focus, .btn--primary:focus:hover, .btn--primary:focus:focus {
  background: transparent;
}
.btn--primary:hover:hover:before, .btn--primary:hover:focus:before, .btn--primary:focus:hover:before, .btn--primary:focus:focus:before {
  transform: translateX(0);
}
.btn--primary:hover:before, .btn--primary:hover:after, .btn--primary:focus:before, .btn--primary:focus:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.btn--primary:hover:focus, .btn--primary:hover.focus, .btn--primary:focus:focus, .btn--primary:focus.focus {
  color: #FFFFFF;
}
.btn--primary:hover:hover, .btn--primary:focus:hover {
  color: #FFFFFF;
}
.btn--primary:hover:active, .btn--primary:hover.active, .btn--primary:focus:active, .btn--primary:focus.active {
  color: #FFFFFF;
}
.btn--primary:hover:active:hover, .btn--primary:hover:active:focus, .btn--primary:hover:active.focus, .btn--primary:hover.active:hover, .btn--primary:hover.active:focus, .btn--primary:hover.active.focus, .btn--primary:focus:active:hover, .btn--primary:focus:active:focus, .btn--primary:focus:active.focus, .btn--primary:focus.active:hover, .btn--primary:focus.active:focus, .btn--primary:focus.active.focus {
  color: #FFFFFF;
}
.btn--primary:hover:active, .btn--primary:hover.active, .btn--primary:focus:active, .btn--primary:focus.active {
  background-image: none;
}
.btn--primary:hover.disabled:hover, .btn--primary:hover.disabled:focus, .btn--primary:hover.disabled.focus, .btn--primary:hover[disabled]:hover, .btn--primary:hover[disabled]:focus, .btn--primary:hover[disabled].focus, fieldset[disabled] .btn--primary:hover:hover, fieldset[disabled] .btn--primary:hover:focus, fieldset[disabled] .btn--primary:hover.focus, .btn--primary:focus.disabled:hover, .btn--primary:focus.disabled:focus, .btn--primary:focus.disabled.focus, .btn--primary:focus[disabled]:hover, .btn--primary:focus[disabled]:focus, .btn--primary:focus[disabled].focus, fieldset[disabled] .btn--primary:focus:hover, fieldset[disabled] .btn--primary:focus:focus, fieldset[disabled] .btn--primary:focus.focus {
  background-color: #00385F;
  border-color: #00385F;
}

.btn--secondary {
  color: white;
  background-color: #026CB6;
  border-color: #026CB6;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn--secondary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid #026CB6;
  transform: translateX(-100%);
}
.btn--secondary:hover, .btn--secondary:focus {
  background: transparent;
}
.btn--secondary:hover:before, .btn--secondary:focus:before {
  transform: translateX(0);
}
.btn--secondary:before, .btn--secondary:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.btn--secondary:focus, .btn--secondary.focus {
  color: white;
}
.btn--secondary:hover {
  color: white;
}
.btn--secondary:active, .btn--secondary.active {
  color: white;
}
.btn--secondary:active:hover, .btn--secondary:active:focus, .btn--secondary:active.focus, .btn--secondary.active:hover, .btn--secondary.active:focus, .btn--secondary.active.focus {
  color: white;
}
.btn--secondary:active, .btn--secondary.active {
  background-image: none;
}
.btn--secondary.disabled:hover, .btn--secondary.disabled:focus, .btn--secondary.disabled.focus, .btn--secondary[disabled]:hover, .btn--secondary[disabled]:focus, .btn--secondary[disabled].focus, fieldset[disabled] .btn--secondary:hover, fieldset[disabled] .btn--secondary:focus, fieldset[disabled] .btn--secondary.focus {
  background-color: #026CB6;
  border-color: #026CB6;
}
.btn--secondary:after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 14px;
  position: relative;
  left: 10px;
  margin-right: 10px;
}
.btn--secondary:hover, .btn--secondary:focus {
  color: white;
  background-color: #E97F24;
  border-color: #E97F24;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn--secondary:hover:before, .btn--secondary:focus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid #E97F24;
  transform: translateX(-100%);
}
.btn--secondary:hover:hover, .btn--secondary:hover:focus, .btn--secondary:focus:hover, .btn--secondary:focus:focus {
  background: transparent;
}
.btn--secondary:hover:hover:before, .btn--secondary:hover:focus:before, .btn--secondary:focus:hover:before, .btn--secondary:focus:focus:before {
  transform: translateX(0);
}
.btn--secondary:hover:before, .btn--secondary:hover:after, .btn--secondary:focus:before, .btn--secondary:focus:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.btn--secondary:hover:focus, .btn--secondary:hover.focus, .btn--secondary:focus:focus, .btn--secondary:focus.focus {
  color: white;
}
.btn--secondary:hover:hover, .btn--secondary:focus:hover {
  color: white;
}
.btn--secondary:hover:active, .btn--secondary:hover.active, .btn--secondary:focus:active, .btn--secondary:focus.active {
  color: white;
}
.btn--secondary:hover:active:hover, .btn--secondary:hover:active:focus, .btn--secondary:hover:active.focus, .btn--secondary:hover.active:hover, .btn--secondary:hover.active:focus, .btn--secondary:hover.active.focus, .btn--secondary:focus:active:hover, .btn--secondary:focus:active:focus, .btn--secondary:focus:active.focus, .btn--secondary:focus.active:hover, .btn--secondary:focus.active:focus, .btn--secondary:focus.active.focus {
  color: white;
}
.btn--secondary:hover:active, .btn--secondary:hover.active, .btn--secondary:focus:active, .btn--secondary:focus.active {
  background-image: none;
}
.btn--secondary:hover.disabled:hover, .btn--secondary:hover.disabled:focus, .btn--secondary:hover.disabled.focus, .btn--secondary:hover[disabled]:hover, .btn--secondary:hover[disabled]:focus, .btn--secondary:hover[disabled].focus, fieldset[disabled] .btn--secondary:hover:hover, fieldset[disabled] .btn--secondary:hover:focus, fieldset[disabled] .btn--secondary:hover.focus, .btn--secondary:focus.disabled:hover, .btn--secondary:focus.disabled:focus, .btn--secondary:focus.disabled.focus, .btn--secondary:focus[disabled]:hover, .btn--secondary:focus[disabled]:focus, .btn--secondary:focus[disabled].focus, fieldset[disabled] .btn--secondary:focus:hover, fieldset[disabled] .btn--secondary:focus:focus, fieldset[disabled] .btn--secondary:focus.focus {
  background-color: #E97F24;
  border-color: #E97F24;
}

.btn--link {
  font-weight: 600;
  padding: 0;
  border: none;
  color: #026CB6;
  font-size: 15px;
  background: none;
}
.btn--link:hover, .btn--link:focus, .btn--link:active {
  color: #31a9fd;
}

.btn--double:before {
  right: -60px;
  border-right: 60px solid transparent;
  border-bottom-width: 60px;
}
.btn--double:focus:before, .btn--double:hover:before {
  right: -60px;
  border-right: 60px solid transparent;
  border-bottom-width: 60px;
}

.btn--arrow-before:before {
  content: "\f0a9";
  font: normal normal normal 14px/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}
.btn--arrow-before.btn--link:before {
  margin-right: 8px;
}

.btn--arrow-after:after {
  content: "\f0a9";
  font: normal normal normal 14px/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
}
.btn--arrow-after.btn--link:after {
  margin-left: 8px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignleft {
  float: left;
}

img.alignleft,
.wp-caption.alignleft {
  margin: 0 15px 15px 0;
}

img.alignright,
.wp-caption.alignright {
  margin: 0 0 15px 15px;
}

.alignright {
  float: right;
}

img.alignnone {
  margin-bottom: 15px;
}

/** Responsive Tables (https://github.com/zurb/responsive-tables)
 *  This is a Sass adaptation of Responsive Tables from Foundation v2.1.4 (http://foundation.zurb.com).
 *  Complementary to responsive-tables.js.
 */
@media only screen and (max-width: 767px) {
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .pinned table th,
  .pinned table td {
    white-space: nowrap;
  }
  .pinned td:last-child {
    border-bottom: 0;
  }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }
  div.table-wrapper div.scrollable {
    margin-left: 35%;
    overflow: scroll;
    overflow-y: hidden;
  }
  table.responsive {
    margin-bottom: 0;
  }
  table.responsive th,
  table.responsive td {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  table.responsive th:first-child,
  table.responsive td:first-child,
  table.responsive.pinned td {
    display: none;
  }
}
.sm {
  position: relative;
  z-index: 9999;
}

.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm ul {
  display: none;
}

.sm li, .sm a {
  position: relative;
}

.sm a {
  display: block;
}

.sm:after {
  content: " ";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.sm {
  background: #026CB6;
  margin: 0 -15px;
}

.sm a {
  padding: 18px 58px 18px 20px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .sm a {
    padding: 20px 58px 20px 40px;
  }
}

.sm .main-menu__item-link {
  z-index: 20;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  transition: 0.3s all ease;
}
.sm .main-menu__item-link.highlighted {
  background: #f6f6f6;
}
@media only screen and (min-width: 992px) {
  .sm .main-menu__item-link.highlighted {
    background: transparent;
  }
}

.sm a:hover, .sm a:focus, .sm a:active {
  background: #F6F6F6;
  color: #00385F;
}
@media only screen and (min-width: 992px) {
  .sm a:hover, .sm a:focus, .sm a:active {
    background: #fff;
  }
}

.sm .main-menu__item-link .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 8px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  text-shadow: none;
  transition: 0.3s all ease;
}
.sm .main-menu__item-link .sub-arrow:before {
  transition: 0.3s all ease;
  content: "\f107";
}
@media only screen and (min-width: 768px) {
  .sm .main-menu__item-link .sub-arrow {
    right: 26px;
  }
}

.sm a.highlighted span.sub-arrow:before {
  display: block;
  transform: rotate(180deg);
}

.sm li {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  background: white;
}
.sm li a {
  color: #273b5d;
}
.sm li.tan-item {
  background: #F7F2ED;
}
.sm li.tan-item a {
  color: #867B72;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s all ease;
}
.sm li.tan-item a:hover, .sm li.tan-item a:focus, .sm li.tan-item a:active {
  background: #e7d9ca;
}
.sm li.tan-item .fal, .sm li.tan-item .far {
  color: #B2BC36;
}
.sm li.tan-item .fa-arrow-right {
  color: #867B72;
}
.sm li.tc-item {
  background: #9E3E23;
}
.sm li.tc-item a {
  transition: 0.3s all ease;
  color: white;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sm li.tc-item a:hover, .sm li.tc-item a:focus, .sm li.tc-item a:active {
  background: #742e1a;
}
@media only screen and (min-width: 768px) {
  .sm li.tc-item:not(.gt-mobile) {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .sm li.tan-item {
    display: none;
  }
}
.sm li.tc-item a, .sm li.tan-item a {
  font-weight: 500;
}
.sm li.tc-item .fa-arrow-right, .sm li.tan-item .fa-arrow-right {
  font-size: 16px;
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
}
@media only screen and (min-width: 768px) {
  .sm li.tc-item .fa-arrow-right, .sm li.tan-item .fa-arrow-right {
    right: 40px;
  }
}
.sm li.tc-item .fa-fw, .sm li.tan-item .fa-fw {
  margin-right: 14px;
}

.sm .sub-menu {
  background: #f6f6f6;
  padding-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .sm .sub-menu {
    padding-bottom: 16px;
  }
}
.sm .sub-menu li {
  background: #f6f6f6;
  border: 0;
}
.sm .sub-menu a {
  padding: 7px 58px 7px 38px;
  transition: 0.3s all ease;
}
.sm .sub-menu a:hover, .sm .sub-menu a:focus {
  background: #d9d9d9;
}
@media only screen and (min-width: 768px) {
  .sm .sub-menu a {
    padding: 7px 58px 7px 58px;
  }
}
@media only screen and (min-width: 992px) {
  .sm .sub-menu {
    background: transparent;
  }
  .sm .sub-menu li {
    background: #fff;
  }
  .sm .sub-menu:before {
    content: "";
    position: absolute;
    background-image: url("../img/MenuBar.svg");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 6px;
    top: 0;
    left: 0;
  }
}

@media only screen and (min-width: 992px) {
  .sm {
    background: transparent;
  }
  .sm ul {
    position: absolute;
    width: 12em;
  }
  .sm li {
    float: left;
  }
  .sm .sub-menu li {
    float: none;
  }
  .sm .sub-menu a {
    white-space: normal;
    font-size: 16px;
    line-height: 20px;
  }
  .sm .sm-nowrap > li > a, .sm .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  .sm a {
    padding: 0;
    white-space: nowrap;
    color: #026CB6;
  }
  .sm a:hover,
  .sm a:focus,
  .sm a:active,
  .sm a.highlighted {
    color: #9E3E23;
    background: #fff;
  }
  .sm .sub-menu a {
    color: #4A4A4A;
  }
  .sm .sub-menu a:hover,
  .sm .sub-menu a:focus,
  .sm .sub-menu a:active,
  .sm .sub-menu a.highlighted {
    color: #242424;
  }
  .sm a.highlighted span.sub-arrow:before {
    display: none;
  }
  .sm li {
    border-top: 0;
  }
  .sm .sub-menu {
    background: #ffffff;
    min-width: 100%;
    font-weight: 600;
    z-index: 30;
    padding: 18px 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }
  .sm .sub-menu a {
    border: 0 !important;
    color: #000;
  }
  .sm .sub-menu a:hover, .sm .sub-menu a:active, .sm .sub-menu a:focus {
    background: transparent;
    color: #026CB6;
  }
  .sm .main-menu__item-link {
    z-index: 20;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }
  .sm .main-menu__item-link .sub-arrow {
    position: static;
    margin: 0;
    display: inline;
    background: transparent;
    line-height: inherit;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .sm .main-menu__item-link .sub-arrow {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .sm span.scroll-up,
  .sm span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px;
  }
  .sm span.scroll-up-arrow, .sm span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm .sub-menu a {
    padding: 7.5px 15px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .sm .sub-menu a {
    padding: 0 28px;
    font-size: 16px;
    line-height: 35px;
    color: #4A4A4A;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1200px) {
  .sm .sub-menu a {
    font-size: 18px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .sm.main-menu__items {
    position: absolute;
    top: 74px;
    left: 15px;
    width: 100%;
    z-index: 5;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sm.main-menu__items {
    position: absolute;
    top: 84px;
    left: 15px;
    width: 100%;
    z-index: 5;
  }
}
@media only screen and (min-width: 992px) {
  .sm.main-menu__items {
    margin: 0 auto;
    display: table;
    float: none;
    padding-left: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .sm.main-menu__items {
    padding-left: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .sm .main-menu__item {
    display: table-cell;
    width: 1%;
    float: none;
    text-align: center;
    position: relative;
  }
  .sm .main-menu__item:first-child {
    border-left-color: transparent;
  }
  .sm .main-menu__item:first-child:before {
    display: none;
  }
  .sm .main-menu__item.active > a {
    position: relative;
  }
  .sm .main-menu__item.active > a:before {
    content: "";
    background: #E3D5CB;
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 3px;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .sm .main-menu__item:nth-child(6) > a {
    margin: 20px 0;
  }
}

@media only screen and (min-width: 992px) {
  .sm .main-menu__item-link {
    font-weight: 600;
    display: block;
    font-size: 18px;
    line-height: 21px;
    white-space: nowrap;
    margin: 20px 60px 20px 0;
  }
  .sm .main-menu__item-link .sub-arrow {
    font-family: Arial, Helvetica, sans-serif;
    color: #b4b4b4;
    margin-left: 8px;
    font-size: 15px;
    font-weight: normal;
  }
}
@media only screen and (min-width: 1200px) {
  .sm .main-menu__item-link {
    margin: 20px 76px 20px 0;
    font-size: 22px;
    line-height: 26px;
  }
}

.main-menu__btn {
  position: absolute;
  right: 19px;
  top: 0;
  display: block;
  padding: 27px 25px 23px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  line-height: 2;
  font-size: 12px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-image: url("../img/MenuTab.png");
  background-position: bottom;
  background-size: cover;
  z-index: 6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media only screen and (min-width: 768px) {
  .main-menu__btn {
    top: 0;
    right: 40px;
    padding: 39px 25px 35px;
  }
}
@media only screen and (min-width: 992px) {
  .main-menu__btn {
    position: absolute;
    top: -99999px;
  }
}
.main-menu__btn {
  user-select: none;
}
.main-menu__btn:hover .main-menu__icon:before, .main-menu__btn:focus .main-menu__icon:before {
  color: #5f2515;
}

@media only screen and (min-width: 768px) {
  .main-menu__icon {
    display: inline-block;
  }
}

.main-menu__btn-text {
  color: #9E3E23;
  font-size: 20px;
  font-weight: 600;
  margin-right: 10px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .main-menu__btn-text {
    display: inline-block;
  }
}

.main-menu__icon:before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
  color: #9E3E23;
  display: block;
  text-align: center;
  transition: 0.3s all ease;
}
@media only screen and (min-width: 768px) {
  .main-menu__icon:before {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .main-menu__icon:before {
    display: inline-block;
  }
}

.main-menu__state {
  position: absolute;
  top: -99999px;
}

.main-menu__state:checked ~ .main-menu__btn {
  padding: 27px 27px 23px 26px;
}
@media only screen and (min-width: 768px) {
  .main-menu__state:checked ~ .main-menu__btn {
    padding: 39px 27px 35px 26px;
  }
}
.main-menu__state:checked ~ .main-menu__btn .main-menu__icon:before {
  color: #5f2515;
  content: "\f00d";
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .main-menu__state:checked ~ .main-menu__btn .main-menu__icon:before {
    font-size: 20px;
  }
}

.main-menu__state:not(:checked) ~ .main-menu__items {
  display: none;
}
@media only screen and (min-width: 992px) {
  .main-menu__state:not(:checked) ~ .main-menu__items {
    display: block;
  }
}

.main-menu__state:checked ~ .main-menu__items {
  display: block;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

/*!
 * Font Awesome Pro 5.0.12 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-alt-down:before {
  content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

.fa-arrow-alt-from-left:before {
  content: "\f347";
}

.fa-arrow-alt-from-right:before {
  content: "\f348";
}

.fa-arrow-alt-from-top:before {
  content: "\f349";
}

.fa-arrow-alt-left:before {
  content: "\f355";
}

.fa-arrow-alt-right:before {
  content: "\f356";
}

.fa-arrow-alt-square-down:before {
  content: "\f350";
}

.fa-arrow-alt-square-left:before {
  content: "\f351";
}

.fa-arrow-alt-square-right:before {
  content: "\f352";
}

.fa-arrow-alt-square-up:before {
  content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

.fa-arrow-alt-up:before {
  content: "\f357";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-from-bottom:before {
  content: "\f342";
}

.fa-arrow-from-left:before {
  content: "\f343";
}

.fa-arrow-from-right:before {
  content: "\f344";
}

.fa-arrow-from-top:before {
  content: "\f345";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-square-down:before {
  content: "\f339";
}

.fa-arrow-square-left:before {
  content: "\f33a";
}

.fa-arrow-square-right:before {
  content: "\f33b";
}

.fa-arrow-square-up:before {
  content: "\f33c";
}

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-arrow-to-left:before {
  content: "\f33e";
}

.fa-arrow-to-right:before {
  content: "\f340";
}

.fa-arrow-to-top:before {
  content: "\f341";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-badge:before {
  content: "\f335";
}

.fa-badge-check:before {
  content: "\f336";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-barcode-alt:before {
  content: "\f463";
}

.fa-barcode-read:before {
  content: "\f464";
}

.fa-barcode-scan:before {
  content: "\f465";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball:before {
  content: "\f432";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-bolt:before {
  content: "\f376";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-slash:before {
  content: "\f377";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blanket:before {
  content: "\f498";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-heart:before {
  content: "\f499";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-bowling-pins:before {
  content: "\f437";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-alt:before {
  content: "\f49a";
}

.fa-box-check:before {
  content: "\f467";
}

.fa-box-fragile:before {
  content: "\f49b";
}

.fa-box-full:before {
  content: "\f49c";
}

.fa-box-heart:before {
  content: "\f49d";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-up:before {
  content: "\f49f";
}

.fa-box-usd:before {
  content: "\f4a0";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-boxes-alt:before {
  content: "\f4a1";
}

.fa-boxing-glove:before {
  content: "\f438";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-browser:before {
  content: "\f37e";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-edit:before {
  content: "\f333";
}

.fa-calendar-exclamation:before {
  content: "\f334";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-alt:before {
  content: "\f332";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-caret-circle-down:before {
  content: "\f32d";
}

.fa-caret-circle-left:before {
  content: "\f32e";
}

.fa-caret-circle-right:before {
  content: "\f330";
}

.fa-caret-circle-up:before {
  content: "\f331";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-bishop-alt:before {
  content: "\f43b";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before {
  content: "\f43e";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-king-alt:before {
  content: "\f440";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-knight-alt:before {
  content: "\f442";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-pawn-alt:before {
  content: "\f444";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-queen-alt:before {
  content: "\f446";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chess-rook-alt:before {
  content: "\f448";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-double-down:before {
  content: "\f322";
}

.fa-chevron-double-left:before {
  content: "\f323";
}

.fa-chevron-double-right:before {
  content: "\f324";
}

.fa-chevron-double-up:before {
  content: "\f325";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-square-down:before {
  content: "\f329";
}

.fa-chevron-square-left:before {
  content: "\f32a";
}

.fa-chevron-square-right:before {
  content: "\f32b";
}

.fa-chevron-square-up:before {
  content: "\f32c";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-code-commit:before {
  content: "\f386";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-alt-check:before {
  content: "\f4a2";
}

.fa-comment-alt-dots:before {
  content: "\f4a3";
}

.fa-comment-alt-edit:before {
  content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

.fa-comment-alt-lines:before {
  content: "\f4a6";
}

.fa-comment-alt-minus:before {
  content: "\f4a7";
}

.fa-comment-alt-plus:before {
  content: "\f4a8";
}

.fa-comment-alt-slash:before {
  content: "\f4a9";
}

.fa-comment-alt-smile:before {
  content: "\f4aa";
}

.fa-comment-alt-times:before {
  content: "\f4ab";
}

.fa-comment-check:before {
  content: "\f4ac";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-edit:before {
  content: "\f4ae";
}

.fa-comment-exclamation:before {
  content: "\f4af";
}

.fa-comment-lines:before {
  content: "\f4b0";
}

.fa-comment-minus:before {
  content: "\f4b1";
}

.fa-comment-plus:before {
  content: "\f4b2";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comment-smile:before {
  content: "\f4b4";
}

.fa-comment-times:before {
  content: "\f4b5";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-alt:before {
  content: "\f4b6";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-wide:before {
  content: "\f326";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-container-storage:before {
  content: "\f4b7";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-credit-card-blank:before {
  content: "\f389";
}

.fa-credit-card-front:before {
  content: "\f38a";
}

.fa-cricket:before {
  content: "\f449";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-curling:before {
  content: "\f44a";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-desktop-alt:before {
  content: "\f390";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-empty:before {
  content: "\f473";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-square:before {
  content: "\f321";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows:before {
  content: "\f31d";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expand-wide:before {
  content: "\f320";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-female:before {
  content: "\f182";
}

.fa-field-hockey:before {
  content: "\f44c";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-edit:before {
  content: "\f31c";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-minus:before {
  content: "\f318";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-plus:before {
  content: "\f319";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-times:before {
  content: "\f317";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-film:before {
  content: "\f008";
}

.fa-film-alt:before {
  content: "\f3a0";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-fragile:before {
  content: "\f4bb";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frown:before {
  content: "\f119";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-golf-club:before {
  content: "\f451";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hand-heart:before {
  content: "\f4bc";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-receiving:before {
  content: "\f47c";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-heart:before {
  content: "\f4c3";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-usd:before {
  content: "\f4c5";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-circle:before {
  content: "\f4c7";
}

.fa-heart-square:before {
  content: "\f4c8";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-home:before {
  content: "\f015";
}

.fa-home-heart:before {
  content: "\f4c9";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-inbox-in:before {
  content: "\f310";
}

.fa-inbox-out:before {
  content: "\f311";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-industry-alt:before {
  content: "\f3b3";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-info-square:before {
  content: "\f30f";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leaf-heart:before {
  content: "\f4cb";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-loveseat:before {
  content: "\f4cc";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luchador:before {
  content: "\f455";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-hexagon:before {
  content: "\f307";
}

.fa-minus-octagon:before {
  content: "\f308";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-mobile-android:before {
  content: "\f3ce";
}

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-moon:before {
  content: "\f186";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octagon:before {
  content: "\f306";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-percent:before {
  content: "\f295";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-hexagon:before {
  content: "\f300";
}

.fa-plus-octagon:before {
  content: "\f301";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-question-square:before {
  content: "\f2fd";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-road:before {
  content: "\f018";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-all:before {
  content: "\f367";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-sliders-h-square:before {
  content: "\f3f0";
}

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-plus:before {
  content: "\f4da";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-strava:before {
  content: "\f428";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablet-android:before {
  content: "\f3fb";
}

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

.fa-tint:before {
  content: "\f043";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-couch:before {
  content: "\f4dd";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-usd-square:before {
  content: "\f2e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f2e2";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.0.12 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

/*!
 * Font Awesome Pro 5.0.12 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../webfonts/fa-light-300.eot");
  src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.0.12 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.0.12 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/* SITE-SPECIFIC STYLES GO HERE */
header {
  position: relative;
  background: white;
  z-index: 20;
}
header .header-search-container {
  display: none;
}
@media only screen and (min-width: 992px) {
  header .header-search-container {
    background: #026CB6;
    display: block;
    width: 100%;
  }
  header .header-search-container .menu__search--form {
    padding: 34px 22px 34px;
    position: relative;
    margin: 0 auto;
    width: 630px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  header .header-search-container .menu__search--form {
    width: 1000px;
  }
}
@media only screen and (min-width: 992px) {
  header .header-search-container .menu__search--form .search__field {
    width: 100%;
    padding: 12px 22px 11px 13px;
    border: 0;
    border-radius: 2px;
  }
  header .header-search-container .menu__search--form .search__field::-moz-placeholder {
    font-size: 16px;
    color: #4A4A4A;
    font-style: italic;
    opacity: 1;
  }
  header .header-search-container .menu__search--form .search__field:-ms-input-placeholder {
    font-size: 16px;
    color: #4A4A4A;
    font-style: italic;
    opacity: 1;
  }
  header .header-search-container .menu__search--form .search__field::-webkit-input-placeholder {
    font-size: 16px;
    color: #4A4A4A;
    font-style: italic;
    opacity: 1;
  }
  header .header-search-container .menu__search--form .fa-search {
    font-size: 14px;
    color: #026CB6;
    position: absolute;
    top: 47px;
    right: 40px;
  }
}
header .header__top {
  height: 67px;
  position: relative;
  display: none;
}
@media only screen and (min-width: 992px) {
  header .header__top {
    display: block;
    margin-bottom: -22px;
  }
}
@media only screen and (min-width: 1200px) {
  header .header__top {
    margin-bottom: 0;
  }
}
header .header__top:before {
  content: "";
  background: url("../img/TopHeader_1560-20190629.png");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
header .header__top .header__links {
  float: right;
}
header .header__top .header__links.header__red-btn {
  background-image: url(../img/TopHeader_Rectangle.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 72px;
  width: 95px;
  transition: 0.3s all ease;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 992px) {
  header .header__top .header__links.header__red-btn.red-btn--donate {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  header .header__top .header__links.header__red-btn {
    height: 84px;
  }
  header .header__top .header__links.header__red-btn.red-btn--donate {
    margin-left: 12px;
  }
}
header .header__top .header__links.header__red-btn:hover {
  background-image: url("../img/TopHeader_Rectangle_Texture_Hover.png");
  height: 80px;
}
@media only screen and (min-width: 1200px) {
  header .header__top .header__links.header__red-btn:hover {
    height: 92px;
  }
}
header .header__top .header__links.header__red-btn a {
  color: white;
  font-weight: 600;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 12px;
  line-height: 19px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  header .header__top .header__links.header__red-btn a {
    font-size: 14px;
  }
}
header .header__top .header__links.header__red-btn .far {
  display: block;
  line-height: 16px;
  font-weight: 500;
  padding: 16px 0 6px;
  margin: 0;
}
header .header__top .header__links.header__gray-link a {
  position: relative;
  transition: 0.3s all ease;
  font-size: 12px;
}
header .header__top .header__links.header__gray-link a:after {
  content: "";
  height: 16px;
  width: 1px;
  background: #E3D5CB;
  display: block;
  position: absolute;
  right: 0;
  top: 16px;
}
@media only screen and (min-width: 1200px) {
  header .header__top .header__links.header__gray-link a:after {
    top: 26px;
  }
}
@media only screen and (min-width: 992px) {
  header .header__top .header__links.header__gray-link a:hover, header .header__top .header__links.header__gray-link a:focus {
    background: #f0e6de;
  }
}
@media only screen and (min-width: 1200px) {
  header .header__top .header__links.header__gray-link a {
    font-size: 14px;
  }
}
header .header__top .header__links.header__gray-link a.goog-te-menu-value:after {
  content: "\f1ab" !important;
  color: #B2BC36;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  background: none;
  width: auto;
  height: auto;
  left: 6px;
  top: 15px;
  position: absolute;
  display: block;
  vertical-align: middle;
  padding: 0 0.5em;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 1200px) {
  header .header__top .header__links.header__gray-link a.goog-te-menu-value:after {
    top: 25px;
  }
}
header .header__top .header__links.header__gray-link a.goog-te-menu-value span {
  padding: 0 2px;
  position: absolute;
  right: 0;
  border-left-color: #E3D5CB !important;
}
header .header__top .header__links.header__gray-link a.goog-te-menu-value img,
header .header__top .header__links.header__gray-link a.goog-te-menu-value > span:first-child,
header .header__top .header__links.header__gray-link a.goog-te-menu-value > span:last-child {
  display: none !important;
}
header .header__top .header__links.header__gray-link a.goog-te-menu-value:before {
  content: "Language";
  padding-left: 25px;
}
header .header__top .header__links.header__gray-link.gt-desktop a:after {
  content: none;
}
header .header__top .header__links a {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #867B72;
  text-transform: uppercase;
  font-family: "Whitney A", "Whitney B", "Arial";
  display: block;
  padding: 14px 7px;
}
@media only screen and (min-width: 1200px) {
  header .header__top .header__links a {
    padding: 24px 20px;
  }
}
header .header__top .header__links a .far, header .header__top .header__links a .fas {
  color: #B2BC36;
  margin-right: 8px;
}
@media only screen and (min-width: 1200px) {
  header .header__top .header__links a {
    font-size: 14px;
  }
}
header .header__top .header__links.header__red-link {
  transition: 0.3s all ease;
}
header .header__top .header__links.header__red-link a {
  color: #9E3E23;
  transition: 0.3s all ease;
}
header .header__top .header__links.header__red-link a .fa-search {
  margin-right: 8px;
}
@media only screen and (min-width: 992px) {
  header .header__top .header__links.header__red-link a:hover {
    background: #f0e6de;
  }
}
header .branding {
  position: relative;
  z-index: 6;
  padding: 20px 0 20px 5px;
}
@media only screen and (min-width: 768px) {
  header .branding {
    padding: 20px 0 18px 5px;
  }
}
@media only screen and (min-width: 992px) {
  header .branding {
    padding: 40px 0 24px 5px;
  }
}
header .branding:before {
  content: "";
  background: url("../img/HeaderBar-Texture_1560.png");
  transform: rotate(180deg);
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  header .branding .header__join-donate-link {
    margin-top: 48px;
    color: #9E3E23;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  header .branding .header__join-donate-link {
    margin-top: 30px;
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  header .branding .header__join-donate-link a {
    font-weight: 600;
    color: #9E3E23;
    transition: 0.3s all ease;
    padding: 5px 13px;
    border-right: 1px #e3d5cb solid;
  }
  header .branding .header__join-donate-link a:hover {
    color: #5f2515;
  }
  header .branding .header__join-donate-link a:first-child {
    padding-left: 0;
  }
  header .branding .header__join-donate-link a:last-child {
    border-right: none;
    padding-right: 0;
  }
  header .branding .header__join-donate-link .far {
    margin-right: 9px;
  }
}
header .branding .logo {
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  header .branding .logo {
    position: relative;
    bottom: 12px;
  }
}
header .branding .logo img {
  width: 155px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  header .branding .logo img {
    width: 202px;
  }
}
@media only screen and (min-width: 992px) {
  header .branding .logo img {
    width: 224px;
  }
}
@media only screen and (min-width: 1200px) {
  header .branding .logo img {
    width: 280px;
  }
}
header .navigation .main-menu .menu__search {
  width: 100%;
}
header .navigation .main-menu .menu__search .menu__search--form {
  padding: 34px 22px 22px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  header .navigation .main-menu .menu__search .menu__search--form {
    padding: 54px 40px 26px;
  }
}
header .navigation .main-menu .menu__search .menu__search--form .search__field {
  width: 100%;
  padding: 12px 22px 11px 13px;
  border: 0;
  border-radius: 2px;
}
@media only screen and (min-width: 768px) {
  header .navigation .main-menu .menu__search .menu__search--form .search__field {
    padding: 15px 36px 13px 18px;
  }
}
header .navigation .main-menu .menu__search .menu__search--form .search__field::-moz-placeholder {
  font-size: 14px;
  color: #867B72;
  font-weight: 300;
  font-style: italic;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  header .navigation .main-menu .menu__search .menu__search--form .search__field::-moz-placeholder {
    font-size: 16px;
  }
}
header .navigation .main-menu .menu__search .menu__search--form .search__field:-ms-input-placeholder {
  font-size: 14px;
  color: #867B72;
  font-weight: 300;
  font-style: italic;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  header .navigation .main-menu .menu__search .menu__search--form .search__field:-ms-input-placeholder {
    font-size: 16px;
  }
}
header .navigation .main-menu .menu__search .menu__search--form .search__field::-webkit-input-placeholder {
  font-size: 14px;
  color: #867B72;
  font-weight: 300;
  font-style: italic;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  header .navigation .main-menu .menu__search .menu__search--form .search__field::-webkit-input-placeholder {
    font-size: 16px;
  }
}
header .navigation .main-menu .menu__search .menu__search--form .fa-search {
  font-size: 14px;
  color: #026CB6;
  position: absolute;
  top: 47px;
  right: 40px;
}
@media only screen and (min-width: 768px) {
  header .navigation .main-menu .menu__search .menu__search--form .fa-search {
    font-size: 16px;
    top: 67px;
    right: 55px;
  }
}

.header-search--active .header__red-link {
  background: #026CB6;
}
.header-search--active .header__red-link a {
  color: white !important;
}
.header-search--active .header__red-link a .fa-search {
  color: white;
}
.header-search--active .header__red-link a .fa-search:before {
  content: "\f00d";
}
@media only screen and (min-width: 992px) {
  .header-search--active .header__red-link a:hover, .header-search--active .header__red-link a:focus {
    background: transparent !important;
  }
}

.goog-te-gadget-icon {
  display: none !important;
}

.goog-te-gadget-simple {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  display: block !important;
  width: 100%;
}

.goog-te-menu-value:after {
  content: "\f1ab" !important;
  color: #B2BC36;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  background: none;
  width: auto;
  height: auto;
  left: 6px;
  top: 15px;
  position: absolute;
  display: block;
  vertical-align: middle;
  padding: 0 0.5em;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 1200px) {
  .goog-te-menu-value:after {
    top: 25px;
  }
}
.goog-te-menu-value span {
  padding: 0 2px;
  position: absolute;
  right: 0;
  border-left-color: #E3D5CB !important;
}
.goog-te-menu-value img,
.goog-te-menu-value > span:first-child,
.goog-te-menu-value > span:last-child {
  display: none !important;
}
.goog-te-menu-value:before {
  content: "Language";
  padding-left: 25px;
}

.gt-mobile .goog-te-gadget-simple {
  display: block;
  width: 100%;
}
.gt-mobile .goog-te-menu-value > span {
  border: none !important;
  display: none !important;
}
.gt-mobile .goog-te-menu-value:after {
  color: white;
}

#alerts {
  background-color: #9E3E23;
  color: white;
}
#alerts p {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  margin: 0 !important;
}
#alerts p strong {
  color: white;
}
#alerts a {
  font-weight: bold;
  color: white;
  text-decoration: underline;
}
#alerts a:hover, #alerts a:focus {
  color: #c84e2c;
}
#alerts .alerts__alert__des {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
#alerts .alerts__alert__des .icon {
  flex: 0 20px;
  margin-right: 20px;
  position: relative;
}
#alerts .alerts__alert__des .icon:before {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid white;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: 6px;
  top: -2px;
  opacity: 0.5;
}
#alerts .alerts__alert__des .icon i {
  font-size: 18px;
  padding-top: 3px;
  padding-left: 12px;
}
#alerts .alerts__alert__des .text {
  flex: 0 50%;
}
@media only screen and (min-width: 768px) {
  #alerts .alerts__alert__des .text {
    flex: 1 100%;
  }
}
#alerts .alerts__alert__des .text p {
  line-height: 1.25;
  margin: 0;
}
#alerts .alerts__alert__des .text small {
  display: block;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.35;
  margin-top: 6px;
}
#alerts .container {
  position: relative;
  z-index: 1;
}
#alerts .alerts__slider__arrows {
  position: absolute;
  right: 45px;
  top: 50%;
  z-index: 10;
  width: 10px;
}
#alerts .alerts__slider__arrows .slick-arrow.slick-prev,
#alerts .alerts__slider__arrows .slick-arrow.slick-next {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 12px;
  border-radius: 28px;
}
#alerts .alerts__slider__arrows .slick-arrow.slick-prev:before,
#alerts .alerts__slider__arrows .slick-arrow.slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  position: absolute;
  top: 4px;
}
#alerts .alerts__slider__arrows .slick-arrow.slick-prev:hover, #alerts .alerts__slider__arrows .slick-arrow.slick-prev:focus,
#alerts .alerts__slider__arrows .slick-arrow.slick-next:hover,
#alerts .alerts__slider__arrows .slick-arrow.slick-next:focus {
  background-color: white;
}
#alerts .alerts__slider__arrows .slick-arrow.slick-prev:hover:before, #alerts .alerts__slider__arrows .slick-arrow.slick-prev:focus:before,
#alerts .alerts__slider__arrows .slick-arrow.slick-next:hover:before,
#alerts .alerts__slider__arrows .slick-arrow.slick-next:focus:before {
  color: #9E3E23;
}
#alerts .alerts__slider__arrows .slick-arrow.slick-prev:before {
  content: "\f060";
  left: 5px;
}
#alerts .alerts__slider__arrows .slick-arrow.slick-next:before {
  content: "\f061";
  right: 4px;
}

#footer {
  position: relative;
  z-index: 1;
  padding: 28px 0 16px;
}
@media only screen and (min-width: 768px) {
  #footer {
    padding: 48px 0;
  }
}
@media only screen and (min-width: 992px) {
  #footer {
    padding: 39px 0 48px;
  }
}
@media only screen and (min-width: 1200px) {
  #footer {
    padding: 51px 0 75px;
  }
}
#footer:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -20px;
  left: 0;
  width: 100%;
  height: 211px;
  background-size: cover;
  background: url("../img/HeaderBar-Texture_1560_3.png");
  transform: rotate(180deg);
}
#footer:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  height: calc(100% - 100px);
  width: 100%;
}
#footer .footer__name h2 {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #026CB6;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #footer .footer__name h2 {
    text-align: left;
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  #footer .footer__name h2 {
    margin: 0 0 15px;
    font-size: 32px;
    line-height: 56px;
  }
}
#footer .footer__tag {
  font-family: "Lora";
  font-style: italic;
  font-size: 14px;
  line-height: 24px;
  color: #867B72;
  text-align: center;
}
#footer .footer__tag p {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #footer .footer__tag {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  #footer .footer__tag {
    font-size: 18px;
    line-height: 32px;
  }
}
#footer .footer__address {
  font-size: 14px;
  line-height: 20px;
  color: #4A4A4A;
  margin: 10px 0 15px;
}
@media only screen and (min-width: 768px) {
  #footer .footer__address {
    font-size: 16px;
    line-height: 24px;
    margin: 2px 0 25px;
  }
}
@media only screen and (min-width: 992px) {
  #footer .footer__address {
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  #footer .footer__address {
    font-size: 18px;
    line-height: 26px;
  }
}
#footer .footer__address .fa, #footer .footer__address .address--1, #footer .footer__address .address--2 {
  display: block;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #footer .footer__address .fa, #footer .footer__address .address--1, #footer .footer__address .address--2 {
    display: inline-block;
    text-align: left;
    margin: 0;
    right: 4px;
  }
}
#footer .footer__address .fa {
  margin-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  #footer .footer__address .fa {
    margin-bottom: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  #footer .footer__address .address--2 {
    display: block;
    margin-left: 50px;
    margin-top: -12px;
  }
}
@media only screen and (min-width: 992px) {
  #footer .footer__address .address--2 {
    display: inline-block;
    margin-left: 28px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  #footer .address--1, #footer .address--2, #footer .footer__contact__phone > a, #footer .footer__contact__email > a {
    position: relative;
    top: 8px;
  }
}
#footer .footer__contact {
  font-size: 14px;
  color: #4A4A4A;
  margin-bottom: 52px;
}
@media only screen and (min-width: 768px) {
  #footer .footer__contact {
    font-size: 16px;
    margin-bottom: 0;
    margin-bottom: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  #footer .footer__contact {
    font-size: 18px;
  }
}
#footer .footer__contact .footer__contact__phone {
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  #footer .footer__contact .footer__contact__phone {
    text-align: left;
    display: inline-block;
    margin-bottom: 0;
  }
}
#footer .footer__contact .footer__contact__phone .fa-phone {
  display: block;
  margin: 0 auto 4px;
}
@media only screen and (min-width: 768px) {
  #footer .footer__contact .footer__contact__phone .fa-phone {
    display: inline-block;
    margin: 0;
  }
}
#footer .footer__contact .footer__contact__phone a {
  color: #4A4A4A;
  transition: 0.3s all ease;
  font-weight: 500;
}
#footer .footer__contact .footer__contact__phone a:hover {
  color: #707070;
}
@media only screen and (min-width: 768px) {
  #footer .footer__contact .footer__contact__email {
    display: block;
    margin: 15px 0 28px;
  }
}
@media only screen and (min-width: 992px) {
  #footer .footer__contact .footer__contact__email {
    display: inline-block;
    margin: 15px 0 28px 28px;
  }
}
#footer .footer__contact .footer__contact__email .fa-envelope {
  display: block;
  margin: 0 auto 4px;
}
@media only screen and (min-width: 768px) {
  #footer .footer__contact .footer__contact__email .fa-envelope {
    display: inline-block;
    margin: 0;
  }
}
#footer .footer__contact .footer__contact__email a {
  display: block;
  text-align: center;
  color: #4A4A4A;
  transition: 0.3s all ease;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  #footer .footer__contact .footer__contact__email a {
    display: inline-block;
    text-align: left;
  }
}
#footer .footer__contact .footer__contact__email a:hover {
  color: #707070;
}
#footer .footer__copyright {
  color: #867B72;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-bottom: 1px;
  margin-top: 2px;
}
@media only screen and (min-width: 768px) {
  #footer .footer__copyright {
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
  }
}
#footer .footer__copyright .fa-copyright {
  font-size: 11px;
  position: relative;
  bottom: 1px;
}
#footer .attribution {
  color: #867B72;
  font-size: 14px;
  line-height: 18px;
  display: block;
  text-align: center;
  margin-top: 4px;
}
@media only screen and (min-width: 768px) {
  #footer .attribution {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  #footer .attribution {
    display: inline-block;
    margin-left: 15px;
  }
}
#footer .footer__social {
  color: #9E3E23;
  text-align: center;
  position: relative;
  bottom: 74px;
}
@media only screen and (min-width: 768px) {
  #footer .footer__social {
    text-align: left;
    bottom: 1px;
  }
}
@media only screen and (min-width: 992px) {
  #footer .footer__social {
    bottom: -1px;
  }
}
#footer .footer__social .footer__social__connect {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-right: 4px;
  display: none;
}
@media only screen and (min-width: 768px) {
  #footer .footer__social .footer__social__connect {
    display: inline-block;
  }
}
#footer .footer__social > a {
  color: #9E3E23;
  transition: 0.3s all ease;
  margin: 0 11px;
}
@media only screen and (min-width: 768px) {
  #footer .footer__social > a {
    margin: 0 13px;
  }
}
#footer .footer__social .fab {
  font-size: 16px;
  transition: 0.3s all ease;
}
@media only screen and (min-width: 1200px) {
  #footer .footer__social .fab {
    font-size: 18px;
  }
}
#footer .footer__social .fab:hover {
  color: #026CB6;
}
#footer .btt-border:before {
  content: "";
  background: #E3D5CB;
  height: 1px;
  width: calc(100% - 50px);
  position: absolute;
  left: 15px;
}
#footer .back-to-top {
  position: relative;
  bottom: 22px;
  float: right;
  transform: rotate(45deg);
  transition: 0.3s all ease;
  background: #fff;
  margin-bottom: 38px;
  right: calc(50% - 21px);
}
@media only screen and (min-width: 768px) {
  #footer .back-to-top {
    right: auto;
    margin-bottom: -15px;
  }
}
#footer .back-to-top .btt {
  height: 43px;
  width: 43px;
  display: inline-block;
  position: relative;
  transition: 0.3s all ease;
}
#footer .back-to-top .btt:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  border: 1px #E3D5CB solid;
  transition: 0.3s all ease;
}
#footer .back-to-top .btt .fa {
  position: relative;
  top: 11px;
  left: 13px;
  font-size: 20px;
  color: #9E3E23;
  font-weight: 300;
  transform: rotate(-45deg);
  transition: 0.3s all ease;
}
#footer .back-to-top:hover {
  background: #026CB6;
}
#footer .back-to-top:hover .btt:before {
  border-color: #026CB6;
}
#footer .back-to-top:hover .btt .fa {
  color: #fff;
}

.home .homepage__hero .homepage__hero__slide {
  background-size: cover;
  background-position: center;
  height: 192px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__hero .homepage__hero__slide {
    height: 460px;
  }
}
@media only screen and (min-width: 992px) {
  .home .homepage__hero .homepage__hero__slide {
    height: 660px;
  }
}
.home .homepage__hero--mission {
  background: #00385F;
  color: #fff;
  position: relative;
  padding-bottom: 164px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__hero--mission {
    padding-bottom: 90px;
  }
}
.home .homepage__hero--mission .diamond-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/DiamondPattern.png");
}
.home .homepage__hero--mission .homepage__hero__mission {
  margin-bottom: -60px;
}
.home .homepage__hero--mission .homepage__hero__mission .homepage__hero__mission__title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.53px;
  line-height: 16px;
  text-align: center;
  margin: 47px 0 0;
}
@media only screen and (min-width: 768px) {
  .home .homepage__hero--mission .homepage__hero__mission .homepage__hero__mission__title {
    text-align: left;
    margin: 64px 0 0;
  }
}
.home .homepage__hero--mission .homepage__hero__mission .homepage__hero__mission__title:after {
  content: "";
  background: #fff;
  height: 1px;
  width: 58px;
  display: block;
  margin: 18px auto;
}
@media only screen and (min-width: 768px) {
  .home .homepage__hero--mission .homepage__hero__mission .homepage__hero__mission__title:after {
    margin: 18px 0 12px;
  }
}
.home .homepage__hero--mission .homepage__hero__mission .homepage__hero__mission__body {
  font-family: "Lora";
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__hero--mission .homepage__hero__mission .homepage__hero__mission__body {
    text-align: left;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
  }
}
.home .homepage__hero--mission .homepage__hero__mission .homepage__hero__mission__link {
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .home .homepage__hero--mission .homepage__hero__mission .homepage__hero__mission__link {
    text-align: left;
    margin-bottom: 84px;
  }
}
@media only screen and (min-width: 992px) {
  .home .homepage__hero--mission .homepage__hero__mission .homepage__hero__mission__link {
    margin-bottom: 144px;
  }
}
@media only screen and (min-width: 1200px) {
  .home .homepage__hero--mission .homepage__hero__mission .homepage__hero__mission__link {
    margin-bottom: 114px;
  }
}
.home .homepage__hero--mission .homepage__hero__mission .homepage__hero__mission__link .fa-arrow-right {
  font-size: 14px;
  position: relative;
  left: 6px;
  margin-right: 6px;
}
.home .homepage__hero--mission .homepage__hero__location {
  background-color: #9E3E23;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  margin: -30px 0 45px 0;
}
@media only screen and (min-width: 768px) {
  .home .homepage__hero--mission .homepage__hero__location {
    margin-bottom: 0;
    position: relative;
  }
  .home .homepage__hero--mission .homepage__hero__location:after {
    position: absolute;
    content: "";
    top: 100%;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #9E3E23;
    box-shadow: 0 8px 6px 0 rgba(0, 0, 0, 0.25);
  }
}
.home .homepage__hero--mission .homepage__hero__location .icon-container {
  position: relative;
  bottom: 30px;
  height: 58px;
  width: 58px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .home .homepage__hero--mission .homepage__hero__location .icon-container {
    height: 64px;
    width: 64px;
  }
}
.home .homepage__hero--mission .homepage__hero__location .icon-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #E3D5CB;
  transform: rotate(45deg);
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .home .homepage__hero--mission .homepage__hero__location .icon-container:before {
    top: -2px;
  }
}
.home .homepage__hero--mission .homepage__hero__location .icon-container .fa-map-marker-alt {
  font-size: 24px;
  color: #9E3E23;
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  top: calc(50% - 12px);
}
.home .homepage__hero--mission .homepage__hero__location .homepage__hero__location__title {
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.93px;
  margin: -6px 0 8px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__hero--mission .homepage__hero__location .homepage__hero__location__title {
    margin: 4px 0 12px;
  }
}
.home .homepage__hero--mission .homepage__hero__location .homepage__hero__location__body {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding: 0 22px 18px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__hero--mission .homepage__hero__location .homepage__hero__location__body {
    font-size: 16px;
    line-height: 24px;
    padding: 0 42px 18px;
  }
}
.home .homepage__hero--mission .homepage__hero__location .homepage__hero__location__body a {
  color: white;
  text-decoration: underline;
}
.home .homepage__hero--mission .homepage__hero__location .homepage__hero__location__body a:hover, .home .homepage__hero--mission .homepage__hero__location .homepage__hero__location__body a:focus {
  color: #dadada;
  text-decoration: underline;
}
.home .homepage__hero--mission .btn--callout {
  padding-top: 16px;
  padding-bottom: 16px;
}
.home .homepage__hero--mission .btn--callout .fa {
  margin-right: 10px;
}
.home .homepage__hero--mission .btn--callout:before {
  right: -55px;
  border-right-width: 55px;
  border-bottom-width: 55px;
}
.home .homepage__hero--mission .btn--callout.btn--callout--mobile {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .home .homepage__hero--mission .btn--callout.btn--callout--mobile {
    display: none;
  }
}
.home .homepage__hero--mission .btn--callout.btn--callout--desktop {
  position: absolute;
  left: 15px;
  top: calc(100% - 30px);
  width: calc(100% - 30px);
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .home .homepage__hero--mission .btn--callout.btn--callout--desktop {
    width: 100%;
    top: -130px;
  }
}
.home .homepage__events {
  position: relative;
  background: white;
  padding-bottom: 83px;
  margin-top: 30px;
  margin-bottom: -67px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__events {
    padding-top: 6px;
    padding-bottom: 68px;
    margin-bottom: -48px;
  }
}
@media only screen and (min-width: 992px) {
  .home .homepage__events > .container {
    position: relative;
  }
  .home .homepage__events > .container .col-events {
    position: relative;
    top: -42px;
    right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home .homepage__events > .container {
    position: relative;
  }
  .home .homepage__events > .container .col-events {
    position: relative;
    top: -42px;
    right: 0;
  }
}
.home .homepage__events:before {
  content: "";
  background: url("../img/HeaderBar-Texture_1560.png");
  background-size: cover;
  background-position: top;
  position: absolute;
  top: -70px;
  width: 100%;
  height: 148px;
}
.home .homepage__events:after {
  content: "";
  background: url("../img/HeaderBar-Texture_1560.png");
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 148px;
  transform: rotate(180deg);
  z-index: 3;
}
.home .homepage__events .homepage__events__title {
  color: #026CB6;
  font-size: 28px;
  font-family: "Lora";
  line-height: 34px;
  text-align: center;
  font-weight: 400;
  margin: 0 0;
}
.home .homepage__events .homepage__events__title:after {
  content: "";
  background: #9b9b9b;
  height: 1px;
  width: 40px;
  display: block;
  margin: 22px auto 26px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__events .homepage__events__title:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .home .homepage__events .homepage__events__title {
    text-align: left;
    font-size: 32px;
    line-height: 39px;
    display: inline-block;
  }
}
.home .homepage__events .homepage__events__seeall {
  text-transform: uppercase;
  color: #00385F;
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 19px;
  text-align: center;
  display: block;
  font-weight: 600;
}
.home .homepage__events .homepage__events__seeall .fa-arrow-right {
  position: relative;
  left: 2px;
  margin-right: 2px;
  transition: 0.3s all ease;
}
@media only screen and (min-width: 768px) {
  .home .homepage__events .homepage__events__seeall .fa-arrow-right {
    left: 4px;
  }
}
@media only screen and (min-width: 768px) {
  .home .homepage__events .homepage__events__seeall {
    text-align: left;
    padding: 10px 0 10px 38px;
    margin-left: 32px;
    border-left: 1px #9B9B9B solid;
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  .home .homepage__events .homepage__events__seeall {
    padding: 10px 0 10px 36px;
  }
}
.home .homepage__events .homepage__events__seeall:hover .fa-arrow-right {
  left: 12px;
}
.home .homepage__events .homepage__events__featured-image {
  margin: 66px 0 44px;
  position: relative;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  .home .homepage__events .homepage__events__featured-image {
    margin: 108px 0 44px;
  }
}
@media only screen and (min-width: 992px) {
  .home .homepage__events .homepage__events__featured-image {
    margin: 136px 0 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .home .homepage__events .homepage__events__featured-image {
    margin: 142px 0 80px;
  }
}
.home .homepage__events .homepage__events__featured-image:before {
  content: "";
  background: url(../img/FeaturedEvent_Diamond.png);
  height: 223px;
  width: 223px;
  position: absolute;
  top: -36px;
  left: calc(50% - 112px);
  background-size: cover;
  display: block;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .home .homepage__events .homepage__events__featured-image:before {
    height: 264px;
    width: 264px;
    top: -43px;
    left: 4px;
  }
}
@media only screen and (min-width: 992px) {
  .home .homepage__events .homepage__events__featured-image:before {
    left: -43px;
  }
}
@media only screen and (min-width: 1200px) {
  .home .homepage__events .homepage__events__featured-image:before {
    height: 336px;
    width: 336px;
    top: -58px;
    left: -58px;
  }
}
.home .homepage__events .homepage__events__featured-image .homepage__events__featured-image__img {
  display: block;
  margin: 36px auto;
  height: 150px;
  width: 150px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .home .homepage__events .homepage__events__featured-image .homepage__events__featured-image__img {
    margin: 42px auto;
    height: 178px;
    width: 178px;
  }
}
@media only screen and (min-width: 992px) {
  .home .homepage__events .homepage__events__featured-image .homepage__events__featured-image__img {
    margin: 42px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home .homepage__events .homepage__events__featured-image .homepage__events__featured-image__img {
    height: 226px;
    width: 226px;
    margin: 58px 0;
  }
}
.home .homepage__events .homepage__events__featured-event {
  position: relative;
  z-index: 4;
  margin-bottom: 38px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__events .homepage__events__featured-event {
    margin-bottom: 62px;
  }
}
.home .homepage__events .homepage__events__featured-event .homepage__events__featured-event__title {
  font-weight: 600;
  color: #00385F;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin: 16px 0 15px;
  transition: 0.3s all ease;
}
@media only screen and (min-width: 768px) {
  .home .homepage__events .homepage__events__featured-event .homepage__events__featured-event__title {
    text-align: left;
    font-size: 24px;
    line-height: 29px;
    margin: 62px 0 15px;
  }
}
@media only screen and (min-width: 992px) {
  .home .homepage__events .homepage__events__featured-event .homepage__events__featured-event__title {
    margin: 86px 0 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .home .homepage__events .homepage__events__featured-event .homepage__events__featured-event__title {
    margin: 82px 0 16px;
  }
}
.home .homepage__events .homepage__events__featured-event .homepage__events__featured-event__title:hover {
  color: #026CB6;
}
.home .homepage__events .homepage__events__featured-event .homepage__events__featured-event__date {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #026cb6;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .home .homepage__events .homepage__events__featured-event .homepage__events__featured-event__date {
    text-align: left;
  }
}
.home .homepage__events .homepage__events__featured-event .homepage__events__featured-event__location {
  color: #00385F;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 768px) {
  .home .homepage__events .homepage__events__featured-event .homepage__events__featured-event__location {
    text-align: left;
    padding-left: 22px;
    position: relative;
  }
}
.home .homepage__events .homepage__events__featured-event .homepage__events__featured-event__location .fa-map-marker-alt {
  margin-right: 12px;
  font-size: 14px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .home .homepage__events .homepage__events__featured-event .homepage__events__featured-event__location .fa-map-marker-alt {
    position: absolute;
    top: 6px;
    left: 0;
  }
}
.home .homepage__events .homepage__events__featured-event .homepage__events__featured-event__body {
  line-height: 26px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: 13px 0 15px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__events .homepage__events__featured-event .homepage__events__featured-event__body {
    text-align: left;
    margin: 15px 0 8px;
  }
}
.home .homepage__events .homepage__events__featured-event .link-contain {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .home .homepage__events .homepage__events__featured-event .link-contain {
    text-align: left;
  }
}
.home .homepage__events .homepage__events__featured-event .link-contain .homepage__events__featured-event__link {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.53px;
  line-height: 16px;
  color: #9E3E23;
  font-weight: 600;
}
.home .homepage__events .homepage__events__featured-event .link-contain .homepage__events__featured-event__link .fa-arrow-right {
  position: relative;
  left: 4px;
  margin-right: 4px;
  transition: 0.3s all ease;
}
.home .homepage__events .homepage__events__featured-event .link-contain .homepage__events__featured-event__link:hover .fa-arrow-right {
  left: 12px;
}
.home .homepage__events .homepage__events__event {
  background: #F7F2ED;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
  margin: 11px 0;
  position: relative;
  z-index: 5;
  min-height: 95px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__events .homepage__events__event {
    min-height: 111px;
  }
}
.home .homepage__events .homepage__events__event .homepage__events__event__banner {
  position: absolute;
  top: 0;
  left: 9px;
}
.home .homepage__events .homepage__events__event .homepage__events__event__banner .homepage__events__event__banner__img {
  height: 80px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__events .homepage__events__event .homepage__events__event__banner .homepage__events__event__banner__img {
    height: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .home .homepage__events .homepage__events__event .homepage__events__event__banner {
    left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .home .homepage__events .homepage__events__event .homepage__events__event__banner {
    left: 24px;
  }
}
.home .homepage__events .homepage__events__event .homepage__events__event__banner .homepage__events__event__banner__date {
  position: absolute;
  width: 100%;
  top: 17px;
  text-align: center;
}
.home .homepage__events .homepage__events__event .homepage__events__event__banner .homepage__events__event__banner__date .homepage__events__event__banner__month {
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2.62px;
  line-height: 16px;
  display: block;
  position: relative;
  left: 2px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__events .homepage__events__event .homepage__events__event__banner .homepage__events__event__banner__date .homepage__events__event__banner__month {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 3px;
  }
}
.home .homepage__events .homepage__events__event .homepage__events__event__banner .homepage__events__event__banner__date .homepage__events__event__banner__day {
  font-size: 24px;
  font-family: "Lora";
  letter-spacing: 1.12px;
  line-height: 29px;
  color: white;
  font-weight: 400;
  position: relative;
  left: 1px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__events .homepage__events__event .homepage__events__event__banner .homepage__events__event__banner__date .homepage__events__event__banner__day {
    font-size: 28px;
    line-height: 34px;
    bottom: 4px;
    left: 2px;
  }
}
.home .homepage__events .homepage__events__event .homepage__events__event__body {
  padding: 12px 20px 16px 80px;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__events .homepage__events__event .homepage__events__event__body {
    padding: 18px 18px 19px 98px;
    font-size: 16px;
    line-height: 24px;
  }
}
.home .homepage__events .homepage__events__event .homepage__events__event__body .homepage__events__event__body__text {
  margin-bottom: 12px;
}
.home .homepage__events .homepage__events__event .homepage__events__event__body .homepage__events__event__body__text a {
  color: #4A4A4A;
}
.home .homepage__events .homepage__events__event .homepage__events__event__body .homepage__events__event__body__text a:hover, .home .homepage__events .homepage__events__event .homepage__events__event__body .homepage__events__event__body__text a:focus {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .home .homepage__events .homepage__events__event .homepage__events__event__body .homepage__events__event__body__text {
    margin-bottom: 10px;
  }
}
.home .homepage__events .homepage__events__event .homepage__events__event__body .homepage__events__event__body__location {
  color: #026cb6;
  font-size: 13px;
  line-height: 13px;
  position: relative;
  display: block;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__events .homepage__events__event .homepage__events__event__body .homepage__events__event__body__location {
    font-size: 14px;
    line-height: 14px;
  }
}
.home .homepage__events .homepage__events__event .homepage__events__event__body .homepage__events__event__body__location .fa-map-marker-alt {
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.home .homepage__resources {
  padding: 128px 0 60px;
  position: relative;
  z-index: 2;
  background-image: url("../img/ep_naturalwhite_40-20190629.png");
  background-color: #F7F2ED;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .home .homepage__resources {
    padding: 114px 0 82px;
  }
}
.home .homepage__resources .homepage__resources__title {
  color: #026CB6;
  font-size: 28px;
  font-family: "Lora";
  line-height: 34px;
  text-align: center;
  font-weight: 400;
  margin: 0 0;
}
.home .homepage__resources .homepage__resources__title:after {
  content: "";
  background: #9b9b9b;
  height: 1px;
  width: 40px;
  display: block;
  margin: 22px auto 25px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__resources .homepage__resources__title {
    font-size: 32px;
    line-height: 39px;
    text-align: left;
    position: relative;
  }
  .home .homepage__resources .homepage__resources__title:after {
    position: absolute;
    width: 1px;
    height: 40px;
    margin: auto;
    right: -15px;
    bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .home .homepage__resources .homepage__resources__title {
    font-size: 31px;
  }
}
@media only screen and (min-width: 1200px) {
  .home .homepage__resources .homepage__resources__title {
    font-size: 36px;
    line-height: 44px;
  }
}
.home .homepage__resources .homepage__resources__seeall {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 19px;
  color: #00385F;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__resources .homepage__resources__seeall {
    text-align: left;
    position: relative;
    top: 10px;
    left: 22px;
    margin-bottom: 76px;
  }
}
@media only screen and (min-width: 1200px) {
  .home .homepage__resources .homepage__resources__seeall {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 1.69px;
    margin-bottom: 84px;
  }
}
.home .homepage__resources .homepage__resources__seeall .fa-arrow-right {
  position: relative;
  left: 4px;
  margin-right: 4px;
  transition: 0.3s all ease;
}
.home .homepage__resources .homepage__resources__seeall:hover .fa-arrow-right {
  left: 12px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .home .homepage__resources .homepage__resources-list {
    left: -15px;
    width: calc(100% + 30px);
  }
}
.home .homepage__resources .homepage__resources-list .slick-arrow {
  height: 68px;
  width: 68px;
  transform: rotate(45deg);
  background: #E3D5CB;
  top: calc(100% - 82px);
  z-index: 4;
  transition: 0.3s all ease;
}
.home .homepage__resources .homepage__resources-list .slick-arrow:hover {
  background: #d1baaa;
}
.home .homepage__resources .homepage__resources-list .slick-arrow.slick-prev {
  left: -19px;
}
.home .homepage__resources .homepage__resources-list .slick-arrow.slick-prev:before {
  left: 12px;
  bottom: 12px;
}
.home .homepage__resources .homepage__resources-list .slick-arrow.slick-next {
  right: -19px;
}
.home .homepage__resources .homepage__resources-list .slick-arrow.slick-next:before {
  right: 12px;
  top: 12px;
}
.home .homepage__resources .homepage__resources-list .slick-arrow:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  color: #9E3E23;
  transform: rotate(-45deg);
  display: block;
  position: relative;
}
.home .homepage__resources .homepage__resources-list > .col-sm-4 {
  outline: none;
}
@media only screen and (min-width: 768px) {
  .home .homepage__resources .homepage__resources-list > .col-sm-4 {
    min-height: 445px;
  }
}
@media only screen and (min-width: 992px) {
  .home .homepage__resources .homepage__resources-list > .col-sm-4 {
    min-height: 485px;
  }
}
@media only screen and (min-width: 1200px) {
  .home .homepage__resources .homepage__resources-list > .col-sm-4 {
    min-height: 510px;
  }
}
.home .homepage__resources .homepage__resources-list > .col-sm-4:nth-child(2) {
  position: relative;
}
.home .homepage__resources .homepage__resources-list > .col-sm-4:nth-child(2) .homepage__resources__resource--before, .home .homepage__resources .homepage__resources-list > .col-sm-4:nth-child(2) .homepage__resources__resource--after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .home .homepage__resources .homepage__resources-list > .col-sm-4:nth-child(2) .homepage__resources__resource--before, .home .homepage__resources .homepage__resources-list > .col-sm-4:nth-child(2) .homepage__resources__resource--after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: #E3D5CB;
  }
  .home .homepage__resources .homepage__resources-list > .col-sm-4:nth-child(2) .homepage__resources__resource--before:before, .home .homepage__resources .homepage__resources-list > .col-sm-4:nth-child(2) .homepage__resources__resource--after:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    height: 9px;
    width: 9px;
    background-image: url(../img/CaptionDiamond.png);
    background-size: cover;
    background-position: center;
  }
  .home .homepage__resources .homepage__resources-list > .col-sm-4:nth-child(2) .homepage__resources__resource--before:after, .home .homepage__resources .homepage__resources-list > .col-sm-4:nth-child(2) .homepage__resources__resource--after:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -4px;
    height: 9px;
    width: 9px;
    background-image: url(../img/CaptionDiamond.png);
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (min-width: 768px) {
  .home .homepage__resources .homepage__resources-list > .col-sm-4:nth-child(2) .homepage__resources__resource--after {
    left: auto;
    right: 0;
  }
  .home .homepage__resources .homepage__resources-list > .col-sm-4:nth-child(2) .homepage__resources__resource--after:before {
    top: -4px;
    left: auto;
    right: -4px;
  }
  .home .homepage__resources .homepage__resources-list > .col-sm-4:nth-child(2) .homepage__resources__resource--after:after {
    bottom: -4px;
    left: auto;
    right: -4px;
  }
}
.home .homepage__resources .homepage__resources-list .homepage__resources__resource .homepage__resources__resource--before {
  display: none;
}
.home .homepage__resources .homepage__resources-list .homepage__resources__resource.slick-slide {
  margin: 0 16px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__resources .homepage__resources-list .homepage__resources__resource {
    padding: 0 10px;
  }
}
.home .homepage__resources .homepage__resources-list .homepage__resources__resource .homepage__resources__resource__title {
  text-align: center;
  color: #867B72;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .home .homepage__resources .homepage__resources-list .homepage__resources__resource .homepage__resources__resource__title {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .home .homepage__resources .homepage__resources-list .homepage__resources__resource .homepage__resources__resource__title {
    float: left;
  }
}
.home .homepage__resources .homepage__resources-list .homepage__resources__resource .homepage__resources__resource__title .far {
  font-size: 20px;
  color: #B2BC36;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.home .homepage__resources .homepage__resources-list .homepage__resources__resource .homepage__resources__resource__date {
  color: #867B72;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin: 8px 0 13px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__resources .homepage__resources-list .homepage__resources__resource .homepage__resources__resource__date {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .home .homepage__resources .homepage__resources-list .homepage__resources__resource .homepage__resources__resource__date {
    float: right;
    margin: 0 0 13px;
  }
}
.home .homepage__resources .homepage__resources-list .homepage__resources__resource .homepage__resources__resource__image {
  position: relative;
  height: 139px;
  width: 197px;
  margin: 0 auto;
  left: calc(50% - 98px);
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .home .homepage__resources .homepage__resources-list .homepage__resources__resource .homepage__resources__resource__image {
    left: auto;
    margin: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .home .homepage__resources .homepage__resources-list .homepage__resources__resource .homepage__resources__resource__image {
    height: 194px;
  }
}
@media only screen and (min-width: 1200px) {
  .home .homepage__resources .homepage__resources-list .homepage__resources__resource .homepage__resources__resource__image {
    height: 213px;
  }
}
.home .homepage__resources .homepage__resources-list .homepage__resources__resource .homepage__resources__resource__image a {
  position: absolute;
  height: 100%;
  width: 100%;
}
.home .homepage__resources .homepage__resources-list .homepage__resources__resource .homepage__resources__resource__image a span {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.home .homepage__resources .homepage__resources-list .homepage__resources__resource .homepage__resources__resource__body {
  font-size: 16px;
  color: #00385F;
  line-height: 24px;
  text-align: center;
  margin-top: 9px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .home .homepage__resources .homepage__resources-list .homepage__resources__resource .homepage__resources__resource__body {
    text-align: left;
    margin-top: 0;
    max-height: 160px;
    overflow: hidden;
  }
}
.home .homepage__resources .homepage__resources-list .homepage__resources__resource .homepage__resources__resource__body a {
  display: block;
  margin-bottom: 24px;
  color: #00385F;
}
@media only screen and (min-width: 768px) {
  .home .homepage__resources .homepage__resources-list .homepage__resources__resource .homepage__resources__resource__body a {
    font-size: 18px;
    line-height: 26px;
    margin-top: 24px;
  }
}
.home .homepage__resources .homepage__resources-list .homepage__resources__resource .homepage__resources__resource__body a:hover {
  color: #026CB6;
}
.home .homepage__resources .homepage__resources__resource__link {
  text-align: center;
  margin-top: 3px;
  margin-bottom: 26px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__resources .homepage__resources__resource__link {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    margin: 24px 0 0 25px;
  }
}
.home .homepage__resources .homepage__resources__resource__link a:hover {
  color: #FFFFFF;
  background-color: #E97F24;
  border-color: #E97F24;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.home .homepage__resources .homepage__resources__resource__link a:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid #E97F24;
  transform: translateX(-100%);
}
.home .homepage__resources .homepage__resources__resource__link a:hover:hover, .home .homepage__resources .homepage__resources__resource__link a:hover:focus {
  background: transparent;
}
.home .homepage__resources .homepage__resources__resource__link a:hover:hover:before, .home .homepage__resources .homepage__resources__resource__link a:hover:focus:before {
  transform: translateX(0);
}
.home .homepage__resources .homepage__resources__resource__link a:hover:before, .home .homepage__resources .homepage__resources__resource__link a:hover:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.home .homepage__resources .homepage__resources__resource__link a:hover:focus, .home .homepage__resources .homepage__resources__resource__link a:hover.focus {
  color: #FFFFFF;
}
.home .homepage__resources .homepage__resources__resource__link a:hover:hover {
  color: #FFFFFF;
}
.home .homepage__resources .homepage__resources__resource__link a:hover:active, .home .homepage__resources .homepage__resources__resource__link a:hover.active {
  color: #FFFFFF;
}
.home .homepage__resources .homepage__resources__resource__link a:hover:active:hover, .home .homepage__resources .homepage__resources__resource__link a:hover:active:focus, .home .homepage__resources .homepage__resources__resource__link a:hover:active.focus, .home .homepage__resources .homepage__resources__resource__link a:hover.active:hover, .home .homepage__resources .homepage__resources__resource__link a:hover.active:focus, .home .homepage__resources .homepage__resources__resource__link a:hover.active.focus {
  color: #FFFFFF;
}
.home .homepage__resources .homepage__resources__resource__link a:hover:active, .home .homepage__resources .homepage__resources__resource__link a:hover.active {
  background-image: none;
}
.home .homepage__resources .homepage__resources__resource__link a:hover.disabled:hover, .home .homepage__resources .homepage__resources__resource__link a:hover.disabled:focus, .home .homepage__resources .homepage__resources__resource__link a:hover.disabled.focus, .home .homepage__resources .homepage__resources__resource__link a:hover[disabled]:hover, .home .homepage__resources .homepage__resources__resource__link a:hover[disabled]:focus, .home .homepage__resources .homepage__resources__resource__link a:hover[disabled].focus, fieldset[disabled] .home .homepage__resources .homepage__resources__resource__link a:hover:hover, fieldset[disabled] .home .homepage__resources .homepage__resources__resource__link a:hover:focus, fieldset[disabled] .home .homepage__resources .homepage__resources__resource__link a:hover.focus {
  background-color: #E97F24;
  border-color: #E97F24;
}
.home .homepage__major-programs {
  position: relative;
}
.home .homepage__major-programs .homepage-left-bg {
  display: none;
}
@media only screen and (min-width: 768px) {
  .home .homepage__major-programs .homepage-left-bg {
    position: relative;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(50% - 375px + 437.5px);
    background-image: url("../img/faux-barn-20190629.png");
    background-size: cover;
    background-position: 50% 33.3333%;
    z-index: -2;
  }
  .home .homepage__major-programs .homepage-left-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
    opacity: 1;
  }
}
@media only screen and (min-width: 992px) {
  .home .homepage__major-programs .homepage-left-bg {
    background-position: center;
    width: calc(50% - 485px + 565.8333333333px);
  }
}
@media only screen and (min-width: 1200px) {
  .home .homepage__major-programs .homepage-left-bg {
    width: calc(50% - 585px + 682.5px);
  }
}
.home .homepage__major-programs .homepage-right-bg--top {
  position: relative;
  display: none;
}
@media only screen and (min-width: 768px) {
  .home .homepage__major-programs .homepage-right-bg--top {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 50%;
    width: calc(50% - 375px + 312.5px);
    background-image: url("../img/FindAFarmer@2x-20190629.jpg");
    background-size: cover;
    background-position: top;
    z-index: -2;
  }
  .home .homepage__major-programs .homepage-right-bg--top:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }
}
@media only screen and (min-width: 992px) {
  .home .homepage__major-programs .homepage-right-bg--top {
    width: calc(50% - 485px + 404.1666666667px);
  }
}
@media only screen and (min-width: 1200px) {
  .home .homepage__major-programs .homepage-right-bg--top {
    width: calc(50% - 585px + 487.5px);
  }
}
.home .homepage__major-programs .homepage-right-bg--bottom {
  position: relative;
  display: none;
}
@media only screen and (min-width: 768px) {
  .home .homepage__major-programs .homepage-right-bg--bottom {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50%;
    width: calc(50% - 375px + 312.5px);
    background-image: url("../img/FarmertoFarmer@2x.jpg");
    background-size: cover;
    background-position: top;
    z-index: -2;
  }
  .home .homepage__major-programs .homepage-right-bg--bottom:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }
}
@media only screen and (min-width: 992px) {
  .home .homepage__major-programs .homepage-right-bg--bottom {
    width: calc(50% - 485px + 404.1666666667px);
  }
}
@media only screen and (min-width: 1200px) {
  .home .homepage__major-programs .homepage-right-bg--bottom {
    width: calc(50% - 585px + 487.5px);
  }
}
.home .homepage__major-programs .programs-bg .homepage__major-programs__incentives {
  position: relative;
  padding-bottom: 60px;
}
.home .homepage__major-programs .programs-bg .homepage__major-programs__incentives .homepage__major-programs__incentives--mbg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% + 30px);
  background-size: cover;
  background-position: center;
  margin: 0 -15px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__major-programs .programs-bg .homepage__major-programs__incentives .homepage__major-programs__incentives--mbg {
    display: none;
  }
}
.home .homepage__major-programs .programs-bg .homepage__major-programs__incentives:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  height: 100%;
  width: calc(100% + 30px);
  background-image: url("../img/faux_barn2.png");
  background-size: cover;
  background-position: top;
  z-index: -2;
}
@media only screen and (min-width: 768px) {
  .home .homepage__major-programs .programs-bg .homepage__major-programs__incentives:before {
    display: none;
  }
}
.home .homepage__major-programs .programs-bg .homepage__major-programs__incentives:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  height: 100%;
  width: calc(100% + 30px);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 ); /* IE6-9 */
  z-index: -1;
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  .home .homepage__major-programs .programs-bg .homepage__major-programs__incentives:after {
    display: none;
  }
}
.home .homepage__major-programs .programs-bg .homepage__major-programs__incentives .homepage__major-programs__incentives__title {
  color: white;
  font-size: 24px;
  font-weight: 400;
  font-family: "Lora";
  line-height: 29px;
  margin: 41px 0 17px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .home .homepage__major-programs .programs-bg .homepage__major-programs__incentives .homepage__major-programs__incentives__title {
    font-size: 32px;
    line-height: 39px;
    margin: 62px 0 22px;
  }
}
.home .homepage__major-programs .programs-bg .homepage__major-programs__incentives .homepage__major-programs__incentives__body {
  font-size: 14px;
  color: #00385F;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 22px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__major-programs .programs-bg .homepage__major-programs__incentives .homepage__major-programs__incentives__body {
    font-size: 16px;
    line-height: 26px;
  }
}
.home .homepage__major-programs .programs-bg .homepage__major-programs__incentives .btn {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .home .homepage__major-programs .programs-bg .homepage__major-programs__incentives .btn {
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .home .homepage__major-programs .programs-bg .homepage__major-programs__incentives .btn {
    max-width: 530px;
  }
}
@media only screen and (min-width: 1200px) {
  .home .homepage__major-programs .programs-bg .homepage__major-programs__incentives .btn {
    max-width: 650px;
  }
}
.home .homepage__major-programs .programs-bg .homepage__programs__find {
  position: relative;
  padding-bottom: 46px;
}
@media only screen and (min-width: 992px) {
  .home .homepage__major-programs .programs-bg .homepage__programs__find {
    padding: 78px 0 78px 35px;
  }
}
.home .homepage__major-programs .programs-bg .homepage__programs__find .homepage__programs__find--mbg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% + 30px);
  background-size: cover;
  background-position: center;
  margin: 0 -15px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__major-programs .programs-bg .homepage__programs__find .homepage__programs__find--mbg {
    display: none;
  }
}
.home .homepage__major-programs .programs-bg .homepage__programs__find:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  height: 100%;
  width: calc(100% + 30px);
  background-image: url("../img/FindAFarmer@2x.jpg");
  background-size: cover;
  background-position: top;
  z-index: -2;
}
@media only screen and (min-width: 768px) {
  .home .homepage__major-programs .programs-bg .homepage__programs__find:before {
    display: none;
  }
}
.home .homepage__major-programs .programs-bg .homepage__programs__find:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  height: 100%;
  width: calc(100% + 30px);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .home .homepage__major-programs .programs-bg .homepage__programs__find:after {
    display: none;
  }
}
.home .homepage__major-programs .programs-bg .homepage__programs__find .homepage__major-programs__find__title {
  color: white;
  font-size: 24px;
  font-weight: 400;
  font-family: "Lora";
  line-height: 29px;
  margin: 0;
  padding: 40px 0 25px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .home .homepage__major-programs .programs-bg .homepage__programs__find .homepage__major-programs__find__title {
    padding: 48px 0 23px;
    font-size: 32px;
    line-height: 39px;
  }
}
@media only screen and (min-width: 992px) {
  .home .homepage__major-programs .programs-bg .homepage__programs__find .homepage__major-programs__find__title {
    padding: 0 0 23px;
  }
}
.home .homepage__major-programs .programs-bg .homepage__programs__find .btn--transparent {
  padding: 12px 18px 14px 20px;
  position: relative;
  display: inline-block;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .home .homepage__major-programs .programs-bg .homepage__programs__find .btn--transparent {
    white-space: normal;
  }
}
.home .homepage__major-programs .programs-bg .homepage__programs__find .btn--transparent .fa-binoculars {
  font-size: 18px;
  margin-right: 15px;
  position: absolute;
  left: 21px;
  top: calc(50% - 9px);
}
.home .homepage__major-programs .programs-bg .homepage__programs__find .btn--transparent .btn-content {
  font-size: 14px;
  letter-spacing: 1.53px;
  line-height: 16px;
  font-weight: 600;
  padding-left: 36px;
  text-align: left;
  display: block;
}
.home .homepage__major-programs .programs-bg .homepage__programs__data {
  position: relative;
  padding-bottom: 58px;
}
@media only screen and (min-width: 992px) {
  .home .homepage__major-programs .programs-bg .homepage__programs__data {
    padding: 74px 0 82px 35px;
  }
}
.home .homepage__major-programs .programs-bg .homepage__programs__data .homepage__programs__data--mbg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% + 30px);
  background-size: cover;
  background-position: center;
  margin: 0 -15px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__major-programs .programs-bg .homepage__programs__data .homepage__programs__data--mbg {
    display: none;
  }
}
.home .homepage__major-programs .programs-bg .homepage__programs__data:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  height: 100%;
  width: calc(100% + 30px);
  background-image: url("../img/FarmertoFarmer@2x.jpg");
  background-size: cover;
  background-position: top;
  z-index: -2;
}
@media only screen and (min-width: 768px) {
  .home .homepage__major-programs .programs-bg .homepage__programs__data:before {
    display: none;
  }
}
.home .homepage__major-programs .programs-bg .homepage__programs__data:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  height: 100%;
  width: calc(100% + 30px);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .home .homepage__major-programs .programs-bg .homepage__programs__data:after {
    display: none;
  }
}
.home .homepage__major-programs .programs-bg .homepage__programs__data .homepage__major-programs__data__title {
  color: white;
  font-size: 24px;
  font-weight: 400;
  font-family: "Lora";
  line-height: 36px;
  margin: 0;
  padding: 37px 0 22px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .home .homepage__major-programs .programs-bg .homepage__programs__data .homepage__major-programs__data__title {
    font-size: 32px;
    line-height: 39px;
  }
}
@media only screen and (min-width: 992px) {
  .home .homepage__major-programs .programs-bg .homepage__programs__data .homepage__major-programs__data__title {
    padding: 0 0 25px;
  }
}
.home .homepage__major-programs .programs-bg .homepage__programs__data .btn--transparent {
  padding: 12px 18px 14px 20px;
  position: relative;
  display: inline-block;
  text-align: left;
  max-width: 100%;
  white-space: normal;
}
.home .homepage__major-programs .programs-bg .homepage__programs__data .btn--transparent .fa-chart-bar {
  font-size: 18px;
  margin-right: 15px;
  position: absolute;
  left: 21px;
  top: calc(50% - 9px);
}
.home .homepage__major-programs .programs-bg .homepage__programs__data .btn--transparent .btn-content {
  font-size: 14px;
  letter-spacing: 1.53px;
  line-height: 16px;
  font-weight: 600;
  padding-left: 36px;
}
.home .homepage__programs {
  position: relative;
  overflow: hidden;
  padding: 68px 0 40px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__programs {
    padding: 102px 0 272px;
  }
}
@media only screen and (min-width: 992px) {
  .home .homepage__programs {
    margin-bottom: -75px;
    padding: 148px 0 302px;
  }
}
@media only screen and (min-width: 1200px) {
  .home .homepage__programs {
    padding: 220px 0 502px;
  }
}
.home .homepage__programs:before {
  content: "";
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.home .homepage__programs:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 384px;
  background-image: url("../img/BottomBGImage-20190629.jpg");
  background-size: cover;
  background-position: left;
  z-index: -2;
}
@media only screen and (min-width: 768px) {
  .home .homepage__programs:after {
    background-position: bottom;
    height: 610px;
  }
}
@media only screen and (min-width: 992px) {
  .home .homepage__programs:after {
    height: 874px;
  }
}
@media only screen and (min-width: 1200px) {
  .home .homepage__programs:after {
    height: 1240px;
  }
}
.home .homepage__programs .homepage__programs__title {
  color: #026CB6;
  font-size: 28px;
  font-family: "Lora";
  line-height: 34px;
  text-align: center;
  font-weight: 400;
  margin: 0;
}
.home .homepage__programs .homepage__programs__title:after {
  content: "";
  background: #9b9b9b;
  height: 1px;
  width: 58px;
  display: block;
  margin: 22px auto 20px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__programs .homepage__programs__title:after {
    margin: 36px auto 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .home .homepage__programs .homepage__programs__title:after {
    margin: 35px auto 31px;
  }
}
@media only screen and (min-width: 768px) {
  .home .homepage__programs .homepage__programs__title {
    font-size: 32px;
    line-height: 39px;
  }
}
@media only screen and (min-width: 1200px) {
  .home .homepage__programs .homepage__programs__title {
    font-size: 36px;
    line-height: 44px;
  }
}
.home .homepage__programs .homepage__programs__body {
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: -14px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__programs .homepage__programs__body {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: -90px;
  }
}
@media only screen and (min-width: 992px) {
  .home .homepage__programs .homepage__programs__body {
    margin-bottom: -74px;
  }
}
@media only screen and (min-width: 1200px) {
  .home .homepage__programs .homepage__programs__body {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: -108px;
  }
}
.home .homepage__testimonials {
  background: #00385F;
  color: white;
  position: relative;
}
.home .homepage__testimonials:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -5px;
  height: 383px;
  width: calc(100% + 5px);
  background-image: url("../img/Navy_Texture-07-20190628.svg");
  background-size: contain;
  background-position: top;
}
@media only screen and (min-width: 768px) {
  .home .homepage__testimonials:before {
    top: -40px;
  }
}
@media only screen and (min-width: 992px) {
  .home .homepage__testimonials:before {
    top: -110px;
    background-size: cover;
  }
}
@media only screen and (min-width: 992px) {
  .home .homepage__testimonials {
    margin-top: 110px;
  }
}
.home .homepage__testimonials .homepage__programs__title {
  color: white;
  font-size: 28px;
  font-family: "Lora";
  line-height: 34px;
  text-align: center;
  font-weight: 400;
  margin: 70px 0 0;
}
@media only screen and (min-width: 768px) {
  .home .homepage__testimonials .homepage__programs__title {
    font-size: 32px;
    line-height: 39px;
    margin: 44px 0 56px;
  }
}
@media only screen and (min-width: 992px) {
  .home .homepage__testimonials .homepage__programs__title {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .home .homepage__testimonials .homepage__programs__title {
    font-size: 36px;
    line-height: 44px;
  }
}
.home .homepage__testimonials .title-diamond {
  color: white;
  text-align: center;
  display: block;
  margin: 50px auto 20px;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__testimonials .title-diamond {
    display: none;
  }
}
.home .homepage__testimonials .homepage__testimonials__testimonial {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .home .homepage__testimonials .homepage__testimonials__testimonial {
    text-align: left;
  }
}
.home .homepage__testimonials .homepage__testimonials__testimonial .homepage__testimonials__testimonial__body {
  font-family: "Lora";
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__testimonials .homepage__testimonials__testimonial .homepage__testimonials__testimonial__body {
    font-size: 18px;
    line-height: 32px;
  }
}
.home .homepage__testimonials .homepage__testimonials__testimonial .homepage__testimonials__testimonial__source {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__testimonials .homepage__testimonials__testimonial .homepage__testimonials__testimonial__source {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
.home .homepage__testimonials .homepage__testimonials__testimonial .homepage__testimonials__testimonial__source .homepage__testimonials__testimonial__source--name {
  margin-bottom: 0;
  font-weight: 600;
  color: #FFCA31;
}
.home .homepage__testimonials .homepage__testimonials__testimonial .homepage__testimonials__testimonial__source .homepage__testimonials__testimonial__source--loc {
  font-weight: 400;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .home .homepage__testimonials .homepage__testimonials__testimonial .fa-diamond {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .home .homepage__testimonials .homepage__testimonials__testimonial .fa-diamond {
    text-align: center;
    margin: 0 0 20px;
    font-size: 20px;
    display: block;
  }
}
.home .homepage__testimonials .homepage__connect__title {
  color: white;
  font-size: 28px;
  font-family: "Lora";
  line-height: 30px;
  text-align: center;
  font-weight: 400;
  margin: 0;
  padding: 38px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 768px) {
  .home .homepage__testimonials .homepage__connect__title {
    font-size: 32px;
    line-height: 34px;
    margin: 64px 0 -16px;
    padding: 50px 0 0;
  }
}
.home .homepage__testimonials .asterisk-diamond {
  display: block;
  text-align: center;
  height: 68px;
  width: 68px;
  position: relative;
  top: 22px;
  transform: rotate(45deg);
  background: #00385F;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .home .homepage__testimonials .asterisk-diamond {
    top: 36px;
    height: 86px;
    width: 86px;
  }
}
.home .homepage__testimonials .asterisk-diamond .fa-asterisk {
  position: relative;
  top: calc(50% - 15px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 13px;
  padding: 7px 8px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__testimonials .asterisk-diamond .fa-asterisk {
    top: calc(50% - 20px);
    font-size: 18px;
    line-height: 18px;
    padding: 10px;
  }
}
.home .homepage__testimonials .asterisk-diamond .fa-asterisk:before {
  display: inline-block;
  transform: rotate(-45deg);
}
.home .homepage__connect {
  color: white;
  text-align: center;
  margin-bottom: -20px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__connect {
    position: relative;
    text-align: right;
  }
  .home .homepage__connect:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(50% + 0.5px);
    background-image: url("../img/Red_Texture-20190629.png");
    background-position: top;
    z-index: -1;
    border-right: 1px white solid;
  }
  .home .homepage__connect:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0.5px;
    height: 100%;
    width: 50%;
    background-image: url("../img/RedTexture2-20190629.png");
    background-position: top;
    z-index: -1;
  }
}
.home .homepage__connect .homepage-join {
  position: relative;
}
.home .homepage__connect .homepage-join .homepage__connect__join {
  padding-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__connect .homepage-join .homepage__connect__join {
    padding: 78px 32px 88px 0;
  }
}
@media only screen and (min-width: 992px) {
  .home .homepage__connect .homepage-join .homepage__connect__join {
    padding: 78px 70px 96px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home .homepage__connect .homepage-join .homepage__connect__join {
    padding: 78px 112px 96px 0;
  }
}
.home .homepage__connect .homepage-join .homepage__connect__join:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../img/Red_Texture.png");
  background-position: top;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .home .homepage__connect .homepage-join .homepage__connect__join:before {
    display: none;
  }
}
.home .homepage__connect .homepage-join .homepage__connect__join .homepage__connect__join--body {
  font-size: 16px;
  line-height: 28px;
  margin: 57px 0 22px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .home .homepage__connect .homepage-join .homepage__connect__join .homepage__connect__join--body {
    margin: 0 0 19px;
  }
}
@media only screen and (min-width: 1200px) {
  .home .homepage__connect .homepage-join .homepage__connect__join .homepage__connect__join--body {
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 24px;
  }
}
.home .homepage__connect .homepage-join .homepage__connect__join .homepage__connect__join--link {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.5px;
}
.home .homepage__connect .homepage-subscribe {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .home .homepage__connect .homepage-subscribe {
    text-align: left;
  }
}
.home .homepage__connect .homepage-subscribe .homepage__connect__subscribe {
  padding: 54px 0 77px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__connect .homepage-subscribe .homepage__connect__subscribe {
    padding: 78px 0 88px 32px;
  }
}
@media only screen and (min-width: 992px) {
  .home .homepage__connect .homepage-subscribe .homepage__connect__subscribe {
    padding: 78px 0 96px 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .home .homepage__connect .homepage-subscribe .homepage__connect__subscribe {
    padding: 78px 0 96px 112px;
  }
}
.home .homepage__connect .homepage-subscribe .homepage__connect__subscribe:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../img/RedTexture2.png");
  background-position: top;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .home .homepage__connect .homepage-subscribe .homepage__connect__subscribe:before {
    display: none;
  }
}
.home .homepage__connect .homepage-subscribe .homepage__connect__subscribe .homepage__connect__subscribe--body {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 11px;
}
.home .homepage__connect .homepage-subscribe .homepage__connect__subscribe .homepage__connect__subscribe--body strong {
  font-weight: 600;
  color: white;
}
.home .homepage__connect .homepage-subscribe .homepage__connect__subscribe .homepage__connect__subscribe--input {
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  color: #4A4A4A;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .home .homepage__connect .homepage-subscribe .homepage__connect__subscribe .homepage__connect__subscribe--input {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .home .homepage__connect .homepage-subscribe .homepage__connect__subscribe .homepage__connect__subscribe--input {
    margin-bottom: 32px;
  }
}
.home .homepage__connect .homepage-subscribe .homepage__connect__subscribe .homepage__connect__subscribe--input input {
  width: 100%;
  padding: 9px 15px;
}
.home .homepage__connect .homepage-subscribe .homepage__connect__subscribe .homepage__connect__subscribe--input input::-moz-placeholder {
  font-size: 16px;
  color: #4A4A4A;
  font-style: italic;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .home .homepage__connect .homepage-subscribe .homepage__connect__subscribe .homepage__connect__subscribe--input input::-moz-placeholder {
    font-size: 14px;
  }
}
.home .homepage__connect .homepage-subscribe .homepage__connect__subscribe .homepage__connect__subscribe--input input:-ms-input-placeholder {
  font-size: 16px;
  color: #4A4A4A;
  font-style: italic;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .home .homepage__connect .homepage-subscribe .homepage__connect__subscribe .homepage__connect__subscribe--input input:-ms-input-placeholder {
    font-size: 14px;
  }
}
.home .homepage__connect .homepage-subscribe .homepage__connect__subscribe .homepage__connect__subscribe--input input::-webkit-input-placeholder {
  font-size: 16px;
  color: #4A4A4A;
  font-style: italic;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .home .homepage__connect .homepage-subscribe .homepage__connect__subscribe .homepage__connect__subscribe--input input::-webkit-input-placeholder {
    font-size: 14px;
  }
}
.home .homepage__connect .homepage-subscribe .homepage__connect__subscribe .homepage__connect__subscribe--link {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.5px;
}
.home .homepage__connect .homepage-subscribe .homepage__connect__subscribe .gform_body .gfield_label {
  display: none;
}
.home .homepage__connect .homepage-subscribe .homepage__connect__subscribe #gform_submit_button_5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.5px;
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: 0.3s all ease;
  white-space: nowrap;
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  margin-top: 25px;
  padding: 12px 23px 14px 22px;
}
@media only screen and (min-width: 992px) {
  .home .homepage__connect .homepage-subscribe .homepage__connect__subscribe #gform_submit_button_5 {
    margin-bottom: 32px;
  }
}
.home .homepage__connect .homepage-subscribe .homepage__connect__subscribe #gform_submit_button_5:hover, .home .homepage__connect .homepage-subscribe .homepage__connect__subscribe #gform_submit_button_5:focus {
  color: #026CB6;
  background: white !important;
  border-color: transparent;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.box-grid {
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  .box-grid {
    margin: 30px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .box-grid {
    margin: 40px 0;
  }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .program-col {
    position: relative;
  }
}
.program-col a.homepage__programs__box:hover .homepage__programs__box__bg:before, .program-col a.homepage__programs__box:focus .homepage__programs__box__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(158, 62, 35, 0.9);
}
.program-col a.homepage__programs__box:hover .circle-link, .program-col a.homepage__programs__box:focus .circle-link {
  background: white;
}
.program-col a.homepage__programs__box:hover .circle-link .fa-arrow-right, .program-col a.homepage__programs__box:focus .circle-link .fa-arrow-right {
  color: #026CB6;
}
.program-col .homepage__programs__box {
  position: relative;
  height: auto;
  width: calc(100% + 31px);
  left: -15px;
  padding: 42px 16px 49px 15px;
  text-align: center;
  color: white;
  display: block;
}
@media only screen and (min-width: 768px) {
  .program-col .homepage__programs__box {
    width: calc(100% + 30px);
    padding: 52px 15px;
  }
}
@media only screen and (min-width: 992px) {
  .program-col .homepage__programs__box {
    height: 242px;
    padding: 73px 15px 55px;
  }
}
@media only screen and (min-width: 1200px) {
  .program-col .homepage__programs__box {
    height: 292px;
    padding: 92px 15px 55px;
  }
}
.program-col .homepage__programs__box.tile {
  height: 160px;
}
@media only screen and (min-width: 768px) {
  .program-col .homepage__programs__box.tile {
    height: 187.5px;
    width: 187.5px;
  }
}
@media only screen and (min-width: 992px) {
  .program-col .homepage__programs__box.tile {
    height: 242.5px;
    width: 242.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .program-col .homepage__programs__box.tile {
    height: 292.5px;
    width: 292.5px;
  }
}
.program-col .homepage__programs__box.tile .homepage__programs__box__bg {
  border: 0;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .program-col .homepage__programs__box.tile .homepage__programs__box__bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .program-col .homepage__programs__box.tile.tile--10 .homepage__programs__box__bg, .program-col .homepage__programs__box.tile.tile--12 .homepage__programs__box__bg {
    background-position: right;
  }
}
.program-col .homepage__programs__box.tile.tile--3 .homepage__programs__box__bg {
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .program-col .homepage__programs__box.tile.tile--3 {
    border-left: 1px white solid;
  }
}
.program-col .homepage__programs__box.left-1-tile {
  display: none;
}
@media only screen and (min-width: 992px) {
  .program-col .homepage__programs__box.left-1-tile {
    display: block;
    position: absolute;
    bottom: 0;
    right: 200%;
    left: auto;
  }
}
.program-col .homepage__programs__box.left-2-tile {
  display: none;
}
@media only screen and (min-width: 992px) {
  .program-col .homepage__programs__box.left-2-tile {
    display: block;
    position: absolute;
    bottom: 0;
    right: 300%;
    left: auto;
  }
}
.program-col .homepage__programs__box.left-3-tile {
  display: none;
}
@media only screen and (min-width: 992px) {
  .program-col .homepage__programs__box.left-3-tile {
    display: block;
    position: absolute;
    bottom: 0;
    right: 400%;
    left: auto;
  }
}
.program-col .homepage__programs__box.left-4-tile {
  display: none;
}
@media only screen and (min-width: 992px) {
  .program-col .homepage__programs__box.left-4-tile {
    display: block;
    position: absolute;
    bottom: 0;
    right: 500%;
    left: auto;
  }
}
.program-col .homepage__programs__box.right-1-tile {
  display: none;
}
@media only screen and (min-width: 992px) {
  .program-col .homepage__programs__box.right-1-tile {
    display: block;
    position: absolute;
    bottom: 0;
    right: auto;
    left: 200%;
  }
}
.program-col .homepage__programs__box.right-2-tile {
  display: none;
}
@media only screen and (min-width: 992px) {
  .program-col .homepage__programs__box.right-2-tile {
    display: block;
    position: absolute;
    bottom: 0;
    right: auto;
    left: 300%;
  }
}
.program-col .homepage__programs__box.right-3-tile {
  display: none;
}
@media only screen and (min-width: 992px) {
  .program-col .homepage__programs__box.right-3-tile {
    display: block;
    position: absolute;
    bottom: 0;
    right: auto;
    left: 400%;
  }
}
.program-col .homepage__programs__box.right-4-tile {
  display: none;
}
@media only screen and (min-width: 992px) {
  .program-col .homepage__programs__box.right-4-tile {
    display: block;
    position: absolute;
    bottom: 0;
    right: auto;
    left: 500%;
  }
}
.program-col .homepage__programs__box.top-left-tile:before {
  content: "";
  height: 160px;
  display: none;
  background-image: url("../img/_Home_Our_Programs/Tile 1.png");
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .program-col .homepage__programs__box.top-left-tile:before {
    display: block;
    height: 187.5px;
    width: 187.5px;
    position: absolute;
    bottom: 100%;
    right: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .program-col .homepage__programs__box.top-left-tile:before {
    height: 242.5px;
    width: 242.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .program-col .homepage__programs__box.top-left-tile:before {
    height: 292.5px;
    width: 292.5px;
  }
}
.program-col .homepage__programs__box.top-left-tile:after {
  content: "";
  height: 160px;
  display: none;
  background-image: url("../img/_Home_Our_Programs/Tile 5.png");
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .program-col .homepage__programs__box.top-left-tile:after {
    display: block;
    height: 187.5px;
    width: 187.5px;
    position: absolute;
    top: 100%;
    right: calc(100% - 1px);
    transform: rotate(180deg);
  }
}
@media only screen and (min-width: 992px) {
  .program-col .homepage__programs__box.top-left-tile:after {
    height: 242.5px;
    width: 242.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .program-col .homepage__programs__box.top-left-tile:after {
    height: 292.5px;
    width: 292.5px;
  }
}
.program-col .homepage__programs__box.top-right-tile:before {
  content: "";
  height: 160px;
  display: none;
  background-image: url("../img/_Home_Our_Programs/Tile 7.png");
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .program-col .homepage__programs__box.top-right-tile:before {
    display: block;
    height: 187.5px;
    width: 187.5px;
    position: absolute;
    bottom: 100%;
    left: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .program-col .homepage__programs__box.top-right-tile:before {
    height: 242.5px;
    width: 242.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .program-col .homepage__programs__box.top-right-tile:before {
    height: 292.5px;
    width: 292.5px;
  }
}
.program-col .homepage__programs__box.top-right-tile:after {
  content: "";
  height: 160px;
  display: none;
  background-image: url("../img/_Home_Our_Programs/Tile 4.png");
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .program-col .homepage__programs__box.top-right-tile:after {
    display: block;
    height: 187.5px;
    width: 187.5px;
    position: absolute;
    top: 0;
    left: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .program-col .homepage__programs__box.top-right-tile:after {
    height: 242.5px;
    width: 242.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .program-col .homepage__programs__box.top-right-tile:after {
    height: 292.5px;
    width: 292.5px;
  }
}
.program-col .homepage__programs__box.bot-left-tile:before {
  content: "";
  height: 160px;
  display: none;
  background-image: url("../img/_Home_Our_Programs/Tile 6.png");
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .program-col .homepage__programs__box.bot-left-tile:before {
    display: block;
    height: 187.5px;
    width: 187.5px;
    position: absolute;
    top: 100%;
    right: 100%;
    transform: rotate(180deg);
  }
}
@media only screen and (min-width: 992px) {
  .program-col .homepage__programs__box.bot-left-tile:before {
    height: 242.5px;
    width: 242.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .program-col .homepage__programs__box.bot-left-tile:before {
    height: 292.5px;
    width: 292.5px;
  }
}
.program-col .homepage__programs__box.bot-left-tile:after {
  content: "";
  height: 160px;
  display: none;
  background-image: url("../img/_Home_Our_Programs/Tile 3.png");
  background-size: cover;
  transform: rotate(90deg);
}
@media only screen and (min-width: 768px) {
  .program-col .homepage__programs__box.bot-left-tile:after {
    display: block;
    height: 187.5px;
    width: 187.5px;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .program-col .homepage__programs__box.bot-left-tile:after {
    height: 242.5px;
    width: 242.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .program-col .homepage__programs__box.bot-left-tile:after {
    height: 292.5px;
    width: 292.5px;
  }
}
.program-col .homepage__programs__box.bot-right-tile:before {
  content: "";
  height: 160px;
  display: none;
  background-image: url("../img/_Home_Our_Programs/Tile 6.png");
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .program-col .homepage__programs__box.bot-right-tile:before {
    display: block;
    height: 187.5px;
    width: 187.5px;
    position: absolute;
    bottom: 200%;
    left: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .program-col .homepage__programs__box.bot-right-tile:before {
    height: 242.5px;
    width: 242.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .program-col .homepage__programs__box.bot-right-tile:before {
    height: 292.5px;
    width: 292.5px;
  }
}
.program-col .homepage__programs__box.bot-right-tile:after {
  content: "";
  height: 160px;
  display: none;
  background-image: url("../img/_Home_Our_Programs/Tile 11.png");
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .program-col .homepage__programs__box.bot-right-tile:after {
    display: block;
    height: 187.5px;
    width: 187.5px;
    position: absolute;
    bottom: 100%;
    left: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .program-col .homepage__programs__box.bot-right-tile:after {
    height: 242.5px;
    width: 242.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .program-col .homepage__programs__box.bot-right-tile:after {
    height: 292.5px;
    width: 292.5px;
  }
}
.program-col .homepage__programs__box .homepage__programs__box__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  display: block;
  transition: 0.3s all ease;
}
.program-col .homepage__programs__box .homepage__programs__box__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(158, 62, 35, 0);
  transition: 0.3s all ease;
}
.program-col .homepage__programs__box .homepage__programs__box__title {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  margin-bottom: 16px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .program-col .homepage__programs__box .homepage__programs__box__title {
    font-size: 18px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 1200px) {
  .program-col .homepage__programs__box .homepage__programs__box__title {
    font-size: 24px;
    line-height: 32px;
  }
}

.title-container, .category__title-container, .research__title-container--search {
  position: relative;
  z-index: 10;
  min-height: 160px;
}
@media only screen and (min-width: 768px) {
  .title-container, .category__title-container, .research__title-container--search {
    min-height: 350px;
    margin-top: -38px;
  }
}
@media only screen and (min-width: 992px) {
  .title-container, .category__title-container, .research__title-container--search {
    min-height: 500px;
    margin-top: -88px;
  }
}
@media only screen and (min-width: 1200px) {
  .title-container, .category__title-container, .research__title-container--search {
    min-height: 710px;
  }
}
.title-container > .container, .category__title-container > .container, .research__title-container--search > .container {
  position: relative;
}
.title-container .page__featured-img, .category__title-container .page__featured-img, .research__title-container--search .page__featured-img {
  background-size: cover;
  background-position: bottom;
  position: absolute;
  z-index: -1;
  top: -6px;
  left: 0;
  height: calc(100% + 6px);
  width: 100%;
}
.title-container .page__featured-newsroom, .category__title-container .page__featured-newsroom, .research__title-container--search .page__featured-newsroom {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-container .page__featured-diamond--red, .category__title-container .page__featured-diamond--red, .research__title-container--search .page__featured-diamond--red {
  background-size: cover;
  position: absolute;
  top: -58px;
  left: -187px;
  height: 282px;
  width: 282px;
}
@media only screen and (min-width: 768px) {
  .title-container .page__featured-diamond--red, .category__title-container .page__featured-diamond--red, .research__title-container--search .page__featured-diamond--red {
    display: none;
  }
}
.title-container .page__featured-diamond--beige, .category__title-container .page__featured-diamond--beige, .research__title-container--search .page__featured-diamond--beige {
  background-size: cover;
  position: absolute;
  top: 84px;
  left: 18px;
  height: 76px;
  width: 76px;
}
@media only screen and (min-width: 768px) {
  .title-container .page__featured-diamond--beige, .category__title-container .page__featured-diamond--beige, .research__title-container--search .page__featured-diamond--beige {
    display: none;
  }
}
.title-container .page__featured-diamond--red--2, .category__title-container .page__featured-diamond--red--2, .research__title-container--search .page__featured-diamond--red--2 {
  display: none;
}
@media only screen and (min-width: 768px) {
  .title-container .page__featured-diamond--red--2, .category__title-container .page__featured-diamond--red--2, .research__title-container--search .page__featured-diamond--red--2 {
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: -87px;
    left: -162px;
    height: 496px;
    width: 688px;
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .title-container .page__featured-diamond--red--2, .category__title-container .page__featured-diamond--red--2, .research__title-container--search .page__featured-diamond--red--2 {
    top: -139px;
    left: -300px;
    height: 722px;
    width: 1000px;
  }
}
@media only screen and (min-width: 1200px) {
  .title-container .page__featured-diamond--red--2, .category__title-container .page__featured-diamond--red--2, .research__title-container--search .page__featured-diamond--red--2 {
    top: -124px;
    left: -414px;
    height: 942px;
    width: 1305px;
  }
}
@media only screen and (min-width: 768px) {
  .title-container .page-title-col, .category__title-container .page-title-col, .research__title-container--search .page-title-col {
    margin: 138px 0 30px;
    padding-right: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .title-container .page-title-col, .category__title-container .page-title-col, .research__title-container--search .page-title-col {
    margin: 162px 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .title-container .page-title-col, .category__title-container .page-title-col, .research__title-container--search .page-title-col {
    margin: 274px 0 30px;
    padding-right: 58%;
  }
}
.title-container .page-title-col .page-title, .category__title-container .page-title-col .page-title, .research__title-container--search .page-title-col .page-title {
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .title-container .page-title-col .page-title, .category__title-container .page-title-col .page-title, .research__title-container--search .page-title-col .page-title {
    font-size: 32px;
    line-height: 40px;
    color: white;
    margin: 0;
    padding-right: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .title-container .page-title-col .page-title, .category__title-container .page-title-col .page-title, .research__title-container--search .page-title-col .page-title {
    padding-right: 196px;
  }
}
@media only screen and (min-width: 1200px) {
  .title-container .page-title-col .page-title, .category__title-container .page-title-col .page-title, .research__title-container--search .page-title-col .page-title {
    font-size: 36px;
    line-height: 46px;
    padding-right: 302px;
  }
}
.title-container .page-title-col .interior-title-parent, .category__title-container .page-title-col .interior-title-parent, .research__title-container--search .page-title-col .interior-title-parent {
  display: none;
}
@media only screen and (min-width: 992px) {
  .title-container .page-title-col .interior-title-parent, .category__title-container .page-title-col .interior-title-parent, .research__title-container--search .page-title-col .interior-title-parent {
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
  }
  .title-container .page-title-col .interior-title-parent:after, .category__title-container .page-title-col .interior-title-parent:after, .research__title-container--search .page-title-col .interior-title-parent:after {
    content: "";
    display: block;
    width: 48px;
    height: 1px;
    background: white;
    margin: 7px 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .title-container .page-title-col .interior-title-parent, .category__title-container .page-title-col .interior-title-parent, .research__title-container--search .page-title-col .interior-title-parent {
    font-size: 16px;
    letter-spacing: 1.14px;
  }
}

#content {
  position: relative;
  padding-bottom: 82px;
}
@media only screen and (min-width: 768px) {
  #content {
    padding-bottom: 87px;
  }
}
@media only screen and (min-width: 992px) {
  #content {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  #content {
    padding-bottom: 110px;
  }
}
#content:before {
  content: "";
  position: absolute;
  left: -50px;
  top: -24px;
  min-height: 1500px;
  height: calc(100% + 24px);
  background: white;
  z-index: -1;
}

@media only screen and (min-width: 992px) {
  .blog-internal,
  .interior:not(.fc):not(.full-width) {
    background-image: url("../img/interior-bg.png");
    background-repeat: repeat-y;
    background-size: contain;
    background-position: -208px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-internal,
  .interior:not(.fc):not(.full-width) {
    background-position: -248px 0;
  }
}

.full-width #content {
  padding-top: 75px;
}

.interior-extra {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .interior-extra {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .interior-extra {
    padding: 50px 0;
  }
}

.page .page-wrap .interior__bottom {
  overflow: hidden;
  padding: 70px 0 130px;
  margin-bottom: -34px;
  color: white;
  text-align: center;
  background-color: #00385F;
  background-image: url("../img/DiamondPattern.png");
}
@media only screen and (min-width: 768px) {
  .page .page-wrap .interior__bottom {
    text-align: left;
    padding: 90px 0 150px;
  }
}
@media only screen and (min-width: 992px) {
  .page .page-wrap .interior__bottom {
    padding: 100px 0 160px;
  }
}
@media only screen and (min-width: 992px) {
  .page .page-wrap .interior__bottom.bottom--newsletter {
    padding-bottom: 152px;
  }
}
@media only screen and (min-width: 1200px) {
  .page .page-wrap .interior__bottom.bottom--newsletter {
    padding-bottom: 190px;
  }
}
.page .page-wrap .interior__bottom .interior__resources-list__title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .page .page-wrap .interior__bottom .interior__resources-list__title {
    font-size: 32px;
    line-height: 39px;
  }
}
@media only screen and (min-width: 992px) {
  .page .page-wrap .interior__bottom .interior__resources-list__title {
    display: inline-block;
    line-height: 40px;
    padding-right: 44px;
    margin-right: 44px;
  }
}
@media only screen and (min-width: 1200px) {
  .page .page-wrap .interior__bottom .interior__resources-list__title {
    font-size: 36px;
  }
}
.page .page-wrap .interior__bottom .interior__resources-list__link {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .page .page-wrap .interior__bottom .interior__resources-list__link {
    margin-bottom: 54px;
  }
}
@media only screen and (min-width: 992px) {
  .page .page-wrap .interior__bottom .interior__resources-list__link {
    display: inline-block;
    position: relative;
    bottom: 4px;
  }
}
.page .page-wrap .interior__bottom .interior__resources-list__link a {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: white;
  letter-spacing: 1.31px;
  font-weight: 600;
  transition: 0.3s all ease;
}
@media only screen and (min-width: 992px) {
  .page .page-wrap .interior__bottom .interior__resources-list__link a {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1.14px;
  }
}
.page .page-wrap .interior__bottom .interior__resources-list__link a .fal {
  margin-left: 4px;
  transition: 0.3s all ease;
}
@media only screen and (min-width: 992px) {
  .page .page-wrap .interior__bottom .interior__resources-list__link a .fal {
    margin-left: 6px;
  }
}
@media only screen and (min-width: 1200px) {
  .page .page-wrap .interior__bottom .interior__resources-list__link a .fal {
    margin-left: 8px;
  }
}
.page .page-wrap .interior__bottom .interior__resources-list__link a:hover {
  color: #d9d9d9;
}
.page .page-wrap .interior__bottom .interior__resources-list__link a:hover .fal {
  margin-left: 12px;
}
@media only screen and (min-width: 992px) {
  .page .page-wrap .interior__bottom .interior__resources-list__link a:hover .fal {
    margin-left: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .page .page-wrap .interior__bottom .interior__resources-list__link a:hover .fal {
    margin-left: 20px;
  }
}
.page .page-wrap .interior__bottom .interior__resources-list.resources-list--newsletter .interior__resources__resource .interior__resources__resource__image {
  margin: 2px auto 0;
  max-width: 164px;
  height: 212px;
}
.page .page-wrap .interior__bottom .interior__resources-list.resources-list--newsletter .interior__resources__resource .interior__resources__resource__link {
  margin-top: 40px;
  margin-bottom: 40px;
}
.page .page-wrap .interior__bottom .interior__resources-list.resources-list--newsletter .interior__resources__resource .interior__resources__resource__link .newsletter-shorthand {
  display: none;
}
@media only screen and (min-width: 992px) {
  .page .page-wrap .interior__bottom .interior__resources-list.resources-list--newsletter .interior__resources__resource .interior__resources__resource__link .newsletter-shorthand {
    display: inline;
  }
}
@media only screen and (min-width: 768px) {
  .page .page-wrap .interior__bottom .interior__resources-list.resources-list--newsletter > .col-sm-4 {
    min-height: 300px;
  }
  .page .page-wrap .interior__bottom .interior__resources-list.resources-list--newsletter > .col-sm-4:nth-child(2) {
    position: relative;
  }
  .page .page-wrap .interior__bottom .interior__resources-list.resources-list--newsletter > .col-sm-4:nth-child(2):before {
    content: "";
    background: url("../img/Newsletter/DividingLineShort.png");
    opacity: 1;
    background-repeat: no-repeat;
  }
  .page .page-wrap .interior__bottom .interior__resources-list.resources-list--newsletter > .col-sm-4:nth-child(2):after {
    content: "";
    background: url("../img/Newsletter/DividingLineShort.png");
    opacity: 1;
    background-repeat: no-repeat;
  }
  .page .page-wrap .interior__bottom .interior__resources-list.resources-list--newsletter .interior__resources__resource {
    padding: 15px 36px 0;
  }
  .page .page-wrap .interior__bottom .interior__resources-list.resources-list--newsletter .interior__resources__resource .interior__resources__resource__link {
    margin: 30px auto 12px;
    position: relative;
    bottom: 0;
    left: 0;
    text-align: center;
  }
  .page .page-wrap .interior__bottom .interior__resources-list.resources-list--newsletter .interior__resources__resource .interior__resources__resource__link .btn {
    padding: 12px 19px 14px 18px;
  }
}
@media only screen and (min-width: 992px) {
  .page .page-wrap .interior__bottom .interior__resources-list.resources-list--newsletter > .col-sm-4:nth-child(2):before {
    background: url("../img/Newsletter/DividingLineMed.png");
  }
  .page .page-wrap .interior__bottom .interior__resources-list.resources-list--newsletter > .col-sm-4:nth-child(2):after {
    background: url("../img/Newsletter/DividingLineMed.png");
  }
  .page .page-wrap .interior__bottom .interior__resources-list.resources-list--newsletter .interior__resources__resource {
    padding: 0 40px 0;
  }
  .page .page-wrap .interior__bottom .interior__resources-list.resources-list--newsletter .interior__resources__resource .interior__resources__resource__image {
    max-width: 244px;
    height: 315px;
  }
  .page .page-wrap .interior__bottom .interior__resources-list.resources-list--newsletter .interior__resources__resource .interior__resources__resource__link {
    margin: 30px auto -3px;
    position: relative;
    bottom: 0;
    left: 0;
    text-align: center;
  }
  .page .page-wrap .interior__bottom .interior__resources-list.resources-list--newsletter .interior__resources__resource .interior__resources__resource__link .btn {
    padding: 13px 19px 15px 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .page .page-wrap .interior__bottom .interior__resources-list.resources-list--newsletter > .col-sm-4:nth-child(2):before {
    background: url("../img/Newsletter/DividingLineBig.png");
  }
  .page .page-wrap .interior__bottom .interior__resources-list.resources-list--newsletter > .col-sm-4:nth-child(2):after {
    background: url("../img/Newsletter/DividingLineBig.png");
  }
  .page .page-wrap .interior__bottom .interior__resources-list.resources-list--newsletter .interior__resources__resource .interior__resources__resource__image {
    max-width: 278px;
    height: 360px;
  }
  .page .page-wrap .interior__bottom .interior__resources-list.resources-list--newsletter .interior__resources__resource .interior__resources__resource__link {
    margin: 40px auto 6px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .page .page-wrap .interior__bottom .interior__resources-list {
    left: -15px;
    width: calc(100% + 30px);
  }
}
@media only screen and (min-width: 768px) {
  .page .page-wrap .interior__bottom .interior__resources-list {
    margin: 0 -25px 0;
  }
}
@media only screen and (min-width: 992px) {
  .page .page-wrap .interior__bottom .interior__resources-list {
    margin: 0 -30px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .page .page-wrap .interior__bottom .interior__resources-list {
    margin: 0 -65px 0;
  }
}
.page .page-wrap .interior__bottom .interior__resources-list .slick-arrow {
  height: 68px;
  width: 68px;
  transform: rotate(45deg);
  background: #9E3E23;
  top: calc(100% - 84px);
  z-index: 4;
  transition: 0.3s all ease;
}
.page .page-wrap .interior__bottom .interior__resources-list .slick-arrow.slick-prev {
  left: -20px;
}
.page .page-wrap .interior__bottom .interior__resources-list .slick-arrow.slick-prev:before {
  left: 12px;
  bottom: 12px;
}
.page .page-wrap .interior__bottom .interior__resources-list .slick-arrow.slick-next {
  right: -20px;
}
.page .page-wrap .interior__bottom .interior__resources-list .slick-arrow.slick-next:before {
  right: 12px;
  top: 12px;
}
.page .page-wrap .interior__bottom .interior__resources-list .slick-arrow:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  color: white;
  transform: rotate(-45deg);
  display: block;
  position: relative;
}
.page .page-wrap .interior__bottom .interior__resources-list .slick-arrow:hover, .page .page-wrap .interior__bottom .interior__resources-list .slick-arrow:focus {
  background: #5f2515;
}
.page .page-wrap .interior__bottom .interior__resources-list > .col-sm-4 {
  outline: none;
}
@media only screen and (min-width: 768px) {
  .page .page-wrap .interior__bottom .interior__resources-list > .col-sm-4 {
    min-height: 445px;
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
  .page .page-wrap .interior__bottom .interior__resources-list > .col-sm-4 {
    min-height: 485px;
  }
}
@media only screen and (min-width: 1200px) {
  .page .page-wrap .interior__bottom .interior__resources-list > .col-sm-4 {
    min-height: 510px;
  }
}
.page .page-wrap .interior__bottom .interior__resources-list > .col-sm-4:nth-child(2) {
  position: relative;
}
.page .page-wrap .interior__bottom .interior__resources-list > .col-sm-4:nth-child(2):before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  background: url("../img/DividingLine.png");
  background-size: cover;
  height: 100%;
  width: 9px;
  opacity: 0.2;
}
.page .page-wrap .interior__bottom .interior__resources-list > .col-sm-4:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  background: url("../img/DividingLine.png");
  background-size: cover;
  height: 100%;
  width: 9px;
  opacity: 0.2;
}
.page .page-wrap .interior__bottom .interior__resources-list .slick-slide {
  outline: none;
  margin: 0 16px;
}
@media only screen and (min-width: 768px) {
  .page .page-wrap .interior__bottom .interior__resources-list .interior__resources__resource {
    padding: 15px 10px 0;
  }
}
@media only screen and (min-width: 992px) {
  .page .page-wrap .interior__bottom .interior__resources-list .interior__resources__resource {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .page .page-wrap .interior__bottom .interior__resources-list .interior__resources__resource {
    padding: 0 50px;
  }
}
.page .page-wrap .interior__bottom .interior__resources-list .interior__resources__resource .interior__resources__resource__title {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .page .page-wrap .interior__bottom .interior__resources-list .interior__resources__resource .interior__resources__resource__title {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .page .page-wrap .interior__bottom .interior__resources-list .interior__resources__resource .interior__resources__resource__title {
    display: inline-block;
  }
}
.page .page-wrap .interior__bottom .interior__resources-list .interior__resources__resource .interior__resources__resource__title .far {
  font-size: 20px;
  color: #B2BC36;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.page .page-wrap .interior__bottom .interior__resources-list .interior__resources__resource .interior__resources__resource__date {
  color: white;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin: 6px 0 0;
}
@media only screen and (min-width: 768px) {
  .page .page-wrap .interior__bottom .interior__resources-list .interior__resources__resource .interior__resources__resource__date {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .page .page-wrap .interior__bottom .interior__resources-list .interior__resources__resource .interior__resources__resource__date {
    float: right;
    margin-top: 0;
  }
}
.page .page-wrap .interior__bottom .interior__resources-list .interior__resources__resource .interior__resources__resource__image {
  height: 126px;
  margin: 13px auto 0;
  max-width: 197px;
}
@media only screen and (min-width: 768px) {
  .page .page-wrap .interior__bottom .interior__resources-list .interior__resources__resource .interior__resources__resource__image {
    margin: 13px 0 0;
    max-width: none;
  }
}
@media only screen and (min-width: 992px) {
  .page .page-wrap .interior__bottom .interior__resources-list .interior__resources__resource .interior__resources__resource__image {
    height: 175px;
  }
}
@media only screen and (min-width: 1200px) {
  .page .page-wrap .interior__bottom .interior__resources-list .interior__resources__resource .interior__resources__resource__image {
    height: 192px;
  }
}
.page .page-wrap .interior__bottom .interior__resources-list .interior__resources__resource .interior__resources__resource__image > a {
  display: block;
  height: 100%;
  width: 100%;
}
.page .page-wrap .interior__bottom .interior__resources-list .interior__resources__resource .interior__resources__resource__image > a .article__media__img {
  height: 100%;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center;
}
.page .page-wrap .interior__bottom .interior__resources-list .interior__resources__resource .interior__resources__resource__body {
  font-size: 16px;
  color: white;
  line-height: 24px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page .page-wrap .interior__bottom .interior__resources-list .interior__resources__resource .interior__resources__resource__body {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .page .page-wrap .interior__bottom .interior__resources-list .interior__resources__resource .interior__resources__resource__body {
    font-size: 20px;
    line-height: 32px;
  }
}
.page .page-wrap .interior__bottom .interior__resources-list .interior__resources__resource .interior__resources__resource__body p {
  margin: 24px 0 92px;
}
.page .page-wrap .interior__resources__resource__link {
  text-align: center;
  margin-top: 3px;
  margin-bottom: 26px;
}
@media only screen and (min-width: 768px) {
  .page .page-wrap .interior__resources__resource__link {
    margin: 0;
    position: absolute;
    bottom: 12px;
    left: 25px;
    width: calc(100% - 50px);
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .page .page-wrap .interior__resources__resource__link {
    left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .page .page-wrap .interior__resources__resource__link {
    left: 65px;
  }
}

.blog .main .topics-container, .research .main .topics-container {
  position: relative;
}
.blog .main .category-btn, .research .main .category-btn {
  text-align: left;
  width: 277px;
  margin: 0 auto 45px;
  display: block;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.79px;
  font-weight: 600;
  position: relative;
  z-index: 4;
}
.blog .main .category-btn .far, .research .main .category-btn .far {
  margin-left: 14px;
  float: right;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) {
  .blog .main .category-btn .far, .research .main .category-btn .far {
    font-size: 18px;
    line-height: 30px;
  }
}
.blog .main .category-btn.active, .research .main .category-btn.active {
  background: #026CB6;
  color: white;
}
.blog .main .category-btn.active .far, .research .main .category-btn.active .far {
  font-weight: 400;
}
.blog .main .category-btn.active .far:before, .research .main .category-btn.active .far:before {
  content: "\f00d";
}
@media only screen and (min-width: 768px) {
  .blog .main .category-btn, .research .main .category-btn {
    width: 228px;
    margin: 44px 0 54px;
    float: right;
  }
}
@media only screen and (min-width: 992px) {
  .blog .main .category-btn, .research .main .category-btn {
    margin: 88px 0 54px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .main .category-btn, .research .main .category-btn {
    width: 278px;
    font-size: 18px;
    line-height: 30px;
    margin: 88px 0 54px;
  }
  .blog .main .category-btn:before, .research .main .category-btn:before {
    right: -58px;
    border-right: 58px solid transparent;
    border-bottom: 58px solid #026CB6;
  }
}
.blog .main .blog__hero, .research .main .blog__hero {
  position: relative;
}
.blog .main .blog__hero:before, .research .main .blog__hero:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  background: #00385F;
  height: calc(100% - 140px);
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .blog .main .blog__hero:before, .research .main .blog__hero:before {
    display: none;
  }
}
.blog .main .blog__hero:after, .research .main .blog__hero:after {
  content: "";
  background-image: url("../img/Blog/Blog Landing/blog-heading.png");
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat no-repeat;
  width: 100%;
  height: 140px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .blog .main .blog__hero:after, .research .main .blog__hero:after {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .blog .main .blog__hero, .research .main .blog__hero {
    min-height: 385px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .main .blog__hero, .research .main .blog__hero {
    min-height: 481px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .main .blog__hero, .research .main .blog__hero {
    min-height: 681px;
  }
}
.blog .main .blog__hero .blog__hero__title, .research .main .blog__hero .blog__hero__title {
  text-align: center;
  color: #026CB6;
  font-size: 28px;
  line-height: 32px;
  margin: 34px 0 104px;
}
@media only screen and (min-width: 768px) {
  .blog .main .blog__hero .blog__hero__title, .research .main .blog__hero .blog__hero__title {
    font-size: 36px;
    line-height: 36px;
    margin: 60px 0 22px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .main .blog__hero .blog__hero__title, .research .main .blog__hero .blog__hero__title {
    margin: 100px 0 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .main .blog__hero .blog__hero__title, .research .main .blog__hero .blog__hero__title {
    font-size: 40px;
    line-height: 40px;
    margin-top: 164px;
  }
}
.blog .main .blog__hero .blog__hero__subtitle, .research .main .blog__hero .blog__hero__subtitle {
  text-align: center;
  color: white;
  font-size: 14px;
  line-height: 20px;
  padding: 0 5px;
}
@media only screen and (min-width: 768px) {
  .blog .main .blog__hero .blog__hero__subtitle, .research .main .blog__hero .blog__hero__subtitle {
    font-size: 16px;
    line-height: 24px;
    color: #00385F;
    padding: 0;
    margin: 0 0 32px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .main .blog__hero .blog__hero__subtitle, .research .main .blog__hero .blog__hero__subtitle {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .main .blog__hero .blog__hero__subtitle, .research .main .blog__hero .blog__hero__subtitle {
    margin: 0 0 44px;
  }
}
.blog .main .blog__hero .blog__hero__search--form, .research .main .blog__hero .blog__hero__search--form {
  padding: 6px 5px 34px;
  position: relative;
  margin: 0 auto;
  max-width: 630px;
}
@media only screen and (min-width: 768px) {
  .blog .main .blog__hero .blog__hero__search--form, .research .main .blog__hero .blog__hero__search--form {
    max-width: 100%;
    padding: 0 118px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .main .blog__hero .blog__hero__search--form, .research .main .blog__hero .blog__hero__search--form {
    padding: 0;
  }
}
.blog .main .blog__hero .blog__hero__search--form .search__field, .research .main .blog__hero .blog__hero__search--form .search__field {
  width: 100%;
  height: 44px;
  padding: 11px 22px 12px 13px;
  border: 0;
  border-radius: 2px;
  -webkit-appearance: none;
}
.blog .main .blog__hero .blog__hero__search--form .search__field::-moz-placeholder, .research .main .blog__hero .blog__hero__search--form .search__field::-moz-placeholder {
  font-size: 16px;
  line-height: 16px;
  color: #4A4A4A;
  font-style: italic;
  opacity: 1;
}
.blog .main .blog__hero .blog__hero__search--form .search__field:-ms-input-placeholder, .research .main .blog__hero .blog__hero__search--form .search__field:-ms-input-placeholder {
  font-size: 16px;
  line-height: 16px;
  color: #4A4A4A;
  font-style: italic;
  opacity: 1;
}
.blog .main .blog__hero .blog__hero__search--form .search__field::-webkit-input-placeholder, .research .main .blog__hero .blog__hero__search--form .search__field::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 16px;
  color: #4A4A4A;
  font-style: italic;
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  .blog .main .blog__hero .blog__hero__search--form .search__field, .research .main .blog__hero .blog__hero__search--form .search__field {
    height: auto;
    padding: 18px 30px 16px 22px;
  }
  .blog .main .blog__hero .blog__hero__search--form .search__field::-moz-placeholder, .research .main .blog__hero .blog__hero__search--form .search__field::-moz-placeholder {
    font-size: 18px;
    line-height: 21px;
  }
  .blog .main .blog__hero .blog__hero__search--form .search__field:-ms-input-placeholder, .research .main .blog__hero .blog__hero__search--form .search__field:-ms-input-placeholder {
    font-size: 18px;
    line-height: 21px;
  }
  .blog .main .blog__hero .blog__hero__search--form .search__field::-webkit-input-placeholder, .research .main .blog__hero .blog__hero__search--form .search__field::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 21px;
  }
}
.blog .main .blog__hero .blog__hero__search--form .fa-search, .research .main .blog__hero .blog__hero__search--form .fa-search {
  font-size: 16px;
  color: #026CB6;
  position: absolute;
  top: 18px;
  right: 18px;
}
@media only screen and (min-width: 768px) {
  .blog .main .blog__hero .blog__hero__search--form .fa-search, .research .main .blog__hero .blog__hero__search--form .fa-search {
    top: 13px;
    right: 134px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .main .blog__hero .blog__hero__search--form .fa-search, .research .main .blog__hero .blog__hero__search--form .fa-search {
    right: 21px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .main .blog__hero .blog__hero__search--form .fa-search, .research .main .blog__hero .blog__hero__search--form .fa-search {
    font-size: 18px;
    top: calc(50% - 9px);
    right: 19px;
  }
}
.blog .main #content, .research .main #content {
  padding: 0;
}
.blog .main #content.blog-listing, .research .main #content.blog-listing {
  position: relative;
  z-index: 1;
}
.blog .main #content.blog-listing:after, .research .main #content.blog-listing:after {
  content: "";
  background-image: url("../img/HeaderBar-Texture_1560.png");
  background-size: cover;
  background-position: top;
  height: 144px;
  width: 100%;
  position: absolute;
  top: calc(100% - 144px);
  left: 0;
  z-index: -1;
  transform: rotate(180deg);
}
@media only screen and (min-width: 768px) {
  .blog .main #content.blog-listing:after, .research .main #content.blog-listing:after {
    top: calc(100% - 176px);
    height: 150px;
  }
}
.blog .main .blog__categories, .research .main .blog__categories {
  background: #026CB6;
  position: relative;
}
.blog .main .blog__categories:before, .research .main .blog__categories:before {
  content: "";
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width: 768px) {
  .blog .main .blog__categories:before, .research .main .blog__categories:before {
    top: 67px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .main .blog__categories:before, .research .main .blog__categories:before {
    display: none;
  }
}
.blog .main .blog__categories .blog__categories__list.blog__categories__list--mobile, .research .main .blog__categories .blog__categories__list.blog__categories__list--mobile {
  display: block;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .blog .main .blog__categories .blog__categories__list.blog__categories__list--mobile, .research .main .blog__categories .blog__categories__list.blog__categories__list--mobile {
    display: none;
  }
}
.blog .main .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch, .research .main .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch {
  height: 60px;
}
.blog .main .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch a, .research .main .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch a {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.88px;
  padding: 22px 0;
  display: block;
}
.blog .main .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch a .fal, .research .main .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch a .fal {
  float: right;
  font-size: 20px;
  line-height: 16px;
}
.blog .main .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch a:hover, .blog .main .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch a:focus, .research .main .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch a:hover, .research .main .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch a:focus {
  color: #cccccc;
}
@media only screen and (min-width: 768px) {
  .blog .main .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch, .research .main .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch {
    height: 67px;
  }
  .blog .main .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch a, .research .main .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch a {
    padding: 26px 0 25px;
  }
}
.blog .main .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__links, .research .main .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__links {
  display: none;
}
.blog .main .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__links .blog__categories__cat, .research .main .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__links .blog__categories__cat {
  display: block;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.blog .main .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__links .blog__categories__cat .fal, .research .main .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__links .blog__categories__cat .fal {
  float: right;
}
.blog .main .blog__categories .blog__categories__list.blog__categories__list--mobile.blog__categories__list--active .blog__catories__list__switch a .fal:before, .research .main .blog__categories .blog__categories__list.blog__categories__list--mobile.blog__categories__list--active .blog__catories__list__switch a .fal:before {
  content: "\f068";
}
.blog .main .blog__categories .blog__categories__list.blog__categories__list--desktop, .research .main .blog__categories .blog__categories__list.blog__categories__list--desktop {
  display: none;
}
@media only screen and (min-width: 992px) {
  .blog .main .blog__categories .blog__categories__list.blog__categories__list--desktop, .research .main .blog__categories .blog__categories__list.blog__categories__list--desktop {
    display: table;
    width: 100%;
  }
}
.blog .main .blog__categories .blog__categories__list .blog__categories__cat, .research .main .blog__categories .blog__categories__list .blog__categories__cat {
  text-align: center;
  display: inline-block;
  flex: 1;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.88px;
  padding: 17px 12px 18px;
  font-weight: 500;
  transition: 0.3s all ease;
  position: relative;
}
.blog .main .blog__categories .blog__categories__list .blog__categories__cat:hover, .blog .main .blog__categories .blog__categories__list .blog__categories__cat:focus, .blog .main .blog__categories .blog__categories__list .blog__categories__cat.active, .research .main .blog__categories .blog__categories__list .blog__categories__cat:hover, .research .main .blog__categories .blog__categories__list .blog__categories__cat:focus, .research .main .blog__categories .blog__categories__list .blog__categories__cat.active {
  background: #0161A4;
}
@media only screen and (min-width: 992px) {
  .blog .main .blog__categories .blog__categories__list .blog__categories__cat, .research .main .blog__categories .blog__categories__list .blog__categories__cat {
    padding: 25px 0 26px;
    display: table-cell;
  }
  .blog .main .blog__categories .blog__categories__list .blog__categories__cat:first-child:after, .research .main .blog__categories .blog__categories__list .blog__categories__cat:first-child:after {
    display: none;
  }
  .blog .main .blog__categories .blog__categories__list .blog__categories__cat:after, .research .main .blog__categories .blog__categories__list .blog__categories__cat:after {
    content: "";
    display: block;
    width: 1px;
    height: 38px;
    background: rgba(227, 213, 203, 0.3);
    position: absolute;
    top: calc(50% - 19px);
    left: 0;
  }
  .blog .main .blog__categories .blog__categories__list .blog__categories__cat.farmer-led, .research .main .blog__categories .blog__categories__list .blog__categories__cat.farmer-led {
    width: 205px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .main .blog__categories .blog__categories__list .blog__categories__cat, .research .main .blog__categories .blog__categories__list .blog__categories__cat {
    font-size: 16px;
    line-height: 19px;
    padding: 29px 0 28px;
  }
  .blog .main .blog__categories .blog__categories__list .blog__categories__cat.farmer-led, .research .main .blog__categories .blog__categories__list .blog__categories__cat.farmer-led {
    width: 248px;
  }
}
.blog .main #content .resources__cat-topics, .research .main #content .resources__cat-topics {
  padding: 0 27px;
  width: 277px;
  background: white;
  position: absolute;
  border: 1px solid white;
  z-index: 3;
  top: 100px;
  left: calc(50% - 138px);
  transition: 0.5s ease all;
  max-height: 0px;
  overflow: hidden;
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0);
  transition: 0.6s ease all;
}
.blog .main #content .resources__cat-topics.active, .research .main #content .resources__cat-topics.active {
  max-height: 1600px;
  border: 1px solid #E3D5CB;
  border-bottom: 8px solid #026CB6;
  padding: 70px 27px 24px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 768px) {
  .blog .main #content .resources__cat-topics.active, .research .main #content .resources__cat-topics.active {
    max-height: 800px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .blog .main #content .resources__cat-topics, .research .main #content .resources__cat-topics {
    padding: 0;
    display: flex;
    width: calc(100% - 30px);
    top: 44px;
    left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .main #content .resources__cat-topics, .research .main #content .resources__cat-topics {
    top: 88px;
  }
}
@media only screen and (min-width: 768px) {
  .blog .main #content .resources__cat-topics .resources__cat, .blog .main #content .resources__cat-topics .resources__topic, .research .main #content .resources__cat-topics .resources__cat, .research .main #content .resources__cat-topics .resources__topic {
    padding: 0 18px;
    margin: 48px 0 52px;
  }
}
.blog .main #content .resources__cat-topics .resources__cat, .research .main #content .resources__cat-topics .resources__cat {
  padding-bottom: 22px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(227, 213, 203, 0.7);
}
@media only screen and (min-width: 768px) {
  .blog .main #content .resources__cat-topics .resources__cat, .research .main #content .resources__cat-topics .resources__cat {
    padding: 0 42px;
    margin: 48px 0 52px;
    border-bottom: 0;
  }
}
.blog .main #content .resources__cat-topics .resources__topic, .research .main #content .resources__cat-topics .resources__topic {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .blog .main #content .resources__cat-topics .resources__topic:before, .research .main #content .resources__cat-topics .resources__topic:before {
    content: "";
    position: absolute;
    top: 0;
    left: -32px;
    height: 100%;
    width: 1px;
    background: rgba(227, 213, 203, 0.7);
  }
}
.blog .main #content .resources__cat-topics .resources__cat-title, .research .main #content .resources__cat-topics .resources__cat-title {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.79px;
  font-weight: 600;
  margin: 0 0 2px;
  text-transform: uppercase;
  color: #026CB6;
}
@media only screen and (min-width: 768px) {
  .blog .main #content .resources__cat-topics .resources__cat-title, .research .main #content .resources__cat-topics .resources__cat-title {
    margin: 0 0 18px;
  }
}
.blog .main #content .resources__cat-topics .resources__cat-c, .research .main #content .resources__cat-topics .resources__cat-c {
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .blog .main #content .resources__cat-topics .resources__cat-c, .research .main #content .resources__cat-topics .resources__cat-c {
    line-height: 30px;
  }
}
.blog .main #content .resources__cat-topics .resources__cat-c a, .research .main #content .resources__cat-topics .resources__cat-c a {
  display: inline-block;
}
.blog .main #content .resources__cat-topics .resources__cat-c a:after, .research .main #content .resources__cat-topics .resources__cat-c a:after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  position: relative;
  bottom: 4px;
  background: #00385F;
  transition: width 0.2s ease;
}
.blog .main #content .resources__cat-topics .resources__cat-c a:hover, .blog .main #content .resources__cat-topics .resources__cat-c a:focus, .blog .main #content .resources__cat-topics .resources__cat-c a:active, .research .main #content .resources__cat-topics .resources__cat-c a:hover, .research .main #content .resources__cat-topics .resources__cat-c a:focus, .research .main #content .resources__cat-topics .resources__cat-c a:active {
  outline: none;
}
.blog .main #content .resources__cat-topics .resources__cat-c a:hover:hover:after, .blog .main #content .resources__cat-topics .resources__cat-c a:hover:focus:after, .blog .main #content .resources__cat-topics .resources__cat-c a:focus:hover:after, .blog .main #content .resources__cat-topics .resources__cat-c a:focus:focus:after, .blog .main #content .resources__cat-topics .resources__cat-c a:active:hover:after, .blog .main #content .resources__cat-topics .resources__cat-c a:active:focus:after, .research .main #content .resources__cat-topics .resources__cat-c a:hover:hover:after, .research .main #content .resources__cat-topics .resources__cat-c a:hover:focus:after, .research .main #content .resources__cat-topics .resources__cat-c a:focus:hover:after, .research .main #content .resources__cat-topics .resources__cat-c a:focus:focus:after, .research .main #content .resources__cat-topics .resources__cat-c a:active:hover:after, .research .main #content .resources__cat-topics .resources__cat-c a:active:focus:after {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .blog .main #content .resources__cat-topics .resources__cat-list, .research .main #content .resources__cat-topics .resources__cat-list {
    columns: 2;
  }
}
@media only screen and (min-width: 992px) {
  .blog .main #content .resources__cat-topics .resources__cat-list, .research .main #content .resources__cat-topics .resources__cat-list {
    columns: 3;
  }
}
.blog .main #content .archive__title, .research .main #content .archive__title {
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 36px 0;
}
@media only screen and (min-width: 768px) {
  .blog .main #content .archive__title, .research .main #content .archive__title {
    text-align: left;
    margin: 44px 0 54px;
    float: left;
  }
}
@media only screen and (min-width: 992px) {
  .blog .main #content .archive__title, .research .main #content .archive__title {
    margin: 88px 0 54px;
  }
}
.blog .post, .research .post {
  border: 1px #E3D5CB solid;
  margin: 15px auto;
  background-image: url("../img/Blog/Blog Landing/BlogPost_Pattern.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  max-width: 277px;
}
@media only screen and (min-width: 768px) {
  .blog .post, .research .post {
    max-width: none;
    margin: 20px 0;
    height: 480px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .post, .research .post {
    height: 488px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .post, .research .post {
    margin: 30px 0;
    height: 542px;
  }
}
.blog .post .post__img, .research .post .post__img {
  width: 100%;
  height: 158px;
}
@media only screen and (min-width: 768px) {
  .blog .post .post__img, .research .post .post__img {
    height: 190px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .post .post__img, .research .post .post__img {
    height: 220px;
  }
}
.blog .post .post__img a, .research .post .post__img a {
  width: 100%;
  height: 100%;
}
.blog .post .post__img a .article__media__img, .research .post .post__img a .article__media__img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.blog .post .post__inner, .research .post .post__inner {
  padding: 0 26px;
}
@media only screen and (min-width: 768px) {
  .blog .post .post__inner, .research .post .post__inner {
    padding: 0 32px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .post .post__inner, .research .post .post__inner {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .post .post__inner, .research .post .post__inner {
    padding: 0 36px;
  }
}
.blog .post .post__inner .post__meta, .research .post .post__inner .post__meta {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #4a4a4a;
  font-weight: 300;
  margin: 12px 0 16px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  .blog .post .post__inner .post__meta, .research .post .post__inner .post__meta {
    margin: 14px 0;
  }
}
.blog .post .post__inner .post__title, .research .post .post__inner .post__title {
  text-align: center;
  min-height: 100px;
  margin: 0 0 18px;
}
@media only screen and (min-width: 768px) {
  .blog .post .post__inner .post__title, .research .post .post__inner .post__title {
    min-height: 116px;
    max-height: 116px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 992px) {
  .blog .post .post__inner .post__title, .research .post .post__inner .post__title {
    min-height: 118px;
    max-height: 118px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .post .post__inner .post__title, .research .post .post__inner .post__title {
    min-height: 125px;
    max-height: 125px;
  }
}
.blog .post .post__inner .post__title a, .research .post .post__inner .post__title a {
  font-size: 16px;
  line-height: 24px;
  color: #00385F;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .blog .post .post__inner .post__title a, .research .post .post__inner .post__title a {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .post .post__inner .post__title a, .research .post .post__inner .post__title a {
    font-size: 24px;
    line-height: 32px;
  }
}
.blog .post .post__inner .post__title a:hover, .research .post .post__inner .post__title a:hover {
  color: #026CB6;
}
.blog .post .post__inner .post__read-more, .research .post .post__inner .post__read-more {
  text-align: center;
  margin: 0 0 12px;
}
@media only screen and (min-width: 768px) {
  .blog .post .post__inner .post__read-more, .research .post .post__inner .post__read-more {
    margin: 0 0 23px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .post .post__inner .post__read-more, .research .post .post__inner .post__read-more {
    margin: 0 0 20px;
  }
}
.blog .post .post__inner .post__cat, .research .post .post__inner .post__cat {
  text-align: center;
  margin: 0 0 16px;
  font-style: italic;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (min-width: 1200px) {
  .blog .post .post__inner .post__cat, .research .post .post__inner .post__cat {
    margin: 0 0 12px;
  }
}
.blog .post .post__inner .post__cat > a, .research .post .post__inner .post__cat > a {
  color: #98897E;
}
.blog .post .post__inner .post__cat > a:hover, .research .post .post__inner .post__cat > a:hover {
  color: #9E3E23;
}
.blog .post.post--podcast, .blog .post.post--farminar, .research .post.post--podcast, .research .post.post--farminar {
  background-image: url("../img/Blog/Blog Landing/PodcastTile_Top.png");
  background-position: center top;
  background-size: 277px auto;
  background-repeat: no-repeat;
  border: 0;
  padding: 178px 0 0;
}
@media only screen and (min-width: 768px) {
  .blog .post.post--podcast, .blog .post.post--farminar, .research .post.post--podcast, .research .post.post--farminar {
    background-size: contain;
    padding: 214px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .post.post--podcast, .blog .post.post--farminar, .research .post.post--podcast, .research .post.post--farminar {
    padding: 248px 0 0;
  }
}
.blog .post.post--podcast:before, .blog .post.post--farminar:before, .research .post.post--podcast:before, .research .post.post--farminar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 56px);
  z-index: -1;
  background-color: #B2BC36;
}
@media only screen and (min-width: 768px) {
  .blog .post.post--podcast:before, .blog .post.post--farminar:before, .research .post.post--podcast:before, .research .post.post--farminar:before {
    height: calc(100% - 68px);
  }
}
@media only screen and (min-width: 992px) {
  .blog .post.post--podcast:before, .blog .post.post--farminar:before, .research .post.post--podcast:before, .research .post.post--farminar:before {
    height: calc(100% - 62px);
  }
}
@media only screen and (min-width: 1200px) {
  .blog .post.post--podcast:before, .blog .post.post--farminar:before, .research .post.post--podcast:before, .research .post.post--farminar:before {
    height: calc(100% - 78px);
  }
}
.blog .post.post--podcast:after, .blog .post.post--farminar:after, .research .post.post--podcast:after, .research .post.post--farminar:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background-image: url("../img/Blog/Blog Landing/PodcastTile_Bottom.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .blog .post.post--podcast:after, .blog .post.post--farminar:after, .research .post.post--podcast:after, .research .post.post--farminar:after {
    height: 68px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .post.post--podcast:after, .blog .post.post--farminar:after, .research .post.post--podcast:after, .research .post.post--farminar:after {
    height: 62px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .post.post--podcast:after, .blog .post.post--farminar:after, .research .post.post--podcast:after, .research .post.post--farminar:after {
    height: 78px;
  }
}
.blog .post.post--podcast .post__inner .post__meta, .blog .post.post--farminar .post__inner .post__meta, .research .post.post--podcast .post__inner .post__meta, .research .post.post--farminar .post__inner .post__meta {
  margin: 0 0 16px;
  color: white;
}
.blog .post.post--podcast .post__inner .post__title, .blog .post.post--farminar .post__inner .post__title, .research .post.post--podcast .post__inner .post__title, .research .post.post--farminar .post__inner .post__title {
  min-height: 85px;
}
@media only screen and (min-width: 768px) {
  .blog .post.post--podcast .post__inner .post__title, .blog .post.post--farminar .post__inner .post__title, .research .post.post--podcast .post__inner .post__title, .research .post.post--farminar .post__inner .post__title {
    min-height: 116px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .post.post--podcast .post__inner .post__title, .blog .post.post--farminar .post__inner .post__title, .research .post.post--podcast .post__inner .post__title, .research .post.post--farminar .post__inner .post__title {
    min-height: 140px;
  }
}
.blog .post.post--podcast .post__inner .post__title a, .blog .post.post--farminar .post__inner .post__title a, .research .post.post--podcast .post__inner .post__title a, .research .post.post--farminar .post__inner .post__title a {
  color: white;
}
.blog .post.post--podcast .post__inner .post__title a:hover, .blog .post.post--farminar .post__inner .post__title a:hover, .research .post.post--podcast .post__inner .post__title a:hover, .research .post.post--farminar .post__inner .post__title a:hover {
  color: #E97F24;
}
.blog .post.post--podcast .post__inner .post__cat, .blog .post.post--farminar .post__inner .post__cat, .research .post.post--podcast .post__inner .post__cat, .research .post.post--farminar .post__inner .post__cat {
  padding: 0 0 16px;
}
.blog .post.post--podcast .post__inner .post__cat a, .blog .post.post--farminar .post__inner .post__cat a, .research .post.post--podcast .post__inner .post__cat a, .research .post.post--farminar .post__inner .post__cat a {
  color: white;
}
.blog .post.post--podcast .post__inner .post__cat a:hover, .blog .post.post--farminar .post__inner .post__cat a:hover, .research .post.post--podcast .post__inner .post__cat a:hover, .research .post.post--farminar .post__inner .post__cat a:hover {
  color: #E97F24;
}
@media only screen and (min-width: 768px) {
  .blog .post.post--farminar .post__inner .post__title, .blog .post.post--event .post__inner .post__title, .blog .post.post--podcast .post__inner .post__title, .research .post.post--farminar .post__inner .post__title, .research .post.post--event .post__inner .post__title, .research .post.post--podcast .post__inner .post__title {
    min-height: 100px;
    max-height: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .post.post--farminar .post__inner .post__title, .blog .post.post--event .post__inner .post__title, .blog .post.post--podcast .post__inner .post__title, .research .post.post--farminar .post__inner .post__title, .research .post.post--event .post__inner .post__title, .research .post.post--podcast .post__inner .post__title {
    min-height: 102px;
    max-height: 102px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .post.post--farminar .post__inner .post__title, .blog .post.post--event .post__inner .post__title, .blog .post.post--podcast .post__inner .post__title, .research .post.post--farminar .post__inner .post__title, .research .post.post--event .post__inner .post__title, .research .post.post--podcast .post__inner .post__title {
    min-height: 134px;
    max-height: 134px;
  }
}
.blog .post.post--farminar, .research .post.post--farminar {
  background-image: url("../img/Blog/Blog Landing/FarminarTile_Top.png");
}
.blog .post.post--farminar:before, .research .post.post--farminar:before {
  background-color: #9E3E23;
}
.blog .post.post--farminar:after, .research .post.post--farminar:after {
  background-image: url("../img/Blog/Blog Landing/FarminarTile_Bottom.png");
}
.blog .post.post--event, .research .post.post--event {
  background-image: url("../img/Blog/Blog Landing/EventRecapTile.png");
  background-position: center 104px;
  background-size: contain;
  background-repeat: no-repeat;
  border: 0;
}
@media only screen and (min-width: 768px) {
  .blog .post.post--event, .research .post.post--event {
    background-position: center 126px;
  }
}
.blog .post.post--event:before, .research .post.post--event:before {
  content: "";
  position: absolute;
  bottom: 54px;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: -2;
  background-color: #026CB6;
}
@media only screen and (min-width: 768px) {
  .blog .post.post--event:before, .research .post.post--event:before {
    bottom: 66px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .post.post--event:before, .research .post.post--event:before {
    bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .post.post--event:before, .research .post.post--event:before {
    bottom: 76px;
  }
}
.blog .post.post--event:after, .research .post.post--event:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background-image: url("../img/Blog/Blog Landing/EventTile_Bottom.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .blog .post.post--event:after, .research .post.post--event:after {
    height: 68px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .post.post--event:after, .research .post.post--event:after {
    height: 62px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .post.post--event:after, .research .post.post--event:after {
    height: 78px;
  }
}
.blog .post.post--event .post__img, .research .post.post--event .post__img {
  height: 180px;
  position: relative;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .blog .post.post--event .post__img, .research .post.post--event .post__img {
    height: 220px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .post.post--event .post__img, .research .post.post--event .post__img {
    height: 250px;
  }
}
.blog .post.post--event .post__inner .post__meta, .research .post.post--event .post__inner .post__meta {
  margin: 0 0 16px;
  color: white;
}
.blog .post.post--event .post__inner .post__title a, .research .post.post--event .post__inner .post__title a {
  color: white;
}
.blog .post.post--event .post__inner .post__title a:hover, .research .post.post--event .post__inner .post__title a:hover {
  color: #E97F24;
}
.blog .post.post--event .post__inner .post__cat, .research .post.post--event .post__inner .post__cat {
  padding: 0 0 16px;
}
.blog .post.post--event .post__inner .post__cat a, .research .post.post--event .post__inner .post__cat a {
  color: white;
}
.blog .post.post--event .post__inner .post__cat a:hover, .research .post.post--event .post__inner .post__cat a:hover {
  color: #E97F24;
}
.blog .post.post--video:before, .research .post.post--video:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}
.blog .post.post--video:after, .research .post.post--video:after {
  content: "\f04b";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  background-color: #026CB6;
  border-radius: 50px;
  border: 2px white solid;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  color: white;
  height: 48px;
  width: 48px;
  display: block;
  position: absolute;
  left: calc(50% - 24px);
  top: 134px;
  padding-top: 14px;
  padding: 13px 0 0 4px;
}
@media only screen and (min-width: 768px) {
  .blog .post.post--video:after, .research .post.post--video:after {
    height: 57px;
    width: 57px;
    left: calc(50% - 28px);
    top: 160px;
    padding: 18px 0 0 4px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .post.post--video:after, .research .post.post--video:after {
    top: 187px;
  }
}
.blog .post.post--video .post__meta, .research .post.post--video .post__meta {
  margin: 32px 0 16px;
}
@media only screen and (min-width: 768px) {
  .blog .post.post--video .post__meta, .research .post.post--video .post__meta {
    margin: 39px 0 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .post.post--video .post__meta, .research .post.post--video .post__meta {
    margin: 42px 0 18px;
  }
}
@media only screen and (min-width: 768px) {
  .blog .post.post--video .post__title, .research .post.post--video .post__title {
    min-height: 88px;
    max-height: 88px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .post.post--video .post__title, .research .post.post--video .post__title {
    min-height: 90px;
    max-height: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .post.post--video .post__title, .research .post.post--video .post__title {
    min-height: 100px;
    max-height: 100px;
    margin: 0 0 36px;
  }
}
.blog .post.post--not-found, .research .post.post--not-found {
  border: 0;
  background: none;
  font-size: 16px;
  padding-left: 15px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .blog .post.post--not-found, .research .post.post--not-found {
    float: left;
    text-align: left;
    font-size: 18px;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .post.post--not-found, .research .post.post--not-found {
    font-size: 24px;
  }
}
.blog .post-nav, .research .post-nav {
  margin: 52px 0 62px;
}
@media only screen and (min-width: 768px) {
  .blog .post-nav, .research .post-nav {
    text-align: center;
    margin: 58px 0 70px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .post-nav, .research .post-nav {
    margin: 70px 0 110px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .post-nav, .research .post-nav {
    margin: 50px 0 138px;
  }
}
.blog .post-nav .prev-posts, .research .post-nav .prev-posts {
  float: left;
}
@media only screen and (min-width: 768px) {
  .blog .post-nav .prev-posts, .research .post-nav .prev-posts {
    float: none;
    margin: 0 6px;
  }
}
.blog .post-nav .next-posts, .research .post-nav .next-posts {
  float: right;
}
@media only screen and (min-width: 768px) {
  .blog .post-nav .next-posts, .research .post-nav .next-posts {
    float: none;
    margin: 0 6px;
  }
}
.blog .post-nav .pn__line, .research .post-nav .pn__line {
  display: none;
  position: relative;
  top: 8px;
}
@media only screen and (min-width: 768px) {
  .blog .post-nav .pn__line, .research .post-nav .pn__line {
    display: block;
  }
  .blog .post-nav .pn__line.line--right, .research .post-nav .pn__line.line--right {
    float: right;
  }
  .blog .post-nav .pn__line.line--right:after, .research .post-nav .pn__line.line--right:after {
    right: 0;
  }
  .blog .post-nav .pn__line.line--left, .research .post-nav .pn__line.line--left {
    float: left;
  }
  .blog .post-nav .pn__line.line--left:after, .research .post-nav .pn__line.line--left:after {
    left: 0;
  }
  .blog .post-nav .pn__line:after, .research .post-nav .pn__line:after {
    content: "";
    background-color: #E3D5CB;
    height: 1px;
    width: 190px;
    position: absolute;
    top: 11px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .post-nav .pn__line:after, .research .post-nav .pn__line:after {
    width: 324px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .post-nav .pn__line:after, .research .post-nav .pn__line:after {
    width: 334px;
  }
}
.blog .blog__podcast, .research .blog__podcast {
  position: relative;
  margin-top: -32px;
  padding-top: 28px;
}
@media only screen and (min-width: 768px) {
  .blog .blog__podcast, .research .blog__podcast {
    margin-top: -78px;
    padding-top: 48px;
  }
}
.blog .blog__podcast:before, .research .blog__podcast:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00385F;
  width: 100%;
  height: calc(100% - 383px);
}
.blog .blog__podcast:after, .research .blog__podcast:after {
  content: "";
  background-image: url("../img/Navy_Texture-07-20190628.svg");
  background-size: cover;
  background-position: top;
  height: 384px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: rotate(180deg);
}
.blog .blog__podcast .pod__img, .research .blog__podcast .pod__img {
  max-width: 158px;
  margin: 0 auto 30px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .blog .blog__podcast .pod__img, .research .blog__podcast .pod__img {
    max-width: 100%;
    margin: 0 0 52px;
    position: absolute;
    top: 0;
    right: 15px;
    width: 221px;
    height: 235px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .blog__podcast .pod__img, .research .blog__podcast .pod__img {
    position: static;
    max-width: 298px;
    margin: 0;
    width: auto;
    height: auto;
  }
}
@media only screen and (min-width: 992px) {
  .blog .blog__podcast .pod__img, .research .blog__podcast .pod__img {
    max-width: 278px;
    margin: 0 0 8px;
  }
}
.blog .blog__podcast .pod__title, .research .blog__podcast .pod__title {
  color: #B2BC36;
  text-align: center;
  font-weight: 400;
  font-size: 23px;
  line-height: 28px;
}
@media only screen and (min-width: 768px) {
  .blog .blog__podcast .pod__title, .research .blog__podcast .pod__title {
    margin: 86px 0 23px;
    text-align: left;
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .blog__podcast .pod__title, .research .blog__podcast .pod__title {
    margin: 60px 0 23px;
    font-size: 32px;
    line-height: 39px;
  }
}
.blog .blog__podcast .pod__subtitle, .research .blog__podcast .pod__subtitle {
  color: white;
  text-align: center;
  margin-bottom: 22px;
}
.blog .blog__podcast .pod__subtitle strong, .research .blog__podcast .pod__subtitle strong {
  color: white;
}
@media only screen and (min-width: 768px) {
  .blog .blog__podcast .pod__subtitle, .research .blog__podcast .pod__subtitle {
    width: calc(58.3333333333% - 30px);
    margin-bottom: 90px;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .blog__podcast .pod__subtitle, .research .blog__podcast .pod__subtitle {
    width: 100%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .blog__podcast .pod__subtitle, .research .blog__podcast .pod__subtitle {
    font-size: 18px;
    line-height: 28px;
  }
}
.blog .blog__podcast .pod__entries, .research .blog__podcast .pod__entries {
  margin: 0 0 32px;
}
@media only screen and (min-width: 992px) {
  .blog .blog__podcast .pod__entries, .research .blog__podcast .pod__entries {
    margin: 86px 0 32px;
  }
}
.blog .blog__podcast .pod__entries .pod__entry, .research .blog__podcast .pod__entries .pod__entry {
  background-color: #026CB6;
  margin: 12px 0;
  position: relative;
}
.blog .blog__podcast .pod__entries .pod__entry > a, .research .blog__podcast .pod__entries .pod__entry > a {
  color: white;
  display: block;
  padding: 18px 16px 16px 20px;
}
@media only screen and (min-width: 1200px) {
  .blog .blog__podcast .pod__entries .pod__entry > a, .research .blog__podcast .pod__entries .pod__entry > a {
    padding: 22px 24px 22px 28px;
  }
}
.blog .blog__podcast .pod__entries .pod__entry > a:before, .research .blog__podcast .pod__entries .pod__entry > a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 46px;
  background: transparent;
  transition: 0.3s all ease;
}
@media only screen and (min-width: 768px) {
  .blog .blog__podcast .pod__entries .pod__entry > a:before, .research .blog__podcast .pod__entries .pod__entry > a:before {
    width: 59px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .blog__podcast .pod__entries .pod__entry > a:before, .research .blog__podcast .pod__entries .pod__entry > a:before {
    width: 63px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .blog__podcast .pod__entries .pod__entry > a:before, .research .blog__podcast .pod__entries .pod__entry > a:before {
    width: 78px;
  }
}
.blog .blog__podcast .pod__entries .pod__entry > a:hover:before, .research .blog__podcast .pod__entries .pod__entry > a:hover:before {
  background: #B2BC36;
}
.blog .blog__podcast .pod__entries .pod__entry > a:hover .pod__desc, .research .blog__podcast .pod__entries .pod__entry > a:hover .pod__desc {
  text-decoration: underline;
}
.blog .blog__podcast .pod__entries .pod__entry > a:hover .pod__desc:after, .research .blog__podcast .pod__entries .pod__entry > a:hover .pod__desc:after {
  display: none;
}
.blog .blog__podcast .pod__entries .pod__entry > a:hover .pod__arrow, .research .blog__podcast .pod__entries .pod__entry > a:hover .pod__arrow {
  font-weight: 600;
}
.blog .blog__podcast .pod__entries .pod__entry .pod__episode, .research .blog__podcast .pod__entries .pod__entry .pod__episode {
  display: inline-block;
  width: 62px;
  border-right: 1px rgba(255, 255, 255, 0.4) solid;
}
@media only screen and (min-width: 768px) {
  .blog .blog__podcast .pod__entries .pod__entry .pod__episode, .research .blog__podcast .pod__entries .pod__entry .pod__episode {
    width: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .blog__podcast .pod__entries .pod__entry .pod__episode, .research .blog__podcast .pod__entries .pod__entry .pod__episode {
    width: 96px;
  }
}
.blog .blog__podcast .pod__entries .pod__entry .pod__episode .pod__episode-episode, .research .blog__podcast .pod__entries .pod__entry .pod__episode .pod__episode-episode {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .blog .blog__podcast .pod__entries .pod__entry .pod__episode .pod__episode-episode, .research .blog__podcast .pod__entries .pod__entry .pod__episode .pod__episode-episode {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .blog__podcast .pod__entries .pod__entry .pod__episode .pod__episode-episode, .research .blog__podcast .pod__entries .pod__entry .pod__episode .pod__episode-episode {
    font-size: 16px;
    line-height: 19px;
  }
}
.blog .blog__podcast .pod__entries .pod__entry .pod__episode .pod__episode-episode.episode--mobile, .research .blog__podcast .pod__entries .pod__entry .pod__episode .pod__episode-episode.episode--mobile {
  display: block;
  padding-left: 5px;
}
@media only screen and (min-width: 768px) {
  .blog .blog__podcast .pod__entries .pod__entry .pod__episode .pod__episode-episode.episode--mobile, .research .blog__podcast .pod__entries .pod__entry .pod__episode .pod__episode-episode.episode--mobile {
    display: none;
  }
}
.blog .blog__podcast .pod__entries .pod__entry .pod__episode .pod__episode-number, .research .blog__podcast .pod__entries .pod__entry .pod__episode .pod__episode-number {
  width: 52px;
  display: block;
  font-family: "Lora";
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  right: 8px;
}
@media only screen and (min-width: 768px) {
  .blog .blog__podcast .pod__entries .pod__entry .pod__episode .pod__episode-number, .research .blog__podcast .pod__entries .pod__entry .pod__episode .pod__episode-number {
    width: 62px;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 2.57px;
    right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .blog__podcast .pod__entries .pod__entry .pod__episode .pod__episode-number, .research .blog__podcast .pod__entries .pod__entry .pod__episode .pod__episode-number {
    width: 68px;
    font-size: 40px;
    line-height: 49px;
    letter-spacing: 2.86px;
  }
}
.blog .blog__podcast .pod__entries .pod__entry .pod__desc, .research .blog__podcast .pod__entries .pod__entry .pod__desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  margin: 0 22px 0 14px;
  padding-right: 4px;
  display: inline-block;
  width: calc(100% - 107px);
  vertical-align: top;
}
.blog .blog__podcast .pod__entries .pod__entry .pod__desc:after, .research .blog__podcast .pod__entries .pod__entry .pod__desc:after {
  content: "";
  position: absolute;
  top: calc(50% - 25px);
  right: 46px;
  height: 50px;
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
}
@media only screen and (min-width: 768px) {
  .blog .blog__podcast .pod__entries .pod__entry .pod__desc:after, .research .blog__podcast .pod__entries .pod__entry .pod__desc:after {
    height: 60px;
    top: calc(50% - 30px);
    right: 59px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .blog__podcast .pod__entries .pod__entry .pod__desc:after, .research .blog__podcast .pod__entries .pod__entry .pod__desc:after {
    right: 63px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .blog__podcast .pod__entries .pod__entry .pod__desc:after, .research .blog__podcast .pod__entries .pod__entry .pod__desc:after {
    height: 70px;
    top: calc(50% - 35px);
    right: 78px;
  }
}
@media only screen and (min-width: 768px) {
  .blog .blog__podcast .pod__entries .pod__entry .pod__desc, .research .blog__podcast .pod__entries .pod__entry .pod__desc {
    width: calc(100% - 146px);
    margin: 0 22px;
    font-size: 18px;
    line-height: 21px;
    padding-right: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .blog__podcast .pod__entries .pod__entry .pod__desc, .research .blog__podcast .pod__entries .pod__entry .pod__desc {
    width: calc(100% - 150px);
  }
}
@media only screen and (min-width: 1200px) {
  .blog .blog__podcast .pod__entries .pod__entry .pod__desc, .research .blog__podcast .pod__entries .pod__entry .pod__desc {
    width: calc(100% - 174px);
  }
}
.blog .blog__podcast .pod__entries .pod__entry .pod__arrow, .research .blog__podcast .pod__entries .pod__entry .pod__arrow {
  font-size: 18px;
  font-weight: 300;
  position: absolute;
  top: calc(50% - 9px);
  right: 14px;
  transition: 0.3s all ease;
}
@media only screen and (min-width: 768px) {
  .blog .blog__podcast .pod__entries .pod__entry .pod__arrow, .research .blog__podcast .pod__entries .pod__entry .pod__arrow {
    font-size: 20px;
    line-height: 21px;
    right: 18px;
    top: calc(50% - 10px);
  }
}
@media only screen and (min-width: 1200px) {
  .blog .blog__podcast .pod__entries .pod__entry .pod__arrow, .research .blog__podcast .pod__entries .pod__entry .pod__arrow {
    right: 26px;
    font-size: 24px;
    line-height: 24px;
    top: calc(50% - 12px);
  }
}
.blog .blog__podcast .pod__all .pod__all--link, .research .blog__podcast .pod__all .pod__all--link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1.29px;
  color: white;
  display: block;
  margin: 32px 0 0;
  text-align: center;
}
.blog .blog__podcast .pod__all .pod__all--link .fal, .research .blog__podcast .pod__all .pod__all--link .fal {
  margin-left: 4px;
  transition: 0.3s all ease;
}
.blog .blog__podcast .pod__all .pod__all--link:hover, .research .blog__podcast .pod__all .pod__all--link:hover {
  color: #d9d9d9;
}
.blog .blog__podcast .pod__all .pod__all--link:hover .fal, .research .blog__podcast .pod__all .pod__all--link:hover .fal {
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .blog .blog__podcast .pod__all .pod__all--link, .research .blog__podcast .pod__all .pod__all--link {
    text-align: left;
    font-size: 18px;
    line-height: 21px;
    margin: 45px 0 0;
  }
}
.blog .blog__podcast .pod__extra, .research .blog__podcast .pod__extra {
  border-top: 1px #E3D5CB solid;
  color: white;
  margin: 36px 0 62px;
  padding: 14px 0 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .blog .blog__podcast .pod__extra, .research .blog__podcast .pod__extra {
    text-align: left;
    margin: 58px 0 50px;
    padding: 16px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .blog .blog__podcast .pod__extra, .research .blog__podcast .pod__extra {
    margin: 52px 0 88px;
  }
}
.blog .blog__podcast .pod__extra .pod__tag, .research .blog__podcast .pod__extra .pod__tag {
  margin-top: 10px;
  font-size: 14px;
  line-height: 16px;
}
.blog .blog__podcast .pod__extra .pod__social, .research .blog__podcast .pod__extra .pod__social {
  margin: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .blog .blog__podcast .pod__extra .pod__social, .research .blog__podcast .pod__extra .pod__social {
    float: right;
    margin: 0;
  }
}
.blog .blog__podcast .pod__extra .pod__social a, .research .blog__podcast .pod__extra .pod__social a {
  color: white;
}
.blog .blog__podcast .pod__extra .pod__social .fab, .research .blog__podcast .pod__extra .pod__social .fab {
  display: inline-block;
  background: #B2BC36;
  border-radius: 50px;
  margin: 0 9px;
  font-size: 18px;
  height: 40px;
  width: 40px;
  text-align: center;
  float: none;
  transition: 0.3s all ease;
}
@media only screen and (min-width: 768px) {
  .blog .blog__podcast .pod__extra .pod__social .fab, .research .blog__podcast .pod__extra .pod__social .fab {
    margin: 0 0 0 18px;
  }
}
.blog .blog__podcast .pod__extra .pod__social .fab:before, .research .blog__podcast .pod__extra .pod__social .fab:before {
  position: relative;
  top: 10px;
}
.blog .blog__podcast .pod__extra .pod__social .fab:hover, .research .blog__podcast .pod__extra .pod__social .fab:hover {
  background: #7a8125;
}
.blog .blog__podcast .pod__extra .pod__social .fab.stitcher img, .research .blog__podcast .pod__extra .pod__social .fab.stitcher img {
  width: 23px;
  position: relative;
  top: 10px;
}
.blog .blog__videos, .research .blog__videos {
  background-image: url("../img/ep_naturalwhite_40-20190629.png");
}
@media only screen and (min-width: 768px) {
  .blog .blog__videos .video-slideshow__container, .research .blog__videos .video-slideshow__container {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .blog .blog__videos .video-slideshow__container, .research .blog__videos .video-slideshow__container {
    margin-left: auto;
    margin-right: auto;
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .blog__videos .video-slideshow__container, .research .blog__videos .video-slideshow__container {
    width: 1170px;
  }
}
.blog .blog__videos .videos__title, .research .blog__videos .videos__title {
  margin: 56px 0 20px;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #026CB6;
}
@media only screen and (min-width: 768px) {
  .blog .blog__videos .videos__title, .research .blog__videos .videos__title {
    font-size: 28px;
    line-height: 34px;
    margin: 98px 0 64px;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .blog .blog__videos .videos__title, .research .blog__videos .videos__title {
    margin: 70px 0 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .blog__videos .videos__title, .research .blog__videos .videos__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.blog .blog__videos .videos__subtitle, .research .blog__videos .videos__subtitle {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .blog .blog__videos .videos__subtitle, .research .blog__videos .videos__subtitle {
    text-align: left;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    margin: 100px 0 24px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .blog__videos .videos__subtitle, .research .blog__videos .videos__subtitle {
    margin: 78px 0 24px;
  }
}
.blog .blog__videos .video-slideshow, .research .blog__videos .video-slideshow {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .blog .blog__videos .video-slideshow .video-slideshow__slide, .research .blog__videos .video-slideshow .video-slideshow__slide {
    background: white;
  }
}
.blog .blog__videos .video-slideshow .video-slideshow__slide .post__screen, .research .blog__videos .video-slideshow .video-slideshow__slide .post__screen {
  display: none;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(247, 242, 237, 0.7);
  transition: 0.3s all ease;
}
@media only screen and (min-width: 768px) {
  .blog .blog__videos .video-slideshow .video-slideshow__slide .post__screen, .research .blog__videos .video-slideshow .video-slideshow__slide .post__screen {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .blog .blog__videos .video-slideshow .video-slideshow__slide .post__screen, .research .blog__videos .video-slideshow .video-slideshow__slide .post__screen {
    display: none;
  }
}
.blog .blog__videos .video-slideshow .slick-center .post__screen, .research .blog__videos .video-slideshow .slick-center .post__screen {
  background: rgba(247, 242, 237, 0);
  z-index: -1;
}
.blog .blog__videos .videos__dots-arrows, .research .blog__videos .videos__dots-arrows {
  position: relative;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .blog .blog__videos .videos__dots-arrows, .research .blog__videos .videos__dots-arrows {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .blog__videos .videos__dots-arrows, .research .blog__videos .videos__dots-arrows {
    display: none;
  }
}
.blog .blog__videos .videos__dots-arrows .slick-arrow, .research .blog__videos .videos__dots-arrows .slick-arrow {
  position: relative;
  bottom: 0;
  z-index: 4;
  flex: 1;
}
.blog .blog__videos .videos__dots-arrows .slick-arrow:before, .research .blog__videos .videos__dots-arrows .slick-arrow:before {
  font-family: "Font Awesome 5 Pro";
  color: #026CB6;
  position: relative;
}
.blog .blog__videos .videos__dots-arrows .slick-prev, .research .blog__videos .videos__dots-arrows .slick-prev {
  left: 0;
}
.blog .blog__videos .videos__dots-arrows .slick-prev:before, .research .blog__videos .videos__dots-arrows .slick-prev:before {
  left: calc(25% - 32px);
}
@media only screen and (min-width: 768px) {
  .blog .blog__videos .videos__dots-arrows .slick-prev:before, .research .blog__videos .videos__dots-arrows .slick-prev:before {
    left: 25%;
  }
}
.blog .blog__videos .videos__dots-arrows .slick-next, .research .blog__videos .videos__dots-arrows .slick-next {
  right: 0;
}
.blog .blog__videos .videos__dots-arrows .slick-next:before, .research .blog__videos .videos__dots-arrows .slick-next:before {
  right: calc(25% - 32px);
}
@media only screen and (min-width: 768px) {
  .blog .blog__videos .videos__dots-arrows .slick-next:before, .research .blog__videos .videos__dots-arrows .slick-next:before {
    right: 25%;
  }
}
.blog .blog__videos .videos__dots-arrows .slick-dots, .research .blog__videos .videos__dots-arrows .slick-dots {
  position: absolute;
  z-index: 5;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100px;
  left: calc(50% - 50px);
  bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .blog .blog__videos .videos__dots-arrows .slick-dots, .research .blog__videos .videos__dots-arrows .slick-dots {
    width: 18%;
    left: 41%;
    bottom: 8px;
  }
}
.blog .blog__videos .videos__dots-arrows .slick-dots li, .research .blog__videos .videos__dots-arrows .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.blog .blog__videos .videos__dots-arrows .slick-dots li button, .research .blog__videos .videos__dots-arrows .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 11px;
  width: 11px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: #026CB6;
  padding: 0;
  margin: 0 auto;
  cursor: pointer;
  border: 1px #98897E solid;
  border-radius: 40px;
  transition: 0.3s all ease;
}
.blog .blog__videos .videos__dots-arrows .slick-dots li button:hover, .blog .blog__videos .videos__dots-arrows .slick-dots li button:focus, .research .blog__videos .videos__dots-arrows .slick-dots li button:hover, .research .blog__videos .videos__dots-arrows .slick-dots li button:focus {
  outline: none;
  background: #026CB6;
  border: 0;
}
.blog .blog__videos .videos__dots-arrows .slick-dots li button:before, .research .blog__videos .videos__dots-arrows .slick-dots li button:before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .blog .blog__videos .videos__dots-arrows .slick-dots li button, .research .blog__videos .videos__dots-arrows .slick-dots li button {
    height: 14px;
    width: 14px;
  }
}
.blog .blog__videos .videos__dots-arrows .slick-dots li:before, .research .blog__videos .videos__dots-arrows .slick-dots li:before {
  display: none;
}
.blog .blog__videos .videos__dots-arrows .slick-dots li.slick-active button, .research .blog__videos .videos__dots-arrows .slick-dots li.slick-active button {
  background: #026CB6;
  border: 0;
}
@media only screen and (min-width: 768px) {
  .blog .blog__videos .videos__dots-arrows .slick-dots li, .research .blog__videos .videos__dots-arrows .slick-dots li {
    margin: 0 8px;
  }
}
.blog .blog__videos .videos__link, .research .blog__videos .videos__link {
  text-align: center;
  margin: 34px 0 24px;
}
@media only screen and (min-width: 768px) {
  .blog .blog__videos .videos__link, .research .blog__videos .videos__link {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .blog__videos .videos__link, .research .blog__videos .videos__link {
    text-align: left;
    margin: 22px 0 24px;
  }
}
.blog .blog__videos .videos__link > a, .research .blog__videos .videos__link > a {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1.14px;
  font-weight: 600;
  text-transform: uppercase;
}
.blog .blog__videos .videos__link > a .fal, .research .blog__videos .videos__link > a .fal {
  margin-left: 12px;
  transition: 0.3s all ease;
}
.blog .blog__videos .videos__link > a:hover, .research .blog__videos .videos__link > a:hover {
  color: #00385F;
}
.blog .blog__videos .videos__link > a:hover .fal, .research .blog__videos .videos__link > a:hover .fal {
  margin-left: 18px;
}
.blog .blog__videos .videos__icon, .research .blog__videos .videos__icon {
  text-align: center;
  margin-bottom: 12px;
}
.blog .blog__videos .videos__icon .fab, .research .blog__videos .videos__icon .fab {
  color: white;
  background: #9E3E23;
  border-radius: 50px;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 8px 9px 9px;
}
@media only screen and (min-width: 992px) {
  .blog .blog__videos .videos__icon .fab, .research .blog__videos .videos__icon .fab {
    font-size: 18px;
    line-height: 18px;
    padding: 11px 8px;
    width: 40px;
    text-align: center;
    margin-top: 10px;
  }
}
.blog .blog__videos .videos__tag, .research .blog__videos .videos__tag {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .blog .blog__videos .videos__tag, .research .blog__videos .videos__tag {
    text-align: right;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .blog__videos .videos__tag, .research .blog__videos .videos__tag {
    margin-top: 21px;
  }
}
.blog .blog__videos .videos__tag .videos__tag__inner, .research .blog__videos .videos__tag .videos__tag__inner {
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .blog .blog__videos .videos__tag .videos__tag__inner, .research .blog__videos .videos__tag .videos__tag__inner {
    font-size: 14px;
    line-height: 16px;
  }
}
.blog .blog__farminars, .research .blog__farminars {
  background-color: #9E3E23;
  color: white;
  padding: 40px 0 70px;
  background-image: url("../img/DiamondPattern.png");
}
@media only screen and (min-width: 768px) {
  .blog .blog__farminars, .research .blog__farminars {
    padding: 36px 0 58px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .blog__farminars, .research .blog__farminars {
    padding: 84px 0 58px;
  }
}
.blog .blog__farminars .farminars__heading--left, .research .blog__farminars .farminars__heading--left {
  position: relative;
}
.blog .blog__farminars .farminars__heading--left .farminars__title, .research .blog__farminars .farminars__heading--left .farminars__title {
  color: white;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .blog .blog__farminars .farminars__heading--left .farminars__title, .research .blog__farminars .farminars__heading--left .farminars__title {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .blog .blog__farminars .farminars__heading--left .farminars__title, .research .blog__farminars .farminars__heading--left .farminars__title {
    margin: 10px 0 30px;
  }
}
.blog .blog__farminars .farminars__heading--left .farminars__subtitle, .research .blog__farminars .farminars__heading--left .farminars__subtitle {
  font-size: 14px;
  line-height: 20px;
  margin: 16px 0 28px;
  padding-bottom: 34px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (min-width: 768px) {
  .blog .blog__farminars .farminars__heading--left .farminars__subtitle, .research .blog__farminars .farminars__heading--left .farminars__subtitle {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin: 16px 0 40px;
    padding: 0 0 6px;
    border: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .blog__farminars .farminars__heading--left .farminars__subtitle, .research .blog__farminars .farminars__heading--left .farminars__subtitle {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .blog .blog__farminars .farminars__heading--left:after, .research .blog__farminars .farminars__heading--left:after {
    content: "";
    position: absolute;
    top: 0;
    right: -36px;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.4);
  }
}
@media only screen and (min-width: 992px) {
  .blog .blog__farminars .farminars__heading--left:after, .research .blog__farminars .farminars__heading--left:after {
    height: 1px;
    width: 100%;
    top: auto;
    bottom: -30px;
    right: auto;
    left: 0;
  }
}
.blog .blog__farminars .farminars__heading--right, .research .blog__farminars .farminars__heading--right {
  margin-top: 30px;
}
.blog .blog__farminars .farminars__heading--right .farminars__top-icon, .research .blog__farminars .farminars__heading--right .farminars__top-icon {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .blog .blog__farminars .farminars__heading--right .farminars__top-icon, .research .blog__farminars .farminars__heading--right .farminars__top-icon {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .blog .blog__farminars .farminars__heading--right .farminars__top-icon, .research .blog__farminars .farminars__heading--right .farminars__top-icon {
    display: inline-block;
  }
}
.blog .blog__farminars .farminars__heading--right .farminars__top-icon .fal, .research .blog__farminars .farminars__heading--right .farminars__top-icon .fal {
  font-size: 24px;
  line-height: 24px;
  color: #FFCA31;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .blog .blog__farminars .farminars__heading--right .farminars__top-icon .fal, .research .blog__farminars .farminars__heading--right .farminars__top-icon .fal {
    font-size: 36px;
    line-height: 37px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .blog__farminars .farminars__heading--right .farminars__top-icon .fal, .research .blog__farminars .farminars__heading--right .farminars__top-icon .fal {
    line-height: 42px;
  }
}
.blog .blog__farminars .farminars__heading--right .farminars__time, .research .blog__farminars .farminars__heading--right .farminars__time {
  margin-bottom: 44px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .blog .blog__farminars .farminars__heading--right .farminars__time, .research .blog__farminars .farminars__heading--right .farminars__time {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .blog .blog__farminars .farminars__heading--right .farminars__time, .research .blog__farminars .farminars__heading--right .farminars__time {
    float: right;
    width: calc(100% - 60px);
    display: inline-block;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .blog__farminars .farminars__heading--right .farminars__time, .research .blog__farminars .farminars__heading--right .farminars__time {
    font-size: 18px;
    line-height: 28px;
  }
}
.blog .blog__farminars .farminars__post, .research .blog__farminars .farminars__post {
  background: white;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 12px;
  margin-right: 30px;
  border-bottom: 4px #E3D5CB solid;
}
.blog .blog__farminars .farminars__post > a, .research .blog__farminars .farminars__post > a {
  display: block;
  padding: 20px 0 20px 16px;
}
@media only screen and (min-width: 768px) {
  .blog .blog__farminars .farminars__post > a, .research .blog__farminars .farminars__post > a {
    padding: 18px 0 16px 20px;
  }
}
.blog .blog__farminars .farminars__post > a:hover .farminars__desc, .research .blog__farminars .farminars__post > a:hover .farminars__desc {
  color: #026CB6;
}
.blog .blog__farminars .farminars__post > a:hover .farminars__arrow, .research .blog__farminars .farminars__post > a:hover .farminars__arrow {
  color: white;
}
.blog .blog__farminars .farminars__post > a:hover .farminars__arrow:after, .research .blog__farminars .farminars__post > a:hover .farminars__arrow:after {
  background: #E97F24;
}
.blog .blog__farminars .farminars__post .farminars__date, .research .blog__farminars .farminars__post .farminars__date {
  color: #026CB6;
  padding-right: 6px;
  border-right: 1px #E3D5CB solid;
  margin-right: 14px;
  display: inline-block;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .blog .blog__farminars .farminars__post .farminars__date, .research .blog__farminars .farminars__post .farminars__date {
    padding-right: 18px;
    margin-right: 24px;
  }
}
.blog .blog__farminars .farminars__post .farminars__date .farminars__date-month, .research .blog__farminars .farminars__post .farminars__date .farminars__date-month {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  padding: 0 6px;
  display: block;
}
.blog .blog__farminars .farminars__post .farminars__date .farminars__date-day, .research .blog__farminars .farminars__post .farminars__date .farminars__date-day {
  font-family: "Lora";
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 2.57px;
}
.blog .blog__farminars .farminars__post .farminars__desc, .research .blog__farminars .farminars__post .farminars__desc {
  color: #4a4a4a;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 21px;
  width: calc(100% - 130px);
  transition: 0.3s all ease;
}
.blog .blog__farminars .farminars__post .farminars__arrow, .research .blog__farminars .farminars__post .farminars__arrow {
  color: #9E3E23;
  font-size: 20px;
  line-height: 21px;
  position: absolute;
  z-index: 1;
  right: 36px;
  top: calc(50% - 18px);
  transition: 0.3s all ease;
}
.blog .blog__farminars .farminars__post .farminars__arrow:after, .research .blog__farminars .farminars__post .farminars__arrow:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -13px;
  top: -11px;
  height: 42px;
  width: 42px;
  transform: rotate(45deg);
  background: #FFCA31;
  transition: 0.3s all ease;
}
.blog .blog__farminars .farminars__link, .research .blog__farminars .farminars__link {
  margin-top: 16px;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .blog .blog__farminars .farminars__link, .research .blog__farminars .farminars__link {
    margin: 24px 0;
  }
}
.blog .blog__farminars .farminars__link > a, .research .blog__farminars .farminars__link > a {
  text-transform: uppercase;
  color: white;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 1.29px;
  font-weight: 600;
}
.blog .blog__farminars .farminars__link > a .fal, .research .blog__farminars .farminars__link > a .fal {
  position: relative;
  left: 13px;
  transition: 0.3s all ease;
}
.blog .blog__farminars .farminars__link > a:hover, .blog .blog__farminars .farminars__link > a:focus, .research .blog__farminars .farminars__link > a:hover, .research .blog__farminars .farminars__link > a:focus {
  color: #d9d9d9;
}
.blog .blog__farminars .farminars__link > a:hover .fal, .blog .blog__farminars .farminars__link > a:focus .fal, .research .blog__farminars .farminars__link > a:hover .fal, .research .blog__farminars .farminars__link > a:focus .fal {
  left: 20px;
}
@media only screen and (min-width: 768px) {
  .blog .blog__farminars .farminars__link, .research .blog__farminars .farminars__link {
    display: inline-block;
    text-align: left;
  }
}
.blog .blog__authors, .research .blog__authors {
  background-image: url("../img/Blog/Blog Landing/AuthorsBkgd-20190629.jpg");
  background-size: cover;
  background-position: top left;
  position: relative;
  z-index: 1;
  padding-bottom: 42px;
}
@media only screen and (min-width: 768px) {
  .blog .blog__authors, .research .blog__authors {
    padding-bottom: 38px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .blog__authors, .research .blog__authors {
    padding-bottom: 54px;
  }
}
.blog .blog__authors:after, .research .blog__authors:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.blog .blog__authors .authors__title, .research .blog__authors .authors__title {
  color: white;
  text-align: center;
  margin: 85px 0 43px;
  position: relative;
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .blog .blog__authors .authors__title, .research .blog__authors .authors__title {
    font-size: 28px;
    line-height: 34px;
    margin: 85px 0 68px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .blog__authors .authors__title, .research .blog__authors .authors__title {
    font-size: 32px;
    line-height: 39px;
  }
}
.blog .blog__authors .authors__title:after, .research .blog__authors .authors__title:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 25px);
  width: 50px;
  height: 1px;
  background: white;
}
.blog .blog__authors .authors__all-link, .research .blog__authors .authors__all-link {
  text-align: center;
  margin-bottom: 48px;
}
.blog .blog__authors .authors__all-link a, .research .blog__authors .authors__all-link a {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 1.29px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  color: white;
}
.blog .blog__authors .authors__all-link a .fal, .research .blog__authors .authors__all-link a .fal {
  position: relative;
  left: 10px;
  transition: 0.3s all ease;
}
.blog .blog__authors .authors__all-link a:hover, .blog .blog__authors .authors__all-link a:focus, .research .blog__authors .authors__all-link a:hover, .research .blog__authors .authors__all-link a:focus {
  color: #d9d9d9;
}
.blog .blog__authors .authors__all-link a:hover .fal, .blog .blog__authors .authors__all-link a:focus .fal, .research .blog__authors .authors__all-link a:hover .fal, .research .blog__authors .authors__all-link a:focus .fal {
  left: 18px;
}
.blog .blog__authors .authors__entry, .research .blog__authors .authors__entry {
  text-align: center;
  color: white;
}
.blog .blog__authors .authors__entry .authors__image, .research .blog__authors .authors__entry .authors__image {
  background-size: cover;
  background-position: center;
  height: 132px;
  width: 132px;
  border: 3px solid white;
  border-radius: 200px;
  margin: 0 auto;
}
.blog .blog__authors .authors__entry .authors__name, .research .blog__authors .authors__entry .authors__name {
  font-family: "Lora";
  font-size: 20px;
  line-height: 24px;
  margin: 22px 0 12px;
}
.blog .blog__authors .authors__entry .authors__articles, .research .blog__authors .authors__entry .authors__articles {
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 16px;
}
.blog .blog__authors .authors__dots-arrows, .research .blog__authors .authors__dots-arrows {
  position: relative;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .blog .blog__authors .authors__dots-arrows, .research .blog__authors .authors__dots-arrows {
    margin-bottom: 48px;
  }
}
.blog .blog__authors .authors__dots-arrows .slick-arrow, .research .blog__authors .authors__dots-arrows .slick-arrow {
  position: relative;
  bottom: 0;
  z-index: 4;
  flex: 1;
}
.blog .blog__authors .authors__dots-arrows .slick-arrow:before, .research .blog__authors .authors__dots-arrows .slick-arrow:before {
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: relative;
}
.blog .blog__authors .authors__dots-arrows .slick-prev, .research .blog__authors .authors__dots-arrows .slick-prev {
  left: 0;
}
.blog .blog__authors .authors__dots-arrows .slick-prev:before, .research .blog__authors .authors__dots-arrows .slick-prev:before {
  left: calc(50% - 74px);
}
.blog .blog__authors .authors__dots-arrows .slick-next, .research .blog__authors .authors__dots-arrows .slick-next {
  right: 0;
}
.blog .blog__authors .authors__dots-arrows .slick-next:before, .research .blog__authors .authors__dots-arrows .slick-next:before {
  right: calc(50% - 74px);
}
.blog .blog__authors .authors__dots-arrows .slick-dots, .research .blog__authors .authors__dots-arrows .slick-dots {
  position: absolute;
  z-index: 5;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 90px;
  left: calc(50% - 46px);
  bottom: 5px;
}
.blog .blog__authors .authors__dots-arrows .slick-dots li, .research .blog__authors .authors__dots-arrows .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.blog .blog__authors .authors__dots-arrows .slick-dots li button, .research .blog__authors .authors__dots-arrows .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 11px;
  width: 11px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: white;
  padding: 0;
  margin: 0 auto;
  cursor: pointer;
  border: 1px white solid;
  border-radius: 40px;
  transition: 0.3s all ease;
}
.blog .blog__authors .authors__dots-arrows .slick-dots li button:hover, .blog .blog__authors .authors__dots-arrows .slick-dots li button:focus, .research .blog__authors .authors__dots-arrows .slick-dots li button:hover, .research .blog__authors .authors__dots-arrows .slick-dots li button:focus {
  outline: none;
  background: white;
}
.blog .blog__authors .authors__dots-arrows .slick-dots li button:before, .research .blog__authors .authors__dots-arrows .slick-dots li button:before {
  display: none;
}
.blog .blog__authors .authors__dots-arrows .slick-dots li:before, .research .blog__authors .authors__dots-arrows .slick-dots li:before {
  display: none;
}
.blog .blog__authors .authors__dots-arrows .slick-dots li.slick-active button, .research .blog__authors .authors__dots-arrows .slick-dots li.slick-active button {
  background: white;
  border: 0;
}
.blog .blog__authors .author-slideshow, .research .blog__authors .author-slideshow {
  margin-bottom: 56px;
}
.blog .category__title-container, .research .category__title-container {
  min-height: 164px;
  margin-top: -2px;
  padding: 34px 0 30px;
}
@media only screen and (min-width: 768px) {
  .blog .category__title-container, .research .category__title-container {
    min-height: 156px;
    padding: 68px 0 42px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .category__title-container, .research .category__title-container {
    min-height: 220px;
    padding: 84px 0 72px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .category__title-container, .research .category__title-container {
    min-height: 312px;
    padding: 138px 0 120px;
  }
}
.blog .category__title-container .resource__section-title, .research .category__title-container .resource__section-title {
  color: white;
}
.blog .category__title-container .resource__section-title:hover, .blog .category__title-container .resource__section-title:focus, .research .category__title-container .resource__section-title:hover, .research .category__title-container .resource__section-title:focus {
  color: #cccccc;
}
.blog .category__title-container .blog__hero__search--form, .research .category__title-container .blog__hero__search--form {
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .blog .category__title-container .blog__hero__search--form, .research .category__title-container .blog__hero__search--form {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .blog .category__title-container .blog__hero__search--form, .research .category__title-container .blog__hero__search--form {
    padding: 0;
  }
}
.blog .category__title-container .blog__hero__search--form .search__field, .research .category__title-container .blog__hero__search--form .search__field {
  width: 100%;
  padding: 12px 22px 11px 13px;
  border: 0;
  border-radius: 2px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .blog .category__title-container .blog__hero__search--form .search__field, .research .category__title-container .blog__hero__search--form .search__field {
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .category__title-container .blog__hero__search--form .search__field, .research .category__title-container .blog__hero__search--form .search__field {
    padding: 17px 22px;
  }
}
.blog .category__title-container .blog__hero__search--form .search__field::-moz-placeholder, .research .category__title-container .blog__hero__search--form .search__field::-moz-placeholder {
  font-size: 16px;
  color: #4A4A4A;
  font-style: italic;
  opacity: 1;
}
.blog .category__title-container .blog__hero__search--form .search__field:-ms-input-placeholder, .research .category__title-container .blog__hero__search--form .search__field:-ms-input-placeholder {
  font-size: 16px;
  color: #4A4A4A;
  font-style: italic;
  opacity: 1;
}
.blog .category__title-container .blog__hero__search--form .search__field::-webkit-input-placeholder, .research .category__title-container .blog__hero__search--form .search__field::-webkit-input-placeholder {
  font-size: 16px;
  color: #4A4A4A;
  font-style: italic;
  opacity: 1;
}
.blog .category__title-container .blog__hero__search--form .fa-search, .research .category__title-container .blog__hero__search--form .fa-search {
  font-size: 16px;
  color: #026CB6;
  position: absolute;
  top: 34px;
  right: 18px;
}
@media only screen and (min-width: 768px) {
  .blog .category__title-container .blog__hero__search--form .fa-search, .research .category__title-container .blog__hero__search--form .fa-search {
    top: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .category__title-container .blog__hero__search--form .fa-search, .research .category__title-container .blog__hero__search--form .fa-search {
    right: 21px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .category__title-container .blog__hero__search--form .fa-search, .research .category__title-container .blog__hero__search--form .fa-search {
    font-size: 18px;
    top: 18px;
    right: 19px;
  }
}
.blog .category__footer, .research .category__footer {
  background-color: #00385F;
  background-image: url("../img/DiamondPattern.png");
}
.blog .category__footer .category__footer__title, .research .category__footer .category__footer__title {
  color: white;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin: 52px 0 12px;
}
@media only screen and (min-width: 768px) {
  .blog .category__footer .category__footer__title, .research .category__footer .category__footer__title {
    font-size: 32px;
    line-height: 39px;
    margin: 76px 0 16px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .category__footer .category__footer__title, .research .category__footer .category__footer__title {
    margin: 92px 0 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .category__footer .category__footer__title, .research .category__footer .category__footer__title {
    font-size: 36px;
    line-height: 44px;
    margin: 88px 0 30px;
  }
}
.blog .category__footer .category__footer__subtitle, .research .category__footer .category__footer__subtitle {
  color: white;
  text-align: center;
  padding: 0 12px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .blog .category__footer .category__footer__subtitle, .research .category__footer .category__footer__subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 26px;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .category__footer .category__footer__subtitle, .research .category__footer .category__footer__subtitle {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 42px;
  }
}
.blog .category__footer .category__footer__link, .research .category__footer .category__footer__link {
  text-align: center;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .blog .category__footer .category__footer__link, .research .category__footer .category__footer__link {
    margin-bottom: 116px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .category__footer .category__footer__link, .research .category__footer .category__footer__link {
    margin-bottom: 144px;
  }
}
@media only screen and (min-width: 768px) {
  .blog .category__footer .category__footer__link .btn--mobile, .research .category__footer .category__footer__link .btn--mobile {
    display: none;
  }
}
.blog .category__footer .category__footer__link .btn--desktop, .research .category__footer .category__footer__link .btn--desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .blog .category__footer .category__footer__link .btn--desktop, .research .category__footer .category__footer__link .btn--desktop {
    display: inline-block;
  }
}

.blog-internal .main .title-container {
  min-height: 164px;
  margin-top: -2px;
  padding: 34px 0 30px;
}
@media only screen and (min-width: 768px) {
  .blog-internal .main .title-container {
    min-height: 156px;
    padding: 68px 0 42px;
  }
}
@media only screen and (min-width: 992px) {
  .blog-internal .main .title-container {
    min-height: 212px;
    padding: 84px 0 72px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-internal .main .title-container {
    min-height: 312px;
    padding: 138px 0 120px;
  }
}
.blog-internal .main .title-container .resource__section-title {
  color: white;
  font-size: 32px;
  line-height: 36px;
}
.blog-internal .main .title-container .resource__section-title:hover, .blog-internal .main .title-container .resource__section-title:focus {
  color: #cccccc;
}
@media only screen and (min-width: 768px) {
  .blog-internal .main .title-container .resource__section-title {
    font-size: 36px;
    line-height: 40px;
  }
}
.blog-internal .main .title-container .blog__hero__search--form {
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .blog-internal .main .title-container .blog__hero__search--form {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .blog-internal .main .title-container .blog__hero__search--form {
    padding: 0;
  }
}
.blog-internal .main .title-container .blog__hero__search--form .search__field {
  width: 100%;
  padding: 12px 22px 11px 13px;
  border: 0;
  border-radius: 2px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .blog-internal .main .title-container .blog__hero__search--form .search__field {
    margin: 0;
  }
}
.blog-internal .main .title-container .blog__hero__search--form .search__field::-moz-placeholder {
  font-size: 16px;
  color: #4A4A4A;
  font-style: italic;
  opacity: 1;
}
.blog-internal .main .title-container .blog__hero__search--form .search__field:-ms-input-placeholder {
  font-size: 16px;
  color: #4A4A4A;
  font-style: italic;
  opacity: 1;
}
.blog-internal .main .title-container .blog__hero__search--form .search__field::-webkit-input-placeholder {
  font-size: 16px;
  color: #4A4A4A;
  font-style: italic;
  opacity: 1;
}
.blog-internal .main .title-container .blog__hero__search--form .fa-search {
  font-size: 16px;
  color: #026CB6;
  position: absolute;
  top: 34px;
  right: 18px;
}
@media only screen and (min-width: 768px) {
  .blog-internal .main .title-container .blog__hero__search--form .fa-search {
    top: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .blog-internal .main .title-container .blog__hero__search--form .fa-search {
    right: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .blog-internal .main #content.interior-content {
    padding: 42px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .blog-internal .main #content.interior-content {
    padding: 42px 0 82px;
  }
}
.blog-internal .main #content.interior-content .resource__publish-date {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  margin: 44px 0 28px;
}
@media only screen and (min-width: 768px) {
  .blog-internal .main #content.interior-content .resource__publish-date {
    margin: 10px 0;
  }
}
.blog-internal .main #content.interior-content .resource__social {
  margin-bottom: 16px;
}
.blog-internal .main #content.interior-content .resource__social > a:hover, .blog-internal .main #content.interior-content .resource__social > a:focus {
  outline: none;
}
.blog-internal .main #content.interior-content .resource__social > a:hover .fab, .blog-internal .main #content.interior-content .resource__social > a:hover .fas, .blog-internal .main #content.interior-content .resource__social > a:focus .fab, .blog-internal .main #content.interior-content .resource__social > a:focus .fas {
  background: #E3D5CB;
}
.blog-internal .main #content.interior-content .resource__social .resource__social__text {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  margin-right: 12px;
}
.blog-internal .main #content.interior-content .resource__social .fab, .blog-internal .main #content.interior-content .resource__social .fas {
  color: #9E3E23;
  font-size: 14px;
  line-height: 14px;
  background: #F8F2ED;
  border-radius: 50px;
  padding: 11px;
  transition: 0.3s all ease;
}
.blog-internal .main #content.interior-content .resource__social .fab.fa-facebook-f, .blog-internal .main #content.interior-content .resource__social .fas.fa-facebook-f {
  padding: 11px 14px 11px 15px;
  margin: 0 10px;
}
.blog-internal .main #content.interior-content .page-title {
  color: #026CB6;
}
.blog-internal .main .resource__source {
  margin: 20px 0 38px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .blog-internal .main .resource__source {
    font-size: 16px;
    line-height: 19px;
    margin: 16px 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-internal .main .resource__source {
    margin: 17px 0 27px;
    font-size: 18px;
    line-height: 21px;
  }
}
.blog-internal .main .post--sidebar {
  background: #F7F2ED;
  margin-top: 66px;
}
.blog-internal .main .post--sidebar:before, .blog-internal .main .post--sidebar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 2000px;
  background: #F7F2ED;
}
.blog-internal .main .post--sidebar:after {
  right: auto;
  left: 100%;
}
@media only screen and (min-width: 992px) {
  .blog-internal .main .post--sidebar {
    background: none;
    margin-top: 6px;
  }
  .blog-internal .main .post--sidebar:before, .blog-internal .main .post--sidebar:after {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-internal .main .post--sidebar {
    margin-top: 6px;
  }
}
.blog-internal .main .post--sidebar .sidenav__wrap {
  box-shadow: none;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .blog-internal .main .post--sidebar .sidenav__wrap {
    margin: 48px 0 46px;
  }
}
@media only screen and (min-width: 992px) {
  .blog-internal .main .post--sidebar .sidenav__wrap {
    padding-right: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-internal .main .post--sidebar .sidenav__wrap {
    padding-right: 100px;
  }
}
.blog-internal .main .post--sidebar .sidenav__wrap .resource__author {
  padding: 40px 0;
  border-bottom: 1px solid #E3D5CB;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-internal .main .post--sidebar .sidenav__wrap .resource__author:last-child {
    border-bottom: none;
  }
}
@media only screen and (min-width: 768px) {
  .blog-internal .main .post--sidebar .sidenav__wrap .resource__author:first-child {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .blog-internal .main .post--sidebar .sidenav__wrap .resource__author:first-child {
    padding-top: 0;
  }
}
.blog-internal .main .post--sidebar .sidenav__wrap .resource__author .resource__author__img {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .blog-internal .main .post--sidebar .sidenav__wrap .resource__author .resource__author__img {
    text-align: left;
  }
}
.blog-internal .main .post--sidebar .sidenav__wrap .resource__author .resource__author__img .resource__author__img__circle {
  height: 132px;
  width: 132px;
  border-radius: 200px;
  background-size: cover;
  background-position: center;
  display: inline-block;
}
.blog-internal .main .post--sidebar .sidenav__wrap .resource__author .resource__author__img img {
  width: 132px;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .blog-internal .main .post--sidebar .sidenav__wrap .resource__author .resource__author__img img {
    width: 140px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-internal .main .post--sidebar .sidenav__wrap .resource__author .resource__author__img img {
    width: 180px;
  }
}
.blog-internal .main .post--sidebar .sidenav__wrap .resource__author .resource__author__name {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  font-family: "Lora";
  color: #026CB6;
  margin: 18px 0 12px;
}
@media only screen and (min-width: 768px) {
  .blog-internal .main .post--sidebar .sidenav__wrap .resource__author .resource__author__name {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .blog-internal .main .post--sidebar .sidenav__wrap .resource__author .resource__author__name {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-internal .main .post--sidebar .sidenav__wrap .resource__author .resource__author__name {
    font-size: 24px;
    line-height: 29px;
  }
}
.blog-internal .main .post--sidebar .sidenav__wrap .resource__author .resource__author__title {
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #00385F;
}
@media only screen and (min-width: 992px) {
  .blog-internal .main .post--sidebar .sidenav__wrap .resource__author .resource__author__title {
    text-align: left;
  }
}
.blog-internal .main .post--sidebar .sidenav__wrap .resource__author .resource__author__bio {
  text-align: center;
  padding-top: 20px;
}
.blog-internal .main .post--sidebar .sidenav__wrap .resource__author .resource__author__bio > a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: 500;
}
.blog-internal .main .post--sidebar .sidenav__wrap .resource__author .resource__author__bio > a .far {
  margin-left: 4px;
  transition: 0.3s all ease;
}
.blog-internal .main .post--sidebar .sidenav__wrap .resource__author .resource__author__bio > a:hover .far {
  margin-left: 10px;
}
@media only screen and (min-width: 992px) {
  .blog-internal .main .post--sidebar .sidenav__wrap .resource__author .resource__author__bio {
    text-align: left;
  }
}
.blog-internal .main .post--sidebar .sidenav__wrap .resource__cat {
  padding-top: 36px;
}
.blog-internal .main .post--sidebar .sidenav__wrap .resource__cat .resource__cat__pt--text, .blog-internal .main .post--sidebar .sidenav__wrap .resource__cat .resource__cat__topic--text {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .blog-internal .main .post--sidebar .sidenav__wrap .resource__cat .resource__cat__pt--text, .blog-internal .main .post--sidebar .sidenav__wrap .resource__cat .resource__cat__topic--text {
    text-align: left;
    margin: 0 0 18px;
  }
}
.blog-internal .main .post--sidebar .sidenav__wrap .resource__cat .resource__cat__pt--type, .blog-internal .main .post--sidebar .sidenav__wrap .resource__cat .resource__cat__topic--topics {
  text-align: center;
  margin: 0 0 22px;
}
@media only screen and (min-width: 768px) {
  .blog-internal .main .post--sidebar .sidenav__wrap .resource__cat .resource__cat__pt--type, .blog-internal .main .post--sidebar .sidenav__wrap .resource__cat .resource__cat__topic--topics {
    text-align: left;
    margin: 0 0 42px;
  }
}
.blog-internal .main .post--sidebar .sidenav__wrap .resource__cat .resource__cat__pt--type > a, .blog-internal .main .post--sidebar .sidenav__wrap .resource__cat .resource__cat__topic--topics > a {
  color: #00385F;
}
.blog-internal .main .post--sidebar .sidenav__wrap .resource__cat .resource__cat__pt--type > a:hover, .blog-internal .main .post--sidebar .sidenav__wrap .resource__cat .resource__cat__topic--topics > a:hover {
  color: #E97F24;
}
.blog-internal .main .post--sidebar .sidenav__wrap .resource__cat .resource__cat__topic--topics span {
  text-transform: capitalize;
}
.blog-internal .main .post--sidebar .sidenav__wrap .resource__cat .resource__cat__topic--topics span:after {
  content: ",";
  position: relative;
  right: 3px;
  color: #00385F;
}
.blog-internal .main .post--sidebar .sidenav__wrap .resource__cat .resource__cat__topic--topics span:last-child:after {
  display: none;
}
.blog-internal .main .post--sidebar .sidenav__wrap .resource__cat .resource__cat__topic--topics span a {
  color: #00385F;
}
.blog-internal .main .post--sidebar .sidenav__wrap .resource__cat .resource__cat__topic--topics span a:hover {
  color: #E97F24;
}
.blog-internal .main.newsletter .nl-divider {
  margin: 40px 0 34px;
  padding-left: 5px;
  position: relative;
}
.blog-internal .main.newsletter .nl-divider:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: calc(50% - 1px);
  left: 1px;
  width: 100%;
  height: 1px;
  background: #E3D5CB;
}
.blog-internal .main.newsletter .nl-divider .diamond {
  background: #9E3E23;
  height: 28px;
  width: 28px;
  transform: rotate(45deg);
  display: inline-block;
}
.blog-internal .main.newsletter .nl-divider .diamond .fal {
  color: white;
  font-size: 14px;
  transform: rotate(-45deg);
  position: relative;
  top: 4px;
  left: 6px;
}
.blog-internal .main.newsletter .nl-divider .diamond .fal.fa-calendar-alt {
  left: 8px;
}
.blog-internal .main.newsletter .nl-divider .diamond .fal.fa-asterisk {
  left: 7px;
}
.blog-internal .main.newsletter .nl-preview {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .blog-internal .main.newsletter .nl-preview {
    margin: 52px 0 15px;
  }
}
.blog-internal .main.newsletter .nl-preview .nl-preview__img {
  width: 125px;
  height: auto;
  margin: 42px auto 34px;
  position: relative;
}
.blog-internal .main.newsletter .nl-preview .nl-preview__img:before {
  content: "";
  background: url("../img/FeaturedEvent_Diamond.png");
  height: 194px;
  width: 194px;
  position: absolute;
  top: -18px;
  left: calc(50% - 97px);
  background-size: cover;
  display: block;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .blog-internal .main.newsletter .nl-preview .nl-preview__img {
    display: inline-block;
    margin: 0 auto 0 34px;
  }
}
.blog-internal .main.newsletter .nl-preview .nl-preview__link {
  text-align: center;
}
.blog-internal .main.newsletter .nl-preview .nl-preview__link .nl-preview__subtitle {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #00385F;
  margin: 0 0 16px;
}
@media only screen and (min-width: 768px) {
  .blog-internal .main.newsletter .nl-preview .nl-preview__link {
    text-align: left;
    display: inline-block;
    width: calc(100% - 236px);
    margin-left: 72px;
  }
}
.blog-internal .main.newsletter .nl-events .nl-title {
  color: #00385F;
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
}
@media only screen and (min-width: 768px) {
  .blog-internal .main.newsletter .nl-events .nl-title {
    font-size: 28px;
    line-height: 34px;
  }
}
.blog-internal .main.newsletter .nl-events .nl-events__list .nl-events__list__event {
  margin: 22px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .blog-internal .main.newsletter .nl-events .nl-events__list .nl-events__list__event {
    font-size: 16px;
    line-height: 24px;
  }
}
.blog-internal .main.newsletter .nl-events .nl-events__list .nl-events__list__event .nl-event__title, .blog-internal .main.newsletter .nl-events .nl-events__list .nl-events__list__event .nl-event__title a {
  color: #026CB6;
  font-weight: 600;
}
.blog-internal .main.newsletter .nl-events .nl-events__list .nl-events__list__event .nl-event__loc-time {
  font-weight: 300;
}
.blog-internal .main.newsletter .nl-events .nl-events__list .nl-events__list__event .nl-event__loc-time .nl-event__loc {
  border-right: 1px solid #4A4A4A;
  padding-right: 12px;
  margin-right: 12px;
}
.blog-internal .main.newsletter .nl-events .nl-events__list .nl-events__list__event .nl-event__link {
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .blog-internal .main.newsletter .nl-events .nl-events__list .nl-events__list__event .nl-event__link {
    margin-top: 15px;
  }
}
.blog-internal .main.newsletter .nl-events .nl-events__list .nl-events__list__event .nl-event__link a {
  color: #9E3E23;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.31px;
}
.blog-internal .main.newsletter .nl-events .nl-events__list .nl-events__list__event .nl-event__link a .fa-arrow-right {
  margin-left: 4px;
  transition: 0.3s margin ease;
}
.blog-internal .main.newsletter .nl-events .nl-events__list .nl-events__list__event .nl-event__link a:hover, .blog-internal .main.newsletter .nl-events .nl-events__list .nl-events__list__event .nl-event__link a:focus {
  color: #5f2515;
}
.blog-internal .main.newsletter .nl-events .nl-events__list .nl-events__list__event .nl-event__link a:hover .fa-arrow-right, .blog-internal .main.newsletter .nl-events .nl-events__list .nl-events__list__event .nl-event__link a:focus .fa-arrow-right {
  margin-left: 12px;
}
.blog-internal .main.newsletter .nl-extras .nl__extras__entry__title {
  font-weight: 600;
  line-height: 20px;
}
.blog-internal .main.newsletter .nl-extras a.nl__extras__entry__title:hover, .blog-internal .main.newsletter .nl-extras a.nl__extras__entry__title:focus {
  color: #00385F;
}
.blog-internal .main.newsletter .nl-extras .nl__extras__entry__subtitle {
  line-height: 20px;
}
.blog-internal .main.newsletter .nl-extras .btn {
  margin: 15px 0 30px;
}

.fourohfour .page-wrap {
  min-height: auto;
}
.fourohfour .fourohfour__bg {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.fourohfour .fourohfour__bg img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .fourohfour .fourohfour__bg .fof__bg--mobile {
    display: none;
  }
}
.fourohfour .fourohfour__bg .fof__bg--desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .fourohfour .fourohfour__bg .fof__bg--desktop {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .fourohfour .fourohfour__bg .fof__bg--desktop {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .fourohfour .fourohfour__bg .fof__bg--desktop.fof__bg--cows {
    display: block;
  }
}
.fourohfour .fourohfour__bg .fof__bg--wide {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .fourohfour .fourohfour__bg .fof__bg--wide {
    display: block;
    width: calc(100% + 360px);
    max-width: none;
    position: relative;
    left: -180px;
  }
}
.fourohfour .fourohfour__latest {
  background: #00385F;
  background-image: url("../img/DiamondPattern.png");
}
.fourohfour .fourohfour__latest h2 {
  color: white;
  text-align: center;
  margin: 64px 0 24px;
}
@media only screen and (min-width: 768px) {
  .fourohfour .fourohfour__latest h2 {
    font-size: 32px;
    line-height: 39px;
    margin: 92px 0 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .fourohfour .fourohfour__latest h2 {
    font-size: 36px;
    line-height: 44px;
    margin: 82px 0 30px;
  }
}
.fourohfour .fourohfour__latest p {
  font-size: 16px;
  line-height: 19px;
  color: white;
  text-align: center;
  margin: 0 0 28px;
}
@media only screen and (min-width: 768px) {
  .fourohfour .fourohfour__latest p {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .fourohfour .fourohfour__latest p {
    font-size: 24px;
    line-height: 29px;
  }
}
.fourohfour .fourohfour__latest .fourohfour__latest__link {
  text-align: center;
  margin-bottom: 106px;
}
@media only screen and (min-width: 768px) {
  .fourohfour .fourohfour__latest .fourohfour__latest__link {
    margin-bottom: 110px;
  }
}
@media only screen and (min-width: 992px) {
  .fourohfour .fourohfour__latest .fourohfour__latest__link {
    margin-bottom: 112px;
  }
}
@media only screen and (min-width: 1200px) {
  .fourohfour .fourohfour__latest .fourohfour__latest__link {
    margin-bottom: 126px;
  }
}
.fourohfour .fourohfour__content {
  position: relative;
  bottom: 4px;
  margin-bottom: -4px;
}
@media only screen and (min-width: 768px) {
  .fourohfour .fourohfour__content {
    bottom: auto;
    margin-top: -132px;
  }
}
@media only screen and (min-width: 992px) {
  .fourohfour .fourohfour__content {
    margin-top: -160px;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .fourohfour .fourohfour__content {
    margin-top: -148px;
    margin-bottom: -32px;
  }
}
.fourohfour .fourohfour__content h1 {
  text-align: center;
}
.fourohfour .fourohfour__content p {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .fourohfour .fourohfour__content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.fourohfour .fourohfour__search--form {
  position: relative;
  margin: 20px auto;
  border: 1px solid rgba(2, 108, 182, 0.5);
}
@media only screen and (min-width: 768px) {
  .fourohfour .fourohfour__search--form {
    max-width: 100%;
    margin: 20px auto 0;
  }
}
@media only screen and (min-width: 992px) {
  .fourohfour .fourohfour__search--form {
    padding: 0;
    margin: 23px auto -34px;
  }
}
@media only screen and (min-width: 1200px) {
  .fourohfour .fourohfour__search--form {
    margin: 28px auto -27px;
  }
}
.fourohfour .fourohfour__search--form .search__field {
  width: 100%;
  padding: 12px 22px 11px 13px;
  border: 0;
  border-radius: 2px;
}
.fourohfour .fourohfour__search--form .search__field::-moz-placeholder {
  font-size: 16px;
  color: #4A4A4A;
  font-style: italic;
  opacity: 1;
}
.fourohfour .fourohfour__search--form .search__field:-ms-input-placeholder {
  font-size: 16px;
  color: #4A4A4A;
  font-style: italic;
  opacity: 1;
}
.fourohfour .fourohfour__search--form .search__field::-webkit-input-placeholder {
  font-size: 16px;
  color: #4A4A4A;
  font-style: italic;
  opacity: 1;
}
.fourohfour .fourohfour__search--form .fa-search {
  font-size: 16px;
  color: #026CB6;
  position: absolute;
  top: 14px;
  right: 18px;
}
@media only screen and (min-width: 992px) {
  .fourohfour .fourohfour__search--form .fa-search {
    right: 21px;
  }
}

.search .rte .page-title {
  color: #9E3E23;
}
@media only screen and (min-width: 992px) {
  .search .rte .page-title {
    color: white;
  }
}
.search .title-container {
  min-height: 92px;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .search .title-container {
    min-height: 180px;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .search .title-container {
    min-height: 210px;
  }
}
.search .title-container .page__featured-img {
  top: 0;
  background-size: auto 212px;
  background-position: 0 6px;
}

.research {
  background: none;
}
.research .research-hero {
  position: relative;
}
.research .research-hero:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  background: #00385F;
  height: calc(100% - 140px);
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .research .research-hero:before {
    display: none;
  }
}
.research .research-hero:after {
  content: "";
  background-image: url("../img/Research/ResearchHeader.jpg");
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat no-repeat;
  width: 100%;
  height: 140px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .research .research-hero:after {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .research .research-hero {
    min-height: 385px;
  }
}
@media only screen and (min-width: 992px) {
  .research .research-hero {
    min-height: 481px;
    margin-top: -20px;
  }
}
@media only screen and (min-width: 1200px) {
  .research .research-hero {
    min-height: 670px;
  }
}
.research .research-hero .research__hero__title {
  text-align: center;
  color: white;
  font-size: 28px;
  line-height: 32px;
  margin: 50px 0 88px;
  padding: 0 15px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 768px) {
  .research .research-hero .research__hero__title {
    font-size: 36px;
    line-height: 36px;
    margin: 60px 0 22px;
  }
}
@media only screen and (min-width: 992px) {
  .research .research-hero .research__hero__title {
    margin: 168px 0 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .research .research-hero .research__hero__title {
    margin: 236px 0 22px;
    font-size: 40px;
    line-height: 40px;
  }
}
.research .research-hero .research__hero__subtitle {
  text-align: center;
  color: white;
  font-size: 14px;
  line-height: 20px;
  padding: 0 5px;
}
@media only screen and (min-width: 768px) {
  .research .research-hero .research__hero__subtitle {
    font-size: 16px;
    line-height: 24px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 0;
    margin: 0 0 36px;
  }
}
@media only screen and (min-width: 992px) {
  .research .research-hero .research__hero__subtitle {
    font-size: 18px;
  }
}
.research .research-hero .research-search-form {
  padding: 6px 5px 34px;
  position: relative;
  margin: 0 auto;
  max-width: 630px;
}
@media only screen and (min-width: 768px) {
  .research .research-hero .research-search-form {
    max-width: 100%;
    padding: 0 118px;
  }
}
@media only screen and (min-width: 992px) {
  .research .research-hero .research-search-form {
    padding: 0;
  }
}
.research .research-hero .research-search-form .directory-search__text {
  width: 100%;
  height: 44px;
  padding: 11px 22px 12px 13px;
  border: 0;
  border-radius: 2px;
  -webkit-appearance: none;
}
.research .research-hero .research-search-form .directory-search__text::-moz-placeholder {
  font-size: 16px;
  line-height: 16px;
  color: #4A4A4A;
  font-style: italic;
  opacity: 1;
}
.research .research-hero .research-search-form .directory-search__text:-ms-input-placeholder {
  font-size: 16px;
  line-height: 16px;
  color: #4A4A4A;
  font-style: italic;
  opacity: 1;
}
.research .research-hero .research-search-form .directory-search__text::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 16px;
  color: #4A4A4A;
  font-style: italic;
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  .research .research-hero .research-search-form .directory-search__text {
    height: auto;
    padding: 18px 30px 16px 22px;
  }
  .research .research-hero .research-search-form .directory-search__text::-moz-placeholder {
    font-size: 18px;
    line-height: 21px;
  }
  .research .research-hero .research-search-form .directory-search__text:-ms-input-placeholder {
    font-size: 18px;
    line-height: 21px;
  }
  .research .research-hero .research-search-form .directory-search__text::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 21px;
  }
}
.research .research-hero .research-search-form .fa-search {
  font-size: 16px;
  color: #026CB6;
  position: absolute;
  top: 20px;
  right: 18px;
}
@media only screen and (min-width: 768px) {
  .research .research-hero .research-search-form .fa-search {
    top: 13px;
    right: 134px;
  }
}
@media only screen and (min-width: 992px) {
  .research .research-hero .research-search-form .fa-search {
    right: 21px;
  }
}
@media only screen and (min-width: 1200px) {
  .research .research-hero .research-search-form .fa-search {
    font-size: 18px;
    top: calc(50% - 9px);
    right: 19px;
  }
}
.research .research-table-head {
  display: none;
}
@media only screen and (min-width: 768px) {
  .research .research-table-head {
    display: block;
    border-bottom: 1px solid #E3D5CB;
    padding: 5px 0 9px;
  }
}
.research .research-table-head .research-th-title {
  display: inline-block;
  width: calc(100% - 294px);
}
@media only screen and (min-width: 1200px) {
  .research .research-table-head .research-th-title {
    width: calc(100% - 440px);
  }
}
.research .research-table-head .research-th-year {
  border-left: 1px solid #E3D5CB;
  border-right: 1px solid #E3D5CB;
  padding: 5px 12px 10px;
}
@media only screen and (min-width: 992px) {
  .research .research-table-head .research-th-year {
    padding: 5px 20px 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .research .research-table-head .research-th-year {
    padding: 5px 30px 10px;
  }
}
.research .research-table-head .research-th-category {
  display: inline-block;
  width: 226px;
  padding-left: 4px;
}
@media only screen and (min-width: 992px) {
  .research .research-table-head .research-th-category {
    width: 210px;
  }
}
@media only screen and (min-width: 1200px) {
  .research .research-table-head .research-th-category {
    padding-left: 32px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .research .main .category-btn {
    margin-bottom: 20px;
  }
}
.research .directory-listing {
  margin-bottom: 40px;
}
.research .directory-listing .post-nav {
  margin: 20px 0 0;
}
.research .directory-listing .post-nav .btn,
.research .directory-listing .post-nav .page-numbers {
  margin: 10px 0 60px;
}
.research .directory-listing .post-nav .page-numbers:not(.prev):not(.next) {
  display: none;
}
.research .directory-listing .post-nav .page-numbers {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px #fff solid;
  padding: 12px 23px 14px 22px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.15s;
  letter-spacing: 1px;
  line-height: 16px;
  color: #98897E;
  background-color: transparent;
  border-color: #E3D5CB;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: 0.3s all ease;
  text-transform: uppercase;
}
.research .directory-listing .post-nav .page-numbers:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid transparent;
  transform: translateX(-100%);
  transition: 0.4s ease;
}
.research .directory-listing .post-nav .page-numbers:hover {
  color: #00385F;
  background: transparent;
}
.research .directory-listing .post-nav .page-numbers:hover:before {
  transform: translateX(0);
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .research .blog__authors .authors__title {
    margin-top: 64px;
  }
}

.research-summary {
  background: #F8F2ED;
  margin: 20px 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .research-summary {
    margin: 20px 0;
  }
}
.research-summary hr {
  margin: 14px 0;
}
@media only screen and (min-width: 768px) {
  .research-summary hr {
    margin: 26px 0 24px;
  }
}
.research-summary .summary-misc-title {
  font-size: 14px;
  line-height: 20px;
  color: #026CB6;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .research-summary .summary-misc-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .research-summary .summary-misc-title {
    font-size: 18px;
    line-height: 29px;
  }
}
@media only screen and (min-width: 992px) {
  .research-summary .summary-misc-body {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .research-summary .summary-misc-body {
    font-size: 18px;
    line-height: 29px;
  }
}
.research-summary .summary-top {
  padding: 15px 18px 15px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .research-summary .summary-top {
    padding: 26px 18px 21px;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .research-summary .summary-top {
    padding: 17px 18px 13px;
  }
}
@media only screen and (min-width: 1200px) {
  .research-summary .summary-top {
    padding: 20px 18px 16px;
  }
}
.research-summary .summary-top .summary-top__tab {
  position: absolute;
  top: calc(32% - 23px);
  left: 20px;
  border: 1px solid #E3D5CB;
  display: inline-block;
  transform: rotate(45deg);
  height: 25px;
  width: 25px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  color: #9E3E23;
  padding: 5px 6px;
  transition: 0.3s all ease;
}
@media only screen and (min-width: 768px) {
  .research-summary .summary-top .summary-top__tab {
    position: relative;
    top: 0;
    left: 0;
  }
}
.research-summary .summary-top .summary-top__tab:before {
  display: inline-block;
  transform: rotate(-45deg);
}
.research-summary .summary-top .summary-top__tab:hover, .research-summary .summary-top .summary-top__tab:focus {
  background: #9E3E23;
  color: white;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .research-summary .summary-top .summary-top__tab {
    font-size: 18px;
    line-height: 18px;
    height: 32px;
    width: 32px;
    padding: 6px;
    left: 18px;
    top: calc(50% - 18px);
  }
}
@media only screen and (min-width: 992px) {
  .research-summary .summary-top .summary-top__tab {
    left: 20px;
  }
}
.research-summary .summary-top .summary-top__title {
  color: #00385F;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  padding: 0 0 15px 42px;
  margin: 0 0 18px;
  border-bottom: 1px solid #E3D5CB;
  display: block;
  transition: 0.3s all ease;
}
.research-summary .summary-top .summary-top__title:hover, .research-summary .summary-top .summary-top__title:focus {
  color: #026CB6;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .research-summary .summary-top .summary-top__title {
    display: inline-block;
    width: calc(100% - 300px);
    border: 0;
    padding: 0 0 0 62px;
    margin: 0;
    font-size: 18px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 992px) {
  .research-summary .summary-top .summary-top__title {
    padding: 0 0 0 62px;
  }
}
@media only screen and (min-width: 1200px) {
  .research-summary .summary-top .summary-top__title {
    width: calc(100% - 446px);
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 0 80px;
  }
}
.research-summary .summary-top .summary-top__year {
  margin-right: 10px;
  padding: 2px 12px 2px 0;
  font-size: 16px;
  line-height: 19px;
  color: #00385F;
  border-right: 1px solid #E3D5CB;
}
@media only screen and (min-width: 768px) {
  .research-summary .summary-top .summary-top__year {
    margin-left: 24px;
    margin-right: 24px;
    border-left: 1px solid #e3d5cb;
    padding: 9px 12px;
    vertical-align: top;
    display: inline-block;
    width: 60px;
    font-size: 17px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .research-summary .summary-top .summary-top__year {
    padding: 9px 20px;
    width: 77px;
  }
}
@media only screen and (min-width: 1200px) {
  .research-summary .summary-top .summary-top__year {
    padding: 9px 30px;
    width: 100px;
    margin-right: 32px;
    font-size: 20px;
    line-height: 24px;
  }
}
.research-summary .summary-top .summary-top__cats-contain {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .research-summary .summary-top .summary-top__cats-contain {
    width: 206px;
  }
}
@media only screen and (min-width: 992px) {
  .research-summary .summary-top .summary-top__cats-contain {
    width: 180px;
  }
}
@media only screen and (min-width: 1200px) {
  .research-summary .summary-top .summary-top__cats-contain {
    width: 270px;
  }
}
.research-summary .summary-top .summary-top__cats {
  height: 30px;
  width: auto;
  margin: 0 2px;
}
@media only screen and (min-width: 768px) {
  .research-summary .summary-top .summary-top__cats {
    height: 34px;
    vertical-align: top;
    margin: 2px;
  }
}
@media only screen and (min-width: 1200px) {
  .research-summary .summary-top .summary-top__cats {
    height: 40px;
    margin: 4px;
  }
}
.research-summary .summary-bottom {
  padding: 15px 15px 12px;
}
@media only screen and (min-width: 992px) {
  .research-summary .summary-bottom {
    padding: 15px 30px 12px 36px;
  }
}
.research-summary .summary-bottom .summary-file-link {
  display: inline-block;
  margin: 32px 0 0 24px;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 16px;
  width: calc(100% - 108px);
}
@media only screen and (min-width: 768px) {
  .research-summary .summary-bottom .summary-file-link.file--mobile {
    display: none;
  }
}
.research-summary .summary-bottom .summary-file-link.file--desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .research-summary .summary-bottom .summary-file-link.file--desktop {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .research-summary .summary-bottom .summary-file-link {
    margin: 16px 0 0 0;
    width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .research-summary .summary-bottom .summary-file-link {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1.14px;
  }
}
.research-summary .summary-bottom .img-link__contain {
  margin-bottom: 12px;
}
.research-summary .summary-bottom .img-link__contain .summary-img {
  display: inline-block;
}
.research-summary .summary-bottom .img-link__contain .summary-img .summary__media__img {
  display: inline-block;
}
.research-summary .summary-bottom .img-link__contain .summary-img .summary__media__img span {
  display: inline-block;
  height: 104px;
  width: 80px;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  .research-summary .summary-bottom .img-link__contain .summary-img .summary__media__img span {
    height: 158px;
    width: 122px;
  }
}
@media only screen and (min-width: 992px) {
  .research-summary .summary-bottom .img-link__contain .summary-img .summary__media__img span {
    height: 198px;
    width: 152px;
  }
}
.research-summary .summary-bottom .summary-misc__staff, .research-summary .summary-bottom .summary-misc__coop, .research-summary .summary-bottom .summary-misc__collab {
  margin: 14px 0;
}
@media only screen and (min-width: 768px) {
  .research-summary .summary-bottom .summary-misc__staff, .research-summary .summary-bottom .summary-misc__coop, .research-summary .summary-bottom .summary-misc__collab {
    margin: 12px 0;
  }
}
@media only screen and (min-width: 992px) {
  .research-summary .summary-bottom .summary-misc {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .research-summary .summary-bottom .summary-desc {
    margin-left: -20px;
  }
}
@media only screen and (min-width: 1200px) {
  .research-summary .summary-bottom .summary-desc {
    margin-left: -54px;
  }
}
@media only screen and (min-width: 768px) {
  .research-summary .summary-bottom .summary-desc hr {
    display: none;
  }
}
.research-summary.research-summary--active .summary-top__tab:before {
  content: "\f068";
}

.research .resource__social, .research-internal .main .resource__social {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .research .resource__social, .research-internal .main .resource__social {
    text-align: left;
    margin-top: 0;
  }
  .research .resource__social.has-file, .research-internal .main .resource__social.has-file {
    text-align: right;
  }
}
.research .research__publish-date, .research-internal .main .research__publish-date {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  margin: 0 0 40px;
}
.research .sidebar .sidenav__outer .sidenav__wrap, .research-internal .main .sidebar .sidenav__outer .sidenav__wrap {
  margin: 25px 0 40px;
}
@media only screen and (min-width: 768px) {
  .research .sidebar .sidenav__outer .sidenav__wrap, .research-internal .main .sidebar .sidenav__outer .sidenav__wrap {
    margin: 38px 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .research .sidebar .sidenav__outer .sidenav__wrap, .research-internal .main .sidebar .sidenav__outer .sidenav__wrap {
    margin: 48px 0 40px;
  }
}
.research .sidebar .sidenav__outer .sidenav__wrap .resource__author .resource__author__img, .research-internal .main .sidebar .sidenav__outer .sidenav__wrap .resource__author .resource__author__img {
  margin-bottom: 20px;
}
.research .sidebar .sidenav__outer .sidenav__wrap .resource__author .research-sidebar__categories, .research-internal .main .sidebar .sidenav__outer .sidenav__wrap .resource__author .research-sidebar__categories {
  margin: 16px 0;
}
.research .sidebar .sidenav__outer .sidenav__wrap .research-sidebar__collab, .research-internal .main .sidebar .sidenav__outer .sidenav__wrap .research-sidebar__collab {
  margin-top: 22px;
}
.research .resources__cat-topics .resources__cat .resources__cat-c .year-check, .research .resources__cat-topics .resources__cat .resources__cat-c .cat-check, .research-internal .main .resources__cat-topics .resources__cat .resources__cat-c .year-check, .research-internal .main .resources__cat-topics .resources__cat .resources__cat-c .cat-check {
  position: relative;
  bottom: 2px;
}
.research .resources__cat-topics .resources__cat .resources__cat-c .cat-img, .research-internal .main .resources__cat-topics .resources__cat .resources__cat-c .cat-img {
  width: 34px;
  margin: 0 -4px 0 14px;
}
.research .resources__cat-topics .resources__cat .resources__cat-c .year-tag, .research .resources__cat-topics .resources__cat .resources__cat-c .cat-tag, .research-internal .main .resources__cat-topics .resources__cat .resources__cat-c .year-tag, .research-internal .main .resources__cat-topics .resources__cat .resources__cat-c .cat-tag {
  padding-left: 8px;
  color: #026CB6;
}
.research .resources__cat-topics .resources__cat .resources__cat-c.cat-c--all, .research-internal .main .resources__cat-topics .resources__cat .resources__cat-c.cat-c--all {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .research .resources__cat-topics .resources__cat .categories-list, .research-internal .main .resources__cat-topics .resources__cat .categories-list {
    column-count: 2;
  }
}
@media only screen and (min-width: 768px) {
  .research .resources__cat-topics .col-sm-4 .resources__cat, .research-internal .main .resources__cat-topics .col-sm-4 .resources__cat {
    border-right: 1px solid #E3D5CB;
  }
}
@media only screen and (min-width: 768px) {
  .research .resources__cat-topics .col-sm-8 .resources__cat, .research-internal .main .resources__cat-topics .col-sm-8 .resources__cat {
    padding: 0 10px !important;
  }
}
.research .resources__cat-topics .col-sm-8 .resources__cat .resources__cat-c, .research-internal .main .resources__cat-topics .col-sm-8 .resources__cat .resources__cat-c {
  margin: 0 0 10px !important;
}
.research .resources__cat-topics .col-sm-8 .resources__cat .resources__cat-c.cat-c--all, .research-internal .main .resources__cat-topics .col-sm-8 .resources__cat .resources__cat-c.cat-c--all {
  margin-top: 20px !important;
}

.research-internal .main .download {
  text-align: center;
  margin: 30px 0 0;
}
@media only screen and (min-width: 768px) {
  .research-internal .main .download {
    text-align: left;
    margin: 0;
  }
}
.research-internal .main .download .download-img {
  height: 46px;
  width: auto;
  margin-right: 12px;
  display: inline-block;
}
.research-internal .main .download .download-text {
  display: inline-block;
  text-transform: uppercase;
  color: #9E3E23;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  position: relative;
  top: 2px;
}
@media only screen and (min-width: 1200px) {
  .research-internal .main .download .download-text {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1.14px;
  }
}
.research-internal .main .post--sidebar .sidebar .sidenav__outer .resource__author {
  padding: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .research-internal .main .post--sidebar .sidebar .sidenav__outer .resource__author {
    margin-top: 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #E3D5CB;
  }
}
.research-internal .main .post--sidebar .sidebar .sidenav__outer .resource__author__img img {
  width: 198px;
}
@media only screen and (min-width: 1200px) {
  .research-internal .main .post--sidebar .sidebar .sidenav__outer .resource__author__img img {
    width: 248px;
  }
}
.research-internal .main .post--sidebar .sidebar .sidenav__outer .research-sidebar__divider {
  border-color: #E3D5CB;
  margin: 10px 0;
}
@media only screen and (min-width: 992px) {
  .research-internal .main .post--sidebar .sidebar .sidenav__outer .research-sidebar__divider {
    margin: 22px 0;
  }
}
.research-internal .main .post--sidebar .sidebar .sidenav__outer .research-sidebar__year, .research-internal .main .post--sidebar .sidebar .sidenav__outer .research-sidebar__categories, .research-internal .main .post--sidebar .sidebar .sidenav__outer .research-sidebar__staff, .research-internal .main .post--sidebar .sidebar .sidenav__outer .research-sidebar__coop, .research-internal .main .post--sidebar .sidebar .sidenav__outer .research-sidebar__collab {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .research-internal .main .post--sidebar .sidebar .sidenav__outer .research-sidebar__year, .research-internal .main .post--sidebar .sidebar .sidenav__outer .research-sidebar__categories, .research-internal .main .post--sidebar .sidebar .sidenav__outer .research-sidebar__staff, .research-internal .main .post--sidebar .sidebar .sidenav__outer .research-sidebar__coop, .research-internal .main .post--sidebar .sidebar .sidenav__outer .research-sidebar__collab {
    text-align: left;
  }
}
.research-internal .main .post--sidebar .sidebar .sidenav__outer .research-sidebar__year {
  margin: 16px 0;
}
.research-internal .main .post--sidebar .sidebar .sidenav__outer .research-sidebar__categories {
  margin: 10px 0;
}
@media only screen and (min-width: 768px) {
  .research-internal .main .post--sidebar .sidebar .sidenav__outer .resource__author__img {
    margin-bottom: 14px;
  }
}
.research-internal .main .post--sidebar .sidebar .sidenav__outer .research-sidebar__staff {
  margin: 0 0 20px;
}
.research-internal .main .post--sidebar .sidebar .sidenav__outer .research-sidebar__subtitle {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4A4A4A;
  margin-bottom: 12px;
}
.research-internal .main .post--sidebar .sidebar .sidenav__outer .research-sidebar__text {
  color: #00385F;
  font-size: 16px;
  line-height: 20px;
}
.research-internal .main .post--sidebar .sidebar .sidenav__outer .research-sidebar__cat {
  margin: 16px 0;
}
.research-internal .main .post--sidebar .sidebar .sidenav__outer .research-sidebar__cat .research-sidebar__cat--icon {
  height: 40px;
  width: auto;
}
.research-internal .main .post--sidebar .sidebar .sidenav__outer .research-sidebar__cat .research-sidebar__cat--text {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.research-internal .main .post--sidebar .sidebar .sidenav__outer .research-sidebar__name {
  color: #026CB6;
  font-size: 18px;
  line-height: 22px;
  font-family: "Lora";
  margin: 6px 0;
}
.research-internal .main .post--sidebar .sidebar .sidenav__outer .research-sidebar__position {
  font-style: italic;
}
.research-internal .main .post--sidebar .sidebar .sidenav__outer .research-sidebar__email, .research-internal .main .post--sidebar .sidebar .sidenav__outer .research-sidebar__phone, .research-internal .main .post--sidebar .sidebar .sidenav__outer .research-sidebar__position {
  color: #00385F;
  font-size: 14px;
  line-height: 20px;
}
.research-internal .main .post--sidebar .sidebar .sidenav__outer .research-sidebar__loc {
  color: #00385F;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
}
.research-internal .main .become-a-member {
  margin-top: 0;
}

.rte .research__title-container--search {
  min-height: 164px;
  margin-top: -2px;
  padding: 34px 0 30px;
}
@media only screen and (min-width: 768px) {
  .rte .research__title-container--search {
    min-height: 156px;
    padding: 68px 0 42px;
  }
}
@media only screen and (min-width: 992px) {
  .rte .research__title-container--search {
    min-height: 212px;
    padding: 84px 0 72px;
  }
}
@media only screen and (min-width: 1200px) {
  .rte .research__title-container--search {
    min-height: 312px;
    padding: 138px 0 120px;
  }
}
.rte .research__title-container--search .resource__section-title {
  color: white;
  font-size: 32px;
  line-height: 36px;
}
.rte .research__title-container--search .resource__section-title:hover, .rte .research__title-container--search .resource__section-title:focus {
  color: #cccccc;
}
@media only screen and (min-width: 768px) {
  .rte .research__title-container--search .resource__section-title {
    font-size: 36px;
    line-height: 40px;
  }
}
.rte .research__title-container--search .blog__hero__search--form {
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .rte .research__title-container--search .blog__hero__search--form {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .rte .research__title-container--search .blog__hero__search--form {
    padding: 0;
  }
}
.rte .research__title-container--search .blog__hero__search--form .search__field {
  width: 100%;
  padding: 12px 22px 11px 13px;
  border: 0;
  border-radius: 2px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .rte .research__title-container--search .blog__hero__search--form .search__field {
    margin: 0;
  }
}
.rte .research__title-container--search .blog__hero__search--form .search__field::-moz-placeholder {
  font-size: 16px;
  color: #4A4A4A;
  font-style: italic;
  opacity: 1;
}
.rte .research__title-container--search .blog__hero__search--form .search__field:-ms-input-placeholder {
  font-size: 16px;
  color: #4A4A4A;
  font-style: italic;
  opacity: 1;
}
.rte .research__title-container--search .blog__hero__search--form .search__field::-webkit-input-placeholder {
  font-size: 16px;
  color: #4A4A4A;
  font-style: italic;
  opacity: 1;
}
.rte .research__title-container--search .blog__hero__search--form .fa-search {
  font-size: 16px;
  color: #026CB6;
  position: absolute;
  top: 34px;
  right: 18px;
}
@media only screen and (min-width: 768px) {
  .rte .research__title-container--search .blog__hero__search--form .fa-search {
    top: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .rte .research__title-container--search .blog__hero__search--form .fa-search {
    right: 21px;
  }
}

.category .category-top__img {
  position: relative;
  z-index: -1;
  width: 100%;
}
.category .category-top__img img {
  width: 100%;
}
.category .category-top .category-top__icon {
  color: #026CB6;
  font-size: 24px;
  text-align: center;
  margin: -32px 0 24px;
}
@media only screen and (min-width: 768px) {
  .category .category-top .category-top__icon {
    font-size: 32px;
    margin: -112px 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .category .category-top .category-top__icon {
    margin: -178px 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .category .category-top .category-top__icon {
    font-size: 36px;
    margin: -248px 0 20px;
  }
}
.category .category-top .category-top__desc {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .category .category-top .category-top__desc {
    margin-bottom: 44px;
  }
}
@media only screen and (min-width: 992px) {
  .category .category-top .category-top__desc {
    margin-bottom: 66px;
    padding: 0 110px;
  }
}
@media only screen and (min-width: 1200px) {
  .category .category-top .category-top__desc {
    margin-bottom: 46px;
    padding: 0 200px;
  }
}
.category .category-top .category-top__desc p {
  text-align: center;
  margin-bottom: 0;
}
.category .category-top .category-top__title {
  text-align: center;
}
.category .category-top .category-top__title:after {
  content: "";
  display: block;
  height: 1px;
  width: 58px;
  margin: 22px auto 28px;
  background: #867B72;
}
@media only screen and (min-width: 768px) {
  .category .category-top .category-top__title:after {
    margin: 32px auto;
  }
}
@media only screen and (min-width: 1200px) {
  .category .category-top .category-top__title:after {
    margin: 27px auto 31px;
  }
}

.cc-landing .cc__hero {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d3b3c+0,73764b+100 */
  background: rgb(45, 59, 60); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(45, 59, 60) 0%, rgb(115, 118, 75) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(45, 59, 60) 0%, rgb(115, 118, 75) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(45, 59, 60) 0%, rgb(115, 118, 75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2d3b3c", endColorstr="#73764b",GradientType=0 ); /* IE6-9 */
  position: relative;
  overflow: hidden;
}
.cc-landing .cc__hero .cc__hero__img {
  margin: 40px 0 68px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__hero .cc__hero__img {
    margin: 48px 0 56px;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .cc-landing .cc__hero .cc__hero__img {
    margin: 48px 0 46px;
    padding: 0 24px 0 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  .cc-landing .cc__hero .cc__hero__img {
    margin: 52px 0 48px;
    padding: 0 42px;
  }
}
.cc-landing .cc__hero .cc__hero__img img {
  width: 278px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__hero .cc__hero__img img {
    width: 100%;
  }
}
.cc-landing .cc__hero .cc__hero__bg {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  padding-right: 13px;
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__hero .cc__hero__bg {
    padding-right: 14px;
    left: auto;
    right: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .cc-landing .cc__hero .cc__hero__bg {
    padding-right: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .cc-landing .cc__hero .cc__hero__bg {
    padding: 0;
    width: 500px;
    left: calc(50% - 585px + 585px);
    margin-left: 70px;
  }
}
.cc-landing .cc__video {
  padding: 20px 0 0;
  background: #2d3b3c;
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__video {
    padding: 40px 0 70px;
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
  .cc-landing .cc__video {
    padding: 50px 0 134px;
  }
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__video .embed-wrap {
    width: calc(100% - 26px);
  }
}
@media only screen and (min-width: 992px) {
  .cc-landing .cc__video .embed-wrap {
    width: 100%;
  }
}
.cc-landing .cc__video .cc__video__top {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 1.38px;
  font-weight: 600;
  margin: 33px 0 0;
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__video .cc__video__top {
    text-align: left;
    margin: 15px 0 8px;
  }
}
@media only screen and (min-width: 992px) {
  .cc-landing .cc__video .cc__video__top {
    font-size: 14px;
    letter-spacing: 1.5px;
    margin: 24px 0 6px;
  }
}
.cc-landing .cc__video .cc__video__middle {
  text-align: center;
  color: #F7CA4C;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1.29px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__video .cc__video__middle {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .cc-landing .cc__video .cc__video__middle {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 1.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .cc-landing .cc__video .cc__video__middle {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1.61px;
  }
}
.cc-landing .cc__video .cc__video__line {
  border-color: #979797;
  margin: 26px 0 21px;
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__video .cc__video__line {
    margin: 36px 0 24px;
  }
}
@media only screen and (min-width: 992px) {
  .cc-landing .cc__video .cc__video__line {
    margin: 44px 0 34px;
  }
}
.cc-landing .cc__video .cc__video__download {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__video .cc__video__download {
    text-align: left;
  }
}
.cc-landing .cc__video .cc__video__download .cc__video__link {
  color: white;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  position: relative;
  left: 3px;
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__video .cc__video__download .cc__video__link {
    font-size: 16px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .cc-landing .cc__video .cc__video__download .cc__video__link {
    font-size: 18px;
  }
}
.cc-landing .cc__video .cc__video__download .fa-arrow-to-bottom {
  display: inline-block;
  border: 1px solid white;
  height: 32px;
  width: 32px;
  transform: rotate(45deg);
  text-align: center;
  padding-top: 7px;
  margin-right: 15px;
  position: relative;
  top: 2px;
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__video .cc__video__download .fa-arrow-to-bottom {
    margin-right: 18px;
  }
}
.cc-landing .cc__video .cc__video__download .fa-arrow-to-bottom:before {
  display: inline-block;
  font-size: 17px;
  transform: rotate(-45deg);
  position: relative;
  bottom: 2px;
  right: 1px;
}
.cc-landing .cc__video .cc__video__bot-img {
  position: relative;
  margin-top: 44px;
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__video .cc__video__bot-img {
    display: none;
  }
}
.cc-landing .cc__video .cc__video__bot-img:before {
  content: "";
  background-image: url("../img/CC/Texture_Gray.png");
  background-size: cover;
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  height: 18px;
  display: inline-block;
  transform: rotate(180deg);
}
.cc-landing #content {
  padding: 0;
}
.cc-landing .cc__con {
  background: #A04F31;
  color: white;
  position: relative;
  padding: 18px 0 14px;
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__con {
    padding-top: 24px;
  }
  .cc-landing .cc__con:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 0;
    width: 100%;
    display: block;
    transform: rotate(180deg);
    height: 38px;
    background-image: url("../img/CC/Texture_Gray.png");
    background-size: cover;
  }
  .cc-landing .cc__con:after {
    content: "";
    position: absolute;
    z-index: 0;
    display: block;
    top: 78px;
    right: 0;
    background-image: url("../img/CC/PlantRoots_Tablet@2x.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 612px;
    width: 322px;
  }
}
@media only screen and (min-width: 992px) {
  .cc-landing .cc__con:after {
    background-image: url("../img/CC/PlantRoots@2x.png");
    height: 678px;
    width: 480px;
    top: 52px;
  }
}
@media only screen and (min-width: 1200px) {
  .cc-landing .cc__con {
    padding-top: 54px;
  }
  .cc-landing .cc__con:before {
    height: 74px;
    top: -58px;
  }
  .cc-landing .cc__con:after {
    background-image: url("../img/CC/PlantRoots@2x.png");
    height: 752px;
    width: 532px;
    top: 78px;
  }
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__con .cc__con__upper {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 992px) {
  .cc-landing .cc__con .cc__con__upper {
    margin-top: 56px;
  }
}
.cc-landing .cc__con .cc__con__upper .cc__con__upper__title {
  color: white;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font-family: "Whitney A", "Whitney B", "Arial";
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__con .cc__con__upper .cc__con__upper__title {
    font-size: 20px;
    margin-bottom: 12px;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 992px) {
  .cc-landing .cc__con .cc__con__upper .cc__con__upper__title {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1.2px;
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .cc-landing .cc__con .cc__con__upper .cc__con__upper__title {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 1.4px;
    margin-bottom: 26px;
  }
}
.cc-landing .cc__con .cc__con__upper .cc__con__upper__body p {
  color: white;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (min-width: 992px) {
  .cc-landing .cc__con .cc__con__upper .cc__con__upper__body p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .cc-landing .cc__con .cc__con__upper .cc__con__upper__body p {
    font-size: 18px;
    line-height: 32px;
  }
}
.cc-landing .cc__con hr {
  margin: 34px 0;
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__con hr {
    margin: 30px 0 44px;
  }
}
@media only screen and (min-width: 992px) {
  .cc-landing .cc__con hr {
    margin: 42px 0 44px;
  }
}
@media only screen and (min-width: 1200px) {
  .cc-landing .cc__con hr {
    margin: 48px 0 54px;
  }
}
.cc-landing .cc__con .cc__con__lower .cc__con__lower__title {
  color: white;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-family: "Whitney A", "Whitney B", "Arial";
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__con .cc__con__lower .cc__con__lower__title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
  }
}
@media only screen and (min-width: 1200px) {
  .cc-landing .cc__con .cc__con__lower .cc__con__lower__title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.9px;
  }
}
.cc-landing .cc__con .cc__con__lower .cc__con__lower__body {
  margin-bottom: 64px;
}
@media only screen and (min-width: 992px) {
  .cc-landing .cc__con .cc__con__lower .cc__con__lower__body {
    margin-bottom: 82px;
  }
}
@media only screen and (min-width: 1200px) {
  .cc-landing .cc__con .cc__con__lower .cc__con__lower__body {
    margin-bottom: 140px;
  }
}
.cc-landing .cc__con .cc__con__lower .cc__con__lower__body ul {
  margin: 0;
  padding-left: 20px;
}
.cc-landing .cc__con .cc__con__lower .cc__con__lower__body ul li {
  position: relative;
  margin-bottom: 8px;
}
.cc-landing .cc__con .cc__con__lower .cc__con__lower__body ul li:before {
  color: #F7CA4C;
  content: "";
  font-size: 14px;
  position: absolute;
  left: -20px;
  right: auto;
  height: 5px;
  width: 5px;
  top: 11px;
  background: #F7CA4C;
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__con .cc__con__lower .cc__con__lower__body ul li:before {
    top: 13px;
  }
}
@media only screen and (min-width: 1200px) {
  .cc-landing .cc__con .cc__con__lower .cc__con__lower__body ul li:before {
    top: 15px;
  }
}
.cc-landing .cc__con .cc__con__lower .cc__con__lower__body ul li:first-child:before {
  top: 8px;
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__con .cc__con__lower .cc__con__lower__body ul li:first-child:before {
    top: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .cc-landing .cc__con .cc__con__lower .cc__con__lower__body ul li:first-child:before {
    top: 12px;
  }
}
.cc-landing .cc__con .cc__con__img {
  display: none;
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__con .cc__con__img {
    display: inline-block;
    width: 324px;
    position: absolute;
    z-index: 1;
    top: -42px;
    right: 0;
  }
  .cc-landing .cc__con .cc__con__img .cc__con__img--desktop {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .cc-landing .cc__con .cc__con__img {
    width: 478px;
    top: -146px;
  }
  .cc-landing .cc__con .cc__con__img .cc__con__img--tablet {
    display: none;
  }
  .cc-landing .cc__con .cc__con__img .cc__con__img--desktop {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .cc-landing .cc__con .cc__con__img {
    width: 508px;
    top: -212px;
  }
}
.cc-landing .cc__reg {
  padding: 26px 0 40px;
  text-align: center;
  background: #CCA22C;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__reg {
    z-index: 2;
    text-align: left;
    padding: 20px 0 46px;
  }
}
@media only screen and (min-width: 992px) {
  .cc-landing .cc__reg {
    padding: 30px 0 38px;
  }
}
.cc-landing .cc__reg:before {
  content: "";
  background-image: url("../img/CC/Texture_Yellow.png");
  background-size: cover;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 16px;
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__reg:before {
    height: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .cc-landing .cc__reg:before {
    height: 52px;
    bottom: calc(100% - 1px);
    background-size: cover;
  }
}
@media only screen and (min-width: 1200px) {
  .cc-landing .cc__reg:before {
    bottom: calc(100% - 12px);
    height: 74px;
  }
}
.cc-landing .cc__reg:after {
  content: "";
  background-image: url("../img/CC/Texture_Yellow.png");
  background-size: cover;
  position: absolute;
  z-index: 2;
  top: calc(100% - 8px);
  left: 0;
  width: 100%;
  height: 16px;
  display: block;
  transform: rotate(180deg);
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__reg:after {
    top: calc(100% - 28px);
    height: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .cc-landing .cc__reg:after {
    height: 52px;
  }
}
@media only screen and (min-width: 1200px) {
  .cc-landing .cc__reg:after {
    height: 74px;
  }
}
.cc-landing .cc__reg .cc__reg__body {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #2D3B3C;
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__reg .cc__reg__body {
    font-size: 18px;
    line-height: 28px;
    padding-right: 46px;
    border-right: 1px solid rgba(45, 59, 60, 0.2);
  }
}
@media only screen and (min-width: 992px) {
  .cc-landing .cc__reg .cc__reg__body {
    width: calc(100% - 32px);
    padding-right: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .cc-landing .cc__reg .cc__reg__body {
    font-size: 18px;
    line-height: 28px;
    width: calc(100% - 40px);
    padding-right: 58px;
  }
}
.cc-landing .cc__reg .cc__reg__body:after {
  content: "";
  display: block;
  margin: 30px auto 34px;
  width: 140px;
  height: 2px;
  background: rgba(45, 59, 60, 0.2);
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__reg .cc__reg__body:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__reg .cc__reg__plan {
    padding-left: 26px;
    margin-top: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .cc-landing .cc__reg .cc__reg__plan {
    padding-left: 0;
    margin-top: 0;
  }
}
.cc-landing .cc__reg .cc__reg__plan .cc__reg__plan__title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1.31px;
  font-weight: 700;
  color: #2d3b3c;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__reg .cc__reg__plan .cc__reg__plan__title {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}
@media only screen and (min-width: 992px) {
  .cc-landing .cc__reg .cc__reg__plan .cc__reg__plan__title {
    margin-bottom: 20px;
  }
}
.cc-landing .cc__reg .cc__reg__plan .cc__reg__plan__link a {
  font-weight: 600;
}
.cc-landing .cc__reg .cc__reg__plan .cc__reg__plan__link .btn--cc-white {
  white-space: normal;
  text-align: left;
}
.cc-landing .cc__reg .cc__reg__plan .cc__reg__plan__link .btn--cc-white:after {
  display: none !important;
}
.cc-landing .cc__reg .cc__reg__plan .cc__reg__plan__link .btn--cc-white:before {
  display: none !important;
}
.cc-landing .cc__reg .cc__reg__plan .cc__reg__plan__link .btn--cc-white:hover, .cc-landing .cc__reg .cc__reg__plan .cc__reg__plan__link .btn--cc-white:focus {
  background: #2d3b3c;
}
@media only screen and (min-width: 992px) {
  .cc-landing .cc__links {
    margin-top: 16px;
  }
}
.cc-landing .cc__links .cc__links__link {
  height: 240px;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__links .cc__links__link {
    width: calc(33.3333333333% + 1px);
    display: inline-block;
    margin-right: -4px;
  }
}
@media only screen and (min-width: 992px) {
  .cc-landing .cc__links .cc__links__link {
    height: 342px;
  }
}
@media only screen and (min-width: 1200px) {
  .cc-landing .cc__links .cc__links__link {
    height: 460px;
  }
}
.cc-landing .cc__links .cc__links__link a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  transition: 0.3s all ease;
}
.cc-landing .cc__links .cc__links__link a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d3b3c+0,2d3b3c+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(45, 59, 60, 0) 0%, rgb(45, 59, 60) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(45, 59, 60, 0) 0%, rgb(45, 59, 60) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(45, 59, 60, 0) 0%, rgb(45, 59, 60) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#002d3b3c", endColorstr="#2d3b3c",GradientType=0 ); /* IE6-9 */
  transition: 0.3s all ease;
}
.cc-landing .cc__links .cc__links__link a:hover:before, .cc-landing .cc__links .cc__links__link a:focus:before {
  background: -moz-linear-gradient(top, rgba(45, 59, 60, 0.3) 0%, rgb(45, 59, 60) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(45, 59, 60, 0.3) 0%, rgb(45, 59, 60) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(45, 59, 60, 0.3) 0%, rgb(45, 59, 60) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1E2d3b3c", endColorstr="#2d3b3c",GradientType=0 ); /* IE6-9 */
}
.cc-landing .cc__links .cc__links__link a .cc__links__link__text {
  padding: 175px 0 24px;
  text-align: center;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.9px;
  color: white;
  text-transform: uppercase;
}
.cc-landing .cc__links .cc__links__link a .cc__links__link__text:before {
  content: "";
  display: block;
  width: 68px;
  height: 1px;
  background: #F7CA4C;
  margin: 0 auto 18px;
}
@media only screen and (min-width: 992px) {
  .cc-landing .cc__links .cc__links__link a .cc__links__link__text {
    padding: 248px 0 54px;
    font-size: 20px;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 1200px) {
  .cc-landing .cc__links .cc__links__link a .cc__links__link__text {
    padding: 354px 0 64px;
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
.cc-landing .cc__links .cc__links__link.cc__link--speakers {
  background-image: url("../img/CC/Photo_Speakers@2x.jpg");
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__links .cc__links__link.cc__link--speakers {
    width: 33.3333333333%;
  }
}
.cc-landing .cc__links .cc__links__link.cc__link--overview {
  background-image: url("../img/CC/Photo_Conf@2x.jpg");
}
.cc-landing .cc__links .cc__links__link.cc__link--loc {
  background-image: url("../img/CC/Photo_Locations@2x.jpg");
}
.cc-landing .cc__sponsors {
  background: white;
}
.cc-landing .cc__sponsors .cc__sponsors__top {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__sponsors .cc__sponsors__top {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .cc-landing .cc__sponsors .cc__sponsors__top {
    margin-top: 86px;
  }
}
@media only screen and (min-width: 1200px) {
  .cc-landing .cc__sponsors .cc__sponsors__top {
    margin-top: 92px;
  }
}
.cc-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__title {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #2d3b3c;
}
.cc-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__title:after {
  content: "";
  display: block;
  margin: 13px auto 16px;
  height: 1px;
  width: 40px;
  background: #C4C5D2;
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__title {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    padding-right: 38px;
    border-right: 1px solid #2d3b3c;
    display: inline-block;
  }
  .cc-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__title:after {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .cc-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__title {
    font-size: 24px;
    letter-spacing: 1.2px;
    padding-right: 46px;
  }
}
.cc-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link {
    text-align: left;
    display: inline-block;
    padding-left: 36px;
    position: relative;
    bottom: 2px;
  }
}
@media only screen and (min-width: 992px) {
  .cc-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link {
    padding-left: 44px;
    bottom: 3px;
  }
}
.cc-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a {
  color: #A04F31;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.cc-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a .fal {
  margin-left: 6px;
  transition: 0.3s all ease;
}
.cc-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a:hover, .cc-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a:focus {
  color: #65321f;
}
.cc-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a:hover .fal, .cc-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a:focus .fal {
  margin-left: 12px;
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a {
    font-size: 16px;
    line-height: 24px;
  }
  .cc-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a .fal {
    margin-left: 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .cc-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a {
    font-size: 18px;
  }
  .cc-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a .fal {
    margin-left: 10px;
  }
}
.cc-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider {
  margin: 24px 0 50px;
  padding: 0 24px;
}
@media only screen and (min-width: 768px) {
  .cc-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider {
    margin: 42px 0 124px;
  }
}
@media only screen and (min-width: 992px) {
  .cc-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider {
    margin: 56px 0 164px;
  }
}
@media only screen and (min-width: 1200px) {
  .cc-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider {
    margin: 56px 0 210px;
  }
}
.cc-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider .slick-track {
  display: flex;
  align-items: center;
}
.cc-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider .slick-arrow {
  z-index: 2;
  top: 50%;
  height: auto;
  width: auto;
}
.cc-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider .slick-prev {
  left: 0;
}
.cc-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider .slick-next {
  right: 0;
}
.cc-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider .slick-arrow:before {
  font-family: "Font Awesome 5 Pro";
  color: #c4c5d2;
  font-size: 46px;
}
.cc-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider .cc__sponsors__sponsor {
  padding: 0 12px;
}
.cc-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider .cc__sponsors__sponsor .cc__sponsors__sponsor__img {
  margin: 0 auto;
  max-height: 100px;
  width: auto;
}

.cc-interior .title-container {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d3b3c+0,73764b+100 */
  background: rgb(45, 59, 60); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(45, 59, 60) 0%, rgb(115, 118, 75) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(45, 59, 60) 0%, rgb(115, 118, 75) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(45, 59, 60) 0%, rgb(115, 118, 75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2d3b3c", endColorstr="#73764b",GradientType=0 ); /* IE6-9 */
  position: relative;
  min-height: 150px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .cc-interior .title-container {
    min-height: 204px;
  }
}
.cc-interior .title-container .cc__hero__img {
  padding: 0 28px;
  margin: 34px 0 30px;
  position: relative;
  z-index: 1;
}
.cc-interior .title-container .cc__hero__img img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cc-interior .title-container .cc__hero__img {
    padding: 0 48px 0 0;
    margin: 50px 0 40px;
  }
}
@media only screen and (min-width: 992px) {
  .cc-interior .title-container .cc__hero__img {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .cc-interior .title-container .cc__hero__img {
    padding: 0 68px 0 0;
  }
}
.cc-interior .title-container .cc__hero__bg {
  position: absolute;
  bottom: 0;
  width: 196px;
  left: calc(50% - 98px);
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .cc-interior .title-container .cc__hero__bg {
    position: relative;
    width: 270px;
    left: auto;
    margin-top: 52px;
  }
}
@media only screen and (min-width: 992px) {
  .cc-interior .title-container .cc__hero__bg {
    width: 330px;
    left: 54px;
    margin-top: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .cc-interior .title-container .cc__hero__bg {
    left: 36px;
  }
}
.cc-interior #content {
  padding-bottom: 74px;
}
@media only screen and (min-width: 768px) {
  .cc-interior #content {
    padding-bottom: 134px;
  }
}
@media only screen and (min-width: 992px) {
  .cc-interior #content {
    padding-bottom: 168px;
  }
}
@media only screen and (min-width: 1200px) {
  .cc-interior #content {
    padding-bottom: 210px;
  }
}
.cc-interior #content .page-title {
  color: #026CB6;
  margin: 0 0 24px;
}
@media only screen and (min-width: 768px) {
  .cc-interior #content .page-title {
    margin: 0 0 32px;
  }
}
@media only screen and (min-width: 992px) {
  .cc-interior #content .page-title {
    margin: 52px 0 32px;
  }
}
.cc-interior #content .page__featured-img {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .cc-interior #content .page__featured-img {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .cc-interior #content .page__featured-img {
    margin-bottom: 32px;
  }
}
.cc-interior .sidebar .sidenav__outer .sidenav__wrap {
  margin: 46px 0 34px;
}
@media only screen and (min-width: 768px) {
  .cc-interior .sidebar .sidenav__outer .sidenav__wrap {
    margin: 52px 0 34px;
  }
}
@media only screen and (min-width: 992px) {
  .cc-interior .sidebar .sidenav__outer .sidenav__wrap {
    margin: 54px 0 114px;
  }
}
@media only screen and (min-width: 1200px) {
  .cc-interior .sidebar .sidenav__outer .sidenav__wrap {
    margin: 50px 0 144px;
  }
}
.cc-interior .sidebar .sidenav__outer .sidenav-img {
  width: 92px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .cc-interior .sidebar .sidenav__outer .sidenav-img {
    display: block;
  }
}
.cc-interior .sidebar .sidenav__outer .sidenav-title.title--cc .cc-side-title, .cc-interior .sidebar .sidenav__outer .sidenav-title.title--cc .cc-side-subtitle {
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.93px;
  color: #2d3b3c;
  font-weight: 500;
  margin: 12px 0 0;
  display: none;
}
@media only screen and (min-width: 992px) {
  .cc-interior .sidebar .sidenav__outer .sidenav-title.title--cc .cc-side-title, .cc-interior .sidebar .sidenav__outer .sidenav-title.title--cc .cc-side-subtitle {
    display: block;
  }
}
.cc-interior .sidebar .sidenav__outer .sidenav-title.title--cc .cc-side-subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1.29px;
}
@media only screen and (min-width: 992px) {
  .cc-interior .sidebar .sidenav__outer .sidenav-title.title--cc .sidenav-title--desktop__text {
    display: none;
  }
}
.cc-interior .sidebar .sidenav__outer .sidenav-title.title--cc:after {
  content: "";
  height: 1px;
  width: 86px;
  background: #CCA22C;
  margin: 24px 0 40px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .cc-interior .sidebar .sidenav__outer .sidenav-title.title--cc:after {
    display: block;
  }
}

.cc .blog__categories {
  background: #CCA22C;
  position: relative;
}
.cc .blog__categories .blog__categories__list.blog__categories__list--mobile {
  display: block;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .cc .blog__categories .blog__categories__list.blog__categories__list--mobile {
    display: none;
  }
}
.cc .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch {
  height: 60px;
}
.cc .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch a {
  color: #2d3b3c;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.88px;
  padding: 22px 0;
  display: block;
  font-weight: 600;
}
.cc .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch a .fal {
  float: right;
  font-size: 20px;
  line-height: 16px;
}
.cc .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch a:hover, .cc .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch a:focus {
  color: #010202;
}
@media only screen and (min-width: 768px) {
  .cc .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch {
    height: 67px;
  }
  .cc .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch a {
    padding: 26px 0 25px;
  }
}
.cc .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__links {
  display: none;
}
.cc .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__links .blog__categories__cat {
  display: block;
  text-align: left;
  border-bottom: 1px solid rgba(45, 59, 60, 0.3);
}
.cc .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__links .blog__categories__cat:last-child {
  border: 0;
}
.cc .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__links .blog__categories__cat .fal {
  float: right;
}
.cc .blog__categories .blog__categories__list.blog__categories__list--mobile.blog__categories__list--active .blog__catories__list__switch a .fal:before {
  content: "\f068";
}
.cc .blog__categories .blog__categories__list.blog__categories__list--desktop {
  display: none;
}
@media only screen and (min-width: 992px) {
  .cc .blog__categories .blog__categories__list.blog__categories__list--desktop {
    display: table;
    width: 100%;
  }
}
.cc .blog__categories .blog__categories__list .blog__categories__cat {
  text-align: center;
  display: inline-block;
  flex: 1;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #2d3b3c;
  letter-spacing: 0.88px;
  padding: 17px 12px 18px;
  font-weight: 600;
  transition: 0.3s all ease;
  position: relative;
}
.cc .blog__categories .blog__categories__list .blog__categories__cat:hover, .cc .blog__categories .blog__categories__list .blog__categories__cat:focus, .cc .blog__categories .blog__categories__list .blog__categories__cat.active {
  background: #af8b26;
}
@media only screen and (min-width: 992px) {
  .cc .blog__categories .blog__categories__list .blog__categories__cat {
    padding: 25px 0 26px;
    display: table-cell;
  }
  .cc .blog__categories .blog__categories__list .blog__categories__cat:first-child:after {
    display: none;
  }
  .cc .blog__categories .blog__categories__list .blog__categories__cat:after {
    content: "";
    display: block;
    width: 1px;
    height: 38px;
    background: rgba(227, 213, 203, 0.5);
    position: absolute;
    top: calc(50% - 19px);
    left: 0;
  }
  .cc .blog__categories .blog__categories__list .blog__categories__cat.farmer-led {
    width: 205px;
  }
  .cc .blog__categories .blog__categories__list .blog__categories__cat.cat--locs {
    width: 224px;
  }
}
@media only screen and (min-width: 1200px) {
  .cc .blog__categories .blog__categories__list .blog__categories__cat {
    font-size: 16px;
    line-height: 19px;
    padding: 29px 0 28px;
  }
  .cc .blog__categories .blog__categories__list .blog__categories__cat.farmer-led {
    width: 248px;
  }
  .cc .blog__categories .blog__categories__list .blog__categories__cat.cat--locs {
    width: 272px;
  }
}
.cc .cc__forward {
  margin-top: 16px;
  padding: 28px 0 200px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#73764b+0,2d3b3c+100 */
  background: rgb(115, 118, 75); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(115, 118, 75) 0%, rgb(45, 59, 60) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(115, 118, 75) 0%, rgb(45, 59, 60) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(115, 118, 75) 0%, rgb(45, 59, 60) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#73764b", endColorstr="#2d3b3c",GradientType=0 ); /* IE6-9 */
  position: relative;
  text-align: center;
}
.cc .cc__forward:before {
  content: "";
  width: 100%;
  height: 16px;
  background-image: url("../img/CC/Texture_Green.png");
  background-size: cover;
  position: absolute;
  top: -16px;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .cc .cc__forward {
    padding: 40px 0 90px;
    text-align: right;
  }
  .cc .cc__forward:before {
    background-size: cover;
    height: 36px;
    top: -35px;
  }
}
@media only screen and (min-width: 992px) {
  .cc .cc__forward:before {
    height: 52px;
    top: -50px;
  }
}
@media only screen and (min-width: 1200px) {
  .cc .cc__forward {
    padding: 18px 0 136px;
  }
  .cc .cc__forward:before {
    height: 74px;
    top: -72px;
  }
}
.cc .cc__forward .cc__forward__white {
  color: white;
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1.39px;
}
@media only screen and (min-width: 768px) {
  .cc .cc__forward .cc__forward__white {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .cc .cc__forward .cc__forward__white {
    font-size: 16px;
    letter-spacing: 1.71px;
    margin-bottom: 4px;
  }
}
.cc .cc__forward .cc__forward__yellow {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #F7CA4C;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.cc .cc__forward .cc__forward__yellow:after {
  content: "";
  display: block;
  margin: 20px auto 16px;
  height: 1px;
  width: 108px;
  background: #979797;
}
@media only screen and (min-width: 768px) {
  .cc .cc__forward .cc__forward__yellow {
    font-size: 24px;
    letter-spacing: 1.29px;
  }
  .cc .cc__forward .cc__forward__yellow:after {
    margin: 44px 0 25px auto;
  }
}
@media only screen and (min-width: 992px) {
  .cc .cc__forward .cc__forward__yellow {
    font-size: 26px;
    letter-spacing: 1.39px;
  }
}
@media only screen and (min-width: 1200px) {
  .cc .cc__forward .cc__forward__yellow {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1.61px;
  }
}
.cc .cc__forward .cc__forward__link a {
  color: white;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  transition: 0.3s all ease;
}
.cc .cc__forward .cc__forward__link a .fal {
  margin-left: 10px;
  transition: 0.3s margin ease;
}
.cc .cc__forward .cc__forward__link a:hover, .cc .cc__forward .cc__forward__link a:focus {
  color: #F7CA4C;
}
.cc .cc__forward .cc__forward__link a:hover .fal, .cc .cc__forward .cc__forward__link a:focus .fal {
  margin-left: 16px;
}
.cc .cc__forward .cc__forward__img {
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 240px;
}
@media only screen and (min-width: 768px) {
  .cc .cc__forward .cc__forward__img {
    display: none;
  }
}
.cc .cc__forward .cc__forward__img--tablet {
  display: none;
}
@media only screen and (min-width: 768px) {
  .cc .cc__forward .cc__forward__img--tablet {
    display: block;
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 448px;
  }
}
.cc .cc__forward .cc__forward__img--desktop {
  display: none;
}
@media only screen and (min-width: 992px) {
  .cc .cc__forward .cc__forward__img--desktop {
    display: block;
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 716px;
  }
}
@media only screen and (min-width: 1200px) {
  .cc .cc__forward .cc__forward__img--desktop {
    width: 864px;
  }
}

.rr-landing .cc__hero {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d3b3c+0,73764b+100 */
  background-image: url("../img/con2020/Img_Lightning.jpg");
  background-size: cover;
  background-position: center top;
  position: relative;
  overflow: hidden;
}
.rr-landing .cc__hero .cc__hero__img {
  margin: 44px 0 118px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__hero .cc__hero__img {
    margin: 80px 0;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .rr-landing .cc__hero .cc__hero__img {
    margin: 102px 0;
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-landing .cc__hero .cc__hero__img {
    margin: 84px 0;
    padding: 0 80px 0 0;
  }
}
.rr-landing .cc__hero .cc__hero__img img {
  width: 278px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__hero .cc__hero__img img {
    width: 100%;
  }
}
.rr-landing .cc__hero .cc__hero__bg {
  width: 100%;
  height: auto;
  max-height: 136px;
  position: absolute;
  z-index: 0;
  bottom: -40px;
  left: 0;
  padding-right: 13px;
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__hero .cc__hero__bg {
    max-height: none;
    left: auto;
    right: -175px;
    bottom: 0;
    width: 553px;
  }
}
@media only screen and (min-width: 992px) {
  .rr-landing .cc__hero .cc__hero__bg {
    width: 712px;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-landing .cc__hero .cc__hero__bg {
    right: auto;
    left: calc(50% - 15px);
  }
}
.rr-landing .cc__video {
  padding: 20px 0 0;
  background: #1C3D46;
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__video {
    padding: 26px 0 16px;
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
  .rr-landing .cc__video {
    padding: 30px 0 9px;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-landing .cc__video {
    padding: 40px 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__video .embed-wrap {
    width: calc(100% - 26px);
  }
}
@media only screen and (min-width: 992px) {
  .rr-landing .cc__video .embed-wrap {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-landing .cc__video .embed-wrap {
    z-index: 2;
  }
}
.rr-landing .cc__video .cc__video__top {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 1.38px;
  font-weight: 600;
  margin: 33px 0 0;
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__video .cc__video__top {
    text-align: left;
    margin: 15px 0 8px;
  }
}
@media only screen and (min-width: 992px) {
  .rr-landing .cc__video .cc__video__top {
    font-size: 14px;
    letter-spacing: 1.5px;
    margin: 64px 0 4px;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-landing .cc__video .cc__video__top {
    z-index: 2;
  }
}
.rr-landing .cc__video .cc__video__middle {
  text-align: center;
  color: #F7CA4C;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Lora";
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__video .cc__video__middle {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .rr-landing .cc__video .cc__video__middle {
    font-size: 28px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-landing .cc__video .cc__video__middle {
    font-size: 30px;
    line-height: 30px;
    z-index: 2;
  }
}
.rr-landing .cc__video .cc__video__line {
  border-color: #979797;
  margin: 26px 0 21px;
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__video .cc__video__line {
    margin: 26px 0 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-landing .cc__video .cc__video__line {
    z-index: 2;
  }
}
.rr-landing .cc__video .cc__video__download {
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__video .cc__video__download {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-landing .cc__video .cc__video__download {
    z-index: 2;
  }
}
.rr-landing .cc__video .cc__video__download .cc__video__link {
  color: white;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  position: relative;
  left: 3px;
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__video .cc__video__download .cc__video__link {
    font-size: 16px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .rr-landing .cc__video .cc__video__download .cc__video__link {
    font-size: 18px;
  }
}
.rr-landing .cc__video .cc__video__download .fa-arrow-right {
  display: inline-block;
  border: 1px solid white;
  height: 32px;
  width: 32px;
  transform: rotate(45deg);
  text-align: center;
  padding-top: 7px;
  margin-right: 15px;
  position: relative;
  top: 2px;
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__video .cc__video__download .fa-arrow-right {
    margin-right: 18px;
  }
}
.rr-landing .cc__video .cc__video__download .fa-arrow-right:before {
  display: inline-block;
  font-size: 17px;
  transform: rotate(-45deg);
  position: relative;
  bottom: 2px;
  right: 1px;
}
.rr-landing .cc__video:before {
  content: "";
  background-image: url("../img/con2020/Texture_Teal.png");
  background-size: cover;
  position: absolute;
  bottom: -14px;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 18px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__video:before {
    bottom: -36px;
    height: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .rr-landing .cc__video:before {
    bottom: -54px;
    height: 54px;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-landing .cc__video:before {
    bottom: -48px;
    height: 74px;
  }
}
.rr-landing #content {
  padding: 0;
}
.rr-landing .cc__con {
  background: #874444;
  color: white;
  overflow: hidden;
  position: relative;
  padding: 18px 0 24px;
}
.rr-landing .cc__con .cc__con__mobile-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 242px;
  background-image: url("../img/con2020/White Barnwood.jpg");
  background-size: cover;
}
.rr-landing .cc__con .hide-desktop .cc__con__img {
  display: block;
  margin: 28px 0 18px;
  width: 256px;
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__con {
    padding: 24px 0 54px;
  }
  .rr-landing .cc__con .cc__con__mobile-bg {
    display: none;
  }
  .rr-landing .cc__con .hide-desktop {
    display: none;
  }
  .rr-landing .cc__con:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -24px;
    left: 0;
    width: 100%;
    display: block;
    transform: rotate(180deg);
    height: 38px;
    background-image: url("../img/con2020/Texture_Teal.png");
    background-size: cover;
  }
  .rr-landing .cc__con:after {
    content: "";
    position: absolute;
    z-index: 0;
    display: block;
    top: 0;
    right: 0;
    background-image: url("../img/con2020/White Barnwood.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 260px;
  }
}
@media only screen and (min-width: 992px) {
  .rr-landing .cc__con {
    padding: 24px 0 74px;
  }
  .rr-landing .cc__con:after {
    width: 348px;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-landing .cc__con {
    padding: 54px 0 94px;
  }
  .rr-landing .cc__con:before {
    height: 74px;
    top: -58px;
  }
  .rr-landing .cc__con:after {
    width: 450px;
  }
}
@media only screen and (min-width: 1400px) {
  .rr-landing .cc__con:after {
    width: 570px;
  }
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__con .cc__con__upper {
    margin-top: 48px;
    padding-right: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .rr-landing .cc__con .cc__con__upper {
    margin-top: 84px;
  }
}
.rr-landing .cc__con .cc__con__upper .cc__con__upper__title {
  color: white;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Lora";
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__con .cc__con__upper .cc__con__upper__title {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .rr-landing .cc__con .cc__con__upper .cc__con__upper__title {
    margin-bottom: 26px;
  }
}
.rr-landing .cc__con .cc__con__upper .cc__con__upper__body p {
  color: white;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (min-width: 992px) {
  .rr-landing .cc__con .cc__con__upper .cc__con__upper__body p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-landing .cc__con .cc__con__upper .cc__con__upper__body p {
    font-size: 18px;
    line-height: 32px;
  }
}
.rr-landing .cc__con hr {
  margin: 34px 0;
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__con hr {
    margin: 30px 0 44px;
  }
}
@media only screen and (min-width: 992px) {
  .rr-landing .cc__con hr {
    margin: 42px 0 44px;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-landing .cc__con hr {
    margin: 48px 0 54px;
  }
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__con .cc__con__lower {
    padding-right: 22px;
  }
}
.rr-landing .cc__con .cc__con__lower .cc__con__lower__title {
  color: white;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-family: "Whitney A", "Whitney B", "Arial";
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__con .cc__con__lower .cc__con__lower__title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-landing .cc__con .cc__con__lower .cc__con__lower__title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.9px;
  }
}
.rr-landing .cc__con .cc__con__lower .cc__con__lower__body {
  margin-bottom: 64px;
}
@media only screen and (min-width: 992px) {
  .rr-landing .cc__con .cc__con__lower .cc__con__lower__body {
    margin-bottom: 82px;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-landing .cc__con .cc__con__lower .cc__con__lower__body {
    margin-bottom: 140px;
  }
}
.rr-landing .cc__con .cc__con__lower .cc__con__lower__body ul {
  margin: 0;
  padding-left: 20px;
}
.rr-landing .cc__con .cc__con__lower .cc__con__lower__body ul li {
  position: relative;
  margin-bottom: 8px;
}
.rr-landing .cc__con .cc__con__lower .cc__con__lower__body ul li:before {
  color: #F7CA4C;
  content: "";
  font-size: 14px;
  position: absolute;
  left: -20px;
  right: auto;
  height: 5px;
  width: 5px;
  top: 11px;
  background: #F7CA4C;
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__con .cc__con__lower .cc__con__lower__body ul li:before {
    top: 13px;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-landing .cc__con .cc__con__lower .cc__con__lower__body ul li:before {
    top: 15px;
  }
}
.rr-landing .cc__con .cc__con__lower .cc__con__lower__body ul li:first-child:before {
  top: 8px;
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__con .cc__con__lower .cc__con__lower__body ul li:first-child:before {
    top: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-landing .cc__con .cc__con__lower .cc__con__lower__body ul li:first-child:before {
    top: 12px;
  }
}
.rr-landing .cc__con .cc__con__img {
  box-shadow: rgba(0, 0, 0, 0.2) 4px 8px 14px 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__con .cc__con__img {
    display: inline-block;
    width: 260px;
    position: absolute;
    z-index: 1;
    top: 92px;
    right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .rr-landing .cc__con .cc__con__img {
    width: 358px;
    top: 78px;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-landing .cc__con .cc__con__img {
    width: 440px;
    top: 106px;
  }
}
.rr-landing .cc__reg {
  padding: 26px 0 40px;
  text-align: center;
  background: #ada090;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__reg {
    z-index: 2;
    text-align: left;
    padding: 20px 0 46px;
  }
}
@media only screen and (min-width: 992px) {
  .rr-landing .cc__reg {
    padding: 30px 0 38px;
  }
}
.rr-landing .cc__reg:before {
  content: "";
  background-image: url("../img/con2020/Texture_Tan.png");
  background-size: cover;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 16px;
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__reg:before {
    height: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .rr-landing .cc__reg:before {
    height: 52px;
    bottom: calc(100% - 1px);
    background-size: cover;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-landing .cc__reg:before {
    bottom: calc(100% - 12px);
    height: 74px;
  }
}
.rr-landing .cc__reg:after {
  content: "";
  background-image: url("../img/con2020/Texture_Tan.png");
  background-size: cover;
  position: absolute;
  z-index: 2;
  top: calc(100% - 8px);
  left: 0;
  width: 100%;
  height: 16px;
  display: block;
  transform: rotate(180deg);
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__reg:after {
    top: calc(100% - 28px);
    height: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .rr-landing .cc__reg:after {
    height: 52px;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-landing .cc__reg:after {
    height: 74px;
  }
}
.rr-landing .cc__reg .cc__reg__body {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #1C3D46;
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__reg .cc__reg__body {
    font-size: 18px;
    line-height: 28px;
    padding-right: 46px;
    border-right: 1px solid rgba(45, 59, 60, 0.2);
  }
}
@media only screen and (min-width: 992px) {
  .rr-landing .cc__reg .cc__reg__body {
    width: calc(100% - 32px);
    padding-right: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-landing .cc__reg .cc__reg__body {
    font-size: 18px;
    line-height: 28px;
    width: calc(100% - 40px);
    padding-right: 58px;
  }
}
.rr-landing .cc__reg .cc__reg__body:after {
  content: "";
  display: block;
  margin: 30px auto 34px;
  width: 140px;
  height: 2px;
  background: rgba(45, 59, 60, 0.2);
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__reg .cc__reg__body:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__reg .cc__reg__plan {
    padding-left: 26px;
    margin-top: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .rr-landing .cc__reg .cc__reg__plan {
    padding-left: 0;
    margin-top: 0;
  }
}
.rr-landing .cc__reg .cc__reg__plan .cc__reg__plan__title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.31px;
  font-weight: 700;
  color: #1C3D46;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__reg .cc__reg__plan .cc__reg__plan__title {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}
@media only screen and (min-width: 992px) {
  .rr-landing .cc__reg .cc__reg__plan .cc__reg__plan__title {
    margin-bottom: 20px;
  }
}
.rr-landing .cc__reg .cc__reg__plan .cc__reg__plan__link a {
  font-weight: 600;
}
.rr-landing .cc__reg .cc__reg__plan .cc__reg__plan__link .btn--cc-white {
  white-space: normal;
  text-align: left;
}
.rr-landing .cc__reg .cc__reg__plan .cc__reg__plan__link .btn--cc-white:after {
  display: none !important;
}
.rr-landing .cc__reg .cc__reg__plan .cc__reg__plan__link .btn--cc-white:before {
  display: none !important;
}
.rr-landing .cc__reg .cc__reg__plan .cc__reg__plan__link .btn--cc-white:hover, .rr-landing .cc__reg .cc__reg__plan .cc__reg__plan__link .btn--cc-white:focus {
  background: #1C3D46;
}
@media only screen and (min-width: 992px) {
  .rr-landing .cc__links {
    margin-top: 16px;
  }
}
.rr-landing .cc__links .cc__links__link {
  height: 240px;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__links .cc__links__link {
    width: calc(33.3333333333% + 1px);
    display: inline-block;
    margin-right: -4px;
  }
}
@media only screen and (min-width: 992px) {
  .rr-landing .cc__links .cc__links__link {
    height: 342px;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-landing .cc__links .cc__links__link {
    height: 460px;
  }
}
.rr-landing .cc__links .cc__links__link a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  transition: 0.3s all ease;
}
.rr-landing .cc__links .cc__links__link a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d3b3c+0,2d3b3c+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(45, 59, 60, 0) 0%, rgb(45, 59, 60) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(45, 59, 60, 0) 0%, rgb(45, 59, 60) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(45, 59, 60, 0) 0%, rgb(45, 59, 60) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#002d3b3c", endColorstr="#2d3b3c",GradientType=0 ); /* IE6-9 */
  transition: 0.3s all ease;
}
.rr-landing .cc__links .cc__links__link a:hover:before, .rr-landing .cc__links .cc__links__link a:focus:before {
  background: -moz-linear-gradient(top, rgba(45, 59, 60, 0.3) 0%, rgb(45, 59, 60) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(45, 59, 60, 0.3) 0%, rgb(45, 59, 60) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(45, 59, 60, 0.3) 0%, rgb(45, 59, 60) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1E2d3b3c", endColorstr="#2d3b3c",GradientType=0 ); /* IE6-9 */
}
.rr-landing .cc__links .cc__links__link a .cc__links__link__text {
  padding: 175px 0 24px;
  text-align: center;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.9px;
  color: white;
  text-transform: uppercase;
}
.rr-landing .cc__links .cc__links__link a .cc__links__link__text:before {
  content: "";
  display: block;
  width: 68px;
  height: 1px;
  background: #CBAA63;
  margin: 0 auto 18px;
}
@media only screen and (min-width: 992px) {
  .rr-landing .cc__links .cc__links__link a .cc__links__link__text {
    padding: 248px 0 54px;
    font-size: 20px;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-landing .cc__links .cc__links__link a .cc__links__link__text {
    padding: 354px 0 64px;
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
.rr-landing .cc__links .cc__links__link.cc__link--speakers {
  background-image: url("../img/con2020/Img_Speakers.jpg");
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__links .cc__links__link.cc__link--speakers {
    width: 33.3333333333%;
  }
}
.rr-landing .cc__links .cc__links__link.cc__link--overview {
  background-image: url("../img/con2020/Img_Conference.jpg");
}
.rr-landing .cc__links .cc__links__link.cc__link--loc {
  background-image: url("../img/con2020/Img_Location.jpg");
}
.rr-landing .cc__sponsors {
  background: white;
}
.rr-landing .cc__sponsors .cc__sponsors__top {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__sponsors .cc__sponsors__top {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .rr-landing .cc__sponsors .cc__sponsors__top {
    margin-top: 82px;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-landing .cc__sponsors .cc__sponsors__top {
    margin-top: 92px;
  }
}
.rr-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__title {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #1C3D46;
}
.rr-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__title:after {
  content: "";
  display: block;
  margin: 13px auto 16px;
  height: 1px;
  width: 40px;
  background: #C4C5D2;
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__title {
    text-align: left;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1px;
    padding-right: 38px;
    border-right: 1px solid #d8d8d8;
    display: inline-block;
  }
  .rr-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__title:after {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .rr-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__title {
    font-size: 24px;
    letter-spacing: 1.2px;
    padding-right: 46px;
  }
}
.rr-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link {
    text-align: left;
    display: inline-block;
    padding-left: 36px;
    position: relative;
    bottom: 2px;
  }
}
@media only screen and (min-width: 992px) {
  .rr-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link {
    padding-left: 44px;
    bottom: 3px;
  }
}
.rr-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a {
  color: #874444;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.rr-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a .fal {
  margin-left: 6px;
  transition: 0.3s all ease;
}
.rr-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a:hover, .rr-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a:focus {
  color: #542a2a;
}
.rr-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a:hover .fal, .rr-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a:focus .fal {
  margin-left: 12px;
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a {
    font-size: 16px;
    line-height: 24px;
  }
  .rr-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a .fal {
    margin-left: 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a {
    font-size: 18px;
  }
  .rr-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a .fal {
    margin-left: 10px;
  }
}
.rr-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider {
  margin: 24px 0 50px;
  padding: 0 24px;
}
@media only screen and (min-width: 768px) {
  .rr-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider {
    margin: 42px 0 68px;
  }
}
@media only screen and (min-width: 992px) {
  .rr-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider {
    margin: 56px 0 82px;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider {
    margin: 56px 0;
  }
}
.rr-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider .slick-track {
  display: flex;
  align-items: center;
}
.rr-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider .slick-arrow {
  z-index: 2;
  top: 50%;
  height: auto;
  width: auto;
}
.rr-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider .slick-prev {
  left: 0;
}
.rr-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider .slick-next {
  right: 0;
}
.rr-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider .slick-arrow:before {
  font-family: "Font Awesome 5 Pro";
  color: #c4c5d2;
  font-size: 46px;
}
.rr-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider .cc__sponsors__sponsor {
  padding: 0 12px;
}
.rr-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider .cc__sponsors__sponsor .cc__sponsors__sponsor__img {
  margin: 0 auto;
  max-height: 100px;
  width: auto;
}

.rr-interior .cc__hero {
  background-image: url("../img/con2020/Img_Lightning.jpg");
  background-size: cover;
  background-position: center top;
  position: relative;
  overflow: hidden;
}
.rr-interior .cc__hero .cc__hero__img {
  margin: 32px 0 54px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .rr-interior .cc__hero .cc__hero__img {
    margin: 54px 0;
    text-align: left;
    padding: 0 48px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .rr-interior .cc__hero .cc__hero__img {
    margin: 40px 0;
    text-align: center;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-interior .cc__hero .cc__hero__img {
    margin: 48px 0;
    padding: 0 40px 0 0;
  }
}
.rr-interior .cc__hero .cc__hero__img img {
  width: 278px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .rr-interior .cc__hero .cc__hero__img img {
    width: 100%;
  }
}
.rr-interior .cc__hero .cc__hero__bg {
  width: 100%;
  height: auto;
  max-height: 136px;
  position: absolute;
  z-index: 0;
  bottom: -90px;
  left: 0;
  padding-right: 13px;
}
@media only screen and (min-width: 768px) {
  .rr-interior .cc__hero .cc__hero__bg {
    max-height: none;
    left: auto;
    right: -175px;
    bottom: -58px;
    width: 553px;
  }
}
@media only screen and (min-width: 992px) {
  .rr-interior .cc__hero .cc__hero__bg {
    width: 712px;
    bottom: -120px;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-interior .cc__hero .cc__hero__bg {
    right: auto;
    left: calc(50% - 15px);
  }
}
.rr-interior #content {
  padding-bottom: 74px;
}
@media only screen and (min-width: 768px) {
  .rr-interior #content {
    padding-bottom: 134px;
  }
}
@media only screen and (min-width: 992px) {
  .rr-interior #content {
    padding-bottom: 168px;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-interior #content {
    padding-bottom: 210px;
  }
}
.rr-interior #content .page-title {
  color: #026CB6;
  margin: 0 0 24px;
}
@media only screen and (min-width: 768px) {
  .rr-interior #content .page-title {
    margin: 0 0 32px;
  }
}
@media only screen and (min-width: 992px) {
  .rr-interior #content .page-title {
    margin: 52px 0 32px;
  }
}
.rr-interior #content .page__featured-img {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .rr-interior #content .page__featured-img {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-interior #content .page__featured-img {
    margin-bottom: 32px;
  }
}
.rr-interior .sidebar .sidenav__outer.sidebar--rr .sidenav__wrap {
  margin: 46px 0 34px;
}
@media only screen and (min-width: 768px) {
  .rr-interior .sidebar .sidenav__outer.sidebar--rr .sidenav__wrap {
    margin: 52px 0 34px;
  }
}
@media only screen and (min-width: 992px) {
  .rr-interior .sidebar .sidenav__outer.sidebar--rr .sidenav__wrap {
    margin: 54px 0 114px;
  }
}
@media only screen and (min-width: 1200px) {
  .rr-interior .sidebar .sidenav__outer.sidebar--rr .sidenav__wrap {
    margin: 50px 0 144px;
  }
}
.rr-interior .sidebar .sidenav__outer.sidebar--rr .sidenav-img {
  width: 82px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .rr-interior .sidebar .sidenav__outer.sidebar--rr .sidenav-img {
    display: block;
  }
}
.rr-interior .sidebar .sidenav__outer.sidebar--rr .sidenav-title.title--cc .cc-side-title, .rr-interior .sidebar .sidenav__outer.sidebar--rr .sidenav-title.title--cc .cc-side-subtitle {
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.93px;
  color: #2D3B3C;
  font-weight: 500;
  margin: 12px 0 0;
  display: none;
}
@media only screen and (min-width: 992px) {
  .rr-interior .sidebar .sidenav__outer.sidebar--rr .sidenav-title.title--cc .cc-side-title, .rr-interior .sidebar .sidenav__outer.sidebar--rr .sidenav-title.title--cc .cc-side-subtitle {
    display: block;
  }
}
.rr-interior .sidebar .sidenav__outer.sidebar--rr .sidenav-title.title--cc .cc-side-subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1.29px;
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  .rr-interior .sidebar .sidenav__outer.sidebar--rr .sidenav-title.title--cc .sidenav-title--desktop__text {
    display: none;
  }
}
.rr-interior .sidebar .sidenav__outer.sidebar--rr .sidenav-title.title--cc:after {
  content: "";
  height: 1px;
  width: 86px;
  background: #CCA22C;
  margin: 24px 0 40px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .rr-interior .sidebar .sidenav__outer.sidebar--rr .sidenav-title.title--cc:after {
    display: block;
  }
}

.rr .blog__categories {
  background: #98A5A9;
  position: relative;
}
.rr .blog__categories .blog__categories__list.blog__categories__list--mobile {
  display: block;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .rr .blog__categories .blog__categories__list.blog__categories__list--mobile {
    display: none;
  }
}
.rr .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch {
  height: 60px;
}
.rr .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch a {
  color: #1C3D46;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.88px;
  padding: 22px 0;
  display: block;
  font-weight: 600;
}
.rr .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch a .fal {
  float: right;
  font-size: 20px;
  line-height: 16px;
}
.rr .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch a:hover, .rr .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch a:focus {
  color: black;
}
@media only screen and (min-width: 768px) {
  .rr .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch {
    height: 67px;
  }
  .rr .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch a {
    padding: 26px 0 25px;
  }
}
.rr .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__links {
  display: none;
}
.rr .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__links .blog__categories__cat {
  display: block;
  text-align: left;
  border-bottom: 1px solid #E3D5CB;
}
.rr .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__links .blog__categories__cat:last-child {
  border: 0;
}
.rr .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__links .blog__categories__cat .fal {
  float: right;
}
.rr .blog__categories .blog__categories__list.blog__categories__list--mobile.blog__categories__list--active .blog__catories__list__switch a .fal:before {
  content: "\f068";
}
.rr .blog__categories .blog__categories__list.blog__categories__list--desktop {
  display: none;
}
@media only screen and (min-width: 992px) {
  .rr .blog__categories .blog__categories__list.blog__categories__list--desktop {
    display: table;
    width: 100%;
  }
}
.rr .blog__categories .blog__categories__list .blog__categories__cat {
  text-align: center;
  display: inline-block;
  flex: 1;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #1C3D46;
  letter-spacing: 0.88px;
  padding: 17px 12px 18px;
  font-weight: 600;
  transition: 0.3s all ease;
  position: relative;
}
.rr .blog__categories .blog__categories__list .blog__categories__cat:hover, .rr .blog__categories .blog__categories__list .blog__categories__cat:focus, .rr .blog__categories .blog__categories__list .blog__categories__cat.active {
  background: #859499;
}
@media only screen and (min-width: 992px) {
  .rr .blog__categories .blog__categories__list .blog__categories__cat {
    padding: 25px 0 26px;
    display: table-cell;
  }
  .rr .blog__categories .blog__categories__list .blog__categories__cat:first-child:after {
    display: none;
  }
  .rr .blog__categories .blog__categories__list .blog__categories__cat:after {
    content: "";
    display: block;
    width: 1px;
    height: 38px;
    background: #E3D5CB;
    position: absolute;
    top: calc(50% - 19px);
    left: 0;
  }
  .rr .blog__categories .blog__categories__list .blog__categories__cat.farmer-led {
    width: 205px;
  }
  .rr .blog__categories .blog__categories__list .blog__categories__cat.cat--locs {
    width: 224px;
  }
}
@media only screen and (min-width: 1200px) {
  .rr .blog__categories .blog__categories__list .blog__categories__cat {
    font-size: 16px;
    line-height: 19px;
    padding: 29px 0 28px;
  }
  .rr .blog__categories .blog__categories__list .blog__categories__cat.farmer-led {
    width: 248px;
  }
  .rr .blog__categories .blog__categories__list .blog__categories__cat.cat--locs {
    width: 272px;
  }
}
.rr .rr__forward {
  padding: 60px 0 60px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#73764b+0,2d3b3c+100 */
  background-image: url("../img/con2020/White Barnwood.jpg");
  background-size: cover;
  background-position: center;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#73764b", endColorstr="#2d3b3c",GradientType=0 ); /* IE6-9 */
  position: relative;
  text-align: center;
}
.rr .rr__forward:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) {
  .rr .rr__forward {
    padding: 74px 0;
  }
}
@media only screen and (min-width: 992px) {
  .rr .rr__forward {
    padding: 82px 0;
  }
}
.rr .rr__forward .cc__forward__white {
  color: #1C3D46;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1.39px;
}
@media only screen and (min-width: 768px) {
  .rr .rr__forward .cc__forward__white {
    letter-spacing: 1.5px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .rr .rr__forward .cc__forward__white {
    font-size: 16px;
    letter-spacing: 1.71px;
    margin-bottom: 4px;
  }
}
.rr .rr__forward .cc__forward__yellow {
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  color: #874444;
  font-family: "Lora";
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) {
  .rr .rr__forward .cc__forward__yellow {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 35px;
  }
}
.rr .rr__forward .cc__forward__link a {
  color: white;
  background-color: #874444;
  border-color: #874444;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.rr .rr__forward .cc__forward__link a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid #874444;
  transform: translateX(-100%);
}
.rr .rr__forward .cc__forward__link a:hover, .rr .rr__forward .cc__forward__link a:focus {
  background: transparent;
}
.rr .rr__forward .cc__forward__link a:hover:before, .rr .rr__forward .cc__forward__link a:focus:before {
  transform: translateX(0);
}
.rr .rr__forward .cc__forward__link a:before, .rr .rr__forward .cc__forward__link a:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.rr .rr__forward .cc__forward__link a:focus, .rr .rr__forward .cc__forward__link a.focus {
  color: white;
}
.rr .rr__forward .cc__forward__link a:hover {
  color: white;
}
.rr .rr__forward .cc__forward__link a:active, .rr .rr__forward .cc__forward__link a.active {
  color: white;
}
.rr .rr__forward .cc__forward__link a:active:hover, .rr .rr__forward .cc__forward__link a:active:focus, .rr .rr__forward .cc__forward__link a:active.focus, .rr .rr__forward .cc__forward__link a.active:hover, .rr .rr__forward .cc__forward__link a.active:focus, .rr .rr__forward .cc__forward__link a.active.focus {
  color: white;
}
.rr .rr__forward .cc__forward__link a:active, .rr .rr__forward .cc__forward__link a.active {
  background-image: none;
}
.rr .rr__forward .cc__forward__link a.disabled:hover, .rr .rr__forward .cc__forward__link a.disabled:focus, .rr .rr__forward .cc__forward__link a.disabled.focus, .rr .rr__forward .cc__forward__link a[disabled]:hover, .rr .rr__forward .cc__forward__link a[disabled]:focus, .rr .rr__forward .cc__forward__link a[disabled].focus, fieldset[disabled] .rr .rr__forward .cc__forward__link a:hover, fieldset[disabled] .rr .rr__forward .cc__forward__link a:focus, fieldset[disabled] .rr .rr__forward .cc__forward__link a.focus {
  background-color: #874444;
  border-color: #874444;
}
.rr .rr__forward .cc__forward__link a {
  transition: 0.3s all ease;
  font-weight: 600;
}
.rr .rr__forward .cc__forward__link a:before {
  display: none;
}
.rr .rr__forward .cc__forward__link a:hover, .rr .rr__forward .cc__forward__link a:focus {
  color: #874444;
  background-color: white;
  border-color: white;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.rr .rr__forward .cc__forward__link a:hover:before, .rr .rr__forward .cc__forward__link a:focus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid white;
  transform: translateX(-100%);
}
.rr .rr__forward .cc__forward__link a:hover:hover, .rr .rr__forward .cc__forward__link a:hover:focus, .rr .rr__forward .cc__forward__link a:focus:hover, .rr .rr__forward .cc__forward__link a:focus:focus {
  background: transparent;
}
.rr .rr__forward .cc__forward__link a:hover:hover:before, .rr .rr__forward .cc__forward__link a:hover:focus:before, .rr .rr__forward .cc__forward__link a:focus:hover:before, .rr .rr__forward .cc__forward__link a:focus:focus:before {
  transform: translateX(0);
}
.rr .rr__forward .cc__forward__link a:hover:before, .rr .rr__forward .cc__forward__link a:hover:after, .rr .rr__forward .cc__forward__link a:focus:before, .rr .rr__forward .cc__forward__link a:focus:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.rr .rr__forward .cc__forward__link a:hover:focus, .rr .rr__forward .cc__forward__link a:hover.focus, .rr .rr__forward .cc__forward__link a:focus:focus, .rr .rr__forward .cc__forward__link a:focus.focus {
  color: #874444;
}
.rr .rr__forward .cc__forward__link a:hover:hover, .rr .rr__forward .cc__forward__link a:focus:hover {
  color: #874444;
}
.rr .rr__forward .cc__forward__link a:hover:active, .rr .rr__forward .cc__forward__link a:hover.active, .rr .rr__forward .cc__forward__link a:focus:active, .rr .rr__forward .cc__forward__link a:focus.active {
  color: #874444;
}
.rr .rr__forward .cc__forward__link a:hover:active:hover, .rr .rr__forward .cc__forward__link a:hover:active:focus, .rr .rr__forward .cc__forward__link a:hover:active.focus, .rr .rr__forward .cc__forward__link a:hover.active:hover, .rr .rr__forward .cc__forward__link a:hover.active:focus, .rr .rr__forward .cc__forward__link a:hover.active.focus, .rr .rr__forward .cc__forward__link a:focus:active:hover, .rr .rr__forward .cc__forward__link a:focus:active:focus, .rr .rr__forward .cc__forward__link a:focus:active.focus, .rr .rr__forward .cc__forward__link a:focus.active:hover, .rr .rr__forward .cc__forward__link a:focus.active:focus, .rr .rr__forward .cc__forward__link a:focus.active.focus {
  color: #874444;
}
.rr .rr__forward .cc__forward__link a:hover:active, .rr .rr__forward .cc__forward__link a:hover.active, .rr .rr__forward .cc__forward__link a:focus:active, .rr .rr__forward .cc__forward__link a:focus.active {
  background-image: none;
}
.rr .rr__forward .cc__forward__link a:hover.disabled:hover, .rr .rr__forward .cc__forward__link a:hover.disabled:focus, .rr .rr__forward .cc__forward__link a:hover.disabled.focus, .rr .rr__forward .cc__forward__link a:hover[disabled]:hover, .rr .rr__forward .cc__forward__link a:hover[disabled]:focus, .rr .rr__forward .cc__forward__link a:hover[disabled].focus, fieldset[disabled] .rr .rr__forward .cc__forward__link a:hover:hover, fieldset[disabled] .rr .rr__forward .cc__forward__link a:hover:focus, fieldset[disabled] .rr .rr__forward .cc__forward__link a:hover.focus, .rr .rr__forward .cc__forward__link a:focus.disabled:hover, .rr .rr__forward .cc__forward__link a:focus.disabled:focus, .rr .rr__forward .cc__forward__link a:focus.disabled.focus, .rr .rr__forward .cc__forward__link a:focus[disabled]:hover, .rr .rr__forward .cc__forward__link a:focus[disabled]:focus, .rr .rr__forward .cc__forward__link a:focus[disabled].focus, fieldset[disabled] .rr .rr__forward .cc__forward__link a:focus:hover, fieldset[disabled] .rr .rr__forward .cc__forward__link a:focus:focus, fieldset[disabled] .rr .rr__forward .cc__forward__link a:focus.focus {
  background-color: white;
  border-color: white;
}
.rr .rr__forward .cc__forward__link a:hover, .rr .rr__forward .cc__forward__link a:focus {
  background: white !important;
}
.rr .rr__forward .cc__forward__img {
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 240px;
}
@media only screen and (min-width: 768px) {
  .rr .rr__forward .cc__forward__img {
    display: none;
  }
}
.rr .rr__forward .cc__forward__img--tablet {
  display: none;
}
@media only screen and (min-width: 768px) {
  .rr .rr__forward .cc__forward__img--tablet {
    display: block;
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 448px;
  }
}
.rr .rr__forward .cc__forward__img--desktop {
  display: none;
}
@media only screen and (min-width: 992px) {
  .rr .rr__forward .cc__forward__img--desktop {
    display: block;
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 716px;
  }
}
@media only screen and (min-width: 1200px) {
  .rr .rr__forward .cc__forward__img--desktop {
    width: 864px;
  }
}

@font-face {
  font-family: "Lora";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Lora/Lora-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Lora/Lora-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lora/Lora-Regular.woff2") format("woff2"), url("../fonts/Lora/Lora-Regular.woff") format("woff"), url("../fonts/Lora/Lora-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Lora";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/Lora/Lora-Italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Lora/Lora-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Lora/Lora-Italic.woff2") format("woff2"), url("../fonts/Lora/Lora-Italic.woff") format("woff"), url("../fonts/Lora/Lora-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Lora Bold";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Lora/Lora-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Lora/Lora-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lora/Lora-Regular.woff2") format("woff2"), url("../fonts/Lora/Lora-Regular.woff") format("woff"), url("../fonts/Lora/Lora-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Lora";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/Lora/Lora-BoldItalic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Lora/Lora-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Lora/Lora-BoldItalic.woff2") format("woff2"), url("../fonts/Lora/Lora-BoldItalic.woff") format("woff"), url("../fonts/Lora/Lora-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Vintage Quotes";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/vintage_quotes/Vintage-Quotes.eot"); /* IE9 Compat Modes */
  src: url("../fonts/vintage_quotes/Vintage-Quotes.eot?#iefix") format("embedded-opentype"), url("../fonts/vintage_quotes/Vintage-Quotes.woff2") format("woff2"), url("../fonts/vintage_quotes/Vintage-Quotes.woff") format("woff"), url("../fonts/vintage_quotes/Vintage-Quotes.ttf") format("truetype");
}
.ch-landing .cc__hero {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d3b3c+0,73764b+100 */
  background-image: url("../img/con2021/snowy-road.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.ch-landing .cc__hero .cc__hero__img {
  margin: 44px 0 118px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__hero .cc__hero__img {
    margin: 80px 0;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .ch-landing .cc__hero .cc__hero__img {
    margin: 102px 0;
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-landing .cc__hero .cc__hero__img {
    margin: 84px 0;
    padding: 0 80px 0 0;
  }
}
.ch-landing .cc__hero .cc__hero__img img {
  width: 278px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__hero .cc__hero__img img {
    width: 100%;
  }
}
.ch-landing .cc__hero .cc__hero__bg {
  width: 100%;
  height: auto;
  max-height: 136px;
  position: absolute;
  z-index: 0;
  bottom: -40px;
  left: 0;
  padding-right: 13px;
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__hero .cc__hero__bg {
    max-height: none;
    left: auto;
    right: -175px;
    bottom: -50%;
    width: 553px;
  }
}
@media only screen and (min-width: 992px) {
  .ch-landing .cc__hero .cc__hero__bg {
    width: 712px;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-landing .cc__hero .cc__hero__bg {
    right: auto;
    left: calc(50% - 15px);
  }
}
.ch-landing .cc__video {
  padding: 20px 0 0;
  background: #4A6B7B;
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__video {
    padding: 26px 0 16px;
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
  .ch-landing .cc__video {
    padding: 30px 0 9px;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-landing .cc__video {
    padding: 40px 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__video .embed-wrap {
    width: calc(100% - 26px);
  }
}
@media only screen and (min-width: 992px) {
  .ch-landing .cc__video .embed-wrap {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-landing .cc__video .embed-wrap {
    z-index: 2;
  }
}
.ch-landing .cc__video .cc__video__top {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 1.38px;
  font-weight: 600;
  margin: 33px 0 0;
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__video .cc__video__top {
    text-align: left;
    margin: 15px 0 8px;
  }
}
@media only screen and (min-width: 992px) {
  .ch-landing .cc__video .cc__video__top {
    font-size: 14px;
    letter-spacing: 1.5px;
    margin: 64px 0 4px;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-landing .cc__video .cc__video__top {
    z-index: 2;
  }
}
.ch-landing .cc__video .cc__video__middle {
  text-align: center;
  color: #d6b16a;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Lora";
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__video .cc__video__middle {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .ch-landing .cc__video .cc__video__middle {
    font-size: 28px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-landing .cc__video .cc__video__middle {
    font-size: 30px;
    line-height: 30px;
    z-index: 2;
  }
}
.ch-landing .cc__video .cc__video__line {
  border-color: #979797;
  margin: 26px 0 21px;
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__video .cc__video__line {
    margin: 26px 0 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-landing .cc__video .cc__video__line {
    z-index: 2;
  }
}
.ch-landing .cc__video .cc__video__download {
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__video .cc__video__download {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-landing .cc__video .cc__video__download {
    z-index: 2;
  }
}
.ch-landing .cc__video .cc__video__download .cc__video__link {
  color: white;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  position: relative;
  left: 3px;
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__video .cc__video__download .cc__video__link {
    font-size: 16px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .ch-landing .cc__video .cc__video__download .cc__video__link {
    font-size: 18px;
  }
}
.ch-landing .cc__video .cc__video__download .fa-arrow-right {
  display: inline-block;
  border: 1px solid white;
  height: 32px;
  width: 32px;
  transform: rotate(45deg);
  text-align: center;
  padding-top: 7px;
  margin-right: 15px;
  position: relative;
  top: 2px;
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__video .cc__video__download .fa-arrow-right {
    margin-right: 18px;
  }
}
.ch-landing .cc__video .cc__video__download .fa-arrow-right:before {
  display: inline-block;
  font-size: 17px;
  transform: rotate(-45deg);
  position: relative;
  bottom: 2px;
  right: 1px;
}
.ch-landing .cc__video:before {
  content: "";
  background-color: #4A6B7B;
  background-image: url("../img/con2021/Texture_Teal_2021.png");
  background-size: cover;
  position: absolute;
  bottom: -14px;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 18px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__video:before {
    bottom: -36px;
    height: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .ch-landing .cc__video:before {
    bottom: -54px;
    height: 54px;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-landing .cc__video:before {
    bottom: -48px;
    height: 74px;
  }
}
.ch-landing #content {
  padding: 0;
}
.ch-landing .cc__con {
  background: #512622;
  color: white;
  overflow: hidden;
  position: relative;
  padding: 18px 0 24px;
}
.ch-landing .cc__con .cc__con__mobile-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 242px;
  background-image: url("../img/con2021/PFI2021_AC_SweaterBackgroundImage.jpg");
  background-size: cover;
}
.ch-landing .cc__con .hide-desktop .cc__con__img {
  display: block;
  margin: 28px 0 18px;
  width: 256px;
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__con {
    padding: 24px 0 54px;
  }
  .ch-landing .cc__con .cc__con__mobile-bg {
    display: none;
  }
  .ch-landing .cc__con .hide-desktop {
    display: none;
  }
  .ch-landing .cc__con:before {
    position: absolute;
    z-index: 1;
    top: -24px;
    left: 0;
    width: 100%;
    display: block;
    transform: rotate(180deg);
    height: 38px;
    background-color: #4A6B7B;
    background-image: url("../img/con2021/Texture_Teal_2021.png");
    background-size: cover;
  }
  .ch-landing .cc__con:after {
    content: "";
    position: absolute;
    z-index: 0;
    display: block;
    top: 0;
    right: 0;
    background-image: url("../img/con2021/PFI2021_AC_SweaterBackgroundImage.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 260px;
  }
}
@media only screen and (min-width: 992px) {
  .ch-landing .cc__con {
    padding: 24px 0 74px;
  }
  .ch-landing .cc__con:after {
    width: 348px;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-landing .cc__con {
    padding: 54px 0 94px;
  }
  .ch-landing .cc__con:before {
    height: 74px;
    top: -58px;
  }
  .ch-landing .cc__con:after {
    width: 450px;
  }
}
@media only screen and (min-width: 1400px) {
  .ch-landing .cc__con:after {
    width: 570px;
  }
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__con .cc__con__upper {
    margin-top: 48px;
    padding-right: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .ch-landing .cc__con .cc__con__upper {
    margin-top: 84px;
  }
}
.ch-landing .cc__con .cc__con__upper .cc__con__upper__title {
  color: white;
  font-size: 48px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Vintage Quotes";
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__con .cc__con__upper .cc__con__upper__title {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .ch-landing .cc__con .cc__con__upper .cc__con__upper__title {
    font-size: 72px;
  }
}
.ch-landing .cc__con .cc__con__upper .cc__con__upper__body p {
  color: white;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (min-width: 992px) {
  .ch-landing .cc__con .cc__con__upper .cc__con__upper__body p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-landing .cc__con .cc__con__upper .cc__con__upper__body p {
    font-size: 18px;
    line-height: 32px;
  }
}
.ch-landing .cc__con hr {
  margin: 34px 0;
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__con hr {
    margin: 30px 0 44px;
  }
}
@media only screen and (min-width: 992px) {
  .ch-landing .cc__con hr {
    margin: 42px 0 44px;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-landing .cc__con hr {
    margin: 48px 0 54px;
  }
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__con .cc__con__lower {
    padding-right: 22px;
  }
}
.ch-landing .cc__con .cc__con__lower .cc__con__lower__title {
  color: white;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-family: "Whitney A", "Whitney B", "Arial";
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__con .cc__con__lower .cc__con__lower__title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-landing .cc__con .cc__con__lower .cc__con__lower__title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.9px;
  }
}
.ch-landing .cc__con .cc__con__lower .cc__con__lower__body {
  margin-bottom: 64px;
}
@media only screen and (min-width: 992px) {
  .ch-landing .cc__con .cc__con__lower .cc__con__lower__body {
    margin-bottom: 82px;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-landing .cc__con .cc__con__lower .cc__con__lower__body {
    margin-bottom: 140px;
  }
}
.ch-landing .cc__con .cc__con__lower .cc__con__lower__body ul {
  margin: 0;
  padding-left: 20px;
}
.ch-landing .cc__con .cc__con__lower .cc__con__lower__body ul li {
  position: relative;
  margin-bottom: 8px;
}
.ch-landing .cc__con .cc__con__lower .cc__con__lower__body ul li:before {
  color: #ab802f;
  content: "";
  font-size: 14px;
  position: absolute;
  left: -20px;
  right: auto;
  height: 5px;
  width: 5px;
  top: 11px;
  background: #ab802f;
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__con .cc__con__lower .cc__con__lower__body ul li:before {
    top: 13px;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-landing .cc__con .cc__con__lower .cc__con__lower__body ul li:before {
    top: 15px;
  }
}
.ch-landing .cc__con .cc__con__lower .cc__con__lower__body ul li:first-child:before {
  top: 8px;
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__con .cc__con__lower .cc__con__lower__body ul li:first-child:before {
    top: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-landing .cc__con .cc__con__lower .cc__con__lower__body ul li:first-child:before {
    top: 12px;
  }
}
.ch-landing .cc__con .cc__con__img {
  box-shadow: rgba(0, 0, 0, 0.2) 4px 8px 14px 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__con .cc__con__img {
    display: inline-block;
    width: 260px;
    position: absolute;
    z-index: 1;
    top: 92px;
    right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .ch-landing .cc__con .cc__con__img {
    width: 358px;
    top: 78px;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-landing .cc__con .cc__con__img {
    width: 440px;
    top: 106px;
  }
}
.ch-landing .cc__reg {
  padding: 26px 0 40px;
  text-align: center;
  background: #89847E;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__reg {
    z-index: 2;
    text-align: left;
    padding: 20px 0 46px;
  }
}
@media only screen and (min-width: 992px) {
  .ch-landing .cc__reg {
    padding: 30px 0 38px;
  }
}
.ch-landing .cc__reg:before {
  content: "";
  background-image: url("../img/con2021/Texture_Tan_2021.png");
  background-size: cover;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 16px;
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__reg:before {
    height: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .ch-landing .cc__reg:before {
    height: 52px;
    bottom: calc(100% - 1px);
    background-size: cover;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-landing .cc__reg:before {
    bottom: calc(100% - 12px);
    height: 74px;
  }
}
.ch-landing .cc__reg:after {
  content: "";
  background-image: url("../img/con2021/Texture_Tan_2021.png");
  background-size: cover;
  position: absolute;
  z-index: 2;
  top: calc(100% - 8px);
  left: 0;
  width: 100%;
  height: 16px;
  display: block;
  transform: rotate(180deg);
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__reg:after {
    top: calc(100% - 28px);
    height: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .ch-landing .cc__reg:after {
    height: 52px;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-landing .cc__reg:after {
    height: 74px;
  }
}
.ch-landing .cc__reg .cc__reg__body {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__reg .cc__reg__body {
    font-size: 18px;
    line-height: 28px;
    padding-right: 46px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (min-width: 992px) {
  .ch-landing .cc__reg .cc__reg__body {
    width: calc(100% - 32px);
    padding-right: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-landing .cc__reg .cc__reg__body {
    font-size: 18px;
    line-height: 28px;
    width: calc(100% - 40px);
    padding-right: 58px;
  }
}
.ch-landing .cc__reg .cc__reg__body:after {
  content: "";
  display: block;
  margin: 30px auto 34px;
  width: 140px;
  height: 2px;
  background: rgba(18, 57, 93, 0.2);
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__reg .cc__reg__body:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__reg .cc__reg__plan {
    padding-left: 26px;
    margin-top: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .ch-landing .cc__reg .cc__reg__plan {
    padding-left: 0;
    margin-top: 0;
  }
}
.ch-landing .cc__reg .cc__reg__plan .cc__reg__plan__title {
  font-size: 28px;
  line-height: 22px;
  letter-spacing: 1.31px;
  font-family: "Vintage Quotes";
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__reg .cc__reg__plan .cc__reg__plan__title {
    font-size: 40px;
    letter-spacing: 1.5px;
  }
}
@media only screen and (min-width: 992px) {
  .ch-landing .cc__reg .cc__reg__plan .cc__reg__plan__title {
    margin-bottom: 20px;
  }
}
.ch-landing .cc__reg .cc__reg__plan .cc__reg__plan__link a {
  font-family: "Lora Bold";
  font-weight: 700;
}
.ch-landing .cc__reg .cc__reg__plan .cc__reg__plan__link .btn--cc-white {
  white-space: normal;
  text-align: left;
}
.ch-landing .cc__reg .cc__reg__plan .cc__reg__plan__link .btn--cc-white:after {
  display: none !important;
}
.ch-landing .cc__reg .cc__reg__plan .cc__reg__plan__link .btn--cc-white:before {
  display: none !important;
}
.ch-landing .cc__reg .cc__reg__plan .cc__reg__plan__link .btn--cc-white:hover, .ch-landing .cc__reg .cc__reg__plan .cc__reg__plan__link .btn--cc-white:focus {
  background: #12395d;
}
@media only screen and (min-width: 992px) {
  .ch-landing .cc__links {
    margin-top: 16px;
  }
}
.ch-landing .cc__links .cc__links__link {
  height: 240px;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__links .cc__links__link {
    width: calc(33.3333333333% + 1px);
    display: inline-block;
    margin-right: -4px;
  }
}
@media only screen and (min-width: 992px) {
  .ch-landing .cc__links .cc__links__link {
    height: 342px;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-landing .cc__links .cc__links__link {
    height: 460px;
  }
}
.ch-landing .cc__links .cc__links__link a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  transition: 0.3s all ease;
}
.ch-landing .cc__links .cc__links__link a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d3b3c+0,2d3b3c+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(45, 59, 60, 0) 0%, rgb(45, 59, 60) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(45, 59, 60, 0) 0%, rgb(45, 59, 60) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(45, 59, 60, 0) 0%, rgb(45, 59, 60) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#002d3b3c", endColorstr="#2d3b3c",GradientType=0 ); /* IE6-9 */
  transition: 0.3s all ease;
}
.ch-landing .cc__links .cc__links__link a:hover:before, .ch-landing .cc__links .cc__links__link a:focus:before {
  background: -moz-linear-gradient(top, rgba(45, 59, 60, 0.3) 0%, rgb(45, 59, 60) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(45, 59, 60, 0.3) 0%, rgb(45, 59, 60) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(45, 59, 60, 0.3) 0%, rgb(45, 59, 60) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1E2d3b3c", endColorstr="#2d3b3c",GradientType=0 ); /* IE6-9 */
}
.ch-landing .cc__links .cc__links__link a .cc__links__link__text {
  padding: 175px 0 24px;
  text-align: center;
  display: block;
  font-size: 32px;
  line-height: 1.25;
  font-family: "Vintage Quotes";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: white;
}
.ch-landing .cc__links .cc__links__link a .cc__links__link__text:before {
  content: "";
  display: block;
  width: 68px;
  height: 1px;
  background: #CBAA63;
  margin: 0 auto 18px;
}
@media only screen and (min-width: 992px) {
  .ch-landing .cc__links .cc__links__link a .cc__links__link__text {
    padding: 248px 0 54px;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-landing .cc__links .cc__links__link a .cc__links__link__text {
    padding: 354px 0 64px;
    font-size: 48px;
    letter-spacing: 1.2px;
  }
}
.ch-landing .cc__links .cc__links__link.cc__link--speakers {
  background-image: url("../img/con2020/Img_Speakers.jpg");
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__links .cc__links__link.cc__link--speakers {
    width: 33.3333333333%;
  }
}
.ch-landing .cc__links .cc__links__link.cc__link--overview {
  background-image: url("../img/con2020/Img_Conference.jpg");
}
.ch-landing .cc__links .cc__links__link.cc__link--loc {
  background-image: url("../img/con2020/Img_Location.jpg");
}
.ch-landing .cc__sponsors {
  background: white;
}
.ch-landing .cc__sponsors .cc__sponsors__top {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__sponsors .cc__sponsors__top {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .ch-landing .cc__sponsors .cc__sponsors__top {
    margin-top: 82px;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-landing .cc__sponsors .cc__sponsors__top {
    margin-top: 92px;
  }
}
.ch-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__title {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #1C3D46;
}
.ch-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__title:after {
  content: "";
  display: block;
  margin: 13px auto 16px;
  height: 1px;
  width: 40px;
  background: #C4C5D2;
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__title {
    text-align: left;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1px;
    padding-right: 38px;
    border-right: 1px solid #d8d8d8;
    display: inline-block;
  }
  .ch-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__title:after {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .ch-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__title {
    font-size: 24px;
    letter-spacing: 1.2px;
    padding-right: 46px;
  }
}
.ch-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link {
    text-align: left;
    display: inline-block;
    padding-left: 36px;
    position: relative;
    bottom: 2px;
  }
}
@media only screen and (min-width: 992px) {
  .ch-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link {
    padding-left: 44px;
    bottom: 3px;
  }
}
.ch-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a {
  color: #874444;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.ch-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a .fal {
  margin-left: 6px;
  transition: 0.3s all ease;
}
.ch-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a:hover, .ch-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a:focus {
  color: #542a2a;
}
.ch-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a:hover .fal, .ch-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a:focus .fal {
  margin-left: 12px;
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a {
    font-size: 16px;
    line-height: 24px;
  }
  .ch-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a .fal {
    margin-left: 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a {
    font-size: 18px;
  }
  .ch-landing .cc__sponsors .cc__sponsors__top .cc__sponsors__top__link a .fal {
    margin-left: 10px;
  }
}
.ch-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider {
  margin: 24px 0 50px;
  padding: 0 24px;
}
@media only screen and (min-width: 768px) {
  .ch-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider {
    margin: 42px 0 68px;
  }
}
@media only screen and (min-width: 992px) {
  .ch-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider {
    margin: 56px 0 82px;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider {
    margin: 56px 0;
  }
}
.ch-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider .slick-track {
  display: flex;
  align-items: center;
}
.ch-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider .slick-arrow {
  z-index: 2;
  top: 50%;
  height: auto;
  width: auto;
}
.ch-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider .slick-prev {
  left: 0;
}
.ch-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider .slick-next {
  right: 0;
}
.ch-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider .slick-arrow:before {
  font-family: "Font Awesome 5 Pro";
  color: #c4c5d2;
  font-size: 46px;
}
.ch-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider .cc__sponsors__sponsor {
  padding: 0 12px;
}
.ch-landing .cc__sponsors .cc__sponsors__bot .cc__sponsors__bot__slider .cc__sponsors__sponsor .cc__sponsors__sponsor__img {
  margin: 0 auto;
  max-height: 100px;
  width: auto;
}

.ch-interior .cc__hero {
  background-image: url("../img/con2021/snowy-road.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.ch-interior .cc__hero .cc__hero__img {
  margin: 32px 0 54px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .ch-interior .cc__hero .cc__hero__img {
    margin: 54px 0;
    text-align: left;
    padding: 0 48px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .ch-interior .cc__hero .cc__hero__img {
    margin: 40px 0;
    text-align: center;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-interior .cc__hero .cc__hero__img {
    margin: 48px 0;
    padding: 0 40px 0 0;
  }
}
.ch-interior .cc__hero .cc__hero__img img {
  width: 278px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .ch-interior .cc__hero .cc__hero__img img {
    width: 100%;
  }
}
.ch-interior .cc__hero .cc__hero__bg {
  width: 100%;
  height: auto;
  max-height: 136px;
  position: absolute;
  z-index: 0;
  bottom: -90px;
  left: 0;
  padding-right: 13px;
}
@media only screen and (min-width: 768px) {
  .ch-interior .cc__hero .cc__hero__bg {
    max-height: none;
    left: auto;
    right: -175px;
    bottom: -58px;
    width: 553px;
  }
}
@media only screen and (min-width: 992px) {
  .ch-interior .cc__hero .cc__hero__bg {
    width: 712px;
    bottom: -120px;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-interior .cc__hero .cc__hero__bg {
    right: auto;
    left: calc(50% - 15px);
  }
}
.ch-interior #content {
  padding-bottom: 74px;
}
@media only screen and (min-width: 768px) {
  .ch-interior #content {
    padding-bottom: 134px;
  }
}
@media only screen and (min-width: 992px) {
  .ch-interior #content {
    padding-bottom: 168px;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-interior #content {
    padding-bottom: 210px;
  }
}
.ch-interior #content .page-title {
  color: #12395d;
  margin: 0 0 24px;
}
@media only screen and (min-width: 768px) {
  .ch-interior #content .page-title {
    margin: 0 0 32px;
  }
}
@media only screen and (min-width: 992px) {
  .ch-interior #content .page-title {
    margin: 52px 0 32px;
  }
}
.ch-interior #content .page__featured-img {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .ch-interior #content .page__featured-img {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-interior #content .page__featured-img {
    margin-bottom: 32px;
  }
}
.ch-interior .sidebar .sidenav__outer.sidebar--rr .sidenav__wrap {
  margin: 46px 0 34px;
}
@media only screen and (min-width: 768px) {
  .ch-interior .sidebar .sidenav__outer.sidebar--rr .sidenav__wrap {
    margin: 52px 0 34px;
  }
}
@media only screen and (min-width: 992px) {
  .ch-interior .sidebar .sidenav__outer.sidebar--rr .sidenav__wrap {
    margin: 54px 0 114px;
  }
}
@media only screen and (min-width: 1200px) {
  .ch-interior .sidebar .sidenav__outer.sidebar--rr .sidenav__wrap {
    margin: 50px 0 144px;
  }
}
.ch-interior .sidebar .sidenav__outer.sidebar--rr .sidenav-img {
  width: 82px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .ch-interior .sidebar .sidenav__outer.sidebar--rr .sidenav-img {
    display: block;
  }
}
.ch-interior .sidebar .sidenav__outer.sidebar--rr .sidenav-title.title--cc .cc-side-title, .ch-interior .sidebar .sidenav__outer.sidebar--rr .sidenav-title.title--cc .cc-side-subtitle {
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.93px;
  color: #12395d;
  font-weight: 500;
  margin: 12px 0 0;
  display: none;
}
@media only screen and (min-width: 992px) {
  .ch-interior .sidebar .sidenav__outer.sidebar--rr .sidenav-title.title--cc .cc-side-title, .ch-interior .sidebar .sidenav__outer.sidebar--rr .sidenav-title.title--cc .cc-side-subtitle {
    display: block;
  }
}
.ch-interior .sidebar .sidenav__outer.sidebar--rr .sidenav-title.title--cc .cc-side-subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1.29px;
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  .ch-interior .sidebar .sidenav__outer.sidebar--rr .sidenav-title.title--cc .sidenav-title--desktop__text {
    display: none;
  }
}
.ch-interior .sidebar .sidenav__outer.sidebar--rr .sidenav-title.title--cc:after {
  content: "";
  height: 1px;
  width: 86px;
  background: #ab802f;
  margin: 24px 0 40px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .ch-interior .sidebar .sidenav__outer.sidebar--rr .sidenav-title.title--cc:after {
    display: block;
  }
}

.ch {
  font-family: "Lora", serif;
  font-weight: 400;
}
.ch .logo {
  display: block;
  margin: 25px auto;
  width: 90%;
  max-width: 650px;
}
.ch .blog__categories {
  background: #12395d;
  position: relative;
}
.ch .blog__categories .blog__categories__list.blog__categories__list--mobile {
  display: block;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .ch .blog__categories .blog__categories__list.blog__categories__list--mobile {
    display: none;
  }
}
.ch .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch {
  height: 60px;
}
.ch .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.88px;
  padding: 22px 0;
  display: block;
  font-weight: 600;
}
.ch .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch a .fal {
  float: right;
  font-size: 20px;
  line-height: 16px;
}
.ch .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch a:hover, .ch .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch a:focus {
  color: #184d7d;
}
@media only screen and (min-width: 768px) {
  .ch .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch {
    height: 67px;
  }
  .ch .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__switch a {
    padding: 26px 0 25px;
  }
}
.ch .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__links {
  display: none;
}
.ch .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__links .blog__categories__cat {
  display: block;
  text-align: left;
  border-bottom: 1px solid #E3D5CB;
}
.ch .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__links .blog__categories__cat:last-child {
  border: 0;
}
.ch .blog__categories .blog__categories__list.blog__categories__list--mobile .blog__catories__list__links .blog__categories__cat .fal {
  float: right;
}
.ch .blog__categories .blog__categories__list.blog__categories__list--mobile.blog__categories__list--active .blog__catories__list__switch a .fal:before {
  content: "\f068";
}
.ch .blog__categories .blog__categories__list.blog__categories__list--desktop {
  display: none;
}
@media only screen and (min-width: 992px) {
  .ch .blog__categories .blog__categories__list.blog__categories__list--desktop {
    display: table;
    width: 100%;
  }
}
.ch .blog__categories .blog__categories__list .blog__categories__cat {
  text-align: center;
  display: inline-block;
  flex: 1;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.88px;
  padding: 17px 12px 18px;
  font-weight: 600;
  transition: 0.3s all ease;
  position: relative;
}
.ch .blog__categories .blog__categories__list .blog__categories__cat:hover, .ch .blog__categories .blog__categories__list .blog__categories__cat:focus, .ch .blog__categories .blog__categories__list .blog__categories__cat.active {
  background: #184d7d;
}
@media only screen and (min-width: 992px) {
  .ch .blog__categories .blog__categories__list .blog__categories__cat {
    padding: 25px 0 26px;
    display: table-cell;
  }
  .ch .blog__categories .blog__categories__list .blog__categories__cat:first-child:after {
    display: none;
  }
  .ch .blog__categories .blog__categories__list .blog__categories__cat:after {
    content: "";
    display: block;
    width: 1px;
    height: 38px;
    background: #E3D5CB;
    position: absolute;
    top: calc(50% - 19px);
    left: 0;
  }
  .ch .blog__categories .blog__categories__list .blog__categories__cat.farmer-led {
    width: 205px;
  }
  .ch .blog__categories .blog__categories__list .blog__categories__cat.cat--locs {
    width: 224px;
  }
}
@media only screen and (min-width: 1200px) {
  .ch .blog__categories .blog__categories__list .blog__categories__cat {
    font-size: 16px;
    line-height: 19px;
    padding: 29px 0 28px;
  }
  .ch .blog__categories .blog__categories__list .blog__categories__cat.farmer-led {
    width: 248px;
  }
  .ch .blog__categories .blog__categories__list .blog__categories__cat.cat--locs {
    width: 272px;
  }
}
.ch .rr__forward {
  padding: 60px 0 60px;
  background-image: url("../img/con2021/PFI2021_AC_SweaterBackgroundImage.jpg");
  background-size: cover;
  background-position: center;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#73764b", endColorstr="#2d3b3c",GradientType=0 ); /* IE6-9 */
  position: relative;
  text-align: center;
}
.ch .rr__forward:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) {
  .ch .rr__forward {
    padding: 74px 0;
  }
}
@media only screen and (min-width: 992px) {
  .ch .rr__forward {
    padding: 82px 0;
  }
}
.ch .rr__forward .cc__forward__white {
  color: #4A6B7B;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1.39px;
}
@media only screen and (min-width: 768px) {
  .ch .rr__forward .cc__forward__white {
    letter-spacing: 1.5px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .ch .rr__forward .cc__forward__white {
    font-size: 16px;
    letter-spacing: 1.71px;
    margin-bottom: 4px;
  }
}
.ch .rr__forward .cc__forward__yellow {
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  color: #874444;
  font-family: "Lora";
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) {
  .ch .rr__forward .cc__forward__yellow {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 35px;
  }
}
.ch .rr__forward .cc__forward__link a {
  color: white;
  background-color: #874444;
  border-color: #874444;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.ch .rr__forward .cc__forward__link a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid #874444;
  transform: translateX(-100%);
}
.ch .rr__forward .cc__forward__link a:hover, .ch .rr__forward .cc__forward__link a:focus {
  background: transparent;
}
.ch .rr__forward .cc__forward__link a:hover:before, .ch .rr__forward .cc__forward__link a:focus:before {
  transform: translateX(0);
}
.ch .rr__forward .cc__forward__link a:before, .ch .rr__forward .cc__forward__link a:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.ch .rr__forward .cc__forward__link a:focus, .ch .rr__forward .cc__forward__link a.focus {
  color: white;
}
.ch .rr__forward .cc__forward__link a:hover {
  color: white;
}
.ch .rr__forward .cc__forward__link a:active, .ch .rr__forward .cc__forward__link a.active {
  color: white;
}
.ch .rr__forward .cc__forward__link a:active:hover, .ch .rr__forward .cc__forward__link a:active:focus, .ch .rr__forward .cc__forward__link a:active.focus, .ch .rr__forward .cc__forward__link a.active:hover, .ch .rr__forward .cc__forward__link a.active:focus, .ch .rr__forward .cc__forward__link a.active.focus {
  color: white;
}
.ch .rr__forward .cc__forward__link a:active, .ch .rr__forward .cc__forward__link a.active {
  background-image: none;
}
.ch .rr__forward .cc__forward__link a.disabled:hover, .ch .rr__forward .cc__forward__link a.disabled:focus, .ch .rr__forward .cc__forward__link a.disabled.focus, .ch .rr__forward .cc__forward__link a[disabled]:hover, .ch .rr__forward .cc__forward__link a[disabled]:focus, .ch .rr__forward .cc__forward__link a[disabled].focus, fieldset[disabled] .ch .rr__forward .cc__forward__link a:hover, fieldset[disabled] .ch .rr__forward .cc__forward__link a:focus, fieldset[disabled] .ch .rr__forward .cc__forward__link a.focus {
  background-color: #874444;
  border-color: #874444;
}
.ch .rr__forward .cc__forward__link a {
  transition: 0.3s all ease;
  font-weight: 600;
}
.ch .rr__forward .cc__forward__link a:before {
  display: none;
}
.ch .rr__forward .cc__forward__link a:hover, .ch .rr__forward .cc__forward__link a:focus {
  color: #874444;
  background-color: white;
  border-color: white;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.ch .rr__forward .cc__forward__link a:hover:before, .ch .rr__forward .cc__forward__link a:focus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid white;
  transform: translateX(-100%);
}
.ch .rr__forward .cc__forward__link a:hover:hover, .ch .rr__forward .cc__forward__link a:hover:focus, .ch .rr__forward .cc__forward__link a:focus:hover, .ch .rr__forward .cc__forward__link a:focus:focus {
  background: transparent;
}
.ch .rr__forward .cc__forward__link a:hover:hover:before, .ch .rr__forward .cc__forward__link a:hover:focus:before, .ch .rr__forward .cc__forward__link a:focus:hover:before, .ch .rr__forward .cc__forward__link a:focus:focus:before {
  transform: translateX(0);
}
.ch .rr__forward .cc__forward__link a:hover:before, .ch .rr__forward .cc__forward__link a:hover:after, .ch .rr__forward .cc__forward__link a:focus:before, .ch .rr__forward .cc__forward__link a:focus:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.ch .rr__forward .cc__forward__link a:hover:focus, .ch .rr__forward .cc__forward__link a:hover.focus, .ch .rr__forward .cc__forward__link a:focus:focus, .ch .rr__forward .cc__forward__link a:focus.focus {
  color: #874444;
}
.ch .rr__forward .cc__forward__link a:hover:hover, .ch .rr__forward .cc__forward__link a:focus:hover {
  color: #874444;
}
.ch .rr__forward .cc__forward__link a:hover:active, .ch .rr__forward .cc__forward__link a:hover.active, .ch .rr__forward .cc__forward__link a:focus:active, .ch .rr__forward .cc__forward__link a:focus.active {
  color: #874444;
}
.ch .rr__forward .cc__forward__link a:hover:active:hover, .ch .rr__forward .cc__forward__link a:hover:active:focus, .ch .rr__forward .cc__forward__link a:hover:active.focus, .ch .rr__forward .cc__forward__link a:hover.active:hover, .ch .rr__forward .cc__forward__link a:hover.active:focus, .ch .rr__forward .cc__forward__link a:hover.active.focus, .ch .rr__forward .cc__forward__link a:focus:active:hover, .ch .rr__forward .cc__forward__link a:focus:active:focus, .ch .rr__forward .cc__forward__link a:focus:active.focus, .ch .rr__forward .cc__forward__link a:focus.active:hover, .ch .rr__forward .cc__forward__link a:focus.active:focus, .ch .rr__forward .cc__forward__link a:focus.active.focus {
  color: #874444;
}
.ch .rr__forward .cc__forward__link a:hover:active, .ch .rr__forward .cc__forward__link a:hover.active, .ch .rr__forward .cc__forward__link a:focus:active, .ch .rr__forward .cc__forward__link a:focus.active {
  background-image: none;
}
.ch .rr__forward .cc__forward__link a:hover.disabled:hover, .ch .rr__forward .cc__forward__link a:hover.disabled:focus, .ch .rr__forward .cc__forward__link a:hover.disabled.focus, .ch .rr__forward .cc__forward__link a:hover[disabled]:hover, .ch .rr__forward .cc__forward__link a:hover[disabled]:focus, .ch .rr__forward .cc__forward__link a:hover[disabled].focus, fieldset[disabled] .ch .rr__forward .cc__forward__link a:hover:hover, fieldset[disabled] .ch .rr__forward .cc__forward__link a:hover:focus, fieldset[disabled] .ch .rr__forward .cc__forward__link a:hover.focus, .ch .rr__forward .cc__forward__link a:focus.disabled:hover, .ch .rr__forward .cc__forward__link a:focus.disabled:focus, .ch .rr__forward .cc__forward__link a:focus.disabled.focus, .ch .rr__forward .cc__forward__link a:focus[disabled]:hover, .ch .rr__forward .cc__forward__link a:focus[disabled]:focus, .ch .rr__forward .cc__forward__link a:focus[disabled].focus, fieldset[disabled] .ch .rr__forward .cc__forward__link a:focus:hover, fieldset[disabled] .ch .rr__forward .cc__forward__link a:focus:focus, fieldset[disabled] .ch .rr__forward .cc__forward__link a:focus.focus {
  background-color: white;
  border-color: white;
}
.ch .rr__forward .cc__forward__link a:hover, .ch .rr__forward .cc__forward__link a:focus {
  background: white !important;
}
.ch .rr__forward .cc__forward__img {
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 240px;
}
@media only screen and (min-width: 768px) {
  .ch .rr__forward .cc__forward__img {
    display: none;
  }
}
.ch .rr__forward .cc__forward__img--tablet {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ch .rr__forward .cc__forward__img--tablet {
    display: block;
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 448px;
  }
}
.ch .rr__forward .cc__forward__img--desktop {
  display: none;
}
@media only screen and (min-width: 992px) {
  .ch .rr__forward .cc__forward__img--desktop {
    display: block;
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 716px;
  }
}
@media only screen and (min-width: 1200px) {
  .ch .rr__forward .cc__forward__img--desktop {
    width: 864px;
  }
}

body.newsroom {
  background-image: none !important;
}
body.newsroom .page-title {
  font-size: 28px;
  color: #9E3E23;
}
@media only screen and (min-width: 992px) {
  body.newsroom .page-title {
    font-size: 32px;
    color: white;
  }
}
@media only screen and (min-width: 1200px) {
  body.newsroom .page-title {
    font-size: 40px;
  }
}

main.newsroom .title-container {
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  main.newsroom .title-container {
    min-height: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  main.newsroom .title-container {
    min-height: 470px;
  }
}
@media only screen and (min-width: 992px) {
  main.newsroom .title-container .page-title-col {
    margin-top: 125px;
  }
}
@media only screen and (min-width: 1200px) {
  main.newsroom .title-container .page-title-col {
    margin-top: 200px;
  }
}
@media only screen and (min-width: 992px) {
  main.newsroom p {
    font-size: 16px;
    line-height: 1.75;
  }
}
main.newsroom .headline-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  main.newsroom .headline-wrap {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
main.newsroom .section-headline {
  font-family: "Lora";
  font-weight: 400;
  font-size: 20px;
  color: #00385F;
  line-height: 28px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  main.newsroom .section-headline {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  main.newsroom .section-headline {
    font-size: 28px;
  }
}
main.newsroom .more-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
main.newsroom #policy {
  background: #F7F2ED url("../img/distressed-background-beige.jpg") top left;
  background-repeat: repeat;
  position: relative;
  z-index: 10;
  padding: 30px 0;
}
@media only screen and (min-width: 992px) {
  main.newsroom #policy {
    padding: 50px 0;
  }
}
main.newsroom #policy:after {
  content: "";
  position: absolute;
  bottom: -190px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 200px;
  background-image: url("../img/distressed-edge-white.png");
  background-position: left bottom;
  background-repeat: repeat;
  transform: rotate(180deg);
}
main.newsroom #policy .speaker-button {
  display: flex;
  align-content: center;
  font-size: 18px;
  line-height: 22px;
  font-family: "Whitney A", "Whitney B", "Arial";
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
main.newsroom #policy .speaker-button .fa-globe {
  background: #9E3E23;
  width: 45px;
  height: 45px;
  border-radius: 25px;
  margin-right: 20px;
  color: white;
  padding-top: 13px;
  padding-left: 14px;
}
main.newsroom #policy .speaker-button .button-text {
  transform: translateY(13px);
}
main.newsroom .contact-headline {
  color: #9E3E23;
  text-transform: uppercase;
  font-family: "Whitney A", "Whitney B", "Arial";
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  main.newsroom .summary-misc__collab ul li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  main.newsroom .summary-misc__collab ul li {
    font-size: 16px;
  }
}
main.newsroom .research-summary .summary-bottom .summary-desc,
main.newsroom .research-summary .summary-bottom .summary-file-link {
  margin-left: 0;
}
main.newsroom .research-summary .summary-bottom .summary-file-link {
  margin-top: 8px;
  margin-bottom: 20px;
}
main.newsroom .research-summary .summary-top .summary-top__cats-contain {
  font-style: italic;
  font-size: 16px;
  line-height: 19px;
  padding: 2px 0;
}
@media only screen and (min-width: 992px) {
  main.newsroom .research-summary .summary-top .summary-top__cats-contain {
    font-size: 20px;
    line-height: 24px;
    padding: 9px 0;
  }
}
main.newsroom #featured,
main.newsroom #publications,
main.newsroom #latest-news,
main.newsroom #more-links {
  position: relative;
  z-index: 10;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  main.newsroom #featured,
  main.newsroom #publications,
  main.newsroom #latest-news,
  main.newsroom #more-links {
    margin-top: 75px;
  }
}
@media only screen and (min-width: 992px) {
  main.newsroom #featured,
  main.newsroom #publications,
  main.newsroom #latest-news,
  main.newsroom #more-links {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 768px) {
  main.newsroom .publications {
    display: flex;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
  }
}
main.newsroom .publication {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 768px) {
  main.newsroom .publication {
    flex: 0 calc(33% - 25px);
  }
}
main.newsroom .publication:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #00385F;
  opacity: 0;
  transition: opacity 0.3s ease;
}
main.newsroom .publication:hover .publication-details, main.newsroom .publication:focus .publication-details {
  opacity: 1;
  transform: translateY(0);
}
main.newsroom .publication:hover:after, main.newsroom .publication:focus:after {
  opacity: 0.75;
}
main.newsroom .publication a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
main.newsroom .publication .publication-details {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  color: white;
  padding: 16px 24px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.625s ease;
}
main.newsroom .publication .publication-details h3 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  font-family: "Whitney A", "Whitney B", "Arial";
}
main.newsroom .publication .publication-details p {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
main.newsroom .slick-dots {
  bottom: -15px;
  width: calc(100% - 30px);
}
main.newsroom .slick-dots li button:before {
  font-size: 36px;
  z-index: 2;
}
main.newsroom .slick-dots li.slick-active button:before {
  color: #026CB6;
  opacity: 1;
}

/* /main.newsroom */
main.newsroom #big-links {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  main.newsroom #big-links {
    flex-direction: row;
    margin-top: 75px;
  }
}
@media only screen and (min-width: 992px) {
  main.newsroom #big-links {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  main.newsroom #big-links {
    margin-top: 110px;
  }
}
main.newsroom #big-links .big-link {
  flex: 1;
  position: relative;
  z-index: 1;
  background-color: #026cb6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}
main.newsroom #big-links .big-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: #4A4A4A;
  opacity: 0.8;
}
main.newsroom #big-links .big-link:nth-of-type(2):before {
  background: #9E3E23;
}
main.newsroom #big-links .big-link h2 {
  font-size: 32px;
}
main.newsroom #big-links .inner {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 650px;
  padding: 60px;
  position: relative;
  z-index: 6;
  color: white;
}
@media only screen and (min-width: 1200px) {
  main.newsroom #big-links .inner {
    padding: 115px 60px;
  }
}
main.newsroom #big-links .btn {
  color: white;
}

main.newsroom #more-links {
  background: #123B60 url("../img/DiamondPattern.png") repeat 0 0;
  padding-bottom: 75px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  main.newsroom #more-links {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  main.newsroom #more-links {
    padding-bottom: 110px;
  }
}
main.newsroom #more-links .headline-wrap {
  justify-content: center;
}
main.newsroom #more-links h2 {
  background: transparent url("../img/TopHeader_Rectangle-tiled.png") repeat bottom left;
  font-family: "Whitney A", "Whitney B", "Arial";
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding: 25px;
  margin-top: 0;
  position: relative;
  top: -5px;
}
main.newsroom #more-links .link {
  color: white;
}
main.newsroom #more-links .link h3 {
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (min-width: 992px) {
  main.newsroom #more-links .link h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
main.newsroom #more-links .link a {
  color: white;
  transition: 0.35s all ease;
}
main.newsroom #more-links .link a .fa-arrow-right {
  color: #B2BC36;
  transition: 0.35s all ease;
}
main.newsroom #more-links .link a:hover, main.newsroom #more-links .link a:focus {
  color: #B2BC36;
}
main.newsroom #more-links .link a:hover .fa-arrow-right, main.newsroom #more-links .link a:focus .fa-arrow-right {
  transform: translateX(10px);
}

.contact-card,
.contact-block--card {
  background: white;
  padding: 20px;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
  display: flex;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .contact-card,
  .contact-block--card {
    padding: 30px;
  }
}
.contact-card .contact-photo,
.contact-block--card .contact-photo {
  flex: 0 100px;
  margin-right: 25px;
}
.contact-card .contact-details,
.contact-block--card .contact-details {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.contact-card .contact-details h4,
.contact-block--card .contact-details h4 {
  font-family: "Lora";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #00385F;
  margin-top: 0;
  margin-bottom: 5px;
}
.contact-card .contact-details span,
.contact-block--card .contact-details span {
  margin-bottom: 4px;
}

@media only screen and (min-width: 768px) {
  main.newsroom #latest-news .blog > div:nth-of-type(3) {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  main.newsroom #latest-news .blog > div:nth-of-type(3) {
    display: block;
  }
}

@font-face {
  font-family: "Hurson";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Hurson/hurson.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Hurson/hurson.eot?#iefix") format("embedded-opentype"), url("../fonts/Hurson/hurson.woff2") format("woff2"), url("../fonts/Hurson/hurson.woff") format("woff"), url("../fonts/Hurson/hurson.ttf") format("truetype"), url("../fonts/Hurson/hurson.svg#hursonregular") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Noyh";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Noyh/noyh-book.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Noyh/noyh-book.eot?#iefix") format("embedded-opentype"), url("../fonts/Noyh/noyh-book.woff2") format("woff2"), url("../fonts/Noyh/noyh-book.woff") format("woff"), url("../fonts/Noyh/noyh-book.ttf") format("truetype"), url("../fonts/Noyh/noyh-book.svg#noyh_bookregular") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Noyh";
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/Noyh/noyh-italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Noyh/noyh-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Noyh/noyh-italic.woff2") format("woff2"), url("../fonts/Noyh/noyh-italic.woff") format("woff"), url("../fonts/Noyh/noyh-italic.ttf") format("truetype"), url("../fonts/Noyh/noyh-italic.svg#noyh_italicregular") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Noyh";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/Noyh/noyh-bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Noyh/noyh-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Noyh/noyh-bold.woff2") format("woff2"), url("../fonts/Noyh/noyh-bold.woff") format("woff"), url("../fonts/Noyh/noyh-bboldook.ttf") format("truetype"), url("../fonts/Noyh/noyh-bold.svg#noyh_boldregular") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Noyh";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/Noyh/noyh-bold-italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Noyh/noyh-bold-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Noyh/noyh-bold-italic.woff2") format("woff2"), url("../fonts/Noyh/noyh-bold-italic.woff") format("woff"), url("../fonts/Noyh/noyh-bold-italic.ttf") format("truetype"), url("../fonts/Noyh/noyh-bold-italic.svg#noyh_bold_italicregular") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Holtzman";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Holtzman/Holtzman-Textured.otf") format("opentype");
}
@font-face {
  font-family: "TradeSupply";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/TradeSupply/TradeSupply-Textured.otf") format("opentype");
}
.page.interior.conference-landing {
  background: none;
}

.conference {
  font-family: "Lora", serif;
}
.conference--banner {
  position: relative;
  z-index: 1;
}
.conference--banner-image {
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 1;
}
.conference--banner-image img {
  width: 100%;
  max-width: 100%;
}
.conference--banner-logo {
  width: 35vw;
  position: absolute;
  top: 1.75vw;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
}
.conference--nav {
  background: #8e4b23;
}
@media only screen and (min-width: 992px) {
  .conference--nav {
    padding: 20px 0;
  }
}
.conference--nav-toggle {
  background: none;
  border: none;
  padding: 15px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.88px;
  transition: 0.3s all ease;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.conference--nav-toggle:hover, .conference--nav-toggle:focus {
  cursor: pointer;
  background: #bb7e4c;
}
@media only screen and (min-width: 992px) {
  .conference--nav-toggle {
    display: none;
  }
}
.conference--nav-toggle.is-open .fa-bars:before {
  content: "\f068";
}
.conference--nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-height: 0px;
  transition: all 0.3s ease;
}
.conference--nav-list.is-open {
  max-height: 750px;
}
@media only screen and (min-width: 992px) {
  .conference--nav-list {
    max-height: 750px;
    overflow: auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.conference--nav-item {
  position: relative;
  font-family: "Noyh";
}
.conference--nav-item:not(:last-of-type):after {
  content: "";
  height: 1px;
  width: 100%;
  height: 1px;
  background: #bb7e4c;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .conference--nav-item:not(:last-of-type):after {
    width: 1px;
    height: 100%;
    right: 0;
    left: auto;
  }
}
.conference--nav-link {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.88px;
  padding: 15px;
  font-weight: 600;
  background: transparent;
  transition: 0.3s all ease;
}
@media only screen and (min-width: 992px) {
  .conference--nav-link {
    font-size: 18px;
  }
}
.conference--nav-link:hover, .conference--nav-link:focus {
  color: #ffffff;
  background: #bb7e4c;
}
.conference--main-countdown {
  padding: 50px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .conference--main-countdown {
    padding: 80px 0;
  }
}
.conference--main-countdown .rte p {
  color: inherit;
}
.conference--main-countdown .conference--main-rsvp-link {
  color: #F7CC54;
  font-weight: bold;
}
.conference--main-countdown .conference--main-rsvp-link .fa-arrow-right {
  background: #C9703D;
  border-color: #C9703D;
  color: white;
}
.conference--main-countdown .conference--main-rsvp-link:hover .fa-arrow-right, .conference--main-countdown .conference--main-rsvp-link:focus .fa-arrow-right {
  border-color: #C9703D;
}
.conference #countdown {
  font-family: "Noyh", serif;
  font-weight: bold;
  font-size: 36px;
  color: white;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .conference #countdown {
    font-size: 42px;
  }
}
.conference--main-rsvp {
  background: #708c67;
  color: #4A4A4A;
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  .conference--main-rsvp {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) {
  .conference--main-rsvp .row {
    display: flex;
    align-items: center;
  }
}
.conference h2,
.conference h3 {
  font-weight: bold;
  line-height: 1.25;
}
.conference--main-rsvp-top, .conference--main-rsvp-venue {
  font-family: "Noyh", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 3px;
  position: relative;
  left: 6px;
}
.conference--main-rsvp-date {
  display: block;
  font-size: 28px;
  line-height: 24px;
  font-family: "Noyh", serif;
  font-weight: 400;
  color: #fff5db;
}
.conference--main-rsvp-date:after {
  content: "";
  width: 100%;
  height: 1px;
  margin: 15px 0;
  background-color: #fff5db;
  display: block;
  opacity: 0.25;
}
@media only screen and (min-width: 992px) {
  .conference--main-rsvp-date {
    font-size: 36px;
    line-height: 28px;
  }
}
.conference--main-rsvp-link {
  font-family: "Hurson", serif;
  color: #12395d;
  position: relative;
  left: 3px;
  font-size: 30px;
  line-height: 36px;
}
.conference--main-rsvp-link:hover, .conference--main-rsvp-link:focus {
  color: #fff5db;
  cursor: pointer;
}
.conference--main-rsvp-link:hover .fa-arrow-right, .conference--main-rsvp-link:focus .fa-arrow-right {
  border-color: #fff5db;
}
.conference--main-rsvp-link .fa-arrow-right {
  display: inline-block;
  border: 1px solid #12395d;
  height: 32px;
  width: 32px;
  transform: rotate(45deg);
  text-align: center;
  padding-top: 7px;
  margin-right: 15px;
  position: relative;
  top: 12px;
  transition: 0.3s all ease;
}
.conference--main-rsvp-link .fa-arrow-right:before {
  display: inline-block;
  font-size: 17px;
  transform: rotate(-45deg);
  position: relative;
  bottom: 12px;
  right: 0;
}
@media only screen and (min-width: 992px) {
  .conference--main-rsvp-link .fa-arrow-right:before {
    bottom: 14px;
  }
}
.conference--main-details {
  position: relative;
  z-index: 1;
  background: #8e4b23;
  color: #FFFFFF;
  padding: 50px 0;
}
@media only screen and (min-width: 992px) {
  .conference--main-details {
    padding: 80px 0;
  }
}
.conference--main-details:after {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  bottom: 0;
  right: 0;
  background-image: url("../img/con2022/PFI2022_ColorOverlay_WithHill_Tan_1800x750px.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .conference--main-details:after {
    bottom: auto;
    top: 0;
    height: 100%;
    width: 350px;
    background-image: url("../img/con2022/PFI2022_ColorOverlay_Tan_1800x1800px.jpg");
  }
}
@media only screen and (min-width: 992px) {
  .conference--main-details:after {
    width: 450px;
  }
}
@media only screen and (min-width: 1200px) {
  .conference--main-details:after {
    width: 575px;
  }
}
.conference--main-details .container {
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  .conference--main-details .row {
    display: flex;
    justify-content: space-between;
  }
}
.conference--main-details .program-cover {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.25);
  margin-top: 50px;
}
@media only screen and (min-width: 992px) {
  .conference--main-details .program-cover {
    margin-top: 0;
  }
}
.conference--main-details .rte h2,
.conference--main-details .rte h3,
.conference--main-details .rte h4,
.conference--main-details .rte h5,
.conference--main-details .rte h6,
.conference--main-details .rte p,
.conference--main-details .rte li {
  color: white;
}
.conference--main-cta {
  background: #bb7e4c;
  padding: 50px 0;
}
@media only screen and (min-width: 992px) {
  .conference--main-cta {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) {
  .conference--main-cta .row {
    display: flex;
    align-items: center;
  }
}
.conference--main-cta .rte h2,
.conference--main-cta .rte h3 {
  color: white;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .conference--main-cta .rte h2,
  .conference--main-cta .rte h3 {
    margin-top: 0;
  }
}
.conference--main-cta .rte p,
.conference--main-cta .rte li {
  color: white;
}
.conference--main-links-list {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .conference--main-links-list {
    flex-direction: row;
  }
}
.conference--main-links-item {
  flex: 1;
  text-align: center;
  height: 33vw;
  min-height: 300px;
  position: relative;
  z-index: 1;
  transition: 0.3s all ease;
  background: transparent no-repeat center center;
  background-size: cover;
}
.conference--main-links-item:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(142, 75, 35, 0) 0%, rgba(142, 75, 35, 0.75) 100%);
  transition: 0.3s all ease;
}
.conference--main-links-item:hover:after, .conference--main-links-item:focus:after {
  background: linear-gradient(to bottom, rgba(142, 75, 35, 0.25) 0%, rgba(142, 75, 35, 0.75) 100%);
}
.conference--main-links-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.conference--main-links-link span {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  font-family: "Noyh", sans-serif;
  color: white;
  font-size: 32px;
  padding: 30px 10px;
}
@media only screen and (min-width: 992px) {
  .conference--main-links-link span {
    font-size: 48px;
  }
}
.conference--main-sponsors {
  background-color: white;
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  .conference--main-sponsors {
    padding: 80px 0;
  }
}
.conference--main-sponsors .section-crown {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .conference--main-sponsors .section-crown {
    flex-direction: row;
    justify-content: space-between;
  }
}
.conference--main-sponsors .section-crown h2 {
  font-family: "Hurson", serif;
  font-size: 32px;
  color: #708c67;
}
.conference--main-sponsors .section-crown a {
  font-family: "Noyh", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #8e4b23;
}
.conference--main-sponsors .sponsors-slider {
  margin: 25px 0;
}
.conference--main-sponsors .sponsors-slider .sponsor {
  padding: 0 12px;
}
.conference--main-sponsors .sponsors-slider img {
  margin: 0 auto;
  max-height: 100px;
  width: auto;
}
.conference--main-sponsors .sponsors-slider .slick-track {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.conference--main-sponsors .slick-arrow {
  z-index: 2;
  top: 50%;
  height: auto;
  width: auto;
}
.conference--main-sponsors .slick-arrow.slick-next {
  right: 0;
}
.conference--main-sponsors .slick-arrow.slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 46px;
  color: #b6d4a6;
}
.conference--main-sponsors .slick-arrow.slick-prev {
  left: 0;
}
.conference--main-sponsors .slick-arrow.slick-prev:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 46px;
  color: #b6d4a6;
}
.conference--main-bottom-cta {
  margin-bottom: -50px;
  padding: 100px 0 80px 0;
  background: transparent url("../img/con2022/PFI2022_ColorOverlay_WithHill_Green3_1800x750px.png") no-repeat top left;
  background-size: cover;
  text-align: center;
  position: relative;
  top: -50px;
}
@media only screen and (min-width: 768px) {
  .conference--main-bottom-cta {
    padding: 140px 0 120px 0;
  }
}
.conference--main-bottom-cta h3 {
  font-family: "Noyh", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 24px;
}
.conference--main-bottom-cta p {
  font-family: "Hurson", serif;
  font-size: 48px;
  color: #8e4b23;
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .conference--main-bottom-cta p {
    font-size: 56px;
  }
}
.conference .btn {
  font-family: "Noyh", sans-serif;
  font-size: 18px;
  white-space: normal;
  transition: 0.3s all ease;
}
.conference .btn--cc-white {
  color: #708c67;
  background-color: white;
  border-color: white;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.conference .btn--cc-white:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid white;
  transform: translateX(-100%);
}
.conference .btn--cc-white:hover, .conference .btn--cc-white:focus {
  background: transparent;
}
.conference .btn--cc-white:hover:before, .conference .btn--cc-white:focus:before {
  transform: translateX(0);
}
.conference .btn--cc-white:before, .conference .btn--cc-white:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.conference .btn--cc-white:focus, .conference .btn--cc-white.focus {
  color: #708c67;
}
.conference .btn--cc-white:hover {
  color: #708c67;
}
.conference .btn--cc-white:active, .conference .btn--cc-white.active {
  color: #708c67;
}
.conference .btn--cc-white:active:hover, .conference .btn--cc-white:active:focus, .conference .btn--cc-white:active.focus, .conference .btn--cc-white.active:hover, .conference .btn--cc-white.active:focus, .conference .btn--cc-white.active.focus {
  color: #708c67;
}
.conference .btn--cc-white:active, .conference .btn--cc-white.active {
  background-image: none;
}
.conference .btn--cc-white.disabled:hover, .conference .btn--cc-white.disabled:focus, .conference .btn--cc-white.disabled.focus, .conference .btn--cc-white[disabled]:hover, .conference .btn--cc-white[disabled]:focus, .conference .btn--cc-white[disabled].focus, fieldset[disabled] .conference .btn--cc-white:hover, fieldset[disabled] .conference .btn--cc-white:focus, fieldset[disabled] .conference .btn--cc-white.focus {
  background-color: white;
  border-color: white;
}
.conference .btn--cc-white {
  transition: 0.3s all ease;
}
.conference .btn--cc-white:hover, .conference .btn--cc-white:focus {
  color: white;
  background-color: #708c67;
  border-color: #708c67;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.conference .btn--cc-white:hover:before, .conference .btn--cc-white:focus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid #708c67;
  transform: translateX(-100%);
}
.conference .btn--cc-white:hover:hover, .conference .btn--cc-white:hover:focus, .conference .btn--cc-white:focus:hover, .conference .btn--cc-white:focus:focus {
  background: transparent;
}
.conference .btn--cc-white:hover:hover:before, .conference .btn--cc-white:hover:focus:before, .conference .btn--cc-white:focus:hover:before, .conference .btn--cc-white:focus:focus:before {
  transform: translateX(0);
}
.conference .btn--cc-white:hover:before, .conference .btn--cc-white:hover:after, .conference .btn--cc-white:focus:before, .conference .btn--cc-white:focus:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.conference .btn--cc-white:hover:focus, .conference .btn--cc-white:hover.focus, .conference .btn--cc-white:focus:focus, .conference .btn--cc-white:focus.focus {
  color: white;
}
.conference .btn--cc-white:hover:hover, .conference .btn--cc-white:focus:hover {
  color: white;
}
.conference .btn--cc-white:hover:active, .conference .btn--cc-white:hover.active, .conference .btn--cc-white:focus:active, .conference .btn--cc-white:focus.active {
  color: white;
}
.conference .btn--cc-white:hover:active:hover, .conference .btn--cc-white:hover:active:focus, .conference .btn--cc-white:hover:active.focus, .conference .btn--cc-white:hover.active:hover, .conference .btn--cc-white:hover.active:focus, .conference .btn--cc-white:hover.active.focus, .conference .btn--cc-white:focus:active:hover, .conference .btn--cc-white:focus:active:focus, .conference .btn--cc-white:focus:active.focus, .conference .btn--cc-white:focus.active:hover, .conference .btn--cc-white:focus.active:focus, .conference .btn--cc-white:focus.active.focus {
  color: white;
}
.conference .btn--cc-white:hover:active, .conference .btn--cc-white:hover.active, .conference .btn--cc-white:focus:active, .conference .btn--cc-white:focus.active {
  background-image: none;
}
.conference .btn--cc-white:hover.disabled:hover, .conference .btn--cc-white:hover.disabled:focus, .conference .btn--cc-white:hover.disabled.focus, .conference .btn--cc-white:hover[disabled]:hover, .conference .btn--cc-white:hover[disabled]:focus, .conference .btn--cc-white:hover[disabled].focus, fieldset[disabled] .conference .btn--cc-white:hover:hover, fieldset[disabled] .conference .btn--cc-white:hover:focus, fieldset[disabled] .conference .btn--cc-white:hover.focus, .conference .btn--cc-white:focus.disabled:hover, .conference .btn--cc-white:focus.disabled:focus, .conference .btn--cc-white:focus.disabled.focus, .conference .btn--cc-white:focus[disabled]:hover, .conference .btn--cc-white:focus[disabled]:focus, .conference .btn--cc-white:focus[disabled].focus, fieldset[disabled] .conference .btn--cc-white:focus:hover, fieldset[disabled] .conference .btn--cc-white:focus:focus, fieldset[disabled] .conference .btn--cc-white:focus.focus {
  background-color: #708c67;
  border-color: #708c67;
}
.conference .btn--cc-brown {
  color: white;
  background-color: #8e4b23;
  border-color: #8e4b23;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.conference .btn--cc-brown:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid #8e4b23;
  transform: translateX(-100%);
}
.conference .btn--cc-brown:hover, .conference .btn--cc-brown:focus {
  background: transparent;
}
.conference .btn--cc-brown:hover:before, .conference .btn--cc-brown:focus:before {
  transform: translateX(0);
}
.conference .btn--cc-brown:before, .conference .btn--cc-brown:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.conference .btn--cc-brown:focus, .conference .btn--cc-brown.focus {
  color: white;
}
.conference .btn--cc-brown:hover {
  color: white;
}
.conference .btn--cc-brown:active, .conference .btn--cc-brown.active {
  color: white;
}
.conference .btn--cc-brown:active:hover, .conference .btn--cc-brown:active:focus, .conference .btn--cc-brown:active.focus, .conference .btn--cc-brown.active:hover, .conference .btn--cc-brown.active:focus, .conference .btn--cc-brown.active.focus {
  color: white;
}
.conference .btn--cc-brown:active, .conference .btn--cc-brown.active {
  background-image: none;
}
.conference .btn--cc-brown.disabled:hover, .conference .btn--cc-brown.disabled:focus, .conference .btn--cc-brown.disabled.focus, .conference .btn--cc-brown[disabled]:hover, .conference .btn--cc-brown[disabled]:focus, .conference .btn--cc-brown[disabled].focus, fieldset[disabled] .conference .btn--cc-brown:hover, fieldset[disabled] .conference .btn--cc-brown:focus, fieldset[disabled] .conference .btn--cc-brown.focus {
  background-color: #8e4b23;
  border-color: #8e4b23;
}
.conference .btn--cc-brown:hover, .conference .btn--cc-brown:focus {
  color: #8e4b23;
  background-color: white;
  border-color: white;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.conference .btn--cc-brown:hover:before, .conference .btn--cc-brown:focus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid white;
  transform: translateX(-100%);
}
.conference .btn--cc-brown:hover:hover, .conference .btn--cc-brown:hover:focus, .conference .btn--cc-brown:focus:hover, .conference .btn--cc-brown:focus:focus {
  background: transparent;
}
.conference .btn--cc-brown:hover:hover:before, .conference .btn--cc-brown:hover:focus:before, .conference .btn--cc-brown:focus:hover:before, .conference .btn--cc-brown:focus:focus:before {
  transform: translateX(0);
}
.conference .btn--cc-brown:hover:before, .conference .btn--cc-brown:hover:after, .conference .btn--cc-brown:focus:before, .conference .btn--cc-brown:focus:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.conference .btn--cc-brown:hover:focus, .conference .btn--cc-brown:hover.focus, .conference .btn--cc-brown:focus:focus, .conference .btn--cc-brown:focus.focus {
  color: #8e4b23;
}
.conference .btn--cc-brown:hover:hover, .conference .btn--cc-brown:focus:hover {
  color: #8e4b23;
}
.conference .btn--cc-brown:hover:active, .conference .btn--cc-brown:hover.active, .conference .btn--cc-brown:focus:active, .conference .btn--cc-brown:focus.active {
  color: #8e4b23;
}
.conference .btn--cc-brown:hover:active:hover, .conference .btn--cc-brown:hover:active:focus, .conference .btn--cc-brown:hover:active.focus, .conference .btn--cc-brown:hover.active:hover, .conference .btn--cc-brown:hover.active:focus, .conference .btn--cc-brown:hover.active.focus, .conference .btn--cc-brown:focus:active:hover, .conference .btn--cc-brown:focus:active:focus, .conference .btn--cc-brown:focus:active.focus, .conference .btn--cc-brown:focus.active:hover, .conference .btn--cc-brown:focus.active:focus, .conference .btn--cc-brown:focus.active.focus {
  color: #8e4b23;
}
.conference .btn--cc-brown:hover:active, .conference .btn--cc-brown:hover.active, .conference .btn--cc-brown:focus:active, .conference .btn--cc-brown:focus.active {
  background-image: none;
}
.conference .btn--cc-brown:hover.disabled:hover, .conference .btn--cc-brown:hover.disabled:focus, .conference .btn--cc-brown:hover.disabled.focus, .conference .btn--cc-brown:hover[disabled]:hover, .conference .btn--cc-brown:hover[disabled]:focus, .conference .btn--cc-brown:hover[disabled].focus, fieldset[disabled] .conference .btn--cc-brown:hover:hover, fieldset[disabled] .conference .btn--cc-brown:hover:focus, fieldset[disabled] .conference .btn--cc-brown:hover.focus, .conference .btn--cc-brown:focus.disabled:hover, .conference .btn--cc-brown:focus.disabled:focus, .conference .btn--cc-brown:focus.disabled.focus, .conference .btn--cc-brown:focus[disabled]:hover, .conference .btn--cc-brown:focus[disabled]:focus, .conference .btn--cc-brown:focus[disabled].focus, fieldset[disabled] .conference .btn--cc-brown:focus:hover, fieldset[disabled] .conference .btn--cc-brown:focus:focus, fieldset[disabled] .conference .btn--cc-brown:focus.focus {
  background-color: white;
  border-color: white;
}
.conference .rte h2,
.conference .rte h3 {
  font-family: "Hurson", serif;
}
.conference .rte h4,
.conference .rte h5,
.conference .rte h6 {
  font-family: "Noyh", sans-serif;
}
.conference .rte h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .conference .rte h2 {
    font-size: 52px;
    margin-bottom: 26px;
  }
}
.conference #content .page-title {
  color: #8e4b23;
}
.conference #sidebar {
  display: none;
}
@media only screen and (min-width: 992px) {
  .conference #sidebar {
    display: block;
  }
}
.conference #sidebar img {
  margin-top: 40px;
}
.conference #sidebar > img,
.conference #sidebar > h4 {
  display: none;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .conference #sidebar > img,
  .conference #sidebar > h4 {
    display: block;
  }
}
.conference #sidebar h4 {
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 18px;
}
.conference #sidebar h4 span {
  display: block;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 700;
}
.conference #sidebar .sidebar--nav-toggle {
  background: #F7F2ED;
  color: #8e4b23;
  border: none;
  padding: 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.88px;
  transition: 0.3s all ease;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.conference #sidebar .sidebar--nav-toggle:hover, .conference #sidebar .sidebar--nav-toggle:focus {
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .conference #sidebar .sidebar--nav-toggle {
    display: none;
  }
}
.conference #sidebar .sidebar--nav-toggle.is-open .fa-bars:before {
  content: "\f068";
}
.conference #sidebar ul li:before {
  content: none;
}
.conference #sidebar ul li a {
  color: #708c67;
  transition: color 0.3s ease;
  display: block;
}
@media only screen and (min-width: 992px) {
  .conference #sidebar ul li a {
    padding: 2px 0;
  }
}
.conference #sidebar ul li a:hover, .conference #sidebar ul li a:focus {
  color: #8e4b23;
}
.conference #sidebar .sidebar--nav {
  background: #F7F2ED;
  max-height: 0;
  overflow: hidden;
}
.conference #sidebar .sidebar--nav.is-open {
  max-height: 100vh;
}
@media only screen and (min-width: 992px) {
  .conference #sidebar .sidebar--nav {
    background: none;
    max-height: none;
  }
}
.conference #sidebar .sidebar--nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  transition: 0.5s max-height ease;
  padding: 15px;
}
@media only screen and (min-width: 992px) {
  .conference #sidebar .sidebar--nav-list {
    padding: 0;
  }
}

body.conference-interior .rte p .article-preview {
  font-size: 21px;
  line-height: 1.65;
}
@media only screen and (min-width: 992px) {
  body.conference-interior .rte p .article-preview {
    font-size: 26px;
  }
}

/**
  * 2024
**/
.year-2024,
.year-Annual,
.year-Midwest {
  background-image: none !important;
  /* Navigation */
  /* Countdown */
  /* Main RSVP */
  /* Big Links */
  /* Sponsors */
  /* Bottom CTA */
  /* Components */
}
.year-2024 .conference--nav,
.year-Annual .conference--nav,
.year-Midwest .conference--nav {
  background-color: #C6D4DC;
  border-top: 2px solid #F7CC54;
  border-bottom: 2px solid #F7CC54;
}
.year-2024 .conference--nav .conference--nav-item:not(:last-of-type):after,
.year-Annual .conference--nav .conference--nav-item:not(:last-of-type):after,
.year-Midwest .conference--nav .conference--nav-item:not(:last-of-type):after {
  background: #12395D;
}
.year-2024 .conference--nav a.conference--nav-link,
.year-Annual .conference--nav a.conference--nav-link,
.year-Midwest .conference--nav a.conference--nav-link {
  color: #12395D;
  letter-spacing: 0;
  text-align: center;
}
.year-2024 .conference--nav a.conference--nav-link:hover, .year-2024 .conference--nav a.conference--nav-link:focus,
.year-Annual .conference--nav a.conference--nav-link:hover,
.year-Annual .conference--nav a.conference--nav-link:focus,
.year-Midwest .conference--nav a.conference--nav-link:hover,
.year-Midwest .conference--nav a.conference--nav-link:focus {
  background: rgba(255, 255, 255, 0.25);
}
.year-2024 .conference--main-countdown,
.year-Annual .conference--main-countdown,
.year-Midwest .conference--main-countdown {
  text-align: center;
  background: #12395d;
  color: white;
}
.year-2024 .conference--main-countdown p,
.year-Annual .conference--main-countdown p,
.year-Midwest .conference--main-countdown p {
  font-family: "Noyh", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.year-2024 .conference--main-rsvp,
.year-Annual .conference--main-rsvp,
.year-Midwest .conference--main-rsvp {
  background: #C6D4DC;
  color: #4A4A4A;
}
.year-2024 .conference--main-rsvp h2,
.year-2024 .conference--main-rsvp h3,
.year-Annual .conference--main-rsvp h2,
.year-Annual .conference--main-rsvp h3,
.year-Midwest .conference--main-rsvp h2,
.year-Midwest .conference--main-rsvp h3 {
  margin-top: 0;
  color: #12395D;
}
.year-2024 .conference--main-rsvp .rte,
.year-Annual .conference--main-rsvp .rte,
.year-Midwest .conference--main-rsvp .rte {
  margin-bottom: 15px;
}
.year-2024 .conference--main-rsvp-top,
.year-Annual .conference--main-rsvp-top,
.year-Midwest .conference--main-rsvp-top {
  color: #8E4B23;
}
.year-2024 .conference--main-rsvp-date,
.year-Annual .conference--main-rsvp-date,
.year-Midwest .conference--main-rsvp-date {
  color: #12395D;
}
.year-2024 .conference--main-rsvp-date:after,
.year-Annual .conference--main-rsvp-date:after,
.year-Midwest .conference--main-rsvp-date:after {
  background-color: #12395D;
  margin: 25px 0 20px 0;
}
.year-2024 .conference--main-rsvp-link,
.year-Annual .conference--main-rsvp-link,
.year-Midwest .conference--main-rsvp-link {
  font-family: "Noyh", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.year-2024 .conference--main-details,
.year-Annual .conference--main-details,
.year-Midwest .conference--main-details {
  background: #FFFFFF;
  color: #4A4A4A;
}
.year-2024 .conference--main-details:after,
.year-Annual .conference--main-details:after,
.year-Midwest .conference--main-details:after {
  background-color: #12395D;
  background-image: url("/wp-content/uploads/2023/10/PFI2024_brochure_background.jpg");
}
.year-2024 .conference--main-details .rte p,
.year-Annual .conference--main-details .rte p,
.year-Midwest .conference--main-details .rte p {
  color: #4A4A4A;
}
@media (min-width: 768px) {
  .year-2024 .conference--main-details .row,
  .year-Annual .conference--main-details .row,
  .year-Midwest .conference--main-details .row {
    justify-content: flex-start;
  }
}
.year-2024 .conference--main-cta,
.year-Annual .conference--main-cta,
.year-Midwest .conference--main-cta {
  background: #F7CC54;
  color: #12395D;
}
.year-2024 .conference--main-cta .rte h3,
.year-Annual .conference--main-cta .rte h3,
.year-Midwest .conference--main-cta .rte h3 {
  font-family: "Noyh", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.year-2024 .conference--main-cta .rte h3,
.year-2024 .conference--main-cta .rte p,
.year-Annual .conference--main-cta .rte h3,
.year-Annual .conference--main-cta .rte p,
.year-Midwest .conference--main-cta .rte h3,
.year-Midwest .conference--main-cta .rte p {
  color: #12395D;
}
.year-2024 .conference--main-links-item:after,
.year-Annual .conference--main-links-item:after,
.year-Midwest .conference--main-links-item:after {
  background: linear-gradient(to bottom, rgba(18, 57, 93, 0) 0%, rgba(18, 57, 93, 0.75) 100%);
}
.year-2024 .conference--main-links-item:hover:after,
.year-2024 .conference--main-links-item:focus:after,
.year-Annual .conference--main-links-item:hover:after,
.year-Annual .conference--main-links-item:focus:after,
.year-Midwest .conference--main-links-item:hover:after,
.year-Midwest .conference--main-links-item:focus:after {
  background: linear-gradient(to bottom, rgba(18, 57, 93, 0.25) 0%, rgba(18, 57, 93, 0.75) 100%);
}
.year-2024 .conference--main-sponsors .section-crown h2,
.year-2024 .conference--main-sponsors .section-crown a,
.year-Annual .conference--main-sponsors .section-crown h2,
.year-Annual .conference--main-sponsors .section-crown a,
.year-Midwest .conference--main-sponsors .section-crown h2,
.year-Midwest .conference--main-sponsors .section-crown a {
  font-family: "Noyh", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #12395D;
}
.year-2024 .conference--main-sponsors .section-crown a,
.year-Annual .conference--main-sponsors .section-crown a,
.year-Midwest .conference--main-sponsors .section-crown a {
  display: flex;
  align-items: center;
}
.year-2024 .conference--main-sponsors .section-crown a .fal,
.year-Annual .conference--main-sponsors .section-crown a .fal,
.year-Midwest .conference--main-sponsors .section-crown a .fal {
  font-weight: 400;
  color: #C9703D;
  margin-left: 8px;
}
.year-2024 .conference--main-sponsors .top-sponsors,
.year-Annual .conference--main-sponsors .top-sponsors,
.year-Midwest .conference--main-sponsors .top-sponsors {
  margin-top: 15px;
}
.year-2024 .conference--main-sponsors .top-sponsors > figure,
.year-Annual .conference--main-sponsors .top-sponsors > figure,
.year-Midwest .conference--main-sponsors .top-sponsors > figure {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .year-2024 .conference--main-sponsors .top-sponsors,
  .year-Annual .conference--main-sponsors .top-sponsors,
  .year-Midwest .conference--main-sponsors .top-sponsors {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 0;
  }
  .year-2024 .conference--main-sponsors .top-sponsors > figure,
  .year-Annual .conference--main-sponsors .top-sponsors > figure,
  .year-Midwest .conference--main-sponsors .top-sponsors > figure {
    flex: 1;
  }
}
.year-2024 .conference--main-bottom-cta,
.year-Annual .conference--main-bottom-cta,
.year-Midwest .conference--main-bottom-cta {
  background-image: url("https://practicalfarmers.org/wp-content/uploads/2023/10/PFI2024_Conference_CTA_bg-scaled-1.jpg");
}
.year-2024 .conference--main-bottom-cta h3,
.year-Annual .conference--main-bottom-cta h3,
.year-Midwest .conference--main-bottom-cta h3 {
  color: white;
}
.year-2024 .conference--main-bottom-cta p,
.year-Annual .conference--main-bottom-cta p,
.year-Midwest .conference--main-bottom-cta p {
  font-family: "Noyh", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #F7CC54;
}
.year-2024 .conference .conference--main-bottom-cta .btn--cc-brown,
.year-Annual .conference .conference--main-bottom-cta .btn--cc-brown,
.year-Midwest .conference .conference--main-bottom-cta .btn--cc-brown {
  color: #12395D;
  border-color: white;
  background: white;
}
.year-2024 .conference .conference--main-bottom-cta .btn--cc-brown:hover,
.year-2024 .conference .conference--main-bottom-cta .btn--cc-brown:focus,
.year-Annual .conference .conference--main-bottom-cta .btn--cc-brown:hover,
.year-Annual .conference .conference--main-bottom-cta .btn--cc-brown:focus,
.year-Midwest .conference .conference--main-bottom-cta .btn--cc-brown:hover,
.year-Midwest .conference .conference--main-bottom-cta .btn--cc-brown:focus {
  color: #F7CC54;
  background: #12395D;
  border-color: #12395D;
}
.year-2024 .conference .btn--cc-white,
.year-Annual .conference .btn--cc-white,
.year-Midwest .conference .btn--cc-white {
  color: #12395D;
  text-align: left;
}
.year-2024 .conference .btn--cc-white:hover,
.year-2024 .conference .btn--cc-white:focus,
.year-2024 .conference .btn--cc-white:hover:hover,
.year-Annual .conference .btn--cc-white:hover,
.year-Annual .conference .btn--cc-white:focus,
.year-Annual .conference .btn--cc-white:hover:hover,
.year-Midwest .conference .btn--cc-white:hover,
.year-Midwest .conference .btn--cc-white:focus,
.year-Midwest .conference .btn--cc-white:hover:hover {
  color: white;
  background: #12395D;
}
.year-2024 .conference .btn--cc-brown:before,
.year-2024 .conference .btn--cc-brown:after,
.year-2024 .conference .btn--cc-brown:hover:before,
.year-2024 .conference .btn--cc-brown:focus:before,
.year-2024 .conference .btn--cc-white:before,
.year-2024 .conference .btn--cc-white:hover:before,
.year-2024 .conference .btn--cc-white:focus:before,
.year-Annual .conference .btn--cc-brown:before,
.year-Annual .conference .btn--cc-brown:after,
.year-Annual .conference .btn--cc-brown:hover:before,
.year-Annual .conference .btn--cc-brown:focus:before,
.year-Annual .conference .btn--cc-white:before,
.year-Annual .conference .btn--cc-white:hover:before,
.year-Annual .conference .btn--cc-white:focus:before,
.year-Midwest .conference .btn--cc-brown:before,
.year-Midwest .conference .btn--cc-brown:after,
.year-Midwest .conference .btn--cc-brown:hover:before,
.year-Midwest .conference .btn--cc-brown:focus:before,
.year-Midwest .conference .btn--cc-white:before,
.year-Midwest .conference .btn--cc-white:hover:before,
.year-Midwest .conference .btn--cc-white:focus:before {
  content: none;
}
.year-2024 .rte h1,
.year-2024 .rte h2,
.year-2024 .rte h3,
.year-2024 .rte h4,
.year-2024 .rte h5,
.year-2024 .rte h6,
.year-2024 .rte .h1,
.year-2024 .rte .h2,
.year-2024 .rte .h3,
.year-2024 .rte .h4,
.year-2024 .rte .h5,
.year-2024 .rte .h6,
.year-Annual .rte h1,
.year-Annual .rte h2,
.year-Annual .rte h3,
.year-Annual .rte h4,
.year-Annual .rte h5,
.year-Annual .rte h6,
.year-Annual .rte .h1,
.year-Annual .rte .h2,
.year-Annual .rte .h3,
.year-Annual .rte .h4,
.year-Annual .rte .h5,
.year-Annual .rte .h6,
.year-Midwest .rte h1,
.year-Midwest .rte h2,
.year-Midwest .rte h3,
.year-Midwest .rte h4,
.year-Midwest .rte h5,
.year-Midwest .rte h6,
.year-Midwest .rte .h1,
.year-Midwest .rte .h2,
.year-Midwest .rte .h3,
.year-Midwest .rte .h4,
.year-Midwest .rte .h5,
.year-Midwest .rte .h6 {
  font-family: "Noyh", sans-serif;
  font-weight: bold;
  line-height: 1.25;
}
.year-2024 .rte h1,
.year-Annual .rte h1,
.year-Midwest .rte h1 {
  color: #12395D;
  font-size: 52px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .year-2024 .rte h1,
  .year-Annual .rte h1,
  .year-Midwest .rte h1 {
    font-size: 72px;
  }
}
.year-2024 .rte h2,
.year-2024 .rte h4,
.year-Annual .rte h2,
.year-Annual .rte h4,
.year-Midwest .rte h2,
.year-Midwest .rte h4 {
  color: #8E4B23;
}
.year-2024 .rte h3,
.year-Annual .rte h3,
.year-Midwest .rte h3 {
  font-weight: 400;
  color: #12395D;
}
.year-2024 .rte p,
.year-2024 .rte li,
.year-Annual .rte p,
.year-Annual .rte li,
.year-Midwest .rte p,
.year-Midwest .rte li {
  line-height: 1.65;
}
.year-2024 .rte table,
.year-Annual .rte table,
.year-Midwest .rte table {
  margin: 25px 0;
}
.year-2024 .rte table > tbody > tr:nth-child(odd) > td,
.year-Annual .rte table > tbody > tr:nth-child(odd) > td,
.year-Midwest .rte table > tbody > tr:nth-child(odd) > td {
  background: white;
}
.year-2024 .rte table > tbody > tr:nth-child(even) > td,
.year-Annual .rte table > tbody > tr:nth-child(even) > td,
.year-Midwest .rte table > tbody > tr:nth-child(even) > td {
  background: #E6F4FC;
}
.year-2024 .rte table > thead > tr > td,
.year-2024 .rte table > tbody > tr > td,
.year-Annual .rte table > thead > tr > td,
.year-Annual .rte table > tbody > tr > td,
.year-Midwest .rte table > thead > tr > td,
.year-Midwest .rte table > tbody > tr > td {
  font-size: 16px;
  padding: 10px;
}
.year-2024 .rte .btn--primary,
.year-Annual .rte .btn--primary,
.year-Midwest .rte .btn--primary {
  border-color: #C6D4DC;
  color: #12395D;
  font-weight: 700;
}
.year-2024 .rte .btn--primary:hover, .year-2024 .rte .btn--primary:focus,
.year-Annual .rte .btn--primary:hover,
.year-Annual .rte .btn--primary:focus,
.year-Midwest .rte .btn--primary:hover,
.year-Midwest .rte .btn--primary:focus {
  border-color: #C6D4DC;
}
.year-2024 .rte .btn--primary:hover:before, .year-2024 .rte .btn--primary:focus:before,
.year-Annual .rte .btn--primary:hover:before,
.year-Annual .rte .btn--primary:focus:before,
.year-Midwest .rte .btn--primary:hover:before,
.year-Midwest .rte .btn--primary:focus:before {
  border-bottom-color: #C6D4DC;
}
.year-2024 .rte .btn--secondary,
.year-Annual .rte .btn--secondary,
.year-Midwest .rte .btn--secondary {
  background-color: #F7CC54;
  border-color: #F7CC54;
  color: #12395D;
  font-weight: 700;
}
.year-2024 .rte .btn--secondary:after,
.year-Annual .rte .btn--secondary:after,
.year-Midwest .rte .btn--secondary:after {
  color: #C9703D;
}
.year-2024 .rte .btn--secondary:hover, .year-2024 .rte .btn--secondary:focus,
.year-Annual .rte .btn--secondary:hover,
.year-Annual .rte .btn--secondary:focus,
.year-Midwest .rte .btn--secondary:hover,
.year-Midwest .rte .btn--secondary:focus {
  border-color: #12395D;
  color: #FFFFFF;
}
.year-2024 .rte .btn--secondary:hover:before, .year-2024 .rte .btn--secondary:focus:before,
.year-Annual .rte .btn--secondary:hover:before,
.year-Annual .rte .btn--secondary:focus:before,
.year-Midwest .rte .btn--secondary:hover:before,
.year-Midwest .rte .btn--secondary:focus:before {
  border-bottom-color: #12395D;
}
.year-2024 .rte .btn--secondary:hover:after, .year-2024 .rte .btn--secondary:focus:after,
.year-Annual .rte .btn--secondary:hover:after,
.year-Annual .rte .btn--secondary:focus:after,
.year-Midwest .rte .btn--secondary:hover:after,
.year-Midwest .rte .btn--secondary:focus:after {
  color: #C9703D;
}
.year-2024 thead > tr:first-child,
.year-Annual thead > tr:first-child,
.year-Midwest thead > tr:first-child {
  background-color: #12395D;
}

/**
  * Midwest Meat Conference 2024
**/
.year-Midwest .conference h1,
.year-Midwest .conference .h1 {
  font-family: "Holtzman", sans-serif;
  text-transform: lowercase;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 48px;
}
@media (min-width: 992px) {
  .year-Midwest .conference h1,
  .year-Midwest .conference .h1 {
    font-size: 60px;
  }
}
.year-Midwest .conference h2,
.year-Midwest .conference h3,
.year-Midwest .conference h4,
.year-Midwest .conference .h2,
.year-Midwest .conference .h3,
.year-Midwest .conference .h4 {
  font-family: "TradeSupply", sans-serif !important;
  font-weight: normal;
  text-transform: lowercase;
}
.year-Midwest .conference .btn {
  font-family: "TradeSupply", sans-serif !important;
  font-weight: normal;
  text-transform: lowercase;
  font-size: 18px;
}
@media (min-width: 992px) {
  .year-Midwest .conference .btn {
    font-size: 26px;
  }
}
.year-Midwest .conference--nav {
  background-color: #8e4b23;
  border: none;
}
.year-Midwest .conference--nav a.conference--nav-link {
  color: white;
  font-family: "TradeSupply", sans-serif;
  font-weight: normal;
  text-transform: lowercase;
  font-size: 21px;
}
.year-Midwest .conference--nav .conference--nav-item:not(:last-of-type)::after {
  background: white;
}
.year-Midwest .conference--main-countdown {
  background: #333;
}
.year-Midwest .conference--main-countdown .conference--main-rsvp-link {
  font-family: "Holtzman", sans-serif;
  text-transform: lowercase;
  font-weight: normal;
  font-size: 28px;
  color: #FFF !important;
}
.year-Midwest .conference--main-countdown .conference--main-rsvp-link:hover, .year-Midwest .conference--main-countdown .conference--main-rsvp-link:focus {
  color: #c6d4dc;
}
.year-Midwest .conference--main-countdown .conference--main-rsvp-link .fa-arrow-right {
  color: #333;
  border-color: #c6d4dc;
  background-color: #c6d4dc;
}
.year-Midwest .conference--main-countdown .conference--main-rsvp-link .fa-arrow-right::before {
  bottom: 17px;
}
@media (min-width: 992px) {
  .year-Midwest .conference--main-countdown .conference--main-rsvp-link {
    font-size: 36px;
  }
}
.year-Midwest .conference--main-countdown .conference--main-rsvp-link:hover .fa-arrow-right, .year-Midwest .conference--main-countdown .conference--main-rsvp-link:focus .fa-arrow-right {
  border-color: #c9703d;
  background-color: #c9703d;
}
.year-Midwest .conference--main-countdown #countdown {
  font-family: "Holtzman", sans-serif !important;
  text-transform: lowercase;
  font-weight: normal;
  font-size: 60px;
  line-height: 1;
}
@media (min-width: 992px) {
  .year-Midwest .conference--main-countdown #countdown {
    font-size: 72px;
  }
}
.year-Midwest .conference--main-rsvp-link {
  font-family: "Holtzman", sans-serif;
  text-transform: lowercase;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1;
}
@media (min-width: 992px) {
  .year-Midwest .conference--main-rsvp-link {
    font-size: 36px;
  }
}
.year-Midwest .conference--main-rsvp-link .fa-arrow-right {
  background-color: #12395d;
  color: white;
}
.year-Midwest .conference--main-rsvp-link .fa-arrow-right::before {
  bottom: 17px;
}
.year-Midwest .conference--main-rsvp-link:hover, .year-Midwest .conference--main-rsvp-link:focus {
  color: #333333;
}
.year-Midwest .conference--main-rsvp-link:hover .fa-arrow-right, .year-Midwest .conference--main-rsvp-link:focus .fa-arrow-right {
  background-color: #c9703d;
  border-color: #c9703d;
  color: white;
}
.year-Midwest .conference--main-rsvp-link:hover .fa-arrow-right::before, .year-Midwest .conference--main-rsvp-link:focus .fa-arrow-right::before {
  bottom: 17px;
}
.year-Midwest .conference--main-details::after {
  background-image: url("../img/meat-summit/brown-paper.webp") !important;
}
.year-Midwest .conference--main-cta {
  background-color: #8e4b23;
}
.year-Midwest .conference--main-cta .rte h3,
.year-Midwest .conference--main-cta .rte p,
.year-Midwest .conference--main-cta .rte a:not(.btn) {
  color: #FFFFFF;
}
.year-Midwest .conference--main-cta .rte a:not(.btn) {
  text-decoration: underline;
}
.year-Midwest .conference--main-cta .rte a:not(.btn):hover, .year-Midwest .conference--main-cta .rte a:not(.btn):focus {
  color: #c6d4dc;
}
.year-Midwest .conference--main-cta .rte .btn.btn--cc-white:hover, .year-Midwest .conference--main-cta .rte .btn.btn--cc-white:focus {
  border-color: #c6d4dc;
  background-color: #c6d4dc;
  color: #333333;
}
.year-Midwest .conference--main-links-item::after {
  background: linear-gradient(to bottom, rgba(201, 112, 61, 0) 0%, rgba(201, 112, 61, 0.875) 100%);
}
.year-Midwest .conference--main-links-item:hover::after, .year-Midwest .conference--main-links-item:focus::after {
  background: linear-gradient(to bottom, rgba(201, 112, 61, 0.5) 0%, rgb(201, 112, 61) 100%);
}
.year-Midwest .conference--main-links-link span {
  font-family: "TradeSupply", sans-serif !important;
  font-weight: normal;
  text-transform: lowercase;
  line-height: 1;
  font-size: 32px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .year-Midwest .conference--main-links-link span {
    font-size: 40px;
  }
}
.year-Midwest .conference--main-bottom-cta {
  background-image: url("../img/meat-summit/grey-stone.webp") !important;
  position: relative;
  z-index: 1;
}
.year-Midwest .conference--main-bottom-cta:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: 0.3334;
}
.year-Midwest .conference--main-bottom-cta .rte {
  position: relative;
  z-index: 5;
}
.year-Midwest .conference--main-bottom-cta .rte h3 {
  color: #FFF;
  font-family: "Holtzman", sans-serif;
  font-weight: normal;
  text-transform: lowercase;
  font-size: 48px;
}
@media (min-width: 992px) {
  .year-Midwest .conference--main-bottom-cta .rte h3 {
    font-size: 60px;
  }
}
.year-Midwest .conference--main-bottom-cta .rte p {
  color: #FFF;
}
.year-Midwest .conference--main-bottom-cta .rte .btn--cc-brown:hover {
  background: #C9703D;
  border-color: #C9703D;
  color: #FFF;
}

@font-face {
  font-family: "Frontage 3D";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Frontage/frontage-3d.woff2") format("woff2"), url("../fonts/Frontage/frontage-3d.woff") format("woff"), url("../fonts/Frontage/frontage-3d.ttf") format("truetype"), url("../fonts/Frontage/frontage-3d.svg#frontage3d") format("svg");
}
@font-face {
  font-family: "Frontage";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/Frontage/frontage-bold.woff2") format("woff2"), url("../fonts/Frontage/frontage-bold.woff") format("woff"), url("../fonts/Frontage/frontage-bold.ttf") format("truetype"), url("../fonts/Frontage/frontage-bold.svg#noyh_bookregular") format("svg");
}
@font-face {
  font-family: "Noyh";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Noyh/noyh-book.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Noyh/noyh-book.eot?#iefix") format("embedded-opentype"), url("../fonts/Noyh/noyh-book.woff2") format("woff2"), url("../fonts/Noyh/noyh-book.woff") format("woff"), url("../fonts/Noyh/noyh-book.ttf") format("truetype"), url("../fonts/Noyh/noyh-book.svg#noyh_bookregular") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Noyh";
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/Noyh/noyh-italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Noyh/noyh-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Noyh/noyh-italic.woff2") format("woff2"), url("../fonts/Noyh/noyh-italic.woff") format("woff"), url("../fonts/Noyh/noyh-italic.ttf") format("truetype"), url("../fonts/Noyh/noyh-italic.svg#noyh_italicregular") format("svg"); /* Legacy iOS */
}
.page.interior.conference-landing.twentythree .h1,
.page.interior.conference-landing.twentythree .h2,
.page.interior.conference-landing.twentythree .rte h2,
.page.interior.conference-landing.twentythree .frontage3d {
  font-family: "Frontage 3D";
  font-weight: normal;
  line-height: 1.25;
}
@media only screen and (min-width: 992px) {
  .page.interior.conference-landing.twentythree .h2,
  .page.interior.conference-landing.twentythree .rte h2 {
    font-size: 40px;
  }
}
.page.interior.conference-landing.twentythree .h3,
.page.interior.conference-landing.twentythree .rte h3,
.page.interior.conference-landing.twentythree .h4,
.page.interior.conference-landing.twentythree .rte h4,
.page.interior.conference-landing.twentythree .frontagebold {
  font-family: "Frontage";
  font-weight: bold;
}
.page.interior.conference-landing.twentythree .h5,
.page.interior.conference-landing.twentythree .h6,
.page.interior.conference-landing.twentythree .noyh {
  font-family: "Noyh";
  font-weight: normal;
}
.page.interior.conference-landing.twentythree .btn--cc-white {
  color: #648FA9;
}
.page.interior.conference-landing.twentythree .btn--cc-white:hover, .page.interior.conference-landing.twentythree .btn--cc-white:focus {
  cursor: pointer;
  color: white;
}
.page.interior.conference-landing.twentythree .btn--cc-white:hover:before, .page.interior.conference-landing.twentythree .btn--cc-white:focus:before {
  border-bottom-color: #708C67;
}
.page.interior.conference-landing.twentythree .btn--cc-brown:hover, .page.interior.conference-landing.twentythree .btn--cc-brown:focus {
  cursor: pointer;
  color: white;
}
.page.interior.conference-landing.twentythree .btn--cc-brown:hover:before, .page.interior.conference-landing.twentythree .btn--cc-brown:focus:before {
  border-bottom-color: #708C67;
}
.page.interior.conference-landing.twentythree .conference--banner-logo {
  display: block;
  top: 50%;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .page.interior.conference-landing.twentythree .conference--banner-logo {
    display: none;
  }
}
.page.interior.conference-landing.twentythree .conference--nav {
  background: #648FA9;
  position: relative;
  z-index: 10;
}
.page.interior.conference-landing.twentythree .conference--nav-toggle:hover,
.page.interior.conference-landing.twentythree .conference--nav-toggle:focus {
  background: #527c94;
}
@media only screen and (min-width: 992px) {
  .page.interior.conference-landing.twentythree .conference--nav-item {
    text-align: center;
  }
}
.page.interior.conference-landing.twentythree .conference--nav-link:hover,
.page.interior.conference-landing.twentythree .conference--nav-link:focus,
.page.interior.conference-landing.twentythree .conference--nav-item:not(:last-of-type):after {
  background: rgba(255, 255, 255, 0.25);
}
.page.interior.conference-landing.twentythree .conference--main-countdown {
  background: #FFF5DB;
  padding: 50px 0;
}
.page.interior.conference-landing.twentythree .conference--main-countdown .conference--main-countdown-head {
  margin: 0;
  display: block;
  text-align: center;
  font-family: "Frontage 3D";
  font-weight: normal;
  font-size: 42px;
  margin-bottom: 36px;
}
.page.interior.conference-landing.twentythree .conference--main-countdown .conference--main-countdown-text {
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 0;
  text-align: center;
}
.page.interior.conference-landing.twentythree .conference--main-countdown .conference--main-countdown-link {
  display: block;
  text-align: center;
  color: #708C67;
  font-family: "Frontage";
  font-weight: bold;
  letter-spacing: -4px;
  position: relative;
  left: 3px;
  font-size: 30px;
  line-height: 36px;
  margin: 36px auto 0 auto;
}
.page.interior.conference-landing.twentythree .conference--main-countdown .conference--main-countdown-link:hover, .page.interior.conference-landing.twentythree .conference--main-countdown .conference--main-countdown-link:focus {
  color: #586f51;
  cursor: pointer;
}
.page.interior.conference-landing.twentythree .conference--main-countdown .conference--main-countdown-link:hover .fa-arrow-right, .page.interior.conference-landing.twentythree .conference--main-countdown .conference--main-countdown-link:focus .fa-arrow-right {
  border-color: #586f51;
}
@media only screen and (min-width: 992px) {
  .page.interior.conference-landing.twentythree .conference--main-countdown .conference--main-countdown-link {
    font-size: 38px;
  }
}
.page.interior.conference-landing.twentythree .conference--main-countdown .conference--main-countdown-link .fa-arrow-right {
  display: inline-block;
  border: 1px solid #708C67;
  height: 32px;
  width: 32px;
  transform: rotate(45deg);
  text-align: center;
  padding-top: 7px;
  margin-right: 15px;
  position: relative;
  top: 12px;
  transition: 0.3s all ease;
}
.page.interior.conference-landing.twentythree .conference--main-countdown .conference--main-countdown-link .fa-arrow-right:before {
  display: inline-block;
  font-size: 17px;
  transform: rotate(-45deg);
  position: relative;
  bottom: 12px;
  right: 0;
  border-color: #708C67;
}
@media only screen and (min-width: 992px) {
  .page.interior.conference-landing.twentythree .conference--main-countdown .conference--main-countdown-link .fa-arrow-right:before {
    bottom: 18px;
  }
}
.page.interior.conference-landing.twentythree .conference--main-rsvp {
  background: #648FA9;
}
.page.interior.conference-landing.twentythree .conference--main-rsvp .conference--main-rsvp-date,
.page.interior.conference-landing.twentythree .conference--main-rsvp .conference--main-rsvp-link {
  font-family: "Frontage";
  font-weight: bold;
  line-height: 1.25;
}
.page.interior.conference-landing.twentythree .conference--main-cta {
  background: #648FA9;
}
.page.interior.conference-landing.twentythree .conference--main-links-item:after {
  background: linear-gradient(to bottom, rgba(100, 143, 169, 0) 0%, rgba(100, 143, 169, 0.75) 100%);
}
.page.interior.conference-landing.twentythree .conference--main-details {
  background: #708C67;
}
.page.interior.conference-landing.twentythree .conference--main-details:after {
  background-image: none;
  background-color: #FFF5DB;
}
.page.interior.conference-landing.twentythree .conference--main-sponsors h2 {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Frontage";
  font-weight: bold;
  letter-spacing: -6px;
}
.page.interior.conference-landing.twentythree .conference--main-bottom-cta {
  background-image: none;
  background-color: #FFF5DB;
  margin: 0;
  padding: 50px 0;
}
.page.interior.conference-landing.twentythree .conference--main-bottom-cta h3 {
  color: #8E4B23;
  font-family: "Frontage";
  font-weight: bold;
}
.page.interior.conference-landing.twentythree .conference--main-bottom-cta p {
  font-family: "Frontage 3D";
  font-weight: normal;
  line-height: 1.25;
  color: #708C67;
  letter-spacing: -4px;
  font-size: 36px;
  margin: 48px 0;
}
@media only screen and (min-width: 992px) {
  .page.interior.conference-landing.twentythree .conference--main-bottom-cta p {
    font-size: 52px;
  }
}
.page.interior.conference-landing.twentythree .sidebar--logo {
  margin-bottom: 30px;
}

.ta-page {
  /* CTA */
}
.ta-page--banner {
  position: relative;
  z-index: 5;
}
@media (min-width: 1200px) {
  .ta-page--banner {
    min-height: 500px;
    max-height: 500px;
  }
}
@media (min-width: 1200px) {
  .ta-page--banner .page-title-col {
    margin-top: 150px;
  }
}
@media (min-width: 1200px) {
  .ta-page--banner .page-title {
    padding-right: 150px !important;
  }
}
.ta-page--intro {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 40px 0;
  background: #F8F2ED url("../img/ep_naturalwhite_40-20190629.png") repeat 0 0;
}
@media (min-width: 768px) {
  .ta-page--intro {
    padding: 60px 0;
  }
}
.ta-page--intro p {
  color: #123B60;
  font-size: 16px;
  line-height: 1.75;
  font-family: "Lora";
}
@media (min-width: 992px) {
  .ta-page--intro p {
    font-size: 18px;
  }
}
.ta-page--detail {
  position: relative;
  z-index: 10;
  background: #FFFFFF;
  padding: 50px 0 30px 0;
}
.ta-page--cards {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .ta-page--cards {
    justify-content: space-between;
  }
}
.ta-page--card {
  position: relative;
  margin-bottom: 15px;
  flex: 0 100%;
  background: #123B60 no-repeat center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .ta-page--card {
    flex: 0 calc(50% - 30px);
    margin-bottom: 30px;
  }
}
.ta-page--card.active .ta-page--card-detail {
  opacity: 1;
  transform: scale(1);
  z-index: 10;
}
.ta-page--card-inner {
  text-align: center;
  color: white;
  padding: 100px 25px 50px 25px;
}
.ta-page--card-inner > * {
  position: relative;
  z-index: 5;
}
.ta-page--card-inner h3 {
  font-family: "Lora";
  font-weight: 400;
  font-size: 32px;
  line-height: 1.25;
}
.ta-page--card-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(18, 59, 96, 0) 0%, #123B60 100%);
}
.ta-page--card-icon {
  position: relative;
  margin-bottom: 75px;
}
.ta-page--card-icon img {
  position: relative;
  z-index: 4;
}
.ta-page--card-icon::before {
  content: "";
  width: 125px;
  height: 125px;
  background: #E3D5CB;
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: 2;
  opacity: 0.7;
  transform: translateX(-50%) rotate(45deg);
}
.ta-page--card-detail {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: white;
  padding: 60px 40px 40px;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
  transform: scale(1.05);
  opacity: 0;
  transition: all 0.3s ease;
  overflow: hidden;
}
.ta-page--card-detail img.stripes-bottom-right {
  bottom: -15px !important;
  right: -10px !important;
  width: 130px;
}
.ta-page--card-detail-close {
  position: absolute;
  top: -1px;
  right: -1px;
  background: #9E3E23;
  color: white;
  height: 50px;
  width: 50px;
  line-height: 25px;
  font-weight: 300;
  padding: 0;
}
.ta-page--card-detail-close:hover, .ta-page--card-detail-close:focus {
  color: white;
  background: #89361e;
}
.ta-page--cta {
  position: relative;
  z-index: 10;
  background: #FFFFFF;
  padding: 40px 0;
}
.ta-page--cta h2 {
  color: #123B60;
  font-size: 24px;
  margin-bottom: 24px;
}
.ta-page--cta .btn {
  margin-top: 14px;
}
.ta-page--cta-wrap {
  position: relative;
  border: 1px solid #E3D5CB;
  padding: 75px 0 50px;
  text-align: center;
}
.ta-page--cta-wrap::before {
  content: "";
  width: 60px;
  height: 60px;
  background: #9E3E23;
  position: absolute;
  top: -30px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%) rotate(45deg);
}
.ta-page--cta-icon {
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  background: #9E3E23;
  color: white;
  font-size: 24px;
  font-weight: 300;
}
.ta-page img.stripes {
  position: absolute;
  z-index: 1;
}
.ta-page img.stripes.stripes-top-left {
  top: -11px;
  left: -24px;
}
.ta-page img.stripes.stripes-bottom-right {
  bottom: -39px;
  right: -24px;
}

.sidebar-bg {
  position: relative;
  overflow: hidden;
}

.sidebar .sidenav__outer .sidenav__wrap .sidenav__wrap--after {
  display: none;
  margin: 30px 0 34px;
}
@media only screen and (min-width: 992px) {
  .sidebar .sidenav__outer .sidenav__wrap .sidenav__wrap--after {
    display: block;
    position: absolute;
    top: 10px;
    right: 31px;
    height: calc(100% - 34px);
    width: 1px;
    background: #E3D5CB;
  }
  .sidebar .sidenav__outer .sidenav__wrap .sidenav__wrap--after:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    height: 9px;
    width: 9px;
    background-image: url(../img/CaptionDiamond.png);
    background-size: cover;
    background-position: center;
  }
  .sidebar .sidenav__outer .sidenav__wrap .sidenav__wrap--after:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -4px;
    height: 9px;
    width: 9px;
    background-image: url(../img/CaptionDiamond.png);
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (min-width: 1200px) {
  .sidebar .sidenav__outer .sidenav__wrap .sidenav__wrap--after {
    right: 38px;
  }
}
@media only screen and (min-width: 992px) {
  .sidebar .sidenav__outer .sidenav__wrap {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    position: relative;
    margin-top: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  .sidebar .sidenav__outer .sidenav__wrap {
    margin-top: 144px;
  }
  .sidebar .sidenav__outer .sidenav__wrap:after {
    right: 34px;
  }
}
.sidebar .sidenav__outer .sidenav__wrap .sidenav-title, .sidebar .sidenav__outer .sidenav__wrap .sidenav__title {
  font-size: 14px;
  line-height: 40px;
  padding: 4px 0 3px 16px;
  text-transform: uppercase;
  color: #9E3E23;
  font-weight: 600;
  position: relative;
  background: #F7F2ED;
}
@media only screen and (min-width: 992px) {
  .sidebar .sidenav__outer .sidenav__wrap .sidenav-title, .sidebar .sidenav__outer .sidenav__wrap .sidenav__title {
    background: transparent;
    text-transform: none;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 24px;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .sidebar .sidenav__outer .sidenav__wrap .sidenav-title, .sidebar .sidenav__outer .sidenav__wrap .sidenav__title {
    font-size: 28px;
    line-height: 34px;
  }
}
.sidebar .sidenav__outer .sidenav__wrap .sidenav-title .ico-opener, .sidebar .sidenav__outer .sidenav__wrap .sidenav__title .ico-opener {
  position: absolute;
  top: 6px;
  right: 20px;
}
@media only screen and (min-width: 992px) {
  .sidebar .sidenav__outer .sidenav__wrap .sidenav-title .ico-opener, .sidebar .sidenav__outer .sidenav__wrap .sidenav__title .ico-opener {
    display: none;
  }
}
.sidebar .sidenav__outer .sidenav__wrap .sidenav-title .ico-opener .far, .sidebar .sidenav__outer .sidenav__wrap .sidenav__title .ico-opener .far {
  color: #9E3E23;
  font-size: 14px;
  line-height: 40px;
  transition: 0.3s all ease;
}
.sidebar .sidenav__outer .sidenav__wrap.sidenav--active .far:before {
  content: "\f00d";
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .sidebar .sidenav__outer .sidenav__wrap .sidenav {
    background: #F7F2ED;
    border-top: 1px solid #E3D5CB;
    padding: 20px 22px 24px 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar .sidenav__outer .sidenav__wrap .sidenav {
    background: #F7F2ED;
    border-top: 1px solid #E3D5CB;
    padding: 20px 22px 24px 16px;
  }
}
.sidebar .sidenav__outer .sidenav__wrap .sidenav > .page_item.current_page_item a, .sidebar .sidenav__outer .sidenav__wrap .sidenav .page_item.current_page_ancestor a {
  font-weight: 600;
  color: #00385F;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (min-width: 992px) {
  .sidebar .sidenav__outer .sidenav__wrap .sidenav {
    padding: 0;
  }
}
.sidebar .sidenav__outer .sidenav__wrap .sidenav > .page_item {
  padding: 0 20px 16px 0;
}
.sidebar .sidenav__outer .sidenav__wrap .sidenav > .page_item a {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #00385F;
}
.sidebar .sidenav__outer .sidenav__wrap .sidenav > .page_item > .children,
.sidebar .sidenav__outer .sidenav__wrap .sidenav > .page_item .children .children {
  display: none;
}
.sidebar .sidenav__outer .sidenav__wrap .sidenav > .page_item.current_page_item > .children, .sidebar .sidenav__outer .sidenav__wrap .sidenav > .page_item.current_page_parent > .children, .sidebar .sidenav__outer .sidenav__wrap .sidenav > .page_item.current_page_ancestor > .children,
.sidebar .sidenav__outer .sidenav__wrap .sidenav > .page_item .children .current_page_item > .children,
.sidebar .sidenav__outer .sidenav__wrap .sidenav > .page_item .children .current_page_parent > .children,
.sidebar .sidenav__outer .sidenav__wrap .sidenav > .page_item .children .current_page_ancestor > .children {
  display: block;
}
.sidebar .sidenav__outer .sidenav__wrap .sidenav .page_item_has_children.current_page_ancestor, .sidebar .sidenav__outer .sidenav__wrap .sidenav .page_item_has_children.current_page_item {
  padding: 6px 30px;
}
@media only screen and (min-width: 992px) {
  .sidebar .sidenav__outer .sidenav__wrap .sidenav .page_item_has_children.current_page_ancestor, .sidebar .sidenav__outer .sidenav__wrap .sidenav .page_item_has_children.current_page_item {
    padding: 6px 20px 6px 0;
  }
}
.sidebar .sidenav__outer .sidenav__wrap .sidenav .page_item_has_children.current_page_ancestor > .children,
.sidebar .sidenav__outer .sidenav__wrap .sidenav .page_item_has_children.current_page_ancestor > .children > .children, .sidebar .sidenav__outer .sidenav__wrap .sidenav .page_item_has_children.current_page_item > .children,
.sidebar .sidenav__outer .sidenav__wrap .sidenav .page_item_has_children.current_page_item > .children > .children {
  display: block;
}
.sidebar .sidenav__outer .sidenav__wrap .sidenav .page_item_has_children.current_page_ancestor > .children, .sidebar .sidenav__outer .sidenav__wrap .sidenav .page_item_has_children.current_page_item > .children {
  line-height: 22px;
  margin-top: 10px;
  margin-left: 20px;
}
.sidebar .sidenav__outer .sidenav__wrap .sidenav .page_item_has_children.current_page_ancestor > .children a, .sidebar .sidenav__outer .sidenav__wrap .sidenav .page_item_has_children.current_page_item > .children a {
  color: #026CB6;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  transition: 0.3s all ease;
}
.sidebar .sidenav__outer .sidenav__wrap .sidenav .page_item_has_children.current_page_ancestor > .children a:hover, .sidebar .sidenav__outer .sidenav__wrap .sidenav .page_item_has_children.current_page_item > .children a:hover {
  color: #013f6a;
}
.sidebar .sidenav__outer .sidenav__wrap .sidenav .page_item_has_children.current_page_ancestor > .children > .page_item > .children, .sidebar .sidenav__outer .sidenav__wrap .sidenav .page_item_has_children.current_page_item > .children > .page_item > .children {
  margin-left: 12px;
}
@media only screen and (min-width: 992px) {
  .sidebar .sidenav__outer .sidenav__wrap .sidenav .page_item_has_children.current_page_ancestor > .children > .page_item > .children, .sidebar .sidenav__outer .sidenav__wrap .sidenav .page_item_has_children.current_page_item > .children > .page_item > .children {
    border-left: 1px solid #00385F;
    margin-top: 8px;
  }
}
.sidebar .sidenav__outer .sidenav__wrap .sidenav .page_item_has_children.current_page_ancestor > .children > .page_item > .children > .page_item, .sidebar .sidenav__outer .sidenav__wrap .sidenav .page_item_has_children.current_page_item > .children > .page_item > .children > .page_item {
  position: relative;
  padding: 0;
}
.sidebar .sidenav__outer .sidenav__wrap .sidenav .page_item_has_children.current_page_ancestor > .children > .page_item > .children > .page_item > a, .sidebar .sidenav__outer .sidenav__wrap .sidenav .page_item_has_children.current_page_item > .children > .page_item > .children > .page_item > a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 12px;
  color: #00385F;
  transition: 0.3s all ease;
}
@media only screen and (min-width: 992px) {
  .sidebar .sidenav__outer .sidenav__wrap .sidenav .page_item_has_children.current_page_ancestor > .children > .page_item > .children > .page_item > a, .sidebar .sidenav__outer .sidenav__wrap .sidenav .page_item_has_children.current_page_item > .children > .page_item > .children > .page_item > a {
    margin-bottom: 4px;
  }
}
@media only screen and (min-width: 1200px) {
  .sidebar .sidenav__outer .sidenav__wrap .sidenav .page_item_has_children.current_page_ancestor > .children > .page_item > .children > .page_item > a, .sidebar .sidenav__outer .sidenav__wrap .sidenav .page_item_has_children.current_page_item > .children > .page_item > .children > .page_item > a {
    margin-bottom: 8px;
  }
}
.sidebar .sidenav__outer .sidenav__wrap .sidenav .page_item_has_children.current_page_ancestor > .children > .page_item > .children > .page_item > a:hover, .sidebar .sidenav__outer .sidenav__wrap .sidenav .page_item_has_children.current_page_item > .children > .page_item > .children > .page_item > a:hover {
  color: #000b13;
}
.sidebar .sidenav__outer .sidenav__wrap .sidenav .children {
  list-style-type: none;
  font-family: "Whitney A", "Whitney B", "Arial";
  margin: 0;
  padding: 0;
}

.blog-internal .newsletter .sidebar .sidenav__outer .resource__author {
  padding-bottom: 36px;
  margin-bottom: 34px;
}
@media only screen and (min-width: 992px) {
  .blog-internal .newsletter .sidebar .sidenav__outer .resource__author {
    padding: 0;
    margin-bottom: 24px !important;
  }
  .blog-internal .newsletter .sidebar .sidenav__outer .resource__author:before {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .blog-internal .newsletter .sidebar .sidenav__outer .resource__author .resource__author__name {
    margin: 34px 0 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-internal .newsletter .sidebar .sidenav__outer .resource__author .resource__author__name {
    margin: 30px 0 22px;
  }
}
.blog-internal .newsletter .sidebar .sidenav__outer .resource__author .resource__author__title a {
  font-weight: 600;
}
.blog-internal .newsletter .sidebar .sidenav__outer .newsletter-desc {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .blog-internal .newsletter .sidebar .sidenav__outer .newsletter-desc {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }
}
.blog-internal .newsletter .sidebar .sidenav__outer .newsletter-link {
  text-align: center;
  margin: 20px 0 15px;
}
@media only screen and (min-width: 768px) {
  .blog-internal .newsletter .sidebar .sidenav__outer .newsletter-link {
    text-align: left;
    margin: 16px 0;
  }
}
.blog-internal .newsletter .sidebar .sidenav__outer .newsletter-link a {
  color: #9E3E23;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog-internal .newsletter .sidebar .sidenav__outer .newsletter-link a .fa-arrow-right {
  margin-left: 4px;
  transition: 0.3s margin ease;
}
.blog-internal .newsletter .sidebar .sidenav__outer .newsletter-link a:hover, .blog-internal .newsletter .sidebar .sidenav__outer .newsletter-link a:focus {
  color: #5f2515;
}
.blog-internal .newsletter .sidebar .sidenav__outer .newsletter-link a:hover .fa-arrow-right, .blog-internal .newsletter .sidebar .sidenav__outer .newsletter-link a:focus .fa-arrow-right {
  margin-left: 12px;
}

body.fc {
  background-image: none !important;
}
body.fc .page-wrap {
  overflow: hidden;
}

.block h2 {
  color: #123B60;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .block h2 {
    font-size: 32px;
  }
}
.block .container:not(.no-flex) {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .block .container:not(.no-flex) {
    flex-direction: row;
  }
}

.block.page-banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: transparent;
}
.block.page-banner > .container {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .block.page-banner > .container {
    position: absolute;
    top: 50%;
    left: calc(50% - 375px);
    z-index: 10;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 992px) {
  .block.page-banner > .container {
    left: calc(50% - 485px);
  }
}
@media only screen and (min-width: 1200px) {
  .block.page-banner > .container {
    left: calc(50% - 585px);
  }
}
.block.page-banner .page-banner--image {
  position: relative;
  overflow: visible;
}
.block.page-banner .page-banner--image:before {
  content: "";
  background: transparent url("/wp-content/themes/pfi/img/newsroom-banner-shapes.png") no-repeat left center;
  background-size: cover;
  position: absolute;
  left: -47.5vw;
  top: 0;
  width: 100%;
  height: calc(100% + 15px);
  z-index: 2;
}
.block.page-banner .page-banner--image img {
  max-width: 100%;
}
.block.page-banner .page-title,
.block.page-banner .page-parent {
  color: #9E3E23;
}
@media only screen and (min-width: 768px) {
  .block.page-banner .page-title,
  .block.page-banner .page-parent {
    color: white;
  }
}
.block.page-banner .page-title {
  margin: 35px 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .block.page-banner .page-title {
    margin-top: 0;
    max-width: 400px;
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .block.page-banner .page-title {
    font-size: 36px;
    line-height: 46px;
  }
}
.block.page-banner .page-parent {
  display: block;
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 25px 0 -50px 0;
}
@media only screen and (min-width: 768px) {
  .block.page-banner .page-parent {
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .block.page-banner .page-parent {
    font-size: 16px;
    letter-spacing: 1.14px;
  }
}
.block.page-banner .page-parent:after {
  display: block;
  width: 48px;
  height: 1px;
  background: white;
  margin: 7px 0 21px;
}
@media only screen and (min-width: 768px) {
  .block.page-banner .page-parent:after {
    content: "";
  }
}

.block.events-feed .headline-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .block.events-feed .headline-wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.block.events-feed .headline-wrap a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #00385F;
}
.block.events-feed .evt-listing .event {
  margin-bottom: 50px;
}
.block.events-feed .evt-listing .event .event__details {
  width: 100%;
}
.block.events-feed .no-events-msg {
  display: block;
  margin: 40px 0;
}

.intro-block {
  padding: 35px 0;
  background: transparent url("/wp-content/themes/pfi/img/distressed-background-beige.jpg") repeat-x 0 0;
}
@media only screen and (min-width: 992px) {
  .intro-block {
    padding: 70px 0;
  }
}
.intro-block--text {
  position: relative;
  flex: 2;
}
.intro-block--text p {
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (min-width: 992px) {
  .intro-block--text p {
    font-size: 18px;
  }
}
.intro-block--text:first-of-type {
  flex: 1;
}
.intro-block--text:first-of-type p {
  font-family: "Lora";
  color: #123B60;
}
@media only screen and (min-width: 768px) {
  .intro-block--text:nth-of-type(2) {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .intro-block--text:nth-of-type(2) {
    padding-left: 120px;
  }
}
.intro-block--text:nth-of-type(2):before {
  position: absolute;
  top: 0;
  left: 40px;
  width: 1px;
  height: 100%;
  max-height: 300px;
  background: #4A4A4A;
  opacity: 0.3;
}
@media only screen and (min-width: 768px) {
  .intro-block--text:nth-of-type(2):before {
    content: "";
  }
}
@media only screen and (min-width: 992px) {
  .intro-block--text:nth-of-type(2):before {
    left: 60px;
  }
}

.media-block {
  margin: 50px 0;
}
@media only screen and (min-width: 992px) {
  .media-block {
    margin: 100px 0;
  }
}
.media-block .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .media-block .container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.media-block--image, .media-block--embed {
  max-width: 100%;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 992px) {
  .media-block--image, .media-block--embed {
    flex: 1;
    box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.25);
  }
}
.media-block--embed {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .media-block--embed {
    flex: 2;
  }
}
.media-block--embed:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.media-block--embed > * {
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.media-block--content {
  background: white url("/wp-content/themes/pfi/img/stripes.png") no-repeat bottom right;
  background-size: contain;
  padding: 40px;
  border: 2px solid #F7F2ED;
  box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .media-block--content {
    flex: 2;
    padding: 60px 80px 60px 60px;
    margin-right: -60px;
  }
}
@media only screen and (min-width: 1200px) {
  .media-block--content {
    padding: 80px 100px 80px 80px;
  }
}
.media-block--content p {
  font-size: 16px;
  line-height: 1.65;
}
@media only screen and (min-width: 992px) {
  .media-block--content p {
    font-size: 18px;
  }
}
.media-block.media_left .container {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 992px) {
  .media-block.media_left .container {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 992px) {
  .media-block.media_left .media-block--content {
    left: -60px;
    padding: 60px 60px 60px 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .media-block.media_left .media-block--content {
    padding: 80px 80px 80px 100px;
  }
}

.short-features-block {
  padding: 0 0 100px 0;
  background: #123B60 url("/wp-content/themes/pfi/img/DiamondPattern.png") repeat 0 0;
  background-size: contain;
}
.short-features-block .headline-wrap {
  display: flex;
  justify-content: center;
}
.short-features-block .headline-wrap h2 {
  background: transparent url("/wp-content/themes/pfi/img/TopHeader_Rectangle-tiled.png") repeat bottom left;
  font-family: "Whitney A", "Whitney B", "Arial";
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding: 25px;
  margin-top: 0;
  margin-bottom: 25px;
  position: relative;
  top: 0;
}
.short-features-block .short-features {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .short-features-block .short-features {
    flex-direction: row;
  }
}
.short-features-block .short-features--item {
  flex: 1;
  color: white;
}
@media only screen and (min-width: 768px) {
  .short-features-block .short-features--item {
    margin: 0 25px;
  }
}
.short-features-block .short-features--item-title {
  color: white;
  font-size: 28px;
  line-height: 1.25;
}
.short-features-block .short-features--item-title:after {
  content: "";
  display: block;
  width: 55px;
  height: 5px;
  background: #708c67;
  margin-top: 15px;
}
.short-features-block .short-features--item-desc {
  font-size: 16px;
  line-height: 1.65;
}
@media only screen and (min-width: 992px) {
  .short-features-block .short-features--item-desc {
    font-size: 18px;
  }
}

.resource-block {
  margin: 50px 0;
}
@media only screen and (min-width: 992px) {
  .resource-block {
    margin: 100px 0;
  }
}
.resource-block--list {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .resource-block--list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.resource-block--list-item {
  display: flex;
  align-items: center;
  padding: 20px 30px 10px 30px;
  background-color: #F7F2ED;
  border-left: 3px solid #F7F2ED;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .resource-block--list-item {
    flex: 0 0 calc(33.3334% - 20px);
    margin: 0 10px 20px 10px;
  }
}
.resource-block--list-item.article {
  border-left-color: #123B60;
}
.resource-block--list-item.link {
  border-left-color: #026CB6;
}
.resource-block--list-item.pdf {
  border-left-color: #9E3E23;
}
.resource-block--list-item.video {
  border-left-color: #708c67;
}
.resource-block--list-item-icon {
  color: #123B60;
  position: relative;
  top: -5px;
  flex: 0 40px;
}
.resource-block--list-item-icon:before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  top: -8px;
  left: -11px;
  transform: rotate(45deg);
  border: 1px solid #E3D5CB;
}
.resource-block--list-item-text {
  flex: 1;
}
.resource-block--list-item-text h3 {
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 8px 0;
}
.resource-block--list-item-text h3 a {
  color: #123B60;
}
.resource-block--list-item-text p {
  font-size: 16px;
  line-height: 1.65;
}
.resource-block--list-item-text p.small {
  font-size: 12px;
  line-height: 14px;
  font-style: italic;
}
.resource-block.detailed .resource-block--list-item {
  border: none;
  background: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.resource-block.detailed .resource-block--list-item-icon {
  font-size: 22px;
  margin-bottom: 20px;
}
.resource-block.detailed .resource-block--list-item-icon:before {
  border: none;
  height: 50px;
  width: 50px;
  z-index: -1;
  left: -14px;
}
.resource-block.detailed .resource-block--list-item.article .resource-block--list-item-icon {
  color: white;
}
.resource-block.detailed .resource-block--list-item.article .resource-block--list-item-icon:before {
  background: #123B60;
}
.resource-block.detailed .resource-block--list-item.link .resource-block--list-item-icon {
  color: white;
}
.resource-block.detailed .resource-block--list-item.link .resource-block--list-item-icon:before {
  background: #026CB6;
}
.resource-block.detailed .resource-block--list-item.pdf .resource-block--list-item-icon {
  color: white;
}
.resource-block.detailed .resource-block--list-item.pdf .resource-block--list-item-icon:before {
  background: #9E3E23;
}
.resource-block.detailed .resource-block--list-item.video .resource-block--list-item-icon {
  color: white;
}
.resource-block.detailed .resource-block--list-item.video .resource-block--list-item-icon:before {
  background: #708c67;
}
.resource-block.detailed .resource-block--list-item h3 {
  font-size: 20px;
  line-height: 24px;
}
.resource-block.detailed .resource-block--list-item h3 a {
  color: #123B60;
}
.resource-block.detailed .resource-block--list-item-icon {
  left: 22px;
}

.partners-block {
  margin: 50px 0;
}
@media only screen and (min-width: 992px) {
  .partners-block {
    margin: 100px 0;
  }
}
.partners-block h2 {
  text-align: left;
}
.partners-block--gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  margin-top: 50px;
}
.partners-block--gallery-image {
  flex: 0 calc(50% - 10px);
  width: calc(50% - 10px);
  height: 200px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .partners-block--gallery-image {
    flex: 0 calc(25% - 25px);
    width: calc(25% - 25px);
  }
}
.partners-block--gallery-image img {
  width: auto;
  height: 200px;
  max-width: none;
}

.contact-block {
  padding: 50px 0 70px 0;
  background: transparent url("/wp-content/themes/pfi/img/distressed-background-beige.jpg") repeat 0 0;
}
.contact-block--text {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .contact-block--text {
    flex-direction: row;
    align-items: center;
  }
}
.contact-block--text h2 {
  margin-right: 20px;
  margin-bottom: 0;
}
.contact-block--text p {
  margin-bottom: 0;
}
.contact-block--cards {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .contact-block--cards {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .contact-block--card {
    flex: 0 0 calc(50% - 10px);
    margin: 0 0 20px 0;
  }
}

.related-content-block {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .related-content-block {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.related-content-block .headline-wrap {
  flex: 0 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.related-content-block .headline-wrap h2 {
  background: transparent url("/wp-content/themes/pfi/img/TopHeader_Rectangle-tiled.png") repeat bottom left;
  font-family: "Whitney A", "Whitney B", "Arial";
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding: 25px;
  margin-top: 0;
  margin-bottom: 25px;
  position: relative;
  top: 0;
}
.related-content-block .related-post {
  flex: 1;
  position: relative;
  z-index: 1;
  background-color: #123B60;
  background-position: 0 0;
  height: 300px;
  transition: all 0.334s ease;
}
.related-content-block .related-post:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.334s ease;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.925) 100%);
}
.related-content-block .related-post:hover:before, .related-content-block .related-post:focus:before {
  opacity: 0.5;
}
@media only screen and (min-width: 992px) {
  .related-content-block .related-post {
    height: 450px;
  }
}
.related-content-block .related-post.has-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.related-content-block .related-post h3 {
  position: absolute;
  bottom: 75px;
  left: 0;
  z-index: 5;
  width: 100%;
  display: block;
  color: white;
  font-family: "Lora";
  font-weight: 400;
  font-size: 27px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .related-content-block .related-post h3 {
    font-size: 32px;
  }
}
.related-content-block .related-post h3:before {
  content: "";
  width: 40px;
  height: 1px;
  background: white;
  position: absolute;
  top: -25px;
  left: calc(50% - 25px);
}
.related-content-block .related-post a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%;
  height: 100%;
}

.block.big-links {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .block.big-links {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 75px;
  }
}
@media only screen and (min-width: 992px) {
  .block.big-links {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .block.big-links {
    margin-top: 110px;
  }
}
.block.big-links .big-links--headline {
  flex: 0 100%;
  margin: 0 0 40px 0;
}
.block.big-links .big-link {
  flex: 1;
  position: relative;
  z-index: 1;
  background-color: #026cb6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}
.block.big-links .big-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: #4A4A4A;
  opacity: 0.8;
}
.block.big-links .big-link:nth-of-type(2):before {
  background: #9E3E23;
}
.block.big-links .big-link:nth-of-type(3):before {
  background: #026CB6;
}
.block.big-links .big-link h2 {
  font-size: 32px;
  color: white;
}
.block.big-links .big-link p {
  font-size: 16px;
  line-height: 1.65;
}
@media only screen and (min-width: 992px) {
  .block.big-links .big-link p {
    font-size: 18px;
  }
}
.block.big-links .inner {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 650px;
  padding: 60px;
  position: relative;
  z-index: 6;
  color: white;
}
@media only screen and (min-width: 1200px) {
  .block.big-links .inner {
    padding: 115px 60px;
  }
}
.block.big-links .btn {
  color: white;
}

.block.resource-feed .headline-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .block.resource-feed .headline-wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.block.resource-feed .headline-wrap a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #00385F;
}

.testimonials-block {
  background: #00385F;
  color: white;
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 992px) {
  .testimonials-block {
    padding: 75px 0;
  }
}
.testimonials-block:before {
  position: absolute;
  top: -20px;
  left: -5px;
  height: 383px;
  width: calc(100% + 5px);
  background-image: url("../img/Navy_Texture-07-20190628.svg");
  background-size: contain;
  background-position: top;
}
@media only screen and (min-width: 768px) {
  .testimonials-block:before {
    top: -40px;
  }
}
@media only screen and (min-width: 992px) {
  .testimonials-block:before {
    top: -110px;
    background-size: cover;
  }
}
.testimonials-block h2 {
  color: white;
  font-size: 28px;
  font-family: "Lora";
  line-height: 34px;
  text-align: center;
  font-weight: 400;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .testimonials-block h2 {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .testimonials-block h2 {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonials-block h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
.testimonials-block .title-diamond {
  color: white;
  text-align: center;
  display: block;
  margin: 50px auto 20px;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .testimonials-block .title-diamond {
    display: none;
  }
}
.testimonials-block .testimonial {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .testimonials-block .testimonial {
    text-align: left;
  }
}
.testimonials-block .testimonial .testimonial--body {
  font-family: "Lora";
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .testimonials-block .testimonial .testimonial--body {
    font-size: 18px;
    line-height: 32px;
  }
}
.testimonials-block .testimonial .testimonial--source {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .testimonials-block .testimonial .testimonial--source {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
.testimonials-block .testimonial .testimonial--source .testimonial--name {
  margin-bottom: 0;
  font-weight: 600;
  color: #FFCA31;
}
.testimonials-block .testimonial .testimonial--source .testimonial--loc {
  font-weight: 400;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .testimonials-block .testimonial .fa-diamond {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .testimonials-block .testimonial .fa-diamond {
    text-align: center;
    margin: 0 0 20px;
    font-size: 20px;
    display: block;
  }
}
.testimonials-block .homepage__connect__title {
  color: white;
  font-size: 28px;
  font-family: "Lora";
  line-height: 30px;
  text-align: center;
  font-weight: 400;
  margin: 0;
  padding: 38px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 768px) {
  .testimonials-block .homepage__connect__title {
    font-size: 32px;
    line-height: 34px;
    margin: 64px 0 -16px;
    padding: 50px 0 0;
  }
}
.testimonials-block .asterisk-diamond {
  display: block;
  text-align: center;
  height: 68px;
  width: 68px;
  position: relative;
  top: 22px;
  transform: rotate(45deg);
  background: #00385F;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .testimonials-block .asterisk-diamond {
    top: 36px;
    height: 86px;
    width: 86px;
  }
}
.testimonials-block .asterisk-diamond .fa-asterisk {
  position: relative;
  top: calc(50% - 15px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 13px;
  padding: 7px 8px;
}
@media only screen and (min-width: 768px) {
  .testimonials-block .asterisk-diamond .fa-asterisk {
    top: calc(50% - 20px);
    font-size: 18px;
    line-height: 18px;
    padding: 10px;
  }
}
.testimonials-block .asterisk-diamond .fa-asterisk:before {
  display: inline-block;
  transform: rotate(-45deg);
}

.accordion {
  position: relative;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #E3D5CB;
  margin-bottom: 24px;
}
.accordion[open] > .accordion__header .accordion__icon {
  transform: rotate(45deg);
}
.accordion__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 4px;
  font-family: "Noyh", sans-serif;
  color: #12395D;
  font-weight: 400;
  font-size: 21px;
}
@media only screen and (min-width: 768px) {
  .accordion__header {
    font-size: 24px;
  }
}
.accordion__header:after {
  content: "";
  height: 30px;
  width: 30px;
  border: 1px solid #E3D5CB;
  position: absolute;
  right: 4px;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s all ease;
}
.accordion__header:hover, .accordion__header:focus {
  cursor: pointer;
}
.accordion__header:hover:after, .accordion__header:focus:after {
  background: #C6D4DC;
  border-color: #C6D4DC;
}
.accordion__icon {
  font-size: 16px;
  padding: 0 8px;
  transition: 0.3s all ease;
}
.accordion__icon:hover, .accordion__icon:focus {
  cursor: pointer;
}

.events .calendar__title--desktop {
  background-image: url("../img/EventsHeader.png");
  background-size: cover;
  background-position: right top;
  min-height: 113px;
}
@media only screen and (min-width: 768px) {
  .events .calendar__title--desktop {
    min-height: 150px;
  }
}
@media only screen and (min-width: 992px) {
  .events .calendar__title--desktop {
    min-height: 215px;
  }
}
@media only screen and (min-width: 1200px) {
  .events .calendar__title--desktop {
    min-height: 305px;
  }
}
.events .title__text {
  color: #9E3E23;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  margin: 40px 0 25px;
}
@media only screen and (min-width: 768px) {
  .events .title__text {
    font-size: 36px;
    line-height: 40px;
    color: white;
    margin: 52px 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .events .title__text {
    margin: 94px 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .events .title__text {
    font-size: 40px;
    line-height: 46px;
    margin: 130px 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .events .main > .container {
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
  .events .events-sidebar-bg:before {
    content: "";
    height: 100%;
    width: 10000px;
    position: absolute;
    top: 0;
    right: calc(66.666666666% + 15px);
    background: #F7F2ED;
  }
}
@media only screen and (min-width: 992px) {
  .events .sidebar {
    background: #F7F2ED;
    padding-right: 32px;
    padding-top: 40px;
  }
  .events .sidebar .sidenav__wrap {
    margin-top: 64px;
  }
  .events .sidebar .sidenav__wrap--after {
    right: -32px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .events .sidebar {
    padding-top: 70px;
    padding-right: 60px;
  }
  .events .sidebar .sidenav__wrap {
    margin-top: 114px;
  }
  .events .sidebar .sidenav__wrap--after {
    right: -60px !important;
  }
}
.events .sidebar .sidenav__outer .sidenav__wrap {
  box-shadow: none;
}
.events .evt-featured {
  border: 1px solid #E3D5CB;
  border-top: 5px solid #E3D5CB;
  padding: 0 20px 30px;
  background-image: url(../img/FeaturedEvent-01.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  margin: 52px 0 30px;
}
@media only screen and (min-width: 768px) {
  .events .evt-featured {
    border-top: 1px solid #E3D5CB;
    border-right: 5px solid #E3D5CB;
    background-size: auto 100%;
    position: relative;
    margin: 54px 0 46px;
    min-height: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .events .evt-featured {
    margin: 38px 0 48px;
  }
}
@media only screen and (min-width: 1200px) {
  .events .evt-featured {
    margin: 70px 0 66px;
    min-height: 350px;
  }
}
.events .evt-featured .icon-container {
  position: relative;
  bottom: 22px;
  height: 40px;
  width: 40px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .events .evt-featured .icon-container {
    position: absolute;
    bottom: auto;
    top: 50px;
    right: -23px;
  }
}
@media only screen and (min-width: 1200px) {
  .events .evt-featured .icon-container {
    top: 64px;
  }
}
.events .evt-featured .icon-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #9E3E23;
  transform: rotate(45deg);
  z-index: 1;
}
.events .evt-featured .icon-container .fa-asterisk {
  font-size: 16px;
  color: white;
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  top: calc(50% - 8px);
}
.events .evt-featured .event__img {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  margin: 20px auto 0;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  .events .evt-featured .event__img {
    display: inline-block;
    margin: 40px 48px 40px 36px;
    position: absolute;
    top: 2px;
    left: 4px;
  }
}
@media only screen and (min-width: 1200px) {
  .events .evt-featured .event__img {
    top: 16px;
    left: 22px;
    width: 162px;
    height: 162px;
  }
  .events .evt-featured .event__img img {
    width: 162px;
    height: 162px;
  }
}
.events .evt-featured .event__img:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -20px;
  left: -20px;
  height: 190px;
  width: 190px;
  background-image: url("../img/FeaturedEvent_Diamond.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) {
  .events .evt-featured .event__img:before {
    height: 218px;
    width: 218px;
    top: -28px;
    left: -28px;
  }
}
.events .evt-featured .event__featured__info {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .events .evt-featured .event__featured__info {
    max-width: 400px;
    margin-left: 214px;
  }
}
@media only screen and (min-width: 992px) {
  .events .evt-featured .event__featured__info {
    margin-left: 223px;
    padding-right: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .events .evt-featured .event__featured__info {
    margin-left: 280px;
    padding-right: 55px;
  }
}
.events .evt-featured .event__featured__info .event__details .event__title a {
  font-size: 20px;
  line-height: 24px;
  color: #00385F;
  font-weight: 600;
  display: block;
  margin: 32px 0 8px;
}
@media only screen and (min-width: 768px) {
  .events .evt-featured .event__featured__info .event__details .event__title a {
    font-size: 24px;
    line-height: 28px;
    margin: 38px 0 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .events .evt-featured .event__featured__info .event__details .event__title a {
    font-size: 28px;
    line-height: 28px;
    margin: 54px 0 18px;
  }
}
.events .evt-featured .event__featured__info .event__details .event__date {
  font-family: "Whitney A", "Whitney B", "Arial";
  color: #026CB6;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .events .evt-featured .event__featured__info .event__details .event__date {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .events .evt-featured .event__featured__info .event__details .event__date {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.69px;
  }
}
.events .evt-featured .event__featured__info .event__details .event__time-location {
  font-size: 14px;
  line-height: 20px;
  color: #00385F;
  font-weight: 300;
}
@media only screen and (min-width: 1200px) {
  .events .evt-featured .event__featured__info .event__details .event__time-location {
    font-size: 16px;
    line-height: 24px;
  }
}
.events .evt-featured .event__featured__info .event__details .event__time-location .event__time, .events .evt-featured .event__featured__info .event__details .event__time-location .event__location {
  position: relative;
  padding-left: 32px;
}
.events .evt-featured .event__featured__info .event__details .event__time-location .fal {
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.events .evt-featured .event__featured__info .event__details .event__time-location .event__location {
  margin: 10px 0 18px;
}
@media only screen and (min-width: 1200px) {
  .events .evt-featured .event__featured__info .event__details .event__time-location .event__location {
    margin: 12px 0 28px;
  }
}
.events .evt-featured .event__featured__info .event__details .event__time-location .event__location a {
  color: #00385F;
}
.events .evt-featured .event__featured__info .event__additional-link {
  margin-bottom: 28px;
}
@media only screen and (min-width: 768px) {
  .events .evt-featured .event__featured__info .event__additional-link {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .events .evt-featured .event__featured__info .event__additional-link {
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .events .evt-featured .event__featured__info .event__additional-link {
    margin-bottom: 24px;
  }
}
.events .evt-featured .event__featured__info .event__additional-link a {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.53px;
  font-weight: 600;
  color: #9E3E23;
  text-transform: uppercase;
  transition: 0.3s all ease;
}
.events .evt-featured .event__featured__info .event__additional-link a .fal {
  position: relative;
  left: 12px;
  transition: 0.3s all ease;
}
.events .evt-featured .event__featured__info .event__additional-link a:hover {
  color: #5f2515;
}
.events .evt-featured .event__featured__info .event__additional-link a:hover .fal {
  left: 20px;
}
@media only screen and (min-width: 1200px) {
  .events .evt-featured .event__featured__info .event__additional-link a {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1.75px;
  }
}

[data-evt-filter],
[data-evt-trigger],
[data-evt-tag] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}
[data-evt-filter],
[data-evt-trigger],
[data-evt-tag] {
  user-select: none;
}

[data-evt-filter][data-evt-tax]:before {
  content: "\f096";
  font: normal normal normal 14px/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: -1px;
  width: 1.28571429em;
  text-align: left;
  margin-right: 1px;
}
[data-evt-filter][data-evt-tax].active:before {
  content: "\f046";
  font: normal normal normal 14px/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[data-evt-tag][data-evt-tag-fixed] {
  cursor: default;
}

[data-evt-widget] table {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: default;
  width: 100%;
  table-layout: fixed;
}
[data-evt-widget] table {
  user-select: none;
}
[data-evt-widget] th,
[data-evt-widget] td {
  padding: 0;
  text-align: center;
}
[data-evt-widget] [data-evt-widget-nav],
[data-evt-widget] [data-evt-trigger] {
  cursor: pointer;
}

.events__title {
  padding: 0 0 10px;
  font-size: 16px;
  line-height: 22px;
  background: #00385F;
}
@media only screen and (min-width: 768px) {
  .events__title {
    padding: 10px 0 38px;
  }
}
@media only screen and (min-width: 992px) {
  .events__title {
    padding: 10px 0 48px;
  }
}
.events__title .title__text {
  color: #9E3E23;
  font-size: 24px;
  line-height: 40px;
  font-family: "Lora";
  font-weight: 200;
  margin: 16px 0 14px;
}
@media only screen and (min-width: 768px) {
  .events__title .title__text {
    font-size: 36px;
    margin: 22px 0 28px;
  }
}
@media only screen and (min-width: 992px) {
  .events__title .title__text {
    margin: 22px 0 26px;
  }
}
@media only screen and (min-width: 768px) {
  .events__title .mobile-event__filters {
    display: none;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .events__title .mobile-event__filters {
    background: #5b1e85;
  }
  .events__title .mobile-event__filters .evt-search__bar {
    background: #5b1e85;
    padding: 4px 20px 14px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) and (min-width: 768px) {
  .events__title .mobile-event__filters .evt-search__bar {
    padding: 4px 20px 12px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .events__title .mobile-event__filters .evt-search__bar .evt-search {
    position: relative;
  }
  .events__title .mobile-event__filters .evt-search__bar .evt-search .evt-search__text {
    background: #7d5698;
  }
  .events__title .mobile-event__filters .evt-filters__subtitle {
    font-size: 12px;
    padding: 0 20px;
    font-weight: 600;
    font-family: "Lora";
    letter-spacing: 0.12em;
    color: #9E3E23;
    text-transform: uppercase;
  }
}
.events__title .evt-search__row {
  display: none;
}
@media only screen and (min-width: 768px) {
  .events__title .evt-search__row {
    display: block;
  }
}

.evt_widget__prev_btn__icon:before {
  content: "<";
}

.evt_widget__next_btn__icon:before {
  content: ">";
}

thead > tr:first-child {
  height: 38px;
  background: #9E3E23;
}

.evt_widget {
  margin-bottom: 15px;
  position: relative;
  background: #fff;
}
.evt_widget .evt_widget__days {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  background-color: #E3D5CB;
}
@media only screen and (min-width: 768px) {
  .evt_widget {
    max-width: 457px;
    margin: 0 auto 64px;
  }
}
@media only screen and (min-width: 992px) {
  .evt_widget {
    margin: 0 auto;
  }
}
.evt_widget table {
  border-collapse: collapse;
}
.evt_widget td {
  border: 1px solid #EBEBEB;
}

.more-calendars__title {
  font-family: "Lora";
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #252525;
  text-transform: uppercase;
  border-top: 1px #ddd solid;
  margin: 48px 0 12px;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .more-calendars__title {
    padding-top: 38px;
    margin: 48px 0 22px;
  }
}
@media only screen and (min-width: 992px) {
  .more-calendars__title {
    margin: 20px 0 8px;
    padding: 0;
    border-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .more-calendars__title {
    margin: 34px 0 8px;
  }
}

.calendar__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.calendar__list .calendar__list__entry {
  margin: 10px 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .calendar__list .calendar__list__entry {
    display: inline-block;
    margin: 0 8px;
  }
  .calendar__list .calendar__list__entry:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .calendar__list .calendar__list__entry {
    display: block;
    margin: 12px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .calendar__list .calendar__list__entry {
    margin: 10px 0;
  }
}
.calendar__list .calendar__list__entry .calendar__list__entry__link {
  padding: 8px 12px;
  background: #e6e6e6;
  transition: 0.3s all ease;
  display: inline-block;
  color: #026CB6;
}
.calendar__list .calendar__list__entry .calendar__list__entry__link:hover {
  background: #b3b3b3;
  color: #00385F;
}
@media only screen and (min-width: 992px) {
  .calendar__list .calendar__list__entry .calendar__list__entry__link {
    padding: 5px 9px;
  }
}

.ui-datepicker-group .ui-datepicker-calendar > thead > tr > th > span {
  color: #fff;
}
.ui-datepicker-group .ui-datepicker-calendar > tbody tr td a.ui-state-highlight {
  background-color: #00416F;
}
.ui-datepicker-group .ui-datepicker-calendar > tbody tr td a:hover {
  background-color: #00385F;
}

.evt_widget__nav {
  text-align: center;
}

.evt_widget__prev_btn,
.evt_widget__next_btn {
  display: inline-block;
  color: white;
  background: #9E3E23;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  text-align: center;
  font-size: 20px;
  line-height: 21px;
  font-weight: 300;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.evt_widget__prev_btn:hover,
.evt_widget__next_btn:hover {
  color: #ddd;
}

.evt_widget__prev_btn__icon:before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  position: relative;
  top: 2px;
}

.evt_widget__next_btn__icon:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: relative;
  top: 2px;
}

.evt_widget__title {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}

.evt_widget__date--blank span {
  color: #ccc;
}

.evt_widget__date--today {
  background: #F7F2ED;
}

.evt_widget__day__inner {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #4a4a4a;
  padding: 12px 0 10px;
}

.evt_widget__date__inner {
  display: block;
  line-height: 1.5;
  padding: 10px 0;
  color: #707070;
}

.evt_widget__date--has_events .evt_widget__date__inner {
  font-weight: 600;
  color: #026CB6;
}
.evt_widget__date--has_events .evt_widget__date__inner:hover, .evt_widget__date--has_events .evt_widget__date__inner:focus, .evt_widget__date--has_events .evt_widget__date__inner:active {
  color: #02548e;
}

.evt-filters {
  border: 2px solid #E2E2E2;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  z-index: 20;
  margin: 15px 0 30px;
}
.evt-filters:hover, .evt-filters:focus {
  background: #f5f5f5;
}
@media only screen and (min-width: 768px) {
  .evt-filters {
    border: none;
    border-radius: 0;
    margin-top: 0;
  }
  .evt-filters:hover, .evt-filters:focus {
    background: transparent;
  }
}

.evt-filters__heading {
  position: relative;
  line-height: 1;
  padding: 16px 18px 14px 12px;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.evt-filters__heading {
  user-select: none;
}
.evt-filters__heading:after {
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
  width: 35px;
  text-align: center;
  border-left: 2px solid #E2E2E2;
  content: "\f107";
  font: normal normal normal 14px/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  padding: 5px 8px 5px 8px;
}
@media only screen and (min-width: 768px) {
  .evt-filters__heading {
    font-size: 22px;
    font-weight: 600;
    color: #026CB6;
    background: transparent;
    border-bottom: 4px solid #E2E2E2;
    padding-left: 0;
    padding-bottom: 8px;
  }
  .evt-filters__heading:hover, .evt-filters__heading:focus {
    color: #014879;
  }
  .evt-filters__heading:after {
    font-family: monospace;
    content: "+";
    font-weight: 700;
    position: static;
    display: inline-block;
    margin-left: 10px;
    vertical-align: 1px;
  }
}

.evt-filters__inner {
  height: 0;
  overflow: hidden;
  padding: 0 8px 0 12px;
}
.evt-filters__inner ul {
  line-height: 24px;
}
.evt-filters__inner ul ul {
  padding: 0;
}
.evt-filters__inner .show-all-outer {
  padding-top: 8px;
  margin-bottom: 5px;
}
.evt-filters__inner .col--schools-1 {
  padding-top: 15px;
}
.evt-filters__inner .col--schools-2 {
  padding-bottom: 7.5px;
}
.evt-filters__inner .col--schools-1 > ul,
.evt-filters__inner .col--schools-2 > ul {
  padding: 0;
}
.evt-filters__inner .col > ul ul {
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .evt-filters__inner .col {
    padding-top: 15px;
  }
  .evt-filters__inner .col--schools-1 {
    padding-bottom: 8px;
  }
  .evt-filters__inner .col--schools-2 {
    padding-top: 63px;
    padding-bottom: 0;
  }
  .evt-filters__inner .col--schools-2 > ul {
    padding-top: 8px;
  }
  .evt-filters__inner .col--schools-2 > ul > li:last-child {
    margin-top: 19px;
  }
}

.evt-search__bar {
  position: relative;
}
.evt-search__bar .ss-search {
  position: absolute;
  left: 10px;
  top: 12px;
  color: #fff;
  font-size: 16px;
}
.evt-search__bar .evt-search__text {
  background: transparent;
  border: 1px #7d5698 solid;
  padding: 10px 40px;
  width: 100%;
  color: #fff;
  outline: none;
  transition: 0.3s all ease;
}
.evt-search__bar .evt-search__text::-moz-placeholder {
  font-size: 14px;
  color: #fff;
  font-style: italic;
  opacity: 1;
}
.evt-search__bar .evt-search__text:-ms-input-placeholder {
  font-size: 14px;
  color: #fff;
  font-style: italic;
  opacity: 1;
}
.evt-search__bar .evt-search__text::-webkit-input-placeholder {
  font-size: 14px;
  color: #fff;
  font-style: italic;
  opacity: 1;
}
.evt-search__bar .evt-search__text:focus {
  border-color: #fff;
}
.evt-search__bar .search-btn {
  display: none;
}

.evt-filters--expanded {
  cursor: default;
  z-index: 30;
  background: #f5f5f5;
}
@media only screen and (min-width: 768px) {
  .evt-filters--expanded {
    background: transparent;
  }
}
.evt-filters--expanded .evt-filters__heading {
  cursor: pointer;
}
.evt-filters--expanded .evt-filters__heading:after {
  content: "\f106";
}
@media only screen and (min-width: 768px) {
  .evt-filters--expanded .evt-filters__heading:after {
    content: "×";
  }
}
.evt-filters--expanded .evt-filters__inner {
  height: auto;
}

@media only screen and (min-width: 768px) {
  .evt-filters__heading {
    font-size: 22px;
    font-weight: 600;
    color: #026CB6;
  }
}

.evt-filters__title {
  text-transform: uppercase;
  color: #7b66ad;
  font-weight: 700;
  font-size: 13px;
  display: block;
  padding: 11px 20px;
  background: #00416F;
  font-family: "Lora";
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  position: relative;
  font-size: 12px;
  margin: 0 0 18px;
}
@media only screen and (min-width: 768px) {
  .evt-filters__title {
    margin: 0;
  }
}
.evt-filters__title .evt-opener {
  width: 44px;
  background: #5b1e85;
  position: absolute;
  top: 0;
  right: 0;
  color: #9E3E23;
  font-size: 14px;
  transition: 0.3s all ease;
  display: block;
  height: 100%;
}
.evt-filters__title .evt-opener:before {
  content: "\f501";
  display: table;
  font-family: "SS BlackTie-Regular";
  position: relative;
  left: calc(50% - 7px);
  top: calc(50% - 10px);
  transition: 0.3s all ease;
}

.header__quick-links--active .evt-filters__title .evt-opener::before, .mobile-event__filters--active .evt-filters__title .evt-opener::before {
  left: calc(50% - 9px);
  top: calc(50% - 11px);
  transform: rotate(180deg);
}

.evt-filters__list {
  padding: 9px 20px 26px;
  background: #5b1e85;
  font-family: "Whitney A", "Whitney B", "Arial";
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  .evt-filters__list {
    padding: 12px 20px;
  }
}
.evt-filters__list .evt-filter {
  font-size: 16px;
  font-weight: 300;
}
.evt-filters__list.evt-filters__list--cat {
  padding: 9px 20px 22px;
}
@media only screen and (min-width: 768px) {
  .evt-filters__list.evt-filters__list--cat {
    padding: 16px 20px;
  }
}

.evt-tags {
  line-height: 2.2;
}

.evt-note {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
  margin: 32px 0 22px;
}
@media only screen and (min-width: 768px) {
  .evt-note {
    margin: 38px 0 32px;
  }
}
@media only screen and (min-width: 992px) {
  .evt-note {
    margin: 42px 0 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .evt-note {
    font-size: 16px;
    line-height: 19px;
    margin: 34px 0 38px;
  }
}

.evt-header {
  position: relative;
  margin-top: 54px;
}

.evt-header__title {
  text-align: center !important;
  font-family: "Lora";
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #026CB6;
}
@media only screen and (min-width: 768px) {
  .evt-header__title {
    position: relative;
    top: 4px;
  }
}

.evt-header__nav__wrap {
  display: block;
  text-align: center;
}

.evt-header__nav {
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.evt-header__nav {
  position: absolute;
  top: -2px;
  display: inline-block;
  font-family: "Whitney A", "Whitney B", "Arial";
  text-transform: uppercase;
  color: #00385F;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  visibility: hidden;
}
.evt-header__nav:before, .evt-header__nav:after {
  visibility: visible;
}
@media only screen and (min-width: 768px) {
  .evt-header__nav {
    visibility: visible;
  }
}
@media only screen and (min-width: 1200px) {
  .evt-header__nav {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1.14px;
  }
}
.evt-header__nav.fal::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #867B72;
  position: relative;
  padding-top: 8px;
  width: 33px;
  height: 33px;
  border-radius: 23px;
  text-align: center;
  border: 1px solid #E3D5CB;
  margin-right: 20px;
  transition: 0.3s all ease;
}
@media only screen and (min-width: 768px) {
  .evt-header__nav.fal::before {
    font-size: 16px;
    line-height: 16px;
    padding-top: 11px;
    width: 40px;
    height: 40px;
  }
}
.evt-header__nav:hover.fal::before, .evt-header__nav:hover.fal::after, .evt-header__nav:focus.fal::before, .evt-header__nav:focus.fal::after {
  color: white;
  background: #026CB6;
}
.evt-header__nav.evt-header__nav--prev {
  left: 0;
}
.evt-header__nav.evt-header__nav--next {
  right: 0;
}
.evt-header__nav.evt-header__nav--next:before {
  display: none;
}
.evt-header__nav.evt-header__nav--next:after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #867B72;
  position: relative;
  padding-top: 8px;
  width: 33px;
  height: 33px;
  border-radius: 23px;
  text-align: center;
  border: 1px solid #E3D5CB;
  margin-left: 20px;
  transition: 0.3s all ease;
}
@media only screen and (min-width: 768px) {
  .evt-header__nav.evt-header__nav--next:after {
    font-size: 16px;
    line-height: 16px;
    padding-top: 11px;
    width: 40px;
    height: 40px;
  }
}

.evt-dates {
  margin: 115px 0 -18px;
  background: #eee;
  padding: 12px 10px 10px;
}
@media only screen and (min-width: 768px) {
  .evt-dates {
    padding: 10px 20px;
    margin: 78px 0 -28px;
  }
}
@media only screen and (min-width: 992px) {
  .evt-dates {
    margin: 98px 0 -28px;
  }
}

.evt-dates .evt-view--subtitle {
  display: block;
  font-family: "Lora";
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #696969;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .evt-dates .evt-view--subtitle {
    display: inline-block;
  }
}
.evt-dates li {
  display: inline-block;
}
.evt-dates li .evt-view {
  font-family: "Lora";
  font-weight: 700;
  display: block;
  padding: 5px 8px 5px 12px;
  line-height: 1;
  letter-spacing: 0.12em;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  transition: 0.3s all ease;
}
.evt-dates li .evt-view:hover, .evt-dates li .evt-view:focus {
  color: #595959;
}
.evt-dates li .evt-view.active {
  color: #026CB6;
}
.evt-dates li .evt-view.active:hover, .evt-dates li .evt-view.active:focus {
  color: #013051;
}
.evt-dates li .evt-view.evt-view--range {
  padding: 15px 13px 15px 14px;
  margin: -10px 0;
}
.evt-dates li .evt-view.evt-view--range:after {
  font-family: "SS BlackTie-Regular";
  content: "\f501";
  color: #000;
  font-size: 10px;
  margin-left: 6px;
  transition: 0.3s all ease;
  display: inline-block;
}
.evt-dates li:nth-child(2) {
  border-left: none;
}
.evt-dates li:nth-child(2) .evt-view {
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .evt-dates li:nth-child(2) .evt-view {
    padding-left: 6px;
  }
}
.evt-dates li.evt-view__dropdown__wrap--active .evt-view {
  background: #e1e1e1;
}
.evt-dates li.evt-view__dropdown__wrap--active .evt-view.evt-view--range:after {
  -webkit-transform: rotate(180deg); /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg); /* FF */
  -o-transform: rotate(180deg); /* Opera */
  -ms-transform: rotate(180deg); /* IE9 */
  transform: rotate(180deg); /* W3C compliant browsers */
  /* IE8 and below */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, DX=0, DY=0, SizingMethod="auto expand");
}

.evt-view__dropdown__wrap {
  position: relative;
}
.evt-view__dropdown__wrap .date-field {
  display: block;
  width: 100%;
  border: 1px solid #E2E2E2;
  padding: 6px 10px;
  background-image: none;
  line-height: 1;
  margin-bottom: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-size: 13px;
  color: #707070;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.evt-view__dropdown__wrap .date-field::-moz-placeholder {
  opacity: 1;
  color: #707070;
}
.evt-view__dropdown__wrap .date-field:-ms-input-placeholder {
  opacity: 1;
  color: #707070;
}
.evt-view__dropdown__wrap .date-field::-webkit-input-placeholder {
  opacity: 1;
  color: #707070;
}
.evt-view__dropdown__wrap .date-field#range-end-date {
  margin-bottom: 9px;
}

.evt-view__dropdown {
  top: 133%;
  right: 10px;
  left: auto;
  padding: 10px;
  min-width: 150px;
  position: absolute;
  right: 0px;
  top: 32px;
  z-index: 1;
  background: #e1e1e1;
}
@media only screen and (min-width: 768px) {
  .evt-view__dropdown {
    right: auto;
    left: 0;
  }
}

.evt-view--range.dropdown_active ~ .evt-view__dropdown {
  display: block;
}

.evt-view__clear,
.evt-view__apply {
  font-family: "Lora";
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 6px 5px 6px 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.12em;
  font-weight: 600;
}
.evt-view__clear:hover, .evt-view__clear:focus,
.evt-view__apply:hover,
.evt-view__apply:focus {
  color: #545454;
}

.evt-view__apply {
  background: #00416F;
  transition: 0.3s all ease;
  color: #fff;
  font-weight: 500;
  padding: 6px 12px;
}
.evt-view__apply:hover {
  background: #00385F;
  color: #fff;
}

.no-events {
  padding: 0 15px;
  margin: 48px 0 20px;
}

@media only screen and (min-width: 992px) {
  .evt-listing {
    margin-bottom: 95px;
  }
}
@media only screen and (min-width: 1200px) {
  .evt-listing {
    margin-bottom: 154px;
  }
}
.evt-listing .event {
  background: #F7F2ED;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  min-height: 284px;
  margin: 16px 0;
  padding: 116px 22px 26px 30px;
}
@media only screen and (min-width: 768px) {
  .evt-listing .event {
    padding: 22px 40px 34px 176px;
    min-height: 196px;
  }
}
@media only screen and (min-width: 992px) {
  .evt-listing .event {
    padding: 22px 30px 34px 162px;
  }
}
@media only screen and (min-width: 1200px) {
  .evt-listing .event {
    padding: 28px 40px 36px 200px;
    min-height: 227px;
  }
}
.evt-listing .event img.pfi-stamp {
  position: absolute;
  bottom: 22px;
  right: 33px;
  width: 50px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .evt-listing .event img.pfi-stamp {
    top: 22px;
    bottom: auto;
  }
}
.evt-listing .event .event__details {
  width: calc(100% - 70px);
  display: inline-block;
}
.evt-listing .event:first-child {
  margin: 38px 0 20px;
}
@media only screen and (min-width: 768px) {
  .evt-listing .event:first-child {
    margin: 38px 0 16px;
  }
}
.evt-listing .event .event__ical {
  position: absolute;
  top: 24px;
  left: auto;
  right: 30px;
}
@media only screen and (min-width: 768px) {
  .evt-listing .event .event__ical {
    top: calc(100% - 70px);
    left: 22px;
    right: auto;
  }
}
@media only screen and (min-width: 992px) {
  .evt-listing .event .event__ical {
    left: 13px;
  }
}
@media only screen and (min-width: 1200px) {
  .evt-listing .event .event__ical {
    left: 22px;
  }
}
.evt-listing .event .event__ical.active {
  background: white;
}
.evt-listing .event .event__ical .event__ical__button {
  background: transparent;
  border: 1px solid #E3D5CB;
  padding: 12px 14px 14px 28px;
  transition: 0.3s all ease;
}
@media only screen and (min-width: 1200px) {
  .evt-listing .event .event__ical .event__ical__button {
    padding: 13px 13px 16px 32px;
  }
}
.evt-listing .event .event__ical .event__ical__button .fa-plus {
  top: 13px;
  left: 13px;
}
@media only screen and (min-width: 1200px) {
  .evt-listing .event .event__ical .event__ical__button .fa-plus {
    top: 16px;
    left: 14px;
  }
}
.evt-listing .event .event__ical .event__ical__button:hover {
  background: white;
}
.evt-listing .event .event__ical .event__ical__inner {
  display: none;
}
.evt-listing .event .event__additional-link {
  margin-top: 22px;
}
.evt-listing .event .event__additional-link a {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.53px;
  font-weight: 600;
  color: #9E3E23;
  text-transform: uppercase;
  transition: 0.3s all ease;
}
.evt-listing .event .event__additional-link a .fal {
  position: relative;
  left: 12px;
  transition: 0.3s all ease;
}
.evt-listing .event .event__additional-link a:hover {
  color: #5f2515;
}
.evt-listing .event .event__additional-link a:hover .fal {
  left: 20px;
}
@media only screen and (min-width: 1200px) {
  .evt-listing .event .event__additional-link a {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1.75px;
  }
}
.evt-listing .event .event__details .event__title, .evt-listing .event .event__details .event__title a {
  transition: 0.3s all ease;
  color: #00385F;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  margin: 0 0 13px;
}
@media only screen and (min-width: 768px) {
  .evt-listing .event .event__details .event__title, .evt-listing .event .event__details .event__title a {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 1200px) {
  .evt-listing .event .event__details .event__title, .evt-listing .event .event__details .event__title a {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 24px;
  }
}
.evt-listing .event .event__details .event__title a:hover {
  color: #026CB6;
}
.evt-listing .event .event__details .event__time-location {
  font-size: 14px;
  line-height: 14px;
  color: #4a4a4a;
  font-weight: 300;
}
.evt-listing .event .event__details .event__time-location .event__time__full {
  display: block;
  color: #026CB6;
  margin: 14px 0;
}
@media only screen and (min-width: 768px) {
  .evt-listing .event .event__details .event__time-location .event__time__full {
    font-size: 16px;
    line-height: 19px;
  }
}
@media only screen and (min-width: 1200px) {
  .evt-listing .event .event__details .event__time-location .event__time__full {
    font-size: 18px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .evt-listing .event .event__details .event__time-location {
    line-height: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .evt-listing .event .event__details .event__time-location {
    font-size: 16px;
    line-height: 24px;
  }
}
.evt-listing .event .event__details .event__time-location a {
  color: #4a4a4a;
}
.evt-listing .event .event__details .event__time-location .event__time, .evt-listing .event .event__details .event__time-location .event__location {
  position: relative;
  padding-left: 32px;
}
.evt-listing .event .event__details .event__time-location .fal {
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.evt-listing .event .event__details .event__time-location .fal.fa-map-marker-alt {
  top: -2px;
}
@media only screen and (min-width: 768px) {
  .evt-listing .event .event__details .event__time-location .fal.fa-map-marker-alt {
    top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .evt-listing .event .event__details .event__time-location .fal.fa-map-marker-alt {
    top: 2px;
  }
}
.evt-listing .event .event__details .event__time-location .event__location {
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .evt-listing .event .event__details .event__time-location .event__location {
    margin: 10px 0 16px;
  }
}
@media only screen and (min-width: 992px) {
  .evt-listing .event .event__details .event__time-location .event__location {
    margin: 10px 0 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .evt-listing .event .event__details .event__time-location .event__location {
    margin: 12px 0 20px;
  }
}
.evt-listing .event .event__details .event__date {
  position: absolute;
  top: 0;
  left: 30px;
  width: 65px;
  height: 94px;
  background-image: url("../img/BlueBanner.png");
  background-size: 65px 94px;
  background-repeat: no-repeat;
  background-position: center top;
}
.evt-listing .event .event__details .event__date.event__date--orange {
  background-image: url("../img/OrangeBanner.png");
}
@media only screen and (min-width: 768px) {
  .evt-listing .event .event__details .event__date {
    left: 44px;
    width: 76px;
    height: 111px;
    background-size: 76px 111px;
  }
}
@media only screen and (min-width: 992px) {
  .evt-listing .event .event__details .event__date {
    left: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .evt-listing .event .event__details .event__date {
    width: 90px;
    height: 130px;
    background-size: 90px 130px;
  }
}
.evt-listing .event .event__details .event__date .event__month {
  position: relative;
  margin-top: 22px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 2.62px;
  width: 100%;
  text-align: center;
  color: white;
  display: block;
  font-weight: 600;
  font-family: "Whitney A", "Whitney B", "Arial";
}
@media only screen and (min-width: 768px) {
  .evt-listing .event .event__details .event__date .event__month {
    margin-top: 23px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 3px;
  }
}
@media only screen and (min-width: 1200px) {
  .evt-listing .event .event__details .event__date .event__month {
    margin-top: 32px;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 3.38px;
  }
}
.evt-listing .event .event__details .event__date .event__day {
  position: relative;
  margin-bottom: 26px;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 1.5px;
  width: 100%;
  text-align: center;
  color: white;
  display: block;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .evt-listing .event .event__details .event__date .event__day {
    margin-bottom: 32px;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 1.69px;
  }
}
@media only screen and (min-width: 1200px) {
  .evt-listing .event .event__details .event__date .event__day {
    margin-bottom: 36px;
    font-size: 40px;
    line-height: 49px;
    letter-spacing: 1.88px;
  }
}

.become-a-member {
  background: #00385F;
  text-align: center;
  background-image: url(../img/DiamondPattern.png);
  background-position: left top;
}
.become-a-member .bam__title {
  margin: 54px 0 16px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  color: white;
}
@media only screen and (min-width: 768px) {
  .become-a-member .bam__title {
    margin: 76px 0 16px;
    font-size: 32px;
    line-height: 39px;
  }
}
@media only screen and (min-width: 992px) {
  .become-a-member .bam__title {
    margin: 94px 0 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .become-a-member .bam__title {
    margin: 90px 0 32px;
    font-size: 36px;
    line-height: 44px;
  }
}
.become-a-member .bam__body {
  color: white;
  font-size: 16px;
  line-height: 24px;
  margin: 0 12px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .become-a-member .bam__body {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .become-a-member .bam__body {
    font-size: 24px;
    line-height: 32px;
  }
}
.become-a-member .bam__link {
  margin: 24px 0 100px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .become-a-member .bam__link {
    margin: 30px 0 118px;
  }
}
@media only screen and (min-width: 992px) {
  .become-a-member .bam__link {
    margin: 30px 0 140px;
  }
}
@media only screen and (min-width: 1200px) {
  .become-a-member .bam__link {
    margin: 46px 0 144px;
  }
}
.become-a-member .bam__link .btn:hover {
  border-color: white;
}
@media only screen and (min-width: 768px) {
  .become-a-member .bam__link .btn--mobile {
    display: none;
  }
}
.become-a-member .bam__link .btn--tablet {
  display: none;
}
@media only screen and (min-width: 768px) {
  .become-a-member .bam__link .btn--tablet {
    display: inline-block;
  }
}

.event__date {
  margin-bottom: 2px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Lora";
  font-weight: 600;
  color: #707070;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  .event__date {
    margin-bottom: 6px;
  }
}
.event__date .event__month, .event__date .event__day {
  color: #026CB6;
}
.event__date .event__time:before {
  content: "";
  margin-left: 2px;
  margin-right: 10px;
  width: 2px;
  height: 10px;
  display: inline-block;
  background: #707070;
  position: relative;
  top: 1px;
}
@media only screen and (min-width: 768px) {
  .event__date .event__time:before {
    margin-left: 6px;
  }
}

.event__time_location {
  margin-bottom: 11px;
}

.event__title {
  color: #000;
  font-weight: 600;
  margin-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  .event__title {
    font-size: 18px;
    margin-bottom: 1px;
  }
}

.event__right {
  display: none;
}
@media only screen and (min-width: 768px) {
  .event__right {
    width: 34%;
    float: right;
    display: block;
    position: relative;
    bottom: 2px;
  }
}

.event__mobile {
  margin-right: 6px;
}
@media only screen and (min-width: 768px) {
  .event__mobile {
    display: none;
  }
}
.event__mobile .event__ical {
  float: none;
  display: inline-block;
}
.event__mobile .event__categories {
  display: inline-block;
}

.event__categories {
  display: none;
}
@media only screen and (min-width: 768px) {
  .event__categories {
    display: block;
    text-align: right;
    margin-bottom: 2px;
  }
}
.event__categories .event__category {
  color: #4A4A4A;
  display: inline-block;
}
.event__categories .event__category:after {
  content: ",";
  display: inline-block;
}
.event__categories .event__category:last-child:after {
  display: none;
}

.event__ical {
  position: relative;
  display: inline-block;
  border: 1px solid #E3D5CB;
  transition: 0.3s all ease;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0);
}
.event__ical.active {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) {
  .event__ical {
    position: absolute;
    left: 40px;
    top: calc(100% - 74px);
    /* bottom: 0; */
    z-index: 10;
  }
}
@media only screen and (min-width: 1200px) {
  .event__ical {
    left: 58px;
    top: calc(100% - 88px);
  }
}

.event__ical__button {
  display: inline-block;
  background: transparent;
  padding: 12px 22px 14px 38px;
  position: relative;
  color: #867B72;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 16px;
  transition: 0.3s all ease;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.event__ical__button {
  user-select: none;
}
.event__ical__button:hover, .event__ical__button:focus, .event__ical__button:active, .event__ical__button.active {
  color: #00385F;
  background: white;
}
.event__ical__button.active ~ .event__ical__inner {
  height: auto;
}
.event__ical__button .fa-plus {
  position: absolute;
  top: 14px;
  left: 23px;
  font-size: 12px;
  line-height: 13px;
}
@media only screen and (min-width: 1200px) {
  .event__ical__button .fa-plus {
    font-size: 14px;
    line-height: 14px;
    top: 16px;
    left: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .event__ical__button {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1.14px;
    padding: 13px 26px 16px 45px;
  }
}

.event__ical__inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: white;
  z-index: 10;
}
.event__ical__inner ul {
  padding: 3px 10px;
  margin: 0 !important;
  list-style: none !important;
}
.event__ical__inner a {
  display: block;
  padding: 2px 0;
  white-space: nowrap;
  color: #026CB6;
  transition: 0.3s all ease;
  text-decoration: underline;
}
.event__ical__inner a:hover {
  color: #00385F;
}

.event .post-edit-link {
  display: block;
  position: absolute;
  top: -16px;
  right: 0;
  font-size: 12px;
}

.evt-tag {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 2px;
  padding: 5px 12px 4px 12px;
  line-height: 1;
  height: 22px;
  border: none;
  font-size: 13px;
  font-weight: 600;
  color: #026CB6;
  background-color: #DED9EB;
  -webkit-touch-callout: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: border-color 0.15s ease, background-color 0.15s ease;
  -o-transition: border-color 0.15s ease, background-color 0.15s ease;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}
.evt-tag:hover, .evt-tag:focus {
  background-color: #d2cce4;
}
.evt-tag:active {
  background-color: #cac2df;
}
.evt-tag[data-evt-tag-fixed]:hover {
  background-color: #DED9EB;
  cursor: default;
}
.evt-tag[data-evt-tag-fixed]:active {
  background-color: #DED9EB;
}

.evt-tag-close {
  display: inline-block;
  margin-left: 3px;
}

.evt-term--6,
.evt-term--10,
.evt-term--13 {
  font-weight: 600;
  color: #026CB6;
}

.widget__outer.widget--subscribe__outer {
  height: auto;
}

.widget--subscribe {
  display: block;
}

.subscribe__list {
  padding-top: 8px;
}

.subscribe__school {
  display: block;
  font-size: 14px;
  position: relative;
  padding: 10px 10px 10px 0;
  cursor: pointer;
}
.subscribe__school:hover {
  cursor: pointer;
}
.subscribe__school:after {
  display: block;
  position: absolute;
  right: -1px;
  top: 7px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #E2E2E2;
  color: #242424;
  border-radius: 3px;
  content: "-";
  font-size: 14px;
  padding: 0;
}

.subscribe__school__outer.collapsed .subscribe__school:after {
  content: "+";
}

.subscribe__school__name {
  font-weight: 600;
  color: #026CB6;
}
.subscribe__school__name:hover, .subscribe__school__name:focus {
  color: #014879;
}

.subscribe__school__total {
  font-style: italic;
  color: #4A4A4A;
  margin-left: 4px;
}

.subscribe__school__feeds {
  padding: 0;
}

.subscribe__school__feed {
  position: relative;
  font-size: 13px;
  padding: 2px 0 2px 8px;
}

.feed__title {
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .widget--subscribe {
    min-width: 290px;
  }
  .view-athletic-calendar {
    float: left;
    margin-top: 19px;
    margin-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .view-athletic-calendar {
    float: none;
    margin: 0;
  }
}
.rte {
  line-height: 1.42857143;
}
.rte > :first-child {
  margin-top: 0 !important;
}
.rte > :last-child {
  margin-bottom: 0 !important;
}
.rte a:hover,
.rte a:active,
.rte a:focus {
  text-decoration: none;
}
.rte h1, .rte .h1 {
  font-family: "Lora";
  font-size: 28px;
  line-height: 32px;
  color: #9E3E23;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .rte h1, .rte .h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .rte h1, .rte .h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
.rte h1.page-title, .rte .h1.page-title {
  margin: 22px 0;
}
@media only screen and (min-width: 768px) {
  .rte h1.page-title, .rte .h1.page-title {
    color: white;
  }
}
.rte h2, .rte .h2 {
  font-family: "Lora";
  font-size: 24px;
  line-height: 28px;
  color: #026CB6;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .rte h2, .rte .h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .rte h2, .rte .h2 {
    font-size: 32px;
    line-height: 39px;
  }
}
.rte h3, .rte .h3 {
  font-size: 24px;
  line-height: 29px;
  font-family: "Whitney A", "Whitney B", "Arial";
  color: #00385F;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .rte h3, .rte .h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .rte h3, .rte .h3 {
    font-size: 32px;
    line-height: 39px;
  }
}
.rte h4, .rte .h4 {
  font-size: 20px;
  line-height: 24px;
  font-family: "Whitney A", "Whitney B", "Arial";
  color: #9E3E23;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .rte h4, .rte .h4 {
    font-size: 24px;
    line-height: 29px;
  }
}
@media only screen and (min-width: 1200px) {
  .rte h4, .rte .h4 {
    font-size: 28px;
    line-height: 34px;
  }
}
.rte h5, .rte .h5 {
  font-size: 18px;
  line-height: 21px;
  font-family: "Whitney A", "Whitney B", "Arial";
  color: #026CB6;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .rte h5, .rte .h5 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .rte h5, .rte .h5 {
    font-size: 24px;
    line-height: 29px;
  }
}
.rte h6, .rte .h6 {
  font-size: 16px;
  line-height: 19px;
  font-family: "Whitney A", "Whitney B", "Arial";
  color: #00385F;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .rte h6, .rte .h6 {
    font-size: 18px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 1200px) {
  .rte h6, .rte .h6 {
    font-size: 20px;
    line-height: 24px;
  }
}
.rte p {
  color: #4A4A4A;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .rte p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .rte p {
    font-size: 18px;
    line-height: 29px;
  }
}
.rte a {
  font-weight: 500;
}
.rte .article-preview {
  line-height: 20px;
  margin-bottom: 20px;
  display: block;
}
.rte .article-preview a {
  margin-bottom: 0;
  font-weight: 600;
  display: block;
}
.rte hr {
  border-top-width: 1px;
  border-color: #E3D5CB;
  margin: 30px 0;
}
@media only screen and (min-width: 768px) {
  .rte hr {
    margin: 35px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .rte hr {
    margin: 40px 0;
  }
}
.rte ul, .rte ol {
  margin: 0 0 15px 6px;
}
.rte ul {
  padding-left: 22.5px;
  list-style-type: none;
}
.rte ul ul {
  list-style-type: circle;
  margin: 0;
}
.rte ul ul ul {
  list-style-type: square;
}
.rte li {
  padding: 3px 0 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .rte li {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .rte li {
    font-size: 18px;
    line-height: 29px;
  }
}
.rte li a {
  color: #026CB6;
  font-weight: 500;
  transition: 0.3s all ease;
}
.rte li a:hover, .rte li a:focus {
  color: #00385F;
}
.rte ul li {
  list-style-type: none;
}
.rte ul li:before {
  content: "•";
  font-family: "Whitney A", "Whitney B", "Arial";
  color: #026CB6;
  font-size: 14px;
  position: absolute;
  left: 9px;
}
.rte ul > li:first-child,
.rte .col-1 > ul > li:first-child {
  padding-top: 0;
}
.rte p {
  margin-bottom: 15px;
}
.rte .small-text,
.rte .table-smaller td.small-text,
.rte .table-smaller th.small-text {
  font-size: 11px;
}
.rte .small-text p,
.rte p.small-text {
  margin-bottom: 12px;
}
.rte blockquote {
  padding-left: 78px;
  font-family: "Lora";
  color: #026CB6;
  margin: 25px 0;
  border-left: 0;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .rte blockquote img {
    display: block;
    float: none;
    margin: 0 auto 15px auto;
  }
}
@media only screen and (min-width: 768px) {
  .rte blockquote {
    padding-left: 88px;
    min-height: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .rte blockquote {
    padding-left: 86px;
  }
}
@media only screen and (min-width: 1200px) {
  .rte blockquote {
    padding-left: 100px;
  }
}
.rte blockquote p {
  color: #026CB6;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .rte blockquote p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .rte blockquote p {
    font-size: 18px;
    line-height: 32px;
  }
}
.rte blockquote:before {
  content: "";
  background-image: url(../img/blockquote-diamonds.png);
  background-size: contain;
  background-repeat-x: no-repeat;
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 44px;
}
@media only screen and (min-width: 992px) {
  .rte blockquote:before {
    left: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .rte blockquote:before {
    left: 34px;
    width: 48px;
  }
}
.rte blockquote :last-child {
  margin-bottom: 0;
}
.rte .wp-caption {
  padding: 0;
  border-radius: 0;
  color: #026CB6;
  margin-bottom: 15px;
}
.rte .wp-caption img {
  display: block;
  margin: 0 auto;
}
.rte .wp-caption .wp-caption-text {
  color: #026CB6;
  font-size: 14px;
  text-align: left;
  line-height: 18px;
  padding: 15px 0;
  font-weight: 400;
  width: 100%;
  margin: 0;
}
.rte table {
  background-color: transparent;
}
.rte th {
  text-align: left;
}
.rte table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.rte table > thead, .rte table > tbody > tr > th {
  background: #9E3E23;
}
.rte table > thead > tr > th,
.rte table > tbody > tr > th,
.rte table > tfoot > tr > th,
.rte table > thead > tr > td,
.rte table > tbody > tr > td,
.rte table > tfoot > tr > td {
  padding: 12px 10px 11px;
  vertical-align: top;
  border: 1px solid #E3D5CB;
  font-size: 14px;
  line-height: 18px;
  color: #252525;
}
@media only screen and (min-width: 768px) {
  .rte table > thead > tr > th,
  .rte table > tbody > tr > th,
  .rte table > tfoot > tr > th,
  .rte table > thead > tr > td,
  .rte table > tbody > tr > td,
  .rte table > tfoot > tr > td {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .rte table > thead > tr > th,
  .rte table > tbody > tr > th,
  .rte table > tfoot > tr > th,
  .rte table > thead > tr > td,
  .rte table > tbody > tr > td,
  .rte table > tfoot > tr > td {
    font-size: 18px;
    line-height: 21px;
  }
}
.rte table > thead > tr > th, .rte table > thead > tr > td, .rte table > tbody > tr > th {
  color: #fff;
  font-weight: 500;
  border: 0;
  font-size: 14px;
  line-height: 16px;
  padding: 13px 10px;
}
@media only screen and (min-width: 768px) {
  .rte table > thead > tr > th, .rte table > thead > tr > td, .rte table > tbody > tr > th {
    font-size: 16px;
    line-height: 19px;
    padding: 12px 10px 11px;
  }
}
@media only screen and (min-width: 1200px) {
  .rte table > thead > tr > th, .rte table > thead > tr > td, .rte table > tbody > tr > th {
    font-size: 18px;
    line-height: 21px;
  }
}
.rte .dataTables_paginate .paginate_button {
  color: #026CB6 !important;
}
.rte .dataTables_paginate .paginate_button:hover, .rte .dataTables_paginate .paginate_button:focus {
  color: #00385F !important;
  cursor: pointer;
}
.rte .dataTables_paginate .paginate_button.previous:before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  color: #026CB6;
  text-shadow: none;
}
.rte .dataTables_paginate .paginate_button.previous:hover:before, .rte .dataTables_paginate .paginate_button.previous:focus:before {
  color: #00385F;
}
.rte .dataTables_paginate .paginate_button.next:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: #026CB6;
  text-shadow: none;
}
.rte .dataTables_paginate .paginate_button.next:hover:after, .rte .dataTables_paginate .paginate_button.next:focus:after {
  color: #00385F;
}
.rte .dataTables_paginate .paginate_button.disabled {
  color: #867B72 !important;
}
.rte .dataTables_paginate .paginate_button.disabled:hover, .rte .dataTables_paginate .paginate_button.disabled:focus {
  cursor: auto;
}
.rte .dataTables_paginate .paginate_button.disabled.previous:before {
  color: #867B72 !important;
}
.rte .dataTables_paginate .paginate_button.disabled.next:after {
  color: #867B72 !important;
}
.rte table > thead > tr, .rte table > tbody > tr:first-child, .rte .tablepress > thead > tr, .rte table > tbody > tr:first-child {
  border: 1px solid #E3D5CB;
}
.rte .tablepress > thead > tr > th, .rte .tablepress > tbody > tr:first-child > th {
  background: #9E3E23;
}
.rte .tablepress > thead > tr > th:hover, .rte .tablepress > thead > tr > th:focus, .rte .tablepress > tbody > tr:first-child > th:hover, .rte .tablepress > tbody > tr:first-child > th:focus {
  background: #742e1a;
}
.rte table > thead > tr > th, .rte table > tbody > tr > th {
  vertical-align: bottom;
}
.rte table {
  border-collapse: collapse;
}
.rte .bold-text {
  font-weight: 600 !important;
}
.rte table > caption + thead > tr:first-child > th,
.rte table > colgroup + thead > tr:first-child > th,
.rte table > thead:first-child > tr:first-child > th,
.rte table > caption + thead > tr:first-child > td,
.rte table > colgroup + thead > tr:first-child > td,
.rte table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.rte table > tbody + tbody {
  border-top: 2px solid #E3D5CB;
}
.rte table table {
  background-color: #fff;
}
.rte .table-condensed > thead > tr > th,
.rte .table-condensed > tbody > tr > th,
.rte .table-condensed > tfoot > tr > th,
.rte .table-condensed > thead > tr > td,
.rte .table-condensed > tbody > tr > td,
.rte .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.rte .table-bordered {
  border: 1px solid #E3D5CB;
}
.rte .table-bordered > thead > tr > th,
.rte .table-bordered > tbody > tr > th,
.rte .table-bordered > tfoot > tr > th,
.rte .table-bordered > thead > tr > td,
.rte .table-bordered > tbody > tr > td,
.rte .table-bordered > tfoot > tr > td {
  border: 1px solid #E3D5CB;
}
.rte .table-bordered > thead > tr > th,
.rte .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.rte table > tbody > tr:nth-child(even) > td {
  background-color: #fff;
}
.rte table > tbody > tr:nth-child(odd) > td {
  background-color: #f8f2ed;
}
.rte .table-hover > tbody > tr:hover > td {
  background-color: #dfccb8;
}
.rte .table-hover > tbody > tr > td.active:hover,
.rte .table-hover > tbody > tr > th.active:hover,
.rte .table-hover > tbody > tr.active:hover > td,
.rte .table-hover > tbody > tr:hover > .active {
  background-color: #dfccb8;
}
.rte .table-smaller th,
.rte .table-smaller td {
  font-size: 0.9285em;
}

.rte .gform_wrapper ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

.rte .gform_wrapper li {
  margin-bottom: 30px;
}

.gform_wrapper form {
  margin-bottom: 0;
}

.gform_wrapper .gfield_label {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 19px;
  font-family: "Whitney A", "Whitney B", "Arial";
  color: #00385F;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper .gfield_label {
    font-size: 18px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 1200px) {
  .gform_wrapper .gfield_label {
    font-size: 20px;
    line-height: 24px;
  }
}

.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #b94a48;
}

.gform_wrapper li:before {
  display: none;
}

.gform_wrapper .gform_title {
  font-family: "Lora";
  font-size: 24px;
  line-height: 28px;
  color: #026CB6;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper .gform_title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .gform_wrapper .gform_title {
    font-size: 32px;
    line-height: 39px;
  }
}

.gfield input[type=text],
.gfield input[type=url],
.gfield input[type=email],
.gfield input[type=tel],
.gfield input[type=number],
.gfield input[type=password],
.gfield select,
.gfield textarea {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 10px;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #4A4A4A;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #E3D5CB;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}

.ginput_container_date input.datepicker {
  display: inline-block;
  margin-right: 12px;
}

.ginput_container_date {
  position: relative;
}
.ginput_container_date:before {
  content: "\f073";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-size: 16px;
  color: #026CB6;
  position: absolute;
  top: 10px;
  right: 15px;
}
@media only screen and (min-width: 768px) {
  .ginput_container_date:before {
    left: calc(47.5% - 30px);
    right: auto;
  }
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}

.ui-datepicker-header {
  background-color: #026CB6; /* set the header background color */
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  min-height: 30px !important;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-title select {
  margin-top: 2.5%;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("../images/datepicker/arrow.png");
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}

.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}

.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}

.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f7f7", endColorstr="#f1f1f1",GradientType=0 );
  border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  padding: 5px 0;
}

.ui-datepicker thead tr {
  background: #026CB6;
}
.ui-datepicker thead tr th {
  color: #fff;
}

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
  background: #fff;
}

.ui-datepicker-calendar .ui-datepicker-today > a {
  background: #026CB6;
  color: white;
}

.ui-datepicker-calendar .ui-state-hover {
  background: #708c67;
  color: white;
}

.ui-datepicker-next, .ui-datepicker-prev {
  color: #fff;
  transition: 0.3s all ease;
  position: relative;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
  background: #00385F;
}
.ui-datepicker-next .ui-icon:before, .ui-datepicker-prev .ui-icon:before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  color: white;
  position: absolute;
  top: -20px;
  right: 6px;
  font-weight: 400;
}

.ui-datepicker-prev .ui-icon:before {
  content: "\f060";
}

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA; /* set the active date background color */
  border: 1px solid #c19163; /* set the active date border color */
  color: #666; /* set the active date font color */
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #FFF;
  filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #fff;
}

table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}

body div#ui-datepicker-div[style] {
  z-index: 9999 !important;
}

.ginput_container_time {
  width: 15.5%;
  min-width: 85px;
  display: inline-block;
  height: 70px;
  margin-bottom: -36px;
}
.ginput_container_time.gfield_time_hour {
  position: relative;
  padding-right: 12px;
}
.ginput_container_time.gfield_time_hour:after {
  content: ":";
  font-size: 16px;
  position: absolute;
  top: 6px;
  right: -2px;
}
.ginput_container_time.gfield_time_minute {
  padding-left: 8px;
  padding-right: 10px;
}
.ginput_container_time.gfield_time_ampm {
  padding-left: 10px;
  position: relative;
  bottom: 36px;
}

.gfield select {
  background: #F7F2ED;
  border-radius: 0;
  position: relative;
}

.gfield input[type=checkbox], .gfield input[type=radio] {
  margin-right: 12px;
  position: relative;
  top: 1px;
}

.gfield .gfield_radio li, .gfield .gfield_checkbox li {
  margin-bottom: 4px;
}

.gfield input:focus,
.gfield select:focus,
.gfield textarea:focus {
  border-color: #c8ad99;
  outline: 0;
}

.gfield textarea {
  height: auto;
}

.gfield .textarea.small {
  height: 80px;
  width: 100%;
}

.gfield .textarea.medium {
  height: 180px;
  width: 100%;
}

.gform_button, .button {
  color: #FFFFFF;
  background-color: #026CB6;
  border-color: #026CB6;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.gform_button:before, .button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid #026CB6;
  transform: translateX(-100%);
}
.gform_button:hover, .gform_button:focus, .button:hover, .button:focus {
  background: transparent;
}
.gform_button:hover:before, .gform_button:focus:before, .button:hover:before, .button:focus:before {
  transform: translateX(0);
}
.gform_button:before, .gform_button:after, .button:before, .button:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.gform_button:focus, .gform_button.focus, .button:focus, .button.focus {
  color: #FFFFFF;
}
.gform_button:hover, .button:hover {
  color: #FFFFFF;
}
.gform_button:active, .gform_button.active, .button:active, .button.active {
  color: #FFFFFF;
}
.gform_button:active:hover, .gform_button:active:focus, .gform_button:active.focus, .gform_button.active:hover, .gform_button.active:focus, .gform_button.active.focus, .button:active:hover, .button:active:focus, .button:active.focus, .button.active:hover, .button.active:focus, .button.active.focus {
  color: #FFFFFF;
}
.gform_button:active, .gform_button.active, .button:active, .button.active {
  background-image: none;
}
.gform_button.disabled:hover, .gform_button.disabled:focus, .gform_button.disabled.focus, .gform_button[disabled]:hover, .gform_button[disabled]:focus, .gform_button[disabled].focus, fieldset[disabled] .gform_button:hover, fieldset[disabled] .gform_button:focus, fieldset[disabled] .gform_button.focus, .button.disabled:hover, .button.disabled:focus, .button.disabled.focus, .button[disabled]:hover, .button[disabled]:focus, .button[disabled].focus, fieldset[disabled] .button:hover, fieldset[disabled] .button:focus, fieldset[disabled] .button.focus {
  background-color: #026CB6;
  border-color: #026CB6;
}
.gform_button, .button {
  transition: 0.3s all ease;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1.5px;
}
.gform_button:hover, .gform_button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
  background-color: #00385F;
  border-color: #00385F;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.gform_button:hover:before, .gform_button:focus:before, .button:hover:before, .button:focus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid #00385F;
  transform: translateX(-100%);
}
.gform_button:hover:hover, .gform_button:hover:focus, .gform_button:focus:hover, .gform_button:focus:focus, .button:hover:hover, .button:hover:focus, .button:focus:hover, .button:focus:focus {
  background: transparent;
}
.gform_button:hover:hover:before, .gform_button:hover:focus:before, .gform_button:focus:hover:before, .gform_button:focus:focus:before, .button:hover:hover:before, .button:hover:focus:before, .button:focus:hover:before, .button:focus:focus:before {
  transform: translateX(0);
}
.gform_button:hover:before, .gform_button:hover:after, .gform_button:focus:before, .gform_button:focus:after, .button:hover:before, .button:hover:after, .button:focus:before, .button:focus:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.gform_button:hover:focus, .gform_button:hover.focus, .gform_button:focus:focus, .gform_button:focus.focus, .button:hover:focus, .button:hover.focus, .button:focus:focus, .button:focus.focus {
  color: #FFFFFF;
}
.gform_button:hover:hover, .gform_button:focus:hover, .button:hover:hover, .button:focus:hover {
  color: #FFFFFF;
}
.gform_button:hover:active, .gform_button:hover.active, .gform_button:focus:active, .gform_button:focus.active, .button:hover:active, .button:hover.active, .button:focus:active, .button:focus.active {
  color: #FFFFFF;
}
.gform_button:hover:active:hover, .gform_button:hover:active:focus, .gform_button:hover:active.focus, .gform_button:hover.active:hover, .gform_button:hover.active:focus, .gform_button:hover.active.focus, .gform_button:focus:active:hover, .gform_button:focus:active:focus, .gform_button:focus:active.focus, .gform_button:focus.active:hover, .gform_button:focus.active:focus, .gform_button:focus.active.focus, .button:hover:active:hover, .button:hover:active:focus, .button:hover:active.focus, .button:hover.active:hover, .button:hover.active:focus, .button:hover.active.focus, .button:focus:active:hover, .button:focus:active:focus, .button:focus:active.focus, .button:focus.active:hover, .button:focus.active:focus, .button:focus.active.focus {
  color: #FFFFFF;
}
.gform_button:hover:active, .gform_button:hover.active, .gform_button:focus:active, .gform_button:focus.active, .button:hover:active, .button:hover.active, .button:focus:active, .button:focus.active {
  background-image: none;
}
.gform_button:hover.disabled:hover, .gform_button:hover.disabled:focus, .gform_button:hover.disabled.focus, .gform_button:hover[disabled]:hover, .gform_button:hover[disabled]:focus, .gform_button:hover[disabled].focus, fieldset[disabled] .gform_button:hover:hover, fieldset[disabled] .gform_button:hover:focus, fieldset[disabled] .gform_button:hover.focus, .gform_button:focus.disabled:hover, .gform_button:focus.disabled:focus, .gform_button:focus.disabled.focus, .gform_button:focus[disabled]:hover, .gform_button:focus[disabled]:focus, .gform_button:focus[disabled].focus, fieldset[disabled] .gform_button:focus:hover, fieldset[disabled] .gform_button:focus:focus, fieldset[disabled] .gform_button:focus.focus, .button:hover.disabled:hover, .button:hover.disabled:focus, .button:hover.disabled.focus, .button:hover[disabled]:hover, .button:hover[disabled]:focus, .button:hover[disabled].focus, fieldset[disabled] .button:hover:hover, fieldset[disabled] .button:hover:focus, fieldset[disabled] .button:hover.focus, .button:focus.disabled:hover, .button:focus.disabled:focus, .button:focus.disabled.focus, .button:focus[disabled]:hover, .button:focus[disabled]:focus, .button:focus[disabled].focus, fieldset[disabled] .button:focus:hover, fieldset[disabled] .button:focus:focus, fieldset[disabled] .button:focus.focus {
  background-color: #00385F;
  border-color: #00385F;
}
.gform_button:hover, .gform_button:focus, .button:hover, .button:focus {
  background: #00385F !important;
}

.gform_next_button, .gform_previous_button {
  color: #FFFFFF;
  background-color: #E97F24;
  border-color: #E97F24;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.gform_next_button:before, .gform_previous_button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid #E97F24;
  transform: translateX(-100%);
}
.gform_next_button:hover, .gform_next_button:focus, .gform_previous_button:hover, .gform_previous_button:focus {
  background: transparent;
}
.gform_next_button:hover:before, .gform_next_button:focus:before, .gform_previous_button:hover:before, .gform_previous_button:focus:before {
  transform: translateX(0);
}
.gform_next_button:before, .gform_next_button:after, .gform_previous_button:before, .gform_previous_button:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.gform_next_button:focus, .gform_next_button.focus, .gform_previous_button:focus, .gform_previous_button.focus {
  color: #FFFFFF;
}
.gform_next_button:hover, .gform_previous_button:hover {
  color: #FFFFFF;
}
.gform_next_button:active, .gform_next_button.active, .gform_previous_button:active, .gform_previous_button.active {
  color: #FFFFFF;
}
.gform_next_button:active:hover, .gform_next_button:active:focus, .gform_next_button:active.focus, .gform_next_button.active:hover, .gform_next_button.active:focus, .gform_next_button.active.focus, .gform_previous_button:active:hover, .gform_previous_button:active:focus, .gform_previous_button:active.focus, .gform_previous_button.active:hover, .gform_previous_button.active:focus, .gform_previous_button.active.focus {
  color: #FFFFFF;
}
.gform_next_button:active, .gform_next_button.active, .gform_previous_button:active, .gform_previous_button.active {
  background-image: none;
}
.gform_next_button.disabled:hover, .gform_next_button.disabled:focus, .gform_next_button.disabled.focus, .gform_next_button[disabled]:hover, .gform_next_button[disabled]:focus, .gform_next_button[disabled].focus, fieldset[disabled] .gform_next_button:hover, fieldset[disabled] .gform_next_button:focus, fieldset[disabled] .gform_next_button.focus, .gform_previous_button.disabled:hover, .gform_previous_button.disabled:focus, .gform_previous_button.disabled.focus, .gform_previous_button[disabled]:hover, .gform_previous_button[disabled]:focus, .gform_previous_button[disabled].focus, fieldset[disabled] .gform_previous_button:hover, fieldset[disabled] .gform_previous_button:focus, fieldset[disabled] .gform_previous_button.focus {
  background-color: #E97F24;
  border-color: #E97F24;
}
.gform_next_button:hover, .gform_next_button:focus, .gform_previous_button:hover, .gform_previous_button:focus {
  color: #FFFFFF;
  background-color: #9E3E23;
  border-color: #9E3E23;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.gform_next_button:hover:before, .gform_next_button:focus:before, .gform_previous_button:hover:before, .gform_previous_button:focus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid #9E3E23;
  transform: translateX(-100%);
}
.gform_next_button:hover:hover, .gform_next_button:hover:focus, .gform_next_button:focus:hover, .gform_next_button:focus:focus, .gform_previous_button:hover:hover, .gform_previous_button:hover:focus, .gform_previous_button:focus:hover, .gform_previous_button:focus:focus {
  background: transparent;
}
.gform_next_button:hover:hover:before, .gform_next_button:hover:focus:before, .gform_next_button:focus:hover:before, .gform_next_button:focus:focus:before, .gform_previous_button:hover:hover:before, .gform_previous_button:hover:focus:before, .gform_previous_button:focus:hover:before, .gform_previous_button:focus:focus:before {
  transform: translateX(0);
}
.gform_next_button:hover:before, .gform_next_button:hover:after, .gform_next_button:focus:before, .gform_next_button:focus:after, .gform_previous_button:hover:before, .gform_previous_button:hover:after, .gform_previous_button:focus:before, .gform_previous_button:focus:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.gform_next_button:hover:focus, .gform_next_button:hover.focus, .gform_next_button:focus:focus, .gform_next_button:focus.focus, .gform_previous_button:hover:focus, .gform_previous_button:hover.focus, .gform_previous_button:focus:focus, .gform_previous_button:focus.focus {
  color: #FFFFFF;
}
.gform_next_button:hover:hover, .gform_next_button:focus:hover, .gform_previous_button:hover:hover, .gform_previous_button:focus:hover {
  color: #FFFFFF;
}
.gform_next_button:hover:active, .gform_next_button:hover.active, .gform_next_button:focus:active, .gform_next_button:focus.active, .gform_previous_button:hover:active, .gform_previous_button:hover.active, .gform_previous_button:focus:active, .gform_previous_button:focus.active {
  color: #FFFFFF;
}
.gform_next_button:hover:active:hover, .gform_next_button:hover:active:focus, .gform_next_button:hover:active.focus, .gform_next_button:hover.active:hover, .gform_next_button:hover.active:focus, .gform_next_button:hover.active.focus, .gform_next_button:focus:active:hover, .gform_next_button:focus:active:focus, .gform_next_button:focus:active.focus, .gform_next_button:focus.active:hover, .gform_next_button:focus.active:focus, .gform_next_button:focus.active.focus, .gform_previous_button:hover:active:hover, .gform_previous_button:hover:active:focus, .gform_previous_button:hover:active.focus, .gform_previous_button:hover.active:hover, .gform_previous_button:hover.active:focus, .gform_previous_button:hover.active.focus, .gform_previous_button:focus:active:hover, .gform_previous_button:focus:active:focus, .gform_previous_button:focus:active.focus, .gform_previous_button:focus.active:hover, .gform_previous_button:focus.active:focus, .gform_previous_button:focus.active.focus {
  color: #FFFFFF;
}
.gform_next_button:hover:active, .gform_next_button:hover.active, .gform_next_button:focus:active, .gform_next_button:focus.active, .gform_previous_button:hover:active, .gform_previous_button:hover.active, .gform_previous_button:focus:active, .gform_previous_button:focus.active {
  background-image: none;
}
.gform_next_button:hover.disabled:hover, .gform_next_button:hover.disabled:focus, .gform_next_button:hover.disabled.focus, .gform_next_button:hover[disabled]:hover, .gform_next_button:hover[disabled]:focus, .gform_next_button:hover[disabled].focus, fieldset[disabled] .gform_next_button:hover:hover, fieldset[disabled] .gform_next_button:hover:focus, fieldset[disabled] .gform_next_button:hover.focus, .gform_next_button:focus.disabled:hover, .gform_next_button:focus.disabled:focus, .gform_next_button:focus.disabled.focus, .gform_next_button:focus[disabled]:hover, .gform_next_button:focus[disabled]:focus, .gform_next_button:focus[disabled].focus, fieldset[disabled] .gform_next_button:focus:hover, fieldset[disabled] .gform_next_button:focus:focus, fieldset[disabled] .gform_next_button:focus.focus, .gform_previous_button:hover.disabled:hover, .gform_previous_button:hover.disabled:focus, .gform_previous_button:hover.disabled.focus, .gform_previous_button:hover[disabled]:hover, .gform_previous_button:hover[disabled]:focus, .gform_previous_button:hover[disabled].focus, fieldset[disabled] .gform_previous_button:hover:hover, fieldset[disabled] .gform_previous_button:hover:focus, fieldset[disabled] .gform_previous_button:hover.focus, .gform_previous_button:focus.disabled:hover, .gform_previous_button:focus.disabled:focus, .gform_previous_button:focus.disabled.focus, .gform_previous_button:focus[disabled]:hover, .gform_previous_button:focus[disabled]:focus, .gform_previous_button:focus[disabled].focus, fieldset[disabled] .gform_previous_button:focus:hover, fieldset[disabled] .gform_previous_button:focus:focus, fieldset[disabled] .gform_previous_button:focus.focus {
  background-color: #9E3E23;
  border-color: #9E3E23;
}
.gform_next_button:hover, .gform_next_button:focus, .gform_previous_button:hover, .gform_previous_button:focus {
  background: #9E3E23 !important;
}

.gform_button.disabled,
.gform_button[disabled],
fieldset[disabled] .gform_button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .gfield_error .validation_message {
  color: #b94a48;
}

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.gform_wrapper .gfield_error input:focus,
.gform_wrapper .gfield_error select:focus,
.gform_wrapper .gfield_error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #E53B1F;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #E53B1F;
}

.validation_error {
  padding: 15px;
  margin: 0 0 15px 0;
  border: 1px solid transparent;
  border-radius: 0;
  color: #FFFFFF;
  border-color: #d23318;
  background-color: #E53B1F;
}

.gform_confirmation_wrapper {
  padding: 15px;
  margin: 30px 0 15px 0;
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
  font-weight: 600;
}

.gform_heading {
  margin-bottom: 15px;
}

.gfield:before, .gfield:after {
  content: " ";
  display: table;
}
.gfield:after {
  clear: both;
}

.gform_wrapper .ginput_complex label {
  font-size: 0.9em;
  font-weight: normal;
  font-style: italic;
}

.gform_wrapper .ginput_complex .ginput_full {
  display: block;
  margin-bottom: 15px;
}

.gform_wrapper .ginput_complex.gf_name_has_2 .name_last input {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .gform_wrapper .ginput_complex.gf_name_has_2 .name_last input {
    margin-top: 0;
  }
  .gform_wrapper .ginput_complex .ginput_left,
  .gform_wrapper .ginput_complex .ginput_right,
  .gform_wrapper .ginput_complex.gf_name_has_2 .name_first,
  .gform_wrapper .ginput_complex.gf_name_has_2 .name_last {
    float: left;
    display: block;
    width: 47.5%;
  }
  .ginput_container input.small,
  .ginput_container select.small {
    width: 25%;
  }
  .ginput_container input.medium,
  .ginput_container select.medium {
    width: 47.5%;
  }
  .gform_wrapper .ginput_left,
  .gform_wrapper .ginput_complex.gf_name_has_2 .name_first {
    margin-right: 5%;
    clear: both;
  }
  .rte .gform_wrapper ul {
    display: block;
  }
  .gform_wrapper .gform_body {
    width: 100%;
  }
  .col-1 .gform_wrapper .gform_body {
    width: 100%;
  }
  .gfield .simple_captcha_medium {
    width: 47.5%;
  }
}
.gform_wrapper .gform_save_link {
  font-size: 16px;
  font-weight: 600;
  margin-left: 24px;
}
.gform_wrapper .gform_save_link:hover, .gform_wrapper .gform_save_link:focus {
  color: #00385F;
}

.form_saved_message_emailform input {
  padding: 10px 12px;
  height: 44px;
  border: 1px solid #e3d5cb;
}
.form_saved_message_emailform input::-moz-placeholder {
  font-size: 16px;
  color: #4A4A4A;
  font-style: italic;
}
.form_saved_message_emailform input:-ms-input-placeholder {
  font-size: 16px;
  color: #4A4A4A;
  font-style: italic;
}
.form_saved_message_emailform input::-webkit-input-placeholder {
  font-size: 16px;
  color: #4A4A4A;
  font-style: italic;
}
.form_saved_message_emailform input[type=submit] {
  padding: 12px 23px 14px 22px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  color: white;
  background-color: #026CB6;
  border-color: #026CB6;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.form_saved_message_emailform input[type=submit] {
  user-select: none;
}
.form_saved_message_emailform input[type=submit]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid #026CB6;
  transform: translateX(-100%);
}
.form_saved_message_emailform input[type=submit]:hover, .form_saved_message_emailform input[type=submit]:focus {
  background: transparent;
}
.form_saved_message_emailform input[type=submit]:hover:before, .form_saved_message_emailform input[type=submit]:focus:before {
  transform: translateX(0);
}
.form_saved_message_emailform input[type=submit]:before, .form_saved_message_emailform input[type=submit]:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.form_saved_message_emailform input[type=submit]:focus, .form_saved_message_emailform input[type=submit].focus {
  color: white;
}
.form_saved_message_emailform input[type=submit]:hover {
  color: white;
}
.form_saved_message_emailform input[type=submit]:active, .form_saved_message_emailform input[type=submit].active {
  color: white;
}
.form_saved_message_emailform input[type=submit]:active:hover, .form_saved_message_emailform input[type=submit]:active:focus, .form_saved_message_emailform input[type=submit]:active.focus, .form_saved_message_emailform input[type=submit].active:hover, .form_saved_message_emailform input[type=submit].active:focus, .form_saved_message_emailform input[type=submit].active.focus {
  color: white;
}
.form_saved_message_emailform input[type=submit]:active, .form_saved_message_emailform input[type=submit].active {
  background-image: none;
}
.form_saved_message_emailform input[type=submit].disabled:hover, .form_saved_message_emailform input[type=submit].disabled:focus, .form_saved_message_emailform input[type=submit].disabled.focus, .form_saved_message_emailform input[type=submit][disabled]:hover, .form_saved_message_emailform input[type=submit][disabled]:focus, .form_saved_message_emailform input[type=submit][disabled].focus, fieldset[disabled] .form_saved_message_emailform input[type=submit]:hover, fieldset[disabled] .form_saved_message_emailform input[type=submit]:focus, fieldset[disabled] .form_saved_message_emailform input[type=submit].focus {
  background-color: #026CB6;
  border-color: #026CB6;
}
.form_saved_message_emailform input[type=submit] {
  font-weight: 600;
  text-align: center;
  vertical-align: top;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px #fff solid;
  letter-spacing: 1px;
  line-height: 16px;
  margin-left: 8px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s all ease;
}
.form_saved_message_emailform input[type=submit]:focus, .form_saved_message_emailform input[type=submit].focus, .form_saved_message_emailform input[type=submit]:active:focus, .form_saved_message_emailform input[type=submit]:active.focus, .form_saved_message_emailform input[type=submit].active:focus, .form_saved_message_emailform input[type=submit].active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form_saved_message_emailform input[type=submit]:active, .form_saved_message_emailform input[type=submit].active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.form_saved_message_emailform input[type=submit].disabled, .form_saved_message_emailform input[type=submit][disabled], fieldset[disabled] .form_saved_message_emailform input[type=submit] {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .form_saved_message_emailform input[type=submit] {
    white-space: nowrap;
  }
}
.form_saved_message_emailform input[type=submit].disabled, fieldset[disabled] .form_saved_message_emailform input[type=submit] {
  pointer-events: none;
}
.form_saved_message_emailform input[type=submit]:hover, .form_saved_message_emailform input[type=submit]:focus {
  color: white;
  background-color: #00385F;
  border-color: #00385F;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.form_saved_message_emailform input[type=submit]:hover:before, .form_saved_message_emailform input[type=submit]:focus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -44px;
  bottom: 0;
  z-index: -1;
  border-right: 44px solid transparent;
  border-bottom: 44px solid #00385F;
  transform: translateX(-100%);
}
.form_saved_message_emailform input[type=submit]:hover:hover, .form_saved_message_emailform input[type=submit]:hover:focus, .form_saved_message_emailform input[type=submit]:focus:hover, .form_saved_message_emailform input[type=submit]:focus:focus {
  background: transparent;
}
.form_saved_message_emailform input[type=submit]:hover:hover:before, .form_saved_message_emailform input[type=submit]:hover:focus:before, .form_saved_message_emailform input[type=submit]:focus:hover:before, .form_saved_message_emailform input[type=submit]:focus:focus:before {
  transform: translateX(0);
}
.form_saved_message_emailform input[type=submit]:hover:before, .form_saved_message_emailform input[type=submit]:hover:after, .form_saved_message_emailform input[type=submit]:focus:before, .form_saved_message_emailform input[type=submit]:focus:after {
  box-sizing: border-box;
  transition: 0.4s ease;
}
.form_saved_message_emailform input[type=submit]:hover:focus, .form_saved_message_emailform input[type=submit]:hover.focus, .form_saved_message_emailform input[type=submit]:focus:focus, .form_saved_message_emailform input[type=submit]:focus.focus {
  color: white;
}
.form_saved_message_emailform input[type=submit]:hover:hover, .form_saved_message_emailform input[type=submit]:focus:hover {
  color: white;
}
.form_saved_message_emailform input[type=submit]:hover:active, .form_saved_message_emailform input[type=submit]:hover.active, .form_saved_message_emailform input[type=submit]:focus:active, .form_saved_message_emailform input[type=submit]:focus.active {
  color: white;
}
.form_saved_message_emailform input[type=submit]:hover:active:hover, .form_saved_message_emailform input[type=submit]:hover:active:focus, .form_saved_message_emailform input[type=submit]:hover:active.focus, .form_saved_message_emailform input[type=submit]:hover.active:hover, .form_saved_message_emailform input[type=submit]:hover.active:focus, .form_saved_message_emailform input[type=submit]:hover.active.focus, .form_saved_message_emailform input[type=submit]:focus:active:hover, .form_saved_message_emailform input[type=submit]:focus:active:focus, .form_saved_message_emailform input[type=submit]:focus:active.focus, .form_saved_message_emailform input[type=submit]:focus.active:hover, .form_saved_message_emailform input[type=submit]:focus.active:focus, .form_saved_message_emailform input[type=submit]:focus.active.focus {
  color: white;
}
.form_saved_message_emailform input[type=submit]:hover:active, .form_saved_message_emailform input[type=submit]:hover.active, .form_saved_message_emailform input[type=submit]:focus:active, .form_saved_message_emailform input[type=submit]:focus.active {
  background-image: none;
}
.form_saved_message_emailform input[type=submit]:hover.disabled:hover, .form_saved_message_emailform input[type=submit]:hover.disabled:focus, .form_saved_message_emailform input[type=submit]:hover.disabled.focus, .form_saved_message_emailform input[type=submit]:hover[disabled]:hover, .form_saved_message_emailform input[type=submit]:hover[disabled]:focus, .form_saved_message_emailform input[type=submit]:hover[disabled].focus, fieldset[disabled] .form_saved_message_emailform input[type=submit]:hover:hover, fieldset[disabled] .form_saved_message_emailform input[type=submit]:hover:focus, fieldset[disabled] .form_saved_message_emailform input[type=submit]:hover.focus, .form_saved_message_emailform input[type=submit]:focus.disabled:hover, .form_saved_message_emailform input[type=submit]:focus.disabled:focus, .form_saved_message_emailform input[type=submit]:focus.disabled.focus, .form_saved_message_emailform input[type=submit]:focus[disabled]:hover, .form_saved_message_emailform input[type=submit]:focus[disabled]:focus, .form_saved_message_emailform input[type=submit]:focus[disabled].focus, fieldset[disabled] .form_saved_message_emailform input[type=submit]:focus:hover, fieldset[disabled] .form_saved_message_emailform input[type=submit]:focus:focus, fieldset[disabled] .form_saved_message_emailform input[type=submit]:focus.focus {
  background-color: #00385F;
  border-color: #00385F;
}
.form_saved_message_emailform input[type=submit]:hover, .form_saved_message_emailform input[type=submit]:focus {
  background: #00385F !important;
}

.gform_wrapper .gform_ajax_spinner {
  margin-left: 10px;
}

.gf_clear {
  clear: both;
  width: 100%;
  height: 1px;
  margin: 0 0 -1px;
}

td.gfield_list_icons {
  min-width: 50px;
}

.gfield_list th {
  font-size: 13px;
}

.ginput_recaptcha,
.gfield_captcha {
  margin-bottom: 15px;
}

.ginput_counter {
  float: right;
  font-style: italic;
}

.gfield_description {
  font-style: italic;
}

.ginput_container_fileupload + .gfield_description {
  margin-top: 7.5px;
}

.gf_progressbar_wrapper .gf_progressbar {
  display: none;
}

#jb-search-results .gsc-control-cse,
#jb-search-results .gsc-thumbnail-inside,
#jb-search-results .gsc-table-result,
#jb-search-results .gsc-url-top {
  padding: 0;
}

#jb-search-results .gsc-result-info {
  padding: 0;
  margin-bottom: 4px;
}

#jb-search-results div.gs-title {
  margin-bottom: 4px;
}

#jb-search-results .gsc-control-cse,
#jb-search-results .gsc-control-cse .gsc-table-result {
  font-family: inherit;
}

#jb-search-results .gsc-control-cse table {
  margin-bottom: 0;
  border: 0;
}

#jb-search-results .gsc-control-cse table td {
  background: transparent none;
  padding: 0;
  border: none;
}

#jb-search-results .gsc-control-cse * {
  text-decoration: none !important;
  border: 0;
}

#jb-search-results .gsc-control-cse .gsc-result img {
  border: 0;
}

#jb-search-results .gcsc-branding {
  display: none;
}

#jb-search-results .gsc-selected-option-container,
#jb-search-results .gsc-selected-option-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#jb-search-results .gsc-adBlock {
  display: none !important;
}

/**
 * Miscellaneous tweaks to go at the end of the stylesheet.
 */
/* Social media icons */
ul.social {
  list-style: none;
  margin-left: 7.5px;
  margin-top: 15px;
  text-align: right;
}
ul.social li {
  display: inline-block;
  font-size: 1.5em;
  margin-left: 7.5px;
}
ul.social li a {
  display: block;
  color: #E2E2E2;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}
ul.social li a .fa-inverse {
  color: #000000 !important;
}
ul.social li a:hover, ul.social li a:focus, ul.social li a:active {
  color: #d5d5d5;
}
ul.social li .social__title {
  text-indent: -9999px;
  text-align: left;
  display: block;
}

/* Tiled Gallery tweaks */
#jp-carousel-comment-form-container,
#jp-carousel-comments-loading,
#jp-carousel-comment-form,
.jp-carousel-commentlink,
.jp-carousel-image-exif,
.jp-carousel-buttons {
  display: none !important;
  margin: 0;
  padding: 0;
  border: none;
  opacity: 0;
}

.rte .tiled-gallery {
  margin: 20px 0;
}

/* Fixes an issue with when body is made "position: relative" by Google Translate */
@media (max-width: 600px) {
  html #wpadminbar {
    top: -46px;
  }
}
/* Hide Google Translate logo with no alt text */
.goog-gt-tt .logo img {
  display: none;
}

.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

/* == GALLERY == */
.pfi-gallery {
  margin: 24px 0;
}
.pfi-gallery h2 {
  display: block;
  margin: 24px 0;
}
.pfi-gallery__row {
  display: flex;
  flex-flow: row wrap;
}
.pfi-gallery__item {
  width: calc(50% - 5px);
  overflow-x: hidden;
  float: none;
  padding: 0;
  flex: 0 calc(50% - 5px);
  margin: 2.5px;
  position: relative;
}
@media (min-width: 768px) {
  .pfi-gallery__item {
    width: calc(33.3334% - 5px);
    flex: 0 calc(33.3334% - 5px);
  }
}
@media (min-width: 1200px) {
  .pfi-gallery__item {
    width: calc(25% - 5px);
    flex: 0 calc(25% - 5px);
  }
}
.pfi-gallery__item:hover, .pfi-gallery__item:focus {
  cursor: pointer;
}
.pfi-gallery__item:hover:has(figcaption):after, .pfi-gallery__item:focus:has(figcaption):after {
  opacity: 0.675;
}
.pfi-gallery__item:hover figcaption, .pfi-gallery__item:focus figcaption {
  opacity: 1;
}
.pfi-gallery__item:has(figcaption):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #00385F;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.pfi-gallery__item a {
  margin: 0;
  padding: 0;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.pfi-gallery__item img {
  height: 230px;
  width: 100%;
  max-width: none;
  object-fit: cover;
}
.pfi-gallery__item figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px 15px;
  font-size: 16px;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lightboxOverlay {
  background-color: #00385F;
}

.lb-data .lb-number {
  color: white;
}
.lb-data .lb-details {
  width: 100%;
}
.lb-data .lb-caption {
  display: block;
  text-align: center;
  font-size: 18px;
  font-family: "Noyh", serif;
  font-weight: bold;
  color: white;
}