/* Fix for Windows 8/IE viewport issue
******************************************************/
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* Over-writing browser styles
******************************************************/
* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  visibility: hidden;
}

img[src] {
  visibility: visible;
}

textarea {
  resize: vertical;
}

iframe {
  max-width: 100%;
}

input[type="text"]::-ms-clear {
  display: none;
}

/* Styles for screen readers
******************************************************/
.Hidden, .skip-nav {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-nav {
  background: white;
}

/* Site-wide styles
******************************************************/
body {
  background: #fff;
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.57;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0;
  padding: 0 0 15px;
}

a {
  color: #076645;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1 {
  margin: 0;
  padding: 0 0 15px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 400;
}

h2 {
  margin: 0;
  padding: 0 0 15px;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.2;
  font-weight: 600;
}

h3 {
  margin: 0;
  padding: 0 0 15px;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.2;
  font-weight: 400;
}

h4 {
  margin: 0;
  padding: 0 0 15px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 400;
}

img {
  max-width: 100%;
}

.Container {
  max-width: 1200px;
  margin: 0 auto;
}
.Container:after {
  content: "";
  display: table;
  clear: both;
}

.Main {
  position: relative;
  z-index: 25;
}
@media screen and (max-width: 1220px) {
  .Main .Container {
    padding: 0 10px;
  }
}

.Breadcrumb {
  margin: 17px 0 0;
  padding: 15px 0;
  background: #d7d7d7;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.Breadcrumb .home {
  float: left;
  width: 20px;
}
.Breadcrumb .home:hover {
  opacity: 0.9;
}
.Breadcrumb .home > img {
  vertical-align: text-bottom;
}
.Breadcrumb .indent {
  float: left;
  width: calc(100% - 20px);
}
.Breadcrumb .indent a,
.Breadcrumb .indent span {
  display: inline-block;
  font-weight: 400;
}
.Breadcrumb .indent a:before,
.Breadcrumb .indent span:before {
  display: inline-block;
  content: "";
  margin: 0 7px;
  width: 7px;
  height: 9px;
  background: url("../img/chevron-right.svg") no-repeat center;
}
@media screen and (max-width: 959px) {
  .Breadcrumb {
    margin: 10px 0 0;
  }
}
@media print {
  .Breadcrumb {
    padding: 15px;
    margin: 0 0 20px;
    border: 1px solid black;
  }
}

.Hero + .Breadcrumb {
  margin: 0;
}

.flexContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .flexContainer {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flexContainer .Intro {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 10px 0;
  }
  .flexContainer .Sidebar {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 10px 0;
  }
  .flexContainer .MainCol {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    padding: 10px 0;
  }
}
@media screen and (min-width: 960px) {
  .flexContainer {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .flexContainer .Intro {
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 20px 0;
  }
  .flexContainer .Sidebar {
    -webkit-flex: 1 1 20.83333%;
        -ms-flex: 1 1 20.83333%;
            flex: 1 1 20.83333%;
    margin: 0 1.66667% 0 0;
    min-width: 0;
  }
  .flexContainer .MainCol {
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .flexContainer .Sidebar + .MainCol {
    -webkit-flex: 1 1 77.5%;
        -ms-flex: 1 1 77.5%;
            flex: 1 1 77.5%;
  }
  .no-flexbox .flexContainer .Sidebar {
    float: left;
    width: 20.83333%;
  }
  .no-flexbox .flexContainer .Sidebar + .MainCol {
    float: left;
    width: 77.5%;
  }
}
@media print {
  .flexContainer {
    display: block;
  }
}

.NewsArticle,
.EventArticle {
  padding: 0 0 50px 0;
  max-width: 85.37634%;
}
.NewsArticle .articleHero,
.EventArticle .articleHero {
  display: block;
  margin: 0 0 20px;
}
@media screen and (max-width: 959px) {
  .NewsArticle,
  .EventArticle {
    max-width: none;
  }
}

.WidgetContent {
  margin: 0 0 50px;
}
.WidgetContent:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 959px) {
  .Sidebar div[class*="Widget"] {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .DZ_row:after {
    content: "";
    display: table;
    clear: both;
  }
  .DZ_row .halfDropzone {
    float: left;
    width: 50%;
    padding: 0 0 0 15px;
  }
  .DZ_row .halfDropzone:first-child {
    padding: 0 15px 0 0;
  }
}

.RTF:after {
  content: "";
  display: table;
  clear: both;
}
.RTF .small-14px {
  font-size: 14px;
  font-size: 0.875rem;
}
.RTF h2.underlined {
  margin: 0 0 10px;
  padding: 0 0 4px 14px;
  border-bottom: 5px solid #076645;
}
.RTF .AlignCenter {
  display: block;
  margin: 0 auto;
}
.RTF .AlignLeft {
  margin: 0 0 20px;
}
@media (min-width: 750px) {
  .RTF .AlignLeft {
    float: left;
    margin: 10px 20px 10px 0;
  }
}
.RTF .AlignRight {
  margin: 0 0 20px;
}
@media (min-width: 750px) {
  .RTF .AlignRight {
    float: right;
    margin: 10px 0 10px 20px;
  }
}
.RTF .Quote {
  margin-bottom: 20px;
  background: #ebebeb;
  border-left: 14px solid #076645;
}
.RTF .Quote td {
  padding: 0 20px 15px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}
.RTF .Quote tr:first-child td {
  padding: 15px 20px;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 600;
}
.RTF .Quote tr:first-child td:before {
  content: "\201C";
}
.RTF .Quote tr:first-child td:after {
  content: "\201D";
}
@media (min-width: 750px) {
  .RTF .Quote.AlignLeft, .RTF .Quote.AlignRight {
    max-width: 465px;
  }
}
@media print {
  .RTF .Quote {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
  }
}
.RTF .TwoColLayout,
.RTF .ThreeColLayout {
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.RTF .TwoColLayout > tbody > tr > td,
.RTF .ThreeColLayout > tbody > tr > td {
  vertical-align: top;
}
@media screen and (max-width: 959px) {
  .RTF .TwoColLayout > tbody > tr > td,
  .RTF .ThreeColLayout > tbody > tr > td {
    display: block;
    padding-top: 20px;
  }
  .RTF .TwoColLayout > tbody > tr:first-child > td:first-child,
  .RTF .ThreeColLayout > tbody > tr:first-child > td:first-child {
    padding-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .RTF .TwoColLayout > tbody > tr > td {
    width: 50%;
    padding: 0 3% 0 0;
  }
  .RTF .TwoColLayout > tbody > tr > td + td {
    padding: 0 0 0 3%;
  }
}
@media screen and (min-width: 960px) {
  .RTF .ThreeColLayout > tbody > tr > td {
    width: 33.33333%;
    padding: 0 2%;
  }
  .RTF .ThreeColLayout > tbody > tr > td:first-child {
    padding: 0 4% 0 0;
  }
  .RTF .ThreeColLayout > tbody > tr > td:last-child {
    padding: 0 0 0 4%;
  }
}
.RTF ol,
.RTF .NumberedList {
  margin: 0 0 20px 20px;
  padding: 0 0 0 20px;
  list-style-type: decimal;
}
.RTF ol li,
.RTF .NumberedList li {
  padding: 0 0 5px;
}
.RTF ol ol,
.RTF .NumberedList ol {
  margin: inherit;
  padding: 5px 0 0 30px;
  list-style-type: lower-alpha;
}
.RTF ol ol ol,
.RTF .NumberedList ol ol {
  list-style-type: lower-roman;
}
.RTF ul,
.RTF .BulletedList {
  margin: 0 0 20px 20px;
  padding: 0 0 0 20px;
  list-style-type: disc;
}
.RTF ul li,
.RTF .BulletedList li {
  padding: 0 0 5px;
}
.RTF ul ul,
.RTF .BulletedList ul {
  margin: inherit;
  padding: 5px 0 0 30px;
  list-style-type: circle;
}
.RTF ul ul ul,
.RTF .BulletedList ul ul {
  list-style-type: square;
}
.RTF .Clear:after {
  content: "";
  display: table;
  clear: both;
}
.RTF .design_content table {
  width: 68.8172%;
  font-size: 20px;
  font-size: 1.25rem;
}
.RTF .design_content table td {
  padding: 0 0 15px;
  vertical-align: top;
}
.RTF .design_content table td:first-child {
  padding: 7px 10px 15px 0;
  min-width: 140px;
}
.RTF .design_content table td:first-child i {
  font-style: normal;
  color: #c70025;
}
.Sidebar .RTF .design_content table {
  width: 100%;
  table-layout: fixed;
}
.Sidebar .RTF .design_content table td {
  display: block;
  padding: 0 0 10px;
  float: left \9;
  width: 100% \9;
}
.Sidebar .RTF .design_content table td:first-child {
  padding: 0 0 4px 10px;
  min-width: 0;
}
.RTF .design_content .errorMsg,
.RTF .design_content .errorMsgSummary {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #c70025;
}
.RTF .design_content .errorMsg {
  text-align: center;
}
.RTF .design_content .design_textfield,
.RTF .design_content input[type="text"],
.RTF .design_content textarea {
  width: 100%;
  margin: 0 0 3px;
  padding: 11px 10px;
  border: 1px solid #076645;
  font-size: 20px;
  font-size: 1.25rem;
}
.RTF .design_content .design_textfield:focus,
.RTF .design_content input[type="text"]:focus,
.RTF .design_content textarea:focus {
  outline: none;
  background: #ebebeb;
}
.RTF .design_content .design_textfield::-webkit-input-placeholder,
.RTF .design_content input[type="text"]::-webkit-input-placeholder,
.RTF .design_content textarea::-webkit-input-placeholder {
  font-weight: 300;
  font-style: italic;
  color: #373b3a;
}
.RTF .design_content .design_textfield:-moz-placeholder,
.RTF .design_content input[type="text"]:-moz-placeholder,
.RTF .design_content textarea:-moz-placeholder {
  font-weight: 300;
  font-style: italic;
  color: #373b3a;
}
.RTF .design_content .design_textfield::-moz-placeholder,
.RTF .design_content input[type="text"]::-moz-placeholder,
.RTF .design_content textarea::-moz-placeholder {
  font-weight: 300;
  font-style: italic;
  color: #373b3a;
}
.RTF .design_content .design_textfield:-ms-input-placeholder,
.RTF .design_content input[type="text"]:-ms-input-placeholder,
.RTF .design_content textarea:-ms-input-placeholder {
  font-weight: 300;
  font-style: italic;
  color: #373b3a;
}
.RTF .design_content .design_textfield.placeholdersjs,
.RTF .design_content input[type="text"].placeholdersjs,
.RTF .design_content textarea.placeholdersjs {
  font-weight: 300;
  font-style: italic;
  color: #373b3a;
}
.RTF .design_content select {
  width: 100%;
  padding: 10px 8px;
  border: 1px solid #076645;
  font-size: 20px;
  font-size: 1.25rem;
}
.RTF .design_content select:focus {
  outline: none;
  background: #ebebeb;
}
.RTF .design_content fieldset {
  margin: 0 0 15px;
  width: 100%;
  border: 1px solid #ebebeb;
}
.RTF .design_content legend {
  padding: 0 3px;
  font-size: 18px;
  font-size: 1.125rem;
}
.RTF .design_content ol.design_list_vertical,
.RTF .design_content ol.design_list_horizontal {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 0 15px;
  width: 100%;
  border: 1px solid #ebebeb;
  list-style-type: none;
}
.RTF .design_content ol.design_list_vertical label,
.RTF .design_content ol.design_list_horizontal label {
  padding: 0 0 0 5px;
}
.RTF .design_content ol.design_list_horizontal li {
  margin: 0 15px 0 0;
}
.RTF .design_content .design_validation_failed,
.RTF .design_content input[type="text"].design_validation_failed,
.RTF .design_content textarea.design_validation_failed {
  border: 1px solid #c70025 !important;
}
.RTF .design_content span.design_validation_failed {
  display: block;
}
.RTF .design_content span.design_validation_failed select {
  border: 0;
}
.RTF .design_content input[type="submit"],
.RTF .design_content input[type="reset"],
.RTF .design_content input[type="button"] {
  display: inline-block;
  margin: 0 4px 4px 0;
  padding: 15px;
  min-width: 230px;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
  border: none;
}
.RTF .design_content input[type="submit"] {
  color: white;
  background: #026a46;
  background-image: linear-gradient(90deg, #026a46 0%, #097c54 100%);
}
.RTF .design_content input[type="submit"]:hover {
  text-decoration: none;
  background: #097c54;
}
.RTF .design_content input[type="submit"]:active {
  background: #055a3d;
}
.RTF .design_content input[type="reset"],
.RTF .design_content input[type="button"] {
  color: black;
  background: #cdcdcd;
  background-image: linear-gradient(90deg, #cdcdcd 0%, #e7e7e7 100%);
}
.RTF .design_content input[type="reset"]:hover,
.RTF .design_content input[type="button"]:hover {
  text-decoration: none;
  background: #b9b9b9;
}
.RTF .design_content input[type="reset"]:active,
.RTF .design_content input[type="button"]:active {
  background: #8d8b8b;
}
@media screen and (max-width: 959px) {
  .RTF .design_content table {
    width: 100%;
    table-layout: fixed;
  }
  .RTF .design_content table td {
    display: block;
    padding: 0 0 10px;
    float: left \9;
    width: 100% \9;
  }
  .RTF .design_content table td:first-child {
    padding: 0 0 4px 10px;
    min-width: 0;
  }
  .RTF .design_content .formTitle {
    padding: 0 0 4px 10px;
  }
  .RTF .design_content input[type="submit"] {
    width: 100%;
  }
  .RTF .design_content input[type="submit"],
  .RTF .design_content input[type="reset"],
  .RTF .design_content input[type="button"] {
    display: block;
    width: 100%;
    margin: 0 auto 4px;
  }
  .RTF .design_content .errorMsgSummary {
    text-align: center;
  }
}
.RTF .DataTable {
  margin: 5px 0 15px;
  border: 0;
  border-collapse: collapse;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}
.RTF .DataTable th, .RTF .DataTable td {
  border: 0;
  border-right: 2px solid #fff;
}
.RTF .DataTable th {
  padding: 15px;
  background: #076645;
  text-align: center;
  color: #fff;
  font-weight: 400;
}
.RTF .DataTable td {
  padding: 15px;
  background: #ebebeb;
}
.RTF .DataTable tr:nth-child(2n) td {
  background: #fff;
}
@media screen and (min-width: 960px) {
  .RTF .DataTable {
    width: 100%;
  }
}
@media print {
  .RTF .DataTable th {
    color: black;
  }
  .RTF .DataTable th, .RTF .DataTable td {
    border: 1px solid black;
  }
}
.RTF .Responsive-Table {
  margin: 5px 0 15px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.RTF .Responsive-Table table {
  margin: 0 !important;
  min-width: 500px;
}

.backToTop {
  display: none;
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 70px;
  height: 70px;
  padding: 10px 0 0;
  background: rgba(7, 102, 69, 0.8);
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  z-index: 50;
}
.backToTop:before {
  content: "";
  display: block;
  width: 12px;
  height: 9px;
  margin: 0 auto 3px;
  background: url("../img/chevron-up-white.svg") no-repeat center;
}
.backToTop .large {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}
.backToTop:hover {
  background: #076645;
  text-decoration: none;
}

/* over-writing Ektron styles */
div#CBPaging a {
  color: #000000 !important;
}

/* Sharethis */
.ShareThis {
  margin: 0 0 50px;
}

.EventArticle .ShareThis {
  margin: 0;
}

.NewsArticle .ShareThis {
  margin: 0;
}

.primary-button {
  display: inline-block;
  padding: 15px;
  margin: 0 4px 6px 0;
  min-width: 230px;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
  border: none;
  background: #026a46;
  background-image: linear-gradient(90deg, #026a46 0%, #097c54 100%);
}
.primary-button:hover {
  text-decoration: none;
}
@media (max-width: 749px) {
  .primary-button {
    display: block;
  }
}
.primary-button:hover {
  background: #097c54;
}
.primary-button:active {
  background: #055a3d;
}

.secondary-button {
  display: inline-block;
  padding: 15px;
  margin: 0 4px 6px 0;
  min-width: 230px;
  color: #000;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
  border: none;
  background: #cdcdcd;
  background-image: linear-gradient(90deg, #cdcdcd 0%, #e7e7e7 100%);
}
.secondary-button:hover {
  text-decoration: none;
}
@media (max-width: 749px) {
  .secondary-button {
    display: block;
  }
}
.secondary-button:hover {
  background: #b9b9b9;
}
.secondary-button:active {
  background: #8d8b8b;
}

.Sidenav {
  margin: 0 0 50px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
}
.Sidenav a {
  font-weight: 400;
}
.Sidenav .heading {
  padding: 10px 15px;
  background: #076645;
}
.Sidenav .heading a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.Sidenav .menu {
  margin: 0;
  padding: 0;
  background: #ebebeb;
  list-style: none;
}
.Sidenav .navItem {
  border-bottom: 1px solid #a1a1a1;
}
.Sidenav .navItem:last-child {
  border-bottom: 0;
}
.Sidenav .title {
  position: relative;
  padding: 0 15px;
  cursor: pointer;
}
.Sidenav .title a {
  display: inline-block;
  padding: 8px 30px 8px 0;
}
.Sidenav .title a:hover {
  text-decoration: none;
}
.Sidenav .title:hover {
  background: #cfcfcf;
}
.Sidenav .toggle {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 18px;
  height: 18px;
  padding: 4px;
  margin: -9px 0 0;
  background: #076645 url("../img/chevron-down-white.svg") no-repeat center;
  background-size: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.Sidenav .level2 {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.Sidenav .level2 > ul {
  margin: 0;
  padding: 0 5px 15px 25px;
  list-style: none;
}
.Sidenav .level2 > ul a {
  display: block;
  padding: 5px 0;
}
.Sidenav .level2 > ul ul {
  margin: 0;
  padding: 0 0 5px 25px;
  list-style: none;
}
.Sidenav .active .title a {
  font-weight: 700;
}
.Sidenav .active .toggle {
  -webkit-transform: rotate(0.5turn);
      -ms-transform: rotate(0.5turn);
          transform: rotate(0.5turn);
}
.Sidenav .active .level2 {
  visibility: visible;
  opacity: 1;
  height: auto;
}
@media screen and (max-width: 959px) {
  .Sidenav {
    position: relative;
    z-index: 40;
    margin: 0;
  }
  .Sidenav .heading {
    padding: 12px 15px;
    background: #076645 url("../img/menu-icon.svg") no-repeat 95% center;
    cursor: pointer;
  }
  .Sidenav-isOpen .Sidenav .heading {
    background-image: url("../img/menu-close.svg");
  }
  .Sidenav .menu {
    position: absolute;
    left: 0;
    top: 43px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, -30px);
        -ms-transform: translate(0, -30px);
            transform: translate(0, -30px);
    transition: all 0.3s ease;
  }
  .Sidenav-isOpen .Sidenav .menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .Sidenav .navItem:last-child {
    border-bottom: 1px solid #a1a1a1;
  }
  .Sidenav .title a {
    padding: 12px 30px 12px 0;
  }
  .Sidenav .toggle {
    width: 25px;
    height: 25px;
    margin: -12px 0 0;
    padding: 6px;
  }
}
@media print {
  .Sidenav {
    display: none;
  }
}

.Header {
  position: relative;
  z-index: 50;
  height: 108px;
  max-width: 1200px;
  margin: 0 auto;
}
.Header ul {
  list-style: none;
}
@media screen and (max-width: 1220px) {
  .Header {
    margin: 0 10px;
  }
}
@media screen and (max-width: 959px) {
  .Header {
    height: 97px;
  }
}
@media print {
  .Header {
    height: auto;
  }
}

.NavToggle {
  display: none;
}
@media screen and (max-width: 959px) {
  .NavToggle {
    display: block;
    float: left;
    margin: 10px 2.33333% 0 0;
    padding: 10px;
    width: 33.33333%;
    max-width: 100px;
    height: 40px;
    background: #373b3a url("../img/menu-icon.svg") no-repeat 90% center;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: left;
  }
  .Nav-isOpen .NavToggle {
    background-image: url("../img/menu-close.svg");
  }
}

.Search {
  position: absolute;
  top: 0;
  right: 0;
  width: 175px;
  margin: 0 0 0 2px;
  background: #fff;
  border: 1px solid #373b3a;
  line-height: 1.2;
}
.Search .text {
  display: inline-block;
  width: 135px;
  padding: 10px;
  margin: 0;
  border: 0;
  background: transparent;
  font-size: 14px;
  font-size: 0.875rem;
}
.Search .text::-webkit-input-placeholder {
  color: #000;
}
.Search .text:-moz-placeholder {
  color: #000;
}
.Search .text::-moz-placeholder {
  color: #000;
}
.Search .text:-ms-input-placeholder {
  color: #000;
}
.Search .text.placeholdersjs {
  color: #000;
}
.Search .submit {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .Search {
    position: static;
    float: right;
    width: 64.33333%;
    max-width: 193px;
    margin: 10px 0 0 0;
  }
  .Search .text {
    width: 77.72021%;
    font-size: 16px;
    font-size: 1rem;
  }
  .Search .submit {
    width: 15.54404%;
  }
}
@media print {
  .Search {
    position: static;
  }
}

.Utility {
  position: absolute;
  top: 0;
  right: 178px;
  margin: 0;
  padding: 0 7px;
  background: #373b3a;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
}
.Utility li {
  display: inline-block;
}
.Utility a {
  display: block;
  padding: 12px 7px;
  color: #fff;
}
.Utility a:hover {
  text-decoration: none;
  color: #a1a1a1;
}
@media screen and (max-width: 959px) {
  .Utility {
    position: static;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media print {
  .Utility {
    position: static;
  }
}

@media screen and (max-width: 959px) {
  .NavBar {
    position: absolute;
    top: 97px;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, -30px);
        -ms-transform: translate(0, -30px);
            transform: translate(0, -30px);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
  }
  .Nav-isOpen .NavBar {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.Logo {
  position: absolute;
  left: 0;
  top: 45px;
  width: 34.16667%;
  padding: 20px 0 20px 15px;
}
.Logo img {
  display: block;
}
@media screen and (max-width: 959px) {
  .Logo {
    position: static;
    width: auto;
    height: 43px;
    margin: 4px 0 0;
    padding: 13px 10px;
    background: #076645;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .Logo {
    width: 300px;
    padding: 22px 0 18px 15px;
  }
}
@media screen and (min-width: 960px) {
  .Logo {
    z-index: 10;
  }
}
@media print {
  .Logo {
    position: static;
    width: auto;
    padding: 15px;
  }
  .Logo img {
    display: none;
  }
  .Logo a:after {
    content: attr(title);
    color: black;
  }
}

@media screen and (max-width: 959px) {
  .Primary .menu {
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
  }
  .Primary a {
    font-weight: 400;
  }
  .Primary .special {
    display: none;
  }
  .Primary .navItem {
    padding: 0 10px 0 20px;
    border-bottom: 1px solid #a1a1a1;
  }
  .Primary .title {
    position: relative;
    cursor: pointer;
    overflow: hidden;
  }
  .Primary .title a {
    display: inline-block;
    padding: 12px 40px 12px 0;
    font-weight: 600;
    text-transform: uppercase;
  }
  .Primary .title a:hover {
    text-decoration: none;
  }
  .Primary .toggle {
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 18px;
    padding: 4px;
    margin: -9px 0 0;
    background: #076645 url("../img/chevron-down-white.svg") no-repeat center;
    background-size: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .Primary .level2 {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .Primary .level2 ul {
    margin: 0;
    padding: 0 0 5px 20px;
    list-style: none;
  }
  .Primary .level2 ul a {
    display: block;
    padding: 0 0 10px;
  }
  .Primary .navItem.active .toggle {
    -webkit-transform: rotate(0.5turn);
        -ms-transform: rotate(0.5turn);
            transform: rotate(0.5turn);
  }
  .Primary .navItem.active .level2 {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
}
@media screen and (min-width: 960px) {
  .Primary .menu {
    position: relative;
    top: 45px;
    background: #076645;
    margin: 0;
    padding: 0 15px 0 0;
    text-align: right;
    line-height: 1.2;
  }
  .Primary .navItem {
    position: relative;
    display: inline-block;
    padding: 17px 15px 14px;
    cursor: pointer;
  }
  .Primary .title > a {
    display: inline-block;
    padding: 0 0 3px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.125rem;
    border-bottom: 2px solid #076645;
  }
  .Primary .title > a:hover {
    text-decoration: none;
  }
  .Primary .toggle {
    display: none;
  }
  .Primary .navItem:hover .title > a,
  .Primary .navItem.active .title > a {
    border-bottom: 2px solid #fff;
  }
  .Primary .level2 {
    position: absolute;
    top: 59px;
    left: 0;
    width: 200px;
    background: #fff;
    text-align: left;
    font-size: 16px;
    font-size: 1rem;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, -30px);
        -ms-transform: translate(0, -30px);
            transform: translate(0, -30px);
    transition: all 0.3s ease;
  }
  .Primary .level2 ul {
    margin: 0;
    padding: 5px 0;
  }
  .Primary .level2 li > a {
    display: block;
    padding: 5px 15px;
    font-weight: 400;
  }
  .Primary .level2 li > a:hover {
    background: #ebebeb;
    text-decoration: none;
  }
  .Primary .level2 .special {
    display: block;
    padding: 10px 15px;
    background: #026A46;
    background-image: linear-gradient(90deg, #026A46 0%, #097C54 100%);
    color: #fff;
    font-weight: 400;
  }
  .Primary .level2 .special:hover {
    text-decoration: none;
    background: #097C54;
    background-image: linear-gradient(90deg, #097C54 100%, #026A46 0%);
  }
  .Primary .navItem:last-child .level2 {
    left: auto;
    right: -15px;
  }
  .Primary .navItem.active > a {
    border-bottom: 2px solid #fff;
  }
  .Primary .navItem.active .level2 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .Primary .title > a {
    font-size: 16px;
    font-size: 1rem;
  }
  .Primary .navItem {
    padding: 17px 10px 14px;
  }
}
@media print {
  .Primary .menu {
    width: 100%;
    display: table;
    list-style: none;
    border: 1px solid #076645;
  }
  .Primary .navItem {
    display: table-cell;
  }
  .Primary .level2 {
    display: none;
  }
}

.Footer {
  padding: 35px 0 60px;
  background: #373b3a;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}
.Footer a {
  color: inherit;
  font-weight: 400;
}
.Footer a:hover {
  text-decoration: none;
  color: #a1a1a1;
}
.Footer .left {
  float: left;
  width: 45%;
  padding: 0 15px 0 0;
}
.Footer .logo {
  display: block;
  width: 380px;
  margin: 0 0 15px;
}
.Footer .logo img {
  max-width: 100%;
}
.Footer .address {
  font-weight: 700;
}
.Footer .legal {
  float: left;
  font-size: 12px;
  font-size: 0.75rem;
}
.Footer .legal p {
  padding: 0;
}
.Footer .col {
  float: left;
  width: 16.25%;
  padding: 0 15px 0 0;
}
.Footer .col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Footer .colHeading {
  font-weight: 700;
}
.Footer .social {
  float: left;
  width: 6.25%;
}
.Footer .social a {
  display: block;
  margin: 0 0 15px;
}
.Footer .social a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 959px) {
  .Footer {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .Footer .left {
    float: none;
    width: auto;
    padding: 0;
  }
  .Footer .logo {
    width: auto;
  }
  .Footer .col {
    float: none;
    width: auto;
    padding: 0 0 30px 0;
  }
  .Footer .social {
    float: none;
    width: auto;
    padding: 0 0 30px 0;
  }
  .Footer .social a {
    display: inline-block;
    margin: 0 15px 0 0;
  }
  .Footer .social img {
    width: 40px;
    height: 40px;
  }
  .Footer .legal {
    float: none;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 1220px) {
  .Footer .Container {
    padding: 0 10px;
  }
}
@media print {
  .Footer {
    background: #fff;
    color: #000;
  }
  .Footer a {
    color: #000;
  }
  .Footer .logo img,
  .Footer .social a img {
    display: none;
  }
  .Footer .logo:after,
  .Footer .social a:after {
    content: attr(title);
  }
  .Footer .left {
    float: none;
    width: 100%;
  }
}

.SiteAlert {
  padding: 10px 0;
  background: #e5b700;
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
}
.SiteAlert a {
  color: inherit;
  font-weight: normal;
  text-decoration: underline;
}
.SiteAlert a:hover {
  text-decoration: none;
}
.SiteAlert .icon {
  float: left;
  width: 40px;
  background: url(../img/exclamation-triangle.svg) no-repeat left center;
}
.SiteAlert .icon .spacer {
  float: right;
  padding-right: 5px;
}
.SiteAlert .content {
  float: left;
  width: calc(100% - 40px);
  padding-left: 5px;
}
.SiteAlert .content p {
  padding: 0;
}
.SiteAlert.criticalAlert {
  background: #aa2828;
  color: #fff;
}
.SiteAlert.criticalAlert .icon {
  background-image: url(../img/exclamation-triangle-white.svg);
}
@media screen and (max-width: 1199px) {
  .SiteAlert > .Container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.Overlay {
  position: fixed;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  background: #000;
  opacity: 0;
  transition: top .5s ease, left .5s ease, width .5s ease, height .5s ease, visibility .5s ease, opacity .5s ease;
}
.Overlay.isActive {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  visibility: visible;
  opacity: .5;
}

.Modal {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 50px 20px 20px;
  background: #fff;
  opacity: 0;
  transition: visibility .5s ease, opacity .5s ease;
}
.Modal.isActive {
  visibility: visible;
  opacity: 1;
}
.Modal .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  background: url("../img/modal-close-black.svg") no-repeat 0 0;
}
@media screen and (min-width: 960px) {
  .Modal {
    left: 50%;
    width: 700px;
    margin-left: -350px;
    padding: 50px;
  }
}

.VideoModal .video {
  padding: 0 0 10px;
}
.VideoModal .more {
  font-size: 14px;
  font-size: 0.875rem;
}
.VideoModal .more:after {
  content: "\00a0\00bb";
}
@media screen and (min-width: 960px) {
  .VideoModal {
    top: 100px;
    width: 70%;
    margin-left: -35%;
  }
}

.CallToAction {
  padding: 10px 10px 30px;
  text-align: center;
}
.CallToAction a {
  display: block;
  margin: 0 0 3px;
  padding: 15px 20px;
  background: #373b3a;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
.CallToAction a:hover, .CallToAction a:active {
  background: #076645;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .CallToAction {
    position: fixed;
    top: 220px;
    right: 0;
    width: 132px;
    padding: 0;
    text-align: left;
  }
  .CallToAction a {
    margin: 0 0 5px;
    padding: 8px 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .noHeroImage .CallToAction {
    top: 130px;
  }
  [data-position="hidden"] .CallToAction {
    display: none;
  }
  [data-status="loaded"] .CallToAction {
    transition: all .3s ease;
  }
  [data-direction="down"] .CallToAction {
    right: -132px;
  }
}
@media print {
  .CallToAction {
    text-align: left;
  }
}

/* Wrapper element to enable positioning - overwrite these for different sizes */
.custom-select-container {
  position: relative;
  width: 200px;
  height: 40px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 40px;
  line-height: 2.5rem;
}

/* Set the dimensions of the replaced select element and make it transparent. */
select.custom.replaced,
select.custom-secondary.replaced {
  position: relative;
  z-index: 10;
  width: 100%;
  height: inherit;
  border: 0;
  opacity: 0;
  line-height: inherit;
}

.custom-select {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
}

.custom-select > span {
  display: block;
  height: inherit;
  padding: 0 45px 0 10px;
  border: 1px solid #076645;
  color: #373b3a;
  background: #fff;
  line-height: inherit;
}
.custom-select > span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: inherit;
  background: #076645 url("../img/caret.svg") no-repeat center;
  background: url("../img/caret.svg") no-repeat center, linear-gradient(90deg, #026A46 0%, #097C54 100%) no-repeat center;
}

select.custom.replaced[disabled] + .custom-select > span {
  color: rgba(55, 59, 58, 0.5);
}

select.custom-secondary.replaced + .custom-select > span {
  border: 1px solid #076645;
  background: #ebebeb;
}
select.custom-secondary.replaced + .custom-select > span:after {
  background: transparent url("../img/caret-black.svg") no-repeat center;
}

.custom-select span span {
  display: block;
  height: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-select.active > span {
  border-color: #666;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.Hero {
  position: relative;
  top: -108px;
  left: 0;
  width: 100%;
  height: 500px;
  margin-bottom: -108px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.Hero .text {
  list-style: none;
  position: absolute;
  left: 50%;
  top: 115px;
  margin: 0 0 0 -600px;
  max-width: 395px;
  height: 226px;
  padding: 15px;
  background: rgba(55, 59, 58, 0.6);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  color: #fff;
}
.Hero .title {
  margin: 0 0 3px;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.2em;
  font-weight: 700;
  max-height: 1.2em;
  overflow: hidden;
}
.Hero .summary {
  padding: 0 0 7px;
  line-height: 1.4em;
  max-height: 7em;
  overflow: hidden;
}
.Hero .link {
  position: absolute;
  left: 10px;
  bottom: 5px;
  padding: 10px;
}
@media screen and (max-width: 1199px) {
  .Hero .text {
    left: 0;
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 959px) {
  .Hero {
    top: -97px;
    height: 355px;
    margin-bottom: -97px;
    overflow: hidden;
  }
  .Hero .text {
    left: 10px;
    top: 106px;
    width: calc(100% - 20px);
    height: 245px;
    padding: 10px;
    margin: 0;
  }
  .Hero .summary {
    max-height: 8.4em;
  }
  .Hero .title {
    font-weight: 700;
  }
}
@media print {
  .Hero {
    top: auto;
    height: auto;
    margin: 0;
  }
  .Hero .text {
    position: static;
    margin: 0;
    max-width: none;
    color: #000;
  }
}
