.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: .25em;
  color: #428bca;
}
.mura-favorites-list h2:before {
  font-family: "FontAwesome";
  margin: 0 10px 0 0;
  content: "\f004";
}
.mura-favorites-list .mura-favorite-list li a.remove:before {
  font-family: "FontAwesome";
  margin: 0 5px 0 0;
  content: "\f056";
}
.mura-page-tools h2:before {
  font-family: "FontAwesome";
  margin: 0 10px 0 0;
  content: "\f0ad";
}
.mura-page-tools .mura-add-favorite a:before {
  font-family: "FontAwesome";
  margin: 0 5px 0 0;
  content: "\f055";
}
.mura-page-tools .mura-print a:before {
  font-family: "FontAwesome";
  margin: 0 5px 0 0;
  content: "\f02f";
}
#navEditProfile a:before {
  font-family: "FontAwesome";
  margin: 0 5px 0 0;
  content: "\f007";
}
#navLogout a:before {
  font-family: "FontAwesome";
  margin: 0 5px 0 0;
  content: "\f08b";
}
.mura-search-results .navNext a:after {
  font-family: "FontAwesome";
  margin: 0 0 0 5px;
  content: "\f101";
}
.mura-search-results .navPrev a:before {
  font-family: "FontAwesome";
  margin: 0 5px 0 0;
  content: "\f100";
}
.mura-search-again button:before {
  font-family: "FontAwesome";
  margin: 0 5px 0 0;
  content: "\f002";
}
.navbar-form button[submit]:before {
  font-family: "FontAwesome";
  margin: 0 5px 0 0;
  content: "\f002";
}
.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: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background-image: linear-gradient(to bottom, #ffffff 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: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  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: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  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: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  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: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  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: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  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);
}
.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: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  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: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  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);
  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: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
}
.navbar-inverse .navbar-nav > .active > a {
  background-color: #222222;
}
.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: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  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: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  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: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  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: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  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: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  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: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  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: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  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: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  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: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  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: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  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: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
  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: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  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: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  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: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  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: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  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: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  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: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  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: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  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.428571429;
}
.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: .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: #ffffff;
  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;
}
.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;
}
.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: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  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 .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: .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: #ffffff;
}
.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: .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: .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: 20px;
}
.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: .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: .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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  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;
}
.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;
  }
  .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) {
  header .navbar-form {
    padding: 0;
  }
  #homepage .carousel {
    margin-top: -141px;
  }
  #homepage .carousel .item img {
    max-width: 1200px;
    min-height: 100%;
  }
}
@media (min-width: 992px) {
  
}
@media (min-width: 1200px) {
  header .navbar-form {
    padding-right: 0;
  }
}
@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;
  }
}
@media print {
  header,
  #frontEndTools {
    display: none !important;
  }
}
body {
  background-color: #363d3d;
  font-family: 'PT Sans', arial, sans-serif;
}
.ta-right {
  text-align: right;
}
a.button {
  display: inline-block;
  background-color: #389da8;
  color: #fff;
  padding: 10px 16px;
  text-transform: uppercase;
}
a.button:hover {
  text-decoration: none;
  color: #153f7c;
}
.nopadding-left {
  padding-left: 0 !important;
}
.nopadding-right {
  padding-right: 0 !important;
}
.mt40 {
  margin-top: 40px !important;
}
#homepage .header {
  background: url('../../images/header-bg.jpg') top center no-repeat #ffffff;
}
.header {
  height: 113px;
  position: relative;
  background-image: none;
  background-color: #fff;
}
.header .logo {
  display: block;
  position: absolute;
  top: 12px;
  left: 49px;
  width: 209px;
  height: 83px;
  background: url('../../images/logo.png') top left no-repeat transparent;
}
.header .socials {
  position: absolute;
  top: 12px;
  right: 45px;
  width: 50px;
  height: 22px;
}
.header .socials a {
  font-size: 21px;
  color: #153f7c;
  text-decoration: none;
  float: left;
  margin-right: 10px;
}
.header .socials a:last-child {
  margin-right: 0;
}
.header .socials a:hover {
  color: #389da8;
  text-decoration: none;
}
.header nav {
  position: absolute;
  top: 70px;
  right: 100px;
}
.header nav .navbar-nav > li a {
  padding: 10px 20px;
  font-size: 18px;
  color: #363d3d;
  font-family: 'PT Sans', arial, sans-serif;
  text-transform: uppercase;
}
.header nav .navbar-nav > li:hover > a,
.header nav .navbar-nav > li > a:hover,
.header nav .navbar-nav > li.active > a {
  background-color: transparent;
  border-bottom: 5px solid #153f7c;
  padding-bottom: 5px;
}
.header nav .navbar-nav > li > .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}
.header nav .navbar-nav > li > .dropdown-menu a {
  font-size: 14px;
  color: #153f7c;
}
.header nav .navbar-nav > li > .dropdown-menu .active a,
.header nav .navbar-nav > li > .dropdown-menu .active a:focus,
.header nav .navbar-nav > li > .dropdown-menu a:hover {
  background-image: none;
  background-color: transparent;
}
.header .search-icon {
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 65px;
  right: 55px;
  background: url('../../images/search.png') center center no-repeat transparent;
}
.header .search-icon.open,
.header .search-icon:hover {
  background-image: url('../../images/search-open.png');
  background-color: #363d3d;
}
.header .search-bar {
  padding: 0 55px;
  z-index: 100;
  height: 0;
  position: absolute;
  top: 107px;
  right: 0;
  width: 100%;
  transition: all 0.5s ease;
  overflow: hidden;
}
.header .search-bar form {
  padding: 10px;
  margin: 0;
  width: 100%;
  background-color: #363d3d;
}
.header .search-bar .input-group {
  padding: 0;
  margin: 0;
  width: 100%;
}
.header .search-bar input {
  background-color: #444d4d;
  border: 0;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  color: #fff;
  width: 100%;
}
.header .search-bar.open,
.header .search-bar:hover {
  height: 62px;
}
#homepage .carousel {
  margin: 0;
  overflow: hidden;
}
#homepage .carousel .carousel-caption {
  background-color: rgba(21, 63, 124, 0.9);
  padding: 25px 20px 40px 20px;
  margin: 0;
  bottom: 53px;
  left: 30px;
  right: auto;
  height: 205px;
  width: 275px;
  text-align: left;
  font-size: 12px;
}
#homepage .carousel .carousel-caption h3 {
  font-size: 25px;
  color: #fff;
  padding: 0 0 15px 0;
  margin: 0;
  text-transform: uppercase;
}
#homepage .carousel .carousel-indicators {
  width: 275px;
  left: 30px;
  bottom: 60px;
  right: auto;
  margin: 0;
}
#homepage .carousel .carousel-indicators li,
#homepage .carousel .carousel-indicators li.active {
  border-radius: 0;
  height: 10px;
  width: 10px;
  margin: 0 2px;
}
#homepage .carousel .carousel-control {
  display: none;
}
.mura-breadcrumb {
  background-color: transparent;
  border-radius: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 25px;
}
.mura-breadcrumb li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #153f7c;
}
.mura-breadcrumb li a:hover {
  color: #389da8;
  text-decoration: underline;
}
.mura-breadcrumb li.last a {
  color: #389da8;
}
.breadcrumb > li + li:before {
  content: "> ";
  padding: 0 2px;
  color: #153f7c;
}
.content-container {
  background-color: #ededed;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.content-container .border-bar {
  height: 7px;
  background-color: #389da8;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content-container .headerimage {
  margin: 0 5px 20px 0;
}
.content-container .headerimage img {
  width: 100%;
}
.content-container .widget-container,
.content-container .mura-feed {
  background-color: #fff;
  background-image: none !important;
  padding: 20px 25px 70px 20px;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  margin-right: 5px;
  position: relative;
}
.content-container .widget-container .border-bar,
.content-container .mura-feed .border-bar {
  height: 5px;
  background-color: #153f7c;
}
.content-container .widget-container .light-blue,
.content-container .mura-feed .light-blue {
  background-color: #389da8;
}
.content-container .widget-container h1,
.content-container .mura-feed h1,
.content-container .widget-container h2,
.content-container .mura-feed h2 {
  font-family: 'PT Sans', arial, sans-serif;
  font-size: 20px;
  margin: 0;
  color: #05294c;
  text-transform: uppercase;
}
.content-container .widget-container h2,
.content-container .mura-feed h2,
.content-container .widget-container .pageTitle,
.content-container .mura-feed .pageTitle {
  margin-bottom: 10px;
}
.content-container .widget-container blockquote,
.content-container .mura-feed blockquote {
  font-size: 18px;
  text-align: center;
  color: #363d3d;
  margin-bottom: 25px;
  border: none;
}
.content-container .widget-container p.author,
.content-container .mura-feed p.author {
  font-size: 16px;
  color: #05294c;
  text-align: center;
  font-weight: bold;
}
.content-container .widget-container p.button-center,
.content-container .mura-feed p.button-center {
  text-align: center;
}
.content-container .widget-container p.button-bottom,
.content-container .mura-feed p.button-bottom {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
}
.content-container .widget-container dl,
.content-container .mura-feed dl {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.content-container .widget-container dl dt,
.content-container .mura-feed dl dt {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.content-container .widget-container dl dt a,
.content-container .mura-feed dl dt a {
  display: block;
  padding: 8px 0;
  text-transform: uppercase;
  color: #363d3d;
  font-size: 14px;
}
.content-container .latest-news h2 {
  margin-bottom: 0;
}
.content-container .latest-news dl {
  padding: 10px 0;
}
.content-container .latest-news dl dt a {
  font-size: 16px;
  color: #363d3d;
  text-transform: uppercase;
  text-decoration: underline;
}
.content-container .latest-news dl dt.releaseDate {
  font-weight: bold;
  margin-top: 5px;
}
.content-container .latest-news dl dd.summary {
  height: 40px;
  overflow: hidden;
}
.content-container .latest-news.single dl dd.summary {
  height: 60px;
}
.content-container .mura-nav-folder {
  padding: 0;
}
.content-container .mura-nav-folder .nav-heading {
  font-size: 18px;
  color: #fff;
  padding: 12px 20px;
  background-color: #153f7c;
  text-transform: uppercase;
}
.content-container .mura-nav-folder .nav-list {
  background-color: #fff;
}
.content-container .mura-nav-folder .nav-list li {
  margin: 0 20px;
  border-bottom: 1px solid #ededed;
}
.content-container .mura-nav-folder .nav-list li a {
  font-size: 16px;
  color: #153f7c;
  display: block;
  padding: 6px 25px 6px 0;
  text-transform: uppercase;
  background: url('../../images/nav-default.png') right 12px no-repeat transparent;
}
.content-container .mura-nav-folder .nav-list li a:hover {
  background-image: url('../../images/nav-hover.png');
}
.content-container .mura-nav-folder .nav-list li.active a,
.content-container .mura-nav-folder .nav-list li a:hover {
  background-image: url('../../images/nav-hover.png');
}
.content-container .mura-nav-folder .nav-list li.first a {
  margin-top: 6px;
}
.content-container .mura-nav-folder .nav-list li.last {
  border-bottom: none;
}
.content-container .mura-nav-folder .nav-list li.last a {
  margin-bottom: 6px;
}
.content-container .widget-container h1.casestudy-title {
  margin-bottom: 15px;
}
.content-container .casestudy-date {
  font-size: 16px;
  color: #389da8;
  margin-bottom: 15px;
}
.content-container .casestudy-image {
  margin-bottom: 30px;
}
.content-container .quote-area {
  padding: 20px 25px;
  position: relative;
}
.content-container .quote-area p {
  padding: 0;
  margin: 0;
  text-align: left;
}
.content-container .quote-area p.quote {
  font-size: 16px;
  color: #153f7c;
  margin-bottom: 12px;
}
.content-container .quote-area p.quotefrom {
  font-size: 14px;
  color: #05294c;
}
.content-container .quote-area .bottom {
  top: auto;
  bottom: 0;
}
.content-container #svFolder.mura-index {
  padding-top: 0;
  border: 0;
}
.content-container #svFolder.mura-index dl {
  padding-bottom: 25px;
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 25px;
}
.content-container #svFolder.mura-index dl.last {
  padding-bottom: 0;
  border-bottom: none;
}
.content-container #svFolder.mura-index dl dt.title a {
  padding: 0;
  font-size: 20px;
  color: #363d3d;
  text-decoration: none;
}
.content-container #svFolder.mura-index dl dt.title a:hover {
  text-decoration: underline;
}
.content-container #svFolder.mura-index dl dt.date {
  font-size: 16px;
  color: #363d3d;
  margin-bottom: 20px;
}
.content-container #svFolder.mura-index dl dd.summary {
  font-size: 16px;
  color: #363d3d;
}
.content-container #svFolder.mura-index .pagination {
  float: right;
}
.content-container #svFolder.mura-index .pagination a.active {
  background-color: #153f7c;
  border-color: #153f7c;
}
.content-container #svSearchResults.mura-search-results p {
  padding: 20px 15px;
  margin: 0;
}
.content-container #svSearchResults.mura-search-results .moreResults {
  padding: 0;
  margin: 0;
  background: none transparent;
}
.content-container #svSearchResults.mura-search-results .moreResults p {
  padding: 0 15px;
}
.content-container #svSearchResults.mura-search-results .moreResults ul.pager li a {
  display: inline;
  padding: 0 15px;
  margin: 0;
  border: 0;
}
.content-container #svSearchResults.mura-search-results .moreResults ul.pager li a:hover {
  background: none transparent;
  text-decoration: underline;
  color: #428bca;
}
.content-container #svSearchResults.mura-search-results .moreResults ul.pager li a:after,
.content-container #svSearchResults.mura-search-results .moreResults ul.pager li a:before {
  content: '';
}
.content-container #svSearchResults.mura-search-results dl {
  padding: 15px 0;
  margin: 0 15px;
  border-bottom: 1px solid #b7b7b7;
}
.content-container #svSearchResults.mura-search-results dl.first {
  border-top: 1px solid #b7b7b7;
}
.content-container #svSearchResults.mura-search-results dl.last {
  margin-bottom: 15px;
}
.content-container #svSearchResults.mura-search-results dl dt.title {
  font-size: 14px;
}
.content-container #svSearchResults.mura-search-results dl dt.title a {
  padding: 0;
  display: inline;
}
.content-container #svSearchResults.mura-search-results dl dd.summary p {
  padding: 0;
  margin: 0;
}
.content-container #svSearchResults.mura-search-results .mura-search-again {
  display: none;
}
.content-container p.mandatory {
  padding: 20px 0;
}
.content-container .form-field {
  margin-bottom: 25px;
  clear: both;
}
.content-container .form-field label {
  color: #363d3d;
  font-size: 15px;
  text-transform: uppercase;
  width: 170px;
  float: left;
  padding-right: 10px;
}
.content-container .form-field label.oneline {
  padding-top: 10px;
}
.content-container .form-field .control {
  width: 305px;
  position: relative;
  float: left;
}
.content-container .form-field .control select {
  width: 290px;
  color: #363d3d;
  font-size: 15px;
}
.content-container .form-field .control input {
  width: 290px;
  color: #363d3d;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  background-color: #ededed;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  padding: 0 10px;
}
.content-container .form-field .control .customSelect {
  width: 290px;
  color: #363d3d;
  font-size: 15px;
  height: 38px;
  line-height: 38px;
  background-color: #ededed;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  padding: 0 10px;
  display: block;
  background: url('../../images/dropdown-arrow.jpg') top right no-repeat #ededed;
}
.content-container .form-field .control .customSelect .customSelectInner {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
}
.content-container .form-field .control input.checkbox {
  width: auto!important;
  height: auto;
}
.content-container .form-field .control .required {
  color: #363d3d;
  font-size: 15px;
  position: absolute;
  top: 0;
  right: 0;
}
.content-container .form-field .control .glyphicon {
  color: #363d3d;
  position: absolute;
  font-size: 20px;
  top: 10px;
  right: 23px;
}
.content-container .form-field.error .control input,
.content-container .form-field.error .control .customSelect {
  border: 1px solid red;
}
.content-container .component {
  padding-bottom: 20px;
}
.content-container .component .form-field {
  margin-top: 20px;
  margin-bottom: 0;
}
.content-container .component .form-field label {
  font-size: 14px;
  width: 60px;
  text-transform: none;
}
.content-container .component .form-field .control {
  position: relative;
  float: left;
  width: 150px;
}
.content-container .component .form-field .control input {
  width: 100%;
}
.content-container .component .submit-button {
  margin-top: 20px;
}
.content-container .form-group .label {
  color: #363d3d;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  padding: 0;
  text-align: left;
}
.content-container .form-group .form-field {
  float: left;
}
.content-container .form-group .form-field label {
  width: 138px;
  padding-right: 20px;
  text-align: right;
}
.content-container .form-group .form-field .control {
  width: 95px;
}
.content-container .form-group .form-field .control input {
  width: 90px;
}
.content-container .submit-button {
  clear: both;
  display: block;
  margin: 0 auto;
}
.content-container .contact-address h1 {
  text-transform: none;
  color: #153f7c;
  font-size: 18px;
}
.content-container .contact-address h2 {
  text-transform: none;
  color: #153f7c;
  font-size: 18px;
}
.content-container .contact-address .map {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  overflow: auto;
  font-size: 20px;
  text-decoration: underline;
  color: #05294c;
}
.content-container .contact-address .map img {
  width: 65%;
  margin-right: 10px;
}
.content-container h2.additional-contacts {
  font-size: 18px;
}
.content-container .additional-contact .heading {
  text-decoration: underline;
}
.content-container .company-information {
  border: 1px solid #363d3d;
  padding: 10px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 290px;
}
.content-container .button-right {
  display: block;
  position: absolute;
  top: 40px;
  right: 30px;
}
.content-container .widget-container.twitter {
  padding-bottom: 25px;
}
.content-container .widget-container.twitter .tweet {
  margin-top: 15px;
}
.content-container .widget-container.twitter .tweet .tweet-text {
  font-size: 12px;
}
.content-container .widget-container.twitter .tweet .tweet-time {
  font-size: 8px;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/

}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
#home .widget-container,
#home .mura-feed {
  min-height: 0;
}
.content .main.widget-container {
  padding-top: 40px;
  padding-bottom: 20px;
}
.footer-container {
  height: 48px;
  position: relative;
}
.footer-container footer {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
}
.footer-container footer .bar {
  height: 48px;
  line-height: 48px;
  background-color: #05294c;
  text-align: center;
  font-size: 20px;
  font-family: 'PT Sans', arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}
.footer-container footer .bar .bar-icon:before {
  font-family: "FontAwesome";
  margin: 0 0 0 5px;
  content: "\f106";
}
.footer-container footer .content {
  background-color: #153f7c;
  height: 0;
  padding: 0 55px;
  font-size: 14px;
  overflow: hidden;
  font-family: 'PT Sans', arial, sans-serif;
  transition: all 0.5s ease;
}
.footer-container footer .content .footer-content {
  padding: 25px 0;
  color: #fff;
}
.footer-container footer .content .footer-content p.heading {
  font-size: 20px;
  text-transform: uppercase;
}
.footer-container footer .content .footer-content p {
  font-size: 16px;
}
.footer-container footer .content .footer-content p span {
  font-size: 14px;
}
.footer-container footer .content .footer-content a {
  color: #fff;
  font-size: 14px;
}
.footer-container footer .content .footer-content .white-bg {
  background-color: #fff;
  float: left;
}
.footer-container footer .content .footer-content .image-1 {
  margin: 22px 0 0 25px;
}
.footer-container footer .content .footer-content .image-2 {
  margin: 22px 0 0 83px;
}
.footer-container footer .content .footer-content .image-3 {
  margin: 10px 0 15px 13px;
}
.footer-container footer .content .footer-content .image-4 {
  margin: 14px 0 15px 42px;
}
.footer-container footer .content .footer-content .col-md-6 {
  padding-top: 15px;
}
.footer-container footer.open .bar .bar-icon:before {
  content: "\f107";
}
.footer-container footer.open .content {
  height: 268px;
}
.border {
  height: 7px;
}
.border.lightblue {
  background-color: #389da8;
}
@media (min-width: 1200px) {
  
}
@media (max-width: 1199px) {
  .header nav .navbar-nav > li a {
    padding: 10px 15px;
    font-size: 16px;
  }
  .footer-container footer .content .footer-content .image-2 {
    margin-left: 30px;
  }
  .footer-container footer .content .footer-content .image-4 {
    margin-left: 7px;
  }
}
@media (max-width: 991px) {
  .xs-hide {
    display: none !important;
  }
  .header .logo {
    top: 12px;
    left: 15px;
    width: 110px;
    height: 43px;
    background-image: url('../../images/logo-small.png');
  }
  .header .socials {
    right: 15px;
  }
  .content-container .widget-container .contact-address .map {
    font-size: 16px;
  }
  .content-container .widget-container .company-information {
    position: static;
    margin-top: 20px;
  }
  .content-container .latest-news.single {
    display: none;
  }
  .content-container .twitter {
    display: none;
  }
  .footer-container footer .content .footer-content .image-2 {
    margin-left: 83px;
  }
  .footer-container footer .content .footer-content .image-4 {
    margin-left: 42px;
  }
  .content-container .widget-container,
  .content-container .mura-feed {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  
}
@media (max-width: 767px) {
  .xss-hide {
    display: none !important;
  }
  .border.top {
    display: none;
  }
  .header {
    height: auto;
    min-height: 65px;
  }
  .header .socials {
    display: none;
  }
  .header .nav-icon {
    display: block;
    background: url('../../images/menu_btn.png') top left no-repeat transparent;
    width: 39px;
    height: 33px;
    position: absolute;
    top: 22px;
    right: 15px;
  }
  .header nav {
    position: static;
    padding: 80px 0 0 0;
    background: #fff;
    height: 0;
  }
  .header nav .navbar-nav {
    margin: 0;
    padding-bottom: 10px;
  }
  .header nav .navbar-nav > li {
    float: none;
  }
  .header nav .navbar-nav > li a {
    padding: 5px 15px;
  }
  .header nav .navbar-nav > li:hover .dropdown-menu {
    display: none;
  }
  .header nav .navbar-nav > li:hover > a,
  .header nav .navbar-nav > li > a:hover,
  .header nav .navbar-nav > li.active > a {
    background-color: #fff;
    border-bottom: none;
    padding: 5px 15px;
  }
  .header .search-icon {
    display: none;
  }
  .mura-breadcrumb {
    display: none;
  }
  .content-container .widget-container .company-information {
    width: 100%;
    max-width: 290px;
  }
  .content-container .widget-container .mura-index dl {
    padding-left: 0 !important;
  }
  .content-container .widget-container .mura-index dl dd.image {
    display: none;
  }
  .content-container .widget-container .nopadding-right {
    padding: 0!important;
  }
  .content-container .widget-container .nopadding-left {
    padding: 0!important;
  }
  .content-container .widget-container .form-field {
    margin-bottom: 25px;
  }
  .content-container .widget-container .form-field label {
    width: 100%;
  }
  .content-container .widget-container .form-field label.oneline {
    padding-top: 0;
  }
  .content-container .widget-container .form-field .control {
    width: 200px;
    position: relative;
    float: none;
    clear: both;
  }
  .content-container .widget-container .form-field .control select {
    width: 190px;
  }
  .content-container .widget-container .form-field .control input {
    width: 190px;
  }
  .content-container .widget-container .form-field .control .customSelect {
    width: 190px;
  }
  .content-container .widget-container .form-field .control .glyphicon {
    top: 36px;
    right: 12px;
  }
  .content-container .widget-container .form-group .label {
    width: 100%;
    white-space: normal;
  }
  .content-container .widget-container .form-group .form-field {
    float: left;
  }
  .content-container .widget-container .form-group .form-field label {
    width: 100%;
    text-align: left;
  }
  .content-container .widget-container .form-group .form-field .control {
    width: 100%;
  }
  .content-container .widget-container .form-group .form-field .control input {
    width: 200px;
  }
  .footer-container footer .content {
    padding: 0 15px;
  }
  .footer-container footer.open .content {
    height: 300px;
  }
}
@media (max-width: 480px) {
  
}
