* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.5px;
}

html {
  overflow-x: hidden;
}

html, body {
  position: relative;
  max-width: 100vw;
  color: #430808;
  font-family: "Source Sans Pro", sans-serif !important;
}

a {
  text-decoration: none !important;
  color: #430808;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

img {
  max-width: 100%;
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.imgContainer {
  overflow: hidden;
}

.imgContainer img {
  width: 100%;
  -webkit-transition: 2s ease;
  transition: 2s ease;
}

.imgContainer img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.position-relative {
  position: relative;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs24 {
  font-size: 24px;
}

.fs28 {
  font-size: 28px;
}

.fs32 {
  font-size: 32px;
}

.grayText {
  color: #878787;
}

.greenText {
  color: #3fe58a;
}

.blueText {
  color: #0b41d9;
}

.lightBlueText {
  color: #3cddf9;
}

.whiteText {
  color: #fff;
}

a.whiteText:hover {
  color: #fff;
}

.redText {
  color: red;
}

.posr {
  position: relative;
}

.posa {
  position: absolute;
}

.blueBackground {
  background-color: #0b41d9;
}

.grayBackground {
  background-color: #F9F9F9;
}

.whiteBackground {
  background-color: #fff;
}

.bbGray {
  border-bottom: 1px solid #D5D5D5;
}

.lightBlueButton {
  background-color: #3cddf9;
  border: 1px solid #3cddf9;
  padding: 8px 10px;
  color: #fff;
  border-radius: 8px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.lightBlueButton:hover {
  background-color: #fff;
  color: #3cddf9;
}

.rowList > *:last-child {
  margin-right: 0;
}

.columnList > *:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes w0to100 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes w0to100 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes h0to100 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@keyframes h0to100 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

.wline, .hline {
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(#8ed6e7), to(#8ed6e7));
  background: linear-gradient(to top, #8ed6e7, #8ed6e7);
  position: absolute;
  content: '';
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.hline {
  left: 5vw;
  top: 0;
  width: 1px;
  height: 100%;
  -webkit-animation: h0to100 3s;
          animation: h0to100 3s;
}

.wline {
  top: 5vw;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-animation: w0to100 3s;
          animation: w0to100 3s;
}

.topBar {
  padding: 10px;
  background-color: #23375c;
  width: 100%;
}

@media (max-width: 992px) {
  .topBar {
    display: none;
  }
}

.topBar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.topBar ul:not(:last-child) {
  margin-right: 20px;
}

.topBar ul:not(:last-child)::after {
  position: absolute;
  content: '';
  right: -10px;
  top: 50%;
  width: 1px;
  height: 12px;
  background-color: #7F7F7F;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.topBar ul li a {
  display: block;
  padding: 4px 8px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.topBar ul li a:hover {
  color: #dd6d6d;
}

.topBar ul.fontSize li:nth-child(1) a {
  font-size: 18px;
}

.topBar ul.fontSize li:nth-child(2) a {
  font-size: 14px;
}

.topBar ul.fontSize li:nth-child(3) a {
  font-size: 10px;
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 20;
}

header .bottomBar {
  padding: 20px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

header .bottomBar a img {
  max-height: 60px;
}

@media (max-width: 992px) {
  header .bottomBar nav {
    display: none;
  }
}

header .bottomBar nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
  padding: 0;
  margin: 0;
}

header .bottomBar nav ul li a {
  display: block;
  padding: 5px 10px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

header .bottomBar nav ul li a::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 25%;
  width: 0;
  height: 3px;
  background-color: #213469;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

header .bottomBar nav ul li a:hover::after {
  width: 50%;
}

header .bottomBar .mobMenu {
  display: none;
  padding: 8px 12px;
  border: 1px solid #213469;
  font-size: 18px;
}

@media (max-width: 992px) {
  header .bottomBar .mobMenu {
    display: block;
  }
}

.mobNav {
  display: none;
  position: fixed;
  height: calc(100% - 100px);
  top: 100px;
  width: 100vw;
  background-color: #fff;
  z-index: 10;
  overflow-y: scroll;
}

.mobNav .mobNavBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
}

.mobNav ul {
  padding: 0;
  margin: 0;
}

.mobNav ul.mobMenu {
  border-top: 3px solid #213469;
}

.mobNav ul li a {
  display: block;
  padding: 10px;
  color: #213469;
  border-bottom: 1px solid #213469;
}

.mobNav .mobNavBottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobNav .mobNavBottom ul li a {
  border: none;
}

.mobNav .mobNavBottom ul .fontSize li:nth-child(1) a {
  font-size: 18px;
}

.mobNav .mobNavBottom ul .fontSize li:nth-child(2) a {
  font-size: 14px;
}

.mobNav .mobNavBottom ul .fontSize li:nth-child(3) a {
  font-size: 10px;
}

main .banner {
  position: relative;
}

main .banner img {
  max-height: 760px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*main .banner .bannerBox {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 48px;
  line-height: 52px;
  color: #fff;
}*/

main .banner .bannerBox {
  position: absolute;
  top: 0%;
  height: 100%;
  left: 0;
  width: 100%;
  font-size: 48px;
  line-height: 52px;
  color: #fff;
  display: flex;
  align-items: center;
}

main .banner .bannerBox span{
 text-shadow: rgb(136 136 136) 3px 4px 5px;
 color: #000;
}


@media (max-width: 992px) {
  main .banner .bannerBox {
    font-size: 24px;
    line-height: 32px;
    position: static;
    color: #000;
    margin-top: 1rem;
    text-shadow: none;
  }
  main .banner .bannerBox span{
 text-shadow: rgba(136 136 136) 3px 4px 5px;
}

}

main .banner .bannerBox a {
  padding: 10px 50px;
  background-color: #CC0000;
  border: 1px solid #CC0000;
  color: #fff;
  margin-top: 2rem;
  font-size: 18px;
  line-height: 32px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}

@media (max-width: 992px) {
  main .banner .bannerBox a {
    font-size: 16px;
    line-height: 26px;
    padding: 8px 20px;
    margin-top: 1rem;
  }
}

main .banner .bannerBox a:hover {
  background-color: #fff;
  color: #CC0000;
}

main .lookingfor h2 {
  color: #213469;
  margin-bottom: 1rem;
  font-size: 36px;
}

main .lookingfor .lookingBox {
  border-top: 5px solid #213469;
  padding: 6rem 20px;
  min-height: 700px;
  height: 100%;
  position: relative;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

main .lookingfor .lookingBox img {
  display: block;
  margin: 20px auto 40px;
  height: 80px;
}

main .lookingfor .lookingBox h4 {
  font-weight: bold;
  font-size: 24px;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  color: #213469;
}

main .lookingfor .lookingBox h4::after {
  background-color: red;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 25px);
  content: '';
}

main .lookingfor .lookingBox p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

main .lookingfor .lookingBox .lookingList {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #213469;
  opacity: 0;
  overflow-y: auto;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

main .lookingfor .lookingBox .lookingList h3 {
  padding: 30px 10px;
  text-align: center;
  font-size: 22px;
  margin: 0;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

main .lookingfor .lookingBox .lookingList ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

main .lookingfor .lookingBox .lookingList ul li a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 0 5px 15px;
  font-size: 16px;
  color: #ffffffcc;
}

main .lookingfor .lookingBox .lookingList ul li a:hover {
  background-color: #007dbc;
}

main .lookingfor .lookingBox:hover .lookingList {
  opacity: 1;
}

main .feature h2 {
  color: #213469;
  margin-bottom: 1rem;
  font-size: 36px;
}

main .feature select {
  background-color: #CC0000;
  color: #fff;
  padding: 10px 20px;
  border: none;
}

main .feature select option {
  color: #fff;
}

main .feature .featureBox {
  height: 100%;
  margin-bottom: 2rem;
}

main .feature .featureBox img {
  display: block;
  margin: 0px auto;
  width: 100%;
}

main .feature .featureBox h4 {
  font-size: 20px;
  position: relative;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #213469;
}

main .feature .featureBox h4::after {
  background-color: red;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
}

main .feature .featureBox p {
  font-size: 16px;
  line-height: 20px;
  color: #333;
}

main .feature .featureBox a {
  font-size: 16px;
  text-decoration: underline !important;
  color: #007DBC;
}

main .newsEvents h2 {
  color: #213469;
  margin-bottom: 1rem;
  font-size: 36px;
}

main .newsEvents .newsEventsBox {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border: 1px solid #eee;
  height: 100%;
}

main .newsEvents .newsEventsBox img {
  width: 100%;
}

main .newsEvents .newsEventsBox .col-lg-6 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main .newsEvents .newsEventsBox h4 {
  padding: 30px 30px 0px;
  font-size: 20px;
  margin: 0;
}

main .newsEvents .newsEventsBox h4 a {
  color: #213469;
}

main .newsEvents .newsEventsBox h6.date {
  color: #aaa;
  font-size: 14px;
  margin: 8px 30px;
}

main .newsEvents .newsEventsBox p {
  padding: 0px 30px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

main .newsEvents .newsEventsBox ul.socialShare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  opacity: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 10px 30px 10px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

main .newsEvents .newsEventsBox ul.socialShare li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #213469;
  color: #213469;
  margin-left: 0.5rem;
  font-size: 14px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

main .newsEvents .newsEventsBox ul.socialShare li a:hover {
  background-color: #213469;
  color: #fff;
}

main .newsEvents .newsEventsBox:hover ul.socialShare {
  opacity: 1;
  pointer-events: all;
}

main .newsEvents .RightNewsEvents > .row > .col-lg-6 {
  margin-bottom: 1.5rem;
}

.w-90 {
  width: 100%;
  padding: 0 20px;
}

footer {
  border-top: 1px solid #eee;
}

footer .topFooter {
  padding: 40px 0;
}

footer .topFooter h4 {
  color: #213469;
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 18px;
}

@media (max-width: 992px) {
  footer .topFooter h4 {
    margin-top: 1rem;
    font-size: 20px;
  }
}

footer .topFooter ul {
  padding: 0;
  margin: 0;
}

footer .topFooter ul li a {
  color: #000;
  display: inline-block;
  padding: 4px 0;
  position: relative;
  color: #666;
  font-size: 16px;
  line-height: 40px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

footer .topFooter ul li a:hover {
  text-decoration: underline !important;
}

footer .bottomFooter {
  border-top: 1px solid #eee;
  padding: 20px;
}

footer .bottomFooter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
}

footer .bottomFooter ul li {
  margin-right: 0.5rem;
}

footer .bottomFooter ul li a {
  display: block;
  padding: 6px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #333;
  color: #333;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

footer .bottomFooter ul li a:hover {
  background-color: #333;
  color: #fff;
}
/*# sourceMappingURL=all.css.map */