@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');
@font-face {
  font-family: "Helvetica Neue";
  src: url('/assets/fonts/HelveticaNeue.ttf'), url('/assets/fonts/HelveticaNeue.eot'); /* IE9 Compat Modes */
  src: url('/assets/fonts/HelveticaNeue.ttf'), url('/assets/fonts/HelveticaNeue.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('/assets/fonts/HelveticaNeue.ttf'), url('/assets/fonts/HelveticaNeue.eot') format('woff2'), /* Super Modern Browsers */
       url('/assets/fonts/HelveticaNeue.ttf'), url('/assets/fonts/HelveticaNeue.eot') format('woff'), /* Pretty Modern Browsers */
       url('/assets/fonts/HelveticaNeue.ttf'), url('/assets/fonts/HelveticaNeue.eot')  format('truetype'), /* Safari, Android, iOS */
       url('/assets/fonts/HelveticaNeue.ttf'), url('/assets/fonts/HelveticaNeue.eot') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('/assets/fonts/HelveticaNeue.eot'); /* IE9 Compat Modes */
  src: local('Helvetica Neue'), local('Helvetica Neue'),
       url('/assets/fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/assets/fonts/HelveticaNeue.woff2') format('woff2'), /* Super Modern Browsers */
       url('/assets/fonts/HelveticaNeue.woff') format('woff'), /* Modern Browsers */
       url('/assets/fonts/HelveticaNeue.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/assets/fonts/HelveticaNeue.svg') format('svg'); /* Legacy iOS */
}

.subpage_content {
  margin-bottom: 55px;
}
/* Top Menu styles =============================== */
.top-menu {
  min-height: 30px;
  background: #0079C2; }
  .top-menu .search_input a {
    color: #fff;
    font-size: 20px;
    padding: 0 5px; }
    .top-menu .search_input a:hover {
      text-decoration: none; }
  .top-menu .social {
    margin: 0;
    padding-right: 5px; }
    .top-menu .social a {
      color: #fff;
      font-size: 20px;
      padding: 5px 2px; }
      .top-menu .social a:hover {
        text-decoration: none; }
    .top-menu .social img {
      width: 18px;
      transition: 0.3s; }
      .top-menu .social img:hover {
        opacity: 0.8;
        transition: 0.3s; }
    .top-menu .social .ph-er {
      font-family: "Roboto Condensed";
      background: #DEB408;
      font-size: 15px;
      margin-right: 10px;
      padding: 5px 8px;
      transition: 0.3s;
      cursor: pointer; }
      .top-menu .social .ph-er:hover {
        background: #002B5C;
        transition: 0.3s; }
      .top-menu .social .ph-er .fa-phone {
        font-size: 20px;
        margin-right: 4px; }
      .top-menu .social .ph-er span .fa-caret-right {
        font-size: 12px; }

.navbar {
  font-family: "Roboto Condensed";
  box-shadow: 0 1px 4px rgba(136, 136, 136, 0.5);
  min-height: 90px !important;
  margin-bottom: 0 !important; }
  .navbar .navbar-brand img {
    height: 3.5em;
    margin-top: 7px; }
  .navbar ul.nav.navbar-nav li a {
    color: #4D4D4D;
    text-transform: uppercase;
    font-weight: 600;
    padding: 34px 10px; }
    .navbar ul.nav.navbar-nav li .active a {
      color: #fff !important;
    }
  .navbar ul.nav.navbar-nav .dropdown-menu li a {
    padding: 12px 10px !important; }
    .navbar ul.nav.navbar-nav .dropdown-menu li a:hover {
      color: #DEB408 !important;
      border-bottom: 0; }

/* =============================================== */
/* Navbar styles ================================= */
.navbar-brand {
  padding: 5px 15px !important; }

ul.navbar-nav {
  float: right; }

.navbar-default {
  margin-bottom: 0 !important;
  border-top: 5px solid #333e54 !important;
  box-shadow: 0px -3px 10px rgba(136, 136, 136, 0.8); }

.navbar-default .navbar-nav > li > a:hover {
  background: #f5f5f5; }

nav ul li ul {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 5;
  margin-top: 11px; }

nav ul li ul li {
  display: block;
  text-transform: capitalize;
  margin-top: 0; }

span.arrow {
  display: none; }

@media screen and (max-width: 767px) {
  nav ul li:hover > ul {
    display: block; }

  .navbar-nav {
    margin: 0 -15px !important;
    float: none !important;
    margin-top: 50px !important; }

  nav ul {
    float: none; }

  nav ul li {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0; }

  nav ul li a {
    padding: 20px 0; }

  .navbar-nav > li > a:hover {
    background: #eee !important; }

  nav ul li .arrow {
    position: absolute;
    display: block;
    right: 5%;
    color: #3a3d3e;
    width: 40px;
    text-align: center;
    top: -8px;
    line-height: 58px; }

  nav ul li ul {
    position: relative !important;
    float: none !important; }

  nav ul li ul li {
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0; }

  nav ul li ul li a {
    padding: 5px 0 5px 0; }

  nav ul li:hover > ul {
    display: none; }

  span.arrow {
    display: block; }

  .navbar-default .navbar-nav > li > a,
  nav ul li ul li a {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .cover {
    position: absolute;
    right: 2%;
    top: 25px; }

  .cover {
    display: block;
    width: 40px;
    height: 40px; }

  .line {
    width: 35px;
    height: 4px;
    background: #3a3d3e;
    position: relative;
    top: 10px;
    transition: ease; }

  .line::before {
    content: '';
    left: 0;
    width: 35px;
    height: 4px;
    position: absolute;
    top: -10px;
    background-color: #3a3d3e; }

  .line::after {
    content: '';
    left: 0;
    width: 35px;
    height: 4px;
    position: absolute;
    top: 10px;
    background-color: #3a3d3e; }

  .line.animate::before {
    -webkit-animation: mymove .5s forwards;
    -moz-animation: mymove .5s forwards;
    -o-animation: mymove .5s forwards;
    animation: mymove .5s forwards; }

  .line.animate::after {
    -webkit-animation: mymove2 .5s forwards;
    -moz-animation: mymove2 .5s forwards;
    -o-animation: mymove2 .5s forwards;
    animation: mymove2 .5s forwards; }

  .line.animate {
    -webkit-animation: mymove3 .2s forwards;
    -moz-animation: mymove3 .2s forwards;
    -o-animation: mymove3 .2s forwards;
    animation: mymove3 .2s forwards; }

  .line.reverse::before {
    -webkit-animation: mymove4 .5s forwards;
    -moz-animation: mymove4 .5s forwards;
    -o-animation: mymove4 .5s forwards;
    animation: mymove4 .5s forwards; }

  .line.reverse::after {
    -webkit-animation: mymove5 .5s forwards;
    -moz-animation: mymove5 .5s forwards;
    -o-animation: mymove5 .5s forwards;
    animation: mymove5 .5s forwards; }

  .line.reverse {
    -webkit-animation: mymove6 .2s forwards;
    -moz-animation: mymove6 .2s forwards;
    -o-animation: mymove6 .2s forwards;
    animation: mymove6 .2s forwards; }

  @keyframes mymove {
    0% {
      top: -15px; }
    50% {
      top: 0; }
    51% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg); }
    100% {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      top: 0; } }
  @keyframes mymove2 {
    0% {
      top: 15px; }
    50% {
      top: 0; }
    51% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg); }
    100% {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      top: 0; } }
  @keyframes mymove3 {
    99% {
      width: 35px; }
    100% {
      width: 0px; } }
  @keyframes mymove4 {
    0% {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      top: 0; }
    50% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg); }
    51% {
      top: 0; }
    100% {
      top: -10px; } }
  @keyframes mymove5 {
    0% {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      top: 0; }
    50% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg); }
    51% {
      top: 0; }
    100% {
      top: 10px; } }
  @keyframes mymove6 {
    0% {
      width: 0px; }
    99% {
      width: 0px; }
    100% {
      width: 35px; } }
  @-webkit-keyframes mymove {
    0% {
      top: -10px; }
    50% {
      top: 0; }
    51% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg); }
    100% {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      top: 0; } }
  @-webkit-keyframes mymove2 {
    0% {
      top: 10px; }
    50% {
      top: 0; }
    51% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg); }
    100% {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      top: 0; } }
  @-webkit-keyframes mymove3 {
    99% {
      width: 35px; }
    100% {
      width: 0px; } }
  @-webkit-keyframes mymove4 {
    0% {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      top: 0; }
    50% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg); }
    51% {
      top: 0; }
    100% {
      top: -10px; } }
  @-webkit-keyframes mymove5 {
    0% {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      top: 0; }
    50% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg); }
    51% {
      top: 0; }
    100% {
      top: 10px; } }
  @-webkit-keyframes mymove6 {
    0% {
      width: 0px; }
    99% {
      width: 0px; }
    100% {
      width: 35px; } } }
.dropdown-menu {
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important; }

.arrow > .fa {
  transition: .5s ease;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg); }

.arrow.rotate > .fa {
  transition: .5s ease;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg); }

.open {
  position: relative;
  background: transparent !important; }
  .open:before {
    position: absolute;
    content: "";
    width: 0;
    height: 3%;
    background-color: #DEB408;
    bottom: 0;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1; }
  .open:hover:before {
    text-decoration: none;
    transition: 0.3s;
    left: 0;
    z-index: -1;
    width: 100%; }
  
    .home-header .item .inner-text .inner-title  {
      font-family: "Roboto Condensed"; }
    .home-header .item .inner-text .inner-desc {
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }
/* =============================================== */
/* Customize Footer container */
@media (min-width: 768px) {
  .container {
    max-width: 1500px; } }
footer {
  padding: 40px 0;
  font-family: "Roboto Condensed";
  background: #0079C2;
  box-shadow: 0px -3px 10px rgba(136, 136, 136, 0.8); }
  footer .footer-logo {
    margin: 0 auto;
    width: 275px; }
  footer .container-fluid {
    padding: 0 95px; }
  footer ul {
    list-style: none; }
    footer ul li a {
      color: #FFFFFF; }
  footer .footer-links {
    display: inline-block;
    font-size: 18px; }
    footer .footer-links li {
      margin-bottom: 10px;
      text-transform: uppercase; }
      footer .footer-links li a {
        transition: 0.3s; }
        footer .footer-links li a:hover {
          text-decoration: none;
          color: #DEB408;
          transition: 0.3s; }
  footer .footer-links:first-child {
    padding-left: 0;
    margin-right: 30px; }
  footer .social {
    font-family: "Roboto Condensed"; }
    footer .social img {
      width: 22px;
      transition: 0.3s; }
      footer .social img:hover {
        opacity: 0.8;
        transition: 0.3s; }
    footer .social ul {
      margin-bottom: 20px;
      padding-left: 0; }
      footer .social ul li {
        display: inline-block;
        margin-right: 12px; }
        footer .social ul li a {
          color: #FFFFFF; }
        footer .social ul li .ftr-ph-emer {
          background: #DEB408;
          padding: 8px;
          transition: 0.3s;
          cursor: pointer; }
          footer .social ul li .ftr-ph-emer:hover {
            text-decoration: none;
            background: #002B5C;
            transition: 0.3s; }
          footer .social ul li .ftr-ph-emer .fa {
            font-size: 18px; }
    footer .social .footer-contact {
      font-family: "Roboto Condensed";
      color: #FFFFFF;
      margin-bottom: 15px; }
      footer .social .footer-contact a {
        color: #FFFFFF;
        font-family: "Roboto Condensed";
        padding: 0 9px;
        font-size: initial !important; }
      footer .social .footer-contact .fa {
        font-size: 24px; }
      footer .social .footer-contact .mail, footer .social .footer-contact .phone {
        font-size: 14px !important; }
      footer .social .footer-contact span:last-child {
        margin-left: 10px; }
    footer .social .footer-address {
      font-family: "Roboto Condensed";
      color: #FFFFFF; }
      footer .social .footer-address img {
        margin-right: 5px; }

.footer-bottom {
  position: relative;
  background: #DEB408; }
  .footer-bottom .logo-container {
    padding: 20px 0; }
    .footer-bottom .logo-container .logo {
      width: 345px;
      display: inline-block;
      margin: 0 55px; }
      .footer-bottom .logo-container .logo p {
        color: #FFFFFF;
        margin-bottom: 15px; }
      .footer-bottom .logo-container .logo img {
        margin: 0 auto; }
  .footer-bottom .corner-left {
    position: absolute;
    left: 0;
    top: 0; }
  .footer-bottom .corner-right {
    position: absolute;
    right: 0;
    bottom: 0; }
  .footer-bottom .copyright {
    color: #fff;
    padding: 10px 0;
    font-family: "Roboto Condensed";
    font-weight: 500;
    letter-spacing: 1px; }

.bc_section {
  position: relative;
  margin-bottom: 30px; }
  .bc_section .breadcrumb {
    margin-bottom: 0;
    background: none;
    padding-left: 0; }
    .bc_section .breadcrumb li {
      font-size: 16px !important;}

.sub-news {
  margin: 55px 0; }
  .sub-news .container, .sub-publications .container {
    position: relative; }
    .sub-news .container .sub-header {
      position: relative;
      color: #002B5C;
      font-family: "Roboto Condensed";
      font-weight: 600;
      margin: 45px 0; }
      .sub-news .container .sub-header:before {
        content: '';
        position: absolute;
        height: 10px;
        width: 70px;
        top: -20px;
        background: #DEB408; }
    .sub-news .container .sub-read-more, .previous-btn, .pub-read-more  {
      font-family: "Roboto Condensed";
      position: absolute;
      right: 15px;
      top: 0px;
      background: #DEB408;
      color: #FFFFFF;
      padding: 5px 25px;
      text-transform: uppercase;
      transition: 0.3s;
      border-radius: 3px; }
      .sub-news .container .sub-read-more:hover, 
      .previous-btn:hover, .pub-read-more:hover {
        background: #002B5C;
        text-decoration: none;
        transition: 0.3s;
        color: #fff !important; }
    .sub-news .container .news-post a {
      transition: 0.3s; }
      .sub-news .container .news-post a .post-img {
        box-shadow: 2px 2px 2px rgba(136, 136, 136, 0.5);
        border-radius: 5px;
        transition: 0.3s; }
        .sub-news .container .news-post a .post-img:hover {
          box-shadow: 5px 5px 5px rgba(136, 136, 136, 0.5);
          transition: 0.3s; }
      .sub-news .container .news-post a .post-title-desc {
        transition: 0.3s;
    color: #002B5C !important;
    font-family: "Roboto Condensed" !important;
    font-size: 22px;}
        .sub-news .container .news-post a .post-title-desc h2 {
          font-size: 20px;
          transition: 0.3s; }
          .sub-news .container .news-post a .post-title-desc h2:hover {
            text-decoration: none;
            color: #0079C2 !important;
            transition: 0.3s; }
      .sub-news .container .news-post a:hover {
        text-decoration: none; }
    .sub-news .container .news-post .time-stamp {
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      font-weight: 600;
      color: #002B5C;
      text-transform: uppercase; }

.sub-publications {
  position: relative;
  background: #F5F5F5;
  padding: 55px 0 80px 0; }
  .sub-publications .bg-decor {
    position: absolute;
    width: 500px;
    right: 0; }
  .sub-publications .container .sub-header {
    position: relative;
    color: #002B5C;
    font-family: "Roboto Condensed";
    font-weight: 600;
    margin: 45px 0; }
    .sub-publications .container .sub-header:before {
      content: '';
      position: absolute;
      height: 10px;
      width: 70px;
      top: -20px;
      background: #DEB408; }
  .sub-publications .container .pub-post {
    font-family: "Roboto Condensed";
    margin: 35px 0; }
    .sub-publications .container .pub-post h3 {
      font-weight: 800; }
    .sub-publications .container .pub-post .sub-title {
      margin-bottom: 30px;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      font-weight: 600;
      font-size: 18px; }
    .sub-publications .container .pub-post a {
      background: #DEB408;
      color: #FFFFFF;
      padding: 5px 25px;
      text-transform: uppercase;
      border-radius: 3px;
      transition: 0.3s; }
      .sub-publications .container .pub-post a:hover {
        background: #002B5C;
        text-decoration: none;
        transition: 0.3s; }

.sub-bottom-bg {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  min-height: 425px;
  box-shadow: inset 0 0 0 2000px rgba(41, 41, 41, 0.4) !important; }

@media screen and (max-width: 1532px) {
  footer .social ul li .ftr-ph-emer {
    padding: 8px 40px; }

  footer .social ul {
    margin-bottom: 0; }

  footer .social-links li {
    margin-bottom: 20px; } }
@media screen and (max-width: 1999px) {
  .quick-links .col-md-4 h2 {
    font-size: 18px !important; }

  .footer-links {
    padding-left: 0; }

  footer .social img {
    width: 16px; } }
@media screen and (max-width: 991px) {
  .navbar-brand img {
    padding: 10px; }

  .navbar {
    min-height: 75px !important; }

  ul.navbar-nav {
    float: left; }

  .home-header .item .inner-text {
    margin-top: 0 !important;
    top: 65px !important;
    bottom: initial !important; }

  .home-header .item .inner-text .inner-desc {
    padding-right: 0 !important; }

  .quick-links .col-md-4 {
    margin-bottom: 55px; }

  .section-content {
    margin: 5px 0 !important; }

  .section-content .img-col {
    padding-right: 0; }

  .sponsors {
    margin: 0 !important; }

  .sponsors .sponsor {
    min-height: 0 !important;
    margin: 10px 0 !important; }

  .sponsors .sponsor img {
    padding: 45px 40px;
      position: relative !important; 
      top: 0;
      left: 0 !important;
      transform: translate(0,0) !important;
      margin: 0 auto; }

  /* Subpage */
  .news-post {
    margin: 30px 0 !important; }

  .footer-logo {
    margin: 0 !important;
    padding-bottom: 20px; }

  .footer-links {
    padding-left: 20px !important; }

  footer .social {
    margin-top: 10px;
    padding-left: 36px !important; }

  footer .social img {
    width: 22px; } }
@media screen and (max-width: 929px) {
  .footer-bottom .logo {
    padding-bottom: 25px; } }
@media screen and (max-width: 780px) {
  .owl-nav .owl-prev, .owl-nav .owl-next {
    position: static !important; } }
@media screen and (max-width: 767px) {
  .navbar-brand {
    font-size: 17px; }

  .navbar-brand img {
    margin-top: 0 !important; }

  .navbar ul.nav.navbar-nav li a {
    padding: 15px 0 !important; }

  .before-footer {
    margin-bottom: 30px !important; }
    .footer-bottom .logo-container .logo {
      margin: 0 !important;
      width: auto !important; } }
.content {
  min-height: calc(100vh - 200px); }

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 1200px; } }
.home-header {
  position: relative;
  min-height: 350px; }
  .home-header .owl-dots {
    position: absolute;
    right: 60px;
    bottom: 20px; }
    .home-header .owl-dots span {
      height: 15px !important;
      width: 15px !important; }
    .home-header .owl-dots .active span {
      background: #DEB408 !important; }
  .home-header .item {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 475px !important;
    background-position: 50% 55% !important;
    box-shadow: inset 0 0 0 2000px rgba(41, 41, 41, 0.4) !important; }
    .home-header .item .inner-text {
      margin-top: -85px;
      position: absolute;
      z-index: 5;
      color: #fff;
      width: 35em;
      top: 225px;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 50%;
      letter-spacing: 1px; }
      .home-header .item .inner-text .inner-title {
        position: relative;
        font-family: "Roboto Condensed" !important;
        font-weight: 600;
        font-size: 5em;
        text-shadow: 1px 2px 2px #707070; }
        .home-header .item .inner-text .inner-title:before {
          position: absolute;
          content: '';
          background-color: #DEB408;
          width: 100px;
          height: 10px;
          top: -5px; }
      .home-header .item .inner-text .inner-desc {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 18px;
        text-shadow: 1px 2px 2px #707070;
        padding-right: 500px;
        margin-bottom: 35px; }
      .home-header .item .inner-text .inner-link {
        color: #FFFFFF;
        background: #DEB408;
        text-transform: uppercase;
        border-radius: 3px;
        padding: 7px 35px;
        transition: 0.3s; }
        .home-header .item .inner-text .inner-link:hover {
          text-decoration: none;
          background: #002B5C !important;
          transition: 0.3s; }

.intro-text {
  margin: 45px; }
  .intro-text h1 {
    color: #002B5C !important;
    font-family: "Roboto Condensed" !important;
    font-weight: 900; }

.quick-links {
  padding-bottom: 35px; }
.quick-links .container .row {
  padding: 0 135px;
}  
  .quick-links .col-md-4 img {
    margin: 0 auto;
    display: block; }
  .quick-links .col-md-4 h2 {
    font-family: "Roboto Condensed";
    font-size: 22px;
    text-transform: uppercase;
    color: #0079C2;
    margin-bottom: 30px; }
  .quick-links .col-md-4 .c-c {
    margin-top: 28px; }
  .quick-links .col-md-4 .c-o {
    margin-top: 35px; }
  .quick-links .col-md-4 a {
    background-color: #DEB408;
    padding: 5px 35px;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 3px;
    font-family: "Roboto Condensed";
    transition: 0.3s; }
    .quick-links .col-md-4 a:hover {
      text-decoration: none;
      background: #002B5C;
      transition: 0.3s; }

.section-content {
  margin: 55px 0; }
  .section-content .img-col {
    padding-left: 0; }
  .section-content .feat-img {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% 80% !important;
    min-height: 330px; }
  .section-content .section-info {
    margin: 75px 0; }
    .section-content .section-info h2 {
      position: relative;
      color: #0079C2;
      text-transform: uppercase;
      font-family: "Roboto Condensed"; }
      .section-content .section-info h2:before {
        position: absolute;
        content: '';
        background-color: #DEB408;
        width: 80px;
        height: 10px;
        top: -25px; }
    .section-content .section-info .feat-desc {
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      font-size: 18px;
      color: #4D4D4D;
      opacity: 0.9; }

.sponsors {
  background-color: #F5F5F5;
  margin: 85px 0;
  padding: 35px 0; }
  .sponsors .section-heading {
    font-family: "Roboto Condensed";
    font-weight: 900;
    color: #002B5C !important;
    margin-bottom: 35px;
    font-size: 36px; }
  .sponsors .sponsor {
    min-height: 240px;
    background-color: #FFFFFF;
    line-height: 300px;
    text-align: center;
    position: relative;
    transition: 0.3s; }
    .sponsors .sponsor:hover {
      box-shadow: 4px 4px 4px #e5e5e5;
      transition: 0.3s;
    }
    .sponsors .sponsor img {
      padding: 45px 40px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%); }

.before-footer {
  margin-bottom: 100px; }
  .before-footer .section-heading {
    font-family: "Roboto Condensed";
    font-weight: 900;
    color: #002B5C !important;
    margin-bottom: 35px;
    font-size: 36px;
    padding-left: 15px; }
  .before-footer .owl-carousel-bottom a .item {
    margin: 15px;
    box-shadow: 1px 1px 1px rgba(136, 136, 136, 0.5);
    transition: 0.3s; }
    .before-footer .owl-carousel-bottom a .item:hover {
      box-shadow: 5px 5px 5px rgba(136, 136, 136, 0.5);
      transition: 0.3s; }
  .before-footer .owl-carousel-bottom .owl-dots {
    display: none; }
  .before-footer .owl-carousel-bottom .owl-nav {
    position: relative; }
    .before-footer .owl-carousel-bottom .owl-nav .owl-prev, .before-footer .owl-carousel-bottom .owl-nav .owl-next {
      font-size: 40px; }
    .before-footer .owl-carousel-bottom .owl-nav .owl-prev {
      position: absolute;
      top: -190px;
      left: -25px;
      color: #DEB408;
      background: none;
      transition: 0.3s; }
      .before-footer .owl-carousel-bottom .owl-nav .owl-prev:hover {
        color: #0079C2;
        background: none !important;
        transition: 0.3s; }
    .before-footer .owl-carousel-bottom .owl-nav .owl-next {
      position: absolute;
      top: -190px;
      right: -25px;
      color: #DEB408;
      background: none;
      transition: 0.3s; }
      .before-footer .owl-carousel-bottom .owl-nav .owl-next:hover {
        background: none !important;
        color: #0079C2;
        transition: 0.3s; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translatex(100px);
    -moz-transform: translatex(100px);
    -o-transform: translatex(100px);
    transform: translatex(100px); }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0); } }
@keyframes fadeInRightSlow {
  from {
    opacity: 0;
    -webkit-transform: translatex(100px);
    -moz-transform: translatex(100px);
    -o-transform: translatex(100px);
    transform: translatex(100px); }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0); } }
.active .slide-content {
  -webkit-animation-name: fadeInRightSlow;
  -moz-animation-name: fadeInRightSlow;
  -o-animation-name: fadeInRightSlow;
  animation-name: fadeInRightSlow;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-duration: 0.8s;
  animation-delay: 0.8s; }

.active .slide-bg {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-duration: 1s;
  animation-delay: 1s; }

/* Header Animations */
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translatex(-10px);
    -moz-transform: translatex(-10px);
    -o-transform: translatex(-10px);
    transform: translatex(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0); } }
@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translatex(-10px);
    -moz-transform: translatex(-10px);
    -o-transform: translatex(-10px);
    transform: translatex(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translatex(100px);
    -moz-transform: translatex(100px);
    -o-transform: translatex(100px);
    transform: translatex(100px); }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0); } }
.active .in-right {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-duration: 0.6s;
  animation-delay: 0.6s; }

/*# sourceMappingURL=main.css.map */


/* Subpages */
.subpage-content h1 {
  color: #002B5C !important;
  font-family: "Roboto Condensed" !important;
  font-weight: 900;
  margin: 25px 0px;
}
.subpage-content .main-content {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
}

.here .first {
  color: #fff !important;
}
.subpage-content {
  font-size: 18px;
}
.subpage-content h2 {
  color: #0079C2;
  font-size: 24px !important;
  margin-bottom: 15px;
  margin-top: 35px;
  transition: 0.3s;
}
.subpage-content h3 {
  font-size: 20px !important;
  color: #002B5C;
  font-weight: 900;
}
.subpage-content h2 a:hover {
  transition: 0.3s;
  color: #002B5C;
  text-decoration: none;
}

@media screen and (max-width:991px) {
  .subpage-content {
    padding: 0 15px !important;
  }
}

.bc_section { margin-top: 10px; }
.breadcrumb li {
  font-weight: 600;
  font-family: "Roboto Condensed";
}

.image-block, .yt-embed, .info-block  {
  margin: 35px 0;
}

.info-block-title {
  color: #0079C2 !important;
  font-family: "Roboto Condensed" !important;
  font-weight: 900;
  margin: 10px 0px;
  font-size: 24px;
}

.img-replace-box {
  transition: 0.3s;
  transition-timing-function: ease-in;
  margin: 10px 0 !important;
  transition: 0.3s;
}

.img-replace-box:hover {
  box-shadow: 5px 5px 5px #e4e4e4;
  cursor: pointer;
  transition: 0.3s;
  width: 115%
}
/* Forms */

.dform_container input.text {
  padding: 5px 10px !important; }

.dform_container input.text, .dform_container textarea{
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 10px !important;
}
.dfinput_full .submit {
  font-family: "Roboto Condensed";
  background: #DEB408;
  color: #FFFFFF;
  padding: 5px 25px;
  text-transform: uppercase;
  transition: 0.3s;
  border-radius: 3px;
  margin: 20px 0;
}
.dfinput_full .submit:hover {
  background: #002B5C;
  text-decoration: none;
  transition: 0.3s;
  color: #fff !important;
}

/* Pages Sub-Navigation */
.sub-navigation .sidebar-module{
  margin: 35px 0;
}
.sub-navigation ul {
  list-style: none;
  padding-left: 0;
}
.sub-navigation ul li {
  border-bottom: 1px solid #e4e4e4;
  padding: 5px 0px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  
}
.sub-navigation ul li a {
  
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  color: #4D4D4D;
  text-transform: uppercase;
  transition: 0.3s;
}
.sub-navigation ul li a:hover {
  text-decoration: none;
  color: #0079C2;
  transition: 0.3s;
}

/* Events: View All Page (Index) */
.dash {
  width: 100%;
  border-bottom: 1px dashed #ccc;
  margin: 15px 0px;
}
.event-view-single .fa-calendar, .event-view-all .fa-calendar, .events .fa-calendar {
  font-size: 24px;
  margin-right: 5px;
  color: #002B5C;
}
.news-view-all .news-post {
  margin: 30px 0 !important;
}
.event-view-all .event-row {
  margin: 55px 0; }

.event-view-single .time-stamp span, .event-view-all .time-stamp span, 
.events .time-stamp span, .news-view-single .time-stamp span, 
.news-view-all .timestamp span {
  font-size: 16px;
}
.event-view-single .event-desc, .news-view-single .news-desc {
  margin: 20px 0;
  font-size: 18px;
}
.event-view-single .news-title, .event-view-all .news-title, .news-view-single .news-title {
  color: #002B5C !important;
  font-family: "Roboto Condensed" !important;
  font-weight: 900;
  font-size: 24px;
}
.event-view-single h2, .event-view-all h2, .events .post-title-desc h2, .news-view-single h2 {
  color: #002B5C !important;
  font-family: "Roboto Condensed" !important;
  font-size: 22px;
  padding-top: 25px;
}
.event-row .event-loc {
  color: #002B5C !important;
  font-family: "Roboto Condensed" !important;
  padding-top: 10px;
  font-size: 18px;
}
@media screen and (max-width:767px) {
  .previous-btn {
      position: relative !important;
      right: 0;
      top: -25px;
  }
}

.view-sing-all-img {
  background-repeat: no-repeat !important;
  background-size: cover !important;  
  background-position: center center !important;
  min-height: 220px;
}

.filter-by-control {
  margin: 35px 0;
}
.filter-by-control .form-control {
  margin-right: 20px;
}

/* FAQ Section */

.rotate-45 {
  transform: rotate(45deg);
}

.faq {
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
  font-size: 1em;
  transition: 0.4s;
}

.faq .q {
  font-family: "Roboto Condensed";
  font-size: 30px; 
  color: #002B5C !important;
  margin-right: 10px;
}

.faq-block {
  padding: 5px 10px;
  border-radius: 5px;
  border-bottom: 1px solid #002B5C;
}

.faq-block .btn {
  white-space: normal !important;
  font-size: 1.125em !important;

  position: relative;
}

.faq .fa {
  position: absolute;
  top: 16px;
  right: 0;
  color: #002B5C !important;
}

.ex-section {
  margin: 45px 0 15px 0;
  box-shadow: 3px 3px 3px #eee;
}

button.btn.faq {
  padding-left: 0;

  border-radius: 0;
  background: #fff !important;
}

button.btn.faq.active {
  border-radius: 0 ;
}

button.btn.faq.active:focus, button.btn.faq:focus {
  outline: none ;
  box-shadow: none ;
}

.faq-block .faq {
  text-align: left;
}

.faq .fa {
  float: right;
}

.faq-panel {
  margin: 10px 0 5px 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding-left: 25px;
}
/* Service Locations */
.sl-mail-type a[href^="mailto:"], 
.card-more-info a[href^="mailto:"],
.bod-card a[href^="mailto:"] {
  position: relative;
  text-align: center;
  display: block;
  margin: 7px 0;
}

.sl-mail-type a[href^="mailto:"]:before,
.card-more-info a[href^="mailto:"]:before,
.bod-card a[href^="mailto:"]:before {
  content: '\f003';
  font-family: 'FontAwesome';
  font-size: 20px;
  margin-right: 7px;
  color: #002B5C;
}
.current_info {
  line-height: 1.7;
}

/* Card Profiles */
.bod-card img {
  height: 180px; 
  width: 150px;
  margin: 0 auto;
}
.bod-card .info-title {
  text-align: center;
  color: #0079C2;
  margin: 10px 0;
  font-size: 18px;
  font-family: "Roboto Condensed" !important;
}
.bod-card .occupation {
  text-transform: uppercase;
  text-align: center;
  color: #002B5C;
  font-weight: 900;
  font-size: 17px !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.occupation-more-info {
  text-transform: uppercase;
  text-align: center;
  color: #002B5C;
  font-weight: 900;
  font-size: 14px !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
@media screen and (max-width:767px) {
  .bod-card img {
    margin: initial;
  }
  .bod-card .info-title, .bod-card .occupation {
    text-align: initial;
    padding-bottom: 10px;
  }
  .sl-mail-type a[href^="mailto:"], 
  .card-more-info a[href^="mailto:"],
  .bod-card a[href^="mailto:"] {
    display: initial;
  }
}  
/* Content Block Slider */
.news-event-slider .owl-next, 
.news-event-slider  .owl-prev {
  position: static !important;
}
.news-slider .owl-stage-outer {
  height: 200px !important;
}
.pages-carousel {
  margin-bottom: 30px !important;
}
.pages-mini-inner .owl-stage-outer {
  height: 130px !important;
}
.owl-quote-outer {
  margin-top: 30px !important;
}

.loc-info-first a {
  text-align: initial !important;
}

.dispatch-logo {
  margin: 0 auto;
  width: 40%;
  margin-top: 15px; 
  margin-bottom: 25px;
}

#dispatchInfo .d-loc {
  display: block;
  text-align: center;
}

#dispatchInfo .d-loc p {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0 auto;
  display: block;
  font-size: 18px;
}

#dispatchInfo .d-loc p a {
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 10px;
}

#dispatchInfo h2, #dispatchInfo h3 {
  font-family: "Roboto Condensed" !important;
}
#dispatchInfo h2 {
  text-transform: uppercase;
  color: #0079C2;
  margin-top: 30px;
}
#dispatchInfo h3 {
  color: #002B5C;
  font-weight: 900;
}
.modal-header, .modal-footer {
  background: #0079C2;
}
.modal-footer {
  margin-top: 20px;
}
.d-btn-close {
  font-family: "Roboto Condensed";
  background: #DEB408;
  color: #FFFFFF;
  padding: 5px 25px;
  text-transform: uppercase;
  transition: 0.3s;
  border-radius: 3px;
}
.d-btn-close:hover {
  background: #002B5C;
  text-decoration: none;
  transition: 0.3s;
  color: #fff !important;
}