@charset "UTF-8";

/*!
 * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html {
  height: 100%;
  box-sizing: border-box;
}

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

body {
  margin: 0;
}

img,
svg {
  display: block;
  max-width: 100%;
}

ol,
ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}

li {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: currentColor;
  letter-spacing: inherit;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  color: currentColor;
}

a {
  color: currentColor;
  text-decoration: none;
}

button {
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

blockquote {
  padding: 0;
  margin: 0;
}

hr {
  margin: 0;
  border: 0;
}

cite,
address {
  font-style: normal;
}

input {
  background-color: transparent;
  border: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

/**
 * $file
 * Variables
 *
*/

/**** Page Widths ****/

/**** Fonts ****/

/***** Colors ****/

@-webkit-keyframes grow {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes grow {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

html {
  font-size: 62.5%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  color: #777777;
}

h1,
.h1 {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  line-height: 44px;
}

h2,
.h2 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  line-height: 1.25;
}

h3,
.h3 {
  font-style: normal;
  font-size: 20px;
  line-height: 1.25;
}

h4,
.h4 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 1.25;
}

h4.orange,
.h4.orange {
  color: #F47B38;
}

h5,
.h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

h6,
.h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
}

.row:before,
.row:after {
  display: none !important;
}

.supertitle {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: inline-block;
}

.lead {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 42px;
}

.lead.small {
  font-size: 1.4rem;
  line-height: 19px;
}

.lead.big {
  font-size: 36rem;
  line-height: 42px;
}

.body {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
}

.quote {
  font-style: italic;
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
}

.displaytext {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 36px;
}

.link {
  font-size: 1.6rem;
  line-height: 1.375;
  text-decoration: underline;
}

a {
  text-decoration: underline;
}

a:visited {
  background-color: auto;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

blockquote {
  font-size: 3.2rem;
  font-style: italic;
  font-weight: 500;
}

.scroll-to {
  position: relative;
  z-index: 0;
}

.style-line {
  display: inline-block;
  position: relative;
}

.style-line:after {
  -webkit-animation: grow 0.5s forwards;
          animation: grow 0.5s forwards;
  -webkit-animation-name: grow;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  background: rgba(253, 185, 54, 0.5);
  bottom: 3px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  width: 0;
  z-index: -1;
}

.safari .style-line:after {
  width: 100%;
}

/****
 *
 * Lists
 *
 ****/

ul li,
ol li {
  line-height: 1.375;
}

.menu-horizontal ul {
  display: flex;
  flex-direction: row;
}

a.fab {
  text-decoration: none !important;
}

.svg-inline--fa path {
  transition: 0.2s all;
}

a:hover .svg-inline--fa path,
span:hover .svg-inline--fa path {
  transition: 0.2s all;
}

a:hover .fa-facebook path,
span:hover .fa-facebook path {
  fill: #00aced;
}

a:hover .fa-twitter path,
span:hover .fa-twitter path {
  fill: #3b5998;
}

a:hover .fa-feed path,
span:hover .fa-feed path {
  fill: #dc622c;
  color: #dc622c;
}

a:hover .fa-twitter path,
span:hover .fa-twitter path {
  fill: #00b6f1;
  color: #00b6f1;
}

a:hover .fa-facebook path,
span:hover .fa-facebook path {
  fill: #3b5998;
  color: #3b5998;
}

a:hover .fa-google path,
span:hover .fa-google path {
  fill: #c20806;
  color: #c20806;
}

a:hover .fa-instagram path,
span:hover .fa-instagram path {
  fill: #2c6a93;
  color: #2c6a93;
}

a:hover .fa-wordpress path,
span:hover .fa-wordpress path {
  fill: #04769c;
  color: #04769c;
}

a:hover .fa-youtube path,
span:hover .fa-youtube path {
  fill: #c31a1e;
  color: #c31a1e;
}

a:hover .fa-pinterest path,
span:hover .fa-pinterest path {
  fill: #c91517;
  color: #c91517;
}

a:hover .fa-github path,
span:hover .fa-github path {
  fill: #040204;
  color: #040204;
}

a:hover .fa-dribbble path,
span:hover .fa-dribbble path {
  fill: #333333;
  color: #333333;
}

a:hover .fa-linkedin path,
span:hover .fa-linkedin path {
  fill: #04669a;
  color: #04669a;
}

.fa-twitter::before {
  color: #1DA1F2;
}

.fa-facebook::before,
.fa-facebook-f::before {
  color: #4267B2;
}

.fa-envelope-o::before {
  color: #333;
}

img,
svg {
  width: 100%;
  height: auto;
}

.row-wrap {
  display: flex;
}

.field--label-inline {
  display: flex;
  gap: 5px;
}

.buttonsolid {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 20px;
  position: relative;
  flex: none;
  order: 0;
  align-self: center;
  flex-grow: 0;
  margin: 0;
  background: #F47B38;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border: 0;
  transition: 0.5s all;
  text-decoration: none;
  border-radius: 20px;
}

.buttonsolid:hover,
.buttonsolid:focus {
  background: #fff;
  color: #000;
  transition: 0.5s all;
}

.buttonhollow {
  /* Auto Layout */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  width: auto;
  height: auto;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  background: none;
  box-shadow: none;
  border: 2px solid;
  padding: 0 10px;
  border-radius: 10px 0;
  transition: 0.5s all;
}

.field--name-field-content-bottom > .paragraph {
  margin-bottom: 40px;
}

.field--name-field-content-bottom > .paragraph .container .row {
  align-items: center;
}

.paragraph--id--14,
.paragraph--id--15 {
  padding: 40px 0 10px;
}

.paragraph--id--14 .custom-container,
.paragraph--id--15 .custom-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .paragraph--id--14 .custom-container,
  .paragraph--id--15 .custom-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .paragraph--id--14 .custom-container,
  .paragraph--id--15 .custom-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .paragraph--id--14 .custom-container,
  .paragraph--id--15 .custom-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .paragraph--id--14 .custom-container,
  .paragraph--id--15 .custom-container {
    max-width: 1140px;
  }
}

.paragraph--id--12,
.paragraph--id--9,
.paragraph--id--19,
.paragraph--id--58,
.paragraph--id--73,
.paragraph--id--256 {
  padding: 40px 0;
}

@media (max-width: 991.98px) {
  .paragraph--id--12,
  .paragraph--id--9,
  .paragraph--id--19,
  .paragraph--id--58,
  .paragraph--id--73,
  .paragraph--id--256 {
    padding: 0;
  }
}

.paragraph--id--12 .custom-container,
.paragraph--id--9 .custom-container,
.paragraph--id--19 .custom-container,
.paragraph--id--58 .custom-container,
.paragraph--id--73 .custom-container,
.paragraph--id--256 .custom-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .paragraph--id--12 .custom-container,
  .paragraph--id--9 .custom-container,
  .paragraph--id--19 .custom-container,
  .paragraph--id--58 .custom-container,
  .paragraph--id--73 .custom-container,
  .paragraph--id--256 .custom-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .paragraph--id--12 .custom-container,
  .paragraph--id--9 .custom-container,
  .paragraph--id--19 .custom-container,
  .paragraph--id--58 .custom-container,
  .paragraph--id--73 .custom-container,
  .paragraph--id--256 .custom-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .paragraph--id--12 .custom-container,
  .paragraph--id--9 .custom-container,
  .paragraph--id--19 .custom-container,
  .paragraph--id--58 .custom-container,
  .paragraph--id--73 .custom-container,
  .paragraph--id--256 .custom-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .paragraph--id--12 .custom-container,
  .paragraph--id--9 .custom-container,
  .paragraph--id--19 .custom-container,
  .paragraph--id--58 .custom-container,
  .paragraph--id--73 .custom-container,
  .paragraph--id--256 .custom-container {
    max-width: 1140px;
  }
}

.page-node-11 .custom-container,
.page-node-12 .custom-container,
.page-node-13 .custom-container,
.page-node-14 .custom-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .page-node-11 .custom-container,
  .page-node-12 .custom-container,
  .page-node-13 .custom-container,
  .page-node-14 .custom-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .page-node-11 .custom-container,
  .page-node-12 .custom-container,
  .page-node-13 .custom-container,
  .page-node-14 .custom-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .page-node-11 .custom-container,
  .page-node-12 .custom-container,
  .page-node-13 .custom-container,
  .page-node-14 .custom-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .page-node-11 .custom-container,
  .page-node-12 .custom-container,
  .page-node-13 .custom-container,
  .page-node-14 .custom-container {
    max-width: 1140px;
  }
}

.paragraph--id--14,
.paragraph--id--35,
.paragraph--id--41,
.paragraph--id--69 {
  background-color: #f9f9f9;
}

.paragraph--id--15 {
  background-color: #f4f4f4;
}

table .pdficon {
  position: relative;
}

table .pdficon::after {
  content: "";
  height: 20px;
  display: inline-block;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  margin-left: 10px;
  background-image: url(../images/pdf.svg?278d138e5c2b4daed0f76bd2a9f8284f);
}

table .excelicon {
  position: relative;
}

table .excelicon::after {
  content: "";
  height: 20px;
  display: inline-block;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  margin-left: 10px;
  background-image: url(../images/excel.svg?79c87a730011e7041223243c803b259c);
}

table .wordicon {
  position: relative;
}

table .wordicon::after {
  content: "";
  height: 20px;
  display: inline-block;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  margin-left: 10px;
  background-image: url(../images/word.svg?06fd2de776d178926bb1000299da6166);
}

.layout-content-bottom {
  overflow-x: hidden;
}

.messages__wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .messages__wrapper {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .messages__wrapper {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .messages__wrapper {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .messages__wrapper {
    max-width: 1140px;
  }
}

.view-col-layout .view-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.custom-container .custom-container {
  width: 100%;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

.paragraph--id--12 h2 {
  font-size: 36px;
  line-height: 44px;
  color: #25428E;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}

.paragraph--id--12 .field--name-field-card-item {
  flex-direction: column;
}

@media (min-width: 768px) {
  .paragraph--id--12 .field--name-field-card-item {
    flex-direction: row;
  }
}

.paragraph--id--12 .field--name-field-card-item .col-4 {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.paragraph--id--12 .field--name-field-card-item .col-4:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .paragraph--id--12 .field--name-field-card-item .col-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 0;
  }
}

.paragraph--id--12 .paragraph--type--card-item .card-item-top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .paragraph--id--12 .paragraph--type--card-item .card-item-top {
    margin-bottom: 30px;
    padding: 0 30px;
  }
}

.paragraph--id--12 .paragraph--type--card-item .card-item-top .card-img-wrap {
  margin-right: 10px;
}

@media (min-width: 992px) {
  .paragraph--id--12 .paragraph--type--card-item .card-item-top .card-img-wrap {
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .paragraph--id--12 .paragraph--type--card-item .card-item-top .card-img-wrap {
    margin-right: 20px;
    height: 73px;
  }
}

.paragraph--id--12 .paragraph--type--card-item .card-item-top h4 {
  color: #F47B38;
  font-size: 28px;
  line-height: 34px;
}

.paragraph--id--12 .paragraph--type--card-item .lead {
  font-size: 20px;
  color: #8B8B8B;
  line-height: 26px;
}

@media (min-width: 992px) {
  .paragraph--id--12 .paragraph--type--card-item .lead {
    padding: 0 30px;
  }
}

@media (max-width: 991.98px) {
  .from_fences_Brandslider_wrapper .field--name-field-image-item img {
    width: 50% !important;
    height: 50% !important;
    margin: auto;
  }
}

.simplenews-subscriber-form form .form-submit {
  font-size: 16px;
  line-height: 22.4px;
  color: #fff;
  text-decoration: none;
  background-color: #f47b38;
  padding: 10px 20px;
  border-radius: 20px;
  border-color: #f47b38;
}

.simplenews-subscriber-form form .form-submit:hover {
  background: #f5f5f5 !important;
  color: #000 !important;
  transition: 0.5s all;
  border-color: transparent;
}

@media (min-width: 768px) {
  body:not(.path-frontpage) section.paragraph.paragraph--type--slider-items.paragraph--view-mode--default.banner-section {
    height: 65vh !important;
    min-height: 500px;
  }

  body:not(.path-frontpage) section.paragraph.paragraph--type--slider-items.paragraph--view-mode--default.banner-section .slick-slide {
    height: 65vh !important;
    min-height: 500px;
  }

  body:not(.path-frontpage) section.paragraph.paragraph--type--slider-items.paragraph--view-mode--default.banner-section .banner-text {
    display: flex;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .page-node-101 .views-row {
    margin-right: 15px;
  }

  .page-node-101 .views-row .views-field-field-email {
    font-size: 12px;
    line-height: 23.8px;
    color: #25418d;
  }
}

.page-node-101 .paragraph--type--html-block {
  padding: 0;
  text-align: left;
  padding-left: 10%;
  margin: auto;
  position: relative;
  background: #f7f7f7;
  overflow-x: hidden;
  width: 100%;
}

.page-node-101 .paragraph--type--html-block::after {
  content: "";
  height: 100%;
  width: 100%;
  background: #f7f7f7;
  left: 100%;
  position: absolute;
  top: 0;
}

.page-node-101 .paragraph--type--html-block::before {
  content: "";
  height: 100%;
  width: 100%;
  background: #f7f7f7;
  right: 100%;
  position: absolute;
  top: 0;
}

.page-node-101 .paragraph--type--html-block h4 {
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 50px;
  clear: both;
  color: #f27938;
  padding-top: 20px;
}

.page-node-101 .paragraph--type--block-reference {
  padding-top: 40px;
}

.page-node-101 .paragraph--type--block-reference:first-child {
  background: #f7f7f7;
  padding-bottom: 60px;
}

.page-node-101 .paragraph--type--block-reference .custom-container {
  display: flex;
  justify-content: space-around;
}

.page-node-101 .paragraph--type--block-reference .custom-container .row {
  padding-left: 50px;
  padding-right: 50px;
  justify-content: space-between;
  font-size: 17px;
  line-height: 23.8px;
}

@media (max-width: 991.98px) {
  .page-node-101 .paragraph--type--block-reference .custom-container .row {
    padding-left: 15px;
    padding-right: 15px;
    justify-content: space-between;
    flex-flow: column;
  }
}

.page-node-101 .paragraph--type--block-reference .custom-container h2.block-title {
  display: none;
}

.page-node-101 .paragraph--type--block-reference .custom-container section#block-contactinfo {
  font-size: 17px;
  line-height: 23.8px;
}

.page-node-101 .paragraph--type--block-reference .custom-container section#block-contactinfo h2 {
  display: block;
  font-size: 30px;
  line-height: 36px;
  color: #f27938;
  margin-bottom: 70px;
}

.page-node-101 .paragraph--type--block-reference .custom-container section#block-contactinfo h6,
.page-node-101 .paragraph--type--block-reference .custom-container section#block-contactinfo a {
  color: #4c5ea0;
  text-decoration: none;
  font-size: 17px;
  line-height: 23.8px;
}

.page-node-101 .paragraph--type--block-reference .custom-container section#block-contactinfo a {
  margin-top: 20px;
}

.page-node-101 .paragraph--type--block-reference .custom-container section#block-contactinfo a.font-mail::before {
  margin-right: 5px;
}

.page-node-101 .paragraph--type--block-reference .custom-container section#block-contactinfo a.font-mail {
  margin-bottom: 22px;
  display: block;
}

.page-node-101 .paragraph--type--block-reference .custom-container section#block-contactblock form {
  margin-top: 60px;
}

.page-node-101 .paragraph--type--block-reference .custom-container section#block-contactblock label {
  display: none;
}

.page-node-101 .paragraph--type--block-reference .custom-container section#block-contactblock textarea {
  border: 1px solid #e9e9e9;
  font-size: 17px;
  padding: 10px 15px;
}

.page-node-101 .paragraph--type--block-reference .custom-container section#block-contactblock input {
  padding: 15px !important;
  border: 1px solid #e9e9e9;
  font-size: 17px;
}

.page-node-101 .paragraph--type--block-reference .custom-container section#block-contactblock .form-submit {
  margin-top: 15px;
  font-size: 16px;
  line-height: 22.4px;
  color: #fff;
  text-decoration: none;
  background-color: #f47b38;
  padding: 5px 15px;
  border-radius: 8px;
  border-color: #f47b38;
}

.page-node-101 .paragraph--type--block-reference .custom-container section#block-contactblock .form-submit:hover {
  background: #f5f5f5 !important;
  color: #000 !important;
  transition: 0.5s all;
  border-color: transparent;
}

.footer-supporters .slick-track {
  display: flex;
  align-items: center;
}

#site-branding {
  z-index: 100;
  top: 0;
  width: 100%;
  position: sticky;
}

.header-top {
  background-color: #F47B38;
  line-height: 40px;
  max-height: 40px;
  transition: max-height 0.25s ease-in;
  overflow: hidden;
}

.squeezHeader .header-top {
  max-height: 0;
  transition: max-height 0.25s ease-out;
}

.header-top * {
  color: #fff;
}

.header-top a {
  text-decoration: none;
  transition: 0.2s all;
}

.header-top a span.link-text:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.header-top a span.link-text:hover:after {
  width: 100%;
  left: 0;
}

.header-top .header-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top ul.nav li {
  margin-right: 30px;
}

.header-top ul.nav li a {
  display: flex;
  align-items: center;
  padding: 0;
}

.header-top ul.nav li a:hover {
  background: none;
}

.header-top ul.nav li a svg {
  width: auto;
  height: 23px;
}

.header-top ul.nav li a span {
  margin-left: 10px;
  display: block;
  line-height: 23px;
  position: relative;
}

.header-top .header_top_bar_socialicons {
  display: flex;
  align-items: center;
}

.header-top .header_top_bar_socialicons a,
.header-top .header_top_bar_socialicons span {
  display: inherit;
  margin-left: 20px;
}

.header-top .header_top_bar_socialicons a svg,
.header-top .header_top_bar_socialicons span svg {
  width: auto;
  height: 23px;
}

.header-top .block-gtranslate .notranslate {
  border: 0;
  color: #545454;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .header-top {
    display: block !important;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  .header-top .menu--top-menu li {
    margin-bottom: 2.5px;
    margin-top: 2.5px;
  }

  .header-top .header_top_bar_socialicons svg {
    height: 35px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-nav {
    width: 100% !important;
  }
}

.header-menu {
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .header-menu {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.squeezHeader .header-menu {
  background-color: white;
}

.header-menu * {
  color: #25428E;
}

.header-menu a {
  text-decoration: none;
  font-weight: 500;
}

.header-menu a.logo {
  padding: 0;
  margin: 6px 0;
}

.header-menu a.logo img {
  height: 60px;
  width: auto;
}

@media (min-width: 768px) {
  .header-menu a.logo img {
    height: 75px;
  }
}

@media (min-width: 992px) {
  .header-menu a.logo img {
    height: 89px;
  }
}

.header-menu nav {
  display: flex;
  align-items: center;
}

.header-menu nav ul.menu--main {
  flex-direction: row;
}

@media (min-width: 768px) {
  .header-menu nav ul.menu--main li {
    margin-right: 20px !important;
  }

  .header-menu nav ul.menu--main li.last {
    margin-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .header-menu nav ul.menu--main li {
    margin-right: 25px !important;
  }
}

.header-menu nav ul.menu--main li.last a {
  padding-right: 0;
}

.header-menu nav ul.menu--main li a:hover {
  background-color: transparent;
  color: #F47B38;
  transition: 0.3s all;
}

.header-menu nav ul.menu--main li a.dropdown-toggle:after {
  content: none;
}

.header-menu nav ul.menu--main li.expanded:hover > a.dropdown-toggle:after,
.header-menu nav ul.menu--main li.expanded:hover > a.dropdown-toggle:before {
  opacity: 1;
  transition: 0.5s all;
}

.header-menu nav ul.menu--main li.expanded:hover > a.dropdown-toggle + ul.dropdown-menu {
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  top: 75px;
  transform: rotateX(0deg);
}

.header-menu nav ul.menu--main li ul.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: inline-table;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 80%;
  transform: rotateX(-75deg);
  transform-origin: 0% 0%;
  border-radius: 0;
  left: 0;
  right: 0;
  min-width: 200px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0;
  border: 0;
  border-top: 4px solid #F47B38;
}

.header-menu nav ul.menu--main li ul.dropdown-menu > li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 100%;
  transition: 0.5s all;
}

.header-menu nav ul.menu--main li ul.dropdown-menu > li.last {
  margin-bottom: 0;
}

.header-menu nav ul.menu--main li ul.dropdown-menu > li:hover {
  background-color: #92BED4;
  transition: 0.5s all;
}

.header-menu nav ul.menu--main li ul.dropdown-menu > li a {
  border: 0;
  font-size: 14px;
  line-height: 1.25;
  display: block;
  transition: 0.5s all;
  color: #25428E;
  padding: 15px 20px;
  text-transform: initial;
}

.header-menu nav ul.menu--main li ul.dropdown-menu > li a::first-letter {
  text-transform: capitalize !important;
}

.header-menu nav ul.menu--main li ul.dropdown-menu > li a:hover {
  color: #fff;
  transition: 0.5s all;
}

#search_trigger {
  cursor: pointer;
}

.b-search-block {
  background: #fff;
  width: 100%;
  position: absolute;
  margin: 0;
  padding: 20px;
  right: 15px;
  max-width: 250px;
  overflow: hidden;
  z-index: 1000;
  display: inline-table;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 0;
  transform: rotateX(-75deg);
  transform-origin: 0% 0%;
  border-radius: 0;
  border: 0;
}

.b-search-block.js-slidesearch-inout {
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  top: 0;
  transform: rotateX(0deg);
}

.b-search-block .form-item {
  margin: 0;
}

.b-search-block .input-group-addon,
.b-search-block .input-group-btn {
  width: auto;
}

.b-search-block .form-search.form-control {
  border: 1px solid #eee;
  height: 40px;
  padding: 5px 5px 5px 10px;
  box-shadow: none;
  font-size: 16px;
}

.b-search-block .input-group-btn button {
  height: 100%;
  color: #fff;
  background-color: #25428e;
  border-color: #25428e;
}

.b-search-block .input-group-btn button .icon {
  color: #fff;
  font-size: 16px;
}

@media (max-width: 1199.98px) {
  .header-menu-in-wrap {
    align-items: center;
  }
}

.the-nav__button-icon-menu {
  display: inline-block;
  width: 20px;
  height: 12px;
  vertical-align: middle;
}

.the-nav__button-icon-menu:before,
.the-nav__button-icon-menu:after {
  display: block;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #777777;
  transform-origin: center;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
  transition-property: transform, background-color;
}

.the-nav__button:hover .the-nav__button-icon-menu:before,
.the-nav__button:hover .the-nav__button-icon-menu:after {
  background-color: #757575;
}

.the-nav__button-icon-menu:before {
  transform: scaleX(0.6) translateX(-7px);
}

.expanded .the-nav__button-icon-menu:before {
  background-color: #e85c16;
  transform: scaleX(1) translateY(4.5px) rotate(0.125turn);
}

.the-nav__button-icon-menu:after {
  margin-top: 6px;
}

.expanded .the-nav__button-icon-menu:after {
  background-color: #e85c16;
  transform: translateY(-4.5px) rotate(-0.125turn);
}

.the-nav__discernible-content,
.base-search__discernible-content {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.the-nav__button-text {
  display: none;
}

.layout-push-navigation {
  position: fixed;
  top: 73px;
  left: 0;
  width: 90%;
  background: #fff;
  z-index: 10;
  height: 100%;
  transform: translate(-120%, 0);
  transition: 0.25s all;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
}

.layout-push-navigation.js-slidemenu-inout {
  transform: translate(0, 0);
}

.layout-push-navigation .block-slidemenu-inout {
  padding: 30px;
  margin: 0;
  border-bottom: 1px solid #eee;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .layout-push-navigation .block-slidemenu-inout {
    border: none !important;
    padding: 25px;
  }
}

.layout-push-navigation .block-slidemenu-inout li {
  border-bottom: 1px solid #eee;
}

.layout-push-navigation .block-slidemenu-inout li.open a {
  background-color: transparent;
  border-color: transparent;
}

.layout-push-navigation .block-slidemenu-inout li.open a.dropdown-toggle:after {
  content: "\F147";
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .layout-push-navigation .block-slidemenu-inout li.open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .layout-push-navigation .block-slidemenu-inout li.open .dropdown-menu a {
    background-color: transparent;
    border-color: transparent;
    padding: 10px 15px 10px 25px;
    font-size: 22px;
    color: #f47b38;
  }
}

.layout-push-navigation .block-slidemenu-inout li a {
  padding: 20px 0;
  text-decoration: none;
}

.layout-push-navigation .block-slidemenu-inout li a:hover,
.layout-push-navigation .block-slidemenu-inout li a:focus {
  background-color: transparent;
  border-color: transparent;
}

.layout-push-navigation .block-slidemenu-inout li a .caret {
  display: none;
}

.layout-push-navigation .block-slidemenu-inout li a.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "\F196";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  border: 0;
}

.layout-push-navigation .block-slidemenu-inout li ul li {
  border: 0;
}

.layout-push-navigation .block-slidemenu-inout li ul li a {
  font-size: 14px;
  color: initial;
  padding: 0;
  margin: 0;
}

.layout-push-navigation .block-slidemenu-inout li.last {
  border-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .layout-push-navigation {
    top: 182px;
  }
}

select#gtranslate_selector option {
  color: #212529 !important;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #F47B38 !important;
  background-color: #fff;
}

#nav-icon2 {
  width: 50px;
  height: 36px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

/* Icon 2 */

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #757575;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
  top: 14px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
  top: 28px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 4px;
  top: 13px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 4px);
  top: 13px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}

.user-logged-in .menu--top-menu li.first {
  display: none;
}

.menu--top-menu li.first + li.last {
  display: block;
}

.menu--top-menu li.last {
  display: none;
}

.user-logged-in .menu--top-menu li.last {
  display: block;
}

.layout-push-navigation .block-slidemenu-inout li a .caret {
  display: block;
  background-color: transparent;
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  border: 0;
}

body.path-user .layout-container {
  padding-top: 60px;
  padding-bottom: 60px;
}

body.path-user main.row {
  /****
   *
   * Inputs
   *
   ****/
}

body.path-user main.row label {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
  text-align: left;
  text-transform: uppercase;
}

body.path-user main.row form .form-item {
  margin: 20px 0 25px;
}

body.path-user main.row form input[type=search],
body.path-user main.row form input[type=text],
body.path-user main.row form input[type=email],
body.path-user main.row form .form-textarea,
body.path-user main.row form textarea,
body.path-user main.row form .form-text,
body.path-user main.row form select {
  box-sizing: border-box;
  display: inline-block;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 10px;
  box-shadow: none;
  padding: 12px 20px;
  outline: none;
  width: 100%;
  font-size: 20px;
}

body.path-user main.row form input[type=search]:focus,
body.path-user main.row form input[type=text]:focus,
body.path-user main.row form input[type=email]:focus,
body.path-user main.row form .form-textarea:focus,
body.path-user main.row form textarea:focus,
body.path-user main.row form .form-text:focus,
body.path-user main.row form select:focus {
  box-shadow: none;
  border-color: #000;
}

body.path-user main.row form input {
  height: calc(28px + 30px);
}

body.path-user main.row form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #555;
  font-style: italic;
}

body.path-user main.row form textarea:focus {
  border-color: #000;
  outline: 0 none;
}

body.path-user main.row form input[type=checkbox],
body.path-user main.row form input[type=radio] {
  color: #333;
  font-size: 1.5rem;
  margin-top: 0.2em;
  margin-right: 0.5em;
}

body.path-user main.row form .form-type-radio,
body.path-user main.row form .form-type-checkbox {
  margin-bottom: 0;
}

body.path-user main.row form .form-type-radio label,
body.path-user main.row form .form-type-checkbox label {
  display: inline-block;
  margin-bottom: 0;
}

body.path-user main.row html input[type=button],
body.path-user main.row input[type=reset],
body.path-user main.row input[type=submit],
body.path-user main.row button,
body.path-user main.row .button,
body.path-user main.row a.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #F47B38;
  border: 3px solid #F47B38;
  border-radius: 10px;
  box-shadow: none;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 11px 30px;
  text-transform: uppercase;
  transition: background 0.3s ease-in;
  transition-delay: color 0.2s ease-out;
}

body.path-user main.row html input[type=button]:hover,
body.path-user main.row html input[type=button]:focus,
body.path-user main.row html input[type=button]:active,
body.path-user main.row input[type=reset]:hover,
body.path-user main.row input[type=reset]:focus,
body.path-user main.row input[type=reset]:active,
body.path-user main.row input[type=submit]:hover,
body.path-user main.row input[type=submit]:focus,
body.path-user main.row input[type=submit]:active,
body.path-user main.row button:hover,
body.path-user main.row button:focus,
body.path-user main.row button:active,
body.path-user main.row .button:hover,
body.path-user main.row .button:focus,
body.path-user main.row .button:active,
body.path-user main.row a.button:hover,
body.path-user main.row a.button:focus,
body.path-user main.row a.button:active {
  background: #25428E;
  border: 3px solid #25428E;
}

body.path-user main.row html input[type=button] i,
body.path-user main.row input[type=reset] i,
body.path-user main.row input[type=submit] i,
body.path-user main.row button i,
body.path-user main.row .button i,
body.path-user main.row a.button i {
  margin-left: 1rem;
}

body.path-user #edit-actions {
  margin-top: 40px;
}

body.path-search .search-form {
  padding-top: 30px;
  margin-bottom: 30px;
}

body.path-search .search-form .input-group input {
  border: 1px solid #eee;
  height: 40px;
  padding: 5px 5px 5px 10px;
  box-shadow: none;
  font-size: 16px;
  color: #495057;
}

body.path-search .search-form .input-group input::-moz-placeholder {
  font-size: 16px;
  color: #495057;
}

body.path-search .search-form .input-group input:-ms-input-placeholder {
  font-size: 16px;
  color: #495057;
}

body.path-search .search-form .input-group input::placeholder {
  font-size: 16px;
  color: #495057;
}

body.path-search .search-form .input-group .input-group-btn {
  width: 4%;
}

body.path-search .search-form .input-group .input-group-btn button {
  width: 100%;
}

body.path-search .search-form .input-group .input-group-btn button .glyphicon-search {
  font-size: 16px;
}

body.path-search .search-form a {
  color: #25428E;
}

body.path-search h2 {
  color: #F47B38;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 36px;
}

body.path-search ol li {
  margin-bottom: 20px;
}

body.path-search ol li h3 a {
  font-size: 20px;
  line-height: 28px;
  color: #25428E;
}

body.path-search ol li p {
  font-size: 20px;
  line-height: 28px;
}

body.path-search ol li p strong {
  font-weight: bold;
}

body.path-search .search-form .input-group .input-group-btn button {
  height: 40px;
}

body.page-node-type-resources .page-header {
  color: #F47B38;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 36px;
  padding-top: 30px;
  text-transform: capitalize;
}

body.page-node-type-resources article img {
  border: 1px solid #ccc;
  padding: 2px;
  transition: 0.3s all;
}

body.page-node-type-resources article img:hover {
  transform: translate(0px, -10px);
  transition: 0.3s all;
}

body.page-node-type-resources .resources footer {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
}

body.page-node-type-resources .resources .content .field {
  font-size: 18px;
  line-height: 26px;
}

body.page-node-type-resources .resources .content .field .field__label {
  color: #F47B38;
}

body.page-node-type-resources .resources .content .field--name-field-media-document {
  clear: both;
  display: flex;
  font-size: 16px;
  max-width: 262px;
}

body.page-node-type-resources .resources .content .field--name-field-media-document .field__item {
  width: 100%;
}

body.page-node-type-resources .resources .content .field--name-field-media-document .field__item a,
body.page-node-type-resources .resources .content .field--name-field-media-document .field__item span {
  color: #25428E;
}

body.page-node-type-resources .resources .content .field--name-field-media-document .field__item .glyphicon-file:before {
  color: #25428E;
}

.footer-supporters {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-supporters .field__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-supporters .field__items .field__item {
  padding: 0 25px;
}

.footer-supporters .slick-slide img {
  max-height: 60px;
  width: auto;
  margin: 0 auto;
}

footer.layout-footer-content {
  background-color: #27468c;
  color: #dddddd;
  margin-bottom: -1px;
  padding-top: 104px;
  padding-bottom: 60px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer.layout-footer-content .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  footer.layout-footer-content .col-md-3:first-child img {
    width: 200px !important;
  }
}

@media (max-width: 991.98px) {
  footer.layout-footer-content {
    padding: 90px 0 50px;
  }

  footer.layout-footer-content .col-md-3 {
    margin-bottom: 30px;
  }

  footer.layout-footer-content #simplenews-subscriptions-block-footer-signup-form {
    margin-bottom: 16px;
  }
}

footer.layout-footer-content a:hover {
  color: #F47B38;
}

footer.layout-footer-content ul.menu.menu--footer > li,
footer.layout-footer-content ul.menu.menu--main > li {
  float: none;
}

footer.layout-footer-content ul.menu.menu--footer li a,
footer.layout-footer-content ul.menu.menu--main li a {
  margin-bottom: 10px;
  text-decoration: none;
  padding-left: 0;
}

footer.layout-footer-content ul.menu.menu--footer.nav,
footer.layout-footer-content ul.menu.menu--main.nav {
  display: block;
  margin: 0;
}

footer.layout-footer-content ul.menu.menu--footer.nav a:hover,
footer.layout-footer-content ul.menu.menu--main.nav a:hover {
  background: none;
  color: #F47B38;
}

footer.layout-footer-content #edit-message {
  line-height: 32px;
}

footer.layout-footer-content .icon_with_text {
  padding-bottom: 8px;
}

footer.layout-footer-content .icon_with_text svg {
  margin-right: 3.2px;
}

footer.layout-footer-content .contact_description {
  line-height: 32px;
}

footer.layout-footer-content ul.menu.menu--footer li a::before,
footer.layout-footer-content ul.menu.menu--main li a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #dadada;
  margin-right: 11.2px;
  margin-top: auto;
  margin-bottom: 3.2px;
}

footer.layout-footer-content h2 {
  font-size: 17.6px;
  font-weight: 700;
  margin-bottom: 34.88px;
}

footer.layout-footer-content .simplenews-subscriptions-block-footer-signup-form label.control-label.js-form-required.form-required {
  display: none;
}

footer.layout-footer-content .simplenews-subscriptions-block-footer-signup-form input#edit-mail-0-value {
  height: 45px;
  border-width: 2px;
  border-radius: 0;
  background: transparent;
  border-color: #5169a9;
}

footer.layout-footer-content .simplenews-subscriptions-block-footer-signup-form button#edit-subscribe {
  font-size: 16px;
  padding: 8px 24px;
  background: #F47B38;
  color: white;
  border-radius: 0;
}

footer.layout-footer-content section#block-footercontactinfo .contact_info_with_icon a {
  text-decoration: none;
}

footer.layout-footer-content .footer_only_socialicons a {
  text-decoration: none !important;
  margin-right: 20px;
  margin-top: 25px;
  display: inline-block;
}

footer.layout-footer-content .footer_only_socialicons a svg {
  height: 30px;
  width: 30px;
}

.layout-footer-copyright {
  color: #dddddd;
  background-color: #27468c;
}

.layout-footer-copyright svg {
  font-size: 20.8px !important;
}

.layout-footer-copyright .footer_bottom_social_icons {
  padding-bottom: 24px;
  text-align: center;
}

.layout-footer-copyright .footer_bottom_social_icons a {
  padding: 16px;
  color: #dddddd;
}

.layout-footer-copyright .footer_bottom_social_icons:before,
.layout-footer-copyright .footer_bottom_social_icons:after {
  background-color: #f5f5f545;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 37%;
}

@media (max-width: 991.98px) {
  .layout-footer-copyright .footer_bottom_social_icons:before,
  .layout-footer-copyright .footer_bottom_social_icons:after {
    width: 7%;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .layout-footer-copyright .footer_bottom_social_icons:before,
  .layout-footer-copyright .footer_bottom_social_icons:after {
    width: 25%;
  }
}

.layout-footer-copyright .copyright_text_bottom {
  padding-bottom: 32px !important;
  text-align: center;
}

.layout-footer-copyright .copyright_text_bottom span.site_bottom_link.main_link_ptd {
  color: #ee7f40;
  border-right: 1px solid #f5f5f545;
  border-left: 1px solid #f5f5f545;
  margin-right: 5px;
}

@media (max-width: 991.98px) {
  .layout-footer-copyright .copyright_text_bottom {
    font-size: 14.4px !important;
  }
}

.layout-footer-copyright .copyright_text_bottom span.site_bottom_link {
  padding-left: 4.8px;
  /* padding-right:4.8px; */
}

.layout-footer-copyright .copyright_text_bottom a {
  text-decoration: none;
}

.layout-footer-copyright .site_pages_links {
  padding-left: 4.8px;
  padding-right: 4.8px;
  text-align: center;
  padding-bottom: 24px;
}

.layout-footer-copyright .site_pages_links a.page_link {
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
}

.layout-footer-copyright .site_pages_links a.page_link .terms_links_bottom {
  border-right: 1px solid #f5f5f545;
}

.layout-footer-copyright .timeline-Widget .timeline-Tweet-media {
  display: none !important;
}

.layout-footer-copyright a:hover {
  color: #F47B38;
}

@media (min-width: 768px) {
  .banner-section {
    position: relative;
    min-height: 350px;
  }
}

.banner-section .slick-prev {
  left: 15px;
}

.banner-section .slick-next {
  right: 15px;
}

.banner-section .slick-prev,
.banner-section .slick-next {
  z-index: 2;
  height: 50px;
  width: 50px;
}

.banner-section .slick-prev:before,
.banner-section .slick-next:before {
  font-size: 44px;
  color: #000;
}

.banner-section .slick-initialized .slick-slide {
  display: block;
  position: relative;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 350px;
}

@media (min-width: 768px) {
  .banner-section .slick-initialized .slick-slide {
    height: 100vh;
  }
}

.banner-section .slick-initialized .slick-slide:before {
  content: "";
  background: linear-gradient(rgba(51, 51, 51, 0) 0%, #3333336e 100%);
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.banner-section .banner-text {
  max-width: 100%;
  padding: 0;
  text-align: left;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  position: absolute;
}

@media (min-width: 768px) {
  .banner-section .banner-text {
    padding: 162px 0 20px;
  }
}

@media (max-width: 991.98px) {
  .banner-section .banner-text .container {
    padding-top: 30px;
  }
}

.banner-section .banner-text h2 {
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 42px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

@media (min-width: 992px) {
  .banner-section .banner-text h2 {
    max-width: 72%;
    font-size: 40px;
    line-height: 50px;
  }
}

.banner-section .banner-text p {
  line-height: 26px;
  font-size: 20px;
  padding-bottom: 30px;
  width: 100%;
  text-align: left;
  color: #ffffff;
}

@media (min-width: 992px) {
  .banner-section .banner-text p {
    max-width: 72%;
    line-height: 30px;
    font-size: 24px;
  }
}

.banner-section .banner-text a.button {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 20px;
  position: relative;
  flex: none;
  order: 0;
  align-self: center;
  flex-grow: 0;
  margin: 0;
  background: #F47B38;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border: 0;
  transition: 0.5s all;
  text-decoration: none;
  border-radius: 20px;
}

.banner-section .banner-text a.button:hover,
.banner-section .banner-text a.button:focus {
  background: #fff;
  color: #000;
  transition: 0.5s all;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-section .banner-text a.button {
    margin-bottom: 50px;
  }
}

.fences_container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .fences_container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .fences_container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .fences_container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .fences_container {
    max-width: 1140px;
  }
}

.paragraph--type--html-block table {
  margin-bottom: 40px;
  border: none;
}

.paragraph--type--html-block table thead tr th {
  background: #535353;
  padding: 17px 30px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  border: none;
}

.paragraph--type--html-block table tbody {
  border: none;
}

.paragraph--type--html-block table tbody tr {
  border: none;
}

.paragraph--type--html-block table tbody tr:nth-child(even) {
  background: #f5f5f5;
}

.paragraph--type--html-block table tbody tr:nth-child(odd) {
  background: #ffffff;
}

.paragraph--type--html-block table tbody tr td {
  border: none;
  border-collapse: collapse;
  padding: 17px 30px;
}

.paragraph--type--html-block.paragraph--id--9 {
  background-color: #92BED4;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 42px;
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  .paragraph--type--html-block.paragraph--id--9 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.paragraph--type--html-block.paragraph--id--9.small {
  font-size: 1.4rem;
  line-height: 19px;
}

.paragraph--type--html-block.paragraph--id--9.big {
  font-size: 36rem;
  line-height: 42px;
}

.paragraph--type--html-block.paragraph--id--9 strong {
  font-weight: 700;
}

@media (min-width: 992px) {
  .paragraph--type--html-block.paragraph--id--9 .field__item {
    padding: 0 160px;
  }
}

.paragraph--type--html-block.paragraph--id--19,
.paragraph--type--html-block.paragraph--id--73,
.paragraph--type--html-block.paragraph--id--58 {
  text-align: center;
  background-color: #E9E9E9;
}

@media (max-width: 991.98px) {
  .paragraph--type--html-block.paragraph--id--19,
  .paragraph--type--html-block.paragraph--id--73,
  .paragraph--type--html-block.paragraph--id--58 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.paragraph--type--html-block.paragraph--id--19 .field__item,
.paragraph--type--html-block.paragraph--id--73 .field__item,
.paragraph--type--html-block.paragraph--id--58 .field__item {
  padding: 0 120px;
}

@media (max-width: 991.98px) {
  .paragraph--type--html-block.paragraph--id--19 .field__item,
  .paragraph--type--html-block.paragraph--id--73 .field__item,
  .paragraph--type--html-block.paragraph--id--58 .field__item {
    padding: 0px 20px;
  }
}

@media (min-width: 992px) {
  .paragraph--type--html-block.paragraph--id--19,
  .paragraph--type--html-block.paragraph--id--73,
  .paragraph--type--html-block.paragraph--id--58 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.paragraph--type--html-block.paragraph--id--19 h4,
.paragraph--type--html-block.paragraph--id--73 h4,
.paragraph--type--html-block.paragraph--id--58 h4 {
  font-size: 22.5px;
  line-height: 27px;
  margin-bottom: 38px;
  color: #F47B38;
}

.paragraph--type--html-block.paragraph--id--19 p,
.paragraph--type--html-block.paragraph--id--73 p,
.paragraph--type--html-block.paragraph--id--58 p {
  color: #8B8B8B;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .paragraph--type--html-block.paragraph--id--19 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .paragraph--type--html-block.paragraph--id--19 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.page-node-11 .paragraph--type--html-block,
.page-node-12 .paragraph--type--html-block,
.page-node-13 .paragraph--type--html-block,
.page-node-14 .paragraph--type--html-block {
  padding: 40px 0 10px;
}

.page-node-11 .paragraph--type--html-block ul,
.page-node-12 .paragraph--type--html-block ul,
.page-node-13 .paragraph--type--html-block ul,
.page-node-14 .paragraph--type--html-block ul {
  list-style: disc;
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.page-node-11 .paragraph--type--html-block ul li,
.page-node-12 .paragraph--type--html-block ul li,
.page-node-13 .paragraph--type--html-block ul li,
.page-node-14 .paragraph--type--html-block ul li {
  display: list-item;
  margin-bottom: 15px;
  text-align: -webkit-match-parent;
  font-size: 20px;
  line-height: 28px;
}

.page-node-11 .paragraph--type--html-block ul li a,
.page-node-12 .paragraph--type--html-block ul li a,
.page-node-13 .paragraph--type--html-block ul li a,
.page-node-14 .paragraph--type--html-block ul li a {
  margin: 0;
  display: inline;
  color: #27468c;
}

.page-node-11 .paragraph--type--html-block p + p,
.page-node-12 .paragraph--type--html-block p + p,
.page-node-13 .paragraph--type--html-block p + p,
.page-node-14 .paragraph--type--html-block p + p {
  margin-top: 20px;
}

.page-node-11 .paragraph--type--html-block ol,
.page-node-12 .paragraph--type--html-block ol,
.page-node-13 .paragraph--type--html-block ol,
.page-node-14 .paragraph--type--html-block ol {
  list-style: decimal !important;
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.page-node-11 .paragraph--type--html-block ol li,
.page-node-12 .paragraph--type--html-block ol li,
.page-node-13 .paragraph--type--html-block ol li,
.page-node-14 .paragraph--type--html-block ol li {
  display: list-item;
  margin-bottom: 15px;
  text-align: -webkit-match-parent;
  font-size: 20px;
  line-height: 28px;
}

.page-node-11 .paragraph--type--html-block ol li a,
.page-node-12 .paragraph--type--html-block ol li a,
.page-node-13 .paragraph--type--html-block ol li a,
.page-node-14 .paragraph--type--html-block ol li a {
  margin: 0;
  display: inline;
  color: #27468c;
}

.page-node-11 .paragraph--type--html-block h4,
.page-node-12 .paragraph--type--html-block h4,
.page-node-13 .paragraph--type--html-block h4,
.page-node-14 .paragraph--type--html-block h4 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: initial;
  color: #F47B38;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}

.page-node-11 .paragraph--type--html-block h4 a,
.page-node-12 .paragraph--type--html-block h4 a,
.page-node-13 .paragraph--type--html-block h4 a,
.page-node-14 .paragraph--type--html-block h4 a {
  color: #F47B38;
  text-decoration: none;
}

.page-node-11 .paragraph--type--html-block h1,
.page-node-12 .paragraph--type--html-block h1,
.page-node-13 .paragraph--type--html-block h1,
.page-node-14 .paragraph--type--html-block h1 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: initial;
  color: #F47B38;
  font-family: "Roboto", sans-serif;
  font-family: "Roboto", sans-serif;
}

.page-node-11 .paragraph--type--html-block h2,
.page-node-12 .paragraph--type--html-block h2,
.page-node-13 .paragraph--type--html-block h2,
.page-node-14 .paragraph--type--html-block h2 {
  color: #25428E;
  text-decoration: none;
  font-size: 23px;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
}

.page-node-11 .paragraph--type--html-block p,
.page-node-12 .paragraph--type--html-block p,
.page-node-13 .paragraph--type--html-block p,
.page-node-14 .paragraph--type--html-block p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.page-node-11 .paragraph--type--html-block p a,
.page-node-12 .paragraph--type--html-block p a,
.page-node-13 .paragraph--type--html-block p a,
.page-node-14 .paragraph--type--html-block p a {
  display: inline-block !important;
  margin: 0 !important;
}

.page-node-11 .paragraph--type--html-block a,
.page-node-12 .paragraph--type--html-block a,
.page-node-13 .paragraph--type--html-block a,
.page-node-14 .paragraph--type--html-block a {
  margin-bottom: 30px;
  margin-top: 30px;
  display: inherit;
  color: currentColor;
}

.page-node-11 .paragraph--type--html-block .align-right,
.page-node-12 .paragraph--type--html-block .align-right,
.page-node-13 .paragraph--type--html-block .align-right,
.page-node-14 .paragraph--type--html-block .align-right {
  padding-left: 40px;
  padding-right: 0;
}

@media (max-width: 991.98px) {
  .page-node-11 .paragraph--type--html-block .align-right,
  .page-node-12 .paragraph--type--html-block .align-right,
  .page-node-13 .paragraph--type--html-block .align-right,
  .page-node-14 .paragraph--type--html-block .align-right {
    margin: auto;
    padding: 0 !important;
    margin-bottom: 15px;
  }
}

.paragraph--type--html-block.paragraph--id--19 h4,
.paragraph--type--html-block.paragraph--id--19 p {
  max-width: 860px;
  margin: 0 auto;
  color: #777777;
  font-weight: normal;
  font-size: 26px;
  line-height: 36.4px;
}

body .paragraph--type--html-block.paragraph--id--19 h4 {
  font-size: 30px;
  line-height: 36.4px;
  margin-bottom: 30px;
  color: #F47B38;
  font-weight: 600;
}

.paragraph--view-mode--default.paragraph--id--132 img,
.paragraph--view-mode--default.paragraph--id--133 img {
  border: 1px solid #999;
  padding: 3px;
  transition: 0.3s all;
}

.paragraph--view-mode--default.paragraph--id--132 img:hover,
.paragraph--view-mode--default.paragraph--id--133 img:hover {
  transform: translate(0, -10px);
  transition: 0.3s all;
}

.page-node-type-resources .resource-link.button {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 20px;
  position: relative;
  flex: none;
  order: 0;
  align-self: center;
  flex-grow: 0;
  margin: 0;
  background: #F47B38;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border: 0;
  transition: 0.5s all;
  text-decoration: none;
  border-radius: 20px;
  margin-bottom: 10px;
}

.page-node-type-resources .resource-link.button:hover {
  background: #25428e;
  transition: 0.5s all;
}

.paragraph--id--14 .viewsreference--view-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

.view-news-and-events .view-row,
.view-news-and-events .views-row {
  margin-bottom: 30px;
  cursor: pointer;
  transition: 0.25s all;
}

.view-news-and-events .view-row:hover,
.view-news-and-events .views-row:hover {
  transform: translate(0px, -10px);
}

.view-news-and-events .col-4 > * {
  margin-bottom: 5px;
  display: block;
}

.view-news-and-events .col-4 > * *:last-child {
  margin-bottom: 0;
}

.view-news-and-events img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.view-news-and-events .vf-category a {
  font-size: 14px;
  line-height: 20px;
  color: #F47B38 !important;
  text-decoration: none;
  font-style: italic;
}

.view-news-and-events h4 {
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  color: #545454;
}

.view-news-and-events h4 a {
  text-decoration: none;
}

.view-news-and-events .vf-date {
  font-size: 14px;
  line-height: 20px;
  color: #868686;
}

.path-latest .layout-container,
.path-latest-events .layout-container {
  padding-top: 50px;
  padding-bottom: 80px;
}

.path-latest .view-news-and-events .view-row,
.path-latest-events .view-news-and-events .view-row {
  margin-bottom: 69px;
}

.path-latest .view-news-and-events .view-filters,
.path-latest-events .view-news-and-events .view-filters {
  display: inline-block;
  margin-bottom: 0;
}

.path-latest .view-news-and-events .view-filters .form-item-created,
.path-latest-events .view-news-and-events .view-filters .form-item-created {
  display: none;
}

.path-latest .view-news-and-events .view-filters .button.js-form-submit,
.path-latest-events .view-news-and-events .view-filters .button.js-form-submit {
  display: none;
}

.path-latest .view-news-and-events .view-filters .form-year-ajax,
.path-latest-events .view-news-and-events .view-filters .form-year-ajax {
  position: relative;
}

.path-latest .view-news-and-events .view-filters .form-year-ajax span.year-span,
.path-latest-events .view-news-and-events .view-filters .form-year-ajax span.year-span {
  display: block;
  background: #555;
  color: #fff;
  padding: 6px 30px 6px 15px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.path-latest .view-news-and-events .view-filters .form-year-ajax span.year-span.show-years + ul,
.path-latest-events .view-news-and-events .view-filters .form-year-ajax span.year-span.show-years + ul {
  max-height: 500px;
  transition: 0.2s all;
  border: 1px solid #ccc;
}

.path-latest .view-news-and-events .view-filters .form-year-ajax span.year-span.show-years + ul .caret,
.path-latest-events .view-news-and-events .view-filters .form-year-ajax span.year-span.show-years + ul .caret {
  transform: rotate(0deg);
}

.path-latest .view-news-and-events .view-filters .form-year-ajax span.year-span .caret,
.path-latest-events .view-news-and-events .view-filters .form-year-ajax span.year-span .caret {
  position: absolute;
  transform: rotate(-90deg);
  right: 14px;
  top: 16px;
}

.path-latest .view-news-and-events .view-filters .form-year-ajax ul,
.path-latest-events .view-news-and-events .view-filters .form-year-ajax ul {
  background: #fff;
  position: absolute;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
  transition: 0.2s all;
  top: 0;
  left: 80px;
}

.path-latest .view-news-and-events .view-filters .form-year-ajax ul li,
.path-latest-events .view-news-and-events .view-filters .form-year-ajax ul li {
  padding: 8px 80px 8px 20px;
  text-align: left;
  cursor: pointer;
}

.path-latest .view-news-and-events .view-filters .form-year-ajax ul li:last-child,
.path-latest-events .view-news-and-events .view-filters .form-year-ajax ul li:last-child {
  border-top: 1px solid #ccc;
}

.path-latest .view-news-and-events .view-header,
.path-latest-events .view-news-and-events .view-header {
  display: inline-block;
  margin-bottom: 60px;
}

.path-latest .view-news-and-events .latest-menu-wrapper,
.path-latest-events .view-news-and-events .latest-menu-wrapper {
  display: flex;
  align-items: center;
}

.path-latest .view-news-and-events .latest-menu-wrapper label,
.path-latest-events .view-news-and-events .latest-menu-wrapper label {
  font-size: 22px;
  line-height: 26.4px;
  color: #F47B38;
  font-weight: 400;
  display: block;
  position: relative;
  padding-right: 74px;
}

.path-latest .view-news-and-events .latest-menu-wrapper label:after,
.path-latest-events .view-news-and-events .latest-menu-wrapper label:after {
  content: ">";
  position: absolute;
  right: 30px;
}

.path-latest .view-news-and-events .latest-menu-wrapper .latest-menu-inner,
.path-latest-events .view-news-and-events .latest-menu-wrapper .latest-menu-inner {
  display: flex;
}

.path-latest .view-news-and-events .latest-menu-wrapper .latest-menu-inner li,
.path-latest-events .view-news-and-events .latest-menu-wrapper .latest-menu-inner li {
  margin-right: 31px;
}

.path-latest .view-news-and-events .latest-menu-wrapper .latest-menu-inner li span,
.path-latest .view-news-and-events .latest-menu-wrapper .latest-menu-inner li a,
.path-latest-events .view-news-and-events .latest-menu-wrapper .latest-menu-inner li span,
.path-latest-events .view-news-and-events .latest-menu-wrapper .latest-menu-inner li a {
  font-size: 18px;
  line-height: 21.6px;
  color: #777777;
  text-decoration: none;
}

.path-latest .view-news-and-events .latest-menu-wrapper .latest-menu-inner li a:hover,
.path-latest-events .view-news-and-events .latest-menu-wrapper .latest-menu-inner li a:hover {
  color: #F47B38;
}

.path-latest .view-news-and-events .latest-menu-wrapper .latest-menu-inner li.active span,
.path-latest .view-news-and-events .latest-menu-wrapper .latest-menu-inner li.active a,
.path-latest-events .view-news-and-events .latest-menu-wrapper .latest-menu-inner li.active span,
.path-latest-events .view-news-and-events .latest-menu-wrapper .latest-menu-inner li.active a {
  color: #F47B38;
}

.path-latest .view-news-and-events .view-content,
.path-latest-events .view-news-and-events .view-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.path-latest .view-news-and-events img,
.path-latest-events .view-news-and-events img {
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

.path-latest .view-news-and-events .vf-category a,
.path-latest-events .view-news-and-events .vf-category a {
  color: #25428E;
  font-size: 15.71px;
  line-height: 21.93px;
  text-decoration: none;
  margin-bottom: 11px;
  display: block;
  font-style: inherit;
}

.path-latest .view-news-and-events h4,
.path-latest-events .view-news-and-events h4 {
  font-weight: 400;
  color: #545454;
  font-size: 17.01px;
  line-height: 23.81px;
  margin-bottom: 11px;
  display: block;
}

.path-latest .view-news-and-events h4 a,
.path-latest-events .view-news-and-events h4 a {
  text-decoration: none;
}

.path-latest .view-news-and-events .vf-date,
.path-latest-events .view-news-and-events .vf-date {
  font-size: 15.71px;
  line-height: 21.93px;
  color: #b1b4b1;
}

.path-latest .view-news-and-events .pager-nav,
.path-latest-events .view-news-and-events .pager-nav {
  text-align: left !important;
}

.path-latest .view-news-and-events .pagination,
.path-latest-events .view-news-and-events .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 0;
}

.path-latest .view-news-and-events .pagination > li,
.path-latest-events .view-news-and-events .pagination > li {
  display: inline;
}

.path-latest .view-news-and-events .pagination > li > a,
.path-latest .view-news-and-events .pagination > li > span,
.path-latest-events .view-news-and-events .pagination > li > a,
.path-latest-events .view-news-and-events .pagination > li > span {
  position: relative;
  float: left;
  padding: 0 10px;
  margin-left: -1px;
  line-height: 1;
  color: #545454;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  font-weight: 600;
  font-size: 14px;
}

.path-latest .view-news-and-events .pagination > li > a:hover,
.path-latest .view-news-and-events .pagination > li > a:focus,
.path-latest .view-news-and-events .pagination > li > span:hover,
.path-latest .view-news-and-events .pagination > li > span:focus,
.path-latest-events .view-news-and-events .pagination > li > a:hover,
.path-latest-events .view-news-and-events .pagination > li > a:focus,
.path-latest-events .view-news-and-events .pagination > li > span:hover,
.path-latest-events .view-news-and-events .pagination > li > span:focus {
  z-index: 2;
  color: #F47B38;
  background-color: transparent;
  border-color: transparent;
}

.path-latest .view-news-and-events .pagination > li:first-child > a,
.path-latest .view-news-and-events .pagination > li:first-child > span,
.path-latest-events .view-news-and-events .pagination > li:first-child > a,
.path-latest-events .view-news-and-events .pagination > li:first-child > span {
  margin-left: 0;
  border-radius: 0;
}

.path-latest .view-news-and-events .pagination > li:last-child > a,
.path-latest .view-news-and-events .pagination > li:last-child > span,
.path-latest-events .view-news-and-events .pagination > li:last-child > a,
.path-latest-events .view-news-and-events .pagination > li:last-child > span {
  border-radius: 0;
}

.path-latest .view-news-and-events .pagination > .active > a,
.path-latest .view-news-and-events .pagination > .active > a:hover,
.path-latest .view-news-and-events .pagination > .active > a:focus,
.path-latest .view-news-and-events .pagination > .active > span,
.path-latest .view-news-and-events .pagination > .active > span:hover,
.path-latest .view-news-and-events .pagination > .active > span:focus,
.path-latest-events .view-news-and-events .pagination > .active > a,
.path-latest-events .view-news-and-events .pagination > .active > a:hover,
.path-latest-events .view-news-and-events .pagination > .active > a:focus,
.path-latest-events .view-news-and-events .pagination > .active > span,
.path-latest-events .view-news-and-events .pagination > .active > span:hover,
.path-latest-events .view-news-and-events .pagination > .active > span:focus {
  z-index: 3;
  color: #F47B38;
  cursor: default;
  background-color: transparent;
  border-color: transparent;
}

.path-latest .view-news-and-events .pagination > .disabled > span,
.path-latest .view-news-and-events .pagination > .disabled > span:hover,
.path-latest .view-news-and-events .pagination > .disabled > span:focus,
.path-latest .view-news-and-events .pagination > .disabled > a,
.path-latest .view-news-and-events .pagination > .disabled > a:hover,
.path-latest .view-news-and-events .pagination > .disabled > a:focus,
.path-latest-events .view-news-and-events .pagination > .disabled > span,
.path-latest-events .view-news-and-events .pagination > .disabled > span:hover,
.path-latest-events .view-news-and-events .pagination > .disabled > span:focus,
.path-latest-events .view-news-and-events .pagination > .disabled > a,
.path-latest-events .view-news-and-events .pagination > .disabled > a:hover,
.path-latest-events .view-news-and-events .pagination > .disabled > a:focus {
  color: transparent;
  cursor: none;
  background-color: transparent;
  border-color: transparent;
}

body.page-node-type-article .view-news-and-events .view-row-top {
  position: relative;
  min-height: 400px;
  margin-bottom: 40px;
}

body.page-node-type-article .view-news-and-events .view-row-top .image-wrapper {
  max-height: 65vh;
  overflow: hidden;
}

body.page-node-type-article .view-news-and-events .image-credit {
  text-align: right;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 300;
  padding-top: 5px;
}

body.page-node-type-article .view-news-and-events .floating-node-info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

body.page-node-type-article .view-news-and-events .floating-node-info-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-flow: column;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

body.page-node-type-article .view-news-and-events .floating-node-info-inner img {
  border-radius: 0;
}

body.page-node-type-article .view-news-and-events .floating-node-info-inner .news-cate {
  border: 1px solid;
  color: #fff;
  border-radius: 5px;
  padding: 2px 10px;
}

body.page-node-type-article .view-news-and-events .floating-node-info-inner h1 {
  color: #fff;
  font-weight: 700;
}

body.page-node-type-article article.article.full table {
  margin-bottom: 40px;
  border: none;
}

body.page-node-type-article article.article.full table thead tr th {
  background: #535353;
  padding: 17px 30px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  border: none;
}

body.page-node-type-article article.article.full table tbody {
  border: none;
}

body.page-node-type-article article.article.full table tbody tr {
  border: none;
}

body.page-node-type-article article.article.full table tbody tr:nth-child(even) {
  background: #f5f5f5;
}

body.page-node-type-article article.article.full table tbody tr:nth-child(odd) {
  background: #ffffff;
}

body.page-node-type-article article.article.full table tbody tr td {
  border: none;
  border-collapse: collapse;
  padding: 17px 30px;
}

body.page-node-type-article article.article.full ul {
  list-style: disc;
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

body.page-node-type-article article.article.full ul li {
  display: list-item;
  margin-bottom: 15px;
  text-align: -webkit-match-parent;
  font-size: 20px;
  line-height: 28px;
}

body.page-node-type-article article.article.full ul li a {
  margin: 0;
  display: inline;
  color: #27468c;
}

body.page-node-type-article article.article.full ol {
  list-style: decimal !important;
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

body.page-node-type-article article.article.full ol li {
  display: list-item;
  margin-bottom: 15px;
  text-align: -webkit-match-parent;
  font-size: 20px;
  line-height: 28px;
}

body.page-node-type-article article.article.full ol li a {
  margin: 0;
  display: inline;
  color: #27468c;
}

body.page-node-type-article article.article.full h1 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: initial;
  color: #F47B38;
  font-family: "Roboto", sans-serif;
  font-family: "Roboto", sans-serif;
}

body.page-node-type-article article.article.full h2 {
  color: #25428E;
  text-decoration: none;
  font-size: 23px;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
}

body.page-node-type-article article.article.full h4 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: initial;
  color: #F47B38;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}

body.page-node-type-article article.article.full h4 a {
  color: #F47B38;
  text-decoration: none;
}

body.page-node-type-article article.article.full p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

body.page-node-type-article article.article.full a {
  margin-bottom: 30px;
  margin-top: 30px;
  display: inline;
  color: #27468c;
}

body.page-node-type-article article.article.full p + p {
  margin-top: 20px;
}

body.page-node-type-article article.article.full table .pdficon {
  position: relative;
}

body.page-node-type-article article.article.full table .pdficon::after {
  content: "";
  height: 20px;
  display: inline-block;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  margin-left: 10px;
  background-image: url(../images/pdf.svg?278d138e5c2b4daed0f76bd2a9f8284f);
}

.paragraph--id--15 .heading_resources_showcase {
  display: none;
}

.paragraph--id--15 .viewsreference--view-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #838383;
  margin-bottom: 20px;
}

.view-latest-resources .view-row {
  margin-bottom: 30px;
  cursor: pointer;
  transition: 0.25s all;
}

@media (min-width: 992px) {
  .view-latest-resources .view-row {
    padding: 0 30px;
  }
}

.view-latest-resources .view-row:hover {
  transform: translate(0px, -10px);
}

.view-latest-resources .col-4 > * {
  margin-bottom: 5px;
  display: block;
}

.view-latest-resources .col-4 > * *:last-child {
  margin-bottom: 0;
}

.view-latest-resources img {
  width: 100%;
  height: auto;
  border: 1px solid #c8c8c8;
  margin: 0 auto 20px;
}

.view-latest-resources .vf-category a {
  font-size: 14px;
  line-height: 20px;
  color: #F47B38;
  text-decoration: none;
  font-style: italic;
}

.view-latest-resources h4 {
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  color: #545454;
}

.view-latest-resources h4 a {
  text-decoration: none;
}

.view-latest-resources .vf-date {
  font-size: 14px;
  line-height: 20px;
  color: #868686;
}

.view-latest-resources.view-display-id-block_3 {
  display: flex;
  flex-flow: wrap;
  margin-top: 60px;
}

.view-latest-resources.view-display-id-block_3 .view-header {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .view-latest-resources.view-display-id-block_3 .view-header {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.view-latest-resources.view-display-id-block_3 .view-header h2 {
  font-size: 30px;
  line-height: 36px;
  color: #f27938;
  font-weight: 600;
}

.view-latest-resources.view-display-id-block_3 .view-filters {
  position: absolute;
  margin-bottom: 56px;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .view-latest-resources.view-display-id-block_3 .view-filters {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.view-latest-resources.view-display-id-block_3 .view-filters .form--inline {
  display: flex;
  align-items: flex-start;
}

.view-latest-resources.view-display-id-block_3 .view-filters .form--inline .form-item {
  width: 100%;
  max-width: calc(22% - 20px);
  margin-right: 20px;
}

@media (max-width: 767.98px) {
  .view-latest-resources.view-display-id-block_3 .view-filters .form--inline .form-item {
    max-width: calc(50% - 20px);
    margin-bottom: 20px;
  }
}

.view-latest-resources.view-display-id-block_3 .view-filters .form--inline .form-item.form-item-combine {
  max-width: calc(44% - 20px);
  width: 100%;
}

@media (max-width: 767.98px) {
  .view-latest-resources.view-display-id-block_3 .view-filters .form--inline .form-item.form-item-combine {
    max-width: calc(50% - 20px);
    margin-top: 62px;
  }
}

.view-latest-resources.view-display-id-block_3 .view-filters .form--inline .form-item.form-item-combine label {
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .view-latest-resources.view-display-id-block_3 .view-filters .form--inline .form-item.form-item-combine label {
    display: none;
  }
}

.view-latest-resources.view-display-id-block_3 .view-filters .form--inline .form-item.form-item-combine input {
  font-size: 16px;
  display: block;
  width: 100%;
  min-height: 32px;
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.view-latest-resources.view-display-id-block_3 .view-filters .form-actions {
  margin-top: 22px;
  float: right;
}

@media (max-width: 767.98px) {
  .view-latest-resources.view-display-id-block_3 .view-filters .form-actions {
    margin-top: 62px;
  }
}

.view-latest-resources.view-display-id-block_3 .view-filters .form-actions .button {
  height: 35px;
  font-size: 15px;
  padding: 0 15px;
  margin: 0;
  color: #fff;
  background-color: #25428e;
  border-color: #25428e;
}

.view-latest-resources.view-display-id-block_3 .view-filters .form-actions .button:hover {
  color: #fff;
  background-color: #25418d;
  border-color: #25418d;
}

.view-latest-resources.view-display-id-block_3 .view-filters .form-actions .button.btn-danger {
  position: absolute;
  right: 0;
  top: 20px;
}

@media (max-width: 767.98px) {
  .view-latest-resources.view-display-id-block_3 .view-filters .form-actions .button.btn-danger {
    left: 15px;
    right: auto;
    top: auto;
    bottom: 76px;
  }
}

.view-latest-resources.view-display-id-block_3 .view-filters .form-actions .button[value=Search] .icon {
  display: none;
}

.view-latest-resources.view-display-id-block_3 .view-content {
  flex: 100%;
}

.view-latest-resources.view-display-id-block_3 .res-row {
  margin-bottom: 56px;
  font-size: 17px;
  line-height: 23.8px;
}

.view-latest-resources.view-display-id-block_3 .res-row .res-title {
  font-size: 22px;
  line-height: 26.4px;
  margin-bottom: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.view-latest-resources.view-display-id-block_3 .res-row .res-title a {
  color: #25418d;
  text-decoration: none;
}

.view-latest-resources.view-display-id-block_3 .res-row .res-title a:hover {
  text-decoration: underline;
}

.view-latest-resources.view-display-id-block_3 .res-row .res-description {
  margin-bottom: 25px;
}

.view-latest-resources.view-display-id-block_3 .res-row .res-attr {
  font-weight: 500;
}

.view-latest-resources.view-display-id-block_3 .res-row .res-attr span {
  font-weight: 400;
}

.view-latest-resources.view-display-id-block_3 img {
  border: 1px solid #999;
  padding: 3px;
  transition: 0.3s all;
}

.view-latest-resources.view-display-id-block_3 a:hover img {
  transform: translate(0px, -10px);
  transition: 0.3s all;
}

.view-latest-resources.view-display-id-block_3 .pager-nav {
  text-align: left !important;
}

.view-latest-resources.view-display-id-block_3 .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 0;
}

.view-latest-resources.view-display-id-block_3 .pagination > li {
  display: inline;
}

.view-latest-resources.view-display-id-block_3 .pagination > li > a,
.view-latest-resources.view-display-id-block_3 .pagination > li > span {
  position: relative;
  float: left;
  padding: 0 10px;
  margin-left: -1px;
  line-height: 1;
  color: #545454;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  font-weight: 600;
  font-size: 14px;
}

.view-latest-resources.view-display-id-block_3 .pagination > li > a:hover,
.view-latest-resources.view-display-id-block_3 .pagination > li > a:focus,
.view-latest-resources.view-display-id-block_3 .pagination > li > span:hover,
.view-latest-resources.view-display-id-block_3 .pagination > li > span:focus {
  z-index: 2;
  color: #F47B38;
  background-color: transparent;
  border-color: transparent;
}

.view-latest-resources.view-display-id-block_3 .pagination > li:first-child > a,
.view-latest-resources.view-display-id-block_3 .pagination > li:first-child > span {
  margin-left: 0;
  border-radius: 0;
}

.view-latest-resources.view-display-id-block_3 .pagination > li:last-child > a,
.view-latest-resources.view-display-id-block_3 .pagination > li:last-child > span {
  border-radius: 0;
}

.view-latest-resources.view-display-id-block_3 .pagination > .active > a,
.view-latest-resources.view-display-id-block_3 .pagination > .active > a:hover,
.view-latest-resources.view-display-id-block_3 .pagination > .active > a:focus,
.view-latest-resources.view-display-id-block_3 .pagination > .active > span,
.view-latest-resources.view-display-id-block_3 .pagination > .active > span:hover,
.view-latest-resources.view-display-id-block_3 .pagination > .active > span:focus {
  z-index: 3;
  color: #F47B38;
  cursor: default;
  background-color: transparent;
  border-color: transparent;
}

.view-latest-resources.view-display-id-block_3 .pagination > .disabled > span,
.view-latest-resources.view-display-id-block_3 .pagination > .disabled > span:hover,
.view-latest-resources.view-display-id-block_3 .pagination > .disabled > span:focus,
.view-latest-resources.view-display-id-block_3 .pagination > .disabled > a,
.view-latest-resources.view-display-id-block_3 .pagination > .disabled > a:hover,
.view-latest-resources.view-display-id-block_3 .pagination > .disabled > a:focus {
  color: transparent;
  cursor: none;
  background-color: transparent;
  border-color: transparent;
}

.view-latest-resources.view-display-id-block_3 .pager-nav {
  padding: 0 5px;
}

.resources_showcase {
  background-image: url("/images/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.resources_showcase .inner_section_showcase {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin: auto;
}

.resources_showcase .content_innner_resource {
  padding: 48px;
}

.resources_showcase .heading_resources_showcase {
  padding-bottom: 48px;
  padding-top: 16px;
}

.resources_showcase .showcase_bottom_text .text-left {
  padding-top: 4.8px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

.resources_showcase .pdf_image {
  width: 20px;
}

.paragraph--id--54,
.paragraph--id--59 {
  background-image: url(../images/banner.jpg?d03f81802f18467e1fc1ece998b36d18);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px;
}

@media (min-width: 992px) {
  .paragraph--id--54,
  .paragraph--id--59 {
    background-attachment: fixed;
    background-position: center;
  }
}

@media (max-width: 1199.98px) {
  .paragraph--id--54,
  .paragraph--id--59 {
    padding: 10px;
  }
}

.paragraph--id--54 .heading_resources_showcase,
.paragraph--id--59 .heading_resources_showcase {
  margin-top: 18px;
}

@media (max-width: 1199.98px) {
  .paragraph--id--54 .heading_resources_showcase,
  .paragraph--id--59 .heading_resources_showcase {
    margin-top: 16px;
  }
}

.paragraph--id--54 .custom-container,
.paragraph--id--59 .custom-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .paragraph--id--54 .custom-container,
  .paragraph--id--59 .custom-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .paragraph--id--54 .custom-container,
  .paragraph--id--59 .custom-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .paragraph--id--54 .custom-container,
  .paragraph--id--59 .custom-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .paragraph--id--54 .custom-container,
  .paragraph--id--59 .custom-container {
    max-width: 1140px;
  }
}

.paragraph--id--54 .custom-container .col-md-4,
.paragraph--id--59 .custom-container .col-md-4 {
  padding: 35px;
}

@media (max-width: 1199.98px) {
  .paragraph--id--54 .custom-container .col-md-4,
  .paragraph--id--59 .custom-container .col-md-4 {
    padding-bottom: 0;
  }
}

.paragraph--id--54 .custom-container .col-md-4 img,
.paragraph--id--59 .custom-container .col-md-4 img {
  border: solid 10px white;
  height: 100%;
}

@media (max-width: 1199.98px) {
  .paragraph--id--54 .custom-container .col-md-4 img,
  .paragraph--id--59 .custom-container .col-md-4 img {
    height: 100%;
  }
}

.paragraph--id--54 .custom-container .view-c.vf-date,
.paragraph--id--59 .custom-container .view-c.vf-date {
  display: none;
}

.paragraph--id--54 .custom-container .view-col-layout .view-content,
.paragraph--id--59 .custom-container .view-col-layout .view-content {
  justify-content: center;
}

.paragraph--id--54 .custom-container .showcase-bottom-text,
.paragraph--id--59 .custom-container .showcase-bottom-text {
  padding-top: 20px;
  color: white;
  font-family: Roboto;
  font-style: normal;
  position: relative;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
}

.paragraph--id--54 .custom-container .showcase-bottom-text a,
.paragraph--id--59 .custom-container .showcase-bottom-text a {
  text-decoration: none;
  color: #fff !important;
}

.paragraph--id--54 .custom-container .showcase-bottom-text a:hover,
.paragraph--id--59 .custom-container .showcase-bottom-text a:hover {
  background: none;
  color: #f47b38;
}

.paragraph--id--54 .custom-container .showcase-bottom-text::after,
.paragraph--id--59 .custom-container .showcase-bottom-text::after {
  content: "";
  height: 20px;
  display: inline-block;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  margin-left: 10px;
  background-image: url(../images/pdf.svg?278d138e5c2b4daed0f76bd2a9f8284f);
}

body.page-node-107 .select2-selection__rendered {
  flex-flow: wrap;
}

body.page-node-107 .select2-selection__rendered li {
  font-size: 13px;
}

body.page-node-107 .select2-container--open ul li {
  font-size: 13px;
}

body.page-node-107 .view-empty {
  margin-bottom: 80px;
  font-size: 20px;
  font-weight: 600;
  flex: 100%;
  margin-left: 15px;
  margin-right: 15px;
}

.page-node-type-resources .field--label-inline {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 10px;
}

.page-node-type-resources .field--label-inline .field__label {
  font-weight: bold;
  margin-right: 10px;
}

.page-node-type-resources .field--label-inline .field__label:after {
  content: ":";
}

@media (min-width: 768px) {
  .page-node-type-resources .content .row .col {
    padding-right: 5%;
  }
}

.page-node-type-resources .field--name-field-resource-description {
  margin-bottom: 10px;
}

.page-node-type-resources .field--name-field-resource-description img {
  border: none;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-node-type-resources .field--name-field-resource-description img {
    margin-bottom: 20px;
  }
}

.page-node-type-resources .field--name-field-resource-description h1 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: initial;
  color: #F47B38;
  font-family: "Roboto", sans-serif;
  font-family: "Roboto", sans-serif;
}

.page-node-type-resources .field--name-field-resource-description h2 {
  color: #25428E;
  text-decoration: none;
  font-size: 23px;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .page-node-type-resources .field--name-field-resource-description h2 {
    margin-bottom: 30px;
  }
}

.page-node-type-resources .field--name-field-resource-description h4 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: initial;
  color: #F47B38;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .page-node-type-resources .field--name-field-resource-description h4 {
    margin-bottom: 30px;
  }
}

.page-node-type-resources .field--name-field-resource-description h4 a {
  color: #F47B38;
  text-decoration: none;
}

.page-node-type-resources .field--name-field-resource-description p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .page-node-type-resources .field--name-field-resource-description p {
    margin-bottom: 30px;
  }
}

.page-node-type-resources .field--name-field-resource-description a {
  margin-bottom: 20px;
  margin-top: 20px;
  display: inline;
  color: #27468c;
}

@media (min-width: 768px) {
  .page-node-type-resources .field--name-field-resource-description a {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.page-node-type-resources .field--name-field-resource-description p + p {
  margin-bottom: 20px;
}

.page-node-type-resources .field--name-field-resource-description table {
  margin-bottom: 40px;
  border: none;
}

.page-node-type-resources .field--name-field-resource-description table thead tr th {
  background: #535353;
  padding: 17px 30px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  border: none;
}

.page-node-type-resources .field--name-field-resource-description table tbody {
  border: none;
}

.page-node-type-resources .field--name-field-resource-description table tbody tr {
  border: none;
}

.page-node-type-resources .field--name-field-resource-description table tbody tr:nth-child(even) {
  background: #f5f5f5;
}

.page-node-type-resources .field--name-field-resource-description table tbody tr:nth-child(odd) {
  background: #ffffff;
}

.page-node-type-resources .field--name-field-resource-description table tbody tr td {
  border: none;
  border-collapse: collapse;
  padding: 17px 30px;
}

.page-node-type-resources .field--name-field-resource-description ul {
  list-style: disc;
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.page-node-type-resources .field--name-field-resource-description ul li {
  display: list-item;
  margin-bottom: 15px;
  text-align: -webkit-match-parent;
  font-size: 20px;
  line-height: 28px;
}

.page-node-type-resources .field--name-field-resource-description ul li a {
  margin: 0;
  display: inline;
  color: #27468c;
}

.page-node-type-resources .field--name-field-resource-description ol {
  list-style: decimal !important;
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.page-node-type-resources .field--name-field-resource-description ol li {
  display: list-item;
  margin-bottom: 15px;
  text-align: -webkit-match-parent;
  font-size: 20px;
  line-height: 28px;
}

.page-node-type-resources .field--name-field-resource-description ol li a {
  margin: 0;
  display: inline;
  color: #27468c;
}

.page-node-200 .paragraph--type--html-block.html-one-column {
  background-color: #e9e9e9;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: #777777;
  font-weight: normal;
  font-size: 26px;
  line-height: 36.4px;
}

.page-node-200 .paragraph--type--html-block.html-one-column .bs_grid h2 {
  max-width: 860px;
  margin: 0 auto;
  color: #777777;
  font-weight: normal;
  font-size: 26px;
  line-height: 36.4px;
}

@media (min-width: 768px) {
  .page-node-200 section.paragraph.paragraph--type--slider-items.paragraph--view-mode--default.banner-section {
    height: 670px !important;
    min-height: 500px;
  }

  .page-node-200 section.paragraph.paragraph--type--slider-items.paragraph--view-mode--default.banner-section .slick-slide {
    height: 670px !important;
    min-height: 500px;
  }

  .page-node-200 section.paragraph.paragraph--type--slider-items.paragraph--view-mode--default.banner-section .banner-text {
    display: flex;
    padding: 0;
  }
}

.page-node-200 .paragraph--type--html-block table {
  margin-bottom: 40px;
  border: none;
}

.page-node-200 .paragraph--type--html-block table thead tr th {
  background: #535353;
  padding: 17px 30px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  border: none;
}

.page-node-200 .paragraph--type--html-block table tbody {
  border: none;
}

.page-node-200 .paragraph--type--html-block table tbody tr {
  border: none;
}

.page-node-200 .paragraph--type--html-block table tbody tr:nth-child(even) {
  background: #f5f5f5;
}

.page-node-200 .paragraph--type--html-block table tbody tr:nth-child(odd) {
  background: #ffffff;
}

.page-node-200 .paragraph--type--html-block table tbody tr td {
  border: none;
  border-collapse: collapse;
  padding: 17px 30px;
}

.page-node-200 .paragraph--type--html-block ul {
  list-style: disc;
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.page-node-200 .paragraph--type--html-block ul li {
  display: list-item;
  margin-bottom: 15px;
  text-align: -webkit-match-parent;
  font-size: 20px;
  line-height: 28px;
}

.page-node-200 .paragraph--type--html-block ul li a {
  margin: 0;
  display: inline;
  color: #27468c;
}

.page-node-200 .paragraph--type--html-block ol {
  list-style: decimal !important;
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.page-node-200 .paragraph--type--html-block ol li {
  display: list-item;
  margin-bottom: 15px;
  text-align: -webkit-match-parent;
  font-size: 20px;
  line-height: 28px;
}

.page-node-200 .paragraph--type--html-block ol li a {
  margin: 0;
  display: inline;
  color: #27468c;
}

.page-node-200 .paragraph--type--html-block h1 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: initial;
  color: #F47B38;
  font-family: "Roboto", sans-serif;
  font-family: "Roboto", sans-serif;
}

.page-node-200 .paragraph--type--html-block h2 {
  color: #25428E;
  text-decoration: none;
  font-size: 23px;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
}

.page-node-200 .paragraph--type--html-block h4 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: initial;
  color: #F47B38;
  font-family: "Roboto", sans-serif;
  text-transform: initial;
}

.page-node-200 .paragraph--type--html-block h4 a {
  color: #F47B38;
  text-decoration: none;
}

.page-node-200 .paragraph--type--html-block p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.page-node-200 .paragraph--type--html-block a {
  margin-bottom: 30px;
  margin-top: 30px;
  display: inline;
  color: #27468c;
}

.page-node-200 .paragraph--type--html-block p + p {
  margin-top: 20px;
}

.page-node-200 .paragraph--type--html-block table .pdficon {
  position: relative;
}

.page-node-200 .paragraph--type--html-block table .pdficon::after {
  content: "";
  height: 20px;
  display: inline-block;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  margin-left: 10px;
  background-image: url(../images/pdf.svg?278d138e5c2b4daed0f76bd2a9f8284f);
}

.page-node-200 .paragraph--type--html-block {
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-node-200 .paragraph--type--html-block.paragraph--id--132 {
  padding-top: 30px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .page-node-200 .paragraph--type--html-block.paragraph--id--132 {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

.page-node-200 .paragraph--type--html-block.paragraph--id--133 {
  padding-top: 50px;
  padding-bottom: 30px;
  background: #eee;
}

@media (min-width: 768px) {
  .page-node-200 .paragraph--type--html-block.paragraph--id--133 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

.page-node-200 ul strong,
.page-node-200 li p strong {
  color: #000;
}

.about_us_bottom {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: calc(100% + 1px);
}

@media (min-width: 992px) {
  .about_us_bottom {
    background-attachment: fixed;
    background-position: center;
  }
}

@media (max-width: 991.98px) {
  .about_us_bottom {
    height: 100%;
  }
}

.about_us_bottom .content_about_us {
  bottom: 0;
  padding-left: 64px;
  width: 100%;
  padding-top: 385px;
  position: relative;
  padding-bottom: 0px;
  margin: auto;
  padding-right: 64px;
}

@media (max-width: 991.98px) {
  .about_us_bottom .content_about_us {
    padding-top: 200px;
    padding-bottom: 15px;
    height: 470px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .about_us_bottom .content_about_us .slick-arrow {
    display: none;
  }
}

.about_us_bottom .inner_about_us {
  padding-bottom: 56px;
  height: 200px;
  color: white;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  color: white;
}

@media (min-width: 992px) {
  .about_us_bottom .inner_about_us:hover .learn_more_link {
    height: 70px;
    overflow: visible;
    transition: height 0.9s ease-in-out;
  }
}

.about_us_bottom .inner_about_us .learn_more_link {
  height: 0;
}

@media (max-width: 991.98px) {
  .about_us_bottom .inner_about_us .learn_more_link {
    height: 35px;
  }
}

@media (max-width: 991.98px) {
  .about_us_bottom .inner_about_us .inner_about_us .content_title_with_num {
    font-size: 32px;
  }
}

.about_us_bottom .inner_about_us .content_title_with_num {
  font-size: 48px;
  margin-bottom: 25px;
  margin-top: 25px;
}

.about_us_bottom .inner_about_us .content_text {
  padding-bottom: 16px;
  font-size: 24px;
}

.about_us_bottom .inner_about_us .learn_more_link a {
  color: white !important;
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .about_us_bottom .slick-dots li button:before {
    opacity: 0;
    color: white;
  }

  .about_us_bottom .slick-dots li {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: white;
    border-radius: 2px;
  }

  .about_us_bottom .slick-list.draggable {
    margin-bottom: 16px;
  }

  .about_us_bottom .slick-dots li.slick-active {
    background: #535353;
  }
}

.row.fences_two_column_layout_wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 991.98px) {
  .row.fences_two_column_layout_wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.row.fences_two_column_layout_wrapper > .field__items {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .row.fences_two_column_layout_wrapper > .field__items {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .row.fences_two_column_layout_wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
    flex-direction: row;
  }
}

.row.fences_two_column_layout_wrapper .fences_two_column_col h2 {
  font-size: 22.5px;
  line-height: 27px;
  margin-bottom: 26px;
  color: #F47B38;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
}

.row.fences_two_column_layout_wrapper .fences_two_column_col p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}

.row.fences_two_column_layout_wrapper .fences_two_column_col p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .paragraph--id--35 .row,
  .paragraph--id--41 .row {
    flex-direction: column-reverse !important;
  }
}

.paragraph--id--86 a {
  color: #27468c !important;
  font-size: 22.5px;
  line-height: 27px;
  margin-top: 26px;
  text-decoration: underline;
  display: inline-block;
}

.one_column_with_image_section {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 0;
}

@media (min-width: 576px) {
  .one_column_with_image_section {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .one_column_with_image_section {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .one_column_with_image_section {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .one_column_with_image_section {
    max-width: 1140px;
  }
}

.one_column_with_image_section h1 {
  color: #27468c;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.one_column_with_image_section h2 {
  color: #27468c;
  font-size: 22.5px;
  line-height: 27px;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .one_column_with_image_section {
    padding: 40px 16px;
  }

  .one_column_with_image_section h2 {
    margin-bottom: 20px;
    font-size: inherit;
  }

  .one_column_with_image_section h1 {
    font-size: 25px;
    font-size: 32px;
  }
}

.wrapper_testimonial_container .field--name-field-testimonial-content {
  max-width: 400px;
  margin: auto;
}

.wrapper_testimonial_container .field--name-field-testimonial-content .field__item {
  position: relative;
}

.wrapper_testimonial_container .field--name-field-testimonial-content .field__item p {
  color: #222;
  font-style: italic;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
}

.wrapper_testimonial_container .field--name-field-testimonial-content .field__item p:first-child::before {
  color: #f47b38;
  content: open-quote;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 85px;
  font-weight: bold;
  line-height: 120px;
  left: -71px;
  top: -35px;
  position: absolute;
  width: 90px;
}

.wrapper_testimonial_container .field--name-field-testimonial-content .field__item p:first-child::after {
  content: close-quote;
  color: #f47b38;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 85px;
  font-weight: bold;
  line-height: 0;
  bottom: -35px;
  right: 25px;
  position: absolute;
}

.wrapper_testimonial_container .wrapper_testimonial_info {
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 425px;
  margin-left: auto;
  margin-right: auto;
  border-top: dotted 3px #cecece96;
  border-bottom: dotted 3px #cecece96;
}

.wrapper_testimonial_container .wrapper_testimonial_info .fences_person_info {
  margin-top: auto;
  margin-bottom: auto;
}

.wrapper_testimonial_container .wrapper_testimonial_info .fences_person_info .field--name-field-testimonial-name {
  font-weight: bold;
  color: #27468c;
}

.wrapper_testimonial_container .wrapper_testimonial_info .fences_person_info .field--name-field-testimonial-designation {
  color: #ee7f40;
  font-size: 14px;
  font-weight: 500;
}

.wrapper_testimonial_container .wrapper_testimonial_info .fences_person_info .field--name-field-testimonial-place {
  font-style: italic;
  font-size: 12px;
  font-weight: 600;
  color: #27468c;
}

.wrapper_testimonial_container .col.fences_testimonial_image_container {
  max-width: 160px;
  margin: auto;
  margin-bottom: 16px;
}

.paragraph--id--63 p {
  text-indent: -25px;
  padding-left: 25px;
}

@media (max-width: 991.98px) {
  .wrapper_testimonial_container .field--name-field-testimonial-content {
    width: 95%;
    margin: auto;
  }

  .wrapper_testimonial_container .field--name-field-testimonial-content .field__item p {
    text-indent: 20px;
  }

  .wrapper_testimonial_container .field--name-field-testimonial-content .field__item p:first-child::before {
    font-size: 40px;
    left: -35px;
    top: -46px;
    position: absolute;
  }

  .wrapper_testimonial_container .field--name-field-testimonial-content .field__item p:first-child::after {
    font-size: 40px;
    bottom: -10px;
  }

  .wrapper_testimonial_container .wrapper_testimonial_info {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-right: 10px;
    margin-left: 10px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper_testimonial_container .wrapper_testimonial_info .fences_testimonial_image_container {
    flex: none !important;
    margin: auto;
    margin-bottom: 16px;
  }

  .wrapper_testimonial_container .wrapper_testimonial_info .fences_testimonial_image_container img {
    width: 160px !important;
    margin: auto;
  }

  .wrapper_testimonial_container .fences_person_info {
    margin: auto !important;
    flex: none !important;
    text-align: center;
  }

  .paragraph--id--69 .fences_two_column_layout_wrapper {
    flex-direction: column-reverse !important;
  }

  .paragraph--id--63 p {
    text-indent: 0;
    padding: 0;
  }
}

.grey-bg {
  background: #e9e9e9;
}

.fences_full_bg_grey {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
  background: #e9e9e9;
  max-width: 850px;
}

@media (max-width: 991.98px) {
  .fences_full_bg_grey {
    margin-top: 0 !important;
  }
}

.fences_full_bg_grey h4 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: initial;
  color: #F47B38;
  font-family: "Roboto", sans-serif;
  text-transform: inherit;
  text-align: center;
}

.fences_full_bg_grey h4 a {
  color: #F47B38;
  text-decoration: none;
}

.fences_full_bg_grey h1 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: initial;
  color: #F47B38;
  font-family: "Roboto", sans-serif;
}

.fences_full_bg_grey h2 {
  color: #25428E;
  text-decoration: none;
  font-size: 23px;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
}

.fences_full_bg_grey p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.fences_full_bg_grey .fences_icon_container {
  margin-top: 40px;
}

.fences_full_bg_grey .fences_icon_container .paragraph--type--icon-with-text .custom-wrapper.active svg * {
  fill: #92BED4;
}

.fences_full_bg_grey .fences_icon_container .paragraph--type--icon-with-text .custom-wrapper.active a {
  color: #92BED4;
}

.fences_full_bg_grey .fences_icon_container .paragraph--type--icon-with-text svg {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.fences_full_bg_grey .fences_icon_container .paragraph--type--icon-with-text a {
  text-decoration: none;
  color: #27468c;
}

.fences_full_bg_grey .fences_icon_container .paragraph--type--icon-with-text:hover svg * {
  fill: #F47B38;
}

.fences_full_bg_grey .fences_icon_container .paragraph--type--icon-with-text:hover a {
  color: #F47B38;
}

.paragraph--type--document-with-link {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e9e9 !important;
}

.paragraph--type--document-with-link:last-child {
  border: none;
}

.paragraph--type--document-with-link .row .col-md-3 a:hover img {
  opacity: 0.7;
}

.paragraph--type--document-with-link .row .col-md-3 img {
  width: 200px;
  border: 1px solid #ccc;
  padding: 3px;
  transition: 0.2s all;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .paragraph--type--document-with-link .row .col-md-3 img {
    width: 225px;
    margin: auto;
    padding-bottom: 15px;
  }
}

.paragraph--type--document-with-link .row .col-md-9 .date_created {
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 300;
}

.paragraph--type--document-with-link .row .col-md-9 a {
  text-decoration: underline;
}

.paragraph--type--document-with-link .row .col-md-9 a:hover {
  text-decoration: none;
  color: black;
}

.paragraph--type--document-with-link .row .col-md-9 h3 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #25428e;
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .paragraph--type--document-with-link .row .col-md-9 h3 {
    font-size: 20px;
  }
}

.paragraph--type--document-with-link .row .col-md-9 a:hover h3 {
  text-decoration: none;
}

.image-link-a {
  display: inline-block;
  float: right;
  padding-left: 40px;
}

.image-link-a img {
  border: 1px solid #eee;
  padding: 2px !important;
}

.page-node-84 .paragraph--type--html-block.html-one-column {
  background-color: #e9e9e9;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: #777777;
  font-weight: normal;
  font-size: 26px;
  line-height: 36.4px;
}

.page-node-84 .paragraph--type--html-block.html-one-column .bs_grid h2 {
  max-width: 860px;
  margin: 0 auto;
  color: #777777;
  font-weight: normal;
  font-size: 26px;
  line-height: 36.4px;
}

.page-node-type-members article.members {
  padding-top: 60px;
  padding-bottom: 80px;
}

.page-node-type-members article.members h2 {
  font-size: 30px;
  line-height: 36px;
  color: #f27938;
  margin-bottom: 42px;
}

.page-node-type-members article.members .field--name-field-social-info {
  display: flex;
}

.page-node-type-members article.members .field--name-field-social-info a {
  margin-right: 10px;
}

.page-node-type-members article.members .field--name-field-social-info a:hover {
  opacity: 0.8;
}

.page-node-type-members article.members .field--name-field-social-info a.linkedin_icon svg path {
  fill: #0057b3ee;
}

.page-node-type-members article.members .field--name-field-social-info a.\@_icon svg path,
.page-node-type-members article.members .field--name-field-social-info a.email_icon svg path,
.page-node-type-members article.members .field--name-field-social-info a.gmail_icon svg path {
  fill: #424141;
}

.page-node-type-members article.members .field--name-field-social-info a.twitter_icon svg path {
  fill: #5eb8fe;
}

.page-node-type-members article.members .field--name-field-social-info a.facebook_icon svg path {
  fill: #3a50a8;
}

.page-node-type-members article.members .field--name-field-image {
  margin-bottom: 13px;
}

.page-node-type-members article.members .field--name-field-image img {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.page-node-type-members article.members .views-field-title {
  font-size: 20px;
  line-height: 28px;
  color: #5f5f5f;
  margin-bottom: 5px;
}

.page-node-type-members article.members .field--name-field-designation {
  font-size: 15px;
  line-height: 21px;
  color: #25428e;
  margin-bottom: 5px;
}

.page-node-type-members article.members .field--name-field-organization {
  font-size: 15px;
  line-height: 21px;
  color: #888888;
  font-style: italic;
  margin-bottom: 5px;
}

.page-node-type-members article.members .field--name-body {
  margin-top: 25px;
  font-size: 17px;
  line-height: 23.8px;
  color: #5f5f5f;
  margin-bottom: 40px;
}

.page-node-type-members article.members .field--name-body p + p {
  margin-top: 20px;
}

.page-node-type-members article.members a.button {
  font-size: 16px;
  line-height: 22.4px;
  color: #fff;
  text-decoration: none;
  background-color: #f47b38;
  padding: 10px 20px;
  border-radius: 20px;
}

.page-node-type-members article.members a.button:hover {
  background: #f5f5f5 !important;
  color: #000 !important;
  transition: 0.5s all;
}

.view-members {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .view-members {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .view-members {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .view-members {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .view-members {
    max-width: 1140px;
  }
}

@media (min-width: 576px) {
  .view-members .view-content {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-flow: wrap;
  }
}

.view-members a {
  text-decoration: none;
}

.view-members h3 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 36px;
  clear: both;
  color: #f27938;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 30px;
  width: 100%;
}

.view-members .views-field-field-image {
  margin-bottom: 10px;
}

.view-members .views-field-field-image img {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.view-members .views-field-title {
  font-size: 17px;
  line-height: 23.8px;
  color: #5f5f60;
}

.view-members .views-row {
  margin-bottom: 30px;
  transition: 0.25s all;
}

.view-members .views-row:hover {
  transform: translate(0px, -10px);
}

.view-members .views-row > span {
  font-size: 15px;
  line-height: 21px;
  color: #888888;
  font-style: italic;
}

.view-members .views-field-field-organization {
  font-size: 17px;
  line-height: 23.8px;
  color: #25418d;
}

.page-node-type-resources .resources-heading {
  color: #f47b38;
  font-size: 30px;
  line-height: 36px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-transform: capitalize;
}

.page-node-type-resources .field--name-field-download-view .view-resources-downloads {
  border-bottom: 2px solid #88c0d1;
  margin-bottom: 30px;
  padding-bottom: 5px;
}

@media (min-width: 768px) {
  .page-node-type-resources .field--name-field-download-view .view-resources-downloads {
    margin-bottom: 30px;
    padding-bottom: 5px;
  }
}

.page-node-type-resources .field--name-field-download-view .view-resources-downloads .field__label {
  display: none;
}

.page-node-type-resources .field--name-field-download-view .view-resources-downloads .downloads-heading {
  color: #25428e !important;
  text-decoration: none;
  font-size: 23px;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  padding-bottom: 10px;
  border-bottom: 2px solid #88c0d1;
}

.page-node-type-resources .field--name-field-download-view .view-resources-downloads .view-content .wrapper-download:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
}

.page-node-type-resources .field--name-field-download-view .view-resources-downloads .view-content .wrapper-download .field--name-name {
  display: none;
}

.page-node-type-resources .field--name-field-download-view .view-resources-downloads .view-content .wrapper-download .field--name-name:hover {
  text-decoration: underline;
}

.page-node-type-resources .field--name-field-download-view .view-resources-downloads .view-content .wrapper-download .views-field-field-title > .field-content {
  line-height: 15px;
}

.page-node-type-resources .field--name-field-download-view .view-resources-downloads .view-content .wrapper-download .views-field-field-title > .field-content .file .file-icon {
  display: none;
}

.page-node-type-resources .field--name-field-download-view .view-resources-downloads .view-content .wrapper-download .views-field-field-title > .field-content .file .language_links_alt {
  padding-left: 35px;
  border: none;
  margin-bottom: 5px;
  font-weight: normal;
  display: inline-block;
  text-align: left;
  color: #25428e !important;
  line-height: 23px;
  font-size: 18px;
}

.page-node-type-resources .field--name-field-download-view .view-resources-downloads .view-content .wrapper-download .views-field-field-title > .field-content .file .language_links_alt a {
  text-decoration: none;
  border-bottom: 1px solid #25428e;
}

.page-node-type-resources .field--name-field-download-view .view-resources-downloads .view-content .wrapper-download .views-field-field-title > .field-content .file .language_links_alt::after {
  content: ")";
}

.page-node-type-resources .field--name-field-download-view .view-resources-downloads .view-content .wrapper-download .views-field-field-title > .field-content .file .language_links_alt::before {
  content: "(";
}

.page-node-type-resources .field--name-field-download-view .view-resources-downloads .view-content .wrapper-download .views-field-field-title > .field-content .file .language_links_alt + .file-size {
  padding-left: 35px;
  line-height: 23px;
  font-size: 18px;
  display: block;
}

.page-node-type-resources .field--name-field-download-view .view-resources-downloads .view-content .wrapper-download .views-field-field-title > .field-content .file .file-link {
  display: none;
}

.page-node-type-resources .field--name-field-download-view .view-resources-downloads .view-content .wrapper-download .views-field-field-title > .field-content .file .file-size {
  padding-left: 35px;
  border: none;
  color: #777777;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}

.page-node-type-resources .field--name-field-download-view .view-resources-downloads .view-content .wrapper-download .views-field-field-title > .field-content .file .file-size::after {
  content: ")";
}

.page-node-type-resources .field--name-field-download-view .view-resources-downloads .view-content .wrapper-download .views-field-field-title > .field-content .file .file-size::before {
  content: "(";
}

.page-node-type-resources .field--name-field-download-view .view-resources-downloads .view-content .wrapper-download .views-field-field-title > .field-content > a {
  padding-left: 35px;
  color: #25428e;
  text-decoration: none;
  font-weight: normal;
  display: inline-block;
  position: relative;
  line-height: 23px;
  font-size: 18px;
  overflow-wrap: normal;
  word-break: keep-all;
  text-transform: none;
}

.page-node-type-resources .field--name-field-download-view .view-resources-downloads .view-content .wrapper-download .views-field-field-title > .field-content > a:hover {
  text-decoration: underline;
}

.page-node-type-resources .field--name-field-download-view .view-resources-downloads .view-content .wrapper-download .views-field-field-title > .field-content > a::before {
  content: "";
  height: 30px;
  display: inline-block;
  width: 25px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  margin-left: -35px;
  background-image: url(../images/icons8-external-link.svg?703677a37937bc579d04eab88e71ef1c);
  margin-top: -2px;
  background-size: 100%;
}

.page-node-type-resources .field--name-field-download-view .view-resources-downloads .view-content .wrapper-download .views-field-field-title > .field-content > a[href*=".xls"]::before,
.page-node-type-resources .field--name-field-download-view .view-resources-downloads .view-content .wrapper-download .views-field-field-title > .field-content > a[href*=".xlsx"]::before {
  content: "";
  height: 35px;
  display: inline-block;
  width: 35px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  margin-left: -40px;
  background-image: url(../images/excel.svg?79c87a730011e7041223243c803b259c);
  margin-top: -5px;
}

.page-node-type-resources .field--name-field-download-view .view-resources-downloads .view-content .wrapper-download .views-field-field-title > .field-content > a[href*=".docx"]::before,
.page-node-type-resources .field--name-field-download-view .view-resources-downloads .view-content .wrapper-download .views-field-field-title > .field-content > a[href*=".doc"]::before {
  content: "";
  height: 35px;
  display: inline-block;
  width: 35px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  margin-left: -40px;
  background-image: url(../images/word.svg?06fd2de776d178926bb1000299da6166);
  margin-top: -5px;
}

.page-node-type-resources .field--name-field-download-view .view-resources-downloads .view-content .wrapper-download .views-field-field-title > .field-content > a[href*=".pdf"]::before {
  content: "";
  height: 30px;
  display: inline-block;
  width: 25px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  margin-left: -35px;
  background-image: url(../images/pdf.svg?278d138e5c2b4daed0f76bd2a9f8284f);
  margin-top: -2px;
}

.page-node-type-resources .field--name-field-download-view .view-resources-downloads .view-content .wrapper-download .views-field-field-title > .field-content > a[href*=".ppt"]::before,
.page-node-type-resources .field--name-field-download-view .view-resources-downloads .view-content .wrapper-download .views-field-field-title > .field-content > a[href*=".pptx"]::before {
  content: "";
  height: 30px;
  display: inline-block;
  width: 25px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  margin-left: -35px;
  background-image: url(../images/powerpoint.svg?75ec456a62aec726d6dcd00de70ebcd2);
  margin-top: -2px;
}

.page-node-type-resources .field--name-field-download-view .view-resources-downloads .view-content .wrapper-download .views-field-field-title > .field-content > a[href*=".mpp"]::before {
  content: "";
  height: 30px;
  display: inline-block;
  width: 28px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  margin-left: -37px;
  background-image: url(../images/mpp_icon.svg?6d0ebd3fcbe22a9880e80bff09475403);
  margin-top: -2px;
}

.page-node-type-resources .field--name-field-download-view .view-resources-downloads .view-content .wrapper-download .views-field-field-language-file,
.page-node-type-resources .field--name-field-download-view .view-resources-downloads .view-content .wrapper-download .views-field-field-language-title {
  display: none;
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--resources-info {
  position: relative;
  margin-bottom: 0 !important;
  padding: 15px;
}

@media (min-width: 768px) {
  .page-node-type-resources .field--name-field-content-bottom .paragraph--type--resources-info {
    padding: 40px 15px;
    margin-bottom: 0 !important;
  }
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--resources-info:nth-child(odd) {
  background: #eeeeee;
}

@media (min-width: 768px) {
  .page-node-type-resources .field--name-field-content-bottom .paragraph--type--resources-info:nth-child(odd)::before {
    content: "";
    background: #eeeeee;
    width: 100%;
    left: -100%;
    position: absolute;
    height: 100%;
    top: 0;
  }

  .page-node-type-resources .field--name-field-content-bottom .paragraph--type--resources-info:nth-child(odd)::after {
    content: "";
    background: #eeeeee;
    width: 100%;
    right: -100%;
    position: absolute;
    height: 100%;
    top: 0;
  }
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--resources-info h2 {
  color: #25428e;
  text-decoration: none;
  font-size: 23px;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .page-node-type-resources .field--name-field-content-bottom .paragraph--type--resources-info h2 {
    margin-top: 0;
  }
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--resources-info .document-blurb {
  margin-bottom: 15px;
  font-size: 18px;
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--resources-info .document-thumbnail img:hover {
  transform: translate(0px, -10px);
  transition: 0.3s all;
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--resources-info .view-resources-link {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 20px;
  position: relative;
  flex: none;
  order: 0;
  align-self: center;
  flex-grow: 0;
  margin: 0;
  background: #f47b38;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border: 0;
  transition: 0.5s all;
  text-decoration: none;
  border-radius: 20px;
  margin-bottom: 10px;
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--resources-info .view-resources-link:hover {
  background: #25428e;
  transition: 0.5s all;
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--resources-info .view-resources-link a {
  text-decoration: none;
  color: #fff;
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--html-block {
  margin-bottom: 0;
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--html-block.html-one-column {
  background: #eeeeee;
  padding: 40px 0px;
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--html-block.html-one-column.white-bg {
  background: #ffff;
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--html-block.html-one-column .custom-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .page-node-type-resources .field--name-field-content-bottom .paragraph--type--html-block.html-one-column .custom-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .page-node-type-resources .field--name-field-content-bottom .paragraph--type--html-block.html-one-column .custom-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .page-node-type-resources .field--name-field-content-bottom .paragraph--type--html-block.html-one-column .custom-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .page-node-type-resources .field--name-field-content-bottom .paragraph--type--html-block.html-one-column .custom-container {
    max-width: 1140px;
  }
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--html-block.html-one-column .custom-container h1 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: initial;
  color: #F47B38;
  font-family: "Roboto", sans-serif;
  font-family: "Roboto", sans-serif;
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--html-block.html-one-column .custom-container h2 {
  color: #25428E;
  text-decoration: none;
  font-size: 23px;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
}

@media (min-width: 768px) {
  .page-node-type-resources .field--name-field-content-bottom .paragraph--type--html-block.html-one-column .custom-container h2 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--html-block.html-one-column .custom-container h4 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: initial;
  color: #F47B38;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--html-block.html-one-column .custom-container h4 a {
  color: #F47B38;
  text-decoration: none;
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--html-block.html-one-column .custom-container p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--html-block.html-one-column .custom-container a {
  margin-bottom: 30px;
  margin-top: 30px;
  display: inline;
  color: #27468c;
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--html-block.html-one-column .custom-container p + p {
  margin-top: 20px;
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--html-block.html-one-column .custom-container table {
  margin-bottom: 40px;
  border: none;
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--html-block.html-one-column .custom-container table thead tr th {
  background: #535353;
  padding: 17px 30px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  border: none;
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--html-block.html-one-column .custom-container table tbody {
  border: none;
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--html-block.html-one-column .custom-container table tbody tr {
  border: none;
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--html-block.html-one-column .custom-container table tbody tr:nth-child(even) {
  background: #f5f5f5;
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--html-block.html-one-column .custom-container table tbody tr:nth-child(odd) {
  background: #ffffff;
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--html-block.html-one-column .custom-container table tbody tr td {
  border: none;
  border-collapse: collapse;
  padding: 17px 30px;
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--html-block.html-one-column .custom-container ul {
  list-style: disc;
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--html-block.html-one-column .custom-container ul li {
  display: list-item;
  margin-bottom: 15px;
  text-align: -webkit-match-parent;
  font-size: 20px;
  line-height: 28px;
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--html-block.html-one-column .custom-container ul li a {
  margin: 0;
  display: inline;
  color: #27468c;
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--html-block.html-one-column .custom-container ol {
  list-style: decimal !important;
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--html-block.html-one-column .custom-container ol li {
  display: list-item;
  margin-bottom: 15px;
  text-align: -webkit-match-parent;
  font-size: 20px;
  line-height: 28px;
}

.page-node-type-resources .field--name-field-content-bottom .paragraph--type--html-block.html-one-column .custom-container ol li a {
  margin: 0;
  display: inline;
  color: #27468c;
}

.content-404 {
  padding: 1em;
}

@media (min-width: 768px) {
  .content-404 {
    padding: 0;
  }
}

.content-404 .not--found-heading {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: initial;
  color: #F47B38;
  font-family: "Roboto", sans-serif;
  font-family: "Roboto", sans-serif;
  margin: 25px 0px 30px 0px;
}

@media (min-width: 768px) {
  .content-404 .not--found-heading {
    margin: 35px 0px 45px 0px;
  }
}

.content-404 .not--found-subheading {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .content-404 .not--found-subheading {
    margin-bottom: 25px;
  }
}

.content-404 .not--found-menu-wrapper ul {
  margin: 0;
  margin-bottom: 20px;
}

.content-404 .not--found-menu-wrapper ul li a {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #27468c;
  padding: 0;
  background: none !important;
}

.content-404 .not--found-menu-wrapper ul li a:hover,
.content-404 .not--found-menu-wrapper ul li a:active {
  background: none;
}

@media (min-width: 768px) {
  .content-404 img.not--found-side-image {
    transform: translateX(27%) translateY(-5%);
    margin-bottom: 45px !important;
  }
}

.paragraph--type--one-column-with-video {
  margin-top: 30px;
  margin-bottom: 50px;
}

.paragraph--type--one-column-with-video .field--name-field-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #838383;
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .paragraph--type--one-column-with-video .field--name-field-title {
    font-size: 30px;
    line-height: 44px;
    text-align: left;
  }
}

.paragraph--type--one-column-with-video .field--name-field-subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #838383;
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .paragraph--type--one-column-with-video .field--name-field-subtitle {
    text-align: left;
  }
}

.paragraph--type--one-column-with-video .field--name-field-video-link .field--name-field-media-oembed-video {
  border: 1px solid #ddd;
  width: 100%;
  position: relative;
  height: 195px;
}

@media (min-width: 768px) {
  .paragraph--type--one-column-with-video .field--name-field-video-link .field--name-field-media-oembed-video {
    height: 500px;
  }
}

.paragraph--type--one-column-with-video .field--name-field-video-link .field--name-field-media-oembed-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.carousel__viewport {
  transition: 0.2s all;
}

#mainCarousel {
  margin: 0 auto 1rem auto;
  --carousel-button-color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
  0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
}

#mainCarousel .carousel__slide {
  width: 100%;
  padding: 0;
}

#mainCarousel .carousel__slide img {
  cursor: zoom-in;
  max-height: 800px;
  width: auto;
  align-items: center;
  margin: 0 auto;
}

#mainCarousel .carousel__button.is-prev {
  left: -1.5rem;
}

#mainCarousel .carousel__button.is-next {
  right: -1.5rem;
}

#mainCarousel .carousel__button:focus {
  outline: none;
  box-shadow: 0 0 0 4px #A78BFA;
}

#thumbCarousel .carousel__slide {
  opacity: 0.5;
  padding: 0;
  margin: 0.25rem;
  width: 96px;
  height: 64px;
}

#thumbCarousel .carousel__slide:hover {
  opacity: 0.85;
}

#thumbCarousel .carousel__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
}

#thumbCarousel .carousel__slide.is-nav-selected,
#thumbCarousel .carousel__slide.is-selected {
  opacity: 1;
}

#thumbCarousel button {
  background: #fff;
}


/*# sourceMappingURL=theme-main.css.map*/