body {
  width: 100%;
  height: 100%;
  font-family: 'Century Gothic' !important;
  color: #000;
  font-size: 14px;
  background-color: #fff;
}
html {
  width: 100%;
  height: 100%;
}
a:hover, a:focus {
  text-decoration: none;
  color: #46b0f4;
  text-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Century Gothic' !important;
}
.navbar-default {
  /* background-color: #4B8C7A; */
  border-color: transparent;
  border-bottom: none;
  border-top: 1px;
  margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
  color: #EEF4F1;
  font-weight: bold;
  transition: all 0.3s ease 0s;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: transparent;
  padding-bottom: 5px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
  padding-bottom: 5px;
}
.navbar-form {
  margin-top: 28px;
  margin-bottom: 0;
  float: right;
  padding-right: 0;
}
.navbar-form .input-group > .form-control {
  height: 30px;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 15px 0px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: transparent;
}
.main-site {
  background-color: #fff;
  border-radius: 30px;
  margin: 10px 0 0 0 !important;
}
.main-site a {
  color: #2E6C5D !important;
  padding: 5px 10px !important;
}
.main-site a:hover {
  color: #4B8C7A !important;
  padding: 5px 10px !important;
}
.navbar-form {
  margin-top: 25px;
  margin-bottom: 0;
  float: right;
  padding-right: 0;
  box-shadow: none;
  outline: none;
}
.navbar-form .input-group > .form-control {
  height: 32px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #589281;
  padding: 0;
  box-shadow: none;
  color: #666;
}
.navbar-form .input-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 1; /* Firefox */
}
.form-control-c-searc {
  border-radius: 0;
  box-shadow: none;
  height: 32px;
}
.btn-c {
  border-radius: 0;
  height: 32px;
  background-color: transparent;
  color: #ec553a;
  border: none;
  border-bottom: 1px solid #589281;
  padding: 0;
}
.btn-c:active, .btn-c:focus, .btn-c:hover {
  background-color: transparent;
  box-shadow: none;
  color: #ec553a;
}
footer {
  margin-top: 0;
}
.footer-top {
  background-color: #4B8C7A;
  padding: 30px 0 10px 0;
}
.footer-top h4 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.footer-top p {
  font-size: 14px;
  color: #fff;
}
.footer-top a {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}
.footer-top a:hover {
  text-decoration: none;
}
.footer-bottom {
  background-color: #2E6C5D;
  padding: 15px 0;
}
.footer-bottom p {
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 0;
}
.footer-bottom a {
  color: #fff;
  padding: 0 10px;
  text-decoration: none;
}
.footer-bottom a:hover {
  text-decoration: underline;
}
.form-newsletter {
  float: left;
  margin-top: 3px;
}
.form-newsletter label {
  font-size: 18px;
  font-weight: 700;
  color: #343438;
  text-transform: uppercase;
  margin-right: 10px;
}
.form-newsletter .form-control-newsletter {
  background-color: transparent;
  border: 2px solid #8BAFA4;
  box-shadow: none;
  border-radius: 0px;
  width: 300px;
  padding: 0 12px;
  height: 41px;
  color: #fff;
}
.form-newsletter .signupBtn {
  background: #fff;
  padding: 0 !important;
  color: #2E6C5D;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  border: none;
  border-radius: 0px;
  width: 80px;
  height: 41px;
  outline: none;
}
.form-newsletter .signupBtn:hover {
  background: #fff;
  color: #4B8C7A;
  border: none;
  text-decoration: none;
  outline: none;
}
.form-newsletter .form-control-newsletter::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.topMainBanner {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.topMainBanner h5 {
  position: absolute;
  bottom: 10px;
  right: 15px;
  background-color: #262626;
  color: #fff;
  padding: 5px;
  z-index: 4;
  font-size: 12px;
}
.topMainBanner h5 a {
  color: #fff;
  text-decoration: none;
}
.fill {
  position: absolute;
  width: 100%;
  height: auto;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  z-index: 2;
}
.bannerOverlay {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  height: 100%;
  padding: 32px;
  color: #fff;
  background-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.8) 100%);
  z-index: 3;
}
.bannerContent {
  position: relative;
  color: #2E6C5D;
  z-index: 4;
  margin-top: 22%;
}
.bannerContent h2 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 0;
  text-transform: uppercase;
}
.q-action-sec {
  margin: 15px 0;
}
.q-action-sec h3 {
  font-size: 21px;
  font-weight: bold;
  color: #2E6C5D;
  text-align: center;
}
.q-action-sec a {
  border-radius: 25px;
  background-color: #4B8C7A;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: block;
  margin: 20px 0;
  text-align: center;
}
.q-action-sec a:hover, .q-action-sec a:focus, .q-action-sec a.active {
  border-radius: 25px;
  background-color: #8BAFA4;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.q-links-sec {
  margin: 15px 0;
}
.q-links-sec h3 {
  font-size: 21px;
  font-weight: bold;
  color: #862350;
  text-align: center;
}
.q-links-sec a {
  border-radius: 25px;
  background-color: #862350;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: block;
  margin: 20px 0;
  text-align: center;
}
.q-links-sec a:hover, .q-links-sec a:focus, .q-links-sec a.active {
  border-radius: 25px;
  background-color: #AB6486;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.h-content-area {
  background-color: #EEF4F1;
  padding: 15px 0 30px 0;
  margin: 0;
}
.h-content-area h3 {
  font-size: 21px;
  font-weight: bold;
  color: #2E6C5D;
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}
.recent-items {
  margin: 15px 0;
  padding: 0;
  float: left;
  width: 100%;
}
.recent-items li {
  list-style-type: none;
  float: left;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  margin: 5px 0;
}
.recent-items li a {
  display: block;
  width: 100%;
  float: left;
}
.recent-items li a h4 {
  font-size: 18px;
  color: #000;
  margin-top: 0;
}
.recent-items li a:hover h4 {
  color: #2E6C5D;
  text-decoration: none;
}
.recent-items li a h6 {
  font-size: 13px;
  color: #000;
  font-weight: normal;
}
.recent-items li a h6 span {
  font-weight: bold;
}
.recent-items li a p {
  font-size: 14px;
  font-weight: normal;
  color: #000;
  line-height: 17px;
  margin: 0;
}
.announceBtns {
  display: table;
  margin: 0 auto;
}
.moreBtn {
  border-radius: 25px;
  background-color: #4B8C7A;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-shadow: none;
  display: inline-block;
  text-decoration: none;
  margin: 0 5px;
}
.moreBtn:hover, .moreBtn:focus, .moreBtn:active {
  color: #fff;
  background-color: #8BAFA4;
  text-decoration: none;
}
.moreBtnRed {
  border-radius: 25px;
  background-color: #862350;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-shadow: none;
  display: inline-block;
  text-decoration: none;
  margin: 0 5px;
}
.moreBtnRed:hover, .moreBtnRed:focus, .moreBtnRed:active {
  color: #fff;
  background-color: #AB6486;
  text-decoration: none;
}
.btn-align-center {
  display: table;
  margin: 0 auto 0 auto;
}
.mini-calendar-sec {
  float: left;
  width: 100%;
  margin: 20px 0;
}
.jumpWorkstream {
  background-color: #fff;
  padding: 5px;
  display: block;
  margin: 20px 0 0 0;
}
/*.workstream-items {
  margin: 15px 0 0 0;
  padding: 0;
  float: left;
  width: 100%;
}
.workstream-items li {
  list-style-type: none;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  margin: 5px 0;
	display: inline-block;
}
.workstream-items li a {
  display: block;
  width: 100%;
  float: left;
}
.workstream-items li a h4 {
  font-size: 18px;
  margin-top: 14px;
  font-weight: bold;
}
.workstream-items li a h4.clr-one {
  color: #3348a3;
}
.workstream-items li a h4.clr-two {
  color: #337e6c;
}
.workstream-items li a h4.clr-three {
  color: #539bc1;
}
.workstream-items li a h4.clr-four {
  color: #7dbac1;
}
.workstream-items li a h4.clr-five {
  color: #609e90;
}
.workstream-items li a h4.clr-six {
  color: #327f6c;
}
.workstream-items li a:hover h4 {
  text-decoration: none;
}*/
.sec-devider {
  margin-top: 30px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #4b8c7a;
}
.feedback-info {
  background-color: #fff;
  padding: 15px;
  float: left;
  width: 100%;
  margin: 10px 0;
}
.feedback-info p {
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  color: #5a5a5a;
  line-height: 21px;
}
.feedback-info p a {
  color: #000;
  text-decoration: underline;
}
.feedback-info p a:hover {
  color: #862350;
  text-decoration: underline;
}
.footer-logo {
  margin: 20px auto 0 auto;
  display: block;
}
.about-portal-sec {
  margin: 30px 0;
}
.about-portal-sec h3 {
  font-size: 21px;
  font-weight: bold;
  color: #2E6C5D;
  margin-bottom: 0;
  margin-top: 10px;
}
.about-portal-sec h6 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  margin-top: 10px;
}
a.playBtn {
  background: url(../images/play-icon-n.png) no-repeat center;
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
a.playBtn:hover {
  background: url(../images/play-icon-h.png) no-repeat center;
}
.guides-sec {
  background-color: #EEF4F1;
  padding: 15px 0 30px 0;
  margin: 15px 0 0 0;
}
.guides-sec h3 {
  font-size: 21px;
  font-weight: bold;
  color: #2E6C5D;
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}
.accordionSec {
  margin-top: 30px;
}
.accordionSec .panel-heading-custom {
  background-color: #3548a4;
  border-color: #3548a4;
  border-radius: 0;
  line-height: 1.25rem;
  color: #fff;
  padding: 8px 16px 8px 16px;
  height: 40px;
}
#headingOne {
  background-color: #3548a4;
  border-color: #3548a4;
}
#headingTwo {
  background-color: #3176be;
  border-color: #3176be;
}
#headingThree {
  background-color: #539bc1;
  border-color: #539bc1;
}
#headingFour {
  background-color: #7dbac1;
  border-color: #7dbac1;
}
#headingFive {
  background-color: #609c90;
  border-color: #609c90;
}
#headingSix {
  background-color: #337e6c;
  border-color: #337e6c;
}
.accordionSec .panel-title-custom > a {
  display: block;
  outline: none;
  margin-top: 0;
  font-size: 18px !important;
  font-weight: bold;
  text-decoration: none;
}
.accordionSec .panel-title-custom > a img {
  margin-right: 10px;
}
.accordionSec .panel-title-custom > a.accordion-toggle::after, .accordionSec a[data-toggle="collapse"]::after {
  content: "\f0d7";
  font-family: 'FontAwesome';
  margin-right: 0;
  margin-left: 0;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  float: right;
}
.accordionSec .panel-title-custom > a.accordion-toggle.collapsed::after, .accordionSec a.collapsed[data-toggle="collapse"]::after {
  content: "\f0da";
  color: #fff;
  font-size: 18px;
}
.accordionSec .panel-body-custom {
  background-color: #fff;
  padding: 20px;
  margin: 0;
  border-bottom: none;
  border-top: none;
}
.accordionSec .panel-default {
  border-color: #d8e7f5;
  border-radius: 0;
}
.accordionSec .panel-title-custom > a:hover, .accordionSec .panel-title-custom > a:focus {
  color: #fff;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d8e7f5;
  background-color: #fbfdff;
}
.carouselSec h3 {
  font-size: 21px;
  font-weight: bold;
  color: #2E6C5D;
  text-align: center;
}
.thumbnail {
  border: none;
  padding: 0 4px;
  border-radius: 0;
}
.carouselSec a {
  border-radius: 25px;
  background-color: #4B8C7A;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: block;
  margin: 20px 15px;
  text-align: center;
}
.carouselSec a:hover, .carouselSec a:focus, .carouselSec a.active {
  border-radius: 25px;
  background-color: #8BAFA4;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.carousel-control {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  width: 15%;
  color: #862350 !important;
  text-align: center;
  text-shadow: none;
  filter: alpha(opacity=50);
  opacity: 0.5;
  background-color: transparent !important;
}
.carousel-control i {
  font-size: 24px !important;
}
/* Info pages Carousel Style */
.carousel-showmanymoveone {
  margin: 15px 0;
}
.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: -25px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: -8px;
}
.carousel-showmanymoveone .cloneditem-1, .carousel-showmanymoveone .cloneditem-2, .carousel-showmanymoveone .cloneditem-3 {
  display: none;
}
.carousel .item .col-xs-12 {
  padding: 0;
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .carousel .item .col-xs-12:nth-last-child(-n+2) {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left, .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right, .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left, .carousel-showmanymoveone .carousel-inner > .prev.right, .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right, .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left, .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left, .carousel-showmanymoveone .carousel-inner > .item.prev.right, .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left, .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.6%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right, .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.6%;
  }
  .carousel-showmanymoveone .carousel-inner > .left, .carousel-showmanymoveone .carousel-inner > .prev.right, .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2, .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right, .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.6%, 0, 0);
    transform: translate3d(16.6%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left, .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.6%, 0, 0);
    transform: translate3d(-16.6%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left, .carousel-showmanymoveone .carousel-inner > .item.prev.right, .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.quick-links {
  margin: 25px 0 0 25px;
  padding: 0;
}
.quick-links li {
  margin: 10px 0;
  padding: 0;
  list-style-type: disc;
}
.quick-links li a {
  color: #000;
}
.quick-links li a:hover {
  color: #2E6C5D;
  text-decoration: none;
}
.carouselSecDoc h3 {
  font-size: 21px;
  font-weight: bold;
  color: #2E6C5D;
  text-align: center;
}
.thumbnail-doc {
  padding: 0 15px;
  border-radius: 0;
}
.thumbnail-doc a {
  display: block;
  margin: 20px 10px;
  text-align: center;
  color: #000;
}
.thumbnail-doc a:hover {
  color: #2E6C5D;
  text-decoration: none;
}
.thumbnail-doc a img {
  border: 2px solid #000;
  margin: 0 auto;
}
.thumbnail-doc a h6 {
  font-style: italic;
}
.thumbnail-doc a h5 {
  font-weight: bold;
}
.carousel-control-doc {
  position: absolute;
  top: 35%;
  bottom: 0;
  left: 0;
  width: 15%;
  color: #862350 !important;
  text-align: center;
  text-shadow: none;
  filter: alpha(opacity=50);
  opacity: 0.5;
  background-color: transparent !important;
}
.carousel-control-doc:focus, .carousel-control-doc:hover {
  text-decoration: none;
  filter: alpha(opacity=100);
  outline: 0;
  opacity: 1;
}
.carousel-control-doc i {
  font-size: 24px !important;
}
.carousel-showmanymoveone .carousel-control-doc {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control-doc.left {
  margin-left: -10px;
}
.carousel-showmanymoveone .carousel-control-doc.right {
  margin-right: -10px;
}
.carousel-control-doc.right {
  right: 0;
  left: auto;
}
.common-content-area {
  background-color: #EEF4F1;
  padding: 40px 0;
  margin: 0;
}
.workstraemItem {
  display: block;
  margin: 10px 0;
}
.user-logged-in .modal-backdrop {
    z-index: 99;
}

.modal-content.editor-image-dialog {
    max-height: 100% !important;
}

.editor-image-dialog button[data-drupal-selector="edit-actions-save-modal"],
.editor-link-dialog button[data-drupal-selector="edit-actions-save-modal"] {
    width: 100px !important;
    height: 36px !important;
}
/* @Fontface */
@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic/CenturyGothic.eot');
  src: url('../fonts/CenturyGothic/CenturyGothic.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic/CenturyGothic.woff2') format('woff2'), url('../fonts/CenturyGothic/CenturyGothic.woff') format('woff'), url('../fonts/CenturyGothic/CenturyGothic.ttf') format('truetype'), url('../fonts/CenturyGothic/CenturyGothic.svg#CenturyGothic') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic/CenturyGothic-BoldItalic.eot');
  src: url('../fonts/CenturyGothic/CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic/CenturyGothic-BoldItalic.woff2') format('woff2'), url('../fonts/CenturyGothic/CenturyGothic-BoldItalic.woff') format('woff'), url('../fonts/CenturyGothic/CenturyGothic-BoldItalic.ttf') format('truetype'), url('../fonts/CenturyGothic/CenturyGothic-BoldItalic.svg#CenturyGothic-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic/CenturyGothic-Bold.eot');
  src: url('../fonts/CenturyGothic/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic/CenturyGothic-Bold.woff2') format('woff2'), url('../fonts/CenturyGothic/CenturyGothic-Bold.woff') format('woff'), url('../fonts/CenturyGothic/CenturyGothic-Bold.ttf') format('truetype'), url('../fonts/CenturyGothic/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic/CenturyGothic-Italic.eot');
  src: url('../fonts/CenturyGothic/CenturyGothic-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic/CenturyGothic-Italic.woff2') format('woff2'), url('../fonts/CenturyGothic/CenturyGothic-Italic.woff') format('woff'), url('../fonts/CenturyGothic/CenturyGothic-Italic.ttf') format('truetype'), url('../fonts/CenturyGothic/CenturyGothic-Italic.svg#CenturyGothic-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/* Media Quries */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .topMainBanner {
    height: 260px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .navbar-nav > li {
    margin-right: 15px !important;
  }
  .bannerContent {
    margin-top: 5%;
  }
  .topMainBanner {
    height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
  .navbar-nav > li {
    float: left;
    margin-right: 40px;
  }
  .navbar-nav > li:last-child {
    float: left;
    margin-right: 0;
  }
  .navbar-collapse {
    padding: 0;
  }
  .navbar-form .input-group {
    width: 250px;
  }
  .navbar-right {
    float: right !important;
    margin-right: 0;
  }
}
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (orientation : landscape) {
  .navbar-nav > li {
    margin-right: 15px !important;
  }
  .bannerContent {
    margin-top: 5%;
  }
  .topMainBanner {
    height: 200px;
  }
}
@media only screen and (max-width:767px) {
  .topMainBanner h5 {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
  .navbar-form {
    margin-right: 0;
    margin-left: -15px;
  }
  .navbar-form .input-group {
    width: 100%;
    margin: 0 -15px 0 0;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  .fill {
    top: 0;
    left: 0;
    width: auto;
    height: auto;
  }
  .q-action-sec ul li, .q-action-sec ul li a {
    width: 100%;
    float: left;
    text-align: center;
  }
  .q-action-sec ul li {
    margin: 10px 0;
  }
}

.announcements-description a strong,
.announcements-mp a strong,
.announcements-mp a,
.announcements-description a {
  color: #337ab7;
  text-decoration: none;
}

.announcements-mp a:focus,
.announcements-mp a:hover,
.announcements-description a:focus,
.announcements-description a:hover {
  color: #46b0f4;
  text-decoration: none;
  text-shadow: none;
}