/* @import url('http://localhost:8888/washington/css/style.css'); */

/*Fonts*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*Colors*/
/*Global*/
*:hover,
*:focus {
  box-shadow: none;
}

a,
a:hover {
  text-decoration: none;
}

body {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
body button,
body input,
body textarea,
body select {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
ul,
ol,
li,
div,
strong,
i,
b,
em {
  font-family: "Barlow", sans-serif;
}

* {
  box-sizing: border-box;
}

strong {
  font-weight: 600;
}

.w-row {
  display: flex;
  flex-wrap: wrap;
}

.w-column {
  flex-direction: column;
}

.w-align-h {
  justify-content: center;
}

.w-align-v {
  align-items: center;
}

.w-20 {
  width: 20%;
  float: left;
}

.w-25 {
  width: 25%;
  float: left;
}

.w-30 {
  width: 30%;
  float: left;
}

.w-33 {
  width: 33.33%;
  float: left;
}

.w-40 {
  width: 40%;
  float: left;
}

.w-50 {
  width: 50%;
  float: left;
}

.w-60 {
  width: 60%;
  float: left;
}

.w-66 {
  width: 66.66%;
  float: left;
}

.w-70 {
  width: 70%;
  float: left;
}

.w-80 {
  width: 80%;
  float: left;
}

.w-100 {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .w-25 {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .w-20,
  .w-25,
  .w-30,
  .w-33,
  .w-40,
  .w-50,
  .w-60,
  .w-66,
  .w-70,
  .w-80 {
    width: 100%;
  }
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  margin: 0 0 8px 0;
}
body h1 {
  font-size: 32px;
  line-height: 38px;
}
body h2 {
  font-size: 28px;
  line-height: 34px;
}
body h3 {
  font-size: 22px;
  line-height: 26px;
}
body h4 {
  font-size: 20px;
  line-height: 24px;
}
body h5 {
  font-size: 16px;
  line-height: 20px;
}
body h6 {
  font-size: 14px;
  line-height: 18px;
}
body a {
  color: #4e6428;
  text-decoration: underline;
  font-weight: 600;
}
body a:hover, body a:focus {
  text-decoration: underline;
  color: #05262d;
}
body ul p,
body menu p,
body dir p {
  margin: 0;
}
body blockquote {
  border-left: 7px solid #05262d;
  padding-left: 20px;
}
body strong {
  font-weight: 600;
}

div[id$=divContent] img[style*="float: left"],
span[id$=ltContent] img[style*="float: left"],
div[id*=divInlineEdit] div[id*=contentDiv] img[style*="float: left"] {
  margin: 0 1em 0.5em 0;
}
div[id$=divContent] img[style*="float: right"],
span[id$=ltContent] img[style*="float: right"],
div[id*=divInlineEdit] div[id*=contentDiv] img[style*="float: right"] {
  margin: 0 0 0.5em 1em;
}
div[id$=divContent] ul li,
div[id$=divContent] menu li,
div[id$=divContent] dir li,
span[id$=ltContent] ul li,
span[id$=ltContent] menu li,
span[id$=ltContent] dir li,
div[id*=divInlineEdit] div[id*=contentDiv] ul li,
div[id*=divInlineEdit] div[id*=contentDiv] menu li,
div[id*=divInlineEdit] div[id*=contentDiv] dir li {
  padding: 5px;
  position: relative;
  list-style: none;
}
div[id$=divContent] ul li:after,
div[id$=divContent] menu li:after,
div[id$=divContent] dir li:after,
span[id$=ltContent] ul li:after,
span[id$=ltContent] menu li:after,
span[id$=ltContent] dir li:after,
div[id*=divInlineEdit] div[id*=contentDiv] ul li:after,
div[id*=divInlineEdit] div[id*=contentDiv] menu li:after,
div[id*=divInlineEdit] div[id*=contentDiv] dir li:after {
  position: absolute;
  content: "\f111";
  left: -15px;
  top: 6px;
  font-size: 8px;
  color: #05262d;
  font-family: "Fontawesome";
}
div[id$=divContent] ul li p,
div[id$=divContent] menu li p,
div[id$=divContent] dir li p,
span[id$=ltContent] ul li p,
span[id$=ltContent] menu li p,
span[id$=ltContent] dir li p,
div[id*=divInlineEdit] div[id*=contentDiv] ul li p,
div[id*=divInlineEdit] div[id*=contentDiv] menu li p,
div[id*=divInlineEdit] div[id*=contentDiv] dir li p {
  margin: 0;
}
div[id$=divContent] table,
span[id$=ltContent] table,
div[id*=divInlineEdit] div[id*=contentDiv] table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
}
div[id$=divContent] table > caption,
span[id$=ltContent] table > caption,
div[id*=divInlineEdit] div[id*=contentDiv] table > caption {
  padding: 10px;
  font-weight: bold;
}

#news_content_body a {
  color: #05262d;
  text-decoration: none;
  font-weight: 600;
}
#news_content_body a:hover, #news_content_body a:focus {
  text-decoration: underline;
  color: #f5b21f;
}

.container {
  width: 100%;
  max-width: 2200px;
  margin: 0 auto;
}

div[id$=divChangToPublish] .modalPopup {
  height: auto !important;
}

.designMode [data-aos] {
  pointer-events: all !important;
}
.designMode [data-aos^=fade][data-aos^=fade] {
  opacity: 1 !important;
}
.designMode [data-aos^=fade-up],
.designMode [data-aos^=fade-down],
.designMode [data-aos=fade-right],
.designMode [data-aos=fade-left] {
  transform: none !important;
}

@media screen and (max-width: 900px) {
  .w-20,
  .w-30,
  .w-40,
  .w-50,
  .w-60,
  .w-70,
  .w-80 {
    width: 100% !important;
  }
}
div#CMS_DragDropWrapper {
  z-index: 12000 !important;
}

#news-summary .content .date {
  color: #6b6b6b;
}

button[id*=btn_month] {
  color: #000;
}

.CMS_adminBar {
  z-index: 12100 !important;
}

.portletEditMode #page,
.checkoutAndEditMode #page,
.add-new-page #page {
  padding: 30px;
  margin-top: 100px;
}
.portletEditMode .ptl_page,
.checkoutAndEditMode .ptl_page,
.add-new-page .ptl_page {
  display: block !important;
}

.mm-ismenu {
  background: #05262d;
}

.mm-menu {
  color: #fff;
}

.mm-menu .mm-list > li > a.mm-subopen:after,
.mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: #fff;
}

/* Google Translate */
.goog-te-gadget img {
  display: none;
  position: relative;
}

.goog-te-gadget-simple .goog-te-menu-value span {
  display: none;
}

div#google_translate_element {
  display: block;
  height: 35px;
  overflow: hidden;
  position: relative;
  top: 0;
}

body .goog-te-gadget-simple {
  background: none;
  border: none;
  display: block;
  height: 32px;
}

iframe.goog-te-menu-frame.skiptranslate {
  width: 100% !important;
  max-width: 320px !important;
  height: 768px !important;
}

/* Google Translate Select */
select.goog-te-combo {
  margin: 0 !important;
  border: none !important;
  background: transparent;
  border-radius: 0px !important;
  -webkit-appearance: none;
  font-size: 13px;
  position: relative;
  letter-spacing: 0.03em;
  vertical-align: top;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  cursor: pointer;
  overflow: hidden;
  -moz-appearance: none;
  color: #fff;
  width: 130px;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
select.goog-te-combo option {
  color: #000;
}
select.goog-te-combo::-ms-expand {
  display: none;
}

#google_translate_element select:hover, #google_translate_element select:focus {
  color: #fff;
  background: black;
}

.skiptranslate > div {
  position: relative;
}

.goog-logo-link {
  display: none;
}

#google_translate_element select.goog-te-combo option {
  background: #fff;
  color: #000;
}

/* Back to top */
#Btop {
  position: fixed;
  left: 20px;
  bottom: -50px;
  background: #05262d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 400ms ease;
  z-index: 8000;
  text-decoration: none;
}
#Btop span {
  font-size: 26px;
}
#Btop:hover, #Btop:focus {
  background: #fff;
  text-decoration: none;
  color: #05262d;
  border: 2px solid #05262d;
}
#Btop.show {
  bottom: 20px !important;
}

.offScreen {
  position: fixed !important;
}

/*  New Mobile Menu */
#menubar {
  /* Hambuger */
}
#menubar #mobile-bar {
  display: none !important;
}
#menubar #mobileNav {
  display: none;
  justify-content: flex-end;
  align-items: center;
  display: none;
  color: #05262d;
  height: 40px;
  float: right;
  background: transparent;
  width: 100px;
  padding: 10px;
}
@media screen and (max-width: 900px) {
  #menubar #mobileNav {
    display: flex;
  }
}
#menubar #mobileNav span {
  display: block;
  padding-left: 10px;
}
@media screen and (max-width: 700px) {
  #menubar #mobileNav span {
    display: block;
  }
}
#menubar #mobileNav .hamburger {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
#menubar #mobileNav .hamburger .bar, #menubar #mobileNav .hamburger .bar:before, #menubar #mobileNav .hamburger .bar:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  transform: rotate(0);
  pointer-events: none;
  background-color: #05262d;
}
#menubar #mobileNav .hamburger .bar {
  top: 50%;
  transform: translateY(-50%);
}
#menubar #mobileNav .hamburger .bar, #menubar #mobileNav .hamburger .bar:before, #menubar #mobileNav .hamburger .bar:after {
  transition: top 0.2s 0.2s, left 0.1s, transform 0.2s, background-color 0.2s 0.1s;
}
#menubar #mobileNav .hamburger .bar:before, #menubar #mobileNav .hamburger .bar:after {
  transform: rotate(0);
}
#menubar #mobileNav .hamburger .bar:before {
  top: 0.5rem;
}
#menubar #mobileNav .hamburger .bar:after {
  top: -0.5rem;
}
#menubar #mobileNav:hover, #menubar #mobileNav:focus {
  background: #05262d;
  color: #fff;
  text-decoration: none;
}
#menubar #mobileNav:hover .bar, #menubar #mobileNav:focus .bar {
  background-color: #fff;
}
#menubar #mobileNav:hover .bar:before, #menubar #mobileNav:hover .bar:after, #menubar #mobileNav:focus .bar:before, #menubar #mobileNav:focus .bar:after {
  background-color: #fff;
}
#menubar #mobileNav.expanded .hamburger .bar {
  background-color: transparent;
}
#menubar #mobileNav.expanded .hamburger .bar:before, #menubar #mobileNav.expanded .hamburger .bar:after {
  top: 0;
  transition: background-color 0.2s, top 0.2s, left 0.2s, transform 0.2s 0.15s;
  background-color: red;
}
#menubar #mobileNav.expanded .hamburger .bar:before {
  transform: rotate(45deg);
}
#menubar #mobileNav.expanded .hamburger .bar:after {
  transform: rotate(-45deg);
}
#menubar .mobile-nav-items {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #05262d;
  display: none;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 0;
  z-index: 999999;
  max-height: 50vh;
  overflow: auto;
}
#menubar .mobile-nav-items::-webkit-scrollbar {
  width: 10px;
}
#menubar .mobile-nav-items::-webkit-scrollbar-track {
  background: #282828;
}
#menubar .mobile-nav-items::-webkit-scrollbar-thumb {
  background: #f5b21f;
}
#menubar .mobile-nav-items::-webkit-scrollbar-thumb:hover {
  background: #05262d;
}
@media screen and (min-width: 901px) {
  #menubar .mobile-nav-items {
    display: none !important;
  }
}
#menubar .mobile-nav-items * {
  box-sizing: border-box;
}
#menubar .mobile-nav-items ul {
  margin: 0;
  padding: 0;
}
#menubar .mobile-nav-items ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
#menubar .mobile-nav-items ul li a {
  display: block;
  padding: 10px 20px;
  background: #05262d;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  width: 100%;
  text-decoration: none;
}
#menubar .mobile-nav-items ul li a:hover, #menubar .mobile-nav-items ul li a:focus, #menubar .mobile-nav-items ul li a.expanded {
  text-decoration: none;
  background: #fff;
  color: #000;
}
#menubar .mobile-nav-items ul li .subnav-items {
  width: 100%;
  display: none;
}
#menubar .mobile-nav-items ul li .subnav-items li {
  position: relative;
}
#menubar .mobile-nav-items ul li .subnav-items li a {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
#menubar .mobile-nav-items ul li .subnav-items li a:hover, #menubar .mobile-nav-items ul li .subnav-items li a:focus {
  text-decoration: none;
  background: #fff;
  color: #000;
}
#menubar .mobile-nav-items ul li .subnav-items li:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
#menubar .mobile-nav-items ul li .subnav-items.level1 {
  background: #021316;
}
#menubar .mobile-nav-items ul li .subnav-items.level1 > li > a {
  background: #021316;
}
#menubar .mobile-nav-items ul li .subnav-items.level1 > li > a:not(.subnav) {
  padding-left: 30px;
}
#menubar .mobile-nav-items ul li .subnav-items.level1 > li > a:hover, #menubar .mobile-nav-items ul li .subnav-items.level1 > li > a:focus {
  text-decoration: none;
  background: #fff;
  color: #000;
}
#menubar .mobile-nav-items ul li .subnav-items.level2 {
  background: black;
}
#menubar .mobile-nav-items ul li .subnav-items.level2 li a {
  background: black;
}
#menubar .mobile-nav-items ul li .subnav-items.level2 li a:not(.subnav) {
  padding-left: 50px;
}
#menubar .mobile-nav-items ul li .subnav-items.level2 li a:hover, #menubar .mobile-nav-items ul li .subnav-items.level2 li a:focus {
  text-decoration: none;
  background: #fff;
  color: #000;
}
#menubar .mobile-nav-items ul li.has-child a {
  width: calc(100% - 40px);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
#menubar .mobile-nav-items ul li.has-child a:hover, #menubar .mobile-nav-items ul li.has-child a:focus {
  text-decoration: none;
  background: #fff;
  color: #000;
}
#menubar .mobile-nav-items ul li.has-child .subnav {
  width: 40px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
}
#menubar .mobile-nav-items ul li:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
}

/* End of Mobile Menu */
/* Multifield Portlet */
.mfp-item-content .title {
  display: block;
}
.mfp-item-content img {
  max-width: 400px;
}

/* Header */
header {
  position: relative;
}
header .container {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 1100px) {
  header .container {
    padding: 10px;
  }
}
header .container .logo {
  width: 100px;
}
@media screen and (max-width: 1100px) {
  header .container .logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 900px) {
  header .container .logo {
    width: 200px;
    margin: 0;
    display: block;
  }
}
header .container .logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
header .container .logo a img {
  width: 80px;
}
header .container .logo a h1 {
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding-left: 10px;
}
header .container .logo a:hover, header .container .logo a:focus {
  color: #05262d;
}
header .container .mainNav {
  width: calc(100% - 100px);
  padding-left: 20px;
}
@media screen and (max-width: 1100px) {
  header .container .mainNav {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  header .container .mainNav {
    width: 100px;
  }
}
header .container .mainNav #menubar {
  position: relative;
  background: transparent;
  margin: 0;
}
@media screen and (max-width: 900px) {
  header .container .mainNav #menubar {
    position: static;
  }
}
header .container .mainNav #menubar .inside-padding {
  padding: 0;
  max-width: 100%;
}
header .container .mainNav #menubar .inside-padding #mobile-bar {
  display: none;
  background: #f5b21f;
  color: #fff;
  text-align: center;
  width: auto;
  font-weight: 600;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
header .container .mainNav #menubar .inside-padding #mobile-bar .fa {
  padding-right: 7px;
}
header .container .mainNav #menubar .inside-padding #mobile-bar:hover, header .container .mainNav #menubar .inside-padding #mobile-bar:focus {
  background: #f5b21f;
}
@media screen and (max-width: 1000px) {
  header .container .mainNav #menubar .inside-padding #mobile-bar {
    display: block;
    padding: 10px;
  }
}
@media screen and (max-width: 900px) {
  header .container .mainNav #menubar .inside-padding .megamenu {
    display: none;
  }
}
header .container .mainNav #menubar .inside-padding .megamenu .nav-menu {
  position: static;
}
@media screen and (max-width: 1100px) {
  header .container .mainNav #menubar .inside-padding .megamenu .nav-menu {
    text-align: center;
  }
}
header .container .mainNav #menubar .inside-padding .megamenu .nav-menu .level0 {
  position: static;
}
header .container .mainNav #menubar .inside-padding .megamenu .nav-menu .level0 > a {
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  color: #05262d;
  text-decoration: none;
}
header .container .mainNav #menubar .inside-padding .megamenu .nav-menu .level0 > a:hover, header .container .mainNav #menubar .inside-padding .megamenu .nav-menu .level0 > a:focus, header .container .mainNav #menubar .inside-padding .megamenu .nav-menu .level0 > a.open {
  box-shadow: none;
  color: #fff;
  background: #05262d;
}
header .container .mainNav #menubar .inside-padding .megamenu .nav-menu .level0.has-child > a:after {
  position: relative;
  content: "\f0d7";
  font-family: "Fontawesome";
  padding-left: 7px;
}
header .container .mainNav #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav {
  background: #05262d;
  text-align: left;
  right: 0;
  width: 100%;
  padding: 20px;
  max-width: 1400px;
  margin: 0 auto;
}
header .container .mainNav #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav .level1 > ul {
  width: 100%;
}
header .container .mainNav #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav .level1 > ul:not(.has-category) {
  -moz-column-count: 4;
  column-count: 4;
}
header .container .mainNav #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav .level1 > ul:not(.has-category) > li {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
header .container .mainNav #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav .level1 > ul:not(.has-category) > li > div > a {
  padding: 5px 10px;
  color: #fff;
  position: relative;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px 0;
  text-decoration: none;
}
header .container .mainNav #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav .level1 > ul:not(.has-category) > li > div > a span {
  position: relative;
  z-index: 10;
}
header .container .mainNav #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav .level1 > ul:not(.has-category) > li > div > a:hover, header .container .mainNav #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav .level1 > ul:not(.has-category) > li > div > a:focus {
  box-shadow: none;
  color: #05262d;
  background: #fff;
}
header .container .mainNav #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav .level1 > ul:not(.has-category) > li .level2 ul {
  margin: 0;
}
header .container .mainNav #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav .level1 > ul:not(.has-category) > li .level2 ul li {
  margin: 0;
  padding-left: 10px;
}
header .container .mainNav #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav .level1 > ul:not(.has-category) > li .level2 ul li a {
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  color: #fff;
  padding: 0 10px;
  font-family: "Barlow", sans-serif;
  text-decoration: none;
}
header .container .mainNav #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav .level1 > ul:not(.has-category) > li .level2 ul li a span {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}
header .container .mainNav #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav .level1 > ul:not(.has-category) > li .level2 ul li a:hover, header .container .mainNav #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav .level1 > ul:not(.has-category) > li .level2 ul li a:focus {
  box-shadow: none;
  color: #05262d;
  background: #fff;
}
header .container .mainNav #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav .level1 .has-category {
  width: 25%;
  margin: 0;
  padding-right: 10px;
}
header .container .mainNav #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav .level1 .has-category > span {
  font-weight: 600;
}
header .container .mainNav #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav .level1 .has-category li {
  margin: 0;
  padding-left: 10px;
}
header .container .mainNav #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav .level1 .has-category li a {
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  color: #fff;
  padding: 0 10px;
}
header .container .mainNav #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav .level1 .has-category li a span {
  font-size: 14px;
  line-height: 20px;
}
header .container .mainNav #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav .level1 .has-category li a:hover, header .container .mainNav #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav .level1 .has-category li a:focus {
  box-shadow: none;
  color: #f5b21f;
  background: #fff;
}
header .container #translation #translate__el {
  display: none;
}
header .container #translation .translation-languages a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  padding: 10px;
}
header .container #translation .translation-languages a:hover, header .container #translation .translation-languages a:focus {
  box-shadow: none;
  outline: none;
  background: #f2f2f2;
  color: #05262d;
}
header .container #translation .translation-languages #otherLang {
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  color: #05262d;
  text-decoration: none;
}
header .container #translation .translation-languages #otherLang:hover, header .container #translation .translation-languages #otherLang:focus, header .container #translation .translation-languages #otherLang.expanded {
  box-shadow: none;
  color: #fff;
  background: #05262d;
}
header .container #translation .translation-languages #otherLang .fa {
  padding-right: 5px;
}
header .container #translation .translation-languages .other-lang-container {
  position: relative;
}
header .container #translation .translation-languages .other-lang-container .translate__list {
  border-top: none;
  background: #05262d;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px;
  height: 250px;
  overflow: auto;
  z-index: 3000;
  display: none !important;
  text-align: left;
}
header .container #translation .translation-languages .other-lang-container .translate__list.expanded {
  display: block !important;
}
header .container #translation .translation-languages .other-lang-container .translate__list::-webkit-scrollbar {
  width: 10px;
}
header .container #translation .translation-languages .other-lang-container .translate__list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border: 1px solid #ddd;
}
header .container #translation .translation-languages .other-lang-container .translate__list::-webkit-scrollbar-thumb {
  background: #888;
}
header .container #translation .translation-languages .other-lang-container .translate__list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
header .container #translation .translation-languages .other-lang-container .translate__list li {
  list-style: none;
  display: block;
}
header .container #translation .translation-languages .other-lang-container .translate__list li a {
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
header .container #translation .translation-languages .other-lang-container .translate__list li a:hover, header .container #translation .translation-languages .other-lang-container .translate__list li a:focus {
  box-shadow: none;
  background: #fff;
  color: #05262d;
}

/* Social Icons */
#socialIcons {
  position: fixed;
  right: 0;
  top: 230px;
  z-index: 500;
}

.designMode #socialIcons {
  display: none;
}

.social-icons ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-icons ul li {
  padding: 5px;
}
.social-icons ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  background: #000;
  text-decoration: none;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.social-icons ul li a svg {
  width: 22px;
  fill: #fff;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.social-icons ul li a:hover, .social-icons ul li a:focus {
  background: #fff;
  color: #05262d;
}
.social-icons ul li a:hover svg, .social-icons ul li a:focus svg {
  fill: #05262d;
}

/* Home Banner */
.home-banner {
  position: relative;
  border-bottom: 20px solid #f5b21f;
}
.home-banner .background,
.home-banner .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 40vw;
  max-height: 650px;
  z-index: 1;
}
.home-banner .background video,
.home-banner .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-banner .video-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}
.home-banner .video-btn a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  text-decoration: none;
}
.home-banner .video-btn a:hover, .home-banner .video-btn a:focus {
  background: #fff;
  color: #05262d;
}
.home-banner .slide-show {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40vw;
  max-height: 650px;
  z-index: 1;
}
.home-banner .slide-show .img-slide {
  height: 40vw;
  max-height: 650px;
}
.home-banner .slide-show .img-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-banner .slide-arrows {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  padding: 10px 0;
}
.home-banner .slide-arrows .slick-arrow {
  background: transparent;
  border: none;
  font-size: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0 5px;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.home-banner .slide-arrows .slick-arrow:after {
  color: #fff;
  font-family: "Fontawesome";
  font-size: 40px;
  line-height: 100%;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.home-banner .slide-arrows .slick-arrow:hover, .home-banner .slide-arrows .slick-arrow:focus {
  box-shadow: none;
  outline: none;
  background: #05262d;
}
.home-banner .slide-arrows .slick-next:after {
  content: "\f105";
}
.home-banner .slide-arrows .slick-prev:after {
  content: "\f104";
}
.home-banner .overlay-text {
  padding: 30px 6vw;
  height: 40vw;
  max-height: 650px;
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1100px) {
  .home-banner .overlay-text {
    height: auto;
    max-height: 100%;
    padding: 0;
  }
}
.home-banner .overlay-text .left-sec {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .home-banner .overlay-text .left-sec {
    width: 100%;
    order: 2;
    background: #f1f1f1;
    padding: 20px;
    text-align: center;
    color: #05262d;
  }
}
.home-banner .overlay-text .left-sec .heading h2 {
  font-size: 80px;
  font-weight: 800;
  line-height: 80px;
  max-width: 400px;
}
@media screen and (max-width: 1100px) {
  .home-banner .overlay-text .left-sec .heading h2 {
    font-size: 40px;
    line-height: 40px;
    max-width: 100%;
  }
}
.home-banner .overlay-text .left-sec .summary {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.home-banner .overlay-text .left-sec .summary p {
  margin: 0;
}
@media screen and (max-width: 1100px) {
  .home-banner .overlay-text .left-sec .summary {
    font-size: 18px;
  }
}
.home-banner .overlay-text .right-sec {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .home-banner .overlay-text .right-sec {
    width: 100%;
    height: 40vw;
    order: 1;
    justify-content: center;
  }
}
.home-banner .overlay-text .right-sec img {
  width: 45%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1100px) {
  .home-banner .overlay-text .right-sec img {
    width: 30%;
  }
}

/* Mission */
#mission {
  background: #05262d;
  color: #fff;
}
#mission h1,
#mission h2,
#mission h3,
#mission h4,
#mission h5,
#mission h6,
#mission a,
#mission p,
#mission ul,
#mission ol,
#mission li,
#mission div,
#mission strong,
#mission i,
#mission b,
#mission em {
  color: #fff;
}
#mission .container {
  padding: 30px;
  text-align: center;
  font-size: 22px;
  line-height: normal;
}
#mission .container h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 1000px) {
  #mission .container h2 {
    font-size: 30px;
  }
}
#mission .container a {
  text-decoration: underline;
}
#mission .container a:nth-of-type(odd) {
  color: #799b3e;
}
#mission .container a:nth-of-type(even) {
  color: #f5b21f;
}
#mission .container a:hover, #mission .container a:focus {
  text-decoration: none;
}

/* Home Quick Links */
#homepage .quicklink-list {
  padding: 30px 80px;
  margin: 0 60px;
}
@media screen and (max-width: 1000px) {
  #homepage .quicklink-list {
    padding: 20px 50px;
    margin: 0 60px;
  }
}

/* Home Callout */
.home-callout {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 90px 0;
}
@media screen and (max-width: 1000px) {
  .home-callout {
    padding: 50px 0;
  }
}
.home-callout .meain-text {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  padding: 30px;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1000px) {
  .home-callout .meain-text {
    width: auto;
    margin: 0 15px;
  }
}
.home-callout .links {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  padding: 30px 20px 0;
}
.home-callout .links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .home-callout .links ul {
    flex-direction: column;
    justify-content: center;
  }
}
.home-callout .links ul li {
  padding: 10px;
}

.w-btn {
  display: inline-block;
  padding: 15px;
  background: #f5b21f;
  color: #000;
  border-radius: 10px;
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
  text-decoration: none;
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  overflow: hidden;
}
.w-btn span {
  position: relative;
  z-index: 10;
}
.w-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #05262d;
  border-radius: 0 50px 50px 0;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.w-btn:hover, .w-btn:focus {
  text-decoration: none;
  color: #fff;
}
.w-btn:hover:after, .w-btn:focus:after {
  width: 100%;
  border-radius: 0;
}

.s-button {
  display: flex;
  justify-content: center;
  padding: 10px;
}

.heading-section {
  padding-bottom: 15px;
}
.heading-section.left-align {
  text-align: left;
}
.heading-section.center-align {
  text-align: center;
}
.heading-section.right-align {
  text-align: right;
}
.heading-section h1 {
  font-size: 32px;
  line-height: 38px;
}
.heading-section h2 {
  font-size: 28px;
  line-height: 34px;
}
.heading-section h3 {
  font-size: 22px;
  line-height: 26px;
}
.heading-section h4 {
  font-size: 20px;
  line-height: 24px;
}
.heading-section h5 {
  font-size: 16px;
  line-height: 20px;
}
.heading-section h6 {
  font-size: 14px;
  line-height: 18px;
}
.heading-section .sub-heading {
  color: #9c6d07;
  font-size: 16px;
  line-height: normal;
}

/* Home Video */
.home-video {
  background: #f5b21f;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 1000px) {
  .home-video {
    padding: 20px 0;
  }
}
.home-video .heading {
  padding-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .home-video .heading {
    padding-bottom: 20px;
  }
}
.home-video .heading h2 {
  color: #05262d;
  font-size: 45px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .home-video .heading h2 {
    font-size: 30px;
  }
}
.home-video .video {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 30px;
}
.home-video .video iframe {
  width: 100%;
  height: 500px;
  padding: 0 15px;
}
@media screen and (max-width: 1000px) {
  .home-video .video iframe {
    height: 50vw;
  }
}
.home-video .v-button .w-btn {
  background: #fff;
}

footer .container {
  padding: 60px 100px;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  footer .container {
    padding: 30px 100px;
    margin-top: 30px;
  }
}
footer .container:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: calc(100% - 200px);
  height: 2px;
  background: #e2e2e2;
}
footer .credit {
  background: #282828;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}
footer .credit #ctl00_lblCompany {
  font-size: 14px;
  line-height: normal;
}
footer .credit a {
  color: #fff;
  text-decoration: underline;
}
footer .credit a:hover, footer .credit a:focus {
  text-decoration: none;
}

.footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .footer {
    justify-content: center;
    text-align: center;
  }
}
.footer .left-sec .f-text h3 {
  font-size: 24px;
  line-height: normal;
  font-weight: 700;
  color: #05262d;
}
.footer .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer .logo img {
  width: 150px;
}
.footer .logo #loginPanel a {
  color: #05262d;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
}
.footer .right-sec .w-50 {
  padding: 10px;
}
@media screen and (max-width: 1600px) {
  .footer .right-sec .w-50 {
    width: 100%;
  }
}
.footer .right-sec .phone,
.footer .right-sec .email,
.footer .right-sec .address {
  font-size: 16px;
  line-height: normal;
}
@media screen and (max-width: 1600px) {
  .footer .right-sec .phone,
  .footer .right-sec .email,
  .footer .right-sec .address {
    text-align: right;
  }
}
@media screen and (max-width: 1000px) {
  .footer .right-sec .phone,
  .footer .right-sec .email,
  .footer .right-sec .address {
    text-align: center !important;
  }
}
.footer .right-sec .address {
  text-align: right;
}

/* Subpage */
#subpage .sub-bg {
  height: 24vw;
  max-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#subpage .main-container {
  width: 100%;
  padding: 0 0 40px;
  max-width: 2200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  #subpage .main-container {
    padding: 0 0 20px;
  }
}
#subpage .main-container .sidebar {
  display: none;
}
#subpage .main-container .breadcrumbs {
  padding: 20px 50px;
  color: #282828;
  font-size: 15px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #subpage .main-container .breadcrumbs {
    padding: 10px;
  }
}
#subpage .main-container .breadcrumbs a {
  color: #05262d;
  font-weight: 600;
}
#subpage .main-container .breadcrumbs a:hover, #subpage .main-container .breadcrumbs a:focus {
  text-decoration: underline;
  color: #4e6428;
}
#subpage .main-container .breadcrumbs a[href="/"], #subpage .main-container .breadcrumbs a[href="/cms/One.aspx?portalId=16228038"] {
  font-size: 0;
  text-decoration: none;
}
#subpage .main-container .breadcrumbs a[href="/"]:after, #subpage .main-container .breadcrumbs a[href="/cms/One.aspx?portalId=16228038"]:after {
  content: "\f015";
  font-size: 20px;
  font-family: "Fontawesome";
}
#subpage .main-container .breadcrumbs .separator {
  padding: 0 5px;
  color: #f5b21f;
}
#subpage .main-container .breadcrumbs span {
  font-weight: 600;
}
#subpage .main-container .main-content {
  width: 100%;
}
#subpage .main-container .main-content h1,
#subpage .main-container .main-content h2,
#subpage .main-container .main-content h3,
#subpage .main-container .main-content h4,
#subpage .main-container .main-content h5,
#subpage .main-container .main-content h6 {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  margin: 0 0 8px 0;
}
#subpage .main-container .main-content h1 {
  font-size: 32px;
  line-height: 38px;
}
#subpage .main-container .main-content h2 {
  font-size: 28px;
  line-height: 34px;
}
#subpage .main-container .main-content h3 {
  font-size: 22px;
  line-height: 26px;
}
#subpage .main-container .main-content h4 {
  font-size: 20px;
  line-height: 24px;
}
#subpage .main-container .main-content h5 {
  font-size: 16px;
  line-height: 20px;
}
#subpage .main-container .main-content h6 {
  font-size: 14px;
  line-height: 18px;
}
#subpage .main-container .main-content .ptl_page {
  display: flex;
  flex-wrap: wrap;
}
#subpage .main-container .main-content .ptl_page .ptl_col_1 {
  width: 100%;
  padding: 0;
}
#subpage .main-container .main-content .ptl_page .ptl_col_1 > .ptl_portlet_horizontal {
  display: block;
  width: 100% !important;
}
#subpage .main-container .main-content .ptl_page .ptl_col_1 > .ptl_portlet_vertical,
#subpage .main-container .main-content .ptl_page .ptl_col_1 > .ptl_portlet_horizontal {
  border: 30px solid transparent;
  border-left-width: 45px;
  border-right-width: 45px;
}
#subpage .main-container .main-content .ptl_page .ptl_col_1 > .ptl_portlet_vertical:nth-child(3n+1),
#subpage .main-container .main-content .ptl_page .ptl_col_1 > .ptl_portlet_horizontal:nth-child(3n+1) {
  border-color: #05262d;
}
#subpage .main-container .main-content .ptl_page .ptl_col_1 > .ptl_portlet_vertical:nth-child(3n+2),
#subpage .main-container .main-content .ptl_page .ptl_col_1 > .ptl_portlet_horizontal:nth-child(3n+2) {
  border-color: #f5b21f;
}
#subpage .main-container .main-content .ptl_page .ptl_col_1 > .ptl_portlet_vertical:nth-child(3n+3),
#subpage .main-container .main-content .ptl_page .ptl_col_1 > .ptl_portlet_horizontal:nth-child(3n+3) {
  border-color: #799b3e;
}
#subpage .main-container .main-content .ptl_page .ptl_col_1 > .ptl_portlet_vertical > div,
#subpage .main-container .main-content .ptl_page .ptl_col_1 > .ptl_portlet_horizontal > div {
  padding: 40px 200px;
  background: #fff;
}
@media screen and (max-width: 2200px) {
  #subpage .main-container .main-content .ptl_page .ptl_col_1 > .ptl_portlet_vertical > div,
  #subpage .main-container .main-content .ptl_page .ptl_col_1 > .ptl_portlet_horizontal > div {
    padding: 40px 10vw;
  }
}
@media screen and (max-width: 1000px) {
  #subpage .main-container .main-content .ptl_page .ptl_col_1 > .ptl_portlet_vertical > div,
  #subpage .main-container .main-content .ptl_page .ptl_col_1 > .ptl_portlet_horizontal > div {
    padding: 30px;
  }
}
@media screen and (max-width: 700px) {
  #subpage .main-container .main-content .ptl_page .ptl_col_1 > .ptl_portlet_vertical > div,
  #subpage .main-container .main-content .ptl_page .ptl_col_1 > .ptl_portlet_horizontal > div {
    padding: 20px 10px;
  }
}
#subpage .main-container .main-content .ptl_page .ptl_col_1_2 {
  width: 50%;
  border: 30px solid transparent;
  border-left-width: 45px;
  border-right-width: 45px;
}
#subpage .main-container .main-content .ptl_page .ptl_col_1_2:nth-child(3n+1) {
  border-color: #05262d;
}
#subpage .main-container .main-content .ptl_page .ptl_col_1_2:nth-child(3n+2) {
  border-color: #f5b21f;
}
#subpage .main-container .main-content .ptl_page .ptl_col_1_2:nth-child(3n+3) {
  border-color: #799b3e;
}
#subpage .main-container .main-content .ptl_page .ptl_col_1_2 > div {
  padding: 40px 60px;
  background: #fff;
}
@media screen and (max-width: 2200px) {
  #subpage .main-container .main-content .ptl_page .ptl_col_1_2 > div {
    padding: 40px 3vw;
  }
}
@media screen and (max-width: 1000px) {
  #subpage .main-container .main-content .ptl_page .ptl_col_1_2 > div {
    padding: 30px;
  }
}
@media screen and (max-width: 700px) {
  #subpage .main-container .main-content .ptl_page .ptl_col_1_2 > div {
    padding: 20px 10px;
  }
}
#subpage .main-container .main-content .ptl_page .ptl_col_1_4 {
  width: 25%;
  border: 30px solid transparent;
  border-left-width: 45px;
  border-right-width: 45px;
  border-color: #05262d;
}
@media screen and (max-width: 1400px) {
  #subpage .main-container .main-content .ptl_page .ptl_col_1_4 {
    width: 100%;
  }
}
#subpage .main-container .main-content .ptl_page .ptl_col_1_4 > div {
  padding: 40px 20px;
  background: #fff;
}
@media screen and (max-width: 700px) {
  #subpage .main-container .main-content .ptl_page .ptl_col_1_4 > div {
    padding: 20px 10px;
  }
}
#subpage .main-container .main-content .ptl_page .ptl_col_3_4 {
  width: 75%;
  border: 30px solid transparent;
  border-left-width: 45px;
  border-right-width: 45px;
  border-color: #f5b21f;
}
@media screen and (max-width: 1400px) {
  #subpage .main-container .main-content .ptl_page .ptl_col_3_4 {
    width: 100%;
  }
}
#subpage .main-container .main-content .ptl_page .ptl_col_3_4 > div {
  padding: 40px 70px;
  background: #fff;
}
@media screen and (max-width: 2200px) {
  #subpage .main-container .main-content .ptl_page .ptl_col_3_4 > div {
    padding: 40px 4vw;
  }
}
@media screen and (max-width: 1000px) {
  #subpage .main-container .main-content .ptl_page .ptl_col_3_4 > div {
    padding: 30px;
  }
}
@media screen and (max-width: 700px) {
  #subpage .main-container .main-content .ptl_page .ptl_col_3_4 > div {
    padding: 20px 10px;
  }
}
#subpage .main-container .main-content .ptl_page .ptl_col_1_3 {
  width: 33.33%;
  border: 30px solid transparent;
  border-left-width: 45px;
  border-right-width: 45px;
}
#subpage .main-container .main-content .ptl_page .ptl_col_1_3:nth-child(3n+1) {
  border-color: #05262d;
}
#subpage .main-container .main-content .ptl_page .ptl_col_1_3:nth-child(3n+2) {
  border-color: #f5b21f;
}
#subpage .main-container .main-content .ptl_page .ptl_col_1_3:nth-child(3n+3) {
  border-color: #799b3e;
}
@media screen and (max-width: 1400px) {
  #subpage .main-container .main-content .ptl_page .ptl_col_1_3 {
    width: 100%;
  }
}
#subpage .main-container .main-content .ptl_page .ptl_col_1_3 > div {
  padding: 40px 20px;
  background: #fff;
}
@media screen and (max-width: 700px) {
  #subpage .main-container .main-content .ptl_page .ptl_col_1_3 > div {
    padding: 20px 10px;
  }
}
#subpage .main-container .main-content .ptl_page .ptl_col_2_3 {
  width: 66.66%;
  border: 30px solid transparent;
  border-left-width: 45px;
  border-right-width: 45px;
  border-color: #05262d;
}
@media screen and (max-width: 1400px) {
  #subpage .main-container .main-content .ptl_page .ptl_col_2_3 {
    width: 100%;
  }
}
#subpage .main-container .main-content .ptl_page .ptl_col_2_3 > div {
  padding: 40px 70px;
  background: #fff;
}
@media screen and (max-width: 2200px) {
  #subpage .main-container .main-content .ptl_page .ptl_col_2_3 > div {
    padding: 40px 4vw;
  }
}
@media screen and (max-width: 1000px) {
  #subpage .main-container .main-content .ptl_page .ptl_col_2_3 > div {
    padding: 30px;
  }
}
@media screen and (max-width: 700px) {
  #subpage .main-container .main-content .ptl_page .ptl_col_2_3 > div {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1000px) {
  #subpage .main-container .main-content .ptl_page .ptl_col_1_2,
  #subpage .main-container .main-content .ptl_page .ptl_col_1_3,
  #subpage .main-container .main-content .ptl_page .ptl_col_2_3,
  #subpage .main-container .main-content .ptl_page .ptl_col_1_4,
  #subpage .main-container .main-content .ptl_page .ptl_col_3_4 {
    width: 100%;
  }
}

.designMode #subpage .main-container .main-content .ptl_page .ptl_col_1 > .ptl_portlet_vertical {
  border: none;
}
.designMode #subpage .main-container .main-content .ptl_page .ptl_col_1 .portlet_instance {
  border: 30px solid transparent;
  border-left-width: 45px;
  border-right-width: 45px;
}
.designMode #subpage .main-container .main-content .ptl_page .ptl_col_1 .portlet_instance:nth-child(3n+1) {
  border-color: #05262d;
}
.designMode #subpage .main-container .main-content .ptl_page .ptl_col_1 .portlet_instance:nth-child(3n+2) {
  border-color: #f5b21f;
}
.designMode #subpage .main-container .main-content .ptl_page .ptl_col_1 .portlet_instance:nth-child(3n+3) {
  border-color: #799b3e;
}

.s-layout {
  display: flex;
  flex-wrap: wrap;
}
.s-layout section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 30px solid transparent;
  border-left-width: 45px;
  border-right-width: 45px;
}
.s-layout section > .container {
  background: #fff;
  padding: 40px 200px;
}
@media screen and (max-width: 2200px) {
  .s-layout section > .container {
    padding: 40px 10vw;
  }
}
@media screen and (max-width: 1000px) {
  .s-layout section > .container {
    padding: 30px;
  }
}
@media screen and (max-width: 700px) {
  .s-layout section > .container {
    padding: 20px 10px;
  }
}
.s-layout section > .container > div {
  padding: 30px;
}
.s-layout section:nth-child(3n+1) {
  border-color: #05262d;
}
.s-layout section:nth-child(3n+2) {
  border-color: #f5b21f;
}
.s-layout section:nth-child(3n+3) {
  border-color: #799b3e;
}

.no-padding {
  padding: 0 !important;
}

/* Hero Section */
#subpage .hero-section {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 100px;
}
@media screen and (max-width: 1000px) {
  #subpage .hero-section {
    padding: 50px;
  }
}
@media screen and (max-width: 700px) {
  #subpage .hero-section {
    padding: 30px;
  }
}
#subpage .hero-section .left-sec {
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  #subpage .hero-section .left-sec {
    width: 100%;
    margin-bottom: 30px;
  }
}
#subpage .hero-section .left-sec .single-image {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  #subpage .hero-section .left-sec .single-image {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 700px) {
  #subpage .hero-section .left-sec .single-image {
    width: 220px;
    height: 220px;
  }
}
#subpage .hero-section .left-sec .single-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#subpage .hero-section .right-sec {
  width: calc(100% - 400px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
}
@media screen and (max-width: 1400px) {
  #subpage .hero-section .right-sec {
    padding: 0;
    width: 100%;
  }
}
#subpage .hero-section .right-sec .heading {
  margin-bottom: 20px;
}
#subpage .hero-section .right-sec .heading h2 {
  font-size: 42px;
  line-height: normal;
  font-style: italic;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  #subpage .hero-section .right-sec .heading h2 {
    font-size: 32px;
  }
}
#subpage .hero-section .right-sec .sub-heading {
  color: #4e6428;
  font-weight: 600;
  margin-bottom: 20px;
}
#subpage .hero-section .right-sec .summary {
  margin-bottom: 20px;
}

/* Department Quick Links */
.dp-quick-links .section-title {
  color: #05262d;
  font-size: 45px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  padding: 15px;
}
@media screen and (max-width: 1000px) {
  .dp-quick-links .section-title {
    font-size: 30px;
  }
}
.dp-quick-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.dp-quick-links ul li.quick-link-item {
  width: 50%;
  padding: 15px;
}
@media screen and (max-width: 1000px) {
  .dp-quick-links ul li.quick-link-item {
    width: 100%;
  }
}
.dp-quick-links ul li.quick-link-item a {
  padding: 20px;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  color: #05262d;
  background: #f1f1f1;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.dp-quick-links ul li.quick-link-item a:hover, .dp-quick-links ul li.quick-link-item a:focus {
  background: #05262d;
  color: #fff;
}

/* Home Quick Links */
.quicklink-list {
  padding: 0 30px;
  margin: 0;
  list-style: none;
}
.quicklink-list li {
  padding: 15px;
  text-align: center;
}
.quicklink-list li a {
  color: #05262d;
  text-decoration: none;
  display: block;
  padding: 20px 10px;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.quicklink-list li a .image {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
}
.quicklink-list li a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.quicklink-list li a .fa {
  font-size: 50px;
  color: #f5b21f;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
}
.quicklink-list li a .text {
  font-size: 20px;
  line-height: normal;
}
.quicklink-list li a:hover, .quicklink-list li a:focus {
  background: #f1f1f1;
}
.quicklink-list li a:hover img,
.quicklink-list li a:hover .fa, .quicklink-list li a:focus img,
.quicklink-list li a:focus .fa {
  transform: scale(1.15);
}
.quicklink-list .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0 5px;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.quicklink-list .slick-arrow:after {
  color: #05262d;
  font-family: "Fontawesome";
  font-size: 40px;
  line-height: 100%;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.quicklink-list .slick-arrow:hover, .quicklink-list .slick-arrow:focus {
  box-shadow: none;
  outline: none;
  background: #05262d;
}
.quicklink-list .slick-arrow:hover:after, .quicklink-list .slick-arrow:focus:after {
  color: #fff;
}
.quicklink-list .slick-next {
  right: -10px;
}
.quicklink-list .slick-next:after {
  content: "\f105";
}
.quicklink-list .slick-prev {
  left: -10px;
}
.quicklink-list .slick-prev:after {
  content: "\f104";
}

/* Department Contact Us */
.dp-contact-us .section-title {
  color: #05262d;
  font-size: 45px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  padding: 15px;
}
.dp-contact-us ul {
  padding: 15px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.dp-contact-us ul .contact-item {
  width: 33.33%;
  padding: 10px;
}
@media screen and (max-width: 1200px) {
  .dp-contact-us ul .contact-item {
    width: 100%;
  }
}
.dp-contact-us ul .contact-item .contact-group {
  margin-bottom: 10px;
}
.dp-contact-us ul .contact-item .contact-group > span {
  display: block;
}
.dp-contact-us ul .contact-item .contact-group .contact-title {
  color: #05262d;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.dp-contact-us ul .contact-item .contact-group a {
  color: #4e6428;
  text-decoration: underline;
  font-weight: 600;
}
.dp-contact-us ul .contact-item .contact-group a:hover, .dp-contact-us ul .contact-item .contact-group a:focus {
  text-decoration: underline;
  color: #05262d;
}

/* Custom Nav */
.custom-nav-bar {
  width: 100%;
}
.custom-nav-bar .nav-bar-container {
  background: #f5b21f;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-nav-bar .nav-bar-container .nav-item {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .custom-nav-bar .nav-bar-container .nav-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
.custom-nav-bar .nav-bar-container .nav-item > a {
  display: block;
  padding: 15px 30px;
  color: #05262d;
  text-decoration: none;
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 1000px) {
  .custom-nav-bar .nav-bar-container .nav-item > a {
    width: calc(100% - 60px);
  }
}
.custom-nav-bar .nav-bar-container .nav-item > a:hover, .custom-nav-bar .nav-bar-container .nav-item > a:focus, .custom-nav-bar .nav-bar-container .nav-item > a.expanded {
  background: #05262d;
  color: #fff;
}
.custom-nav-bar .nav-bar-container .nav-item .expand-btn {
  display: none;
}
@media screen and (max-width: 1000px) {
  .custom-nav-bar .nav-bar-container .nav-item .expand-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    padding: 0;
    height: 60px;
  }
}
.custom-nav-bar .nav-bar-container .nav-item .subItems {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 150px;
  background: #05262d;
  z-index: 500;
}
@media screen and (max-width: 1000px) {
  .custom-nav-bar .nav-bar-container .nav-item .subItems {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    z-index: auto;
  }
}
.custom-nav-bar .nav-bar-container .nav-item .subItems.show {
  display: block;
}
.custom-nav-bar .nav-bar-container .nav-item .subItems ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-nav-bar .nav-bar-container .nav-item .subItems ul li a {
  display: block;
  padding: 15px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.custom-nav-bar .nav-bar-container .nav-item .subItems ul li a:hover, .custom-nav-bar .nav-bar-container .nav-item .subItems ul li a:focus {
  background: #e2e2e2;
  color: #05262d;
}

/* Social Feed */
.socialTabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.socialTabs .social-outer-container {
  width: 50%;
  padding: 20px;
}
.socialTabs .social-outer-container:empty {
  display: none;
}
@media screen and (max-width: 1000px) {
  .socialTabs .social-outer-container {
    width: 100%;
    padding: 20px 10px;
  }
}
.socialTabs .social-outer-container .tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 20px;
}
.socialTabs .social-outer-container .tabs li {
  padding: 15px;
  background: #f5b21f;
  color: #05262d;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.socialTabs .social-outer-container .tabs li .fa {
  font-size: 20px;
  padding-right: 10px;
}
.socialTabs .social-outer-container .tab-container {
  padding: 0;
  margin: 0;
  list-style: none;
}
.socialTabs .social-outer-container .tab-container li .social-container {
  display: flex;
  justify-content: center;
}
.socialTabs .social-outer-container .tab-container li .social-container iframe {
  max-width: 500px;
}
/* Settings Page */
#settingPage {
  width: 100%;
}
#settingPage .s-layout section > .container {
  padding: 20px;
}

/* Print page */
@media print {
  .CMS_adminBar,
  #skip,
  header,
  footer,
  .sub-bg,
  #subpage .main-container .sidebar,
  #subpage .breadcrumbs {
    display: none !important;
  }
  #subpage .main-container .main-content {
    width: 100%;
  }
}
/* Subpage News Summary */
#news-summary .content a.read-more {
  background: #05262d;
  font-size: 16px;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#news-summary .content a.read-more:hover, #news-summary .content a.read-more:focus {
  background: #05262d;
}


.home-banner .overlay-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    max-height: 100%;
}

.home-banner .overlay-text .left-sec {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.home-banner .overlay-text .right-sec {
    width: 100%;
    max-width: 750px;
    justify-content: center;
}

.home-banner .overlay-text .left-sec .heading h2 {
    max-width: 100%;
    font-size: 60px;
}

.home-banner {
    overflow: hidden;
}

@media screen and (max-width: 1100px) {
    .home-banner .overlay-text .left-sec .heading h2 {
        font-size: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 900px) {
    .home-banner .overlay-text .left-sec .heading h2 {
        font-size: 30px;
        line-height: 30px;
    }
}

#menubar {
padding: 7px;
}
#menubar, #menubar a {
color: #000;
}
#menubar a {
text-decoration: underline;
}
#menubar a:hover, #menubar a:focus {
text-decoration: none;
}
.Login .tbl_header {
padding: 20px;
width: 100%;
box-sizing: border-box;
}

header .container .mainNav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

