/* Added by Arsenio */
  .navbar-brand {
    float: left;
    /* padding: 14.5px 15px; */	
    padding: 0px;
    font-size: 19px;
    line-height: 21px;
    height: 50px;
}

.panel{
  min-height: 437px;
  background: #fff;
  border:none;
  box-shadow: 3px 5px 12px 0 rgba(0, 0, 0, 0.08); 
  margin-bottom: 30px;
}

body{
  font-family: 'Roboto', sans-serif  ! important;
}

h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.1;
   /* color: #232222; */
    color: #c20047;
}

h1{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.1;
   /* color: #232222; */
    color: #c20047;
}

.navbar-header{
  height: 110px;
}

p{
  font-family: 'Roboto', sans-serif  ! important;
}

a{
    font-family: 'Roboto', sans-serif  ! important;
}

.xrm-attribute-value{
    font-family: 'Roboto', sans-serif  ! important;
}

.section-title{
    font-family: 'Roboto', sans-serif  ! important;
}

.control{
    font-family: 'Roboto', sans-serif  ! important;
}

.info{
    font-family: 'Roboto', sans-serif  ! important;
}

.details-link has-tooltip launch-modal{
  font-family: 'Roboto', sans-serif  ! important;
}

.actions{
  font-family: 'Roboto', sans-serif  ! important;
}

.dashboard .entity-grid .view-select {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #c20047;
}

.btn {
      border-radius: 40px;
}

.module {
  width: 220px;
  margin: 5 0 1em 0;
  overflow: hidden;
  height: 170px;
}
.module p {
  margin: 5;
  padding-left: 10px;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;  
}

.well img {display: none;}

#gethelp { display: none;}

/* Added by NGNY */

h1 {
  font-size: 65px;
  color: #C20047;
}

 

h1::after {
  content: " ";
  display: block;
  width: 20%;
  height: 4px;
  margin-top: 20px;
  background-color: #CBA94C;
}

h3 {
  font-size: 15px;
  font-weight: bold;
  color: #C20047;
}

body > form, body > .container {
  min-height: calc(100vh - 350px);
} 

button, a.btn, input.btn, .btn {
  background-color: #c20047;
  color: #fff;
  border-radius: 40px;
  padding: 0.75em 2em !important;
  font-weight: 700;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 0 !important;
}

 .breadcrumb {
   display: none;
 }

 #itemsToFilter .module.line-clamp {
   margin: 0 auto;
 }

 .pagination {
   padding-left: 30px;
 }

.navbar-inverse .navbar-nav > li > a:hover {
  border-bottom: 4px solid #CBA94C;
}

 

.section-landing .row > div .section-landing-heading {
  font-weight: 400;
  color: #c20047;
  text-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}

 

.section-landing .row > div h1.section-landing-heading::after {
  display: none;
}

 

.section-landing .row > div .section-landing-heading span::after {
  content: " ";
  display: block;
  width: 20%;
  height: 4px;
  margin-top: 10px;
  background-color: #CBA94C;
}

 

.page_section .prg-dt-home {
  padding-top: 4em;
  padding-bottom: 4em;
  text-align: center;
}

 

.page_section .prg-dt-home h1 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

 

.page_section .prg-dt-home h1::after {
  display: none;
}

 

.page_section .prg-dt-home p {
  text-align: left;
}

 

hr.r-brk {
  margin-top: 45px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #C20047;
  width: 20%;
}

 

.home-btm-twocol .container {
  width: 100%;
  padding: 0;
}

 

.home-btm-twocol .container .row {
  padding: 0;
}

 

.home-btm-twocol .container .row .col-md-6 {
  padding: 4em 8%;
  background-size: cover;
  background-color: rgba(47, 50, 56, 0.8);
  background-blend-mode: multiply;
}

 

.home-btm-twocol .container .row .col-md-6.pull-left {
  background-image: url(home-col10.jpg);
}

 

.home-btm-twocol .container .row .col-md-6.pull-right {
  background-image: url(home-col2.jpg);
}

 

.home-btm-twocol .container .row .col-md-6 h1 {
  margin: 0;
  font-size: 65px;
  max-width: 450px;
}

 

h1::after {
  content: " ";
  display: block;
  width: 20%;
  height: 4px;
  margin-top: 20px;
  background-color: #CBA94C;
}

 

@media (min-width: 768px) {
  .page_section .prg-dt-home {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .footer-bottom .copyright-text {
    padding-left: 5%;
  }
}

 

@media (min-width: 992px) {
  .home-btm-twocol .container .row .col-md-6 {
    padding: 6em 8%;
  }

  .footer-bottom .copyright-text {
    padding-left: 10%;
  }
}

 

@media (min-width: 1200px) {
  .navbar-right {
    float: none !important;
    position: absolute;
    margin-right: 0px;
    right: 35px;
  }
}

.page-header {
  margin: 20px 9 21px;
}

.weblinks .weblink {
  background-color: transparent;
  border: none;
  color: #C20047;
  border-bottom: 1px solid rgb(221,221,221);
}

.nav-profile {
  box-shadow: none;
  background-color: transparent;
}

.nav-profile .list-group-item {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgb(221,221,221);
}

.col-sm-4.left-column {
  margin-top: 55px;
}

.col-sm-8.right-column {
  padding-bottom: 50px;
}

.navbar-form.navbar-left .form-control {
  margin-bottom: 20px;
}

.navbar-form.navbar-left .input-group-btn button {
  margin-top: 20px;
}

.navbar-nav li.weblink {
  border-bottom: 0;
}

body > .container {
  padding: 2em 15px;
}

body > form > .container {
  padding: 1.5em 15px;
}

@media only screen and (min-width: 992px) {
  .col-md-10.pull-right {
    padding-left: 10%;
  }
}

.footer-list nav h4 {
  font-weight: bold;
  color: #ffffff;
}

.footer-list nav ul li a {
  color: #8B8D91;
}

.container > .row > .col-md-4 .well {
  margin-bottom: 0;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #E5E5E5;
  background-color: transparent;
  padding: 15px 10px;
  color: #000;
  font-weight: 700;
}

.input-group input.lookup.form-control, .input-group input.query.form-control, .form-search input.form-control {
  height: auto;
  padding: 0.75em;
} 

.form-search .btn-select button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.dropdown.action button.btn {
  padding: 0.75em 1em !important;
}

footer .footer-top {
  background-color: #201f1f;
  display: none;
}

.footer-top img {
  max-width: 300px;
}

footer .footer-bottom {
  padding: 30px 0 40px;
}

.footer-bottom .row.list-unstyled {
  padding-top: 35px;
}

.footer-bottom .footer-list.col-sm-3 {
  float: right;
}

li > a[title^="Register"] {display: none; }