/*

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,700;1,400&display=swap');
@font-family-custom: 'Poppins', sans-serif;
*/



.header-image .header-image-text {
			    color: black;
			    line-height: 1.25em;
			    margin-left: auto;
				  margin-right: auto;
				  left: 0;
				  right: 0;
			    position: absolute;
          font-weight: bold;
			    
			    /* text-transform: uppercase;
          font-size: 4.5em; */
			}
			
.header-image img{
				width: 100%;
        height: auto;
        margin-bottom: 25px;
			}


@media screen and (max-width: 768px) {
  .header-image-text {
    font-size: 6vw;
    text-align: center;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .header-image-text {
    font-size: 60px;
    text-align: center;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .header-image-text {
    font-size: 75px;
    text-align: center;
  }
}

@media screen and (min-width: 1201px) {
  .header-image-text {
    font-size: 100px;
    text-align: center;
  }
}


@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('PT Sans Italic'), local('PTSans-Italic'), url(https://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0eEwA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79P0U.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh4Ok.ttf) format('truetype');
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-before {
  margin-right: 0.25em;
  color: #428bca;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -o-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e0e0e0;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:active,
.btn-default.active {
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-primary {
  background-image: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
  border-color: #2d6ca2;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #3071a9;
  border-color: #2d6ca2;
}
.btn-success {
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  border-color: #419641;
}
.btn-success:active,
.btn-success.active {
  background-color: #449d44;
  border-color: #419641;
}
.btn-warning {
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  border-color: #eb9316;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-danger {
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  border-color: #c12e2a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-info {
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  border-color: #2aabd2;
}
.btn-info:active,
.btn-info.active {
  background-color: #31b0d5;
  border-color: #2aabd2;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
figure {
  display: table;
}
figure img {
  display: block;
  max-width: 100%;
}
figcaption {
  display: table-caption;
  caption-side: bottom;
  padding: 0 0.5em 0.5em;
  margin-top: 0.75em;
  font-size: 0.9em;
  font-style: italic;
  text-align: left;
}
.image-left {
  float: left;
  padding: 0;
  margin: 0 1em 0.75em 0;
}
.image-right {
  float: right;
  padding: 0;
  margin: 0 0 0.75em 1em;
}
.image-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: center;
}
.image-center figure,
.image-center img {
  margin-left: auto;
  margin-right: auto;
}
.embeddedContent {
  margin: 1em;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
  background-color: #357ebd;
}
.navbar {
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar .navbar-nav > .active > a {
  background-color: #f8f8f8;
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
}
.navbar-inverse .navbar-nav > .active > a {
  background-color: #222;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
}
.progress-bar-success {
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -o-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3278b3));
  background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
  border-color: #3278b3;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
ul.the-icons,
ul.icons {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -0.8em;
}
a#logout {
  float: right;
}
img {
  height: auto;
  max-width: 100%;
}
#navArchive,
#navMultilevel,
#navPeer,
#navPortal,
#navSequential,
#navStandard,
#navSub,
.mura-tag-cloud,
.mura-favorites-list,
.mura-page-tools {
  margin-bottom: 1.42857143;
}
.navbar-wrapper {
  position: relative;
  z-index: 15;
}
.navbar-wrapper .navbar .navbar-form {
  padding: 0 0 0 0;
}
.navbar-wrapper .navbar .nav > li {
  position: relative;
}
.navbar-wrapper .navbar .navbar-nav {
  margin-left: 0;
  margin-right: 0;
}
.nav {
  margin-bottom: 0;
}
.dropdown-menu {
  margin-top: 0;
}
.nav li:hover .dropdown-menu {
  display: inline-block;
}
.nav li:hover .dropdown-menu ul.dropdown-menu {
  display: none;
}
.nav li:hover .dropdown-menu .dropdown-submenu:hover > ul.dropdown-menu {
  display: block;
}
.mura-index {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.mura-index dl {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 12px;
  margin: 0 0 12px;
  float: left;
  width: 100%;
}
.mura-index dt.releaseDate {
  font-size: 12px;
  margin-bottom: 0.25em;
  line-height: 1;
}
.mura-index dd {
  margin-left: 0;
}
.comments,
.tags,
.rating {
  font-size: 12px;
  line-height: 12px;
}
.pagination {
  margin: 24px 0 18px !important;
}
.pagination a {
  padding: 0 14px;
}
#homepage .carousel {
  margin-bottom: 1em;
  margin-top: -91px;
}
#homepage .carousel .row {
  margin: 0;
  padding: 0;
}
#homepage .carousel .carousel-caption {
  z-index: 10;
  background-color: rgba(50, 50, 50, 0.5);
  padding: 0 2em 2.5em;
}
#homepage .carousel .carousel-caption h3 a {
  color: #fff;
  font-weight: bold;
}
#homepage .carousel .item {
  height: 500px;
  background-color: #555555;
}
#homepage .carousel .item img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}
#homepage .promos > div {
  text-align: center;
}
aside h1,
aside h2,
aside h3,
aside h4,
aside h5,
aside h6 {
  margin: 0 0 0.5em 0;
  line-height: 1.1;
}
aside h1 {
  font-size: 36px;
}
aside h2 {
  font-size: 22px;
}
aside h3 {
  font-size: 18px;
}
aside h4 {
  font-size: 16px;
}
aside h5 {
  font-size: 14px;
}
aside h6 {
  font-size: 12px;
}
.navArchive h2,
.navArchive h3 {
  margin-bottom: 0;
}
a.menu:after,
.dropdown-toggle:after {
  content: none;
}
.well ul,
.well ol,
ul.well,
ol.well {
  list-style-type: none;
  margin-bottom: 0;
}
.well ul li a,
.well ol li a,
ul.well li a,
ol.well li a {
  display: block;
  padding: 2px 0 4px;
}
.content img {
  height: auto;
}
.mura-index ul,
.mura-tag-cloud ul,
.mura-session-tools ul,
.mura-favorites-list ul,
.mura-index ol,
.mura-tag-cloud ol,
.mura-session-tools ol,
.mura-favorites-list ol {
  -webkit-padding-start: 0;
  padding-left: 0;
}
.mura-index ul.navSecondary li,
.mura-tag-cloud ul.navSecondary li,
.mura-session-tools ul.navSecondary li,
.mura-favorites-list ul.navSecondary li,
.mura-index ol.navSecondary li,
.mura-tag-cloud ol.navSecondary li,
.mura-session-tools ol.navSecondary li,
.mura-favorites-list ol.navSecondary li {
  margin: 0 0 0.5em 0;
}
.mura-search-again p {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.nav-list li.active ul {
  padding: 0;
}
.nav-list li li a.active {
  background: transparent;
  color: #428bca;
  text-shadow: 0 0 0;
}
.nav-list li.active li a {
  padding-left: 30px;
  padding-right: 30px;
}
.nav-list li.active li li a {
  padding-left: 45px;
  padding-right: 45px;
}
.nav-list li.active li li li a {
  padding-left: 60px;
  padding-right: 60px;
}
.nav-list li.active li li li li a {
  padding-left: 75px;
  padding-right: 75px;
}
.nav-list li.active li.active a,
.nav-list li.active li.active a:hover {
  background: transparent;
  color: #2a6496;
  text-shadow: 0 0 0 transparent !important;
}
.moreResults {
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}
.moreResults:before,
.moreResults:after {
  content: " ";
  display: table;
}
.moreResults:after {
  clear: both;
}
.moreResults:before,
.moreResults:after {
  content: " ";
  display: table;
}
.moreResults:after {
  clear: both;
}
.moreResults dt {
  font-size: 12px;
  font-weight: normal;
}
.moreResults > p {
  float: left !important;
  margin: 0.5em 0;
}
.moreResults > ul {
  float: right !important;
  whitespace: nowrap;
}
.moreResults > ul.pager {
  margin: 0;
}
.moreResults > ul > li {
  display: inline-block;
}
.moreResults > ul > li > a:hover {
  background-color: #999999;
  color: #fff;
}
li.form ol,
.mura-tag-cloud ol {
  list-style: none;
  margin: 0;
}
.mura-tag-cloud a.tag {
  color: #428bca;
}
.mura-tag-cloud a.tag:hover {
  color: #2a6496;
}
.pagination {
  margin: 24px 0 18px !important;
}
.pagination a {
  padding: 0 14px;
}
.mura-slideshow dt {
  margin-bottom: 0.25em;
}
.mura-slideshow dt.releaseDate {
  font-size: 12px;
}
.mura-slideshow dt.title {
  font-size: 22px;
}
ol.mura-pager {
  text-align: center;
}
ol.mura-pager li {
  margin: 0 0.25em;
  display: inline-block;
  *display: inline;
  background: #eee;
}
ol.mura-pager li.activeLI a {
  background: #08c;
  color: #fff;
}
/* CALENDAR
===================================== */
.mura-calendar {
  text-align: center;
}
.mura-calendar table thead {
  background: #eeeeee;
}
.mura-calendar table thead th,
.mura-calendar table thead th a {
  line-height: 1.5;
  padding: 0.5em;
  text-align: center;
}
.mura-calendar table td,
.mura-calendar table th {
  border-collapse: collapse;
  border: 0;
  font-size: 12px;
}
.mura-calendar table table #previousMonth a,
.mura-calendar table table #nextMonth a {
  font-weight: normal;
  font-size: 150%;
  line-height: 1.1;
  padding: 0;
}
.mura-calendar table .table tbody tr:hover td,
.mura-calendar table .table tbody tr:hover th {
  background: #fff;
}
.mura-calendar-nav th {
  line-height: 1;
  padding: 0;
}
.mura-calendar-nav th a {
  line-height: 1;
  padding: 2px 2px 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* @group Globals - Forms
===================================== */
form legend + p {
  line-height: 1.2;
}
form legend + ul,
form legend + ol {
  padding-top: 1em;
}
form ol,
form ul {
  margin: 0;
}
form ol li,
form ul li {
  list-style: none;
}
.well form {
  margin-bottom: 0;
}
form:not(.navbar-form) ol li.control-group label input,
form:not(.navbar-form) ol li.form-group label input {
  height: auto;
  margin-top: 0.35em;
  width: auto;
}
form:not(.navbar-form) .control-group .controls label.checkbox input,
form:not(.navbar-form) .form-group .controls label.checkbox input {
  height: auto;
  margin-top: 0.35em;
  width: auto;
}
form:not(.navbar-form) label .help-inline {
  font-weight: normal;
  vertical-align: top;
}
.sidebar input.text,
.sidebar textarea,
.sidebar select {
  width: 95%;
}
.req label {
  background: none;
}
.req label:after {
  content: " *";
  color: red;
}
p.required {
  display: inline-block;
  margin-bottom: 1em !important;
  background: none;
}
p.required:before {
  content: "* ";
  color: red;
}
.req ins {
  position: absolute;
  left: -9999px;
}
/* @end Globals - Forms - Required Fields
-------------------------------- */
.force-block {
  display: block !important;
  float: none;
  clear: both;
}
section .mura-index .credits,
section .mura-index .comments,
section .mura-index .tags,
section .mura-index .rating {
  line-height: 20px;
}
.rating {
  background-position: 0 50%;
  min-height: 20px;
}
.navbar-form .form-control {
  width: 100%;
}
.mura-search-results .well {
  padding: 0.5em;
  margin: 0;
}
.mura-search-results .well p {
  padding: 0;
  margin: 0;
}
.mura-search-results .mura-index {
  border: none;
}
.mura-search-results .mura-search-again {
  padding: 0;
  margin: 0 -15px;
}
.center {
  text-align: center;
}
.mura-comments > .mura-comment-sort-container,
.mura-comments .mura-comment-more-comments-container {
  margin-bottom: 22px;
}
.mura-comments dl:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.mura-comments dt > em {
  font-weight: normal;
  font-style: italic;
}
.mura-comments #mura-comment-post-comment legend {
  border: 0;
}
.mura-comments dd.mura-comment-reply {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mura-comments dd.mura-comment-reply:before {
  margin-right: 0.25em;
  color: #428bca;
  content: "\f112";
}
.mura-comments dd.mura-comment-spam {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mura-comments dd.mura-comment-spam:before {
  margin-right: 0.25em;
  color: #428bca;
  content: "\f05e";
}
.fontawesome-icon-list [class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 30px;
}
.fontawesome-icon-list .text-muted {
  color: #999;
}
.fontawesome-icon-list .fa-hover a {
  display: block;
  color: #222;
  line-height: 32px;
  height: 32px;
  padding-left: 10px;
  text-decoration: none;
  border-radius: 4px;
  cursor: auto;
}
.fontawesome-icon-list .fa-hover a .fa {
  width: 32px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}
.fontawesome-icon-list .fa-hover a:hover {
  background-color: #428bca;
  color: #fff;
}
.fontawesome-icon-list .fa-hover a:hover .text-muted {
  color: #fff;
}
.fontawesome-icon-list .fa-hover a:hover i.fa {
  font-size: 28px;
  vertical-align: -6px;
}
body {
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  overflow-x: hidden;
}
.bottom-align {
  position: absolute;
  bottom: 10px;
  margin-top: 7px;
  width: 100%;
}
.fb-fixed-height {
  height: 300px;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fb-fixed-height .imgheight {
  height: 300px;
  padding-left: 0px;
  background-color: rgba(0, 0, 0, 0.1);
}
.fb-fixed-height .panel-footer {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.fb-fixed-height .panelhead {
  background: none;
  border-top: none;
}
.fb-fixed-height .panel-footer {
  padding: 4px 15px;
  color: white;
}
.fb-fixed-height .lesspadding {
  padding-left: 8px;
  padding-right: 3px;
}
.fb-fixed-height p > span {
  background: #186318;
  font-size: 15px;
  font-weight: bold;
}
a:hover .imgheight {
  background-color: rgba(0, 0, 0, 0.3);
}
.transparent {
  background-color: rgba(0, 0, 0, 0.6);
}
.text-white {
  color: white;
}
.nolr-padding {
  padding-right: 0;
  padding-left: 0;
}
/*
.mt-3{
	margin-top: 5px;

	.nolr-padding{
		padding-right: 0;
		padding-left: 0;

		a{

		}


		.panel{

			> .imgheight{
				height: 450px;
				padding-left:0px;
				background: rgba(0,0,0, 0.7);

					.panelhead{
						background: none;
						border-top: none;
					}

					.panel-footer{
						padding: 4px 15px;
						background: rgba(0,0,0, 0.7);
					}

					.transparent{
						background: rgba(0,0,0, 0.7);

						.text-white{
							color: white;
						}
					}

					.lesspadding{
						padding-left: 8px;
						padding-right: 3px;

						p span{
							background: #186318;
							font-size: 15px;
							font-weight: bold;

							.text-white{
								color: white;
							}
						
						}
					}
			}
		}
	
	}
}

*/
#footer {
  border-top: 4px solid #27a5b8;
  padding-top: 30px;
  padding-bottom: 20px;
}
#footer .footer-utility {
  font-size: 0.857em;
}
#footer .footer-utility .list-unstyled {
  padding-left: 0;
  list-style: none;
}
#footer .footer-utility ul {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
#footer .footer-utility li {
  display: block;
  float: left;
}
#footer .footer-utility li a {
  color: #175F6D;
  display: block;
  padding: 2px 5px 0 0;
}
#footer .footer-utility li + li {
  border-left: 1px solid #333;
}
#footer .footer-utility li + li a {
  padding: 2px 5px 0;
}
#footer .footer-utility:after {
  content: "";
  display: table;
  clear: both;
}
aside .img-responsive {
  margin: 0 auto;
}
.feature-boxes .fb-item.last .fb-content {
  border-bottom: 0;
}
.feature-boxes .fb-item {
  margin-bottom: 30px;
  overflow: hidden;
}
.feature-boxes .fb-item .fb-title {
  background-color: #f2f2f2;
  height: 100px;
  position: relative;
}
.feature-boxes .fb-item .fb-title h3 {
  bottom: 0;
  color: #ffffff;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.2em;
  line-height: 1.35em;
  margin: 0;
  padding: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.feature-boxes .fb-item .fb-title h3 a {
  color: #ffffff;
  display: block;
  padding: 10px 15px;
}
.feature-boxes .fb-item .fb-title h3 a:hover {
  color: #ffffff;
}
.feature-boxes .fb-item .fb-title:hover {
  background-color: #FFFFFF;
  opacity: 0.7;
}
.feature-boxes .fb-item .fb-title.has-image {
  background-color: #666666 !important;
  height: auto;
}
.feature-boxes .fb-item .fb-title.has-image h3 {
  text-shadow: 1px 1px 1px #333333;
}
.feature-boxes .fb-item .fb-content {
  border-bottom: 2px solid #ddd;
  height: 100%;
  padding: 15px 20px;
  position: relative;
}
.feature-boxes .fb-item .fb-content:after {
  content: "";
  display: table;
  clear: both;
}
.feature-boxes .fb-item .fb-image {
  display: block;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.feature-boxes .fb-item ul {
  clear: left;
  margin-bottom: 25px;
  padding: 0;
}
.feature-boxes .fb-item ul li {
  font-size: 0.9em;
  margin-bottom: 5px;
  padding-left: 10px;
}
/*  COLOR SCHEME FOR SCDOE FEATURE BOXES
.feature-boxes .fb-item.fb-item-1 .fb-title,
.feature-boxes .fb-item.fb-item-7 .fb-title,
.feature-boxes .fb-item.fb-item-13 .fb-title {
  background-color: #9a2515;
}
.feature-boxes .fb-item.fb-item-2 .fb-title,
.feature-boxes .fb-item.fb-item-8 .fb-title,
.feature-boxes .fb-item.fb-item-14 .fb-title {
  background-color: #b35806;
}
.feature-boxes .fb-item.fb-item-3 .fb-title,
.feature-boxes .fb-item.fb-item-9 .fb-title,
.feature-boxes .fb-item.fb-item-15 .fb-title {
  background-color: #990066;
}
.feature-boxes .fb-item.fb-item-4 .fb-title,
.feature-boxes .fb-item.fb-item-10 .fb-title,
.feature-boxes .fb-item.fb-item-16 .fb-title {
  background-color: #008195;
}
.feature-boxes .fb-item.fb-item-5 .fb-title,
.feature-boxes .fb-item.fb-item-11 .fb-title,
.feature-boxes .fb-item.fb-item-17 .fb-title {
  background-color: #0d3c55;
}
.feature-boxes .fb-item.fb-item-6 .fb-title,
.feature-boxes .fb-item.fb-item-12 .fb-title,
.feature-boxes .fb-item.fb-item-18 .fb-title {
  background-color: #003c30;
}
*/
.theme-showcase .theme-dropdown .dropdown-menu {
  display: block;
  position: static;
  margin-bottom: 20px;
}
.theme-showcase > p > .btn {
  margin: 5px 0;
}
ol.linenums {
  margin-left: -10px !important;
}
.mura-edit-mode body {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .mura-edit-mode .mura #frontEndTools > ul#tools-changesets,
  .mura-edit-mode .mura #frontEndTools > ul#tools-status {
    display: none;
  }
  .mura-edit-mode .mura #frontEndTools > ul#tools-version {
    padding-left: 37px !important;
  }
  .contactFooter {
    padding: 10px;
  }
  .contactFooter .contactFooterImage img {
    padding: 10px;
  }
  .contactFooter .contactFooterText p {
    padding: 10px;
  }
  #header .header-top {
    padding: 10px 15px;
  }
  #header h1 {
    height: 100px;
    margin: 2px 0 5px;
    position: relative;
    width: auto;
    z-index: 2;
  }
  #header h1 a {
    background-image: url("../../images/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 100%;
    overflow: hidden;
    position: absolute;
    text-indent: 150%;
    white-space: nowrap;
    width: 100%;
  }
  #header #mastheadSub {
    display: none;
    height: 70px;
    margin-top: 8px;
    position: relative;
    width: auto;
    z-index: 3;
  }
  #header .navbar {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    overflow: hidden;
   /* font-size: 10pt ;*/
    font-weight: bolder;
    /*			.container::before{
			    background:transparent;
			}
			.container::after{
			    background:transparent;
			}*/
  }
  #header .navbar .icon-bar {
    background-color: #fff;
    color: #fff;
  }
  #header .navbar .container:before {
    background: transparent;
  }
  #header .navbar .container:after {
    background: transparent;
  }
  #header .navbar .container .navbar-collapse {
    overflow-x: hidden;
  }
  #header .navbar .container #navPrimary {
    margin-left: 0px;
  }
  .navbar-wrapper {
    margin-top: 0;
  }
  .navbar-wrapper .navbar {
    border-radius: 0;
  }
  .navbar-wrapper .navbar .navbar-form {
    margin-bottom: 0;
    padding: 1em;
  }
  .navbar-wrapper .navbar ul#navPrimary {
    margin-left: -15px;
    margin-right: -15px;
  }
  .navbar-wrapper .navbar ul#navPrimary .caret,
  .navbar-wrapper .navbar ul#navPrimary ul.dropdown-menu {
    display: none;
  }
  #homepage .carousel .item img {
    max-width: 1200px;
    min-height: 100%;
  }
}
@media (min-width: 768px) {
  .contactFooter {
    padding: 15px;
  }
  .contactFooter .contactFooterImage img {
    padding: 15px;
  }
  .contactFooter .contactFooterText p {
    padding: 15px;
  }
  header .navbar-form {
    padding: 0;
  }
  #homepage .carousel {
    margin-top: -141px;
  }
  #homepage .carousel .item img {
    max-width: 1200px;
    min-height: 100%;
  }
  #header .header-top {
    padding: 10px 15px;
  }
  #header h1 {
    height: 100px;
    margin: 2px 0 5px;
    position: relative;
    width: auto;
    z-index: 2;
  }
  #header h1 a {
    background-image: url("../../images/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 100%;
    overflow: hidden;
    position: absolute;
    text-indent: 150%;
    white-space: nowrap;
    width: 100%;
  }
  #header #mastheadSub {
    height: 70px;
    margin-top: 8px;
    position: relative;
    width: auto;
    z-index: 3;
  }
  #header .navbar-center {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .navbar-center > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  #header .navbar {
    -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.15), 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.15), 0 0px 0px rgba(0, 0, 0, 0.075);
    background: transparent;
    /*font-size: 9.4pt;*/
    font-weight: bolder;
    /*.container::before{
			    background:url("../../images/nav_border_top_sm.png");
			    width:100%;
			    height:23px;
			}
	
			.container::after{
			    background:url("../../images/nav_border_btm_sm.png");
			    width:100%;
			    height:23px;
			}*/
  }
  #header .navbar .container:before {
    background: url("../../images/nav_border_top_sm.png");
    width: 100%;
    height: 23px;
  }
  #header .navbar .container:after {
    background: url("../../images/nav_border_btm_sm.png");
    width: 100%;
    height: 23px;
  }
  #header .navbar .container #navPrimary {
    margin-left: 20px;
  }
  #header .navbar .container #navPrimary li > a:focus,
  #header .navbar .container #navPrimary li > a:hover {
    text-decoration: none;
    color: #333;
    background-color: transparent;
  }
  .feature-boxes .fb-item .fb-title h3 {
    font-size: 1.43em;
  }
  .feature-boxes .fb-item .fb-content {
    background: #f2f2f2;
    border-bottom: 0;
  }
  .feature-boxes .fb-item ul {
    margin: 0 15px 10px;
  }
  .feature-boxes .fb-item ul li {
    font-size: 14px;
    padding-left: 1em;
  }
}
@media (min-width: 992px) {
  .imgContactUsSocial {
    padding-right: 25px;
  }
  .pContactUsSocial {
    font-size: 14px;
  }
  #header .header-top {
    padding: 10px 15px;
  }
  #header h1 {
    height: 100px;
    margin: 2px 0 5px;
    position: relative;
    width: auto;
    z-index: 2;
  }
  #header h1 a {
    background-image: url("../../images/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 100%;
    overflow: hidden;
    position: absolute;
    text-indent: 150%;
    white-space: nowrap;
    width: 100%;
  }
  #header #mastheadSub {
    height: 70px;
    margin-top: 8px;
    position: relative;
    width: auto;
    z-index: 3;
  }
  #header .navbar-center {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .navbar-center > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  #header .navbar {
    -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.15), 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.15), 0 0px 0px rgba(0, 0, 0, 0.075);
    background: transparent;
   /* font-size: 13pt ;*/
    font-weight: bolder;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*			.container::before{
			    background:url("../../images/nav_border_top_md.png");
			    width:100%;
			    height:23px;
			}
	
			.container::after{
			    background:url("../../images/nav_border_btm_md.png");
			    width:100%;
			    height:23px;
			}*/
  }
  #header .navbar .container #navPrimary {
    margin-left: 20px;
  }
  #header .navbar .container #navPrimary li > a:focus,
  #header .navbar .container #navPrimary li > a:hover {
    text-decoration: none;
    color: #333;
    background-color: transparent;
  }
  #header .navbar .container:before {
    background: url("../../images/nav_border_top_md.png");
    width: 100%;
    height: 23px;
  }
  #header .navbar .container:after {
    background: url("../../images/nav_border_btm_md.png");
    width: 100%;
    height: 23px;
  }
}
@media (min-width: 1200px) {
  .imgContactUsSocial {
    padding-right: 25px;
  }
  header .navbar-form {
    padding-right: 0;
  }
  #header .header-top {
    padding: 10px 15px;
  }
  #header h1 {
    height: 100px;
    margin: 2px 0 5px;
    position: relative;
    width: auto;
    z-index: 2;
  }
  #header h1 a {
    background-image: url("../../images/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 100%;
    overflow: hidden;
    position: absolute;
    text-indent: 150%;
    white-space: nowrap;
    width: 100%;
  }
  #header #mastheadSub {
    height: 70px;
    margin-top: 8px;
    position: relative;
    width: auto;
    z-index: 3;
  }
  #header .navbar-center {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .navbar-center > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  #header .navbar {
    -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.15), 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.15), 0 0px 0px rgba(0, 0, 0, 0.075);
    background: transparent;
    /*font-size: 14pt ;*/
    font-weight: bolder;
    /*.container::before{
			    background:url("../../images/nav_border_top_lrg.png");
			    width:100%;
			    height:23px;
			}
	
			.container::after{
			    background:url("../../images/nav_border_btm_lrg.png");
			    width:100%;
			    height:23px;
			}*/
  }
  #header .navbar .container {
    /*	.navbar-nav.navbar-center {
	    position: absolute;
	    left: 50%;
	    transform: translatex(-50%);
	}*/
  }
  #header .navbar .container:before {
    background: url("../../images/nav_border_top_lrg.png");
    width: 100%;
    height: 23px;
  }
  #header .navbar .container:after {
    background: url("../../images/nav_border_btm_lrg.png");
    width: 100%;
    height: 23px;
  }
  #header .navbar .container #navPrimary {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 20px;
  }
  #header .navbar .container #navPrimary li > a:focus,
  #header .navbar .container #navPrimary li > a:hover {
    text-decoration: none;
    color: #333;
    background-color: transparent;
  }
}
@media (max-width: 480px) {
  .mura-edit-mode .mura #frontEndTools > ul#tools-version,
  .mura-edit-mode .mura #frontEndTools > ul li#adminWelcome {
    display: none;
  }
  .mura-edit-mode .mura #frontEndTools > ul#adminSiteManager {
    margin-left: 37px !important;
  }
  #header .header-top {
    padding: 10px 15px;
  }
  #header h1 {
    height: 100px;
    margin: 2px 0 5px;
    position: relative;
    width: auto;
    z-index: 2;
  }
  #header h1 a {
    background-image: url("../../images/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 100%;
    overflow: hidden;
    position: absolute;
    text-indent: 150%;
    white-space: nowrap;
    width: 100%;
  }
  #header #mastheadSub {
    height: 70px;
    margin-top: 8px;
    position: relative;
    width: auto;
    z-index: 3;
  }
  #header .navbar {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    font-size: 10pt ;
    font-weight: bolder;
    overflow: hidden;
    /*			.container::before{
			    background:transparent;
			}
	
			.container::after{
   			    background:transparent;
			}
*/
  }
  #header .navbar .container:before {
    background: transparent;
  }
  #header .navbar .container:after {
    background: transparent;
  }
  #header .navbar .container .navbar-collapse {
    overflow-x: hidden;
  }
  #header .navbar .container #navPrimary {
    margin-left: 0px;
  }
}
@media print {
  header,
  #frontEndTools {
    display: none !important;
  }
}



  /*** Added for Accessibility ***/
  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    color: white!important;
    font-weight: bold;

  }




  /*** New PD Pages ***/
  	.pBrown  {
      margin-top: 20px;
      color: #B35C00; 
      font-size: 2.5rem; 
    }

    .pLarge {
      font-size: 2rem;
    }

    .smallSub {
      font-size: .5em;
      line-height: 1.5em;
    }

    .headerTop {
      padding-top: 5%;
    }

  	.center {
      display: block; 
      margin-left: auto; 
      margin-right: auto;  
      max-width: 150px; 
      width: 50%;
    }

  	/*.imgStandard {
      float:left; 
      max-width:550px; 
      width:100%; 
      padding: 0px 0px 15px 0px;
    }*/

    .imgMiddle {
      display: block; 
      margin-left: auto; 
      margin-right: auto;  
      max-width: 800px; 
      width: 100%;
      padding: 0px 0px 20px 0px;
    }

	  .quotes {
      color: #295B65;
      font-size: 16px;
      font-style: italic;
    }

  	.specialBorderOrange {
      border-style: ridge; 
      border-width: thick;  
      border-color: #FF8400; 
      padding: 0px 30px 20px 30px;
    }

  	.specialBorderPeach {
      border-style: ridge; 
      border-width: thick;  
      border-color: #FFD3B8; 
      padding: 30px 30px 30px 30px;
    }

    .iframeContainer {
       position: relative; 
       overflow: hidden; 
       width: 100%; 
       padding-top: 56.25%; 
      }

    .responsive-iframe {
       position: absolute; 
       top: 0; 
       left: 0; 
       bottom: 0; 
       right: 0; 
       width: 100%; 
       height: 100%; 
      }

.dropdown-button{
	border:none;
	background-color:transparent;
	color: #337ab7;
	text-decoration: none;
	line-height: 20px;
    margin-top: 1.3rem;
}

.dropdown-button a {text-decoration:none;}


.nav_link{color:#337ab7!important;
text-decoration:none!important;
list-style-type: none!important;}

.tabdropdown-menu{
	text-decoration: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    color: #337ab7!important;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
/*.tabdropdown-menu li a:focus{color: #337ab7!important;}*/

.tabdropdow-menu > li a{background-color:white!important;color:#337ab7!important; text-decoration: none;}
.tabdropdown-menu > .active > a  {color:white!important;background-color:red!important;font-weight: 400!important;}
.tabdropdown-menu > li a:hover {color:white!important;background-color:#337ab7!important; text-decoration: none;}

.tab_subnav-item:hover, .tab_subnav-item:hover > a{color:white!important;background-color:#337ab7!important; text-decoration: none;}
      


// PSCG Competencies icons

<style type="text/css">
.iconTextCenter {
  text-align: center;
  font-weight:bold;
}
.H5Center {
  text-align: center;
  font-weight:bold;
  font-size: 2rem;
}
.iconCenter {
  padding: .5em;
  text-align: center;
  width: auto;
  transition: transform .7s ease-in-out;
}
.iconCenter:hover {
   transform: rotate(7deg);
}
.blueLarge {
  color: #07345D;
   font-size: 4.5rem;
  font-weight: bold;
}
.bubbleRight {
position: relative;
width: auto;
line-height: 1.4em;
margin: 40px auto;
background-color: #fff;
border: 8px solid #333;
border-radius: 30px;
font-family: 'PT Sans', sans-serif;
padding: 30px;
font-size: large;
  box-shadow: 5px 10px 20px #333;
}
.bubbleLeft {
position: relative;
width: auto;
line-height: 1.5em;
margin: 40px auto;
background-color: #fff;
border: 8px solid #333;
border-radius: 400px;
font-family: 'PT Sans', sans-serif;
padding: 30px;
font-size: large;
  box-shadow: 5px 10px 20px #333;
}
.bubbleLeft:before,
.bubbleLeft:after {
content: ' ';
position: absolute;
width: 0;
height: 0;
}
.bubbleRight:before,
.bubbleRight:after {
content: ' ';
position: absolute;
width: 0;
height: 0;
}
.speechLeft:before {
left: 30px;
bottom: -50px;
border: 25px solid;
border-color: #333 transparent transparent #333;
}
.speechLeft:after {
left: 38px;
bottom: -29px;
border: 15px solid;
border-color: #fff transparent transparent #fff;
}
.speechRight:before {
left: 68px;
bottom: -51px;
border: 25px solid;
border-color: #333 #333 transparent transparent;
}
.speechRight:after {
  left: 79px;
bottom: -28px;
border: 15px solid;
border-color: #fff #fff transparent transparent;
}
.rotate_right {
  float: left;
  transform: rotate(7deg);
}
.rotate_left {
  float: left;
  transform: rotate(-8deg);
}


/* SC Competency Fellows */

@media all and (max-width: 500px) {
  .imgSameHeightXS {
    width: 450px;
    height: 450px;
  }
}

/* @media all and (max-width: 778px) {
  .imgSameHeightSM {
    width: 750px;
    height: 750px;
  }
} */

@media all and (min-width: 990px) and (max-width: 1200px) {
  .imgSameHeightSM {
    width: auto;
    height: 212px;
  }
}

.fellowsBorder {
  border: 1px solid black;
  padding: 10px;

}

</style>