/* KPMG - Higher Education Branding */
/* GLOBAL VARIABLES */
/*COLOR*/
/*TYPEFACES*/
/*FONT*/
/*IMAGES*/
body {
  background-color: #f4f4f4; }

/*******************NAVBAR STYLES********************/
.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
  font-family: "Helvetica Neue", Arial, sans-serif; }

.navbar-static-top.navbar-inverse {
  background-color: #fff;
  border-color: transparent; }

.navbar-inverse .navbar-nav > li > a {
  color: #232222; }

.navbar-inverse .navbar-nav > li > a:hover {
  color: #00338d;
  background-color: #fff;
  border-bottom: 1px solid #2f5fef;
  padding-bottom: 0px; }

.navbar-fixed-top.navbar-inverse {
  background-color: #6B7382;
  border-color: transparent; }

.xrm-attribute-value-empty, .xrm-editable-adx_weblinkset.xrm-entity-value-empty {
  outline: 0px; }

/*******************SITEMAP STYLES******************/
/*****************CRM SPECIFIC STYLES***************/
.section {
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 3px 3px #e6e5e5; }

.section-title {
  color: #00338d;
  font-family: "KPMG Light", KPMGApp-Light, Arial, sans-serif;
  font-size: 40px;
  font-weight: normal; }

.section-knowledge .panel-title {
  padding-left: 5px;
  color: darkblue;
  text-decoration: underline; }

.section-diagonal-right {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.section-diagonal-right .section-diagonal-right-content:before {
  background-color: #1090d5; }

.section-diagonal-right .section-diagonal-right-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: none;
  background-size: cover;
  margin-top: -70px; }

.section-sub-landing {
  background: none;
  background-size: cover; }

.section-landing {
  background: linear-gradient(transparent, transparent), url("homehero.jpg") no-repeat center;
  background-size: cover; }

.crmEntityFormView .cell {
  padding: 18px; }

.crmEntityFormView .form-control[readonly][disabled] {
  padding-left: 12px; }

.crmEntityFormView .cell.checkbox-cell:first-child {
  padding: 18px; }

.form-action-container-right {
  padding-bottom: 50px; }

.form-custom-actions .btn {
  margin-top: 50px;
  position: relative; }

.form-control {
  border-radius: 20px; }

.highlight-row {
  color: #00338d;
  font-weight: bold;
  background-color: lavender; }
  .highlight-row a {
    color: #00338d;
    background-color: lavender;
    text-decoration: underline; }

.panel {
  background-color: #fff;
  border-radius: 15px; }

.input {
  top: 3.5px;
  margin-left: 2px; }

.input > div.text-muted, .input-group > div.text-muted {
  color: transparent; }

.btn-secondary {
  color: #fff;
  font-weight: 900;
  font-style: inherit;
  background: transparent;
  transition: 0.8s;
  letter-spacing: 0.2em;
  text-align: center;
  border: 1px solid;
  border-radius: 20px;
  border-color: #fff; }

.progress {
  list-style: none;
  display: inline-block; }

.progress li {
  width: 12%;
  float: left;
  color: #FFF;
  display: block;
  background: #2980b9;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px; }

.list-group-item-success {
  color: #000;
  background-color: #D6E9C8; }

ol.progress li.incomplete {
  background-color: #2980b9; }

ol.progress {
  height: auto;
  width: 100%; }

.progress li:nth-child(even):first-child {
  padding-right: 15px; }

.progress li:nth-child(even):first-child::after {
  border: none; }

.progress li:nth-child(even):last-child {
  padding-right: 15px; }

.progress li:nth-child(even):last-child::after {
  border-right: none; }

.progress li:nth-child(odd)::before {
  border-left-color: transparent !important; }

.progress li::before, .progress li::after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #2980b9;
  border-width: 20px 10px;
  width: 0;
  height: 0; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #16a085;
  border-color: #16a085; }

.progress li::before {
  left: -20px;
  border-left-color: transparent !important; }

.progress li:nth-child(even)::before {
  border-color: #2980b9; }

.progress li::after {
  left: 100%;
  border-color: transparent;
  border-left-color: #2980b9; }

.progress li:nth-child(even)::after {
  left: 100%;
  border-color: transparent;
  border-left-color: #2980b9; }

.progress li.active {
  background-color: #16a085;
  border: 0; }

.progress li.active:before {
  border-color: #16a085;
  border-left-color: transparent; }

.progress li.active:after {
  border-left-color: #16a085; }

.cell {
  vertical-align: bottom; }

.table {
  border-color: transparent; }

/********************FOOTER STYLES******************/
footer .footer-bottom {
  background-color: #232222; }

/********************HTML CONTROLS*****************/
h1, h2 {
  font-family: "KPMG Light", KPMGApp-Light, Arial, sans-serif;
  color: #00338d; }

h1 {
  font-size: 50px;
  line-height: 48px;
  margin: 0 0 14px;
  word-wrap: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal; }

h2 {
  font-size: 40px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 38px; }

a {
  color: #2f5fef; }

a:hover, a:focus {
  text-decoration: underline;
  color: #00338d; }

table {
  background-color: #fff;
  border-radius: 15px; }

span.input-group-addon {
  position: relative;
  top: 2px;
  border: 1px solid #2D3138 !important;
  border-radius: 20px;
  left: 5px; }

textarea {
  resize: vertical; }

/*********PORTAL NOTIFICATION STYLES********/
.notification {
  color: white;
  text-decoration: none;
  padding: 15px 26px;
  position: relative;
  display: inline-block;
  border-radius: 2px; }

.notification:hover {
  background: red; }

.notification .badge {
  position: absolute;
  top: 16px;
  right: -14px;
  padding: 5px 10px;
  border-radius: 50%;
  background: red;
  color: white; }

.notification .badge-zero {
  position: absolute;
  top: 16px;
  right: -14px;
  padding: 5px 10px;
  border-radius: 50%;
  background: #9a9292;
  color: white; }

.divider-inbox {
  height: 21px;
  margin: 0 4px;
  margin-top: 14.5px;
  border-right: 1px solid #fff;
  border-left: 1px solid #666;
  margin-left: 20px; }

.btn-message {
  color: #ffffff;
  background-color: #bd2b2b;
  border-color: #6d0705; }

.btn-message:hover {
  color: #5a4645;
  background-color: #dec4c4;
  border-color: #2b2b2d; }

.btn-message:active, .btn-message.active, .open > .btn-message.dropdown-toggle {
  color: #e60707;
  background-color: #e6e6e6;
  border-color: #8a0c0a; }

.message-subject {
  display: block;
  width: 100%;
  height: 35px;
  padding-bottom: 15px;
  font-size: 30px;
  line-height: 1.42857;
  color: #555;
  font-weight: bold;
  padding-top: 25px;
  border-radius: 0px; }

.message-description {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555;
  font-weight: normal;
  border-radius: 0px; }

.unread-highlight {
  color: #94050c;
  font-weight: bold;
  background-color: #f5dbd9 !important; }

.unread-highlight a {
  color: #94050c;
  text-decoration: underline; }

.form-custom-actions {
  margin-bottom: 10px;
  margin-top: -50px; }

.pull-right {
  float: left !important; }

/************RESOLUTION SPECIFIC STYLES************/
@media (max-width: 1199px) {
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid #2f5fef;
    padding-bottom: 1px; } }
