body {
  overflow-x: hidden;
}

#header {
  padding: 0em 0 0.1em 0;
}

#menu {
  background: #d31245;
}

h1 {
  font-size: 2.25em;
  margin: 0 0 20px 0;
}

h1,
h2 {
  color: #002f6c;
}

#main-wrapper {
  display: flex;
}

header {
  text-align: center;
}

header h1 {
  margin: 40px 0 20px;
}

#main .inner header {
  margin-top: 25px;
}

#header-img {
  display: center;
  margin: Auto;
  max-width: 100%;
  width: auto;
}

.slick-slide img {
  width: 100%;
}

#sidebar {
  min-width: 300px;
  margin-right: 35px;
}

#sidebar .links {
  position: relative;
  background: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a:hover,
a:focus,
a:visited,
a:active,
button:active {
  text-decoration: none;
  outline: none;
  border-bottom: none;
}

.no-data {
  margin-left: 50px;
  color: #eee;
  font-size: 1.5em;
  font-weight: bold;
}

#sidebar .links li {
  position: relative;
  display: block;
  font-size: 17px;
  padding: 0;
  color: #222;
  text-transform: capitalize;
  font-family: manjari, sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

#sidebar .links li a {
  color: #ba0c2f !important;
  position: relative;
  display: block;
  padding: 15px 0;
  padding-left: 30px;
  font-size: 20px;
  min-height: 60px;
  color: #222;
  font-weight: 700;
  box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.07);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

#sidebar .links li a:hover,
#sidebar .links li.current a {
  background: #ba0c2f;
  color: #fff !important;
}

* + .tiles {
  margin-top: 0;
}

.tiles article {
  margin: 1.5em 0 0 2.5em;
  min-width: 240px;
}

.tiles article > .image:after {
  background-image: none;
}

#main-content {
  margin-top: 18px;
}

#main-content h1 {
  font-size: 1.6em;
}

.slick-next {
  right: 25px !important;
}

.slick-prev {
  left: 25px !important;
  z-index: 9;
}

.slick-arrow {
  box-shadow: none;
  width: 40px;
  height: 40px;
}

.slick-arrow::before {
  font-size: 32px;
}

.download-label {
  text-align: center;
  display: block;
  position: relative;
  top: 15px;
  color: #d31245;
  font-weight: bold;
}

#accordion {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  overflow: hidden;
  background: #eee;
}

#accordion li {
  float: left;
  display: block;
  width: 50px;
  height: 100%;
  padding: 0px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5em;
  border-left: 1px solid #fff;
  position: relative;
}

#accordion li p {
  padding: 0 15px 0 60px;
  margin: 0;
  color: #666;
}

#accordion li strong {
  display: block;
  bottom: 0px;
  width: 100%;
  white-space: nowrap;
  margin-left: 0px;
  line-height: 40px;
  font-size: 20px;
}

#accordion li img {
  border: none;
  border-right: 1px solid #fff;
  float: left;
  margin: -15px 15px 0 0;
}

#accordion li h2 {
  letter-spacing: normal;
  padding-left: 60px;
  margin-bottom: 15px;
}

.media-wrapper {
  margin-top: 30px;
}

.media-dir-wrapper {
  display: flex;
  flex-wrap: wrap;
  /* margin-left: -15px;
  margin-right: -15px; */
}

.media-item {
  width: 22.4%;
  margin: 0 15px 15px;
}

.media-item video {
  width: 100%;
  height: 180px;
}

.media-tabs {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  /* margin: 0px 15px; */
}

.media-tabs ul {
  display: flex;
}

.media-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  background: #002a6c;
  padding-top: 10px;
  width: 100%;
}

.media-tabs ul li {
  cursor: pointer;
  margin-right: 10px;
  padding: 5px 10px;
  background: #eee;
  color: #d21245;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
}

.media-tabs ul li:hover,
.media-tabs ul li.active {
  background: #002a6c;
  color: #fff;
}

.media-tabs ul li.active:after {
  content: "";
  border-bottom: 15px solid #002a6c;
  display: block;
  position: absolute;
  bottom: -12px;
  width: 100%;
  left: 0;
}

.pagination {
  display: block;
  width: 100%;
  text-align: center;
  margin: 15px 15px 25px;
  color: #fff;
}

.pagination button {
  margin: 0 15px;
  color: #fff !important;
  border: 1px solid #fff !important;
  outline: none;
  line-height: initial;
}

.pagination button:hover {
  box-shadow: none;
  background: #031f4a;
}

footer {
  background: #034889;
  padding: 15px;
}

footer p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

footer a{
    color: #bdbaba;
}

footer a:hover{
    color: #fff !important;
}

footer small{
    margin-left: 10px;
}

@media (min-width: 921px) {
  #accordion {
    height: 500px;
  }
  #accordion li.active {
    width: 650px;
  }
  #accordion li strong {
    position: absolute;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    left: 0;
    margin-bottom: 20px;
    width: 50px;
  }
  #accordion li:before {
    content: "";
    width: 50px;
    height: 100%;
    background: #002f6c;
    display: block;
    position: absolute;
  }
}

@media (max-width: 920px) {
  #accordion {
    /* height: 50px;
    width: 100%; */
  }
  #accordion li.active {
    height: auto !important;
  }
  #accordion li {
    float: none;
    width: 100%;
    height: 51px;
  }
  #accordion li strong {
    background: #002f6c;
    padding: 5px 15px;
    border-top: 1px solid #eee;
  }
  #accordion li h2 {
    padding-left: 15px;
    margin-bottom: 0;
  }
  #accordion li p {
    padding: 15px;
  }
  #main-wrapper {
    flex-direction: column;
  }

  #sidebar {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .tiles article {
    margin: 1.5em 0 0 0em;
  }
}

.slide-animate.ng-enter,
.slide-animate.ng-leave {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s;
  -moz-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s;
  -o-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s;
}

.slide-animate.ng-enter.ng-enter-active {
  position: absolute;
  left: 1300px;
}

.slide-animate.ng-enter {
  left: 0;
}

.slide-animate.ng-leave.ng-leave-active {
  position: absolute;
  left: -1700px;
}

.slide-animate.ng-leave {
  right: 0;
}
