@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i");
@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i");
/* Global */
.container {
  padding: 20px;
  box-sizing: border-box;
  overflow: auto;
}

section {
  overflow: auto;
}

a {
  text-decoration: none;
  color: #943536;
}

.w-30 {
  width: 30%;
  float: left;
}

.w-70 {
  width: 70%;
  float: left;
}

.w-40 {
  width: 40%;
  float: left;
}

.w-60 {
  width: 60%;
  float: left;
}

.w-20 {
  width: 20%;
  float: left;
}

.w-80 {
  width: 80%;
  float: left;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background: #fef9f3;
  color: #282828;
}

h1, h2, h3, h4, h5, h6, a, p, span, ul, ol, li, div, strong, i, b, em {
  font-family: "Lato", sans-serif;
}

/* Mobile Menu */
.mm-ismenu {
  background: #0f4c8a;
}

.mm-panel li a {
  color: #fff;
}

.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: #fff;
}

/* Header */
header {
  display: flex;
  flex-direction: column;
}
header .top-header .left-sec {
  background: #943536;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 5px 30px;
  box-sizing: border-box;
}
header .top-header .left-sec a {
  text-decoration: none;
}
header .top-header .left-sec .logo {
  position: absolute;
  top: 10px;
  left: 55px;
  max-width: 135px;
}
header .top-header .left-sec .logo img {
  width: 100%;
}
header .top-header .left-sec .org-name {
  color: #fff;
  padding-left: 180px;
  text-transform: uppercase;
  font-family: "Times New Roman";
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
}
header .top-header .left-sec .org-name .second-line {
  font-family: "Times New Roman";
  display: block;
}
header .top-header .left-sec .org-name .second-line span {
  font-family: "Times New Roman";
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
}
header .top-header .left-sec .links {
  display: flex;
  align-items: center;
}
header .top-header .left-sec .links .social {
  color: #fff;
  padding: 0 20px;
}
header .top-header .left-sec .links .social ul {
  padding: 0;
  margin: 0;
}
header .top-header .left-sec .links .social ul li {
  list-style: none;
  display: inline-block;
  font-size: 35px;
}
header .top-header .left-sec .links .social ul li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
header .top-header .left-sec .links .social ul li a:hover {
  color: #A3CEFF;
}
header .top-header .left-sec .links .sign-up a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
header .top-header .left-sec .links .sign-up a span {
  display: inline-block;
  padding-right: 10px;
}
header .top-header .left-sec .links .sign-up a .arrow-right {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #fff;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
header .top-header .left-sec .links .sign-up a:hover {
  color: #A3CEFF;
}
header .top-header .left-sec .links .sign-up a:hover .arrow-right {
  border-left-color: #A3CEFF;
}
header .top-header .right-sec {
  background: #104c8a;
  padding: 5px 20px;
  box-sizing: border-box;
  border-left: 4px solid #dddddd;
}
header .top-header .right-sec .divSearchBox {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
header .top-header .right-sec .divSearchBox input {
  height: 55px;
  width: 80%;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
header .top-header .right-sec .divSearchBox input::placeholder {
  color: #fff;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
header .top-header .right-sec .divSearchBox a {
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
header .top-header .right-sec .divSearchBox a:hover {
  color: #f7d028;
}
header .bottom-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
header .bottom-header #menubar .megamenu .nav-menu .level0 > a {
  color: #282828;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

header .bottom-header #menubar .megamenu .nav-menu .level0 > a:after {
  content: '';
  border-bottom: 3px solid #943536;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
header .bottom-header #menubar .megamenu .nav-menu .level0 > a:hover, header .bottom-header #menubar .megamenu .nav-menu .level0 > a.open {
  background-color: transparent;
  color: #943536;
}
header .bottom-header #menubar .megamenu .nav-menu .level0 > a:hover:after, header .bottom-header #menubar .megamenu .nav-menu .level0 > a.open:after {
  width: 100%;
}
header .bottom-header #menubar .megamenu .nav-menu .sub-nav {
  background: #943536;
  width: 100%;
}
header .bottom-header #menubar .megamenu .nav-menu .sub-nav .level1 ul {
  width: 100%;
}
header .bottom-header #menubar .megamenu .nav-menu .sub-nav .level1 ul li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
header .bottom-header #menubar #mobile-bar {
  display: none;
}
@media screen and (max-width: 900px) {
  header .top-header .right-sec .divSearchBox input {
    height: 33px !important;
  }
  header .top-header .left-sec {
    padding: 5px 15px 5px 30px !important;
  }
  header .top-header .left-sec .logo {
    max-width: 100px !important;
  }
  header .top-header .left-sec .org-name {
    font-size: 18px !important;
    line-height: 20px !important;
  }
  header .top-header .left-sec .links .social ul li {
    font-size: 20px;
  }
  header .top-header .left-sec .links .sign-up a {
    font-size: 15px;
  }
  header .bottom-header #menubar .megamenu {
    display: none;
  }
  header .bottom-header #menubar #mobile-bar {
    display: block !important;
  }
}
@media screen and (max-width: 760px) {
  header .top-header .w-80, header .top-header .w-20 {
    width: 100% !important;
  }
  header .top-header .left-sec {
    padding: 20px !important;
  }
  header .top-header .left-sec .logo {
    max-width: 110px !important;
    left: 25px !important;
  }
  header .top-header .left-sec .org-name {
    padding-left: 130px !important;
  }
  header .top-header .left-sec .links .sign-up a span, header .top-header .left-sec .links .sign-up a .arrow-right {
    display: none;
  }
  header .top-header .left-sec .links .sign-up a:after {
    content: '\f234';
    font-family: "Fontawesome";
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
  header .top-header .left-sec .links .sign-up a:hover:after {
    color: #A3CEFF;
  }
  header .top-header .right-sec {
    border-left: none !important;
  }
  header .top-header .right-sec .divSearchBox {
    width: 150px;
    float: right;
  }
}
@media screen and (max-width: 470px) {
  header .top-header .left-sec {
    flex-direction: column;
    align-items: center !important;
    padding: 20px !important;
  }
  header .top-header .left-sec a {
    text-align: center;
  }
  header .top-header .left-sec .logo {
    max-width: 50% !important;
    position: relative !important;
    margin: 0 auto 20px;
    left: 0 !important;
    top: 0 !important;
  }
  header .top-header .left-sec .org-name {
    padding-left: 0 !important;
    padding-bottom: 15px;
  }
  header .top-header .right-sec .divSearchBox {
    width: 250px !important;
    float: none !important;
    margin: 0 auto !important;
  }
}

#banner {
  border-bottom: 5px solid #943536;
}
#banner .left-sec #main-slider {
  position: relative;
}
#banner .left-sec #main-slider .banner-slide {
  position: relative;
}
#banner .left-sec #main-slider .banner-slide .image {
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#banner .left-sec #main-slider .banner-slide .caption {
  position: absolute;
  bottom: 10px;
  left: 30px;
  color: #fff;
  font-family: "Lato", sans-serif;
}
#banner .left-sec #main-slider .banner-slide .caption .title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
#banner .left-sec #main-slider .banner-slide .caption .summary {
  font-size: 18px;
  font-weight: 300;
  margin-top: 0;
}
#banner .left-sec #main-slider .nav-container {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 500;
}
#banner .left-sec #main-slider .nav-container .slick-dots li {
  list-style: none;
  margin-bottom: 10px;
}
#banner .left-sec #main-slider .nav-container .slick-dots li.slick-active:after {
  background: #fff;
}
#banner .left-sec #main-slider .nav-container .slick-dots li:hover {
  cursor: pointer;
}
#banner .left-sec #main-slider .nav-container .slick-dots li:hover:after {
  background: #4998ea;
}
#banner .left-sec #main-slider .nav-container .slick-dots li:after {
  content: '';
  border-radius: 50%;
  border: 3px solid #104c8a;
  background: #104c8a;
  width: 15px;
  height: 15px;
  display: block;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
#banner .left-sec #main-slider .nav-container .slick-dots li button {
  display: none;
}
#banner .right-sec {
  position: relative;
}
#banner .right-sec:after {
  content: '';
  height: 100%;
  width: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
#banner .right-sec .quick-links ul {
  padding: 0;
  margin: 0;
}
#banner .right-sec .quick-links ul .item {
  list-style: none;
}
#banner .right-sec .quick-links ul .item a {
  padding: 28px 30px;
  margin-bottom: 5px;
  background: #333f48;
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  line-height: 25px;
}
#banner .right-sec .quick-links ul .item a i {
  padding-right: 40px;
  font-size: 20px;
  position: relative;
  z-index: 10;
}
#banner .right-sec .quick-links ul .item a span {
  position: relative;
  z-index: 10;
}
#banner .right-sec .quick-links ul .item a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #943536;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
#banner .right-sec .quick-links ul .item a:hover:after {
  width: 100%;
  opacity: 1;
}
#banner .right-sec .quick-links ul .item:last-child a {
  margin: 0;
}
@media screen and (max-width: 900px) {
  #banner .w-70, #banner .w-30 {
    width: 100% !important;
  }
  #banner .right-sec .quick-links ul {
    column-count: 2;
  }
  #banner .right-sec .quick-links ul .item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  #banner .right-sec .quick-links ul .item a {
    padding: 10px !important;
  }
  #banner .left-sec #main-slider .banner-slide .image {
    height: 450px !important;
  }
}
@media screen and (max-width: 500px) {
  #banner .right-sec .quick-links ul {
    column-count: 1 !important;
  }
  #banner .left-sec #main-slider .banner-slide .caption {
    left: 15px !important;
  }
}

#message .message-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
  width: 80%;
  margin: 0 auto;
}
#message .message-sec .title {
  font-family: "Lato", sans-serif;
  font-size: 27px;
  font-weight: 700;
  color: #333f48;
}
@media screen and (max-width: 700px) {
  #message .message-sec {
    padding: 20px 0 !important;
  }
}

#sec-slider {
  position: relative;
}
#sec-slider #main-sec-slider {
  width: 80%;
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
}
#sec-slider #main-sec-slider .banner-container .banner-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 370px;
}
#sec-slider #main-sec-slider .banner-container .banner-slide .left-side, #sec-slider #main-sec-slider .banner-container .banner-slide .right-side, #sec-slider #main-sec-slider .banner-container .banner-slide .middle-side {
  width: 33.333%;
  float: left;
  background: #333f48;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
#sec-slider #main-sec-slider .banner-container .banner-slide .left-side img, #sec-slider #main-sec-slider .banner-container .banner-slide .right-side img, #sec-slider #main-sec-slider .banner-container .banner-slide .middle-side img {
  width: auto;
  margin-bottom: 10px;
}
#sec-slider #main-sec-slider .banner-container .banner-slide .left-side .title, #sec-slider #main-sec-slider .banner-container .banner-slide .right-side .title, #sec-slider #main-sec-slider .banner-container .banner-slide .middle-side .title {
  font-family: "Times New Roman";
  font-size: 21px;
  font-weight: 500;
}
#sec-slider #main-sec-slider .banner-container .banner-slide .left-side .description, #sec-slider #main-sec-slider .banner-container .banner-slide .right-side .description, #sec-slider #main-sec-slider .banner-container .banner-slide .middle-side .description {
  font-weight: 300;
}
#sec-slider #main-sec-slider .banner-container .banner-slide .left-side:hover, #sec-slider #main-sec-slider .banner-container .banner-slide .right-side:hover, #sec-slider #main-sec-slider .banner-container .banner-slide .middle-side:hover {
  cursor: pointer;
}
#sec-slider #main-sec-slider .banner-container .banner-slide .m-links {
  width: 33.333%;
  float: left;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  box-sizing: border-box;
  background-position: center;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
#sec-slider #main-sec-slider .banner-container .banner-slide .m-links a {
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  border-bottom: 1px solid #fff;
  position: relative;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
#sec-slider #main-sec-slider .banner-container .banner-slide .m-links a span {
  z-index: 10;
  position: relative;
}
#sec-slider #main-sec-slider .banner-container .banner-slide .m-links a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #943536;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  z-index: 1;
}
#sec-slider #main-sec-slider .banner-container .banner-slide .m-links a:before {
  content: '\f054';
  font-family: "Fontawesome";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  right: 10%;
  opacity: 0;
  color: #fff;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  z-index: 10;
}
#sec-slider #main-sec-slider .banner-container .banner-slide .m-links a:hover {
  color: #fff;
}
#sec-slider #main-sec-slider .banner-container .banner-slide .m-links a:hover:after {
  height: 100%;
}
#sec-slider #main-sec-slider .banner-container .banner-slide .m-links a:hover:before {
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#sec-slider .nav-container {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#sec-slider .nav-container .arrows {
  width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1850px) {
  #sec-slider .nav-container .arrows {
    width: 80%;
  }
}
@media screen and (max-width: 1600px) {
  #sec-slider .nav-container .arrows {
    width: 90%;
  }
}
@media screen and (max-width: 1400px) {
  #sec-slider .nav-container .arrows {
    width: 100%;
  }
}
#sec-slider .nav-container .arrows .slick-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 20px;
}
#sec-slider .nav-container .arrows .slick-next {
  right: 20px;
}
#sec-slider .nav-container .arrows .slick-arrow {
  background: #104c8a;
  padding: 10px 12px;
  border: none;
  position: relative;
  z-index: 5000;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#sec-slider .nav-container .arrows .slick-arrow:after {
  content: '\f054';
  font-family: "Fontawesome";
  color: #fff;
  font-size: 18px;
}
#sec-slider .nav-container .arrows .slick-arrow:hover {
  background: #943536;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  #sec-slider .banner-slide {
    flex-direction: column;
    height: auto !important;
  }
  #sec-slider .banner-slide .left-side, #sec-slider .banner-slide .right-side, #sec-slider .banner-slide .middle-side {
    width: 100% !important;
    max-width: 80% !important;
    min-height: 350px;
  }
  #sec-slider .banner-slide .m-links a:before {
    right: 5% !important;
  }
}
@media screen and (max-width: 500px) {
  #sec-slider .banner-slide .left-side, #sec-slider .banner-slide .right-side, #sec-slider .banner-slide .middle-side {
    width: 90% !important;
    max-width: 100% !important;
  }
  #sec-slider .nav-container .slick-prev {
    left: 10px !important;
  }
  #sec-slider .nav-container .slick-next {
    right: 10px !important;
  }
}

#news {
  margin-bottom: 30px;
}
#news .left-sec #RSSLink {
  display: none;
}
#news .left-sec #home_news_summary .header-title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: #943536;
  padding: 20px 30px;
  position: relative;
}
@media screen and (max-width: 650px) {
  #news .left-sec #home_news_summary .header-title {
    font-size: 20px;
  }
}
#news .left-sec #home_news_summary .header-title:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border-left: 0px solid transparent;
  border-top: 65px solid transparent;
  border-right: 50px solid #fef9f3;
  right: 0;
  top: 0;
}
#news .left-sec #home_news_summary .nav-container {
  padding: 30px 130px 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#news .left-sec #home_news_summary .nav-container .arrows .slick-prev:after {
  content: '\f053';
  font-family: "Fontawesome";
  color: #104c8a;
  font-size: 18px;
}
#news .left-sec #home_news_summary .nav-container .arrows .slick-arrow {
  padding: 10px 12px;
  background: transparent;
  border: none;
  position: relative;
}
#news .left-sec #home_news_summary .nav-container .arrows .slick-arrow:after {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#news .left-sec #home_news_summary .nav-container .arrows .slick-arrow:hover {
  cursor: pointer;
}
#news .left-sec #home_news_summary .nav-container .arrows .slick-arrow:hover:after {
  color: #943536;
}
#news .left-sec #home_news_summary .nav-container .arrows .slick-next:after {
  content: '\f054';
  font-family: "Fontawesome";
  color: #104c8a;
  font-size: 18px;
}
#news .left-sec #home_news_summary .nav-container .dots {
  display: none;
}
#news .left-sec #home_news_summary .nav-container .see-all {
  text-decoration: none;
  color: #686868;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#news .left-sec #home_news_summary .nav-container .see-all:hover {
  color: #943536;
}
#news .left-sec #home_news_summary .nav-container .see-all i {
  font-size: 12px;
}
#news .left-sec #home_news_summary .banner-container {
  width: 100%;
  padding: 0px 100px 0 20px;
}
#news .left-sec #home_news_summary .banner-container .news .inner-news {
  padding: 20px 30px;
  box-sizing: border-box;
}
#news .left-sec #home_news_summary .banner-container .news .inner-news .story {
  text-decoration: none;
  display: block;
}
#news .left-sec #home_news_summary .banner-container .news .inner-news .story .image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 200px;
}
#news .left-sec #home_news_summary .banner-container .news .inner-news .story .image img {
  width: 100%;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
#news .left-sec #home_news_summary .banner-container .news .inner-news .story .newscontent {
  color: #333f48;
  padding: 15px 15px 70px 15px;
  box-sizing: border-box;
  border: 1px solid #848484;
  border-top: none;
  position: relative;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
#news .left-sec #home_news_summary .banner-container .news .inner-news .story .newscontent .title {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  -webkit-transform: scaleX(0.9);
  -moz-transform: scaleX(0.9);
  -o-transform: scaleX(0.9);
  transform: scaleX(0.9);
  transform-origin: 0 0;
}
#news .left-sec #home_news_summary .banner-container .news .inner-news .story .newscontent .date {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #686868;
  font-weight: 400;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
#news .left-sec #home_news_summary .banner-container .news .inner-news .story .newscontent .summary {
  display: inline-block;
  -webkit-transform: scaleX(0.9);
  -moz-transform: scaleX(0.9);
  -o-transform: scaleX(0.9);
  transform: scaleX(0.9);
  transform-origin: 0 0;
}
#news .left-sec #home_news_summary .banner-container .news .inner-news .story .newscontent .read-more {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 10px;
  background: #333f48;
  color: #fff;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
#news .left-sec #home_news_summary .banner-container .news .inner-news .story:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#news .left-sec #home_news_summary .banner-container .news .inner-news .story:hover .newscontent {
  background: #943536;
  color: #fff;
}
#news .left-sec #home_news_summary .banner-container .news .inner-news .story:hover .newscontent .date {
  color: #fff;
}
#news .left-sec #home_news_summary .banner-container .news .inner-news .story:hover .newscontent .read-more {
  background: #fff;
  color: #333f48;
  -moz-box-shadow: inset 0 0 0 2px #333f48;
  -webkit-box-shadow: inset 0 0 0 2px #333f48;
  box-shadow: inset 0 0 0 2px #333f48;
}
#news .right-sec .know-sec .header-title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: #104c8a;
  padding: 20px 30px 20px 80px;
  position: relative;
}
@media screen and (max-width: 650px) {
  #news .right-sec .know-sec .header-title {
    font-size: 20px;
  }
}
#news .right-sec .know-sec .header-title:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border-right: 0px solid transparent;
  border-bottom: 65px solid transparent;
  border-left: 50px solid #fef9f3;
  left: 0;
  top: 0;
}
#news .right-sec .know-sec a {
  display: block;
  padding: 40px 20px;
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
  color: #333f48;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #848484;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#news .right-sec .know-sec a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  z-index: 10;
}
#news .right-sec .know-sec a span {
  position: relative;
  z-index: 10;
}
#news .right-sec .know-sec a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #f4f4f5;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  z-index: 1;
}
#news .right-sec .know-sec a:hover:after {
  width: 100%;
}
@media screen and (max-width: 950px) {
  #news .left-sec, #news .right-sec {
    width: 100% !important;
  }
  #news .left-sec #home_news_summary .banner-container {
    padding: 0 20px !important;
  }
  #news .left-sec #home_news_summary .nav-container {
    padding: 30px 50px 0 50px !important;
  }
}
@media screen and (max-width: 400px) {
  #news .left-sec #home_news_summary .banner-container .news .inner-news {
    padding: 20px 10px !important;
  }
}

#footer-desc {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 50px;
}
#footer-desc .footer-banner {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 50px 80px;
}
#footer-desc .footer-banner .text {
  padding-left: 80px;
}
#footer-desc .footer-banner .text .title {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
#footer-desc .footer-banner .text p {
  font-weight: 300;
}
@media screen and (max-width: 950px) {
  #footer-desc .footer-banner {
    padding: 50px 0px !important;
  }
}
@media screen and (max-width: 650px) {
  #footer-desc {
    padding: 30px 20px;
  }
  #footer-desc .footer-banner {
    flex-direction: column;
    padding: 30px 0px !important;
  }
  #footer-desc .footer-banner .text {
    padding: 20px 0 0 0 !important;
    text-align: center;
  }
}

footer {
  background: #333f48;
  color: #fff;
}
footer .left-sec {
  display: flex;
  align-items: center;
}
footer .left-sec .footer-content {
  display: flex;
  align-items: center;
}
footer .left-sec .footer-content .logo {
  max-width: 220px;
}
footer .left-sec .footer-content .logo img {
  width: 100%;
}
footer .left-sec .footer-content .info span {
  display: block;
}
footer .left-sec .footer-content .info .org-name {
  font-size: 22px;
  font-weight: 600;
}
footer .left-sec .footer-content .info .address {
  padding: 10px 0;
}
footer .left-sec .links ul li {
  list-style: none;
}
footer .left-sec .links ul li a {
  color: #fff;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
footer .left-sec .links ul li a:after {
  content: '\f061 ';
  font-family: "Fontawesome";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-30px);
  -moz-transform: translateY(-50%) translateX(-30px);
  -o-transform: translateY(-50%) translateX(-30px);
  transform: translateY(-50%) translateX(-30px);
  font-size: 14px;
  color: #f7d028;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
footer .left-sec .links ul li a:hover {
  color: #f7d028;
}
footer .left-sec .links ul li a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(-20px);
  -moz-transform: translateY(-50%) translateX(-20px);
  -o-transform: translateY(-50%) translateX(-20px);
  transform: translateY(-50%) translateX(-20px);
}
footer .credit {
  background: #302d2a;
  padding: 15px 20px;
  text-align: center;
}
footer .credit span {
  display: block;
}
@media screen and (max-width: 700px) {
  footer {
    text-align: center;
  }
  footer .left-sec {
    flex-direction: column;
  }
  footer .left-sec .w-60, footer .left-sec .w-40 {
    width: 100% !important;
  }
  footer .left-sec .footer-content {
    flex-direction: column;
  }
  footer .left-sec .links ul {
    padding: 0 !important;
  }
}

#subpage #page .breadcrumbs .pagetitle {
  padding: 15px 50px;
  color: #fff;
  background: #943536;
}
#subpage #page .breadcrumbs .pagetitle h1 {
  margin: 0;
  font-size: 22px;
}
#subpage #page .breadcrumbs .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #104c8a;
  color: #fff;
  padding: 20px 50px;
}
#subpage #page .breadcrumbs .container .portal-breadcrumb a {
  color: #fff;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#subpage #page .breadcrumbs .container .portal-breadcrumb a:hover {
  color: #f7d028;
}
#subpage #page .breadcrumbs .container .portal-breadcrumb span {
  font-weight: 300;
}
#subpage #page .breadcrumbs .container .portal-breadcrumb i {
  padding: 10px;
}
#subpage #page .breadcrumbs .container .icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
#subpage #page .breadcrumbs .container .icons .sub-buttons {
  margin: 0;
  padding: 0;
}
#subpage #page .breadcrumbs .container .icons .sub-buttons li {
  list-style: none;
  display: inline-block;
  padding: 7px;
  font-size: 20px;
}
#subpage #page .breadcrumbs .container .icons .sub-buttons li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#subpage #page .breadcrumbs .container .icons .sub-buttons li a:hover {
  color: #f7d028;
}
#subpage #page .breadcrumbs .container .icons .fontSize {
  margin: 0;
  padding: 0;
}
#subpage #page .breadcrumbs .container .icons .fontSize li {
  list-style: none;
  display: inline-block;
  padding: 7px;
  font-size: 20px;
}
#subpage #page .breadcrumbs .container .icons .fontSize li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#subpage #page .breadcrumbs .container .icons .fontSize li a:hover {
  color: #f7d028;
}
#subpage #page .main-container {
  padding: 30px 50px;
  display: inline-block;
}
#subpage #page .main-container .sidebar {
  width: 30%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
}
#subpage #page .main-container .sidebar #inside-nav {
  width: 80%;
  margin: 0 auto;
  border-right: 2px solid #943536;
  padding: 0px 20px;
}
#subpage #page .main-container .sidebar #inside-nav .navWrp {
  padding: 0;
  position: relative;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
#subpage #page .main-container .sidebar #inside-nav .navWrp a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 7px;
  display: block;
  margin-bottom: 2px;
  position: relative;
  z-index: 10;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
#subpage #page .main-container .sidebar #inside-nav .navWrp:before {
  content: '\f10c';
  font-family: "Fontawesome";
  font-size: 16px;
  color: #943536;
  z-index: 1;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
#subpage #page .main-container .sidebar #inside-nav .navWrp:hover a, #subpage #page .main-container .sidebar #inside-nav .navWrp.currentpage a {
  transform: translateX(10px);
}
#subpage #page .main-container .sidebar #inside-nav .navWrp:hover:before, #subpage #page .main-container .sidebar #inside-nav .navWrp.currentpage:before {
  content: '\f111';
  cursor: pointer;
}
#subpage #page .main-container .sidebar #inside-nav .sitenavl0 {
  margin: 0;
}
#subpage #page .main-container .sidebar #inside-nav .sitenavl0 a {
  color: #104c8a;
}
#subpage #page .main-container .sidebar #inside-nav .sitenavl0:before {
  color: #104c8a;
}
#subpage #page .main-container .main-content {
  width: 70%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
}
#subpage #page .mobile-subpage-menu {
  display: none;
  background: #333f48;
  text-align: center;
}
#subpage #page .mobile-subpage-menu a {
  color: #fff;
  padding: 10px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
#subpage #page .mobile-subpage-menu a i {
  padding: 10px 20px;
}
#subpage #news-summary {
  padding: 10px;
  box-sizing: border-box;
}
#subpage #news-summary .image {
  box-shadow: 0 0 0 3px #943536;
  border-radius: 7px;
}
#subpage #news-summary .content .inner-news-content .title {
  text-transform: uppercase;
}
#subpage #news-summary .content .inner-news-content .date {
  color: #333f48;
}
@media screen and (max-width: 950px) {
  #subpage #page .main-container {
    padding: 0;
  }
  #subpage #page .main-container .sidebar, #subpage #page .main-container .main-content {
    width: 100%;
  }
  #subpage #page .main-container .sidebar {
    padding: 0;
    margin-bottom: 20px;
  }
  #subpage #page .main-container .sidebar #inside-nav {
    border-right: none;
    border-bottom: 2px solid #333f48;
    display: none;
    width: 100%;
    padding: 20px 0 20px 50px;
    background: #edf0f3;
  }
  #subpage #page .main-container .sidebar #inside-nav .navWrp {
    margin: 0;
  }
  #subpage #page .mobile-subpage-menu {
    display: block;
  }
  #subpage #page .breadcrumbs .container {
    flex-direction: column;
  }
  #subpage #page .breadcrumbs .pagetitle {
    text-align: center;
  }
}
@media screen and (min-width: 950px) {
  #subpage #page .main-container .sidebar #inside-nav {
    display: block !important;
  }
}
