@font-face {
  font-family: univers;
  src: url(../fonts/UniversLTStd.otf);
}

.ad-thumb-list{
  width: 100%!important;
}

p, span, h4{
  font-family: univers!important;
}

body {
  padding-top: 60px;
  font-family: univers!important;
  font-weight: normal!important;
}

.gray-bg {
  background-color: #eee;
  padding: 50px 0px;
}

.np {
  padding: 0px;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }

  .opportunities-container{
    margin-top: 0px!important;
  }

  .template-content img{
      width: 100%!important;
      height: auto!important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

@media screen and (max-width: 576px) {
  .images {
    display: none;
  }
}

.video {
  margin-bottom: 30px;
  margin-top: -34px;
  position: relative;
  display: inline-block;
}

.video .mouse, .video .scroll {
  position: absolute;
  top: 65%;
  left: 55%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.video .mouse {
  width: 27px;
  height: 44px;
  background-color: transparent;
  bottom: 10px;
  border: 3px solid #fff;
  border-radius: 24px;
  margin-left: -25px;
}

.video .scroll {
  width: 3.5px;
  height: 11px;
  background-color: #fff;
  margin-left: -1.5px;
  border-radius: 3px;
  top: 5px;
  -webkit-animation-name: scrolling;
          animation-name: scrolling;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
          animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes scrolling {
  0% {
    top: 0;
    opacity: 0;
  }
  20% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 17px;
    opacity: 0;
  }
}

@keyframes scrolling {
  0% {
    top: 0;
    opacity: 0;
  }
  20% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 17px;
    opacity: 0;
  }
}

.video a:hover {
  text-decoration: none;
}

.video video {
  display: block;
  z-index: -1;
}

.video .title .header {
  position: absolute;
  top: 35%;
  left: 50%;
  z-index: 1;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  text-align: center;
  color: #eda131 !important;
  font-size: 2vw;
  letter-spacing: -1px;
}

.video .title .subheader {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 1;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  text-align: center;
  color: #fff !important;
  font-size: 3vw;
  letter-spacing: -1px;
}

.video h4 {
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  text-align: center;
  color: #fff !important;
}

.video .img-1 {
  position: absolute;
  top: 60%;
  left: 30%;
  z-index: 1;
}

.video .img-1 img {
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  height: 150px;
  width: auto;
}

.video .img-2 {
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 1;
}

.video .img-2 img {
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  height: 150px;
  width: auto;
}

.video .img-3 {
  position: absolute;
  top: 60%;
  left: 70%;
  z-index: 1;
}

.video .img-3 img {
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  height: 150px;
  width: auto;
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .video h4 {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    text-align: center;
    color: #fff !important;
    font-size: 16px;
  }
  .video .img-1 {
    position: absolute;
    top: 60%;
    left: 30%;
    z-index: 1;
  }
  .video .img-1 img {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    height: 120px;
    width: auto;
  }
  .video .img-2 {
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 1;
  }
  .video .img-2 img {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    height: 120px;
    width: auto;
  }
  .video .img-3 {
    position: absolute;
    top: 60%;
    left: 70%;
    z-index: 1;
  }
  .video .img-3 img {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    height: 120px;
    width: auto;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .video h4 {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    text-align: center;
    color: #fff !important;
    font-size: 14px;
  }
  .video .img-1 {
    position: absolute;
    top: 65%;
    left: 30%;
    z-index: 1;
  }
  .video .img-1 img {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    height: 70px;
    width: auto;
  }
  .video .img-2 {
    position: absolute;
    top: 65%;
    left: 50%;
    z-index: 1;
  }
  .video .img-2 img {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    height: 70px;
    width: auto;
  }
  .video .img-3 {
    position: absolute;
    top: 65%;
    left: 70%;
    z-index: 1;
  }
  .video .img-3 img {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    height: 70px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .video h4 {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    text-align: center;
    color: #fff !important;
    font-size: 12px;
  }
  .video .img-1 {
    position: absolute;
    top: 70%;
    left: 30%;
    z-index: 1;
  }
  .video .img-1 img {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    height: 50px;
    width: auto;
  }
  .video .img-2 {
    position: absolute;
    top: 70%;
    left: 50%;
    z-index: 1;
  }
  .video .img-2 img {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    height: 50px;
    width: auto;
  }
  .video .img-3 {
    position: absolute;
    top: 70%;
    left: 70%;
    z-index: 1;
  }
  .video .img-3 img {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    height: 50px;
    width: auto;
  }
}

.video .img-1, .video .img-2, .video .img-3 {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.video .img-1:hover, .video .img-2:hover, .video .img-3:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.images-blue a {
  color: #333;
}

.images-blue a:hover {
  text-decoration: none;
}

.images-blue a h4 {
  margin-top: 20px;
}

.images-blue .img-1 img, .images-blue .img-2 img, .images-blue .img-3 img {
  height: 100px;
  width: auto;
}

.images-blue .img-1, .images-blue .img-2, .images-blue .img-3 {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.images-blue .img-1:hover, .images-blue .img-2:hover, .images-blue .img-3:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.images-blue .img-2, .images-blue .img-3 {
  margin-top: 60px;
}

.flex.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex .f1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex .f2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.flex .f3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.flex .f4 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

.navbar {
  margin-top: -66px;
  }

.navbar form {
  margin-top: 10px;
}

.navbar form .form-control-nj {
  width: 100%;
  border: 1px solid transparent;
  display: block;
  font-size: 10pt;
  padding: 5px;
  color: #aaa;
}

.navbar button {
  border-radius: 0;
}

.navbar ul li {
  text-align: center;
}

.my-header {
  position: fixed;
  z-index: 10;
  top: 0px;
  width: 100%;
  background-color: #fefefe;
}

.my-header ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  margin: 0px;
}

.my-header ul.menu li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  border-right: 1px solid #aaa;
}

.my-header ul.menu li:first-child {
  font-weight: bold;
}

.my-header ul.menu li:last-child {
  border-right: none;
}

.my-header ul.menu li form {
  padding: 14px 10px;
}

.my-header ul.menu li form .form-control-nj {
  border: 1px solid #aaaaaa;
  display: block;
  font-size: 10pt;
  padding: 5px;
  color: #aaa;
}

.my-header ul.menu li a {
  padding: 15px 2px;
  display: block;
  color: black;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  position: relative;
  font-size: 8pt;
  /*font-size: 10pt;*/
}

.my-header ul.menu li a::after {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 0px;
  background-color: #0071bd;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.my-header ul.menu li a:hover, .my-header ul.menu li a:active, .my-header ul.menu li a:focus, .my-header ul.menu li a.active {
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  /*background-color: #0C486D;*/
}

.my-header ul.menu li a:hover::after, .my-header ul.menu li a:active::after, .my-header ul.menu li a:focus::after, .my-header ul.menu li a.active::after {
  height: 5px;
}

.l-nav, .r-nav {
  position: absolute;
  top: 38%;
  color: #007bff;
  font-size: 40px;
}

.l-nav {
  left: -40px;
}

.r-nav {
  right: -40px;
}

.news-container .news-item a.img-con {
  display: block;
}

.news-container .news-item a.img-con img {
  display: block;
  width: 100%;
}

.news-container .news-item h4 {
  font-size: 14pt;
  margin-top: 10px;
}

.news-container .news-item h4 small.date {
  font-size: 10pt;
  float: right;
}

.news-container .news-item p {
  font-size: 10pt;
  color: #aaa;
}

ul.news-snippet {
  margin: 0px;
  padding: 0px;
}

ul.news-snippet li {
  padding: 15px 0 15px 0;
  list-style-type: none;
  border-bottom: 1px solid #ddd;
}

ul.news-snippet li:first-child {
  /*border-top: 1px solid #ddd;*/
}

ul.news-snippet li a {
  display: block;
  padding: 10px 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

ul.news-snippet li a h3 {
  font-size: 11pt;
  /*text-align: justify;*/
  color: #434343;
  margin: 0 0 10px 0;
}

ul.news-snippet li a small {
  font-size: 9pt;
  color: #aaa;
}

ul.news-snippet li a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

.microsite-container .microsite-item {
  padding: 20px;
  color: #aaa;
}

.microsite-container .microsite-item a {
  color: inherit;
}

.microsite-container .microsite-item a:hover {
  text-decoration: none;
}

.microsite-container .microsite-item a img {
  height: 120px;
  width: 100%;
  display: block;
  object-fit: contain;
}

@media (max-width: 767px) {
  .microsite-container .microsite-item a img {
    height: 100%;
    width: 100%;
    display: block;
  }
}

.microsite-container .microsite-item a p {
  font-size: 10pt;
  text-align: justify;
  margin-top: 10px;
}

.my-footer {
  background-color: #434343;
  padding: 30px 0px;
}

.my-footer.white {
  background-color: #fff;
}

.my-footer.white h5 {
  color: #434343;
  text-transform: uppercase;
  font-size: 10pt;
}

.my-footer.white .footer-item ul {
  color: #434343;
}

.my-footer.white .footer-item ul li a {
  color: inherit;
}

.my-footer.white .footer-item p {
  color: #434343;
}

.my-footer .footer-item img {
  /*width: 80%;*/
  display: inline-block;
  /*padding: 25px;*/
}

@media (max-width: 575px) {
  .my-footer .footer-item img {
    width: 100%;
    display: inline-block;
    padding: 35px;
  }
  .my-footer .footer-item .contact {
    padding-left: 30px;
  }
  .my-footer .footer-item .contact h3 {
    font-size: 25px;
    margin: 20px 0 20px 0;
  }
  .my-footer .footer-item .contact p {
    font-size: 15px;
  }
  .my-footer .footer-item .contact ul li a {
    font-size: 15px;
  }
}

.my-footer .footer-item .img-2 {
  /*width: 80%;*/
  /*padding: 20px;*/
  display: block;
}

.my-footer .footer-item h3 {
  font-size: 14pt;
  color: #fff;
}

.my-footer .footer-item p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 10pt;
}

.my-footer .footer-item ul {
  padding: 0px;
  margin: 0px;
}

.my-footer .footer-item ul.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.my-footer .footer-item ul li {
  list-style: none;
}

.my-footer .footer-item ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 10pt;
}

.bg-gray {
  background-color: #f0f0f0;
}

.bg-gray h5 {
  color: #434343;
  text-transform: uppercase;
  font-size: 10pt;
}

.bg-gray .footer-item ul {
  color: #434343;
}

.bg-gray .footer-item ul li a {
  color: inherit;
}

.bg-gray .footer-item p {
  color: #434343;
}

.ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ellipsis-3-1 {
  overflow: hidden;
  white-space: pre-line;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  font-size: .8rem;
  padding: 0 25px;
  text-align: justify;
  margin-bottom: 10.4px;
}

.image-border {
  border-bottom: 10px solid #0071bd;
  margin-top: 157px;
}

/* About Us */
.aboutus-container .body .subheader {
  color: #999;
  margin-bottom: 10px;
}

.aboutus-container .body .content {
  color: #999;
}

.aboutus-container .body .img img {
  width: 100%;
  height: auto;
}

.aboutus-container .body .img-container {
  border: 2px solid #eee;
  border-bottom-width: 8px;
  padding: 10px 10px 0 10px;
}

.aboutus-container .body .img-container img {
  width: 100%;
  height: auto;
}

.aboutus-container .body .img-container .title {
  font-size: 16px;
  text-align: center;
  color: #333;
  font-weight: 600;
  margin-top: 20px;
}

.aboutus-container .body .img-container .content {
  text-align: center;
  margin-top: -10px;
  font-size: 13px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.aboutus-container .body .img-container a i {
  color: #999;
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}

.aboutus-container .body .img-container a i:hover, .aboutus-container .body .img-container a i:active, .aboutus-container .body .img-container a i:focus, .aboutus-container .body .img-container a i.active {
  color: #2aabe4;
}

.list-group .list-group-item[aria-expanded="false"]::after {
  font-family: 'FontAwesome';
  content: " \F0D7";
  display: flex;
  float: right;
  height: 100%;
  align-items: center;
}

.list-group .list-group-item[aria-expanded="true"]::after {
  font-family: 'FontAwesome';
  content: " \F0DA";
  display: flex;
  float: right;
  height: 100%;
  align-items: center;
}

/* Agenda */
.agenda-container .body .content {
  color: #999;
  margin-top: 30px;
  margin-bottom: 30px;
}

.agenda-container .body .img img {
  width: 100%;
  height: auto;
}

.agenda-container .body .img-container {
  border: 2px solid #eee;
  border-bottom-width: 8px;
  padding: 10px 10px 0 10px;
}

.agenda-container .body .img-container img {
  width: 100%;
  height: auto;
}

.agenda-container .body .img-container .title {
  font-size: 16px;
  text-align: center;
  color: #333;
  font-weight: 600;
  margin-top: 20px;
}

.agenda-container .body .img-container .fa-download {
  margin-top: 20px;
  color: #999;
  font-size: 26px;
  text-align: center;
}

.agenda-container .body .img-container a i:hover, .agenda-container .body .img-container a i:active, .agenda-container .body .img-container a i:focus, .agenda-container .body .img-container a i.active {
  color: #2aabe4;
}

.agenda-footer {
  text-align: center;
  margin-top: 60px;
  font-weight: 600;
}

.agenda-footer .fa-globe {
  color: #b3b3b3;
  font-size: 24px;
}

.agenda-footer a {
  text-decoration: none;
  color: #2aabe4;
}

/* Resources */
.resources-container .body .subheader {
  color: #999;
  margin-bottom: 10px;
}

.resources-container .body .content {
  color: #999;
}

.resources-container .body .img img {
  width: 100%;
  height: auto;
}

.resources-container .body .img-container {
  border: 2px solid #eee;
  border-bottom-width: 8px;
  padding: 10px 10px 0 10px;
}

.resources-container .body .img-container img {
  width: 100%;
  height: auto;
}

.resources-container .body .img-container .title {
  font-size: 16px;
  text-align: center;
  color: #333;
  font-weight: 600;
  margin-top: 20px;
}

.resources-container .body .img-container .content {
  text-align: center;
  margin-top: -10px;
  font-size: 13px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.resources-container .body .img-container a i {
  color: #999;
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}

.resources-container .body .img-container a i:hover, .resources-container .body .img-container a i:active, .resources-container .body .img-container a i:focus, .resources-container .body .img-container a i.active {
  color: #2aabe4;
}

/* Opportunities elements */
.opportunities-container {
  padding: 30px;
  background-color: #fff !important;
  border-bottom: 7px solid #b6b1ad;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.opportunities-container .title {
  color: #333;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.opportunities-container .title .resources-select .form-control {
  border-radius: 0;
  border: 2px solid #dadada;
  width: 120px;
  float: right;
}

@media screen and (max-width: 767px) {
  .opportunities-container .title .resources-select .form-control {
    float: none;
  }

  .website-content img {
      width: 100%!important;
      height: auto!important;
  }
}

.opportunities-container hr {
  margin-top: -15px;
}

.opportunities-container .breadcrumb {
  background-color: #fff;
  margin-top: -15px;
}

.opportunities-container .breadcrumb li, .opportunities-container .breadcrumb a {
  color: #333;
  text-decoration: none;
}

.opportunities-container .breadcrumb .active a {
  font-weight: 600;
  color: #0070ba !important;
}

.opportunities-container .breadcrumb-item + .breadcrumb-item::before {
  font-family: 'FontAwesome';
  content: "\F101";
  font-weight: 600;
  color: #999;
}

.opportunities-container .body .career-img {
  margin-bottom: 30px;
}

.opportunities-container .body .career-img img {
  width: 100%;
  height: auto;
}

.opportunities-container .body img {
  height: 100px;
  width: 100px;
}

.opportunities-container .body .title {
  color: #0072bd;
  font-weight: 600;
  font-size: 18px;
}

.opportunities-container .body .content {
  color: #999;
}

.opportunities-container .body .closing-date {
  color: #333;
  margin: -20px 0 5px 0;
  font-size: 13px;
  font-weight: 600;
}

.opportunities-container .body .category .category-title {
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

.opportunities-container .body .category .category-title hr {
  margin: 10px 0;
}

.opportunities-container .send-resume {
  background-color: #f6f8f7;
  padding: 30px;
  margin-top: 30px;
}

.opportunities-container .send-resume .header {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
}

.opportunities-container .send-resume .form-control {
  border-radius: 0;
  border: 2px solid #dadada;
  background-color: #f6f8f7;
}

.opportunities-container .send-resume .format {
  color: #999;
  margin-bottom: 20px;
}

.opportunities-container .send-resume .btn-primary {
  height: 75px;
  width: 100%;
  border-radius: 0;
}

@media screen and (max-width: 992px) {
  .opportunities-container .send-resume .btn-primary {
    height: 50px;
  }
}

.opportunities-header {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.opportunities-subheader {
  margin: 30px 0 30px 0;
  color: #999;
}

.opportunities-social {
  margin-top: 50px;
  text-align: right;
}

.opportunities-social .btn {
  border-radius: 0;
  height: 40px;
  width: 90px;
  margin-left: 10px;
}

.opportunities-social .btn-primary {
  background-color: #475594;
  border-color: #475594;
}

.opportunities-social .btn-primary:hover, .opportunities-social .btn-primary:active, .opportunities-social .btn-primary:focus, .opportunities-social .btn-primary.active {
  border-color: #233480;
  opacity: .8;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.opportunities-social span {
  color: #999;
  margin-left: 10px;
}

@media screen and (max-width: 391px) {
  .opportunities-social {
    text-align: center;
  }
  .opportunities-social .btn-primary {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .opportunities-navigation .list-group {
    margin-bottom: 40px;
  }
}

.opportunities-navigation .list-group {
  border-bottom: 4px solid #eee;
}

.opportunities-navigation .list-group-item {
  border-radius: 0;
  color: #808080;
}

.opportunities-navigation .list-group-item:hover, .opportunities-navigation .list-group-item:focus {
  color: #afacac;
}

.opportunities-navigation .list-group-item.active {
  color: #fff;
  font-weight: 600;
}

.opportunities-navigation .subcategory .list-group-item {
  border-radius: 0;
  color: #999;
}

.opportunities-navigation .subcategory .list-group-item:hover, .opportunities-navigation .subcategory .list-group-item:focus {
  color: #28abe1;
}

.opportunities-navigation .subcategory .list-group-item.active {
  background-color: #fff;
  border-color: #dfdfdf;
  color: #28abe1;
  font-weight: 600;
}

/* Contact Us */
.contact-container {
  background-color: #fff !important;
  border-bottom: 7px solid #b6b1ad;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.contact-header {
  padding: 30px 30px 0 30px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.contact-subheader {
  padding: 0 30px 0 30px;
  margin: 30px 0 30px 0;
  color: #999;
}

.contact-form {
  padding: 10px 30px 30px 30px;
}

.contact-form .header {
  font-size: 18px;
  font-weight: 600;
}

.contact-form .body {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .contact-form .body textarea {
    margin-top: 30px;
  }
}

.contact-form .mrb {
  margin-bottom: 32px;
}

.contact-form .form-control {
  border-radius: 0;
  border: 2px solid #dadada;
}

.contact-form .submit {
  margin-top: 20px;
  text-align: right;
}

.contact-form .submit .btn-primary {
  border-radius: 0;
  height: 45px;
  width: 180px;
}

@media screen and (max-width: 767px) {
  .contact-form .submit .btn-primary {
    width: 100%;
  }
}

.contact-info {
  background-color: #fbfaf8;
  margin: 10px 30px 30px 30px;
  padding: 30px 20px 30px 20px;
  color: #999;
}

.contact-info .fa {
  margin-right: 5px;
  font-size: 30px;
  color: #0071bd;
}

@media screen and (min-width: 992px) {
  .contact-info span {
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .contact-info span {
    position: relative;
  }
}

.contact-info .map {
  margin-top: -10px;
}

.social-info {
  margin: 10px 30px 30px 30px;
  padding: 30px 70px 30px 70px;
}

.social-info .header {
  margin-top: -20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.social-info a {
  color: #999;
}

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

.social-info a .fa {
  margin-right: 5px;
  color: #0071bd;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .social-info a span {
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .social-info a span {
    position: relative;
  }

  .video {
    
    margin-top: 0px!important;
  }
}

@media screen and (max-width: 992px) {
  .social-info {
    text-align: center;
  }
  .mg-top-md {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .social-info, .contact-info {
    padding: 30px 0 30px 0;
    text-align: center;
  }
  .mg-top-sm {
    margin-top: 10px;
  }
  .slick-dots {
    text-align: center !important;
    margin: 10px 0 10px 0 !important;
  }
}

.index-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .index-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .index-container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .index-container {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  .index-container {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (min-width: 576px) {
  .index-container {
    width: 840px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .index-container {
    width: 1020px;
    max-width: 100%;
  }


}

@media (min-width: 992px) {
  .index-container {
    width: 1260px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .index-container {
    width: 1540px;
    max-width: 100%;
  }
}

@media (min-width: 767px) {
  .mobile-res {
    display: none;
  }
}

.header-image.hide{
  display: none;
}
.collapse.show {
  
}
.collapse.show .expand {
  padding-left: 30px;
}
.collapse.show .collapse.show .expand {
  padding-left: 40px;
}
.collapse.show .collapse.show .collapse.show .expand {
  padding-left: 50px;
}
.collapse.show .collapse.show .collapse.show .collapse.show .expand {
  padding-left: 60px;
}
.footer-img-res img {
  max-width: 100%;
  object-fit: contain;
}