* {
  box-sizing: border-box;
}

.breadcrumbs {
  clear: left;
  padding: 15px 0 0 13px;
  font-size: 11px;
}
.breadcrumbs a {
  color: #000;
  text-decoration: none;
}
.aside {
  /* SEARCH FORM */
  /* RECENT NEWS SECTION */
  /* RECENT NEWSLINKS (PRESSKIT) */
}
.aside-search {
  position: relative;
  margin: 0;
  padding: 0;
}
.aside-search > label {
  display: block;
  border: 1px #999 solid;
  padding: 3px;
}
.aside-search > label input {
  border-width: 0;
  width: 100%;
  padding: 0 37px 0 5px;
  height: 24px;
  font-size: 13px;
  font-family: "Arial";
}
.aside-search-submit {
  background: #073873;
  border-width: 0;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  width: 30px;
  height: 24px;
  position: absolute;
  right: 4px;
  top: 4px;
}
.aside-categories {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  margin: 20px 0 !important;
}
.aside-categories li {
  padding-left: 0 !important;
  background: none !important;
  font-size: 13px;
  white-space: nowrap;
}
.aside-categories-item {
  border-bottom: #e0e0e0 1px solid;
  padding: 7px 0;
}
.aside-categories-item .active {
  font-weight: bold;
}
.aside-categories-item:last-child {
  border-bottom-width: 0;
}
.aside-categories-item a {
  text-decoration: none !important;
}
.aside-categories-item a:hover span {
  text-decoration: underline !important;
}
.aside-categories-item a:after {
  font-family: "fontAwesome";
  content: "\f101";
  margin-left: 5px;
}
.aside-categories-item a:visited {
  color: #073873;
}
.aside-newslinks {
  margin: 20px 0;
}
.aside-newslinks-title {
  position: relative;
}
.aside-newslinks-title > span {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #073873;
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 700;
}
.aside-newslinks-list {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  margin: 10px 0 !important;
}
.aside-newslinks-list li {
  padding-left: 0 !important;
  background: none !important;
}
.aside-newslinks-list-item {
  margin: 10px 0;
}
.aside-newslinks-list-item > a {
  font-weight: 700;
  text-decoration: none;
}
.aside-newslinks-list-item > a:hover {
  text-decoration: underline;
}
.aside-newslinks-list-item-info {
  color: #000;
}
.aside-newslinks-linkAll {
  display: block;
  border: 2px #7f95af solid;
  color: #7f95af !important;
  line-height: 30px;
  text-align: center;
  margin: 10px 0;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 700;
  transition: background-color 0.3s ease;
}
.content .aside-newslinks-linkAll:hover,
.content .aside-newslinks-linkAll:active {
  background: #f5f5f5;
  text-decoration: none !important;
}
.featuredVideo-item {
  margin-bottom: 30px;
}
.featuredVideo-item-image {
  width: 100%;
  position: relative;
  margin-bottom: 5px;
  display: block;
  cursor: pointer;
}
.icon-overlay:after {
  content: "";
  width: 39px;
  height: 39px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: url("../images/multimediaV2_album_figure_icon_video.png") no-repeat 50% 50%;
}
.icon-overlay-audio:after {
  background: url("../images/multimediaV2_album_figure_icon_audio.png") no-repeat 50% 50%;
}

.featuredVideo-item-image img {
  max-width: 100%;
}
.featuredVideo-item-title {
  font-weight: 700;
}
.featuredVideo-item a {
  text-decoration: none;
}
.featuredVideo-item-description {
  font-size: 13px;
}
.featuredVideo-lightbox-media {
  position: relative;
  margin-bottom: 5px;
}
.featuredVideo-lightbox-media object,
.featuredVideo-lightbox-media video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.featuredVideo-lightbox h2 {
  font-size: 14px;
  font-weight: 700;
}
.featuredVideo-lightbox-text {
  margin-top: 5px;
}
.social {
  margin-bottom: 30px;
}
.article-social {
  float: left;
  padding-top: 25px;
}
.article-social h3 {
  display: none;
}
.social h3 {
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #073873;
}
.social-list {
  padding: 5px 0;
}
.social-list-item {
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: -9999px;
  background: url("../images/social.png") no-repeat 0 0;
}
.social-list-item.youtube {
  background-position: -62px 0;
}
.social-list-item.twitter {
  background-position: -31px 0;
}
.social-list-item.facebook {
  background-position: 0 0;
}
.social-list-item.flickr {
  background-position: -94px 0;
}
.social-list-item.email {
  background-position: -126px 0;
}
.social-list-item.rss {
  background-position: -157px 0;
}
.social-list-item.linkedin {
  background-position: -190px 0;
}
.social .external {
  display: none;
}
.events {
  margin: 30px 0;
}
.events-title {
  margin: 0;
  padding: 5px;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  background: #7f95af;
  text-transform: uppercase;
}
.events-title:before {
  content: "\f073";
  font-family: "fontAwesome";
  color: #fff;
  font-size: 16px;
  margin-right: 5px;
}
.events-data-months {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  margin: 10px -6px !important;
  letter-spacing: -0.3em;
}
.events-data-months li {
  padding-left: 0 !important;
  background: none !important;
}
.events-data-months .evtMonth{
  display: inline-block;
  width: 28%;
  padding: 0 6px !important;
  letter-spacing: 0;
}
.events-data-months li.prev,
.events-data-months li.next {
  display: inline-block;
  vertical-align: top;
  padding: 0;
}
.events-data-months li.prev a,
.events-data-months li.next a {
  background-color: transparent;
  width: 15px;
  height: 60px;
}
.events-data-months li.next a {
  background: url(../images/calendar-next.gif) no-repeat center;
}
.events-data-months li.prev a {
  background: url(../images/calendar-prev.gif) no-repeat center;
}
.events-data-months a {
  display: block;
  background: #dddddd;
  color: #565656;
  padding: 10px 0;
  text-decoration: none !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.events-data-months a > .month {
  font-size: 16px;
  display: block;
}
.events-data-months a > .year {
  font-size: 12px;
  display: block;
}
.events-data-months a.active {
  background: #073873;
  color: #fff;
}
.events-data-index-item {
  margin-bottom: 10px;
  font-size: 13px;
}
.events-data-index-item-title {
  font-weight: 700;
}
.events-data-index-item-date {
  color: #000;
}
.events-data-period {
  font-weight: 700;
  font-size: 13px;
  color: #000;
  padding: 2px 0 8px;
  text-transform: uppercase;
}
.content .events-data-linkAll {
  display: block;
  border: 2px #7f95af solid;
  color: #7f95af !important;
  line-height: 30px;
  text-align: center;
  margin: 10px 0;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 700;
  transition: background-color 0.3s ease;
}
.content .events-data-linkAll:hover,
.content .events-data-linkAll:active {
  background: #f5f5f5;
  text-decoration: none !important;
}
.featured-wrapper {
  margin: 30px 0 40px;
  padding: 0;
  background: #f4f4f4;
  visibility: hidden;
}
.featured-wrapper .bx-wrapper {
  position: relative;
}
.featured-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 18px;
  background: rgba(255,255,255,0.9);
  text-indent: -9999px;
  opacity: 0.6;
}
.featured-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}
.featured-wrapper .bx-controls-direction a:before {
  content: "";
  background: url("../fonts/arrow.svg") no-repeat 50% 50%;
  background-size: 50% 50%;
  display: block;
  width: 100%;
  height: 100%;
  float: left;
}
.featured-wrapper .bx-controls-direction a.bx-prev {
  left: 5px;
}
.featured-wrapper .bx-controls-direction a.bx-prev:before {
  transform: rotate(180deg);
}
.featured-wrapper .bx-controls-direction a.bx-next {
  right: 5px;
}
.featured-wrapper .bx-controls-direction a.bx-next:before {

}

.featured-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  text-align: center;
}
.featured-wrapper .bx-pager-item {
  display: inline-block;
  margin: 0 4px;
}
.featured-wrapper .bx-pager-item a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #ddd;
  text-indent: -9999px;
}
.featured-wrapper .bx-pager-item a.active {
  background: #073873;
}
.featured-item {
  min-height: 314px;
}
.featured-item-image {
  margin: 0;
  width: 50%;
  overflow: hidden;
  text-align: center;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
}
.featured-item-image a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.featured-item-image img {
  visibility: hidden;
  display: none;
  width: auto;
  //height: 294px !important;
  display: inline-block;
}
.featured-item-text {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  float: left;
  padding: 15px 85px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;

  display: flex;
  flex-direction: column;
  justify-content: center;
}
.featured-item-text a {
  color: #093691 !important;
  text-decoration: none !important;
}
.featured-item-text-title {
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #093691;
}
.featured-item-text ul {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.featured-item-text ul li {
  padding-left: 0 !important;
  background: none !important;
}
.featured-item-text ul .fa + a {
  margin-left: 6px;
}
.featured-item-text-description {
  margin-bottom: 15px;
  font-size: 16px;
}
.featured-item-text-description ul,
.featured-item-text-description ol {
  margin: 10px 0 !important;
}
.content .featured-item-text-description a:visited {
  color: #093691 !important;
}
.featured-item-image + .featured-item-text {
  width: 50%;
  left: auto;
  padding-left: 25px;
}

.featuredTilesMobile {
  display: none;
}
.featuredTilesDesktop {
  display: block;
}

.featuredTiles {
  margin: 30px 0;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: stretch;
  align-items: stretch;
  height: 343px;
}
.featuredTiles-item {
  display: -ms-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack:stretch;
  justify-content: stretch;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 33.33%;

  position: relative;
  padding: 0;
}
.featuredTiles-item:first-child {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 66.66%;
  padding: 0 30px 0 0;
}
.featuredTiles-item:last-child {
  padding-bottom: 0;
}

.featuredTiles-item-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -ms-flex: 100 100 100%;
  flex: 100 100 100%;
  position: relative;
  margin-bottom: 15px !important;
}
.featuredTiles-item:first-child .featuredTiles-item-image {
  margin: 0 !important;
}
.featuredTiles-item:last-child .featuredTiles-item-image {
  margin-top: 15px !important;
  margin-bottom: 0 !important;
}


.featuredTiles-item-image > a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.featuredTiles-item-image img {
  display: none;
}

.featuredTiles-item-text {

  background-color: rgba(244,244,244,0.9);
  padding: 13px 20px;

  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;

}
.featuredTiles-item-text-description {
  display: none;
}
.featuredTiles-item:first-child .featuredTiles-item-text-description {
  display: block;
  margin-top: 5px;
  line-height: 24px;
  font-size: 16px;
}
.featuredTiles-item:first-child .featuredTiles-item-text,
.featuredTiles-item:last-child .featuredTiles-item-text {
  margin-bottom: 0;
  bottom: 0;
}

.featuredTiles-item:first-child .featuredTiles-item-text {
  right: 30px;
}

.featuredTiles-item-text-title {
  font-size: 14px;
  margin-bottom: 0;
}
.featuredTiles-item:first-child .featuredTiles-item-text-title {
  font-size: 21px;
  line-height: 26px;
}


.flexible {
  margin-bottom: 30px;
}
.flexible .external {
  display: none;
}
.flexible-image {
  margin: 0 0 5px;
}
.flexible-image img {
  display: block;
  max-width: 100%;
}
.flexible h3 {
  font-size: 14px;
  font-weight: 700;
  color: #073873;
}
.flexible-text {
}
.flexible a {
  text-decoration: none;
}
.flexible-description {
}
.index-header {
  border-bottom: #073873 2px solid;
  overflow: hidden;
  line-height: 23px;
  text-transform: uppercase;
  font-weight: 700;
}
.index-header h2,
.index-header h3 {
  padding: 0 8px;
  background: #073873;
  float: left;
  color: #fff;
  margin: 0 10px 0 0;
  font-weight: 700;
  font-size: 15px;
}
.index-header a {
  float: left;
  color: #7f95af !important;
  text-decoration: none !important;
}
.index-item {
  padding: 10px 0;
  border-bottom: 1px #e0e0e0 solid;
  overflow: hidden;
}
.index-item .external {
  display: none;
}
.index-item:last-child {
  border-bottom-width: 0;
}
.index-item-figure {
  float: right;
  margin: 0 0 0 15px !important;
  position: relative;
}

.index-item-video .index-item-figure a {
}
.index-item-video .index-item-figure a:after  {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: url("../images/multimediaV2_album_figure_icon_video.png") no-repeat 50% 50%;
  width: 39px;
  height: 39px;
  cursor: pointer;
}
.index-item-audio .index-item-figure a:after  {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: url("../images/multimediaV2_album_figure_icon_audio.png") no-repeat 50% 50%;
  width: 39px;
  height: 39px;
  cursor: pointer;
}

.index-item-info {
  overflow: hidden;
}
.index-item-info-title {
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.index-item-info-title a {
  text-decoration: none;
}
.index-item-info-date {
  font-weight: 700;
}
.index-item-info-categories {
  margin-top: 5px;
}
.index-item-info-categories a,
.index-item-info-categories a:visited {
  background: #073873;
  color: #fff !important;
  padding: 2px 5px;
  margin-right: 5px;
  font-size: 11px;
  display: inline-block;
  margin-top: 5px;
}
.index-item-info-categories .tag,
.index-item-info-categories .tag:visited {
  color: #7f95af !important;
  background: #f5f6f9;
}
.index-item-info-cats {
  margin-top: 10px;
}
.index-paging {
  padding-top: 30px;
  font-size: 16px;
  overflow: hidden;
}
.index-paging.top {
  padding-top: 0;
  padding-bottom: 30px;
}
.index-paging .right {
  float: right;
  font-weight: 700;
}
.index-paging .right a {
  color: #7f95af;
  text-decoration: none;
}
.index-filter {
  margin-top: 20px;
  transition: max-height 0.3s ease;
  max-height: 400px;
}
.index-filter-hidden {
  max-height: 0;
  overflow: hidden;
  display: none;
}
.index-filter-status {
  display: block;
  cursor: pointer;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: -10px;
}
.index-filter-status-text {
  border-bottom: 1px #aaa dashed;
  display: inline-block;
}
.index-filter-status-text-showWord {
  display: none;
}
.index-filter-status-text-hideWord {
  display: inline-block;
}
.index-filter-status-hidden .index-filter-status-text-hideWord {
  display: none;
}
.index-filter-status-hidden .index-filter-status-text-showWord {
  display: inline-block;
}
.index-filter-status:after {
  float: right;
  font-family: "fontAwesome";
  font-size: 14px;
  content: "\f077";
  transition: transform 0.3s linear;
}
.index-filter-status-hidden:after {
  transform: rotate(180deg);
}
.index-filter-title {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}
.index-filter form {
  margin: 0;
  padding: 0;
}
.index-filter-text label {
  position: relative;
  display: block;
  border: 1px #999 solid;
  padding: 3px;
  margin: 5px 0 15px;
}
.index-filter-text label input {
  border-width: 0;
  width: 100%;
  padding: 0 37px 0 5px;
  height: 24px;
  font-size: 13px;
}
.index-filter-text label .fa {
  background: #7f95af;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  width: 30px;
  height: 24px;
  position: absolute;
  right: 4px;
  top: 3px;
}
.index-filter-checkbox {
  margin-bottom: 15px;
}
.index-filter-checkbox label {
  display: block;
  padding: 5px 0;
  line-height: 1.15;
  max-width: 100%;
}
.index-filter-checkbox input[type=checkbox] {
  float: left;
  margin: 0 6px 0 0;
}
.index-filter-checkbox span {
  overflow: hidden;
}
.index-filter-button {
  display: none;

  width: 100%;
  height: 24px;
  border-width: 0;
  padding: 0;
  line-height: 20px;
  background: #7f95af;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
}
.index-filter-button[type='reset'] {
  display: inline;
  background: none;
  color: #093691;
  cursor: pointer;
  text-transform: none;
  text-align: left;
  width: auto;
}
.index-filter-categories {
  margin: 5px 0 15px;
}



.index-resultsInfo {
  padding-bottom: 15px;
  font-size: 14px;
}
.index-resultsInfo > span {
  font-weight: 700;
}
.index-feature .index-item-figure {
  width: 50%;
  margin: 0 15px 0 0 !important;
}
.multimedia-featured .index-feature .index-item-figure {
  width: auto;
}
.facts-tabs {
  background: none;
  border-radius: 0;
  border-width: 0 !important;
  padding: 0 !important;
  margin: 15px 0;
}
.facts-tabs .ui-tabs-nav {
  background: none;
  border-radius: 0;
  border-width: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.facts-tabs .ui-tabs-nav li {
  background: none;
  border-radius: 0;
  border-width: 0;
  float: left;
	margin: 1px .1em 0 0;
}
.facts-tabs .ui-tabs-nav li a {
  display: block;
  line-height: 32px;
  padding: 0 10px !important;
  background: #6a88ab;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
.facts-tabs .ui-tabs-nav li.ui-tabs-active a {
  background: #d3deeb;
  color: #073873;
}
.facts-tabs-container {
  background: #d3deeb !important;
  padding: 27px !important;
  border-radius: 0 !important;
}
.facts-tabs-container h3 {
  font-size: 18px;
}
.facts-check {
  margin: 20px 0;
}
.facts-check h3 {
  background: #6a88ab;
  color: #fff;
  padding: 5px 10px;
  line-height: 24px;
}
.facts-check-container {
  padding: 10px 18px;
  background: #f5f6f9 url("../images/facts-check.png") no-repeat top right;
  background-size: contain;
}
.facts-check-container ul {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.facts-check-container ul li {
  padding-left: 0 !important;
  background: none !important;
}
.facts-check-container ul li {
  padding: 9px 0;
}
.facts-check-container ul a {
  text-decoration: none;
}
.hot {
  background: #f5f6f9;
  padding: 6px;
  margin: 15px 0 30px;
  overflow: hidden;
}
.hot h2 {
  background: #6a88ab;
  color: #fff;
  padding: 5px 10px;
  line-height: 24px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin: -5px -10px 10px;
}
.hot-item {
  float: left;
  padding: 6px;
  width: 50%;
  line-height: 18px;
}
.hot-item-image {
  margin: 0 0 8px;
}
.hot-item-image img {
  max-width: 100%;
}
.hot-item h2 {
  background: #6a88ab;
  color: #fff;
  padding: 5px 10px;
  line-height: 24px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  margin: -5px -10px 10px;
}
.hot-item h3 {
  font-weight: 700;
  font-size: 14px;
}
.hot-item a {
  text-decoration: none;
}
.media-large-item {
  display: none;
}
.media-large-item.active {
  display: block;
}
.media-large-item-image {
  margin: 10px 0;
  position: relative;
}
.media-large-item-image img {
  max-width: 100%;
}
.media-large-item-title {
  font-size: 14px;
  font-weight: 700;
}
.media-large-item-download {
  text-decoration: none !important;
  display: inline-block;
  margin: 5px 0 0;
}
.media-large-item-description {
  font-size: 13px;
  line-height: 1.5em;
  padding: 5px 0;
}
.media-list {
  margin: 15px -4px 0;
  overflow: hidden;
}
.media-list-item {
  width: 20%;
  padding: 4px;
  cursor: pointer;
  float: left;
}
.media-list-item figure {
  margin: 0;
}
.media-list-item img {
  max-width: 100%;
}
.multimedia-albums {
  margin: 20px 0;
  padding: 15px 15px 0;
  letter-spacing: -0.4em;
  background: #f5f6f9;
}
.multimedia-albums-item {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  width: 25%;
  padding: 1px 15px;
  margin-bottom: 15px;
}
.multimedia-albums-item-image {
  margin: 0 0 10px;
}
.multimedia-albums-item-title {
  padding: 0 10px;
}
.multimedia-albums-item-title h4 {
  font-size: 14px;
  font-weight: 700;
}
.multimedia-albums-item-count {
  padding: 0 10px;
  font-size: 12px;
  opacity: .8;
}
.multimedia-albums-item a {
  text-decoration: none;
}
.multimedia-albums-item a.external {
  display: none;
}
.multimedia-gallery {
  letter-spacing: -0.4em;
}
.multimedia-gallery-item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  padding: 1px 15px;
  margin-bottom: 15px;
}
.multimedia-gallery-item-video {
  width: 50%;
}
.multimedia-gallery-item-photo {
  width: 33.33%;
}
.searchResults .multimedia-gallery-item-photo {
  width: 50%;
}

.multimedia-gallery-item-image {
  margin: 0 0 10px;
  position: relative;
  max-width: 100%;
}
.multimedia-gallery-item-description a {
  display: inline-block;
}


.multimedia-gallery-item-title {
  padding: 4px 10px;
}
.multimedia-gallery-item-title h4 {
  font-size: 14px;
  font-weight: 700;
}
.multimedia-gallery-item a {
  text-decoration: none;
}
.multimedia-gallery-item a.external {
  display: none;
}

.multimediaV2-albums {
  letter-spacing: -0.4em;
}
.multimediaV2-albums h2,
.multimediaV2-gallery > h2 {
  background: #6a88ab;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 30px;
  letter-spacing: 0;
  font-size: 14px;
}
.multimediaV2-albums h2 a,
.multimediaV2-albums h2 a:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.multimediaV2-albums-item-subItem {
  display: inline-block;
  width: 33.33%;
  letter-spacing: 0;
  vertical-align: top;
  margin-bottom: 20px;
}
.content .multimediaV2-albums-item-subItem a,
.content .multimediaV2-albums-item-subItem a:hover {
  text-decoration: none !important;
}
.multimediaV2-albums-item-subItem h3 {
  font-size: 14px;
  margin: 3px 30% 0 0;
}
.multimediaV2-albums-item-subItem figure {
  background: url("../images/multimediaV2_album_figure.png") no-repeat 50% 50%;
  background-size: contain;
  padding: 23px 23px 10px 10px;
  margin: 0 30% 5px 0 !important;
  text-align: center;
}
.multimediaV2-albums-item-subItem-text {
  color: #000;
  margin: 10px 30% 0 0;
}

.multimediaV2-gallery .multimedia-gallery-item .icon-overlay:after {
  content: "";
  display: none;
}
.multimediaV2-gallery .multimedia-gallery-item-image {
  float: left;
  position: relative;
}
.multimediaV2-gallery .multimedia-gallery-item-image:after {
  content: "";
  width: 39px;
  height: 39px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.multimediaV2-gallery .multimedia-gallery-item-audio .multimedia-gallery-item-image:after {
  background: url("../images/multimediaV2_album_figure_icon_audio.png") no-repeat 50% 50%;
}
.multimediaV2-gallery .multimedia-gallery-item-video .multimedia-gallery-item-image:after {
  background: url("../images/multimediaV2_album_figure_icon_video.png") no-repeat 50% 50%;
}

.multimediaV2-gallery .multimedia-gallery-item-title {
  clear: left;
}

.multimediaV2-gallery .index-feature .index-item {
  padding: 0;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.multimediaV2-gallery .multimedia-gallery-item-title {
  padding-left: 0;
  padding-right: 0;
}
.multimediaV2-gallery .multimedia-gallery-item-audio .multimedia-gallery-item-title,
.multimediaV2-gallery .multimedia-gallery-item-audio .multimedia-gallery-item-description {
  max-width: 250px;
}




.contact-text {
  margin-bottom: 30px;
}
.contact-expand,
.contact-collapse {
  font-weight: 700;
  text-transform: uppercase;
  color: #073873;
  cursor: pointer;
  margin-right: 15px;
}
.contact-expand.disabled,
.contact-collapse.disabled {
  color: #999;
  cursor: default;
}
.contact-list {
  padding-top: 10px;
}
.contact-list-item {
  border-bottom: 1px #ccc solid;
}
.contact-list-item-name {
  font-weight: bold;
  overflow: hidden;
  padding: 12px 0 11px;
  color: #073873;
  cursor: pointer;
}
.contact-list-item-name .fa {
  float: right;
}
.contact-list-item-name .fa-minus {
  display: none;
}
.contact-list-item.opened .fa-minus {
  display: block;
}
.contact-list-item.opened .fa-plus {
  display: none;
}
.contact-list-item-wrapper {
  max-height: 0;
  padding: 0 20px;
  overflow: hidden;
  transition: max-height 0.3s linear;
  font-size: 13px;
}
.contact-list-item.opened .contact-list-item-wrapper {
  padding: 10px 20px 15px;
  max-height: 400px;
}
.calendar-popup {
  box-sizing: border-box;
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.7);
  z-index: 20000;
  border: 10px #000 solid;
  width: 300px;
  position: relative;
  background: #fff;
  padding: 25px 25px 15px 15px;
}
.calendar-popup:before {
  content: "";
  position: absolute;
  left: 15px;
  top: -25px;
  width: 0;
  height: 0;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 15px solid #000;
}
.calendar-popup-shifted:before {
  left: auto;
  right: 15px;
}
.calendar-popup-close {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
}
.calendar-popup-close:before {
  content: "\f00d";
  font-family: "fontAwesome";
  color: #000;
  font-size: 16px;
}
.calendar-popup-content-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 7px;
}
.calendar-popup-content-dates {
  color: #999;
  font-size: 90%;
}
.calendar-popup-content-text {
  padding: 7px 0;
}
.calendar-popup-content-link {
  text-align: right;
}
.calendar-popup-content-link a,
.calendar-popup-content-link a:visited {
  color: #073873;
}
.attachments-large-item {
  display: none;
}
.attachments-large-item.active {
  display: block;
}
.attachments-large-item-image {
  padding: 10px 0;
  width: 300px;
}
.attachments-large-item-image img {
  max-width: 100%;
  cursor: pointer;
}
.attachments-list {
  margin: 10px -2px 0;
  overflow: hidden;
}
.attachments-list-item {
  width: 20%;
  cursor: pointer;
  float: left;
  padding: 2px;
}
.attachments-list-item.active figure {
  background: #F2A11F;
}
.attachments-list-item figure {
  margin: 0;
  padding: 1px;
}
.attachments-list-item img {
  max-width: 100%;
}
.attachments-list-wrapper {
  position: relative;
}
.attachments-large-item-description {
  font-size: 0.9em;
  line-height: 1.2;
}
.attachments-list-wrapper .bx-controls .bx-prev,
.attachments-list-wrapper .bx-controls .bx-next {
  width: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  text-indent: -9999px;
}
.attachments-list-wrapper .bx-controls .bx-prev:before,
.attachments-list-wrapper .bx-controls .bx-next:before {
  font-family: "fontAwesome";
  font-size: 18px;
  color: #d3deeb;
  line-height: 44px;
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -22px;
}
.attachments-list-wrapper .bx-controls .bx-prev {
  left: 0;
}
.attachments-list-wrapper .bx-controls .bx-prev:before {
  content: "\f104";
}
.attachments-list-wrapper .bx-controls .bx-next {
  right: 0;
}
.attachments-list-wrapper .bx-controls .bx-next:before {
  content: "\f105";
}
.attachments-lightbox-media {
  position: relative;
  margin-bottom: 5px;
}
.attachments-lightbox-media object,
.attachments-lightbox-media video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.article-info {
  padding: 10px 10px 10px 20px;
  background: #f4f4f4;
  color: #333;
  font-size: 14px;
  margin-bottom: 15px;
  /* overflow: hidden; */
}
.article-info-hasCats {
  margin-top: 32px;
}
.article-info h1 {
  clear: left;
  color: #264373;
  font-size: 21px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 5px;
}
.article-info-subhead {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 200;
}
.article-info-categories {
  float: left;
  background: #073873;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 20px;
  line-height: 20px;
  margin: -42px 0 0 -20px;
  color: #fff;
}
.article-info-categories a,
.article-info-categories a:visited {
  color: #fff !important;
  padding-right: 7px;
  border-right: 1px solid #7f95af;
  margin-right: 7px;
}
.article-info-categories a:last-child {
  padding-right: 0;
  border-right: none;
  margin-right: 0;
}
.article-info-contact {
  padding-top: 30px;
  margin-bottom: 5px;
  color: #333;
}
.article-info-contact a {
  /* color: #093691; */
}
.article-info-contact .contact-item:first-child:before {
  content: "Contact: ";
}
.article-info-contact .contact-item > div {
  display: inline;
  padding-right: 4px;
}
.article-info-contact .contact-item > div + div {
  border-left: 1px #333 solid;
  padding-left: 6px;
}
/*.article-info-attachments {
  float: right;
  max-width: 50%;
  margin-left: 15px;
}*/
.article-info .social h3 {
  margin-top: 25px;
  color: #ccc;
}
.article-categories {
  margin-bottom: 19px;
  display: inline-block;
}
.article-date {
  margin-bottom: 19px;
  display: inline-block;
}
.article-date + .article-categories:before {
  content: "| Category: ";
}
.article-contact {
  color: #999;
}
.article-contact .contact-item:first-child:before {
  content: "Contact: ";
}
.article-contact .contact-item > div {
  display: inline;
  padding-right: 4px;
}
.article-contact .contact-item > div + div {
  border-left: 1px #fff solid;
  padding-left: 6px;
}
.article-tagCloud {
  border: 2px solid #b2bfcf;
  padding: 10px;
}
.article-tagCloud h3 {
  margin-bottom: 7px;
}
.article-tagCloud a {
  color: #7f95af;
  background: #f5f6f9;
  display: inline-block;
  padding: 5px;
	margin-bottom: 5px;
}
.article-links {
  border: 2px solid #b2bfcf;
  padding: 10px 6px 5px;
  margin: 30px 0;
}
.article-links ul {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  margin: 5px 0 !important;
}
.article-links ul li {
  padding-left: 0 !important;
  background: none !important;
}
.article-links ul li {
  border-bottom: 1px solid #e0e0e0;
  padding: 7px 0;
}
.article-links ul li:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
}
.article-links ul li a {
  text-decoration: none;
}
.article-links ul li a:after {
  font-family: "fontAwesome";
  content: "\f101";
  margin-left: 5px;
}
.article-relatedNews {
  margin: 30px 0;
}
@media (max-width: 991px) {
  .article-relatedNews {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .article-relatedNews {
    padding-bottom: 140px;
  }
}
.article-relatedNews h2 {
  font-size: 18px;
  font-weight: bold;
  color: #264373;
  border-bottom: 1px solid;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.article-relatedNews-wrapper {

}
@media (min-width: 768px) {
  .article-relatedNews-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
.article-relatedNews-item {
  clear: both;
}
@media (min-width: 768px) {
  .article-relatedNews-item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }
}
.article-relatedNews-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .article-relatedNews-item img {
    float: left;
    width: 90px;
    margin-right: 15px;
  }
}
.article-relatedNews-item-title {
  font-weight: 700;
  font-size: 13px;
}
.article-relatedNews-item-title a {
  text-decoration: none;
}
.article-media {
  margin: 15px 0 25px;
}
.article-body {
  margin-bottom: 30px;
}
.article-body,
.article-body p {

}

.article-body .textImage img[data-src] {
  cursor: pointer;
}

.article-subhead {
  font-weight: 700;
  font-size: 16px;
}


.article-slideshow-wrapper {
  position: relative;
}
.article-iframe {
  overflow: hidden;
  border-width: 0;
}
.article-slideshow .bx-wrapper {
  position: relative;
  background: #000;
}
.article-slideshow .bx-controls-direction .bx-prev,
.article-slideshow .bx-controls-direction .bx-next {
  position: absolute;
  top: 45%;
  height: 32px;
  width: 40px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  text-indent: -9999px;
  outline: none;
}
.article-slideshow .bx-controls-direction .bx-prev {
  left: 0;
}
.article-slideshow .bx-controls-direction .bx-next {
  right: 0;
}
.article-slideshow .bx-controls-direction .bx-prev:before,
.article-slideshow .bx-controls-direction .bx-next:before {
  font-family: "FontAwesome";
  float: left;
  text-indent: 0;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
  width: 100%;
}
.article-slideshow .bx-controls-direction .bx-prev:before {
  content: "\f053";
}
.article-slideshow .bx-controls-direction .bx-next:before {
  content: "\f054";
}
.article-slideshow-container {
  text-align: center;
}
.article-slideshow-control {
  height: 40px;
  background-color: #000;
  color: #fff;
  overflow: hidden;
}
.article-slideshow-control-item {
  float: left;
  width: 14.284%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.article-slideshow-control-item.control-counter {
  background-color: #000 !important;
  cursor: default;
}
.article-slideshow-control-item-on,
.article-slideshow-control-item:hover {
  background-color: #333;
}
.article-slideshow-item-text {
  position: absolute;
  left: 10%;
  bottom: 0;
  right: 10%;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 15px;
  text-align: left;
  display: none;
}
.article-slideshow-showInfo .article-slideshow-item-text {
  display: block;
}
.article-slideshow-item-text-title {
  font-size: 120%;
  font-weight: bold;
}
.article-slideshow-item-text-title  {
  margin-bottom: 10px;
}
.article-slideshow-item-text-description p:last-child {
  margin-bottom: 0;
}
.article-slideshow-item-text-description a,
.article-slideshow-item-text-description a:hover,
.article-slideshow-item-text-description a:visited,
.article-slideshow-showInfo .article-slideshow-item-text a,
.article-slideshow-showInfo .article-slideshow-item-text a:hover,
.article-slideshow-showInfo .article-slideshow-item-text a:visited {
  color: #fff !important;
  text-decoration: underline !important;
}

.article-slideshow-list {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 40px;
  width: 100%;
  padding: 20px;
  background: rgba(0,0,0,0.8);
  text-align: center;
  letter-spacing: 15px;
  overflow-y: auto;
}
.article-slideshow-showTales .article-slideshow-list {
  display: block;
}
.article-slideshow-list-item {
  width: 20%;
  margin-bottom: 15px;
  display: inline-block;
}
.article-slideshow-list-item img {
  cursor: pointer;
  border: 2px rgba(0,0,0,0.8) solid;
}
.article-slideshow-list-item img:hover {
  border: 2px rgba(255, 255, 255, 0.5) solid;
}

/*------*/
.article-slideshow {
	max-width: 100%;
	width: 700px;
}
.article-slideshow:-webkit-full-screen {
	width: 100% !important;
}
.article-slideshow:-moz-full-screen {
	width: 100% !important;
}
.article-slideshow:full-screen {
	width: 100% !important;
}


:-webkit-full-screen .article-slideshow-wrapper {
  max-height: 100% !important;
  height: 100%;
  padding-bottom: 40px;
  margin: 0;
}
:-moz-full-screen .article-slideshow-wrapper {
  max-height: 100% !important;
  height: 100%;
  padding-bottom: 40px;
  margin: 0;
}
:full-screen .article-slideshow-wrapper {
  max-height: 100% !important;
  height: 100%;
  padding-bottom: 40px;
  margin: 0;
}



:-webkit-full-screen .bx-wrapper {
  height: 100% !important;
}
:-moz-full-screen .bx-wrapper {
  height: 100% !important;
}
:full-screen .bx-wrapper {
  height: 100% !important;
}

:-webkit-full-screen .bx-viewport {
  height: 100% !important;
}
:-moz-full-screen .bx-viewport {
  height: 100% !important;
}
:full-screen .bx-viewport {
  height: 100% !important;
}

:-webkit-full-screen .article-slideshow-container {
  height: 100%;
}
:-moz-full-screen .article-slideshow-container {
  height: 100%;
}
:full-screen .article-slideshow-container {
  height: 100%;
}

:-webkit-full-screen .article-slideshow-item {
  height: 100%;
}
:-moz-full-screen .article-slideshow-item {
  height: 100%;
}
:full-screen .article-slideshow-item {
  height: 100%;
}

:-webkit-full-screen .article-slideshow-item-img {
  height: 100% !important;
  max-height: 100% !important;
}
:-moz-full-screen .article-slideshow-item-img {
  height: 100% !important;
  max-height: 100% !important;
  max-width: 9999px;
}
:full-screen .article-slideshow-item-img {
  height: 100% !important;
  max-height: 100% !important;
}

:-webkit-full-screen .article-slideshow-item-text {
  bottom: 60px;
}
:-moz-full-screen .article-slideshow-item-text {
  bottom: 60px;
}
:full-screen .article-slideshow-item-text {
  bottom: 60px;
}

:-webkit-full-screen .bx-prev {
  width: 50px !important;
  height: 48px !important;
}
:-moz-full-screen .bx-prev  {
  width: 50px !important;
  height: 48px !important;
}
:full-screen .bx-prev  {
  width: 50px !important;
  height: 48px !important;
}

:-webkit-full-screen .bx-next {
  width: 50px !important;
  height: 48px !important;
}
:-moz-full-screen .bx-next {
  width: 50px !important;
  height: 48px !important;
}
:full-screen .bx-next {
  width: 50px !important;
  height: 48px !important;
}

:-webkit-full-screen .bx-prev:before {
  font-size: 32px !important;
  line-height: 50px !important;
}
:-moz-full-screen .bx-prev:before  {
  font-size: 32px !important;
  line-height: 50px !important;
}
:full-screen .bx-prev:before  {
  font-size: 32px !important;
  line-height: 50px !important;
}

:-webkit-full-screen .bx-next:before  {
  font-size: 32px !important;
  line-height: 50px !important;
}
:-moz-full-screen .bx-next:before  {
  font-size: 32px !important;
  line-height: 50px !important;
}
:full-screen .bx-next:before  {
  font-size: 32px !important;
  line-height: 50px !important;
}

:-webkit-full-screen .article-slideshow-control {
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  position: fixed;
}
:-moz-full-screen .article-slideshow-control {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
}
:full-screen .article-slideshow-control {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
}

:-webkit-full-screen .article-slideshow-control-item {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
}
:-moz-full-screen .article-slideshow-control-item {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
}
:full-screen .article-slideshow-control-item {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
}









.content .article-body a,
.content .article-aside a {
  text-decoration: underline !important;
}
.content .article-body a:hover,
.content .article-aside a:hover {
  text-decoration: none !important;
}
.content {
  padding: 5px 60px 5px 20px;
}
.content * {
  box-sizing: border-box;
}
.content-title {
  font-size: 30px;
  font-weight: 700;
  color: #073873;
  line-height: 40px;
  text-transform: uppercase;
  margin: 15px 0;
  overflow: hidden;
}
.content-title-left {
  color: #7f95af;
  float: left;
  margin: 0 30px 0 0;
  letter-spacing: .05em;
  line-height: 1;
}
.content .content-title-left a,
.content .content-title-left a:hover,
.content .content-title-left a:active,
.content .content-title-left a.content-title-left a:focus {
  text-decoration: none !important;
  display: block;
}
.content-title-left span {
  display: block;
}



.content-title-search {
  float: right;
}
.form-control {
  max-width: 100%;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  border: 1px #ccc solid;
  padding: 0 14px;
  color: #333333;
  font-family: Arial;
  font-size: 14px;
  margin: 0;
}
.search_input {
  width: 190px;
}
.search_target {
  width: 100px;
  padding: 0 5px;
}
.search_submit {
  width: 35px;
  background: url("../images/search.png") no-repeat 50% 50%;
  border-width: 0;
  color: rgba(0,0,0,0);
  outline: none;
  height: 35px;
  vertical-align: middle;
}

.aside .form-control {
  border-color: #999;
}


.t1 {
  font-size: 16px;
  font-weight: normal;
}
.t2 {
  font-size: 28px;
  letter-spacing: .10em;
  font-weight: normal;
}
.t3 {
  font-size: 32px;
  line-height: 1;
}
.content-title-right .t3 {
  display: block;
  padding-right: 15px;
  overflow: hidden;
  text-transform: capitalize;
}
.transparent {
  visibility: hidden;
}
.content-title > span {
  color: #7f95af;
}
.content-cols {
  padding-top: 15px;
}
.content-cols-aside {
  float: left;
  width: 23%;
  border-right: 1px #ccc solid;
  padding-right: 15px;
  margin-bottom: 25px;
}
.content-cols-block {
  float: right;
  width: 77%;
  padding-left: 15px;
  border-left: 1px #ccc solid;
  position: relative;
  left: -1px;
  margin-bottom: 25px;
}

.content-cols-block-info {
  background: #d3deeb;
  padding: 15px;
  margin-bottom: 30px;
  /* font-size: 16px; */
  line-height: 160%;
  overflow: hidden;
}
.content-cols-block-info img {
  cursor: pointer;
}
.content-cols-block-info p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .content-cols-block-info-figure {
    float: right;
    max-width: 40%;
    margin: 0 0 15px 15px !important;
  }
}
@media (max-width: 767px) {
  .content-cols-block-info-figure {
    margin-bottom: 15px !important;
  }
}
.content-cols-block-info-figure-caption {
  float: left;
  margin-top: 3px;
  font-size: 13px;
}

.content-cols-block-wrapper {
  margin: 0 -12px;
  overflow: hidden;
  clear: both;
}
.content-cols-block-left {
  float: left;
  width: 66.666%;
  padding: 0 12px;
}
.content-cols-block-left h1 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
}
.content-cols-block-left p,
.content-cols-block-left .p {
  margin: 0 0 20px;
}
.content-cols-block-right {
  float: left;
  width: 33.333%;
  padding: 0 12px;
}
.content a {
  text-decoration: none !important;
}
.content a:hover {
  text-decoration: underline !important;
}
.content a:visited {
  color: #093691;
}
.content img {
  max-width: 100%;
	height: auto;
}
.content figure {
  margin: 0;
}
.tagCloud {
  font-size: 14px;
  background-color: #f5f6f9;
  padding: 10px;
  margin-bottom: 15px;
}
.tagCloud h3 {
  font-size: 13px;
  text-transform: uppercase;
}
.tagCloud a {
  display: inline;
  line-height: 30px;
  text-decoration: none;
  margin-right: 6px;
}
.twitterFeed {
  margin: 10px 0 30px;
}
.twitterFeed h3 {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #6a88ab;
  line-height: 21px;
  padding: 0 5px;
  height: 20px;
}
.twitterFeed .twitter-timeline {
  border-radius: 0;
  background: #f5f6f9;
}
.rssList {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  margin: 8px 0 20px 0 !important;
}
.rssList li {
  padding-left: 0 !important;
  background: none !important;
}
.rssList li {
  padding: 3px 0;
}
.rssList li .rss_icon {
  float: right;
}
.rssList .external {
  display: none;
}
.rssList + h2 {
  font-weight: 700;
}
.headwrap {
  margin-bottom: 15px;
}
.headwrap h1 {
  font-size: 24px;
  line-height: 1.1em;
  padding-bottom: 14px;
  padding-top: 6px;
}
.at-share-btn {
  border-radius: 16px;
  overflow: hidden;
}
@media print {
  body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 1.5em;
    padding-top: 0;
  }
  #searchBar,
  #homeBanner,
  .tabWrap,
  #homeBanner .menu,
  .fullLine.banner {
    display: none;
  }
  #header .logo {
    float: left;
  }
  .content-cols-aside,
  .content-cols-block-right {
    display: none;
  }
  .content-cols-block {
    border-left: none;
  }
  .content-cols-block,
  .content-cols-block-left,
  .content,
  .content-cols-block-wrapper {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .content-title {
    display: none;
  }
  .mobile-header-wrapper {
    display: none;
  }
  #footerWrap {
    padding: 0;
    background: none;
    color: rgba(255, 255, 255, 0);
  }
  #footerWrap > a {
    display: none;
  }
  #footerWrap .copyright {
    color: #000;
    float: left;
  }
  .article-info {
    background-color: transparent;
	color: #000;
	padding-left: 0;
	padding-right: 0;
  }
  .article-info-categories,
  .article-info-attachments,
  .article-social.social,
  .article-info .social h3 {
    display: none;
  }
  .article-info h1,
  .article-info-contact,
  .article-info-contact a {
    color: #000
  }
} /* end of @print */


h3 {
  color: #073873;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
a {
  color: #073873;
}
.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu li {
  padding-left: 0;
  background: none;
}
.asideButton {
  display: block;
  border: 2px #7f95af solid;
  color: #7f95af !important;
  line-height: 30px;
  text-align: center;
  margin: 10px 0;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 700;
  transition: background-color 0.3s ease;
}
.asideButton:hover,
.asideButton:active {
  background: #f5f5f5;
  text-decoration: none !important;
}
#homeBanner {
  background: #7f94af;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmOTRhZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #7f94af 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #7f94af 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #7f94af 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f94af', endColorstr='#ffffff', GradientType=0);
  height: 74px;
  box-sizing: border-box;
  margin: 0 5px;
}
#homeBanner .menu {
  margin-bottom: 7px;
  background: #565656;
}
#homeBanner .menu ul li {
  font-family: Arial, Helvetica, sans-serif;
  width: 20%;
  box-sizing: border-box;
}
#homeBanner .menu ul li:hover {
  width: 20% !important;
  background: #4e6687 !important;
}
#homeBanner .menu ul li a {
  float: none !important;
  padding: 6px 10px !important;
  text-align: center;
  line-height: 1.2em;
  font-size: 13.5px;
}
#homeBanner .menu .active {
  background: #000;
  border-width: 0;
}
#ui-datepicker-div {
  z-index: 110 !important;
}
.fancybox-nav {
  width: 40px !important;
}
.fancybox-nav.fancybox-prev {
  margin-left: -25px;
}
.fancybox-nav.fancybox-next {
  margin-right: -25px;
}
.article-body a[href$=".pdf"],
.article-body a[href$=".PDF"],
span.pdfLink {
  background-image: url("../images/pdf.png");
}
.clear {
  clear: both;
}
video {
  width: 100%    !important;
  height: auto   !important;
}
audio {
	width: 100% !important;
}
iframe {
	border: none;
}

@media screen and (min-width: 768px) {
  .embed-wrapper iframe[align="left"] {
    margin: 0 15px 0 0;
  }

  .embed-wrapper iframe[align="right"] {
    margin: 0 0 0 15px;
  }
}
.responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.responsive iframe,
.responsive object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  font-weight: bold;
}
.form-group input[type=email],
.form-group input[type=text] {
  display: block;
  height: 35px;
  line-height: 30px;
  width:100%;
  padding: 3px;
}
.form-group input[type=email]:focus,
.form-group input[type=text]:focus {
  border-color: #7f95af;
}
.btn {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #073873;
  font-weight: bold;
  border: none;
  outline: none;
  padding: 10px;
  font-size: 15px;
  border-radius: 4px;
}
.btn:hover {
  background-color: #7f95af;
}
a.btn, a.btn:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.choicegroup {
  margin: 0 !important;
  padding: 0 !important;
}
.choicegroup li {
  display: block;
  list-style-type: none !important;
  background-image: none !important;
  padding-left: 0 !important;
  margin: 10px 0;
  clear: both;
}
.choicegroup li input {
  margin-top: 2px;
  margin-right: 10px;
  float: left;
}
.choicegroup li label {
  font-weight: normal;
  display: table;
}

.choicegroup .choicegroup-level-1 {
  padding-left: 2em !important;
}

.choicegroup .choicegroup-level-2 {
  padding-left: 4em !important;
}

.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
  background: #eef none repeat scroll 0 0;
  padding: 2px;
}


/* Email Alerts */
.emailAlerts-form {
	padding: 10px;
  border: 2px #327bb7 solid;
  background-color: #327bb7;
  color: white;
	margin-bottom: 30px;
}

.emailAlertsBoxHeader {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.emailAlertsBox .emailAlertsBoxHeader {
  padding-left: 80px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: url("../images/alerts_background.png") no-repeat left top;
  background-size: 63px auto;
}

.emailAlertsBoxMsg {
	background-color: #f5f6f9;
	font-weight: bold;
	padding: 10px;
}

.emailAlertsBox .emailAlertsBox .form-group input[type=email],
.emailAlertsBox .emailAlertsBox .form-group input[type=text] {
	border-width: 0;
  border-radius: 3px 0 0 3px;
  width: calc(100% - 66px);
}

.emailAlertsBox [type="submit"] .fa-spinner,
.emailAlertsBox [type="submit"] .fa-spinner {
  display: none;
  margin-left: 5px;
}


.emailAlertsBox .form-group {
  margin-bottom: 0;
}

.emailAlertsBox .loading [type="submit"] .fa-spinner {
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  color: #fff;
  margin-top: -15px;
  font-size: 30px;
  opacity: 0.5;
}
.emailAlertsBox .loading input + [type="submit"] .fa-spinner {
  right: 19px;
  left: auto;
}

.content-cols-block-left .emailAlerts [type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.content-cols-block-left .emailAlerts [type="submit"] .fa-spinner {
  display: none;
}
.content-cols-block-left .emailAlerts .form-group {
  position: relative;
}

.emailAlertsBox .errors {
  list-style-type: none;
  margin: 5px 0;
  color: #ffaaaa;
}
.emailAlertsBox .errors li {
  padding: 0;
  background: none;
  text-align: left;
}

.asideFilters {
  margin-bottom: 30px;
}

.categoriesLink h2,
.asideFilters-title {
  margin: 0;
  padding: 5px;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  background: #7f95af;
  text-transform: uppercase;
}

.emailAlertsBox .form-group {
  position: relative;
  border-radius: 3px;
}
.emailAlertsBox .btn {

  padding: 0 10px;
  background: #F2A11F;
  color: #fff;
  /* border: 3px #F2A11F solid; */
  /* border-radius: 11px; */

  font-size: 12px;
  line-height: 16px;

  text-transform: none;
  height: 35px;
  /*
  width: 22px;
  */

}
.emailAlertsBox input + .btn {
  position: absolute;
  border-radius: 0 3px 3px 0;
  right: 0;
  top: 0;
}
.emailAlertsBox .errors {
  color: #ffaaaa;
}


.ipr_gallery-item-image-centerPlace {
  display: inline-block !important;
}
.ipr_gallery-controls-item.control-play {
  display: none;
}
.ipr_gallery-item-text-title {
  font-weight: 500 !important;
  font-size: 85% !important;
}
.ipr_gallery-directionControl {

}
.ipr_gallery-directionControl .directionControl-prev,
.ipr_gallery-directionControl .directionControl-next {
  background: white;
  width: 32px !important;
  height: 32px !important;
  border-radius: 16px !important;
  opacity: 0.5;
}
.ipr_gallery-directionControl .directionControl-prev:hover,
.ipr_gallery-directionControl .directionControl-next:hover {
  opacity: 1;
}

.ipr_gallery-directionControl .directionControl-prev .icon-left,
.ipr_gallery-directionControl .directionControl-next .icon-right {
  width: 12px;
  height: 18px;
}
.ipr_gallery-directionControl .directionControl-counter {
  color: white !important;
  font-size: 100% !important;
  text-shadow: 0 0 3px rgba(0,0,0,0.5);
}

:-ms-fullscreen .ipr_gallery-item-image-centerPlace {
  display: inline-block !important;
}
:-ms-fullscreen .ipr_gallery-item-img {
  display: inline-block !important;
  width: 100%;
}
.ipr_gallery-item-image .imgblock {
  display: block !important;
}

@media screen and (min-width: 992px) {

  .featured-mobile-wrapper {
    display: none;
  }
  .email-alert-mobile {
    display: none;
  }
  .mobile-header-part {
    display: none;
  }
  .article-info-texts {
    float: left;
    max-width: 46%;
  }
  .article-info-attachments {
    float: right;
    max-width: 50%;
    margin-left: 15px;
  }
  .mobile-filter-wrapper {
    display: none;
  }
}

@media (max-width: 991px) {
  h3 {
    font-size: 13px;
    line-height: 20px;
  }
  #searchBar, #homeBanner, #header .tabWrap, .fullLine.banner {
    display: none;
  }
  #container {
    padding-left: 0;
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
  }
  .content-title {
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  .mobile-header-part {
    display: block;
  }
  .content {
    padding: 0px;
  }
  .content-title.home-page {
    display: none;
  }
  .content .content-title-search {
    display: none;
  }
  .content .content-title-left {
    display: none;
  }
  .content-title-right .t3 {
    font-size: 18px;
    font-weight: 700;
    padding-left: 20px;
  }
  .article-social {
    float: none;
    margin-bottom: 10px;
  }
  .featured-wrapper {
    display: none;
  }
  .featured-mobile-wrapper {
    display: block;
    margin-bottom: 30px;
  }
  .featured-mobile-wrapper .featured-mobile-item-image-wrapper {
    width: 100%;
    height: 100%;
  }
  .featured-mobile-wrapper .featured-mobile-item-image-wrapper .featured-mobile-item-image {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .featured-mobile-wrapper .featured-mobile-item-image-wrapper .featured-mobile-item-image img {
    width: 100%;
  }
  .featured-mobile-wrapper .featured-mobile-item-text {
    padding: 20px;
    background-color: #f4f4f4;
  }
  .featured-mobile-wrapper .featured-item-text-title {
    font-size: 15px;
  }
  .featured-mobile-wrapper .featured-item-text-title a {
    color: #063873;
  }
  .featured-mobile-wrapper .featured-item-text-description {
    font-size: 13px;
    line-height: 20px;
  }
  .featuredTilesDesktop {
    display: none;
  }
  .featuredTilesMobile {
    display: block;
  }
  .featuredTilesMobile .featuredTiles {
    height: auto;
  }
  .featuredTilesMobile .featuredTiles-item {
    width: 100%;
    padding: 0;
  }
  .featuredTilesMobile .featuredTiles-item:first-child {
    width: 100%;
    padding: 0;
  }
  .featuredTilesMobile .featuredTiles-item:last-child .featuredTiles-item-image,.featuredTilesMobile .featuredTiles-item:first-child .featuredTiles-item-image {
    margin-top: 0 !important;
  }
  .featuredTilesMobile .featuredTiles-item-image {
    flex: none;
    height: 253px;
    background-position: center;
    background-size: contain;
  }
  .featuredTilesMobile .featuredTiles-item-text {
    position: static;
  }
  .featuredTilesMobile .featuredTiles-item:first-child .featuredTiles-item-text {
    right: 0;
  }
  .featuredTilesMobile .featuredTiles-item:first-child .featuredTiles-item-text-title {
    font-size: 15px;
  }

  .content-cols {
    padding-top: 0;
  }
  .content-cols-block {
    width: 100%;
    padding: 20px;
    margin-bottom: 0;
    background-color: #fff;
    padding-top: 0;
    float: none;
  }
  .content-cols-aside {
    display: none;
    float: none;
  }
  .content-cols-block-left, .content-cols-block-right {
    width: 100%;
  }
  .content-cols-block-right .social, .content-cols-block-right .twitterFeed, .content-cols-block-right .article-aside, .content-cols-block-right .flexible{
    display: none;
  }
  .content-cols-block-left .news-stream .index-item-info-text,.content-cols-block-left .news-stream .index-item-info-cats {
    display: none;
  }
  .index-item-info-date {
    font-size: 12px;
  }
  .hide-featured-video-mobile {
    display: none;
  }
  .index.index-feature.lightgallery .index-item {
    border-bottom: 0;
  }
  .index.index-feature.lightgallery .index-item-info-text iframe {
    max-width: 100%;
  }
.content-cols-block-right {
  margin-bottom: 130px;
}

.multimedia-featured {
  margin-top: -130px;
}
  .multimedia-albums-item {
    width: 50%;
  }
  .multimedia-gallery-item-photo {
    width: 50%;
  }
  .content-cols-block-right .emailAlerts {
    position: absolute;
    bottom: 0;
    right: 20px;
    left: 20px;
  }
  .content-cols-block-right .emailAlertsBoxHeader {
    height: 45px;
  }
  body .calendar-popup {
    left: 0 !important;
    width: 100% !important;
  }

  body .calendar-popup:before {
    content: none !important;
  }
  body .fc-day-grid-container.fc-scroller {
    height: auto !important;
  }

  /*==========Header==============*/
  body {
    padding-top: 116px;
  }
  .menu-open {
    position: fixed;
  }
  #containerFade, #container {
    background-image: none;
  }
  #header {
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 100;
  }
  .mobile-header-wrapper {
  position: fixed;
  top: 56px;
  height: 60px;
  background-color: #063873;
  z-index: 100;
  width: 100%;
}
.text-title-link {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
}
.text-title-link a {
  text-decoration: none;
}
.text-title-link a:hover,.text-title-link a:focus {
  text-decoration: none;
}
.text-title-link .t1, .text-title-link .t2 {
  display: block;
  color: #fff;
  text-transform: uppercase;

}
.text-title-link .t1 {
  font-size: 9px;
}
.text-title-link .t2 {
  font-size: 16px;
}
.button_wrapper {
    padding: 0px;
    border: 2px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    height: 47px;
    width: 47px;
}
.button_container {
  position: absolute;
  top: 5px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
}
.button_container.active .top {
  -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
          transform: translateY(9px) translateX(0) rotate(45deg);
  background: #fff;
}
.button_container.active .middle {
  opacity: 0;
  background: #fff;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
          transform: translateY(-9px) translateX(0) rotate(-45deg);
  background: #fff;
}
.button_container span {
  background: #fff;
  border: none;
  height: 2px;
  width: 28px;
  position: absolute;
  top: 13px;
  left: 10px;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 22px;
}
.button_container span:nth-of-type(3) {
  top: 31px;
}

.overlay {
  position: fixed;
  background-color: #063873;
  top: 55px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 99;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.mob-overlay-wrapper {
 padding-top: 60px;
 padding-bottom: 60px;
}
.mob-overlay-wrapper .content-title-search {
  float: none;
  margin: 20px;
}
/*.mob-overlay-wrapper #search_mainForm {
  max-width: 350px;
}*/
.mob-overlay-wrapper .search_mainForm .search_input {
  -moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
  background-color: #fff;
  border: none;
  border-top-right-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 0;
  margin-right: -3px;
  height: 43px;
  width: 50%;
}
.mob-overlay-wrapper .search_mainForm .search_target {
  background: #fff url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
  height: 43px;
  border: none;
  border-radius: 0;
}
.mob-overlay-wrapper .search_mainForm .search_submit {
  background: url("../images/mobile-search.png") no-repeat 50% 50%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-left: -4px;
  height: 43px;
}
.level-1.stay-connected .direct-link {
  pointer-events: none;
  border-bottom: 0;
}
.mob-overlay-wrapper .social-list {
  padding-left: 20px;
}
.accordion {
  width: 100%;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #063873;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #6a88ab;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li a {
  color: #fff;
}
.accordion li:last-child .link { border-bottom: 0; }

.accordion li .caret-wrap {
  position: absolute;
  top: 16px;
  right: 20px;
  border:1px solid #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
}
.accordion li i {
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  font-size: 12px;
  margin-top: 3px;
}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.level-1 .direct-link{
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  border-bottom: 1px solid #6a88ab;
}
.level-1.open .link {
  border-bottom: 0;
}
.level-1.open .submenu {
  border-bottom: 1px solid #6a88ab;
}
/**
 * Submenu
 -----------------------------*/


.submenu {
  display: none;
  font-size: 14px;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 12px;
  padding-left: 20px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover,.submenu a:focus {
  background: #6a88ab;
  color: #FFF;
}
.submenu a img {
  margin-right: 5px;
}
/*========article template===========*/
.article-info {
    padding: 0 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .article-info-hasCats {
    margin-top: 10px;
  }
  .article-info-categories {
    margin-top: -12px;
  }
  .article-info h1 {
    padding-top: 15px;
  }
.attachments-large-item-image {
    width: 100%;
  }
  .mobile-filter-wrapper {
    display: block;
    padding: 20px;
    background-color: #fff;
  }
  .mobile-filter-wrapper .asideFilters-title {
    display: none;
  }
  #footerWrap a {
    font-family: Helvetica;
    font-size: 11px;
  }
  #footerWrap a:first-child{
    padding-left: 0;
  }
  /*========Index template===========*/
  .index-paging.top {
    display: none;
  }
  article.index-item .index-item-info-text, article.index-item .index-item-info-cats {
    display: none;
  }
  .index-page.content-title-right {
    position: relative;
    padding: 5px 0;
  }
  .index-page .mobile-filter-wrapper {
    font-size: 13.5px;
    line-height: 1.5em;
    padding: 0 20px;
    color: #333;
    font-weight: normal;
    text-transform: capitalize;
  }
  .index-page .mobile-filter-button {
    position: absolute;
    right: 26px;
    top: 0px;
  }
  /*========Facts template===========*/
  .facts-tabs {
    margin:0 0 30px;
  }
  .facts-tabs-container {
    padding: 20px !important;
  }
  .facts-tabs-container table td {
    display: block;
  }
  .facts-tabs .ui-tabs-nav li {
    float: none;
    display: block;
    width: 100%;
  }
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: none;
  }
}

.mobile-filter-content.fClose {
  display: none;
}
.mobile-filter-content.fOpen {
  display: block;
}
.mobile-filter-title h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #063873;
  text-transform: capitalize;
}
.mobile-filter-button {
  float: right;
  background-color: #fff;
  border:0;
  outline: none;
}
.mobile-filter-button .fa-sliders {
  font-size: 21px;
  color: #6a88ab;
  font-weight: 400;
}
